.quadro-mod.bgimg-true.bgimg-hpos-center {
background-position-x: center;
}
.quadro-mod.bgimg-true.bgimg-hpos-left {
background-position-x: left;
}
.quadro-mod.bgimg-true.bgimg-hpos-right {
background-position-x: right;
}
.quadro-mod.bgimg-true.bgimg-vpos-center {
background-position-y: center;
}
.quadro-mod.bgimg-true.bgimg-vpos-top {
background-position-y: top;
}
.quadro-mod.bgimg-true.bgimg-vpos-bottom {
background-position-y: bottom;
}
.quadro-mod.bgimg-true.bgimg-repeat-no-repeat {
background-repeat: no-repeat !important;
}
.quadro-mod.bgimg-true.bgimg-repeat-repeat {
background-repeat: repeat !important;
}
.quadro-mod.bgimg-true.bgimg-repeat-repeat-x {
background-repeat: repeat-x !important;
}
.quadro-mod.bgimg-true.bgimg-repeat-repeat-y {
background-repeat: repeat-y !important;
}
.quadro-mod.bgimg-true.bgimg-size-cover {
background-size: cover !important;
}
.quadro-mod.bgimg-true.bgimg-size-auto {
background-size: auto !important;
}
.quadro-mod.bgimg-true.bgimg-size-contain {
background-size: contain !important;
}  .quadro-mod.divider-top-solid {
border-top: 1px solid;
}
.quadro-mod.divider-bottom-solid {
border-bottom: 1px solid;
}
.quadro-mod.divider-top-solid-thick {
border-top: 3px solid;
}
.quadro-mod.divider-bottom-solid-thick {
border-bottom: 3px solid;
} .quadro-mod.divider-top-dotted {
border-top: 1px dotted;
}
.quadro-mod.divider-bottom-dotted {
border-bottom: 1px dotted;
}
.quadro-mod.divider-top-dotted-thick {
border-top: 5px dotted;
}
.quadro-mod.divider-bottom-dotted-thick {
border-bottom: 5px dotted;
} .quadro-mod.divider-top-dashed {
border-top: 1px dashed;
}
.quadro-mod.divider-bottom-dashed {
border-bottom: 1px dashed;
}
.quadro-mod.divider-top-dashed-thick {
border-top: 3px dashed;
}
.quadro-mod.divider-bottom-dashed-thick {
border-bottom: 3px dashed;
} .quadro-mod.divider-top-double {
border-top: 4px double;
}
.quadro-mod.divider-bottom-double {
border-bottom: 4px double;
}
.quadro-mod.divider-top-double-thick {
border-top: 8px double;
}
.quadro-mod.divider-bottom-double-thick {
border-bottom: 8px double;
} .mod-divider {
position: absolute;
left: 50%; width: 100%;
min-width: 1000px;
text-align: center;
line-height: 1;
pointer-events: none;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
z-index: 9;
}
.mod-top-divider {
top: 0;
transform: translateX(-50%) scaleY(-1);
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
}
.mod-bottom-divider {
bottom: 0;
}
.mod-divider svg {
display: block;
fill: red;
}  .mod-divider .divider-shadow {
display: block;
position: relative;
width: 100%;
}
.mod-divider .divider-shadow:before {
display: block;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 30px;
box-shadow: 0 0 60px rgba(0,0,0,.3);
}
.mod-divider .divider-shadow-strong {
display: block;
position: relative;
width: 100%;
}
.mod-divider .divider-shadow-strong:before {
display: block;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 30px;
box-shadow: 0 0 60px rgba(0,0,0,.7);
}
.mod-divider .divider-small-dot {
display: inline-block;
width: 5px;
height: 5px;
margin: 0 5px;
background: #000;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.mod-divider .divider-big-dot {
display: inline-block;
width: 15px;
height: 15px;
margin: 0 8px;
background: #000;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.mod-divider .divider-square {
display: inline-block;
width: 15px;
height: 15px;
margin: 0 8px;
background: #000;
}
.mod-divider .divider-diamond {
display: inline-block;
width: 15px;
height: 15px;
margin: 0 8px;
background: #000;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}
.mod-divider .divider-line {
display: block;
width: 280px;
height: 1px;
margin: 0 auto;
background: #000;
}
.mod-divider .divider-thick-line {
display: block;
width: 280px;
height: 4px;
margin: 0 auto;
background: #000;
}
.mod-divider .divider-double-line {
display: block;
width: 160px;
height: 2px;
margin: 0 auto;
background: #000;
}
.mod-divider .divider-double-line:first-of-type {
margin-bottom: 30px;
}
.mod-divider .divider-dashed-line {
display: inline-block;
width: 40px;
height: 2px;
margin: 0 10px;
background: #000;
} .divider-fancy-1 span,
.divider-fancy-2 span {
display: inline-block;
margin: 0 10px;
vertical-align: middle;
}
.divider-fancy-1 .fancy-1-line,
.divider-fancy-2 .fancy-2-line {
width: 140px;
height: 1px;
background: #000;
}
.divider-fancy-1 .fancy-1-dot,
.divider-fancy-2 .fancy-2-dot {
width: 5px;
height: 5px;
background: #000;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.divider-fancy-3 {
display: block;
position: relative;
width: 220px;
height: 18px;
margin: 0 auto;
}
.divider-fancy-3 span {
position: absolute;
}
.divider-fancy-3 .fancy-3-dot {
width: 10px;
height: 10px;
background: #000;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.divider-fancy-3 .fancy-3-dot:first-child {
top: 0;
right: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0;
}
.divider-fancy-3 .fancy-3-dot:last-child {
bottom: 0;
left: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topright: 0;
border-top-right-radius: 0;
}
.divider-fancy-3 .fancy-3-line {
top: 8px;
left: 5px;
width: 210px;
height: 2px;
background: #000;
}
.fancy-4-line {
display: inline-block;
width: 20px;
height: 2px;
margin: 0;
background: #000;
transform: rotate(60deg);
-webkit-transform: rotate(60deg);
-moz-transform: rotate(60deg);
-o-transform: rotate(60deg);
-ms-transform: rotate(60deg);
}
.fancy-5-line {
display: inline-block;
width: 20px;
height: 2px;
margin: 0;
background: #000;
transform: rotate(300deg);
-webkit-transform: rotate(300deg);
-moz-transform: rotate(300deg);
-o-transform: rotate(300deg);
-ms-transform: rotate(300deg);
}
.mod-divider .divider-vertical-line-1 {
display: block;
width: 1px;
height: 160px;
margin: 0 auto;
background: #000;
}
.mod-divider .divider-vertical-line-2 {
display: block;
width: 1px;
height: 80px;
margin: 0 auto;
background: #000;
}
.mod-divider .divider-vertical-line-3 {
display: block;
width: 3px;
height: 160px;
margin: 0 auto;
background: #000;
}
.mod-divider .divider-vertical-line-4 {
display: block;
width: 3px;
height: 80px;
margin: 0 auto;
background: #000;
}
.mod-divider .divider-line-arrow-1,
.mod-divider .divider-line-arrow-2,
.mod-divider .divider-line-arrow-3 {
position: relative;
height: 120px;
width: 120px;
margin: 0 auto;
}
.mod-divider .divider-line-arrow-1a,
.mod-divider .divider-line-arrow-2a,
.mod-divider .divider-line-arrow-3a {
display: block;
width: 1px;
height: 120px;
margin: 0 auto;
background: #000;
}
.mod-divider .divider-line-arrow-2a {
width: 5px;
border-radius: 3px;
}
.mod-divider .divider-line-arrow-3a {
width: 10px;
border-radius: 8px;
}
.mod-divider .divider-line-arrow-1b,
.mod-divider .divider-line-arrow-1c,
.mod-divider .divider-line-arrow-2b,
.mod-divider .divider-line-arrow-2c,
.mod-divider .divider-line-arrow-3b,
.mod-divider .divider-line-arrow-3c {
display: block;
position: absolute;
top: -1px;
left: 0;
width: 60px;
height: 1px;
background: #000;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
transform-origin: top right;
}
.mod-divider .divider-line-arrow-1c,
.mod-divider .divider-line-arrow-2c,
.mod-divider .divider-line-arrow-3c {
left: auto;
right: 0;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transform-origin: top left;
}
.mod-divider .divider-line-arrow-2b,
.mod-divider .divider-line-arrow-2c {
top: -3px;
height: 5px;
border-radius: 3px;
}
.mod-divider .divider-line-arrow-3b,
.mod-divider .divider-line-arrow-3c {
top: -8px;
height: 10px;
border-radius: 8px;
}
.mod-divider .divider-chevron-1,
.mod-divider .divider-chevron-2,
.mod-divider .divider-chevron-3 {
position: relative;
height: 45px;
width: 120px;
margin: 0 auto;
}
.mod-divider .divider-chevron-1a,
.mod-divider .divider-chevron-1b,
.mod-divider .divider-chevron-2a,
.mod-divider .divider-chevron-2b,
.mod-divider .divider-chevron-3a,
.mod-divider .divider-chevron-3b {
display: block;
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 1px;
background: #000;
-ms-transform: rotate(-35deg);
-webkit-transform: rotate(-35deg);
transform: rotate(-35deg);
transform-origin: top right;
}
.mod-divider .divider-chevron-1b,
.mod-divider .divider-chevron-2b,
.mod-divider .divider-chevron-3b {
left: auto;
right: 0;
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg);
transform-origin: top left;
}
.mod-divider .divider-chevron-2a,
.mod-divider .divider-chevron-2b {
height: 5px;
border-radius: 3px;	
}
.mod-divider .divider-chevron-3a {
left: 1px;
}
.mod-divider .divider-chevron-3b {
right: 1px;
}
.mod-divider .divider-chevron-3a,
.mod-divider .divider-chevron-3b {
height: 10px;
border-radius: 8px;
} .splitbg {
position: absolute;
background-position: center;
background-size: cover;
}
.splitbg-layout1 .splitbg {
top: 0;
bottom: 0;
left: 0;
width: 50%;
}
.splitbg-layout2 .splitbg {
top: 0;
right: 0;
bottom: 0;
width: 50%;
}
.splitbg-layout3 .splitbg {
top: 0;
right: 0;
left: 0;
height: 50%;
}
.splitbg-layout4 .splitbg {
right: 0;
bottom: 0;
left: 0;
height: 50%;
}
.splitbg-layout5 .splitbg {
top: 0;
bottom: 0;
left: 0;
width: 30%;
}
.splitbg-layout6 .splitbg {
top: 0;
right: 0;
bottom: 0;
width: 30%;
}
.splitbg-layout7 .splitbg {
top: 50%;
left: 0;
bottom: 0;
width: 55%;
height: 150%;
transform: rotate(-10deg) translateY(-50%);
-webkit-transform: rotate(-10deg) translateY(-50%);
-moz-transform: rotate(-10deg) translateY(-50%);
-o-transform: rotate(-10deg) translateY(-50%);
-ms-transform: rotate(-10deg) translateY(-50%);
}
.splitbg-layout8 .splitbg {
top: 50%;
right: 0;
bottom: 0;
width: 55%;
height: 150%;
transform: rotate(10deg) translateY(-50%);
-webkit-transform: rotate(10deg) translateY(-50%);
-moz-transform: rotate(10deg) translateY(-50%);
-o-transform: rotate(10deg) translateY(-50%);
-ms-transform: rotate(10deg) translateY(-50%);
}
.splitbg-layout9 .splitbg {
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 50%;
min-width: 400px;
height: 60%;
margin: auto;
}
.splitbg-layout10 .splitbg {
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 50%;
min-width: 400px;
margin: auto;
}
.splitbg-layout11 .splitbg {
top: 0;
bottom: 0;
left: 50%;
width: 700px;
height: 700px;
margin: auto;
transform: rotate(45deg) translateX(-50%);
-webkit-transform: rotate(45deg) translateX(-50%);
-moz-transform: rotate(45deg) translateX(-50%);
-o-transform: rotate(45deg) translateX(-50%);
-ms-transform: rotate(45deg) translateX(-50%);
transform-origin: center left;
}
.splitbg-layout12 .splitbg {
top: 0;
bottom: 0;
left: 50%;
width: 800px;
height: 800px;
margin: auto;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.splitbg-layout13 .splitbg {
top: -250px;
left: -250px;
width: 500px;
height: 500px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}
.splitbg-layout14 .splitbg {
top: -250px;
right: -250px;
width: 500px;
height: 500px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}
.splitbg-layout15 .splitbg {
right: -250px;
bottom: -250px;
width: 500px;
height: 500px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}
.splitbg-layout16 .splitbg {
bottom: -250px;
left: -250px;
width: 500px;
height: 500px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}
.splitbg-layout17 .splitbg {
top: 0;
left: 0;
width: 50%;
height: 50%;
}
.splitbg-layout18 .splitbg {
top: 0;
right: 0;
width: 50%;
height: 50%;
}
.splitbg-layout19 .splitbg {
right: 0;
bottom: 0;
width: 50%;
height: 50%;
}
.splitbg-layout20 .splitbg {
bottom: 0;
left: 0;
width: 50%;
height: 50%;
}
.splitbg-layout21 .splitbg {
top: -100px;
bottom: -100px;
left: 0;
width: 50%;
min-width: 240px;
-webkit-border-top-right-radius: 50%;
-webkit-border-bottom-right-radius: 50%;
-moz-border-radius-topright: 50%;
-moz-border-radius-bottomright: 50%;
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
}
.splitbg-layout22 .splitbg {
top: -100px;
right: 0;
bottom: -100px;
width: 50%;
min-width: 240px;
-webkit-border-top-left-radius: 50%;
-webkit-border-bottom-left-radius: 50%;
-moz-border-radius-topleft: 50%;
-moz-border-radius-bottomleft: 50%;
border-top-left-radius: 50%;
border-bottom-left-radius: 50%;
}
.splitbg-layout23 .splitbg {
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 60%;
min-width: 340px;
height: 140%;
margin: auto;
transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
}
.splitbg-layout24 .splitbg {
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 60%;
min-width: 340px;
height: 140%;
margin: auto;
transform: rotate(10deg);
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-o-transform: rotate(10deg);
-ms-transform: rotate(10deg);
}
.splitbg-layout25 .splitbg {
right: -5%;
top: -15%;
left: -5%;
height: 70%;
transform: rotate(4deg);
-webkit-transform: rotate(4deg);
-moz-transform: rotate(4deg);
-o-transform: rotate(4deg);
-ms-transform: rotate(4deg);
}
.splitbg-layout26 .splitbg {
right: -5%;
bottom: -15%;
left: -5%;
height: 70%;
transform: rotate(-4deg);
-webkit-transform: rotate(-4deg);
-moz-transform: rotate(-4deg);
-o-transform: rotate(-4deg);
-ms-transform: rotate(-4deg);
}
.splitbg-layout27 .splitbg {
top: 0;
right: 0;
left: 0;
height: 100px;
}
.splitbg-layout28 .splitbg {
right: 0;
bottom: 0;
left: 0;
height: 100px;
} @media only screen and (min-width: 1025px) {
.quadro-mod.rv-desktop-hide {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.quadro-mod.rv-tablet-hide {
display: none;
}
}
@media only screen and (max-width: 767px) {
.quadro-mod.rv-mobile-hide {
display: none;
}
}html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.admin-bar #swipebox-overlay{top: 32px;}.admin-bar #swipebox-container {bottom: 32px;}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform 0.4s ease;transition:transform 0.4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide img,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide .swipebox-inline-container{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:none;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(//feinheiten.net/wp-content/plugins/responsive-lightbox/assets/swipebox/img/loader.gif) no-repeat center center}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:0.5s;transition:0.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:-50px}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{display:block;width:100%;text-align:center}#swipebox-prev,#swipebox-next,#swipebox-close{background-image:url(//feinheiten.net/wp-content/plugins/responsive-lightbox/assets/swipebox/img/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-prev.disabled,#swipebox-next.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring 0.3s;animation:rightSpring 0.3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring 0.3s;animation:leftSpring 0.3s}.swipebox-touch #swipebox-container:before,.swipebox-touch #swipebox-container:after{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0 10px -8px #656565;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0 10px -8px #656565;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before{opacity:1}.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-arrows{width:92%;max-width:800px}}#swipebox-overlay{background:#0d0d0d}#swipebox-bottom-bar,#swipebox-top-bar{text-shadow:1px 1px 1px black;background:#000;opacity:.95}#swipebox-top-bar{color:white!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
display: block;
}
ol, ul {
list-style: none;
}
table { border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
a:focus {
outline: none;
}
a:hover,
a:active { outline: 0;
}
a img {
border: 0;
} body,
button,
input,
select,
textarea {
color: #232527;
font-family: 'Raleway', sans-serif;
font-size: 16px;
line-height: 1.5;
} h1,h2,h3,h4,h5,h6 {
clear: both;
margin-bottom: 16px;
}
h1 { font-size: 40px; }
h2 { font-size: 36px; }
h3 { font-size: 26.667px; }
h4 { font-size: 24px; }
h5 { font-size: 17.778px; }
h6 { font-size: 16px; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 24px;
} p {
margin-bottom: 24px;
}
ul, ol {
margin: 0 0 24px 20px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 20px;
}
dt {
font-weight: bold;
}
dd {
margin: 0 20px 24px;
}
b, strong {
font-weight: bold;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote,
q {
quotes: "" "";
margin-bottom: 20px;
padding: 10px 0 10px 20px;
border-left: 3px solid #dedede;
font-size: 115%;
font-style: italic;
} blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
cite {
font-size: 85%;
}
address {
margin: 0 0 24px;
padding: 20px;
background: #fafafa;
font-size: 90%;
line-height: 1.8;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
line-height: 1.6;
margin-bottom: 24px;
padding: 20px;
overflow: auto;
max-width: 100%;
}
code, kbd, tt, var {
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
figure {
margin: 0;
}
table {
margin: 0 0 24px;
width: 100%;
}
th {
font-weight: bold;
}
img {
height: auto; max-width: 100%; }
button,
input,
select,
textarea {
font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
select {
height: 30px;
background: none;
border: 1px solid #dedede;
font-size: 12px;
text-transform: uppercase;
}
button,
input {
line-height: normal; }
button,
a.button,
a.qbtn,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
display: inline-block;
padding: 10px 15px;
cursor: pointer; -webkit-appearance: none; font-size: 80%;
color: #fff;
text-transform: uppercase;
border: none;
box-shadow: none;
text-shadow: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
button:hover,
a.button:hover,
a.qbtn:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border: none;
box-shadow: none;
text-shadow: none;
zoom: 1;
filter: alpha(opacity=80);
opacity: 0.8;	
}
a.qbtn:hover {
color: #fff;
}
button:focus,
a.button:focus,
a.qbtn:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
outline: none;
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea {
width: 100%;
padding: 10px 2%;
color: #666;
border: 1px solid #ccc;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="number"],
input[type="date"] {
width: auto;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
textarea:focus {
color: #111;
outline: none;
-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
}
textarea {
overflow: auto; padding: 2%;
vertical-align: top; width: 100%;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
textarea:focus {
-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1) !important;
box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1) !important;
}
input[type="search"] {
-webkit-appearance: textfield; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 1px;
width: auto;
height: 35px;
vertical-align: top;
}
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;
}
.post-password-form {
max-width: 420px;
margin: 0 auto;
}
.post-password-form input[type="submit"] {
margin-top: 10px;
padding: 15px 20px;
} div.wpcf7 {
max-width: 640px;
margin: 40px auto;
}
img.wpcf7-captchac {
display: inline;
margin-top: 10px;
}
input[type="text"].wpcf7-captchar {
display: inline;
width: auto;
}
span.wpcf7-not-valid-tip {
font-size: 80%;
background: #fafafa;
padding: 5px 8px;
}
div.wpcf7-response-output {
margin: 20px 0;
padding: 15px 20px;
border-width: 1px !important;
font-size: 95%;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.widget .wpcf7-textarea {
height: 120px;
}
.wpcf7-submit {
padding: 15px 20px;
font-size: 100%;
} a {
text-decoration: none;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
a:visited {
}
a:hover,
a:focus,
a:active {
color: #231f20;
} .services-type3 a.service-link {
padding: 2px 8px;
color: #fff !important;
text-transform: uppercase;
font-size: 80%;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
} .services-type3 a.service-link:hover {
color: #fff !important;
zoom: 1;
filter: alpha(opacity=70);
opacity: 0.7;
} .alignleft {
display: inline;
float: left;
margin: 0 24px 24px 0;
}
.alignright {
display: inline;
float: right;
margin: 0 0 24px 24px;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 24px;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
content: '';
display: table;
}
.clear:after,
[class*="content"]:after,
[class*="site"]:after {
clear: both;
} .site {
max-width: 1400px;
margin: 0 auto;
background: #fff;
overflow: hidden;
}
.headerfix .site {
max-width: none;
background: none;
}
.headerfix .site-main,
.headerfix .site-header,
.headerfix .site-footer {
max-width: 1400px;
margin: 0 auto;
}
.headerfix .site-main,
.headerfix .site-header {
background: #fff;
}
.boxed {
background-attachment: fixed;
background-position: center top;
}
.boxed .site {
width: 90%;
margin: 0 auto;
overflow: visible;
}
.site-main {
padding-bottom: 40px;
}
.content-area {
float: left;
width: 62%;
padding-left: 4%;
}
.shape-square .back-to-top,
.shape-square .service-icon,
.shape-square .post-icon,
.shape-square .drop-caption,
.shape-square a.header-cart-link i,
.shape-square .search-icon i,
.shape-square .comment-author img {
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}
.shape-circle .back-to-top,
.shape-circle .service-icon,
.shape-circle .post-icon,
.shape-circle .drop-caption,
.shape-circle a.header-cart-link i,
.shape-circle .search-icon i,
.shape-circle .comment-author img {
-webkit-border-radius: 300px !important;
-moz-border-radius: 300px !important;
border-radius: 300px !important;
}
.slides {
list-style: none;
margin: 0;
}
.back-to-top {
display: none;
position: fixed;
bottom: 140px;
right: 4%;
width: 50px;
height: 50px;
background: #000;
text-align: center;
line-height: 50px;
zoom: 1;
filter: alpha(opacity=40);
opacity: 0.4;
-webkit-border-radius: 30px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius: 30px;
-moz-border-radius-topright: 3px;
border-radius: 30px;
border-top-right-radius: 3px;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
z-index: 10;
}
.back-to-top:before {
font-family: 'FontAwesome';
content: "\f077";
font-size: 20px;
color: #fff;
} .site-header {
position: relative;
width: 100%; z-index: 999999; }
.top-header {
width: 100%;
height: 40px;
max-height: 40px;
padding: 0 4%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bottom-header {
position: relative;
width: 92%;
height: 40px;
padding: 50px 4%;
line-height: 40px;
}
.site-branding {
float: left;
}
.site-title {
display: inline-block;
margin: 0;
vertical-align: middle;
}
.site-title a {
display: block;
color: #111;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.image-logo {
margin-top: -10px;
}
.image-logo .site-title a {
line-height: 0;
}
.image-logo a img {
height: 60px;
width: auto;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.site-description {
display: inline-block;
max-width: 300px;
margin: 0 0 0 30px;
padding: 0 0 0 30px;
font-size: 15px;
border-left: 1px solid #dedede;
vertical-align: middle;
}
.contact-info {
float: left;
margin-top: 10px;
padding-left: 15px;
line-height: 20px;
zoom: 1;
filter: alpha(opacity=70);
opacity: 0.7;
}
.top-header .contact-info:first-child {
margin-left: 0;
padding-left: 0;
border-left: none;
}
.contact-info p {
margin-bottom: 0;
color: #fff;
font-size: 80%;
}
.top-right-header {
float: right;
}
.social-area {
float: right;
margin: 5px 0 0;
list-style: none;
}
.top-right-header .social-area {
float: left;
margin-top: 7px;
}
.social-area li {
float: left;
}
.social-area li a i {
display: block;
width: 30px;
height: 30px;
margin-left: 2px;
font-size: 18px;
line-height: 30px;
text-align: center;
}
.top-right-header .social-area li a i {
width: 26px;
height: 26px;
font-size: 15px;
line-height: 26px;
}
.top-right-header .social-area.icon-style1 li a i {
font-size: 18px;
}
.icon-style1.brand-color .fa-behance		{ color: #1769ff; }
.icon-style1.brand-color .fa-codepen		{ color: #111111; }
.icon-style1.brand-color .fa-dribbble 		{ color: #EA4C89; }
.icon-style1.brand-color .fa-etsy	 		{ color: #F1661E; }
.icon-style1.brand-color .fa-facebook,
.icon-style1.brand-color .fa-facebook-f 	{ color: #3B5998; }
.icon-style1.brand-color .fa-flickr 		{ color: #FF0084; }
.icon-style1.brand-color .fa-github 		{ color: #4183C4; }
.icon-style1.brand-color .fa-google-plus 	{ color: #DD4B39; }
.icon-style1.brand-color .fa-instagram 		{ color: #d93175; }
.icon-style1.brand-color .fa-itunes-note 	{ color: #EA4CC0; }
.icon-style1.brand-color .fa-linkedin,
.icon-style1.brand-color .fa-linkedin-in 	{ color: #0766c2; }
.icon-style1.brand-color .fa-medium			{ color: #111111; }
.icon-style1.brand-color .fa-facebook-messenger	{ color: #0084ff; }
.icon-style1.brand-color .fa-pinterest,
.icon-style1.brand-color .fa-pinterest-p 	{ color: #CB2027; }
.icon-style1.brand-color .fa-skype 			{ color: #00AFF0; }
.icon-style1.brand-color .fa-slideshare		{ color: #0077b5; }
.icon-style1.brand-color .fa-snapchat-ghost	{ color: #fffc00; }
.icon-style1.brand-color .fa-soundcloud		{ color: #ff8800; }
.icon-style1.brand-color .fa-spotify		{ color: #1DB954; }
.icon-style1.brand-color .fa-tiktok			{ color: #FE2C55; }
.icon-style1.brand-color .fa-tumblr 		{ color: #2C4762; }
.icon-style1.brand-color .fa-twitter 		{ color: #00ACED; }
.icon-style1.brand-color .fa-vimeo,
.icon-style1.brand-color .fa-vimeo-square,
.icon-style1.brand-color .fa-vimeo-v		{ color: #44BBFF; }
.icon-style1.brand-color .fa-whatsapp 		{ color: #25D366; }
.icon-style1.brand-color .fa-youtube 		{ color: #C4302B; }
.icon-style2 li a i,
.icon-style3 li a i {
color: #fff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.icon-style3 li a i {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.icon-style2.brand-color .fa-behance, 		.icon-style3.brand-color .fa-behance		{ background-color: #1769ff; color: #fff; }
.icon-style2.brand-color .fa-codepen, 		.icon-style3.brand-color .fa-codepen		{ background-color: #111111; color: #fff; }
.icon-style2.brand-color .fa-dribbble, 		.icon-style3.brand-color .fa-dribbble 		{ background-color: #EA4C89; color: #fff; }
.icon-style2.brand-color .fa-etsy, 			.icon-style3.brand-color .fa-etsy 			{ background-color: #F1661E; color: #fff; }
.icon-style2.brand-color .fa-facebook, 		.icon-style3.brand-color .fa-facebook,
.icon-style2.brand-color .fa-facebook-f, 	.icon-style3.brand-color .fa-facebook-f 	{ background-color: #3B5998; color: #fff; }
.icon-style2.brand-color .fa-flickr, 		.icon-style3.brand-color .fa-flickr 		{ background-color: #FF0084; color: #fff; }
.icon-style2.brand-color .fa-github, 		.icon-style3.brand-color .fa-github 		{ background-color: #4183C4; color: #fff; }
.icon-style2.brand-color .fa-google-plus, 	.icon-style3.brand-color .fa-google-plus 	{ background-color: #DD4B39; color: #fff; }
.icon-style2.brand-color .fa-instagram, 	.icon-style3.brand-color .fa-instagram 		{ background-color: #d93175; color: #fff; }
.icon-style2.brand-color .fa-itunes-note, 	.icon-style3.brand-color .fa-itunes-note 	{ background-color: #EA4CC0; color: #fff; }
.icon-style2.brand-color .fa-linkedin, 		.icon-style3.brand-color .fa-linkedin,
.icon-style2.brand-color .fa-linkedin-in, 	.icon-style3.brand-color .fa-linkedin-in 	{ background-color: #0766c2; color: #fff; }
.icon-style2.brand-color .fa-medium, 		.icon-style3.brand-color .fa-medium			{ background-color: #111111; color: #fff; }
.icon-style2.brand-color .fa-facebook-messenger,	.icon-style3.brand-color .fa-facebook-messenger	{ background-color: #0084ff; color: #fff; }
.icon-style2.brand-color .fa-pinterest, 	.icon-style3.brand-color .fa-pinterest,
.icon-style2.brand-color .fa-pinterest-p, 	.icon-style3.brand-color .fa-pinterest-p 	{ background-color: #CB2027; color: #fff; }
.icon-style2.brand-color .fa-skype, 		.icon-style3.brand-color .fa-skype 			{ background-color: #00AFF0; color: #fff; }
.icon-style2.brand-color .fa-slideshare, 	.icon-style3.brand-color .fa-slideshare		{ background-color: #0077b5; color: #fff; }
.icon-style2.brand-color .fa-snapchat-ghost,.icon-style3.brand-color .fa-snapchat-ghost	{ background-color: #fffc00; color: #fff; }
.icon-style2.brand-color .fa-soundcloud, 	.icon-style3.brand-color .fa-soundcloud		{ background-color: #ff8800; color: #fff; }
.icon-style2.brand-color .fa-spotify, 		.icon-style3.brand-color .fa-spotify		{ background-color: #1DB954; color: #fff; }
.icon-style2.brand-color .fa-tiktok, 		.icon-style3.brand-color .fa-tiktok 		{ background-color: #FE2C55; color: #fff; }
.icon-style2.brand-color .fa-tumblr, 		.icon-style3.brand-color .fa-tumblr 		{ background-color: #2C4762; color: #fff; }
.icon-style2.brand-color .fa-twitter, 		.icon-style3.brand-color .fa-twitter 		{ background-color: #00ACED; color: #fff; }
.icon-style2.brand-color .fa-vimeo, 		.icon-style3.brand-color .fa-vimeo,
.icon-style2.brand-color .fa-vimeo-square, 	.icon-style3.brand-color .fa-vimeo-square,
.icon-style2.brand-color .fa-vimeo-v, 		.icon-style3.brand-color .fa-vimeo-v		{ background-color: #44BBFF; color: #fff; }
.icon-style2.brand-color .fa-whatsapp, 		.icon-style3.brand-color .fa-whatsapp 		{ background-color: #25D366; color: #fff; }
.icon-style2.brand-color .fa-youtube, 		.icon-style3.brand-color .fa-youtube 		{ background-color: #C4302B; color: #fff; }
.icon-style4 li a i,
.icon-style5 li a i {
width: 28px;
height: 28px;
line-height: 28px;
border: 1px solid;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.icon-style5 li a i {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.top-right-header .icon-style4 li a i,
.top-right-header .icon-style5 li a i {
width: 24px;
height: 24px;
line-height: 24px;
}
.icon-style4.brand-color .fa-behance, 		.icon-style5.brand-color .fa-behance		{ border-color: #1769ff; color: #1769ff; }
.icon-style4.brand-color .fa-codepen, 		.icon-style5.brand-color .fa-codepen		{ border-color: #111111; color: #111111; }
.icon-style4.brand-color .fa-dribbble, 		.icon-style5.brand-color .fa-dribbble 		{ border-color: #EA4C89; color: #EA4C89; }
.icon-style4.brand-color .fa-etsy, 			.icon-style5.brand-color .fa-etsy 			{ border-color: #F1661E; color: #EA4C89; }
.icon-style4.brand-color .fa-facebook, 		.icon-style5.brand-color .fa-facebook,
.icon-style4.brand-color .fa-facebook-f, 	.icon-style5.brand-color .fa-facebook-f 	{ border-color: #3B5998; color: #3B5998; }
.icon-style4.brand-color .fa-flickr, 		.icon-style5.brand-color .fa-flickr 		{ border-color: #FF0084; color: #FF0084; }
.icon-style4.brand-color .fa-github, 		.icon-style5.brand-color .fa-github 		{ border-color: #4183C4; color: #4183C4; }
.icon-style4.brand-color .fa-google-plus, 	.icon-style5.brand-color .fa-google-plus 	{ border-color: #DD4B39; color: #DD4B39; }
.icon-style4.brand-color .fa-instagram, 	.icon-style5.brand-color .fa-instagram 		{ border-color: #d93175; color: #d93175; }
.icon-style4.brand-color .fa-itunes-note, 	.icon-style5.brand-color .fa-itunes-note 	{ border-color: #EA4CC0; color: #EA4CC0; }
.icon-style4.brand-color .fa-linkedin, 		.icon-style5.brand-color .fa-linkedin,
.icon-style4.brand-color .fa-linkedin-in, 	.icon-style5.brand-color .fa-linkedin-in 	{ border-color: #0766c2; color: #0766c2; }
.icon-style4.brand-color .fa-medium, 		.icon-style5.brand-color .fa-medium			{ border-color: #111111; color: #111111; }
.icon-style4.brand-color .fa-facebook-messenger,	.icon-style5.brand-color .fa-facebook-messenger	{ border-color: #0084ff; color: #0084ff; }
.icon-style4.brand-color .fa-pinterest, 	.icon-style5.brand-color .fa-pinterest,
.icon-style4.brand-color .fa-pinterest-p, 	.icon-style5.brand-color .fa-pinterest-p 	{ border-color: #CB2027; color: #CB2027; }
.icon-style4.brand-color .fa-skype, 		.icon-style5.brand-color .fa-skype 			{ border-color: #00AFF0; color: #00AFF0; }
.icon-style4.brand-color .fa-slideshare, 	.icon-style5.brand-color .fa-slideshare		{ border-color: #0077b5; color: #0077b5; }
.icon-style4.brand-color .fa-snapchat-ghost,.icon-style5.brand-color .fa-snapchat-ghost	{ border-color: #fffc00; color: #fffc00; }
.icon-style4.brand-color .fa-soundcloud, 	.icon-style5.brand-color .fa-soundcloud		{ border-color: #ff8800; color: #ff8800; }
.icon-style4.brand-color .fa-spotify, 		.icon-style5.brand-color .fa-spotify		{ border-color: #1DB954; color: #1DB954; }
.icon-style4.brand-color .fa-tiktok, 		.icon-style5.brand-color .fa-tiktok 		{ border-color: #FE2C55; color: #2C4762; }
.icon-style4.brand-color .fa-tumblr, 		.icon-style5.brand-color .fa-tumblr 		{ border-color: #2C4762; color: #2C4762; }
.icon-style4.brand-color .fa-twitter, 		.icon-style5.brand-color .fa-twitter 		{ border-color: #00ACED; color: #00ACED; }
.icon-style4.brand-color .fa-vimeo, 		.icon-style5.brand-color .fa-vimeo,
.icon-style4.brand-color .fa-vimeo-square, 	.icon-style5.brand-color .fa-vimeo-square,
.icon-style4.brand-color .fa-vimeo-v, 		.icon-style5.brand-color .fa-vimeo-v		{ border-color: #44BBFF; color: #44BBFF; }
.icon-style4.brand-color .fa-whatsapp, 		.icon-style5.brand-color .fa-whatsapp 		{ border-color: #25D366; color: #25D366; }
.icon-style4.brand-color .fa-youtube, 		.icon-style5.brand-color .fa-youtube 		{ border-color: #C4302B; color: #C4302B; }
.social-area li:hover a i {
zoom: 1;
filter: alpha(opacity=70);
opacity: 0.7;
}
.header-cart {
position: relative;
float: right;
line-height: 20px;
}
a.header-cart-link {
position: relative;
display: block;
padding: 5px 0 10px 10px;
color: #fff !important;
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
}
a.header-cart-link i {
width: 30px;
height: 30px;
background: #eee;
background: rgba(0, 0, 0, 0.1);
text-align: center;
line-height: 30px;
-webkit-border-radius: 30px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius: 30px;
-moz-border-radius-bottomright: 3px;
border-radius: 30px;
border-bottom-right-radius: 3px;
}
a.header-cart-link span {
position: absolute;
top: -5px;
right: -5px;
width: 100%;
text-align: center;
font-size: 11px;
color: #333;
}
.header-cart:hover a.header-cart-link {
color: #fff;
zoom: 1;
filter: alpha(opacity=80);
opacity: 0.8;
}
.cart-contents {
display: none;
position: absolute;
top: 50px;
right: -10px;
width: 250px;
margin-top: -10px;
padding: 10px;
background: #fff;
border: 4px solid #232527;
-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2) ;
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
z-index: 9;
}
.cart-contents:after {
position: absolute;
bottom: 100%;
right: 15px;
height: 0;
width: 0;
margin-bottom: 3px;
content: " ";
pointer-events: none;
border: solid transparent;
border-color: transparent;
border-bottom-color: #232527;
border-width: 6px;
}
.cart-empty-msg {
margin-bottom: 0;
padding: 10px;
font-size: 85%;
text-align: center;
color: #888;
}
.cart-contents ul {
list-style: none;
margin: 0;
}
.cart-content {
padding: 5px;
webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
transition: background 0.5s ease;
}
.cart-content:hover {
background: #efefef;
}
.cart-content img {
float: left;
width: 56px;
padding: 3px;
border: 1px solid #dedede;
}
.product-details {
float: right;
width: 160px;
}
.product-title {
font-size: 90%;
color: #111;
}
.header-cart .product-quantity {
display: block;
font-size: 80%;
color: #888;
}
.header-cart .product-quantity:before {
content: "\00A0";
width: 30px;
height: 1px;
margin: 5px 0;
display: block;
background-color: #dedede;
}
.cart-total {
margin: 10px 5px;
padding: 10px 0;
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
font-size: 75%;
text-transform: uppercase;
color: #555;
text-align: center;
}
.cart-total p {
margin-bottom: 0;
}
.cart-total .amount {
font-size: 130%;
}
.cart-actions {
margin: 0 5px;
padding: 5px 0 0;
}
.cart-actions div {
float: left;
display: inline-block;
width: 117px;
text-align: center;
}
.cart-link {
}
.checkout-link {
margin-left: 6px;
}
.cart-actions div a {
display: block;
padding: 10px 0;
border: 1px solid #dedede;
font-size: 75%;
text-transform: uppercase;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.checkout-link a:after {
font-family: 'FontAwesome';
content: "\f178";
margin-left: 3px;
}
.cart-actions div a:hover {
color: #fff;
}
.search-area {
float: right;
line-height: 20px;
position: relative;
}
.search-icon {
display: block;
float: left;
padding: 5px 0 5px 5px;
color: #fff;
cursor: pointer;
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
}
.search-area .search-icon:hover {
zoom: 1;
filter: alpha(opacity=80);
opacity: 0.8;
}
.search-icon i {
width: 30px;
height: 30px;
background: #eee;
background: rgba(0, 0, 0, 0.1);
text-align: center;
line-height: 30px;
-webkit-border-radius: 30px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius: 30px;
-moz-border-radius-bottomright: 3px;
border-radius: 30px;
border-bottom-right-radius: 3px;
}
.search-slide {
display: none;
position: absolute;
top: 35px;
right: -10px;
width: 240px;
margin-top: -5px;
padding: 5px;
background: #fff;
border: 4px solid #232527;
z-index: 10;
-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2) ;
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
-webkit-transition: margin 0.2s ease;
-moz-transition: margin 0.2s ease;
-ms-transition: margin 0.2s ease;
-o-transition: margin 0.2s ease;
transition: margin 0.2s ease;
}
.search-open .search-slide {
margin-top: 5px;
}
.search-slide:after {
position: absolute;
bottom: 100%;
right: 15px;
height: 0;
width: 0;
margin-bottom: 3px;
content: " ";
pointer-events: none;
border: solid transparent;
border-color: transparent;
border-bottom-color: #232527;
border-width: 6px;
}
.search-slide label {
float: left;
}
.search-slide .screen-reader-text {
font-size: 13px;
}
.search-slide .search-field {
display: block;
width: 170px;
height: 34px;
padding: 0 10px;
border: none;
background: #fff;
color: #111;
font-size: 13px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;				
}
.search-slide .search-field:focus {
outline: none;
color: #111;
}
.search-slide .search-submit {
display: block;
width: 70px;
padding: 0;
font-size: 70%;
line-height: 34px;
height: 34px;
text-align: center;
}
.qi-login-link {
position: relative;
float: right;
margin: 5px 0 0 6px;
padding-bottom: 10px;
}
.site-header-type4 .qi-login-link {
position: absolute;
top: 45px;
right: 4%;
margin: 0 70px 0 0;
}
.qi-login-link > a {
display: block;
padding: 5px 20px;
background: rgba(0, 0, 0, 0.1);
color: #fff !important;
font-size: 80%;
line-height: 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.qi-login-link > a:hover {
background: rgba(0, 0, 0, 0.3);
}
.qi-login-link > a i {
margin-right: 8px;
}
#user-navigation {
display: none;
position: absolute;
top: 40px;
right: -10px;
width: 192px;
height: auto;
margin: 0;
padding: 0;
background: #fff;
border: 4px solid #232527;
text-align: left;
-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
z-index: 9;
}
.top-header #user-navigation {
top: 35px;
}
#user-navigation:after {
position: absolute;
bottom: 100%;
right: 15px;
height: 0;
width: 0;
margin-bottom: 3px;
content: " ";
pointer-events: none;
border: solid transparent;
border-color: transparent;
border-bottom-color: #232527;
border-width: 6px;
}
#user-navigation ul.menu {
margin: 0;
}
#user-navigation ul.menu li {
display: block;
width: 100%;
margin: 0;
padding: 0;
}
#user-navigation ul.menu li a {
margin: 0 20px;
padding: 15px 0;
background: none;
border-top: 1px solid #eee;
color: #888;
font-size: 85%;
line-height: 1.5;
}
#user-navigation ul:first-child ul > li:first-child > a {
border: none;
}
#user-navigation ul.menu li a:hover {
color: #000;
padding-left: 2px;
}
#user-navigation ul.menu li.current_page_item > a,
#user-navigation ul.menu li.current-menu-item > a {
color: #000;
} .topper-header {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 99;
}
.widgetized-header {
display: none;
width: 100%;
padding: 40px 4% 0;
background: #eee;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.header-handler {
position: absolute;
bottom: 0;
right: 0;
margin-bottom: -38px;
width: 0px;
border-left: 38px solid rgba(0, 0, 0, 0);
border-top: 38px solid;
cursor: pointer;
zoom: 1;
filter: alpha(opacity=80);
opacity: 0.58;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.header-handler:before {
font-family: 'FontAwesome';
content: "\f067";
font-size: 12px;
color: #555;
position: absolute;
top: -34px;
right: 6px;
}
.header-handler.open-header:before {
content: "\f077";
}
.header-handler:hover,
.open-header {
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
}
.widgetized-header .widget {
margin: 0 0 40px;
} .topper-notice {
position: relative;
width: 100%;
padding: 12px 7% 12px 4%;
background: #232527;
color: #fff;
text-align: center;
font-size: 85%;
line-height: 1.8;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.topper-notice p {
display: inline;
margin-bottom: 0;
}
.notice-callto a {
display: inline-block;
margin-left: 10px;
}
.notice-dismiss {
position: absolute;
top: 12px;
right: 4%;
cursor: pointer;
zoom: 1;
filter: alpha(opacity=70);
opacity: 0.7;
}
.notice-dismiss:before {
font-family: 'FontAwesome';
content: "\f00d";
font-size: 15px;
color: #fff;
}
.notice-dismiss:hover {
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
}
#sticky-navigation {
display: none;
} .top-header nav {
display: block;
float: left;
}
.top-header nav ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.top-header nav ul:first-child > li {
position: relative;
float: left;
}
.top-header nav ul:first-child > li a {
display: block;
padding: 10px 15px;
font-size: 15px;
line-height: 20px;
}
.top-header nav ul:first-child > li:hover > a  {
background: #2C2C2C;
color: #fff;
}
.top-header nav ul:first-child > li.current_page_item > a,
.top-header nav ul:first-child > li.current-menu-item > a {
zoom: 1;
filter: alpha(opacity=80);
opacity: 0.8;
}
.top-header nav ul:first-child > li > ul {
display: none;
float: left;
position: absolute;
top: 40px;
left: 0;
width: 200px;
background: #2C2C2C;
z-index: 99999;	
}
.top-header nav ul ul li {
position: relative;
}
.top-header nav ul ul ul {
display: none;
float: left;
position: absolute;
top: 0;
right: 100%;
width: 200px;
background: #2C2C2C;
z-index: 99999;	
}
.top-header nav ul:first-child > li ul li a {
margin: 0 15px;
padding: 10px 0;
border-top: 1px solid #666;
color: #aaa;
font-size: 85%;
line-height: 1.5;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.top-header nav ul:first-child ul > li:first-child > a {
border: none;
}
.top-header nav ul:first-child > li ul li a:hover {
color: #fff;
padding-left: 2px;
}
.top-header nav ul li:hover > ul {
display: block;
}
.top-header .sub-menu li.current_page_item > a,
.top-header .sub-menu li.current-menu-item > a {
background: none;
color: #fff;
font-weight: bold;
} .menu-toggle {
display: none;
cursor: pointer;
margin: 0;
color: #fff;
font-size: 100%;
line-height: 40px;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.menu-toggle:before {
font-family: 'FontAwesome';
content: "\F0C9";
margin-right: 3px;
}
@media screen and (max-width: 959px) {
.top-header nav.secondary-navigation .nav-menu {
display: none;
}
.menu-toggle,
.top-header nav.secondary-navigation.toggled .nav-menu {
display: block;
}
.toggled .menu-toggle {
background: #232527;
padding: 0 20px;
}
.top-header nav.secondary-navigation {
position: relative;
}
.top-header nav.secondary-navigation .nav-menu {
position: absolute;
top: 40px;
left: 0;
width: 280px;
padding: 0 20px 20px;
background: #232527;
z-index: 9;
-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.top-header nav.secondary-navigation ul:first-child > li {
float: none;
clear: both;
}
.top-header nav.secondary-navigation ul:first-child > li > ul {
display: block;
position: static;
width: 100%;
background: none;
border-top: 1px solid #444;
border-bottom: 1px solid #444;
}
.top-header nav.secondary-navigation ul:first-child li a {
color: #aaa !important;
}
.top-header nav.secondary-navigation ul:first-child > li a {
margin: 0 !important;
font-size: 90% !important;
}
.top-header nav.secondary-navigation ul:first-child > li ul li a {
color: #fff;
border: none;
text-transform: none;
}
} nav.secondary-navigation ul:first-child > li a {
margin-right: 15px;
padding: 10px 0;
font-size: 11px;
text-transform: uppercase;
}
nav.secondary-navigation ul:first-child > li > ul {
left: -15px;
}
nav.secondary-navigation ul ul ul {
right: auto;
left: 100%;
}
nav.secondary-navigation ul:first-child > li ul li a {
font-size: 11px;
}
nav.secondary-navigation ul:first-child > li:hover > a {
background: none;
zoom: 1;
filter: alpha(opacity=80);
opacity: 0.8;
} .bottom-header nav {
display: block;
float: right;
}
.bottom-header nav ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.bottom-header nav ul:first-child > li {
float: left;
position: relative;
padding-bottom: 10px;
margin-left: 30px;
}
.bottom-header nav ul:first-child > li > a {
padding: 7px 0 10px;
display: block;
line-height: 20px;
max-height: 20px;
border-top: 3px solid transparent;
}
.menu-item-has-children > a:after,
.page_item_has_children > a:after  {
font-family: 'FontAwesome';
content: "\f107";
margin-left: 5px;
font-size: 12px;
zoom: 1;
filter: alpha(opacity=70);
opacity: 0.7;
}
.bottom-header nav ul:first-child > li:hover > a  {
border-top: 3px solid;
}
.bottom-header nav ul:first-child > li.current_page_item > a,
.bottom-header nav ul:first-child > li.current-menu-item > a {
border-top: 3px solid;
padding-top: 7px;
}
.bottom-header nav ul:first-child > li > ul {
display: none;
float: left;
position: absolute;
top: 50px;
left: 50%;
width: 222px;
margin-left: -114px;
background: #ffffff;
border: 1px solid #eeeeee;
-webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.3);
z-index: 99999;	
}
.bottom-header nav ul:first-child > li > ul:after, .bottom-header nav ul:first-child > li > ul:before {
position: absolute;
bottom: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
pointer-events: none;
}
.bottom-header nav ul:first-child > li > ul:after {
border-color: rgba(255, 255, 255, 0);
border-bottom-color: #ffffff;
border-width: 8px;
margin-left: -8px;
}
.bottom-header nav ul:first-child > li > ul:before {
border-color: rgba(238, 238, 238, 0);
border-bottom-color: #eeeeee;
border-width: 10px;
margin-left: -10px;
}
.bottom-header nav ul ul li {
position: relative;
}
.bottom-header nav ul ul ul {
display: none;
float: left;
position: absolute;
top: -2px;
right: 100%;
width: 222px;
margin-left: -10px;
background: #fff;
border: 1px solid #EEE;
-webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.3);
z-index: 99999;
}
.bottom-header nav ul ul ul:after, .bottom-header nav ul ul ul:before {
position: absolute;
left: 100%;
top: 20px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
pointer-events: none;
}
.bottom-header nav ul ul ul:after {
border-color: rgba(255, 255, 255, 0);
border-left-color: #ffffff;
border-width: 8px;
margin-top: -8px;
}
.bottom-header nav ul ul ul:before {
border-color: rgba(238, 238, 238, 0);
border-left-color: #eeeeee;
border-width: 10px;
margin-top: -10px;
}
.bottom-header nav ul:first-child > li ul li a {
display: block;
margin: 0 20px;
padding: 15px 0;
border-top: 1px solid #eee;
color: #888;
font-size: 85%;
line-height: 1.5;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.bottom-header nav ul:first-child ul > li:first-child > a {
border: none;
}
.bottom-header nav ul:first-child > li ul li a:hover {
color: #000;
padding-left: 2px;
}
.bottom-header nav ul li:hover > ul {
display: block;
}
.bottom-header .sub-menu li.current_page_item > a,
.bottom-header .sub-menu li.current-menu-item > a {
background: none;
text-decoration: underline;
} .menu-slider {
display: none;
float: right;
clear: none;
margin: 0;
font-size: 38px;
line-height: 40px;
cursor: pointer;
}
.top-header .menu-slider {
font-size: 28px;
}
.top-header .menu-slider a {
padding: 2px 15px 0 30px;
}
.menu-slider span {
display: inline-block;
text-indent: -9999px;
}
.menu-slider-sticky {
display: none;
}
@media screen and (max-width: 959px) {
.menu-slider {
display: block;
}
.bottom-header .main-navigation,
.top-header .main-navigation {
display: none;
}
.mm-opened.main-navigation {
display: block;
}
}  .site-header-type1 a.header-cart-link span,
.site-header-type2 a.header-cart-link span {
color: #fff;
} .site-header-type2 .top-header nav {
float: right;
}
.site-header-type2 .header-cart {
float: left;
}
.site-header-type2 a.header-cart-link {
padding: 5px 10px 10px 0;
}
.site-header-type2 a.header-cart-link span {
right: auto;
left: -5px;
}
.site-header-type2 .cart-contents {
right: auto;
left: -10px;
}
.site-header-type2 .cart-contents:after {
right: auto;
left: 15px;
}
.site-header-type2 .search-area {
float: left;
}
.site-header-type2 .search-icon {
padding: 5px 10px 5px 0;
}
.site-header-type2 .search-slide {
right: auto;
left: -10px;
}
.site-header-type2 .search-slide:after {
right: auto;
left: 15px;
}
.site-header-type2 .contact-info {
padding-left: 0;
} .site-header-type3 .top-header {
display: none;
}
.site-header-type3 .bottom-header {
padding: 30px 4%;
}
.site-header-type3 .site-description {
display: none;
}
.site-header-type3 .bottom-header nav {
margin-right: 20px;
}
.site-header-type3 .bottom-header nav .nav-menu > li {
padding-bottom: 25px;
}
.site-header-type3 .bottom-header nav .nav-menu > li > ul {
top: 65px;
}
.site-header-type3 .header-cart {
float: right;
}
.site-header-type3 .cart-contents {
top: 55px;
}
.site-header-type3 .search-area {
float: right;
}
.site-header-type3 .search-slide {
top: 40px;
} .site-header-type4 .top-header {
display: none;
}
.site-header-type4 .bottom-header {
width: 100%;
height: auto;
padding: 20px 0 0;
line-height: inherit;
}
.site-header-type4 .site-branding {
float: none;
margin-bottom: 30px;
text-align: center;
}
.site-header-type4 .site-title {
display: block;
}
.site-header-type4 .site-description {
max-width: 40%;
margin: 10px 0 0;
padding: 0;
border: none;
}
.site-header-type4 .bottom-header nav {
width: 100%;
height: 45px;
padding: 10px 0 0;
text-align: center;
}
.site-header-type4 .bottom-header nav ul:first-child > li {
float: none;
display: inline-block;
padding-bottom: 6px;
margin: 0 15px;
}
.site-header-type4 .bottom-header nav ul:first-child > li > a {
color: #fff;
padding: 8px 0;
}
.site-header-type4 .bottom-header nav ul:first-child > li:hover > a,
.site-header-type4 .bottom-header nav ul:first-child > li.current_page_item > a,
.site-header-type4 .bottom-header nav ul:first-child > li.current-menu-item > a {
background: none;
border-top: 2px solid #fff;
padding-top: 6px;
color: #fff;
}
.site-header-type4 .bottom-header nav ul:first-child > li > ul {
top: 42px;
}
.site-header-type4 .bottom-header nav ul ul ul {
right: auto;
left: 100%;
}
.site-header-type4 .bottom-header nav ul ul ul:after,
.site-header-type4 .bottom-header nav ul ul ul:before {
left: auto;
right: 100%;
}
.site-header-type4 .bottom-header nav ul ul ul:after {
border-left-color: transparent;
border-right-color: #ffffff;
}
.site-header-type4 .bottom-header nav ul ul ul:before {
border-left-color: transparent;
border-right-color: #eeeeee;
}
.site-header-type4 .contact-wrapper {
position: absolute;
top: 40px;
left: 4%;
margin-top: 0;
padding-left: 0;
border: none;
text-align: center;
}
.site-header-type4 .contact-info {
float: none;
margin: 0 0 10px;
padding: 0;
}
.site-header-type4 .contact-info p {
color: #000;
}
.site-header-type4 .contact-info:after {
content: "\00A0";
width: 60px;
height: 1px;
margin: 10px auto 0;
display: block;
background-color: #dedede;
}
.site-header-type4 .site-header .social-area {
float: none;
}
.site-header-type4 .site-header .social-area li {
float: none;
display: inline-block;
}
.site-header-type4 .search-area,
.site-header-type4 .header-cart {
position: absolute;
top: 40px;
right: 4%;
line-height: 20px;
}
.site-header-type4 .header-cart {
margin-right: 35px;
}
.site-header-type4 a.header-cart-link {
padding-bottom: 15px;
}
.site-header-type4 .header-cart:hover a.header-cart-link {
color: #aaa;
}
.site-header-type4 .cart-contents {
top: 55px;
}
.site-header-type4 .search-slide {
top: 40px;
}
.site-header-type4 .menu-slider {
width: 100%;
padding: 10px 0;
text-align: center;
}
.site-header-type4 .menu-slider a {
color: #fff;
} .page-template-template-modular-php .site-main,
.page-template-template-blog-php .site-main,
.page-template-template-portfolio-php .site-main,
.single-quadro_mods .site-main {
padding-bottom: 0;
}
.page-template-template-modular-php .page-header,
.page-template-template-blog-php .page-header,
.page-template-template-portfolio-php .page-header {
margin-bottom: 0;
}
.quadro-mod {
position: relative;
clear: both;
width: 100%;
padding: 60px 4%;
background-repeat: repeat;
background-position: center;  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
}
.quadro-mod.overlay-on:after {
content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: #000;
zoom: 1;
filter: alpha(opacity=55);
opacity: 0.55;
z-index: 1;
}
.quadro-mod.type-slider.overlay-on:after {
display: none;
}
.quadro-mod.parallax-back {
background-position: top center;
background-size: initial !important;
background-attachment: local;
}
.inner-mod {
position: relative;
width: 100%;
height: 100%;
z-index: 9;
}
.quadro-mod > *:last-child,
.quadro-mod > *:last-child > *:last-child,
.quadro-mod > *:last-child > *:last-child > *:last-child {
margin-bottom: 0;
}
.mod-header {
text-align: center;
margin-bottom: 40px;
}
.mod-title {
margin-bottom: 0;
font-size: 52px;
line-height: 1.2;
}
.mod-title:after {
content: "\00A0";
display: block;
width: 100px;
height: 4px;
margin: 20px auto 0;
background-color: #ddd;
zoom: 1;
filter: alpha(opacity=70);
opacity: 0.7;
}
.mod-editor-content {	
margin-bottom: 40px;
padding: 30px 0;
border-top: 1px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
font-size: 110%;
text-align: center;
}
.mod-editor-content p:last-child {
margin-bottom: 0;
}
.portfolio-layout-full .mod-editor-content {
border: none;
margin-bottom: 0;
padding: 40px 4%; 
}
.type-carousel .mod-editor-content {
margin-bottom: 0;
padding: 30px 4%;
}
.classic-blog .mod-editor-content {
margin: 0 4% 40px;
} .type-columns {
padding: 40px 4%;
}
.modules-columns {
margin: 0 -20px;
}
.modules-columns .quadro-mod,
.modules-columns .quadro-mod.type-image.shadow-on {
padding: 20px;
}
.modules-columns .mod-column {
min-height: 1px;
} .modules-columns .mod-column {
box-sizing: border-box;
}
.columns-layout1 .modules-columns .mod-column-3,
.columns-layout1 .modules-columns .mod-column-4,
.columns-layout2 .modules-columns .mod-column-4,
.columns-layout4 .modules-columns .mod-column-4,
.columns-layout5 .modules-columns .mod-column-4,
.columns-layout6 .modules-columns .mod-column-3,
.columns-layout6 .modules-columns .mod-column-4,
.columns-layout7 .modules-columns .mod-column-3,
.columns-layout7 .modules-columns .mod-column-4,
.columns-layout8 .modules-columns .mod-column-3,
.columns-layout8 .modules-columns .mod-column-4,
.columns-layout9 .modules-columns .mod-column-3,
.columns-layout9 .modules-columns .mod-column-4,
.columns-layout10 .modules-columns .mod-column-4,
.columns-layout11 .modules-columns .mod-column-4,
.columns-layout12 .modules-columns .mod-column-3,
.columns-layout12 .modules-columns .mod-column-4,
.columns-layout13 .modules-columns .mod-column-3,
.columns-layout13 .modules-columns .mod-column-4,
.columns-layout14 .modules-columns .mod-column-4,
.columns-layout15 .modules-columns .mod-column-4,
.columns-layout16 .modules-columns .mod-column-4,
.columns-layout17 .modules-columns .mod-column-2,
.columns-layout17 .modules-columns .mod-column-3,
.columns-layout17 .modules-columns .mod-column-4 {
display: none !important;
}
.type-columns .modules-columns {
display: flex;
justify-content: center;
align-items: flex-start;
}
.type-columns.columns-layout14 .modules-columns,
.type-columns.columns-layout15 .modules-columns {
flex-wrap: wrap;
}
.columns-valign-middle .modules-columns {
align-items: center;
}
.columns-valign-bottom .modules-columns {
align-items: flex-end;
}
.columns-height-same .modules-columns {
align-items: stretch;
}
.type-columns .modules-columns .mod-column {
display: flex;
}
.columns-height-same.columns-valign-middle .modules-columns .mod-column {
align-items: center;
}
.columns-height-same.columns-valign-bottom .modules-columns .mod-column {
align-items: flex-end;
}
.mod-column-mods-wrapper {
display: block;
width: 100%;
}
@media only screen and (max-width: 959px) {
.type-columns.columns-layout3 .modules-columns,
.type-columns.columns-layout4 .modules-columns,
.type-columns.columns-layout5 .modules-columns {
flex-wrap: wrap;
}
}
@media only screen and (max-width: 759px) {
.type-columns.columns-layout2 .modules-columns,
.type-columns.columns-layout6 .modules-columns,
.type-columns.columns-layout7 .modules-columns,
.type-columns.columns-layout8 .modules-columns,
.type-columns.columns-layout9 .modules-columns,
.type-columns.columns-layout10 .modules-columns,
.type-columns.columns-layout11 .modules-columns,
.type-columns.columns-layout16 .modules-columns {
flex-wrap: wrap;
}
}
@media only screen and (max-width: 519px) {
.type-columns .modules-columns {
flex-wrap: wrap;
}
}
.quadro-mod.type-columns.columns-padding-disabled {
padding: 0 !important;
}
.modules-columns .mod-column {
border-right: 0px solid transparent;
}
.columns-layout1 .modules-columns .mod-column-2,
.columns-layout2 .modules-columns .mod-column-3,
.columns-layout3 .modules-columns .mod-column-4,
.columns-layout4 .modules-columns .mod-column-3,
.columns-layout5 .modules-columns .mod-column-3,
.columns-layout6 .modules-columns .mod-column-2,
.columns-layout7 .modules-columns .mod-column-2,
.columns-layout8 .modules-columns .mod-column-2,
.columns-layout9 .modules-columns .mod-column-2,
.columns-layout10 .modules-columns .mod-column-3,
.columns-layout11 .modules-columns .mod-column-3,
.columns-layout12 .modules-columns .mod-column-2,
.columns-layout13 .modules-columns .mod-column-2,
.columns-layout14 .modules-columns .mod-column-3,
.columns-layout15 .modules-columns .mod-column-2,
.columns-layout15 .modules-columns .mod-column-3,
.columns-layout16 .modules-columns .mod-column-3,
.columns-layout17 .modules-columns .mod-column-1 {
border: none;
}
.columns-layout14 .modules-columns .mod-column-1 {
border-right: none;
border-bottom: 1px solid transparent;
}
.columns-layout15 .modules-columns .mod-column-3 {
border-right: none;
border-top: 1px solid transparent;
}
@media only screen and (max-width: 959px) {
.columns-layout3 .modules-columns .mod-column-2,
.columns-layout5 .modules-columns .mod-column-2 {
border-right: none;
}
.columns-layout3 .modules-columns .mod-column-3,
.columns-layout3 .modules-columns .mod-column-4,
.columns-layout5 .modules-columns .mod-column-3 {
border-top: 0px solid transparent;
}
.columns-layout4 .modules-columns .mod-column-1 {
border-right: none;
border-bottom: 0px solid transparent;
}
}
@media only screen and (max-width: 759px) {
.columns-layout2 .modules-columns .mod-column-1,
.columns-layout2 .modules-columns .mod-column-2,
.columns-layout6 .modules-columns .mod-column-1,
.columns-layout7 .modules-columns .mod-column-1,
.columns-layout8 .modules-columns .mod-column-1,
.columns-layout9 .modules-columns .mod-column-1,
.columns-layout10 .modules-columns .mod-column-1,
.columns-layout10 .modules-columns .mod-column-2,
.columns-layout11 .modules-columns .mod-column-1,
.columns-layout11 .modules-columns .mod-column-2,
.columns-layout16 .modules-columns .mod-column-1,
.columns-layout16 .modules-columns .mod-column-2 {
border-right: none;
border-bottom: 0px solid transparent;
}
}
@media only screen and (max-width: 519px) {
.columns-layout1 .modules-columns .mod-column-1,
.columns-layout3 .modules-columns .mod-column-1,
.columns-layout3 .modules-columns .mod-column-2,
.columns-layout3 .modules-columns .mod-column-3,
.columns-layout4 .modules-columns .mod-column-2,
.columns-layout5 .modules-columns .mod-column-1,
.columns-layout5 .modules-columns .mod-column-2,
.columns-layout12 .modules-columns .mod-column-1,
.columns-layout13 .modules-columns .mod-column-1,
.columns-layout14 .modules-columns .mod-column-2,
.columns-layout15 .modules-columns .mod-column-1 {
border-right: none;
border-bottom: 0px solid transparent;
}
.columns-layout5 .modules-columns .mod-column-3 {
border: none;
}
} .type-slider,
.type-rev-slider {
width: 100%;
min-height: 200px;
padding: 0;
}
.rev_slider_wrapper {
left: 0 !important;
max-width: 1400px !important;
z-index: 9 !important;
}
.tp-leftarrow {
left: 20px !important;
}
.tp-rightarrow {
right: 20px !important;
}
.flexslider {
overflow: hidden;
}
.quadro-slides {
overflow: hidden;
}
.quadro-slides li {
display: none;
line-height: 0;
}
.quadro-mod.overlay-on .quadro-slides li {
background: #000;
}
.quadro-slides li:first-child {
display: block;
}
.quadro-slides li img {
}
.quadro-mod.overlay-on .quadro-slides li img {
zoom: 1;
filter: alpha(opacity=50);
opacity: 0.50;
} body:not(.landing-enabled) .slider-large:first-of-type {
margin-top: -150px;
float: left;
}
body:not(.landing-enabled).site-header-type3 .slider-large:first-of-type {
margin-top: -100px;
float: left;
}
body:not(.landing-enabled).site-header-type3 .slider-large:first-of-type .at-fee-mod-action {
margin-top: 100px;
}
body:not(.landing-enabled).site-header-type4 .slider-large:first-of-type {
margin-top: 0;
}
body:not(.landing-enabled) .no-header-hide .slider-large:first-of-type {
margin-top: 0;
} .slider-regular {
width: 100%;
padding: 40px 4%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.slider-regular ul.slides {
background: #000;
} .slide-caption {
position: absolute;
top: 50%;
display: block;
line-height: 1.5;
zoom: 1;
filter: alpha(opacity=90);
opacity: 0.9;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.left {
left: 8%;
}
.right {
right: 8%;
}
.slide-caption a.slider-caption-link {
color: #fff;
}
.drop-caption {
width: 300px;
height: 300px;
margin: auto 0 !important;
padding: 60px 40px;
color: #fff;
text-align: center;	
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
}
.slider-large .drop-caption {
}
.drop-caption.left {
-webkit-border-radius: 150px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius: 150px;
-moz-border-radius-topright: 3px;
border-radius: 150px;
border-top-right-radius: 3px;
}
.drop-caption.right {
-webkit-border-radius: 150px;
-webkit-border-top-left-radius: 3px;
-moz-border-radius: 150px;
-moz-border-radius-topleft: 3px;
border-radius: 150px;
border-top-left-radius: 3px;
}
.drop-caption a.slider-caption-link {
display: block;
width: 100%;
height: 100%;
}
.drop-caption h3.slide-caption-title {
font-size: 28px;
margin-bottom: 15px;
}
.drop-caption p {
padding-top: 15px;
border-top: 1px dashed #fff;
margin-bottom: 0;
}
.drop-caption span.slider-caption-rmore {
display: none;
}
.striped-caption {
width: auto;
padding: 0;
color: #fff;
text-align: left;
}
.striped-caption h3.slide-caption-title {
font-size: 52px;
}
.striped-caption h3.slide-caption-title,
.striped-caption .caption-text,
.striped-caption span.slider-caption-rmore {
float: left;
max-width: 680px;
margin-bottom: 3px;
padding: 5px 20px;
background: #000;
webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
clear: both;
}
.striped-caption p {
font-size: 28px;
margin-bottom: 0;
}
.striped-caption .caption-text * {
margin-bottom: 0;
}
.striped-caption span.slider-caption-rmore {
padding: 10px 15px;
text-transform: uppercase;
}
.striped-caption.right {
text-align: right;
}
.striped-caption.right h3.slide-caption-title, 
.striped-caption.right .caption-text,
.striped-caption.right span.slider-caption-rmore {
float: right;
}
.slider-regular .striped-caption.left {
left: 2%;
}
.slider-regular .striped-caption.right {
right: 2%;
}
.slider-large .striped-caption {
}
.slider-large .striped-caption.left {
left: 4%;
}
.slider-large .striped-caption.right {
right: 4%;
}
.headline-caption {
left: 0;
right: 0;
width: 80%;
margin: 0 auto;
text-align: center;
color: #fff;
text-transform: uppercase;
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
overflow: hidden;
}
.headline-caption h3.slide-caption-title {
font-size: 82px;
line-height: 1.2;
margin-bottom: 10px;
}
.headline-caption p {
font-size: 40px;
line-height: 1.2;
margin-bottom: 20px;
}
.headline-caption span.slider-caption-rmore {
display: inline-block;
padding: 8px 15px;
border: 2px solid #fff;
color: #fff;
}
.headline-caption span.slider-caption-rmore:hover {
background: #fff;
color: #000;
}
.slider-large .headline-caption {
}
.slider-regular .headline-caption {
width: 92%;
} .flex-direction-nav {
list-style: none;
margin: 0;
}
.flex-direction-nav li a,
.slick-arrow {
position: absolute;
top: 0;
bottom: 0;
display: inline-block;
width: 60px;
height: 60px;
margin-top: auto;
margin-bottom: auto !important;
text-align: center;
line-height: 60px;
text-indent: -9999px;
zoom: 1;
filter: alpha(opacity=70);
opacity: 0.7;
overflow: hidden;
z-index: 999;  	
}
.slick-arrow {
cursor: pointer;
}
.flex-prev, .slick-arrow.slick-prev { left: 0; }
.flex-next, .slick-arrow.slick-next { right: 0; }
.tp-rightarrow.default,
.tp-leftarrow.default {
width: 60px !important;
height: 60px !important;
margin-top: -30px !important;
margin-bottom: auto !important;
background-image: none !important;
text-align: center !important;
line-height: 60px !important;  	
}
.flex-prev:before,
.flex-next:before,
.slick-arrow.slick-prev:before,
.slick-arrow.slick-next:before,
.tp-rightarrow.default:before,
.tp-leftarrow.default:before {
font-family: 'FontAwesome';
font-size: 20px;
color: #fff;
text-indent: 0;
float: left;
width: 100%;
}
.flex-prev:before,
.slick-arrow.slick-prev:before,
.tp-leftarrow.default:before {
content: "\f053";
}
.flex-next:before,
.slick-arrow.slick-next:before,
.tp-rightarrow.default:before {
content: "\f054";
}
.flex-direction-nav li a:hover,
.slick-arrow:hover {
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
}
.slider-wide .flex-prev { margin-left: -60px; }
.slider-wide .flex-next { margin-right: -60px; }
.slider-wide:hover .flex-prev { margin-left: 0; }
.slider-wide:hover .flex-next { margin-right: 0; }
.slider-regular .flex-direction-nav {
position: absolute;
bottom: 60px;
right: 5%;
width: 135px;
z-index: 999;
}
.slider-large .flex-direction-nav {
position: absolute;
bottom: 20px;
right: 4%;
width: 123px;
z-index: 999;
}
.slider-large .flex-direction-nav a,
.slider-regular .flex-direction-nav a {
position: static;
float: left;
}
.slider-large .flex-direction-nav .flex-prev,
.slider-regular .flex-direction-nav .flex-prev {
margin-right: 3px;
}
.flex-control-nav {
list-style: none;
margin: 0;
position: absolute;	
bottom: 20px;
left: 4%;
line-height: 8px;
z-index: 99;
}
.flex-control-nav li {
display: inline;
}
.flex-control-nav li a {
display: inline-block;
width: 80px;
height: 8px;
background-color: #000;
text-indent: -9999px;
zoom: 1;
filter: alpha(opacity=70);
opacity: 0.7;
cursor: pointer;
}
.flex-control-nav li a:hover {
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
margin: 0 5px;
}
.slider-wide .flex-control-nav {
bottom: 0;
left: 0;
text-align: center;
width: 100%;
}
.slider-regular .flex-control-nav {
display: none;
}
.slider-large .flex-control-nav li a {
width: 40px;
margin-right: 3px;
} .crellyslider > .cs-navigation > .cs-slide-link,
.crellyslider > .cs-controls > .cs-previous, .crellyslider > .cs-controls > .cs-next {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.crellyslider > .cs-navigation > .cs-slide-link {
width: 80px;
height: 8px;
}
@media only screen and (max-width: 759px) {
.crellyslider > .cs-navigation > .cs-slide-link {
width: 20px;
height: 6px;
}
.crellyslider > .cs-controls > .cs-next, .crellyslider > .cs-controls > .cs-previous {
width: 40px !important;
height: 40px !important;
margin-top: -20px !important;
line-height: 40px !important;
}
.crellyslider > .cs-controls > .cs-next:before, .crellyslider > .cs-controls > .cs-previous:before {
font-size: 14px;
}
} .quadro-services {
width: 100%;
list-style: none;
margin: 0;
} .services-type1 .quadro-services li {
float: left;
height: 400px;
padding: 20px 30px;
text-align: center;
word-wrap: break-word;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
overflow: hidden;
}
.services-type1.three-columns .quadro-services li {
width: 33.3333%;
}
.chrome .services-type1.three-columns .quadro-services li,
.safari .services-type1.three-columns .quadro-services li {
width: 33.333333%;
}
.services-type1.three-columns .quadro-services li:nth-child(3n+1) {
clear: left;
}
.services-type1.four-columns .quadro-services li {
width: 25%;
}
.services-type1.four-columns .quadro-services li:nth-child(4n+1) {
clear: left;
}
.services-type1 .quadro-services li:hover {
color: #fff;
}
.services-type1 .quadro-services li a {
display: block;
}
.services-type1 .quadro-service header {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.service-icon img {
width: 100%;
height: auto;
}
.services-type1 .service-icon {
display: inline-block;
width: 160px;
height: 160px;
margin: 0 auto 40px;
-webkit-border-radius: 80px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius: 80px;
-moz-border-radius-bottomleft: 3px;
border-radius: 80px;
border-bottom-left-radius: 3px;
overflow: hidden;
}
.services-type1 .service-icon i {
font-size: 100px;
line-height: 160px;
color: #fff;
}
.services-type1 .quadro-service h2 {
font-size: 26px;
line-height: 1.3;
margin-bottom: 5px;
color: #111;
}
.services-type1 .service-tagline {
color: #888;
}
.services-type1 .quadro-services li:hover h2,
.services-type1 .quadro-services li:hover .service-tagline {
color: #fff;
}
.services-type1 .quadro-services li:hover header {
margin: -190px 0 10px;
}
.services-type1 .service-content {
display: none;
margin-top: 20px;
padding-top: 20px;
border-top: 2px dashed #fff;
font-size: 85%;
color: #fff;
}
.services-type1 span.service-link {
display: inline-block;
text-indent: -9999px;
color: #fff;
text-transform: uppercase;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.services-type1 span.service-link:after {
font-family: 'FontAwesome';
content: "\f138";
display: block;
text-indent: 0;
font-size: 42px;
height: 42px;
}
.services-type1 span.service-link:hover {
text-indent: 0;
}
.services-type1 span.service-link:hover:after {
zoom: 1;
filter: alpha(opacity=80);
opacity: 0.8;
} .services-type2,
.services-type3 {
padding-bottom: 20px;
}
.services-type2 > *:last-child > *:last-child,
.services-type3 > *:last-child > *:last-child {
margin-bottom: 40px;
}
.services-type2 .quadro-services li {
position: relative;
float: left;
margin: 0 2% 40px 0;
}
.services-type2.three-columns .quadro-services li {
width: 32%;
min-height: 80px;
}
.services-type2.three-columns .quadro-services li:nth-child(3n) {
margin-right: 0;;
}
.services-type2.three-columns .quadro-services li:nth-child(3n+1) {
clear: left;
}
.services-type2.four-columns .quadro-services li {
width: 23.5%;
min-height: 60px;
}
.services-type2.four-columns .quadro-services li:nth-child(4n) {
margin-right: 0;
}
.services-type2.four-columns .quadro-services li:nth-child(4n+1) {
clear: left;
}
.services-type2 .service-icon {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 60px;
height: 60px;
text-align: center;
-webkit-border-radius: 40px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius: 40px;
-moz-border-radius-topright: 3px;
border-radius: 40px;
border-top-right-radius: 3px;
overflow: hidden;
}
.services-type2.four-columns .service-icon {
width: 40px;
height: 40px;
}
.services-type2 .service-icon i {
font-size: 34px;
line-height: 60px;
color: #fff;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.services-type2.four-columns .service-icon i {
font-size: 24px;
line-height: 40px;
}
.services-type2.three-columns .quadro-services li:hover i {
-moz-transform: rotate(-8deg);
-webkit-transform: rotate(-8deg);
-o-transform: rotate(-8deg);
-ms-transform: rotate(-8deg);
transform: rotate(-8deg);
font-size: 40px;
}
.services-type2 .service-heading {
padding-left: 70px;
}
.services-type2.four-columns .service-heading {
padding-left: 50px;
}
.services-type2 .quadro-service h2 {
margin-bottom: 0;
color: #111;
font-size: 20px;
line-height: 1.4;
}
.services-type2 .quadro-service h2 a {
color: #111;
}
.services-type2 .service-tagline {
color: #888;
font-size: 75%;
text-transform: uppercase;
}
.services-type2 .service-content {
margin-top: 5px;
padding-left: 70px; 
font-size: 75%;
}
.services-type2.four-columns .service-content {
padding-left: 50px;
}
.services-type2 .service-content p {
margin-bottom: 5px;
}
.services-type2 a.service-link {
display: inline-block;
background: none !important;
}
.services-type2 a.service-link:before {
font-family: 'FontAwesome';
content: "\f054";
margin-right: 5px;
font-size: 85%;
}
.services-type2 a.service-link:hover {
margin-left: 10px;
} .services-type3 .quadro-services li {
float: left;
margin: 40px 3.5% 40px 0;
padding: 30px;
background: #fff;
border: 1px solid #dedede;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.services-type3.three-columns .quadro-services li {
width: 31%;
}
.services-type3.three-columns .quadro-services li:nth-child(3n) {
margin-right: 0;
}
.services-type3.three-columns .quadro-services li:nth-child(3n+1) {
clear: left;
}
.services-type3.four-columns .quadro-services li {
width: 22.375%;
}
.services-type3.four-columns .quadro-services li:nth-child(4n) {
margin-right: 0;
}
.services-type3.four-columns .quadro-services li:nth-child(4n+1) {
clear: left;
}
.services-type3 .service-icon {
display: block;
width: 100px;
height: 100px;
margin: -80px auto 20px;
text-align: center;
-webkit-border-radius: 60px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius: 60px;
-moz-border-radius-bottomleft: 3px;
border-radius: 60px;
border-bottom-left-radius: 3px;
overflow: hidden;
}
.services-type3 .service-icon i {
font-size: 62px;
line-height: 100px;
color: #fff;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.services-type3 .quadro-services li:hover i {
-moz-transform: rotate(-8deg);
-webkit-transform: rotate(-8deg);
-o-transform: rotate(-8deg);
-ms-transform: rotate(-8deg);
transform: rotate(-8deg);
font-size: 68px;
}
.services-type3 .quadro-service h2 {
margin-bottom: 0;
color: #111;
font-size: 22px;
line-height: 1.4;
}
.services-type3 .quadro-service h2 a {
color: #111;
}
.services-type3 .service-tagline {
color: #888;
font-size: 85%;
text-transform: uppercase;
}
.services-type3 .service-content {
margin-top: 15px;
font-size: 85%;
}
.services-type3 .service-content:before {
content: "\00A0";
display: block;
width: 60px;
height: 3px;
margin: 0 auto 15px;
background-color: #000;
zoom: 1;
filter: alpha(opacity=70);
opacity: 0.7;
}
.services-type3 .service-content p {
margin-bottom: 15px;
}
.services-type3 a.service-link {
display: inline-block;
padding: 5px 12px;
}
.services-type3 a.service-link:after {
font-family: 'FontAwesome';
content: "\f138";
margin-left: 5px;
} .type-slogan {
font-size: 22px;
text-align: center;
}
.type-slogan p {
max-width: 1000px;
margin: 0 auto 15px;
}
.type-slogan .slogan-content-wrapper h1 { font-size: 100px; line-height: 1.3; margin-bottom: 15px; }
.type-slogan .slogan-content-wrapper h2 { font-size: 80px; line-height: 1.3; margin-bottom: 15px; }
.type-slogan .slogan-content-wrapper h3 { font-size: 64px; line-height: 1.3; margin-bottom: 15px; }
.type-slogan .slogan-content-wrapper h4 { font-size: 50px; line-height: 1.4; margin-bottom: 15px; }
.type-slogan .slogan-content-wrapper h5 { font-size: 40px; line-height: 1.5; margin-bottom: 15px; }
.type-slogan .slogan-content-wrapper h6 { font-size: 28px; line-height: 1.5; margin-bottom: 15px; }
.type-slogan .slogan-content-wrapper > *:last-child {
margin-bottom: 0;
}
a.slogan-call-to-action {
display: inline-block;
margin-top: 24px;
padding: 12px 18px;
font-size: 70%;
color: #fff !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
a.slogan-call-to-action:after {
font-family: 'FontAwesome';
content: "\f0a9";
margin-left: 10px;
}
.type-slogan.size-giant {
position: relative;
height: 100vh;
max-height: 1200px;
min-height: 500px;
}
.type-slogan.size-giant .slogan-wrapper {
position: absolute;
top: 50%;
left: 4%;
right: 4%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
} .type-cta.size-small {
padding-top: 30px;
padding-bottom: 30px;
}
.cta-wrapper {
position: relative;
max-width: 700px;
margin: 0 auto;
}
.type-cta.layout-layout3 .cta-wrapper,
.type-cta.layout-layout4 .cta-wrapper {
max-width: none;
}
.cta-content-wrapper {
width: 60%;
line-height: 1.5;
}
.cta-content-wrapper * {
margin-bottom: 5px;
}
.cta-content-wrapper *:last-child {
margin-bottom: 0;
}
.type-cta.layout-layout1 .cta-button-wrapper {
position: absolute;
top: 50%;
right: 0;
width: 38%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.cta-button-wrapper {
text-align: center;
}
.type-cta.layout-layout3 .cta-button-wrapper {
text-align: left;
}
.type-cta.layout-layout4 .cta-button-wrapper {
text-align: right;
}
.qbtn.cta-button {
display: inline-block;
min-width: 100px;
padding: 18px 30px;
text-align: center;
}
.type-cta.button-size-medium .qbtn.cta-button {
padding: 20px 40px;
font-size: 90%;
}
.type-cta.button-size-big .qbtn.cta-button {
width: 100%;
min-width: 0;
padding: 20px;
font-size: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.type-cta.button-size-big.layout-layout3 .qbtn.cta-button {
max-width: 700px;
margin-left: 0;
}
.type-cta.button-size-big.layout-layout4 .qbtn.cta-button {
max-width: 700px;
margin-right: 0;
} .type-carousel {
width: 100%;
padding: 0;
overflow: hidden;
}
.type-carousel .mod-header {
margin-top: 40px;
}
.carousel-wrapper {
position: relative;
}
.carousel-item {
display: none;
width: 33.3333%;
float: left;
position: relative;
line-height: 0;
}
.chrome .carousel-item,
.safari .carousel-item {
width: 33.333333%;
}
.carousel-item img {
width: 100%;
height: auto;
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: -moz-transform 0.4s;
transition: transform 0.4s;
}
.carousel-item:hover img {
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}
.carousel-item-content {
position: absolute;
left: 0;
top: auto;
bottom: 0;
width: 100%;
height: auto;
padding: 30px;
background: #fff;
color: #000;
zoom: 1;
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all  0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s;
}
.carousel-item:hover .carousel-item-content {
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
transition: transform 0.4s, opacity 0.1s;
}
.carousel-item-content h2 {
font-size: 26px;
line-height: 1.3;
margin-bottom: 10px;
}
.carousel-item-text {
line-height: 1.5;
}
.carousel-item-text p:last-child {
margin-bottom: 0;
}
a.carousel-item-more {
float: right;
display: inline-block;
margin-top: 15px;
padding: 15px 10px;
}
a.carousel-item-more:after {
font-family: 'FontAwesome';
content: "\f0a9";
margin-left: 10px;
}
.type-carousel .flex-direction-nav {
position: absolute;
top: 10px;
right: 10px;
width: 120px;
}
.type-carousel .flex-direction-nav a {
margin: 0;
position: static;
float: left;
}
.type-carousel .flex-direction-nav .flex-prev {
margin-right: 0px;
} .type-testimonials {
padding-bottom: 90px;
}
.testimonials-wrapper {
position: relative;
}
.testimonials-type1 {
overflow: hidden;
}
.testimonials {
width: 60%;
margin: 0 auto;
}
.testimonials-type2 .testimonials {
width: 100%;
}
.testimonial-item {
text-align: center;
}
.testimonials-type1 .testimonial-item {
display: none;
}
.testimonials-type2 .testimonial-item {
float: left;
width: 32%;
margin: 0 2% 20px 0;
}
.testimonials-type2 .testimonial-item:nth-child(3n) {
margin-right: 0;
}
.testimonials-type2 .testimonial-item:nth-child(3n+1) {
clear: left;
}
.testimonial-item-wrapper {
padding-bottom: 20px;
}
.testimonial-item-content {
margin: 0 auto;
}
.testimonial-item-content p {
margin-bottom: 5px;
}
.testimonials-type1 .testimonial-item-content p {
font-size: 18px;
}
.testimonial-item-content p:after {
font-family: 'FontAwesome';
display: block;
font-size: 20px;
zoom: 1;
filter: alpha(opacity=30);
opacity: 0.3;
content: "\f10e";
margin-top: 10px;
}
.testimonial-item-content span {
font-style: italic;
font-size: 85%;
}
.testimonial-item-content span a {
border-bottom: 1px dotted;
}  .type-testimonials .flex-control-nav {
width: 92%;
bottom: -30px;
text-align: center;
}
.type-testimonials .flex-control-nav li {
margin: 0 3px;
}
.type-testimonials .flex-control-nav li a {
border: 3px solid #000;
width: 6px;
height: 6px;
background: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
zoom: 1;
filter: alpha(opacity=50);
opacity: 0.5;
}
.type-testimonials .flex-control-nav li a:hover {
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
}
.type-testimonials .flex-control-nav li a.flex-active {
background: #000;
}
.type-testimonials .flex-direction-nav li a {
width: 40px;
height: 40px;
border: 2px solid #000;
background-color: transparent;
line-height: 40px;
}
.type-testimonials .flex-prev {
left: 0;
}
.type-testimonials .flex-next {
right: 0;
}
.type-testimonials .flex-prev:before,
.type-testimonials .flex-next:before {
font-size: 16px;
color: #000;
} .team {
list-style: none;
margin: 0;
}
.team-member {
float: left;
margin: 0 2% 20px 0;
text-align: center;
}
.team-type1 .team-member {
width: 48%;
margin: 0 4% 20px 0;
}
.team-type1 .team-member:nth-of-type(2n) {
margin-right: 0;
}
.team-type1 .team-member:nth-of-type(2n+1) {
clear: left;
}
.team-type2 .team-member {
width: 32%;
}
.team-type2 .team-member:nth-of-type(3n) {
margin-right: 0;
}
.team-type2 .team-member:nth-of-type(3n+1) {
clear: left;
}
.team-type3 .team-member {
width: 23.5%;
}
.team-type3 .team-member:nth-of-type(4n) {
margin-right: 0;
}
.team-type3 .team-member:nth-of-type(4n+1) {
clear: left;
}
.team-member-wrapper {
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
overflow: hidden;
}
.member-photo-wrapper {
line-height: 0;
}
.member-photo-wrapper {
width: 100%;
}
.member-photo-wrapper img {
width: 100%;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.team-member-wrapper:hover img{
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%);
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.member-content {
position: relative;
padding: 30px;
background: #fff;
}
.team-type3 .member-content {
padding: 15px;
}
.member-content:before {
position: absolute;
bottom: 100%;
left: 50%;
width: 0;
height: 0;
content: " ";
margin-left: -6px;
border: solid transparent;		
border-color: transparent;
border-bottom-color: #ffffff;
border-width: 6px;
pointer-events: none;
}
.member-name {
margin-bottom: 0;
}
.team-type3 .member-name {
font-size: 22px;
}
.member-role {
color: #aaa;
text-transform: uppercase;
font-size: 90%;
margin-bottom: 0;
}
.member-content p {
font-size: 85%;
margin: 15px 0;
}
.team-type3 .member-content p {
display: none;
}
.member-content p:first-of-type:before {
content: "\00A0";
width: 40px;
height: 3px;
margin: 0 auto 15px;
display: block;
background-color: #000;
zoom: 1;
filter: alpha(opacity=50);
opacity: 0.5;
}
.member-socials {
float: left;
width: 100%;
margin-top: 15px;
text-align: center;
}
.member-socials a {
display: inline-block;
width: 40px;
margin: 0 0 1px 1px;
background: #ccc;
line-height: 40px;
color: #fff !important;
text-align: center;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.member-socials a:first-child {
margin-left: 0;
}
.member-socials a:hover {
color: #fff;
} .clients-wrapper {
position: relative;
margin-right: 140px;
}
.client-profile {
display: none;
}
.client-content {
text-align: center;
}
.client-content a {
display: block;
height: 100%;
}
.client-content img {
max-width: 70%;
display: inline-block;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.client-profile:hover img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
}
.type-clients .flex-direction-nav li a {
top: 0;
right: -140px;
left: auto;
bottom: auto;
width: 30px;
height: 30px;
border: 2px solid #000;
background-color: transparent;
line-height: 30px;
zoom: 1;
filter: alpha(opacity=60);
opacity: 0.6;
}
.type-clients .flex-prev {
margin-right: 40px;
}
.type-clients .flex-prev:before,
.type-clients .flex-next:before {
font-size: 12px;
color: #000;
}
.type-clients .flex-direction-nav li a:hover {
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
} .modules-layers {
position: relative;
}
.mod-layer {
position: relative;
box-sizing: border-box;
}
.mod-layer-2 {
z-index: 2;
}
.overlaps-layer2 .mod-layer-1 {
z-index: 3;
}
.overlaps-lay1sh-on .mod-layer-1 .mod-layer-mods-wrapper,
.overlaps-lay2sh-on .mod-layer-2 .mod-layer-mods-wrapper {
-webkit-box-shadow: 0 21px 65px 0 rgb(0 0 0 / 20%);
box-shadow: 0 21px 65px 0 rgb(0 0 0 / 20%);
}
.modules-layers {
display: grid;
grid-template-columns: repeat(9, 1fr);
grid-template-rows: auto;
}
.overlaps-layout1 .modules-layers,
.overlaps-layout2 .modules-layers,
.overlaps-layout3 .modules-layers {
align-items: center;
}  .overlaps-layout1 .mod-layer {
grid-area: 1 / 1 / 10 / 10;
} .overlaps-layout2 .mod-layer-1 {
grid-area: 1 / 1 / 10 / 6;
}
.overlaps-layout2 .mod-layer-2 {
grid-area: 1 / 5 / 10 / 10;
} .overlaps-layout3 .mod-layer-1 {
grid-area: 1 / 1 / 10 / 7;
}
.overlaps-layout3 .mod-layer-2 {
grid-area: 1 / 4 / 10 / 10;
} .overlaps-layout4 .mod-layer-1 {
grid-area: 1 / 1 / 6 / 10;
}
.overlaps-layout4 .mod-layer-2 {
grid-area: 5 / 1 / 10 / 10;
align-self: end;
} .overlaps-layout5 .mod-layer-1 {
grid-area: 1 / 1 / 7 / 10;
}
.overlaps-layout5 .mod-layer-2 {
grid-area: 4 / 1 / 10 / 10;
align-self: end;
} .overlaps-layout6 .mod-layer-1 {
grid-area: 1 / 1 / 6 / 6;
}
.overlaps-layout6 .mod-layer-2 {
grid-area: 5 / 5 / 10 / 10;
align-self: end;
} .overlaps-layout7 .mod-layer-1 {
grid-area: 1 / 1 / 7 / 7;
}
.overlaps-layout7 .mod-layer-2 {
grid-area: 4 / 4 / 10 / 10;
align-self: end;
} .overlaps-layout8 .mod-layer-1 {
grid-area: 5 / 1 / 10 / 6;
align-self: end;
}
.overlaps-layout8 .mod-layer-2 {
grid-area: 1 / 5 / 6 / 10;
} .overlaps-layout9 .mod-layer-1 {
grid-area: 4 / 1 / 10 / 7;
align-self: end;
}
.overlaps-layout9 .mod-layer-2 {
grid-area: 1 / 4 / 7 / 10;
}
.mod-layer-mods-wrapper {
width: 100%;
margin: 0 auto;
box-sizing: border-box;
}
.type-overlaps .quadro-mod {
width: 100%;
margin-bottom: 30px;
padding: 0;
background: none !important;
}
.type-overlaps .mod-layer .quadro-mod:last-of-type {
margin-bottom: 0;
}
.type-overlaps .mod-layer .quadro-mod.overlay-off:after,
.type-overlaps .mod-layer .quadro-mod.overlay-on:after,
.type-overlaps .mod-layer .quadro-mod.overlay-:after {
display: none;
} .type-portfolio {
-webkit-transition: height 0.5s ease;
-moz-transition: height 0.5s ease;
-ms-transition: height 0.5s ease;
-o-transition: height 0.5s ease;
transition: height 0.5s ease;
}
.portfolio-no-results {
display: block;
max-width: 540px;
margin: 0 auto;
padding: 40px;
text-align: center;
}
.loader-icon {
position: absolute;
top: 200px;
left: 0;
width: 100%;
text-align: center;
font-size: 36px;
color: #888;
z-index: 9;
}
.loader-icon i {
width: 70px;
height: 70px;
background: #fff;
background: rgba(255,255,255,0.95);
border: 1px solid #DEDEDE;
line-height: 70px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
}
.item-wrapper {
-webkit-transition: max-height 0.8s;
-moz-transition: max-height 0.8s;
-ms-transition: max-height 0.8s;
-o-transition: max-height 0.8s;
transition: max-height 0.8s;
}
.item-container article {
background: #fff;
}
.terms-filter ul {
list-style: none;
margin: 0 0 20px;
}
.terms-filter ul li {
display: inline-block;
margin: 0 3px 3px 0;
padding: 8px 15px;
background: #fff; 
border: 1px solid #dedede;
cursor: pointer;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.terms-filter ul li:hover {
color: #fff;
}
.portfolio-layout-full {
width: 100%;
padding: 0;
}
.portfolio-layout-full .js-masonry {
width: 100%;
}
.portfolio-layout-full .terms-filter ul {
margin: 0;
background: #fff;
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
text-align: center;
}
.portfolio-layout-full .terms-filter ul li {
margin: 0;
padding: 15px 20px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: none;
border-left: 1px solid #dedede;
}
.portfolio-layout-full .terms-filter ul li:first-child {
border-left: none;
}
.portfolio-layout-full .terms-filter ul li:hover {
background: #eee;
border-color: #dedede;
color: #000;
}
.portfolio-layout-margin .item-container article {
margin: 30px 0 20px;
border: 1px solid #DEDEDE;
border-top: none;
}
.portfolio-layout-margin .item-container .item-title {
padding-left: 0;
border-left: 0;
}
.portfolio-layout-margin .quadro-portfolio {
width: 101.5%;
}
.portf-item {
position: relative;
float: left;
overflow: hidden;
}
.two-columns .portf-item {
width: 50%;
}
.three-columns .portf-item {
width: 33.3333%;
}
.chrome .three-columns .portf-item,
.safari .three-columns .portf-item  {
width: 33.333333%;
}
.four-columns .portf-item {
width: 25%;
}
.portf-item article {
overflow: hidden;
}
.portfolio-layout-margin .portf-item article {
position: relative;
margin: 0 15px 15px 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.portf-item a.item-linkto {
color: #232527;
}
.portf-item-thumb {
width: 100%;
overflow: hidden;
line-height: 0;
}
.portf-item-thumb img {
width: 100%;
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: -moz-transform 0.4s;
-ms-transition: -moz-transform 0.4s;
-o-transition: -moz-transform 0.4s;
transition: transform 0.4s;
}
.portfolio-layout-margin .portf-item-thumb,
.portfolio-layout-margin .portf-item-thumb img {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.portf-item:hover img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%);
}
.item-info-show .portf-item:hover img,
.item-info-hide .portf-item:hover img {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.item-info-hover .portf-item:hover img {
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}
.portf-item-content {
position: relative;
width: 100%;
padding: 20px;
background: #fff;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.portf-item-content h2 {
font-size: 24px;
line-height: 1.3;
margin-bottom: 0;
}
.four-columns .portf-item-content h2 {
font-size: 18px;
}
.portf-item-content p {
margin-bottom: 0;
font-size: 80%;
color: #888;
}
.item-info-hover .portf-item .portf-item-content {
position: absolute;
top: auto;
bottom: 0;
left: 0;
zoom: 1;
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all  0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s;
}
.item-info-hover .portf-item:hover .portf-item-content {
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
transition: transform 0.4s, opacity 0.1s;
} .feat-post-img {
width: 100%;
margin-bottom: 40px;
line-height: 0;
}
.feat-post-img img {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.feat-item-title {
font-size: 46px;
line-height: 1.1;
}
.type-featured .post-icon-wrapper {
position: static;
float: left;
margin-right: 10px;
line-height: 0;
}
.type-featured .post-icon {
width: 60px;
height: 60px;
line-height: 60px;
}
.type-featured .post-icon:before {
font-size: 32px;
}
.featured-item.type-quadro_nym_portfolio .post-icon {
display: none;
}
.featured-item-text {
clear: both;
float: left;
margin-top: 20px;
}
.feat-type1 .feat-meta {
float: left;
width: 22%;
}
.feat-type1 .featured-item-text {
clear: none;
float: right;
width: 75%;
margin-top: 0;
}
.feat-type2 .feat-post-img {
float: left;
width: 52%;
margin: 0 4% 0 0;
}
.feat-type2 .featured-item-content {
float: left;
width: 42%;
}
.feat-type3 .feat-post-img {
float: right;
width: 52%;
margin: 0 0 0 4%;
}
.feat-type3 .featured-item-content {
float: left;
width: 42%;
} .recents-wrapper {
margin: 0 80px;
}
.recents-item {
display: none;
}
.recents-item-content {
padding: 0 20px;
}
.recents-item-content h2 {
margin-bottom: 5px;
font-size: 20px;
line-height: 1.3;	
}
.recents-item-content h2 a {
color: #333;
}
.recents-item-content .posted-on {
display: block;
margin-bottom: 10px;
font-size: 80%;
}
.recents-item-content .posted-on a {
color: #888;
}
.recents-item-content .posted-on a:before {
display: none;
}
.recents-item-content img {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.recents-item-content img:hover {
zoom: 1;
filter: alpha(opacity=80);
opacity: 0.8;
}
.recents-item-text {
padding: 15px;
background: #fafafa;
font-size: 14px;
}
.type-recents .flex-direction-nav li a {
width: 40px;
height: 40px;
border: 2px solid #000;
background-color: transparent;
line-height: 40px;
}
.type-recents .flex-prev {
left: 4%;
}
.type-recents .flex-next {
right: 4%;
}
.type-recents .flex-prev:before,
.type-recents .flex-next:before {
font-size: 16px;
color: #000;
} .quadro-plans {
display: table;
list-style: none;
margin: 0 -10px;
text-align: center;
border-spacing: 10px;
border-collapse: separate;
}
.quadro-plans.featured-true {
margin-top: 40px;
}
.quadro-plans.plans-2 {
max-width: 780px;
margin-left: auto;
margin-right: auto;
}
.quadro-plans.plans-1 {
display: block;
}
.quadro-plan {
position: relative;
display: table-cell;
width: 33.3333%;
padding: 30px 30px 110px;
background: #fff;
vertical-align: top;
word-break: break-word;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.quadro-plans.plans-1 .quadro-plan {
display: block;
width: 100%;
max-width: 420px;
margin: 0 auto;
}
.quadro-plans.plans-2 .quadro-plan {
width: 50%;
}
.quadro-plans.plans-4 .quadro-plan {
width: 25%;
}
.quadro-plans.plans-5 .quadro-plan {
width: 20%;
}
.quadro-plan p {
margin-bottom: 0;
}
.plan-head {
position: relative;
margin: -30px -30px 0;
padding: 30px 20px;
background: #000;
color: #fff;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.quadro-plan.plan-featured .plan-head {
margin-top: -70px;
}
.plan-highlight {
display: block;
margin: -30px -20px 30px;
padding: 10px;
font-size: 12px;
font-weight: bolder;
letter-spacing: 2px;
line-height: 20px;
text-transform: uppercase;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.plan-icon {
display: inline-block;
width: 60px;
margin-bottom: 10px;
font-size: 28px;
line-height: 60px;
color: #fff;
-webkit-border-radius: 40px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius: 40px;
-moz-border-radius-bottomright: 3px;
border-radius: 40px;
border-bottom-right-radius: 3px;
}
.shape-circle .plan-icon {
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.shape-square .plan-icon {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.plan-title {
margin-bottom: 0;
font-size: 26px;
line-height: 1.4;
}
.plan-desc {
margin: 10px 0 0;
font-size: 95%;
line-height: 1.5;
zoom: 1;
filter: alpha(opacity=80);
opacity: 0.8;
}
.plan-desc:before {
content: "";
display: block;
width: 60px;
height: 3px;
margin: 0 auto 15px;
background-color: #000;
zoom: 1;
filter: alpha(opacity=20);
opacity: 0.2;
}
.plan-price {
margin-top: 20px;
}
.price-value {
}
.price-value span {
display: inline-block;
}
.price-numb {
font-size: 240%;
line-height: 1;
}
.price-term {
font-size: 90%;
zoom: 1;
filter: alpha(opacity=60);
opacity: 0.6;
}
.price-sub {
margin-top: 5px;
font-size: 11px;
line-height: 18px;
text-transform: uppercase;
}
.plan-features {
margin-top: 30px;
font-size: 85%;
line-height: 1.5;
}
.plan-price + .plan-features {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #eaeaea;
}
.plan-features ul {
list-style: none;
margin: 0;
}
.plan-features ul li {
margin-bottom: 10px;
}
.plan-button {
position: absolute;
bottom: 30px;
left: 20px;
right: 20px;
}
.plan-button a.qbtn {
display: block;
padding: 14px 18px;
color: #fff;
}
.plan-button a.qbtn:hover {
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
} .type-gallery.margins-false {
padding: 0;
}
.gallery-gallery ul li {
position: relative;
float: left;
overflow: hidden;
}
.gallery-gallery ul li img {
display: block;
margin: 0 auto;
}
.type-gallery.margins-true .gallery-gallery ul li img {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.gallery-gallery ul li a {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
zoom: 1;
filter: alpha(opacity=30);
opacity: 0.3;
}
.gallery-gallery ul li:hover a {
background: #000;
}
.type-gallery .gallery-gallery li .gallery-caption {
font-size: 11px;
}
.style-masonry.margins-true .gallery-gallery li .gallery-caption,
.style-grid.margins-true .gallery-gallery li .gallery-caption {
bottom: 8px;
left: 8px;
margin-right: 8px;
}
.captions-hover .gallery-gallery li .gallery-caption {
margin-bottom: -100px;
zoom: 1;
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
z-index: 9;
}
.captions-hover .gallery-gallery li:hover .gallery-caption {
margin-bottom: 0;
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
} .style-masonry.margins-true .gallery-gallery ul li img,
.style-grid.margins-true .gallery-gallery ul li img {
padding: 3px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.style-masonry.margins-true .gallery-gallery ul li a,
.style-grid.margins-true .gallery-gallery ul li a {
top: 3px;
right: 3px;
bottom: 3px;
left: 3px;
}
.style-masonry.layout-layout1 .gallery-gallery ul li,
.style-grid.layout-layout1 .gallery-gallery ul li {
width: 100%;
}
.style-masonry.layout-layout2 .gallery-gallery ul li,
.style-grid.layout-layout2 .gallery-gallery ul li,
.style-masonry.layout-layout3 .gallery-gallery ul li,
.style-grid.layout-layout3 .gallery-gallery ul li,
.style-masonry.layout-layout4 .gallery-gallery ul li,
.style-grid.layout-layout4 .gallery-gallery ul li,
.style-masonry.layout-layout5 .gallery-gallery ul li,
.style-grid.layout-layout5 .gallery-gallery ul li {
width: 50%;
}
.style-masonry.layout-layout6 .gallery-gallery ul li,
.style-grid.layout-layout6 .gallery-gallery ul li,
.style-masonry.layout-layout7 .gallery-gallery ul li,
.style-grid.layout-layout7 .gallery-gallery ul li,
.style-masonry.layout-layout8 .gallery-gallery ul li,
.style-grid.layout-layout8 .gallery-gallery ul li {
width: 33.3333%;
}
@media only screen and (min-width: 520px) {
.style-masonry.layout-layout3 .gallery-gallery ul li,
.style-grid.layout-layout3 .gallery-gallery ul li,
.style-masonry.layout-layout5 .gallery-gallery ul li,
.style-grid.layout-layout5 .gallery-gallery ul li {
width: 33.3333%;
}
.style-masonry.layout-layout4 .gallery-gallery ul li,
.style-grid.layout-layout4 .gallery-gallery ul li,
.style-masonry.layout-layout8 .gallery-gallery ul li,
.style-grid.layout-layout8 .gallery-gallery ul li {
width: 25%;
}
}
@media only screen and (min-width: 769px) {
.style-masonry.layout-layout5 .gallery-gallery ul li,
.style-grid.layout-layout5 .gallery-gallery ul li,
.style-masonry.layout-layout7 .gallery-gallery ul li,
.style-grid.layout-layout7 .gallery-gallery ul li,
.style-masonry.layout-layout8 .gallery-gallery ul li,
.style-grid.layout-layout8 .gallery-gallery ul li {
width: 20%;
}
.style-masonry.layout-layout6 .gallery-gallery ul li,
.style-grid.layout-layout6 .gallery-gallery ul li {
width: 16.6666%;
}
}
@media only screen and (min-width: 960px) {
.style-masonry.layout-layout7 .gallery-gallery ul li,
.style-grid.layout-layout7 .gallery-gallery ul li {
width: 14.2856%;
}
.style-masonry.layout-layout8 .gallery-gallery ul li,
.style-grid.layout-layout8 .gallery-gallery ul li {
width: 12.5%;
}
} .style-mosaic .gallery-gallery ul li {
width: 33.3333%;
height: 300px;
}
@media only screen and (max-width: 768px) {
.style-mosaic .gallery-gallery ul li {
height: 220px;
}
}
@media only screen and (max-width: 519px) {
.style-mosaic .gallery-gallery ul li {
height: 140px;
}
}
.mosaic-item {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.style-mosaic.margins-true .mosaic-item {
top: 3px;
right: 3px;
bottom: 3px;
left: 3px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
} .style-mosaic.layout-layout1 li.gal-pos-1,
.style-mosaic.layout-layout1 li.gal-pos-2 {
width: 50%; }
.style-mosaic.layout-layout1 li.gal-pos-3 {
width: 100%;
height: 480px;
} .style-mosaic.layout-layout2 li.gal-pos-1,
.style-mosaic.layout-layout2 li.gal-pos-5 {
width: 50%;
height: 600px;
}
.style-mosaic.layout-layout2 li.gal-pos-5 {
float: right;
}
.style-mosaic.layout-layout2 li.gal-pos-2,
.style-mosaic.layout-layout2 li.gal-pos-3,
.style-mosaic.layout-layout2 li.gal-pos-4,
.style-mosaic.layout-layout2 li.gal-pos-6 {
width: 50%;
} .style-mosaic.layout-layout3 li.gal-pos-4,
.style-mosaic.layout-layout3 li.gal-pos-5,
.style-mosaic.layout-layout3 li.gal-pos-6 {
width: 50%;
}
.style-mosaic.layout-layout3 li.gal-pos-4,
.style-mosaic.layout-layout3 li.gal-pos-5,
.style-mosaic.layout-layout3 li.gal-pos-6 {
height: 480px;
}
.style-mosaic.layout-layout3 li.gal-pos-7,
.style-mosaic.layout-layout3 li.gal-pos-8,
.style-mosaic.layout-layout3 li.gal-pos-9,
.style-mosaic.layout-layout3 li.gal-pos-10 {
width: 25%;
height: 240px;
} .style-mosaic.layout-layout4 li.gal-pos-1,
.style-mosaic.layout-layout4 li.gal-pos-8 {
width: 66.6666%;
height: 600px;
}
.style-mosaic.layout-layout4 li.gal-pos-8 {
float: right;
} .style-mosaic.layout-layout5 ul li {
height: 240px;
}
.style-mosaic.layout-layout5 li.gal-pos-1 {
width: 66.6666%;
height: 480px;
}
.style-mosaic.layout-layout5 li.gal-pos-5,
.style-mosaic.layout-layout5 li.gal-pos-6 {
float: right;
height: 480px;
} .style-mosaic.layout-layout6 li.gal-pos-2,
.style-mosaic.layout-layout6 li.gal-pos-3 {
width: 66.6666%;
}
.style-mosaic.layout-layout6 li.gal-pos-5,
.style-mosaic.layout-layout6 li.gal-pos-6 {
width: 50%;
} .style-mosaic.layout-layout7 li.gal-pos-1,
.style-mosaic.layout-layout7 li.gal-pos-7 {
width: 50%;
height: 600px;
}
.style-mosaic.layout-layout7 li.gal-pos-7 {
float: right;
}
.style-mosaic.layout-layout7 li.gal-pos-2,
.style-mosaic.layout-layout7 li.gal-pos-8 {
width: 50%;
}
.style-mosaic.layout-layout7 li.gal-pos-3,
.style-mosaic.layout-layout7 li.gal-pos-4,
.style-mosaic.layout-layout7 li.gal-pos-5,
.style-mosaic.layout-layout7 li.gal-pos-6 {
width: 25%;
} .style-mosaic.layout-layout8 li.gal-pos-3,
.style-mosaic.layout-layout8 li.gal-pos-6 {
height: 600px;
}
.style-mosaic.layout-layout8 li.gal-pos-3 {
float: right;
}
@media only screen and (max-width: 768px) { .style-mosaic.layout-layout1 li.gal-pos-3,
.style-mosaic.layout-layout3 li.gal-pos-4,
.style-mosaic.layout-layout3 li.gal-pos-5,
.style-mosaic.layout-layout3 li.gal-pos-6,
.style-mosaic.layout-layout5 li.gal-pos-1,
.style-mosaic.layout-layout5 li.gal-pos-5,
.style-mosaic.layout-layout5 li.gal-pos-6 {
height: 360px;
} .style-mosaic.layout-layout3 li.gal-pos-7,
.style-mosaic.layout-layout3 li.gal-pos-8,
.style-mosaic.layout-layout3 li.gal-pos-9,
.style-mosaic.layout-layout3 li.gal-pos-10,
.style-mosaic.layout-layout5 ul li {
height: 180px;
} .style-mosaic.layout-layout2 li.gal-pos-1,
.style-mosaic.layout-layout2 li.gal-pos-5,
.style-mosaic.layout-layout4 li.gal-pos-1,
.style-mosaic.layout-layout4 li.gal-pos-8,
.style-mosaic.layout-layout7 li.gal-pos-1,
.style-mosaic.layout-layout7 li.gal-pos-7,
.style-mosaic.layout-layout8 li.gal-pos-3,
.style-mosaic.layout-layout8 li.gal-pos-6 {
height: 440px;
}
}
@media only screen and (max-width: 519px) { .style-mosaic.layout-layout1 li.gal-pos-3,
.style-mosaic.layout-layout3 li.gal-pos-4,
.style-mosaic.layout-layout3 li.gal-pos-5,
.style-mosaic.layout-layout3 li.gal-pos-6,
.style-mosaic.layout-layout5 li.gal-pos-1,
.style-mosaic.layout-layout5 li.gal-pos-5,
.style-mosaic.layout-layout5 li.gal-pos-6 {
height: 200px;
} .style-mosaic.layout-layout3 li.gal-pos-7,
.style-mosaic.layout-layout3 li.gal-pos-8,
.style-mosaic.layout-layout3 li.gal-pos-9,
.style-mosaic.layout-layout3 li.gal-pos-10,
.style-mosaic.layout-layout5 ul li {
height: 100px;
} .style-mosaic.layout-layout2 li.gal-pos-1,
.style-mosaic.layout-layout2 li.gal-pos-5,
.style-mosaic.layout-layout4 li.gal-pos-1,
.style-mosaic.layout-layout4 li.gal-pos-8,
.style-mosaic.layout-layout7 li.gal-pos-1,
.style-mosaic.layout-layout7 li.gal-pos-7,
.style-mosaic.layout-layout8 li.gal-pos-3,
.style-mosaic.layout-layout8 li.gal-pos-6 {
height: 280px;
}
} .type-cgallery.no-margins {
padding: 0;
}
.cgallery-gallery .slides li {
position: relative;
}
.cgallery-gallery .slides li img {
width: auto;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.type-cgallery.with-margins .cgallery-gallery .slides li img {
margin-right: 10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.type-cgallery.with-margins.size-xlarge .cgallery-gallery .slides li img {
margin-right: 0;
}
.type-cgallery.size-small .cgallery-gallery .slides li img {
height: 300px;
}
.type-cgallery.size-medium .cgallery-gallery .slides li img {
height: 500px;
}
.type-cgallery.size-large .cgallery-gallery .slides li img {
height: 700px;
}
.type-cgallery.size-xlarge .cgallery-gallery .slides li img {
width: 100%;
height: auto;
}
.center-enabled .cgallery-gallery .slides li img {
zoom: 1;
filter: alpha(opacity=20);
opacity: 0.2;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.center-enabled .cgallery-gallery .slides li.slick-slide.slick-current.slick-center img,
.center-enabled .cgallery-gallery .slides .slick-slide.slick-current.slick-center img {
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
}
.lightbox-enabled .cgallery-gallery .slides li:hover img {
zoom: 1;
filter: alpha(opacity=90);
opacity: 0.9;
}
.cgallery-gallery ul li a {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
zoom: 1;
filter: alpha(opacity=0);
opacity: 0;
}
.type-cgallery.with-margins .cgallery-gallery li .gallery-caption {
margin-right: 15px;
} .type-image {
padding: 0;
}
.type-image .mod-header {
margin-top: 60px;
}
.type-image img {
display: block;
margin: 0 auto;
}
.quadro-mod.type-image.shadow-on {
overflow: visible;
padding: 0 4%;
} .ibox-wrapper {
width: 480px;
max-width: 100%;
margin: 0 auto;
padding: 60px 40px;
background: #fff;
text-align: center;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.type-ibox.position-left .ibox-wrapper {
float: left;
}
.type-ibox.position-right .ibox-wrapper {
float: right;
}
.ibox-icon {
display: inline-block;
width: 60px;
height: 60px;
margin: 0 auto;
background: #000;
color: #fff;
font-size: 34px;
line-height: 60px;
text-align: center;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
zoom: 1;
filter: alpha(opacity=20);
opacity: 0.2;
}
.shape-drop .ibox-icon {
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
border-bottom-right-radius: 3px;
}
.shape-square .ibox-icon {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.ibox-icon i {
display: block;
line-height: inherit;
}
.ibox-title {
display: block;
margin-bottom: 0;
line-height: 1.3;
}
.ibox-text {
display: block;
}
.ibox-text * {
margin-bottom: 10px;
}
.ibox-text p {
font-size: 90%;
line-height: 1.5;
}
.ibox-text *:last-of-type {
margin-bottom: 0;
}
.qbtn.ibox-button {
margin-top: 30px;
padding: 18px 30px;
}
.ibox-icon + .ibox-title,
.ibox-title + .ibox-text,
.ibox-icon + .ibox-text {
margin-top: 20px;
} .leadbox-wrapper {
max-width: 700px;
margin: 0 auto;
padding: 40px;
text-align: center;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.leadbox-wrapper > *:last-child {
margin-bottom: 0;
}
.leadbox-img {
display: block;
margin: -40px -40px 40px;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.leadbox-img img {
display: block;
margin: 0 auto;
}
.leadbox-icon {
display: block;
font-size: 48px;
line-height: 50px;
zoom: 1;
filter: alpha(opacity=80);
opacity: 0.8;
}
.leadbox-title {
margin-bottom: 0;
}
.leadbox-text {}
.leadbox-text > *:last-child {
margin-bottom: 0;
}
.leadbox-form {
display: block;
max-width: 480px;
margin: 0 auto;
}
.leadbox-form.leadbox-hide {
display: none;
}
.leadbox-form input {
padding: 10px 15px !important;
}
.leadbox-form input[type="text"],
.leadbox-form input[type="email"] {
float: left;
width: 49%;
margin: 0 2% 0 0;
background: #fff;
line-height: 26px;
border: 1px solid rgba(0,0,0,0.2);
-moz-background-clip: padding !important;
-webkit-background-clip: padding !important;
background-clip: padding-box !important;
}
.leadbox-form input:nth-of-type(2n) {
margin-right: 0;
}
.qbtn.at-leadbox-submit {
display: block;
float: left;
width: 100%;
margin-top: 10px;
line-height: 30px;
} .leadbox-form.one-input input[type="email"] {
width: 66%;
line-height: 28px;
}
.leadbox-form.one-input .qbtn.at-leadbox-submit {
display: inline-block;
float: right;
width: 32%;
margin: 0;
padding: 10px 5px !important;
}
.leadbox-ftext {
margin: 20px 0 0;
font-size: 12px;
line-height: 1.5;
zoom: 1;
filter: alpha(opacity=70);
opacity: 0.7;
}
.leadbox-ftext i.fa {
margin: 0 3px;
}
.leadbox-icon + .leadbox-title,
.leadbox-title + .leadbox-text,
.leadbox-icon + .leadbox-text {
margin-top: 20px;
}
* + .leadbox-form-wrapper {
margin-top: 30px;
} .type-leadbox.layout-layout2 .leadbox-wrapper,
.type-leadbox.layout-layout3 .leadbox-wrapper {
max-width: 860px;
}
.type-leadbox.layout-layout2 .leadbox-img,
.type-leadbox.layout-layout3 .leadbox-img {
display: inline-block;
width: 42%;
margin: 0;
padding-right: 40px;
vertical-align: middle;
}
.type-leadbox.layout-layout3 .leadbox-img {
padding: 0 0 0 40px;
}
.type-leadbox.layout-layout2 .leadbox-content,
.type-leadbox.layout-layout3 .leadbox-content {
display: inline-block;
width: 57%;
vertical-align: middle;
} @media only screen and (min-width: 520px) {
.type-leadbox.layout-layout4 .leadbox-wrapper,
.type-leadbox.layout-layout5 .leadbox-wrapper {
float: left;
margin: 0;
width: 50%;
min-width: 400px;
}
.type-leadbox.layout-layout5 .leadbox-wrapper {
float: right;
}
} .type-leadbox.layout-layout6,
.type-leadbox.layout-layout7 {
padding: 0 !important;
}
.type-leadbox.layout-layout6 .leadbox-wrapper,
.type-leadbox.layout-layout7 .leadbox-wrapper {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
@media only screen and (min-width: 760px) {
.type-leadbox.layout-layout6 .leadbox-wrapper,
.type-leadbox.layout-layout7 .leadbox-wrapper {
float: right;
width: 50%;
margin: 0;
padding: 140px 40px;
}
.type-leadbox.layout-layout7 .leadbox-wrapper {
float: left;
}
.type-leadbox.layout-layout6 .leadbox-img,
.type-leadbox.layout-layout7 .leadbox-img {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 50%;
height: 100%;
margin: 0;
background-position: center;
background-size: cover;
}
.type-leadbox.layout-layout7 .leadbox-img {
left: auto;
right: 0;
}
} @media only screen and (min-width: 760px) {
.type-leadbox.layout-layout8 .leadbox-wrapper,
.type-leadbox.layout-layout9 .leadbox-wrapper {
position: relative;
max-width: 860px;
padding-left: 340px;
}
.type-leadbox.layout-layout9 .leadbox-wrapper {
padding: 40px 340px 40px 40px;
}
.type-leadbox.layout-layout8 .leadbox-img,
.type-leadbox.layout-layout9 .leadbox-img {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 300px;
height: 100%;
margin: 0;
background-position: center;
background-size: cover;
}
.type-leadbox.layout-layout9 .leadbox-img {
left: auto;
right: 0;
}
} .type-leadbox.layout-layout10 {
padding: 40px 4%;
}
.type-leadbox.layout-layout10 .leadbox-wrapper {
max-width: none;
padding: 0 60px;
background: none !important;
}
.type-leadbox.layout-layout10 .leadbox-icon {
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 50px;
margin: 0;
font-size: 42px;
line-height: 50px;
}
.type-leadbox.layout-layout10 .leadbox-text-wrapper {
display: inline-block;
width: 39%;
padding: 0 20px;
text-align: left;
vertical-align: middle;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.type-leadbox.layout-layout10 .leadbox-title {
font-size: 24px;
}
.type-leadbox.layout-layout10 .leadbox-text {
margin: 0;
}
.type-leadbox.layout-layout10 .leadbox-form-wrapper {
display: inline-block;
width: 60%;
margin: 0;
padding: 0 20px;
vertical-align: middle;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.type-leadbox.layout-layout10 .leadbox-form {
max-width: none;
position: relative;
}
@media only screen and (min-width: 1025px) {
.type-leadbox.layout-layout10 .leadbox-form.two-inputs input[type="text"],
.type-leadbox.layout-layout10 .leadbox-form.two-inputs input[type="email"] {
width: 36%;
line-height: 28px;
}
.type-leadbox.layout-layout10 .qbtn.at-leadbox-submit {
display: inline-block;
float: right;
width: 32%;
margin: 0;
padding: 10px 5px !important;
}
.type-leadbox.layout-layout10 .leadbox-form.two-inputs .qbtn.at-leadbox-submit {
width: 24%;
}
}
.type-leadbox.layout-layout10 .leadbox-error-msg {
max-width: none;
}
.type-leadbox.layout-layout10 .leadbox-ftext {
position: absolute;
right: 0;
bottom: -30px;
left: 0;
margin: 0 auto;
}
.leadbox-form-wrapper {
position: relative;
}
.leadbox-loader {
position: absolute;
top: -2000px;
left: 0;
right: 0;
width: 30px;
height: 30px;
margin: 0 auto;
font-size: 18px;
line-height: 30px;
text-align: center;
zoom: 1;
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.leadbox-loader.leadbox-show {
top: 0;
bottom: 0;
margin: auto;
zoom: 1;
filter: alpha(opacity=50);
opacity: 0.5;
}
.leadbox-loader i {
display: inline-block;
width: 30px;
line-height: 30px;
vertical-align: middle;
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.leadbox-submit-msg {
position: absolute;
top: -2000px;
padding: 15px;
background: #fff;
background: rgba(255,255,255,0.7);
border: 1px solid rgba(0,0,0,0.2);
color: #000;
font-size: 80%;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
zoom: 1;
filter: alpha(opacity=0);
opacity: 0;
}
.leadbox-submit-msg.leadbox-wait {
position: static;
}
.leadbox-submit-msg.leadbox-show {
-webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
transform: translateY(-30px);
-webkit-animation: moveUp 0.5s ease forwards;
animation: moveUp 0.5s ease forwards;
}
@-webkit-keyframes moveUp {
0% 		{}
100% 	{ -webkit-transform: translateY(0); opacity: 1; }
}
@keyframes moveUp {
0% 		{}
100% 	{ -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
.leadbox-submit-msg *:last-child {
margin-bottom: 0;
}
.leadbox-error-msg {
padding: 15px;
background: #fff;
background: rgba(255,255,255,0.7);
border: 1px solid rgba(0,0,0,0.2);
color: #000;
font-size: 80%;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.at-leadbox-consent-label {
position: relative;
float: left;
width: 100%;
margin: 10px 0 0;
padding-left: 20px;
text-align: left;
font-size: 14px;
line-height: 1.5;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.at-leadbox-consent-label input[type="checkbox"] {
position: absolute;
top: 2px;
left: 0;
font-size: 16px;
}
.at-leadbox-consent-label p {
margin: 0;
} .type-video.layout-full {
padding: 0;
}
.video-mod-wrapper {
display: block;
margin: 0 auto;
}
.type-video.width-regular .video-mod-wrapper {
max-width: 800px;
}
.type-video.width-small .video-mod-wrapper {
max-width: 500px;
}
.type-video .mod-editor-content {
margin-left: auto;
margin-right: auto;
}
.type-video.width-regular .mod-editor-content {
max-width: 800px;
}
.type-video.width-small .mod-editor-content {
max-width: 500px;
} .mod-social-icons {
list-style: none;
margin: -0.4em;
text-align: center;
} .type-icons.align-left .mod-social-icons {
text-align: left;
}
.type-icons.align-right .mod-social-icons {
text-align: right;
}
.mod-social-icons li {
display: inline-block;
margin: 0.4em;
}
.mod-social-icons li a {
display: block;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mod-social-icons li a:hover {
zoom: 1;
filter: alpha(opacity=80);
opacity: 0.8;
}
.type-icons.color-brand.shape-circle-border .mod-social-icons li a,
.type-icons.color-brand.shape-square-border .mod-social-icons li a,
.type-icons.color-brand.shape-rounded-border .mod-social-icons li a {
border: 2px solid;
} .type-icons.color-brand a.social-behance { color: #1769ff; }
.type-icons.color-brand a.social-codepen { color: #111111; }
.type-icons.color-brand a.social-dribbble { color: #ea4c89; }
.type-icons.color-brand a.social-etsy { color: #F1661E; }
.type-icons.color-brand a.social-facebook { color: #3b5998; }
.type-icons.color-brand a.social-flickr { color: #0063dc; }
.type-icons.color-brand a.social-github { color: #4183c4; }
.type-icons.color-brand a.social-google-plus { color: #dd4b39; }
.type-icons.color-brand a.social-instagram { color: #d93175; }
.type-icons.color-brand a.social-itunes { color: #EA4CC0; }
.type-icons.color-brand a.social-kickstarter { color: #05ce78; }
.type-icons.color-brand a.social-linkedin { color: #0766c2; }
.type-icons.color-brand a.social-medium { color: #111111; }
.type-icons.color-brand a.social-messenger { color: #0084ff; }
.type-icons.color-brand a.social-pinterest { color: #cc2127; }
.type-icons.color-brand a.social-slack { color: #4a154b; }
.type-icons.color-brand a.social-slideshare { color: #0077b5; }
.type-icons.color-brand a.social-snapchat-ghost { color: #fffc00; }
.type-icons.color-brand a.social-soundcloud { color: #ff8800; }
.type-icons.color-brand a.social-spotify { color: #1DB954; }
.type-icons.color-brand a.social-stack-overflow { color: #fe7a15; }
.type-icons.color-brand a.social-tiktok { color: #FE2C55; }
.type-icons.color-brand a.social-trello { color: #0079bf; }
.type-icons.color-brand a.social-tumblr { color: #35465c; }
.type-icons.color-brand a.social-twitter { color: #1da1f2; }
.type-icons.color-brand a.social-vimeo { color: #1ab7ea; }
.type-icons.color-brand a.social-whatsapp { color: #25D366; }
.type-icons.color-brand a.social-youtube { color: #ff1e00; }
.type-icons.color-brand a.social-email { color: #000000; } .type-icons.color-brand.shape-circle-bg a.social-behance,
.type-icons.color-brand.shape-square-bg a.social-behance,
.type-icons.color-brand.shape-rounded-bg a.social-behance {
background: #1769ff; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-codepen,
.type-icons.color-brand.shape-square-bg a.social-codepen,
.type-icons.color-brand.shape-rounded-bg a.social-codepen {
background: #111111; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-dribbble,
.type-icons.color-brand.shape-square-bg a.social-dribbble,
.type-icons.color-brand.shape-rounded-bg a.social-dribbble {
background: #ea4c89; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-etsy,
.type-icons.color-brand.shape-square-bg a.social-etsy,
.type-icons.color-brand.shape-rounded-bg a.social-etsy {
background: #F1661E; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-facebook,
.type-icons.color-brand.shape-square-bg a.social-facebook,
.type-icons.color-brand.shape-rounded-bg a.social-facebook {
background: #3b5998; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-flickr,
.type-icons.color-brand.shape-square-bg a.social-flickr,
.type-icons.color-brand.shape-rounded-bg a.social-flickr {
background: #0063dc; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-github,
.type-icons.color-brand.shape-square-bg a.social-github,
.type-icons.color-brand.shape-rounded-bg a.social-github {
background: #4183c4; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-google-plus,
.type-icons.color-brand.shape-square-bg a.social-google-plus,
.type-icons.color-brand.shape-rounded-bg a.social-google-plus {
background: #dd4b39; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-instagram,
.type-icons.color-brand.shape-square-bg a.social-instagram,
.type-icons.color-brand.shape-rounded-bg a.social-instagram {
background: #d93175; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-itunes,
.type-icons.color-brand.shape-square-bg a.social-itunes,
.type-icons.color-brand.shape-rounded-bg a.social-itunes {
background: #EA4CC0; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-kickstarter,
.type-icons.color-brand.shape-square-bg a.social-kickstarter,
.type-icons.color-brand.shape-rounded-bg a.social-kickstarter {
background: #05ce78; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-linkedin,
.type-icons.color-brand.shape-square-bg a.social-linkedin,
.type-icons.color-brand.shape-rounded-bg a.social-linkedin {
background: #0766c2; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-medium,
.type-icons.color-brand.shape-square-bg a.social-medium,
.type-icons.color-brand.shape-rounded-bg a.social-medium {
background: #111111; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-messenger,
.type-icons.color-brand.shape-square-bg a.social-messenger,
.type-icons.color-brand.shape-rounded-bg a.social-messenger {
background: #0084ff; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-pinterest,
.type-icons.color-brand.shape-square-bg a.social-pinterest,
.type-icons.color-brand.shape-rounded-bg a.social-pinterest {
background: #cc2127; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-slack,
.type-icons.color-brand.shape-square-bg a.social-slack,
.type-icons.color-brand.shape-rounded-bg a.social-slack {
background: #4a154b; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-slideshare,
.type-icons.color-brand.shape-square-bg a.social-slideshare,
.type-icons.color-brand.shape-rounded-bg a.social-slideshare {
background: #0077b5; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-snapchat-ghost,
.type-icons.color-brand.shape-square-bg a.social-snapchat-ghost,
.type-icons.color-brand.shape-rounded-bg a.social-snapchat-ghost {
background: #fffc00; color: #000;
}
.type-icons.color-brand.shape-circle-bg a.social-soundcloud,
.type-icons.color-brand.shape-square-bg a.social-soundcloud,
.type-icons.color-brand.shape-rounded-bg a.social-soundcloud {
background: #ff8800; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-spotify,
.type-icons.color-brand.shape-square-bg a.social-spotify,
.type-icons.color-brand.shape-rounded-bg a.social-spotify {
background: #1DB954; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-stack-overflow,
.type-icons.color-brand.shape-square-bg a.social-stack-overflow,
.type-icons.color-brand.shape-rounded-bg a.social-stack-overflow {
background: #fe7a15; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-tiktok,
.type-icons.color-brand.shape-square-bg a.social-tiktok,
.type-icons.color-brand.shape-rounded-bg a.social-tiktok {
background: #FE2C55; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-trello,
.type-icons.color-brand.shape-square-bg a.social-trello,
.type-icons.color-brand.shape-rounded-bg a.social-trello {
background: #0079bf; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-tumblr,
.type-icons.color-brand.shape-square-bg a.social-tumblr,
.type-icons.color-brand.shape-rounded-bg a.social-tumblr {
background: #35465c; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-twitter,
.type-icons.color-brand.shape-square-bg a.social-twitter,
.type-icons.color-brand.shape-rounded-bg a.social-twitter {
background: #1da1f2; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-vimeo,
.type-icons.color-brand.shape-square-bg a.social-vimeo,
.type-icons.color-brand.shape-rounded-bg a.social-vimeo {
background: #1ab7ea; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-whatsapp,
.type-icons.color-brand.shape-square-bg a.social-whatsapp,
.type-icons.color-brand.shape-rounded-bg a.social-whatsapp {
background: #25D366; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-youtube,
.type-icons.color-brand.shape-square-bg a.social-youtube,
.type-icons.color-brand.shape-rounded-bg a.social-youtube {
background: #ff1e00; color: #fff;
}
.type-icons.color-brand.shape-circle-bg a.social-email,
.type-icons.color-brand.shape-square-bg a.social-email,
.type-icons.color-brand.shape-rounded-bg a.social-email {
background: #000000; color: #fff;
} .type-icons.shape-circle-bg .mod-social-icons li a,
.type-icons.shape-circle-border .mod-social-icons li a {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.type-icons.shape-rounded-bg .mod-social-icons li a,
.type-icons.shape-rounded-border .mod-social-icons li a {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.type-icons.shape-circle-border .mod-social-icons li a,
.type-icons.shape-square-border .mod-social-icons li a,
.type-icons.shape-rounded-border .mod-social-icons li a {
border: 2px solid;
}
.mod-social-icons li a i {
display: block;
vertical-align: middle;
width: 3em;
height: 3em;
line-height: 3em;
}
.type-icons.shape-just-icon .mod-social-icons li a i {
width: 2em;
height: 2em;
line-height: 2em;
} .mod-line {
display: block;
margin: 0 auto;
}
.type-line.line-align-left .mod-line {
margin-left: 0;
}
.type-line.line-align-right .mod-line {
margin-right: 0;
} .quadro-list {
position: relative;
list-style: none;
margin: 0;
}
.list-style4 .quadro-list {
padding: 20px 0;
}
.list-style4 .quadro-list:before {
content: "";
position: absolute;
top: 2px;
bottom: 2px;
left: 15px;
border-left: 1px solid;
}
.list-style5 .quadro-list {
text-align: center;
}
.quadro-list .quadro-listitem {
display: block;
position: relative;
margin-bottom: 20px;
}
.list-style2 .quadro-listitem,
.list-style3 .quadro-listitem {
padding-bottom: 19px;
}
.list-style5 .quadro-listitem {
margin-bottom: 25px;
padding-bottom: 25px;
}
.list-style2 .quadro-listitem:after,
.list-style3 .quadro-listitem:after,
.list-style5 .quadro-listitem:after {
content: "";
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
border-top: 1px solid;
opacity: 0.2;
}
.list-style2 .quadro-listitem:last-of-type:after,
.list-style3 .quadro-listitem:last-of-type:after,
.list-style5 .quadro-listitem:last-of-type:after {
display: none;
}
.list-style4 .quadro-listitem {
margin-bottom: 40px;
}
.list-style6 .quadro-listitem {
padding-left: 100px;
}
.list-style6 .quadro-listitem:before {
content: "";
display: block;
position: absolute;
top: 15px;
left: 0;
border-top: 1px solid;
height: 1px;
width: 80px;
margin: auto 0;
opacity: 0.5;
}
.list-style7 .quadro-listitem {
margin-bottom: 40px;
}
.list-style8 .quadro-listitem {
margin-bottom: 30px;
}
.quadro-list .quadro-listitem.icon-listitem {
position: relative;
padding-left: 40px;
}
.list-style3 .quadro-list .quadro-listitem.icon-listitem {
padding-left: 0;
padding-right: 40px;
}
.list-style4 .quadro-list .quadro-listitem.icon-listitem {
padding-left: 50px;
}
.list-style5 .quadro-list .quadro-listitem.icon-listitem,
.list-style7 .quadro-list .quadro-listitem.icon-listitem {
padding-left: 0;
}
.list-style6 .quadro-list .quadro-listitem.icon-listitem {
padding-left: 150px;
}
.list-style6 .quadro-listitem.icon-listitem:before {
left: 50px;
}
.list-style8 .quadro-list .quadro-listitem.icon-listitem {
padding-left: 90px;
}
.quadro-list .quadro-listitem:last-of-type {
margin-bottom: 0;
}
.listitem-icon {
position: absolute;
top: 0;
left: 0;
width: 30px;
height: 30px;
font-size: 18px;
line-height: 30px;
text-align: center;
z-index: 9;
}
.list-style3 .listitem-icon {
left: auto;
right: 0;
}
.list-style4 .listitem-icon {
background: #000;
color: #fff;
font-size: 14px;
border-radius: 20px;
}
.list-style5 .listitem-icon {
position: static;
display: inline-block;
margin: 0 auto 5px;
}
.list-style7 .listitem-icon {
position: static;
display: block;
margin-bottom: 10px;
}
.list-style8 .listitem-icon {
bottom: 0;
margin: auto 0;
width: 60px;
height: 60px;
line-height: 60px;
border: 1px solid;
border-radius: 40px;
}
.listitem-label {
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
}
.quadro-list .quadro-listitem.icon-listitem .listitem-label {
margin-top: 5px;
}
.listitem-label + .listitem-content {
margin-top: 5px;
}
.list-style7 .listitem-label {
font-size: 64px;
line-height: 1.4;
text-transform: none;
}
.listitem-content * {
margin-bottom: 5px;
}
.listitem-content *:last-child {
margin-bottom: 0;
}
@media only screen and (max-width: 568px) {
.list-style6 .quadro-list .quadro-listitem {
padding-left: 60px;
}
.list-style6 .quadro-list .quadro-listitem.icon-listitem {
padding-left: 100px;
}
.list-style6 .quadro-listitem:before {
width: 40px;
}
.list-style6 .quadro-listitem.icon-listitem:before {
left: 40px;
}
.list-style7 .listitem-label {
font-size: 38px;
}
} .quadro-accordion {
position: relative;
list-style: none;
margin: 0;
}
.accordionitem-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 0;
cursor: pointer;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.accordion_icondisplay-left .accordionitem-header {
justify-content: flex-end;
flex-direction: row-reverse;
}
.accordionitem-title {
margin: 0;
}
.accordionitem-content {
display: none;
padding: 20px 0;
}
.accordionitem-content > * {
margin-bottom: 18px;
}
.accordionitem-content img {
display: block;
}
.accordionitem-content > *:last-child {
margin-bottom: 0;
}
.quadro-accordionitem.firstopen .accordionitem-content {
display: block;
}
.accordion-icon-wrapper {
margin-left: 30px;
}
.accordion_icondisplay-left .accordion-icon-wrapper {
margin: 0 20px 0 0;
}
.accordion-icon.accordion-iconactive,
.quadro-accordionitem.active .accordion-icon {
display: none;
}
.quadro-accordionitem.active .accordion-icon.accordion-iconactive {
display: block;
}
.accordion-style1 .quadro-accordionitem {
margin-bottom: 20px;
}
.accordion-style2 .accordionitem-header,
.accordion-style2 .accordionitem-content {
border-bottom: 1px solid;
}
.accordion-style3 .quadro-accordionitem {
border-left: 5px solid;
padding-left: 20px;
margin-bottom: 20px;
}
.accordion-style4 .quadro-accordionitem {
margin-bottom: 10px;
border-radius: 4px;
overflow: hidden;
}
.accordion-style4 .quadro-accordionitem .accordionitem-header {
padding: 15px 30px;
}
.accordion-style4 .quadro-accordionitem .accordionitem-content {
padding-left: 30px;
padding-right: 30px;
}
.accordion-style5 .quadro-accordionitem {
margin-bottom: 10px;
border-radius: 30px;
overflow: hidden;
}
.accordion-style5 .quadro-accordionitem .accordionitem-header {
padding: 15px 30px;
}
.accordion-style5 .quadro-accordionitem .accordionitem-content {
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
}
.accordion-style6 .quadro-accordionitem {
margin-bottom: 10px;
border: 1px solid;
border-radius: 4px;
}
.accordion-style6 .quadro-accordionitem.active {
margin-bottom: 20px;
}
.accordion-style6 .quadro-accordionitem .accordionitem-header {
padding: 15px 30px;
}
.accordion-style6 .quadro-accordionitem .accordionitem-content {
padding-left: 30px;
padding-right: 30px;
border-top: 1px solid;
}
.accordion-style1 .accordionitem-header:hover,
.accordion-style2 .accordionitem-header:hover,
.accordion-style3 .accordionitem-header:hover,
.accordion-style6 .accordionitem-header:hover {
opacity: 0.8;
} .classic-blog {
width: 100%;
padding: 60px 0;
}
.classic-blog .blog-container {
float: left;
width: 62%;
margin-left: 4%;
}
.classic-blog.no-sidebar .blog-container {
float: none;
width: 92%;
max-width: 780px;
margin: 0 auto;
}
.blog-item {
position: relative;
margin-bottom: 60px;
padding-left: 90px;
}
.blog-item article {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
}
.entry-header {
margin-bottom: 15px;
}
.entry-thumbnail {
line-height: 0;
}
.entry-thumbnail img {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.cat-links {
display: block;
}
.cat-links a {
display: inline-block;
margin: 0 0 1px 0;
padding: 3px 8px;
border: 1px solid #888;
color: #111;
text-transform: uppercase;
font-size: 10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.cat-links a:visited {
color: #111;
}
.cat-links a:hover {
color: #fff;
}
.entry-content,
.entry-summary  {
margin-bottom: 15px;
}
.entry-content p:last-child,
.entry-summary p:last-child {
margin-bottom: 0;
}
.readmore-link {
font-size: 80%;
display: block;
margin-top: 5px;
}
.readmore-link i {
font-size: 70%;
margin-left: 5px;
}
.entry-title {
margin: 20px 0 10px;
font-size: 42px;
line-height: 1.3;
}
.entry-header .entry-title:first-child {
margin-top: 0;
}
.entry-title a,
.entry-title a:visited {
color: #444;
}
.byline {
display: block;
margin: 0 0 15px;
font-size: 80%;
color: #888;
}
.byline a,
.byline a:visited {
color: #888;
}
.entry-meta {
margin: 0;
padding: 15px 0;
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
font-size: 11px;
line-height: 20px;
}
.entry-meta a,
.entry-meta a:visited {
color: #888;
}
.posted-on {
text-transform: uppercase;
}
.posted-on a:before {
font-family: 'FontAwesome';
content: "\f017";
font-size: 20px;
margin-right: 5px;
vertical-align: -3px;
color: #aaa;
}
.tags-links {
text-transform: uppercase;
margin-left: 30px;
}
.tags-links:before {
font-family: 'FontAwesome';
content: "\f02b";
font-size: 20px;
margin-right: 5px;
vertical-align: -3px;
color: #aaa;
}
.tags-links a {
text-transform: none;
}
.comments-link {
float: right;
margin-left: 30px;
text-transform: uppercase;
}
.comments-link a {
display: block;
}
.comments-link a:before {
font-family: 'FontAwesome';
content: "\f075";
font-size: 20px;
margin-right: 5px;
color: #aaa;
}
.post-icon-wrapper {
position: absolute;
left: 0;
top: 0;
z-index: 2;
}
.post-icon {
display: inline-block;
width: 80px;
height: 80px;
line-height: 80px;
font-size: 42px;
color: #fff;
text-align: center;
-webkit-border-radius: 40px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius: 40px;
-moz-border-radius-topright: 3px;
border-radius: 40px;
border-top-right-radius: 3px;
} .teasers-blog.no-sidebar .blog-container {
max-width: 1000px;
}
.teasers-blog .blog-item {
padding-left: 70px;
}
.teasers-blog .post-icon {
width: 60px;
height: 60px;
line-height: 60px;
font-size: 32px;
}
.teasers-blog .entry-thumbnail,
.teasers-blog .entry-gallery {
float: left;
width: 40%;
margin: 0 2% 10px 0;
}
.teasers-blog .byline,
.teasers-blog .cat-links,
.teasers-blog .entry-summary {
margin-bottom: 10px;
padding: 0;
}
.teasers-blog .entry-title {
display: inline;
margin-top: 0;
font-size: 34px;
line-height: 1.2;
}
.teasers-blog .byline {
margin-top: 10px;
}
.teasers-blog .entry-meta {
clear: both;
float: left;
width: 100%;
margin-top: 10px;
} .grid-blog {
padding-top: 70px;
}
.blog-masonry {
margin: 0 -10px;
}
.grid-blog .blog-item {
position: relative;
float: left;
width: 33.3333%;
margin-bottom: 40px;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.chrome .grid-blog .blog-item,
.safari .grid-blog .blog-item {
width: 33.333333%;
}
.grid-blog.two-columns-blog .blog-item {
width: 50%;
}
.grid-blog .blog-item article {
margin: 0 10px;
background: #fff;
border: 1px solid #dedede;
}
.grid-blog .entry-header {
padding: 20px 20px 0;
}
.grid-blog .entry-title {
font-size: 28px;
}
.grid-blog .entry-header .entry-title:first-child {
margin-top: 20px;
}
.grid-blog .entry-content,
.grid-blog .entry-summary {
padding: 0 20px;
}
.grid-blog .entry-content:first-child {
margin-top: 50px;
}
.grid-blog .entry-meta {
margin: 0 20px 10px;
border-bottom: 0;
}
.grid-blog .tags-links {
display: none;
}
.grid-blog .post-icon-wrapper {
left: 0;
top: -15px;
width: 100%;
text-align: center;
}
.grid-blog .post-icon {
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 20px;
text-align: center;
} .dont-display-me { 
display: none;
}
.sticky {
background: #f5f5f5 !important;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.grid-blog .sticky {
padding: 0;
border: 8px solid #fff !important;
}
.updated {
display: none;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
padding: 10px 0;
border-top: 1px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
text-align: center;
}
.result-item,
.result-item-product,
.result-item-portfolio {
position: relative;
margin-bottom: 40px;
padding: 0 0 40px 40px;
border-bottom: 1px solid #dedede;
}
.result-item-product {
padding-left: 85px;
}
.result-item-portfolio {
padding-left: 0;
}
.result-item .byline,
.result-item .entry-meta,
.result-item .entry-thumbnail,
.result-item-product .byline,
.result-item-product .comments-link,
.result-item-portfolio .byline,
.result-item-portfolio .entry-meta {
display: none;
}
.result-item article:before {
font-family: 'FontAwesome';
content: '\f105';
position: absolute;
top: 0;
bottom: 0;
left: 0;
height: 30px;
margin: auto;
line-height: 10px;
font-size: 30px;
color: #ddd;
}
.result-item .entry-header {
margin-bottom: 10px;
}
.result-item .entry-title {
display: inline-block;
font-size: 28px;
}
.result-item .entry-summary {
clear: both;
}
.result-item-product .entry-thumbnail,
.result-item-portfolio .entry-thumbnail {
float: left;
width: 40%;
margin-right: 20px;
}
.result-item-product .entry-title,
.result-item-portfolio .entry-title {
display: inline;
}
.result-item-product .entry-meta {
border: none;
padding: 0;
margin: 0;
}
.result-item-product .post-icon:before {
content: '\f07a';
}
.error-404-text {
margin-bottom: 24px;
}
.content-area.error-404-fw {
width: 100%;
padding: 0 4%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.taxonomy-description {
max-width: 740px;
margin-top: 5px;
}
.page-header-styled .taxonomy-description {
margin-right: auto;
margin-left: auto;
}
.taxonomy-description p {
margin-bottom: 0;
font-size: 95%;
} .post-icon {
font-family: 'FontAwesome';
}
.format-standard .post-icon:before {
content: '\F15C';
}
.format-quote .post-icon:before {
content: '\F10E';
}
.format-video .post-icon:before {
content: '\F008';
}
.format-audio .post-icon:before {
content: '\F025';
}
.format-image .post-icon:before {
content: '\F030';
}
.format-gallery .post-icon:before {
content: '\F06E';
}
.format-status .post-icon:before {
content: '\F021';
}
.format-aside .post-icon:before {
content: '\F0C6';
}
.format-link .post-icon:before {
content: '\F0C1';
}
.format-chat .post-icon:before {
content: '\f086';
} .format-audio .entry-feat_content {
padding: 40px 4%;
background: #dedede;
}
.mejs-controls,
.mejs-mediaelement,
.mejs-container {
background: #424547 !important;
}
.mejs-audio.mejs-container {
height: auto !important;
padding: 25px 0 !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.mejs-audio .mejs-controls {
position: relative !important;
margin: auto !important;
}
.mejs-controls {
padding: 0 20px !important;
box-sizing: border-box;
}
.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
background: #aaa !important;
}
.mejs-audio .mejs-controls div.mejs-horizontal-volume-slider {
width: 50px !important;	
}
.mejs-audio .mejs-controls .mejs-button button:focus {
outline: none !important;
}
.mejs-poster {
background-size: cover !important;
} .entry-gallery {
position: relative;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
overflow: hidden;
}
.entry-gallery .slides li {
display: none;
}
.entry-gallery .flex-direction-nav a {
bottom: auto;
right: 0;
left: auto;
z-index: 2;
}
.type-blog .entry-gallery .flex-direction-nav a {
width: 40px;
height: 40px;
line-height: 40px;
}
.entry-gallery .flex-prev {
margin-right: 60px;
}
.type-blog .entry-gallery .flex-prev {
margin-right: 40px;
}
.type-blog .entry-gallery .flex-prev:before,
.type-blog .entry-gallery .flex-next:before {
font-size: 16px;
} .single-post .site-main {
padding-top: 40px;
border-top: 1px solid #dedede;
}
.onsingle-fullwidth-right.single-post .content-area,
.onsingle-fullwidth-left.single-post .content-area {
width: 100%;
padding: 0 4%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.onsingle-fullwidth-right.single-post .entry-content,
.onsingle-fullwidth-left.single-post .entry-content,
.onsingle-fullwidth-right.single-post .entry-meta,
.onsingle-fullwidth-left.single-post .entry-meta,
.onsingle-fullwidth-right .post-navigation,
.onsingle-fullwidth-left .post-navigation,
.onsingle-fullwidth-right.single-post .comments-area,
.onsingle-fullwidth-left.single-post .comments-area {
float: left;
width: 62%;
}
.onsingle-sidebar-left.single-post .content-area {
float: right;
padding: 0 4% 0 0;
}
.onsingle-sidebar-left.single-post .widget-area {
float: left;
}
.single-post .hentry {
}
.single-post .entry-header {
margin-bottom: 30px;
padding: 0;
}
.single-post .entry-header img {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.single-post .entry-content {
padding: 0;
margin-bottom: 30px;
}
.single-post .entry-title {
font-size: 38px;
line-height: 1.4;
margin-top: 0;
}
.single-post .entry-content img {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.single-post .entry-content img:hover {
zoom: 1;
filter: alpha(opacity=80);
opacity: 0.8;
}
.single-post .entry-content .cat-links {
clear: both;
float: left;
margin-top: 20px;
}
.single-post .entry-meta {
margin: 0;
border-bottom: 1px solid #dedede;
}
.onsingle-fullwidth-right.single-post .entry-meta,
.onsingle-fullwidth-left.single-post .entry-meta {
float: right;
width: 34%;
text-align: center;
}
.onsingle-fullwidth-right.single-post .entry-meta span,
.onsingle-fullwidth-left.single-post .entry-meta span {
display: block;
margin: 15px 0;
} .single-quadro_nym_portfolio .site-main {
padding-bottom: 0;
}
.single-quadro_nym_portfolio .content-area {
width: 100% !important;
padding: 0 !important;
}
.item-header {
position: relative;
width: 100%;
padding: 20px 4%;
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.item-title {
margin-bottom: 0;
padding: 0 260px 0 20px;
font-size: 32px;
line-height: 38px;
border-left: 1px solid #aeaeae;
}
.actions-header {
position: absolute;
top: 0;
bottom: 0;
right: 0;
height: 80px;
margin: auto 0;
}
.actions-header a {
display: block;
float: left;
width: 80px;
height: 80px;
border-left: 1px solid #dedede;
color: #888;
font-size: 22px;
line-height: 80px;
text-align: center;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all  0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.actions-header a:hover { 
color: #fff;
}
.single-quadro_nym_portfolio .actions-header a.disabled,
.actions-header a.ajax-disabled {
cursor: default;
background: #eeeeee !important;
color: #bbb !important;
}
.item-media {
float: left;
width: 56%;
}
.expanded-media-margins .item-media,
.regular-slider-media .item-media {
width: 52%;
margin: 40px 0 30px 4%;
}
.media-wrapper {
position: relative;
}
.regular-slider-media .media-wrapper {
margin-bottom: 10px;
}
.item-videos {
line-height: 0;
}
.regular-slider-media .item-videos {
margin-bottom: 10px;
}
.item-media ul {
list-style: none;
margin: 0;
}
.gallery-item {
position: relative;
line-height: 0;
}
.expanded-media-margins .gallery-item {
margin-bottom: 10px;
}
.gallery-item img {
width: 100%;
border: none !important;
}
.expanded-media-margins .gallery-item img {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.gallery-caption {
position: absolute;
bottom: 5px;
left: 5px; margin: 0 5px  0 0;
padding: 3px 10px;
background: #000;
background: rgba(0,0,0,0.9);
color: #fff;
font-size: 90%;
line-height: 1.5;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.gallery-caption:empty {
display: none;
}
.item-content {
float: right;
width: 36%;
padding: 40px 4%;
clear: none !important;
}
.item-data {
margin-bottom: 20px;
font-size: 85%;
}
.item-data:after {
display: block;
content: "\00A0";
width: 60px;
height: 2px;
margin-top: 20px;
background-color: #aaa;
}
.item-data p {
margin-bottom: 5px;
}
.item-data span {
font-weight: bold;
}
.item-ext-link:before {
font-family: 'FontAwesome';
content: '\f08e';
margin-right: 5px;
}
.item-terms a {
display: inline-block;
margin: 0 3px 1px 0;
padding: 3px 8px;
border: 1px solid #888;
color: #111;
text-transform: uppercase;
font-size: 10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.item-terms a:hover {
color: #fff;
}
.wide-slider-media .item-media {
width: 100%;
margin: 0;
}
.wide-slider-media .item-content,
.no-special-media .item-content {
width: 92%;
}
.wide-slider-media .item-data,
.no-special-media .item-data {
float: right;
width: 30%;
}
.wide-slider-media .item-description,
.no-special-media .item-description {
float: left;
width: 66%;
}
.wide-slider-media .item-terms,
.no-special-media .item-terms {
float: right;
width: 30%;
} .page-header {
position: relative;
width: 100%;
margin-bottom: 40px;
padding: 20px 4%;
text-align: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.page-header-default {
background: #fcfcfc;
border-bottom: 1px solid #dedede;
border-top: 1px solid #dedede;
}
.page-header-styled {
padding: 40px 4%;
background-position: center center;
background-attachment: fixed;
text-align: center;
}
.page-header.header-img {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;		
}
.page-header-left {
text-align: left;
}
.page-header-default .page-title {
display: inline-block;
width: 60%;
margin-bottom: 0;
font-size: 26px;
line-height: 1.5;
}
.page-header-styled .page-title {
margin-bottom: 0;
font-size: 48px;
line-height: 1.3;
}
.page-tagline {
max-width: 60%;
margin: 15px auto 0;
font-size: 26px;
line-height: 1.4;
}
.page-header-left .page-tagline,
.page-header-default .page-tagline {
margin: 15px 0 0;
}
.page-header-default .page-tagline {
font-size: 18px;
}
.page-tagline:before {
content: "\00A0";
width: 60px;
height: 3px;
margin: 0 auto 15px;
display: block;
}
.page-header-left .page-tagline:before,
.page-header-default .page-tagline:before {
margin: 0 0 15px;
}
.page-header-default .page-tagline:before {
background-color: #aaa;
height: 2px;
}
.page-header-default .page-breadcrumbs {
position: absolute;
right: 4%;
bottom: 0;
top: 0;
max-width: 35%;
height: 1.5em;
margin: auto 0;
font-size: 80%;
}
.page-header-styled .page-breadcrumbs {
position: absolute;
bottom: 0;
right: 4%;
display: inline-block;
margin: 15px 0 0;
padding: 5px 15px;
font-size: 80%;
background-color: #fff;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
zoom: 1;
filter: alpha(opacity=80);
opacity: 0.8;
}
.product-breadcrumbs {
display: block;
font-size: 80%;
}
.page-template-template-full-width-php .content-area {
width: 100%;
padding: 0 4%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.page-template-template-left-sidebar-php .content-area {
float: right;
width: 62%;
padding: 0 4% 0 0;
}
.page-template-template-left-sidebar-php .widget-area {
float: left;
}
.page-content {
padding-bottom: 40px;
} .page-template-template-contact-php .page-header {
margin-bottom: 0;
}
.contact-map .google-map-contact {
height: 300px;
} .gmnoprint img {
max-width: none; 
}
.page-template-template-contact-php .content-area,
.page-template-template-contact-php .widget-area {
margin-top: 40px
}
.page-template-template-contact-php .content-area.sidebar-left {
padding: 0 4% 0 0;
}
.page-template-template-contact-php .widget-area {
float: left;
} .page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.wp-caption-text:not(.gallery-caption) {
position: static;
max-width: none;
margin: 0;
background: none;
text-align: center;
font-size: 80%;
color: #111;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.site-content .gallery {
float: left;
width: 100%;
margin-bottom: 1.5em;
text-align: center;
} .gallery .gallery-item {
position: relative;
float: left;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33.33333%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16.6666%; }
.gallery-columns-7 .gallery-item { width: 14.2857%; }
.gallery-columns-8 .gallery-item { width: 12.5%; }
.gallery-columns-9 .gallery-item { width: 11.1111%; } embed,
iframe,
object {
display: block;
max-width: 100%;
} .post-navigation,
.paging-navigation,
.comment-navigation {
margin: 60px 0;
background: #fff;
border: 1px solid #dedede;
overflow: hidden;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.onsingle-fullwidth-right.single-post .post-navigation,
.onsingle-fullwidth-left.single-post .post-navigation {
margin-top: 40px;
}
.portfolio-layout-full .paging-navigation {
margin: 0;
}
.post-navigation .nav-previous,
.paging-navigation .nav-previous,
.comment-navigation .nav-previous {
float: left;
width: 50%;
border-right: 1px solid #dedede;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.post-navigation .nav-next,
.paging-navigation .nav-next,
.comment-navigation .nav-next {
float: right;
width: 50%;
text-align: right;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.post-navigation .nav-next:first-of-type,
.paging-navigation .nav-next:first-of-type,
.comment-navigation .nav-next:first-of-type {
border-left: 1px solid #dedede;
}
.post-navigation a,
.paging-navigation a,
.comment-navigation a {
display: block;
padding: 20px 10px;
text-transform: uppercase;
font-size: 75%;
}
.post-navigation a:hover,
.paging-navigation a:hover,
.comment-navigation a:hover {
background: #f5f5f5;
}
.meta-nav {
display: inline-block;
width: 30px;
height: 30px;
margin: 0 10px;
background: #f5f5f5;
color: #666;
vertical-align: middle;
line-height: 30px;
text-align: center;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.ajax-navigation {
width: 100%;
padding: 40px 0;
text-align: center;
}
.posts-loader-icon {
margin-bottom: 20px;
font-size: 20px;
color: #888;
}
.posts-loader-icon i {
width: 40px;
height: 40px;
background: #fff;
border: 1px solid #DEDEDE;
line-height: 40px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.ajax-load-more {
display: inline-block;
padding: 15px 30px;
background: #FFF;
border: 1px solid #dedede;
font-size: 18px;
color: #535557;
cursor: pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.ajax-load-more:hover {
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.load-no-more {
display: none;
font-size: 18px;
} .comments-area {
padding-top: 40px;
border-top: 1px solid #dedede;
}
.comments-title {
font-size: 22px;
}
.comments-title span {
}
.comment-list {
list-style: none;
margin: 30px 0 40px;
}
.comment-list li {
margin-bottom: 30px;
}
.comment-list > li {
padding-top: 30px;
border-top: 1px dashed #dedede;
}
li.bypostauthor {
padding: 15px 20px;
background: #fafafa;
border-top: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.comment-list article {
}
.comment-author {
float: left;
width: 44%;
}
.comment-author img {
vertical-align: bottom;
width: 60px;
height: 60px;
margin-right: 5px;
-webkit-border-radius: 30px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius: 30px;
-moz-border-radius-bottomright: 3px;
border-radius: 30px;
border-bottom-right-radius: 3px;
}
.comment-author cite {
font-size: 100%;
font-weight: bold;
}
.comment-author span {
}
.comment-metadata {
float: right;
width: 54%;
text-align: right;
font-size: 80%;
}
.comment-metadata a {
color: #aaa;
}
.comment-awaiting-moderation {
float: right;
font-size: 90%;
font-style: italic;
}
.comment-content {
clear: both;
width: 100%;
margin: 10px 0 0;
font-size: 95%;
}
.reply,
.cancel-comment-reply-link,
.comment-edit-link {
display: inline-block;
padding: 3px 10px;
background: #eee;
text-transform: uppercase;
font-size: 80%;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.cancel-comment-reply-link {
font-size: 65%;
}
.comment-list ul.children {
list-style: none;
margin: 20px 0 0 40px;
padding-left: 20px;
border-left: 1px solid #dedede;
}
.comment-respond {
}
.comment-reply-title {
font-size: 22px;
}
.comment-content a {
word-wrap: break-word;
} .widget-area {
float: right;
width: 26%;
padding: 0 4%;
}
.widget {
margin: 0 0 40px;
font-size: 85%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
}
.widget-title {
font-size: 20px;
}
.widget-title:after {
content: "\00A0";
width: 40px;
height: 2px;
margin-top: 10px;
display: block;
background-color: #000;
zoom: 1;
filter: alpha(opacity=50);
opacity: 0.5;
}
.widget ul {
list-style: none;
margin: 0;
}
.widget ul li {
margin-bottom: 10px;
}
.widget ul li a {
display: inline-block;
}
.widget ul li a:hover {
zoom: 1;
filter: alpha(opacity=70);
opacity: 0.7;
}
.widget ul.children,
.widget ul.sub-menu {
margin-top: 10px;
padding-left: 20px;
border-left: 1px solid #dedede;
} .widget select {
max-width: 100%;
} .widget_search input[type="search"] {
float: left;
width: 60%;
height: 40px;
}
.widget_search input[type="submit"] {
float: right;
width: 38%;
height: 40px;
} .widget_recent_entries li a:before {
font-family: 'FontAwesome';
content: "\F105";
margin-right: 5px;
} .recentcomments:before {
font-family: 'FontAwesome';
content: "\f075";
margin-right: 5px;
zoom: 1;
filter: alpha(opacity=40);
opacity: 0.4;
} .tagcloud a {
display: inline-block;
border: 1px solid #dedede;
margin: 0 1px 4px 0;
padding: 3px 5px;
text-transform: uppercase;
font-size: 80% !important;
vertical-align: middle;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.tagcloud a:hover {
zoom: 1;
filter: alpha(opacity=70);
opacity: 0.7;
} #calendar_wrap {
padding: 20px;
border: 1px solid #DEDEDE;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.widget_calendar table {
margin-bottom: 0;
}
.widget_calendar caption {
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px solid #dedede;
text-transform: uppercase;
font-size: 95%;
}
.widget_calendar thead th,
.widget_calendar tbody td {
text-align: center;
}
.widget_calendar tfoot tr a {
display: block;
margin-top: 10px;
text-transform: uppercase;
font-size: 90%;
}
td#next {
text-align: right;
} .google-map-map {
height: 240px;
}
.quadro-image-widget img {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
a.quadro-rpost-thumb-link {
display: block !important;
}
.quadro-rpost img {
float: left;
width: 26%;
margin-right: 3%;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.quadro-rpost-data {
float: left;
width: 71%;
}
.quadro-rpost-data h4 {
font-size: 16px;
line-height: 1.3;
margin-bottom: 5px;
}
.quadro-rpost-data p {
margin-bottom: 0;
font-size: 80%;
text-transform: uppercase;
}
.widget_quadro_twitter_widget .follow-section {
float: right;
margin-bottom: 10px;
}
.widget_quadro_twitter_widget .twitter-feed {
clear: both;
}
.widget_quadro_twitter_widget .twitter-feed li {
position: relative;
}
a.tweet-avatar-link {
position: absolute;
top: 0;
left: 0;
}
a.tweet-avatar-link img {
}
.widget_quadro_twitter_widget .tweet {
position: relative;
margin-bottom: 5px;
padding-left: 55px;
}
.tweet-author-link {
padding-right: 40px;
}
.tweet-author-link h5 {
display: inline;
margin-right: 5px;
font-size: 100%;
}
.tweet-author-link span {
font-size: 90%;
}
.tweet-date-link {
position: absolute;
top: 0;
right: 0;
font-size: 11px;
color: #888;
}
.tweet-content {
margin-top: 5px;
}
.widget_quadro_twitter_widget .tweet-actions {
clear: both;
text-align: right;
zoom: 1;
filter: alpha(opacity=0);
opacity: 0;
}
.widget_quadro_twitter_widget .twitter-feed li:hover .tweet-actions {
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
}	
.widget_quadro_twitter_widget .tweet-actions a {
display: inline;
padding: 0 5px;
color: #888;
}
.widget_quadro_twitter_widget .tweet-actions a:hover {
color: #222;
} .widg-layout1 {
float: left;
width: 22.75%;
margin-left: 3%;
}
.widg-layout1:first-child {
margin-left: 0;
}
.widg-layout2 {
float: left;
width: 31.333333%;
margin-left: 3%;
}
.widg-layout2:first-child {
margin-left: 0;
}
.widg-layout3 {
float: left;
width: 22.75%;
margin-left: 3%;
}
.widg-layout3:first-child {
width: 48.5%;
margin-left: 0;
}
.widg-layout4 {
float: left;
width: 22.75%;
margin-right: 3%;
}
.widg-layout4:last-child {
width: 48.5%;
margin-right: 0;
}
.widg-layout5 {
float: left;
width: 48.5%;
}
.widg-layout5:first-child {
margin-right: 3%;
}
.widg-layout6 {
width: 100%;
}
.widg-layout1, .widg-layout2, .widg-layout3, .widg-layout4, .widg-layout5, .widg-layout6 {
min-height: 1px;
} .site-footer {
width: 100%;
}
.landing-enabled .site-footer {
display: none;
}
.inner-footer {
width: 100%;
padding: 60px 4% 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.inner-footer .widget {
margin: 0 0 40px;
}
.bottom-footer {
width: 100%;
padding: 30px 4%;
line-height: 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.footer-navigation {
display: block;
margin-bottom: 5px;
line-height: 20px;
font-weight: normal;
font-size: 85%;
}
.footer-navigation ul {
list-style: none;
margin: 0;
}
.footer-navigation li {
display: inline-block;
}
.footer-navigation li a {
display: inline-block;
padding: 5px 15px 5px 0;
text-decoration: none;
}
.footer-navigation li a:hover {
zoom: 1;
filter: alpha(opacity=70);
opacity: 0.7;
}
.footer-navigation .menu-item-has-children > a:after,
.footer-navigation .page_item_has_children > a:after {
display: none;
}
.footer-navigation li ul {
display: inline-block;
}
.site-info {
float: left;
display: inline-block;
font-size: 80%;
}
.site-info p {
margin-bottom: 0;
}
.footer-social-icon {
float: right;
display: inline-block;
margin: 0;
} body:not(.page-template-template-modular) .site-main {
overflow-x: hidden;
} .alignwide,
.alignfull {
width: 100vw;
max-width: 100vw;
margin: 48px 0;
margin-left: calc(50% - 50vw); -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
clear: both;
}
@media only screen and (max-width: 759px) { .boxed .alignwide,
.boxed .alignfull {
width: 90vw;
max-width: 90vw;
margin-left: calc(50% - 50vw + 5vw);
}
}
@media only screen and (min-width: 760px) { .alignwide {
width: 107%;
max-width: 107%;
margin-left: -7%;
} .page-template-template-full-width .alignwide,
.woocommerce.woo-sidebar-none.alignwide {
width: 100%;
max-width: 100%;
margin: 48px 0;
} .single-post.onsingle-sidebar-right .entry-content .alignwide,
.page-template-default .alignwide,
.single-post.onsingle-sidebar-right .entry-content .alignfull,
.page-template-default .alignfull,
.woocommerce.woo-sidebar-right .alignwide,
.woocommerce.woo-sidebar-right .alignfull {
width: calc(100% + 7%);
max-width: calc(100% + 7%);
margin-left: -7%;
} .single-post.onsingle-sidebar-left .entry-content .alignwide,
.page-template-template-left-sidebar .alignwide,
.single-post.onsingle-sidebar-left .entry-content .alignfull,
.page-template-template-left-sidebar .alignfull,
.woocommerce.woo-sidebar-left .alignwide,
.woocommerce.woo-sidebar-left .alignfull {
width: calc(100% + 7%);
max-width: calc(100% + 7%);
margin-right: -7%;
margin-left: 0;
} .single-post.onsingle-fullwidth-left .alignfull,
.single-post.onsingle-fullwidth-right .alignfull {
margin-left: -7%;
} .boxed.page-template-template-full-width .alignfull,
.boxed.woocommerce.woo-sidebar-none .alignfull {
width: 90vw;
max-width: 90vw;
margin-left: calc(50% - 50vw + 5vw);
} .boxed.single-post.onsingle-fullwidth-left .alignfull,
.boxed.single-post.onsingle-fullwidth-right .alignfull {
width: 90vw;
max-width: 90vw;
}
}
@media only screen and (min-width: 1401px) { .single-post.onsingle-fullwidth-left .alignfull,
.single-post.onsingle-fullwidth-right .alignfull {
width: 1400px;
max-width: 1400px;
margin-left: -7%;
}
.page-template-template-full-width .alignfull,
.woocommerce.woo-sidebar-none .alignfull {
width: 1400px;
max-width: 1400px;
margin-left: calc(50% - 700px);
}
}
@media only screen and (min-width: 1555px) { .boxed.single-post.onsingle-fullwidth-left .alignfull,
.boxed.single-post.onsingle-fullwidth-right .alignfull {
width: 1400px;
max-width: 1400px;
margin-left: -7%;
}
.boxed.page-template-template-full-width .alignfull,
.boxed.woocommerce.woo-sidebar-none .alignfull {
width: 1400px;
max-width: 1400px;
margin-left: calc(50% - 700px);
}
} .wp-block-group.has-background {
padding: 40px;
}
.wp-block-group.has-background {
margin-bottom: 24px;
}
.wp-block-group.has-background .wp-block-group__inner-container > *:last-child {
margin-bottom: 0;
} p.wp-block-subhead {} .wp-block-image.alignwide ,
.wp-block-image.alignfull {
margin-bottom: 48px;
}
.wp-block-image .alignleft {
margin: 0 24px 24px 0;
}
.wp-block-image .alignright {
margin: 0 0 24px 24px;
}
.wp-block-image .aligncenter {
margin: 0 auto 24px;
}
.wp-block-image img {
display: block;
}
.wp-block-image.alignwide img,
.wp-block-image.alignfull img {
width: 100%;
}
figcaption,
.wp-block-image figcaption {
display: block;
max-width: 100%;
margin: 10px auto 0;
padding: 0 5px;
background: none;
font-size: 80%;
text-align: center;
} .wp-block-cover-image {
margin-bottom: 48px;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2 {
position: relative;
max-width: 700px;
padding: 40px 4%;
} .wp-block-gallery {
margin-bottom: 48px;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} .wp-block-text-columns.alignfull,
.wp-block-columns.alignfull,
.wp-block-text-columns.alignwide,
.wp-block-columns.alignwide {
padding: 0 7%;
} .wp-block-button {
margin-bottom: 24px;
}
.wp-block-button .wp-block-button__link {
padding: 16px 30px;
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
font-weight: normal;
letter-spacing: 1px;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-file a.wp-block-file__button:hover {
zoom: 1;
filter: alpha(opacity=85);
opacity: 0.85;
-moz-transform: translateY(-1px);
-webkit-transform: translateY(-1px);
-o-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
} .wp-block-quote.is-large,
.wp-block-quote.is-style-large {
padding: 20px 0 20px 40px;
}
blockquote.wp-block-pullquote {
padding: 50px;
background: #f8f8f8;
border: none;
}
.wp-block-pullquote:not(.alignwide):not(.alignfull) {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.wp-block-pullquote.alignfull {
padding: 80px 50px;
}
.wp-block-pullquote.alignfull * {
max-width: 700px;
margin-left: auto;
margin-right: auto;
} .wp-block-audio {
margin-bottom: 24px;
}
.wp-block-audio.alignwide {
padding: 40px 7%;
background: #f1f3f4;
}
.wp-block-audio.alignfull {
padding: 40px;
background: #f1f3f4;
}
.wp-block-audio audio {
width: 100%;
min-width: 300px;
} .wp-block-video figcaption {
margin-top: .5em;
color: #6c7781;
text-align: center;
font-size: 13px;
}
.wp-block-video.alignwide video,
.wp-block-video.alignfull video {
width: 100%;
} .wp-block-verse {
padding: 40px;
background: #fff;
border: 1px solid #eaeaea;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
} .wp-block-table.alignwide,
.wp-block-table.alignfull {
padding: 0 7%;
} hr.wp-block-separator {
max-width: 280px;
margin: 48px auto;
}
hr.wp-block-separator.is-style-wide {
max-width: none;
}
hr.wp-block-separator.is-style-dots {
max-width: none;
background: none;
} .wp-block-categories.alignfull {
padding: 0 7%;
}
.wp-block-categories.wp-block-categories-dropdown {
text-align: center;
}
.wp-block-categories.wp-block-categories-dropdown select {
width: 100%;
max-width: 700px;
}
.wp-block-categories-list ul{
list-style: none;
margin: 0 0 24px;
font-size: 80%;
text-transform: uppercase;
}
.wp-block-categories-list ul li {
display: inline-block;
margin: 0 5px 8px 0;
padding: 6px 10px;
border: 1px solid #dedede;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} .wp-block-latest-posts li {
display: block;
padding: 15px 0;
border-bottom: 1px solid #dedede;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
ul.wp-block-latest-posts {
list-style: none;
font-size: 16px;
line-height: 1.3;
}
ul.wp-block-latest-posts:not(.alignwide):not(.alignfull) {
margin-left: 0;
}
.wp-block-latest-posts.alignfull,
.wp-block-latest-posts.alignwide {
padding: 0 7%;
}
.wp-block-latest-posts li,
.wp-block-latest-posts.is-grid li {
margin-bottom: 0;
}
.wp-block-latest-posts__post-date {
margin: 5px 0 0;
font-size: 12px;
text-transform: uppercase;
} .wp-block-embed,
.wp-block-embed-wordpress,
.wp-block-embed-instagram,
.wp-block-embed-twitter,
.wp-block-embed-facebook,
.wp-block-embed-tiktok {
margin-bottom: 24px;
}
.wp-block-embed-wordpress.alignfull,
.wp-block-embed-instagram.alignfull,
.wp-block-embed-twitter.alignfull,
.wp-block-embed-facebook.alignfull,
.wp-block-embed-wordpress.alignwide,
.wp-block-embed-instagram.alignwide,
.wp-block-embed-twitter.alignwide,
.wp-block-embed-facebook.alignwide {
padding: 0 7%;
}
.wp-block-embed .twitter-tweet,
.wp-block-embed .instagram-media,
.wp-block-embed .fb-post,
.wp-block-embed .fb_iframe_widget span {
display: block;
margin: 0 auto !important;
}
.wp-block-embed figcaption {
margin-bottom: 24px;
}
.tiktok-embed {
padding: 0;
border: none;
} .wp-block-file {
padding: 20px;
background: #f8f8f8;
font-size: 15px;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wp-block-file:not(.alignwide):not(.alignfull) {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.wp-block-file.alignfull,
.wp-block-file.alignwide {
padding: 40px;
}
.wp-block-file a.wp-block-file__button {
margin-left: 20px;
padding: 12px 20px;
font-size: 11px;
line-height: 20px;
text-transform: uppercase;
font-weight: normal;
letter-spacing: 1px;
color: #fff !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
} @media only screen and (min-width: 760px) {
.page-template-template-full-width .wp-block-text-columns.alignwide,
.page-template-template-full-width .wp-block-columns.alignwide,
.page-template-template-full-width .wp-block-table.alignwide,
.page-template-template-full-width .wp-block-latest-posts.alignwide,
.page-template-template-full-width .wp-block-embed-wordpress.alignwide,
.page-template-template-full-width .wp-block-embed-instagram.alignwide,
.page-template-template-full-width .wp-block-embed-twitter.alignwide,
.page-template-template-full-width .wp-block-embed-facebook.alignwide,
.woocommerce.woo-sidebar-none .wp-block-text-columns.alignwide,
.woocommerce.woo-sidebar-none .wp-block-columns.alignwide,
.woocommerce.woo-sidebar-none .wp-block-table.alignwide,
.woocommerce.woo-sidebar-none .wp-block-latest-posts.alignwide,
.woocommerce.woo-sidebar-none .wp-block-embed-wordpress.alignwide,
.woocommerce.woo-sidebar-none .wp-block-embed-instagram.alignwide,
.woocommerce.woo-sidebar-none .wp-block-embed-twitter.alignwide,
.woocommerce.woo-sidebar-none .wp-block-embed-facebook.alignwide {
padding: 0;
}
.page-template-template-full-width .wp-block-audio.alignwide,
.woocommerce.woo-sidebar-none .wp-block-audio.alignwide {
padding: 40px;
}
.page-template-template-full-width .wp-block-text-columns.alignfull,
.page-template-template-full-width .wp-block-columns.alignfull,
.page-template-template-full-width .wp-block-table.alignfull,
.page-template-template-full-width .wp-block-latest-posts.alignfull,
.page-template-template-full-width .wp-block-categories.alignfull,
.page-template-template-full-width .wp-block-latest-posts.alignfull,
.page-template-template-full-width .wp-block-embed-wordpress.alignfull,
.page-template-template-full-width .wp-block-embed-instagram.alignfull,
.page-template-template-full-width .wp-block-embed-twitter.alignfull,
.page-template-template-full-width .wp-block-embed-facebook.alignfull,
.woocommerce.woo-sidebar-none .wp-block-text-columns.alignfull,
.woocommerce.woo-sidebar-none .wp-block-columns.alignfull,
.woocommerce.woo-sidebar-none .wp-block-table.alignfull,
.woocommerce.woo-sidebar-none .wp-block-latest-posts.alignfull,
.woocommerce.woo-sidebar-none .wp-block-categories.alignfull,
.woocommerce.woo-sidebar-none .wp-block-latest-posts.alignfull,
.woocommerce.woo-sidebar-none .wp-block-embed-wordpress.alignfull,
.woocommerce.woo-sidebar-none .wp-block-embed-instagram.alignfull,
.woocommerce.woo-sidebar-none .wp-block-embed-twitter.alignfull,
.woocommerce.woo-sidebar-none .wp-block-embed-facebook.alignfull {
padding: 0 4%;
}
}
@media only screen and (max-width: 759px) {
.wp-block-text-columns.alignwide,
.wp-block-columns.alignwide,
.wp-block-latest-posts.alignwide,
.wp-block-latest-posts.alignwide,
.wp-block-embed-wordpress.alignwide,
.wp-block-embed-instagram.alignwide,
.wp-block-embed-twitter.alignwide,
.wp-block-embed-facebook.alignwide,
.wp-block-text-columns.alignfull,
.wp-block-columns.alignfull,
.wp-block-text-columns.alignwide,
.wp-block-columns.alignwide,
.wp-block-latest-posts.alignfull,
.wp-block-latest-posts.alignwide,
.wp-block-embed-wordpress.alignfull,
.wp-block-embed-instagram.alignfull,
.wp-block-embed-twitter.alignfull,
.wp-block-embed-facebook.alignfull,
.wp-block-categories.alignfull,
.wp-block-table.alignwide,
.wp-block-table.alignfull {
padding: 0 4%;
}
.wp-block-audio.alignwide,
.wp-block-audio.alignfull {
padding: 20px 4%;
}
.wp-block-image.alignleft,
.wp-block-image.alignright,
.wp-block-image .alignleft,
.wp-block-image .alignright {
width: 100% !important;
text-align: center;
}
.wp-block-image.alignleft img,
.wp-block-image.alignright img,
.wp-block-image .alignleft img,
.wp-block-image .alignright img {
margin: 0 auto;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
padding: 10px 30px;
}
.wp-block-pullquote {
padding: 40px;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p, .wp-block-pullquote p {
font-size: 130%;
}
}  .infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
.type-slogan.size-giant {
height: 1024px;
}
} @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
.type-slogan.size-giant {
height: 768px;
}
} @media all and (device-width: 320px) and (device-height: 568px) and (orientation:portrait) {
.type-slogan.size-giant {
height: 500px;
}
}
@media only screen and (min-width: 960px) {
.fixed-header {
position: fixed;
width: 100%;
top: 0;
left: 0;
background: #fff;
-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.1);
-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.1);
box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.1);
z-index: 999;
}
.fixed-header .top-header,
.fixed-header .topper-header,
.fixed-header .site-description,
.fixed-header .social-area,
.fixed-header .topper-notice,
.fixed-header #site-navigation {
display: none;
}
.fixed-header #sticky-navigation {
display: block !important;
}
.fixed-header .bottom-header {
max-width: 1400px;
margin: 0 auto;
padding: 10px 4% !important;
}
.boxed .fixed-header .bottom-header {
width: 90%;
padding: 10px 5% !important;
}
.fixed-header .site-title a {
font-size: 26px;
}
.fixed-header .image-logo {
margin-top: -3px;
}
.fixed-header .image-logo a img {
height: 40px;
}
.fixed-header .main-navigation ul:first-child > li > a {
color: #111;
}
.fixed-header .menu-slider {
font-size: 20px;
}
.site-header-type4 .fixed-header .bottom-header {
width: 100%;
padding: 0 !important;
}
.site-header-type4 .fixed-header .contact-info,
.site-header-type4 .fixed-header .site-branding,
.site-header-type4 .fixed-header .search-area,
.site-header-type4 .fixed-header .header-cart,
.site-header-type4 .fixed-header .qi-login-link {
display: none;
}
}
@media only screen and (max-width: 959px) {   .headline-caption h3.slide-caption-title {
font-size: 52px;
}
.headline-caption p {
font-size: 28px;
}
.striped-caption h3.slide-caption-title {
font-size: 42px;
}
.striped-caption p {
font-size: 20px;
}
.grid-blog .blog-item {
width: 50% !important;
}
.classic-blog .blog-item,
.search-results .blog-item,
.home.blog .blog-item,
.archive .blog-item {
padding-left: 65px;
}
.classic-blog .post-icon,
.search-results .post-icon,
.home.blog .post-icon,
.archive .post-icon  {
width: 60px;
height: 60px;
line-height: 60px;
font-size: 32px;
}
.teasers-blog .blog-container {
width: 100%;
margin: 0;
padding: 0 4%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.teasers-blog .widget-area {
width: 100%;
padding: 0 4%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.two-columns .portf-item,
.three-columns .portf-item,
.four-columns .portf-item {
width: 50% !important;
}
.services-type1.four-columns .quadro-services li {
width: 50%;
}
.services-type2 .quadro-services li {
width: 48% !important;
}
.services-type2 .quadro-services li:nth-child(3n) {
margin-right: 2% !important;
}
.services-type2.three-columns .quadro-services li:nth-child(3n+1) {
clear: none;
}
.services-type2 .quadro-services li:nth-child(2n) {
margin-right: 0;
}
.services-type2 .quadro-services li:nth-child(2n+1) {
clear: left;
}
.services-type3.four-columns .quadro-services li {
width: 48.25% !important;
}
.services-type3.four-columns .quadro-services li:nth-child(2n) {
margin-right: 0;
}
.testimonials {
width: 75%;
}
.quadro-plans.plans-5 {
display: block;
margin: 0 -1%;
}
.quadro-plans.plans-5 .quadro-plan {
display: inline-block;
float: left;
width: 31.3333%;
margin: 0 1% 20px;
}
.quadro-plans.plans-5 .quadro-plan:last-of-type,
.quadro-plans.plans-5 .quadro-plan:nth-last-of-type(2) {
margin-bottom: 0;
}
.quadro-plans.plans-5 .quadro-plan:nth-of-type(3n+1) {
clear: left;
}
.quadro-plans.plans-5 .quadro-plan.plan-featured .plan-head {
margin-top: -30px;
}    .widg-layout1 {
width: 48.5%;
margin: 0 3% 0 0;
}
.widg-layout1:nth-child(2n) {
margin-right: 0;
}
.widg-layout3 {
width: 48.5%;
margin: 0 3% 0 0;
}
.widg-layout3:first-child {
width: 100%;
margin-right: 0;
}
.widg-layout3:last-child {
margin-right: 0;
}
.widg-layout4 {
width: 48.5%;
margin: 0 0 0 3%;
}
.widg-layout4:first-child {
margin-left: 0;
}
.widg-layout4:last-child {
width: 100%;
margin-left: 0;
}
.widget_quadro_twitter_widget .tweet-actions {
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
}
}
@media only screen and (max-width: 768px) {
.quadro-plans.plans-3,
.quadro-plans.plans-4,
.quadro-plans.plans-5 {
display: block;
margin: 0 -1%;
}
.quadro-plans.plans-3 .quadro-plan,
.quadro-plans.plans-4 .quadro-plan,
.quadro-plans.plans-5 .quadro-plan {
display: inline-block;
float: left;
width: 48%;
margin: 0 1% 20px;
}
.quadro-plans.plans-3 .quadro-plan:last-of-type,
.quadro-plans.plans-3 .quadro-plan:nth-last-of-type(2),
.quadro-plans.plans-4 .quadro-plan:last-of-type,
.quadro-plans.plans-4 .quadro-plan:nth-last-of-type(2),
.quadro-plans.plans-5 .quadro-plan:last-of-type,
.quadro-plans.plans-5 .quadro-plan:nth-last-of-type(2) {
margin-bottom: 0;
}
.quadro-plans.plans-5 .quadro-plan:nth-of-type(3n+1) {
clear: none;
}
.quadro-plans.plans-3 .quadro-plan:nth-of-type(2n+1),
.quadro-plans.plans-4 .quadro-plan:nth-of-type(2n+1),
.quadro-plans.plans-5 .quadro-plan:nth-of-type(2n+1) {
clear: left;
}
.quadro-plans.plans-3 .quadro-plan.plan-featured .plan-head,
.quadro-plans.plans-4 .quadro-plan.plan-featured .plan-head {
margin-top: -30px;
}
.type-slogan .slogan-content-wrapper h1 { font-size: 80px; }
.type-slogan .slogan-content-wrapper h2 { font-size: 64px; }
.type-slogan .slogan-content-wrapper h3 { font-size: 52px; }
.type-slogan .slogan-content-wrapper h4 { font-size: 40px; }
.type-slogan .slogan-content-wrapper h5 { font-size: 32px; }
.type-slogan .slogan-content-wrapper h6 { font-size: 24px; }
}
@media only screen and (max-width: 759px) { .content-area {
width: 100% !important;
padding: 0 4% !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.widget-area {
width: 100%;
padding: 0 4%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} .header-handler {
margin-bottom: -48px;
border-left: 48px solid rgba(0, 0, 0, 0);
border-top: 48px solid;
}
.header-handler:before {
font-size: 14px;
top: -42px;
}
.topper-notice {
padding: 12px 12% 12px 4%;
}
.notice-dismiss {
right: 8%;
}
.top-header {
padding: 0 8% 0 4%;
}
.site-title {
display: block;
}
.site-description {
display: none;
}
.site-header-type4 .contact-wrapper {
display: none;
}
.qi-login-link > a {
width: 20px;
padding: 5px;
text-align: center;
}
.qi-login-link > a i {
margin: 0;
}
.qi-login-link span {
display: none;
} .mod-title {
font-size: 42px;
}
.slider-large {
margin-top: 0 !important;
}
.flex-direction-nav,
.flex-control-nav {
display: none;
}
.slide-caption {
float: left;
position: static;
width: 100% !important;
height: auto;
padding: 15px;
background: #000;
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-transform: translateY(0%);
-webkit-transform: translateY(0%);
-o-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
}
.shape-circle .drop-caption,
.shape-square .drop-caption {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.slide-caption h3.slide-caption-title,
.slide-caption .caption-text,
.slide-caption p,
.slide-caption span.slider-caption-rmore {
margin: 0;
padding: 0;
border: none;
background: none !important;
}
.slide-caption h3.slide-caption-title {
font-size: 20px;
margin-bottom: 3px;
}
.slide-caption p {
font-size: 15px;
}
.striped-caption span.slider-caption-rmore,
.headline-caption span.slider-caption-rmore {
display: block;
margin-top: 5px;
font-size: 12px;
}
.type-slogan {
font-size: 20px;
}
.js-masonry {
width: 100%;
}
.blog-masonry {
margin: 0;
}
.grid-blog .blog-item {
width: 100% !important;
}
.grid-blog .blog-item article {
margin: 0;
}
.blog-container {
width: 100% !important;
margin: 0 !important;
padding: 0 4% !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.grid-blog .blog-container {
padding: 0 !important;
}
.teasers-blog .entry-thumbnail,
.teasers-blog .entry-gallery {
width: 100%;
margin: 0 0 20px;
}
.portfolio-layout-full .terms-filter ul {
padding: 10px;
}
.terms-filter ul li,
.portfolio-layout-full .terms-filter ul li {
padding: 3px 10px;
border: 1px solid #dedede !important;
margin: 5px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.entry-thumbnail img {
width: 100%;
}
.teasers-blog .byline, .teasers-blog .cat-links, .teasers-blog .entry-summary {
float: left;
width: 100%;
}
.services-type1 .quadro-services li {
width: 100% !important;
height: auto;
padding-bottom: 60px;
}
.services-type1 .quadro-services li:hover header {
margin: 0;
}
.services-type1 .quadro-services li:hover .service-content {
display: none !important;
}
.services-type2 .quadro-services li {
width: 100% !important;
margin: 0 0 40px 0 !important;
}
.services-type3 .quadro-services li,
.services-type3.four-columns .quadro-services li {
width: 100% !important;
margin: 40px 0 !important;
}
.type-testimonials .flex-direction-nav {
display: none;
}
.testimonials {
width: 100%;
}
.testimonials-type2 .testimonial-item {
width: 100%;
margin-right: 0;
}
.team-type1 .team-member,
.team-type2 .team-member,
.team-type3 .team-member  {
width: 49%;
}
.team-type1 .team-member {
margin-right: 2%;
}
.team-type3 .team-member:nth-of-type(3n) {
margin-right: 2%;
}
.team-type3 .team-member:nth-of-type(3n+1) {
clear: none;
}
.team-type2 .team-member:nth-of-type(2n),
.team-type3 .team-member:nth-of-type(2n)  {
margin-right: 0;
}
.team-type2 .team-member:nth-of-type(2n+1),
.team-type3 .team-member:nth-of-type(2n+1) {
clear: left;
}
.feat-post-img {
width: 100% !important;
margin: 0 0 20px !important;
}
.featured-item-content {
width: 100% !important;
}
.feat-item-title {
font-size: 38px;
line-height: 1.3;
}
.feat-type1 .feat-meta {
width: 100%;
}
.feat-type1 .featured-item-text {
width: 100%;
margin-top: 20px;
}
.recents-wrapper {
margin: 0 auto;
}
.clients-wrapper {
margin-right: 0;
}
.ibox-wrapper {
float: none !important;
}
.columns-layout2 .modules-columns .mod-column,
.columns-layout6 .modules-columns .mod-column,
.columns-layout7 .modules-columns .mod-column,
.columns-layout8 .modules-columns .mod-column,
.columns-layout9 .modules-columns .mod-column,
.columns-layout10 .modules-columns .mod-column,
.columns-layout11 .modules-columns .mod-column {
width: 100%;
flex-basis: 100%;
}
.columns-layout2 .modules-columns .mod-column:empty,
.columns-layout6 .modules-columns .mod-column:empty,
.columns-layout7 .modules-columns .mod-column:empty,
.columns-layout8 .modules-columns .mod-column:empty,
.columns-layout9 .modules-columns .mod-column:empty,
.columns-layout10 .modules-columns .mod-column:empty,
.columns-layout11 .modules-columns .mod-column:empty,
.columns-layout16 .modules-columns .mod-column:empty {
display: none;
}
.type-leadbox.layout-layout2 .leadbox-img,
.type-leadbox.layout-layout3 .leadbox-img {
display: block;
width: 100%;
max-width: 360px;
margin: 0 auto 40px;
padding: 0;
}
.type-leadbox.layout-layout3 .leadbox-img {
margin: 40px auto 0;
}
.type-leadbox.layout-layout2 .leadbox-content,
.type-leadbox.layout-layout3 .leadbox-content {
display: block;
width: 100%;
}
.type-leadbox.layout-layout6 .leadbox-wrapper,
.type-leadbox.layout-layout7 .leadbox-wrapper {
max-width: none;
padding: 100px 40px;
}
.type-leadbox.layout-layout6 .leadbox-img,
.type-leadbox.layout-layout7 .leadbox-img {
height: 360px;
margin: -100px -40px 100px;
background-size: cover;
background-position: center;
}
.type-leadbox.layout-layout8 .leadbox-img,
.type-leadbox.layout-layout9 .leadbox-img {
height: 280px;
background-size: cover;
background-position: center;
}
.type-leadbox.layout-layout10 .leadbox-text-wrapper,
.type-leadbox.layout-layout10 .leadbox-form-wrapper {
display: block;
width: 100%;
}
.type-leadbox.layout-layout10 .leadbox-text-wrapper {
margin-bottom: 30px;
}
.type-leadbox.layout-layout10 .leadbox-ftext {
position: static;
margin-top: 20px;
} .page-header {
background-attachment: scroll;
}
.page-header-styled {
padding-bottom: 50px;
}
.page-header-styled .page-title {
font-size: 34px;
}
.page-header-default .page-title {
display: block;
width: 100%;
text-align: center;
}
.page-tagline {
max-width: none;
font-size: 22px;
}
.page-header-default .page-breadcrumbs {
position: static;
max-width: none;
margin-top: 10px;
text-align: center;
}
.page-header-styled .page-breadcrumbs {
width: 92%;
padding: 5px 4%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} .onsingle-fullwidth-right.single-post .entry-content,
.onsingle-fullwidth-left.single-post .entry-content,
.onsingle-fullwidth-right.single-post .entry-meta,
.onsingle-fullwidth-left.single-post .entry-meta,
.onsingle-fullwidth-right .post-navigation,
.onsingle-fullwidth-left .post-navigation,
.onsingle-fullwidth-right.single-post .comments-area,
.onsingle-fullwidth-left.single-post .comments-area,
.onsingle-fullwidth-right.single-post .entry-meta,
.onsingle-fullwidth-left.single-post .entry-meta {
width: 100%;
} .item-header {
width: 100%;
padding: 0;
}
.actions-header {
position: static;
width: 100%;
border-bottom: 1px solid #dedede;
}
.actions-header a {
width: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.loading-ajax .actions-header a {
width: 33.3333%;
}
a.prev-portf-item {
border-left: 0;
}
.item-title {
padding: 25px 4% !important;
border: none;
}
.item-media {
width: 100%;
}
.expanded-media-margins .item-media, .regular-slider-media .item-media {
width: 92%;
margin-bottom: 0;
}
.item-content {
width: 92%;
}
.expanded-media-margins .item-content, .regular-slider-media .item-content {
padding-top: 20px;
}
.wide-slider-media .item-data, .no-special-media .item-data,
.wide-slider-media .item-description, .no-special-media .item-description,
.wide-slider-media .item-terms, .no-special-media .item-terms {
float: left;
width: 100%;
}  .widg-layout2 {
width: 100%;
margin: 0;
} .site-info {
width: 100%;
margin-bottom: 10px;
text-align: center;
line-height: 1.5;
}
.footer-social-icons {
width: 100%;
text-align: center;
}
.footer-social-icons li {
float: none;
display: inline-block;
}
.footer-navigation {
text-align: center;
margin-bottom: 20px;
}
.footer-navigation li a {
padding: 5px 8px;
}
}
@media only screen and (max-width: 519px) {  .topper-header,
.site-header .social-area,
.contact-info {
display: none;
}
.topper-notice {
padding: 12px 10% 12px 4%;
}
.notice-dismiss {
right: 4%;
}
.top-header {
width: 100%;
padding: 0 4%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.top-header .menu-slider a {
padding: 2px 0px 0 30px;
}
.bottom-header {
text-align: center;
height: auto;
padding: 25px 4%;
}
.site-branding {
float: none;
margin-bottom: 10px !important;
}
.image-logo a img {
max-width: 100%;
height: auto;
max-height: 140px;
width: auto;
}
.site-header-type4 .bottom-header .image-logo a img {
max-width: 90%;
}
.bottom-header .search-area,
.bottom-header .header-cart,
.bottom-header .menu-slider,
.bottom-header .qi-login-link {
float: none;
display: inline-block;
padding: 0 5px;
line-height: 20px;
vertical-align: middle;
}
.bottom-header .qi-login-link {
margin: 0;
}
.site-header-type4 .search-area,
.site-header-type4 .header-cart,
.site-header-type4 .qi-login-link {
position: relative;
top: auto; bottom: auto; left: auto; right: auto;
margin: 0 0 15px;
}
.site-header-type4 .menu-slider {
padding: 0;
}
.bottom-header .search-icon,
.bottom-header a.header-cart-link {
padding: 0;
}
.bottom-header .search-slide {
right: 0;
left: -65px;
}
.bottom-header .search-slide:after {
right: 0;
left: 75px;
}
.cart-contents,
#user-navigation {
display: none !important;
} .type-slider,
.type-rev-slider {
min-height: 60px;
}
.classic-blog .blog-item,
.teaser-blog .blog-item,
.classic-blog .blog-item,
.search-results .blog-item,
.home.blog .blog-item,
.archive .blog-item  {
padding-left: 35px;
}
.entry-meta span {
display: block;
width: 100%;
margin: 0 0 10px;
}
.classic-blog .post-icon,
.teaser-blog .post-icon,
.search-results .post-icon,
.home.blog .post-icon,
.archive .post-icon  {
width: 30px;
height: 30px;
line-height: 30px;
font-size: 16px;
}
.classic-blog .entry-title,
.search-results .entry-title,
.home.blog .entry-title,
.archive .entry-title  {
font-size: 28px;
}
.two-columns .portf-item,
.three-columns .portf-item,
.four-columns .portf-item {
width: 100% !important;
}
.portfolio-layout-margin .quadro-portfolio {
width: 100%;
}
.portfolio-layout-margin .portf-item article {
margin-right: 0;
}
.team-member {
width: 100% !important;
margin: 0 0 20px !important;
}
.clients-wrapper {
margin-right: 0;
}
.cta-content-wrapper {
width: 100%;
text-align: center;
}
.type-cta.layout-layout1 .cta-button-wrapper {
position: static;
width: 100%;
margin-top: 30px;
-moz-transform: translateY(0%);
-webkit-transform: translateY(0%);
-o-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
}
.quadro-plans {
display: block;
margin: 0 !important;
}
.quadro-plan {
display: block;
float: none;
width: 100% !important;
margin: 0 auto 20px !important;
}
.quadro-plan:last-of-type {
margin-bottom: 0 !important;
}
.quadro-plan.plan-featured .plan-head {
margin-top: -30px;
}
.ibox-wrapper {
width: 100%;
padding: 60px 20px;
}
.modules-columns .mod-column {
width: 100%;
flex-basis: 100%;
}
.modules-columns .mod-column:empty {
display: none;
}
.type-slogan .slogan-content-wrapper h1 { font-size: 48px; }
.type-slogan .slogan-content-wrapper h2 { font-size: 38px; line-height: 1.5; }
.type-slogan .slogan-content-wrapper h3 { font-size: 32px; line-height: 1.5; }
.type-slogan .slogan-content-wrapper h4 { font-size: 28px; line-height: 1.5; }
.type-slogan .slogan-content-wrapper h5 { font-size: 24px; line-height: 1.7; }
.type-slogan .slogan-content-wrapper h6 { font-size: 20px; line-height: 1.7; }
.leadbox-wrapper {
padding: 40px 20px;
}
.leadbox-img {
margin: -40px -20px 40px;
}
.type-leadbox.layout-layout6 .leadbox-wrapper,
.type-leadbox.layout-layout7 .leadbox-wrapper {
padding: 60px 20px;
}
.type-leadbox.layout-layout6 .leadbox-img,
.type-leadbox.layout-layout7 .leadbox-img {
margin: -60px -20px 60px;
}
.type-leadbox.layout-layout10 .leadbox-wrapper {
padding: 0;
}
.type-leadbox.layout-layout10 .leadbox-icon {
position: static;
margin: 0 auto 30px;
}
.type-leadbox.layout-layout10 .leadbox-text-wrapper,
.type-leadbox.layout-layout10 .leadbox-form-wrapper {
padding: 0;
}
.leadbox-form input[type="text"],
.leadbox-form input[type="email"],
.leadbox-form.one-input input[type="email"] {
width: 100%;
margin: 0 0 5px;
}
.qbtn.at-leadbox-submit,
.leadbox-form.one-input .qbtn.at-leadbox-submit {
width: 100%;
margin-top: 0;
}
.type-cgallery.size-small .cgallery-gallery .slides li img,
.type-cgallery.size-medium .cgallery-gallery .slides li img,
.type-cgallery.size-large .cgallery-gallery .slides li img {
width: auto;
height: auto;
}
.type-cgallery.with-margins .cgallery-gallery .slides li img {
margin: 0;
}
.type-cgallery.with-margins .cgallery-gallery li .gallery-caption {
margin-right: 5px;
}   .item-title {
font-size: 26px;
line-height: 32px;
} .result-item-product .entry-thumbnail,
.result-item-portfolio .entry-thumbnail {
width: 100%;
margin: 0 0 20px;
}
.site-content .gallery .gallery-item {
width: 100%;
max-width: 100%;
}
.alignleft,
.alignright {
display: block;
float: none;
margin: 0 auto 20px;
} .widg-layout1,
.widg-layout3,
.widg-layout4,
.widg-layout5 {
width: 100%;
margin: 0;
}
}html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
html.mm-opened .mm-menu.mm-horizontal > .mm-panel {
-webkit-transition: none 0.4s ease;
-moz-transition: none 0.4s ease;
-ms-transition: none 0.4s ease;
-o-transition: none 0.4s ease;
transition: none 0.4s ease;
-webkit-transition-property: top, right, bottom, left, border;
-moz-transition-property: top, right, bottom, left, border;
-ms-transition-property: top, right, bottom, left, border;
-o-transition-property: top, right, bottom, left, border;
transition-property: top, right, bottom, left, border; }
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
left: 0%;
top: 0;
margin: 0;
border: 0px solid rgba(0, 0, 0, 0); }
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker {
border: 0px solid rgba(100, 100, 100, 0); }
.mm-menu .mm-hidden {
display: none; }
.mm-fixed-top,
.mm-fixed-bottom {
position: fixed;
left: 0; }
.mm-fixed-top {
top: 0; }
.mm-fixed-bottom {
bottom: 0; }
html.mm-opened .mm-page,
.mm-menu > .mm-panel {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box; }
html.mm-opened,
html.mm-opened body {
width: 100%;
height: 100%;
overflow: hidden;
position: relative; }
html.mm-opened .mm-page {
height: 100%;
overflow: hidden;
position: absolute; }
html.mm-background .mm-page { }
#mm-blocker { opacity: 0;
display: none;
width: 100%;
height: 100%;
position: absolute;
z-index: 9999; }
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
display: block; }
.mm-menu.mm-current {
display: block; }
.mm-menu { background: #232527;
display: none;
overflow: hidden;
height: 100%;
padding: 0;
position: absolute;
left: 0;
top: 0;
z-index: 0; }
.mm-menu > .mm-panel { background: #232527;
-webkit-overflow-scrolling: touch;
overflow: scroll;
overflow-x: hidden;
overflow-y: auto;
width: 100%;
height: 100%;
padding: 30px;
position: absolute;
top: 0;
left: 100%;
z-index: 0; }
.mm-menu > .mm-panel.mm-opened {
left: 0%; }
.mm-menu > .mm-panel.mm-subopened {
left: -40%; }
.mm-menu > .mm-panel.mm-highest {
z-index: 1; }
.mm-menu > .mm-panel.mm-hidden {
display: block;
visibility: hidden; }
.mm-menu .mm-list {
padding: 20px 0; }
.mm-menu > .mm-list {
padding: 20px 0 40px 0; }
.mm-panel > .mm-list {
margin-left: -20px;
margin-right: -20px; }
.mm-panel > .mm-list:first-child {
padding-top: 0; }
.mm-list,
.mm-list > li {
list-style: none;
display: block;
padding: 0;
margin: 0; }
.mm-list {
font: inherit;
font-size: 14px; }
.mm-list a,
.mm-list a:hover {
text-decoration: none; }
.mm-list > li {
position: relative; }
.mm-list > li > a,
.mm-list > li > span {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
color: inherit;
line-height: 20px;
display: block;
padding: 10px 10px 10px 20px;
margin: 0; }
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
content: '';
border-bottom-width: 1px;
border-bottom-style: solid;
display: block;
width: 100%;
position: absolute;
bottom: 0;
left: 0; }
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
width: auto;
margin-left: 20px;
position: relative;
left: auto; }
.mm-list a.mm-subopen {
width: 40px;
height: 100%;
padding: 0;
position: absolute;
right: 0;
top: 0;
z-index: 2; }
.mm-list a.mm-subopen::before {
content: '';
border-left-width: 1px;
border-left-style: solid;
display: block;
height: 100%;
position: absolute;
left: 0;
top: 0; }
.mm-list a.mm-subopen.mm-fullsubopen {
width: 100%; }
.mm-list a.mm-subopen.mm-fullsubopen:before {
border-left: none; }
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
padding-right: 5px;
margin-right: 40px; }
.mm-list > li.mm-selected > a.mm-subopen {
background: transparent; }
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
padding-right: 45px;
margin-right: 0; }
.mm-list a.mm-subclose {
text-indent: 20px;
padding-top: 30px;
margin-top: -20px; }
.mm-list > li.mm-label {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 10px;
text-transform: uppercase;
text-indent: 20px;
line-height: 25px;
padding-right: 5px; }
.mm-list > li.mm-spacer {
padding-top: 40px; }
.mm-list > li.mm-spacer.mm-label {
padding-top: 25px; }
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
content: '';
border: 2px solid transparent;
display: block;
width: 7px;
height: 7px;
margin-bottom: -5px;
position: absolute;
bottom: 50%;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg); }
.mm-list a.mm-subopen:after {
border-top: none;
border-left: none;
right: 18px; }
.mm-list a.mm-subclose:before {
border-right: none;
border-bottom: none;
margin-bottom: -15px;
left: 22px; }
.mm-menu.mm-vertical .mm-list .mm-panel {
display: none;
padding: 10px 0 10px 10px; }
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
height: 40px; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 16px;
right: 16px; }
html.mm-opened .mm-page {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
.mm-ismenu {
background: #333333; }
.mm-menu {
color: rgba(255, 255, 255, 0.6); }
.mm-menu .mm-list > li:after {
border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li > a.mm-subclose {
background: rgba(0, 0, 0, 0.1);
color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
border-color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:before {
border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
background: rgba(0, 0, 0, 0.1); }
.mm-menu .mm-list > li.mm-label {
background: rgba(255, 255, 255, 0.05); }
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
background: rgba(255, 255, 255, 0.05); }
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
left: 80%; }
.mm-menu {
width: 80%; }
@media all and (max-width: 175px) {
.mm-menu {
width: 140px; }
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
left: 140px; } }
@media all and (min-width: 550px) {
.mm-menu {
width: 440px; }
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
left: 440px; } 
}
html.mm-nooverflowscrolling.mm-opened {
height: auto;
overflow: auto;
overflow-x: hidden;
overflow-y: scroll; }
html.mm-nooverflowscrolling.mm-opened body {
overflow: auto; }
html.mm-nooverflowscrolling.mm-opened .mm-page {
min-height: 1000px;
position: fixed; }
html.mm-nooverflowscrolling.mm-opened .mm-menu {
height: auto;
min-height: 1000px;
overflow: auto;
overflow-x: hidden;
position: relative;
left: auto;
top: auto; }
html.mm-nooverflowscrolling.mm-opened > .mm-panel {
position: relative;
height: auto;
display: none;
left: 0; }
html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
display: block; } .mm-panel ul {
list-style: none;
}
.mm-panel > ul {
margin: 0;
}
.mm-panel ul li a {
display: block;
margin-bottom: 5px;
padding: 15px 20px; background: rgba(255,255,255,0.08);
color: #aaa !important;
}
.mm-panel ul.sub-menu {
margin: 0 20px 10px;
}
.mm-panel ul li ul li a  {
font-size: 95%;
margin-bottom: 0;
padding: 10px 0;
background: none;
border-bottom: 1px solid #333537;
border-bottom-color: rgba(255,255,255,0.08);
} .mm-menu.mm-top {
width: 100%; }
html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
top: 0%; }
html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
left: 0; }
.mm-menu.mm-right {
left: auto;
right: 0; }
html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
left: auto;
right: 0%; }
html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
left: auto; }
.mm-menu.mm-bottom {
width: 100%;
top: auto;
bottom: 0; }
html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
bottom: 0%;
top: auto; }
html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
top: auto;
left: 0; }
.mm-menu.mm-top {
height: 80%; }
html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top {
top: 80%; }
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
bottom: -80%; }
@media all and (max-height: 175px) {
.mm-menu.mm-top {
height: 140px; }
html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top {
top: 140px; }
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
bottom: -140px; } }
@media all and (min-height: 1100px) {
.mm-menu.mm-top {
height: 880px; }
html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top {
top: 880px; }
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
bottom: -880px; } }
.mm-menu.mm-right {
width: 80%; }
html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
right: 80%; }
@media all and (max-width: 175px) {
.mm-menu.mm-right {
width: 140px; }
html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
right: 140px; } }
@media all and (min-width: 550px) {
.mm-menu.mm-right {
width: 440px; }
html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
right: 440px; } }
.mm-menu.mm-bottom {
height: 80%; }
html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
bottom: 80%; }
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
top: -80%; }
@media all and (max-height: 175px) {
.mm-menu.mm-bottom {
height: 140px; }
html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
bottom: 140px; }
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
top: -140px; } }
@media all and (min-height: 1100px) {
.mm-menu.mm-bottom {
height: 880px; }
html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
bottom: 880px; }
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
top: -880px; } } html.mm-front.mm-opened .mm-page {
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: 0 !important; }
.mm-menu.mm-front,
.mm-menu.mm-next {
-webkit-transition: none 0.4s ease;
-moz-transition: none 0.4s ease;
-ms-transition: none 0.4s ease;
-o-transition: none 0.4s ease;
transition: none 0.4s ease;
-webkit-transition-property: top, right, bottom, left, -webkit-transform;
-moz-transition-property: top, right, bottom, left, -moz-transform;
-ms-transition-property: top, right, bottom, left, -o-transform;
-o-transition-property: top, right, bottom, left, -o-transform;
transition-property: top, right, bottom, left, transform; }
html.mm-front .mm-page,
html.mm-front #mm-blocker {
z-index: 0; }
.mm-menu.mm-front {
z-index: 1;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
html.mm-opened.mm-next .mm-page {
box-shadow: none; }
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
left: 0%; }
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
left: 0; }
html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
left: 0;
top: 0%; }
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
left: auto; }
html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
left: auto;
right: 0%; }
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
top: auto;
left: 0; }
html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
left: 0;
bottom: 0%; }
.mm-menu.mm-front, .mm-menu.mm-next {
left: -80%; }
@media all and (max-width: 175px) {
.mm-menu.mm-front, .mm-menu.mm-next {
left: -140px; } }
@media all and (min-width: 550px) {
.mm-menu.mm-front, .mm-menu.mm-next {
left: -440px; } }
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
top: -80%; }
@media all and (max-height: 175px) {
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
top: -140px; } }
@media all and (min-height: 1100px) {
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
top: -880px; } }
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
right: -80%; }
@media all and (max-width: 175px) {
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
right: -140px; } }
@media all and (min-width: 550px) {
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
right: -440px; } }
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
bottom: -80%; }
@media all and (max-height: 175px) {
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
bottom: -140px; } }
@media all and (min-height: 1100px) {
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
bottom: -880px; } }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
left: 0;
right: auto; }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-top {
top: 0; }
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
bottom: 0; }