@charset "UTF-8";
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-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{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.threeandpartners.com/wp-content/themes/hickshynson/js/libs/owl-carousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}

.fancybox-enabled {
overflow: hidden; }
.fancybox-enabled body {
overflow: visible;
height: 100%; }
.fancybox-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99993;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; } .fancybox-container ~ .fancybox-container {
z-index: 99992; }
.fancybox-bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #0f0f11;
opacity: 0;
transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fancybox-container--ready .fancybox-bg {
opacity: 0.87;
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
.fancybox-controls {
position: absolute;
top: 0;
left: 0;
right: 0;
text-align: center;
opacity: 0;
z-index: 99994;
transition: opacity .2s;
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
direction: ltr; }
.fancybox-show-controls .fancybox-controls {
opacity: 1; }
.fancybox-infobar {
display: none; }
.fancybox-show-infobar .fancybox-infobar {
display: inline-block;
pointer-events: all; }
.fancybox-infobar__body {
display: inline-block;
width: 70px;
line-height: 44px;
font-size: 13px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
text-align: center;
color: #ddd;
background-color: rgba(30, 30, 30, 0.7);
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
-webkit-font-smoothing: subpixel-antialiased; }
.fancybox-buttons {
position: absolute;
top: 0;
right: 0;
display: none;
pointer-events: all; }
.fancybox-show-buttons .fancybox-buttons {
display: block; }
.fancybox-slider-wrap {
overflow: hidden;
direction: ltr; }
.fancybox-slider-wrap,
.fancybox-slider {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 0;
margin: 0;
z-index: 99993;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-tap-highlight-color: transparent; }
.fancybox-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: auto;
outline: none;
white-space: normal;
box-sizing: border-box;
text-align: center;
z-index: 99994;
-webkit-overflow-scrolling: touch; }
.fancybox-slide::before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0; }
.fancybox-slide > * {
display: inline-block;
position: relative;
padding: 40px;
margin: 44px 0 44px;
border-width: 0;
vertical-align: middle;
text-align: left;
background-color: #fff;
overflow: auto;
box-sizing: border-box; }
.fancybox-slide--image {
overflow: hidden; }
.fancybox-slide--image::before {
display: none; }
.fancybox-content {
display: inline-block;
position: relative;
margin: 44px auto;
padding: 0;
border: 0;
width: 80%;
height: calc(100% - 88px);
vertical-align: middle;
line-height: normal;
text-align: left;
white-space: normal;
outline: none;
font-size: 16px;
font-family: Arial, sans-serif;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
-webkit-overflow-scrolling: touch; }
.fancybox-iframe {
display: block;
margin: 0;
padding: 0;
border: 0;
width: 100%;
height: 100%;
background: #fff; }
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
background: transparent; }
.fancybox-placeholder {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
border: 0;
z-index: 99995;
background: transparent;
cursor: default;
overflow: visible;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
background-size: 100% 100%;
background-repeat: no-repeat;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fancybox-image,
.fancybox-spaceball {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
max-width: none;
max-height: none;
background: transparent;
background-size: 100% 100%; }
.fancybox-controls--canzoomOut .fancybox-placeholder {
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.fancybox-controls--canzoomIn .fancybox-placeholder {
cursor: -webkit-zoom-in;
cursor: zoom-in; }
.fancybox-controls--canGrab .fancybox-placeholder {
cursor: -webkit-grab;
cursor: grab; }
.fancybox-controls--isGrabbing .fancybox-placeholder {
cursor: -webkit-grabbing;
cursor: grabbing; }
.fancybox-spaceball {
z-index: 1; }
.fancybox-tmp {
position: absolute;
top: -9999px;
left: -9999px;
visibility: hidden; }
.fancybox-error {
position: absolute;
margin: 0;
padding: 40px;
top: 50%;
left: 50%;
width: 380px;
max-width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: #fff;
cursor: default; }
.fancybox-error p {
margin: 0;
padding: 0;
color: #444;
font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }
.fancybox-close-small {
position: absolute;
width: 44px;
height: 44px;
padding: 0;
margin: 0;
border: 0;
top: 30px;
right: 30px;
left: auto;
color: #49494a;
border-radius: 0;
outline: none;
background: transparent;
z-index: 10;
cursor: pointer;
}                 .fancybox-close-small:after {
background-color: transparent;
font-family: 'linearicons';  font-size: 20px;
z-index: 99;
font-weight: normal;
display: inline-block;
top: 50%; -webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.fancybox-close-small:after {
content: '\e92a';
}
.fancybox-slide--video .fancybox-close-small {
top: -36px;
right: -36px;
background: transparent;
}
.fancybox-close-small:hover {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
} .fancybox-caption-wrap {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 60px 30px 0 30px;
z-index: 99998;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
box-sizing: border-box;
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
opacity: 0;
transition: opacity .2s;
pointer-events: none; }
.fancybox-show-caption .fancybox-caption-wrap {
opacity: 1; }
.fancybox-caption {
padding: 30px 0;
border-top: 1px solid rgba(255, 255, 255, 0.4);
font-size: 14px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color: #fff;
line-height: 20px;
-webkit-text-size-adjust: none; }
.fancybox-caption a,
.fancybox-caption button {
pointer-events: all; }
.fancybox-caption a {
color: #fff;
text-decoration: underline; } .fancybox-button {
display: inline-block;
position: relative;
width: 44px;
height: 44px;
line-height: 44px;
margin: 0;
padding: 0;
border: 0;
border-radius: 0;
cursor: pointer;
background: transparent;
color: #fff;
box-sizing: border-box;
vertical-align: top;
outline: none; }
.fancybox-button--disabled {
cursor: default;
pointer-events: none; }
.fancybox-infobar__body, .fancybox-button {
background: rgba(30, 30, 30, 0.6); }
.fancybox-button:hover {
background: rgba(0, 0, 0, 0.8); }
.fancybox-button::before,
.fancybox-button::after {
content: '';
pointer-events: none;
position: absolute;
border-color: #fff;
background-color: currentColor;
color: currentColor;
opacity: 0.9;
box-sizing: border-box;
display: inline-block; }
.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
opacity: 0.5; }
.fancybox-button--left::after {
left: 20px;
top: 18px;
width: 6px;
height: 6px;
background: transparent;
border-top: solid 2px currentColor;
border-right: solid 2px currentColor;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg); }
.fancybox-button--right::after {
right: 20px;
top: 18px;
width: 6px;
height: 6px;
background: transparent;
border-top: solid 2px currentColor;
border-right: solid 2px currentColor;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.fancybox-button--left {
border-bottom-left-radius: 5px; }
.fancybox-button--right {
border-bottom-right-radius: 5px; }
.fancybox-button--close {
float: right; }
.fancybox-button--close::before, .fancybox-button--close::after {
content: '';
display: inline-block;
position: absolute;
height: 2px;
width: 16px;
top: calc(50% - 1px);
left: calc(50% - 8px); }
.fancybox-button--close::before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.fancybox-button--close::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); } .fancybox-loading {
border: 6px solid rgba(100, 100, 100, 0.4);
border-top: 6px solid rgba(255, 255, 255, 0.6);
border-radius: 100%;
height: 50px;
width: 50px;
-webkit-animation: fancybox-rotate .8s infinite linear;
animation: fancybox-rotate .8s infinite linear;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
margin-top: -25px;
margin-left: -25px;
z-index: 99999; }
@-webkit-keyframes fancybox-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
@keyframes fancybox-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } } @media all and (max-width: 800px) {
.fancybox-controls {
text-align: left; }
.fancybox-button--left,
.fancybox-button--right,
.fancybox-buttons button:not(.fancybox-button--close) {
display: none !important; }
.fancybox-caption {
padding: 20px 0;
margin: 0; } } .fancybox-button--fullscreen::before {
width: 15px;
height: 11px;
left: 15px;
top: 16px;
border: 2px solid;
background: none; } .fancybox-button--play::before {
top: 16px;
left: 18px;
width: 0;
height: 0;
border-top: 6px inset transparent;
border-bottom: 6px inset transparent;
border-left: 10px solid;
border-radius: 1px;
background: transparent; }
.fancybox-button--pause::before {
top: 16px;
left: 18px;
width: 7px;
height: 11px;
border-style: solid;
border-width: 0 2px 0 2px;
background: transparent; } .fancybox-button--thumbs span {
font-size: 23px; }
.fancybox-button--thumbs::before {
top: 20px;
left: 21px;
width: 3px;
height: 3px;
box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
right: 220px; }
.fancybox-thumbs {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: auto;
width: 220px;
margin: 0;
padding: 5px 5px 0 0;
background: #fff;
z-index: 99993;
word-break: normal;
-webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: transparent;
box-sizing: border-box; }
.fancybox-thumbs > ul {
list-style: none;
position: absolute;
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: auto;
font-size: 0; }
.fancybox-thumbs > ul > li {
float: left;
overflow: hidden;
max-width: 50%;
padding: 0;
margin: 0;
width: 105px;
height: 75px;
position: relative;
cursor: pointer;
outline: none;
border: 5px solid #fff;
border-top-width: 0;
border-right-width: 0;
-webkit-tap-highlight-color: transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
box-sizing: border-box; }
li.fancybox-thumbs-loading {
background: rgba(0, 0, 0, 0.1); }
.fancybox-thumbs > ul > li > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
max-width: none;
max-height: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.fancybox-thumbs > ul > li:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 2px;
border: 4px solid #4ea7f9;
z-index: 99991;
opacity: 0;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
opacity: 1; } @media all and (max-width: 800px) {
.fancybox-thumbs {
display: none !important; }
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
right: 0; } }.appear-animation {
opacity: 0;
}
.appear-animation-visible {
opacity: 1;
}
.animated,
.appear-animation {
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
}
@-moz-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@-o-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
-moz-animation-name: flash;
-o-animation-name: flash;
animation-name: flash;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
opacity: 1;
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
}
}
@-moz-keyframes shake {
0%, 100% {
-moz-transform: translateX(0);
opacity: 1;
}
10%, 30%, 50%, 70%, 90% {
-moz-transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-moz-transform: translateX(10px);
}
}
@-o-keyframes shake {
0%, 100% {
-o-transform: translateX(0);
opacity: 1;
}
10%, 30%, 50%, 70%, 90% {
-o-transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-o-transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
transform: translateX(0);
opacity: 1;
}
10%, 30%, 50%, 70%, 90% {
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
transform: translateX(10px);
}
}
.shake {
-webkit-animation-name: shake;
-moz-animation-name: shake;
-o-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
opacity: 1;
}
40% {
-webkit-transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
}
}
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
opacity: 1;
}
40% {
-moz-transform: translateY(-30px);
}
60% {
-moz-transform: translateY(-15px);
}
}
@-o-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-o-transform: translateY(0);
opacity: 1;
}
40% {
-o-transform: translateY(-30px);
}
60% {
-o-transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
opacity: 1;
}
40% {
transform: translateY(-30px);
}
60% {
transform: translateY(-15px);
}
}
.bounce {
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
-o-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
opacity: 1;
}
}
@-moz-keyframes tada {
0% {
-moz-transform: scale(1);
}
10%, 20% {
-moz-transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-moz-transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-moz-transform: scale(1.1) rotate(-3deg);
}
100% {
-moz-transform: scale(1) rotate(0);
opacity: 1;
}
}
@-o-keyframes tada {
0% {
-o-transform: scale(1);
}
10%, 20% {
-o-transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-o-transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-o-transform: scale(1.1) rotate(-3deg);
}
100% {
-o-transform: scale(1) rotate(0);
opacity: 1;
}
}
@keyframes tada {
0% {
transform: scale(1);
}
10%, 20% {
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
transform: scale(1.1) rotate(-3deg);
}
100% {
transform: scale(1) rotate(0);
opacity: 1;
}
}
.tada {
-webkit-animation-name: tada;
-moz-animation-name: tada;
-o-animation-name: tada;
animation-name: tada;
}
@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% {
-webkit-transform-origin: top center;
}
20% {
-webkit-transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
opacity: 1;
}
}
@-moz-keyframes swing {
20% {
-moz-transform: rotate(15deg);
}
40% {
-moz-transform: rotate(-10deg);
}
60% {
-moz-transform: rotate(5deg);
}
80% {
-moz-transform: rotate(-5deg);
}
100% {
-moz-transform: rotate(0deg);
opacity: 1;
}
}
@-o-keyframes swing {
20% {
-o-transform: rotate(15deg);
}
40% {
-o-transform: rotate(-10deg);
}
60% {
-o-transform: rotate(5deg);
}
80% {
-o-transform: rotate(-5deg);
}
100% {
-o-transform: rotate(0deg);
opacity: 1;
}
}
@keyframes swing {
20% {
transform: rotate(15deg);
}
40% {
transform: rotate(-10deg);
}
60% {
transform: rotate(5deg);
}
80% {
transform: rotate(-5deg);
}
100% {
transform: rotate(0deg);
opacity: 1;
}
}
.swing {
-webkit-transform-origin: top center;
-moz-transform-origin: top center;
-o-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
-moz-animation-name: swing;
-o-animation-name: swing;
animation-name: swing;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
opacity: 1;
}
}
@-moz-keyframes wobble {
0% {
-moz-transform: translateX(0%);
}
15% {
-moz-transform: translateX(-25%) rotate(-5deg);
}
30% {
-moz-transform: translateX(20%) rotate(3deg);
}
45% {
-moz-transform: translateX(-15%) rotate(-3deg);
}
60% {
-moz-transform: translateX(10%) rotate(2deg);
}
75% {
-moz-transform: translateX(-5%) rotate(-1deg);
}
100% {
-moz-transform: translateX(0%);
opacity: 1;
}
}
@-o-keyframes wobble {
0% {
-o-transform: translateX(0%);
}
15% {
-o-transform: translateX(-25%) rotate(-5deg);
}
30% {
-o-transform: translateX(20%) rotate(3deg);
}
45% {
-o-transform: translateX(-15%) rotate(-3deg);
}
60% {
-o-transform: translateX(10%) rotate(2deg);
}
75% {
-o-transform: translateX(-5%) rotate(-1deg);
}
100% {
-o-transform: translateX(0%);
opacity: 1;
}
}
@keyframes wobble {
0% {
transform: translateX(0%);
}
15% {
transform: translateX(-25%) rotate(-5deg);
}
30% {
transform: translateX(20%) rotate(3deg);
}
45% {
transform: translateX(-15%) rotate(-3deg);
}
60% {
transform: translateX(10%) rotate(2deg);
}
75% {
transform: translateX(-5%) rotate(-1deg);
}
100% {
transform: translateX(0%);
opacity: 1;
}
}
.wobble {
-webkit-animation-name: wobble;
-moz-animation-name: wobble;
-o-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes wiggle {
0% {
-webkit-transform: skewX(9deg);
}
10% {
-webkit-transform: skewX(-8deg);
}
20% {
-webkit-transform: skewX(7deg);
}
30% {
-webkit-transform: skewX(-6deg);
}
40% {
-webkit-transform: skewX(5deg);
}
50% {
-webkit-transform: skewX(-4deg);
}
60% {
-webkit-transform: skewX(3deg);
}
70% {
-webkit-transform: skewX(-2deg);
}
80% {
-webkit-transform: skewX(1deg);
}
90% {
-webkit-transform: skewX(0deg);
}
100% {
-webkit-transform: skewX(0deg);
opacity: 1;
}
}
@-moz-keyframes wiggle {
0% {
-moz-transform: skewX(9deg);
}
10% {
-moz-transform: skewX(-8deg);
}
20% {
-moz-transform: skewX(7deg);
}
30% {
-moz-transform: skewX(-6deg);
}
40% {
-moz-transform: skewX(5deg);
}
50% {
-moz-transform: skewX(-4deg);
}
60% {
-moz-transform: skewX(3deg);
}
70% {
-moz-transform: skewX(-2deg);
}
80% {
-moz-transform: skewX(1deg);
}
90% {
-moz-transform: skewX(0deg);
}
100% {
-moz-transform: skewX(0deg);
opacity: 1;
}
}
@-o-keyframes wiggle {
0% {
-o-transform: skewX(9deg);
}
10% {
-o-transform: skewX(-8deg);
}
20% {
-o-transform: skewX(7deg);
}
30% {
-o-transform: skewX(-6deg);
}
40% {
-o-transform: skewX(5deg);
}
50% {
-o-transform: skewX(-4deg);
}
60% {
-o-transform: skewX(3deg);
}
70% {
-o-transform: skewX(-2deg);
}
80% {
-o-transform: skewX(1deg);
}
90% {
-o-transform: skewX(0deg);
}
100% {
-o-transform: skewX(0deg);
opacity: 1;
}
}
@keyframes wiggle {
0% {
transform: skewX(9deg);
}
10% {
transform: skewX(-8deg);
}
20% {
transform: skewX(7deg);
}
30% {
transform: skewX(-6deg);
}
40% {
transform: skewX(5deg);
}
50% {
transform: skewX(-4deg);
}
60% {
transform: skewX(3deg);
}
70% {
transform: skewX(-2deg);
}
80% {
transform: skewX(1deg);
}
90% {
transform: skewX(0deg);
}
100% {
transform: skewX(0deg);
opacity: 1;
}
}
.wiggle {
-webkit-animation-name: wiggle;
-moz-animation-name: wiggle;
-o-animation-name: wiggle;
animation-name: wiggle;
-webkit-animation-timing-function: ease-in;
-moz-animation-timing-function: ease-in;
-o-animation-timing-function: ease-in;
animation-timing-function: ease-in;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes pulse {
0% {
-moz-transform: scale(1);
}
50% {
-moz-transform: scale(1.1);
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@-o-keyframes pulse {
0% {
-o-transform: scale(1);
}
50% {
-o-transform: scale(1.1);
}
100% {
-o-transform: scale(1);
opacity: 1;
}
}
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
opacity: 1;
}
}
.pulse {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-o-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-moz-transform: translateY(20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUp {
0% {
opacity: 0;
-o-transform: translateY(20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
-o-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDown {
0% {
opacity: 0;
-moz-transform: translateY(-20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDown {
0% {
opacity: 0;
-o-transform: translateY(-20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInLeft {
0% {
opacity: 0;
-o-transform: translateX(-20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translateX(-20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
-moz-animation-name: fadeInLeft;
-o-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInRight {
0% {
opacity: 0;
-moz-transform: translateX(20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInRight {
0% {
opacity: 0;
-o-transform: translateX(20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
-moz-animation-name: fadeInRight;
-o-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUpBig {
0% {
opacity: 0;
-moz-transform: translateY(2000px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUpBig {
0% {
opacity: 0;
-o-transform: translateY(2000px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
transform: translateY(2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
-moz-animation-name: fadeInUpBig;
-o-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDownBig {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDownBig {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
transform: translateY(-2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
-moz-animation-name: fadeInDownBig;
-o-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInLeftBig {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInLeftBig {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
transform: translateX(-2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
-moz-animation-name: fadeInLeftBig;
-o-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInRightBig {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInRightBig {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
transform: translateX(2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
-moz-animation-name: fadeInRightBig;
-o-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes bounceIn {
0% {
opacity: 0;
-moz-transform: scale(0.3);
}
50% {
opacity: 1;
-moz-transform: scale(1.05);
}
70% {
-moz-transform: scale(0.9);
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@-o-keyframes bounceIn {
0% {
opacity: 0;
-o-transform: scale(0.3);
}
50% {
opacity: 1;
-o-transform: scale(1.05);
}
70% {
-o-transform: scale(0.9);
}
100% {
-o-transform: scale(1);
opacity: 1;
}
}
@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(0.3);
}
50% {
opacity: 1;
transform: scale(1.05);
}
70% {
transform: scale(0.9);
}
100% {
transform: scale(1);
opacity: 1;
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
-moz-animation-name: bounceIn;
-o-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
opacity: 1;
}
}
@-moz-keyframes bounceInUp {
0% {
opacity: 0;
-moz-transform: translateY(2000px);
}
60% {
opacity: 1;
-moz-transform: translateY(-30px);
}
80% {
-moz-transform: translateY(10px);
}
100% {
-moz-transform: translateY(0);
opacity: 1;
}
}
@-o-keyframes bounceInUp {
0% {
opacity: 0;
-o-transform: translateY(2000px);
}
60% {
opacity: 1;
-o-transform: translateY(-30px);
}
80% {
-o-transform: translateY(10px);
}
100% {
-o-transform: translateY(0);
opacity: 1;
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
transform: translateY(2000px);
}
60% {
opacity: 1;
transform: translateY(-30px);
}
80% {
transform: translateY(10px);
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
-moz-animation-name: bounceInUp;
-o-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
opacity: 1;
}
}
@-moz-keyframes bounceInDown {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
60% {
opacity: 1;
-moz-transform: translateY(30px);
}
80% {
-moz-transform: translateY(-10px);
}
100% {
-moz-transform: translateY(0);
opacity: 1;
}
}
@-o-keyframes bounceInDown {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}
60% {
opacity: 1;
-o-transform: translateY(30px);
}
80% {
-o-transform: translateY(-10px);
}
100% {
-o-transform: translateY(0);
opacity: 1;
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
transform: translateY(-2000px);
}
60% {
opacity: 1;
transform: translateY(30px);
}
80% {
transform: translateY(-10px);
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
-moz-animation-name: bounceInDown;
-o-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
opacity: 1;
}
}
@-moz-keyframes bounceInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
60% {
opacity: 1;
-moz-transform: translateX(30px);
}
80% {
-moz-transform: translateX(-10px);
}
100% {
-moz-transform: translateX(0);
opacity: 1;
}
}
@-o-keyframes bounceInLeft {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
60% {
opacity: 1;
-o-transform: translateX(30px);
}
80% {
-o-transform: translateX(-10px);
}
100% {
-o-transform: translateX(0);
opacity: 1;
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
60% {
opacity: 1;
transform: translateX(30px);
}
80% {
transform: translateX(-10px);
}
100% {
transform: translateX(0);
opacity: 1;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
-moz-animation-name: bounceInLeft;
-o-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
opacity: 1;
}
}
@-moz-keyframes bounceInRight {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
60% {
opacity: 1;
-moz-transform: translateX(-30px);
}
80% {
-moz-transform: translateX(10px);
}
100% {
-moz-transform: translateX(0);
opacity: 1;
}
}
@-o-keyframes bounceInRight {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
60% {
opacity: 1;
-o-transform: translateX(-30px);
}
80% {
-o-transform: translateX(10px);
}
100% {
-o-transform: translateX(0);
opacity: 1;
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
transform: translateX(2000px);
}
60% {
opacity: 1;
transform: translateX(-30px);
}
80% {
transform: translateX(10px);
}
100% {
transform: translateX(0);
opacity: 1;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
-moz-animation-name: bounceInRight;
-o-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateIn {
0% {
-moz-transform-origin: center center;
-moz-transform: rotate(-200deg);
opacity: 0;
}
100% {
-moz-transform-origin: center center;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateIn {
0% {
-o-transform-origin: center center;
-o-transform: rotate(-200deg);
opacity: 0;
}
100% {
-o-transform-origin: center center;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
transform-origin: center center;
transform: rotate(-200deg);
opacity: 0;
}
100% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
-moz-animation-name: rotateIn;
-o-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInUpLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInUpLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
-moz-animation-name: rotateInUpLeft;
-o-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInDownLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInDownLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
-moz-animation-name: rotateInDownLeft;
-o-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInUpRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInUpRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
-moz-animation-name: rotateInUpRight;
-o-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInDownRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInDownRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
-moz-animation-name: rotateInDownRight;
-o-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,div,div,footer,header,hgroup,main,nav,div,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}div{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}div{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:769px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666666666666%}.col-xs-10{width:83.33333333333334%}.col-xs-9{width:75%}.col-xs-8{width:66.66666666666666%}.col-xs-7{width:58.333333333333336%}.col-xs-6{width:50%}.col-xs-5{width:41.66666666666667%}.col-xs-4{width:33.33333333333333%}.col-xs-3{width:25%}.col-xs-2{width:16.666666666666664%}.col-xs-1{width:8.333333333333332%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666666666666%}.col-xs-pull-10{right:83.33333333333334%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666666666666%}.col-xs-pull-7{right:58.333333333333336%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666666666667%}.col-xs-pull-4{right:33.33333333333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.666666666666664%}.col-xs-pull-1{right:8.333333333333332%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666666666666%}.col-xs-push-10{left:83.33333333333334%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666666666666%}.col-xs-push-7{left:58.333333333333336%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666666666667%}.col-xs-push-4{left:33.33333333333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.666666666666664%}.col-xs-push-1{left:8.333333333333332%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666666666666%}.col-xs-offset-10{margin-left:83.33333333333334%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666666666666%}.col-xs-offset-7{margin-left:58.333333333333336%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666666666667%}.col-xs-offset-4{margin-left:33.33333333333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.666666666666664%}.col-xs-offset-1{margin-left:8.333333333333332%}.col-xs-offset-0{margin-left:0}@media (min-width:769px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666666666666%}.col-sm-10{width:83.33333333333334%}.col-sm-9{width:75%}.col-sm-8{width:66.66666666666666%}.col-sm-7{width:58.333333333333336%}.col-sm-6{width:50%}.col-sm-5{width:41.66666666666667%}.col-sm-4{width:33.33333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.666666666666664%}.col-sm-1{width:8.333333333333332%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666666666666%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666666666666%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666666666666%}.col-md-10{width:83.33333333333334%}.col-md-9{width:75%}.col-md-8{width:66.66666666666666%}.col-md-7{width:58.333333333333336%}.col-md-6{width:50%}.col-md-5{width:41.66666666666667%}.col-md-4{width:33.33333333333333%}.col-md-3{width:25%}.col-md-2{width:16.666666666666664%}.col-md-1{width:8.333333333333332%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666666666666%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666666666666%}.col-md-push-10{left:83.33333333333334%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666666666666%}.col-md-push-7{left:58.333333333333336%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666666666667%}.col-md-push-4{left:33.33333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.666666666666664%}.col-md-push-1{left:8.333333333333332%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666666666666%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666666666666%}.col-lg-10{width:83.33333333333334%}.col-lg-9{width:75%}.col-lg-8{width:66.66666666666666%}.col-lg-7{width:58.333333333333336%}.col-lg-6{width:50%}.col-lg-5{width:41.66666666666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666666664%}.col-lg-1{width:8.333333333333332%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666666666666%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666666666666%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-0{margin-left:0}}@font-face {
font-family: 'Linearicons';
src: url(//www.threeandpartners.com/wp-content/themes/hickshynson/fonts/Linearicons.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
[class^="licon-"], [class*="licon-"] {
font-family: 'Linearicons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mad-icon-list li span[class^="licon licon-"] {
font-family: 'Linearicons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.licon-home:before {
content: "\e600";
}
.licon-home2:before {
content: "\e601";
}
.licon-home3:before {
content: "\e602";
}
.licon-home4:before {
content: "\e603";
}
.licon-home5:before {
content: "\e604";
}
.licon-home6:before {
content: "\e605";
}
.licon-bathtub:before {
content: "\e606";
}
.licon-toothbrush:before {
content: "\e607";
}
.licon-bed:before {
content: "\e608";
}
.licon-couch:before {
content: "\e609";
}
.licon-chair:before {
content: "\e60a";
}
.licon-city:before {
content: "\e60b";
}
.licon-apartment:before {
content: "\e60c";
}
.licon-pencil:before {
content: "\e60d";
}
.licon-pencil2:before {
content: "\e60e";
}
.licon-pen:before {
content: "\e60f";
}
.licon-pencil3:before {
content: "\e610";
}
.licon-eraser:before {
content: "\e611";
}
.licon-pencil4:before {
content: "\e612";
}
.licon-pencil5:before {
content: "\e613";
}
.licon-feather:before {
content: "\e614";
}
.licon-feather2:before {
content: "\e615";
}
.licon-feather3:before {
content: "\e616";
}
.licon-pen2:before {
content: "\e617";
}
.licon-pen-add:before {
content: "\e618";
}
.licon-pen-remove:before {
content: "\e619";
}
.licon-vector:before {
content: "\e61a";
}
.licon-pen3:before {
content: "\e61b";
}
.licon-blog:before {
content: "\e61c";
}
.licon-brush:before {
content: "\e61d";
}
.licon-brush2:before {
content: "\e61e";
}
.licon-spray:before {
content: "\e61f";
}
.licon-paint-roller:before {
content: "\e620";
}
.licon-stamp:before {
content: "\e621";
}
.licon-tape:before {
content: "\e622";
}
.licon-desk-tape:before {
content: "\e623";
}
.licon-texture:before {
content: "\e624";
}
.licon-eye-dropper:before {
content: "\e625";
}
.licon-palette:before {
content: "\e626";
}
.licon-color-sampler:before {
content: "\e627";
}
.licon-bucket:before {
content: "\e628";
}
.licon-gradient:before {
content: "\e629";
}
.licon-gradient2:before {
content: "\e62a";
}
.licon-magic-wand:before {
content: "\e62b";
}
.licon-magnet:before {
content: "\e62c";
}
.licon-pencil-ruler:before {
content: "\e62d";
}
.licon-pencil-ruler2:before {
content: "\e62e";
}
.licon-compass:before {
content: "\e62f";
}
.licon-aim:before {
content: "\e630";
}
.licon-gun:before {
content: "\e631";
}
.licon-bottle:before {
content: "\e632";
}
.licon-drop:before {
content: "\e633";
}
.licon-drop-crossed:before {
content: "\e634";
}
.licon-drop2:before {
content: "\e635";
}
.licon-snow:before {
content: "\e636";
}
.licon-snow2:before {
content: "\e637";
}
.licon-fire:before {
content: "\e638";
}
.licon-lighter:before {
content: "\e639";
}
.licon-knife:before {
content: "\e63a";
}
.licon-dagger:before {
content: "\e63b";
}
.licon-tissue:before {
content: "\e63c";
}
.licon-toilet-paper:before {
content: "\e63d";
}
.licon-poop:before {
content: "\e63e";
}
.licon-umbrella:before {
content: "\e63f";
}
.licon-umbrella2:before {
content: "\e640";
}
.licon-rain:before {
content: "\e641";
}
.licon-tornado:before {
content: "\e642";
}
.licon-wind:before {
content: "\e643";
}
.licon-fan:before {
content: "\e644";
}
.licon-contrast:before {
content: "\e645";
}
.licon-sun-small:before {
content: "\e646";
}
.licon-sun:before {
content: "\e647";
}
.licon-sun2:before {
content: "\e648";
}
.licon-moon:before {
content: "\e649";
}
.licon-cloud:before {
content: "\e64a";
}
.licon-cloud-upload:before {
content: "\e64b";
}
.licon-cloud-download:before {
content: "\e64c";
}
.licon-cloud-rain:before {
content: "\e64d";
}
.licon-cloud-hailstones:before {
content: "\e64e";
}
.licon-cloud-snow:before {
content: "\e64f";
}
.licon-cloud-windy:before {
content: "\e650";
}
.licon-sun-wind:before {
content: "\e651";
}
.licon-cloud-fog:before {
content: "\e652";
}
.licon-cloud-sun:before {
content: "\e653";
}
.licon-cloud-lightning:before {
content: "\e654";
}
.licon-cloud-sync:before {
content: "\e655";
}
.licon-cloud-lock:before {
content: "\e656";
}
.licon-cloud-gear:before {
content: "\e657";
}
.licon-cloud-alert:before {
content: "\e658";
}
.licon-cloud-check:before {
content: "\e659";
}
.licon-cloud-cross:before {
content: "\e65a";
}
.licon-cloud-crossed:before {
content: "\e65b";
}
.licon-cloud-database:before {
content: "\e65c";
}
.licon-database:before {
content: "\e65d";
}
.licon-database-add:before {
content: "\e65e";
}
.licon-database-remove:before {
content: "\e65f";
}
.licon-database-lock:before {
content: "\e660";
}
.licon-database-refresh:before {
content: "\e661";
}
.licon-database-check:before {
content: "\e662";
}
.licon-database-history:before {
content: "\e663";
}
.licon-database-upload:before {
content: "\e664";
}
.licon-database-download:before {
content: "\e665";
}
.licon-server:before {
content: "\e666";
}
.licon-shield:before {
content: "\e667";
}
.licon-shield-check:before {
content: "\e668";
}
.licon-shield-alert:before {
content: "\e669";
}
.licon-shield-cross:before {
content: "\e66a";
}
.licon-lock:before {
content: "\e66b";
}
.licon-rotation-lock:before {
content: "\e66c";
}
.licon-unlock:before {
content: "\e66d";
}
.licon-key:before {
content: "\e66e";
}
.licon-key-hole:before {
content: "\e66f";
}
.licon-toggle-off:before {
content: "\e670";
}
.licon-toggle-on:before {
content: "\e671";
}
.licon-cog:before {
content: "\e672";
}
.licon-cog2:before {
content: "\e673";
}
.licon-wrench:before {
content: "\e674";
}
.licon-screwdriver:before {
content: "\e675";
}
.licon-hammer-wrench:before {
content: "\e676";
}
.licon-hammer:before {
content: "\e677";
}
.licon-saw:before {
content: "\e678";
}
.licon-axe:before {
content: "\e679";
}
.licon-axe2:before {
content: "\e67a";
}
.licon-shovel:before {
content: "\e67b";
}
.licon-pickaxe:before {
content: "\e67c";
}
.licon-factory:before {
content: "\e67d";
}
.licon-factory2:before {
content: "\e67e";
}
.licon-recycle:before {
content: "\e67f";
}
.licon-trash:before {
content: "\e680";
}
.licon-trash2:before {
content: "\e681";
}
.licon-trash3:before {
content: "\e682";
}
.licon-broom:before {
content: "\e683";
}
.licon-game:before {
content: "\e684";
}
.licon-gamepad:before {
content: "\e685";
}
.licon-joystick:before {
content: "\e686";
}
.licon-dice:before {
content: "\e687";
}
.licon-spades:before {
content: "\e688";
}
.licon-diamonds:before {
content: "\e689";
}
.licon-clubs:before {
content: "\e68a";
}
.licon-hearts:before {
content: "\e68b";
}
.licon-heart:before {
content: "\e68c";
}
.licon-star:before {
content: "\e68d";
}
.licon-star-half:before {
content: "\e68e";
}
.licon-star-empty:before {
content: "\e68f";
}
.licon-flag:before {
content: "\e690";
}
.licon-flag2:before {
content: "\e691";
}
.licon-flag3:before {
content: "\e692";
}
.licon-mailbox-full:before {
content: "\e693";
}
.licon-mailbox-empty:before {
content: "\e694";
}
.licon-at-sign:before {
content: "\e695";
}
.licon-envelope:before {
content: "\e696";
}
.licon-envelope-open:before {
content: "\e697";
}
.licon-paperclip:before {
content: "\e698";
}
.licon-paper-plane:before {
content: "\e699";
}
.licon-reply:before {
content: "\e69a";
}
.licon-reply-all:before {
content: "\e69b";
}
.licon-inbox:before {
content: "\e69c";
}
.licon-inbox2:before {
content: "\e69d";
}
.licon-outbox:before {
content: "\e69e";
}
.licon-box:before {
content: "\e69f";
}
.licon-archive:before {
content: "\e6a0";
}
.licon-archive2:before {
content: "\e6a1";
}
.licon-drawers:before {
content: "\e6a2";
}
.licon-drawers2:before {
content: "\e6a3";
}
.licon-drawers3:before {
content: "\e6a4";
}
.licon-eye:before {
content: "\e6a5";
}
.licon-eye-crossed:before {
content: "\e6a6";
}
.licon-eye-plus:before {
content: "\e6a7";
}
.licon-eye-minus:before {
content: "\e6a8";
}
.licon-binoculars:before {
content: "\e6a9";
}
.licon-binoculars2:before {
content: "\e6aa";
}
.licon-hdd:before {
content: "\e6ab";
}
.licon-hdd-down:before {
content: "\e6ac";
}
.licon-hdd-up:before {
content: "\e6ad";
}
.licon-floppy-disk:before {
content: "\e6ae";
}
.licon-disc:before {
content: "\e6af";
}
.licon-tape2:before {
content: "\e6b0";
}
.licon-printer:before {
content: "\e6b1";
}
.licon-shredder:before {
content: "\e6b2";
}
.licon-file-empty:before {
content: "\e6b3";
}
.licon-file-add:before {
content: "\e6b4";
}
.licon-file-check:before {
content: "\e6b5";
}
.licon-file-lock:before {
content: "\e6b6";
}
.licon-files:before {
content: "\e6b7";
}
.licon-copy:before {
content: "\e6b8";
}
.licon-compare:before {
content: "\e6b9";
}
.licon-folder:before {
content: "\e6ba";
}
.licon-folder-search:before {
content: "\e6bb";
}
.licon-folder-plus:before {
content: "\e6bc";
}
.licon-folder-minus:before {
content: "\e6bd";
}
.licon-folder-download:before {
content: "\e6be";
}
.licon-folder-upload:before {
content: "\e6bf";
}
.licon-folder-star:before {
content: "\e6c0";
}
.licon-folder-heart:before {
content: "\e6c1";
}
.licon-folder-user:before {
content: "\e6c2";
}
.licon-folder-shared:before {
content: "\e6c3";
}
.licon-folder-music:before {
content: "\e6c4";
}
.licon-folder-picture:before {
content: "\e6c5";
}
.licon-folder-film:before {
content: "\e6c6";
}
.licon-scissors:before {
content: "\e6c7";
}
.licon-paste:before {
content: "\e6c8";
}
.licon-clipboard-empty:before {
content: "\e6c9";
}
.licon-clipboard-pencil:before {
content: "\e6ca";
}
.licon-clipboard-text:before {
content: "\e6cb";
}
.licon-clipboard-check:before {
content: "\e6cc";
}
.licon-clipboard-down:before {
content: "\e6cd";
}
.licon-clipboard-left:before {
content: "\e6ce";
}
.licon-clipboard-alert:before {
content: "\e6cf";
}
.licon-clipboard-user:before {
content: "\e6d0";
}
.licon-register:before {
content: "\e6d1";
}
.licon-enter:before {
content: "\e6d2";
}
.licon-exit:before {
content: "\e6d3";
}
.licon-papers:before {
content: "\e6d4";
}
.licon-news:before {
content: "\e6d5";
}
.licon-reading:before {
content: "\e6d6";
}
.licon-typewriter:before {
content: "\e6d7";
}
.licon-document:before {
content: "\e6d8";
}
.licon-document2:before {
content: "\e6d9";
}
.licon-graduation-hat:before {
content: "\e6da";
}
.licon-license:before {
content: "\e6db";
}
.licon-license2:before {
content: "\e6dc";
}
.licon-medal-empty:before {
content: "\e6dd";
}
.licon-medal-first:before {
content: "\e6de";
}
.licon-medal-second:before {
content: "\e6df";
}
.licon-medal-third:before {
content: "\e6e0";
}
.licon-podium:before {
content: "\e6e1";
}
.licon-trophy:before {
content: "\e6e2";
}
.licon-trophy2:before {
content: "\e6e3";
}
.licon-music-note:before {
content: "\e6e4";
}
.licon-music-note2:before {
content: "\e6e5";
}
.licon-music-note3:before {
content: "\e6e6";
}
.licon-playlist:before {
content: "\e6e7";
}
.licon-playlist-add:before {
content: "\e6e8";
}
.licon-guitar:before {
content: "\e6e9";
}
.licon-trumpet:before {
content: "\e6ea";
}
.licon-album:before {
content: "\e6eb";
}
.licon-shuffle:before {
content: "\e6ec";
}
.licon-repeat-one:before {
content: "\e6ed";
}
.licon-repeat:before {
content: "\e6ee";
}
.licon-headphones:before {
content: "\e6ef";
}
.licon-headset:before {
content: "\e6f0";
}
.licon-loudspeaker:before {
content: "\e6f1";
}
.licon-equalizer:before {
content: "\e6f2";
}
.licon-theater:before {
content: "\e6f3";
}
.licon-3d-glasses:before {
content: "\e6f4";
}
.licon-ticket:before {
content: "\e6f5";
}
.licon-presentation:before {
content: "\e6f6";
}
.licon-play:before {
content: "\e6f7";
}
.licon-film-play:before {
content: "\e6f8";
}
.licon-clapboard-play:before {
content: "\e6f9";
}
.licon-media:before {
content: "\e6fa";
}
.licon-film:before {
content: "\e6fb";
}
.licon-film2:before {
content: "\e6fc";
}
.licon-surveillance:before {
content: "\e6fd";
}
.licon-surveillance2:before {
content: "\e6fe";
}
.licon-camera:before {
content: "\e6ff";
}
.licon-camera-crossed:before {
content: "\e700";
}
.licon-camera-play:before {
content: "\e701";
}
.licon-time-lapse:before {
content: "\e702";
}
.licon-record:before {
content: "\e703";
}
.licon-camera2:before {
content: "\e704";
}
.licon-camera-flip:before {
content: "\e705";
}
.licon-panorama:before {
content: "\e706";
}
.licon-time-lapse2:before {
content: "\e707";
}
.licon-shutter:before {
content: "\e708";
}
.licon-shutter2:before {
content: "\e709";
}
.licon-face-detection:before {
content: "\e70a";
}
.licon-flare:before {
content: "\e70b";
}
.licon-convex:before {
content: "\e70c";
}
.licon-concave:before {
content: "\e70d";
}
.licon-picture:before {
content: "\e70e";
}
.licon-picture2:before {
content: "\e70f";
}
.licon-picture3:before {
content: "\e710";
}
.licon-pictures:before {
content: "\e711";
}
.licon-book:before {
content: "\e712";
}
.licon-audio-book:before {
content: "\e713";
}
.licon-book2:before {
content: "\e714";
}
.licon-bookmark:before {
content: "\e715";
}
.licon-bookmark2:before {
content: "\e716";
}
.licon-label:before {
content: "\e717";
}
.licon-library:before {
content: "\e718";
}
.licon-library2:before {
content: "\e719";
}
.licon-contacts:before {
content: "\e71a";
}
.licon-profile:before {
content: "\e71b";
}
.licon-portrait:before {
content: "\e71c";
}
.licon-portrait2:before {
content: "\e71d";
}
.licon-user:before {
content: "\e71e";
}
.licon-user-plus:before {
content: "\e71f";
}
.licon-user-minus:before {
content: "\e720";
}
.licon-user-lock:before {
content: "\e721";
}
.licon-users:before {
content: "\e722";
}
.licon-users2:before {
content: "\e723";
}
.licon-users-plus:before {
content: "\e724";
}
.licon-users-minus:before {
content: "\e725";
}
.licon-group-work:before {
content: "\e726";
}
.licon-woman:before {
content: "\e727";
}
.licon-man:before {
content: "\e728";
}
.licon-baby:before {
content: "\e729";
}
.licon-baby2:before {
content: "\e72a";
}
.licon-baby3:before {
content: "\e72b";
}
.licon-baby-bottle:before {
content: "\e72c";
}
.licon-walk:before {
content: "\e72d";
}
.licon-hand-waving:before {
content: "\e72e";
}
.licon-jump:before {
content: "\e72f";
}
.licon-run:before {
content: "\e730";
}
.licon-woman2:before {
content: "\e731";
}
.licon-man2:before {
content: "\e732";
}
.licon-man-woman:before {
content: "\e733";
}
.licon-height:before {
content: "\e734";
}
.licon-weight:before {
content: "\e735";
}
.licon-scale:before {
content: "\e736";
}
.licon-button:before {
content: "\e737";
}
.licon-bow-tie:before {
content: "\e738";
}
.licon-tie:before {
content: "\e739";
}
.licon-socks:before {
content: "\e73a";
}
.licon-shoe:before {
content: "\e73b";
}
.licon-shoes:before {
content: "\e73c";
}
.licon-hat:before {
content: "\e73d";
}
.licon-pants:before {
content: "\e73e";
}
.licon-shorts:before {
content: "\e73f";
}
.licon-flip-flops:before {
content: "\e740";
}
.licon-shirt:before {
content: "\e741";
}
.licon-hanger:before {
content: "\e742";
}
.licon-laundry:before {
content: "\e743";
}
.licon-store:before {
content: "\e744";
}
.licon-haircut:before {
content: "\e745";
}
.licon-store-24:before {
content: "\e746";
}
.licon-barcode:before {
content: "\e747";
}
.licon-barcode2:before {
content: "\e748";
}
.licon-barcode3:before {
content: "\e749";
}
.licon-cashier:before {
content: "\e74a";
}
.licon-bag:before {
content: "\e74b";
}
.licon-bag2:before {
content: "\e74c";
}
.licon-cart:before {
content: "\e74d";
}
.licon-cart-empty:before {
content: "\e74e";
}
.licon-cart-full:before {
content: "\e74f";
}
.licon-cart-plus:before {
content: "\e750";
}
.licon-cart-plus2:before {
content: "\e751";
}
.licon-cart-add:before {
content: "\e752";
}
.licon-cart-remove:before {
content: "\e753";
}
.licon-cart-exchange:before {
content: "\e754";
}
.licon-tag:before {
content: "\e755";
}
.licon-tags:before {
content: "\e756";
}
.licon-receipt:before {
content: "\e757";
}
.licon-wallet:before {
content: "\e758";
}
.licon-credit-card:before {
content: "\e759";
}
.licon-cash-dollar:before {
content: "\e75a";
}
.licon-cash-euro:before {
content: "\e75b";
}
.licon-cash-pound:before {
content: "\e75c";
}
.licon-cash-yen:before {
content: "\e75d";
}
.licon-bag-dollar:before {
content: "\e75e";
}
.licon-bag-euro:before {
content: "\e75f";
}
.licon-bag-pound:before {
content: "\e760";
}
.licon-bag-yen:before {
content: "\e761";
}
.licon-coin-dollar:before {
content: "\e762";
}
.licon-coin-euro:before {
content: "\e763";
}
.licon-coin-pound:before {
content: "\e764";
}
.licon-coin-yen:before {
content: "\e765";
}
.licon-calculator:before {
content: "\e766";
}
.licon-calculator2:before {
content: "\e767";
}
.licon-abacus:before {
content: "\e768";
}
.licon-vault:before {
content: "\e769";
}
.licon-telephone:before {
content: "\e76a";
}
.licon-phone-lock:before {
content: "\e76b";
}
.licon-phone-wave:before {
content: "\e76c";
}
.licon-phone-pause:before {
content: "\e76d";
}
.licon-phone-outgoing:before {
content: "\e76e";
}
.licon-phone-incoming:before {
content: "\e76f";
}
.licon-phone-in-out:before {
content: "\e770";
}
.licon-phone-error:before {
content: "\e771";
}
.licon-phone-sip:before {
content: "\e772";
}
.licon-phone-plus:before {
content: "\e773";
}
.licon-phone-minus:before {
content: "\e774";
}
.licon-voicemail:before {
content: "\e775";
}
.licon-dial:before {
content: "\e776";
}
.licon-telephone2:before {
content: "\e777";
}
.licon-pushpin:before {
content: "\e778";
}
.licon-pushpin2:before {
content: "\e779";
}
.licon-map-marker:before {
content: "\e77a";
}
.licon-map-marker-user:before {
content: "\e77b";
}
.licon-map-marker-down:before {
content: "\e77c";
}
.licon-map-marker-check:before {
content: "\e77d";
}
.licon-map-marker-crossed:before {
content: "\e77e";
}
.licon-radar:before {
content: "\e77f";
}
.licon-compass2:before {
content: "\e780";
}
.licon-map:before {
content: "\e781";
}
.licon-map2:before {
content: "\e782";
}
.licon-location:before {
content: "\e783";
}
.licon-road-sign:before {
content: "\e784";
}
.licon-calendar-empty:before {
content: "\e785";
}
.licon-calendar-check:before {
content: "\e786";
}
.licon-calendar-cross:before {
content: "\e787";
}
.licon-calendar-31:before {
content: "\e788";
}
.licon-calendar-full:before {
content: "\e789";
}
.licon-calendar-insert:before {
content: "\e78a";
}
.licon-calendar-text:before {
content: "\e78b";
}
.licon-calendar-user:before {
content: "\e78c";
}
.licon-mouse:before {
content: "\e78d";
}
.licon-mouse-left:before {
content: "\e78e";
}
.licon-mouse-right:before {
content: "\e78f";
}
.licon-mouse-both:before {
content: "\e790";
}
.licon-keyboard:before {
content: "\e791";
}
.licon-keyboard-up:before {
content: "\e792";
}
.licon-keyboard-down:before {
content: "\e793";
}
.licon-delete:before {
content: "\e794";
}
.licon-spell-check:before {
content: "\e795";
}
.licon-escape:before {
content: "\e796";
}
.licon-enter2:before {
content: "\e797";
}
.licon-screen:before {
content: "\e798";
}
.licon-aspect-ratio:before {
content: "\e799";
}
.licon-signal:before {
content: "\e79a";
}
.licon-signal-lock:before {
content: "\e79b";
}
.licon-signal-80:before {
content: "\e79c";
}
.licon-signal-60:before {
content: "\e79d";
}
.licon-signal-40:before {
content: "\e79e";
}
.licon-signal-20:before {
content: "\e79f";
}
.licon-signal-0:before {
content: "\e7a0";
}
.licon-signal-blocked:before {
content: "\e7a1";
}
.licon-sim:before {
content: "\e7a2";
}
.licon-flash-memory:before {
content: "\e7a3";
}
.licon-usb-drive:before {
content: "\e7a4";
}
.licon-phone:before {
content: "\e7a5";
}
.licon-smartphone:before {
content: "\e7a6";
}
.licon-smartphone-notification:before {
content: "\e7a7";
}
.licon-smartphone-vibration:before {
content: "\e7a8";
}
.licon-smartphone-embed:before {
content: "\e7a9";
}
.licon-smartphone-waves:before {
content: "\e7aa";
}
.licon-tablet:before {
content: "\e7ab";
}
.licon-tablet2:before {
content: "\e7ac";
}
.licon-laptop:before {
content: "\e7ad";
}
.licon-laptop-phone:before {
content: "\e7ae";
}
.licon-desktop:before {
content: "\e7af";
}
.licon-launch:before {
content: "\e7b0";
}
.licon-new-tab:before {
content: "\e7b1";
}
.licon-window:before {
content: "\e7b2";
}
.licon-cable:before {
content: "\e7b3";
}
.licon-cable2:before {
content: "\e7b4";
}
.licon-tv:before {
content: "\e7b5";
}
.licon-radio:before {
content: "\e7b6";
}
.licon-remote-control:before {
content: "\e7b7";
}
.licon-power-switch:before {
content: "\e7b8";
}
.licon-power:before {
content: "\e7b9";
}
.licon-power-crossed:before {
content: "\e7ba";
}
.licon-flash-auto:before {
content: "\e7bb";
}
.licon-lamp:before {
content: "\e7bc";
}
.licon-flashlight:before {
content: "\e7bd";
}
.licon-lampshade:before {
content: "\e7be";
}
.licon-cord:before {
content: "\e7bf";
}
.licon-outlet:before {
content: "\e7c0";
}
.licon-battery-power:before {
content: "\e7c1";
}
.licon-battery-empty:before {
content: "\e7c2";
}
.licon-battery-alert:before {
content: "\e7c3";
}
.licon-battery-error:before {
content: "\e7c4";
}
.licon-battery-low1:before {
content: "\e7c5";
}
.licon-battery-low2:before {
content: "\e7c6";
}
.licon-battery-low3:before {
content: "\e7c7";
}
.licon-battery-mid1:before {
content: "\e7c8";
}
.licon-battery-mid2:before {
content: "\e7c9";
}
.licon-battery-mid3:before {
content: "\e7ca";
}
.licon-battery-full:before {
content: "\e7cb";
}
.licon-battery-charging:before {
content: "\e7cc";
}
.licon-battery-charging2:before {
content: "\e7cd";
}
.licon-battery-charging3:before {
content: "\e7ce";
}
.licon-battery-charging4:before {
content: "\e7cf";
}
.licon-battery-charging5:before {
content: "\e7d0";
}
.licon-battery-charging6:before {
content: "\e7d1";
}
.licon-battery-charging7:before {
content: "\e7d2";
}
.licon-chip:before {
content: "\e7d3";
}
.licon-chip-x64:before {
content: "\e7d4";
}
.licon-chip-x86:before {
content: "\e7d5";
}
.licon-bubble:before {
content: "\e7d6";
}
.licon-bubbles:before {
content: "\e7d7";
}
.licon-bubble-dots:before {
content: "\e7d8";
}
.licon-bubble-alert:before {
content: "\e7d9";
}
.licon-bubble-question:before {
content: "\e7da";
}
.licon-bubble-text:before {
content: "\e7db";
}
.licon-bubble-pencil:before {
content: "\e7dc";
}
.licon-bubble-picture:before {
content: "\e7dd";
}
.licon-bubble-video:before {
content: "\e7de";
}
.licon-bubble-user:before {
content: "\e7df";
}
.licon-bubble-quote:before {
content: "\e7e0";
}
.licon-bubble-heart:before {
content: "\e7e1";
}
.licon-bubble-emoticon:before {
content: "\e7e2";
}
.licon-bubble-attachment:before {
content: "\e7e3";
}
.licon-phone-bubble:before {
content: "\e7e4";
}
.licon-quote-open:before {
content: "\e7e5";
}
.licon-quote-close:before {
content: "\e7e6";
}
.licon-dna:before {
content: "\e7e7";
}
.licon-heart-pulse:before {
content: "\e7e8";
}
.licon-pulse:before {
content: "\e7e9";
}
.licon-syringe:before {
content: "\e7ea";
}
.licon-pills:before {
content: "\e7eb";
}
.licon-first-aid:before {
content: "\e7ec";
}
.licon-lifebuoy:before {
content: "\e7ed";
}
.licon-bandage:before {
content: "\e7ee";
}
.licon-bandages:before {
content: "\e7ef";
}
.licon-thermometer:before {
content: "\e7f0";
}
.licon-microscope:before {
content: "\e7f1";
}
.licon-brain:before {
content: "\e7f2";
}
.licon-beaker:before {
content: "\e7f3";
}
.licon-skull:before {
content: "\e7f4";
}
.licon-bone:before {
content: "\e7f5";
}
.licon-construction:before {
content: "\e7f6";
}
.licon-construction-cone:before {
content: "\e7f7";
}
.licon-pie-chart:before {
content: "\e7f8";
}
.licon-pie-chart2:before {
content: "\e7f9";
}
.licon-graph:before {
content: "\e7fa";
}
.licon-chart-growth:before {
content: "\e7fb";
}
.licon-chart-bars:before {
content: "\e7fc";
}
.licon-chart-settings:before {
content: "\e7fd";
}
.licon-cake:before {
content: "\e7fe";
}
.licon-gift:before {
content: "\e7ff";
}
.licon-balloon:before {
content: "\e800";
}
.licon-rank:before {
content: "\e801";
}
.licon-rank2:before {
content: "\e802";
}
.licon-rank3:before {
content: "\e803";
}
.licon-crown:before {
content: "\e804";
}
.licon-lotus:before {
content: "\e805";
}
.licon-diamond:before {
content: "\e806";
}
.licon-diamond2:before {
content: "\e807";
}
.licon-diamond3:before {
content: "\e808";
}
.licon-diamond4:before {
content: "\e809";
}
.licon-linearicons:before {
content: "\e80a";
}
.licon-teacup:before {
content: "\e80b";
}
.licon-teapot:before {
content: "\e80c";
}
.licon-glass:before {
content: "\e80d";
}
.licon-bottle2:before {
content: "\e80e";
}
.licon-glass-cocktail:before {
content: "\e80f";
}
.licon-glass2:before {
content: "\e810";
}
.licon-dinner:before {
content: "\e811";
}
.licon-dinner2:before {
content: "\e812";
}
.licon-chef:before {
content: "\e813";
}
.licon-scale2:before {
content: "\e814";
}
.licon-egg:before {
content: "\e815";
}
.licon-egg2:before {
content: "\e816";
}
.licon-eggs:before {
content: "\e817";
}
.licon-platter:before {
content: "\e818";
}
.licon-steak:before {
content: "\e819";
}
.licon-hamburger:before {
content: "\e81a";
}
.licon-hotdog:before {
content: "\e81b";
}
.licon-pizza:before {
content: "\e81c";
}
.licon-sausage:before {
content: "\e81d";
}
.licon-chicken:before {
content: "\e81e";
}
.licon-fish:before {
content: "\e81f";
}
.licon-carrot:before {
content: "\e820";
}
.licon-cheese:before {
content: "\e821";
}
.licon-bread:before {
content: "\e822";
}
.licon-ice-cream:before {
content: "\e823";
}
.licon-ice-cream2:before {
content: "\e824";
}
.licon-candy:before {
content: "\e825";
}
.licon-lollipop:before {
content: "\e826";
}
.licon-coffee-bean:before {
content: "\e827";
}
.licon-coffee-cup:before {
content: "\e828";
}
.licon-cherry:before {
content: "\e829";
}
.licon-grapes:before {
content: "\e82a";
}
.licon-citrus:before {
content: "\e82b";
}
.licon-apple:before {
content: "\e82c";
}
.licon-leaf:before {
content: "\e82d";
}
.licon-landscape:before {
content: "\e82e";
}
.licon-pine-tree:before {
content: "\e82f";
}
.licon-tree:before {
content: "\e830";
}
.licon-cactus:before {
content: "\e831";
}
.licon-paw:before {
content: "\e832";
}
.licon-footprint:before {
content: "\e833";
}
.licon-speed-slow:before {
content: "\e834";
}
.licon-speed-medium:before {
content: "\e835";
}
.licon-speed-fast:before {
content: "\e836";
}
.licon-rocket:before {
content: "\e837";
}
.licon-hammer2:before {
content: "\e838";
}
.licon-balance:before {
content: "\e839";
}
.licon-briefcase:before {
content: "\e83a";
}
.licon-luggage-weight:before {
content: "\e83b";
}
.licon-dolly:before {
content: "\e83c";
}
.licon-plane:before {
content: "\e83d";
}
.licon-plane-crossed:before {
content: "\e83e";
}
.licon-helicopter:before {
content: "\e83f";
}
.licon-traffic-lights:before {
content: "\e840";
}
.licon-siren:before {
content: "\e841";
}
.licon-road:before {
content: "\e842";
}
.licon-engine:before {
content: "\e843";
}
.licon-oil-pressure:before {
content: "\e844";
}
.licon-coolant-temperature:before {
content: "\e845";
}
.licon-car-battery:before {
content: "\e846";
}
.licon-gas:before {
content: "\e847";
}
.licon-gallon:before {
content: "\e848";
}
.licon-transmission:before {
content: "\e849";
}
.licon-car:before {
content: "\e84a";
}
.licon-car-wash:before {
content: "\e84b";
}
.licon-car-wash2:before {
content: "\e84c";
}
.licon-bus:before {
content: "\e84d";
}
.licon-bus2:before {
content: "\e84e";
}
.licon-car2:before {
content: "\e84f";
}
.licon-parking:before {
content: "\e850";
}
.licon-car-lock:before {
content: "\e851";
}
.licon-taxi:before {
content: "\e852";
}
.licon-car-siren:before {
content: "\e853";
}
.licon-car-wash3:before {
content: "\e854";
}
.licon-car-wash4:before {
content: "\e855";
}
.licon-ambulance:before {
content: "\e856";
}
.licon-truck:before {
content: "\e857";
}
.licon-trailer:before {
content: "\e858";
}
.licon-scale-truck:before {
content: "\e859";
}
.licon-train:before {
content: "\e85a";
}
.licon-ship:before {
content: "\e85b";
}
.licon-ship2:before {
content: "\e85c";
}
.licon-anchor:before {
content: "\e85d";
}
.licon-boat:before {
content: "\e85e";
}
.licon-bicycle:before {
content: "\e85f";
}
.licon-bicycle2:before {
content: "\e860";
}
.licon-dumbbell:before {
content: "\e861";
}
.licon-bench-press:before {
content: "\e862";
}
.licon-swim:before {
content: "\e863";
}
.licon-football:before {
content: "\e864";
}
.licon-baseball-bat:before {
content: "\e865";
}
.licon-baseball:before {
content: "\e866";
}
.licon-tennis:before {
content: "\e867";
}
.licon-tennis2:before {
content: "\e868";
}
.licon-ping-pong:before {
content: "\e869";
}
.licon-hockey:before {
content: "\e86a";
}
.licon-8ball:before {
content: "\e86b";
}
.licon-bowling:before {
content: "\e86c";
}
.licon-bowling-pins:before {
content: "\e86d";
}
.licon-golf:before {
content: "\e86e";
}
.licon-golf2:before {
content: "\e86f";
}
.licon-archery:before {
content: "\e870";
}
.licon-slingshot:before {
content: "\e871";
}
.licon-soccer:before {
content: "\e872";
}
.licon-basketball:before {
content: "\e873";
}
.licon-cube:before {
content: "\e874";
}
.licon-3d-rotate:before {
content: "\e875";
}
.licon-puzzle:before {
content: "\e876";
}
.licon-glasses:before {
content: "\e877";
}
.licon-glasses2:before {
content: "\e878";
}
.licon-accessibility:before {
content: "\e879";
}
.licon-wheelchair:before {
content: "\e87a";
}
.licon-wall:before {
content: "\e87b";
}
.licon-fence:before {
content: "\e87c";
}
.licon-wall2:before {
content: "\e87d";
}
.licon-icons:before {
content: "\e87e";
}
.licon-resize-handle:before {
content: "\e87f";
}
.licon-icons2:before {
content: "\e880";
}
.licon-select:before {
content: "\e881";
}
.licon-select2:before {
content: "\e882";
}
.licon-site-map:before {
content: "\e883";
}
.licon-earth:before {
content: "\e884";
}
.licon-earth-lock:before {
content: "\e885";
}
.licon-network:before {
content: "\e886";
}
.licon-network-lock:before {
content: "\e887";
}
.licon-planet:before {
content: "\e888";
}
.licon-happy:before {
content: "\e889";
}
.licon-smile:before {
content: "\e88a";
}
.licon-grin:before {
content: "\e88b";
}
.licon-tongue:before {
content: "\e88c";
}
.licon-sad:before {
content: "\e88d";
}
.licon-wink:before {
content: "\e88e";
}
.licon-dream:before {
content: "\e88f";
}
.licon-shocked:before {
content: "\e890";
}
.licon-shocked2:before {
content: "\e891";
}
.licon-tongue2:before {
content: "\e892";
}
.licon-neutral:before {
content: "\e893";
}
.licon-happy-grin:before {
content: "\e894";
}
.licon-cool:before {
content: "\e895";
}
.licon-mad:before {
content: "\e896";
}
.licon-grin-evil:before {
content: "\e897";
}
.licon-evil:before {
content: "\e898";
}
.licon-wow:before {
content: "\e899";
}
.licon-annoyed:before {
content: "\e89a";
}
.licon-wondering:before {
content: "\e89b";
}
.licon-confused:before {
content: "\e89c";
}
.licon-zipped:before {
content: "\e89d";
}
.licon-grumpy:before {
content: "\e89e";
}
.licon-mustache:before {
content: "\e89f";
}
.licon-tombstone-hipster:before {
content: "\e8a0";
}
.licon-tombstone:before {
content: "\e8a1";
}
.licon-ghost:before {
content: "\e8a2";
}
.licon-ghost-hipster:before {
content: "\e8a3";
}
.licon-halloween:before {
content: "\e8a4";
}
.licon-christmas:before {
content: "\e8a5";
}
.licon-easter-egg:before {
content: "\e8a6";
}
.licon-mustache2:before {
content: "\e8a7";
}
.licon-mustache-glasses:before {
content: "\e8a8";
}
.licon-pipe:before {
content: "\e8a9";
}
.licon-alarm:before {
content: "\e8aa";
}
.licon-alarm-add:before {
content: "\e8ab";
}
.licon-alarm-snooze:before {
content: "\e8ac";
}
.licon-alarm-ringing:before {
content: "\e8ad";
}
.licon-bullhorn:before {
content: "\e8ae";
}
.licon-hearing:before {
content: "\e8af";
}
.licon-volume-high:before {
content: "\e8b0";
}
.licon-volume-medium:before {
content: "\e8b1";
}
.licon-volume-low:before {
content: "\e8b2";
}
.licon-volume:before {
content: "\e8b3";
}
.licon-mute:before {
content: "\e8b4";
}
.licon-lan:before {
content: "\e8b5";
}
.licon-lan2:before {
content: "\e8b6";
}
.licon-wifi:before {
content: "\e8b7";
}
.licon-wifi-lock:before {
content: "\e8b8";
}
.licon-wifi-blocked:before {
content: "\e8b9";
}
.licon-wifi-mid:before {
content: "\e8ba";
}
.licon-wifi-low:before {
content: "\e8bb";
}
.licon-wifi-low2:before {
content: "\e8bc";
}
.licon-wifi-alert:before {
content: "\e8bd";
}
.licon-wifi-alert-mid:before {
content: "\e8be";
}
.licon-wifi-alert-low:before {
content: "\e8bf";
}
.licon-wifi-alert-low2:before {
content: "\e8c0";
}
.licon-stream:before {
content: "\e8c1";
}
.licon-stream-check:before {
content: "\e8c2";
}
.licon-stream-error:before {
content: "\e8c3";
}
.licon-stream-alert:before {
content: "\e8c4";
}
.licon-communication:before {
content: "\e8c5";
}
.licon-communication-crossed:before {
content: "\e8c6";
}
.licon-broadcast:before {
content: "\e8c7";
}
.licon-antenna:before {
content: "\e8c8";
}
.licon-satellite:before {
content: "\e8c9";
}
.licon-satellite2:before {
content: "\e8ca";
}
.licon-mic:before {
content: "\e8cb";
}
.licon-mic-mute:before {
content: "\e8cc";
}
.licon-mic2:before {
content: "\e8cd";
}
.licon-spotlights:before {
content: "\e8ce";
}
.licon-hourglass:before {
content: "\e8cf";
}
.licon-loading:before {
content: "\e8d0";
}
.licon-loading2:before {
content: "\e8d1";
}
.licon-loading3:before {
content: "\e8d2";
}
.licon-refresh:before {
content: "\e8d3";
}
.licon-refresh2:before {
content: "\e8d4";
}
.licon-undo:before {
content: "\e8d5";
}
.licon-redo:before {
content: "\e8d6";
}
.licon-jump2:before {
content: "\e8d7";
}
.licon-undo2:before {
content: "\e8d8";
}
.licon-redo2:before {
content: "\e8d9";
}
.licon-sync:before {
content: "\e8da";
}
.licon-repeat-one2:before {
content: "\e8db";
}
.licon-sync-crossed:before {
content: "\e8dc";
}
.licon-sync2:before {
content: "\e8dd";
}
.licon-repeat-one3:before {
content: "\e8de";
}
.licon-sync-crossed2:before {
content: "\e8df";
}
.licon-return:before {
content: "\e8e0";
}
.licon-return2:before {
content: "\e8e1";
}
.licon-refund:before {
content: "\e8e2";
}
.licon-history:before {
content: "\e8e3";
}
.licon-history2:before {
content: "\e8e4";
}
.licon-self-timer:before {
content: "\e8e5";
}
.licon-clock:before {
content: "\e8e6";
}
.licon-clock2:before {
content: "\e8e7";
}
.licon-clock3:before {
content: "\e8e8";
}
.licon-watch:before {
content: "\e8e9";
}
.licon-alarm2:before {
content: "\e8ea";
}
.licon-alarm-add2:before {
content: "\e8eb";
}
.licon-alarm-remove:before {
content: "\e8ec";
}
.licon-alarm-check:before {
content: "\e8ed";
}
.licon-alarm-error:before {
content: "\e8ee";
}
.licon-timer:before {
content: "\e8ef";
}
.licon-timer-crossed:before {
content: "\e8f0";
}
.licon-timer2:before {
content: "\e8f1";
}
.licon-timer-crossed2:before {
content: "\e8f2";
}
.licon-download:before {
content: "\e8f3";
}
.licon-upload:before {
content: "\e8f4";
}
.licon-download2:before {
content: "\e8f5";
}
.licon-upload2:before {
content: "\e8f6";
}
.licon-enter-up:before {
content: "\e8f7";
}
.licon-enter-down:before {
content: "\e8f8";
}
.licon-enter-left:before {
content: "\e8f9";
}
.licon-enter-right:before {
content: "\e8fa";
}
.licon-exit-up:before {
content: "\e8fb";
}
.licon-exit-down:before {
content: "\e8fc";
}
.licon-exit-left:before {
content: "\e8fd";
}
.licon-exit-right:before {
content: "\e8fe";
}
.licon-enter-up2:before {
content: "\e8ff";
}
.licon-enter-down2:before {
content: "\e900";
}
.licon-enter-vertical:before {
content: "\e901";
}
.licon-enter-left2:before {
content: "\e902";
}
.licon-enter-right2:before {
content: "\e903";
}
.licon-enter-horizontal:before {
content: "\e904";
}
.licon-exit-up2:before {
content: "\e905";
}
.licon-exit-down2:before {
content: "\e906";
}
.licon-exit-left2:before {
content: "\e907";
}
.licon-exit-right2:before {
content: "\e908";
}
.licon-cli:before {
content: "\e909";
}
.licon-bug:before {
content: "\e90a";
}
.licon-code:before {
content: "\e90b";
}
.licon-file-code:before {
content: "\e90c";
}
.licon-file-image:before {
content: "\e90d";
}
.licon-file-zip:before {
content: "\e90e";
}
.licon-file-audio:before {
content: "\e90f";
}
.licon-file-video:before {
content: "\e910";
}
.licon-file-preview:before {
content: "\e911";
}
.licon-file-charts:before {
content: "\e912";
}
.licon-file-stats:before {
content: "\e913";
}
.licon-file-spreadsheet:before {
content: "\e914";
}
.licon-link:before {
content: "\e915";
}
.licon-unlink:before {
content: "\e916";
}
.licon-link2:before {
content: "\e917";
}
.licon-unlink2:before {
content: "\e918";
}
.licon-thumbs-up:before {
content: "\e919";
}
.licon-thumbs-down:before {
content: "\e91a";
}
.licon-thumbs-up2:before {
content: "\e91b";
}
.licon-thumbs-down2:before {
content: "\e91c";
}
.licon-thumbs-up3:before {
content: "\e91d";
}
.licon-thumbs-down3:before {
content: "\e91e";
}
.licon-share:before {
content: "\e91f";
}
.licon-share2:before {
content: "\e920";
}
.licon-share3:before {
content: "\e921";
}
.licon-magnifier:before {
content: "\e922";
}
.licon-file-search:before {
content: "\e923";
}
.licon-find-replace:before {
content: "\e924";
}
.licon-zoom-in:before {
content: "\e925";
}
.licon-zoom-out:before {
content: "\e926";
}
.licon-loupe:before {
content: "\e927";
}
.licon-loupe-zoom-in:before {
content: "\e928";
}
.licon-loupe-zoom-out:before {
content: "\e929";
}
.licon-cross:before {
content: "\e92a";
}
.licon-menu:before {
content: "\e92b";
}
.licon-list:before {
content: "\e92c";
}
.licon-list2:before {
content: "\e92d";
}
.licon-list3:before {
content: "\e92e";
}
.licon-menu2:before {
content: "\e92f";
}
.licon-list4:before {
content: "\e930";
}
.licon-menu3:before {
content: "\e931";
}
.licon-exclamation:before {
content: "\e932";
}
.licon-question:before {
content: "\e933";
}
.licon-check:before {
content: "\e934";
}
.licon-cross2:before {
content: "\e935";
}
.licon-plus:before {
content: "\e936";
}
.licon-minus:before {
content: "\e937";
}
.licon-percent:before {
content: "\e938";
}
.licon-chevron-up:before {
content: "\e939";
}
.licon-chevron-down:before {
content: "\e93a";
}
.licon-chevron-left:before {
content: "\e93b";
}
.licon-chevron-right:before {
content: "\e93c";
}
.licon-chevrons-expand-vertical:before {
content: "\e93d";
}
.licon-chevrons-expand-horizontal:before {
content: "\e93e";
}
.licon-chevrons-contract-vertical:before {
content: "\e93f";
}
.licon-chevrons-contract-horizontal:before {
content: "\e940";
}
.licon-arrow-up:before {
content: "\e941";
}
.licon-arrow-down:before {
content: "\e942";
}
.licon-arrow-left:before {
content: "\e943";
}
.licon-arrow-right:before {
content: "\e944";
}
.licon-arrow-up-right:before {
content: "\e945";
}
.licon-arrows-merge:before {
content: "\e946";
}
.licon-arrows-split:before {
content: "\e947";
}
.licon-arrow-divert:before {
content: "\e948";
}
.licon-arrow-return:before {
content: "\e949";
}
.licon-expand:before {
content: "\e94a";
}
.licon-contract:before {
content: "\e94b";
}
.licon-expand2:before {
content: "\e94c";
}
.licon-contract2:before {
content: "\e94d";
}
.licon-move:before {
content: "\e94e";
}
.licon-tab:before {
content: "\e94f";
}
.licon-arrow-wave:before {
content: "\e950";
}
.licon-expand3:before {
content: "\e951";
}
.licon-expand4:before {
content: "\e952";
}
.licon-contract3:before {
content: "\e953";
}
.licon-notification:before {
content: "\e954";
}
.licon-warning:before {
content: "\e955";
}
.licon-notification-circle:before {
content: "\e956";
}
.licon-question-circle:before {
content: "\e957";
}
.licon-menu-circle:before {
content: "\e958";
}
.licon-checkmark-circle:before {
content: "\e959";
}
.licon-cross-circle:before {
content: "\e95a";
}
.licon-plus-circle:before {
content: "\e95b";
}
.licon-circle-minus:before {
content: "\e95c";
}
.licon-percent-circle:before {
content: "\e95d";
}
.licon-arrow-up-circle:before {
content: "\e95e";
}
.licon-arrow-down-circle:before {
content: "\e95f";
}
.licon-arrow-left-circle:before {
content: "\e960";
}
.licon-arrow-right-circle:before {
content: "\e961";
}
.licon-chevron-up-circle:before {
content: "\e962";
}
.licon-chevron-down-circle:before {
content: "\e963";
}
.licon-chevron-left-circle:before {
content: "\e964";
}
.licon-chevron-right-circle:before {
content: "\e965";
}
.licon-backward-circle:before {
content: "\e966";
}
.licon-first-circle:before {
content: "\e967";
}
.licon-previous-circle:before {
content: "\e968";
}
.licon-stop-circle:before {
content: "\e969";
}
.licon-play-circle:before {
content: "\e96a";
}
.licon-pause-circle:before {
content: "\e96b";
}
.licon-next-circle:before {
content: "\e96c";
}
.licon-last-circle:before {
content: "\e96d";
}
.licon-forward-circle:before {
content: "\e96e";
}
.licon-eject-circle:before {
content: "\e96f";
}
.licon-crop:before {
content: "\e970";
}
.licon-frame-expand:before {
content: "\e971";
}
.licon-frame-contract:before {
content: "\e972";
}
.licon-focus:before {
content: "\e973";
}
.licon-transform:before {
content: "\e974";
}
.licon-grid:before {
content: "\e975";
}
.licon-grid-crossed:before {
content: "\e976";
}
.licon-layers:before {
content: "\e977";
}
.licon-layers-crossed:before {
content: "\e978";
}
.licon-toggle:before {
content: "\e979";
}
.licon-rulers:before {
content: "\e97a";
}
.licon-ruler:before {
content: "\e97b";
}
.licon-funnel:before {
content: "\e97c";
}
.licon-flip-horizontal:before {
content: "\e97d";
}
.licon-flip-vertical:before {
content: "\e97e";
}
.licon-flip-horizontal2:before {
content: "\e97f";
}
.licon-flip-vertical2:before {
content: "\e980";
}
.licon-angle:before {
content: "\e981";
}
.licon-angle2:before {
content: "\e982";
}
.licon-subtract:before {
content: "\e983";
}
.licon-combine:before {
content: "\e984";
}
.licon-intersect:before {
content: "\e985";
}
.licon-exclude:before {
content: "\e986";
}
.licon-align-center-vertical:before {
content: "\e987";
}
.licon-align-right:before {
content: "\e988";
}
.licon-align-bottom:before {
content: "\e989";
}
.licon-align-left:before {
content: "\e98a";
}
.licon-align-center-horizontal:before {
content: "\e98b";
}
.licon-align-top:before {
content: "\e98c";
}
.licon-square:before {
content: "\e98d";
}
.licon-plus-square:before {
content: "\e98e";
}
.licon-minus-square:before {
content: "\e98f";
}
.licon-percent-square:before {
content: "\e990";
}
.licon-arrow-up-square:before {
content: "\e991";
}
.licon-arrow-down-square:before {
content: "\e992";
}
.licon-arrow-left-square:before {
content: "\e993";
}
.licon-arrow-right-square:before {
content: "\e994";
}
.licon-chevron-up-square:before {
content: "\e995";
}
.licon-chevron-down-square:before {
content: "\e996";
}
.licon-chevron-left-square:before {
content: "\e997";
}
.licon-chevron-right-square:before {
content: "\e998";
}
.licon-check-square:before {
content: "\e999";
}
.licon-cross-square:before {
content: "\e99a";
}
.licon-menu-square:before {
content: "\e99b";
}
.licon-prohibited:before {
content: "\e99c";
}
.licon-circle:before {
content: "\e99d";
}
.licon-radio-button:before {
content: "\e99e";
}
.licon-ligature:before {
content: "\e99f";
}
.licon-text-format:before {
content: "\e9a0";
}
.licon-text-format-remove:before {
content: "\e9a1";
}
.licon-text-size:before {
content: "\e9a2";
}
.licon-bold:before {
content: "\e9a3";
}
.licon-italic:before {
content: "\e9a4";
}
.licon-underline:before {
content: "\e9a5";
}
.licon-strikethrough:before {
content: "\e9a6";
}
.licon-highlight:before {
content: "\e9a7";
}
.licon-text-align-left:before {
content: "\e9a8";
}
.licon-text-align-center:before {
content: "\e9a9";
}
.licon-text-align-right:before {
content: "\e9aa";
}
.licon-text-align-justify:before {
content: "\e9ab";
}
.licon-line-spacing:before {
content: "\e9ac";
}
.licon-indent-increase:before {
content: "\e9ad";
}
.licon-indent-decrease:before {
content: "\e9ae";
}
.licon-text-wrap:before {
content: "\e9af";
}
.licon-pilcrow:before {
content: "\e9b0";
}
.licon-direction-ltr:before {
content: "\e9b1";
}
.licon-direction-rtl:before {
content: "\e9b2";
}
.licon-page-break:before {
content: "\e9b3";
}
.licon-page-break2:before {
content: "\e9b4";
}
.licon-sort-alpha-asc:before {
content: "\e9b5";
}
.licon-sort-alpha-desc:before {
content: "\e9b6";
}
.licon-sort-numeric-asc:before {
content: "\e9b7";
}
.licon-sort-numeric-desc:before {
content: "\e9b8";
}
.licon-sort-amount-asc:before {
content: "\e9b9";
}
.licon-sort-amount-desc:before {
content: "\e9ba";
}
.licon-sort-time-asc:before {
content: "\e9bb";
}
.licon-sort-time-desc:before {
content: "\e9bc";
}
.licon-sigma:before {
content: "\e9bd";
}
.licon-pencil-line:before {
content: "\e9be";
}
.licon-hand:before {
content: "\e9bf";
}
.licon-pointer-up:before {
content: "\e9c0";
}
.licon-pointer-right:before {
content: "\e9c1";
}
.licon-pointer-down:before {
content: "\e9c2";
}
.licon-pointer-left:before {
content: "\e9c3";
}
.licon-finger-tap:before {
content: "\e9c4";
}
.licon-fingers-tap:before {
content: "\e9c5";
}
.licon-reminder:before {
content: "\e9c6";
}
.licon-fingers-crossed:before {
content: "\e9c7";
}
.licon-fingers-victory:before {
content: "\e9c8";
}
.licon-gesture-zoom:before {
content: "\e9c9";
}
.licon-gesture-pinch:before {
content: "\e9ca";
}
.licon-fingers-scroll-horizontal:before {
content: "\e9cb";
}
.licon-fingers-scroll-vertical:before {
content: "\e9cc";
}
.licon-fingers-scroll-left:before {
content: "\e9cd";
}
.licon-fingers-scroll-right:before {
content: "\e9ce";
}
.licon-hand2:before {
content: "\e9cf";
}
.licon-pointer-up2:before {
content: "\e9d0";
}
.licon-pointer-right2:before {
content: "\e9d1";
}
.licon-pointer-down2:before {
content: "\e9d2";
}
.licon-pointer-left2:before {
content: "\e9d3";
}
.licon-finger-tap2:before {
content: "\e9d4";
}
.licon-fingers-tap2:before {
content: "\e9d5";
}
.licon-reminder2:before {
content: "\e9d6";
}
.licon-gesture-zoom2:before {
content: "\e9d7";
}
.licon-gesture-pinch2:before {
content: "\e9d8";
}
.licon-fingers-scroll-horizontal2:before {
content: "\e9d9";
}
.licon-fingers-scroll-vertical2:before {
content: "\e9da";
}
.licon-fingers-scroll-left2:before {
content: "\e9db";
}
.licon-fingers-scroll-right2:before {
content: "\e9dc";
}
.licon-fingers-scroll-vertical3:before {
content: "\e9dd";
}
.licon-border-style:before {
content: "\e9de";
}
.licon-border-all:before {
content: "\e9df";
}
.licon-border-outer:before {
content: "\e9e0";
}
.licon-border-inner:before {
content: "\e9e1";
}
.licon-border-top:before {
content: "\e9e2";
}
.licon-border-horizontal:before {
content: "\e9e3";
}
.licon-border-bottom:before {
content: "\e9e4";
}
.licon-border-left:before {
content: "\e9e5";
}
.licon-border-vertical:before {
content: "\e9e6";
}
.licon-border-right:before {
content: "\e9e7";
}
.licon-border-none:before {
content: "\e9e8";
}
.licon-ellipsis:before {
content: "\e9e9";
}
.licon-uni21:before {
content: "\21";
}
.licon-uni22:before {
content: "\22";
}
.licon-uni23:before {
content: "\23";
}
.licon-uni24:before {
content: "\24";
}
.licon-uni25:before {
content: "\25";
}
.licon-uni26:before {
content: "\26";
}
.licon-uni27:before {
content: "\27";
}
.licon-uni28:before {
content: "\28";
}
.licon-uni29:before {
content: "\29";
}
.licon-uni2a:before {
content: "\2a";
}
.licon-uni2b:before {
content: "\2b";
}
.licon-uni2c:before {
content: "\2c";
}
.licon-uni2d:before {
content: "\2d";
}
.licon-uni2e:before {
content: "\2e";
}
.licon-uni2f:before {
content: "\2f";
}
.licon-uni30:before {
content: "\30";
}
.licon-uni31:before {
content: "\31";
}
.licon-uni32:before {
content: "\32";
}
.licon-uni33:before {
content: "\33";
}
.licon-uni34:before {
content: "\34";
}
.licon-uni35:before {
content: "\35";
}
.licon-uni36:before {
content: "\36";
}
.licon-uni37:before {
content: "\37";
}
.licon-uni38:before {
content: "\38";
}
.licon-uni39:before {
content: "\39";
}
.licon-uni3a:before {
content: "\3a";
}
.licon-uni3b:before {
content: "\3b";
}
.licon-uni3c:before {
content: "\3c";
}
.licon-uni3d:before {
content: "\3d";
}
.licon-uni3e:before {
content: "\3e";
}
.licon-uni3f:before {
content: "\3f";
}
.licon-uni40:before {
content: "\40";
}
.licon-uni41:before {
content: "\41";
}
.licon-uni42:before {
content: "\42";
}
.licon-uni43:before {
content: "\43";
}
.licon-uni44:before {
content: "\44";
}
.licon-uni45:before {
content: "\45";
}
.licon-uni46:before {
content: "\46";
}
.licon-uni47:before {
content: "\47";
}
.licon-uni48:before {
content: "\48";
}
.licon-uni49:before {
content: "\49";
}
.licon-uni4a:before {
content: "\4a";
}
.licon-uni4b:before {
content: "\4b";
}
.licon-uni4c:before {
content: "\4c";
}
.licon-uni4d:before {
content: "\4d";
}
.licon-uni4e:before {
content: "\4e";
}
.licon-uni4f:before {
content: "\4f";
}
.licon-uni50:before {
content: "\50";
}
.licon-uni51:before {
content: "\51";
}
.licon-uni52:before {
content: "\52";
}
.licon-uni53:before {
content: "\53";
}
.licon-uni54:before {
content: "\54";
}
.licon-uni55:before {
content: "\55";
}
.licon-uni56:before {
content: "\56";
}
.licon-uni57:before {
content: "\57";
}
.licon-uni58:before {
content: "\58";
}
.licon-uni59:before {
content: "\59";
}
.licon-uni5a:before {
content: "\5a";
}
.licon-uni5b:before {
content: "\5b";
}
.licon-uni5c:before {
content: "\5c";
}
.licon-uni5d:before {
content: "\5d";
}
.licon-uni5e:before {
content: "\5e";
}
.licon-uni5f:before {
content: "\5f";
}
.licon-uni60:before {
content: "\60";
}
.licon-uni61:before {
content: "\61";
}
.licon-uni62:before {
content: "\62";
}
.licon-uni63:before {
content: "\63";
}
.licon-uni64:before {
content: "\64";
}
.licon-uni65:before {
content: "\65";
}
.licon-uni66:before {
content: "\66";
}
.licon-uni67:before {
content: "\67";
}
.licon-uni68:before {
content: "\68";
}
.licon-uni69:before {
content: "\69";
}
.licon-uni6a:before {
content: "\6a";
}
.licon-uni6b:before {
content: "\6b";
}
.licon-uni6c:before {
content: "\6c";
}
.licon-uni6d:before {
content: "\6d";
}
.licon-uni6e:before {
content: "\6e";
}
.licon-uni6f:before {
content: "\6f";
}
.licon-uni70:before {
content: "\70";
}
.licon-uni71:before {
content: "\71";
}
.licon-uni72:before {
content: "\72";
}
.licon-uni73:before {
content: "\73";
}
.licon-uni74:before {
content: "\74";
}
.licon-uni75:before {
content: "\75";
}
.licon-uni76:before {
content: "\76";
}
.licon-uni77:before {
content: "\77";
}
.licon-uni78:before {
content: "\78";
}
.licon-uni79:before {
content: "\79";
}
.licon-uni7a:before {
content: "\7a";
}
.licon-uni7b:before {
content: "\7b";
}
.licon-uni7c:before {
content: "\7c";
}
.licon-uni7d:before {
content: "\7d";
}
.licon-uni7e:before {
content: "\7e";
}
.licon-copyright:before {
content: "\a9";
}@font-face {
font-family: 'fontello';
src: url(//www.threeandpartners.com/wp-content/themes/hickshynson/fonts/fontello.eot?73349828);
src: url(//www.threeandpartners.com/wp-content/themes/hickshynson/fonts/fontello.eot?73349828#iefix) format('embedded-opentype'),
url(//www.threeandpartners.com/wp-content/themes/hickshynson/fonts/fontello.woff2?73349828) format('woff2'),
url(//www.threeandpartners.com/wp-content/themes/hickshynson/fonts/fontello.woff?73349828) format('woff'),
url(//www.threeandpartners.com/wp-content/themes/hickshynson/fonts/fontello.ttf?73349828) format('truetype'),
url(//www.threeandpartners.com/wp-content/themes/hickshynson/fonts/fontello.svg?73349828#fontello) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.icon-glass-1:before { content: '\e800'; } .icon-music-4:before { content: '\e801'; } .icon-search-8:before { content: '\e802'; } .icon-mail-8:before { content: '\e803'; } .icon-heart-8:before { content: '\e804'; } .icon-heart-empty-4:before { content: '\e805'; } .icon-star-8:before { content: '\e806'; } .icon-star-empty-3:before { content: '\e807'; } .icon-star-half-1:before { content: '\e808'; } .icon-user-8:before { content: '\e809'; } .icon-users-3:before { content: '\e80a'; } .icon-video-5:before { content: '\e80b'; } .icon-videocam-5:before { content: '\e80c'; } .icon-picture-5:before { content: '\e80d'; } .icon-camera-7:before { content: '\e80e'; } .icon-camera-alt:before { content: '\e80f'; } .icon-th-large-3:before { content: '\e810'; } .icon-th-4:before { content: '\e811'; } .icon-th-list-5:before { content: '\e812'; } .icon-ok-6:before { content: '\e813'; } .icon-ok-circled-2:before { content: '\e814'; } .icon-ok-circled2-1:before { content: '\e815'; } .icon-cancel-7:before { content: '\e816'; } .icon-cancel-circled-4:before { content: '\e817'; } .icon-cancel-circled2-1:before { content: '\e818'; } .icon-plus-6:before { content: '\e819'; } .icon-plus-circled-2:before { content: '\e81a'; } .icon-minus-4:before { content: '\e81b'; } .icon-minus-circled-2:before { content: '\e81c'; } .icon-help-circled-3:before { content: '\e81d'; } .icon-info-circled-3:before { content: '\e81e'; } .icon-home-6:before { content: '\e81f'; } .icon-emo-happy:before { content: '\e820'; } .icon-emo-wink:before { content: '\e821'; } .icon-emo-wink2:before { content: '\e822'; } .icon-emo-unhappy:before { content: '\e823'; } .icon-emo-sleep:before { content: '\e824'; } .icon-emo-thumbsup:before { content: '\e825'; } .icon-emo-devil:before { content: '\e826'; } .icon-emo-surprised:before { content: '\e827'; } .icon-emo-tongue:before { content: '\e828'; } .icon-emo-coffee:before { content: '\e829'; } .icon-emo-sunglasses:before { content: '\e82a'; } .icon-emo-displeased:before { content: '\e82b'; } .icon-emo-beer:before { content: '\e82c'; } .icon-emo-grin:before { content: '\e82d'; } .icon-emo-angry:before { content: '\e82e'; } .icon-emo-saint:before { content: '\e82f'; } .icon-emo-cry:before { content: '\e830'; } .icon-emo-shoot:before { content: '\e831'; } .icon-emo-squint:before { content: '\e832'; } .icon-emo-laugh:before { content: '\e833'; } .icon-spin1:before { content: '\e834'; } .icon-spin2:before { content: '\e835'; } .icon-spin3:before { content: '\e836'; } .icon-spin4:before { content: '\e837'; } .icon-spin5:before { content: '\e838'; } .icon-spin6:before { content: '\e839'; } .icon-firefox-1:before { content: '\e83a'; } .icon-chrome-2:before { content: '\e83b'; } .icon-opera-1:before { content: '\e83c'; } .icon-ie:before { content: '\e83d'; } .icon-crown:before { content: '\e83e'; } .icon-crown-plus:before { content: '\e83f'; } .icon-link-5:before { content: '\e840'; } .icon-attach-7:before { content: '\e841'; } .icon-folder:before { content: '\e842'; } .icon-folder-open:before { content: '\e843'; } .icon-phone:before { content: '\e844'; } .icon-cog:before { content: '\e845'; } .icon-cog-alt:before { content: '\e846'; } .icon-wrench:before { content: '\e847'; } .icon-basket:before { content: '\e848'; } .icon-calendar:before { content: '\e849'; } .icon-login:before { content: '\e84a'; } .icon-logout:before { content: '\e84b'; } .icon-volume-off:before { content: '\e84c'; } .icon-volume-down:before { content: '\e84d'; } .icon-volume-up:before { content: '\e84e'; } .icon-headphones:before { content: '\e84f'; } .icon-clock:before { content: '\e850'; } .icon-block:before { content: '\e851'; } .icon-resize-full:before { content: '\e852'; } .icon-resize-small:before { content: '\e853'; } .icon-resize-vertical:before { content: '\e854'; } .icon-resize-horizontal:before { content: '\e855'; } .icon-zoom-in:before { content: '\e856'; } .icon-zoom-out:before { content: '\e857'; } .icon-down-circled2:before { content: '\e858'; } .icon-up-circled2:before { content: '\e859'; } .icon-down-dir:before { content: '\e85a'; } .icon-up-dir:before { content: '\e85b'; } .icon-left-dir:before { content: '\e85c'; } .icon-right-dir:before { content: '\e85d'; } .icon-down-open:before { content: '\e85e'; } .icon-left-open:before { content: '\e85f'; } .icon-right-open:before { content: '\e860'; } .icon-up-open:before { content: '\e861'; } .icon-crown-minus:before { content: '\e862'; } .icon-marquee:before { content: '\e863'; } .icon-down-big:before { content: '\e864'; } .icon-left-big:before { content: '\e865'; } .icon-right-big:before { content: '\e866'; } .icon-up-big:before { content: '\e867'; } .icon-right-hand-1:before { content: '\e868'; } .icon-left-hand-1:before { content: '\e869'; } .icon-up-hand-1:before { content: '\e86a'; } .icon-down-hand-1:before { content: '\e86b'; } .icon-cw-5:before { content: '\e86c'; } .icon-ccw-2:before { content: '\e86d'; } .icon-arrows-cw-3:before { content: '\e86e'; } .icon-shuffle-4:before { content: '\e86f'; } .icon-play-5:before { content: '\e870'; } .icon-play-circled2-1:before { content: '\e871'; } .icon-stop-6:before { content: '\e872'; } .icon-pause-5:before { content: '\e873'; } .icon-to-end-3:before { content: '\e874'; } .icon-to-end-alt:before { content: '\e875'; } .icon-to-start-3:before { content: '\e876'; } .icon-to-start-alt:before { content: '\e877'; } .icon-fast-fw-1:before { content: '\e878'; } .icon-fast-bw:before { content: '\e879'; } .icon-eject-3:before { content: '\e87a'; } .icon-target-5:before { content: '\e87b'; } .icon-signal-5:before { content: '\e87c'; } .icon-award-2:before { content: '\e87d'; } .icon-inbox-4:before { content: '\e87e'; } .icon-globe-6:before { content: '\e87f'; } .icon-cloud-8:before { content: '\e880'; } .icon-flash-4:before { content: '\e881'; } .icon-umbrella-1:before { content: '\e882'; } .icon-flight-2:before { content: '\e883'; } .icon-note:before { content: '\e884'; } .icon-note-beamed:before { content: '\e885'; } .icon-music:before { content: '\e886'; } .icon-search:before { content: '\e887'; } .icon-flashlight:before { content: '\e888'; } .icon-mail:before { content: '\e889'; } .icon-heart:before { content: '\e88a'; } .icon-heart-empty:before { content: '\e88b'; } .icon-star:before { content: '\e88c'; } .icon-star-empty:before { content: '\e88d'; } .icon-user:before { content: '\e88e'; } .icon-users:before { content: '\e88f'; } .icon-user-add:before { content: '\e890'; } .icon-video:before { content: '\e891'; } .icon-picture:before { content: '\e892'; } .icon-camera:before { content: '\e893'; } .icon-layout:before { content: '\e894'; } .icon-menu-1:before { content: '\e895'; } .icon-check:before { content: '\e896'; } .icon-cancel:before { content: '\e897'; } .icon-cancel-circled:before { content: '\e898'; } .icon-cancel-squared:before { content: '\e899'; } .icon-plus:before { content: '\e89a'; } .icon-plus-circled:before { content: '\e89b'; } .icon-plus-squared:before { content: '\e89c'; } .icon-minus:before { content: '\e89d'; } .icon-minus-circled:before { content: '\e89e'; } .icon-minus-squared:before { content: '\e89f'; } .icon-help:before { content: '\e8a0'; } .icon-help-circled:before { content: '\e8a1'; } .icon-info:before { content: '\e8a2'; } .icon-info-circled:before { content: '\e8a3'; } .icon-back:before { content: '\e8a4'; } .icon-home:before { content: '\e8a5'; } .icon-link:before { content: '\e8a6'; } .icon-attach:before { content: '\e8a7'; } .icon-lock:before { content: '\e8a8'; } .icon-lock-open:before { content: '\e8a9'; } .icon-eye:before { content: '\e8aa'; } .icon-tag:before { content: '\e8ab'; } .icon-bookmark:before { content: '\e8ac'; } .icon-bookmarks:before { content: '\e8ad'; } .icon-flag:before { content: '\e8ae'; } .icon-thumbs-up:before { content: '\e8af'; } .icon-thumbs-down:before { content: '\e8b0'; } .icon-download:before { content: '\e8b1'; } .icon-upload:before { content: '\e8b2'; } .icon-upload-cloud:before { content: '\e8b3'; } .icon-reply:before { content: '\e8b4'; } .icon-reply-all:before { content: '\e8b5'; } .icon-forward:before { content: '\e8b6'; } .icon-quote:before { content: '\e8b7'; } .icon-code:before { content: '\e8b8'; } .icon-export:before { content: '\e8b9'; } .icon-pencil:before { content: '\e8ba'; } .icon-feather:before { content: '\e8bb'; } .icon-print:before { content: '\e8bc'; } .icon-retweet:before { content: '\e8bd'; } .icon-keyboard:before { content: '\e8be'; } .icon-comment:before { content: '\e8bf'; } .icon-chat:before { content: '\e8c0'; } .icon-bell:before { content: '\e8c1'; } .icon-attention:before { content: '\e8c2'; } .icon-alert:before { content: '\e8c3'; } .icon-vcard:before { content: '\e8c4'; } .icon-address:before { content: '\e8c5'; } .icon-location:before { content: '\e8c6'; } .icon-map:before { content: '\e8c7'; } .icon-direction:before { content: '\e8c8'; } .icon-compass:before { content: '\e8c9'; } .icon-cup:before { content: '\e8ca'; } .icon-trash:before { content: '\e8cb'; } .icon-doc:before { content: '\e8cc'; } .icon-docs:before { content: '\e8cd'; } .icon-doc-landscape:before { content: '\e8ce'; } .icon-doc-text:before { content: '\e8cf'; } .icon-doc-text-inv:before { content: '\e8d0'; } .icon-newspaper:before { content: '\e8d1'; } .icon-book-open:before { content: '\e8d2'; } .icon-book:before { content: '\e8d3'; } .icon-folder-1:before { content: '\e8d4'; } .icon-archive:before { content: '\e8d5'; } .icon-box-1:before { content: '\e8d6'; } .icon-rss-1:before { content: '\e8d7'; } .icon-phone-1:before { content: '\e8d8'; } .icon-cog-1:before { content: '\e8d9'; } .icon-tools:before { content: '\e8da'; } .icon-share:before { content: '\e8db'; } .icon-shareable:before { content: '\e8dc'; } .icon-basket-1:before { content: '\e8dd'; } .icon-bag:before { content: '\e8de'; } .icon-calendar-1:before { content: '\e8df'; } .icon-login-1:before { content: '\e8e0'; } .icon-logout-1:before { content: '\e8e1'; } .icon-mic-1:before { content: '\e8e2'; } .icon-mute-1:before { content: '\e8e3'; } .icon-sound:before { content: '\e8e4'; } .icon-volume:before { content: '\e8e5'; } .icon-clock-1:before { content: '\e8e6'; } .icon-hourglass:before { content: '\e8e7'; } .icon-lamp:before { content: '\e8e8'; } .icon-light-down:before { content: '\e8e9'; } .icon-light-up:before { content: '\e8ea'; } .icon-adjust:before { content: '\e8eb'; } .icon-block-1:before { content: '\e8ec'; } .icon-resize-full-1:before { content: '\e8ed'; } .icon-resize-small-1:before { content: '\e8ee'; } .icon-popup:before { content: '\e8ef'; } .icon-publish:before { content: '\e8f0'; } .icon-window:before { content: '\e8f1'; } .icon-arrow-combo:before { content: '\e8f2'; } .icon-down-circled:before { content: '\e8f3'; } .icon-left-circled:before { content: '\e8f4'; } .icon-right-circled:before { content: '\e8f5'; } .icon-up-circled:before { content: '\e8f6'; } .icon-down-open-1:before { content: '\e8f7'; } .icon-left-open-1:before { content: '\e8f8'; } .icon-right-open-1:before { content: '\e8f9'; } .icon-up-open-1:before { content: '\e8fa'; } .icon-down-open-mini:before { content: '\e8fb'; } .icon-left-open-mini:before { content: '\e8fc'; } .icon-right-open-mini:before { content: '\e8fd'; } .icon-up-open-mini:before { content: '\e8fe'; } .icon-down-open-big:before { content: '\e8ff'; } .icon-left-open-big:before { content: '\e900'; } .icon-right-open-big:before { content: '\e901'; } .icon-up-open-big:before { content: '\e902'; } .icon-down:before { content: '\e903'; } .icon-left:before { content: '\e904'; } .icon-right:before { content: '\e905'; } .icon-up:before { content: '\e906'; } .icon-down-dir-1:before { content: '\e907'; } .icon-left-dir-1:before { content: '\e908'; } .icon-right-dir-1:before { content: '\e909'; } .icon-up-dir-1:before { content: '\e90a'; } .icon-down-bold:before { content: '\e90b'; } .icon-left-bold:before { content: '\e90c'; } .icon-right-bold:before { content: '\e90d'; } .icon-up-bold:before { content: '\e90e'; } .icon-down-thin:before { content: '\e90f'; } .icon-left-thin:before { content: '\e910'; } .icon-right-thin:before { content: '\e911'; } .icon-up-thin:before { content: '\e912'; } .icon-ccw:before { content: '\e913'; } .icon-cw:before { content: '\e914'; } .icon-arrows-ccw:before { content: '\e915'; } .icon-level-down:before { content: '\e916'; } .icon-level-up:before { content: '\e917'; } .icon-shuffle:before { content: '\e918'; } .icon-loop:before { content: '\e919'; } .icon-switch:before { content: '\e91a'; } .icon-play:before { content: '\e91b'; } .icon-stop:before { content: '\e91c'; } .icon-pause:before { content: '\e91d'; } .icon-record:before { content: '\e91e'; } .icon-to-end:before { content: '\e91f'; } .icon-to-start:before { content: '\e920'; } .icon-fast-forward:before { content: '\e921'; } .icon-fast-backward:before { content: '\e922'; } .icon-progress-0:before { content: '\e923'; } .icon-progress-1:before { content: '\e924'; } .icon-progress-2:before { content: '\e925'; } .icon-progress-3:before { content: '\e926'; } .icon-target:before { content: '\e927'; } .icon-palette:before { content: '\e928'; } .icon-list:before { content: '\e929'; } .icon-list-add:before { content: '\e92a'; } .icon-signal:before { content: '\e92b'; } .icon-trophy:before { content: '\e92c'; } .icon-battery:before { content: '\e92d'; } .icon-back-in-time:before { content: '\e92e'; } .icon-monitor:before { content: '\e92f'; } .icon-mobile:before { content: '\e930'; } .icon-network:before { content: '\e931'; } .icon-cd:before { content: '\e932'; } .icon-inbox:before { content: '\e933'; } .icon-install:before { content: '\e934'; } .icon-globe:before { content: '\e935'; } .icon-cloud:before { content: '\e936'; } .icon-cloud-thunder:before { content: '\e937'; } .icon-flash:before { content: '\e938'; } .icon-moon:before { content: '\e939'; } .icon-flight:before { content: '\e93a'; } .icon-paper-plane:before { content: '\e93b'; } .icon-leaf:before { content: '\e93c'; } .icon-lifebuoy:before { content: '\e93d'; } .icon-mouse:before { content: '\e93e'; } .icon-briefcase:before { content: '\e93f'; } .icon-suitcase:before { content: '\e940'; } .icon-dot:before { content: '\e941'; } .icon-dot-2:before { content: '\e942'; } .icon-dot-3:before { content: '\e943'; } .icon-brush:before { content: '\e944'; } .icon-magnet:before { content: '\e945'; } .icon-infinity:before { content: '\e946'; } .icon-erase:before { content: '\e947'; } .icon-chart-pie:before { content: '\e948'; } .icon-chart-line:before { content: '\e949'; } .icon-chart-bar:before { content: '\e94a'; } .icon-chart-area:before { content: '\e94b'; } .icon-tape:before { content: '\e94c'; } .icon-graduation-cap:before { content: '\e94d'; } .icon-language:before { content: '\e94e'; } .icon-ticket:before { content: '\e94f'; } .icon-water:before { content: '\e950'; } .icon-droplet:before { content: '\e951'; } .icon-air:before { content: '\e952'; } .icon-credit-card:before { content: '\e953'; } .icon-floppy:before { content: '\e954'; } .icon-clipboard:before { content: '\e955'; } .icon-megaphone:before { content: '\e956'; } .icon-database:before { content: '\e957'; } .icon-drive:before { content: '\e958'; } .icon-bucket:before { content: '\e959'; } .icon-thermometer:before { content: '\e95a'; } .icon-key:before { content: '\e95b'; } .icon-flow-cascade:before { content: '\e95c'; } .icon-flow-branch:before { content: '\e95d'; } .icon-flow-tree:before { content: '\e95e'; } .icon-flow-line:before { content: '\e95f'; } .icon-flow-parallel:before { content: '\e960'; } .icon-rocket:before { content: '\e961'; } .icon-gauge:before { content: '\e962'; } .icon-traffic-cone:before { content: '\e963'; } .icon-cc:before { content: '\e964'; } .icon-cc-by:before { content: '\e965'; } .icon-cc-nc:before { content: '\e966'; } .icon-cc-nc-eu:before { content: '\e967'; } .icon-cc-nc-jp:before { content: '\e968'; } .icon-cc-sa:before { content: '\e969'; } .icon-cc-nd:before { content: '\e96a'; } .icon-cc-pd:before { content: '\e96b'; } .icon-cc-zero:before { content: '\e96c'; } .icon-cc-share:before { content: '\e96d'; } .icon-cc-remix:before { content: '\e96e'; } .icon-music-outline:before { content: '\e96f'; } .icon-music-1:before { content: '\e970'; } .icon-search-outline:before { content: '\e971'; } .icon-search-1:before { content: '\e972'; } .icon-mail-1:before { content: '\e973'; } .icon-heart-1:before { content: '\e974'; } .icon-heart-filled:before { content: '\e975'; } .icon-star-1:before { content: '\e976'; } .icon-star-filled:before { content: '\e977'; } .icon-user-outline:before { content: '\e978'; } .icon-user-1:before { content: '\e979'; } .icon-users-outline:before { content: '\e97a'; } .icon-users-1:before { content: '\e97b'; } .icon-user-add-outline:before { content: '\e97c'; } .icon-user-add-1:before { content: '\e97d'; } .icon-user-delete-outline:before { content: '\e97e'; } .icon-user-delete:before { content: '\e97f'; } .icon-video-1:before { content: '\e980'; } .icon-videocam-outline:before { content: '\e981'; } .icon-videocam:before { content: '\e982'; } .icon-picture-outline:before { content: '\e983'; } .icon-picture-1:before { content: '\e984'; } .icon-camera-outline:before { content: '\e985'; } .icon-camera-1:before { content: '\e986'; } .icon-th-outline:before { content: '\e987'; } .icon-th:before { content: '\e988'; } .icon-th-large-outline:before { content: '\e989'; } .icon-th-large:before { content: '\e98a'; } .icon-th-list-outline:before { content: '\e98b'; } .icon-th-list:before { content: '\e98c'; } .icon-ok-outline:before { content: '\e98d'; } .icon-ok:before { content: '\e98e'; } .icon-cancel-outline:before { content: '\e98f'; } .icon-cancel-1:before { content: '\e990'; } .icon-cancel-alt:before { content: '\e991'; } .icon-cancel-alt-filled:before { content: '\e992'; } .icon-cancel-circled-outline:before { content: '\e993'; } .icon-cancel-circled-1:before { content: '\e994'; } .icon-plus-outline:before { content: '\e995'; } .icon-plus-1:before { content: '\e996'; } .icon-minus-outline:before { content: '\e997'; } .icon-minus-1:before { content: '\e998'; } .icon-divide-outline:before { content: '\e999'; } .icon-divide:before { content: '\e99a'; } .icon-eq-outline:before { content: '\e99b'; } .icon-eq:before { content: '\e99c'; } .icon-info-outline:before { content: '\e99d'; } .icon-info-1:before { content: '\e99e'; } .icon-home-outline:before { content: '\e99f'; } .icon-home-1:before { content: '\e9a0'; } .icon-link-outline:before { content: '\e9a1'; } .icon-link-1:before { content: '\e9a2'; } .icon-attach-outline:before { content: '\e9a3'; } .icon-attach-1:before { content: '\e9a4'; } .icon-lock-1:before { content: '\e9a5'; } .icon-lock-filled:before { content: '\e9a6'; } .icon-lock-open-1:before { content: '\e9a7'; } .icon-lock-open-filled:before { content: '\e9a8'; } .icon-pin-outline:before { content: '\e9a9'; } .icon-pin:before { content: '\e9aa'; } .icon-eye-outline:before { content: '\e9ab'; } .icon-eye-1:before { content: '\e9ac'; } .icon-tag-1:before { content: '\e9ad'; } .icon-tags:before { content: '\e9ae'; } .icon-bookmark-1:before { content: '\e9af'; } .icon-flag-1:before { content: '\e9b0'; } .icon-flag-filled:before { content: '\e9b1'; } .icon-thumbs-up-1:before { content: '\e9b2'; } .icon-thumbs-down-1:before { content: '\e9b3'; } .icon-download-outline:before { content: '\e9b4'; } .icon-download-1:before { content: '\e9b5'; } .icon-upload-outline:before { content: '\e9b6'; } .icon-upload-1:before { content: '\e9b7'; } .icon-upload-cloud-outline:before { content: '\e9b8'; } .icon-upload-cloud-1:before { content: '\e9b9'; } .icon-reply-outline:before { content: '\e9ba'; } .icon-reply-1:before { content: '\e9bb'; } .icon-forward-outline:before { content: '\e9bc'; } .icon-forward-1:before { content: '\e9bd'; } .icon-code-outline:before { content: '\e9be'; } .icon-code-1:before { content: '\e9bf'; } .icon-export-outline:before { content: '\e9c0'; } .icon-export-1:before { content: '\e9c1'; } .icon-pencil-1:before { content: '\e9c2'; } .icon-pen:before { content: '\e9c3'; } .icon-feather-1:before { content: '\e9c4'; } .icon-edit:before { content: '\e9c5'; } .icon-print-1:before { content: '\e9c6'; } .icon-comment-1:before { content: '\e9c7'; } .icon-chat-1:before { content: '\e9c8'; } .icon-chat-alt:before { content: '\e9c9'; } .icon-bell-1:before { content: '\e9ca'; } .icon-attention-1:before { content: '\e9cb'; } .icon-attention-filled:before { content: '\e9cc'; } .icon-warning-empty:before { content: '\e9cd'; } .icon-warning:before { content: '\e9ce'; } .icon-contacts:before { content: '\e9cf'; } .icon-vcard-1:before { content: '\e9d0'; } .icon-address-1:before { content: '\e9d1'; } .icon-location-outline:before { content: '\e9d2'; } .icon-location-1:before { content: '\e9d3'; } .icon-map-1:before { content: '\e9d4'; } .icon-direction-outline:before { content: '\e9d5'; } .icon-direction-1:before { content: '\e9d6'; } .icon-compass-1:before { content: '\e9d7'; } .icon-trash-1:before { content: '\e9d8'; } .icon-doc-1:before { content: '\e9d9'; } .icon-doc-text-1:before { content: '\e9da'; } .icon-doc-add:before { content: '\e9db'; } .icon-doc-remove:before { content: '\e9dc'; } .icon-news:before { content: '\e9dd'; } .icon-folder-2:before { content: '\e9de'; } .icon-folder-add:before { content: '\e9df'; } .icon-folder-delete:before { content: '\e9e0'; } .icon-archive-1:before { content: '\e9e1'; } .icon-box-2:before { content: '\e9e2'; } .icon-rss-outline:before { content: '\e9e3'; } .icon-rss-2:before { content: '\e9e4'; } .icon-phone-outline:before { content: '\e9e5'; } .icon-phone-2:before { content: '\e9e6'; } .icon-menu-outline:before { content: '\e9e7'; } .icon-menu-2:before { content: '\e9e8'; } .icon-cog-outline:before { content: '\e9e9'; } .icon-cog-2:before { content: '\e9ea'; } .icon-wrench-outline:before { content: '\e9eb'; } .icon-wrench-1:before { content: '\e9ec'; } .icon-basket-2:before { content: '\e9ed'; } .icon-calendar-outlilne:before { content: '\e9ee'; } .icon-calendar-2:before { content: '\e9ef'; } .icon-mic-outline:before { content: '\e9f0'; } .icon-mic-2:before { content: '\e9f1'; } .icon-volume-off-1:before { content: '\e9f2'; } .icon-volume-low:before { content: '\e9f3'; } .icon-volume-middle:before { content: '\e9f4'; } .icon-volume-high:before { content: '\e9f5'; } .icon-headphones-1:before { content: '\e9f6'; } .icon-clock-2:before { content: '\e9f7'; } .icon-wristwatch:before { content: '\e9f8'; } .icon-stopwatch:before { content: '\e9f9'; } .icon-lightbulb-1:before { content: '\e9fa'; } .icon-block-outline:before { content: '\e9fb'; } .icon-block-2:before { content: '\e9fc'; } .icon-resize-full-outline:before { content: '\e9fd'; } .icon-resize-full-2:before { content: '\e9fe'; } .icon-resize-normal-outline:before { content: '\e9ff'; } .icon-resize-normal:before { content: '\ea00'; } .icon-move-outline:before { content: '\ea01'; } .icon-move-1:before { content: '\ea02'; } .icon-popup-1:before { content: '\ea03'; } .icon-zoom-in-outline:before { content: '\ea04'; } .icon-zoom-in-1:before { content: '\ea05'; } .icon-zoom-out-outline:before { content: '\ea06'; } .icon-zoom-out-1:before { content: '\ea07'; } .icon-popup-2:before { content: '\ea08'; } .icon-left-open-outline:before { content: '\ea09'; } .icon-left-open-2:before { content: '\ea0a'; } .icon-right-open-outline:before { content: '\ea0b'; } .icon-right-open-2:before { content: '\ea0c'; } .icon-down-1:before { content: '\ea0d'; } .icon-left-1:before { content: '\ea0e'; } .icon-right-1:before { content: '\ea0f'; } .icon-up-1:before { content: '\ea10'; } .icon-down-outline:before { content: '\ea11'; } .icon-left-outline:before { content: '\ea12'; } .icon-right-outline:before { content: '\ea13'; } .icon-up-outline:before { content: '\ea14'; } .icon-down-small:before { content: '\ea15'; } .icon-left-small:before { content: '\ea16'; } .icon-right-small:before { content: '\ea17'; } .icon-up-small:before { content: '\ea18'; } .icon-cw-outline:before { content: '\ea19'; } .icon-cw-1:before { content: '\ea1a'; } .icon-arrows-cw-outline:before { content: '\ea1b'; } .icon-arrows-cw:before { content: '\ea1c'; } .icon-loop-outline:before { content: '\ea1d'; } .icon-loop-1:before { content: '\ea1e'; } .icon-loop-alt-outline:before { content: '\ea1f'; } .icon-loop-alt:before { content: '\ea20'; } .icon-shuffle-1:before { content: '\ea21'; } .icon-play-outline:before { content: '\ea22'; } .icon-play-1:before { content: '\ea23'; } .icon-stop-outline:before { content: '\ea24'; } .icon-stop-1:before { content: '\ea25'; } .icon-pause-outline:before { content: '\ea26'; } .icon-pause-1:before { content: '\ea27'; } .icon-fast-fw-outline:before { content: '\ea28'; } .icon-fast-fw:before { content: '\ea29'; } .icon-rewind-outline:before { content: '\ea2a'; } .icon-rewind:before { content: '\ea2b'; } .icon-record-outline:before { content: '\ea2c'; } .icon-record-1:before { content: '\ea2d'; } .icon-eject-outline:before { content: '\ea2e'; } .icon-eject:before { content: '\ea2f'; } .icon-eject-alt-outline:before { content: '\ea30'; } .icon-eject-alt:before { content: '\ea31'; } .icon-bat1:before { content: '\ea32'; } .icon-bat2:before { content: '\ea33'; } .icon-bat3:before { content: '\ea34'; } .icon-bat4:before { content: '\ea35'; } .icon-bat-charge:before { content: '\ea36'; } .icon-plug:before { content: '\ea37'; } .icon-target-outline:before { content: '\ea38'; } .icon-target-1:before { content: '\ea39'; } .icon-wifi-outline:before { content: '\ea3a'; } .icon-wifi:before { content: '\ea3b'; } .icon-desktop:before { content: '\ea3c'; } .icon-laptop:before { content: '\ea3d'; } .icon-tablet:before { content: '\ea3e'; } .icon-mobile-1:before { content: '\ea3f'; } .icon-contrast:before { content: '\ea40'; } .icon-globe-outline:before { content: '\ea41'; } .icon-globe-1:before { content: '\ea42'; } .icon-globe-alt-outline:before { content: '\ea43'; } .icon-globe-alt:before { content: '\ea44'; } .icon-sun:before { content: '\ea45'; } .icon-sun-filled:before { content: '\ea46'; } .icon-cloud-1:before { content: '\ea47'; } .icon-flash-outline:before { content: '\ea48'; } .icon-flash-1:before { content: '\ea49'; } .icon-moon-1:before { content: '\ea4a'; } .icon-waves-outline:before { content: '\ea4b'; } .icon-waves:before { content: '\ea4c'; } .icon-rain:before { content: '\ea4d'; } .icon-cloud-sun:before { content: '\ea4e'; } .icon-drizzle:before { content: '\ea4f'; } .icon-snow:before { content: '\ea50'; } .icon-cloud-flash:before { content: '\ea51'; } .icon-cloud-wind:before { content: '\ea52'; } .icon-wind:before { content: '\ea53'; } .icon-plane-outline:before { content: '\ea54'; } .icon-plane:before { content: '\ea55'; } .icon-leaf-1:before { content: '\ea56'; } .icon-lifebuoy-1:before { content: '\ea57'; } .icon-briefcase-1:before { content: '\ea58'; } .icon-brush-1:before { content: '\ea59'; } .icon-pipette:before { content: '\ea5a'; } .icon-power-outline:before { content: '\ea5b'; } .icon-power:before { content: '\ea5c'; } .icon-check-outline:before { content: '\ea5d'; } .icon-check-1:before { content: '\ea5e'; } .icon-gift:before { content: '\ea5f'; } .icon-temperatire:before { content: '\ea60'; } .icon-chart-outline:before { content: '\ea61'; } .icon-chart:before { content: '\ea62'; } .icon-chart-alt-outline:before { content: '\ea63'; } .icon-chart-alt:before { content: '\ea64'; } .icon-chart-bar-outline:before { content: '\ea65'; } .icon-chart-bar-1:before { content: '\ea66'; } .icon-chart-pie-outline:before { content: '\ea67'; } .icon-chart-pie-1:before { content: '\ea68'; } .icon-ticket-1:before { content: '\ea69'; } .icon-credit-card-1:before { content: '\ea6a'; } .icon-clipboard-1:before { content: '\ea6b'; } .icon-database-1:before { content: '\ea6c'; } .icon-key-outline:before { content: '\ea6d'; } .icon-key-1:before { content: '\ea6e'; } .icon-flow-split:before { content: '\ea6f'; } .icon-flow-merge:before { content: '\ea70'; } .icon-flow-parallel-1:before { content: '\ea71'; } .icon-flow-cross:before { content: '\ea72'; } .icon-certificate-outline:before { content: '\ea73'; } .icon-certificate:before { content: '\ea74'; } .icon-scissors-outline:before { content: '\ea75'; } .icon-scissors:before { content: '\ea76'; } .icon-flask:before { content: '\ea77'; } .icon-wine:before { content: '\ea78'; } .icon-coffee:before { content: '\ea79'; } .icon-beer:before { content: '\ea7a'; } .icon-anchor-outline:before { content: '\ea7b'; } .icon-anchor:before { content: '\ea7c'; } .icon-puzzle-outline:before { content: '\ea7d'; } .icon-puzzle:before { content: '\ea7e'; } .icon-tree:before { content: '\ea7f'; } .icon-calculator:before { content: '\ea80'; } .icon-infinity-outline:before { content: '\ea81'; } .icon-infinity-1:before { content: '\ea82'; } .icon-pi-outline:before { content: '\ea83'; } .icon-pi:before { content: '\ea84'; } .icon-at:before { content: '\ea85'; } .icon-at-circled:before { content: '\ea86'; } .icon-looped-square-outline:before { content: '\ea87'; } .icon-looped-square-interest:before { content: '\ea88'; } .icon-sort-alphabet-outline:before { content: '\ea89'; } .icon-sort-alphabet:before { content: '\ea8a'; } .icon-sort-numeric-outline:before { content: '\ea8b'; } .icon-sort-numeric:before { content: '\ea8c'; } .icon-dribbble-circled-1:before { content: '\ea8d'; } .icon-dribbble-1:before { content: '\ea8e'; } .icon-facebook-circled-1:before { content: '\ea8f'; } .icon-facebook-1:before { content: '\ea90'; } .icon-flickr-circled-1:before { content: '\ea91'; } .icon-flickr-1:before { content: '\ea92'; } .icon-github-circled-1:before { content: '\ea93'; } .icon-github-1:before { content: '\ea94'; } .icon-lastfm-circled-1:before { content: '\ea95'; } .icon-lastfm-1:before { content: '\ea96'; } .icon-linkedin-circled-1:before { content: '\ea97'; } .icon-linkedin-1:before { content: '\ea98'; } .icon-pinterest-circled-1:before { content: '\ea99'; } .icon-pinterest-1:before { content: '\ea9a'; } .icon-skype-outline:before { content: '\ea9b'; } .icon-skype-1:before { content: '\ea9c'; } .icon-tumbler-circled:before { content: '\ea9d'; } .icon-tumbler:before { content: '\ea9e'; } .icon-twitter-circled-1:before { content: '\ea9f'; } .icon-twitter-1:before { content: '\eaa0'; } .icon-vimeo-circled-1:before { content: '\eaa1'; } .icon-vimeo-1:before { content: '\eaa2'; } .icon-search-2:before { content: '\eaa3'; } .icon-mail-2:before { content: '\eaa4'; } .icon-heart-2:before { content: '\eaa5'; } .icon-heart-empty-1:before { content: '\eaa6'; } .icon-star-2:before { content: '\eaa7'; } .icon-user-2:before { content: '\eaa8'; } .icon-video-2:before { content: '\eaa9'; } .icon-picture-2:before { content: '\eaaa'; } .icon-camera-2:before { content: '\eaab'; } .icon-ok-1:before { content: '\eaac'; } .icon-ok-circle:before { content: '\eaad'; } .icon-cancel-2:before { content: '\eaae'; } .icon-cancel-circle:before { content: '\eaaf'; } .icon-plus-2:before { content: '\eab0'; } .icon-plus-circle:before { content: '\eab1'; } .icon-minus-2:before { content: '\eab2'; } .icon-minus-circle:before { content: '\eab3'; } .icon-help-1:before { content: '\eab4'; } .icon-info-2:before { content: '\eab5'; } .icon-home-2:before { content: '\eab6'; } .icon-link-2:before { content: '\eab7'; } .icon-attach-2:before { content: '\eab8'; } .icon-lock-2:before { content: '\eab9'; } .icon-lock-empty:before { content: '\eaba'; } .icon-lock-open-2:before { content: '\eabb'; } .icon-lock-open-empty:before { content: '\eabc'; } .icon-pin-1:before { content: '\eabd'; } .icon-eye-2:before { content: '\eabe'; } .icon-tag-2:before { content: '\eabf'; } .icon-tag-empty:before { content: '\eac0'; } .icon-download-2:before { content: '\eac1'; } .icon-upload-2:before { content: '\eac2'; } .icon-download-cloud:before { content: '\eac3'; } .icon-upload-cloud-2:before { content: '\eac4'; } .icon-quote-left:before { content: '\eac5'; } .icon-quote-right:before { content: '\eac6'; } .icon-quote-left-alt:before { content: '\eac7'; } .icon-quote-right-alt:before { content: '\eac8'; } .icon-pencil-2:before { content: '\eac9'; } .icon-pencil-neg:before { content: '\eaca'; } .icon-pencil-alt:before { content: '\eacb'; } .icon-undo:before { content: '\eacc'; } .icon-comment-2:before { content: '\eacd'; } .icon-comment-inv:before { content: '\eace'; } .icon-comment-alt:before { content: '\eacf'; } .icon-comment-inv-alt:before { content: '\ead0'; } .icon-comment-alt2:before { content: '\ead1'; } .icon-comment-inv-alt2:before { content: '\ead2'; } .icon-chat-2:before { content: '\ead3'; } .icon-chat-inv:before { content: '\ead4'; } .icon-location-2:before { content: '\ead5'; } .icon-location-inv:before { content: '\ead6'; } .icon-location-alt:before { content: '\ead7'; } .icon-compass-2:before { content: '\ead8'; } .icon-trash-2:before { content: '\ead9'; } .icon-trash-empty:before { content: '\eada'; } .icon-doc-2:before { content: '\eadb'; } .icon-doc-inv:before { content: '\eadc'; } .icon-doc-alt:before { content: '\eadd'; } .icon-doc-inv-alt:before { content: '\eade'; } .icon-article:before { content: '\eadf'; } .icon-article-alt:before { content: '\eae0'; } .icon-book-open-1:before { content: '\eae1'; } .icon-folder-3:before { content: '\eae2'; } .icon-folder-empty-1:before { content: '\eae3'; } .icon-box-3:before { content: '\eae4'; } .icon-rss-3:before { content: '\eae5'; } .icon-rss-alt:before { content: '\eae6'; } .icon-cog-3:before { content: '\eae7'; } .icon-wrench-2:before { content: '\eae8'; } .icon-share-1:before { content: '\eae9'; } .icon-calendar-3:before { content: '\eaea'; } .icon-calendar-inv:before { content: '\eaeb'; } .icon-calendar-alt:before { content: '\eaec'; } .icon-mic-3:before { content: '\eaed'; } .icon-volume-off-2:before { content: '\eaee'; } .icon-volume-up-1:before { content: '\eaef'; } .icon-headphones-2:before { content: '\eaf0'; } .icon-clock-3:before { content: '\eaf1'; } .icon-lamp-1:before { content: '\eaf2'; } .icon-block-3:before { content: '\eaf3'; } .icon-resize-full-3:before { content: '\eaf4'; } .icon-resize-full-alt-1:before { content: '\eaf5'; } .icon-resize-small-2:before { content: '\eaf6'; } .icon-resize-small-alt:before { content: '\eaf7'; } .icon-resize-vertical-1:before { content: '\eaf8'; } .icon-resize-horizontal-1:before { content: '\eaf9'; } .icon-move-2:before { content: '\eafa'; } .icon-popup-3:before { content: '\eafb'; } .icon-down-2:before { content: '\eafc'; } .icon-left-2:before { content: '\eafd'; } .icon-right-2:before { content: '\eafe'; } .icon-up-2:before { content: '\eaff'; } .icon-down-circle:before { content: '\eb00'; } .icon-left-circle:before { content: '\eb01'; } .icon-right-circle:before { content: '\eb02'; } .icon-up-circle:before { content: '\eb03'; } .icon-cw-2:before { content: '\eb04'; } .icon-loop-2:before { content: '\eb05'; } .icon-loop-alt-1:before { content: '\eb06'; } .icon-exchange:before { content: '\eb07'; } .icon-split:before { content: '\eb08'; } .icon-arrow-curved:before { content: '\eb09'; } .icon-play-2:before { content: '\eb0a'; } .icon-play-circle2:before { content: '\eb0b'; } .icon-stop-2:before { content: '\eb0c'; } .icon-pause-2:before { content: '\eb0d'; } .icon-to-start-1:before { content: '\eb0e'; } .icon-to-end-1:before { content: '\eb0f'; } .icon-eject-1:before { content: '\eb10'; } .icon-target-2:before { content: '\eb11'; } .icon-signal-1:before { content: '\eb12'; } .icon-award:before { content: '\eb13'; } .icon-award-empty:before { content: '\eb14'; } .icon-list-1:before { content: '\eb15'; } .icon-list-nested:before { content: '\eb16'; } .icon-bat-empty:before { content: '\eb17'; } .icon-bat-half:before { content: '\eb18'; } .icon-bat-full:before { content: '\eb19'; } .icon-bat-charge-1:before { content: '\eb1a'; } .icon-mobile-2:before { content: '\eb1b'; } .icon-cd-1:before { content: '\eb1c'; } .icon-equalizer:before { content: '\eb1d'; } .icon-cursor:before { content: '\eb1e'; } .icon-aperture:before { content: '\eb1f'; } .icon-aperture-alt:before { content: '\eb20'; } .icon-steering-wheel:before { content: '\eb21'; } .icon-book-1:before { content: '\eb22'; } .icon-book-alt:before { content: '\eb23'; } .icon-brush-2:before { content: '\eb24'; } .icon-brush-alt:before { content: '\eb25'; } .icon-eyedropper:before { content: '\eb26'; } .icon-layers:before { content: '\eb27'; } .icon-layers-alt:before { content: '\eb28'; } .icon-sun-1:before { content: '\eb29'; } .icon-sun-inv:before { content: '\eb2a'; } .icon-cloud-2:before { content: '\eb2b'; } .icon-rain-1:before { content: '\eb2c'; } .icon-flash-2:before { content: '\eb2d'; } .icon-moon-2:before { content: '\eb2e'; } .icon-moon-inv:before { content: '\eb2f'; } .icon-umbrella:before { content: '\eb30'; } .icon-chart-bar-2:before { content: '\eb31'; } .icon-chart-pie-2:before { content: '\eb32'; } .icon-chart-pie-alt:before { content: '\eb33'; } .icon-key-2:before { content: '\eb34'; } .icon-key-inv:before { content: '\eb35'; } .icon-hash:before { content: '\eb36'; } .icon-at-1:before { content: '\eb37'; } .icon-pilcrow:before { content: '\eb38'; } .icon-dial:before { content: '\eb39'; } .icon-search-3:before { content: '\eb3a'; } .icon-mail-3:before { content: '\eb3b'; } .icon-heart-3:before { content: '\eb3c'; } .icon-star-3:before { content: '\eb3d'; } .icon-user-3:before { content: '\eb3e'; } .icon-user-woman:before { content: '\eb3f'; } .icon-user-pair:before { content: '\eb40'; } .icon-video-alt:before { content: '\eb41'; } .icon-videocam-1:before { content: '\eb42'; } .icon-videocam-alt:before { content: '\eb43'; } .icon-camera-3:before { content: '\eb44'; } .icon-th-1:before { content: '\eb45'; } .icon-th-list-1:before { content: '\eb46'; } .icon-ok-2:before { content: '\eb47'; } .icon-cancel-3:before { content: '\eb48'; } .icon-cancel-circle-1:before { content: '\eb49'; } .icon-plus-3:before { content: '\eb4a'; } .icon-home-3:before { content: '\eb4b'; } .icon-lock-3:before { content: '\eb4c'; } .icon-lock-open-3:before { content: '\eb4d'; } .icon-eye-3:before { content: '\eb4e'; } .icon-tag-3:before { content: '\eb4f'; } .icon-thumbs-up-2:before { content: '\eb50'; } .icon-thumbs-down-2:before { content: '\eb51'; } .icon-download-3:before { content: '\eb52'; } .icon-export-2:before { content: '\eb53'; } .icon-pencil-3:before { content: '\eb54'; } .icon-pencil-alt-1:before { content: '\eb55'; } .icon-edit-1:before { content: '\eb56'; } .icon-chat-3:before { content: '\eb57'; } .icon-print-2:before { content: '\eb58'; } .icon-bell-2:before { content: '\eb59'; } .icon-attention-2:before { content: '\eb5a'; } .icon-info-3:before { content: '\eb5b'; } .icon-question:before { content: '\eb5c'; } .icon-location-3:before { content: '\eb5d'; } .icon-trash-3:before { content: '\eb5e'; } .icon-doc-3:before { content: '\eb5f'; } .icon-article-1:before { content: '\eb60'; } .icon-article-alt-1:before { content: '\eb61'; } .icon-rss-4:before { content: '\eb62'; } .icon-wrench-3:before { content: '\eb63'; } .icon-basket-3:before { content: '\eb64'; } .icon-basket-alt:before { content: '\eb65'; } .icon-calendar-4:before { content: '\eb66'; } .icon-calendar-alt-1:before { content: '\eb67'; } .icon-volume-off-3:before { content: '\eb68'; } .icon-volume-down-1:before { content: '\eb69'; } .icon-volume-up-2:before { content: '\eb6a'; } .icon-bullhorn:before { content: '\eb6b'; } .icon-clock-4:before { content: '\eb6c'; } .icon-clock-alt:before { content: '\eb6d'; } .icon-stop-3:before { content: '\eb6e'; } .icon-resize-full-4:before { content: '\eb6f'; } .icon-resize-small-3:before { content: '\eb70'; } .icon-zoom-in-2:before { content: '\eb71'; } .icon-zoom-out-2:before { content: '\eb72'; } .icon-popup-4:before { content: '\eb73'; } .icon-down-dir-2:before { content: '\eb74'; } .icon-left-dir-2:before { content: '\eb75'; } .icon-right-dir-2:before { content: '\eb76'; } .icon-up-dir-2:before { content: '\eb77'; } .icon-down-3:before { content: '\eb78'; } .icon-up-3:before { content: '\eb79'; } .icon-cw-3:before { content: '\eb7a'; } .icon-signal-2:before { content: '\eb7b'; } .icon-award-1:before { content: '\eb7c'; } .icon-mobile-3:before { content: '\eb7d'; } .icon-mobile-alt:before { content: '\eb7e'; } .icon-tablet-1:before { content: '\eb7f'; } .icon-ipod:before { content: '\eb80'; } .icon-cd-2:before { content: '\eb81'; } .icon-grid:before { content: '\eb82'; } .icon-book-2:before { content: '\eb83'; } .icon-easel:before { content: '\eb84'; } .icon-globe-2:before { content: '\eb85'; } .icon-chart-1:before { content: '\eb86'; } .icon-chart-bar-3:before { content: '\eb87'; } .icon-chart-pie-3:before { content: '\eb88'; } .icon-dollar:before { content: '\eb89'; } .icon-at-2:before { content: '\eb8a'; } .icon-colon:before { content: '\eb8b'; } .icon-semicolon:before { content: '\eb8c'; } .icon-squares:before { content: '\eb8d'; } .icon-money:before { content: '\eb8e'; } .icon-facebook-2:before { content: '\eb8f'; } .icon-facebook-rect:before { content: '\eb90'; } .icon-twitter-bird:before { content: '\eb91'; } .icon-youtube:before { content: '\eb92'; } .icon-windy-rain-inv:before { content: '\eb93'; } .icon-snow-inv:before { content: '\eb94'; } .icon-snow-heavy-inv:before { content: '\eb95'; } .icon-hail-inv:before { content: '\eb96'; } .icon-clouds-inv:before { content: '\eb97'; } .icon-clouds-flash-inv:before { content: '\eb98'; } .icon-temperature:before { content: '\eb99'; } .icon-compass-3:before { content: '\eb9a'; } .icon-na:before { content: '\eb9b'; } .icon-celcius:before { content: '\eb9c'; } .icon-fahrenheit:before { content: '\eb9d'; } .icon-clouds-flash-alt:before { content: '\eb9e'; } .icon-sun-inv-1:before { content: '\eb9f'; } .icon-moon-inv-1:before { content: '\eba0'; } .icon-cloud-sun-inv:before { content: '\eba1'; } .icon-cloud-moon-inv:before { content: '\eba2'; } .icon-cloud-inv:before { content: '\eba3'; } .icon-cloud-flash-inv:before { content: '\eba4'; } .icon-drizzle-inv:before { content: '\eba5'; } .icon-rain-inv:before { content: '\eba6'; } .icon-windy-inv:before { content: '\eba7'; } .icon-sunrise:before { content: '\eba8'; } .icon-sun-2:before { content: '\eba9'; } .icon-moon-3:before { content: '\ebaa'; } .icon-eclipse:before { content: '\ebab'; } .icon-mist:before { content: '\ebac'; } .icon-wind-1:before { content: '\ebad'; } .icon-snowflake:before { content: '\ebae'; } .icon-cloud-sun-1:before { content: '\ebaf'; } .icon-cloud-moon:before { content: '\ebb0'; } .icon-fog-sun:before { content: '\ebb1'; } .icon-fog-moon:before { content: '\ebb2'; } .icon-fog-cloud:before { content: '\ebb3'; } .icon-fog:before { content: '\ebb4'; } .icon-cloud-3:before { content: '\ebb5'; } .icon-cloud-flash-1:before { content: '\ebb6'; } .icon-cloud-flash-alt:before { content: '\ebb7'; } .icon-drizzle-1:before { content: '\ebb8'; } .icon-rain-2:before { content: '\ebb9'; } .icon-windy:before { content: '\ebba'; } .icon-windy-rain:before { content: '\ebbb'; } .icon-snow-1:before { content: '\ebbc'; } .icon-snow-alt:before { content: '\ebbd'; } .icon-snow-heavy:before { content: '\ebbe'; } .icon-hail:before { content: '\ebbf'; } .icon-clouds:before { content: '\ebc0'; } .icon-clouds-flash:before { content: '\ebc1'; } .icon-mail-4:before { content: '\ebc2'; } .icon-heart-4:before { content: '\ebc3'; } .icon-star-4:before { content: '\ebc4'; } .icon-star-empty-1:before { content: '\ebc5'; } .icon-ok-3:before { content: '\ebc6'; } .icon-cancel-4:before { content: '\ebc7'; } .icon-plus-4:before { content: '\ebc8'; } .icon-help-circled-1:before { content: '\ebc9'; } .icon-help-circled-alt:before { content: '\ebca'; } .icon-home-4:before { content: '\ebcb'; } .icon-pencil-4:before { content: '\ebcc'; } .icon-attention-3:before { content: '\ebcd'; } .icon-attention-alt:before { content: '\ebce'; } .icon-cog-4:before { content: '\ebcf'; } .icon-mic-off:before { content: '\ebd0'; } .icon-clock-5:before { content: '\ebd1'; } .icon-stopwatch-1:before { content: '\ebd2'; } .icon-hourglass-1:before { content: '\ebd3'; } .icon-down-4:before { content: '\ebd4'; } .icon-left-3:before { content: '\ebd5'; } .icon-right-3:before { content: '\ebd6'; } .icon-up-4:before { content: '\ebd7'; } .icon-down-bold-1:before { content: '\ebd8'; } .icon-left-bold-1:before { content: '\ebd9'; } .icon-right-bold-1:before { content: '\ebda'; } .icon-up-bold-1:before { content: '\ebdb'; } .icon-down-fat:before { content: '\ebdc'; } .icon-left-fat:before { content: '\ebdd'; } .icon-right-fat:before { content: '\ebde'; } .icon-up-fat:before { content: '\ebdf'; } .icon-flash-3:before { content: '\ebe0'; } .icon-cloud-4:before { content: '\ebe1'; } .icon-vector-pencil:before { content: '\ebe2'; } .icon-at-3:before { content: '\ebe3'; } .icon-female:before { content: '\ebe4'; } .icon-male:before { content: '\ebe5'; } .icon-king:before { content: '\ebe6'; } .icon-anchor-1:before { content: '\ebe7'; } .icon-aboveground-rail:before { content: '\ebe8'; } .icon-airfield:before { content: '\ebe9'; } .icon-airport:before { content: '\ebea'; } .icon-art-gallery:before { content: '\ebeb'; } .icon-bar:before { content: '\ebec'; } .icon-baseball:before { content: '\ebed'; } .icon-basketball:before { content: '\ebee'; } .icon-beer-1:before { content: '\ebef'; } .icon-belowground-rail:before { content: '\ebf0'; } .icon-bicycle:before { content: '\ebf1'; } .icon-bus:before { content: '\ebf2'; } .icon-cafe:before { content: '\ebf3'; } .icon-campsite:before { content: '\ebf4'; } .icon-cemetery:before { content: '\ebf5'; } .icon-cinema:before { content: '\ebf6'; } .icon-college:before { content: '\ebf7'; } .icon-commerical-building:before { content: '\ebf8'; } .icon-credit-card-2:before { content: '\ebf9'; } .icon-cricket:before { content: '\ebfa'; } .icon-embassy:before { content: '\ebfb'; } .icon-fast-food:before { content: '\ebfc'; } .icon-ferry:before { content: '\ebfd'; } .icon-fire-station:before { content: '\ebfe'; } .icon-football:before { content: '\ebff'; } .icon-fuel:before { content: '\ec00'; } .icon-garden:before { content: '\ec01'; } .icon-giraffe:before { content: '\ec02'; } .icon-golf:before { content: '\ec03'; } .icon-grocery-store:before { content: '\ec04'; } .icon-harbor:before { content: '\ec05'; } .icon-heliport:before { content: '\ec06'; } .icon-hospital:before { content: '\ec07'; } .icon-industrial-building:before { content: '\ec08'; } .icon-library:before { content: '\ec09'; } .icon-lodging:before { content: '\ec0a'; } .icon-london-underground:before { content: '\ec0b'; } .icon-minefield:before { content: '\ec0c'; } .icon-monument:before { content: '\ec0d'; } .icon-museum:before { content: '\ec0e'; } .icon-pharmacy:before { content: '\ec0f'; } .icon-pitch:before { content: '\ec10'; } .icon-police:before { content: '\ec11'; } .icon-post:before { content: '\ec12'; } .icon-prison:before { content: '\ec13'; } .icon-rail:before { content: '\ec14'; } .icon-religious-christian:before { content: '\ec15'; } .icon-religious-islam:before { content: '\ec16'; } .icon-religious-jewish:before { content: '\ec17'; } .icon-restaurant:before { content: '\ec18'; } .icon-roadblock:before { content: '\ec19'; } .icon-school:before { content: '\ec1a'; } .icon-shop:before { content: '\ec1b'; } .icon-skiing:before { content: '\ec1c'; } .icon-soccer:before { content: '\ec1d'; } .icon-swimming:before { content: '\ec1e'; } .icon-tennis:before { content: '\ec1f'; } .icon-theatre:before { content: '\ec20'; } .icon-toilet:before { content: '\ec21'; } .icon-town-hall:before { content: '\ec22'; } .icon-trash-5:before { content: '\ec23'; } .icon-tree-1:before { content: '\ec24'; } .icon-tree-2:before { content: '\ec25'; } .icon-warehouse:before { content: '\ec26'; } .icon-duckduckgo:before { content: '\ec27'; } .icon-aim:before { content: '\ec28'; } .icon-delicious:before { content: '\ec29'; } .icon-paypal-1:before { content: '\ec2a'; } .icon-flattr-1:before { content: '\ec2b'; } .icon-android:before { content: '\ec2c'; } .icon-eventful:before { content: '\ec2d'; } .icon-smashmag:before { content: '\ec2e'; } .icon-gplus-2:before { content: '\ec2f'; } .icon-wikipedia:before { content: '\ec30'; } .icon-lanyrd:before { content: '\ec31'; } .icon-calendar-6:before { content: '\ec32'; } .icon-stumbleupon-1:before { content: '\ec33'; } .icon-fivehundredpx:before { content: '\ec34'; } .icon-pinterest-2:before { content: '\ec35'; } .icon-bitcoin:before { content: '\ec36'; } .icon-w3c:before { content: '\ec37'; } .icon-foursquare:before { content: '\ec38'; } .icon-html5:before { content: '\ec39'; } .icon-ie-1:before { content: '\ec3a'; } .icon-call:before { content: '\ec3b'; } .icon-grooveshark:before { content: '\ec3c'; } .icon-ninetyninedesigns:before { content: '\ec3d'; } .icon-forrst:before { content: '\ec3e'; } .icon-digg:before { content: '\ec3f'; } .icon-spotify-1:before { content: '\ec40'; } .icon-reddit:before { content: '\ec41'; } .icon-guest:before { content: '\ec42'; } .icon-gowalla:before { content: '\ec43'; } .icon-appstore:before { content: '\ec44'; } .icon-blogger:before { content: '\ec45'; } .icon-cc-1:before { content: '\ec46'; } .icon-dribbble-3:before { content: '\ec47'; } .icon-evernote-1:before { content: '\ec48'; } .icon-flickr-2:before { content: '\ec49'; } .icon-google:before { content: '\ec4a'; } .icon-viadeo:before { content: '\ec4b'; } .icon-instapaper:before { content: '\ec4c'; } .icon-weibo:before { content: '\ec4d'; } .icon-klout:before { content: '\ec4e'; } .icon-linkedin-3:before { content: '\ec4f'; } .icon-meetup:before { content: '\ec50'; } .icon-vk:before { content: '\ec51'; } .icon-plancast:before { content: '\ec52'; } .icon-disqus:before { content: '\ec53'; } .icon-rss-5:before { content: '\ec54'; } .icon-skype-2:before { content: '\ec55'; } .icon-twitter-4:before { content: '\ec56'; } .icon-youtube-1:before { content: '\ec57'; } .icon-vimeo-2:before { content: '\ec58'; } .icon-windows:before { content: '\ec59'; } .icon-xing:before { content: '\ec5a'; } .icon-yahoo:before { content: '\ec5b'; } .icon-chrome:before { content: '\ec5c'; } .icon-email:before { content: '\ec5d'; } .icon-macstore:before { content: '\ec5e'; } .icon-myspace:before { content: '\ec5f'; } .icon-podcast:before { content: '\ec60'; } .icon-amazon:before { content: '\ec61'; } .icon-steam:before { content: '\ec62'; } .icon-cloudapp:before { content: '\ec63'; } .icon-dropbox-1:before { content: '\ec64'; } .icon-ebay:before { content: '\ec65'; } .icon-facebook-4:before { content: '\ec66'; } .icon-github-3:before { content: '\ec67'; } .icon-github-circled-3:before { content: '\ec68'; } .icon-googleplay:before { content: '\ec69'; } .icon-itunes:before { content: '\ec6a'; } .icon-plurk:before { content: '\ec6b'; } .icon-songkick:before { content: '\ec6c'; } .icon-lastfm-2:before { content: '\ec6d'; } .icon-gmail:before { content: '\ec6e'; } .icon-pinboard:before { content: '\ec6f'; } .icon-openid:before { content: '\ec70'; } .icon-quora:before { content: '\ec71'; } .icon-soundcloud-2:before { content: '\ec72'; } .icon-tumblr-1:before { content: '\ec73'; } .icon-eventasaurus:before { content: '\ec74'; } .icon-wordpress:before { content: '\ec75'; } .icon-yelp:before { content: '\ec76'; } .icon-intensedebate:before { content: '\ec77'; } .icon-eventbrite:before { content: '\ec78'; } .icon-scribd:before { content: '\ec79'; } .icon-posterous:before { content: '\ec7a'; } .icon-stripe:before { content: '\ec7b'; } .icon-opentable:before { content: '\ec7c'; } .icon-cart:before { content: '\ec7d'; } .icon-print-4:before { content: '\ec7e'; } .icon-angellist:before { content: '\ec7f'; } .icon-instagram-2:before { content: '\ec80'; } .icon-dwolla:before { content: '\ec81'; } .icon-appnet:before { content: '\ec82'; } .icon-statusnet:before { content: '\ec83'; } .icon-acrobat:before { content: '\ec84'; } .icon-drupal:before { content: '\ec85'; } .icon-buffer:before { content: '\ec86'; } .icon-pocket:before { content: '\ec87'; } .icon-bitbucket:before { content: '\ec88'; } .icon-lego:before { content: '\ec89'; } .icon-login-3:before { content: '\ec8a'; } .icon-stackoverflow:before { content: '\ec8b'; } .icon-hackernews:before { content: '\ec8c'; } .icon-lkdto:before { content: '\ec8d'; } .icon-facebook-5:before { content: '\ec8e'; } .icon-facebook-rect-1:before { content: '\ec8f'; } .icon-twitter-5:before { content: '\ec90'; } .icon-twitter-bird-1:before { content: '\ec91'; } .icon-vimeo-3:before { content: '\ec92'; } .icon-vimeo-rect:before { content: '\ec93'; } .icon-tumblr-rect:before { content: '\ec94'; } .icon-googleplus-rect:before { content: '\ec95'; } .icon-github-text:before { content: '\ec96'; } .icon-icq:before { content: '\ec97'; } .icon-yandex-rect:before { content: '\ec98'; } .icon-vkontakte-rect:before { content: '\ec99'; } .icon-odnoklassniki:before { content: '\ec9a'; } .icon-odnoklassniki-rect:before { content: '\ec9b'; } .icon-friendfeed:before { content: '\ec9c'; } .icon-friendfeed-rect:before { content: '\ec9d'; } .icon-blogger-1:before { content: '\ec9e'; } .icon-blogger-rect:before { content: '\ec9f'; } .icon-deviantart:before { content: '\eca0'; } .icon-lastfm-3:before { content: '\eca1'; } .icon-lastfm-rect:before { content: '\eca2'; } .icon-linkedin-rect:before { content: '\eca3'; } .icon-picasa-1:before { content: '\eca4'; } .icon-instagram-3:before { content: '\eca5'; } .icon-instagram-filled:before { content: '\eca6'; } .icon-box-4:before { content: '\eca7'; } .icon-box-rect:before { content: '\eca8'; } .icon-youku:before { content: '\eca9'; } .icon-win8:before { content: '\ecaa'; } .icon-discover:before { content: '\ecab'; } .icon-visa:before { content: '\ecac'; } .icon-houzz:before { content: '\ecad'; } .icon-glass:before { content: '\ecae'; } .icon-music-2:before { content: '\ecaf'; } .icon-search-5:before { content: '\ecb0'; } .icon-search-circled:before { content: '\ecb1'; } .icon-mail-5:before { content: '\ecb2'; } .icon-mail-circled:before { content: '\ecb3'; } .icon-heart-5:before { content: '\ecb4'; } .icon-heart-circled:before { content: '\ecb5'; } .icon-heart-empty-2:before { content: '\ecb6'; } .icon-star-5:before { content: '\ecb7'; } .icon-star-circled:before { content: '\ecb8'; } .icon-star-empty-2:before { content: '\ecb9'; } .icon-user-5:before { content: '\ecba'; } .icon-group:before { content: '\ecbb'; } .icon-group-circled:before { content: '\ecbc'; } .icon-torso:before { content: '\ecbd'; } .icon-video-3:before { content: '\ecbe'; } .icon-video-circled:before { content: '\ecbf'; } .icon-video-alt-1:before { content: '\ecc0'; } .icon-videocam-3:before { content: '\ecc1'; } .icon-video-chat:before { content: '\ecc2'; } .icon-picture-3:before { content: '\ecc3'; } .icon-camera-5:before { content: '\ecc4'; } .icon-photo:before { content: '\ecc5'; } .icon-photo-circled:before { content: '\ecc6'; } .icon-th-large-1:before { content: '\ecc7'; } .icon-th-2:before { content: '\ecc8'; } .icon-th-list-3:before { content: '\ecc9'; } .icon-view-mode:before { content: '\ecca'; } .icon-ok-4:before { content: '\eccb'; } .icon-ok-circled-1:before { content: '\eccc'; } .icon-ok-circled2:before { content: '\eccd'; } .icon-cancel-5:before { content: '\ecce'; } .icon-cancel-circled-3:before { content: '\eccf'; } .icon-cancel-circled2:before { content: '\ecd0'; } .icon-plus-5:before { content: '\ecd1'; } .icon-plus-circled-1:before { content: '\ecd2'; } .icon-minus-3:before { content: '\ecd3'; } .icon-minus-circled-1:before { content: '\ecd4'; } .icon-help-2:before { content: '\ecd5'; } .icon-help-circled-2:before { content: '\ecd6'; } .icon-info-circled-2:before { content: '\ecd7'; } .icon-home-5:before { content: '\ecd8'; } .icon-home-circled:before { content: '\ecd9'; } .icon-website:before { content: '\ecda'; } .icon-website-circled:before { content: '\ecdb'; } .icon-attach-4:before { content: '\ecdc'; } .icon-attach-circled:before { content: '\ecdd'; } .icon-lock-5:before { content: '\ecde'; } .icon-lock-circled:before { content: '\ecdf'; } .icon-lock-open-5:before { content: '\ece0'; } .icon-lock-open-alt-1:before { content: '\ece1'; } .icon-eye-5:before { content: '\ece2'; } .icon-eye-off:before { content: '\ece3'; } .icon-tag-4:before { content: '\ece4'; } .icon-tags-1:before { content: '\ece5'; } .icon-bookmark-2:before { content: '\ece6'; } .icon-bookmark-empty:before { content: '\ece7'; } .icon-flag-2:before { content: '\ece8'; } .icon-flag-circled:before { content: '\ece9'; } .icon-thumbs-up-3:before { content: '\ecea'; } .icon-thumbs-down-3:before { content: '\eceb'; } .icon-download-5:before { content: '\ecec'; } .icon-download-alt:before { content: '\eced'; } .icon-upload-4:before { content: '\ecee'; } .icon-share-2:before { content: '\ecef'; } .icon-quote-1:before { content: '\ecf0'; } .icon-quote-circled:before { content: '\ecf1'; } .icon-export-4:before { content: '\ecf2'; } .icon-pencil-5:before { content: '\ecf3'; } .icon-pencil-circled:before { content: '\ecf4'; } .icon-edit-2:before { content: '\ecf5'; } .icon-edit-circled:before { content: '\ecf6'; } .icon-edit-alt:before { content: '\ecf7'; } .icon-print-5:before { content: '\ecf8'; } .icon-retweet-2:before { content: '\ecf9'; } .icon-comment-4:before { content: '\ecfa'; } .icon-comment-alt-1:before { content: '\ecfb'; } .icon-bell-4:before { content: '\ecfc'; } .icon-warning-1:before { content: '\ecfd'; } .icon-exclamation:before { content: '\ecfe'; } .icon-error:before { content: '\ecff'; } .icon-error-alt:before { content: '\ed00'; } .icon-location-5:before { content: '\ed01'; } .icon-location-circled:before { content: '\ed02'; } .icon-compass-4:before { content: '\ed03'; } .icon-compass-circled:before { content: '\ed04'; } .icon-trash-6:before { content: '\ed05'; } .icon-trash-circled:before { content: '\ed06'; } .icon-doc-5:before { content: '\ed07'; } .icon-doc-circled:before { content: '\ed08'; } .icon-doc-new:before { content: '\ed09'; } .icon-doc-new-circled:before { content: '\ed0a'; } .icon-folder-5:before { content: '\ed0b'; } .icon-folder-circled:before { content: '\ed0c'; } .icon-folder-close:before { content: '\ed0d'; } .icon-folder-open-2:before { content: '\ed0e'; } .icon-rss-6:before { content: '\ed0f'; } .icon-phone-3:before { content: '\ed10'; } .icon-phone-circled:before { content: '\ed11'; } .icon-cog-5:before { content: '\ed12'; } .icon-cog-circled:before { content: '\ed13'; } .icon-cogs:before { content: '\ed14'; } .icon-wrench-4:before { content: '\ed15'; } .icon-wrench-circled:before { content: '\ed16'; } .icon-basket-4:before { content: '\ed17'; } .icon-basket-circled:before { content: '\ed18'; } .icon-calendar-7:before { content: '\ed19'; } .icon-calendar-circled:before { content: '\ed1a'; } .icon-mic-5:before { content: '\ed1b'; } .icon-mic-circled:before { content: '\ed1c'; } .icon-volume-off-4:before { content: '\ed1d'; } .icon-volume-down-2:before { content: '\ed1e'; } .icon-volume-1:before { content: '\ed1f'; } .icon-volume-up-3:before { content: '\ed20'; } .icon-headphones-3:before { content: '\ed21'; } .icon-clock-6:before { content: '\ed22'; } .icon-clock-circled:before { content: '\ed23'; } .icon-lightbulb-2:before { content: '\ed24'; } .icon-lightbulb-alt:before { content: '\ed25'; } .icon-block-4:before { content: '\ed26'; } .icon-resize-full-5:before { content: '\ed27'; } .icon-resize-full-alt-2:before { content: '\ed28'; } .icon-resize-small-4:before { content: '\ed29'; } .icon-resize-vertical-2:before { content: '\ed2a'; } .icon-resize-horizontal-2:before { content: '\ed2b'; } .icon-move-3:before { content: '\ed2c'; } .icon-zoom-in-4:before { content: '\ed2d'; } .icon-zoom-out-4:before { content: '\ed2e'; } .icon-down-open-3:before { content: '\ed2f'; } .icon-left-open-4:before { content: '\ed30'; } .icon-right-open-4:before { content: '\ed31'; } .icon-up-open-3:before { content: '\ed32'; } .icon-down-5:before { content: '\ed33'; } .icon-left-4:before { content: '\ed34'; } .icon-right-4:before { content: '\ed35'; } .icon-up-5:before { content: '\ed36'; } .icon-down-circled-1:before { content: '\ed37'; } .icon-left-circled-1:before { content: '\ed38'; } .icon-right-circled-1:before { content: '\ed39'; } .icon-up-circled-1:before { content: '\ed3a'; } .icon-down-hand:before { content: '\ed3b'; } .icon-left-hand:before { content: '\ed3c'; } .icon-right-hand:before { content: '\ed3d'; } .icon-up-hand:before { content: '\ed3e'; } .icon-cw-4:before { content: '\ed3f'; } .icon-cw-circled:before { content: '\ed40'; } .icon-arrows-cw-1:before { content: '\ed41'; } .icon-shuffle-3:before { content: '\ed42'; } .icon-play-4:before { content: '\ed43'; } .icon-play-circled:before { content: '\ed44'; } .icon-play-circled2:before { content: '\ed45'; } .icon-stop-5:before { content: '\ed46'; } .icon-stop-circled:before { content: '\ed47'; } .icon-pause-4:before { content: '\ed48'; } .icon-pause-circled:before { content: '\ed49'; } .icon-record-2:before { content: '\ed4a'; } .icon-eject-2:before { content: '\ed4b'; } .icon-backward:before { content: '\ed4c'; } .icon-backward-circled:before { content: '\ed4d'; } .icon-fast-backward-2:before { content: '\ed4e'; } .icon-fast-forward-2:before { content: '\ed4f'; } .icon-forward-2:before { content: '\ed50'; } .icon-forward-circled:before { content: '\ed51'; } .icon-step-backward:before { content: '\ed52'; } .icon-step-forward:before { content: '\ed53'; } .icon-target-3:before { content: '\ed54'; } .icon-signal-3:before { content: '\ed55'; } .icon-desktop-1:before { content: '\ed56'; } .icon-desktop-circled:before { content: '\ed57'; } .icon-laptop-1:before { content: '\ed58'; } .icon-laptop-circled:before { content: '\ed59'; } .icon-network-1:before { content: '\ed5a'; } .icon-inbox-2:before { content: '\ed5b'; } .icon-inbox-circled:before { content: '\ed5c'; } .icon-inbox-alt:before { content: '\ed5d'; } .icon-globe-4:before { content: '\ed5e'; } .icon-globe-alt-1:before { content: '\ed5f'; } .icon-cloud-5:before { content: '\ed60'; } .icon-cloud-circled:before { content: '\ed61'; } .icon-flight-1:before { content: '\ed62'; } .icon-leaf-2:before { content: '\ed63'; } .icon-font:before { content: '\ed64'; } .icon-fontsize-1:before { content: '\ed65'; } .icon-bold:before { content: '\ed66'; } .icon-italic:before { content: '\ed67'; } .icon-text-height:before { content: '\ed68'; } .icon-text-width:before { content: '\ed69'; } .icon-align-left:before { content: '\ed6a'; } .icon-align-center:before { content: '\ed6b'; } .icon-align-right:before { content: '\ed6c'; } .icon-align-justify:before { content: '\ed6d'; } .icon-list-2:before { content: '\ed6e'; } .icon-indent-left:before { content: '\ed6f'; } .icon-indent-right:before { content: '\ed70'; } .icon-briefcase-2:before { content: '\ed71'; } .icon-off:before { content: '\ed72'; } .icon-road:before { content: '\ed73'; } .icon-qrcode:before { content: '\ed74'; } .icon-barcode:before { content: '\ed75'; } .icon-braille:before { content: '\ed76'; } .icon-book-3:before { content: '\ed77'; } .icon-adjust-1:before { content: '\ed78'; } .icon-tint:before { content: '\ed79'; } .icon-check-2:before { content: '\ed7a'; } .icon-check-empty:before { content: '\ed7b'; } .icon-asterisk:before { content: '\ed7c'; } .icon-gift-1:before { content: '\ed7d'; } .icon-fire-1:before { content: '\ed7e'; } .icon-magnet-1:before { content: '\ed7f'; } .icon-chart-2:before { content: '\ed80'; } .icon-chart-circled:before { content: '\ed81'; } .icon-credit-card-3:before { content: '\ed82'; } .icon-megaphone-1:before { content: '\ed83'; } .icon-clipboard-2:before { content: '\ed84'; } .icon-hdd-1:before { content: '\ed85'; } .icon-key-3:before { content: '\ed86'; } .icon-certificate-1:before { content: '\ed87'; } .icon-tasks:before { content: '\ed88'; } .icon-filter:before { content: '\ed89'; } .icon-gauge-1:before { content: '\ed8a'; } .icon-smiley:before { content: '\ed8b'; } .icon-smiley-circled:before { content: '\ed8c'; } .icon-address-book:before { content: '\ed8d'; } .icon-address-book-alt:before { content: '\ed8e'; } .icon-asl:before { content: '\ed8f'; } .icon-glasses:before { content: '\ed90'; } .icon-hearing-impaired:before { content: '\ed91'; } .icon-iphone-home:before { content: '\ed92'; } .icon-person:before { content: '\ed93'; } .icon-adult:before { content: '\ed94'; } .icon-child:before { content: '\ed95'; } .icon-blind:before { content: '\ed96'; } .icon-guidedog:before { content: '\ed97'; } .icon-accessibility:before { content: '\ed98'; } .icon-universal-access:before { content: '\ed99'; } .icon-male-1:before { content: '\ed9a'; } .icon-female-1:before { content: '\ed9b'; } .icon-behance-1:before { content: '\ed9c'; } .icon-blogger-2:before { content: '\ed9d'; } .icon-cc-2:before { content: '\ed9e'; } .icon-css:before { content: '\ed9f'; } .icon-delicious-1:before { content: '\eda0'; } .icon-deviantart-1:before { content: '\eda1'; } .icon-digg-1:before { content: '\eda2'; } .icon-dribbble-4:before { content: '\eda3'; } .icon-facebook-6:before { content: '\eda4'; } .icon-flickr-3:before { content: '\eda5'; } .icon-foursquare-1:before { content: '\eda6'; } .icon-friendfeed-1:before { content: '\eda7'; } .icon-friendfeed-rect-1:before { content: '\eda8'; } .icon-github-5:before { content: '\eda9'; } .icon-github-text-1:before { content: '\edaa'; } .icon-googleplus:before { content: '\edab'; } .icon-instagram-4:before { content: '\edac'; } .icon-linkedin-5:before { content: '\edad'; } .icon-path:before { content: '\edae'; } .icon-picasa-2:before { content: '\edaf'; } .icon-pinterest-3:before { content: '\edb0'; } .icon-reddit-1:before { content: '\edb1'; } .icon-skype-4:before { content: '\edb2'; } .icon-slideshare:before { content: '\edb3'; } .icon-stackoverflow-1:before { content: '\edb4'; } .icon-stumbleupon-2:before { content: '\edb5'; } .icon-twitter-6:before { content: '\edb6'; } .icon-tumblr-3:before { content: '\edb7'; } .icon-vimeo-4:before { content: '\edb8'; } .icon-vkontakte-1:before { content: '\edb9'; } .icon-w3c-1:before { content: '\edba'; } .icon-wordpress-2:before { content: '\edbb'; } .icon-youtube-2:before { content: '\edbc'; } .icon-music-3:before { content: '\edbd'; } .icon-search-6:before { content: '\edbe'; } .icon-mail-6:before { content: '\edbf'; } .icon-heart-6:before { content: '\edc0'; } .icon-star-6:before { content: '\edc1'; } .icon-user-6:before { content: '\edc2'; } .icon-videocam-4:before { content: '\edc3'; } .icon-camera-6:before { content: '\edc4'; } .icon-photo-1:before { content: '\edc5'; } .icon-attach-5:before { content: '\edc6'; } .icon-lock-6:before { content: '\edc7'; } .icon-eye-6:before { content: '\edc8'; } .icon-tag-5:before { content: '\edc9'; } .icon-thumbs-up-4:before { content: '\edca'; } .icon-pencil-6:before { content: '\edcb'; } .icon-comment-5:before { content: '\edcc'; } .icon-location-6:before { content: '\edcd'; } .icon-cup-1:before { content: '\edce'; } .icon-trash-7:before { content: '\edcf'; } .icon-doc-6:before { content: '\edd0'; } .icon-note-1:before { content: '\edd1'; } .icon-cog-6:before { content: '\edd2'; } .icon-params:before { content: '\edd3'; } .icon-calendar-8:before { content: '\edd4'; } .icon-sound-1:before { content: '\edd5'; } .icon-clock-7:before { content: '\edd6'; } .icon-lightbulb-3:before { content: '\edd7'; } .icon-tv:before { content: '\edd8'; } .icon-desktop-2:before { content: '\edd9'; } .icon-mobile-5:before { content: '\edda'; } .icon-cd-3:before { content: '\eddb'; } .icon-inbox-3:before { content: '\eddc'; } .icon-globe-5:before { content: '\eddd'; } .icon-cloud-6:before { content: '\edde'; } .icon-paper-plane-2:before { content: '\eddf'; } .icon-fire-2:before { content: '\ede0'; } .icon-graduation-cap-1:before { content: '\ede1'; } .icon-megaphone-2:before { content: '\ede2'; } .icon-database-2:before { content: '\ede3'; } .icon-key-4:before { content: '\ede4'; } .icon-beaker:before { content: '\ede5'; } .icon-truck:before { content: '\ede6'; } .icon-money-1:before { content: '\ede7'; } .icon-food:before { content: '\ede8'; } .icon-shop-1:before { content: '\ede9'; } .icon-diamond:before { content: '\edea'; } .icon-t-shirt:before { content: '\edeb'; } .icon-wallet:before { content: '\edec'; } .icon-search-7:before { content: '\eded'; } .icon-mail-7:before { content: '\edee'; } .icon-heart-7:before { content: '\edef'; } .icon-heart-empty-3:before { content: '\edf0'; } .icon-star-7:before { content: '\edf1'; } .icon-user-7:before { content: '\edf2'; } .icon-video-4:before { content: '\edf3'; } .icon-picture-4:before { content: '\edf4'; } .icon-th-large-2:before { content: '\edf5'; } .icon-th-3:before { content: '\edf6'; } .icon-th-list-4:before { content: '\edf7'; } .icon-ok-5:before { content: '\edf8'; } .icon-ok-circle-1:before { content: '\edf9'; } .icon-cancel-6:before { content: '\edfa'; } .icon-cancel-circle-2:before { content: '\edfb'; } .icon-plus-circle-1:before { content: '\edfc'; } .icon-minus-circle-1:before { content: '\edfd'; } .icon-link-4:before { content: '\edfe'; } .icon-attach-6:before { content: '\edff'; } .icon-lock-8:before { content: '\ee00'; } .icon-lock-open-7:before { content: '\ee01'; } .icon-pin-2:before { content: '\ee02'; } .icon-eye-7:before { content: '\ee03'; } .icon-eye-off-1:before { content: '\ee04'; } .icon-tag-7:before { content: '\ee05'; } .icon-tags-2:before { content: '\ee06'; } .icon-bookmark-3:before { content: '\ee07'; } .icon-flag-3:before { content: '\ee08'; } .icon-thumbs-up-5:before { content: '\ee09'; } .icon-thumbs-down-4:before { content: '\ee0a'; } .icon-download-6:before { content: '\ee0b'; } .icon-upload-5:before { content: '\ee0c'; } .icon-forward-4:before { content: '\ee0d'; } .icon-export-5:before { content: '\ee0e'; } .icon-pencil-7:before { content: '\ee0f'; } .icon-edit-3:before { content: '\ee10'; } .icon-print-6:before { content: '\ee11'; } .icon-retweet-4:before { content: '\ee12'; } .icon-comment-7:before { content: '\ee13'; } .icon-chat-6:before { content: '\ee14'; } .icon-bell-5:before { content: '\ee15'; } .icon-attention-5:before { content: '\ee16'; } .icon-attention-circled:before { content: '\ee17'; } .icon-location-8:before { content: '\ee18'; } .icon-trash-empty-1:before { content: '\ee19'; } .icon-doc-8:before { content: '\ee1a'; } .icon-leaf-3:before { content: '\ee1b'; } .icon-font-2:before { content: '\ee1c'; } .icon-bold-1:before { content: '\ee1d'; } .icon-italic-1:before { content: '\ee1e'; } .icon-text-height-1:before { content: '\ee1f'; } .icon-text-width-1:before { content: '\ee20'; } .icon-align-left-1:before { content: '\ee21'; } .icon-align-center-1:before { content: '\ee22'; } .icon-align-right-1:before { content: '\ee23'; } .icon-align-justify-1:before { content: '\ee24'; } .icon-list-4:before { content: '\ee25'; } .icon-indent-left-2:before { content: '\ee26'; } .icon-indent-right-2:before { content: '\ee27'; } .icon-scissors-1:before { content: '\ee28'; } .icon-briefcase-3:before { content: '\ee29'; } .icon-off-1:before { content: '\ee2a'; } .icon-road-1:before { content: '\ee2b'; } .icon-list-alt:before { content: '\ee2c'; } .icon-qrcode-1:before { content: '\ee2d'; } .icon-barcode-1:before { content: '\ee2e'; } .icon-book-4:before { content: '\ee2f'; } .icon-adjust-2:before { content: '\ee30'; } .icon-tint-1:before { content: '\ee31'; } .icon-check-3:before { content: '\ee32'; } .icon-asterisk-1:before { content: '\ee33'; } .icon-gift-2:before { content: '\ee34'; } .icon-fire-3:before { content: '\ee35'; } .icon-magnet-2:before { content: '\ee36'; } .icon-chart-bar-5:before { content: '\ee37'; } .icon-credit-card-4:before { content: '\ee38'; } .icon-floppy-1:before { content: '\ee39'; } .icon-megaphone-3:before { content: '\ee3a'; } .icon-key-5:before { content: '\ee3b'; } .icon-truck-1:before { content: '\ee3c'; } .icon-hammer:before { content: '\ee3d'; } .icon-facebook-squared-1:before { content: '\ee3e'; } .icon-github-squared:before { content: '\ee3f'; } .icon-linkedin-squared:before { content: '\ee40'; } .icon-twitter-squared:before { content: '\ee41'; } .icon-lemon:before { content: '\ee42'; } .icon-lock-7:before { content: '\ee43'; } .icon-lock-open-6:before { content: '\ee44'; } .icon-tag-6:before { content: '\ee45'; } .icon-reply-3:before { content: '\ee46'; } .icon-reply-all-1:before { content: '\ee47'; } .icon-forward-3:before { content: '\ee48'; } .icon-code-2:before { content: '\ee49'; } .icon-retweet-3:before { content: '\ee4a'; } .icon-comment-6:before { content: '\ee4b'; } .icon-comment-alt-2:before { content: '\ee4c'; } .icon-chat-5:before { content: '\ee4d'; } .icon-attention-4:before { content: '\ee4e'; } .icon-location-7:before { content: '\ee4f'; } .icon-doc-7:before { content: '\ee50'; } .icon-docs-landscape:before { content: '\ee51'; } .icon-folder-6:before { content: '\ee52'; } .icon-archive-2:before { content: '\ee53'; } .icon-rss-7:before { content: '\ee54'; } .icon-rss-alt-1:before { content: '\ee55'; } .icon-cog-7:before { content: '\ee56'; } .icon-logout-3:before { content: '\ee57'; } .icon-clock-8:before { content: '\ee58'; } .icon-block-5:before { content: '\ee59'; } .icon-resize-full-6:before { content: '\ee5a'; } .icon-resize-full-circle:before { content: '\ee5b'; } .icon-popup-5:before { content: '\ee5c'; } .icon-left-open-5:before { content: '\ee5d'; } .icon-right-open-5:before { content: '\ee5e'; } .icon-down-circle-1:before { content: '\ee5f'; } .icon-left-circle-1:before { content: '\ee60'; } .icon-right-circle-1:before { content: '\ee61'; } .icon-up-circle-1:before { content: '\ee62'; } .icon-down-dir-3:before { content: '\ee63'; } .icon-right-dir-3:before { content: '\ee64'; } .icon-down-micro:before { content: '\ee65'; } .icon-up-micro:before { content: '\ee66'; } .icon-cw-circle:before { content: '\ee67'; } .icon-arrows-cw-2:before { content: '\ee68'; } .icon-updown-circle:before { content: '\ee69'; } .icon-target-4:before { content: '\ee6a'; } .icon-signal-4:before { content: '\ee6b'; } .icon-progress-4:before { content: '\ee6c'; } .icon-progress-5:before { content: '\ee6d'; } .icon-progress-6:before { content: '\ee6e'; } .icon-progress-7:before { content: '\ee6f'; } .icon-progress-8:before { content: '\ee70'; } .icon-progress-9:before { content: '\ee71'; } .icon-progress-10:before { content: '\ee72'; } .icon-progress-11:before { content: '\ee73'; } .icon-font-1:before { content: '\ee74'; } .icon-list-3:before { content: '\ee75'; } .icon-list-numbered:before { content: '\ee76'; } .icon-indent-left-1:before { content: '\ee77'; } .icon-indent-right-1:before { content: '\ee78'; } .icon-cloud-7:before { content: '\ee79'; } .icon-terminal:before { content: '\ee7a'; } .icon-facebook-rect-2:before { content: '\ee7b'; } .icon-twitter-bird-2:before { content: '\ee7c'; } .icon-vimeo-rect-1:before { content: '\ee7d'; } .icon-tumblr-rect-1:before { content: '\ee7e'; } .icon-googleplus-rect-1:before { content: '\ee7f'; } .icon-linkedin-rect-1:before { content: '\ee80'; } .icon-skype-5:before { content: '\ee81'; } .icon-vkontakte-rect-1:before { content: '\ee82'; } .icon-youtube-3:before { content: '\ee83'; } .icon-odnoklassniki-rect-1:before { content: '\ee84'; } .icon-down-open-2:before { content: '\f004'; } .icon-up-open-2:before { content: '\f005'; } .icon-right-open-3:before { content: '\f006'; } .icon-left-open-3:before { content: '\f007'; } .icon-menu-3:before { content: '\f008'; } .icon-th-list-2:before { content: '\f009'; } .icon-th-thumb:before { content: '\f00a'; } .icon-th-thumb-empty:before { content: '\f00b'; } .icon-coverflow:before { content: '\f00c'; } .icon-coverflow-empty:before { content: '\f00d'; } .icon-pause-3:before { content: '\f00e'; } .icon-play-3:before { content: '\f00f'; } .icon-to-end-2:before { content: '\f010'; } .icon-to-start-2:before { content: '\f011'; } .icon-fast-forward-1:before { content: '\f012'; } .icon-fast-backward-1:before { content: '\f013'; } .icon-upload-cloud-3:before { content: '\f014'; } .icon-download-cloud-1:before { content: '\f015'; } .icon-data-science:before { content: '\f016'; } .icon-data-science-inv:before { content: '\f017'; } .icon-globe-3:before { content: '\f018'; } .icon-globe-inv:before { content: '\f019'; } .icon-math:before { content: '\f01a'; } .icon-math-circled-empty:before { content: '\f01b'; } .icon-math-circled:before { content: '\f01c'; } .icon-paper-plane-1:before { content: '\f01d'; } .icon-paper-plane-alt2:before { content: '\f01e'; } .icon-paper-plane-alt:before { content: '\f01f'; } .icon-color-adjust:before { content: '\f020'; } .icon-star-half:before { content: '\f022'; } .icon-star-half_empty:before { content: '\f024'; } .icon-ccw-1:before { content: '\f025'; } .icon-heart-broken:before { content: '\f028'; } .icon-hash-1:before { content: '\f029'; } .icon-reply-2:before { content: '\f02a'; } .icon-retweet-1:before { content: '\f02b'; } .icon-login-2:before { content: '\f02c'; } .icon-logout-2:before { content: '\f02d'; } .icon-download-4:before { content: '\f02e'; } .icon-upload-3:before { content: '\f02f'; } .icon-location-4:before { content: '\f031'; } .icon-monitor-1:before { content: '\f032'; } .icon-tablet-2:before { content: '\f033'; } .icon-mobile-4:before { content: '\f034'; } .icon-connected-object:before { content: '\f035'; } .icon-isight:before { content: '\f039'; } .icon-videocam-2:before { content: '\f03a'; } .icon-shuffle-2:before { content: '\f03b'; } .icon-chat-4:before { content: '\f03d'; } .icon-bell-3:before { content: '\f03f'; } .icon-movie:before { content: '\f040'; } .icon-ruler:before { content: '\f044'; } .icon-vector:before { content: '\f045'; } .icon-move:before { content: '\f047'; } .icon-mic-4:before { content: '\f048'; } .icon-doc-4:before { content: '\f04a'; } .icon-dribbble-circled-2:before { content: '\f04f'; } .icon-dribbble-2:before { content: '\f050'; } .icon-facebook-circled-2:before { content: '\f051'; } .icon-facebook-3:before { content: '\f052'; } .icon-github-circled-alt:before { content: '\f053'; } .icon-github-circled-2:before { content: '\f054'; } .icon-github-2:before { content: '\f055'; } .icon-github-circled-alt2:before { content: '\f056'; } .icon-twitter-circled-2:before { content: '\f057'; } .icon-twitter-3:before { content: '\f058'; } .icon-gplus-circled-1:before { content: '\f059'; } .icon-gplus-1:before { content: '\f05a'; } .icon-linkedin-circled-2:before { content: '\f05b'; } .icon-linkedin-2:before { content: '\f05c'; } .icon-instagram-1:before { content: '\f05d'; } .icon-instagram-circled:before { content: '\f05e'; } .icon-mfg-logo:before { content: '\f05f'; } .icon-mfg-logo-circled:before { content: '\f060'; } .icon-user-4:before { content: '\f061'; } .icon-user-male:before { content: '\f062'; } .icon-user-female:before { content: '\f063'; } .icon-users-2:before { content: '\f064'; } .icon-folder-4:before { content: '\f067'; } .icon-folder-open-1:before { content: '\f068'; } .icon-folder-empty-2:before { content: '\f069'; } .icon-attach-3:before { content: '\f06a'; } .icon-ok-circled:before { content: '\f06d'; } .icon-cancel-circled-2:before { content: '\f06e'; } .icon-inbox-1:before { content: '\f070'; } .icon-trophy-1:before { content: '\f074'; } .icon-lock-open-alt:before { content: '\f075'; } .icon-link-3:before { content: '\f07b'; } .icon-zoom-in-3:before { content: '\f07e'; } .icon-zoom-out-3:before { content: '\f07f'; } .icon-stop-4:before { content: '\f080'; } .icon-export-3:before { content: '\f081'; } .icon-eye-4:before { content: '\f082'; } .icon-trash-4:before { content: '\f083'; } .icon-hdd:before { content: '\f084'; } .icon-info-circled-1:before { content: '\f085'; } .icon-info-circled-alt:before { content: '\f086'; } .icon-print-3:before { content: '\f087'; } .icon-fontsize:before { content: '\f088'; } .icon-soundcloud-1:before { content: '\f089'; } .icon-soundcloud-circled:before { content: '\f08a'; } .icon-link-ext:before { content: '\f08e'; } .icon-check-empty-1:before { content: '\f096'; } .icon-bookmark-empty-1:before { content: '\f097'; } .icon-phone-squared:before { content: '\f098'; } .icon-twitter-7:before { content: '\f099'; } .icon-facebook-7:before { content: '\f09a'; } .icon-github-circled-4:before { content: '\f09b'; } .icon-rss:before { content: '\f09e'; } .icon-hdd-2:before { content: '\f0a0'; } .icon-certificate-2:before { content: '\f0a3'; } .icon-left-circled-2:before { content: '\f0a8'; } .icon-right-circled-2:before { content: '\f0a9'; } .icon-up-circled-2:before { content: '\f0aa'; } .icon-down-circled-2:before { content: '\f0ab'; } .icon-tasks-1:before { content: '\f0ae'; } .icon-filter-1:before { content: '\f0b0'; } .icon-resize-full-alt:before { content: '\f0b2'; } .icon-beaker-1:before { content: '\f0c3'; } .icon-docs-1:before { content: '\f0c5'; } .icon-blank:before { content: '\f0c8'; } .icon-menu:before { content: '\f0c9'; } .icon-list-bullet:before { content: '\f0ca'; } .icon-list-numbered-1:before { content: '\f0cb'; } .icon-strike:before { content: '\f0cc'; } .icon-underline:before { content: '\f0cd'; } .icon-table:before { content: '\f0ce'; } .icon-magic:before { content: '\f0d0'; } .icon-pinterest-circled-2:before { content: '\f0d2'; } .icon-pinterest-squared:before { content: '\f0d3'; } .icon-gplus-squared:before { content: '\f0d4'; } .icon-gplus-3:before { content: '\f0d5'; } .icon-money-2:before { content: '\f0d6'; } .icon-columns:before { content: '\f0db'; } .icon-sort:before { content: '\f0dc'; } .icon-sort-down:before { content: '\f0dd'; } .icon-sort-up:before { content: '\f0de'; } .icon-mail-alt:before { content: '\f0e0'; } .icon-linkedin-6:before { content: '\f0e1'; } .icon-gauge-2:before { content: '\f0e4'; } .icon-comment-empty:before { content: '\f0e5'; } .icon-chat-empty:before { content: '\f0e6'; } .icon-sitemap:before { content: '\f0e8'; } .icon-paste:before { content: '\f0ea'; } .icon-lightbulb:before { content: '\f0eb'; } .icon-exchange-1:before { content: '\f0ec'; } .icon-download-cloud-2:before { content: '\f0ed'; } .icon-upload-cloud-4:before { content: '\f0ee'; } .icon-user-md:before { content: '\f0f0'; } .icon-stethoscope:before { content: '\f0f1'; } .icon-suitcase-1:before { content: '\f0f2'; } .icon-bell-alt:before { content: '\f0f3'; } .icon-coffee-1:before { content: '\f0f4'; } .icon-food-1:before { content: '\f0f5'; } .icon-doc-text-2:before { content: '\f0f6'; } .icon-building:before { content: '\f0f7'; } .icon-hospital-1:before { content: '\f0f8'; } .icon-ambulance:before { content: '\f0f9'; } .icon-medkit:before { content: '\f0fa'; } .icon-fighter-jet:before { content: '\f0fb'; } .icon-beer-2:before { content: '\f0fc'; } .icon-h-sigh:before { content: '\f0fd'; } .icon-plus-squared-1:before { content: '\f0fe'; } .icon-angle-double-left:before { content: '\f100'; } .icon-angle-double-right:before { content: '\f101'; } .icon-angle-double-up:before { content: '\f102'; } .icon-angle-double-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-3:before { content: '\f108'; } .icon-laptop-2:before { content: '\f109'; } .icon-tablet-3:before { content: '\f10a'; } .icon-mobile-6:before { content: '\f10b'; } .icon-circle-empty:before { content: '\f10c'; } .icon-quote-left-1:before { content: '\f10d'; } .icon-quote-right-1:before { content: '\f10e'; } .icon-spinner:before { content: '\f110'; } .icon-circle:before { content: '\f111'; } .icon-reply-4:before { content: '\f112'; } .icon-github-6:before { content: '\f113'; } .icon-folder-empty:before { content: '\f114'; } .icon-folder-open-empty:before { content: '\f115'; } .icon-smile:before { content: '\f118'; } .icon-frown:before { content: '\f119'; } .icon-meh:before { content: '\f11a'; } .icon-gamepad:before { content: '\f11b'; } .icon-keyboard-1:before { content: '\f11c'; } .icon-flag-empty:before { content: '\f11d'; } .icon-flag-checkered:before { content: '\f11e'; } .icon-terminal-1:before { content: '\f120'; } .icon-code-3:before { content: '\f121'; } .icon-reply-all-2:before { content: '\f122'; } .icon-star-half-alt:before { content: '\f123'; } .icon-direction-2:before { content: '\f124'; } .icon-crop:before { content: '\f125'; } .icon-fork:before { content: '\f126'; } .icon-unlink:before { content: '\f127'; } .icon-help-3:before { content: '\f128'; } .icon-info-4:before { content: '\f129'; } .icon-attention-alt-1:before { content: '\f12a'; } .icon-superscript:before { content: '\f12b'; } .icon-subscript:before { content: '\f12c'; } .icon-eraser:before { content: '\f12d'; } .icon-puzzle-1:before { content: '\f12e'; } .icon-mic:before { content: '\f130'; } .icon-mute:before { content: '\f131'; } .icon-shield:before { content: '\f132'; } .icon-calendar-empty:before { content: '\f133'; } .icon-extinguisher:before { content: '\f134'; } .icon-rocket-1:before { content: '\f135'; } .icon-maxcdn:before { content: '\f136'; } .icon-angle-circled-left:before { content: '\f137'; } .icon-angle-circled-right:before { content: '\f138'; } .icon-angle-circled-up:before { content: '\f139'; } .icon-angle-circled-down:before { content: '\f13a'; } .icon-html5-1:before { content: '\f13b'; } .icon-css3:before { content: '\f13c'; } .icon-anchor-2:before { content: '\f13d'; } .icon-lock-open-alt-2:before { content: '\f13e'; } .icon-bullseye:before { content: '\f140'; } .icon-ellipsis:before { content: '\f141'; } .icon-ellipsis-vert:before { content: '\f142'; } .icon-rss-squared:before { content: '\f143'; } .icon-play-circled-1:before { content: '\f144'; } .icon-ticket-2:before { content: '\f145'; } .icon-minus-squared-1:before { content: '\f146'; } .icon-minus-squared-alt:before { content: '\f147'; } .icon-level-up-1:before { content: '\f148'; } .icon-level-down-1:before { content: '\f149'; } .icon-ok-squared:before { content: '\f14a'; } .icon-pencil-squared:before { content: '\f14b'; } .icon-link-ext-alt:before { content: '\f14c'; } .icon-export-alt:before { content: '\f14d'; } .icon-compass-5:before { content: '\f14e'; } .icon-expand:before { content: '\f150'; } .icon-collapse:before { content: '\f151'; } .icon-expand-right:before { content: '\f152'; } .icon-euro:before { content: '\f153'; } .icon-pound:before { content: '\f154'; } .icon-dollar-1:before { content: '\f155'; } .icon-rupee:before { content: '\f156'; } .icon-yen:before { content: '\f157'; } .icon-rouble:before { content: '\f158'; } .icon-won:before { content: '\f159'; } .icon-bitcoin-1:before { content: '\f15a'; } .icon-doc-inv-1:before { content: '\f15b'; } .icon-doc-text-inv-1:before { content: '\f15c'; } .icon-sort-name-up:before { content: '\f15d'; } .icon-sort-name-down:before { content: '\f15e'; } .icon-sort-alt-up:before { content: '\f160'; } .icon-sort-alt-down:before { content: '\f161'; } .icon-sort-number-up:before { content: '\f162'; } .icon-sort-number-down:before { content: '\f163'; } .icon-thumbs-up-alt:before { content: '\f164'; } .icon-thumbs-down-alt:before { content: '\f165'; } .icon-youtube-squared:before { content: '\f166'; } .icon-youtube-4:before { content: '\f167'; } .icon-xing-1:before { content: '\f168'; } .icon-xing-squared:before { content: '\f169'; } .icon-youtube-play:before { content: '\f16a'; } .icon-dropbox-2:before { content: '\f16b'; } .icon-stackoverflow-2:before { content: '\f16c'; } .icon-instagram-5:before { content: '\f16d'; } .icon-flickr-4:before { content: '\f16e'; } .icon-adn:before { content: '\f170'; } .icon-bitbucket-1:before { content: '\f171'; } .icon-bitbucket-squared:before { content: '\f172'; } .icon-tumblr-4:before { content: '\f173'; } .icon-tumblr-squared:before { content: '\f174'; } .icon-down-6:before { content: '\f175'; } .icon-up-6:before { content: '\f176'; } .icon-left-5:before { content: '\f177'; } .icon-right-5:before { content: '\f178'; } .icon-apple:before { content: '\f179'; } .icon-windows-1:before { content: '\f17a'; } .icon-android-1:before { content: '\f17b'; } .icon-linux:before { content: '\f17c'; } .icon-dribbble-5:before { content: '\f17d'; } .icon-skype-6:before { content: '\f17e'; } .icon-foursquare-2:before { content: '\f180'; } .icon-trello:before { content: '\f181'; } .icon-female-2:before { content: '\f182'; } .icon-male-2:before { content: '\f183'; } .icon-gittip:before { content: '\f184'; } .icon-sun-3:before { content: '\f185'; } .icon-moon-4:before { content: '\f186'; } .icon-box:before { content: '\f187'; } .icon-bug:before { content: '\f188'; } .icon-vkontakte-2:before { content: '\f189'; } .icon-weibo-1:before { content: '\f18a'; } .icon-renren-1:before { content: '\f18b'; } .icon-pagelines:before { content: '\f18c'; } .icon-stackexchange:before { content: '\f18d'; } .icon-right-circled2:before { content: '\f18e'; } .icon-left-circled2:before { content: '\f190'; } .icon-collapse-left:before { content: '\f191'; } .icon-dot-circled:before { content: '\f192'; } .icon-wheelchair:before { content: '\f193'; } .icon-vimeo-squared:before { content: '\f194'; } .icon-try:before { content: '\f195'; } .icon-plus-squared-alt:before { content: '\f196'; } .icon-space-shuttle:before { content: '\f197'; } .icon-slack:before { content: '\f198'; } .icon-mail-squared:before { content: '\f199'; } .icon-wordpress-3:before { content: '\f19a'; } .icon-openid-1:before { content: '\f19b'; } .icon-bank:before { content: '\f19c'; } .icon-graduation-cap-2:before { content: '\f19d'; } .icon-yahoo-1:before { content: '\f19e'; } .icon-google-1:before { content: '\f1a0'; } .icon-reddit-2:before { content: '\f1a1'; } .icon-reddit-squared:before { content: '\f1a2'; } .icon-stumbleupon-circled-1:before { content: '\f1a3'; } .icon-stumbleupon-3:before { content: '\f1a4'; } .icon-delicious-2:before { content: '\f1a5'; } .icon-digg-2:before { content: '\f1a6'; } .icon-pied-piper-squared:before { content: '\f1a7'; } .icon-pied-piper-alt:before { content: '\f1a8'; } .icon-drupal-1:before { content: '\f1a9'; } .icon-joomla:before { content: '\f1aa'; } .icon-language-1:before { content: '\f1ab'; } .icon-fax:before { content: '\f1ac'; } .icon-building-filled:before { content: '\f1ad'; } .icon-child-1:before { content: '\f1ae'; } .icon-paw:before { content: '\f1b0'; } .icon-spoon:before { content: '\f1b1'; } .icon-cube:before { content: '\f1b2'; } .icon-cubes:before { content: '\f1b3'; } .icon-behance-2:before { content: '\f1b4'; } .icon-behance-squared:before { content: '\f1b5'; } .icon-steam-1:before { content: '\f1b6'; } .icon-steam-squared:before { content: '\f1b7'; } .icon-recycle:before { content: '\f1b8'; } .icon-cab:before { content: '\f1b9'; } .icon-taxi:before { content: '\f1ba'; } .icon-tree-3:before { content: '\f1bb'; } .icon-spotify-2:before { content: '\f1bc'; } .icon-deviantart-2:before { content: '\f1bd'; } .icon-soundcloud-3:before { content: '\f1be'; } .icon-database-3:before { content: '\f1c0'; } .icon-file-pdf:before { content: '\f1c1'; } .icon-file-word:before { content: '\f1c2'; } .icon-file-excel:before { content: '\f1c3'; } .icon-file-powerpoint:before { content: '\f1c4'; } .icon-file-image:before { content: '\f1c5'; } .icon-file-archive:before { content: '\f1c6'; } .icon-file-audio:before { content: '\f1c7'; } .icon-file-video:before { content: '\f1c8'; } .icon-file-code:before { content: '\f1c9'; } .icon-vine:before { content: '\f1ca'; } .icon-codeopen:before { content: '\f1cb'; } .icon-jsfiddle:before { content: '\f1cc'; } .icon-lifebuoy-2:before { content: '\f1cd'; } .icon-circle-notch:before { content: '\f1ce'; } .icon-rebel:before { content: '\f1d0'; } .icon-empire:before { content: '\f1d1'; } .icon-git-squared:before { content: '\f1d2'; } .icon-git:before { content: '\f1d3'; } .icon-hacker-news:before { content: '\f1d4'; } .icon-tencent-weibo:before { content: '\f1d5'; } .icon-qq-1:before { content: '\f1d6'; } .icon-wechat:before { content: '\f1d7'; } .icon-paper-plane-3:before { content: '\f1d8'; } .icon-paper-plane-empty:before { content: '\f1d9'; } .icon-history:before { content: '\f1da'; } .icon-circle-thin:before { content: '\f1db'; } .icon-header:before { content: '\f1dc'; } .icon-paragraph:before { content: '\f1dd'; } .icon-sliders:before { content: '\f1de'; } .icon-share-3:before { content: '\f1e0'; } .icon-share-squared:before { content: '\f1e1'; } .icon-bomb:before { content: '\f1e2'; } .icon-soccer-ball:before { content: '\f1e3'; } .icon-tty:before { content: '\f1e4'; } .icon-binoculars:before { content: '\f1e5'; } .icon-plug-1:before { content: '\f1e6'; } .icon-slideshare-1:before { content: '\f1e7'; } .icon-twitch:before { content: '\f1e8'; } .icon-yelp-1:before { content: '\f1e9'; } .icon-newspaper-2:before { content: '\f1ea'; } .icon-wifi-1:before { content: '\f1eb'; } .icon-calc:before { content: '\f1ec'; } .icon-paypal-2:before { content: '\f1ed'; } .icon-gwallet:before { content: '\f1ee'; } .icon-cc-visa:before { content: '\f1f0'; } .icon-cc-mastercard:before { content: '\f1f1'; } .icon-cc-discover:before { content: '\f1f2'; } .icon-cc-amex:before { content: '\f1f3'; } .icon-cc-paypal:before { content: '\f1f4'; } .icon-cc-stripe:before { content: '\f1f5'; } .icon-bell-off:before { content: '\f1f6'; } .icon-bell-off-empty:before { content: '\f1f7'; } .icon-trash-8:before { content: '\f1f8'; } .icon-copyright:before { content: '\f1f9'; } .icon-at-4:before { content: '\f1fa'; } .icon-eyedropper-1:before { content: '\f1fb'; } .icon-brush-3:before { content: '\f1fc'; } .icon-birthday:before { content: '\f1fd'; } .icon-chart-area-1:before { content: '\f1fe'; } .icon-chart-pie-4:before { content: '\f200'; } .icon-chart-line-1:before { content: '\f201'; } .icon-lastfm-4:before { content: '\f202'; } .icon-lastfm-squared:before { content: '\f203'; } .icon-toggle-off:before { content: '\f204'; } .icon-toggle-on:before { content: '\f205'; } .icon-bicycle-1:before { content: '\f206'; } .icon-bus-1:before { content: '\f207'; } .icon-ioxhost:before { content: '\f208'; } .icon-angellist-1:before { content: '\f209'; } .icon-cc-3:before { content: '\f20a'; } .icon-shekel:before { content: '\f20b'; } .icon-meanpath:before { content: '\f20c'; } .icon-buysellads:before { content: '\f20d'; } .icon-connectdevelop:before { content: '\f20e'; } .icon-dashcube:before { content: '\f210'; } .icon-forumbee:before { content: '\f211'; } .icon-leanpub:before { content: '\f212'; } .icon-sellsy:before { content: '\f213'; } .icon-shirtsinbulk:before { content: '\f214'; } .icon-simplybuilt:before { content: '\f215'; } .icon-skyatlas:before { content: '\f216'; } .icon-cart-plus:before { content: '\f217'; } .icon-cart-arrow-down:before { content: '\f218'; } .icon-diamond-1:before { content: '\f219'; } .icon-ship:before { content: '\f21a'; } .icon-user-secret:before { content: '\f21b'; } .icon-motorcycle:before { content: '\f21c'; } .icon-street-view:before { content: '\f21d'; } .icon-heartbeat:before { content: '\f21e'; } .icon-venus:before { content: '\f221'; } .icon-mars:before { content: '\f222'; } .icon-mercury:before { content: '\f223'; } .icon-transgender:before { content: '\f224'; } .icon-transgender-alt:before { content: '\f225'; } .icon-venus-double:before { content: '\f226'; } .icon-mars-double:before { content: '\f227'; } .icon-venus-mars:before { content: '\f228'; } .icon-mars-stroke:before { content: '\f229'; } .icon-mars-stroke-v:before { content: '\f22a'; } .icon-mars-stroke-h:before { content: '\f22b'; } .icon-neuter:before { content: '\f22c'; } .icon-genderless:before { content: '\f22d'; } .icon-facebook-official:before { content: '\f230'; } .icon-pinterest-4:before { content: '\f231'; } .icon-whatsapp:before { content: '\f232'; } .icon-server:before { content: '\f233'; } .icon-user-plus:before { content: '\f234'; } .icon-user-times:before { content: '\f235'; } .icon-bed:before { content: '\f236'; } .icon-viacoin:before { content: '\f237'; } .icon-train:before { content: '\f238'; } .icon-subway:before { content: '\f239'; } .icon-medium:before { content: '\f23a'; } .icon-y-combinator:before { content: '\f23b'; } .icon-optin-monster:before { content: '\f23c'; } .icon-opencart:before { content: '\f23d'; } .icon-expeditedssl:before { content: '\f23e'; } .icon-battery-4:before { content: '\f240'; } .icon-battery-3:before { content: '\f241'; } .icon-battery-2:before { content: '\f242'; } .icon-battery-1:before { content: '\f243'; } .icon-battery-0:before { content: '\f244'; } .icon-mouse-pointer:before { content: '\f245'; } .icon-i-cursor:before { content: '\f246'; } .icon-object-group:before { content: '\f247'; } .icon-object-ungroup:before { content: '\f248'; } .icon-sticky-note:before { content: '\f249'; } .icon-sticky-note-o:before { content: '\f24a'; } .icon-cc-jcb:before { content: '\f24b'; } .icon-cc-diners-club:before { content: '\f24c'; } .icon-clone:before { content: '\f24d'; } .icon-balance-scale:before { content: '\f24e'; } .icon-hourglass-o:before { content: '\f250'; } .icon-hourglass-2:before { content: '\f251'; } .icon-hourglass-3:before { content: '\f252'; } .icon-hourglass-4:before { content: '\f253'; } .icon-hourglass-5:before { content: '\f254'; } .icon-hand-grab-o:before { content: '\f255'; } .icon-hand-paper-o:before { content: '\f256'; } .icon-hand-scissors-o:before { content: '\f257'; } .icon-hand-lizard-o:before { content: '\f258'; } .icon-hand-spock-o:before { content: '\f259'; } .icon-hand-pointer-o:before { content: '\f25a'; } .icon-hand-peace-o:before { content: '\f25b'; } .icon-trademark:before { content: '\f25c'; } .icon-registered:before { content: '\f25d'; } .icon-creative-commons:before { content: '\f25e'; } .icon-gg:before { content: '\f260'; } .icon-gg-circle:before { content: '\f261'; } .icon-tripadvisor:before { content: '\f262'; } .icon-odnoklassniki-1:before { content: '\f263'; } .icon-odnoklassniki-square:before { content: '\f264'; } .icon-get-pocket:before { content: '\f265'; } .icon-wikipedia-w:before { content: '\f266'; } .icon-safari:before { content: '\f267'; } .icon-chrome-1:before { content: '\f268'; } .icon-firefox:before { content: '\f269'; } .icon-opera:before { content: '\f26a'; } .icon-internet-explorer:before { content: '\f26b'; } .icon-television:before { content: '\f26c'; } .icon-contao:before { content: '\f26d'; } .icon-500px:before { content: '\f26e'; } .icon-amazon-1:before { content: '\f270'; } .icon-calendar-plus-o:before { content: '\f271'; } .icon-calendar-minus-o:before { content: '\f272'; } .icon-calendar-times-o:before { content: '\f273'; } .icon-calendar-check-o:before { content: '\f274'; } .icon-industry:before { content: '\f275'; } .icon-map-pin:before { content: '\f276'; } .icon-map-signs:before { content: '\f277'; } .icon-map-o:before { content: '\f278'; } .icon-map-2:before { content: '\f279'; } .icon-commenting:before { content: '\f27a'; } .icon-commenting-o:before { content: '\f27b'; } .icon-houzz-1:before { content: '\f27c'; } .icon-vimeo-5:before { content: '\f27d'; } .icon-black-tie:before { content: '\f27e'; } .icon-fonticons:before { content: '\f280'; } .icon-reddit-alien:before { content: '\f281'; } .icon-edge:before { content: '\f282'; } .icon-credit-card-alt:before { content: '\f283'; } .icon-codiepie:before { content: '\f284'; } .icon-modx:before { content: '\f285'; } .icon-fort-awesome:before { content: '\f286'; } .icon-usb:before { content: '\f287'; } .icon-product-hunt:before { content: '\f288'; } .icon-mixcloud:before { content: '\f289'; } .icon-scribd-1:before { content: '\f28a'; } .icon-pause-circle:before { content: '\f28b'; } .icon-pause-circle-o:before { content: '\f28c'; } .icon-stop-circle:before { content: '\f28d'; } .icon-stop-circle-o:before { content: '\f28e'; } .icon-shopping-bag:before { content: '\f290'; } .icon-shopping-basket:before { content: '\f291'; } .icon-hashtag:before { content: '\f292'; } .icon-bluetooth:before { content: '\f293'; } .icon-bluetooth-b:before { content: '\f294'; } .icon-percent:before { content: '\f295'; } .icon-gitlab:before { content: '\f296'; } .icon-wpbeginner:before { content: '\f297'; } .icon-wpforms:before { content: '\f298'; } .icon-envira:before { content: '\f299'; } .icon-universal-access-1:before { content: '\f29a'; } .icon-wheelchair-alt:before { content: '\f29b'; } .icon-question-circle-o:before { content: '\f29c'; } .icon-blind-1:before { content: '\f29d'; } .icon-audio-description:before { content: '\f29e'; } .icon-volume-control-phone:before { content: '\f2a0'; } .icon-braille-1:before { content: '\f2a1'; } .icon-assistive-listening-systems:before { content: '\f2a2'; } .icon-american-sign-language-interpreting:before { content: '\f2a3'; } .icon-asl-interpreting:before { content: '\f2a4'; } .icon-glide:before { content: '\f2a5'; } .icon-glide-g:before { content: '\f2a6'; } .icon-sign-language:before { content: '\f2a7'; } .icon-low-vision:before { content: '\f2a8'; } .icon-viadeo-1:before { content: '\f2a9'; } .icon-viadeo-square:before { content: '\f2aa'; } .icon-snapchat:before { content: '\f2ab'; } .icon-snapchat-ghost:before { content: '\f2ac'; } .icon-snapchat-square:before { content: '\f2ad'; } .icon-pied-piper:before { content: '\f2ae'; } .icon-first-order:before { content: '\f2b0'; } .icon-yoast:before { content: '\f2b1'; } .icon-themeisle:before { content: '\f2b2'; } .icon-google-plus-circle:before { content: '\f2b3'; } .icon-font-awesome:before { content: '\f2b4'; } .icon-handshake-o:before { content: '\f2b5'; } .icon-envelope-open:before { content: '\f2b6'; } .icon-envelope-open-o:before { content: '\f2b7'; } .icon-linode:before { content: '\f2b8'; } .icon-address-book-1:before { content: '\f2b9'; } .icon-address-book-o:before { content: '\f2ba'; } .icon-address-card:before { content: '\f2bb'; } .icon-address-card-o:before { content: '\f2bc'; } .icon-user-circle:before { content: '\f2bd'; } .icon-user-circle-o:before { content: '\f2be'; } .icon-user-o:before { content: '\f2c0'; } .icon-id-badge:before { content: '\f2c1'; } .icon-id-card:before { content: '\f2c2'; } .icon-id-card-o:before { content: '\f2c3'; } .icon-quora-1:before { content: '\f2c4'; } .icon-free-code-camp:before { content: '\f2c5'; } .icon-telegram:before { content: '\f2c6'; } .icon-thermometer-1:before { content: '\f2c7'; } .icon-thermometer-3:before { content: '\f2c8'; } .icon-thermometer-2:before { content: '\f2c9'; } .icon-thermometer-quarter:before { content: '\f2ca'; } .icon-thermometer-0:before { content: '\f2cb'; } .icon-shower:before { content: '\f2cc'; } .icon-bath:before { content: '\f2cd'; } .icon-podcast-1:before { content: '\f2ce'; } .icon-window-maximize:before { content: '\f2d0'; } .icon-window-minimize:before { content: '\f2d1'; } .icon-window-restore:before { content: '\f2d2'; } .icon-window-close:before { content: '\f2d3'; } .icon-window-close-o:before { content: '\f2d4'; } .icon-bandcamp-1:before { content: '\f2d5'; } .icon-grav:before { content: '\f2d6'; } .icon-etsy:before { content: '\f2d7'; } .icon-imdb:before { content: '\f2d8'; } .icon-ravelry:before { content: '\f2d9'; } .icon-eercast:before { content: '\f2da'; } .icon-microchip:before { content: '\f2db'; } .icon-snowflake-o:before { content: '\f2dc'; } .icon-superpowers:before { content: '\f2dd'; } .icon-wpexplorer:before { content: '\f2de'; } .icon-meetup-1:before { content: '\f2e0'; } .icon-github:before { content: '\f300'; } .icon-github-circled:before { content: '\f301'; } .icon-twitter-2:before { content: '\f302'; } .icon-flickr:before { content: '\f303'; } .icon-flickr-circled:before { content: '\f304'; } .icon-yandex:before { content: '\f305'; } .icon-vimeo:before { content: '\f306'; } .icon-vimeo-circled:before { content: '\f307'; } .icon-github-4:before { content: '\f308'; } .icon-twitter:before { content: '\f309'; } .icon-twitter-circled:before { content: '\f30a'; } .icon-skype-3:before { content: '\f30b'; } .icon-facebook:before { content: '\f30c'; } .icon-facebook-circled:before { content: '\f30d'; } .icon-facebook-squared:before { content: '\f30e'; } .icon-gplus:before { content: '\f30f'; } .icon-gplus-circled:before { content: '\f310'; } .icon-tumblr-2:before { content: '\f311'; } .icon-pinterest:before { content: '\f312'; } .icon-pinterest-circled:before { content: '\f313'; } .icon-twitter-rect:before { content: '\f314'; } .icon-tumblr:before { content: '\f315'; } .icon-tumblr-circled:before { content: '\f316'; } .icon-jabber:before { content: '\f317'; } .icon-linkedin:before { content: '\f318'; } .icon-linkedin-circled:before { content: '\f319'; } .icon-linkedin-4:before { content: '\f31a'; } .icon-dribbble:before { content: '\f31b'; } .icon-dribbble-circled:before { content: '\f31c'; } .icon-wordpress-1:before { content: '\f31d'; } .icon-stumbleupon:before { content: '\f31e'; } .icon-stumbleupon-circled:before { content: '\f31f'; } .icon-diigo:before { content: '\f320'; } .icon-lastfm:before { content: '\f321'; } .icon-lastfm-circled:before { content: '\f322'; } .icon-tudou:before { content: '\f323'; } .icon-rdio:before { content: '\f324'; } .icon-rdio-circled:before { content: '\f325'; } .icon-amex:before { content: '\f326'; } .icon-spotify:before { content: '\f327'; } .icon-spotify-circled:before { content: '\f328'; } .icon-mastercard:before { content: '\f329'; } .icon-qq:before { content: '\f32a'; } .icon-bandcamp:before { content: '\f32b'; } .icon-codepen:before { content: '\f32c'; } .icon-instagram:before { content: '\f32d'; } .icon-dropbox:before { content: '\f330'; } .icon-evernote:before { content: '\f333'; } .icon-flattr:before { content: '\f336'; } .icon-skype:before { content: '\f339'; } .icon-skype-circled:before { content: '\f33a'; } .icon-renren:before { content: '\f33c'; } .icon-sina-weibo:before { content: '\f33f'; } .icon-paypal:before { content: '\f342'; } .icon-picasa:before { content: '\f345'; } .icon-soundcloud:before { content: '\f348'; } .icon-mixi:before { content: '\f34b'; } .icon-behance:before { content: '\f34e'; } .icon-google-circles:before { content: '\f351'; } .icon-vkontakte:before { content: '\f354'; } .icon-smashing:before { content: '\f357'; } .icon-comment-3:before { content: '\f4ac'; } .icon-folder-open-empty-1:before { content: '\f4c2'; } .icon-calendar-5:before { content: '\f4c5'; } .icon-newspaper-1:before { content: '\f4f0'; } .icon-camera-4:before { content: '\f4f7'; } .icon-search-4:before { content: '\f50d'; } .icon-lock-alt:before { content: '\f510'; } .icon-lock-4:before { content: '\f512'; } .icon-lock-open-4:before { content: '\f513'; } .icon-joystick:before { content: '\f514'; } .icon-fire:before { content: '\f525'; } .icon-chart-bar-4:before { content: '\f526'; } .icon-spread:before { content: '\f527'; } .icon-spinner1:before { content: '\f528'; } .icon-spinner2:before { content: '\f529'; } .icon-db-shape:before { content: '\f600'; } .icon-sweden:before { content: '\f601'; } .icon-logo-db:before { content: '\f603'; }@viewport {
user-zoom: fixed;
}
*,
*:after,
*:before {
margin: 0;
padding: 0;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
iframe {
width: 100%;
}
b, strong {
font-weight: bold !important;
}
ul li,
ol li {
list-style-position: inside;
line-height: 1.8em;
}
ol {
list-style-type: decimal;
}
ul {
list-style-type: square;
}
ul, ol {
margin-bottom: 1.5em;
list-style-position: inside;
}
.vc_tta ul,
.vc_tta ol {
margin-bottom: 0;
}
li > ul, li > ol {
margin: 0;
}
li > ul, li > ol {
margin-left: 1em;
}
q {
quotes: none;
}
a {
margin: 0;
padding: 0;
font-size: 100%;
outline: none;
text-decoration: none;
background: transparent;
vertical-align: baseline;
}
a, a > * {
text-decoration: none;
outline: none !important;
}
a {
color: #483949;
}
a:hover {
color: #757584;
}
table {
width: 100%;
table-layout: fixed;
border-collapse: collapse;
border-bottom: 1px solid #ededed;
border-spacing: 0;
font-size: 14px;
margin-bottom: 2em;
}
table, table td {
border-collapse: collapse;
border-spacing: 0;
}
dl:not(:last-child) {
margin-bottom: 1.5em;
}
th { text-align: left; }
td {
padding: 8px;
text-align: left;
}
td {
border-top: 1px solid #ededed;
padding: 6px 10px 6px 0;
}
th {
font-weight: 700;
text-transform: uppercase;
}
dt, b, strong { }
dt, dd {
padding: 4px 0;
}
dt {
font-weight: 700;
}
address {
margin-bottom: 1.5em;
}
img {
vertical-align: top;
max-width: 100%;
height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image
{
height: auto;
max-width: 100%;
}
img.wp-post-image {
margin: 0 auto;
}
.clear:before, .clear:after,
.wrapper:after, .wrapper:before,
.entry-box .entry:before, .entry-box .entry:after,
.post-item:before, .post-item:after
{
content: "";
display: table;
}
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption
{
max-width: 100%;
}
pre {
clear: both;
border-style: solid;
border-width: 1px;
overflow: auto;
padding: 2em;
line-height: 2em;
font-size: 12px;
background-image: -webkit-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: -moz-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
margin-bottom: 1.5em;
position: relative;
left: 0;
text-transform: none;
width: 100%;
word-break: break-all;
word-wrap: break-word;
-webkit-background-size: 100% 4em;
background-size: 100% 4em;
-webkit-transition: all ease-in-out 0.5s;
transition: all ease-in-out 0.5s;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
embed {
vertical-align: top;
}
input,
button {
-webkit-appearance: none;
outline: none;
}
button::-moz-focus-inner {
border: 0;
}
html {
overflow-x: hidden;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html, body { height: 100%; } body {
font: 1.125em/1.5556em 'Roboto Condensed', sans-serif;
color: #333334;
letter-spacing: 0.2px;
}
.loader {
position: fixed;
background: #fff;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 9999;
}
.wrapper-container { position: relative; }
::selection {
background: #483949;
color: #fff;
}
::-moz-selection {
background: #483949;
color: #fff;
}
.selected-type-1 {
background: #483949;
color: #fff;
}
img {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.clearfix:after,
.row:after {
clear: both;
display: block;
visibility: hidden;
height: 0;
content: ".";
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
font-weight: 300;
color: #333334;
-webkit-transition: text-indent .5s ease, color .5s ease;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color: #333334;
font-weight: 300;
opacity: 1;
-webkit-transition: text-indent .5s ease, color .5s ease;
}
[placeholder]:focus::-webkit-input-placeholder {
text-indent: 10em;
color: transparent;
}
.bounce {
display: inline-block;
-moz-animation: bounce 2s infinite;
-webkit-animation: bounce 2s infinite;
animation: bounce 2s infinite;
}
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
transform: translateY(0);
}
40% {
-moz-transform: translateY(-10px);
transform: translateY(-10px);
}
60% {
-moz-transform: translateY(-1px);
transform: translateY(-1px);
}
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
40% {
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
60% {
-webkit-transform: translateY(0);
transform: translateX(0);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
40% {
-moz-transform: translateX(-20px);
-ms-transform: translateX(-20px);
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
60% {
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
} .fw-block {
width: 100%;
}
.wrapper {
overflow: hidden;
}
.relative {
position: relative;
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.f-left {
float: left;
}
.f-right {
float: right;
}
.hide {
display: none;
}
.show {
display: block;
}
.invisible { visibility: hidden; }
.wp-caption.aligncenter { margin: 7px auto;  }
.aligncenter { text-align: center; }
.alignleft   { float: left; }
.alignright  { float: right; }
figure.wp-caption.alignleft,
img.alignleft {
margin: 5px 30px 5px 0;
}
img.alignleft,
img.alignright {
margin-bottom: 15px;
}
figure.wp-caption.alignright,
img.alignright {
margin: 5px 0 5px 30px;
}
.page-content-wrap {
padding: 72px 0;
}
.page-content-wrap2 {
padding: 112px 0;
}
[class*="page-section"] {
padding: 112px 0;
}
[class*="page-section"]:first-child {
padding-top: 0;
}
[class*="page-section"]:first-child {
padding-bottom: 0;
}
[class*="page-section"].type-2 {
padding: 56px 0;
}
[class*="page-section"].type-3 {
padding: 86px 0;
}
[class*="page-section"].no-bts,
[class*="page-content-wrap"].no-bts {
padding-bottom: 0;
}
.page-section-bg {
background: #f8f9fa;
}
.vc_parallax {
background: #483949;
}
.vc_parallax.green {
background: #757584;
}
.vc_parallax .icons-box .icons-item .icons-box-title > a,
.vc_parallax .icons-box .icons-item,
.vc_parallax h3,
.vc_parallax .section-text,
.vc_parallax .sub-title {
color: #fff;
}
.vc_parallax.green hr {
border-color: #fff;
}
.icons-box.style-5 .icons-wrap .icons-item {
background-color: #fff;
}
.content-element:not(:last-child) {
margin-bottom: 72px;
}
.content-element2:not(:last-child) {
margin-bottom: 56px;
}
.content-element3:not(:last-child) {
margin-bottom: 28px;
}
.content-element4:not(:last-child) {
margin-bottom: 14px;
}
.content-element5:not(:last-child) {
margin-bottom: 41px;
}
.content-element6:not(:last-child) {
margin-bottom: 70px;
}
.col-element-6-1,
.col-element-6-2
{
padding-left: 15px;
padding-right: 15px;
}
.col-element-6-1 {
margin-bottom: 35px;
}
@media (min-width: 1200px) {
.col-element-6-1,
.col-element-6-2
{
float: left;
}
.col-element-6-1 {
width: 50%;
}
.col-element-6-2 {
width: 50%;
}
.page-content.no-sidebar .col-element-6-1 {
width: 30%;
}
.page-content.no-sidebar .col-element-6-2 {
width: 70%;
}
}
.extra {
width: 100%;
}
[class*="flex-row"],
.owl-carousel[class*="flex-row"] .owl-stage {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
.icons-box [class*="flex-row"] {
flex-basis: 100%;
}
[class*="flex-row"]:after {
display: none;
}
[class*="flex-row"] > *,
.owl-carousel[class*="flex-row"] .owl-stage > .owl-item {
float: none;
}
[class*="flex-row"].flex-justify {
justify-content: space-between;
}
[class*="flex-row"].flex-center {
align-items: center;
}
[class*="flex-row"].flex-bottom {
align-items: flex-end;
}
.owl-carousel[class*="flex-row"] .owl-stage > .owl-item .owl-item {
height: 100%;
} .responsive-iframe {
position: relative;
z-index: 1;
height: 0;
padding-bottom: 56.2%;
}
.responsive-iframe > iframe {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
}
.responsive-iframe.fix-size > iframe {
top: -45%;
height: 180% !important;
} .fx-col-2 > * {
width: 50%;
}
.fx-col-3 > * {
width: 33.33333%;
}
.fx-col-4 > * {
width: 25%;
}
.fx-col-5 > * {
width: 20%;
}
.fx-col-6 > * {
width: 16.66666%;
} h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto', serif;
color: #333334;
font-weight: normal;
line-height: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: .5em;
}
h1 {
font-size: 3.3333em;
}
h2 {
font-size: 2.6667em;
}
h3 {
font-size: 2em;
}
h4 {
font-size: 1.6667em;
}
h5 {
font-size: 1.3333em;
}
h6 {
font-size: 1em;
}
p {
margin-bottom: 1.5em;
padding: 0;
font-weight: 300;
}
p:not(:last-child) {
margin-bottom: 1.5em;
}
.wp-caption .wp-caption-text,
.entry-caption, .gallery-caption {
color: #220e10;
font-size: 18px;
font-style: italic;
font-weight: 300;
margin: 0 0 1.5em;
}
.fw-medium {
font-weight: 600;
}
a,
button {
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
a.link-text {
color: #038ed3;
}
a.link-text:hover {
text-decoration: underline;
}
[class^="icon-"]:before,
[class*="icon-"]:before {
width: auto;
margin: 0;
padding: 0;
}   .no-results.not-found .page-header { margin-bottom: .5em; }
.page-header.team-members-style-2 {
position: relative;
margin-bottom: 0;
}
.page-header.team-members-style-2 .breadcrumbs-wrap.style-3 {
padding: 0;
}
.section-title,
.box-title {
font-weight: bold;
}
.title-holder .section-title {
margin-bottom: 35px;
}
p.section-title {
font-weight: 300;
}
.section-title[class*="with-border-"] {
position: relative;
}
.section-title[class*="with-border-"]:after {
position: absolute;
display: block;
border-width: 3px 0 0 0;
width: 30px;
border-color: #757584;
border-style: solid;
margin: 32px 0 0;
content: '';
}
.vc_col-has-fill .section-title[class*="with-border-"]:after {
border-color: #e4e4e5;
}
h2.section-title + h5.section-title {
margin-bottom: 14px;
}
.section-title.with-border-left:after {
left: 0;
}
.section-title.with-border-center:after {
left: 50%;
margin-left: -15px;
}
.section-title.with-border-right:after {
left: auto;
right: 0;
}
.section-title [class*="item-divider"] {
margin: 28px 0 0;
}
h3.section-title [class*="item-divider"] { display: none; }
.section-title[class*="with-border-"] {
margin-bottom: 75px;
}
div.section-title.vc_custom_heading {
margin-bottom: 14px;
text-transform: uppercase;
color: #333334;
line-height: 24px;
letter-spacing: 0.7px;
font-weight: 300;
font-size: 16px;
}
p.section-description {
max-width: 550px;
}
.align-center p.section-description {
margin: 0 auto 45px;
}
.vc_parallax div.section-title.vc_custom_heading {
color: #fff;
}
.pre-title {
font-family: 'Roboto Condensed', sans-serif;
text-transform: uppercase;
color: #333334;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.7px;
font-weight: 300;
}
.pre-title:not(:last-child) {
margin-bottom: 14px;
}
.sub-title {
font-family: 'Roboto Condensed', sans-serif;
}
.section-pre-title:not(:last-child) {
margin-bottom: 0;
}
.text-size-medium {
font-size: 24px;
line-height: 30px;
font-weight: 300;
}
.case-item .text-size-medium {
margin-bottom: 0;
}
.text-size-small {
font-size: 16px;
line-height: 26px;
}
a.custom-link {
color: #757584;
border-bottom: 1px solid transparent;
}
a.custom-link:hover {
color: #333334;
border-bottom-color: inherit;
} .tooltips a {
position: relative;
color: #757584;
}
.tooltip {
position: absolute;
display: block;
background: #2a2c32;
padding: 6px 10px;
color: #fff;
font-size: 12px;
line-height: 13px;
opacity: 0;
visibility: hidden;
white-space: nowrap;
z-index: 5;
border-radius: 5px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.top-tooltip .tooltip {
bottom: 100%;
left: 50%;
margin-bottom: 5px;
-webkit-transform: translate(-50%, -15px);
-moz-transform: translate(-50%, -15px);
-o-transform: translate(-50%, -15px);
-ms-transform: translate(-50%, -15px);
transform: translate(-50%, -15px);
}
.left-tooltip .tooltip {
top: 50%;
right: 100%;
margin-right: 5px;
-webkit-transform: translate(-15px, -50%);
-moz-transform: translate(-15px, -50%);
-o-transform: translate(-15px, -50%);
-ms-transform: translate(-15px, -50%);
transform: translate(-15px, -50%);
}
.right-tooltip .tooltip {
top: 50%;
left: 100%;
margin-left: 9px;
-webkit-transform: translate(15px, -50%);
-moz-transform: translate(15px, -50%);
-o-transform: translate(15px, -50%);
-ms-transform: translate(15px, -50%);
transform: translate(15px, -50%);
}
.bottom-tooltip .tooltip {
top: 100%;
left: 50%;
margin-top: 5px;
-webkit-transform: translate(-50%, 15px);
-moz-transform: translate(-50%, 15px);
-o-transform: translate(-50%, 15px);
-ms-transform: translate(-50%, 15px);
transform: translate(-50%, 15px);
}
.top-tooltip:hover .tooltip {
-webkit-transform: translate(-50%, 0px);
-moz-transform: translate(-50%, 0px);
-o-transform: translate(-50%, 0px);
-ms-transform: translate(-50%, 0px);
transform: translate(-50%, 0px);
}
.left-tooltip:hover .tooltip {
-webkit-transform: translate(0px, -50%);
-moz-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
transform: translate(0px, -50%);
}
.right-tooltip:hover .tooltip {
-webkit-transform: translate(0px, -50%);
-moz-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
transform: translate(0px, -50%);
}
.bottom-tooltip:hover .tooltip {
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.tooltip:after {
position: absolute;
content: "";
width: 0;
height: 0;
}
.top-tooltip .tooltip:after {
border-left: 7px solid transparent;
border-top: 5px solid #2a2c32;
border-right: 7px solid transparent;
top: 100%;
left: 50%;
margin-left: -7px;
}
.tooltips a:hover .tooltip,
.share:hover .tooltip {
opacity: 1;
visibility: visible;
}
.tooltips a:hover {
text-decoration: none;
}
.left-tooltip .tooltip:after {
border-top: 7px solid transparent;
border-left: 5px solid #2a2c32;
border-bottom: 7px solid transparent;
top: calc(50% - 7px);
left: 100%;
}
.right-tooltip .tooltip:after {
border-top: 7px solid transparent;
border-right: 5px solid #2a2c32;
border-bottom: 7px solid transparent;
right: 100%;
top: calc(50% - 7px);
}
.bottom-tooltip .tooltip:after {
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 5px solid #2a2c32;
border-top: none;
bottom: 100%;
left: calc(50% - 7px);
} .header.sticky-header.clone-fixed {
position: fixed;
z-index: 99;
transition: 0.5s top cubic-bezier(.3, .73, .3, .74);
}
.header.clone-fixed .searchform-wrap { display: none; }
.header.style-3.sticky-header.clone-fixed {
box-shadow: 0 8px 21px 0 rgba(51, 51, 51, 0.1);
}
.header.fixed-header:not(.clone-fixed) {
position: absolute;
top: 0;
left: 0;
right: 0;
background: none;
}
.header {
position: relative;
top: 0;
background: #f9f9f9;
z-index: 9;
width: 100%;
padding-right: 30px;
}
.header.style-1 .logo-wrap {
padding: 30px 70px 30px 40px;
background-color: #483949;
}
.logo {
display: block;
}
.header .menu-wrap { width: 100%; } .header.style-2 { padding: 0; }
.header.style-2 .menu-holder {
background: #483949;
padding: 14px 0;
}
.header.style-2 .nav-item {
text-align: center;
}
.header.style-2 .main-navigation > ul > li > a {
color: #fff;
}
.header.style-2 .main-navigation > ul > li > a:before {
background: #fff;
}
.header.style-2 .top-header {
padding: 34px 0;
}
.header.style-2 .top-header .flex-row {
margin: 0 -15px -30px;
position: relative;
}
.header.style-2 .top-header .flex-row > * {
padding: 0 15px 30px;
width: 33.3333%;
}
.header.style-2 .main-navigation {
position: relative;
} .header.style-3 {
background: #483949;
padding: 0;
}
.pre-header {
color: #979197;
padding: 14px 0;
font-size: 16px;
line-height: 24px;
border-bottom: 1px solid #5a4d5b;
}
.pre-header p:not(:last-child) {
margin-bottom: 0;
}
.pre-header .lang-area a {
color: #979197;
}
.pre-header .lang-area a:hover,
.pre-header .lang-area a.current {
color: #fff;
}
.pre-header .lang-area a:last-child::before {
content: '|';
color: #979197;
}
.pre-header .lang-area:not(:last-child) {
margin-right: 50px;
}
.pre-header .socials > * {
display: inline-block;
}
.header.style-3 .top-header {
padding: 34px 0;
}
.header.style-3 .nav-item {
text-align: left;
}
.header.style-3 .menu-holder {
background: #fff;
padding: 14px 0;
}
.header.style-3 .contact-info.style-2 li.info-item > .item-info span {
color: #fff;
}
.header.style-3 .contact-info.style-2 li.info-item.with-icon > i {
color: #fff;
}
.header.style-3 .main-navigation {
margin: 0 -20px;
}
.header.style-3 .top-header .contact-info {
padding-right: 45px;
} #wrapper {
overflow: hidden;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.menu-wrap {
position: relative;
}
.nav-item {
text-align: right;
}
.main-navigation {
display: inline-block;
vertical-align: middle;
text-align: left;
margin: 0 20px 0 10px;
}
.main-navigation ul { margin-bottom: 0; }
.main-navigation > ul { font-size: 0; }
.main-navigation li { list-style: none; }
.main-navigation > ul > li {
display: inline-block;
position: relative;
cursor: pointer;
margin: 0 20px;
font-size: 16px;
line-height: 28px;
padding: 14px 0;
}
.main-navigation > ul > li.multicolumn { position: static; }
.main-navigation > ul > li > a {
color: #483949;
letter-spacing: 0.8px;
text-transform: uppercase;
display: block;
position: relative;
}
.main-navigation > ul > li > a:before {
content: '';
position: absolute;
top: 100%;
left: 0;
background: #000;
height: 1px;
width: 0;
transition: all .4s ease;
}
.searchform-wrap.opened,
.main-navigation > li:hover > .sub-menu-wrap {
opacity: 1;
visibility: visible;
}
.main-navigation > ul > li.dropdown:hover > a:before,
.main-navigation > ul > li.dropdown.current > a:before {
width: calc(100% - 15px);
}
.main-navigation > ul.show-border > li:hover > a:before,
.main-navigation > ul.show-border > li.current-menu-item > a:before,
.main-navigation > ul.show-border > li.current-menu-parent > a:before,
.main-navigation > ul.show-border > li.current-menu-ancestor > a:before,
.main-navigation > ul.show-border > li.current_page_item > a:before,
.main-navigation > ul.show-border > li.current_page_parent > a:before,
.main-navigation > ul.show-border > li.current_page_ancestor > a:before {
width: 100%;
width: calc( 100% - 15px );
}
.sub-menu-wrap ul li,
.main-navigation ul.children li
{
position: relative;
}
.sub-menu-wrap ul li:hover > a,
.sub-menu-wrap ul li.current-menu-item > a,
.sub-menu-wrap ul li.current-menu-parent > a,
.sub-menu-wrap ul li.current-menu-ancestor > a,
.sub-menu-wrap ul li.current_page_item > a,
.sub-menu-wrap ul li.current_page_parent > a,
.sub-menu-wrap ul li.current_page_ancestor > a,
.main-navigation ul.children li:hover > a,
.main-navigation ul.children li.current-menu-item > a,
.main-navigation ul.children li.current-menu-parent > a,
.main-navigation ul.children li.current-menu-ancestor > a,
.main-navigation ul.children li.current_page_item > a,
.main-navigation ul.children li.current_page_parent > a,
.main-navigation ul.children li.current_page_ancestor > a
{
color: #757584;
background: #f9f9f9;
}
.main-navigation > ul > .menu-item-has-children > a:after,
.main-navigation > ul > .page_item_has_children > a:after
{
font-family: 'fontello';
content: '\f107';
margin-left: 5px;
font-size: 14px;
display: inline-block;
vertical-align: top;
}
.sub-menu-wrap, .main-navigation ul.children {
position: absolute;
left: -20px;
top: 100%;
min-width: 210px;
border-top: 3px solid #757584;
background: #fff;
padding: 14px 0;
opacity: 0;
visibility: hidden;
z-index: 999;
-webkit-transition: -webkit-transform .3s ease, opacity .3s ease, visibility .3s ease;
transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
-webkit-transform: translate3d(-15px, 15px, 0);
-moz-transform: translate3d(-15px, 15px, 0);
-o-transform: translate3d(-15px, 15px, 0);
-ms-transform: translate3d(-15px, 15px, 0);
transform: translate3d(-15px, 15px, 0);
box-shadow: 0 8px 21px 0 rgba(51, 51, 51, 0.1);
}
.main-navigation ul.sub-menu,
.main-navigation ul.children
{
margin-left: 0;
}
.sub-menu-wrap:before,
.main-navigation ul.children:before {
content: '';
bottom: 100%;
width: 100%;
left: 0;
height: 4px;
display: block;
position: absolute;
background: transparent;
}
.sub-menu-wrap .sub-menu-wrap.sub-menu-inner
{
left: 100%;
background: #f2f3f6;
top: 0;
margin-left: 4px;
margin-top: -15px;
}
.sub-menu-wrap .sub-menu-wrap.sub-menu-inner:before
{
right: 100%;
left: auto;
width: 4px;
top: 0;
bottom: auto;
height: 100%;
}
.main-navigation > ul > li:hover > .sub-menu-wrap:not(.sub-menu-inner),
.sub-menu-wrap ul li:hover .sub-menu-wrap.sub-menu-inner,
.main-navigation > ul > li:hover > .children
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
visibility: visible;
}
.sub-menu-wrap ul li a,
.main-navigation ul.children li a {
display: block;
white-space: pre;
position: relative;
font-weight: 300;
padding: 9px 35px 9px 20px;
color: #483949;
}
.sub-menu-wrap ul li.sub > a:after {
font-family: 'fontello';
content: '\e8e5';
position: absolute;
right: 20px;
}
.main-navigation > ul > li.has-megamenu {
position: static;
}
.sub-menu-wrap.mega-menu > *:not(:last-child) {
margin-right: 30px;
}
.main-navigation > ul > li li > ul.sub-menu,
.main-navigation > ul > li li > ul.children
{
position: absolute;
left: -20px;
top: 100%;
min-width: 210px;
border-top: 3px solid #757584;
background: #fff;
padding: 14px 0;
visibility: hidden;
margin-top: 11px;
opacity: 0;
-webkit-transition: -webkit-transform .3s ease, opacity .3s ease, visibility .3s ease;
transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
-webkit-transform: translate3d(-15px, 15px, 0);
-moz-transform: translate3d(-15px, 15px, 0);
-o-transform: translate3d(-15px, 15px, 0);
-ms-transform: translate3d(-15px, 15px, 0);
transform: translate3d(-15px, 15px, 0);
box-shadow: 0 8px 21px 0 rgba(51, 51, 51, 0.1);
}
.main-navigation .menu-item-has-children .menu-item-has-children > a::after,
.main-navigation .page_item_has_children .page_item_has_children > a::after
{
position: absolute;
right: 15px;
top: 50%;
margin-top: -11px;
content: "\f105";
font-size: 13px;
font-weight: 700;
font-family: 'fontello';
display: inline-block;
margin-left: 10px;
vertical-align: middle;
}
.main-navigation > ul > li li:hover > ul.sub-menu,
.main-navigation > ul > li li:hover > ul.children
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
visibility: visible;
}
.main-navigation > ul > li ul.sub-menu ul.sub-menu,
.main-navigation > ul > li ul.children ul.children
{
top: -28px;
left: 100%;
margin-left: 5px;
}
.main-navigation > ul > li.multicolumn > .sub-menu-wrap ul.sub-menu,
.main-navigation > ul > li.multicolumn > .sub-menu-wrap ul.children
{
position: relative;
top: 0;
left: 0;
margin: 0;
padding: 0;
border: none;
background-color: transparent;
white-space: nowrap;
box-shadow: none;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.main-navigation > ul > li.multicolumn:hover > .sub-menu-wrap ul.sub-menu,
.main-navigation > ul > li.multicolumn:hover > .sub-menu-wrap ul.children
{
opacity: 1;
visibility: visible;
}
.main-navigation > ul > li.multicolumn .sub-menu-wrap > ul.sub-menu > li {
white-space: nowrap;
display: inline-block;
vertical-align: top;
}
.main-navigation > ul > li.multicolumn .sub-menu-wrap > ul.sub-menu > li:not(:first-child) { margin-left: 25px; }
.main-navigation > ul > li.multicolumn .sub-menu-wrap > ul.sub-menu > li.menu-item-has-children > a::after,
.main-navigation > ul > li.multicolumn .sub-menu-wrap > ul.sub-menu > li.page_item_has_children > a::after
{
display: none;
}
.responsive-nav-button {
display: none;
text-align: center;
color: #483949;
font-size: 30px;
z-index: 2;
border-radius: 0;
background: transparent;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.responsive-nav-button:hover {
color: #757584;
}
.responsive-nav-button:before {
font-family: 'linearicons';
content: "\e92b";
}
header.style-2 .responsive-nav-button:not(:hover) {
color: #fff;
}
#wrapper #advanced-menu-hide {
visibility: hidden;
pointer-events: none;
-webkit-transform: translateX(200%);
transform: translateX(200%);
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.menu-button-wrap {
text-align: right;
padding: 10px 0;
}
.mobile-advanced {
display: none;
} .search-holder,
.shop-cart {
display: inline-block;
vertical-align: middle;
}
.search-holder .btn:not(:last-child) {
margin-right: 30px;
margin-bottom: 0;
}
.top-header .btn { margin-bottom: 0; }
button.search-button,
.shop-cart .sc-cart-btn {
font-family: 'Linearicons';
font-size: 20px;
display: inline-block;
vertical-align: middle;
line-height: 28px;
background: none;
color: #483949;
}
button.search-button:before {
content: "\e922";
}
.searchform-wrap .vc-child form input {
background-color: #fff;
border: none;
color: #222;
}
.close-search-form,
.close-popup {
background-color: transparent;
position: absolute;
font-family: 'linearicons';
left: 100%;
margin-left: 20px;
font-size: 20px;
color: #f4f4f5;
z-index: 99;
font-weight: normal;
display: inline-block;
top: 50%;
margin-top: -13px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.close-search-form:hover,
.close-popup:hover {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.close-search-form:before,
.close-popup:before {
content: '\e92a';
}
.searchform-wrap {
width: 100%;
height: 100%;
position: fixed;
border-bottom: none;
display: block;
background: rgba(31, 25, 31, 0.8);
text-align: center;
z-index: 201;
-webkit-transition: all .5s ease;
transition: all .5s ease;
opacity: 0;
visibility: hidden;
}
.searchform-wrap.opened {
opacity: 1;
visibility: visible;
}
.searchform-wrap .vc-child {
width: 710px;
display: inline-block;
position: relative;
margin-top: 20%;
}
.searchform-wrap form,
.search-holder form {
position: relative;
}
.searchform-wrap form input {
padding-right: 60px;
}
.searchform-wrap form button,
.search-holder form button {
color: #757584;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
}
.searchform-wrap form input:not([type="submit"]):focus,
.searchform-wrap form textarea:focus {
border-color: transparent;
box-shadow: none;
} .page-section.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.page-section.vc_row-has-fill > .vc_column_container > .vc_column-inner
{
padding-top: 0;
}
.vc_separator.wpb_content_element {
margin-bottom: 15px;
}
#content {
position: relative;
}
.banner {
padding: 40px 30px;
color: #fff;
background-position: center center;
background-size: cover;
}
.banner h4.section-title {
line-height: 42px;
color: #fff;
}
.case-popup {
background: rgba(31, 25, 31, 0.7);
position: fixed;
top: 0;
height: 100%;
left: 0;
width: 100%;
display: none;
overflow-x: hidden;
overflow-y: auto;
}
.case-popup .popup-inner {
position: absolute;
padding: 40px;
top: 50%;
left: 50%;
display: block;
transform: translate(-50%, -50%);
width: 750px;
background: #fff;
}
.close-popup {
position: absolute;
top: 30px;
right: 30px;
left: auto;
color: #49494a;
} ul.case-list {
width: 750px;
}
ul.case-list li { list-style: none; }
.case-list > li:not(:last-child) {
padding-bottom: 41px;
margin-bottom: 41px;
border-bottom: 1px solid #e4e4e5;
}
.case-item .pre-title {
line-height: 28px;
text-transform: uppercase;
font-weight: bold;
color: #757584;
}
.case-item .pre-title:not(:last-child) {
margin-bottom: 0;
} .profile-page { padding-bottom: 112px; } .profile-page .profile-tabs
{ }
.profile-page .tabs .tabs-content {
box-shadow: none !important;
padding: 0 !important;
}
.profile-page .profile-tabs .tabs-content:not(:last-child) {
margin-bottom: 56px;
}
.profile-section {
position: relative;
background-size: cover;
background-position: center center;
padding-top: 56px;
overflow: hidden;
z-index: 1;
}
.page-header.team-members-style-2:after {
content: '';
position: absolute;
display: block;
bottom: 0;
left: 0;
height: 56px;
background: #f9f9f9;
width: 100%;
z-index: 0;
}
.profile-section .profile-img {
width: 31%;
}
.profile-section .profile-content {
width: 69%;
}
.profile-section .profile-content .prof-inner {
padding: 0 0 62px 28px;
}
.profile-section .profile-content .prof-title:not(:last-child) {
margin-bottom: 0;
}
.profile-section .profile-content,
.profile-section .profile-content .prof-title,
.profile-section .profile-content .sub-title,
.profile-content .our-info.style-2 > p,
.profile-content .our-info.style-2 > p a.custom-link {
color: #fff;
}
.profile-section .profile-content .prof-title {
font-weight: bold;
}
.profile-section .profile-content .sub-title {
font-weight: 300;
}
.profile-section .profile-content .social-icons {
margin: 0 -5px -10px;
}
.profile-section .profile-content .social-icons > * {
margin: 0 5px 10px;
display: inline-block;
border-radius: 50%;
border: 1px solid #fff;
color: #fff;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
font-size: 16px;
}
.profile-section .profile-content .social-icons > *:hover {
background: #fff;
color: #333334;
}
.profile-tabs .widget-custom-tab {
padding: 28px;
background: #f9f9f9;
}
.profile-tabs .widget-custom-tab h3,
.profile-tabs .widget-custom-tab h4,
.profile-tabs .widget-custom-tab h5
{
font-weight: bold;
text-transform: uppercase;
}
.profile-tabs .widget-custom-tab ul > li {
position: relative;
font-weight: 300;
padding-left: 28px;
list-style: none;
}
.profile-tabs .widget-custom-tab ul > li:not(:last-child) {
margin-bottom: 14px;
}
.profile-tabs .widget-custom-tab ul > li:before {
content: '\e937';
position: absolute;
left: 0;
top: 50%;
font-family: 'linearicons';
font-size: 13px;
color: #5b5b5c;
display: inline-block;
margin-right: 15px;
transform: translateY(-50%);
} .owl-carousel.brand-box .owl-stage {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
align-items: center;
justify-content: space-between;
}
.owl-carousel.brand-box .owl-item {
float: none;
}
.owl-carousel.brand-box .brand-item {
height: 100%;
width: 100%;
text-align: center;
display: table;
}
.owl-carousel.brand-box .brand-item a {
display: table-cell;
vertical-align: middle;
}
.owl-carousel.brand-box .brand-item a img {
display: inline-block;
} .parallax-section,
.media-holder {
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
height: 100%;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.parallax-section hr.style-3:not(.var2) {
border-color: #fff;
}
.rev-slider-wrapper .brand-holder {
padding: 36px 0;
background: rgba(34, 28, 35, 0.2);
}
.rev-slider-wrapper .icons-box.style-3,
.rev-slider-wrapper .brand-holder {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 99;
}
.rev-slider-wrapper.full-scr .rev-slider {
height: 100% !important;
margin-left: 150px;
}
.side-bar {
position: absolute;
left: 0;
background: #fff;
top: 0;
width: 150px;
font-size: 14px;
height: 100%;
z-index: 5;
align-content: space-around;
overflow: hidden;
}
.side-bar > * {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.side-bar .v-text,
.bounce {
transform: rotate(-90deg);
transform-origin: 0;
white-space: nowrap;
float: left;
}
.side-bar p.v-text {
text-transform: uppercase;
letter-spacing: 1.5px;
top: 480px;
}
.side-bar p.v-text:not(:last-child) {
margin-bottom: 0;
}
.side-bar span {
letter-spacing: 0.8px;
bottom: 20px;
}
.side-bar span i {
padding-right: 15px;
line-height: 28px;
}
.side-bar .social-icons.v-type > li > a:hover {
color: #483949;
}
.side-bar > ul {
top: 60%;
}
.brand-box .flex-row {
margin: 0 -10px -20px;
}
.brand-box .flex-row > * {
padding: 0 10px 20px;
width: 20%;
text-align: center;
} .breadcrumbs { margin-bottom: 0; }
.breadcrumbs-wrap {
padding: 56px 0;
background-size: cover;
background-attachment: fixed;
}
.breadcrumbs-wrap:not(.style-2):not(.style-3) {
padding: 56px 0 28px;
}
.breadcrumbs-wrap .page-title {
margin-bottom: .2em;
color: #333334;
font-weight: bold;
}
.team-members-style-2 .page-title {
margin-bottom: 0;
}
.breadcrumbs-wrap .breadcrumbs > * {
display: inline-block;
font-size: 0.8889em;
line-height: 1.7500em;
letter-spacing: 0.5px;
color: #333334;
font-weight: 300;
}
.breadcrumbs-wrap .breadcrumbs > * > a {
color: #333334;
}
.breadcrumbs-wrap .breadcrumbs a:hover {
text-decoration: underline;
}
.breadcrumbs-wrap {
background-color: #f9f9f9;
}
.breadcrumbs-wrap.align-left   { text-align: left; }
.breadcrumbs-wrap.align-center { text-align: center; }
.breadcrumbs-wrap.style-2 {
border-top: 1px solid #e5e5e5;
}
.breadcrumbs-wrap.style-3 {
color: #fff;
background: none;
background-size: cover;
background-position: center center;
}
.breadcrumbs-wrap.style-3 .page-title,
.breadcrumbs-wrap.style-3 .breadcrumbs > * {
color: #fff;
} .cookies {
background: rgba(42, 44, 50, 0.8);
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 10;
padding: 25px 0;
color: #fff;
}
.cookies span:before {
content: '\e955';
font-family: 'Linearicons';
font-size: 24px;
display: inline-block;
margin-right: 10px;
}
.cookies .btn {
margin: 0 2px;
} .half-bg-col {
position: relative;
}
.icons-box.type-2 .half-bg-col {
padding: 120px 0;
}
.icons-box.type-2 .half-bg-col > .container > .row {
display: flex;
align-items: center;
}
.col-bg {
position: absolute;
top: 0;
left: 0;
background-repeat: no-repeat;
height: 100%;
width: 100%;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
[class*="img-col"] {
position: absolute;
top: 0;
width: 50%;
height: 100%;
}
.img-col-left {
left: 0;
}
.img-col-right {
right: 0;
}
.half-bg-col > .container > .row {
margin: 0 -45px;
}
.half-bg-col > .container > .row > [class*="col-"] {
padding: 0 45px;
}
.img-full-col > .half-col-img {
background-repeat: no-repeat !important;
background-position: center center !important;
height: 100%;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover !important;
}
.half-bg-col .event-info .event-info-item,
.half-bg-col .event-info .event-info-item i {
font-size: 20px;
color: #fff;
}
.half-bg-col .vc_parallax {
color: #a19ca1;
font-size: 16px;
background: none;
}
.half-bg-col .contact-info {
display: inline-block;
}
.half-bg-col .contact-info li.info-item {
text-align: center;
}
.half-bg-col .contact-info li.info-item > .item-info span {
color: #fff;
font-size: 60px;
font-weight: 300;
line-height: 56px;
}
.hh-map-wrapper:not(:last-child) { margin-bottom: 30px; }
.half-bg-col .col-bg .map-section {
height: 100%;
}
.half-bg-col .col-bg .map-section > * {
height: 100%;
min-height: inherit;
padding-bottom: 0;
} .tparrows {
background: none;
width: auto;
height: auto;
}
.tparrows:before {
font-family: 'Linearicons';
font-size: 48px;
color: #fff;
opacity: 0.6;
-webkit-transition: opacity .35s ease;
-o-transition: opacity .35s ease;
transition: opacity .35s ease;
}
.tparrows:hover {
background: none;
}
.tparrows:hover:before {
opacity: 1;
background: none;
}
.tparrows.tp-leftarrow:before {
content: '\e93b';
}
.tparrows.tp-rightarrow:before {
content: '\e93c';
}
.owl-dots .owl-dot {
display: block;
background: #757584;
border-radius: 50%;
opacity: 0.8;
-webkit-transition: all .45s ease;
transition: all .45s ease;
}
.owl-dots .owl-dot {
width: 12px;
height: 12px;
}
.custom .tp-bullet {
position: relative;
opacity: 0.6;
background: none;
}
.custom .tp-bullet:before {
content: '';
position: absolute;
right: 100%;
top: 50%;
margin-right: 20px;
width: 30px;
height: 1px;
background: #fff;
-webkit-transition: all .45s ease;
transition: all .45s ease;
}
.custom .tp-bullet.selected:before {
width: 60px;
}
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
background: transparent;
}
.custom .tp-bullet.selected {
opacity: 1;
}
.tp-bullets {
counter-reset: item;
}
.tp-bullets .tp-bullet:after {
content: "0" counters(item, ".");
counter-increment: item;
position: absolute;
top: 0;
right: 0;
line-height: 15px;
font-size: 14px;
font-weight: 300;
color: #fff;
}
.owl-dots .owl-dot.active {
background: transparent;
border: 2px solid #757584;
}
.owl-dots .owl-dot.active {
width: 12px;
height: 12px;
}
.owl-dots .owl-dot {
width: 12px;
height: 12px;
}
.owl-dots .owl-dot {
display: block;
background: transparent;
border: 2px solid #e5e5e6;
border-radius: 50%;
cursor: pointer;
-webkit-transition: all .35s ease;
transition: all .35s ease;
}
.owl-dots .owl-dot.active {
background-color: #757584;
}
.vc_parallax .owl-dots .owl-dot,
.vc_parallax .owl-dots .owl-dot.active {
border-color: #fff;
}
.vc_parallax .owl-dots .owl-dot.active {
background-color: #fff;
}
[class*="carousel-type"] .owl-dots {
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
[class*="carousel-type"] .owl-dots .owl-dot {
display: block;
}
[class*="carousel-type"] .owl-dots .owl-dot:not(:last-child) {
margin-bottom: 10px;
}
.tp-bullet.selected,
.tp-bullet:hover,
.tp-bullet {
background: none;
}
[class*="scaption"] {
font-size: 18px;
line-height: 24px;
}
[class*="scaption"] p {
font-weight: 300 !important;
}
[class*="scaption-white"] {
color: #fff;
}
[class*="scaption-dark"] {
color: #483949;
}
[class*="scaption-dark2"] {
color: #333334;
}
[class*="scaption"][class*="-large"],
[class*="scaption"][class*="-medium"] {
font-family: 'Roboto', serif;
font-weight: normal;
}
[class*="scaption"][class*="-large"] {
font-size: 64px;
line-height: 70px;
letter-spacing: 0;
}
[class*="scaption"][class*="-medium"] {
font-size: 48px;
}
[class*="scaption"][class*="-large2"] {
font-size: 72px;
line-height: 80px;
}
.tp-caption .btn {
letter-spacing: 0.8px !important;
transition: all .45s ease !important;
}
.tp-caption .btn.shadow {
box-shadow: 0px 8px 21px 0px rgba(179, 200, 213, 0.45) !important;
}
.tp-caption .btn.shadow2 {
box-shadow: 0px 8px 21px 0px rgba(67, 71, 68, 0.45) !important;
}
.tp-caption .btn.shadow3 {
box-shadow: 0px 8px 21px 0px rgba(179, 209, 197, 0.45) !important;
}
.tp-caption .btn.shadow4 {
box-shadow: 0px 8px 21px 0px rgba(59, 56, 59, 0.45) !important;
}  .page-404-section {
padding: 170px 0 250px;
position: relative;
text-align: center;
}
.page-404-section .inner-404 h1 {
font-size: 400px;
font-weight: bold;
color: #483949;
line-height: 350px;
}
.page-404-section .inner-404 .sub-title {
color: #483949;
}
.page-404-section .inner-404 p a {
color: #73b48e;
}
.page-404-section .inner-404 p a:hover {
text-decoration: underline;
}
.page-404-section .inner-404 form input {
min-width: 360px;
}
.page-404-section .inner-404 h5 { font-weight: 700; }
.page-404,
.coming-soon-page {
min-height: 100%;
}
.page-404 .footer,
.coming-soon-page .footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
} .coming-soon {
padding: 250px 0 270px;
background-size: cover;
background-position: center center;
text-align: center;
color: #fff;
}
.coming-soon h1 {
font-size: 72px;
font-weight: bold;
color: #fff;
}
.coming-soon .newsletter {
max-width: 360px;
margin: 0 auto;
}  .btn {
margin-bottom: 0;
padding: 6px 28px;
display: inline-block;
font-size: 0.8889em;
border-radius: 30px;
background-color: #f5f2e9;
color: #483949;
text-align: center;
letter-spacing: 0.75px;
line-height: 1.7500em;
}
.btn:hover {
background-color: #e9e6dd;
}
.vc_col-sm-2 .btn { margin-bottom: 1.3em; }
.btn.small,
.btn.btn-small
{
font-size: 14px;
padding: 4.5px 30px 3.5px;
}
.btn.big,
.btn.btn-big
{
padding: 9.5px 30px 9.5px;
font-size: 18px;
}
.btn.default:hover {
background: #e9e6dd;
}
[class*="btn"] > i {
display: inline-block;
vertical-align: -2px;
margin-right: 10px;
line-height: 15px;
}
.btn-small > i {
font-size: 14px;
vertical-align: 0;
}
.btn-big.btn-icon > i {
font-size: 20px;
}
[class*="btn"].btn-style-2 {
background: #757584;
color: #fff;
}
[class*="btn"].btn-style-2:hover {
background: #757584;
}
[class*="btn"].btn-style-3 {
color: #fff;
background: #483949;
}
[class*="btn"].btn-style-3:hover {
background: #665a67;
}
[class*="btn"].btn-style-4 {
background: #f5f2e9;
box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.6)
}
[class*="btn"].btn-style-4:hover {
background: #e9e6dd;
}
[class*="btn"].btn-style-5 {
background: #757584;
color: #fff;
box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.6);
}
[class*="btn"].btn-style-5:hover {
background: #757584;
}
[class*="btn"].btn-style-6 {
background: #483949;
color: #fff;
box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.6);
}
[class*="btn"].btn-style-6:hover {
background: #665a67;
}
.go-to-top {
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50px;
padding: 0;
text-align: center;
font-size: 22px;
position: fixed;
z-index: 103;
right: 60px;
bottom: 20%;
background: #f5f2e9;
color: #594c58;
opacity: 0;
visibility: hidden;
font-family: 'Linearicons';
-webkit-animation-duration: .5s;
animation-duration: .5s;
}
.go-to-top.go-top-visible {
right: 40px;
opacity: 1;
visibility: visible;
display: block;
}
.go-to-top:before {
content: "\e939";
}
.go-to-top:hover {
background: #e9e6dd;
}
.btns-set {
margin: 0 -5px -30px;
}
.btns-set .btn-col {
padding: 0 5px 30px;
}
.btns-set ul > li:not(:last-child) {
margin-bottom: 20px;
}
.info-btn {
position: relative;
cursor: pointer;
font-weight: 300;
color: #757584;
display: inline-block;
border-bottom: 1px solid transparent;
}
.info-btn:hover { border-color: inherit;
}
.footer .info-btn:hover {
color: #757584;
}
.info-btn.with-icon {
margin-right: 30px;
}
.info-btn.with-icon > i {
color: #757584;
position: absolute;
left: 100%;
margin-left: 13px;
display: inline-block;
top: 50%;
transform: translateY(-50%);
}
.entries-nav .prev a,
.entries-nav .next a
{
margin-bottom: 7px;
}
.info-btn.with-icon.left-side,
.info-btn.with-icon.share {
margin-left: 30px;
margin-right: 0;
}
.info-btn.with-icon.share > i,
.info-btn.with-icon.left-side > i {
left: auto;
right: 100%;
}
.chat-btn {
position: fixed;
top: 85%;
right: 0;
background: #757584;
color: #fff;
margin-right: -65px;
padding: 10px 30px;
z-index: 99;
letter-spacing: 1px;
border-radius: 20px 20px 0 0;
transform: rotate(-90deg);
-ms-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -o-transform: rotate(-90deg); box-shadow: 0 -3px 21px 0 rgba(101, 174, 132, 0.45);
}
.chat-btn i {
font-size: 20px;
margin-right: 15px;
}
a.play {
color: #fff;
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
letter-spacing: 1px;
}
a.play i {
padding-left: 15px;
font-size: 20px;
display: inline-block;
vertical-align: -2px;
} form .row,
form .row > [class*="col-"] {
margin-top: 0 !important;
}
form {
text-align: left;
}
form.with-icon input {
padding: 10px 60px 10px 20px;
}
form.with-icon input + button {
position: absolute;
right: 15px;
top: 0;
line-height: 40px;
font-size: 20px;
color: #757584;
background: transparent;
}
form.with-icon input + button:hover {
color: #2a2c32;
} input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="tel"],
select,
textarea, .postform,
.custom-select .select-title
{
width: 100%;
color: #333334;
height: 46px;
padding: 10px 20px;
background-color: #fff;
text-align: left;
font-weight: 300;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: box-shadow .35s ease, border-color .35s ease;
transition: box-shadow .35s ease, border-color .35s ease;
}
input[name="post_password"] {
margin-left: 10px;
margin-right: 10px;
border: 1px solid #e4e4e5;
background: #f9f9f9;
width: auto;
}
textarea {
display: block;
height: initial;
resize: none;
}
select { width: 100%; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus
{
border-color: rgba(3, 142, 211, .5);
box-shadow: 0 0 10px 0 rgba(3, 142, 211, .2);
-moz-appearance: none;
outline: 0 none transparent;
}
.post-password-form label {
display: inline-block;
}
.post-password-form input[type="submit"] {
margin-bottom: 1.3em;
padding: 6px 28px;
display: inline-block;
font-size: 0.8889em;
border-radius: 30px;
background-color: #f5f2e9;
color: #483949;
text-align: center;
letter-spacing: 0.75px;
line-height: 1.7500em;
}
.post-password-form input[type="submit"]:hover {
background-color: #e9e6dd;
}
.gallery {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: stretch;
align-items: stretch;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
font-size: 0;
}
.gallery.gallery-columns-3 .gallery-item {
-webkit-flex-basis: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
.gallery.gallery-columns-4 .gallery-item {
-webkit-flex-basis: 25%;
flex-basis: 25%;
max-width: 25%;
}
.gallery .gallery-icon {
float: left;
margin-right: 10px;
}
.entry.format-gallery .gallery .gallery-item {
display: block;
}
.entry.format-gallery .gallery .gallery-icon {
float: none;
margin: 0;
}
.gallery .gallery-caption {
font-size: 15px;
line-height: 1.5em;
}
.gallery:not(:last-child) {
margin-bottom: 18px;
}
.gallery .gallery-item {
display: inline-block;
font-size: 14px;
line-height: 24px;
padding: 15px 15px 0;
}
.entry.format-gallery .gallery .gallery-item {
padding: 0;
}
.gallery-item .size-thumbnail {
border-radius: 4px;
}
.gallery-item .gallery-caption:not(:empty) {
padding-top: 5px;
font-style: italic;
}
.thumbnail-attachment .gallery .gallery-item {
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
} label,
legend {
font-size: 14px;
color: #7b8285;
margin-bottom: 2px;
display: block;
}
legend {
color: inherit;
padding: 0 7px;
margin-bottom: 0px;
}
label[for] {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none; user-select: none;
}
.required:after {
content: "*";
color: #eb0b0b;
display: inline-block;
margin-left: 2px;
font-size: 14px;
} input[type="radio"],
input[type="checkbox"] {
display: none;
}
.wpcf7 input[type="checkbox"]
{
display: inline-block;
margin-right: 10px;
}
.wpcf7 input[type="radio"]
{
-webkit-appearance: radio;
-moz-appearance: radio;
appearance: radio;
}
.wpcf7 input[type="checkbox"] {
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
appearance: checkbox;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
font-size: inherit;
font-weight: inherit;
font-family: inherit;
text-transform: none;
width: initial;
padding-top: 5px;
padding-bottom: 5px;
float: none;
margin-bottom: 0;
display: inline-block;
position: relative;
padding-left: 35px;
-webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
input[type="checkbox"] + label {
padding-left: 32px;
}
input[type="radio"] + label:not(:last-child),
input[type="checkbox"] + label:not(:last-child) {
margin-right: 25px;
}
input[type="radio"] + label::before,
input[type="checkbox"] + label::before,
input[type="radio"] + label::after,
input[type="checkbox"] + label::after {
content: "";
display: block;
position: absolute;
}
input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
background: transparent;
border: 2px solid #f2f3f6;
left: 0;
top: 3px;
}
input[type="radio"] + label::before {
border-radius: 50%;
width: 26px;
height: 26px;
}
input[type="checkbox"] + label::before {
top: 5px;
border-radius: 3px;
width: 22px;
height: 22px;
}
input[type="radio"] + label::after,
input[type="checkbox"] + label::after {
opacity: 0;
visibility: hidden;
}
input[type="radio"] + label::after {
left: 7px;
top: 10px;
border-radius: 50%;
background-color: #7b8285;
width: 12px;
height: 12px;
}
input[type="checkbox"] + label::after {
border: 2px solid #7b8285;
width: 25px;
height: 15px;
left: -1px;
top: 2px;
clip: rect(6px, 18px, 15px, 0px);
-webkit-transform: skew(10deg) rotate(-45deg);
-ms-transform: skew(10deg) rotate(-45deg);
transform: skew(10deg) rotate(-45deg);
}
input[type="radio"]:checked + label::after,
input[type="checkbox"]:checked + label::after {
opacity: 1;
visibility: visible;
}
.form-style1 input:not(:last-child) {
margin-bottom: 6px;
} .custom-select {
position: relative;
display: inline-block;
vertical-align: middle;
width: 100%;
}
.custom-select .select-title {
cursor: pointer;
position: relative;
padding: 8px 20px;
overflow: hidden;
}
.custom-select .select-title.active {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.custom-select .select-list {
position: absolute;
left: 0;
top: 100%;
cursor: pointer;
background: #fff;
z-index: 1;
border: 2px solid #f2f3f6;
display: none;
width: 100%;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top: none;
}
.custom-select .select-list li {
padding: 10px 20px;
color: #7b8285;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.custom-select .select-list li:hover {
background: #038ed3;
color: #fff;
}
.custom-select .select-title:before {
content: '\e8dc';
font-family: 'fontello';
position: absolute;
top: 0;
right: 20px;
line-height: 38px;
color: #7b8285;
}
.custom-select .select-title.active:before {
content: '\e8dd';
} fieldset {
border-radius: 8px;
padding: 20px;
border-color: #f1f1f1;
}
fieldset:not(:last-child) {
margin-bottom: 15px;
} .price-scale {
margin-top: 10px;
padding: 0;
}
.price-scale:not(.distance) .range-values:not(:last-child) {
margin-bottom: 25px;
}
.ui-slider {
height: 12px;
position: relative;
margin-top: 5px;
border-radius: 3px;
border: 2px solid #f2f3f6;
margin-bottom: 10px;
}
.ui-slider-handle {
width: 15px;
height: 22px;
top: 50%;
border-radius: 3px;
display: inline-block;
margin-top: -11px;
position: absolute;
z-index: 1;
background: #fff;
margin-left: -3px;
border: 2px solid #f2f3f6;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.ui-slider-handle:last-child {
margin-right: -2px;
}
.range-values input[type="text"] {
padding: 0;
height: auto;
border: none;
background: transparent;
font-size: 14px;
width: 35px;
}
.price-scale.distance input[type="text"] {
width: auto;
text-align: right;
background: none;
}
.price-scale.distance .ui-slider {
margin-bottom: 0;
}
.price-scale.distance .ui-slider-handle {
background: #757584;
border: none;
border-radius: 50%;
width: 20px;
height: 20px;
margin-left: -6px;
}
.range-values span,
.range-values input[type="text"] {
color: #7b8285;
}
.range-values input:focus {
border: none;
box-shadow: none;
} .fancybox-close-small:focus {
outline: none;
}
.newsletter {
position: relative;
}
.newsletter:not(.style-2) > button {
position: absolute;
top: 0;
right: 20px;
font-size: 40px;
color: #757584;
background: none;
line-height: 46px;
}
.newsletter.style-2 input {
border: 1px solid #e4e4e5;
}
.newsletter.style-2 input:not(:last-child) {
margin-bottom: 28px;
}
.wpcf7-form .flex-row {
margin: 0 -10px -20px;
}
.wpcf7-form .flex-row > * {
margin-bottom: 0 !important;
padding: 0 10px 0;
}
.wpcf7-form br { display: none; }
.wpcf7-form .wpcf7-form-control-wrap {
display: block;
margin-bottom: 20px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
border: 1px solid #e4e4e5;
background: #f9f9f9;
}
.wpcf7-form .wpcf7-textarea { height: 310px; }
.wpcf7-form .col-sm-12 .wpcf7-textarea { height: 110px; }
.wpcf7-form-control.wpcf7-submit {
padding: 6px 28px;
display: inline-block;
font-size: 0.8889em;
border-radius: 30px;
background-color: #757584;
color: #fff;
text-align: center;
letter-spacing: 0.75px;
line-height: 1.7500em;
}
.wpcf7-form-control.wpcf7-submit {
margin-top: 15px;
}
.wpcf7-form p { margin-bottom: 0; }
.wpcf7-form-control.wpcf7-submit:hover {
background-color: #757584;
}
div.wpcf7-validation-errors {
border: none;
}
.vc_row-has-fill div.wpcf7-validation-errors {
color: #fff;
}
div.wpcf7-response-output {
padding: 0;
}
.contact-form.style-2 input,
.contact-form.style-2 textarea {
border: 1px solid #e4e4e5;
}
.clear { clear: both; }
.comment-form {
margin-left: -15px;
margin-right: -15px;
}
.comment-form input,
.comment-form textarea {
border: 1px solid #e4e4e5;
background-color: #f9f9f9;
}
.comment-form input[type="submit"] { border: none; }
.comment-form .logged-in-as,
.comment-form .comment-notes,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form .comment-form-comment,
.comment-form .comment-form-cookies-consent
{
width: 100%;
padding: 0 15px;
margin-bottom: 20px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
width: 50%;
float: left;
}
.comment-form .form-submit {
padding: 0 15px;
}
.comment-form .form-submit #submit {
padding: 6px 28px;
display: inline-block;
font-size: 0.8889em;
border-radius: 30px;
background: #757584;
color: #fff;
text-align: center;
letter-spacing: 0.75px;
line-height: 1.7500em;
}
.comment-form .form-submit #submit:hover { background-color: #757584; } [class*="table-type"] table tr > td,
[class*="table-type"] table tr > th {
padding: 13px 25px;
text-align: left;
letter-spacing: 0.2px;
}
[class*="table-type"] table tr > th,
[class*="table-type"] table tr > td {
color: #333333;
font-weight: 300;
}
[class*="table-type"] table tr:nth-child(2n) {
background: #f9f9f9;
}
[class*="table-type"] table tr:not(:last-child) > td,
[class*="table-type"] table tr:not(:last-child) > th {
border-bottom: 1px solid #e4e4e5;
}
[class*="table-type"] table tr > th {
font-weight: bold;
}
.table-type-1 table tr.bg-cell > td {
font-weight: bold;
}
.table-type-2 table tr > th {
border-right: 1px solid #e4e4e5;
}
.table-type-2 table tr > th {
width: 40%;
} .custom-list:not(:last-child) {
margin-bottom: 28px;
}
.item-box .custom-list:not(:last-child) {
margin-bottom: 28px;
}
.custom-list:last-of-type { margin-bottom: 0; }
.custom-list > li {
position: relative;
font-weight: 300;
list-style: none;
}
.custom-list > li i { font-style: normal; }
.custom-list > li > ul > li,
.custom-list > li > ol > li {
margin-left: 25px;
}
.custom-list > li a {
border-bottom: 1px solid transparent;
}
.custom-list > li a:hover {
border-bottom-color: inherit;
}
.custom-list span {
margin-right: 10px;
color: #757584;
font-size: 20px;
vertical-align: middle;
}
.pricing-table .custom-list li::before {
content: "\e934";
display: inline-block;
vertical-align: top;
margin-right: 10px;
font-family: 'linearicons';
color: #757584;
font-size: 20px;
}
.pricing-table .btn { margin-bottom: 0; }
.custom-list > li > ul,
.custom-list > li > ol {
margin-top: 14px;
}
.custom-list > li:not(:last-child),
.custom-list > li > * > li:not(:last-child) {
margin-bottom: 11px;
} .contact-info {
margin: 0 -10px -20px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
.contact-info:not(.v-type) > li {
padding: 0 10px 20px;
}
.contact-info li > i {
margin-right: 10px;
}
.contact-info li.info-item {
color: #483949;
text-align: left;
letter-spacing: 0.8px;
list-style: none;
}
.contact-info li.info-item > i {
font-size: 20px;
padding-right: 5px;
}
.contact-info li.info-item > * {
display: table-cell;
vertical-align: middle;
}
.contact-info li.info-item > .item-info span {
font-size: 24px;
display: block;
font-weight: bold;
letter-spacing: 0.3px;
}
.contact-info li.info-item > .item-info > a {
color: #00a1d9;
text-transform: uppercase;
line-height: 18px;
display: block;
}
.contact-info li.info-item > .item-info > a:hover {
text-decoration: underline;
}
.contact-info li.info-item.with-icon {
position: relative;
padding-left: 45px;
}
.contact-info li.info-item.with-icon > i {
position: absolute;
left: 0;
top: 0;
margin-top: 15px;
font-size: 30px;
}
.contact-info.style-2 li.info-item .pre {
text-transform: uppercase;
color: #a19ca1;
font-size: 16px;
letter-spacing: 0.8px;
line-height: 1.5em;
}
.contact-info.style-2 li.info-item > * {
display: block;
}
.contact-info.style-2 li.info-item > .item-info span {
color: #757584;
font-size: 30px;
}
.contact-info.style-3 > li {
font-size: 24px;
border: 1px solid #e4e4e5;
padding: 50px 20px;
text-align: center;
margin-left: -1px;
overflow: hidden;
}
.contact-info.style-3 li > i {
font-size: 60px;
color: #757584;
display: block;
margin: 0;
padding: 0;
margin-bottom: 28px;
}
.contact-info.style-3 li .item-info {
display: block;
}
.contact-info.style-3 li .item-info > span,
.contact-info.style-3 li .item-info > a {
font-weight: 300;
color: #483949;
text-transform: none;
}
.contact-info.style-3 .item-info .social-icons > li > a:not(:hover) {
background: #5b4d5c;
}
.our-info > p {
display: block;
margin-bottom: 1em;
}
.vc_parallax .our-info > p
{
color: #fff;
}
.our-info:not(:last-child) {
margin-bottom: 14px;
}
.our-info > p i {
width: 45px;
display: inline-block;
vertical-align: middle;
font-size: 30px;
}
.our-info.style-2 > p {
color: #333334;
}
.our-info.style-2 > p i {
width: 30px;
font-size: 20px;
}
.our-info.hr-type > p {
display: inline-block;
}
.our-info.hr-type > p:not(:last-child) {
margin-right: 30px;
margin-bottom: 10px;
} .info-links > li:not(:last-child) {
margin-bottom: 14px;
}
.info-links > li > a {
color: #757584;
font-weight: 300;
letter-spacing: 0.3px;
position: relative;
white-space: nowrap;
border-bottom: 1px solid transparent;
}
.info-links > li > a:hover {
border-bottom-color: inherit;
}
.info-links.comment-type > li {
color: #88888b;
}
.comment-author-link a {
color: #88888b;
letter-spacing: 0px;
}
.info-links.comment-type > li > a:last-child {
color: #483949;
font-weight: normal;
}
.info-links.h-type {
margin: 0 -7px -5px;
}
.info-links.h-type > li {
padding: 0 7px 5px;
display: inline-block;
}
.info-links.h-type > li:not(:last-child) {
margin-bottom: 0;
}
.info-links.v-type > li {
padding-left: 30px;
position: relative;
}
.info-links.v-type > li:before {
content: '';
position: absolute;
left: 0;
top: 50%;
height: 1px;
width: 13px;
background: #fff;
}
.info-links.v-type > li a:hover {
color: #f5f2e9;
} .social-icons {
font-size: 0;
margin: 0 -5px -10px;
}
.social-icons > li {
display: inline-block;
padding: 0 5px 10px;
}
.social-icons > li > a {
display: block;
width: 40px;
height: 40px;
border-radius: 50%;
line-height: 40px;
text-align: center;
color: #fff;
font-size: 16px;
background: #484849;
}
.vc_row-has-fill .social-icons > li > a {
background-color: #5b4d5c;
}
.social-icons > li > a:hover {
background: #757584;
}
.social-icons.style-2 {
margin: 0 -10px -10px;
}
.social-icons.style-2 > li {
padding: 0 10px 10px;
}
.social-icons.style-2 > li > a {
width: auto;
height: auto;
background: none;
color: #a19ca1;
line-height: inherit;
}
.social-icons.style-2 > li > a:hover {
color: #fff;
}
.social-icons.style-3 > li > a {
background: none;
color: #757584;
border: 1px solid #757584;
}
.social-icons.style-3 > li > a:hover {
color: #fff;
background: #757584;
}
.social-icons.style-4 > li > a:not(:hover) {
background: #5b4d5c;
}
.social-icons.v-type {
margin: 0;
}
.social-icons.v-type > li {
display: block;
padding: 0;
}
.social-icons.v-type > li:not(:last-child) {
margin-bottom: 20px;
}
.social-icons.v-type > li > a {
font-size: 18px;
} .toggle-list li > ul > li {
margin-bottom: 14px;
}
.toggle-list li { position: relative; }
.toggle-list li a {
margin-left: 28px;
position: relative;
font-weight: 300;
color: #757584;
border-bottom: 1px solid transparent;
}
.toggle-list > li > .toggle-button {
display: block;
position: absolute;
left: 0;
top: 0;
cursor: pointer;
}
.toggle-list li ul li a:before {
position: absolute;
left: -25px;
top: 0;
content: '';
}
.toggle-list > li.has-children > .toggle-button:before,
.toggle-list li ul li a:before {
content: '\e936';
font-family: 'linearicons';
font-size: 13px;
color: #5b5b5c;
display: inline-block;
}
.toggle-list > li.has-children > .toggle-button.toggle:before,
.toggle-list li > ul > li a:before
{
content: "\e937";
}
.toggle-list .children { display: none; }
.toggle-list > li > .children { margin-top: 14px; }
.toggle-list li a:hover,
.toggle-list li a.toggle {
color: #483949;
}
.toggle-list li a:hover {
border-bottom-color: inherit;
}
.toggle-list > li > a {
display: inline-block;
text-transform: uppercase;
}
.toggle-list > li:not(:last-child) {
margin-bottom: 14px;
}
.toggle-list > li > ul {
margin-left: 28px;
}
.toggle-item {
display: none;
} .minus-list li {
position: relative;
font-weight: 300;
padding-left: 28px;
list-style: none;
}
.minus-list li:before {
content: '\e937';
position: absolute;
left: 0;
top: 50%;
font-family: 'linearicons';
font-size: 13px;
color: #5b5b5c;
display: inline-block;
margin-right: 15px;
transform: translateY(-50%);
}
.minus-list li:not(:last-child) {
margin-bottom: 11px;
}
.minus-list li > a {
color: #757584;
border-bottom: 1px solid transparent;
}
.minus-list li > a:hover {
color: #483949;
border-color: inherit;
} .blockquote-holder:not(:last-child),
blockquote:not(:last-child)
{
margin-bottom: 1.5em;
}
.blockquote-holder {
position: relative;
overflow: hidden;
background: #f9f9f9;
border-left: 3px solid #757584;
padding: 28px;
text-align: left;
}
blockquote.style-1 {
position: relative;
overflow: hidden;
background: #f9f9f9;
border-left: 3px solid #757584;
padding: 28px;
}
blockquote p,
.blockquote-holder blockquote {
font-family: 'Roboto', serif;
font-size: 1.3333em;
line-height: 36px;
font-weight: 300;
}
blockquote p { margin-bottom: 0; }
blockquote .author {
font-style: normal;
font-weight: 300;
color: #88888b;
letter-spacing: 0.1px;
}
.blockquote-holder.style-2,
blockquote.style-2
{
background: transparent;
border: none;
padding: 0 28px;
} span[class*="item-divider"] {
display: block;
}
hr,
span[class*="item-divider"] {
border-style: solid;
border-color: #e4e4e5;
margin: 12px 0;
}
hr.item-divider,
span[class*="item-divider"] {
border-width: 1px 0 0 0;
}
hr.item-divider-2,
span.item-divider-2 {
border-width: 2px 0 0 0;
}
hr.item-divider-3,
span.item-divider-3 {
border-width: 3px 0 0 0;
width: 30px;
}
hr.style-2,
span[class*="item-divider"].style-2 {
border-color: #88888b;
}
hr.style-3,
span[class*="item-divider"].style-3 {
border-color: #757584;
}
hr.style-4,
span[class*="item-divider"].style-4 {
border-color: #483949;
}
.align-center span[class*="item-divider"] {
margin-left: auto;
margin-right: auto;
} .quantity {
text-align: center;
position: relative;
display: inline-block;
}
.quantity button {
position: absolute;
text-align: center;
height: 100%;
top: 0;
bottom: auto;
line-height: 45px;
width: 45px;
background: transparent;
color: #7b8285;
}
.quantity .qty-minus {
left: 0;
}
.quantity .qty-plus {
right: 0;
}
.quantity input[type="text"] {
width: 110px;
text-align: center;
padding: 0 45px;
} .widget li { list-style: none; }
.widget_meta li,
.widget_links li,
.widget_archive li,
.widget_pages li,
.widget_recent_entries li,
.widget_categories li,
.widget_nav_menu li
{
position: relative;
}
.widget_meta li:not(:last-child),
.widget_links li:not(:last-child),
.widget_archive li:not(:last-child),
.widget_pages li:not(:last-child),
.widget_recent_entries li:not(:last-child),
.widget_categories li:not(:last-child),
.widget_recent_comments li:not(:last-child),
.widget_rss li:not(:last-child),
.widget_nav_menu li:not(:last-child)
{
margin-bottom: 11px;
}
.widget_meta li > a,
.widget_links li > a,
.widget_archive li > a,
.widget_pages li > a,
.widget_recent_entries li > a,
.widget_categories li > a,
.widget_recent_comments li > a,
.widget_rss li > a,
.widget_nav_menu li > a
{
color: #757584;
font-weight: 300;
letter-spacing: 0.3px;
position: relative;
border-bottom: 1px solid transparent;
}
#sidebar .widget_meta li > a,
#sidebar .widget_links li > a,
#sidebar .widget_archive li > a,
#sidebar .widget_pages li > a,
#sidebar .widget_recent_entries li > a,
#sidebar .widget_categories li > a,
#sidebar .widget_recent_comments li > a,
#sidebar .widget_rss li > a,
#sidebar .widget_nav_menu li > a
{
color: #757584;
border-bottom: 1px solid transparent;
}
.widget_meta li:hover > a,
.widget_links li:hover > a,
.widget_archive li:hover > a,
.widget_pages li:hover > a,
.widget_recent_entries li:hover > a,
.widget_categories li:hover > a,
.widget_recent_comments li:hover > a,
.widget_rss li:hover > a,
.widget_nav_menu li:hover > a
{
color: #f5f2e9;
border-bottom-color: inherit;
}
#sidebar .widget_meta li:hover > a,
#sidebar .widget_links li:hover > a,
#sidebar .widget_archive li:hover > a,
#sidebar .widget_pages li:hover > a,
#sidebar .widget_recent_entries li:hover > a,
#sidebar .widget_categories li:hover > a,
#sidebar .widget_recent_comments li:hover > a,
#sidebar .widget_rss li:hover > a,
#sidebar .widget_nav_menu li:hover > a {
color: #483949;
border-color: inherit;
}
.widget_meta ul li:before,
.widget_links > ul li:before,
.widget_archive > ul li:before,
.widget_pages > ul li:before,
.widget_recent_entries > ul li:before,
.widget_categories > ul li:before,
.widget_nav_menu ul li:before
{
content: '—';
margin-right: 10px;
color: #5b5b5c;
}
#footer .widget_meta ul li:before,
#footer .widget_links > ul li:before,
#footer .widget_archive > ul li:before,
#footer .widget_pages > ul li:before,
#footer .widget_recent_entries > ul li:before,
#footer .widget_categories > ul li:before,
#footer .widget_rss > ul li:before,
#footer .widget_nav_menu ul li:before
{
color: #fff;
}
.rss-date { display: block; }
.footer .widget_nav_menu a {
color: #757584;
} .sidebar .widget.widget_contact_form_7_area {
background: #483949;
color: #fff;
}
.sidebar .widget.widget_contact_form_7_area .widget-title {
color: #fff;
}
.sidebar .widget.widget_contact_form_7_area input[type="text"],
.sidebar .widget.widget_contact_form_7_area input[type="password"],
.sidebar .widget.widget_contact_form_7_area input[type="email"],
.sidebar .widget.widget_contact_form_7_area input[type="number"],
.sidebar .widget.widget_contact_form_7_area input[type="search"],
.sidebar .widget.widget_contact_form_7_area input[type="url"],
.sidebar .widget.widget_contact_form_7_area input[type="tel"],
.sidebar .widget.widget_contact_form_7_area textarea
{
background-color: #fff;
}
.sidebar .widget.widget_contact_form_7_area .wpcf7-form .wpcf7-form-control-wrap {
margin-bottom: 10px;
} .widget_wysija hr {
border-top: none;
margin-top: 0;
}
.widget_wysija .widget_wysija label { display: none; }
.widget_wysija { position: relative; }
.widget.widget_wysija .wysija-paragraph { margin-bottom: 0; }
.widget_wysija .widget_wysija_cont .wysija-submit {
position: absolute;
right: 0;
top: 0;
height: 46px;
width: 70px;
font-size: 0;
background: transparent;
}
.widget_wysija .wysija-input { padding-right: 65px; }
.widget_wysija .wysija-submit { margin-top: 0; }
.wysija-paragraph:after {
position: absolute;
right: 20px;
top: -2px;
font-family: 'Linearicons';
content: "\e696";
font-size: 40px;
color: #757584;
background: none;
line-height: 46px;
} .latest-tweets ul li:not(:last-child) {
border-bottom: 1px solid #e4e4e5;
padding-bottom: 28px;
margin-bottom: 28px;
}
.latest-tweets ul li p { margin-bottom: 0; }
.latest-tweets ul li p.tweet-text { margin-bottom: 14px; }
.latest-tweets ul li .tweet-details time {
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #9a9a9c;
letter-spacing: 0;
}
.latest-tweets li .tweet-text a {
color: #757584;
}
.latest-tweets li .tweet-text a:hover {
text-decoration: underline;
} .instagram-feed {
margin: -10px -5px 0;
list-style: none;
}
.instagram-feed .nv-instafeed-item {
width: 50%;
padding: 10px 5px 0;
display: inline-block;
}
.instagram-feed:not(:last-child) {
margin-bottom: 20px;
}
.hh_instagram-feed p.clear { margin-bottom: 0; }
.instagram-feed .nv-instafeed-item > a {
position: relative;
display: block;
cursor: url(//www.threeandpartners.com/wp-content/themes/hickshynson/images/icon_zoomin.png) 24 24, auto;
}
.nv-instafeed-item a:after {
opacity: 0;
visibility: hidden;
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 3;
background: rgba(14, 40, 64, 0.5);
transition: all .4s ease;
}
.nv-instafeed-item:hover a:after {
opacity: 1;
visibility: visible;
}  .accordion:not(:last-child) {
margin-bottom: 48px;
}
.accordion .a-title {
font-family: 'Roboto Condensed', sans-serif;
position: relative;
cursor: pointer;
background: #efefef;
padding: 16px 30px;
margin-bottom: 0;
font-weight: 400;
}
.accordion:not(.style-2) .accordion-item:not(:last-child) {
margin-bottom: 1px;
}
.accordion:not(.style-2) .a-title.active {
background: #757584;
color: #fff;
}
.accordion:not(.style-2) .a-content {
padding: 28px;
box-shadow: 0 8px 21px 0 rgba(51, 51, 51, 0.1);
}
.accordion .a-content .custom-list:not(:last-child) {
margin-bottom: 20px;
}
.accordion.style-2 .accordion-item {
border-bottom: 1px solid #e4e4e5;
}
.accordion.style-2 .accordion-item:first-child .a-title {
padding-top: 0;
}
.accordion.style-2 .a-title {
background: transparent;
padding-left: 0;
}
.accordion.style-2 .a-title:after {
content: "\e936";
font-family: 'linearicons';
position: absolute;
color: #333334;
right: 0;
top: 50%;
transform: translateY(-50%);
-ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); }
.accordion.style-2 .a-title.active {
color: #757584;
}
.accordion.style-2 .a-title.active:after {
content: "\e937";
}
.accordion.style-2 .a-content {
padding-bottom: 28px;
}
.a-content .wpb_content_element { margin-bottom: 0; } [class*="alert"] {
padding: 14px 70px 14px;
margin-bottom: 20px;
position: relative;
font-size: 1em;
font-weight: 300;
color: #333;
overflow: hidden;
}
[class*="alert"]:before {
font-family: 'linearicons';
font-size: 30px;
color: #fff;
position: absolute;
top: 14px;
left: 30px;
}
[class*="alert"].alert-warning,
.warning,
.warning p {
background: #fceadb;
color: #eb740b;
}
[class*="alert"] p {
margin-bottom: 0;
}
[class*="alert"].alert-warning:before {
content: "\e956";
color: #f0994d;
}
[class*="alert"].alert-success,
.success,
.success p {
background: #dff1da;
color: #2ba206;
}
[class*="alert"].alert-success:before {
content: "\e959";
color: #2ba206;
}
[class*="alert"].alert-info,
.info,
.info p {
background: #dae4f1;
color: #0648a2;
}
[class*="alert"].alert-info:before {
content: "\e965";
color: #0648a2;
}
[class*="alert"].alert-error,
.error,
.error p {
background: #fde6e6;
color: #eb0b0b;
}
[class*="alert"].alert-error:before {
content: "\e95a";
color: #eb0b0b;
}
[class*="alert"] .close {
font-family: 'linearicons';
position: absolute;
right: 30px;
top: calc(50% - 14px);
background: none;
color: #353535;
font-size: 12px;
}
[class*="alert"] .close:hover {
color: #454745;
}
[class*="alert"] .close:after {
content: '\e935';
}
.message-container-subscribe {
color: #333;
display: none;
margin-top: 5px;
z-index: 99;
}
[class*="message-container"] {
display: inline-block;
margin-top: 10px;
top: 100%;
left: 0;
position: absolute;
border-radius: 3px;
}
.alert-box p {
white-space: nowrap;
}
.contact-form [class*="message-container"] {
left: 15px;
} .call-out { }
.call-out h1,
.call-out h2,
.call-out h3,
.call-out h4,
.call-out h5,
.call-out h6 {
margin-bottom: 0;
color: #fff;
}
.call-out p:not(:last-child) {
margin-bottom: 0;
}
.call-out .flex-row {
margin: 0 -10px -20px;
}
.call-out .flex-row > * {
margin: 0 10px 20px;
} .pagination {
text-align: center;
margin: -2px -2px 0;
position: relative;
display: inline-block;
font-size: 0;
}
.pagination > li {
display: inline-block;
vertical-align: middle;
margin: 2px;
}
.pagination > li > a {
display: block;
width: 36px;
height: 36px;
font-weight: 300;
line-height: 36px;
text-align: center;
background: transparent;
color: #483949;
border-radius: 50%;
font-size: 20px;
}
.pagination > li.active > a,
.pagination > li:hover > a {
color: #fff;
background: #757584;
box-shadow: 0 8px 21px 0 rgba(101, 174, 132, 0.45);
}
.navigation.pagination {
text-align: center;
margin: 50px -2px 0;
position: relative;
display: inline-block;
font-size: 0;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}
.navigation.pagination .nav-links > a,
.navigation.pagination .nav-links > span
{
display: inline-block;
vertical-align: middle;
margin: 2px;
}
.navigation.pagination .nav-links > a,
.navigation.pagination .nav-links > span {
display: inline-block;
width: 36px;
height: 36px;
font-weight: 300;
line-height: 36px;
text-align: center;
background: transparent;
color: #483949;
border-radius: 50%;
font-size: 20px;
}
.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links span.current {
color: #fff;
background: #757584;
box-shadow: 0 8px 21px 0 rgba(101, 174, 132, 0.45);
}
.navigation.pagination .nav-links a.next,
.navigation.pagination .nav-links a.prev
{
color: #483949 !important;
background: none !important;
box-shadow: none !important;
}
.navigation.pagination .nav-links a.next::before,
.navigation.pagination .nav-links a.prev::before {
font-family: 'linearicons';
font-size: 26px;
}
.navigation.pagination .nav-links a.prev::before { content: '\e964'; }
.navigation.pagination .nav-links a.next::before { content: '\e965'; }
.prev-page::before,
.next-page::before {
font-family: 'linearicons';
font-size: 26px;
}
.prev-page,
.next-page {
color: #483949 !important;
background: none !important;
box-shadow: none !important;
}
.prev-page::before {
content: '\e964';
}
.next-page::before {
content: '\e965';
}
.page-nav a {
margin: 0 10px;
font-size: 20px;
font-weight: 300;
}
.page-nav li { list-style: none; }
.page-nav i {
font-size: 26px;
display: inline-block;
vertical-align: -4px;
}
.page-links {
margin-bottom: 25px;
clear: both;
display: block;
}
.page-links > a,
.page-links > span:not(.page-links-title) {
display: inline-block;
width: 36px;
height: 36px;
font-weight: 300;
line-height: 36px;
text-align: center;
background: transparent;
color: #483949;
border-radius: 50%;
font-size: 20px;
}
.page-links .page-links-title {
display: inline-block;
vertical-align: middle;
margin-right: 15px;
}
.page-links a:hover {
color: #fff;
background: #757584;
box-shadow: 0 8px 21px 0 rgba(101, 174, 132, 0.45);
} .dropcap::first-letter {
display: block;
float: left;
margin: 15px 10px 0 0;
}
.dropcap::first-letter {
font-size: 3.3333em;
font-weight: bold;
}
.dropcap.type-1::first-letter {
color: #757584;
}
.dropcap.type-2::first-letter {
color: #757584;
font-family: 'Roboto', serif;
} .cont-over {
overflow: hidden;
position: relative;
}
.owl-carousel .owl-item .icons-wrap {
height: 100%;
}
.icons-box .icons-item .item-box > i {
display: block;
font-size: 60px;
color: #757584;
opacity: 0.5;
transition: opacity .4s ease;
font-style: normal;
line-height: 1em;
}
.icons-box.style-1 .icons-item .item-box > i:not(.licon),
.icons-box.style-4 .icons-item .item-box > i:not(.licon)
{
font-weight: 900;
font-family: 'Roboto', serif;
}
.icons-box .icons-item .icons-box-title > a,
.icons-box .icons-item .icons-box-title {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 500;
text-transform: uppercase;
color: #483949;
letter-spacing: 0.3px;
margin-bottom: .75em;
}
.icons-box .icons-item .icons-box-title > a:hover {
color: #757584;
}
.icons-box .icons-item:hover .item-box > i {
opacity: 1;
}
.icons-box.style-1,
.icons-box.style-4,
.icons-box.price-box.type-2 {
position: relative;
overflow: hidden;
}
.icons-box.style-1 .icons-item .item-box > i:not(:last-child),
.icons-box.style-4 .icons-item .item-box > i:not(:last-child)
{
margin-bottom: 28px;
}
.icons-box.style-1 .flex-row,
.icons-box.style-4 .flex-row
{
margin-left: -28px;
margin-top: -10px;
margin-right: -1px;
}
.icons-box.price-box.type-2 .flex-row
{
margin-top: -10px;
margin-right: -1px;
}
.icons-box.style-1 .icons-wrap .icons-item,
.icons-box.style-4 .icons-wrap .icons-item,
.icons-box.style-5 .icons-wrap .icons-item,
.icons-box.price-box .icons-wrap .icons-item
{
border: 1px solid #e8e8e9;
margin-right: -1px;
height: 100%;
position: relative;
}
.icons-box.style-1:not(.owl-carousel) .icons-wrap .icons-item,
.icons-box.style-4:not(.owl-carousel) .icons-wrap .icons-item,
.icons-box.style-5:not(.owl-carousel) .icons-wrap .icons-item,
.icons-box.price-box:not(.owl-carousel) .icons-wrap .icons-item
{
border-bottom: none;
}
.icons-box.type-2.price-box:not(.owl-carousel) .icons-wrap .icons-item
{
border-left: none;
}
.icons-box.style-1:not(.owl-carousel) .icons-wrap .icons-item:before,
.icons-box.style-4:not(.owl-carousel) .icons-wrap .icons-item:before,
.icons-box.style-5:not(.owl-carousel) .icons-wrap .icons-item:before,
.icons-box.price-box:not(.owl-carousel) .icons-wrap .icons-item:before {
position: absolute;
content: '';
left: 0;
top: 100%;
width: 100%;
height: 1px;
background: #e8e8e9;
display: block;
}
.icons-box.style-1 .icons-wrap .icons-item,
.icons-box.style-4 .icons-wrap .icons-item
{
padding: 28px;
}
.icons-box.style-1 .icons-wrap .icons-item p,
.icons-box.style-4 .icons-wrap .icons-item p { margin-bottom: 0; }
.icons-box.style-2 {
overflow: hidden;
position: relative;
}
.icons-box.style-2 > .flex-row {
margin-top: -32px;
}
.icons-box.style-2 .icons-item {
position: relative;
padding: 42px 0 28px 100px;
border-top: 1px solid rgba(104, 93, 105, 0.4);
}
.icons-box.style-2 .icons-item p { margin-bottom: 0; }
.icons-box.style-2 .icons-wrap:last-child .icons-item { padding-bottom: 0; }
.icons-box.style-2 .item-box > i {
position: absolute;
left: 0;
top: 42px;
opacity: 1;
}
.icons-box.style-3 {
overflow: hidden;
z-index: 99;
position: relative;
padding-top: 30px;
margin-top: -30px;
}
.icons-box.style-3 .icons-item {
height: 100%;
cursor: pointer;
}
.icons-box.style-3 .item-box {
height: 100%;
padding: 52px 30px;
background: #5a4c5b;
text-align: center;
color: #fff;
transition: all .4s ease;
}
.icons-box.style-3 .icons-wrap .item-box:hover {
box-shadow: 0 -5px 21px 0 rgba(72, 57, 73, 0.45);
}
.icons-box.style-3 .icons-wrap:nth-child(1) .item-box {
background: rgba(72, 57, 72, 0.9);
}
.icons-box.style-3 .icons-wrap:nth-child(2) .item-box {
background: rgba(65, 51, 66, 0.9);
}
.icons-box.style-3 .icons-wrap:nth-child(3) .item-box {
background: rgba(85, 71, 86, 0.9);
}
.icons-box.style-3 .icons-wrap:nth-child(4) .item-box {
background: rgba(72, 57, 73, 0.9);
}
.icons-box.style-3 .icons-wrap:nth-child(5) .item-box {
background: rgba(65, 51, 66, 0.9);
}
.icons-box.style-3 .icons-wrap:nth-child(1) .item-box:hover {
background: rgba(72, 57, 72, 1);
}
.icons-box.style-3 .icons-wrap:nth-child(2) .item-box:hover {
background: rgba(65, 51, 66, 1);
}
.icons-box.style-3 .icons-wrap:nth-child(3) .item-box:hover {
background: rgba(85, 71, 86, 1);
}
.icons-box.style-3 .icons-wrap:nth-child(4) .item-box:hover {
background: rgba(72, 57, 73, 1);
}
.icons-box.style-3 .icons-wrap:nth-child(5) .item-box:hover {
background: rgba(65, 51, 66, 1);
}
.icons-box.style-3 .item-box > i {
display: block;
color: #f5f2e9;
opacity: 1;
margin-bottom: 28px;
}
.icons-box.style-2 .icons-item .icons-box-title > a,
.icons-box.style-3 .icons-item .icons-box-title > a {
color: #fff;
text-transform: none;
}
.icons-box.style-3 .icons-item .info-btn {
color: #f5f2e9;
font-weight: 300;
}
.icons-box.style-4 .icons-wrap .icons-item
{
padding-bottom: 100px;
background: none;
}
.icons-box.style-1.type-3 .flex-row { margin: 0; }
.icons-box.style-1.type-3 { overflow: visible; }
.icons-box.type-3.col-3:not(.owl-carousel) .icons-wrap { width: 33.33333333%; }
.icons-box.type-3.col-4:not(.owl-carousel) .icons-wrap { width: 25%; }
.icons-box.style-5 .icons-wrap .icons-item {
padding: 56px 20px;
text-align: center;
height: 100%;
position: relative;
transition: all .4s ease;
}
.icons-box.style-5 .icons-wrap .icons-item:hover,
.icons-box.price-box.type-1 .icons-wrap .icons-item:hover
{
background: #757584;
border-color: transparent !important;
}
.icons-box.style-5 .icons-wrap .icons-item:hover i,
.icons-box.style-5 .icons-item:hover .icons-box-title,
.icons-box.style-5 .icons-item:hover .icons-box-title > a,
.icons-box.style-5 .icons-item:hover .custom-list > li a {
color: #fff;
}
.icons-box.style-5 .icons-item:after {
content: '';
top: 156px;
position: absolute;
background: #757584;
height: 30px;
width: 1px;
display: inline-block;
transition: all .4s ease;
}
.icons-box.style-5 .icons-item:hover:after {
background: rgba(51, 51, 52, 0.5);
top: 0;
transform: translateY(-50%);
-ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); }
.icons-box.style-5 .icons-item .icons-box-title:not(:last-child) {
margin-bottom: 28px;
}
.icons-box.style-5 .item-box > i,
.icons-box.style-5 .icons-item .icons-box-title,
.icons-box.style-5 .icons-item .custom-list {
opacity: 1;
transition: all .4s ease;
}
.icons-box.style-5 .item-box > i:not(:last-child) {
margin-bottom: 108px;
}
.icons-box.style-5 .icons-item:hover .item-box > i {
transform: translateY(40px);
-ms-transform: translateY(40px); -moz-transform: translateY(40px); -webkit-transform: translateY(40px); -o-transform: translateY(40px); }
.icons-box.style-5 .icons-item:hover .item-box > .icons-box-title,
.icons-box.style-5 .icons-item:hover .item-box > .icons-box-title,
.icons-box.style-5 .icons-item:hover .item-box > .custom-list {
transform: translateY(-40px);
-ms-transform: translateY(-40px); -moz-transform: translateY(-40px); -webkit-transform: translateY(-40px); -o-transform: translateY(-40px); }
.icons-box.style-5 .icons-item .btn {
position: absolute;
bottom: 50px;
display: inline-block;
left: 50%;
margin-bottom: 0;
transform: translateX(-50%);
-ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); opacity: 0;
visibility: hidden;
}
.icons-box.style-5 .icons-item:hover .btn {
opacity: 1;
visibility: visible;
}
.icons-box.price-box .icons-wrap .icons-item {
text-align: center;
height: 100%;
position: relative;
transition: all .4s ease;
}
.icons-box.price-box.type-1 .icons-wrap .icons-item { padding: 96px 20px; }
.icons-box.price-box.type-2 .icons-wrap .icons-item { padding: 20px; }
.price-box .icons-item .price {
font-size: 60px;
font-weight: 900;
line-height: 60px;
transition: all .4s ease;
}
.entry-box-holder .price-box .icons-item h2.price,
.price-box .icons-item h3.price
{
font-size: 48px;
}
.price-box .icons-item .price:not(:last-child) {
margin-bottom: 20px;
}
.price-box.owl-carousel .owl-stage-outer {
margin-left: -2px;
}
.vc_parallax .icons-box.price-box .icons-wrap .icons-item {
border-color: #685d69;
}
.icons-box.style-5.price-box .icons-wrap .icons-item {
padding: 96px 20px;
}
.icons-box.style-5.price-box.small-size .icons-wrap .icons-item {
padding: 56px 20px;
}
.icons-box.price-box.type-1 .icons-wrap .icons-item:hover .info-btn,
.vc_parallax .icons-box.price-box.type-1 .icons-wrap .icons-item .price,
.icons-box.price-box.type-1 .icons-wrap .icons-item:hover .price,
.icons-box.price-box.type-1 .icons-wrap .icons-item:hover p
{
color: #fff;
}
.icons-box.style-1.type-1 .icons-wrap .icons-item,
.icons-box.price-box.type-2 .icons-wrap .icons-item
{
border-color: #483949;
}
.half-bg-col .icons-box.price-box.style-1 .icons-wrap .icons-item p {
color: #483949;
}
.icons-box.price-box .icons-wrap .icons-item .price {
color: #757584;
}
.icons-box.price-box .icons-wrap .icons-item .price:not(:last-child) {
margin-bottom: 10px;
}
.icons-box.price-box .icons-wrap .icons-item p
{
transition: color .4s ease;
}
.icons-box.price-box.type-1 .icons-wrap .icons-item p {
font-size: 24px;
line-height: 30px;
}
.icons-box.price-box.type-2 .icons-wrap .icons-item p {
margin-bottom: 0;
font-size: 20px;
}
.entry-box-holder .icons-box.price-box.type-1 .icons-wrap .icons-item p {
font-size: 20px;
} .testimonial:not(:last-child) {
margin-bottom: 45px;
}
.testimonial blockquote {
position: relative;
}
.testimonial blockquote:before {
content: ' “ ';
font-family: 'Roboto', serif;
font-size: 130px;
text-align: center;
line-height: 135px;
font-weight: 300;
width: 68px;
height: 68px;
color: #757584;
border-radius: 50%;
border: 2px solid #757584;
display: block;
margin-bottom: 28px;
}
.testimonial-holder.style-4 .item-carousel blockquote {
padding-left: 100px;
}
.testimonial-holder.style-4 .item-carousel blockquote p {
font-size: 20px;
}
.testimonial-holder.style-4 .item-carousel:not(:last-child) {
padding-bottom: 41px;
margin-bottom: 41px;
border-bottom: 1px solid #e4e4e5;
}
.testimonial-holder.style-4 .item-carousel blockquote:before {
position: absolute;
top: 0;
left: 0;
}
.vc_parallax .item-carousel blockquote:before {
color: #fff;
border-color: #fff;
}
.vc_parallax .item-carousel blockquote p,
.vc_parallax .item-carousel blockquote .author {
color: #f5f2e9;
}
.vc_parallax .social-icons > li > a:not(:hover) {
background: #5b4d5c;
}
.testimonial-holder.style-2 .testimonial {
overflow: hidden;
}
.testimonial-holder.style-2 .testimonial .author-box {
float: left;
margin-right: 60px;
max-width: 252px;
}
.author-box a,
.author-box img {
display: block;
border-radius: 50%;
overflow: hidden;
}
.author-box a {
max-width: 250px;
}
.testimonial-holder.style-2 .testimonial blockquote {
float: left;
width: calc(100% - 312px);
}
.testimonial-holder.style-2 .testimonial blockquote:before {
position: absolute;
top: 0;
left: -128px;
background: #f9f9f9;
border-color: #f9f9f9;
}
.testimonial-holder.align-center .testimonial blockquote:before {
margin-left: auto;
margin-right: auto;
}
.vc_parallax .section-title,
.vc_parallax .pre-title,
.vc_parallax .section-title + p,
.vc_parallax .custom-list > li a,
.vc_parallax .custom-list li::before {
color: #fff;
}
@media only screen and (min-width: 993px) {
.half-bg-col .pre-title,
.half-bg-col .section-title,
.half-bg-col .cont {
color: #fff;
}
} .owl-carousel:not(:last-child) {
margin-bottom: 35px;
}
.owl-carousel .owl-stage-outer {
margin-bottom: -1px;
}
.owl-carousel.brand-box .owl-item img {
width: auto;
}
.team-holder.owl-carousel .owl-dots,
.carousel-type-2.owl-carousel .owl-dots,
.carousel-type-1.owl-carousel .owl-nav
{
display: none !important;
}
.team-holder {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
.team-holder > .team-item {
padding: 0 15px 30px;
max-width: 33.33333333%;
-webkit-flex-basis: 33.33333333%;
flex-basis: 33.33333333%;
}
.team-holder.col-3 > .team-item {
max-width: 33.33333333%;
-webkit-flex-basis: 33.33333333%;
flex-basis: 33.33333333%;
}
.team-holder.col-4 > .team-item {
max-width: 25%;
-webkit-flex-basis: 25%;
flex-basis: 25%;
}
.carousel-type-1.owl-carousel { padding: 0 110px;
}
.owl-item { width: 100%; }
.owl-prev,
.owl-next {
color: #88888b;
position: absolute;
top: 50%;
font-size: 36px;
line-height: 48px;
transform: translateY(-50%);
-ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transition: all .35s ease;
transition: all .35s ease;
}
.owl-prev {
left: -60px;
}
.owl-next {
right: -60px;
}
.owl-carousel.style-2 .owl-prev,
.gallery .owl-prev {
left: 40px;
}
.owl-carousel.style-2 .owl-next,
.gallery .owl-next {
right: 40px;
}
.owl-prev::before,
.owl-next::before {
font-family: 'Linearicons';
}
.owl-prev::before {
content: '\e93b';
}
.owl-next::before {
content: '\e93c';
}
.owl-nav > [class*="owl-"] {
color: #88888b;
}
.vc_parallax .owl-nav > [class*="owl-"]:hover {
color: #fff;
} .pbar-wrap {
position: relative;
}
.pbar {
position: relative;
height: 5px;
background-color: #e4e4e5;
}
.pbar-wrap:not(:last-child) {
margin-bottom: 40px;
}
.pbar-inner {
position: absolute;
left: 0;
top: 0;
bottom: 0;
background: #757584;
}
.pbar-wrap .pbar-title {
font-size: 20px;
margin-bottom: 12px;
color: #333334;
}
.pbar-wrap .pbar-title > span {
float: right;
} .pricing-tables-holder {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
margin: 0 -15px -30px;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
.pricing-tables-holder .pricing-col {
padding: 0 15px 30px;
}
.pricing-tables-holder.cols-2 .pricing-col {
width: 50%;
}
.pricing-tables-holder.cols-3 .pricing-col {
width: 33.33333%;
}
.pricing-tables-holder.cols-4 .pricing-col {
width: 25%;
}
.pricing-table {
padding: 48px 30px;
background: #fff;
position: relative;
box-shadow: 0 8px 21px 0 rgba(51, 51, 51, 0.1);
z-index: 1;
border-bottom: 3px solid #757584;
margin-top: 28px;
}
.pricing-table.selected {
z-index: 2;
}
.pt-header {
color: #483949;
word-break: break-all;
}
.pricing-table .pt-header:not(:last-child) {
margin-bottom: 28px;
}
.pricing-table .custom-list:not(:last-child) {
margin-bottom: 34px;
}
.pt-type {
font-size: 16px;
line-height: 43px;
text-transform: uppercase;
color: #483949;
font-weight: bold;
letter-spacing: 0.8px;
}
.pt-price {
font-family: 'Roboto', serif;
font-size: 48px;
line-height: 28px;
font-weight: 900;
color: #757584;
}
.pt-type,
.pt-price {
line-height: 1.166em;
}
.pt-type:not(:last-child) {
margin-bottom: 5px;
}
.pt-period {
text-transform: uppercase;
font-size: 14px;
color: #88888b;
line-height: 28px;
letter-spacing: 0.3px;
}
.pricing-table .label {
font-size: 12px;
line-height: 28px;
text-transform: uppercase;
letter-spacing: 1.8px;
color: #fff;
display: block;
padding: 0 30px;
width: 100%;
position: absolute;
bottom: 100%;
left: 0;
background-color: #483949;
z-index: 2;
}
.pricing-table .label.sale {
background-color: #ce2929;
}
.pricing-table .label.sold {
background-color: #f1a91f;
} .counter {
color: #88888b;
padding-left: 75px;
position: relative;
}
.counter p {
font-weight: normal;
line-height: 24px;
margin-bottom: 0;
}
.count-number {
margin-bottom: 0;
font-family: 'Roboto', serif;
color: #757584;
font-size: 48px;
font-weight: 900;
line-height: 60px;
}
.count-item > [class*="licon-"] {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
font-size: 60px;
color: #757584;
}
.counter-wrap.style-2 .count-number,
.counter-wrap.style-2 .count-item > [class*="licon-"] {
color: #fff;
} .tabs-conrainer {
position: relative;
}
.tabs .tabs-nav li {
float: left;
list-style: none;
}
.tabs:not(.style-2) .tabs-content {
padding: 28px;
box-shadow: 0 8px 21px 0 rgba(51, 51, 51, 0.1);
}
.tabs .tabs-content .wpb_content_element {
margin-bottom: 0;
}
.tabs .tabs-nav {
margin-bottom: 0;
width: 100%;
overflow: hidden;
}
.tabs .tabs-nav > li > a {
font-size: 1.3333em;
line-height: 1.1667em;
display: block;
position: relative;
cursor: pointer;
background: #efefef;
padding: 14px 30px;
margin-bottom: 0;
font-weight: 400;
}
.tabs:not(.style-2) .tabs-nav > li:not(:first-child) > a {
margin-left: 1px;
}
.tabs:not(.style-2) .tabs-nav > li.ui-tabs-active a,
.tabs .tabs-nav > li a.active {
background: #757584;
color: #fff;
}
.tabs.style-2 .tabs-nav > li > a {
padding: 0 30px;
background: transparent;
}
.tabs.style-2 .tabs-nav > li:first-child > a {
padding-left: 0;
}
.tabs.style-2 .tabs-nav > li:last-child > a {
padding-right: 0;
}
.tabs.style-2 .tabs-nav > li:not(:last-child) > a {
border-right: 1px solid #e4e4e5;
}
.tabs.style-2 .tabs-nav > li.ui-tabs-active > a {
color: #757584;
}
.tabs.style-2 .tabs-content {
padding: 14px 0 28px;
border-bottom: 1px solid #e4e4e5;
}
.tabs.vertical {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-flow: row nowrap;
flex-flow: row nowrap;
}
.tabs.vertical .tabs-nav {
width: 30%;
}
.tabs.vertical .tabs-content {
width: 70%;
}
.tabs.vertical .tabs-nav li {
float: none;
list-style: none;
}
.tabs.vertical .tabs-nav > li:not(:last-child) > a {
margin-bottom: 1px;
}
.tabs.vertical.style-2 .tabs-nav > li > a {
padding: 14px 0;
border-right: none;
}
.tabs.vertical.style-2 .tabs-nav > li:first-child > a {
padding-top: 0;
}
.tabs.vertical.style-2 .tabs-nav > li:last-child > a {
padding-bottom: 0;
}
.tabs.vertical.style-2 .tabs-nav > li:not(:last-child) > a {
border-bottom: 1px solid #e4e4e5;
}
.tabs.vertical.style-2 .tabs-content {
margin-left: 30px;
} .grid-classic:not(.owl-carousel) .item {
padding: 0 15px 30px;
}
.grid-classic.services:not(.isotope) {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
.col-3 .item {
width: 33.3333%;
}
.col-4 .item {
width: 25%;
}
.grid-classic.owl-carousel .item { width: 100%; }
.isotope-nav {
text-align: center;
}
.isotope-nav > * {
margin: 0 15px 28px;
display: inline-block;
background: none;
text-transform: uppercase;
letter-spacing: 0.3px;
border-bottom: 1px solid transparent;
}
.isotope-nav > .is-checked {
border-bottom-color: inherit;
} .team-item .team-member {
position: relative;
padding-left: 40px;
padding-bottom: 50px;
z-index: 1;
overflow: hidden;
}
.team-member .member-photo {
display: block;
}
.team-member .member-photo img {
width: auto;
height: auto;
}
.member-about {
color: #7b8285;
}
.member-info {
width: 100%;
}
.team-item .team-desc.overlay {
padding: 18px 40px;
position: absolute;
bottom: 0;
left: 0;
width: calc(100% - 40px);
background: rgba(101, 174, 132, 0.9);
color: #fff;
transform: translateY(calc(100% - 95px));
-ms-transform: translateY(calc(100% - 95px)); -moz-transform: translateY(calc(100% - 95px)); -webkit-transform: translateY(calc(100% - 95px)); -o-transform: translateY(calc(100% - 95px)); transition: all .5s ease;
}
.team-item:hover .team-desc.overlay {
padding: 28px 40px 56px;
height: 100%;
transform: translateY(0);
-ms-transform: translateY(0); -moz-transform: translateY(0); -webkit-transform: translateY(0); -o-transform: translateY(0); }
.member-name {
margin-bottom: .35em;
}
.team-item .team-desc.overlay .member-name a,
.team-item .team-desc.overlay .member-position {
color: #fff;
}
.team-item .team-desc .member-name a,
.team-item .team-desc .member-position {
font-family: 'Roboto Condensed', sans-serif;
font-weight: bold;
letter-spacing: 0.3px;
}
.team-item .team-desc .member-position {
font-weight: 300;
}
.member-info p:not(:last-child) {
margin-bottom: 28px;
}
.vc_row-has-fill .member-info p {
color: #fff;
}
.member-position:not(:last-child) {
margin-bottom: 23px;
}
.team-holder.style-2 .team-item .team-member,
.team-holder.style-3 .team-item .team-member {
padding: 0;
}
.team-holder.style-2 .team-item .team-desc.overlay {
height: 170px;
width: 100%;
text-align: center;
background: rgba(31, 25, 31, 0.8);
padding: 18px;
display: flex;
align-items: center;
}
.team-holder.style-2 .team-item:hover .team-desc.overlay {
height: 100%;
padding: 18px;
background: rgba(31, 25, 31, 0.9);
}
.team-holder.style-2 .team-item .team-desc.overlay .member-position,
.team-holder.style-3 .team-item .team-desc .member-position {
color: #757584;
}
.team-holder.style-2 .member-position:not(:last-child) {
margin-bottom: 34px;
}
.team-holder.style-3 .team-item .team-desc {
text-align: center;
padding-top: 28px;
}
.team-holder.style-3 .team-item .member-photo {
border-bottom: 3px solid #757584;
}
.team-desc.overlay.style-2 {
padding: 38px 40px;
background: #483949;
color: #fff;
transform: none;
}
.team-desc.overlay.style-2 p:not(:last-child) {
margin-bottom: 0;
}
.team-desc.overlay.style-2 a.play {
color: #f5f2e9;
font-weight: 300;
}
.team-item:hover .team-desc.overlay.style-2 {
padding: 38px 40px;
transform: none;
height: auto;
}
.about-author { margin-bottom: 70px; }
.about-author .team-item {
text-align: left;
padding: 30px 30px 40px;
background-color: #f9f9f9;
color: #333334;
}
.about-author .team-item h5 {
font-weight: bold;
}
.about-author .team-item h5:not(:last-child) {
margin-bottom: 28px;
}
.about-author .team-item p {
color: #666;
}
.about-author .team-item .member-photo {
float: left;
margin-right: 20px;
}
.about-author .team-member {
padding: 0;
}
.about-author .team-member .member-photo {
position: relative;
display: inline-block;
overflow: hidden;
border-radius: 50%;
}
.about-author .team-member .member-name {
font-family: 'Roboto Condensed', sans-serif;
font-size: 20px;
font-weight: normal;
} #googleMap {
width: 100%;
padding-bottom: 21%;
min-height: 330px;
z-index: 1;
overflow: hidden;
}
iframe::-webkit-scrollbar {
display: none !important;
} .services .item-col {
width: 16.6666%;
}
.services .item-col.col-2 {
width: 33.3333%;
}
.grid .service-item,
.grid-classic .service-item
{
height: 100%;
overflow: hidden;
position: relative;
display: block;
}
.grid .service-item .overlay {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 1;
transition: all .4s ease;
}
.services .item:hover .overlay {
opacity: .5;
}
.services .item figure img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
transition: all .4s ease;
}
.services .service-item:hover figure img {
-webkit-filter: none;
filter: none;
}
.services .service-item span.service-title {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 24px 30px;
color: #fff;
font-size: 30px;
line-height: 36px;
font-weight: 300;
display: inline-block;
vertical-align: bottom;
z-index: 2;
}
.grid-classic .service-item .service-body {
position: relative;
z-index: 2;
height: 100%;
padding: 28px 30px;
background: #f9f9f9;
border-top: 3px solid #757584;
}
.grid-classic .service-item .service-body .service-title {
font-family: 'Roboto Condensed', sans-serif;
font-weight: bold;
}
.grid-classic .service-item .service-body .service-title:hover a {
color: #757584;
}
.grid-classic .service-item .service-body p:not(:last-child) {
margin-bottom: 14px;
} .countdown:not(:last-child) {
margin-bottom: 72px;
}
.countdown_row {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
justify-content: center;
}
.countdown_row > .countdown_section {
width: 188px;
padding: 70px 10px 40px;
text-align: center;
border: 1px solid #685d69;
margin-left: -1px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 0.3px;
}
.countdown_section .countdown_amount {
font-family: 'Roboto', serif;
font-size: 60px;
font-weight: 900;
display: block;
} .mejs-container { margin-bottom: 1.5em; }
.audio-poster {
position: relative;
}
.audio-poster img {
width: 100%;
}
.audio-poster .audioplayer1 {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
margin-bottom: 0;
}
.audioplayer {
background: rgba(72, 57, 73, 0.9);
color: #f5f2e9;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
border-left-color: #f5f2e9;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover a {
border-left-color: #757584;
}
.audioplayer-volume {
border: none;
}
.audioplayer-volume-button a {
background: #f5f2e9;
}
.audioplayer-volume-button:hover a {
background: #757584;
}
.audioplayer-volume-button a:before {
border-right-color: #f5f2e9;
}
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
border-color: #f5f2e9;
}
.audioplayer-volume-button:hover a:before {
border-right-color: #757584;
}
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button:hover a:after {
border-color: #757584;
}
.audioplayer-bar-played,
.audioplayer-volume-adjust div div {
background: #757584;
}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause,
.audioplayer .audioplayer-volume,
.audioplayer .audioplayer-time-duration {
border: none;
} .entry-box.with-sep .entry .post-item,
.entry-box.entry-masonry .entry .post-item,
.entry-box.with-sep .entry .post-item {
padding-bottom: 31px;
margin-bottom: 56px;
border-bottom: 1px solid #e4e4e5;
}
.single .site-main .post-item {
padding-bottom: 31px;
margin-bottom: 31px;
border-bottom: 1px solid #e4e4e5;
}   .entry-box.with-sep .entry .entry-body,
.entry-box.entry-masonry .entry .entry-body {
overflow: hidden;
} .entry-box.entry-small:not(:last-child),
.entry-box.entry-grid:not(:last-child) {
margin-bottom: 35px;
}
.entry-box.entry-small .entry:not(:last-child),
.entry-box.entry-grid .entry:not(:last-child)
{
margin-bottom: 28px;
}
.entry-box.entry-small .entry {
overflow: hidden;
}
.entry .thumbnail-attachment:not(:last-child) {
margin-bottom: 25px;
text-align: center;
}
.entry.format-audio .thumbnail-attachment:not(:last-child) {
margin-bottom: 18px;
}
.entry-box.entry-small .entry .thumbnail-attachment {
float: left;
margin-right: 30px;
}
.entry-box.entry-small .entry .entry-body {
overflow: hidden;
} .entry-box.entry-grid {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
margin: 0 -15px 0;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
.entry-box.entry-grid > .entry,
.entry-box.entry-masonry > .entry
{
padding-left: 15px;
padding-right: 15px;
}
.entry-box.cols-2 > .entry {
max-width: 50%;
-webkit-flex-basis: 50%;
flex-basis: 50%;
}
.entry-box.cols-3 > .entry {
max-width: 33.33333%;
-webkit-flex-basis: 33.33333%;
flex-basis: 33.33333%;
}
.entry-box.cols-4 > .entry {
max-width: 25%;
-webkit-flex-basis: 25%;
flex-basis: 25%;
}
.entry-meta {
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #929294;
letter-spacing: 0;
}
.entry .entry-meta:not(:last-child) {
margin-bottom: 11px;
}
.entry-meta > *:not(:last-child):after {
content: '/';
display: inline-block;
margin: 0 3px 0 5px;
color: #929294;
}
.entry-meta > span:first-child:after,
.entry-meta > .entry-tags:after,
.entry-meta > .entry-comments:after { display: none; }
.entry-meta > * {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.entry-meta:after {
clear: both;
display: block;
visibility: hidden;
height: 0;
content: ".";
}
@media only screen and ( min-width: 1200px ) {
.entry-meta > .entry-tags {
float: right;
}
}
.entry-cats li {
display: inline-block;
vertical-align: middle;
list-style: none;
}
.entry-meta a { color: #757584; }
.entry-meta a:hover { text-decoration: underline; }
.entry-meta .entry-tags a { vertical-align: middle; }
.entry-meta .entry-tags:before {
margin-right: 10px;
font-family: 'linearicons';
content: '\e755';
vertical-align: middle;
}
.entry .entry-title {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 500;
line-height: 1.1667em;
}
.entry-small .entry .entry-title,
.entry-grid .entry .entry-title
{
font-size: 1.3333em;
font-weight: 700;
}
.entry-grid .entry .entry-title { margin-bottom: 0; }
.entry-box.entry-grid .entry:not(:last-child) {
margin-bottom: 0;
}
.with-sep .entry.format-quote .entry-title,
.entry-masonry .entry.format-quote .entry-title { display: none; }
.entry .entry-title a:hover {
color: #757584;
}
.entry .entry-body .tooltips {
width: 100%;
padding-bottom: 10px;
}
.entry .entry-body .label {
float: left;
margin-right: 30px;
border: 1px solid #e4e4e5;
min-width: 70px;
text-align: center;
}
.entry .entry-body .label .month {
padding: 0 8px;
}
.entry .label .title {
background: #483949;
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-weight: normal;
margin: -1px;
}
.entry .label .date {
text-transform: uppercase;
padding: 16px 0;
}
.entry .label .date > .month {
font-size: 16px;
}
.entry .label .date > * {
color: #757584;
font-weight: 900;
margin-bottom: 0 !important;
line-height: 24px;
}
.entry .label .post-icon {
font-size: 40px;
display: block;
padding: 7px 0;
color: #483949;
border-top: 1px solid #e4e4e5;
background: #f9f9f9;
font-family: 'Linearicons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
}
.post-icon.standard:before,
.post-icon.gallery:before { content: "\e6d5"; }
.post-icon.quote:before   { content: "\e7e5"; }
.post-icon.video:before   { content: "\e6f9"; }
.post-icon.audio:before   { content: "\e6ef"; }
.post-icon.link:before    { content: "\e915"; }
.post-icon.chat:before    { content: "\e6cb"; }
.post-icon.aside:before    { content: "\e6cb"; }
.post-icon.image:before    { content: "\e90d"; }
.post-icon.status:before    { content: "\e7e0"; }
.thumbnail-attachment .owl-carousel .owl-nav > * {
color: #333334;
opacity: 0.5;
}
.thumbnail-attachment .owl-carousel .owl-nav > *:hover {
opacity: 1;
}
.entries-nav {
margin-bottom: 55px;
}
.entries-nav .info-btn {
font-size: 16px;
line-height: 24px;
}
.entries-nav .next {
text-align: right;
}
.entries-nav h6 {
font-family: 'Roboto Condensed', sans-serif;
}
.entry-box-holder {
margin-bottom: 50px;
}
.entry-box-holder > h3 {
margin-bottom: .6em;
} #comments {
margin-bottom: 50px;
}
.entry-box > .box-title,
#comments > h3 {
margin-bottom: .8em;
font-weight: 700;
}
.comments-list {
overflow: hidden;
}
.comments-list li { list-style: none; }
.comments-list:not(:last-child) {
margin-bottom: 30px;
}
.comments-list .children {
margin-left: 110px;
}
.comments-list .children .children .children { margin-left: 0; }
.comments-list .comment {
padding-top: 28px;
margin-top: 28px;
border-top: 1px solid #e4e4e5;
}
.comments-list > .comment:first-child {
padding-top: 0;
margin-top: 0;
border-top: none;
}
.comment > article {
position: relative;
overflow: hidden;
}
.gravatar {
float: left;
margin-right: 30px;
overflow: hidden;
border-radius: 50%;
}
.bypostauthor {
text-transform: uppercase;
}
.comment-body {
overflow: hidden;
}
.comment-body p { margin-bottom: 0; }
.comment-meta {
overflow: hidden;
font-size: 12px;
line-height: 24px;
color: #aab3b6;
}
.comment-meta:not(:last-child) {
margin-bottom: 7px;
}
.comment-author {
float: left;
font-family: 'Roboto Condensed', sans-serif;
font-size: 20px;
font-weight: 400;
text-transform: none;
color: #483949;
}
.comment-author:not(:last-child) {
margin-bottom: 5px;
}
.comment-reply-link {
color: inherit;
font-weight: 500;
letter-spacing: 1px;
}
.comment-reply-link:hover {
text-decoration: underline;
}
#cancel-comment-reply-link {
font-size: 16px;
}
.comment-info {
float: right;
}
.comment-reply-title {
font-weight: 700;
}
.comment-respond {
margin-top: 25px;
} .settings-view-products {
padding-bottom: 10px;
}
.settings-view-products:not(:last-child) {
margin-bottom: 30px;
}
.settings-view-products > span {
float: left;
color: #7b8285;
line-height: 40px;
}
.settings-view-products::after {
content: "";
display: block;
clear: both;
}
.settings-view-products .sort-criteria {
float: right;
margin: 0 -10px;
}
.settings-view-products .view-type .active {
color: #28abe3;
}
.sort-criteria .custom-select,
.sort-criteria .view-type {
display: inline-block;
vertical-align: middle;
margin: 0 10px;
font-size: 0;
}
.sort-criteria .custom-select {
width: 215px;
font-size: 14px;
}
.settings-view-products .sort-item > * {
display: inline-block;
vertical-align: middle;
}
.settings-view-products .sort-item .title {
margin-right: 8px;
}
.view-type {
font-size: 0;
}
.view-type > * {
font-size: 20px;
line-height: 20px;
display: inline-block;
vertical-align: middle;
margin: 0 10px 0;
color: #2a2c32;
}
.view-type > *:first-child {
font-size: 18px;
line-height: 15px;
}
.hidden-section:not(:last-child) {
margin-bottom: 20px;
}
.hidden-section .account-action {
font-family: 'Assistant', sans-serif;
font-size: 24px;
font-weight: 600;
color: #2a2c32;
}
.hidden-section .account-action > a {
color: #038ed3;
}
.hidden-section .account-action > a:hover {
color: #2a2c32;
}
.hidden-section .content {
padding: 20px 0 15px;
color: #7b8285;
}
.forgot-password {
color: #038ed3;
}
.forgot-password:hover {
text-decoration: underline;
}
.checkbox-title input[type="checkbox"] + label {
font-size: 32px;
font-family: 'Assistant', sans-serif;
color: #2a2c32;
}
.checkbox-title input[type="radio"] + label::before,
.checkbox-title input[type="checkbox"] + label::before {
left: auto;
right: 0;
top: 50%;
margin-top: -9px;
}
.checkbox-title input[type="checkbox"] + label::after {
left: auto;
right: -1px;
top: 50%;
margin-top: -12px;
}
.checkbox-title input[type="checkbox"] + label {
padding-left: 0;
padding-right: 32px;
}
.checkbox-title:not(:last-child) {
margin-bottom: 20px;
}
.payment-option li:not(:last-child) {
margin-bottom: 15px;
}
.payment-option input[type="radio"] + label {
font-weight: bold;
color: #4b4e50;
font-size: 18px;
}
.payment-option p {
color: #7b8285;
}
.payment-option .input-wrapper:not(:last-child) {
margin-bottom: 10px;
}
.payment-option .paypal-link {
font-size: 18px;
font-family: 'Assistant', sans-serif;
color: #038ed3;
margin-left: -20px;
}
.payment-option .paypal-link:hover {
text-decoration: underline;
}
.payment-option > li:last-child [class*="btn"]:only-child {
margin-top: 15px;
} .products-holder {
margin: -30px -15px 0;
position: relative;
}
.products-holder.with-separators {
padding-bottom: 30px;
}
.products-holder.with-separators:before,
.products-holder.with-separators:after {
content: '';
position: absolute;
left: -15px;
right: 0;
height: 2px;
width: calc(100%);
background: #f2f3f6;
}
.products-holder.with-separators:before {
top: 0;
}
.products-holder.with-separators:after {
bottom: 0;
}
.products-holder .product-col {
padding: 30px 15px 0;
width: 100%;
}
.products-holder:not(:last-child) {
margin-bottom: 30px;
}
.product {
position: relative;
}
.product-description {
position: relative;
}
.product .product-image .overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
opacity: 0;
visibility: hidden;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.product:hover .product-image .overlay {
opacity: 1;
visibility: visible;
bottom: 20px;
}
.product .product-description .product-name:hover a {
color: inherit;
text-decoration: underline;
}
.product::after {
content: "";
display: block;
clear: both;
}
.product-image {
display: block;
position: relative;
}
.product-image:not(:last-child) {
margin-bottom: 10px;
}
.product-name {
font-size: 18px;
line-height: 24px;
letter-spacing: -0.2px;
font-weight: normal;
}
.product-name:not(:last-child) {
margin-bottom: 5px;
}
.product-price {
color: #757584;
}
.product-info {
font-size: 18px;
line-height: 28px;
font-weight: bold;
letter-spacing: -1px;
font-family: 'Assistant', sans-serif;
overflow: hidden;
}
.product-info .product-review {
color: #7b8285;
font-size: 13px;
display: inline-block;
vertical-align: middle;
font-weight: normal;
letter-spacing: 0;
font-family: 'Heebo', sans-serif;
}
.product-info .product-review:last-child {
margin-left: 10px;
}
.product-info .product-review > a {
color: #038ed3;
}
.product-info .product-review > a:hover {
text-decoration: underline;
}
.product-excerpt:not(:last-child) {
margin-bottom: 20px;
}
.amount::after {
content: 'x';
display: inline-block;
margin: 0 5px;
font-size: 14px;
} .products-holder.view-list[class*="fx-cols-"] .product-col {
max-width: 100%;
-webkit-flex-basis: 100%;
flex-basis: 100%;
}
.products-holder.view-list .product-image {
float: left;
max-width: 230px;
width: 32%;
margin: 0 30px 0 0;
}
.products-holder.view-list .product-description {
padding-top: 25px;
}
.products-holder.view-list .product-price {
display: block;
}
.products-holder .rating {
float: right;
}
.products-holder .product-price {
float: left;
}
.products-holder.view-list .product-info:not(:last-child) {
margin-bottom: 0px;
}
.products-holder.view-list .product-price:not(:last-child) {
margin-bottom: 8px;
}
.products-holder.view-list .product-name:not(:last-child) {
margin-bottom: 8px;
} .shop-cart {
position: relative;
}
.shop-cart .sc-cart-btn {
background: transparent;
font-size: 24px;
position: relative;
}
.sc-invoker:hover,
.sc-invoker.opened {
color: #28abe3 !important;
}
.sc-cart-btn > span:not(.price) {
position: relative;
}
.sc-cart-btn > span:not(.price)::after {
content: attr(data-amount);
position: absolute;
font-size: 11px;
color: #7b8285;
font-weight: bold;
top: 0;
left: 0;
width: 100%;
font-family: 'Heebo', sans-serif;
}
.shopping-cart {
background: #f2f3f6;
padding: 30px 20px;
width: 280px;
border-radius: 3px;
text-align: left;
font-size: 14px;
}
.shopping-cart .product-image:not(:last-child),
.shop-cart-form .product .product-image:not(:last-child) {
margin-bottom: 0;
}
.shopping-cart .product-name:not(:last-child),
.shop-cart-form .product .product-name:not(:last-child) {
margin-bottom: 0;
}
.shopping-cart .product-color,
.shop-cart-form .product .product-color {
font-size: 13px;
color: #7b8285;
}
.shopping-cart .products-holder {
margin: 0;
}
.shopping-cart .products-holder .col {
padding: 0;
}
.shopping-cart .products-holder .product-image,
.shop-cart-form .product .product-image {
float: left;
margin-right: 20px;
max-width: 82px;
border-radius: 5px;
overflow: hidden;
}
.shopping-cart .products-holder .product-description {
overflow: hidden;
padding: 0;
padding-right: 30px;
}
.shopping-cart .product-name,
.shop-cart-form .product .product-name {
font-size: inherit;
display: block;
line-height: 20px;
}
.shopping-cart .product-name:hover,
.shop-cart-form .product .product-name:hover {
color: #28abe3 !important;
}
.shopping-cart .product-price,
.shop-cart-form .product-price {
color: #2a2c32;
font-size: 14px;
line-height: 30px;
}
.shopping-cart .product .item-close,
.shop-cart-form .item-close {
color: #2a2c32;
position: absolute;
right: 0;
top: 50%;
margin-top: -12px;
font-family: 'Linearicons';
background: none;
font-size: 18px;
z-index: 2;
}
.shopping-cart .product .item-close:before,
.shop-cart-form .item-close:before {
content: "\e95a";
}
.shopping-cart .product .item-close:hover,
.shop-cart-form .item-close:hover {
color: #28abe3;
}
.shopping-cart .products-holder {
margin: 0;
}
.shopping-cart .products-holder .product {
box-shadow: none;
background: transparent;
width: 100%;
}
.shopping-cart .products-holder .product:not(:last-child) {
margin-bottom: 20px;
}
.sc-footer .subtotal {
padding: 20px 0 0;
}
.sc-footer .subtotal .total-price {
padding-left: 35px;
}
.shopping-cart .subtotal:not(:last-child) {
margin-bottom: 25px;
}
.sc-footer .subtotal {
min-width: 100px;
color: #2a2c32;
font-size: 16px;
font-weight: bold;
}
.shopping-cart-form:not(:last-child) {
margin-bottom: 40px;
}
.shop-cart-form tr td {
vertical-align: middle;
}
.shop-cart-form tr td .item-close {
position: relative;
margin-top: 0;
}
.shop-cart-form tr th.close-product {
width: 85px;
}
.shop-cart-form tr th.price-col {
width: 80px;
}
.shop-cart-form tr th.qty-col {
width: 150px;
}
.shop-cart-form tr th.total-col {
width: 110px;
}
.shop-cart-form .product {
display: table;
}
.shop-cart-form .product-image,
.shop-cart-form .product-description {
display: table-cell;
vertical-align: middle;
}
.shop-cart-form.order-type tr th.product-col {
width: 200px;
}
.shop-cart-form.order-type tr th.total-col {
width: 40%;
}
.shop-cart-form.order-type tr td.order-total {
background: #2a2c32;
color: #fff;
font-size: 16px;
position: relative;
border: none;
}
.shop-cart-form .product .product-description {
overflow: hidden;
}
.recent-order tr td a:not(.btn) {
color: #038ed3;
}
.recent-order tr td a:not(.btn):hover {
text-decoration: underline;
}
.product.single {
box-shadow: none;
background: transparent;
}
.product.single .product-description {
padding: 0;
color: #5f6366;
}
.product.single .product-name {
font-size: 50px;
line-height: 56px;
font-weight: 800;
}
.page-content-wrap:not(.no-sidebar) .product.single .product-name {
font-size: 46px;
line-height: 52px;
}
.product.single .product-name:not(:last-child) {
margin-bottom: 17px;
}
.product.single .product-price {
font-size: 24px;
}
.image-preview:not(:last-child) {
margin-bottom: 20px;
}
.product.single .product-excerpt {
color: inherit;
}
.product.single .product-info:not(:last-child) {
margin-bottom: 15px;
}
.product.single .product-characteristics {
margin: -10px -7px 0;
}
.product.single .product-characteristics:not(:last-child) {
margin-bottom: 30px;
}
.product.single .product-actions > *,
.product.single .product-characteristics > li > * {
display: inline-block;
vertical-align: middle;
margin: 10px 7px 0;
}
.product.single .product-characteristics > li:not(:last-child) {
margin-bottom: 8px;
}
.product-characteristics .selected-option {
min-width: 200px;
font-family: 'Raleway', sans-serif;
font-size: 16px;
font-weight: 500;
}
.product-characteristics .selected-option::after {
border-top-color: #c5c5c5;
}
.product.single .product-characteristics .name {
font-family: 'Raleway', sans-serif;
font-size: 14px;
font-weight: 500;
line-height: 22px;
color: #2c3035;
text-transform: uppercase;
min-width: 60px;
}
.product.single .add-to-cart-form:not(:last-child),
.product.single .product-actions:not(:last-child) {
margin-bottom: 20px;
}
.product.single .product-meta {
color: #7b8285;
}
.product.single .product-meta > li > span {
color: #4b4e50;
}
.product.single .product-meta:not(:last-child) {
margin-bottom: 10px;
}
.product.single .product-meta a {
color: #038ed3;
}
.product.single .product-meta a:hover {
text-decoration: underline;
}
.product.single .product-meta > li:not(:last-child) {
margin-bottom: 5px;
}
.product.single .product-actions {
margin: -10px -5px 0;
}
.product.single .product-actions > * {
margin: 10px 5px 0;
}
.image-preview {
position: relative;
display: inline-block;
}
.image-preview .label {
top: 40px;
z-index: 5;
}
.open-modal {
position: absolute;
right: 20px;
bottom: 20px;
z-index: 5;
font-size: 20px;
color: #2a2c32;
}
.zoomContainer {
z-index: 4 !important;
}
.product-thumbs.owl-carousel .owl-item img {
opacity: 0.5;
width: auto;
}
.product-thumbs .active:not(.owl-item) img {
opacity: 1;
}
.product-thumbs .owl-nav > * {
font-size: 20px;
}
.product-thumbs .owl-nav .owl-prev {
left: -15px;
}
.product-thumbs .owl-nav .owl-next {
right: -15px;
}
.share .title {
color: #7b8285;
margin-right: 10px;
}
.share ul {
display: inline-block;
}
.left-tooltip.share > .tooltip {
background: #fff;
border-radius: 0;
margin-right: 40px;
padding: 11px 15px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 52, 0.1);
-moz-box-shadow: 0px 0px 10px 0px rgba(51, 51, 52, 0.1);
box-shadow: 0px 0px 10px 0px rgba(51, 51, 52, 0.1);
}
.left-tooltip.share .tooltip:after {
border-left-color: #fff;
}
.share .social-icons.style-2 > li > a {
color: #88888b;
}
.share .social-icons.style-2 > li > a:hover {
color: #333334;
} .page-content
{
padding: 112px 0;
}
.page-content main#main,
.page-content aside#sidebar {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.page-content.left-sidebar main#main,
.page-content.right-sidebar main#main { width: 66.66666666666666%; }
.page-content aside#sidebar { width: 33.33333333333333%; }
.page-content.left-sidebar main#main 	  { float: right; }
.page-content.left-sidebar aside#sidebar  { float: left; }
.page-content.right-sidebar main#main 	  { float: left; }
.page-content.right-sidebar aside#sidebar { float: right; }
.no-results.not-found .page-content {
padding-top: 0;
} .sidebar .widget {
padding: 28px;
background: #f9f9f9;
}
.sidebar .widget:not(:last-child) {
margin-bottom: 28px;
}
.widget ul { margin-bottom: 0; }
.widget ul.children,
.widget ul.sub-menu
{
padding-top: 10px;
padding-bottom: 0;
}
.sidebar .widget .widget-title {
font-size: 1.3333em;
line-height: 1.1667em;
font-weight: 500;
}
.sidebar .widget .widget-title:not(:last-child) {
margin-bottom: 28px;
}
.widget.with-bg2 {
background: #483949;
color: #fff;
}
.widget.with-bg2 .widget-title {
color: #fff;
}
.sidebar .widget .contact-form .flex-row {
margin: 0 -5px -10px;
}
.sidebar .widget .contact-form .flex-row > * {
padding: 0 5px 10px;
}
.sidebar .widget .contact-form .btn {
margin-top: 14px;
} .sidebar .widget .owl-carousel.testimonial-holder:not(:last-child) {
margin-bottom: 28px;
}
.owl-carousel.testimonial-holder .testimonial blockquote:before {
display: none;
}
.widget .owl-carousel.testimonial-holder .owl-nav {
position: absolute;
top: 0;
right: 0;
margin-top: -70px;
margin-right: -10px;
z-index: 3;
}
.widget .owl-carousel.testimonial-holder .owl-nav > * {
display: inline-block;
position: relative;
margin: 0 8px;
color: #b2b2b4;
opacity: 1;
left: auto;
right: auto;
}
.sidebar .widget .testimonial blockquote p {
font-size: 18px;
line-height: 28px;
color: #333334;
}
.widget .testimonial blockquote p:not(:last-child) {
margin-bottom: 14px;
} .widget_calendar .owl-carousel .owl-dots,
.sidebar .widget .owl-carousel.testimonial-holder .owl-dots {
display: none !important;
}
.widget_calendar .owl-carousel .owl-prev,
.widget_calendar .owl-carousel .owl-next,
.owl-carousel.testimonial-holder .owl-nav > * {
top: 0;
margin-top: 0;
font-size: 20px;
color: #ecebec;
opacity: .5;
transform: none;
}
.widget_calendar .owl-carousel .owl-prev:hover,
.widget_calendar .owl-carousel .owl-next:hover,
.owl-carousel.testimonial-holder .owl-nav > *:hover {
opacity: 1;
}
.widget_calendar .owl-carousel .owl-prev {
left: 15px;
}
.widget_calendar .owl-carousel .owl-next {
right: 15px;
}
.calendar-wrap {
overflow: hidden;
border-bottom: none;
}
.widget_calendar .calendar_wrap {
position: relative;
}
.widget_calendar tfoot {
position: absolute;
width: 100%;
top: 0;
left: 0;
}
.widget_calendar table tfoot tr td {
position: absolute;
background-color: transparent;
padding: 16px 10px;
}
.widget_calendar tfoot td#prev { left: 0; }
.widget_calendar tfoot td#next { right: 0; }
.widget_calendar tfoot td#prev:before,
.widget_calendar tfoot td#next:before {
color: #ecebec;
}
.widget_calendar tfoot .pad { display: none; }
.widget_calendar tfoot td a { color: #ecebec; }
.widget_calendar table {
width: 100%;
background: #fff;
border: none;
}
.widget_calendar table thead th,
.widget_calendar table tr td {
text-align: center;
padding: 12px 5px;
background: #f5f2e9;
font-size: 16px;
font-weight: 300;
line-height: 15px;
color: #333334;
border-top: none;
transition: all .4s ease;
}
.widget_calendar table tbody tr td a {
font-weight: 700;
}
.widget_calendar table tbody tr td#today {
color: #fff;
background: #757584;
}
.widget_calendar table thead th {
color: #49494a;
font-weight: normal;
}
.widget_calendar table thead th:nth-child(2n),
.widget_calendar table tr td:nth-child(2n) {
background: #fff;
}
.widget_calendar table caption {
padding: 11px 10px 10px;
font-size: 18px;
letter-spacing: 0.1px;
color: #fff;
background: #483949;
font-weight: normal;
}
.widget_calendar table tr td.link.current,
.widget_calendar table tr td.link:hover {
color: #fff;
background: #757584;
}
.widget_calendar table tr td.link.current a,
.widget_calendar table tr td.link:hover a {
color: #fff;
}
.calendar-month {
font-weight: 300;
display: block;
font-size: 18px;
margin-top: 10px;
letter-spacing: 0.5px;
color: #757584;
}
.calendar-month:hover { text-decoration: underline; } .widget.widget-searchform {
padding: 0;
background: transparent;
} .widget-categories ul {
font-size: 20px;
line-height: 26px;
} .tagcloud {
overflow: hidden;
margin: -5px -2.5px 0;
}
.tagcloud a
{
color: #483949;
font-size: 14px !important;
letter-spacing: .5px;
padding: 2px 15px;
display: block;
float: left;
background: #f5f2e9;
border-radius: 15px;
margin: 5px 2.5px 0;
}
.tagcloud a:hover {
background: #e9e6dd;
}
.tagcloud span {
float: left;
display: block;
padding: 6px 0 5px;
margin: 4px 8px 0 0;
color: #7b8285;
} .widget_popular_posts .entry-box.entry-small .entry .thumbnail-attachment {
max-width: 115px;
}
.sidebar .entry-box.entry-small .entry .thumbnail-attachment:not(:last-child) {
margin-right: 20px;
margin-bottom: 0;
}
.sidebar .entry .entry-meta:not(:last-child) {
margin-bottom: 0;
}
.sidebar .entry .entry-title {
line-height: 24px;
font-weight: normal;
} .widget .products-holder {
} .widget .comment-item {
font-size: 18px;
color: #7b8285;
}
.widget .comment-item .author,
.widget .comment-item .author:hover {
color: #038ed3;
}
.widget .comment-item a:hover {
text-decoration: underline;
color: #2a2c32;
} .sidebar .widget .search-holder {
display: block;
}
.widget .search-holder form button {
color: #6a606b;
} #footer[class*="footer"] {
background: #333334;
}
#footer[class*="footer"].style-2 {   }
#footer[class*="footer"].style-2 .copyright,
#footer[class*="footer"].style-2 .footer-navigation
{
font-size: 0.8889em;
line-height: 1.4444em;
}
[class*="footer"] .copyright,
[class*="footer"] .copyright a {
color: #88888b;
}
[class*="footer"] .copyright:not(:last-child),
[class*="footer"] .copyright p:not(:last-child) {
margin-bottom: 0;
}
[class*="footer"] .widget:not(:last-child) {
margin-bottom: 74px;
}
[class*="footer"] .widget .widget-title {
color: #fff;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
}
[class*="footer"] .widget .widget-title:not(:last-child) {
margin-bottom: 28px;
}
[class*="footer"] .widget p:not(:last-child) {
margin-bottom: 14px;
}
[class*="footer"] .widget p span {
color: #88888b;
} [class*="footer"].style-2 .main-footer {
padding: 100px 0 45px;
color: #fff;
}
[class*="footer"].style-2 .widget .logo:not(:last-child) {
margin-bottom: 34px;
}
[class*="footer"].style-2 .copyright {
padding: 28px 0;
text-align: center;
}
[class*="footer"].style-2 .contact-info.style-2 li.info-item .pre {
color: #fff;
}
.main-footer{ display: none; }
.main-navigation img{ margin-top:6px; }@media only screen and (max-width: 1480px){
.header:not(.style-2) .main-navigation > ul > li{
margin: 0 15px;
}
.header:not(.style-2) .main-navigation > ul > li > a{
font-size: 14px;
}
.header:not(.style-2):not(.style-3) .flex-row > .contact-info{
display: none;
}
.half-bg-col p br,
.icons-box .icons-item .item-box br{
display: none;
}
.carousel-type-2.owl-carousel,
.team-holder.style-1.owl-carousel,
.team-holder.style-3.owl-carousel
{
padding: 0 30px;
}
.carousel-type-2.owl-carousel .owl-nav .owl-prev,
.team-holder.style-1.owl-carousel .owl-nav .owl-prev,
.team-holder.style-3.owl-carousel .owl-nav .owl-prev
{
left: -10px;
}
.carousel-type-2.owl-carousel .owl-nav .owl-next,
.team-holder.style-1.owl-carousel .owl-nav .owl-next,
.team-holder.style-3.owl-carousel .owl-nav .owl-next
{
right: -10px;
}
}
@media only screen and (min-width: 1480px){
.container.extra{
width: 1280px;
}
.container.extra2{
width: 1410px;
}
}
@media only screen and (min-width: 1280px){
#header.clone-fixed.slideDown{
top: 0 !important;
}
.admin-bar #header.clone-fixed.slideDown{
top: 32px !important;
}
#header.clone-fixed.style-2 .top-header,
#header.clone-fixed.style-3 .top-header,
#header.clone-fixed.style-3 .pre-header{
display: none;
}
.icons-box.style-3 .item-box{
-moz-transform: translateY(110px);
-webkit-transform: translateY(110px);
-o-transform: translateY(110px);
-ms-transform: translateY(110px);
transform: translateY(110px);
}
.icons-box.style-3 .item-box:hover{
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.icons-box.style-3 .item-box p,
.icons-box.style-3 .item-box .info-btn{
opacity: 0;
visibility: hidden;
transition: all .4s ease;
}
.icons-box.style-3 .item-box:hover p,
.icons-box.style-3 .item-box:hover .info-btn{
opacity: 1;
visibility: visible;
}
}
@media only screen and (max-width: 1280px){
.section-title br{
display: none;
}
#header.sticky-header.clone-fixed {
display: none;!important;
}
.header.style-1 .top-header{
width: 100%;
}
.header.style-1 .top-header .logo-wrap{
width: 25%;
}
.header.style-1 .top-header .menu-holder {
width: 75%;
}
.fx-col-5 > *{
width: 50%;
}
.rev-slider-wrapper .icons-box.style-3{
position: relative;
}
.rev-slider-wrapper .brand-holder{
padding: 18px 0;
}
.case-popup .popup-inner{
width: 50%;
}
.services .service-item span.service-title{
font-size: 24px;
}
.tabs .tabs-nav > li > a {
padding: 12px 20px;
font-size: 1em;
}
}
@media only screen and (max-width: 1199px){
.services .item-col {
width: 25%;
}
.services .item-col.col-2 {
width: 50%;
}
.profile-section .profile-img {
width: 38%;
}
.profile-section .profile-content {
width: 62%;
}
.call-out .flex-row {
display: block;
text-align: center;
}
[class*="scaption"] p {
font-size: 14px!important;
line-height: 22px!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.team-item:hover .team-desc.overlay{
padding-left: 20px;
padding-right: 20px;
}
}
@media only screen and (max-width: 992px){ #header.header.header-main .menu-holder{
position: relative;
background-color: rgba(0,0,0,.8);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.main-navigation{display: none!important;}
.responsive-nav-button { display: inline-block; }
.mobile-advanced {
position: absolute;
top: 0;
right: -100%;
z-index: 995;
overflow: hidden;
display: block;
width: 100%;
height: 100%;
background-color: #fff;
pointer-events: none;
-webkit-backface-visibility: hidden;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: -webkit-transform .35s ease;
transition: transform .35s ease;
-webkit-transform: translateX(0);
transform: translateX(0);
}
#wrapper.active .mobile-advanced {
pointer-events: auto;
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0);
}
.no-cssanimations.no-csstransforms3d #wrapper.active .mobile-advanced {
right: 0;
}
.mobile-advanced ul.sub-menu { margin-bottom: 0; }
.mobile-advanced > ul { 
padding-top: 80px; 
}
.mobile-advanced li {
display: block;
position: relative;
list-style: none;
}
.mobile-advanced li > span {
display: block;
padding: 10px 15px;
color: #333;
font-weight: 400;
}
.mobile-advanced li a {
display: block;
padding: 10px 20px;
border-bottom: 1px solid #eaeaea;
line-height: 1.15em;
}
.mobile-advanced .sub-menu-wrap li a {
line-height: 1.15em;
}
.mobile-advanced > ul > li.menu-item-has-children > div.arrow {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 100%;
color: #fff;
font-family: 'fontello';
content: '\f106';
display: block;
text-align: center;
}
.mobile-advanced > ul > li.menu-item-has-children > div.arrow:after {
font-family: 'fontello';
content: '\f106';
line-height: 40px;
}
.mobile-advanced > ul > li.menu-item-has-children > div.arrow.active:after {
content: '\f107';
}
.mobile-advanced > ul > li:hover > a,
.mobile-advanced > ul > li.current-menu-item > a,
.mobile-advanced > ul > li.current-menu-parent > a,
.mobile-advanced > ul > li.current-menu-ancestor > a,
.mobile-advanced > ul > li.current_page_item > a,
.mobile-advanced > ul > li.current_page_parent > a,
.mobile-advanced > ul > li.current_page_ancestor > a
{
background-color: #65ae84;
}
.mobile-advanced ul ul li.current > a,
.sub-menu-wrap > ul > li:hover > a{
color: #65ae84;
}
.mobile-advanced > ul > li > a{
background-color: #483949;
color: #fff;
font-size: 16px;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
font-weight: normal;
}
.mobile-advanced ul ul li > a {padding-left: 30px;}
.mobile-advanced ul ul li > a:before{
display: inline-block;
vertical-align: middle;
position: relative;
margin-right: 5px;
font-size: 14px;
font-family: 'fontello';
content: "\f105";
}
#advanced-menu-hide{
position: fixed;
top: 20px;
right: 30px;
z-index: 999;
display: block;
text-align: center;
color: #483949;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.logged-in.admin-bar #advanced-menu-hide{top: 55px;}
#wrapper.active #advanced-menu-hide{
visibility: visible;
pointer-events: auto;
-webkit-transform: translateX(0);
transform: translateX(0);
}
#advanced-menu-hide:after{
content: '\e92a';
vertical-align: middle;
text-align: center;
font-size: 30px;
font-family: 'linearicons';
line-height: 38px;
}
#advanced-menu-hide:hover{color: #65ae84;}
.mobile-advanced > ul > li .sub-menu-wrap
{
position: relative;
width: 100%;
opacity: 1;
visibility: visible;
left: 0;
right: 0;
border: none;
padding: 0;
margin: 0;
-webkit-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.mobile-advanced .sub-menu-wrap { display: none; }
.sub-menu-wrap ul li:hover { background: transparent!important; }
.sub-menu-wrap ul li{padding: 0;}
.sub-menu-wrap ul li.current-menu-item{background: none!important;}
.toggle-menu { display: block; }
.sub-menu-wrap.mega-menu > *{
width: 100%;
}
.sub-menu-wrap.mega-menu > *:not(:last-child){
margin-right: 0;
margin-bottom: 0;
} .flex-row [class*="col-md"]:not([class*="col-sm"]):not([class*="col-xs"]){
width: 100%;
}
[class*="col-md-12"]:not(:last-child),
[class*="col-md-"].col-sm-12:not(:last-child){
margin-bottom: 45px;
}
[class*="page-section"].half-bg-col:not(.two-cols){
padding-top: 0;
padding-bottom: 72px;
}
.half-bg-col:not(.two-cols) [class*="img-col"]{
padding-bottom: 50%;
margin-bottom: 72px;
position: relative;
width: 100%;
}
.icons-box.type-2 .half-bg-col [class*="img-col"]{
margin-bottom: 0;
}
.icons-box.type-2 .half-bg-col > .container > .row {
display: block;
}
.icons-box.type-2 .half-bg-col > .container > .row {
margin: 0;
}
.icons-box.type-2 .half-bg-col > .container > .row > [class*="col-"] {
padding-left: 0;
padding-right: 0;
}
.icons-box.type-2 .half-bg-col > .container > .row > [class*="col-"]:not(:last-child) {
padding-top: 45px;
padding-bottom: 112px;
}
.icons-box.type-2 .half-bg-col {
padding: 0;
}
.half-bg-col.two-cols [class*="img-col"]{
width: 100%;
}
.half-bg-col.two-cols [class*="img-col"] .col-bg{
height: 50%;
}
.half-bg-col.two-cols .img-col-right .col-bg{
top: auto;
bottom: 0;
}
.header{
padding: 0;
}
.header:not(.style-2):not(.style-3) .menu-wrap {
padding: 20px;
}
.header:not(.style-2):not(.style-3) .top-header .logo-wrap,
.header:not(.style-2):not(.style-3) .top-header .menu-holder
{
width: 100%;
}
.searchform-wrap .vc-child
{
width: 80%;
}
.rev-slider-wrapper .side-bar {
width: 100px;
padding: 140px 40px 20px;
}
.rev-slider-wrapper.full-scr .rev-slider{
margin-left: 100px;
}
.team-member .member-photo img{
width: 100%;
}
.fx-col-3 > *{
width: 50%;
}
.half-bg-col.two-cols,
.half-bg-col.two-cols .page-section-bg{
padding: 0;
}
.half-bg-col.two-cols .row{
margin: 0 -15px;
}
.half-bg-col.two-cols > .container > .row > [class*="col-"]{
padding: 70px 15px;
margin-bottom: 0!important;
}
.isotope.four-collumn .item{
width: 33.3333%;
}
.profile-section .profile-img,
.profile-section .profile-content{
width: 100%;
}
.profile-section .profile-content .prof-inner{
padding: 41px 0;
}
}
@media (min-width: 992px){
.push-left-30{
padding-left: 30px;
}
}
@media (max-width:767px){
.entry .entry-body .label {
float: none;
margin-bottom: 25px;
margin-right: 0;
width: 100%;
}
h1.page-title {
font-size: 2.5em;
}
.page-content.left-sidebar main#main,
.page-content.right-sidebar main#main,
.page-content.left-sidebar aside#sidebar,
.page-content.right-sidebar aside#sidebar {
float: none;
width: 100%;
}
.page-content.left-sidebar .site-main,
.page-content.right-sidebar .site-main {
margin-bottom: 45px;
}
.flex-row [class*="col-sm-"]:not([class*="col-xs"]){
width: 100%;
}
.fx-col-5 > *{
width: 50%;
}
.pricing-tables-holder.cols-3 .pricing-col{
width: 50%;
}
.header.style-2 .top-header .flex-row > *{
width: 100%;
text-align: center;
}
.header.style-2 .top-header .contact-info{
display: inline-block;
}
.services .item-col,
.services .item-col.col-2
{
width: 100%;
}
.isotope.three-collumn .item{
width: 50%;
}
.col-3 .item {
width: 50%;
}
.isotope.four-collumn .item {
width: 50%;
}
.team-holder.col-3 > .team-item,
.team-holder.col-4 > .team-item {
max-width: 50%;
-webkit-flex-basis: 50%;
flex-basis: 50%;
}
.case-popup .popup-inner{
top: 450px;
width: 80%;
}
.coming-soon h1{
font-size: 48px;
}
.coming-soon{
padding-top: 350px;
}
.tp-caption p{
display: none!important;
}
.about-author .team-item .member-photo {
max-width: 80px;
}
.entry .info-btn.with-icon.share {
margin-top: 25px;
margin-left: 5px;
margin-right: 15px;
}
.entry .info-btn.with-icon.share .tooltip {
position: relative;
top: auto;
left: 0;
right: auto;
margin-right: 20px;
display: inline-block;
transform: translate(0, 0);
opacity: 1;
visibility: visible;
}
.entry .info-btn.with-icon.share .licon-share2 { display: none; }
.entry-box.entry-small .entry .thumbnail-attachment {
max-width: 110px;
}
.page-404-section {
padding: 70px 0;
}
.page-404-section .inner-404 h1 {
font-size: 150px;
line-height: 130px;
}
.testimonial-holder.style-2 .testimonial .author-box {
float: none;
max-width: 100px;
}
.testimonial-holder.style-2 .testimonial blockquote {
width: 100%;
}
.side-bar {
padding: 20px;
position: relative;
width: auto;
}
.side-bar > * {
position: static;
top: 0;
float: none;
transform: rotate(0);
}
.side-bar p.v-text {
top: 0;
float: none;
transform: rotate(0);
}
.side-bar span.v-text { display: none; }
nav#footer-navigation {
text-align: center;
padding: 0 0 28px 0;
}
nav#footer-navigation .info-links.h-type > li {
padding-bottom: 0;
}
.vc_row-has-fill .icons-box.price-box.type-2 .icons-wrap .icons-item p {
color: #fff;
}
}
@media (min-width:769px){
.table-row{
margin-left: 0px;
margin-right: 0px;
display: table;
width: 100%;
table-layout: fixed;
}
.table-row > [class*="col-sm-"]{
float: none;
display: table-cell;
vertical-align: middle;
}
.table-row > [class*="col-"]:first-child{
padding-left: 0px;
}
.table-row > [class*="col-"]:last-child{
padding-right: 0px;
}
.media-holder.style-2.var2 .media-inner{
left: auto;
right: 25%;
transform: none;
}
.header.style-2 .top-header .flex-row > *:last-child{
text-align: right;
}
}
@media (min-width: 769px) and (max-width: 992px) {
}
@media only screen and (max-width:480px){
[class*="col-xs-"]{
float: none;
width: 100%;
}
[class*="col-xs-"]:not(:last-child){
margin-bottom: 28px;
}
[class*="fx-col-"] > *,
.pricing-tables-holder.cols-3 .pricing-col{
width: 100%;
}
.tabs .tabs-nav li{
float: none;
display: block;
}
.tabs:not(.style-2) .tabs-nav > li:not(:first-child) > a{
margin: 0 0 1px 0;
}
.tabs.style-2 .tabs-nav > li > a{
padding: 14px 0;
}
.tabs.style-2 .tabs-nav > li:not(:last-child) > a{
border-bottom: 1px solid #e4e4e5;
border-right: none;
}
.tabs.vertical{
display: block;
}
.tabs.vertical .tabs-nav,
.tabs.vertical .tabs-content{
width: 100%;
}
.tabs.vertical.style-2 .tabs-content{
margin-left: 0;
}
.btns-set .flex-row{
justify-content: inherit;
}
.header .top-header .logo-wrap,
.header .top-header .menu-holder{
width: 100%;
}
.searchform-wrap .close-search-form{
margin-left: 10px;
}
.header.style-3 .top-header .flex-row > *:not(:last-child){
margin-bottom: 20px;
}
.media-inner h1 {
font-size: 48px;
line-height: 56px;
}
.media-holder.style-2.var2 .media-inner {
top: 230px;
left: 15px;
}
.header.style-3 .top-header .contact-info {
padding-right: 0;
margin-left: 0;
margin-right: 0;
}
.header.style-2 .top-header .flex-row > * {
width: 100%;
}
.fx-col-3 > *{
width: 100%;
}
.services .item-col,
.services .service-item figure img{
width: 100%;
}
.breadcrumbs-wrap .page-title{
font-size: 48px;
line-height: 56px;
}
.search-holder .btn:not(:last-child){
margin-right: 10px;
}
.isotope.three-collumn .item{
width: 100%;
}
.col-3 .item {
width: 100%;
}
.isotope.four-collumn .item{
width: 100%;
}
.team-holder.col-3 > .team-item,
.team-holder.col-4 > .team-item {
max-width: 100%;
-webkit-flex-basis: 100%;
flex-basis: 100%;
}
.entry-box.cols-2 > .entry,
.entry-box.cols-3 > .entry
{
max-width: 100%;
-webkit-flex-basis: 100%;
flex-basis: 100%;
}
.header:not(.style-2):not(.style-3) .menu-wrap{
padding: 20px;
}
.comment-info,
.comment-author {
float: none;
}
#sidebar .entry-box.entry-small .entry .thumbnail-attachment:not(:last-child){
margin-bottom: 18px;
}
.comments-list .children { margin-left: 25px; }
.comments-list .children .children { margin-left: 0; }
.rev-slider-wrapper .brand-holder{
padding: 18px 0;
position: relative;
background: #483949;
}
.form-submit {
padding-left: 15px;
padding-right: 15px;
}
}
@media only screen and (max-width:320px){
}
@media (max-height: 750px){
.rev-slider-wrapper .side-bar{
padding-top: 70px;
}
.side-bar .social-icons.v-type{
display: none;
}
}
@media (max-height: 450px){
.rev-slider-wrapper .side-bar p.v-text,
.side-bar .social-icons.v-type{
display: none;
}
}::-moz-selection {
background-color: #ffffff;
}
::selection {
background-color: #ffffff;
}
body {
font-family: Roboto Condensed;
font-weight: 400;
font-size: 1.125em;
line-height: 1.5556em;
color: #333334;
background-color: ;
background-repeat: ;
background-size: ;
background-attachment: ;
background-position: ;
background-image: url();
}
h1 {
font-family: Roboto Condensed;
font-weight: 400;
font-size: 3.3333em;
color: #333334;
}
h2 {
font-family: Roboto Condensed;
font-weight: 400;
font-size: 2.6667em;
color: #333334;
}
h3 {
font-family: Roboto Condensed;
font-weight: 400;
font-size: 2em;
color: #333334;
}
h4 {
font-family: Frank Ruhl Libre;
font-weight: 400;
font-size: 1.6667em;
color: #333334;
}
h5 {
font-family: Roboto Condensed;
font-weight: 400;
font-size: 1.3333em;
color: #333334;
}
h6 {
font-family: Roboto Condensed;
font-weight: 400;
font-size: 1em;
color: #333334;
}
a {
color: #483949;
}
a:hover,
.info-btn,
.entry-meta a,
.taglcoud a,
.info-btn.with-icon > i,
.entry .label .date > *,
.info-links > li > a,
.accordion.style-2 .a-title.active,
.icons-box:not(.style-3) .icons-item .item-box > i,
.widget_meta li > a,
.widget_links li > a,
.widget_archive li > a,
.widget_pages li > a,
.widget_recent_entries li > a,
.widget_categories li > a,
.widget_recent_comments li > a,
.widget_rss li > a,
.widget_nav_menu li > a,
#sidebar .widget_meta li > a,
#sidebar .widget_links li > a,
#sidebar .widget_archive li > a,
#sidebar .widget_pages li > a,
#sidebar .widget_recent_entries li > a,
#sidebar .widget_categories li > a,
#sidebar .widget_recent_comments li > a,
#sidebar .widget_rss li > a,
#sidebar .widget_nav_menu li > a,
.wysija-paragraph:after,
.icons-box.price-box .icons-wrap .icons-item .price,
.contact-info.style-2 li.info-item > .item-info span,
.team-holder.style-2 .team-item .team-desc.overlay .member-position,
.team-holder.style-3 .team-item .team-desc .member-position {
color: #e31e24;
}
.owl-dots .owl-dot.active,
[class*="btn"].btn-style-2,
[class*="btn"].btn-style-5,
.wpcf7-form-control.wpcf7-submit,
.pagination > li.active > a,
.pagination > li:hover > a,
.icons-box.style-5 .icons-wrap .icons-item:hover,
.icons-box.price-box.type-1 .icons-wrap .icons-item:hover {
background-color: #e31e24;
}
.owl-dots .owl-dot.active,
.grid-classic .service-item .service-body,
.section-title[class*="with-border-"]:after,
hr.style-3,
span[class*="item-divider"].style-3 {
border-color: #e31e24;
}
.team-item .team-desc.overlay {
background-color: rgba(227, 30, 36, 0.9);
}
.team-desc.overlay.style-2 {
background-color: #483949;
}
.header.style-1 .logo-wrap {
background-color: #e31e24;
}
.header.style-1 {
background-color: #f9f9f9;
background-repeat: no-repeat;
background-size: cover;
background-attachment: ;
background-position: center center;
background-image: url();
}
.header.style-2 {
background-color: #f9f9f9;
background-repeat: no-repeat;
background-size: cover;
background-attachment: ;
background-position: center center;
background-image: url();
}
.header.style-2 .menu-holder {
background-color: #483949;
}
.header.style-3 {
background-color: #e31e24;
background-repeat: no-repeat;
background-size: cover;
background-attachment: ;
background-position: center center;
background-image: url();
}
.main-navigation > ul > li > a {
font-family: Roboto Condensed;
font-size: 1em;
font-weight: 400;
line-height: 1.5556em;
text-transform: uppercase;
color: #483949;
}
.main-navigation > ul > li:hover > a {
color: #483949;
}
.sub-menu-wrap ul li a {
font-family: Roboto Condensed;
font-size: 1em;
font-weight: 300;
line-height: 1.5556em;
color: #483949;
}
.sub-menu-wrap ul li:hover > a {
color: #e31e24;
background-color: #f9f9f9;
}
.sub-menu-wrap ul li.current-menu-item > a,
.sub-menu-wrap ul li.current-menu-parent > a,
.sub-menu-wrap ul li.current-menu-ancestor > a,
.sub-menu-wrap ul li.current_page_item > a,
.sub-menu-wrap ul li.current_page_parent > a,
.sub-menu-wrap ul li.current_page_ancestor > a {
color: #e31e24;
background-color: #f9f9f9;
}
@media only screen and (max-width: 992px) {
.mobile-advanced > ul > li > a {
background-color: #483949;
}
.mobile-advanced > ul > li:hover > a,
.mobile-advanced > ul > li.current-menu-item > a,
.mobile-advanced > ul > li.current-menu-parent > a,
.mobile-advanced > ul > li.current-menu-ancestor > a,
.mobile-advanced > ul > li.current_page_item > a,
.mobile-advanced > ul > li.current_page_parent > a,
.mobile-advanced > ul > li.current_page_ancestor > a {
background-color: #e31e24;
}
.mobile-advanced .sub-menu-wrap ul li a {
font-family: Roboto Condensed;
font-size: 1em;
font-weight: 300;
line-height: 1.5556em;
color: #483949;
}
}
#footer[class*="footer"] {
background-color: #e31e24;
background-repeat: no-repeat;
background-size: cover;
background-attachment: ;
background-position: center center;
background-image: url();
}
[class*="footer"] .widget .widget-title {
color: #ffffff;
}