.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flexslider-rtl {
direction: rtl;
text-align: right;
}
@font-face {
font-family: 'flexslider-icon';
src: url(//kormax.co.nz/wp-content/plugins/cherry-plugin/lib/js/FlexSlider/fonts/flexslider-icon.eot);
src: url(//kormax.co.nz/wp-content/plugins/cherry-plugin/lib/js/FlexSlider/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(//kormax.co.nz/wp-content/plugins/cherry-plugin/lib/js/FlexSlider/fonts/flexslider-icon.woff) format('woff'), url(//kormax.co.nz/wp-content/plugins/cherry-plugin/lib/js/FlexSlider/fonts/flexslider-icon.ttf) format('truetype'), url(//kormax.co.nz/wp-content/plugins/cherry-plugin/lib/js/FlexSlider/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
font-weight: normal;
font-style: normal;
}
.flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
width: 100%;
display: block;
}
.flex-pauseplay span {
text-transform: capitalize;
}
.slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .slides {
display: block;
}
* html .slides {
height: 1%;
}
.no-js .slides > li:first-child {
display: block;
}
.flexslider {
margin: 0 0 60px;
position: relative;
zoom: 1;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.flexslider.no-bg {
background: none;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.flexslider .slides {
zoom: 1;
}
.carousel li {
margin-right: 5px;
}
.flexslider-rtl .carousel li {
margin-right: 0;
margin-left: 5px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
display: block;
width: 40px;
height: 40px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0,0,0,0.8);
text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
left: 50px;
}
.flexslider-rtl .flex-direction-nav .flex-prev {
left: auto;
right: -50px;
}
.flex-direction-nav .flex-next {
right: 50px;
text-align: right;
}
.flexslider-rtl .flex-direction-nav .flex-next {
right: auto;
left: -50px;
text-align: left;
}
.flexslider:hover .flex-prev {
opacity: 0.7;
left: 10px;
}
.flexslider-rtl.flexslider:hover .flex-prev {
left: auto;
right: 10px;
}
.flexslider:hover .flex-next {
opacity: 0.7;
right: 10px;
}
.flexslider-rtl.flexslider:hover .flex-next {
right: auto;
left: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
opacity: 1;
}
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
}
.flex-direction-nav a:before {
font-family: "flexslider-icon";
font-size: 40px;
line-height: 40px;
display: inline-block;
content: '\f001';
}
.flex-direction-nav a.flex-next:before {
content: '\f002';
}
.flexslider-rtl .flex-direction-nav a.flex-next:before {
content: '\f001';
}
.flexslider-rtl .flex-direction-nav a.flex-prev:before {
content: '\f002';
}
.flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.flexslider-rtl .flex-pauseplay a {
left: auto;
right: 10px;
}
.flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-pauseplay a.flex-play:before {
content: '\f003';
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0,0,0,0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0,0,0,0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flexslider-rtl .flex-control-thumbs li {
float: right;
}
.flex-control-thumbs img {
width: 100%;
display: block;
opacity: .7;
cursor: pointer;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 10px;
}
.flexslider-rtl .flex-direction-nav .flex-prev {
left: auto;
right: 10px;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 10px;
}
.flexslider-rtl .flex-direction-nav .flex-next {
right: auto;
left: 10px;
}
}
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel {
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
cursor: url(//kormax.co.nz/wp-content/plugins/cherry-plugin/lib/js/owl-carousel/grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
.owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective : 1200px;
-moz-perspective-origin-x : 50%;
-moz-perspective-origin-y : 50%;
perspective : 1200px;
}
.owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
}
.owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}
@-webkit-keyframes empty {
0% {
opacity: 1
}
}
@-moz-keyframes empty {
0% {
opacity: 1
}
}
@keyframes empty {
0% {
opacity: 1
}
}
@-webkit-keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-webkit-keyframes fadeOut {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
@-moz-keyframes fadeOut {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
@keyframes fadeOut {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
@-webkit-keyframes backSlideOut {
25% {
opacity: .5;
-webkit-transform: translateZ(-500px);
}
75% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(-200%);
}
100% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(-200%);
}
}
@-moz-keyframes backSlideOut {
25% {
opacity: .5;
-moz-transform: translateZ(-500px);
}
75% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(-200%);
}
100% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(-200%);
}
}
@keyframes backSlideOut {
25% {
opacity: .5;
transform: translateZ(-500px);
}
75% {
opacity: .5;
transform: translateZ(-500px) translateX(-200%);
}
100% {
opacity: .5;
transform: translateZ(-500px) translateX(-200%);
}
}
@-webkit-keyframes backSlideIn {
0%, 25% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(200%);
}
75% {
opacity: .5;
-webkit-transform: translateZ(-500px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0) translateX(0);
}
}
@-moz-keyframes backSlideIn {
0%, 25% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(200%);
}
75% {
opacity: .5;
-moz-transform: translateZ(-500px);
}
100% {
opacity: 1;
-moz-transform: translateZ(0) translateX(0);
}
}
@keyframes backSlideIn {
0%, 25% {
opacity: .5;
transform: translateZ(-500px) translateX(200%);
}
75% {
opacity: .5;
transform: translateZ(-500px);
}
100% {
opacity: 1;
transform: translateZ(0) translateX(0);
}
}
@-webkit-keyframes scaleToFade {
to {
opacity: 0;
-webkit-transform: scale(.8);
}
}
@-moz-keyframes scaleToFade {
to {
opacity: 0;
-moz-transform: scale(.8);
}
}
@keyframes scaleToFade {
to {
opacity: 0;
transform: scale(.8);
}
}
@-webkit-keyframes goDown {
from {
-webkit-transform: translateY(-100%);
}
}
@-moz-keyframes goDown {
from {
-moz-transform: translateY(-100%);
}
}
@keyframes goDown {
from {
transform: translateY(-100%);
}
}
@-webkit-keyframes scaleUpFrom {
from {
opacity: 0;
-webkit-transform: scale(1.5);
}
}
@-moz-keyframes scaleUpFrom {
from {
opacity: 0;
-moz-transform: scale(1.5);
}
}
@keyframes scaleUpFrom {
from {
opacity: 0;
transform: scale(1.5);
}
}
@-webkit-keyframes scaleUpTo {
to {
opacity: 0;
-webkit-transform: scale(1.5);
}
}
@-moz-keyframes scaleUpTo {
to {
opacity: 0;
-moz-transform: scale(1.5);
}
}
@keyframes scaleUpTo {
to {
opacity: 0;
transform: scale(1.5);
}
}
.owl-theme .owl-controls {
margin-top: 10px;
text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline;
margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50);
opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
filter: Alpha(Opacity=100);
opacity: 1;
text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1;
*display: inline;
}
.owl-theme .owl-controls .owl-page span {
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50);
opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
filter: Alpha(Opacity=100);
opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.owl-item.loading {
min-height: 150px;
background: url(//kormax.co.nz/wp-content/plugins/cherry-plugin/lib/js/owl-carousel/AjaxLoader.gif) no-repeat center center
}
@font-face {
font-family: 'FontAwesome';
src: url(//kormax.co.nz/wp-content/uploads/font/fontawesome-webfont.eot?v=3.2.1);
src: url(//kormax.co.nz/wp-content/uploads/font/fontawesome-webfont.eot?#iefix&v=3.2.1) format('embedded-opentype'), url(//kormax.co.nz/wp-content/uploads/font/fontawesome-webfont.woff?v=3.2.1) format('woff'), url(//kormax.co.nz/wp-content/uploads/font/fontawesome-webfont.ttf?v=3.2.1) format('truetype'), url(//kormax.co.nz/wp-content/uploads/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
*margin-right: .3em;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
text-decoration: inherit;
display: inline-block;
speak: none;
}
.icon-large:before {
vertical-align: -10%;
font-size: 1.3333333333333333em;
}
a [class^="icon-"], a [class*=" icon-"] {
display: inline;
}
[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
display: inline-block;
width: 1.1428571428571428em;
text-align: right;
padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
width: 1.4285714285714286em;
}
.icons-ul {
margin-left: 2.142857142857143em;
list-style-type: none;
}
.icons-ul > li {
position: relative;
}
.icons-ul .icon-li {
position: absolute;
left: -2.142857142857143em;
width: 2.142857142857143em;
text-align: center;
line-height: inherit;
}
[class^="icon-"].hide, [class*=" icon-"].hide {
display: none;
}
.icon-muted {
color: #eeeeee;
}
.icon-light {
color: #ffffff;
}
.icon-dark {
color: #333333;
}
.icon-border {
border: solid 1px #eeeeee;
padding: .2em .25em .15em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.icon-2x {
font-size: 2em;
}
.icon-2x.icon-border {
border-width: 2px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.icon-3x {
font-size: 3em;
}
.icon-3x.icon-border {
border-width: 3px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.icon-4x {
font-size: 4em;
}
.icon-4x.icon-border {
border-width: 4px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.icon-5x {
font-size: 5em;
}
.icon-5x.icon-border {
border-width: 5px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
margin-right: .3em;
}
[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
margin-left: .3em;
}
[class^="icon-"], [class*=" icon-"] {
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
}
.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
background-image: none;
}
.btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {
line-height: .9em;
}
.btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
display: inline-block;
}
.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
margin-top: .25em;
}
.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
margin-left: .2em;
}
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
line-height: inherit;
}
.icon-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: -35%;
}
.icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
display: block;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
font-size: 1em;
line-height: inherit;
*line-height: 2em;
}
.icon-stack .icon-stack-base {
font-size: 2em;
*line-height: 1em;
}
.icon-spin {
display: inline-block;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
a .icon-stack, a .icon-spin {
display: inline-block;
text-decoration: none;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(359deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.icon-rotate-90:before {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.icon-flip-vertical:before {
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
}
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
display: inline-block;
}
.icon-glass:before {
content: "\f000";
}
.icon-music:before {
content: "\f001";
}
.icon-search:before {
content: "\f002";
}
.icon-envelope-alt:before {
content: "\f003";
}
.icon-heart:before {
content: "\f004";
}
.icon-star:before {
content: "\f005";
}
.icon-star-empty:before {
content: "\f006";
}
.icon-user:before {
content: "\f007";
}
.icon-film:before {
content: "\f008";
}
.icon-th-large:before {
content: "\f009";
}
.icon-th:before {
content: "\f00a";
}
.icon-th-list:before {
content: "\f00b";
}
.icon-ok:before {
content: "\f00c";
}
.icon-remove:before {
content: "\f00d";
}
.icon-zoom-in:before {
content: "\f00e";
}
.icon-zoom-out:before {
content: "\f010";
}
.icon-power-off:before, .icon-off:before {
content: "\f011";
}
.icon-signal:before {
content: "\f012";
}
.icon-gear:before, .icon-cog:before {
content: "\f013";
}
.icon-trash:before {
content: "\f014";
}
.icon-home:before {
content: "\f015";
}
.icon-file-alt:before {
content: "\f016";
}
.icon-time:before {
content: "\f017";
}
.icon-road:before {
content: "\f018";
}
.icon-download-alt:before {
content: "\f019";
}
.icon-download:before {
content: "\f01a";
}
.icon-upload:before {
content: "\f01b";
}
.icon-inbox:before {
content: "\f01c";
}
.icon-play-circle:before {
content: "\f01d";
}
.icon-rotate-right:before, .icon-repeat:before {
content: "\f01e";
}
.icon-refresh:before {
content: "\f021";
}
.icon-list-alt:before {
content: "\f022";
}
.icon-lock:before {
content: "\f023";
}
.icon-flag:before {
content: "\f024";
}
.icon-headphones:before {
content: "\f025";
}
.icon-volume-off:before {
content: "\f026";
}
.icon-volume-down:before {
content: "\f027";
}
.icon-volume-up:before {
content: "\f028";
}
.icon-qrcode:before {
content: "\f029";
}
.icon-barcode:before {
content: "\f02a";
}
.icon-tag:before {
content: "\f02b";
}
.icon-tags:before {
content: "\f02c";
}
.icon-book:before {
content: "\f02d";
}
.icon-bookmark:before {
content: "\f02e";
}
.icon-print:before {
content: "\f02f";
}
.icon-camera:before {
content: "\f030";
}
.icon-font:before {
content: "\f031";
}
.icon-bold:before {
content: "\f032";
}
.icon-italic:before {
content: "\f033";
}
.icon-text-height:before {
content: "\f034";
}
.icon-text-width:before {
content: "\f035";
}
.icon-align-left:before {
content: "\f036";
}
.icon-align-center:before {
content: "\f037";
}
.icon-align-right:before {
content: "\f038";
}
.icon-align-justify:before {
content: "\f039";
}
.icon-list:before {
content: "\f03a";
}
.icon-indent-left:before {
content: "\f03b";
}
.icon-indent-right:before {
content: "\f03c";
}
.icon-facetime-video:before {
content: "\f03d";
}
.icon-picture:before {
content: "\f03e";
}
.icon-pencil:before {
content: "\f040";
}
.icon-map-marker:before {
content: "\f041";
}
.icon-adjust:before {
content: "\f042";
}
.icon-tint:before {
content: "\f043";
}
.icon-edit:before {
content: "\f044";
}
.icon-share:before {
content: "\f045";
}
.icon-check:before {
content: "\f046";
}
.icon-move:before {
content: "\f047";
}
.icon-step-backward:before {
content: "\f048";
}
.icon-fast-backward:before {
content: "\f049";
}
.icon-backward:before {
content: "\f04a";
}
.icon-play:before {
content: "\f04b";
}
.icon-pause:before {
content: "\f04c";
}
.icon-stop:before {
content: "\f04d";
}
.icon-forward:before {
content: "\f04e";
}
.icon-fast-forward:before {
content: "\f050";
}
.icon-step-forward:before {
content: "\f051";
}
.icon-eject:before {
content: "\f052";
}
.icon-chevron-left:before {
content: "\f053";
}
.icon-chevron-right:before {
content: "\f054";
}
.icon-plus-sign:before {
content: "\f055";
}
.icon-minus-sign:before {
content: "\f056";
}
.icon-remove-sign:before {
content: "\f057";
}
.icon-ok-sign:before {
content: "\f058";
}
.icon-question-sign:before {
content: "\f059";
}
.icon-info-sign:before {
content: "\f05a";
}
.icon-screenshot:before {
content: "\f05b";
}
.icon-remove-circle:before {
content: "\f05c";
}
.icon-ok-circle:before {
content: "\f05d";
}
.icon-ban-circle:before {
content: "\f05e";
}
.icon-arrow-left:before {
content: "\f060";
}
.icon-arrow-right:before {
content: "\f061";
}
.icon-arrow-up:before {
content: "\f062";
}
.icon-arrow-down:before {
content: "\f063";
}
.icon-mail-forward:before, .icon-share-alt:before {
content: "\f064";
}
.icon-resize-full:before {
content: "\f065";
}
.icon-resize-small:before {
content: "\f066";
}
.icon-plus:before {
content: "\f067";
}
.icon-minus:before {
content: "\f068";
}
.icon-asterisk:before {
content: "\f069";
}
.icon-exclamation-sign:before {
content: "\f06a";
}
.icon-gift:before {
content: "\f06b";
}
.icon-leaf:before {
content: "\f06c";
}
.icon-fire:before {
content: "\f06d";
}
.icon-eye-open:before {
content: "\f06e";
}
.icon-eye-close:before {
content: "\f070";
}
.icon-warning-sign:before {
content: "\f071";
}
.icon-plane:before {
content: "\f072";
}
.icon-calendar:before {
content: "\f073";
}
.icon-random:before {
content: "\f074";
}
.icon-comment:before {
content: "\f075";
}
.icon-magnet:before {
content: "\f076";
}
.icon-chevron-up:before {
content: "\f077";
}
.icon-chevron-down:before {
content: "\f078";
}
.icon-retweet:before {
content: "\f079";
}
.icon-shopping-cart:before {
content: "\f07a";
}
.icon-folder-close:before {
content: "\f07b";
}
.icon-folder-open:before {
content: "\f07c";
}
.icon-resize-vertical:before {
content: "\f07d";
}
.icon-resize-horizontal:before {
content: "\f07e";
}
.icon-bar-chart:before {
content: "\f080";
}
.icon-twitter-sign:before {
content: "\f081";
}
.icon-facebook-sign:before {
content: "\f082";
}
.icon-camera-retro:before {
content: "\f083";
}
.icon-key:before {
content: "\f084";
}
.icon-gears:before, .icon-cogs:before {
content: "\f085";
}
.icon-comments:before {
content: "\f086";
}
.icon-thumbs-up-alt:before {
content: "\f087";
}
.icon-thumbs-down-alt:before {
content: "\f088";
}
.icon-star-half:before {
content: "\f089";
}
.icon-heart-empty:before {
content: "\f08a";
}
.icon-signout:before {
content: "\f08b";
}
.icon-linkedin-sign:before {
content: "\f08c";
}
.icon-pushpin:before {
content: "\f08d";
}
.icon-external-link:before {
content: "\f08e";
}
.icon-signin:before {
content: "\f090";
}
.icon-trophy:before {
content: "\f091";
}
.icon-github-sign:before {
content: "\f092";
}
.icon-upload-alt:before {
content: "\f093";
}
.icon-lemon:before {
content: "\f094";
}
.icon-phone:before {
content: "\f095";
}
.icon-unchecked:before, .icon-check-empty:before {
content: "\f096";
}
.icon-bookmark-empty:before {
content: "\f097";
}
.icon-phone-sign:before {
content: "\f098";
}
.icon-twitter:before {
content: "\f099";
}
.icon-facebook:before {
content: "\f09a";
}
.icon-github:before {
content: "\f09b";
}
.icon-unlock:before {
content: "\f09c";
}
.icon-credit-card:before {
content: "\f09d";
}
.icon-rss:before {
content: "\f09e";
}
.icon-hdd:before {
content: "\f0a0";
}
.icon-bullhorn:before {
content: "\f0a1";
}
.icon-bell:before {
content: "\f0a2";
}
.icon-certificate:before {
content: "\f0a3";
}
.icon-hand-right:before {
content: "\f0a4";
}
.icon-hand-left:before {
content: "\f0a5";
}
.icon-hand-up:before {
content: "\f0a6";
}
.icon-hand-down:before {
content: "\f0a7";
}
.icon-circle-arrow-left:before {
content: "\f0a8";
}
.icon-circle-arrow-right:before {
content: "\f0a9";
}
.icon-circle-arrow-up:before {
content: "\f0aa";
}
.icon-circle-arrow-down:before {
content: "\f0ab";
}
.icon-globe:before {
content: "\f0ac";
}
.icon-wrench:before {
content: "\f0ad";
}
.icon-tasks:before {
content: "\f0ae";
}
.icon-filter:before {
content: "\f0b0";
}
.icon-briefcase:before {
content: "\f0b1";
}
.icon-fullscreen:before {
content: "\f0b2";
}
.icon-group:before {
content: "\f0c0";
}
.icon-link:before {
content: "\f0c1";
}
.icon-cloud:before {
content: "\f0c2";
}
.icon-beaker:before {
content: "\f0c3";
}
.icon-cut:before {
content: "\f0c4";
}
.icon-copy:before {
content: "\f0c5";
}
.icon-paperclip:before, .icon-paper-clip:before {
content: "\f0c6";
}
.icon-save:before {
content: "\f0c7";
}
.icon-sign-blank:before {
content: "\f0c8";
}
.icon-reorder:before {
content: "\f0c9";
}
.icon-list-ul:before {
content: "\f0ca";
}
.icon-list-ol:before {
content: "\f0cb";
}
.icon-strikethrough:before {
content: "\f0cc";
}
.icon-underline:before {
content: "\f0cd";
}
.icon-table:before {
content: "\f0ce";
}
.icon-magic:before {
content: "\f0d0";
}
.icon-truck:before {
content: "\f0d1";
}
.icon-pinterest:before {
content: "\f0d2";
}
.icon-pinterest-sign:before {
content: "\f0d3";
}
.icon-google-plus-sign:before {
content: "\f0d4";
}
.icon-google-plus:before {
content: "\f0d5";
}
.icon-money:before {
content: "\f0d6";
}
.icon-caret-down:before {
content: "\f0d7";
}
.icon-caret-up:before {
content: "\f0d8";
}
.icon-caret-left:before {
content: "\f0d9";
}
.icon-caret-right:before {
content: "\f0da";
}
.icon-columns:before {
content: "\f0db";
}
.icon-sort:before {
content: "\f0dc";
}
.icon-sort-down:before {
content: "\f0dd";
}
.icon-sort-up:before {
content: "\f0de";
}
.icon-envelope:before {
content: "\f0e0";
}
.icon-linkedin:before {
content: "\f0e1";
}
.icon-rotate-left:before, .icon-undo:before {
content: "\f0e2";
}
.icon-legal:before {
content: "\f0e3";
}
.icon-dashboard:before {
content: "\f0e4";
}
.icon-comment-alt:before {
content: "\f0e5";
}
.icon-comments-alt:before {
content: "\f0e6";
}
.icon-bolt:before {
content: "\f0e7";
}
.icon-sitemap:before {
content: "\f0e8";
}
.icon-umbrella:before {
content: "\f0e9";
}
.icon-paste:before {
content: "\f0ea";
}
.icon-lightbulb:before {
content: "\f0eb";
}
.icon-exchange:before {
content: "\f0ec";
}
.icon-cloud-download:before {
content: "\f0ed";
}
.icon-cloud-upload:before {
content: "\f0ee";
}
.icon-user-md:before {
content: "\f0f0";
}
.icon-stethoscope:before {
content: "\f0f1";
}
.icon-suitcase:before {
content: "\f0f2";
}
.icon-bell-alt:before {
content: "\f0f3";
}
.icon-coffee:before {
content: "\f0f4";
}
.icon-food:before {
content: "\f0f5";
}
.icon-file-text-alt:before {
content: "\f0f6";
}
.icon-building:before {
content: "\f0f7";
}
.icon-hospital:before {
content: "\f0f8";
}
.icon-ambulance:before {
content: "\f0f9";
}
.icon-medkit:before {
content: "\f0fa";
}
.icon-fighter-jet:before {
content: "\f0fb";
}
.icon-beer:before {
content: "\f0fc";
}
.icon-h-sign:before {
content: "\f0fd";
}
.icon-plus-sign-alt:before {
content: "\f0fe";
}
.icon-double-angle-left:before {
content: "\f100";
}
.icon-double-angle-right:before {
content: "\f101";
}
.icon-double-angle-up:before {
content: "\f102";
}
.icon-double-angle-down:before {
content: "\f103";
}
.icon-angle-left:before {
content: "\f104";
}
.icon-angle-right:before {
content: "\f105";
}
.icon-angle-up:before {
content: "\f106";
}
.icon-angle-down:before {
content: "\f107";
}
.icon-desktop:before {
content: "\f108";
}
.icon-laptop:before {
content: "\f109";
}
.icon-tablet:before {
content: "\f10a";
}
.icon-mobile-phone:before {
content: "\f10b";
}
.icon-circle-blank:before {
content: "\f10c";
}
.icon-quote-left:before {
content: "\f10d";
}
.icon-quote-right:before {
content: "\f10e";
}
.icon-spinner:before {
content: "\f110";
}
.icon-circle:before {
content: "\f111";
}
.icon-mail-reply:before, .icon-reply:before {
content: "\f112";
}
.icon-github-alt:before {
content: "\f113";
}
.icon-folder-close-alt:before {
content: "\f114";
}
.icon-folder-open-alt:before {
content: "\f115";
}
.icon-expand-alt:before {
content: "\f116";
}
.icon-collapse-alt:before {
content: "\f117";
}
.icon-smile:before {
content: "\f118";
}
.icon-frown:before {
content: "\f119";
}
.icon-meh:before {
content: "\f11a";
}
.icon-gamepad:before {
content: "\f11b";
}
.icon-keyboard:before {
content: "\f11c";
}
.icon-flag-alt:before {
content: "\f11d";
}
.icon-flag-checkered:before {
content: "\f11e";
}
.icon-terminal:before {
content: "\f120";
}
.icon-code:before {
content: "\f121";
}
.icon-reply-all:before {
content: "\f122";
}
.icon-mail-reply-all:before {
content: "\f122";
}
.icon-star-half-full:before, .icon-star-half-empty:before {
content: "\f123";
}
.icon-location-arrow:before {
content: "\f124";
}
.icon-crop:before {
content: "\f125";
}
.icon-code-fork:before {
content: "\f126";
}
.icon-unlink:before {
content: "\f127";
}
.icon-question:before {
content: "\f128";
}
.icon-info:before {
content: "\f129";
}
.icon-exclamation:before {
content: "\f12a";
}
.icon-superscript:before {
content: "\f12b";
}
.icon-subscript:before {
content: "\f12c";
}
.icon-eraser:before {
content: "\f12d";
}
.icon-puzzle-piece:before {
content: "\f12e";
}
.icon-microphone:before {
content: "\f130";
}
.icon-microphone-off:before {
content: "\f131";
}
.icon-shield:before {
content: "\f132";
}
.icon-calendar-empty:before {
content: "\f133";
}
.icon-fire-extinguisher:before {
content: "\f134";
}
.icon-rocket:before {
content: "\f135";
}
.icon-maxcdn:before {
content: "\f136";
}
.icon-chevron-sign-left:before {
content: "\f137";
}
.icon-chevron-sign-right:before {
content: "\f138";
}
.icon-chevron-sign-up:before {
content: "\f139";
}
.icon-chevron-sign-down:before {
content: "\f13a";
}
.icon-html5:before {
content: "\f13b";
}
.icon-css3:before {
content: "\f13c";
}
.icon-anchor:before {
content: "\f13d";
}
.icon-unlock-alt:before {
content: "\f13e";
}
.icon-bullseye:before {
content: "\f140";
}
.icon-ellipsis-horizontal:before {
content: "\f141";
}
.icon-ellipsis-vertical:before {
content: "\f142";
}
.icon-rss-sign:before {
content: "\f143";
}
.icon-play-sign:before {
content: "\f144";
}
.icon-ticket:before {
content: "\f145";
}
.icon-minus-sign-alt:before {
content: "\f146";
}
.icon-check-minus:before {
content: "\f147";
}
.icon-level-up:before {
content: "\f148";
}
.icon-level-down:before {
content: "\f149";
}
.icon-check-sign:before {
content: "\f14a";
}
.icon-edit-sign:before {
content: "\f14b";
}
.icon-external-link-sign:before {
content: "\f14c";
}
.icon-share-sign:before {
content: "\f14d";
}
.icon-compass:before {
content: "\f14e";
}
.icon-collapse:before {
content: "\f150";
}
.icon-collapse-top:before {
content: "\f151";
}
.icon-expand:before {
content: "\f152";
}
.icon-euro:before, .icon-eur:before {
content: "\f153";
}
.icon-gbp:before {
content: "\f154";
}
.icon-dollar:before, .icon-usd:before {
content: "\f155";
}
.icon-rupee:before, .icon-inr:before {
content: "\f156";
}
.icon-yen:before, .icon-jpy:before {
content: "\f157";
}
.icon-renminbi:before, .icon-cny:before {
content: "\f158";
}
.icon-won:before, .icon-krw:before {
content: "\f159";
}
.icon-bitcoin:before, .icon-btc:before {
content: "\f15a";
}
.icon-file:before {
content: "\f15b";
}
.icon-file-text:before {
content: "\f15c";
}
.icon-sort-by-alphabet:before {
content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
content: "\f15e";
}
.icon-sort-by-attributes:before {
content: "\f160";
}
.icon-sort-by-attributes-alt:before {
content: "\f161";
}
.icon-sort-by-order:before {
content: "\f162";
}
.icon-sort-by-order-alt:before {
content: "\f163";
}
.icon-thumbs-up:before {
content: "\f164";
}
.icon-thumbs-down:before {
content: "\f165";
}
.icon-youtube-sign:before {
content: "\f166";
}
.icon-youtube:before {
content: "\f167";
}
.icon-xing:before {
content: "\f168";
}
.icon-xing-sign:before {
content: "\f169";
}
.icon-youtube-play:before {
content: "\f16a";
}
.icon-dropbox:before {
content: "\f16b";
}
.icon-stackexchange:before {
content: "\f16c";
}
.icon-instagram:before {
content: "\f16d";
}
.icon-flickr:before {
content: "\f16e";
}
.icon-adn:before {
content: "\f170";
}
.icon-bitbucket:before {
content: "\f171";
}
.icon-bitbucket-sign:before {
content: "\f172";
}
.icon-tumblr:before {
content: "\f173";
}
.icon-tumblr-sign:before {
content: "\f174";
}
.icon-long-arrow-down:before {
content: "\f175";
}
.icon-long-arrow-up:before {
content: "\f176";
}
.icon-long-arrow-left:before {
content: "\f177";
}
.icon-long-arrow-right:before {
content: "\f178";
}
.icon-apple:before {
content: "\f179";
}
.icon-windows:before {
content: "\f17a";
}
.icon-android:before {
content: "\f17b";
}
.icon-linux:before {
content: "\f17c";
}
.icon-dribbble:before {
content: "\f17d";
}
.icon-skype:before {
content: "\f17e";
}
.icon-foursquare:before {
content: "\f180";
}
.icon-trello:before {
content: "\f181";
}
.icon-female:before {
content: "\f182";
}
.icon-male:before {
content: "\f183";
}
.icon-gittip:before {
content: "\f184";
}
.icon-sun:before {
content: "\f185";
}
.icon-moon:before {
content: "\f186";
}
.icon-archive:before {
content: "\f187";
}
.icon-bug:before {
content: "\f188";
}
.icon-vk:before {
content: "\f189";
}
.icon-weibo:before {
content: "\f18a";
}
.icon-renren:before {
content: "\f18b";
}
.recent-posts {
overflow: hidden;
margin: 0 0 0 -20px !important;
padding: 0;
border: none;
list-style: none;
}
.recent-posts_li {
margin: 0 0 20px 20px;
padding: 0;
border: none;
background: none;
list-style-type: none;
}
.recent-posts_li .featured-thumbnail {
float: left;
margin: 0 20px 0 0;
}
.recent-posts_li h5 {
margin-bottom: 0;
font-size: 1em;
}
.recent-posts_li .excerpt {
margin-bottom: 1.5em;
}
.recent-posts_li .meta {
display: block;
overflow: hidden;
margin-bottom: .5em;
color: #888;
text-transform: uppercase;
font-size: 10px;
}
.recent-posts_li .post-date {
float: left;
}
.recent-posts_li .post-comments {
float: right;
}
.recent-posts .format-image {
float: left;
margin: 0 20px 20px 0;
}
.recent-posts .format-audio {
margin-bottom: 2em;
}
.recent-posts .format-audio .audio-wrapper {
margin-bottom: .5em;
}
.recent-posts .format-video {
float: left;
width: 300px;
}
.popular-posts li {
overflow: hidden;
margin: 0;
padding: 0 0 20px 0;
}
.posts-grid {
margin: 0 0 0 -5%;
padding: 0;
list-style: none;
*zoom: 1;
}
.posts-grid:before, .posts-grid:after {
display: table;
content: "";
line-height: 0;
}
.posts-grid:after {
clear: both;
}
.posts-grid li {
float: left;
margin-bottom: 25px;
margin-left: 5%;
width: 20%;
}
.posts-grid li .featured-thumbnail {
margin: 0;
}
.posts-grid li .featured-thumbnail img {
width: 100%;
}
.posts-grid .post_meta span[class^="post_"] {
margin-right: 10px;
}
.mini-posts-grid {
margin: 0;
padding: 0;
list-style: none;
}
.mini-posts-grid li {
margin: 0 5px 5px 0;
padding: 0;
border: none;
background: none;
float: left;
}
.mini-posts-grid li.small {
width: 120px;
height: 120px;
}
.mini-posts-grid li.small img {
width: 100%;
height: auto;
}
.mini-posts-grid li.smaller {
width: 100px;
height: 100px;
}
.mini-posts-grid li.smallest {
width: 70px;
height: 70px;
}
.mini-posts-grid .featured-thumbnail {
margin: 0;
}
.mini-posts-grid.grid-align-center {
text-align: center;
font-size: 0;
line-height: 0;
}
.mini-posts-grid.grid-align-center li {
float: none;
display: inline-block;
}
.mini-posts-grid.grid-align-right li {
float: right;
}
.mini-posts-list {
margin: 0 0 25px;
padding: 0;
list-style: none;
}
.mini-post-holder {
padding: 15px 0 0;
margin: 0 0 9px;
border-top: 1px solid #dddddd;
}
.mini-post-holder:first-child {
border: none;
padding: 5px 0 0;
}
.mini-post-holder .small {
width: 110px;
height: 110px;
}
.mini-post-holder .small img {
width: 100%;
height: auto;
}
.mini-post-holder .smaller {
width: 90px;
height: 90px;
}
.mini-post-holder .smallest {
width: 60px;
height: 60px;
}
.mini-post-content {
overflow: hidden;
}
.mini-post-meta time {
font-size: 11px;
line-height: 1.2;
}
.recent-comments {
list-style: none;
padding: 0;
}
.recent-comments li {
margin: 0;
padding: 0 0 .5em 0;
border: none;
}
.service-box {
overflow: hidden;
min-height: 20px;
padding: 19px;
margin-bottom: 0;
background-color: #f5f5f5;
border: 1px solid #dddddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.service-box .icon {
float: left;
margin: 0 10px 10px 0;
}
.service-box h2 {
overflow: hidden;
margin: 0;
}
.service-box h5 {
overflow: hidden;
margin: 0 0 25px;
}
.service-box_txt {
margin-bottom: 20px;
}
.service-box .btn-align {
text-align: right;
}
.service-box__call {
color: #fff;
background-color: #0c6abd;
background-image: -moz-linear-gradient(top, #037cc7, #1950af);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#037cc7), to(#1950af));
background-image: -webkit-linear-gradient(top, #037cc7, #1950af);
background-image: -o-linear-gradient(top, #037cc7, #1950af);
background-image: linear-gradient(to bottom, #037cc7, #1950af);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff037cc7', endColorstr='#ff1950af', GradientType=0);
}
.service-box__call h2 {
float: left;
width: 75%;
color: #fff;
margin: 10px 0 0;
}
.service-box__call .btn-align {
padding: 0;
width: 25%;
float: right;
}
.carousel-cycle {
position: relative;
overflow: hidden;
}
.post-cycle {
width: 100%;
height: 380px;
overflow: hidden;
}
.post-cycle_item {
display: none;
overflow: hidden;
width: 100%;
height: 100%;
}
.post-cycle_item:first-child {
display: block;
}
.post-cycle_item .feature-thumbnail {
float: none;
margin: 0 0 15px 0;
}
.post-cycle_item .feature-thumbnail img {
float: none;
}
.post-controls {
overflow: hidden;
padding-top: 10px;
text-align: center;
}
.post-controls li {
display: inline;
margin: 0;
padding: 0 5px 0 0;
}
.post-controls li a {
display: inline-block;
width: 9px;
height: 9px;
background: #000;
vertical-align: top;
text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.post-controls li a:hover {
background: #999;
}
.post-controls li.activeSlide a {
background: #999;
}
.post-controls .post-controls_link__prev {
float: left;
}
.post-controls .post-controls_link__next {
float: right;
}
.banner-wrap {
overflow: hidden;
margin: 0 0 20px;
padding: 0;
}
.banner-wrap .featured-thumbnail {
float: none;
overflow: hidden;
margin: 0 0 15px;
padding: 0;
}
.banner-wrap .featured-thumbnail a {
display: block;
float: left;
overflow: hidden;
border: 8px solid #dddddd;
text-align: center;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.banner-wrap .featured-thumbnail a:hover {
border-color: #dddddd;
}
.banner-wrap h5 {
margin: 0 0 8px;
color: #000;
text-transform: capitalize;
font-weight: bold;
}
.banner-wrap .btn-link {
padding: 0;
}
.testimonials .testi-item {
overflow: hidden;
margin-bottom: 2em;
padding-bottom: 2em;
background: none;
}
.testimonials .testi-item blockquote {
position: relative;
display: block;
margin: 0;
padding: 30px;
border: none;
background: #dbdbdb;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}
.testimonials .testi-item blockquote:before {
position: absolute;
bottom: -20px;
left: 30px;
display: block;
width: 0;
height: 0;
border-top: 20px solid #dbdbdb;
border-right: 0 solid transparent;
border-left: 20px solid transparent;
content: "";
}
.testimonials .testi-item blockquote:after {
position: absolute;
top: 10px;
left: 20px;
display: block;
width: 41px;
height: 38px;
background: url(//kormax.co.nz/wp-content/plugins/cherry-plugin/includes/images/quotes.png) 0 0 no-repeat;
content: "";
}
.testimonials .testi-item blockquote > a {
position: relative;
z-index: 2;
color: #4e4e4e;
text-decoration: none;
overflow: hidden;
vertical-align: top;
}
.testimonials .testi-item blockquote > a:hover {
color: #fff;
}
.testimonials .testi-item .featured-thumbnail {
position: relative;
z-index: 2;
margin: 0 20px 0 10px;
width: 60px;
height: 60px;
}
.testimonials .testi-item .testi-meta {
font-size: 1em;
display: block;
padding-top: 22px;
padding-left: 40px;
}
.testimonials .testi-item .testi-meta .user:after {
content: ",";
}
.roundabout-holder {
width: 100%;
position: relative;
overflow: hidden;
}
.roundabout-holder ul {
padding: 0;
width: 100%;
height: 250px;
background: none;
}
.roundabout-holder ul li {
overflow: hidden;
margin: 0;
padding: 0;
width: 375px;
height: inherit;
border: none;
background: none;
text-align: center;
cursor: pointer;
}
@media (max-width: 767px) {
.roundabout-holder ul li {
width: 220px !important;
}
}
@media (max-width: 480px) {
.roundabout-holder ul li {
width: 150px !important;
}
}
.roundabout-holder ul li.roundabout-in-focus {
cursor: default;
}
@media (min-width: 768px) and (max-width: 979px) {
.roundabout-holder ul {
width: 100%;
}
}
@media (max-width: 767px) {
.roundabout-holder ul {
width: 100%;
height: 150px;
}
}
@media (max-width: 480px) {
.roundabout-holder ul {
height: 120px;
}
}
.site_map {
margin-bottom: 10px;
}
.site_map .icon-sitemap {
padding-right: 10px;
}
.site_map h2 {
border-bottom: 1px solid #dddddd;
padding-bottom: 15px;
}
.site_map_title {
text-transform: capitalize;
}
.site_map ul {
list-style: none;
margin: 15px 0 0 5px;
}
.site_map ul li {
padding-bottom: 5px;
}
@media (max-width: 480px) {
.site_map ul li {
float: none;
width: 100%;
padding-right: 0%;
}
}
.site_map .group {
display: inline-block;
padding-bottom: 20px;
width: 102%;
margin-left: -2%;
}
.site_map .group .grid {
width: 23%;
margin-left: 2%;
float: left;
}
@media (max-width: 480px) {
.site_map .group .grid {
float: none;
width: 100%;
margin-left: 0%;
}
}
.site_map .line {
margin-bottom: 10px;
}
.site_map .line ul li {
width: 18%;
margin-right: 2%;
display: inline-block;
vertical-align: top;
}
@media (max-width: 480px) {
.site_map .line ul li {
float: none;
width: 100%;
margin-right: 0%;
}
}
.accordion-group, .accordion-inner, .nav-tabs, .nav-tabs > .active > a {
border-color: #dddddd;
}
.price-plans {
width: 100%;
padding: 20px 0;
}
.price-plans:before, .price-plans:after {
display: table;
content: "";
line-height: 0;
}
.price-plans:after {
clear: both;
}
.price-plans .plan {
float: left;
overflow: hidden;
margin-left: 2%;
margin-bottom: 20px;
padding: 0;
width: 100%;
background-color: #fcfcfc;
border-bottom: 1px solid #e1e4e5;
text-align: center;
text-transform: uppercase;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
-webkit-transition: box-shadow 0.2s linear;
-moz-transition: box-shadow 0.2s linear;
-o-transition: box-shadow 0.2s linear;
transition: box-shadow 0.2s linear;
}
.price-plans .plan:first-child {
margin-left: 0;
}
.price-plans .plan.highlight {
position: relative;
z-index: 100;
margin-top: -20px;
background-color: #fff;
box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
-moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
-webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
-o-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
}
.price-plans .plan.highlight h3 {
padding: 22px 10px;
background-color: #e74c3c;
color: #fff;
border-bottom-color: #e3301e;
}
@media (min-width: 768px) and (max-width: 979px) {
.price-plans .plan.highlight h3 {
padding: 21px 10px;
}
}
.price-plans .plan.highlight h4 {
background-color: #eb685a;
}
.price-plans .plan.highlight .highlight-reason {
display: block;
font-size: 0.6em;
font-weight: normal;
}
.price-plans .plan.highlight .btn {
margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px) {
.price-plans .plan.highlight .btn {
margin-top: 20px;
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.price-plans .plan.highlight {
margin-top: 20px;
}
}
.price-plans .plan.plan-labelled {
margin-top: 61px;
border-bottom: none;
background-color: transparent;
text-transform: none;
}
@media (max-width: 767px) {
.price-plans .plan.plan-labelled {
display: none;
}
}
.price-plans .plan.plan-labelled h4 {
background: none;
color: #333;
border-bottom: 1px solid #e1e4e5;
}
@media (max-width: 767px) {
.price-plans .plan {
float: none;
width: 100% !important;
margin-left: 0;
}
}
.price-plans .plan h3 {
margin: 0;
padding: 20px 10px;
background: #e1e4e5;
color: #32393d;
border-bottom: 1px solid #fff;
font-weight: bold;
}
.price-plans .plan h4 {
margin: 0;
padding: 10px;
background: #486581;
color: #fff;
}
.price-plans .plan .btn {
display: inline-block;
margin-bottom: 20px;
margin-top: 20px;
}
.price-plans.price-plans-2 .plan {
width: 49%;
}
.price-plans.price-plans-3 .plan {
width: 32%;
}
.price-plans.price-plans-4 .plan {
width: 23.5%;
}
.price-plans.price-plans-5 .plan {
width: 18.4%;
}
.price-plans.price-plans-6 .plan {
width: 15%;
}
.plan-features-row, .plan-labelled-row {
padding: 18px 10px;
border-bottom: 1px solid #e1e4e5;
line-height: 24px;
}
@media (min-width: 768px) and (max-width: 979px) {
.plan-features-row, .plan-labelled-row {
padding: 10px;
}
}
@media (max-width: 767px) {
.plan-features-row, .plan-labelled-row {
padding: 10px;
}
}
.plan .plan-labelled-row {
display: none;
}
@media (max-width: 767px) {
.plan .plan-labelled-row {
display: block;
font-weight: bold;
}
}
.plan.plan-labelled .plan-labelled-row {
display: block;
}
.owl-carousel {
margin-bottom: 15px;
}
.owl-carousel .item {
margin: 3px;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
}
.owl-carousel .item figure {
display: block;
width: 100%;
margin: 0 0 10px 0;
}
.owl-carousel .item figure a {
display: block;
}
.owl-carousel .item figure a img {
display: block;
width: 100%;
height: auto;
}
.owl-carousel .owl-wrapper-outer {
margin: 0 0 15px 0;
}
.carousel-wrap {
position: relative;
margin: 0;
}
.es-carousel {
overflow: hidden;
}
.es-carousel-wrapper {
position: relative;
padding: 0;
}
.es-carousel_list {
display: none;
margin-bottom: 0;
padding: 0;
list-style: none;
}
.es-carousel_list:before, .es-carousel_list:after {
display: table;
content: "";
line-height: 0;
}
.es-carousel_list:after {
clear: both;
}
.es-carousel_li {
display: block;
float: left;
margin: 0;
padding: 0;
color: #000;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
}
.es-carousel_li .featured-thumbnail {
float: none;
margin: 0 0 20px;
}
.es-carousel_li .featured-thumbnail img {
display: block;
margin: 0;
padding: 0;
max-width: 100%;
max-height: 100%;
border: none;
}
.es-carousel_li .desc {
margin: 0;
padding: 0;
}
.es-carousel_li h5 {
margin-bottom: .5em;
font-weight: bold;
}
.es-carousel_li h5 a {
text-decoration: underline;
}
.es-carousel_li h5 a:hover {
text-decoration: none;
}
.es-carousel_li .excerpt {
margin-bottom: 10px;
}
.es-nav span {
position: absolute;
top: 0;
right: 32px;
margin-top: -35px;
width: 14px;
height: 26px;
background: transparent url(//kormax.co.nz/wp-content/plugins/cherry-plugin/includes/images/nav.png) no-repeat top left;
text-indent: -9000px;
opacity: 0.8;
cursor: pointer;
}
.es-nav span.es-nav-next {
right: 12px;
left: auto;
background-position: top right;
}
.es-nav span.es-nav-next:hover {
opacity: 1.0;
}
.list > ul {
margin: 0;
}
.list.unstyled > ul li {
margin: 0 0 .5em 0;
padding: 0;
border: none;
background: none;
list-style-type: none;
}
.list.unstyled > ul li:before {
display: none;
}
.list.styled > ul {
margin: 0 0 1em 0;
}
.list.styled > ul li {
position: relative;
margin: 0 0 .5em 0;
padding: 0;
border: none;
background: none;
list-style-type: none;
}
.list li {
position: relative;
}
.list li:before {
display: inline-block;
margin-right: 5px;
width: 14px;
height: 14px;
content: attr(data-icon);
font-family: 'FontAwesome';
line-height: 14px;
speak: none;
*margin-right: .3em;
}
.list.check-list > ul li:before {
content: "\f00c";
}
.list.check2-list > ul li:before {
content: "\f078";
}
.list.ok-circle-list > ul li:before {
content: "\f05d";
}
.list.ok-sign-list > ul li:before {
content: "\f058";
}
.list.arrow-list > ul li:before {
content: "\f054";
}
.list.arrow2-list > ul li:before {
content: "\f061";
}
.list.circle-arrow-list > ul li:before {
content: "\f0a9";
}
.list.caret-list > ul li:before {
content: "\f0da";
}
.list.angle-list > ul li:before {
content: "\f105";
}
.list.double-angle-list > ul li:before {
content: "\f101";
}
.list.star-list > ul li:before {
content: "\f005";
}
.list.plus-list > ul li:before {
content: "\f067";
}
.list.minus-list > ul li:before {
content: "\f068";
}
.list.circle-list > ul li:before {
content: "\f111";
}
.list.circle-blank-list > ul li:before {
content: "\f10c";
}
.title-box {
margin-bottom: 1em;
}
.title-box_icon {
float: left;
margin: 0 20px 0 0;
}
.title-box_primary {
border: none;
background: none;
padding: 0;
margin: 0;
}
.title-box_secondary {
border: none;
background: none;
padding: 0;
margin: 0;
}
.tabs-wrapper {
margin-bottom: 20px;
}
.dropcap {
position: relative;
display: block;
float: left;
overflow: hidden;
margin: 0 20px 20px 0;
width: 50px;
height: 50px;
background: #3A87AD;
color: #ffffff;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 36px;
line-height: 50px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.hr {
overflow: hidden;
margin: 30px 0px;
height: 1px;
background: #eee;
font-size: 0;
line-height: 0;
}
.sm_hr {
overflow: hidden;
margin: 20px 0px;
height: 1px;
background: #dddddd;
font-size: 0;
line-height: 0;
}
.spacer {
overflow: hidden;
height: 30px;
font-size: 0;
line-height: 0;
}
.vertical-divider {
margin-left: 20px;
padding-left: 40px;
border-left: 1px solid #dddddd;
}
.text-highlight {
padding: .25em .2em;
background-color: #FFA;
color: #666;
}
.google-map {
position: relative;
}
.google-map:before {
z-index: -1;
top: 50%;
left: 50%;
margin: -10px 0 0 -10px;
}
.map_loader {
position: absolute;
top: 50%;
left: 50%;
margin: -16px 0 0 -16px;
z-index: -1;
}
.google-map-api {
width: 100%;
height: 600px;
top: 0;
position: relative;
background: #fff;
}
.google-map-api .gmap {
width: 100%;
height: 100%;
}
.google-map-api .gmap img {
max-width: none !important;
}
.widget {
margin-bottom: 30px;
}
.widget.visible-all-devices, .widget.visible-desktop, .widget.visible-tablet, .widget.visible-phone, .widget.hidden-phone, .widget.hidden-desktop, .widget.hidden-table {
position: relative;
top: 0;
left: 0;
right: auto;
width: auto;
}
#calendar_wrap {
padding: 0;
}
#wp-calendar {
width: 100%;
}
#wp-calendar td {
padding: 6px 0;
border: none;
text-align: center;
}
#wp-calendar caption {
margin-bottom: 5px;
padding: 4px 0;
color: #0088cc;
font-weight: bold;
font-size: 16px;
text-align: center;
}
#wp-calendar thead th {
padding: 7px 0;
color: #0088cc;
text-align: center;
font-size: 14px;
}
#wp-calendar #prev {
text-align: left;
}
#wp-calendar #next {
text-align: right;
}
.textwidget {
word-wrap: break-word;
}
.comments-custom li {
overflow: hidden;
margin: 0;
padding: 0 0 25px 0;
border-bottom: none;
background: none;
}
.comments-custom li:first-child {
padding-top: 0;
border-top: none;
}
.comments-custom_txt {
padding: 7px 0 0 0;
border-top: 1px solid #dddddd;
margin-top: 7px;
}
.comments-custom_txt a {
text-decoration: none;
}
.comments-custom_txt a:hover {
text-decoration: underline;
}
.comments-custom_h_title, .comments-custom_h_author {
margin-bottom: 5px;
margin-top: 0px;
}
.comments-custom_h_author:first-letter {
text-transform: uppercase;
}
.comments-custom i {
font-size: 16px;
margin-right: .5em;
color: #999999;
float: left;
min-width: 15px;
text-align: center;
}
.comments-custom .ladle {
float: left;
padding-right: 5px;
}
.comments-custom .meta_format {
margin-top: 2px;
font-size: 14px;
}
.post-list li {
overflow: hidden;
padding-top: 1.5em;
padding-bottom: 1.5em;
}
.post-list li:first-child {
padding-top: 0;
border: none;
}
.post-list .excerpt {
margin-bottom: 1em;
}
.flickr_li {
vertical-align: top;
}
.flickr_li .thumbnail {
position: relative;
margin: 0 0 6px 0;
display: inline-block;
}
@media (min-width: 768px) and (max-width: 979px) {
.flickr_li .thumbnail {
display: block;
}
}
@media (max-width: 767px) {
.flickr_li .thumbnail {
display: block;
float: left;
}
}
.flickr_li:nth-child(3n-2) {
margin-left: 0;
}
.flickr_li.nomargin {
margin-left: 0;
}
.ie8 .flickr_li.nomargin {
margin-left: 0;
}
.ie8 .flickr_li.nomargin img {
height: 60px;
}
@media (max-width: 767px) {
.flickr_li {
float: left !important;
width: auto !important;
margin: 0 14px 14px 0;
}
}
.banners_li {
float: left;
margin: 0 3px 3px 0;
}
.banners_img {
width: 125px;
height: auto;
}
.banner_link:hover {
text-decoration: none;
}
.banner_link .banner_wrapper {
padding: 30px 15px;
}
.banner_wrapper {
padding: 30px 0;
}
.banner_wrapper.fill_class {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}
.banner_wrapper .thumbnail {
margin: 0 0 20px 0;
}
.vcard span {
display: block;
}
.vcard .meta_format {
margin-top: 2px;
font-size: 12px;
}
.vcard .meta_format i {
font-size: 14px;
margin-right: .5em;
color: #999999;
float: left;
min-width: 15px;
text-align: center;
margin-top: 1px;
}
.vcard .ladle {
padding-right: 5px;
font-weight: normal;
}
.vcard .ladle, .vcard .ladle + span {
display: inline-block;
}
.dark_background {
background-color: #333;
padding: 10px;
}
iframe .uiHeader h3 {
color: #fff;
}
.social {
margin: 0;
}
.social_link {
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
display: inline-block;
}
.social_link:hover {
opacity: 0.5;
filter: alpha(opacity=50);
}
.social_ico {
display: inline-block;
vertical-align: top;
}
.social_label {
display: inline-block;
vertical-align: top;
}
.social__row li {
float: left;
margin-left: 5px;
}
.social__row li:first-child {
margin-left: 0;
}
.social__row a {
float: left;
}
.social__list li {
margin-bottom: 5px;
}
.social__list a:hover {
text-decoration: none;
}
[class*="span"] {
position: relative;
}
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
.clearfix {
*zoom: 1;
}
.clearfix:before, .clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
.wrapper {
overflow: hidden;
position: relative;
width: 100%;
}
.extra-wrap {
overflow: hidden;
}
.content_box {
position: relative;
background: #F5F5F5;
}
.content_box:after, .content_box:before {
background: #F5F5F5;
content: "";
position: absolute;
top: 0;
width: 231%;
height: 100%;
z-index: -1;
}
.content_box:after {
right: -230%;
}
.content_box:before {
left: -230%;
}
#maintenance_mode_notice {
position: fixed;
top: 0px;
left: 0;
width: 100%;
padding: 5px;
text-align: center;
background: #222;
z-index: 999999;
}
#maintenance_mode_notice p {
margin: 0;
color: #FF5C00;
}
#maintenance_mode_notice p a {
color: #2EA2CC;
}
#under_construction_page {
text-align: center;
position: relative;
margin-top: 150px;
}
#under_construction_page #under_construction_logo .logo, #under_construction_page #under_construction_logo h1 {
float: none;
width: 100%;
}
#under_construction_page #under_construction_description {
clear: both;
}
#under_construction_page #under_construction_timer {
margin: 40px 0 40px -30px;
}
#under_construction_page #under_construction_timer .box {
display: inline-block;
margin-left: 30px;
}
#under_construction_page #under_construction_timer .box:first-child .numbers:before {
content: '';
}
#under_construction_page #under_construction_timer .box .lable {
font-size: 16px;
margin-top: 15px;
}
@media (max-width: 767px) {
#under_construction_page #under_construction_timer .box .lable {
font-size: 12px;
}
}
#under_construction_page #under_construction_timer .box .numbers {
position: relative;
}
#under_construction_page #under_construction_timer .box .numbers:before {
content: ':';
position: absolute;
left: -28px;
top: 0px;
font-size: 80px;
line-height: 1.2em;
}
@media (max-width: 767px) {
#under_construction_page #under_construction_timer .box .numbers:before {
font-size: 25px;
left: -10px;
}
}
#under_construction_page #under_construction_timer .box .numbers span {
font-size: 80px;
line-height: 1.2em;
padding: 5px 15px;
margin-right: 3px;
background: rgba(0, 0, 0, 0.2);
border-radius: 5px;
display: inline-block;
min-width: 44px;
}
@media (max-width: 767px) {
#under_construction_page #under_construction_timer .box .numbers span {
font-size: 25px;
padding: 0 7px;
min-width: inherit;
}
}
@media (max-width: 767px) {
#under_construction_page #under_construction_timer .box {
margin-left: 15px;
}
}
#under_construction_page #under_construction_timer .web_site_message {
font-size: 40px;
}
@media (max-width: 767px) {
#under_construction_page #under_construction_timer {
margin-left: 15px;
}
}
div[id^="cherry_instagram_widget"] ul {
margin: 0;
}
div[id^="cherry_instagram_widget"] ul li {
list-style: none;
}
div[id^="cherry_instagram_widget"] ul li figure {
margin: 0 0 9px 0;
position: relative;
}
div[id^="cherry_instagram_widget"] ul li figure .img_wrapp {
display: block;
position: relative;
margin-bottom: 10px;
}
div[id^="cherry_instagram_widget"] ul li figure .img_likes i, div[id^="cherry_instagram_widget"] ul li figure .img_commetn_count i, div[id^="cherry_instagram_widget"] ul li figure .img_public_date i, div[id^="cherry_instagram_widget"] ul li figure .img_description i {
font-size: 16px;
margin-right: 0em;
padding-right: 0.5em;
color: #999;
}
div[id^="cherry_instagram_widget"] ul li figure .img_likes, div[id^="cherry_instagram_widget"] ul li figure .img_commetn_count {
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
opacity: 0;
visibility: hidden;
position: absolute;
top: 50%;
left: 50%;
text-align: center;
width: 35px;
padding-top: 9px;
}
div[id^="cherry_instagram_widget"] ul li figure .img_likes i, div[id^="cherry_instagram_widget"] ul li figure .img_commetn_count i {
font-size: 35px;
position: absolute;
top: 0;
left: 0;
z-index: 5;
}
div[id^="cherry_instagram_widget"] ul li figure .img_likes .counter, div[id^="cherry_instagram_widget"] ul li figure .img_commetn_count .counter {
position: relative;
z-index: 6;
color: #fff;
font-size: 15px;
font-weight: 700;
}
div[id^="cherry_instagram_widget"] ul li figure:hover .img_likes, div[id^="cherry_instagram_widget"] ul li figure:hover .img_commetn_count {
visibility: visible;
opacity: 1;
}
div[id^="cherry_instagram_widget"] ul li figure .img_likes {
margin: -15px 0 0 -40px;
padding-top: 7px;
}
div[id^="cherry_instagram_widget"] ul li figure .img_likes i {
color: rgba(255, 0, 0, 0.8);
}
div[id^="cherry_instagram_widget"] ul li figure .img_commetn_count {
margin: -15px 0 0 5px;
}
div[id^="cherry_instagram_widget"] ul li figure .img_commetn_count i {
color: rgba(0, 122, 255, 0.8);
}
div[id^="cherry_instagram_widget"] ul li figure .img_public_date {
display: block;
margin-bottom: 10px;
}
div[id^="cherry_instagram_widget"] ul li figure .img_description {
display: block;
margin-bottom: 10px;
}
div[id^="cherry_instagram_widget"] .img_thumbnail ul {
margin-left: -10px;
}
div[id^="cherry_instagram_widget"] .img_thumbnail ul li {
display: inline-block;
vertical-align: top;
width: 145px;
margin-left: 10px;
}
@media (min-width: 1200px) {
div[id^="cherry_instagram_widget"] .img_thumbnail ul {
margin-left: -30px;
}
div[id^="cherry_instagram_widget"] .img_thumbnail ul li {
margin-left: 30px;
width: 150px;
}
}
@media (max-width: 979px) and (min-width: 768px) {
div[id^="cherry_instagram_widget"] .img_thumbnail ul li {
width: 109px;
}
}
@media (max-width: 767px) {
div[id^="cherry_instagram_widget"] .img_thumbnail ul {
margin-left: -2%;
}
div[id^="cherry_instagram_widget"] .img_thumbnail ul li {
margin-left: 2%;
width: 18%;
}
}
@media (max-width: 610px) {
div[id^="cherry_instagram_widget"] .img_thumbnail ul li {
width: 23%;
}
}
@media (max-width: 480px) {
div[id^="cherry_instagram_widget"] .img_thumbnail ul {
margin-left: -3%;
}
div[id^="cherry_instagram_widget"] .img_thumbnail ul li {
margin-left: 3%;
width: 30%;
}
}
.lazy-load-box {
opacity: 1;
-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.trigger.lazy-load-box {
opacity: 0;
}
.trigger.effect-slideup {
-moz-transform: translateY(100px);
-webkit-transform: translateY(100px);
-o-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
}
.trigger.effect-slidedown {
-moz-transform: translateY(-50px);
-webkit-transform: translateY(-50px);
-o-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}
.trigger.effect-slidefromleft {
-moz-transform: translateX(-150px);
-webkit-transform: translateX(-150px);
-o-transform: translateX(-150px);
-ms-transform: translateX(-150px);
transform: translateX(-150px);
}
.trigger.effect-slidefromright {
-moz-transform: translateX(150px);
-webkit-transform: translateX(150px);
-o-transform: translateX(150px);
-ms-transform: translateX(150px);
transform: translateX(150px);
}
.trigger.effect-zoomin {
-moz-transform: scale(0.5);
-webkit-transform: scale(0.5);
-o-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
}
.trigger.effect-zoomout {
-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.trigger.effect-rotate {
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.trigger.effect-skew {
-moz-transform: translateY(100px) skewX(-45deg) skewY(45deg);
-webkit-transform: translateY(100px) skewX(-45deg) skewY(45deg);
-o-transform: translateY(100px) skewX(-45deg) skewY(45deg);
-ms-transform: translateY(100px) skewX(-45deg) skewY(45deg);
transform: translateY(100px) skewX(-45deg) skewY(45deg);
}
div.wpcf7 {
margin: 0;
padding: 0;
}
div.wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
}
div.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
position: relative;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #ff0000;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
margin-left: 0.5em;
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 img.ajax-loader {
border: none;
vertical-align: middle;
margin-left: 4px;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
@font-face {
font-family: 'wprmenu';
src: url(//kormax.co.nz/wp-content/plugins/wp-responsive-menu/fonts/wprmenu.eot);
src: url(//kormax.co.nz/wp-content/plugins/wp-responsive-menu/fonts/wprmenu.eot?#iefix) format('embedded-opentype'), url(//kormax.co.nz/wp-content/plugins/wp-responsive-menu/fonts/wprmenu.woff) format('woff'), url(//kormax.co.nz/wp-content/plugins/wp-responsive-menu/fonts/wprmenu.ttf) format('truetype'), url(//kormax.co.nz/wp-content/plugins/wp-responsive-menu/fonts/wprmenu.svg#wprmenu) format('svg');
font-weight: normal;
font-style: normal;
}
#wprmenu_menu .wprmenu_icon:before, #wprmenu_bar [data-icon]:before {
font-family: 'wprmenu';
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
#wprmenu_bar, #wprmenu_bar *, #wprmenu_menu, #wprmenu_menu * {
margin: 0;
padding: 0;
-moz-box-sizing: border-box!important;
-webkit-box-sizing: border-box!important;
box-sizing: border-box!important;
font-family: 'Open Sans', sans-serif;
list-style: none;
text-align: left;
font-size: 100%;
font-weight: normal;
}
#wprmenu_menu img, #wprmenu_bar img {
border: 0;
border: none;
}
.wprmenu_clear {
clear: both !important;
display: block !important;
height: 1px !important;
margin: -1px 0 0 !important;
width: 1px !important;
}
#wprmenu_bar {
position: fixed;
top: 0px;
left: 0px;
background: #0D0D0D;
padding: 10px 16px;
width: 100%;
display: none;
cursor: pointer;
z-index: 98;
overflow: hidden;
height: 42px;
display: none;
}
#wprmenu_bar .menu_title {
color: #f2f2f2;
font-weight: 400;
font-size: 20px;
line-height: 20px;
}
#wprmenu_bar .bar_logo {
border: 0px;
border: none;
margin: 0xp;
padding: 0px;
margin-top: -2px;
padding-right: 8px;
width: auto;
height: 25px;
}
.wpr_search {
padding: 10px !important;
}
.wpr_search .wpr-search-field {
padding: 5px !important;
border: 1px solid #ccc;
max-width: 100%;
width: 100%;
}
#wprmenu_bar .wprmenu_icon_menu {
color: #f2f2f2;
margin-right: 5px;
}
#wprmenu_bar .wprmenu_icon {
width: 20px;
height: 22px;
overflow: hidden;
float: left;
margin-right: 16px;
padding-top: 2px;
position: relative;
}
#wprmenu_bar .wprmenu_icon span {
-webkit-transition: all .01s ease-in-out;
-moz-transition: all .01s ease-in-out;
-o-transition: all .01s ease-in-out;
-ms-transition: all .01s ease-in-out;
transition: all .01s ease-in-out;
display: block;
position: absolute;
width: 20px;
height: 4px;
left: 0px;
background: #f2f2f2;
}
#wprmenu_bar .wprmenu_ic_1 {
top: 0px;
}
#wprmenu_bar .wprmenu_ic_2 {
top: 7px;
}
#wprmenu_bar .wprmenu_ic_3 {
top: 14px;
}
#wprmenu_bar.menu_is_opened .wprmenu_ic_1 {
top: -10px;
}
#wprmenu_bar.menu_is_opened .wprmenu_ic_2 {
top: 9px!important;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
zoom: 1;
}
#wprmenu_bar.menu_is_opened .wprmenu_ic_3 {
top: 9px!important;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
zoom: 1;
}
body {
position: relative!important;
}
#wprmenu_menu.top {
top: 0px;
left: 0px;
width: 100%;
display: none;
position: relative;
z-index: 9999;
}
#wprmenu_menu.left, #wprmenu_menu.right {
display: none;
position: absolute;
position: fixed;
top: 0px;
height: 100%;
z-index: 97;
overflow-x: none;
overflow-y: auto;
background: #2E2E2E;
top: 42px;
padding-bottom: 43px;
}
body.admin-bar #wprmenu_bar {
top: 32px;
padding-bottom: 33px;
}
body.admin-bar #wprmenu_menu.left, body.admin-bar #wprmenu_menu.right {
top: 74px;
padding-bottom: 75px;
}
@media only screen and (max-width: 782px) {
body.admin-bar #wprmenu_menu.left, body.admin-bar #wprmenu_menu.right {
top: 86px;
padding-bottom: 87px;
}
body.admin-bar #wprmenu_bar {
top: 46px;
}
}
#wprmenu_menu ul {
margin: 0px;
padding: 0px;
display: block;
width: 100%;
position: relative;
list-style: none;
}
#wprmenu_menu ul li {
display: block;
list-style: none;
}
#wprmenu_menu ul li a, #wprmenu_menu ul li a:hover {
border-bottom: 1px solid #131212;
border-top: 1px solid #474747;
display: block;
color: #D3D3D3;
padding: 13px 14px;
font-size: 14px;
margin: 0px;
text-decoration: none;
}
#wprmenu_menu.wprmenu_levels ul li {
display: block;
overflow: hidden;
border-bottom: 1px solid #131212;
border-top: 1px solid #474747;
width: 100%;
position: relative;
}
#wprmenu_menu.wprmenu_levels ul li a {
float: left;
border: none;
width: 100%;
}
#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
border-left: 1px solid #474747;
margin-left: 44px;
}
#wprmenu_menu .wprmenu_icon_par {
position: relative;
display: block;
color: #CFCFCF;
width: 46px;
padding: 13px 14px 10px 14px;
cursor: pointer;
float: left;
position: absolute;
top: 0px;
left: 0px;
}
#wprmenu_menu .wprmenu_no_border_bottom {
border-bottom: none!important;
}
#wprmenu_menu.wprmenu_levels ul li ul {
border-top: 1px solid #131212;
}
#wprmenu_menu.wprmenu_levels ul li ul li {
padding-left: 44px;
}
#wprmenu_menu.wprmenu_levels ul li ul li ul li {
padding-left: 88px;
}
#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li {
padding-left: 132px;
}
#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li ul li {
padding-left: 176px;
}
#wprmenu_menu.wprmenu_levels ul li ul li.wprmenu_parent_item_li {
padding-left: 0px;
}
#wprmenu_menu.wprmenu_levels ul li ul li.wprmenu_parent_item_li .wprmenu_icon_par {
margin-left: 44px;
}
#wprmenu_menu.wprmenu_levels ul li ul li.wprmenu_parent_item_li a.wprmenu_parent_item {
margin-left: 88px;
}
#wprmenu_menu.wprmenu_levels ul li ul li ul li.wprmenu_parent_item_li {
padding-left: 0px;
}
#wprmenu_menu.wprmenu_levels ul li ul li ul li.wprmenu_parent_item_li .wprmenu_icon_par {
margin-left: 88px;
}
#wprmenu_menu.wprmenu_levels ul li ul li ul li.wprmenu_parent_item_li a.wprmenu_parent_item {
margin-left: 132px;
}
#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li.wprmenu_parent_item_li {
padding-left: 0px;
}
#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li.wprmenu_parent_item_li .wprmenu_icon_par {
margin-left: 132px;
}
#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li.wprmenu_parent_item_li a.wprmenu_parent_item {
margin-left: 176px;
}
#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li ul li.wprmenu_parent_item_li {
padding-left: 0px;
}
#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li ul li.wprmenu_parent_item_li .wprmenu_icon_par {
margin-left: 176px;
}
#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li ul li.wprmenu_parent_item_li a.wprmenu_parent_item {
margin-left: 220px;
}
.icon_default.wprmenu_icon_par:before {
content: "t";
}
.icon_default.wprmenu_par_opened:before {
content: "o";
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTYnF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSonF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}
body {
position: relative;
}
.ie8 body {
min-width: 980px;
}
@media (max-width: 767px) {
body.cherry-fixed-layout {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (max-width: 767px) {
body.cherry-fixed-layout .header, body.cherry-fixed-layout .content-holder, body.cherry-fixed-layout .footer {
padding-left: 20px;
padding-right: 20px;
}
}
a {
outline: none;
}
a:focus {
outline: none;
}
.main-holder {
position: relative;
z-index: 1;
}
.cherry-fixed-layout .main-holder {
margin: 0 auto;
max-width: 980px;
width: auto;
background: #fafafa;
}
@media (min-width: 1200px) {
.cherry-fixed-layout .main-holder {
max-width: 1210px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.cherry-fixed-layout .main-holder {
max-width: 764px;
}
}
.header {
position: relative;
z-index: 99;
padding: 30px 0;
border-bottom: 1px solid #DDD;
background-color: #eee;
}
.logo {
position: relative;
z-index: 99;
}
@media (min-width: 768px) and (max-width: 979px) {
.logo {
width: 60%;
}
}
.logo_h__txt {
margin: 0;
}
.logo_link {
color: #049cdb;
text-decoration: none;
}
.logo_link:hover {
text-decoration: none;
}
.logo_tagline {
text-transform: uppercase;
font-size: 10px;
}
.search-form form {
position: relative;
}
.search-form_it {
vertical-align: top;
}
.search-form_is {
vertical-align: top;
}
@media (min-width: 768px) and (max-width: 979px) {
.sidebar .search-form_it {
width: 130px;
}
}
.nav__primary {
position: relative;
z-index: 2;
}
.sf-menu, .sf-menu * {
margin: 0;
padding: 0;
list-style: none;
}
.sf-menu {
line-height: 1.0;
}
.sf-menu ul {
display: none;
position: absolute;
top: -999em;
width: 10em;
}
.sf-menu ul li {
width: 100%;
}
.sf-menu li:hover {
visibility: inherit;
}
.sf-menu li {
position: relative;
float: left;
}
.sf-menu a {
position: relative;
display: block;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
top: 100%;
left: 0;
z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
top: 0;
left: 100%;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
top: 0;
left: 10em;
}
.sf-menu {
float: right;
}
.sf-menu > li {
background: #ddd;
text-align: center;
}
.sf-menu > li > a {
padding: 10px 12px;
border-top: 1px solid #DDD;
border-left: 1px solid #fff;
color: #13a;
text-decoration: none;
}
.sf-menu li .desc {
display: block;
font-size: 0.9em;
}
.sf-menu li li {
background: #AABDE6;
}
.sf-menu li li a {
padding: 10px 12px;
border-top: 1px solid #DDD;
border-left: 1px solid #fff;
color: #13a;
text-decoration: none;
}
.sf-menu > li > a:hover, .sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a {
background: #CFDEFF;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a, .sf-menu li li.current_page_item > a {
background: #CFDEFF;
}
.sf-menu a.sf-with-ul {
padding-right: 2.25em;
min-width: 1px;
}
.sf-sub-indicator {
position: absolute;
top: 1.05em;
right: .75em;
display: block;
overflow: hidden;
width: 10px;
height: 10px;
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/arrows-ffffff.png) no-repeat -10px -100px;
text-indent: -999em;
}
a > .sf-sub-indicator {
background-position: 0 -100px;
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
background-position: -10px -100px;
}
.sf-menu ul .sf-sub-indicator {
background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
background-position: 0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0;
}
@media (max-width: 767px) {
.sf-menu {
display: none;
}
}
.select-menu {
display: none;
border: 1px solid #DDD;
background-color: #e4e4e4;
width: 100%;
height: 30px;
padding: 5px;
margin: 0;
cursor: pointer;
outline: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.select-menu:focus {
border-color: #DDD;
}
.select-menu option {
padding: 5px;
cursor: pointer;
}
.select-menu option.main_item {
font-weight: bold;
}
.slider {
position: relative;
z-index: 1;
overflow: hidden;
margin: 0;
padding: 0;
}
.accordion {
position: relative;
}
.accordion >ul {
margin: 0;
display: none;
visibility: hidden;
position: relative;
z-index: 1;
}
.accordion >ul >li .max_height {
max-height: 500px;
}
.accordion >ul >li .accordion_caption {
position: absolute;
bottom: 0;
width: 100%;
min-height: 50px;
padding: 15px;
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/black-opacity-60.png);
}
.accordion >ul >li .accordion_caption h2 {
color: #FFF;
}
@media (max-width: 768px) {
.accordion >ul >li .accordion_caption {
display: none;
}
}
.accordion .accordion_loader {
z-index: 0;
top: 50%;
left: 50%;
margin: -18px 0 0 -18px;
width: 36px;
height: 36px;
position: absolute;
}
.content-holder {
position: relative;
z-index: 1;
padding-bottom: 50px;
}
#content {
padding-top: 40px;
}
#content.left {
position: relative;
z-index: 9;
float: right !important;
margin-bottom: 40px;
}
.isStuck {
-webkit-transform: translateZ(0);
}
.title-section {
padding: 70px 0 0;
}
.title-header {
overflow: hidden;
margin-bottom: 1.5em;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
}
.title-desc {
display: block;
color: #999;
font-size: 11px;
}
.breadcrumb__t {
margin: 0;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
}
.breadcrumb__t li {
display: inline;
}
.breadcrumb__t li.divider {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.breadcrumb__t li.divider:after {
content: ' / ';
color: #333333;
font: 12px/18px Arial, Helvetica, sans-serif;
}
#sidebar {
padding-top: 40px;
}
#sidebar h3 {
margin-bottom: 20px;
}
.testimonial {
position: relative;
margin-bottom: 35px;
padding: 30px;
border: 1px solid #DDD;
background: #f5f5f5;
font-style: italic;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 1.5em;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.testimonial_bq {
margin: 0;
padding: 0;
border: none;
}
.testimonial_content {
overflow: hidden;
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/quotes.png) no-repeat 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
.testimonial .featured-thumbnail {
width: 80px;
height: 80px;
}
}
.testimonial small {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
padding: 12px 0 0;
font-size: 10.2px;
}
.testimonial small span {
display: inline;
}
.testimonial .testi-url, .testimonial .testi-email {
font-style: normal;
}
@media (min-width: 768px) and (max-width: 979px) {
.testimonial {
padding: 15px;
background-position: 150px 10px;
}
}
@media (max-width: 767px) {
.testimonial {
padding: 15px;
background-position: 150px 10px;
}
}
#primary {
padding-top: 40px;
}
.entry-content {
overflow: hidden;
}
.entry-meta.float-right {
float: right;
}
.portfolio-meta {
margin: 0;
padding: 1em 0;
border: none;
border-top: 1px solid #DDD;
}
.portfolio-meta span {
display: inline-block;
line-height: 20px;
padding-right: 15px;
}
@media (max-width: 767px) {
.portfolio-meta span {
display: block;
}
}
.portfolio-meta i {
font-size: 16px;
margin-right: .5em;
color: #999;
}
.portfolio-meta i.icon-tag {
margin-right: .3em;
}
.portfolio-meta-list {
margin: 0 0 2em 0;
padding: 1em 0;
border: none;
border-top: 1px solid #DDD;
border-bottom: 1px solid #DDD;
}
.portfolio-meta-list li {
margin: .5em 0 0 0;
padding: 0;
border: none;
background: none;
list-style-type: none;
text-transform: none;
}
.portfolio-meta-list li:first-child {
margin-top: 0;
}
.portfolio-meta-list li strong {
display: inline;
padding-right: .3em;
}
.image-holder {
position: relative;
}
.image-holder img {
max-width: 100%;
}
.grid_gallery {
margin-bottom: -1px;
position: relative;
overflow: hidden;
padding: 0;
}
.grid_gallery_inner {
position: relative;
overflow: hidden;
width: 100%;
}
.grid_gallery_inner.isotope .gallery_item {
padding: 0;
}
.grid_gallery_inner.isotope .gallery_item a {
position: relative;
padding: 1px;
}
.gallery_item {
float: left;
width: 33%;
margin: 0;
padding: 0 1px 1px 0;
}
.gallery_item.featured-thumbnail {
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.single-gallery-item {
margin: 0 !important;
}
.zoom-icon {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
background: rgba(0,0,0,0.4);
opacity: 0;
cursor: pointer;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.no-rgba .zoom-icon {
visibility: hidden;
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/black-opacity-60.png);
}
.zoom-icon:before {
position: absolute;
top: 50%;
left: 50%;
display: block;
margin: -13px 0 0 -13px;
width: 25px;
height: 26px;
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/magnify-alt.png) 50% 50% no-repeat;
content: "";
}
.featured-thumbnail a:hover .zoom-icon, a.thumbnail:hover .zoom-icon, .thumbnail__portfolio a:hover .zoom-icon {
opacity: 1;
}
.no-rgba .image-wrap:hover .zoom-icon, .featured-thumbnail a:hover .zoom-icon, a.thumbnail:hover .zoom-icon, .thumbnail__portfolio a:hover .zoom-icon {
visibility: visible;
}
.filter-wrapper strong {
display: block;
padding: 8px 0;
margin-right: 5px;
float: left;
}
.filter-wrapper .nav {
overflow: hidden;
}
.nav-pills {
float: left;
}
@media (max-width: 480px) {
.nav-pills li {
float: none;
}
}
.nav-pills li a {
white-space: nowrap;
}
@media (max-width: 480px) {
.nav-pills li a {
display: block;
padding: 5px;
}
}
.filterable-portfolio {
position: relative;
visibility: hidden;
overflow: hidden;
margin: 0 -10px;
}
.filterable-portfolio .portfolio_item {
display: block;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0 0 20px 0;
padding: 0 10px;
width: 0;
}
.filterable-portfolio .portfolio_item.nomargin {
margin-right: 0;
}
.filterable-portfolio .portfolio_item_holder {
overflow: hidden;
}
.filterable-portfolio .image-wrap {
position: relative;
display: block;
overflow: hidden;
}
.filterable-portfolio .image-wrap:before {
top: 50%;
left: 50%;
margin: -16px 0 0 -16px;
z-index: -1;
}
.filterable-portfolio .folio_loader {
top: 50%;
left: 50%;
margin: -10px 0 0 -10px;
z-index: -1;
}
.thumbnail__portfolio {
margin: 0;
}
.video_preview.featured-thumbnail {
margin: 0 0 10px 0;
padding: 0px;
width: 100%;
}
.video_preview >div {
padding: 4px;
}
.video_preview a[rel="author"] {
display: inline-block;
}
.video_preview .post_author {
display: block;
}
.video_preview .post_date {
display: block;
}
.video_preview img {
width: 100%;
}
.video_preview span.hover {
position: absolute;
top: 50%;
left: 50%;
margin: -41px 0 0 -35px;
font-size: 80px;
color: #FFF;
text-decoration: none;
opacity: 0.8;
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.video_preview a:hover span.hover {
opacity: 1;
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
transform: rotateY(360deg);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.video_preview h4 {
padding: 0 0 7px 5px;
border-bottom: 1px solid #DDD;
}
.video_preview .post_author {
float: left;
padding: 0 0 5px 5px;
}
.video_preview .post_date {
float: right;
padding: 0 5px 5px 0;
}
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
z-index: 1;
pointer-events: none;
}
.isotope, .isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: top, left, opacity;
transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
.post-author {
margin-bottom: 60px;
padding: 10px 20px 15px 20px;
border: 1px solid #DDD;
background-color: #FAFAFA;
}
.post-author_h {
margin-bottom: 20px;
}
.post-author_link {
margin-top: 1.5em;
}
.post-author_gravatar {
float: left;
margin: 0 20px 0 0;
}
.post-author_gravatar img {
padding: 5px;
border: 1px solid #DDD;
background: #fff;
}
.post-author .post-author_desc {
overflow: hidden;
margin-top: 1em;
}
.post-author .post-author_desc .post-author_link {
font-size: 15px;
}
#recent-author-posts {
margin-bottom: 3em;
}
@media (min-width: 768px) and (max-width: 979px) {
.team-holder .featured-thumbnail {
width: 80px;
height: 80px;
}
}
@media (max-width: 767px) {
.team-holder .featured-thumbnail {
width: 80px;
height: 80px;
}
}
.team-holder .team-content {
overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
.team-holder .team-content {
overflow: visible;
}
}
@media (max-width: 767px) {
.team-holder .team-content {
overflow: visible;
}
}
.faq-list_h {
position: relative;
margin: 0;
padding: 0 0 5px 28px;
background: none;
font-weight: normal;
}
.faq-list_body {
position: relative;
margin: 0 0 2em 0;
padding: 0 0 0 28px;
}
.faq-list_body .marker {
top: 3px;
}
.faq-list .marker {
position: absolute;
top: 0;
left: 0;
display: block;
font-weight: bold;
margin: 0;
}
.error404-holder {
padding: 30px 0 100px 0;
}
.error404-holder_num {
text-align: center;
font-size: 250px;
line-height: 1.2em;
}
@media (max-width: 480px) {
.error404-holder_num {
font-size: 120px;
}
}
.error404-holder .hgroup_404 {
margin: 0 0 2em 0;
padding-top: 50px;
}
.error404-holder .hgroup_404 h1 {
margin-bottom: .2em;
font-size: 3em;
}
.post__holder {
overflow: hidden;
margin-bottom: 0px;
}
.post__holder.single-post {
overflow: hidden;
margin-bottom: 30px;
width: 100%;
}
.post__holder .post-header .post-title {
margin-bottom: 30px;
}
.post__holder .featured-thumbnail.large {
margin-bottom: 35px;
}
.post__holder .post_content {
padding-bottom: 20px;
}
.post__holder .post_content h1, .post__holder .post_content h2, .post__holder .post_content h3, .post__holder .post_content h4, .post__holder .post_content h5, .post__holder .post_content h6 {
margin: 5px 0 15px 0;
}
.post__holder .post_content p {
margin: 0 0 15px;
}
.post-title {
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
}
@media (max-width: 480px) {
.post .featured-thumbnail {
width: 120px;
height: auto;
}
}
@media (max-width: 480px) {
.post .featured-thumbnail.large {
width: auto;
}
}
.post_content {
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
padding-bottom: 20px;
}
.post_content .excerpt, .post_content .full-post-content {
margin-bottom: 1.5em;
}
.post_footer {
clear: both;
padding: 15px 0 0 0;
}
.post_wrapper {
margin-bottom: 40px;
}
.post_meta {
overflow: hidden;
margin-bottom: 1em;
padding: .5em 0;
border-top: 1px solid #DDD;
border-bottom: 1px solid #DDD;
font-size: .92em;
}
.post_meta div[class^="post_"] {
display: inline-block;
line-height: 20px;
padding: 2px 5px;
}
@media (max-width: 767px) {
.post_meta div[class^="post_"] {
display: block;
}
}
.post_meta div[class^="post_"] .not_voting {
cursor: default;
color: inherit;
}
.post_meta div[class^="post_"] .not_voting span {
color: inherit;
}
.post_meta div[class^="post_"] .ajax_voting {
color: inherit;
}
.post_meta div[class^="post_"] .ajax_voting span {
color: inherit;
}
.post_meta div[class^="post_"] .user_voting {
cursor: default;
}
.post_meta div[class^="post_"] .user_voting i, .post_meta div[class^="post_"] .user_voting span {
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-out;
}
.post_meta div[class^="post_"] .user_like {
cursor: default;
}
.post_meta div[class^="post_"] .user_like i, .post_meta div[class^="post_"] .user_like span {
color: #2ecc71;
}
.post_meta div[class^="post_"] .user_like i {
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-out;
}
.post_meta div[class^="post_"] .user_dislike {
cursor: default;
}
.post_meta div[class^="post_"] .user_dislike i, .post_meta div[class^="post_"] .user_dislike span {
color: #e74c3c;
}
.post_meta div[class^="post_"] .user_dislike i {
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-out;
}
.post_meta div[class^="post_"] .animation_item {
position: absolute;
top: 0px;
right: 0px;
}
.post_meta div[class^="post_"] a {
text-transform: capitalize;
}
.post_meta>div.post_meta_unite {
display: block;
border-top: 1px solid #DDD;
padding-top: .5em;
margin-top: .5em;
}
.post_meta>div.post_meta_unite:first-child {
border-top: none;
margin-top: 0;
padding-top: 0;
}
.post_meta .post_permalink {
float: right;
padding-right: 0;
}
@media (max-width: 767px) {
.post_meta .post_permalink {
float: left;
}
}
.post_meta span.voting_count {
padding-right: 0;
position: relative;
}
.post_meta i {
font-size: 16px;
margin-right: 0em;
padding-right: 0.5em;
color: #999;
}
.post_meta .pull-right {
padding-right: 0;
padding-left: 15px;
}
.post_meta hr {
margin: .5em 0;
}
.post_meta .post_dislike a, .post_meta .post_like a {
text-decoration: none;
}
.meta_type_icon > div.post_meta_unite {
display: inline-block;
float: left;
border-top: none;
padding: 0 0 0em;
margin-top: 0;
}
.meta_type_icon > div.post_meta_unite div[class^="post_"] {
float: left;
width: 15px;
text-align: center;
padding: 0 7px 25px;
margin-bottom: -25px;
}
.meta_type_icon > div.post_meta_unite div[class^="post_"] i {
margin-right: 0;
padding-right: 10px;
width: 15px;
text-align: center;
display: inline-block;
}
.meta_type_icon > div.post_meta_unite div[class^="post_"] .tips {
margin-left: -5px;
margin-top: 10px;
padding: 2px 7px;
position: absolute;
background: #eaeaea;
color: #000;
min-width: 10px;
border-radius: 5px;
visibility: hidden;
animation: tips_out 0.3s ease-out;
animation-fill-mode: forwards;
-webkit-animation: tips_out 0.3s ease-out;
-webkit-animation-fill-mode: forwards;
}
.meta_type_icon > div.post_meta_unite div[class^="post_"] .tips:before {
background: transparent;
content: " ";
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 7px 7px 7px;
border-color: transparent transparent #EAEAEA transparent;
position: absolute;
margin: -19px 0 0 5px;
padding-top: 10px;
color: #eaeaea;
left: 0;
}
.meta_type_icon > div.post_meta_unite div[class^="post_"]:hover .tips {
visibility: visible;
margin-top: 15px;
animation: tips_in 0.3s ease-out;
animation-fill-mode: backwards;
-webkit-animation: tips_in 0.3s ease-out;
-webkit-animation-fill-mode: backwards;
}
@media (max-width: 768px) {
.post_meta .post_meta_unite {
border-top: 1px solid #DDD;
display: block;
padding: .5em 0;
width: auto;
border-left: none;
overflow: hidden;
box-sizing: inherit;
float: none;
}
.post_meta .post_meta_unite:first-child {
border-top: none;
padding-top: 0;
}
.post_meta .post_meta_unite.last-child {
padding-bottom: 0;
}
.meta_type_icon .post_meta_unite span {
padding-right: 15px;
text-align: left;
float: none;
width: 100%;
}
.meta_type_icon .post_meta_unite span .tips {
position: absolute;
display: inline-block;
visibility: visible;
margin: 0;
-webkit-animation: none;
animation: none;
padding: 0;
background: none;
}
.meta_type_icon .post_meta_unite span .tips:before {
display: none;
}
.meta_type_icon .post_meta_unite span:hover .tips {
margin: 0;
animation: none;
-webkit-animation: none;
}
}
@keyframes tips_in {
0% {
visibility:visible;
pointer-events:none;
opacity:0;
margin-top:25px;
}
100% {
opacity:1;
margin-top:15px;
}
}
@-webkit-keyframes tips_in {
0% {
visibility:visible;
pointer-events:none;
opacity:0;
margin-top:25px;
}
100% {
opacity:1;
margin-top:15px;
}
}
@keyframes tips_out {
0% {
visibility:visible;
pointer-events:none;
opacity:1;
margin-top:15px;
}
100% {
visibility:hidden;
margin-top:40px;
opacity:0;
}
}
@-webkit-keyframes tips_out {
0% {
visibility:visible;
pointer-events:none;
opacity:1;
margin-top:15px;
}
100% {
visibility:hidden;
margin-top:40px;
opacity:0;
}
}
.sticky {
position: relative;
z-index: 9;
overflow: visible;
}
.quote-wrap {
margin-bottom: 25px;
}
.format-quote .post_meta {
padding-top: 25px;
}
.format-quote blockquote {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15px;
line-height: 1.4em;
font-style: italic;
color: #999;
font-weight: normal;
margin-bottom: 10px;
padding: 10px 0 10px 25px;
}
.format-quote cite {
padding-left: 30px;
margin-bottom: 20px;
}
p.gravatar {
float: left;
margin-right: 20px;
}
.related-posts {
overflow: hidden;
margin: 0 0 45px;
padding: 0;
}
.related-posts_h {
margin-bottom: 20px;
}
.related-posts_list {
padding: 0;
margin: 0 0 0 -4%;
font-size: 0;
}
.related-posts_item {
display: inline-block;
width: 21%;
margin-left: 4%;
margin-bottom: 20px;
padding: 0;
list-style-type: none;
overflow: hidden;
vertical-align: top;
font-size: 12px;
}
.related-posts .featured-thumbnail {
float: none;
overflow: visible;
margin: 0 0 10px 0;
}
@media (max-width: 480px) {
.related-posts_item {
width: 46%;
}
}
.share-buttons {
margin-bottom: 45px;
padding: 10px 0;
width: 100%;
height: 21px;
}
.share-buttons span, .share-buttons li {
display: block;
float: left;
width: 90px;
}
.share-buttons span.google, .share-buttons li.google {
width: 68px;
}
.share-buttons iframe {
max-width: none;
}
@media (max-width: 480px) {
.share-buttons {
display: none;
}
}
.single-pager {
margin: 10px 0 30px;
padding: 5px 0;
border-top: 1px solid #DDD;
border-bottom: 1px solid #DDD;
font-size: 11px;
}
.g-pagination {
overflow: hidden;
text-align: left;
}
.g-pagination ul {
overflow: hidden;
margin: 0;
padding: .5em 0;
list-style-type: none;
}
.g-pagination ul li {
display: inline;
margin: 0;
padding: 0 5px 0 0;
}
.g-pagination ul li a {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 5px;
background: #000;
vertical-align: top;
text-decoration: none;
font-size: 0;
line-height: 0;
}
.g-pagination ul li.activeSlide a, .g-pagination ul li a:hover {
background: #999;
}
.g_controls {
float: right;
}
.g_controls a {
display: inline-block;
border-radius: 4px;
background: #000;
color: #fff;
vertical-align: top;
text-decoration: none;
font-size: 11px;
font-family: "Times New Roman", Times, serif;
}
.g_controls a span {
display: inline-block;
padding: 2px 6px 4px 6px;
}
.g_controls a:hover {
background: #999;
}
.pagination__posts {
margin: 0;
text-align: center;
}
.blog .isotope {
margin: 0 -5px 20px;
vertical-align: top;
height: auto;
visibility: hidden;
}
@media (max-width: 768px) {
.blog .isotope {
margin-left: -1%;
margin-right: -1%;
}
}
@media (max-width: 480px) {
.blog .isotope {
margin-left: 0;
margin-right: 0;
}
}
.blog .isotope .post_wrapper {
display: block;
float: left;
margin: 5px;
width: 306px;
}
@media (min-width: 1200px) {
.blog .isotope .post_wrapper {
width: 383px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.blog .isotope .post_wrapper {
width: 357px;
}
}
@media (max-width: 768px) {
.blog .isotope .post_wrapper {
width: 47.7%;
margin: 5px 1%;
}
}
@media (max-width: 480px) {
.blog .isotope .post_wrapper {
width: 100%;
margin: 5px 0;
}
}
.blog .isotope .post_wrapper .post_content {
padding-bottom: 10px;
}
.blog .isotope .post_wrapper .post__holder {
border: 1px solid #DDD;
padding: 6px;
border-radius: 5px;
margin-bottom: 0;
}
.blog .isotope .post_wrapper .post__holder .post_meta {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.comment-holder {
padding: 0;
margin: 0 0 20px;
}
.comments-h {
padding: 0;
margin: 0 0 3px 0;
}
.comment-list {
position: relative;
margin: 0;
padding: 0;
list-style-type: none;
}
.comment {
position: relative;
margin: 0;
padding: 0;
background: none;
list-style-type: none;
text-transform: none;
}
.comment .comment-body {
position: relative;
overflow: hidden;
margin-bottom: 15px;
padding: 20px;
border: 1px solid #DDD;
background: #f5f5f5;
zoom: 1;
}
.comment.bypostauthor .comment-body {
background: #fafafa;
}
.comment-author {
float: left;
margin: 0 20px 0 0;
}
.comment-author .author {
display: block;
padding-top: 20px;
width: 65px;
text-align: left;
text-transform: capitalize;
font-weight: bold;
font-size: 16px;
}
.comment-meta {
font-size: 16px;
float: right;
padding: 5px 0;
}
.reply {
float: right;
margin-left: 28px;
font-size: 16px;
}
.reply .comment-reply-link {
background: #c5c5c5;
color: #fff;
padding: 5px 10px;
}
.reply .comment-reply-link:hover {
color: #005580;
}
.reply a {
display: inline-block;
text-decoration: none !important;
}
.allowed_tags {
padding: 15px;
background: #eee;
color: #666;
font-size: 11px;
font-family: "Courier New", Courier, monospace;
}
.allowed_tags strong {
font-family: Tahoma, Geneva, sans-serif;
}
#respond {
padding-top: 25px;
}
#respond h3 {
margin-bottom: 30px;
}
#respond form .btn {
margin-top: 20px;
}
#respond form .comment_submit {
text-align: right;
margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
.comment-list ul.children {
margin: 0;
}
}
@media (max-width: 767px) {
.comment-list ul.children {
margin: 0;
}
}
.nocomments {
margin: 0;
}
#commentform p.field {
margin-bottom: 12px;
}
#commentform small {
color: #8b8b8b;
}
#commentform label {
display: block;
}
#commentform input[type="text"] {
margin: 0;
width: 400px;
padding: 10px;
}
#commentform textarea {
overflow: auto;
margin: 0;
min-width: 100%;
min-height: 180px;
max-width: 530px;
width: 100%;
height: 180px;
padding: 10px;
border-color: #DDD;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.children #commentform textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
max-width: 100%;
min-width: 100px;
}
@media (min-width: 768px) and (max-width: 979px) {
#commentform textarea {
width: 100%;
max-width: 100%;
min-width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
}
@media (max-width: 767px) {
#commentform input[type="text"] {
width: 100%;
height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#commentform textarea {
width: 100%;
max-width: 100%;
min-width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
}
.widget {
margin-bottom: 30px;
}
.widget.visible-all-devices, .widget.visible-desktop, .widget.visible-tablet, .widget.visible-phone, .widget.hidden-phone, .widget.hidden-desktop, .widget.hidden-table {
position: relative;
top: 0;
left: 0;
right: auto;
width: auto;
}
#calendar_wrap {
padding: 0;
}
#wp-calendar {
width: 100%;
}
#wp-calendar td {
padding: 6px 0;
border: none;
text-align: center;
}
#wp-calendar caption {
margin-bottom: 5px;
padding: 4px 0;
color: #0088cc;
font-weight: bold;
font-size: 16px;
text-align: center;
}
#wp-calendar thead th {
padding: 7px 0;
color: #0088cc;
text-align: center;
font-size: 14px;
}
#wp-calendar #prev {
text-align: left;
}
#wp-calendar #next {
text-align: right;
}
.textwidget {
word-wrap: break-word;
}
.comments-custom li {
overflow: hidden;
margin: 0;
padding: 25px 0 25px 0;
border-bottom: none;
background: none;
}
.comments-custom li:first-child {
padding-top: 0;
border-top: none;
}
.comments-custom_txt {
padding: 7px 0 0 0;
border-top: 1px solid #DDD;
margin-top: 7px;
}
.comments-custom_txt a {
text-decoration: none;
}
.comments-custom_txt a:hover {
text-decoration: underline;
}
.comments-custom_h_title, .comments-custom_h_author {
margin-bottom: 5px;
margin-top: 0px;
}
.comments-custom_h_author:first-letter {
text-transform: uppercase;
}
.comments-custom i {
font-size: 16px;
margin-right: .5em;
color: #999;
float: left;
min-width: 15px;
text-align: center;
}
.comments-custom .ladle {
float: left;
padding-right: 5px;
}
.comments-custom .meta_format {
margin-top: 2px;
font-size: 14px;
}
.post-list li {
overflow: hidden;
padding-top: 1.5em;
padding-bottom: 1.5em;
}
.post-list li:first-child {
padding-top: 0;
border: none;
}
.post-list .excerpt {
margin-bottom: 1em;
}
.flickr_li {
vertical-align: top;
}
.flickr_li .thumbnail {
position: relative;
margin: 0 0 6px 0;
display: inline-block;
}
.flickr_li:nth-child(3n-2) {
margin-left: 0;
}
.flickr_li.nomargin {
margin-left: 0;
}
.ie8 .flickr_li.nomargin {
margin-left: 0;
}
.ie8 .flickr_li img {
height: 60px;
}
@media (min-width: 768px) and (max-width: 979px) {
.flickr_li .thumbnail {
display: block;
}
}
@media (max-width: 767px) {
.flickr_li {
float: left !important;
width: auto !important;
margin: 0 14px 14px 0;
}
.flickr_li .thumbnail {
display: block;
float: left;
}
}
.banners_li {
float: left;
margin: 0 3px 3px 0;
}
.banners_img {
width: 125px;
height: auto;
}
.vcard span {
display: block;
}
.vcard .meta_format {
margin-top: 2px;
font-size: 12px;
}
.vcard .meta_format i {
font-size: 14px;
margin-right: .5em;
color: #999;
float: left;
min-width: 15px;
text-align: center;
margin-top: 1px;
}
.vcard .ladle {
padding-right: 5px;
font-weight: normal;
}
.vcard .ladle, .vcard .ladle+span {
display: inline-block;
}
.dark_background {
background-color: #333;
padding: 10px;
}
iframe .uiHeader h3 {
color: #fff;
}
.social {
margin: 0;
}
.social_link {
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
display: inline-block;
}
.social_link:hover {
opacity: 0.5;
filter: alpha(opacity=50);
}
.social_ico {
display: inline-block;
vertical-align: top;
}
.social_label {
display: inline-block;
vertical-align: top;
}
.social__row li {
float: left;
margin-left: 5px;
}
.social__row li:first-child {
margin-left: 0;
}
.social__row a {
float: left;
}
.social__list li {
margin-bottom: 5px;
}
.social__list a:hover {
text-decoration: none;
}
.recent-posts {
overflow: hidden;
margin: 0 0 0 -20px !important;
padding: 0;
border: none;
}
.recent-posts_li {
margin: 0 0 20px 20px;
padding: 0;
border: none;
background: none;
list-style-type: none;
}
.recent-posts_li .featured-thumbnail {
float: left;
margin: 0 20px 0 0;
}
.recent-posts_li h5 {
margin-bottom: 0;
font-size: 1em;
}
.recent-posts_li .excerpt {
margin-bottom: 1.5em;
}
.recent-posts_li .meta {
display: block;
overflow: hidden;
margin-bottom: .5em;
color: #888;
text-transform: uppercase;
font-size: 10px;
}
.recent-posts_li .post-date {
float: left;
}
.recent-posts_li .post-comments {
float: right;
}
.recent-posts .format-image {
float: left;
margin: 0 20px 20px 0;
}
.recent-posts .format-audio {
margin-bottom: 2em;
}
.recent-posts .format-audio .audio-wrapper {
margin-bottom: .5em;
}
.recent-posts .format-video {
float: left;
width: 300px;
}
.popular-posts li {
overflow: hidden;
margin: 0;
padding: 0 0 20px 0;
}
.posts-grid {
margin: 0;
}
.posts-grid li {
margin-bottom: 25px;
}
.posts-grid li .featured-thumbnail {
margin: 0;
}
.posts-grid li .featured-thumbnail img {
width: 100%;
}
.posts-grid .post_meta span[class^="post_"] {
margin-right: 10px;
}
.mini-posts-grid {
margin: 0;
}
.mini-posts-grid li {
margin: 0 5px 5px 0;
padding: 0;
border: none;
background: none;
float: left;
}
.mini-posts-grid .featured-thumbnail {
margin: 0;
}
.mini-posts-grid li.small {
width: 120px;
height: 120px;
}
.mini-posts-grid li.smaller {
width: 100px;
height: 100px;
}
.mini-posts-grid li.smallest {
width: 70px;
height: 70px;
}
.mini-posts-grid li.small img {
width: 100%;
height: auto;
}
.mini-posts-grid.grid-align-center {
text-align: center;
font-size: 0;
line-height: 0;
}
.mini-posts-grid.grid-align-center li {
float: none;
display: inline-block;
}
.mini-posts-grid.grid-align-right li {
float: right;
}
.mini-posts-list {
margin: 0 0 25px;
padding: 0;
}
.mini-post-holder {
list-style-type: none;
padding: 15px 0 0;
margin: 0 0 9px;
border-top: 1px solid #DDD;
}
.mini-post-holder:first-child {
border: none;
padding: 5px 0 0;
}
.mini-post-holder .small {
width: 110px;
height: 110px;
}
.mini-post-holder .smaller {
width: 90px;
height: 90px;
}
.mini-post-holder .smallest {
width: 60px;
height: 60px;
}
.mini-post-holder .small img {
width: 100%;
height: auto;
}
.mini-post-content {
overflow: hidden;
}
.mini-post-meta time {
font-size: 11px;
line-height: 1.2;
}
.recent-comments li {
margin: 0;
padding: 0 0 .5em 0;
border: none;
}
.service-box {
overflow: hidden;
min-height: 20px;
padding: 19px;
margin-bottom: 0;
background-color: #f5f5f5;
border: 1px solid #DDD;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.service-box .icon {
float: left;
margin: 0 10px 10px 0;
}
.service-box h2 {
overflow: hidden;
margin: 0;
}
.service-box h5 {
overflow: hidden;
margin: 0 0 25px;
}
.service-box_txt {
margin-bottom: 20px;
}
.service-box .btn-align {
text-align: right;
}
.service-box__call {
color: #fff;
background-color: #0c6abd;
background-image: -moz-linear-gradient(top, #037cc7, #1950af);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#037cc7), to(#1950af));
background-image: -webkit-linear-gradient(top, #037cc7, #1950af);
background-image: -o-linear-gradient(top, #037cc7, #1950af);
background-image: linear-gradient(to bottom, #037cc7, #1950af);
background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff037cc7', endColorstr='#ff1950af', GradientType=0);
}
.service-box__call h2 {
float: left;
width: 75%;
color: #fff;
margin: 10px 0 0;
}
.service-box__call .btn-align {
padding: 0;
width: 25%;
float: right;
}
.carousel-cycle {
position: relative;
overflow: hidden;
}
.post-cycle {
width: 100%;
height: 380px;
overflow: hidden;
}
.post-cycle_item {
display: none;
overflow: hidden;
width: 100%;
height: 100%;
}
.post-cycle_item:first {
display:block;
}
.post-cycle_item .feature-thumbnail {
float: none;
margin: 0 0 15px 0;
}
.post-cycle_item .feature-thumbnail img {
float: none;
}
.post-controls {
overflow: hidden;
padding-top: 10px;
text-align: center;
}
.post-controls li {
display: inline;
margin: 0;
padding: 0 5px 0 0;
}
.post-controls li a {
display: inline-block;
width: 9px;
height: 9px;
background: #000;
vertical-align: top;
text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.post-controls li a:hover, .post-controls li.activeSlide a {
background: #999;
}
.post-controls .post-controls_link__prev {
float: left;
}
.post-controls .post-controls_link__next {
float: right;
}
.banner-wrap {
overflow: hidden;
margin: 0 0 20px;
padding: 0;
}
.banner-wrap .featured-thumbnail {
float: none;
overflow: hidden;
margin: 0 0 15px;
padding: 0;
}
.banner-wrap .featured-thumbnail a {
display: block;
float: left;
overflow: hidden;
border: 8px solid #DDD;
text-align: center;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.banner-wrap .featured-thumbnail a:hover {
border-color: #DDD;
}
.banner-wrap h5 {
margin: 0 0 8px;
color: #000;
text-transform: capitalize;
font-weight: bold;
}
.banner-wrap .btn-link {
padding: 0;
}
.testimonials .testi-item {
overflow: hidden;
margin-bottom: 2em;
padding-bottom: 2em;
background: none;
}
.testimonials .testi-item blockquote {
position: relative;
display: block;
margin: 0;
padding: 30px;
border: none;
background: #dbdbdb;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}
.testimonials .testi-item blockquote:before {
position: absolute;
bottom: -20px;
left: 30px;
display: block;
width: 0;
height: 0;
border-top: 20px solid #dbdbdb;
border-right: 0 solid transparent;
border-left: 20px solid transparent;
content: "";
}
.testimonials .testi-item blockquote:after {
position: absolute;
top: 10px;
left: 20px;
display: block;
width: 41px;
height: 38px;
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/quotes.png) 0 0 no-repeat;
content: "";
}
.testimonials .testi-item blockquote > a {
position: relative;
z-index: 2;
color: #4e4e4e;
text-decoration: none;
overflow: hidden;
vertical-align: top;
}
.testimonials .testi-item blockquote > a:hover {
color: #fff;
}
.testimonials .testi-item .featured-thumbnail {
position: relative;
z-index: 2;
margin: 0 20px 0 10px;
width: 60px;
height: 60px;
}
.testimonials .testi-item .testi-meta {
font-size: 1em;
display: block;
padding-top: 22px;
padding-left: 40px;
}
.roundabout-holder {
width: 100%;
position: relative;
overflow: hidden;
}
.roundabout-holder ul {
padding: 0;
width: 100%;
height: 250px;
background: none;
}
.roundabout-holder ul li {
overflow: hidden;
margin: 0;
padding: 0;
width: 375px;
height: inherit;
border: none;
background: none;
text-align: center;
cursor: pointer;
}
@media (max-width: 767px) {
.roundabout-holder ul li {
width: 220px !important;
}
}
@media (max-width: 480px) {
.roundabout-holder ul li {
width: 150px !important;
}
}
.roundabout-holder ul li.roundabout-in-focus {
cursor: default;
}
@media (min-width: 768px) and (max-width: 979px) {
.roundabout-holder ul {
width: 100%;
}
}
@media (max-width: 767px) {
.roundabout-holder ul {
width: 100%;
height: 150px;
}
}
@media (max-width: 480px) {
.roundabout-holder ul {
height: 120px;
}
}
.gallery {
margin: 0 auto;
}
.gallery img {
border: none !important;
}
.gallery .gallery-caption {
padding: 0;
margin: 0;
}
.gallery dl, .gallery dt {
margin: 0;
}
.gallery br+br {
display: none;
}
.site_map {
margin-bottom: 10px;
}
.site_map .icon-sitemap {
padding-right: 10px;
}
.site_map h2 {
border-bottom: 1px solid #DDD;
padding-bottom: 15px;
}
.site_map_title {
text-transform: capitalize;
}
.site_map ul {
list-style: none;
margin: 15px 0 0 5px;
}
.site_map ul li {
word-break: break-word;
padding-bottom: 5px;
}
@media (max-width: 480px) {
.site_map ul li {
float: none;
width: 100%;
padding-right: 0%;
}
}
.site_map .group {
display: inline-block;
padding-bottom: 20px;
width: 102%;
margin-left: -2%;
}
.site_map .group .grid {
width: 23%;
margin-left: 2%;
float: left;
}
@media (max-width: 480px) {
.site_map .group .grid {
float: none;
width: 100%;
margin-left: 0%;
}
}
.site_map .line {
margin-bottom: 10px;
}
.site_map .line ul li {
width: 18%;
margin-right: 2%;
display: inline-block;
vertical-align: top;
}
@media (max-width: 480px) {
.site_map .line ul li {
float: none;
width: 100%;
margin-right: 0%;
}
}
.accordion-group, .accordion-inner, .nav-tabs, .nav-tabs > .active > a {
border-color: #DDD;
}
.footer {
position: relative;
z-index: 100;
padding: 20px 0;
border-top: 1px solid #d9d9d9;
background: #eee;
}
nav.footer-nav {
float: right;
overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
nav.footer-nav {
float: none;
}
}
@media (max-width: 767px) {
nav.footer-nav {
float: none;
}
}
nav.footer-nav ul {
margin: 0;
padding: 0;
float: right;
}
@media (min-width: 768px) and (max-width: 979px) {
nav.footer-nav ul {
float: none;
text-align: center;
}
}
@media (max-width: 767px) {
nav.footer-nav ul {
float: none;
text-align: center;
}
}
nav.footer-nav ul .sub-menu {
display: none;
}
nav.footer-nav ul li {
float: left;
margin: 0;
padding-left: 15px;
list-style-type: none;
}
@media (min-width: 768px) and (max-width: 979px) {
nav.footer-nav ul li {
float: none;
display: inline;
padding: 0 10px;
}
}
@media (max-width: 767px) {
nav.footer-nav ul li {
float: none;
display: inline;
padding: 0 5px;
}
}
nav.footer-nav ul li a {
text-decoration: none;
}
nav.footer-nav ul li a:hover {
color: #00334d;
text-decoration: none;
}
nav.footer-nav ul li.current-menu-item a {
text-decoration: underline;
}
.copyright {
padding: 10px 0;
}
.footer-text {
float: left;
}
@media (max-width: 767px) {
.footer-text {
float: none;
text-align: center;
margin-bottom: 20px;
}
}
.btn [class^="icon-"], .btn [class*=" icon-"] {
background: none;
margin-right: 0.25em;
}
.btn {
outline: none;
}
.btn:focus {
outline: none;
}
.label [class^="icon-"], .label [class*=" icon-"] {
background: none;
margin-right: 0.25em;
}
.label {
white-space: normal;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
}
.label p {
margin: 0;
}
.alert p {
margin: 0;
}
.alert .close {
outline: none;
}
.alert.cf-cookie-banner-wrap {
position: fixed;
z-index: 9999;
right: 0;
left: 0;
bottom: 0;
display: block;
padding: 0;
margin: 0;
color: #fff;
background: rgba(0,0,0,0.7);
border: none;
text-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.no-rgba .alert.cf-cookie-banner-wrap {
background: #000;
}
.alert.cf-cookie-banner-wrap .container {
padding: 10px 0;
}
.alert.cf-cookie-banner-wrap .close {
color: #fff;
opacity: 0.7;
filter: alpha(opacity=70);
}
.alert.cf-cookie-banner-wrap .close:hover {
opacity: 1;
filter: alpha(opacity=100);
}
@media (max-width: 979px) and (min-width: 768px) {
.alert.cf-cookie-banner-wrap .close {
right: 0;
}
}
@media (max-width: 767px) {
.alert.cf-cookie-banner-wrap .close {
right: 0;
}
}
@media (max-width: 767px) {
.alert.cf-cookie-banner-wrap {
padding-left: 20px;
padding-right: 20px;
}
}
.alignleft {
float: left;
margin: 5px 20px 10px 0;
}
.aligntextleft {
text-align: left;
}
.alignright {
float: right;
margin: 5px 0 10px 20px;
}
.aligntextright {
text-align: right;
}
.aligncenter, div.aligncenter {
display: block;
margin: 5px auto 10px;
text-align: center;
}
.aligntextcenter {
text-align: center;
}
.alignnone {
margin: 5px 0 10px 0;
}
.thumbnail .alignnone {
margin: 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 10px 0;
}
a img.alignright {
float: right;
margin: 5px 0 10px 20px;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
a img.alignnone {
margin: 5px 0 10px 0;
}
article .post-content img {
max-width: 100%;
}
.wp-caption {
max-width: 100%;
}
.wp-caption-text {
max-width: 96%;
padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
max-width: 100%;
margin: 5px 0 10px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 10px 0;
}
.wp-caption.alignright {
margin: 5px 0 10px 20px;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
*[class*="thumbnail"] {
border-color: #DDD;
}
.featured-thumbnail {
position: relative;
float: left;
overflow: hidden;
margin: 5px 20px 10px 0;
}
.featured-thumbnail a {
position: relative;
display: block;
}
.featured-thumbnail.large {
overflow: hidden;
margin-right: 0;
margin-bottom: 1.5em;
float: none;
}
.featured-thumbnail.large img {
width: 100%;
height: auto;
}
figure.frame {
padding: 7px;
border: 1px solid #DDD;
background: #fff;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.frame img.alignleft, .frame img.alignright {
margin: 0;
padding: 0;
border: none;
}
.list > ul {
margin: 0;
}
.list.unstyled > ul li {
margin: 0 0 .5em 0;
padding: 0;
border: none;
background: none;
list-style-type: none;
}
.list.unstyled > ul li:before {
display: none;
}
.list.styled > ul {
margin: 0 0 1em 0;
}
.list.styled > ul li {
position: relative;
margin: 0 0 .5em 0;
padding: 0;
border: none;
background: none;
list-style-type: none;
}
.list li {
position: relative;
}
.list li:before {
display: inline-block;
margin-right: 5px;
width: 14px;
height: 14px;
content: attr(data-icon);
font-family: 'FontAwesome';
line-height: 14px;
speak: none;
*margin-right:.3em;
}
.list > ul li:before {
color: #999;
}
.list.check-list > ul li:before {
content: "\f00c";
}
.list.check2-list > ul li:before {
content: "\f078";
}
.list.arrow-list > ul li:before {
content: "\f054";
}
.list.arrow2-list > ul li:before {
content: "\f061";
}
.list.star-list > ul li:before {
content: "\f005";
}
.list.plus-list > ul li:before {
content: "\f067";
}
.list.minus-list > ul li:before {
content: "\f068";
}
.lightbox {
position: relative;
display: block;
}
.title-box {
margin-bottom: 1em;
}
.title-box_icon {
float: left;
margin: 0 20px 0 0;
}
.title-box_primary {
border: none;
background: none;
padding: 0;
margin: 0;
}
.title-box_secondary {
border: none;
background: none;
padding: 0;
margin: 0;
}
#back-top {
display: none;
}
#back-top-wrapper {
position: fixed;
right: 10px;
bottom: 10px;
overflow: hidden;
z-index: 99;
}
.olrk-live-chat #back-top-wrapper {
bottom: 40px;
}
#back-top a {
display: block;
width: 50px;
color: #bbb;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font: 11px/100% Arial, Helvetica, sans-serif;
-webkit-transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
transition: 1s;
}
#back-top a:hover {
color: #000;
}
#back-top a:hover span {
background-color: #333;
}
#back-top span {
display: block;
margin-bottom: 7px;
width: 50px;
height: 50px;
background: #0088cc url(//kormax.co.nz/wp-content/themes/CherryFramework/images/up-arrow.png) no-repeat center center;
-webkit-transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
transition: 1s;
}
.tabs-wrapper {
margin-bottom: 20px;
}
.dropcap {
position: relative;
display: block;
float: left;
overflow: hidden;
margin: 0 20px 20px 0;
width: 50px;
height: 50px;
background: #3A87AD;
color: #ffffff;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 36px;
line-height: 50px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.hr {
overflow: hidden;
margin: 30px 0px;
height: 1px;
background: #eee;
font-size: 0;
line-height: 0;
}
.sm_hr {
overflow: hidden;
margin: 20px 0px;
height: 1px;
background: #DDD;
font-size: 0;
line-height: 0;
}
.spacer {
overflow: hidden;
height: 30px;
font-size: 0;
line-height: 0;
}
.vertical-divider {
margin-left: 20px;
padding-left: 40px;
border-left: 1px solid #DDD;
}
.text-highlight {
padding: .25em .2em;
background-color: #FFA;
color: #666;
}
code.block {
display: block;
}
code.code-indent {
display: block;
margin: 20px 0;
}
code, pre {
margin-bottom: 20px;
}
.google-map {
position: relative;
}
.google-map:before {
z-index: -1;
top: 50%;
left: 50%;
margin: -10px 0 0 -10px;
}
.map_loader {
position: absolute;
top: 50%;
left: 50%;
margin: -16px 0 0 -16px;
z-index: -1;
}
input[type="submit"], input[type="reset"] {
vertical-align: top;
height: 28px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
outline: none;
}
select:-moz-placeholder, textarea:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="color"]:-moz-placeholder, .uneditable-input:-moz-placeholder {
color:#999;
}
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .uneditable-input:-ms-input-placeholder {
color:#999;
}
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder {
color:#999;
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .uneditable-input::-moz-placeholder {
color:#999;
opacity:1;
}
select.btn:focus, textarea.btn:focus, input[type="text"].btn:focus, input[type="password"].btn:focus, input[type="datetime"].btn:focus, input[type="datetime-local"].btn:focus, input[type="date"].btn:focus, input[type="month"].btn:focus, input[type="time"].btn:focus, input[type="week"].btn:focus, input[type="number"].btn:focus, input[type="email"].btn:focus, input[type="url"].btn:focus, input[type="search"].btn:focus, input[type="tel"].btn:focus, input[type="color"].btn:focus, .uneditable-input.btn:focus {
outline: none;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
outline: none;
}
label[for^=pwbox] {
display: inline-block;
}
.wpcf7-form p.field {
position: relative;
overflow: hidden;
margin-bottom: 15px;
vertical-align: top;
}
.wpcf7-form p.field input {
margin: 0;
padding: 6px 6px 7px 6px;
width: 100%;
height: 30px;
line-height: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-form p.field input[type="file"] {
position: relative;
cursor: pointer;
height: 25px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.wpcf7-form textarea {
overflow: auto;
margin: 0;
padding: 6px 6px 7px 6px;
width: 100%;
height: 200px;
line-height: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
resize: none;
overflow: auto;
}
.wpcf7-form .submit-wrap {
margin: 0;
padding: 0;
}
.wpcf7-form .submit-wrap input {
margin-right: 10px;
}
span.wpcf7-form-control-wrap {
display: block;
}
.wpcf7-not-valid-tip {
position: absolute;
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: 0 !important;
padding: 4px 6px !important;
width: auto !important;
height: auto !important;
background: #F2DEDE !important;
border: 1px solid #DDD !important;
color: #B94A48 !important;
-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;
}
@media (min-width: 768px) and (max-width: 979px) {
.wpcf7-not-valid-tip {
font-size: 11px !important;
}
}
div.wpcf7-response-output {
margin: 20px 0 !important;
padding: 8px 35px 8px 14px !important;
border: 1px solid #DDD !important;
background-color: #FCF8E3;
color: #C09853;
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
div.wpcf7-validation-errors {
background-color: #F2DEDE !important;
border-color: #DDD !important;
color: #B94A48 !important;
}
div.wpcf7-mail-sent-ok {
background: #DFF0D8 !important;
border: 1px solid #DDD !important;
color: #468847 !important;
}
embed, iframe, object, video {
max-width: 100%;
}
.video-wrap {
position: relative;
overflow: hidden;
margin-bottom: 1.5em;
padding-top: 30px;
padding-bottom: 56.25%;
height: 0;
}
.video-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.html5-video {
padding: 0;
height: auto;
}
.audio-wrap {
margin-bottom: 1.5em;
}
div.jp-audio, div.jp-video {
width: 100%;
color: #a7a7a7;
line-height: 2.2em;
}
div.jp-video video, div.jp-video object {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
}
div.jp-audio {
width: 100%;
}
div.jp-video.fullwidth .jp-type-list-parent {
position: relative;
overflow: hidden;
padding-bottom: 56.25%;
width: 100%;
height: 0;
}
div.jp-video.fullwidth.playlist {
padding-bottom: 0;
height: auto;
}
div.jp-video.fullwidth .jp-type-single, div.jp-video.fullwidth .jp-type-list {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
div.jp-video-full {
position: static !important;
position: relative;
width: 100%;
height: 100%;
}
div.jp-video-full div.jp-jplayer {
position: fixed;
top: 0;
left: 0;
z-index: 9999999;
overflow: hidden;
}
div.jp-video-full div.jp-gui {
position: fixed;
top: 0;
left: 0;
z-index: 9999999;
width: 100%;
height: 100%;
}
div.jp-video-full div.jp-interface {
position: absolute;
bottom: 0;
left: 0;
z-index: 1000;
}
div.jp-interface {
position: relative;
overflow: hidden;
width: 100%;
height: 35px;
border-bottom: 1px solid #4E4E4E;
-webkit-transition: opacity .5s ease-in-out, margin .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out, margin .5s ease-in-out;
-ms-transition: opacity .5s ease-in-out, margin .5s ease-in-out;
-o-transition: opacity .5s ease-in-out, margin .5s ease-in-out;
transition: opacity .5s ease-in-out, margin .5s ease-in-out;
background-color: #484747;
background-image: -moz-linear-gradient(top, #575656, #313030);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#575656), to(#313030));
background-image: -webkit-linear-gradient(top, #575656, #313030);
background-image: -o-linear-gradient(top, #575656, #313030);
background-image: linear-gradient(to bottom, #575656, #313030);
background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff575656', endColorstr='#ff313030', GradientType=0);
}
div.jp-interface li {
padding-left: 0;
}
div.jp-video div.jp-interface {
margin: 0;
opacity: 0;
filter: alpha(opacity=0);
}
div.jp-video:hover div.jp-interface {
margin: -36px 0 0;
opacity: 1;
filter: alpha(opacity=100);
}
div.jp-controls-holder {
position: absolute;
top: 7px;
left: 0;
overflow: hidden;
width: 100%;
}
div.jp-interface ul.jp-controls {
overflow: hidden;
margin: 0;
padding: 0;
list-style-type: none;
}
ul.jp-controls, div.jp-interface ul.jp-controls li {
display: inline;
float: left;
}
ul.jp-controls a, div.jp-interface ul.jp-controls li a {
display: block;
overflow: hidden;
padding-right: 2px;
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/jp_spacer.png) 100% 1px no-repeat;
text-indent: -9999px;
}
ul.jp-controls a span, div.jp-interface ul.jp-controls li a span {
display: block;
overflow: hidden;
text-indent: -9999px;
}
a.jp-play span, a.jp-pause span {
width: 28px;
height: 28px;
}
a.jp-play span {
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/jp_sprite.png) 0 0 no-repeat;
}
a.jp-play:hover span {
background-position: -28px 0;
}
a.jp-pause span {
display: none;
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/jp_sprite.png) 0 -28px no-repeat;
}
a.jp-pause:hover span {
background-position: -28px -28px;
}
a.jp-stop span, a.jp-previous span, a.jp-next span {
width: 28px;
height: 28px;
}
a.jp-stop span {
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/jp_sprite.png) 0 -56px no-repeat;
}
a.jp-stop:hover span {
background-position: -28px -56px;
}
a.jp-previous span {
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/jp_sprite.png) -56px -28px no-repeat;
}
a.jp-previous:hover span {
background-position: -84px -28px;
}
a.jp-next span {
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/jp_sprite.png) -56px 0 no-repeat;
}
a.jp-next:hover span {
background-position: -84px 0;
}
div.jp-progress {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
height: 7px;
border-bottom: 1px solid #777;
background-color: #303030;
}
div.jp-seek-bar {
width: 0;
height: 100%;
cursor: pointer;
-webkit-box-shadow: inset 0 0 2px #464444;
-moz-box-shadow: inset 0 0 2px #464444;
box-shadow: inset 0 0 2px #464444;
}
div.jp-play-bar {
width: 0;
height: 100%;
background-color: #bababa;
background-image: -moz-linear-gradient(top, #cecece, #9d9d9d);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cecece), to(#9d9d9d));
background-image: -webkit-linear-gradient(top, #cecece, #9d9d9d);
background-image: -o-linear-gradient(top, #cecece, #9d9d9d);
background-image: linear-gradient(to bottom, #cecece, #9d9d9d);
background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcecece', endColorstr='#ff9d9d9d', GradientType=0);
}
div.jp-seeking-bg {
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/jp_load.gif) 0 0 repeat-x;
}
a.jp-mute, a.jp-unmute, a.jp-volume-max {
position: relative;
}
a.jp-mute, a.jp-unmute {
margin: 0 60px 0 0;
}
a.jp-mute span {
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/jp_sprite.png) 0 -84px no-repeat;
}
a.jp-mute:hover span {
background-position: -28px -84px;
}
a.jp-unmute span {
display: none;
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/jp_sprite.png) 0 -112px no-repeat;
}
a.jp-unmute:hover span {
background-position: -28px -112px;
}
div.jp-volume-bar {
position: absolute;
top: 10px;
right: 8px;
z-index: 2;
overflow: hidden;
width: 50px;
height: 7px;
background-color: #202020;
cursor: pointer;
-webkit-box-shadow: 1px 1px 0 #464444;
-moz-box-shadow: 1px 1px 0 #464444;
box-shadow: 1px 1px 0 #464444;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
div.jp-audio div.jp-volume-bar {
right: 8px;
}
div.jp-volume-bar-value {
width: 0;
height: 7px;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius: 3px;
background-color: #777777;
background-image: -moz-linear-gradient(top, #848484, #646464);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#848484), to(#646464));
background-image: -webkit-linear-gradient(top, #848484, #646464);
background-image: -o-linear-gradient(top, #848484, #646464);
background-image: linear-gradient(to bottom, #848484, #646464);
background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff848484', endColorstr='#ff646464', GradientType=0);
}
div.jp-current-time, div.jp-time-sep, div.jp-duration {
margin-top: 6px;
font-size: 0.85em;
}
div.jp-current-time {
display: inline;
float: right;
color: #ffffff;
}
div.jp-time-sep {
display: inline;
float: right;
margin-right: 5px;
margin-left: 5px;
text-align: center;
}
div.jp-duration {
display: inline;
float: right;
margin-right: 130px;
text-align: right;
}
div.jp-audio div.jp-duration {
margin-right: 100px;
}
@media (max-width: 480px) {
div.jp-volume-bar, .jp-toggles, div.jp-duration {
display: none !important;
}
}
div.jp-title {
color: #fff;
text-align: center;
}
div.jp-title, div.jp-playlist {
width: 100%;
}
div.jp-type-single div.jp-title, div.jp-type-playlist div.jp-title, div.jp-type-single div.jp-playlist {
border-top: none;
}
div.jp-title ul, div.jp-playlist ul {
margin: 0;
padding: 0;
list-style-type: none;
}
div.jp-title li {
padding: 5px 0 0;
font-weight: bold;
}
div.jp-video-full div.jp-title li {
padding: 1px 0;
}
div.jp-playlist li {
position: relative;
background: #222;
border-top: 1px solid #DDD;
margin: 0;
padding: 0;
height: 33px;
}
div.jp-playlist li:first-child {
border: none;
}
div.jp-playlist li a {
display: block;
padding: 6px 25px;
text-decoration: none;
}
div.jp-playlist li a.jp-playlist-current {
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/jp_playlist_li_cur.png) no-repeat scroll 10px center transparent;
}
div.jp-playlist li a:hover, div.jp-playlist li.jp-playlist-current a {
color: #8C8C8C;
}
div.jp-playlist li div {
display: inline;
}
div.jp-playlist a.jp-playlist-item-remove {
display: inline;
float: right;
margin-right: 10px;
color: #666666;
text-align: right;
font-weight: bold;
}
div.jp-playlist a.jp-playlist-item-remove:hover {
color: #0d88c1;
}
div.jp-playlist span.jp-free-media {
display: inline;
float: right;
margin-right: 10px;
text-align: right;
}
div.jp-playlist span.jp-free-media a {
color: #666666;
}
div.jp-playlist span.jp-free-media a:hover {
color: #0d88c1;
}
span.jp-artist {
color: #fefefe;
font-size: .9em;
}
div.jp-video-play {
background-color: rgba(0,0,0,0);
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
}
div.jp-video-full div.jp-video-play {
z-index: 1000;
height: 100%;
}
a.jp-video-play-icon {
position: absolute;
top: 50%;
left: 50%;
display: block;
margin-top: -25px;
margin-left: -40px;
width: 80px;
height: 50px;
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/jp_play.png) 0 0 no-repeat;
text-indent: -9999px;
opacity: 0.7;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-ms-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
}
div.jp-video-play:hover a.jp-video-play-icon {
opacity: 1;
}
div.jp-jplayer {
background-color: #000000;
}
ul.jp-toggles {
z-index: 1;
float: right;
overflow: hidden;
margin: 0 auto;
padding: 0;
list-style-type: none;
}
ul.jp-toggles li {
display: block;
float: left;
}
ul.jp-toggles li a {
padding-left: 2px;
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/jp_spacer.png) 0 1px no-repeat;
}
ul.jp-toggles li a, ul.jp-toggles li a span {
display: block;
width: 28px;
height: 28px;
text-indent: -9999px;
}
a.jp-full-screen span {
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/jp_sprite.png) -56px -56px no-repeat;
}
a.jp-full-screen:hover span {
background-position: -84px -56px;
}
a.jp-restore-screen span {
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/jp_sprite.png) -56px -84px no-repeat;
}
a.jp-restore-screen:hover span {
background-position: -84px -84px;
}
.jp-no-solution {
position: absolute;
top: 10px;
left: 50%;
display: none;
margin-left: -202px;
padding: 5px;
width: 390px;
border: 2px solid #DDD;
background-color: #404040;
color: #000000;
font-size: .8em;
}
.jp-no-solution a {
color: #000;
}
.jp-no-solution span {
display: block;
text-align: center;
font-weight: bold;
font-size: 1em;
}
.wrapper {
overflow: hidden;
position: relative;
width: 100%;
}
.extra-wrap {
overflow: hidden;
}
.row > br, .row > p {
display: none;
}
[class*="span"] {
position: relative;
}
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
@media (max-width: 480px) {
.pp_pic_holder.pp_default {
width: 100% !important;
left: 0 !important;
overflow: hidden;
}
div.pp_default .pp_content_container .pp_left {
padding-left: 0 !important;
}
div.pp_default .pp_content_container .pp_right {
padding-right: 0 !important;
}
.pp_content {
width: 100% !important;
height: auto !important;
}
.pp_fade {
width: 100% !important;
height: 100% !important;
}
a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom {
display: none !important;
}
#pp_full_res img {
width: 100% !important;
height: auto !important;
}
.pp_details {
width: 94% !important;
padding-left: 3%;
padding-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
background-color: #fff;
margin-top: -2px !important;
}
a.pp_close {
right: 10px !important;
top: 10px !important;
}
}
.post_networks h1, .post_networks h2, .post_networks h3, .post_networks h4, .post_networks h5, .post_networks h6 {
border-bottom: 1px solid #DDD;
padding-bottom: 8px;
}
.post_networks >ul >li {
float: left;
display: block;
}
.post_networks >ul >li span {
margin-right: 10px;
}
.spinner_32, .thumbnail, .accordion_loader, .google-map, .flexslider, .camera_loader, .preloader {
min-height: 36px;
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/loading_32.gif) 50% 50% no-repeat;
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/loading_32.gif) 50% 50% no-repeat, url(//kormax.co.nz/wp-content/themes/CherryFramework/images/loading_bg_32.png) 50% 50% no-repeat;
}
.spinner_16, div.ajax-loader, .thumbnail[rel^="prettyPhoto"] {
min-height: 20px;
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/loading_16.gif) 50% 50% no-repeat;
background: url(//kormax.co.nz/wp-content/themes/CherryFramework/images/loading_16.gif) 50% 50% no-repeat, url(//kormax.co.nz/wp-content/themes/CherryFramework/images/loading_bg_16.png) 50% 50% no-repeat;
}
.camera_loader {
border: none;
opacity: 0.3;
}
.preloader {
margin-bottom: 20px;
}
img.ajax-loader {
display: none;
}
div.ajax-loader {
position: relative;
display: none;
vertical-align: top;
margin-top: 4px;
width: 20px;
height: 20px;
}
.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 28px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
;
@import url(//netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.css);;
@import url("//fonts.googleapis.com/css?family=Ubuntu:400,300,500,700");
body {
letter-spacing: 0;
font-weight: 300 !important;
background: #fff !important;
}
.cherry-fixed-layout .main-holder {
background: #fff !important;
}
.main-holder {
overflow: hidden;
background: #fff;
}
form {
overflow: hidden;
}
img {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
input[type=text], input[type=password], textarea {
outline: none !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
resize: none;
}
a[href^="tel:"] {
color: inherit;
text-decoration: none;
}
.mfp-close {
outline: none;
}
.post_date2 {
position: relative;
visibility: hidden;
display: none;
}
.home .custom_poz {
padding: 5px 0 26px;
}
.home .custom_poz:after {
display: none;
}
.custom_poz {
position: relative;
z-index: 500;
padding: 5px 0 26px;
background:;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.custom_poz:before, .custom_poz:after {
position: absolute;
display: block;
top: 0;
left: -300%;
width: 300%;
height: 100%;
content: "";
background:;
}
.custom_poz:after {
left: auto;
right: -300%;
}
.custom_poz .container {
position: relative;
background: transparent;
}
.custom_poz .container:before, .custom_poz .container:after {
position: absolute;
display: block;
top: 0;
left: -100%;
width: 100%;
height: 100%;
content: "";
background: transparent;
z-index: 1;
display: none;
}
.custom_poz .container:after {
left: auto;
right: -100%;
}
.mfp-arrow {
outline: none;
}
.menu_bg {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 0;
background: #fff;
-webkit-box-shadow: 0 6px 4px -4px rgba(0,0,0,0);
-moz-box-shadow: 0 6px 4px -4px rgba(0,0,0,0);
box-shadow: 0 6px 4px -4px rgba(0,0,0,0);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.menu_bg:before, .menu_bg:after {
position: absolute;
display: block;
top: 0;
left: -300%;
width: 300%;
height: 100%;
content: "";
background: #fff;
margin-left: 1px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.menu_bg:after {
left: 100%;
z-index: 10;
margin-left: -1px;
}
.menu_bg.act_1 {
height: 100%;
-webkit-box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);
-moz-box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);
box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);
}
.menu_bg.act_1:before, .menu_bg.act_1:after {
-webkit-box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);
-moz-box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);
box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);
}
a {
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
a:hover, a:focus {
text-decoration: none;
background: none;
}
p {
margin: 0 0 21px;
}
figure {
padding: 0 !important;
border: none !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
h2 {
position: relative;
display: block;
font-weight: 300 !important;
text-transform: uppercase;
letter-spacing: 0;
margin-bottom: 17px;
}
h2 a {
color: inherit;
}
h2 a:hover {
color: #77c9b3;
}
h3 {
font-weight: 300 !important;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
color: #888888;
}
.marg_1 {
margin-bottom: 21px;
}
.marg_2 {
margin-bottom: 40px;
}
.hr {
position: relative;
border: none;
height: 1px;
color: #dddddd;
background: #dddddd;
margin: 0 0 29px;
overflow: visible;
}
.hr:before, .hr:after {
position: absolute;
display: block;
top: 0;
left: -100%;
width: 100%;
height: 100%;
content: "";
background: transparent;
}
.hr:after {
left: auto;
right: -100%;
}
.select-menu {
height: 33px;
}
.logo {
position: relative;
display: inline-block;
margin: 0;
padding: 12px 0 0;
float: none;
background: transparent;
}
.logo:after {
position: absolute;
display: block;
top: 10px;
right: -42px;
width: 1px;
height: 1px;
background: rgba(47,49,51,0.1);
content: "";
display: none;
}
.logo a {
position: relative;
display: inline-block;
text-decoration: none;
}
.logo a:hover {
color: inherit !important;
text-decoration: none;
}
.logo .logo_h__txt {
position: relative;
text-align: left;
display: inline-block;
float: none;
text-decoration: none;
text-transform: uppercase;
font-weight: normal !important;
z-index: 10;
margin-top: 10px;
}
.logo .logo_h__txt:after {
display: none;
}
.logo .logo_h__txt a {
padding: 0;
margin: 0;
color: #888888;
}
.logo .logo_h__txt a:hover {
color: #888888 !important;
text-decoration: none;
}
.logo .logo_h__img img {
width: 100%;
}
.logo .logo_tagline {
position: relative;
font-weight: 300 !important;
font-size: 12px;
text-transform: none;
padding-top: 3px;
}
.spacer {
height: 75px;
}
.alignleft {
float: left;
margin: 8px 30px 10px 0;
}
.alignnone {
margin: 20px 0 10px 0;
}
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder input[type="tel"], .main-holder textarea {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
resize: none;
border: 1px solid #dddddd;
}
.main-holder textarea {
border-color: #dddddd !important;
}
.main-holder input {
color: #494d52;
}
.header .search-form {
text-align: center;
}
#search-header {
margin: 6px 0;
float: right;
}
#search-header .btn-primary {
font-size: 14px;
line-height: 25px;
background: !important;
color: #77c9b3 !important;
padding: 8px 21px !important;
text-decoration: none !important;
height: auto;
min-height: 45px;
border: 2px solid #e9e8e8;
margin-left: 6px;
}
#search-header .btn-primary:hover {
color: #888888 !important;
background: transparent;
text-decoration: none !important;
border-color: #77c9b3;
}
#search-header input[type="text"] {
border-color: !important;
color: #888888 !important;
padding: 11px 12px !important;
min-height: 21px;
background: #fff !important;
width: 200px;
}
#search-header input::-webkit-input-placeholder, #search-header textarea::-webkit-input-placeholder {
color:#888888 !important;
}
#search-header input::-moz-placeholder, #search-header textarea::-moz-placeholder {
color:#888888 !important;
}
.wpcf7-form p.field input {
line-height: inherit;
}
.wpcf7-not-valid-tip {
padding-top: 15px !important;
}
.submit-wrap .ajax-loader {
margin-top: 12px;
}
.content-holder {
padding: 0;
margin-top: 0;
z-index: 550;
}
.title-section {
position: relative;
display: inline-block;
width: 100%;
padding: 19px 0 12px;
margin-bottom: 0;
background: #f8f8f8;
border: none;
}
.title-section:before, .title-section:after {
position: absolute;
display: block;
top: 0;
left: -300%;
width: 300%;
height: 100%;
content: "";
background: #f8f8f8;
z-index: -1;
margin-left: 1px;
}
.title-section:after {
left: 100%;
z-index: 10;
margin-left: -1px;
}
.title-section .title-header {
position: relative;
display: inline-block;
float: left;
}
.title-section h1 {
position: relative;
overflow: visible;
font-weight: 300;
text-transform: uppercase;
margin: 0 0 6px;
}
.title-section .breadcrumb {
position: relative;
display: inline-block;
float: right;
padding: 8px 0 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: transparent;
}
.title-section .breadcrumb li {
font-size: 13px;
line-height: 16px;
font-weight: 300 !important;
}
.title-section .breadcrumb li a {
text-shadow: none;
color: #888888;
}
.title-section .breadcrumb li a:hover {
color: #77c9b3;
}
.title-section .breadcrumb li.active {
color: #77c9b3;
text-shadow: none;
}
.title-section .breadcrumb li.divider {
position: relative;
padding: 0 10px;
top: 0;
}
.title-section .breadcrumb li.divider:after {
position: absolute;
display: block;
top: 2px;
left: 10px;
color: #888888;
font: 11px/14px FontAwesome;
content: "\f105";
}
#content {
padding-top: 33px;
}
#back-top-wrapper {
z-index: 700;
}
#back-top a {
width: 60px;
height: 60px;
}
#back-top a span {
width: 100%;
height: 100%;
background: transparent;
}
#back-top a span:before {
position: absolute;
display: block;
width: 60px;
height: 60px;
padding: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font: 60px/60px FontAwesome;
top: 0;
left: 0;
content: "\f0aa";
color: #77c9b3;
text-align: center;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
background: transparent;
}
#back-top a:hover span {
background: transparent;
}
#back-top a:hover span:before {
color: #888888;
background: transparent;
}
.wpcf7-response-output {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
color: #888888;
}
.wpcf7-validation-errors {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.sf-sub-indicator {
top: 26px;
right: 50%;
margin-right: -5px;
}
.error404-holder_num {
font-size: 220px;
}
@media (max-width: 480px) {
.error404-holder_num {
font-size: 140px;
}
}
.error404-holder h1 {
font-size: 50px !important;
text-transform: uppercase;
color: #000;
margin-bottom: 15px;
font-weight: 300 !important;
}
.error404-holder h2 {
padding: 0;
margin: 5px 0 10px;
display: inline-block;
background: transparent;
}
.error404-holder h2:before, .error404-holder h2:after {
display: none;
}
.error404-holder h4 {
color: #888888;
}
.google-map {
margin-bottom: 40px;
}
.block_mega {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
padding: 0;
background: #fff;
height: 0;
z-index: 600;
overflow: hidden;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.block_mega .block_inner {
position: relative;
padding: 34px 0 63px;
}
.block_mega .block_inner h4 {
position: relative;
font: bold 16px/16px 'Ubuntu', sans-serif;
text-transform: uppercase;
color: #000;
margin: 4px 0 10px;
}
.block_mega .block_inner ul {
position: relative;
list-style: none;
margin: 0 0 14px;
}
.block_mega .block_inner ul li {
position: relative;
font-size: 14px;
line-height: 25px;
}
.block_mega .block_inner ul li a {
color: #77c9b3;
}
.block_mega .block_inner ul li a:hover {
color: #000;
}
.block_mega.act {
height: auto;
}
.header {
position: relative;
border: none;
margin: 0;
padding: 0;
z-index: 1000;
border: none !important;
background: #fff;
}
.header h2 {
border-bottom: none;
padding-bottom: 0;
}
.header .logo_poz {
position: relative;
padding: 0;
}
.header .soc_header {
position: absolute;
display: block;
top: 50px;
left: 0;
z-index: 10;
}
.header .soc_header .soc_cont {
position: relative;
float: right;
}
.nav {
margin: 18px 0 0;
padding: 0;
}
.nav.nav__primary .bott_line {
position: relative;
width: 11px;
height: 2px;
background: #888888;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.nav .sf-menu {
position: relative;
display: inline-block;
padding-bottom: 0;
}
.nav .sf-menu >li {
background: transparent;
margin: 0 0 0 24px;
}
.nav .sf-menu >li:before {
position: absolute;
display: block;
top: 4px;
right: -18px;
content: "";
color: #fff;
}
.nav .sf-menu >li a {
letter-spacing: 0;
border: none !important;
padding: 0;
text-shadow: none;
overflow: hidden;
pointer-events: auto;
}
.nav .sf-menu >li a >div {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: all 0.4s ease-in-out !important;
-moz-transition: all 0.4s ease-in-out !important;
-o-transition: all 0.4s ease-in-out !important;
transition: all 0.4s ease-in-out !important;
}
.nav .sf-menu >li a >div:first-child {
position: absolute;
background: transparent;
}
.nav .sf-menu >li a >div:first-child+div {
top: 200px;
}
.nav .sf-menu >li a >div:first-child+div span {
opacity: 0;
filter: alpha(opacity=0);
color: #77c9b3;
}
.nav .sf-menu >li a >div span {
position: relative;
display: block;
padding: 10px 0 6px;
font-weight: 300 !important;
text-transform: uppercase;
margin: 0;
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/false_button.png) 0 0 repeat;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.nav .sf-menu >li a:before {
position: absolute;
display: block;
width: 100%;
height: 200%;
top: -200%;
right: 0;
content: "";
opacity: 0.4;
filter: alpha(opacity=40);
background: linear-gradient(to top, #ffffff, #77c9b3);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.nav .sf-menu >li a:after {
position: absolute;
display: block;
width: 100%;
height: 200%;
bottom: -200%;
right: 0;
content: "";
opacity: 0.4;
filter: alpha(opacity=40);
background: #77c9b3;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.nav .sf-menu >li:first-child {
margin-left: 0;
}
.nav .sf-menu >li:last-child:before {
display: none;
}
.nav .sf-menu >li.current_page_item, .nav .sf-menu >li.sfHover, .nav .sf-menu >li:hover {
z-index: 10;
}
.nav .sf-menu >li.current_page_item >a, .nav .sf-menu >li.sfHover >a, .nav .sf-menu >li:hover >a {
text-decoration: none;
background: transparent;
}
.nav .sf-menu >li.current_page_item >a >div:first-child, .nav .sf-menu >li.sfHover >a >div:first-child, .nav .sf-menu >li:hover >a >div:first-child {
top: 200px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.nav .sf-menu >li.current_page_item >a >div:first-child+div, .nav .sf-menu >li.sfHover >a >div:first-child+div, .nav .sf-menu >li:hover >a >div:first-child+div {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
top: 0;
}
.nav .sf-menu >li.current_page_item >a >div:first-child+div span, .nav .sf-menu >li.sfHover >a >div:first-child+div span, .nav .sf-menu >li:hover >a >div:first-child+div span {
opacity: 1;
filter: alpha(opacity=100);
background: transparent;
}
.nav .sf-menu >li.current_page_item >a:before, .nav .sf-menu >li.sfHover >a:before, .nav .sf-menu >li:hover >a:before {
top: 100%;
}
.nav .sf-menu >li.current_page_item >a:after, .nav .sf-menu >li.sfHover >a:after, .nav .sf-menu >li:hover >a:after {
bottom: -200%;
margin-bottom: 0;
opacity: 1;
filter: alpha(opacity=100);
}
.nav .sf-menu >li.current_page_item .block_num .item_num, .nav .sf-menu >li.sfHover .block_num .item_num, .nav .sf-menu >li:hover .block_num .item_num {
color: #77c9b3;
}
.nav .sf-menu >li.current_page_item .bott_line, .nav .sf-menu >li.sfHover .bott_line, .nav .sf-menu >li:hover .bott_line {
background: #77c9b3;
}
.nav .sf-menu .sub-menu {
background: #fff;
left: 0;
margin-left: 0;
margin-top: 28px;
padding: 3px 0 15px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
text-align: left;
width: 150px;
}
.nav .sf-menu .sub-menu:after {
position: absolute;
display: block;
width: 100%;
height: 9px;
top: -9px;
left: 0;
content: "";
background: #f00;
display: none;
}
.nav .sf-menu .sub-menu li {
font: 300 13px/22px 'Ubuntu', sans-serif;
letter-spacing: 0;
background: transparent;
margin-bottom: 1px;
margin-left: 12px;
}
.nav .sf-menu .sub-menu li .block_num, .nav .sf-menu .sub-menu li bott_line {
display: none;
}
.nav .sf-menu .sub-menu li a {
position: relative;
display: inline-block;
border: none;
background: transparent;
padding: 4px 4px;
margin: 0;
text-align: left;
color: #888888;
font-weight: 300 !important;
text-shadow: none !important;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
overflow: visible;
text-transform: uppercase;
}
.nav .sf-menu .sub-menu li a .sf-sub-indicator {
position: absolute;
top: 11px;
left: -12px !important;
right: auto;
display: block;
overflow: hidden;
width: 10px;
height: 10px;
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/arrows-ffffff.png) no-repeat 0 0;
text-indent: -999em;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
z-index: 10;
}
.nav .sf-menu .sub-menu li a:hover {
color: #77c9b3;
background: transparent;
}
.nav .sf-menu .sub-menu li a:hover .sf-sub-indicator {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/arrows-ffffff.png) no-repeat -10px 0;
}
.nav .sf-menu .sub-menu li a:before, .nav .sf-menu .sub-menu li a:after {
display: none;
}
.nav .sf-menu .sub-menu li .sub-menu {
top: -33px !important;
margin-left: -16px;
background: #fff;
padding: 5px 0;
width: 100%;
left: -100%;
}
.nav .sf-menu .sub-menu li .sub-menu:after {
position: absolute;
display: block;
width: 5px;
height: 100%;
top: 13px;
left: auto;
right: -5px;
content: "";
background: transparent;
}
.nav .sf-menu .sub-menu li .sub-menu a {
color: #888888;
}
.nav .sf-menu .sub-menu li .sub-menu a:hover {
color: #77c9b3;
background: transparent;
}
.nav .sf-menu .sub-menu li.sfHover >a {
color: #77c9b3;
background:;
}
.nav .sf-menu .sub-menu li.sfHover >a .sf-sub-indicator {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/arrows-ffffff.png) no-repeat -10px 0;
}
.nav .sf-menu .sub-menu li:last-child a {
border-bottom: none !important;
}
.isStuck {
top: 0;
left: 0;
width: 100%;
z-index: 1000;
padding: 0 0 10px !important;
border-bottom: 0px solid #5b605f;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.isStuck #topnav {
background: transparent;
}
@media (max-width: 767px) {
.isStuck {
top: 0 !important;
position: relative !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.isStuck #topnav {
display: none !important;
}
}
.parallax-slider {
margin-bottom: -1px;
margin-left: 0;
height: 560px !important;
}
.parallax-slider #mainCaptionHolder .container {
position: relative;
top: 100% !important;
}
.parallax-slider #mainCaptionHolder .container >div {
top: auto;
bottom: 100%;
width: 100%;
padding-bottom: 182px;
}
@media (min-width: 1200px) {
.parallax-slider #mainCaptionHolder .container {
width: 1170px !important;
}
}
@media (max-width: 1200px) {
.parallax-slider #mainCaptionHolder .container {
width: 940px !important;
}
}
@media (max-width: 979px) {
.parallax-slider #mainCaptionHolder .container {
width: 724px !important;
}
}
@media (max-width: 767px) {
.parallax-slider #mainCaptionHolder .container {
width: 100% !important;
}
}
.parallax-slider #mainCaptionHolder .container .slider_caption {
position: relative;
text-align: left;
text-shadow: none !important;
padding: 0;
width: 49%;
margin-right: 9%;
float: right;
text-align: center;
}
.parallax-slider #mainCaptionHolder .container .slider_caption h2 {
position: relative;
display: block;
width: 100%;
font: 300 40px/51px 'Ubuntu', sans-serif !important;
letter-spacing: 0;
color: #77c9b3 !important;
margin: 0 0 4px !important;
padding: 0;
border-bottom: none;
text-transform: uppercase;
background: transparent;
}
.parallax-slider #mainCaptionHolder .container .slider_caption h2:after {
display: none;
}
.parallax-slider #mainCaptionHolder .container .slider_caption h2.type_2 {
color: #888888 !important;
}
.parallax-slider #mainCaptionHolder .container .slider_caption .cont {
margin-bottom: 5px;
}
.parallax-slider .controlBtn {
position: relative;
width: 100% !important;
right: 0 !important;
left: 0 !important;
height: 0 !important;
pointer-events: none;
margin-top: 0 !important;
margin-bottom: 23px !important;
z-index: 50 !important;
margin: 0 auto;
}
@media (max-width: 1200px) {
.parallax-slider .controlBtn {
width: 940px !important;
}
}
@media (max-width: 979px) {
.parallax-slider .controlBtn {
width: 724px !important;
}
}
@media (max-width: 767px) {
.parallax-slider .controlBtn {
width: 100% !important;
}
}
.parallax-slider .controlBtn.parallaxNextBtn .slidesCounter {
display: none;
right: 80px !important;
width: auto;
line-height: 48px;
background: transparent;
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
}
.parallax-slider .controlBtn.parallaxPrevBtn .slidesCounter {
display: none;
left: 80px !important;
width: auto;
line-height: 48px;
background: transparent;
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
}
.parallax-slider .controlBtn .innerBtn {
display: inline-block !important;
width: 25px !important;
height: 35px !important;
background: transparent !important;
font-size: 23px !important;
color: #888888 !important;
pointer-events: auto;
border: none;
}
.parallax-slider .controlBtn .innerBtn:hover {
color: #77c9b3 !important;
background: transparent !important;
}
.parallax-slider .controlBtn .icon-angle-right {
float: right;
right: 45px !important;
}
.parallax-slider .controlBtn .icon-angle-right:before {
position: relative;
content: '\f105';
line-height: 35px;
top: -6px;
}
.parallax-slider .controlBtn .icon-angle-left {
left: 45px;
}
.parallax-slider .controlBtn .icon-angle-left:before {
position: relative;
content: '\f104';
line-height: 35px;
top: -6px;
}
.parallax-slider .controlBtn:hover .slidesCounter {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
}
.parallax-slider #paralaxSliderPagination {
bottom: 15px !important;
text-align: left;
}
.parallax-slider #paralaxSliderPagination ul {
width: 1170px !important;
display: inline-block;
text-align: left;
}
@media (max-width: 1200px) {
.parallax-slider #paralaxSliderPagination ul {
width: 940px !important;
}
}
@media (max-width: 979px) {
.parallax-slider #paralaxSliderPagination ul {
width: 724px !important;
}
}
@media (max-width: 767px) {
.parallax-slider #paralaxSliderPagination ul {
width: 100% !important;
text-align: center !important;
}
}
.parallax-slider #paralaxSliderPagination ul li {
position: relative;
width: 20px !important;
height: 20px !important;
background: transparent !important;
margin: 0 6px 0 0 !important;
}
.parallax-slider #paralaxSliderPagination ul li:after {
position: absolute;
display: block;
top: -3px !important;
left: -3px !important;
width: 100% !important;
height: 100% !important;
background: transparent;
border: 3px solid #888888 !important;
-webkit-border-radius: 500px !important;
-moz-border-radius: 500px !important;
border-radius: 500px !important;
content: "";
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.parallax-slider #paralaxSliderPagination ul li:before {
position: absolute;
display: block;
top: -3px !important;
left: -3px !important;
width: 100% !important;
height: 100% !important;
background: #77c9b3;
border: 3px solid #77c9b3 !important;
-webkit-border-radius: 500px !important;
-moz-border-radius: 500px !important;
border-radius: 500px !important;
content: "";
visibility: hidden;
-webkit-transform: scale(0.1);
-moz-transform: scale(0.1);
-ms-transform: scale(0.1);
-o-transform: scale(0.1);
transform: scale(0.1);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.parallax-slider #paralaxSliderPagination ul li:hover:before, .parallax-slider #paralaxSliderPagination ul li.active:before {
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
}
.parallax-slider #paralaxSliderPagination ul li:hover:after, .parallax-slider #paralaxSliderPagination ul li.active:after {
visibility: hidden;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(0.01);
-moz-transform: scale(0.01);
-ms-transform: scale(0.01);
-o-transform: scale(0.01);
transform: scale(0.01);
}
.parallax-slider #paralaxSliderPagination.images_pagination {
bottom: 10px !important;
}
.parallax-slider #paralaxSliderPagination.images_pagination ul {
width: 100%;
}
.parallax-slider #paralaxSliderPagination.images_pagination ul li {
margin-bottom: 5px !important;
position: relative;
opacity: 1 !important;
filter: alpha(opacity=100) !important;
width: 100px !important;
height: 50px !important;
margin-left: 2px !important;
margin-right: 2px !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border: 3px solid #888888 !important;
}
.parallax-slider #paralaxSliderPagination.images_pagination ul li .item_1, .parallax-slider #paralaxSliderPagination.images_pagination ul li .item_2 {
display: none;
}
.parallax-slider #paralaxSliderPagination.images_pagination ul li:before {
position: absolute;
display: block;
width: 100%;
height: 100%;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
top: 0;
left: 0;
background: #888888;
content: "";
z-index: 10;
opacity: 0.7 !important;
filter: alpha(opacity=70) !important;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.parallax-slider #paralaxSliderPagination.images_pagination ul li:after {
display: none;
}
.parallax-slider #paralaxSliderPagination.images_pagination ul li:hover, .parallax-slider #paralaxSliderPagination.images_pagination ul li.active {
border-color: #77c9b3 !important;
}
.parallax-slider #paralaxSliderPagination.images_pagination ul li:hover:before, .parallax-slider #paralaxSliderPagination.images_pagination ul li.active:before {
opacity: 0 !important;
filter: alpha(opacity=0) !important;
}
.box_1 {
padding: 37px 0 35px;
margin-bottom: 51px;
}
.box_1 img {
margin: 5px 0 15px;
}
.cont_banner {
position: relative;
overflow: hidden;
left: 50%;
margin-bottom: 42px;
margin-top: 27px;
}
.cont_banner .team1 {
margin: 0 !important;
}
.cont_banner .team1 li {
position: relative;
display: inline-block;
overflow: hidden;
float: left;
width: 25%;
margin: 0 5px 10px !important;
background: #f8f8f8;
box-sizing: border-box;
padding: 40px 0 39px;
}
.cont_banner .team1 li .featured-thumbnail {
margin: 0 !important;
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
overflow: hidden;
margin: 0 6% 0 7% !important;
opacity: 1;
filter: alpha(opacity=100);
background: transparent;
}
.cont_banner .team1 li .featured-thumbnail a {
pointer-events: none;
background: transparent;
}
.cont_banner .team1 li .featured-thumbnail a .hover_part {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.8;
filter: alpha(opacity=80);
}
.cont_banner .team1 li .featured-thumbnail a img {
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}
.cont_banner .team1 li .featured-thumbnail a .zoom-icon {
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
display: none !important;
}
.cont_banner .team1 li .featured-thumbnail:hover a img {
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-ms-transform: scale(1.0);
-o-transform: scale(1.0);
transform: scale(1.0);
}
.cont_banner .team1 li .clear {
display: none;
}
.cont_banner .team1 li .block_cont1 {
position: relative;
padding: 25px 6% 0;
}
.cont_banner .team1 li .block_cont1 .pos {
color: #77c9b3;
font-size: 15px;
line-height: 18px;
font-weight: 300;
margin-bottom: 0;
}
.cont_banner .team1 li .block_cont1 h5 {
font-size: 22px;
line-height: 26px;
text-transform: uppercase;
margin: 0 0 11px;
}
.cont_banner .team1 li .block_cont1 h5 a {
color: #77c9b3;
}
.cont_banner .team1 li .block_cont1 h5 a:hover {
color: #888888;
}
.cont_banner .team1 li .block_cont2 {
position: absolute;
width: 100%;
height: 100%;
background: #77c9b3;
top: 101%;
left: 0;
text-align: center;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.cont_banner .team1 li .block_cont2 .post_metabox {
position: relative;
display: inline-block;
text-align: left;
padding-left: 50px;
vertical-align: middle;
}
.cont_banner .team1 li .block_cont2 .post_metabox .txt_1 {
position: relative;
color: #fff;
text-transform: uppercase;
font-size: 22px;
font-weight: 300;
margin-bottom: 13px;
}
.cont_banner .team1 li .block_cont2 .post_metabox .txt_2 {
position: relative;
color: #fff;
}
.cont_banner .team1 li .block_cont2 .post_metabox .txt_2 p {
position: relative;
margin-bottom: 0;
}
.cont_banner .team1 li .block_cont2 .post_metabox:before {
position: absolute;
display: block;
padding: 0;
font: 42px/42px FontAwesome;
top: -9px;
left: 0;
content: "\f017";
color: #fff;
}
.cont_banner .team1 li .block_cont2 .helper {
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0px;
}
.cont_banner .team1 li.extra .featured-thumbnail .block_cont {
left: auto;
right: 212px;
}
.cont_banner .team1 li:hover .block_cont2 {
top: 0;
}
.testi_1 {
position: relative;
margin-bottom: 55px;
}
.testi_1 h2 {
text-align: center;
margin-bottom: 19px;
}
.testi_1 .owl-carousel-testi .owl-wrapper-outer .owl-wrapper .owl-item {
position: relative;
text-align: center;
}
.testi_1 .owl-carousel-testi .owl-wrapper-outer .owl-wrapper .owl-item .item .desc:before {
position: relative;
display: inline-block;
width: 51px;
height: 58px;
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/icon_02.png) no-repeat 0 0;
content: "";
margin-bottom: 7px;
}
.testi_1 .owl-carousel-testi .owl-wrapper-outer .owl-wrapper .owl-item .item .desc h5 {
display: none;
}
.testi_1 .owl-carousel-testi .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .excerpt {
position: relative;
padding: 0 18%;
box-sizing: border-box;
margin-bottom: 7px;
}
.testi_1 .owl-carousel-testi .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .btn {
position: relative;
padding: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
box-shadow: none !important;
padding: 0 !important;
background: transparent;
font-size: 15px;
line-height: 20px;
text-transform: uppercase;
color: #77c9b3;
margin-left: 0;
}
.testi_1 .owl-carousel-testi .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .btn i {
font-style: normal;
}
.testi_1 .owl-carousel-testi .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .btn:before {
border: none !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.testi_1 .owl-carousel-testi .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .btn:hover {
color: #888888;
}
.testi_1 .owl-controls {
margin-top: 27px;
}
.testi_1 .owl-controls .owl-page span {
background: #888888;
opacity: 0.18;
filter: alpha(opacity=18);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.block_1 {
position: relative;
margin-bottom: 29px;
}
.block_1 h3 {
font-size: 15px;
line-height: 24px;
text-transform: uppercase;
margin-bottom: 17px;
}
.block_1 img {
margin-top: 17px;
}
.box_2 {
padding: 37px 0 0;
margin-bottom: 42px;
}
.service-box3 {
position: relative;
margin-bottom: 53px;
}
.service-box3 .title {
position: relative;
display: inline-block;
font-size: 22px;
line-height: 26px;
color: #77c9b3;
text-transform: uppercase;
margin-bottom: 17px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.service-box3 .title:hover {
color: #888888;
}
.block_2 {
position: relative;
}
.block_2 h2 {
margin-bottom: 28px;
}
.block_3 {
position: relative;
padding-top: 10px;
}
.block_3 li {
position: relative;
display: inline-block;
overflow: hidden;
float: left;
background: #f8f8f8;
box-sizing: border-box;
padding: 39px 0 20px;
}
.block_3 li .featured-thumbnail {
margin: 0 !important;
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
overflow: hidden;
margin: 0 5% 0 6% !important;
opacity: 1;
filter: alpha(opacity=100);
z-index: 5;
}
.block_3 li .featured-thumbnail a {
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
overflow: hidden;
}
.block_3 li .featured-thumbnail a .hover_part {
display: none;
}
.block_3 li .featured-thumbnail a img {
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}
.block_3 li .featured-thumbnail a .zoom-icon {
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.block_3 li .featured-thumbnail a:hover {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.block_3 li .featured-thumbnail:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.block_3 li .clear {
display: none;
}
.block_3 li .block_cont1 {
position: relative;
padding: 22px 6% 0;
}
.block_3 li .block_cont1 .pos {
color: #77c9b3;
font-size: 15px;
line-height: 18px;
font-weight: 300;
margin-bottom: 0;
}
.block_3 li .block_cont1 h5 {
font-size: 15px;
line-height: 24px;
text-transform: uppercase;
font-weight: 300;
margin: 0 0 11px;
}
.block_3 li .block_cont1 h5 a {
color: #77c9b3;
}
.block_3 li .block_cont1 h5 a:hover {
color: #888888;
}
#comments .comment-list {
position: relative;
margin-bottom: 15px;
}
#comments .comment-list li {
position: relative;
text-align: left;
}
#comments .comment-list li .comment-body {
background: transparent;
padding: 24px 22px 29px;
margin-bottom: 19px;
}
#comments .comment-list li .comment-body .extra-wrap {
position: relative;
margin-bottom: 28px;
}
#comments .comment-list li .comment-body .comment-author {
margin: 4px 30px 0 0;
}
#comments .comment-list li .comment-body .author {
color: #888888;
font-size: 13px;
font-weight: 300;
text-transform: uppercase;
word-wrap: break-word;
}
#comments .comment-list li .comment-body .commentmetadata {
font-size: 13px;
font-weight: 300;
padding: 16px 0 0;
color: #888888;
}
#comments .comment-list li .comment-body .reply {
margin-left: 29px;
}
#comments .comment-list li .comment-body .reply a {
font-size: 15px;
font-weight: 300;
padding: 0;
border: none;
background: transparent;
color: #77c9b3 !important;
text-transform: uppercase;
}
#comments .comment-list li .comment-body .reply a:hover {
color: #888888 !important;
background: transparent;
}
#respond {
position: relative;
padding-top: 0;
margin-bottom: 100px;
}
#respond #commentform input[type="text"] {
width: 100%;
box-sizing: border-box;
}
@media (max-width: 480px) {
#respond #commentform input[type="text"] {
width: 100%;
}
}
#respond .field {
margin-bottom: 29px !important;
}
#respond #commentform .btn-primary {
height: auto;
}
#respond #commentform #nsu-checkbox {
display: none;
}
#respond form {
padding-top: 0;
text-align: left;
}
#respond form .btn {
margin-top: 10px;
}
#respond .btn-primary {
border: 2px solid #e9e8e8;
}
#respond .btn-primary:hover {
border-color: #77c9b3;
}
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder input[type="tel"], .main-holder textarea {
border-color: #dddddd !important;
background: transparent;
padding: 16px 22px 12px !important;
height: auto !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #888888;
font-weight: normal !important;
min-height: 51px;
}
.main-holder input {
color: #888888;
}
.wpcf7 .search-form_it, #searchform .search-form_it {
padding: 11px 10px !important;
height: auto;
min-height: 21px;
}
.wpcf7 .btn-primary, #searchform .btn-primary {
background: transparent !important;
padding: 8px 21px 9px !important;
height: auto;
min-height: 45px;
text-decoration: none !important;
border: 2px solid #e9e8e8;
}
.wpcf7 .btn-primary:hover, #searchform .btn-primary:hover {
color: #888888 !important;
background: !important;
text-decoration: none !important;
border-color: #77c9b3 !important;
}
.wpcf7 input[type="text"], #searchform input[type="text"] {
border-color: #dddddd !important;
color: #888888;
}
.wpcf7 input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder, #searchform input::-webkit-input-placeholder, #searchform textarea::-webkit-input-placeholder {
color:#888888 !important;
}
.wpcf7 input::-moz-placeholder, .wpcf7 textarea::-moz-placeholder, #searchform input::-moz-placeholder, #searchform textarea::-moz-placeholder {
color:#888888 !important;
}
.single-pager {
border-color: #fff;
}
.single-pager li a {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: #888888 !important;
color: #fff !important;
border-color: #fff;
font-size: 13px;
}
.single-pager li a:hover {
background: #fff !important;
color: #77c9b3 !important;
}
.social li {
position: relative;
display: inline-block;
margin: 0 3px 6px !important;
}
.social li a {
color: #888888;
text-transform: uppercase;
font-size: 12px;
}
.social li a .social_ico img {
display: none;
}
.social li a .social_ico:before {
position: relative;
display: inline-block;
float: left;
font: 20px/1em FontAwesome;
color: #e3e3e3;
top: 0;
left: 0;
padding-right: 9px;
content: "";
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.social li a:hover {
color: #77c9b3 !important;
opacity: 1;
filter: alpha(opacity=100);
}
.social li a:hover .social_ico:before {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
color: #77c9b3;
}
.social li a.social_link__twitter .social_ico:before {
content: "\f099";
}
.social li a.social_link__facebook .social_ico:before {
content: "\f09a";
}
.social li a.social_link__feed .social_ico:before {
content: "\f09e";
}
.social li a.social_link__flickr .social_ico:before {
content: "\f16e";
}
.social li a.social_link__linkedin .social_ico:before {
content: "\f0e1";
}
.social li a.social_link__delicious .social_ico:before {
content: "\f1a5";
}
.social li a.social_link__youtube .social_ico:before {
content: "\f167";
}
.social li a.social_link__google .social_ico:before {
content: "\f1a0";
}
.filter-wrapper {
margin: 17px 0 22px;
letter-spacing: 0;
padding: 0;
text-align: center;
}
.filter-wrapper .nav {
overflow: visible;
padding: 0 !important;
margin: 0;
}
.filter-wrapper .pull-right {
position: relative;
display: inline-block;
float: none;
}
@media (max-width: 979px) {
.filter-wrapper {
margin: 10px 0;
}
.filter-wrapper .pull-right {
float: left;
}
.filter-wrapper .pull-right strong {
float: none;
margin-bottom: 0;
text-align: left;
width: 100%;
}
.filter-wrapper .pull-right .nav {
margin-bottom: 23px !important;
}
.filter-wrapper .pull-right .nav.nav-pills > li {
margin-left: 0 !important;
padding-bottom: 0;
margin-bottom: 5px;
float: none;
display: table;
}
.filter-wrapper .pull-right .nav.nav-pills > li:after {
display: none;
}
.filter-wrapper .pull-right .nav.nav-pills > li a:before {
display: none;
}
.filter-wrapper .pull-right .nav.nav-pills > li a {
text-align: left;
}
.filter-wrapper .pull-right #filters {
display: block;
}
}
.filter-wrapper >div >strong {
position: relative;
display: inline-block;
float: none;
font-size: 15px;
line-height: 18px;
font-weight: 300;
color: #888888;
background: #f8f8f8;
text-transform: uppercase;
padding: 19px 30px 14px;
margin: 0 8px 0 0;
top: -18px;
display: none;
}
@media (max-width: 978px) {
.filter-wrapper >div >strong {
margin: 0 16px 0 0;
}
}
.filter-wrapper ul {
position: relative;
display: inline-block;
float: none;
}
.filter-wrapper ul li {
margin: 0 8px 0 0;
position: relative;
}
@media (max-width: 978px) {
.filter-wrapper ul li {
margin: 0 16px 0 0;
}
}
.filter-wrapper ul li a {
position: relative;
font-size: 15px;
line-height: 18px;
font-weight: 300;
color: #888888;
background: #f8f8f8;
text-transform: uppercase;
padding: 19px 30px 14px;
margin: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: none;
}
.filter-wrapper ul li a:hover {
color: #fff;
text-decoration: none;
background: #888888;
}
.filter-wrapper ul li a:focus {
background: transparent !important;
}
.filter-wrapper ul li.active {
background: transparent;
}
.filter-wrapper ul li.active a {
color: #fff !important;
text-decoration: none;
background: #888888 !important;
}
.filter-wrapper ul li.active a:hover {
color: #fff;
text-decoration: none;
background: #888888;
}
.filter-wrapper ul li.active a:before {
width: 100%;
}
.filter-wrapper ul li:after {
position: absolute;
top: 2px;
right: -7px;
font-size: 18px;
font-family: 'Ubuntu', sans-serif;
color: #888888;
content: "|";
display: none;
}
.filter-wrapper ul li:last-child {
margin-right: 0 !important;
}
.filter-wrapper ul li:last-child:after {
display: none;
}
.filterable-portfolio .portfolio_item_holder {
position: relative;
overflow: visible;
}
.portfolio_item {
margin: 0 0 26px !important;
}
.portfolio_item .portfolio_item_holder {
margin-bottom: 10px;
padding-bottom: 0;
background: transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.portfolio_item .portfolio_item_holder .caption {
position: relative;
background: #f8f8f8;
overflow: hidden;
padding: 0 28px;
}
.portfolio_item .portfolio_item_holder .caption h3 {
font-size: 22px;
line-height: 26px;
text-transform: uppercase;
margin-top: 31px;
margin-bottom: 11px;
}
.portfolio_item .portfolio_item_holder .caption h3 a {
color: #77c9b3;
}
.portfolio_item .portfolio_item_holder .caption h3 a:hover {
color: #888888;
}
.portfolio_item .portfolio_item_holder .caption p {
margin-bottom: 32px;
}
.portfolio_item .portfolio_item_holder .btn-primary {
position: relative;
display: inline-block;
z-index: 5;
}
.pagination__posts {
margin-top: 50px;
margin-bottom: 115px;
}
.pagination__posts ul li a {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
color: #77c9b3;
}
.pagination__posts ul li a:hover {
color: #fff;
background: #77c9b3;
}
.pagination__posts ul li span {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.pagination__posts ul li.active span {
color: #fff;
background: #77c9b3;
}
.post_wrapper article .post-header {
position: relative;
}
.post_wrapper article .post-header h2 {
position: relative;
margin-bottom: 34px !important;
text-align: center;
}
.post_wrapper article .post-header h2 a {
color: inherit;
text-decoration: none;
}
.post_wrapper article .post-header h2 a:hover {
color: #77c9b3;
text-decoration: none;
}
.post_wrapper article .post-header h2 a:focus {
text-decoration: none;
}
.post_wrapper article figure {
margin-bottom: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.post_wrapper article .post_content {
background: transparent;
padding: 15px 0;
box-sizing: border-box;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.post__holder .featured-thumbnail {
position: relative;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
margin-bottom: 10px !important;
margin-top: 20px;
margin-left: 20px;
z-index: 10;
background: #fff;
}
.post__holder .featured-thumbnail img {
opacity: 0.6;
filter: alpha(opacity=60);
}
.post__holder .featured-thumbnail.large {
margin-bottom: 28px !important;
margin-top: 0;
margin-left: 0;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.post__holder .post_content {
position: relative;
padding: 0;
box-sizing: border-box;
background: transparent;
-webkit-border-radius: 0 0 4px 4px !important;
-moz-border-radius: 0 0 4px 4px !important;
border-radius: 0 0 4px 4px !important;
margin-bottom: 29px;
}
.post__holder .post_content h3 {
margin-bottom: 11px !important;
text-transform: uppercase;
}
.post_meta {
position: relative;
}
.post_meta.meta_type_line {
border-color: #dddddd;
padding: 8px 0 4px;
box-sizing: border-box;
margin-bottom: 14px;
font-size: 14px;
}
.post_meta .post_meta_unite {
position: relative;
}
.post_meta .post_meta_unite a {
color: #888888;
}
.post_meta .post_meta_unite a:hover {
color: #77c9b3;
text-decoration: none;
}
.post_meta .post_meta_unite i {
color: #eb4f5c;
}
.post_meta .post_meta_unite .post_date {
color: #888888;
text-transform: none;
}
.post_meta .post_meta_unite .post_author {
font-size: 13px;
font-weight: 500;
}
.post_meta .post_meta_unite .post_author a {
text-transform: uppercase;
}
.share-buttons {
margin-bottom: 9px;
}
.share-buttons li.pinterest {
position: relative;
top: -1px;
}
.single-pager {
border-color: #dddddd;
}
.portfolio-meta {
border-color: #dddddd;
}
.portfolio-meta i {
color: #eb4f5c;
}
.portfolio-meta-list {
border-color: #dddddd;
}
.post-author {
position: relative;
padding: 11px 22px 21px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-color: #dddddd;
margin-bottom: 29px;
background: transparent;
}
.post-author h3 {
font-size: 22px;
line-height: 26px;
font-weight: 300 !important;
color: #77c9b3;
margin-bottom: 18px;
text-transform: uppercase;
}
.post-author h3 a {
color: #77c9b3;
}
.post-author h3 a:hover {
color: #888888;
}
.post-author .post-author_gravatar {
margin-bottom: 30px;
margin-right: 12px;
}
.post-author .post-author_gravatar img {
border: none;
padding: 0;
}
.post-author .post-author_desc {
position: relative;
margin-top: 0px;
top: -5px;
}
.post-author .post-author_desc .post-author_link {
position: relative;
margin-top: 19px;
}
.post-author .post-author_desc .post-author_link p {
color: #888888;
text-transform: uppercase;
font-weight: 300;
margin-bottom: 0;
font-size: 13px;
line-height: 18px;
}
.post-author .post-author_desc .post-author_link p a {
color: #888888;
text-transform: uppercase;
font-weight: 300;
}
.post-author .post-author_desc .post-author_link p a:hover {
color: #77c9b3;
}
.related-posts, .comment-holder, #respond {
position: relative;
}
.related-posts h3, .comment-holder h3, #respond h3 {
position: relative;
display: block;
text-align: center;
font-size: 18px;
line-height: 26px;
font-weight: 300 !important;
padding: 16px 0 0;
margin-bottom: 34px;
text-transform: uppercase;
color: #888888;
}
.related-posts h3 a, .comment-holder h3 a, #respond h3 a {
color: #888888;
}
.related-posts h3 a:hover, .comment-holder h3 a:hover, #respond h3 a:hover {
color: #77c9b3;
}
.related-posts {
margin: 0 0 5px;
}
.related-posts ul li {
position: relative;
text-align: left;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding-bottom: 12px;
background: #fff;
}
.related-posts ul li .thumbnail {
margin: 0 0 25px !important;
overflow: hidden;
}
.related-posts ul li >a {
display: block;
color: #77c9b3;
font-size: 15px;
line-height: 24px;
font-weight: 300;
text-transform: uppercase;
margin: 0;
}
.related-posts ul li >a:hover {
color: #888888;
}
.flex-direction-nav .flex-prev {
background: transparent;
}
.flex-direction-nav .flex-next {
background: transparent;
}
#sidebar {
padding-top: 33px;
margin-bottom: 50px;
}
#sidebar #recentcomments li a {
font-size: 13px;
}
#sidebar .social {
position: relative;
display: inline-block;
margin-left: 0;
}
#sidebar .social .social_li {
margin-right: 4px !important;
}
#sidebar .social .social_li a .social_ico {
background: transparent;
}
#sidebar .social .social_li a .social_ico:before {
color: #e3e3e3;
}
#sidebar .social .social_li a .social_label {
position: relative;
top: 0;
font-size: 11px;
font-weight: normal;
color: #888888;
}
#sidebar .social .social_li a:before {
display: none;
}
#sidebar .social .social_li a:hover .social_label {
color: #77c9b3 !important;
}
#sidebar .social .social_li a:hover .social_ico:before {
color: #77c9b3 !important;
}
#sidebar .social, #sidebar .banners, #sidebar .flickr_list, #sidebar .imgs_wrapper {
margin-left: 0 !important;
}
#sidebar .social li a:before, #sidebar .banners li a:before, #sidebar .flickr_list li a:before, #sidebar .imgs_wrapper li a:before {
display: none !important;
}
#sidebar .banners li {
margin-bottom: 3px !important;
}
#sidebar .social_li {
margin-right: 20px !important;
}
#sidebar .widget {
border: none;
padding: 0;
margin-bottom: 44px !important;
}
#sidebar .widget-flexslider {
background: transparent !important;
padding-bottom: 60px !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
#sidebar .widget-flexslider .flex-viewport ul {
margin-left: 0;
}
#sidebar .widget-flexslider .flex-viewport ul li {
text-align: center;
}
#sidebar .widget-flexslider .flex-viewport ul li figure {
overflow: hidden;
background: transparent;
}
#sidebar .widget-flexslider .flex-viewport ul li .desc {
text-align: center;
padding: 0 38px;
}
#sidebar .widget-flexslider .flex-viewport ul li a {
font-size: 20px !important;
text-transform: capitalize;
}
#sidebar .widget-flexslider .flex-viewport ul li a:before {
content: "";
top: 0;
}
#sidebar .widget-flexslider .flex-viewport ul li .btn-primary {
margin-bottom: 15px;
text-transform: uppercase;
font-size: 15px !important;
}
#sidebar .widget-flexslider .flex-viewport ul li .btn-primary:hover:after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
#sidebar .widget-flexslider .flex-viewport ul li .btn-primary:before {
left: 0;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
#sidebar .widget-flexslider .flex-direction-nav {
position: absolute;
top: 50%;
width: 100%;
margin-left: 0;
}
#sidebar .widget-flexslider .flex-direction-nav li {
margin-bottom: 0 !important;
}
#sidebar .widget-flexslider .flex-direction-nav a {
opacity: 1;
filter: alpha(opacity=100);
width: 27px !important;
height: 45px !important;
top: 0 !important;
}
#sidebar .widget-flexslider .flex-direction-nav a:before {
font-family: "flexslider-icon" !important;
font-size: 40px !important;
line-height: 44px !important;
display: inline-block !important;
content: '\f001' !important;
left: 0 !important;
text-shadow: none;
}
#sidebar .widget-flexslider .flex-direction-nav a.flex-next:before {
content: '\f002' !important;
}
#sidebar .widget-flexslider .flex-direction-nav a:hover:before {
color:;
left: 0;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
#sidebar .widget-flexslider .flex-direction-nav .flex-prev {
left: 0 !important;
}
#sidebar .widget-flexslider .flex-direction-nav .flex-next {
right: 0 !important;
}
#sidebar .widget-flexslider .flex-control-paging {
bottom: 20px;
}
@media (min-width: 979px) and (max-width: 1200px) {
#sidebar .widget-flexslider {
background: transparent !important;
}
}
@media (min-width: 768px) and (max-width: 979px) {
#sidebar .widget-flexslider {
background: transparent !important;
}
#sidebar .widget-flexslider .flex-viewport ul li figure {
background: transparent !important;
}
#sidebar .widget-flexslider .flex-viewport ul li figure.thumbnail {
background: transparent !important;
}
}
@media (max-width: 590px) {
#sidebar .widget-flexslider {
background: transparent !important;
}
}
#sidebar .search-form {
padding-top: 50px;
}
#sidebar h3 {
position: relative;
font-size: 18px;
line-height: 26px;
text-transform: uppercase;
text-align: center;
margin-bottom: 29px;
color: #888888;
}
#sidebar h3 a {
color: inherit;
}
#sidebar h3 a:hover {
color: #77c9b3;
}
#sidebar #wp-calendar caption {
color: #77c9b3;
}
#sidebar #wp-calendar thead tr th {
color: #888888;
}
#sidebar #wp-calendar tfoot tr td a {
color: #77c9b3;
}
#sidebar #wp-calendar tfoot tr td a:hover {
color: #888888;
text-decoration: none;
}
#sidebar ul {
margin-left: 20px;
}
#sidebar ul.clearfix {
margin-left: 0;
}
#sidebar ul li {
list-style: none;
margin-bottom: 9px !important;
position: relative;
font-weight: normal;
}
#sidebar ul li a {
margin-left: 0;
color: #77c9b3;
font-size: 15px;
font-weight: 300;
letter-spacing: 0;
text-transform: uppercase;
}
#sidebar ul li a:before {
position: absolute;
display: block;
font: 14px/1em FontAwesome;
top: 3px;
left: -20px;
content: "\f105";
color: #77c9b3;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
#sidebar ul li a:hover {
color: #888888;
}
#sidebar ul li a:hover:before {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
color: #888888;
}
#sidebar ul li:before {
font-size: 0;
}
#sidebar ul ul {
margin-top: 10px;
}
#sidebar #recentcomments li a:before {
display: none;
}
#sidebar .post-list li a {
padding-left: 0;
font-weight: 300;
font-size: 15px;
letter-spacing: 0;
}
#sidebar .post-list li a:before {
content: "";
top: 0;
left: 0;
}
#sidebar .post-list li a:hover:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
#sidebar .comments-custom {
margin-left: 0;
padding-top: 0;
}
#sidebar .comments-custom li {
padding-bottom: 0px;
margin-bottom: 18px !important;
}
#sidebar .comments-custom li .clear {
display: none;
}
#sidebar .comments-custom li i {
position: relative;
top: 3px;
color: #77c9b3 !important;
}
#sidebar .comments-custom li .meta_format .comments-custom_h_author {
position: relative;
font-size: 22px;
font-weight: 300 !important;
text-transform: uppercase;
color: #77c9b3;
}
#sidebar .comments-custom li .meta_format time {
color: #77c9b3;
}
#sidebar .comments-custom li .comments-custom_txt {
border: none;
overflow: hidden;
padding: 9px 0 0 0;
}
#sidebar .comments-custom li .comments-custom_txt a {
color: #888888;
font-size: 14px;
line-height: 24px;
text-transform: none;
}
#sidebar .comments-custom li .comments-custom_txt a:hover {
color: #77c9b3;
text-decoration: none;
}
.faq-list .marker {
color: #77c9b3;
}
.service-box2 {
position: relative;
display: block;
text-align: center;
padding: 67px 0 35px;
}
.service-box2 .icon {
position: relative;
display: inline-block;
margin: 0 0 18px;
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;
}
.service-box2 .service-box2_body h3 {
position: relative;
font-size: 22px;
line-height: 31px;
text-transform: uppercase;
margin-bottom: 15px;
}
.service-box2 .service-box2_body h3 a {
color: #888888;
}
.service-box2 .service-box2_body h3 a:hover {
color: #77c9b3;
}
.service-box2:hover .icon {
-webkit-transform: rotateY(360deg) scale(1);
-ms-transform: rotateY(360deg) scale(1);
transform: rotateY(360deg) scale(1);
}
.content_box {
position: relative;
background: #f8f8f8;
}
.content_box:before, .content_box:after {
width: 300%;
background: #f8f8f8;
}
.content_box:before {
left: -300%;
}
.content_box:after {
right: -300%;
}
.service-box.type_box_2 {
position: relative;
background: no-repeat;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: none;
box-shadow: none;
padding: 11px 0 0;
margin-bottom: 26px;
}
.service-box.type_box_2 .btn-align {
text-align: left;
margin-bottom: 10px;
}
.service-box.type_box_2 .btn-align .btn {
position: relative;
padding: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
box-shadow: none;
padding: 0;
background: transparent;
border: none;
font-size: 15px;
line-height: 20px;
text-transform: uppercase;
text-align: left;
color: #77c9b3;
margin-left: 15px;
}
.service-box.type_box_2 .btn-align .btn i {
font-style: normal;
}
.service-box.type_box_2 .btn-align .btn:hover {
color: #888888;
}
.service-box.type_box_2 .btn-align .btn:before {
position: absolute;
display: block;
padding: 0;
font: 14px/14px FontAwesome;
top: 3px;
left: -15px;
content: "\f105";
color: #77c9b3;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.arrow-list {
position: relative;
}
.arrow-list ul li {
text-transform: uppercase;
font-size: 15px;
font-weight: 300;
margin-bottom: 10px !important;
}
.arrow-list ul li a {
color: #77c9b3;
padding-left: 19px;
}
.arrow-list ul li a:before {
position: absolute;
display: block;
font: 14px/1em FontAwesome;
top: 3px;
left: 0;
content: "\f105";
color: #77c9b3;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.arrow-list ul li a:hover {
color: #888888;
}
.arrow-list ul li a:hover:before {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
left: 3px;
}
.arrow-list ul li:before {
display: none;
}
.footer {
padding: 0 0 35px;
border: none;
background: #fff;
color: #888888;
z-index: 600;
}
.footer .footer-widgets {
position: relative;
padding: 56px 0 16px;
margin-bottom: 4px;
background: #f8f8f8;
}
.footer .footer-widgets:before, .footer .footer-widgets:after {
position: absolute;
display: block;
top: 0;
left: -300%;
width: 300%;
height: 100%;
content: "";
background: #f8f8f8;
}
.footer .footer-widgets:after {
left: auto;
right: -300%;
}
.footer .footer_m {
position: relative;
text-align: center;
}
.footer .footer_m .footer-nav {
float: none;
padding-top: 25px;
}
.footer ul {
position: relative;
margin: 0;
}
.footer ul li {
position: relative;
list-style: none;
font-size: 16px;
line-height: 20px;
margin-bottom: 15px;
}
.footer ul li a {
color:;
}
.footer ul li a:hover {
color: #eb4f5c;
}
.footer .ext_poz1, .footer .ext_poz2, .footer .ext_poz3, .footer .ext_poz4, .footer .ext_poz5 {
position: relative;
margin-bottom: 15px;
}
.footer .ext_poz0, .footer .ext_poz1, .footer .ext_poz2 {
text-align: center;
}
.footer p {
margin-bottom: 10px;
}
.footer .ph {
position: relative;
font-size: 16px;
color: #77c9b3;
}
.footer .ph:before {
position: relative;
display: inline-block;
font: 16px/16px FontAwesome;
content: "\f095";
color: #77c9b3;
margin-right: 11px;
}
.footer .address {
position: relative;
font-size: 12px;
}
.footer .address:before {
position: relative;
display: inline-block;
font: 12px/12px FontAwesome;
content: "\f041";
color: #77c9b3;
margin-right: 6px;
}
.footer .mail {
position: relative;
font-size: 12px;
color: #77c9b3;
text-decoration: underline !important;
}
.footer .mail:before {
position: relative;
display: inline-block;
font: 12px/12px FontAwesome;
content: "\f003";
color: #77c9b3;
margin-right: 6px;
}
.footer .mail:hover {
color: #888888;
}
.footer .social {
position: relative;
display: inline-block;
}
.footer nav {
padding: 0;
}
.footer nav.footer-nav {
position: relative;
display: inline-block;
margin: -3px 0 0;
}
.footer nav.footer-nav ul {
position: relative;
text-align: left;
}
.footer nav.footer-nav ul li {
position: relative;
float: left;
padding: 0;
margin-left: 15px;
}
.footer nav.footer-nav ul li a:hover {
color: #77c9b3;
text-decoration: none;
}
.footer nav.footer-nav ul li.current-menu-item a {
color: #77c9b3 !important;
text-decoration: none;
}
.footer nav.footer-nav ul li:first-child {
margin-left: 0;
}
.footer .comp_name {
position: relative;
letter-spacing: 0;
}
.footer .comp_name a:first-child {
color: #888888 !important;
}
.footer .comp_name a:first-child:hover {
color: inherit;
}
.footer .copyr_info {
position: relative;
}
.footer .copyr_info a {
color: inherit;
}
.footer .copyr_info a:hover {
color: #77c9b3;
}
.footer .copyr_info .sep {
position: relative;
font-size: 14px;
top: 0;
}
.footer #footer-text {
position: relative;
font: normal 12px/16px 'Ubuntu', sans-serif;
letter-spacing: -0.5px;
float: none;
}
.footer .facebook_like_box {
margin-top: -10px;
overflow: hidden;
}
.btn-primary {
position: relative;
display: inline-block;
overflow: hidden;
padding: 14px 32px 13px 33px !important;
font: 300 15px/24px 'Ubuntu', sans-serif;
text-transform: uppercase;
color: #77c9b3 !important;
text-shadow: none;
background: transparent !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: none;
box-shadow: none;
height: auto !important;
text-decoration: none;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.btn-primary i {
position: relative;
z-index: 10;
font-style: normal;
}
.btn-primary i:before {
position: relative;
display: inline-block;
float: right;
background: transparent;
content: "";
margin-right: 10px;
top: 0;
display: none;
}
.btn-primary:before {
background: transparent;
display: block;
position: absolute;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 2px solid #dddddd;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: '';
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.btn-primary:after {
background: transparent;
display: block;
position: absolute;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
top: 100%;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
content: '';
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-primary.type_2 {
color: #77c9b3 !important;
padding: 13px 32px 12px 25px !important;
}
.btn-primary.type_2:before {
background: transparent;
}
.btn-primary.type_2:after {
background: transparent;
}
.btn-primary.type_2 div i:before {
position: relative;
display: inline-block;
width: 22px;
height: 26px;
float: left;
background: transparent;
content: "";
margin-right: 10px;
top: -1px;
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/icon_01.png) no-repeat 0 0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
color: #888888 !important;
background: transparent !important;
text-shadow: none;
text-decoration: none !important;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-primary:hover:before, .btn-primary:active:before, .btn-primary.active:before, .btn-primary.disabled:before, .btn-primary[disabled]:before {
border-color: #77c9b3 !important;
}
.btn-primary:hover:after, .btn-primary:active:after, .btn-primary.active:after, .btn-primary.disabled:after, .btn-primary[disabled]:after {
top: 0;
}
.thumbnail a {
background: #fff;
}
.thumbnail a img {
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-ms-transform: scale(1.0);
-o-transform: scale(1.0);
transform: scale(1.0);
-webkit-transition: 0.45s;
-moz-transition: 0.45s;
-o-transition: 0.45s;
transition: 0.45s;
opacity: 0.6;
filter: alpha(opacity=60);
}
.thumbnail a:hover img {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.zoom-icon {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block !important;
opacity: 1 !important;
visibility: visible !important;
background: transparent !important;
cursor: pointer;
overflow: hidden;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-transition: 0.55s;
-moz-transition: 0.55s;
-o-transition: 0.55s;
transition: 0.55s;
}
.zoom-icon:after {
position: absolute;
top: 50%;
left: 50%;
width: 44px;
height: 44px;
margin-top: -22px;
margin-left: -22px;
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/zoom-icon.png) 0 0 no-repeat;
content: "";
visibility: hidden;
-webkit-transform: scale(2);
-moz-transform: scale(2);
-ms-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: 0.45s;
-moz-transition: 0.45s;
-o-transition: 0.45s;
transition: 0.45s;
}
.no-rgba .zoom-icon {
visibility: hidden;
display: none;
}
.zoom-icon:before {
position: absolute;
left: -50%;
top: 48%;
display: block;
margin: 0;
height: 0%;
width: 200%;
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/hover_bg.png) 0 0 repeat;
content: "";
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
overflow: hidden;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: 0.65s;
-moz-transition: 0.65s;
-o-transition: 0.65s;
transition: 0.65s;
}
.featured-thumbnail a:hover .zoom-icon, a.thumbnail:hover .zoom-icon, .thumbnail__portfolio a:hover .zoom-icon {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.featured-thumbnail a:hover .zoom-icon:before, a.thumbnail:hover .zoom-icon:before, .thumbnail__portfolio a:hover .zoom-icon:before {
left: -100%;
top: -100%;
height: 400%;
width: 260%;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: 0.6s;
-moz-transition: 0.6s;
-o-transition: 0.6s;
transition: 0.6s;
}
.featured-thumbnail a:hover .zoom-icon:after, a.thumbnail:hover .zoom-icon:after, .thumbnail__portfolio a:hover .zoom-icon:after {
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: 0.45;
-moz-transition: 0.45;
-o-transition: 0.45;
transition: 0.45;
}
.no-rgba .image-wrap:hover .zoom-icon, .featured-thumbnail a:hover .zoom-icon, a.thumbnail:hover .zoom-icon, .thumbnail__portfolio a:hover .zoom-icon {
visibility: visible;
border-radius: 0;
overflow: hidden;
}
@media (max-width: 1800px) {
.cont_banner .team1 li .block_cont1 h5 {
font-size: 18px;
}
}
@media (min-width: 979px) and (max-width: 1200px) {
.parallax-slider {
height: 500px !important;
}
.parallax-slider #mainCaptionHolder .container >div {
padding-bottom: 100px;
}
.parallax-slider .controlBtn .icon-angle-right {
right: 10px !important;
}
.parallax-slider .controlBtn .icon-angle-left {
left: 10px !important;
}
.related-posts ul li >a {
font-size: 13px;
line-height: 17px;
}
.google-map-api {
height: 600px;
}
.wpcf7-not-valid-tip {
font-size: 12px !important;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.nav .sf-menu >li {
margin: 0 0 0 17px;
}
.logo {
width: 100%;
}
.related-posts ul li >a {
font-size: 13px;
line-height: 17px;
}
.parallax-slider {
height: 500px !important;
}
.parallax-slider #mainCaptionHolder .container >div {
padding-bottom: 120px;
}
.parallax-slider #mainCaptionHolder .container .slider_caption h2 {
font-size: 20px !important;
line-height: 25px !important;
margin-left: 0 !important;
}
.parallax-slider .controlBtn .icon-angle-right {
right: 10px !important;
}
.parallax-slider .controlBtn .icon-angle-left {
left: 10px !important;
}
.box_1 .span6, .box_1 .span3, .block_1 .span6, .block_1 .span3 {
width: 100%;
float: none;
}
.box_1 .span6 img, .block_1 .span6 img {
width: 100%;
}
.box_2 .span3 {
width: 352px;
}
.marg_2 .span3 {
width: 352px;
}
.testi_1 .owl-carousel-testi .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .excerpt {
padding: 0 9%;
}
#sidebar .search-form .search-form_it {
width: 100%;
box-sizing: border-box;
}
.related-posts ul li >a {
font-size: 15px;
line-height: 20px;
}
.google-map-api {
height: 500px;
}
.wpcf7-not-valid-tip {
font-size: 9px !important;
}
}
@media (max-width: 767px) {
body {
padding-left: 0;
padding-right: 0;
}
body.cherry-fixed-layout .header {
padding-left: 0;
padding-right: 0;
}
.container {
padding-left: 20px;
padding-right: 20px;
}
.container .container {
padding-left: 0 !important;
padding-right: 0 !important;
}
.triangle_block .container {
padding-left: 20px !important;
padding-right: 20px !important;
}
.parallax-slider .container {
padding-left: 0 !important;
padding-right: 0 !important;
}
.parallax-slider .container >div .slider_caption {
padding-left: 20px !important;
padding-right: 20px !important;
}
.google-map-api {
height: 400px;
}
.custom_poz {
padding: 8px 0 0;
}
.custom_poz .container {
padding-left: 0 !important;
padding-right: 0 !important;
}
.custom_poz .select-menu {
height: 39px;
}
.custom_poz .logo {
padding: 12px 0 15px;
}
.nav {
padding: 0 0 25px;
margin: 0;
}
.nav .sf-menu {
display: none;
}
.pseudoStickyBlock, .menu_bg {
display: none !important;
}
.block_menu {
float: none !important;
}
.related-posts ul li >a {
font-size: 13px;
line-height: 17px;
}
.parallax-slider {
height: 400px !important;
}
.parallax-slider #mainCaptionHolder .container >div {
padding-bottom: 120px;
}
.parallax-slider #mainCaptionHolder .container .slider_caption {
box-sizing: border-box;
}
.parallax-slider #mainCaptionHolder .container .slider_caption h2 {
font-size: 20px !important;
line-height: 25px !important;
margin-left: 0 !important;
}
.parallax-slider #paralaxSliderPagination {
margin-left: 30px;
}
.parallax-slider #paralaxSliderPagination ul {
text-align: left !important;
}
.parallax-slider .controlBtn .icon-angle-right {
right: 10px !important;
}
.parallax-slider .controlBtn .icon-angle-left {
left: 10px !important;
}
.box_1 .span6 img, .block_1 .span6 img {
width: 100%;
}
.testi_1 .owl-carousel-testi .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .excerpt {
padding: 0 9%;
}
}
@media (max-width: 480px) {
.parallax-slider {
height: 400px !important;
}
.parallax-slider #mainCaptionHolder .container .slider_caption {
width: 100%;
margin-right: 0;
float: none;
}
}
@media (max-width: 360px) {
.cont_banner .team1 li .featured-thumbnail {
float: none;
}
.block_3 li .featured-thumbnail {
float: none;
}
}
.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 31px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.parallax-slider {
height: 680px;
}
.parallax-slider #mainCaptionHolder .container {
top: 30%;
}
.parallax-slider #mainCaptionHolder .slider_caption {
text-align: center;
font-size: 80px;
line-height: 80px;
font-weight: 300;
color: #fff;
text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
}
.parallax-slider #mainCaptionHolder .slider_caption h1, .parallax-slider #mainCaptionHolder .slider_caption h2 {
font-size: 130px;
line-height: 120px;
font-weight: 500;
color: #fff;
}
.parallax-slider .controlBtn {
width: 55px;
height: 55px;
margin-top: -28px;
}
.parallax-slider .controlBtn .innerBtn {
font-size: 31px;
line-height: 55px;
color: #a9a9a9;
background: #fff;
}
.parallax-slider .controlBtn .slidesCounter {
font-size: 16px;
line-height: 55px;
color: #fff;
background: #77c9b3;
}
.parallax-slider .controlBtn:hover .innerBtn {
color: #fff;
background: #77c9b3;
}
.parallax-slider .parallaxPrevBtn, .parallax-slider .parallaxNextBtn {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.parallax-slider .parallaxPrevBtn {
left: -55px;
}
.parallax-slider .parallaxNextBtn {
right: -55px;
}
.parallax-slider:hover .parallaxPrevBtn {
left: 0;
}
.parallax-slider:hover .parallaxNextBtn {
right: 0;
}
.parallax-slider #paralaxSliderPagination {
padding: 10px 0;
bottom: 0px;
}
.parallax-slider #paralaxSliderPagination.buttons_pagination ul li {
border-radius: 50%;
margin: 3px;
width: 15px;
height: 15px;
border: 2px solid #fff;
}
.parallax-slider #paralaxSliderPagination.buttons_pagination ul li:hover, .parallax-slider #paralaxSliderPagination.buttons_pagination ul li.active {
background: #77c9b3;
}
.parallax-slider #paralaxSliderPagination.images_pagination ul li {
margin: 3px;
opacity: .5;
}
.parallax-slider #paralaxSliderPagination.images_pagination ul li:hover, .parallax-slider #paralaxSliderPagination.images_pagination ul li.active {
opacity: 1;
}
.parallax-slider .parallax-slider-video-progress {
background: #888888;
}
.parallax-slider #previewSpinner {
width: 50px;
height: 50px;
margin-left: -25px;
margin-top: -25px;
border-radius: 25px;
background: url(//kormax.co.nz/wp-content/themes/theme54581/parallax-slider/img/spinner.GIF) 50% 50% #fff no-repeat;
}
.parallax-slider {
overflow: hidden;
position: relative;
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.parallax-slider .baseList {
display: none;
}
.parallax-slider .parallax-slider-video-progress-bar {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
width: 100%;
height: 8px;
background: url(//kormax.co.nz/wp-content/themes/theme54581/parallax-slider/img/loader.gif) 0 0 repeat-x;
z-index: 5;
}
.parallax-slider .parallax-slider-video-progress {
width: 0;
height: 100%;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.parallax-slider .parallax-slider-vimeo-video {
overflow: hidden;
}
.parallax-slider .parallax-slider-vimeo-video .parallax-slider-vimeo-iframe {
margin-top: -100px;
max-width: none;
}
.parallax-slider #mainImageHolder {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
.parallax-slider #mainImageHolder .primaryHolder, .parallax-slider #mainImageHolder .secondaryHolder {
position: absolute;
width: 100%;
top: 0;
left: 0;
}
.parallax-slider #mainImageHolder .primaryHolder .obj-inner, .parallax-slider #mainImageHolder .secondaryHolder .obj-inner {
max-width: inherit;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.parallax-slider #mainCaptionHolder {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2;
}
.parallax-slider #mainCaptionHolder >a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.parallax-slider #mainCaptionHolder .container {
position: relative;
}
.parallax-slider #mainCaptionHolder .primaryCaption, .parallax-slider #mainCaptionHolder .secondaryCaption {
position: absolute;
width: 100%;
top: 0;
left: 0;
}
.parallax-slider .controlBtn {
position: absolute;
cursor: pointer;
display: block;
top: 50%;
z-index: 2;
}
.parallax-slider .controlBtn .innerBtn {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
display: block;
width: 100%;
height: 100%;
text-align: center;
z-index: 1;
}
.parallax-slider .controlBtn .slidesCounter {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
top: 0;
width: 60%;
height: 100%;
}
.parallax-slider .controlBtn.parallaxPrevBtn .slidesCounter {
left: 0%;
text-align: left;
}
.parallax-slider .controlBtn.parallaxPrevBtn:hover .slidesCounter {
left: 100%;
}
.parallax-slider .controlBtn.parallaxNextBtn .slidesCounter {
right: 0%;
text-align: right;
}
.parallax-slider .controlBtn.parallaxNextBtn:hover .slidesCounter {
right: 100%;
}
.parallax-slider #paralaxSliderPagination {
position: absolute;
width: 100%;
text-align: center;
z-index: 2;
}
.parallax-slider #paralaxSliderPagination ul {
list-style: none;
margin: 0;
}
.parallax-slider #paralaxSliderPagination ul li {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
cursor: pointer;
display: inline-block;
}
.parallax-slider #previewSpinner {
position: absolute;
display: block;
top: 50%;
left: 50%;
z-index: 99;
}
.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder.animateState {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(3);
-moz-transform: scale(3);
-ms-transform: scale(3);
-o-transform: scale(3);
transform: scale(3);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder {
opacity: 1;
filter: alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder.animateState {
opacity: 0;
filter: alpha(opacity=0);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption {
opacity: 1;
filter: alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption.animateState {
opacity: 0;
filter: alpha(opacity=0);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption {
opacity: 1;
filter: alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
opacity: 0;
filter: alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder {
opacity: 1;
filter: alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder.animateState {
opacity: 0;
filter: alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState {
opacity: 1;
filter: alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState.animateState {
opacity: 0;
filter: alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption.animateState {
opacity: 0;
filter: alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption {
opacity: 1;
filter: alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
opacity: 0;
filter: alpha(opacity=0);
}
.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder {
top: 0;
}
.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder.animateState {
top: -100%;
}
.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState {
top: 0;
}
.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState.animateState {
top: 100%;
}
.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption.animateState {
opacity: 0;
filter: alpha(opacity=0);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption {
opacity: 1;
filter: alpha(opacity=100);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption.animateState {
opacity: 0;
filter: alpha(opacity=0);
}
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80);
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #cccccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #cccccc;
}
.mfp-preloader a:hover {
color: white;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
padding: 0;
z-index: 1046;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: white;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: white;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #cccccc;
font-size: 12px;
line-height: 18px;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
border-right: 17px solid white;
margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
border-left: 17px solid white;
margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444444;
}
.mfp-figure {
line-height: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-break: break-word;
padding-right: 36px;
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
padding: 0;
}
.mfp-ie7 .mfp-content {
padding-top: 44px;
}
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0;
}
.mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.mfp-zoom-in {
}
.mfp-zoom-in .mfp-with-anim {
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
}
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: local('Ubuntu'), url(https://fonts.gstatic.com/s/ubuntu/v9/2Q-AW1e_taO6pHwMXcXW5w.ttf) format('truetype');
}
@font-face {
font-family: 'Abel';
font-style: normal;
font-weight: 400;
src: local('Abel'), local('Abel-Regular'), url(https://fonts.gstatic.com/s/abel/v6/N59kklKPso9WzbZH9jwJSg.ttf) format('truetype');
} .header {
background: #20293a;
background: -moz-linear-gradient(top, #20293a 0%, #4E5668 100%);
background: -webkit-linear-gradient(top, #20293a 0%, #4E5668 100%);
background: linear-gradient(to bottom, #20293a 0%, #4E5668 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20293a', endColorstr='#2a344c', GradientType=0 );
border-bottom: solid 5px #fff;
margin-bottom: 5px;
}
p {
margin: 0 0 21px;
font-size: 14px;
line-height: 25px;
}
@media (max-width: 579px) {
h2 {
text-align: left!important;
}
}
.nav {
margin: 20px 0 0;
}
.sf-menu ul li {
width: 93%;
}
.nav .sf-menu >li a {
color: #FFF;
font-size: 18px;
}
.nav .sf-menu >li a:hover {
color: #fff;
}
.nav .sf-menu >li a >div:first-child+div span {
color: #fff;
}
.nav .sf-menu .sub-menu li a {
font-size: 14px;
padding: 4px 3px;
}
.nav .sf-menu .sub-menu {
padding: 3px 0 5px;
width: 270px;
}
.nav .sf-menu .sub-menu li a {
text-transform: none;
font-family: 'Lato', sans-serif;
}
.nav .sf-menu .sub-menu li a:hover {
color: #D2222A;
}
.parallax-slider #mainCaptionHolder .container .slider_caption {
text-align: right;
margin-right: -25%;
}
.parallax-slider #mainCaptionHolder .container .slider_caption h2.type_2 {
color: #FFF !important;
font-family: 'Lato', sans-serif!important;
font-weight: 400!important;
} .parallax-slider #mainCaptionHolder .container .slider_caption h2 {
color: #D2222A !important;
font-family: 'Lato', sans-serif!important;
font-weight: 900!important;
}
.btn-primary.type_2 {
color: #fff!important;
}
@media (max-width: 568px) {
.btn-primary.type_2 {
background: #D2222A!important;
}
}
.btn-primary:after {
border: 2px solid #D2222A;
color: #D2222A!important;
}
.menu_bg.act_1 {
background: #20293a;
background: -moz-linear-gradient(top, #20293a 0%, #2a344c 100%);
background: -webkit-linear-gradient(top, #20293a 0%, #2a344c 100%);
background: linear-gradient(to bottom, #20293a 0%, #2a344c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20293a', endColorstr='#2a344c', GradientType=0 );
opacity: 0.9;
}
.service-box2 {
margin-top: -100px;
}
.service-box2 .icon {
margin: 0;
}
.parallax-slider {
height: 400px!important;
}
.menu_bg:before {
background: none;
}
.parallax-slider #mainCaptionHolder .container .slider_caption h2 {
margin: 0;
}
.footer {
background: #11151f;
background: -moz-linear-gradient(top, #000000 0%, #2a344c 100%);
background: -webkit-linear-gradient(top, #000000 0%, #2a344c 100%);
background: linear-gradient(to bottom, #000000 0%, #2a344c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a344c', GradientType=0 ); }
.footer .footer-widgets:before, .footer .footer-widgets:after {
background: #f2f2f2;
background: -moz-linear-gradient(top, #f2f2f2 0%, #cfcfcf 100%);
background: -webkit-linear-gradient(top, #f2f2f2 0%, #cfcfcf 100%);
background: linear-gradient(to bottom, #f2f2f2 0%, #cfcfcf 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cfcfcf', GradientType=0 );
}
.footer .footer-widgets {
background: #f2f2f2;
background: -moz-linear-gradient(top, #f2f2f2 0%, #cfcfcf 100%);
background: -webkit-linear-gradient(top, #f2f2f2 0%, #cfcfcf 100%);
background: linear-gradient(to bottom, #f2f2f2 0%, #cfcfcf 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cfcfcf', GradientType=0 );
}
.metal-tile {
width: 274px;
height: 232px;
float: left;
margin-right: 23px;
text-align: left;
display: block;
}
.brass-tile {
background: url(//kormax.co.nz/images/brass-bg.gif) no-repeat;
}
.bronze-tile {
background: url(//kormax.co.nz/images/bronze-bg.gif) no-repeat;
}
.zinc-tile {
background: url(//kormax.co.nz/images/zinc-bg.gif) no-repeat;
}
.copper-tile {
background: url(//kormax.co.nz/images/copper-bg.gif) no-repeat;
}
.steel-tile {
background: url(//kormax.co.nz/images/steel-bg.gif) no-repeat;
}
.iron-tile {
background: url(//kormax.co.nz/images/iron-bg.gif) no-repeat;
}
@media (max-width:1199px) {
.brass-tile, .bronze-tile, .zinc-tile, .copper-tile, .iron-tile, .steel-tile {
background-size: 93% auto;
margin-right: 0;
height: 198px;
width: 234px;
}
}
@media (max-width:979px) {
.brass-tile, .bronze-tile, .zinc-tile, .copper-tile, .iron-tile, .steel-tile {
background-size: 100% auto;
margin-right: 23px;
height: 232px;
width: 274px;
}
}
#back-top a span:before {
color: #D2222A;
}
h5 {
font-size: 28px;
font-family: 'Exo', sans-serif;
font-weight: 300;
color: #666;
line-height: 1;
}
.tile-text {
margin-top: 20px;
margin-left: 80px;
padding-right: 20px;
position: absolute;
width: 180px;
margin-bottom: 10px;
display:block;
}
.tile-text p {
font-weight: normal;
}
.tile-text a {
font-weight: normal;
}
.tile-text h5 {
text-transform: uppercase;
}
@media (min-width:979px) and (max-width: 1200px) {
.tile-text {
margin-top: 15px;
}
.tile-text h5 {
margin-top: 0;
}
.tile-text p {
line-height: 18px;
}
}
.title-header {
hyphens: none!important;
word-break: normal!important;
}
.title-section .breadcrumb {
float: right;
padding: 8px 40px 0;
}
@media (max-width: 797px) {
.title-section .title-header {
display: block;
float: none;
}
.title-section .breadcrumb {
float: left;
}
}
.view-more-btn {
margin-top: 190px;
margin-left: 75px;
font-family: 'Exo', sans-serif;
text-transform: uppercase;
font-size: 18px;
font-weight: 700;
color: #666;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
position: absolute;
display:block;
}
@media (max-width:1199px) {
.tile-text {
margin-left: 50px;
width: 160px;
}
.view-more-btn {
margin-left: 50px;
margin-top: 149px;
}
}
@media (max-width:979px) {
.tile-text {
margin-left: 80px;
width: 180px;
}
.view-more-btn {
margin-left: 75px;
margin-top: 190px;
}
}
@media (max-width:568px) {
.tile-text {
margin-left: 70px;
width: 190px;
}
}
@media (max-width:499px) {
.tile-text {
margin-left: 70px;
width: 185px;
}
}
.view-more-btn:hover {
color: #ffffff;
cursor: pointer;
}
.service-box2 {margin-right:55px; }
.service-box2 .service-box2_body h3 a {
color: #D2222A;
font-family: 'Exo', sans-serif;
font-weight: 700;
font-size: 18px;
}
.service-box2 .service-box2_body h3 a:hover {
color: #D2222A;
}
.fa {
margin-right: 5px;
}
.menu_bg.act_1 {
height: 75px;
}
.menu_bg.act_1 {
-webkit-transition: none!important;
-moz-transition: none!important;
-o-transition: none!important;
transition: none!important;
}
.btn-primary:before {
-webkit-transition: none!important;
-moz-transition: none!important;
-o-transition: none!important;
transition: none!important;
}
.btn-primary {
-webkit-transition: none!important;
-moz-transition: none!important;
-o-transition: none!important;
transition: none!important;
}
.btn-primary:after {
-webkit-transition: none!important;
-moz-transition: none!important;
-o-transition: none!important;
transition: none!important;
}
.nav .sf-menu >li a:before {
position: absolute;
display: block;
width: 100%;
height: 200%;
top: -200%;
right: 0;
content: "";
opacity: 0.4;
filter: alpha(opacity=40);
background: linear-gradient(to top, #ffffff, #2A334B);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.p-container {
width: 100%;
height: 45px;
background: #000;
opacity: 0.5;
z-index: 2;
position: absolute;
text-align: center;
}
.p-text {
color: #fff;
font-size: 28px;
font-family: 'Exo', sans-serif;
font-weight: 700;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 50px;
z-index: 3;
opacity: 1;
}
@media (max-width:420px) {
.p-text {
padding-left: 15px;
padding-right: 25px;
}
}
.p-text span {
font-weight: 300;
font-size: 21px;
font-style: italic;
margin-right: 20px;
}
@media (max-width:430px) {
.p-text span {
display: none;
}
}
@media (max-width: 320px) {
.p-text {
padding-right: 0px;
}
.p-text span {
display: none;
}
}
.menu_bg {
background: none;
}
.menu_bg:after {
background: none;
}
.angle {
height: 107px;
background: url(//kormax.co.nz/images/angle.png) no-repeat;
width: 100%;
margin-top: 300px;
position: absolute;
z-index: 3;
}
.clear {
clear: both;
}
.footer ul li {
float: left;
margin-right: 20px;
border-right: dashed 1px #666;
padding-right: 70px;
}
@media (max-width:1199px) {
.footer ul li {
padding-right: 40px;
}
}
@media (max-width:979px) {
.footer ul li {
padding-right: 20px;
margin-right: 20px;
float: none;
display: inline;
}
.footer ul li:last-child {
padding-right: 0;
margin-right: 0;
border: none;
}
}
@media (max-width:607px) {
.footer ul {
margin-bottom: 50px;
}
.footer ul li {
padding-right: 0px;
margin-right: 0px;
float: none;
display: block;
border: none;
margin-bottom: 10px;
}
}
#menu-footer-menu {
margin-lett: 100px;
color: #fff;
font-family: 'Exo', sans-serif;
font-weight: 500;
font-size: 18px;
text-transform: uppercase;
}
#menu-footer-menu li {
position: relative;
}
#menu-footer-menu a {
color: #fff;
}
#menu-footer-menu a:hover {
color: #D2222A;
font-weight: 500!important;
}
#menu-footer-menu .sub-menu {
display: block;
position: absolute;
margin: 15px 0;
}
@media (max-width: 979px) {
#menu-footer-menu .sub-menu {
display: none;
}
}
#menu-footer-menu .sub-menu li {
float: none;
border: none;
text-align: left;
margin: 5px 0;
padding-right: 20px;
}
@media (max-width:1199px) {
#menu-footer-menu .sub-menu li {
padding-right: 30px;
}
}
#menu-footer-menu .sub-menu li a {
font-family: "Lato", sans-serif;
text-transform: none;
font-size: 14px;
padding: 0;
}
.footer-logo {
margin-right: 80px;
float: left;
}
.footer-logo img {
width: 80%;
}
@media (max-width:979px) {
.footer-logo {
margin-right: 0px;
float: none;
}
.footer-logo img {
margin: 0 0 30px;
width: auto;
}
}
a:hover, a:focus {
color: #D2222A;
text-decoration: none;
}
.hex-bg {
width: 600px;
height: 316px;
background: url(//kormax.co.nz/images/hex-bg.png) no-repeat;
margin-top: 300px;
left: 0;
position: absolute;
display: none;
}
.warehouse-bg {
width: 755px;
height: 379px;
background: url(//kormax.co.nz/images/warehouse-bg.png) no-repeat;
margin-top: 320px;
right: 0;
position: absolute;
z-index: 20;
display: none;
}
.footer #footer-text {
padding-top: 30px;
min-height: 280px;
}
@media (max-width:979px) {
.footer #footer-text {
margin-left: -30px;
min-height: 140px;
}
}
@media (max-width:579px) {
.footer #footer-text {
margin-left: 0px;
min-height: 230px;
}
}
.footer .footer-credit {
position: absolute;
bottom: 0;
left: 50%;
margin-left: -134px;
}
.footer .copyr_info a:hover {
color: #d2222a;
}
.footer .copyr_info .sep, .footer .sep {
font-size: 12px;
margin: 0 5px;
}
.pr-tab {
background: url(//kormax.co.nz/images/pr-tab.png) no-repeat;
width: 230px;
height: 71px;
position: absolute;
z-index: 20;
margin-top: -70px; left: 50%;
margin-left: -115px;
}
.nav .sf-menu .sub-menu > li:nth-child(odd) {
background-color: rgba(255,255,255,0.1);
}
.nav .sf-menu .sub-menu {
margin-top: 5px;
}
.isStuck .nav .sf-menu .sub-menu {
margin-top: 21px;
}
.isStuck .logo {
width: 70%;
}
@media (max-width:320px) {
.isStuck .logo {
width: auto;
}
}
.logo_poz {
width: 200px;
}
@media (max-width:568px) {
.logo_poz {
margin: 0 auto;
}
}
.menu_poz {
width: 890px;
}
@media (max-width:1199px) {
.menu_poz {
width: 720px;
}
.nav .sf-menu > li a {
font-size: 14px;
}
}
.nav .sf-menu >li a >div span {
font-family: 'Exo', sans-serif;
}
.footer .footer-widgets {
padding: 30px 0 0px;
}
@media (max-width:979px) {
.footer .footer-widgets {
padding: 30px 0 0 76px;
}
}
@media (max-width: 691px) {
.footer .footer-widgets {
padding: 30px 0 0;
}
}
@media (max-width:320px) {
.footer .footer-widgets {
padding: 30px 0 0 0px;
}
}
.content-holder {
padding: 0 0 100px 0;
background: #ffffff;
background: #ffffff; background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 30%, #ffffff 30%, #ffffff 30%, #ffffff 100%); background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 30%, #ffffff 30%, #ffffff 30%, #ffffff 100%); background: linear-gradient(to bottom, #ffffff 0%, #ffffff 30%, #ffffff 30%, #ffffff 30%, #ffffff 100%); }
.page-template-page-bronze .content-holder, .page-template-page-brass .content-holder, .page-template-page-aluminium .content-holder, .page-template-page-copper .content-holder, .page-template-page-iron .content-holder, .page-template-page-steel .content-holder { background: #ffffff; background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 30%, #f7f6f6 30%, #f7f6f6 30%, #ffffff 100%); background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 30%, #f7f6f6 30%, #f7f6f6 30%, #ffffff 100%); background: linear-gradient(to bottom, #ffffff 0%, #ffffff 30%, #f7f6f6 30%, #f7f6f6 30%, #ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); }
h1 {
font: normal 29px exo;
color: #666668;
font-weight: 700!important;
font-family: 'Exo', sans-serif;
}
.clear {
clear: both;
}
.key-features li {
list-style: none;
background: url(//kormax.co.nz/images/tick.png) no-repeat;
padding-left: 25px;
margin-bottom: 10px;
}
.title-section .breadcrumb li.active {
color: #D2222A;
}
.cat-icon {
position: absolute;
z-index: 20;
left: 280px;
margin-top: -20px;
width: 97px;
height: 97px;
top: 18px
}
.icon385 {
background: url(//kormax.co.nz/images/385.png) no-repeat;
}
.icon630 {
background: url(//kormax.co.nz/images/630.png) no-repeat;
}
.icon464 {
background: url(//kormax.co.nz/images/464.png) no-repeat;
}
.icon863 {
background: url(//kormax.co.nz/images/863.png) no-repeat;
}
.icon954 {
background: url(//kormax.co.nz/images/954.png) no-repeat;
}
.iconab2 {
background: url(//kormax.co.nz/images/ab2.png) no-repeat;
}
.iconlg2 {
background: url(//kormax.co.nz/images/lg2.png) no-repeat;
}
.iconpb1 {
background: url(//kormax.co.nz/images/pb1.png) no-repeat;
}
.iconac {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/AC_kormax.png) no-repeat;
}
.iconacb {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/ACB_kormax.png) no-repeat;
}
.iconacm {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/ACM_kormax.png) no-repeat;
}
.iconacr {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/ACR_kormax.png) no-repeat;
}
.iconhd {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/HD_kormax.png) no-repeat;
}
.iconny {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/NY_kormax.png) no-repeat;
}
.iconnyg {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/NYG_kormx.png) no-repeat;
}
.iconnym {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/NYM_kormax.png) no-repeat;
}
.iconpc {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/PC_kormax.png) no-repeat;
}
.iconpe1 {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/PE1_kormax.png) no-repeat;
}
.iconpk {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/PK_kormax.png) no-repeat;
}
.iconpkb {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/PKB_kormax.png) no-repeat;
}
.iconpet {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/PET_kormax.png) no-repeat;
}
.iconpem {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/PEM_kormax.png) no-repeat;
}
.iconpp {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/PP_kormax.png) no-repeat;
}
.iconpu {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/PU_kormax.png) no-repeat;
}
.iconptf {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/PTF_kormax.png) no-repeat;
}
.iconpvc {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/PVC_kormax.png) no-repeat;
}
.iconuh {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/UH_kormax.png) no-repeat;
}
.iconuhm {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/UHM_kormax.png) no-repeat;
}
.iconuhe {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/UHE.png) no-repeat;
}
.iconuhb {
background: url(//kormax.co.nz/wp-content/themes/theme54581/images/UHB_kormax.png) no-repeat;
}
.machine-options {
margin-left: 10px;
}
.machine-options img {
margin-top: 10px;
margin-right: 10px;
}
.menu_bg.act_1 {
border-bottom: 5px solid #fff;
height: 70px;
}
.single .title-section {
margin-left: -30px;
}
@media (min-width:569px) and (max-width:767px) {
.single .title-section {
margin-left: 0px;
}
}
@media (max-width:320px) {
.single .title-section {
margin-left: 0px;
padding-left: 30px;
}
}
h4 {
text-transform: uppercase;
font-family: exo;
font-weight: 700;
font-size: 17.67px;
color: #2B354D;
}
.nav .sf-menu .sub-menu {
background: #6B7283;
color: #fff;
}
.nav .sf-menu .sub-menu li a {
color: #fff;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
font-size: 16px;
font-family: lato;
}
.nav .sf-menu .sub-menu li a:hover {
color: #fff;
text-decoration: underline;
}
hr {
margin: 0;
border: 0;
border-top: 1px solid #ccc;
border-bottom: 1px solid #fff;
}
table {
margin-top: 10px;
width: 100%;
border: 1px solid #dddddd;
font-family: 'Trebuchet MS', sans-serif;
font-size: 13px;
line-height: 20px;
font-weight: 400;
color: #4e5051;
margin: 0;
padding: 0;
margin-bottom: 20px;
}
table > tbody > tr:nth-child(odd) > td, table > tbody > tr:nth-child(odd) > th {
background-color: #f4f4f4;
}
table > tbody > tr > td, .table > tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #dddddd;
}
tr:nth-child(1) {
font-weight: 700;
text-transform: uppercase;
font-size: 16px;
font-family: exo;
} .sround {
background: url(//kormax.co.nz/images/cylinder.png) no-repeat 0 0; width: 38px;
height: 25px;
display: inline-block;
vertical-align: middle;
}
.sheet {
background: url(//kormax.co.nz/images/sheet.png) no-repeat 0 0; width: 38px;
height: 25px;
display: inline-block;
vertical-align: middle;
}
.tuberound {
background: url(//kormax.co.nz/images/tuberound.png) no-repeat 0 0; width: 38px;
height: 25px;
display: inline-block;
vertical-align: middle;
}
.hex {
background: url(//kormax.co.nz/images/hex.png) no-repeat 0 0; width: 38px;
height: 25px;
display: inline-block;
vertical-align: middle;
}
.rec {
background: url(//kormax.co.nz/images/rec.png) no-repeat 0 0; width: 38px;
height: 25px;
display: inline-block;
vertical-align: middle;
}
.hround {
background: url(//kormax.co.nz/images/hround.png) no-repeat 0 0; width: 38px;
height: 25px;
display: inline-block;
vertical-align: middle;
}
.square {
background: url(//kormax.co.nz/images/square.png) no-repeat 0 0; width: 38px;
height: 25px;
display: inline-block;
vertical-align: middle;
}
.hfround {
background: url(//kormax.co.nz/images/hfround.png) no-repeat 0 0; width: 38px;
height: 25px;
display: inline-block;
vertical-align: middle;
}
.angleb {
background: url(//kormax.co.nz/images/angleb.png) no-repeat 0 0; width: 38px;
height: 25px;
display: inline-block;
vertical-align: middle;
}
.tube {
background: url(//kormax.co.nz/images/tube.png) no-repeat 0 0; width: 38px;
height: 25px;
display: inline-block;
vertical-align: middle;
}
.bush {
background: url(//kormax.co.nz/images/bush.png) no-repeat 0 0; width: 38px;
height: 25px;
display: inline-block;
vertical-align: middle;
}
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder input[type="tel"], .main-holder textarea {
padding: 0px 0px 0px 20px !important;
}
input#btn_start_again {
background: #666;
color: #fff;
cursor: pointer;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
margin-bottom: 0;
}
.widget.visible-all-devices, .widget.visible-desktop, .widget.visible-tablet, .widget.visible-phone, .widget.hidden-phone, .widget.hidden-desktop, .widget.hidden-table {
position: static;
top: 8.7%;
left: auto;
right: auto;
width: auto;
margin-left: -20px;
}
@media (max-width: 320px) {
.widget.visible-all-devices, .widget.visible-desktop, .widget.visible-tablet, .widget.visible-phone, .widget.hidden-phone, .widget.hidden-desktop, .widget.hidden-table {
position: relative;
top: 0;
left: 0;
width: auto;
}
}
input[type="submit"], input[type="reset"] {
vertical-align: top;
height: 50px;
width: 228px;
}
.cat-button {
background: #2A344C;
text-align: center;
font-family: exo;
font-weight: bold;
font-size: 16px;
padding: 18px;
text-transform: uppercase;
color: #fff;
margin-top: 20px;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
border-radius: 5px;
}
.cat-button:hover {
color: #fff;
border-radius: 20px;
background: #DE5E64;
}
.controlBtn {
display: none!important;
}
.home .content-holder {
padding: 0 0 20px 0;
}
@media screen and (max-width: 1800px) {
.parallax-slider #mainCaptionHolder .container .slider_caption {
text-align: right;
margin-right: -20%;
}
}
@media screen and (max-width: 1680px) {
.parallax-slider #mainCaptionHolder .container .slider_caption {
text-align: right;
margin-right: -15%;
}
}
@media screen and (max-width: 1550px) {
.parallax-slider #mainCaptionHolder .container .slider_caption {
text-align: right;
margin-right: -10%;
}
}
@media screen and (max-width: 1440px) {
.parallax-slider #mainCaptionHolder .container .slider_caption {
text-align: right;
margin-right: -5%;
}
}
@media screen and (max-width: 1330px) {
.parallax-slider #mainCaptionHolder .container .slider_caption {
text-align: right;
margin-right: 0;
}
}
@media screen and (max-width: 979px) {
.parallax-slider #mainCaptionHolder .container .slider_caption h2 {
font-size: 30px !important;
line-height: 35px!important;
}
.select-menu {
display: block!important;
}
#topnav {
display: none!important;
}
}
.select-menu {
display: none;
border: 1px solid #DDD;
background-color: #e4e4e4;
width: 12%;
height: 30px;
padding: 5px;
margin: 0;
cursor: pointer;
outline: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-left: 20px;
float: left;
}
@media (min-width:569px) and (max-width:767px) {
.select-menu {
width: 50%;
}
}
.category-tile-bg {
background: #f4f4f4 none repeat scroll 0 0;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
float: left;
margin-bottom: 50px;
margin-right: 55px;
min-height: 370px;
padding: 15px 15px 70px;
position: relative;
transition: all 0.5s ease 0s;
width: 322px;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
}
.category-title {
background: #D9D9D9;
text-align: left;
font-family: exo;
font-size: 18px;
padding: 18px 60px 18px 18px;
text-transform: uppercase;
margin-bottom: 20px;
line-height: 21px;
border-radius: 5px;
color: #666;
}
.category-heading {
font-family: lato;
font-weight: 700;
color: #666;
text-transform: uppercase;
font-size: 17px;
margin-left: 10px;
}
@media screen and (max-width: 568px) {
.category-tile-bg {
width: 100%!important;
margin-left: -20px!important;
}
.cat-icon {
display: none;
}
.service-box2 {
margin-right: 0!important;
}
.service-box2 .icon {
transition: none!important;
}
.service-box2:hover .icon {
transform: none!important;
}
}
@media screen and (max-width: 1198px) {
.menu_poz {
width: 720px;
}
.nav .sf-menu > li a {
font-size: 14px!important;
}
}
@media (min-width:768px) and (max-width: 979px) {
.menu_poz {
width: 60%!important;
}
.select-menu {
width: 50%!important;
}
}
@media screen and (max-width: 979px) {
.metal-tile {
margin-bottom: 25px;
}
.footer-links {
margin: 0;
}
}
@media screen and (max-width: 691px) {
.metal-tile {
float: none;
margin: 0 auto 25px;
}
}
@media (max-width:568px) {
.menu_poz {
width: 100%;
}
.select-menu {
width: 90%!important;
}
}
@media (max-width: 1199px) {
.category-tile-bg:nth-child(2n+1) {
clear: both;
}
.category-tile-bg:nth-child(2n) {
margin-right: 0;
}
}
@media (min-width: 1200px) {
.category-tile-bg:nth-child(3n+1) {
clear: both;
}
.category-tile-bg:nth-child(3n) {
margin-right: 0;
}
}
@media (max-width: 823px) {
.category-tile-bg {
width: 310px;
}
}
@media (max-width: 691px) {
.content-holder {
background: #ffffff!important;
}
}
.form-field .text {
width: 68%;
}
.searchform_div {
padding: 20px!important;
background: #F1F1F1!important;
padding: 5px 20px 20px 20px!important;
}
.selector-button {
margin-left: -20px;
width: 261px;
height: 98px;
background-image: url(//kormax.co.nz/images/selector.png);
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
} .height-fix {
min-height: 500px;
}
#menu-item-2226 > a {
cursor: default;
}
li#menu-item-2238 a {
color: #D2222A!important;
font-size: 28px!important;
letter-spacing: -2px!important;
}
.single-products .single-bg {
background-image: url(//kormax.co.nz/images/single-bg.gif);
}
.wpcf7 input[type="text"], .main-holder input[type="email"], .main-holder textarea {
border: #fff solid 2px!important;
color: #fff;
}
.main-holder textarea {
width: 88%;
padding-top: 20px!important;
}
.page-id-14 .wpcf7 input[type="text"], .page-id-14 .main-holder input[type="email"] {
border: #ddd solid 2px!important;
color: #666;
width: 70%;
}
.page-id-14 .wpcf7 textarea {
border: #ddd solid 2px!important;
color: #666;
padding: 16px 20px!important;
}
.nav .sf-menu .sub-menu li {
font: 300 13px/22px 'Ubuntu', sans-serif;
letter-spacing: 0;
background: transparent;
margin-bottom: 1px;
margin-left: 0;
padding: 5px 10px;
}
.widget-wrapper {
width: 20%;
float: left;
padding: 85px 0 0 50px;
overflow: auto;
background: #ccc;
color: #fff;
}
@media (max-width: 1024px) {
.widget-wrapper {
width: 22%;
padding: 100px 0 0 41px;
overflow: visible;
}
.single-products .single-bg {
background-image: url(//kormax.co.nz/images/single-bg-med.gif);
}
}
@media (min-width: 1025px) and (max-width:1199px) {
.widget-wrapper {
width: 22%;
padding: 100px 0 0 41px;
overflow: visible;
}
.single-products .single-bg {
background-image: url(//kormax.co.nz/images/single-bg-med.gif);
}
}
@media (max-width: 768px) {
.single-products .single-bg {
background-image: none;
}
.single-products .span12 {
width: 100%!important;
}
.widget-wrapper {
padding: 20px 0 0 41px;
width: 100%;
}
.title-section h1 {
margin: 0 0 6px 8px;
}
.title-section .breadcrumb {
margin-left: -30px;
}
}
@media (max-width:568px) {
.single .title-section {
margin-left: 0;
}
.select-menu {
width: 45%;
float: none;
clear: both;
}
h4, #overview {
margin-left: 10px;
}
.wpcf7-form p {
margin-left: 0;
}
}
@media (min-width:569px) and (max-width: 767px) {
h4, #overview, p {
margin-left: 10px;
}
}
@media (max-width: 320px) {
.single .title-section {
padding-left: 0;
}
.logo {
width: 60%;
width: auto;
margin: 0 auto;
}
.select-menu {
width: 19%;
margin: -15px 0 0 20px;
}
.row_div {
width: 80%;
text-align: center;
}
}
a {
color: #D2222A;
}
.page-id-9 .content-holder {
padding: 0;
}
.page-id-9 .title-section {
margin-bottom: -60px;
}
.page-template-page-content-php .span8 {
width: 100%;
}
.headline-text {
font-size: 20px;
line-height: 25px;
font-family: exo;
margin-bottom: 40px;
margin-top: -10px;
}
.caption-text {
margin-top: 20px;
font-style: italic;
font-size: 16px;
}
.text-column {
width: 50%;
float: left;
}
.img-column {
width: 45%;
float: left;
margin-right: 5%;
}
@media (max-width:1199px) {
.text-column {
width: 50%;
}
.img-column {
width: 30%;
}
.headline-text {
width: 83%;
}
}
@media (max-width:979px) {
.text-column {
width: 38%;
}
.headline-text {
width: 74%;
}
}
@media (max-width:954px) {
.text-column {
width: 100%;
}
.img-column {
width: 100%;
}
.img-column img {
width: 100%;
}
.headline-text {
width: 100%;
}
}
.slider4 {
display: block;
}
.mobile-prod-range {
display: none;
}
@media (max-width:1024px) {
.slider4 a {
width: 234px!important;
margin-right: 5px!important;
}
.bx-wrapper .bx-prev {
left: -37px!important;
}
.bx-wrapper .bx-next {
right: -37px!important;
}
}
@media (max-width:768px) {
.slider4, .bx-controls-direction {
display: none;
}
.mobile-prod-range {
display: block;
}
}
.icon110 {
background: url(//kormax.co.nz/images/110.png) no-repeat;
}
.icon3d {
background: url(//kormax.co.nz/images/3d.png) no-repeat;
}
.icon4e {
background: url(//kormax.co.nz/images/4e.png) no-repeat;
}
.icon6061 {
background: url(//kormax.co.nz/images/6061.png) no-repeat;
}
.metal-tile p {
color: #666;
}
.footer-cap {
width: 100%;
height: 200px;
background: #2A344B;
z-index: 5000;
position: relative;
}
input:focus[type="email"], input:focus[type="tel"], input:focus[type="text"], .main-holder textarea:focus {
background-color: #646978;
color: #fff;
}
.widget {
margin-bottom: 0;
}
hr.mod {
margin: 0;
border: 0;
border-top: 1px solid #ccc;
border-bottom: 1px dashed #fff;
width: 87%;
padding-top: 5px;
}
h2 {
margin-bottom: 5px;
margin-top: 5px;
}
.wpcf7 input[type="text"], .page-id-14 .main-holder input[type="email"] {
color: #fff;
}
.page-id-14 .wpcf7 input[type="text"], .page-id-14 .main-holder input[type="email"] {
color: #fff;
}
.pf-caption {
font-size: 12px;
line-height: 20px;
width: 240px;
}
li#menu-item-2238 {
margin-left: 50px;
}
.test-class {
margin: 20px;
}
.searchform_div {
padding: 20px!important;
background: #fff;
font-family: arial;
color: #A0A0A0;
font-size: 12px;
-webkit-box-shadow: inset 0px 0px 36px 2px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0px 0px 36px 2px rgba(0,0,0,0.1);
box-shadow: inset 0px 0px 36px 2px rgba(0,0,0,0.1);
margin-top: 20px;
}
.parallax-slider #mainCaptionHolder {
height: 130%;
}
@media (max-width:1200px) {
.parallax-slider #mainCaptionHolder {
height: 110%;
}
}
@media (max-width:767px) {
.angle {
display: none;
}
.header {
padding-bottom: 20px;
}
}
@media (max-width:595px) {
.parallax-slider {
height: 450px!important;
}
}
h6 {
font-size: 20px!important;
padding: 0;
margin: 10px 0 10px;
font-weight: normal;
font-family: exo, arial!important;
color: #666;
}
.row_div {
min-width: 150px;
text-align: center;
-webkit-box-shadow: inset 0px 0px 36px 2px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0px 0px 36px 2px rgba(0,0,0,0.05);
box-shadow: inset 0px 0px 36px 2px rgba(0,0,0,0.05);
}
.row_div img {
margin-bottom: 20px!important;
margin-top: 30px!important;
}
@media (max-width:979px) {
.block_menu {
display: none;
}
.parallax-slider-img.obj-inner {
opacity: 0.3;
}
}
#wprmenu_bar {
background: #4A5264;
}
.custom_poz .logo {
padding: 19px 0 0;
}
.parallax-slider {
height: 400px!important;
background: #212A3B;
}
@media (max-width: 767px) {
.parallax-slider #mainCaptionHolder .container >div {
padding-bottom: 100px;
}
}
textarea#physical_location {
width: 100%;
min-height: 80px;
font-family: arial;
}
.page-id-14 span.wpcf7-form-control-wrap {
display: block;
background: #ccc;
}
.page-id-14 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
width: 100%;
}
.page-id-14 textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
width: 100%;
color: #fff;
}
.page-id-2559 span.wpcf7-form-control-wrap {
display: block;
background: #ccc;
}
.page-id-2559 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
width: 100%;
}
.plastics-tile {
background: rgba(0, 0, 0, 0) url(//kormax.co.nz/images/plastic.jpg) no-repeat scroll 0 0;
}
.category-tile-bg > a > .cat-button {
bottom: 15px;
left: 15px;
position: absolute;
right: 15px;
}
.span12 > #machining {
padding-right: 19px;
}
.bx-viewport h5 {
margin: 0 !important;
}
.tile-text h1 {
font-size: 28px!important;
font-family: 'Exo', sans-serif!important;
font-weight: 300!important;
color: #666!important;
line-height: 1!important;
text-transform:uppercase!important;
}
.page-id-2559 .span5 {
width:400px;
}
.dataTables_wrapper {
float:left;
text-align:left;
width:100%;
}
#igsv-1-1ea-fvme89xua7xz3xkeqlgroygpmer-97x2o2mmd_i0 {
width: 100%!important;
}@font-face{font-family:'FontAwesome';src:url(/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0);src:url(/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}