.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
text-align: center;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing { 
cursor:url(//www.livingnoce.net/livingnoce/wp-content/plugins/cr3ativ-carousel/css/img/grabbing.png) 8 8, move;
} .owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
} .owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective : 1200px;
-moz-perspective-origin-x : 50%;
-moz-perspective-origin-y : 50%;
perspective : 1200px;
} .owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
} .owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
} .owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
} .owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}  @-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
} .owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective : 1200px;
-moz-perspective-origin-x : 50%;
-moz-perspective-origin-y : 50%;
perspective : 1200px;
} .owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
} .owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
} .owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
} .owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}  @-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
} .owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
} .owl-theme .owl-controls .owl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline; margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50); opacity: 0.5;
}  .owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100); opacity: 1;
text-decoration: none;
} .owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50); opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100); opacity: 1;
} .owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} .owl-item.loading{
min-height: 150px;
background: url(//www.livingnoce.net/livingnoce/wp-content/plugins/cr3ativ-carousel/css/img/AjaxLoader.gif) no-repeat center center
} .owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
} .owl-theme .owl-controls .owl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline; margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50); opacity: 0.5;
}  .owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100); opacity: 1;
text-decoration: none;
} .owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50); opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100); opacity: 1;
} .owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} .owl-item.loading{
min-height: 150px;
background: url(//www.livingnoce.net/livingnoce/wp-content/plugins/cr3ativ-carousel/css/img/AjaxLoader.gif) no-repeat center center
} .owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective : 1200px;
-moz-perspective-origin-x : 50%;
-moz-perspective-origin-y : 50%;
perspective : 1200px;
} .owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
} .owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
} .owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
} .owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}  @-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
.gt3_row-fluid:before,
.gt3_row-fluid:after {
display: table;
line-height: 0;
content: "";
}
.gt3_row-fluid:after {
clear: both;
}
.gt3_row-fluid [class*="gt3_col"] {
display: block;
float: left;
width: 100%;
min-height: 30px;
margin-left: 2.127659574468085%;
*margin-left: 2.074468085106383%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.gt3_row-fluid [class*="gt3_col"]:first-child {
margin-left: 0;
}
.gt3_row-fluid .gt3_col12 {
width: 100%;
*width: 99.94680851063829%;
}
.gt3_row-fluid .gt3_col11 {
width: 91.48936170212765%;
*width: 91.43617021276594%;
}
.gt3_row-fluid .gt3_col10 {
width: 82.97872340425532%;
*width: 82.92553191489361%;
}
.gt3_row-fluid .gt3_col9 {
width: 74.46808510638297%;
*width: 74.41489361702126%;
}
.gt3_row-fluid .gt3_col8 {
width: 65.95744680851064%;
*width: 65.90425531914893%;
}
.gt3_row-fluid .gt3_col7 {
width: 57.44680851063829%;
*width: 57.39361702127659%;
}
.gt3_row-fluid .gt3_col6 {
width: 48.93617021276595%;
*width: 48.88297872340425%;
}
.gt3_row-fluid .gt3_col5 {
width: 40.42553191489362%;
*width: 40.37234042553192%;
}
.gt3_row-fluid .gt3_col4 {
width: 31.914893617021278%;
*width: 31.861702127659576%;
}
.gt3_row-fluid .gt3_col3 {
width: 23.404255319148934%;
*width: 23.351063829787233%;
}
.gt3_row-fluid .gt3_col2 {
width: 14.893617021276595%;
*width: 14.840425531914894%;
}
.gt3_row-fluid .gt3_col1 {
width: 6.382978723404255%;
*width: 6.329787234042553%;
} .gt3_clearfix {
*zoom: 1;
}
.gt3_clearfix:before,
.gt3_clearfix:after {
display: table;
line-height: 0;
content: "";
}
.gt3_clearfix:after {
clear: both;
}
@-ms-viewport {
width: device-width;
}
@media (min-width: 1200px) {
.gt3_row-fluid:before,
.gt3_row-fluid:after {
display: table;
line-height: 0;
content: "";
}
.gt3_row-fluid:after {
clear: both;
}
.gt3_row-fluid [class*="gt3_col"] {
display: block;
float: left;
width: 100%;
min-height: 30px;
margin-left: 2.564102564102564%;
*margin-left: 2.5109110747408616%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.gt3_row-fluid [class*="gt3_col"]:first-child {
margin-left: 0;
}
.gt3_row-fluid .gt3_col12 {
width: 100%;
*width: 99.94680851063829%;
}
.gt3_row-fluid .gt3_col11 {
width: 91.45299145299145%;
*width: 91.39979996362975%;
}
.gt3_row-fluid .gt3_col10 {
width: 82.90598290598291%;
*width: 82.8527914166212%;
}
.gt3_row-fluid .gt3_col9 {
width: 74.35897435897436%;
*width: 74.30578286961266%;
}
.gt3_row-fluid .gt3_col8 {
width: 65.81196581196582%;
*width: 65.75877432260411%;
}
.gt3_row-fluid .gt3_col7 {
width: 57.26495726495726%;
*width: 57.21176577559556%;
}
.gt3_row-fluid .gt3_col6 {
width: 48.717948717948715%;
*width: 48.664757228587014%;
}
.gt3_row-fluid .gt3_col5 {
width: 40.17094017094017%;
*width: 40.11774868157847%;
}
.gt3_row-fluid .gt3_col4 {
width: 31.623931623931625%;
*width: 31.570740134569924%;
}
.gt3_row-fluid .gt3_col3 {
width: 23.076923076923077%;
*width: 23.023731587561375%;
}
.gt3_row-fluid .gt3_col2 {
width: 14.52991452991453%;
*width: 14.476723040552828%;
}
.gt3_row-fluid .gt3_col1 {
width: 5.982905982905983%;
*width: 5.929714493544281%;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.gt3_row-fluid {
width: 100%;
*zoom: 1;
}
.gt3_row-fluid:before,
.gt3_row-fluid:after {
display: table;
line-height: 0;
content: "";
}
.gt3_row-fluid:after {
clear: both;
}
.gt3_row-fluid [class*="gt3_col"] {
display: block;
float: left;
width: 100%;
min-height: 30px;
margin-left: 2.7624309392265194%;
*margin-left: 2.709239449864817%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.gt3_row-fluid [class*="gt3_col"]:first-child {
margin-left: 0;
}
.gt3_row-fluid .gt3_col12 {
width: 100%;
*width: 99.94680851063829%;
}
.gt3_row-fluid .gt3_col11 {
width: 91.43646408839778%;
*width: 91.38327259903608%;
}
.gt3_row-fluid .gt3_col10 {
width: 82.87292817679558%;
*width: 82.81973668743387%;
}
.gt3_row-fluid .gt3_col9 {
width: 74.30939226519337%;
*width: 74.25620077583166%;
}
.gt3_row-fluid .gt3_col8 {
width: 65.74585635359117%;
*width: 65.69266486422946%;
}
.gt3_row-fluid .gt3_col7 {
width: 57.18232044198895%;
*width: 57.12912895262725%;
}
.gt3_row-fluid .gt3_col6 {
width: 48.61878453038674%;
*width: 48.56559304102504%;
}
.gt3_row-fluid .gt3_col5 {
width: 40.05524861878453%;
*width: 40.00205712942283%;
}
.gt3_row-fluid .gt3_col4 {
width: 31.491712707182323%;
*width: 31.43852121782062%;
}
.gt3_row-fluid .gt3_col3 {
width: 22.92817679558011%;
*width: 22.87498530621841%;
}
.gt3_row-fluid .gt3_col2 {
width: 14.3646408839779%;
*width: 14.311449394616199%;
}
.gt3_row-fluid .gt3_col1 {
width: 5.801104972375691%;
*width: 5.747913483013988%;
}
}
@media (max-width: 767px) {
.gt3_row-fluid {
width: 100%;
}
.gt3_row-fluid [class*="gt3_col"] {
display: block;
float: none;
width: 100%;
margin-left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.gt3_row-fluid .gt3_col12 {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.gt3_row-fluid [class*="gt3_offset"]:first-child {
margin-left: 0;
}
}
@media (max-width: 480px) {
}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_rounded .pp_nav .pp_play{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none} @media only screen and (max-width: 767px) {
.pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
.pp_content { width: 100%!important; height: auto!important; }
.pp_fade { width: 100%!important; height: 100%!important; }
a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
#pp_full_res img { width: 100%!important; height: auto!important; }
.pp_details { width: 94%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; }
a.pp_close { right: 10px!important; top: 10px!important; }
div.pp_default div .pp_content {min-height: 50px;}
}@font-face {
font-family: 'fontello';
src: url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3//css/font-fontello/fontello.eot?61640691);
src: url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3//css/font-fontello/fontello.eot?61640691#iefix) format('embedded-opentype'),
url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3//css/font-fontello/fontello.woff?61640691) format('woff'),
url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3//css/font-fontello/fontello.ttf?61640691) format('truetype'),
url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3//css/font-fontello/fontello.svg?61640691#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;    }
.icon-windy-rain-inv:before { content: '\ecc8'; } .icon-duckduckgo:before { content: '\edcf'; } .icon-aim:before { content: '\edd0'; } .icon-snow-inv:before { content: '\ecc9'; } .icon-hash:before { content: '\ec69'; } .icon-delicious:before { content: '\edd1'; } .icon-snow-heavy-inv:before { content: '\ecca'; } .icon-paypal-1:before { content: '\edd2'; } .icon-money-1:before { content: '\ecc1'; } .icon-hail-inv:before { content: '\eccb'; } .icon-clouds-inv:before { content: '\eccc'; } .icon-flattr-1:before { content: '\edd3'; } .icon-clouds-flash-inv:before { content: '\eccd'; } .icon-android-1:before { content: '\edd4'; } .icon-eventful:before { content: '\edd5'; } .icon-temperature:before { content: '\ecce'; } .icon-compass-4:before { content: '\eccf'; } .icon-na:before { content: '\ecd0'; } .icon-celcius:before { content: '\ecd1'; } .icon-smashmag:before { content: '\edd6'; } .icon-gplus-3:before { content: '\edd7'; } .icon-plus-5:before { content: '\ed0f'; } .icon-plus:before { content: '\e83c'; } .icon-plus-4:before { content: '\ec7d'; } .icon-plus-1:before { content: '\e99c'; } .icon-plus-3:before { content: '\ebe3'; } .icon-fahrenheit:before { content: '\ecd2'; } .icon-wikipedia:before { content: '\edd8'; } .icon-minus-1:before { content: '\e99f'; } .icon-minus-3:before { content: '\ebe5'; } .icon-lanyrd:before { content: '\edd9'; } .icon-minus:before { content: '\e840'; } .icon-calendar-6:before { content: '\edda'; } .icon-stumbleupon-1:before { content: '\eddb'; } .icon-clouds-flash-alt:before { content: '\ecd3'; } .icon-fivehundredpx:before { content: '\eddc'; } .icon-progress-4:before { content: '\efd7'; } .icon-pinterest-2:before { content: '\eddd'; } .icon-progress-5:before { content: '\efd8'; } .icon-sun-inv-1:before { content: '\ecd4'; } .icon-progress-6:before { content: '\efd9'; } .icon-bitcoin-1:before { content: '\edde'; } .icon-moon-inv-1:before { content: '\ecd5'; } .icon-progress-7:before { content: '\efda'; } .icon-w3c:before { content: '\eddf'; } .icon-cloud-sun-inv:before { content: '\ecd6'; } .icon-progress-8:before { content: '\efdb'; } .icon-cloud-moon-inv:before { content: '\ecd7'; } .icon-foursquare-1:before { content: '\ede0'; } .icon-html5-1:before { content: '\ede1'; } .icon-cloud-inv:before { content: '\ecd8'; } .icon-progress-9:before { content: '\efdc'; } .icon-cloud-flash-inv:before { content: '\ecd9'; } .icon-ie-1:before { content: '\ede2'; } .icon-progress-10:before { content: '\efdd'; } .icon-drizzle-inv:before { content: '\ecda'; } .icon-call:before { content: '\ede3'; } .icon-progress-11:before { content: '\efde'; } .icon-rain-inv:before { content: '\ecdb'; } .icon-grooveshark:before { content: '\ede4'; } .icon-windy-inv:before { content: '\ecdc'; } .icon-ninetyninedesigns:before { content: '\ede5'; } .icon-forrst:before { content: '\ede6'; } .icon-colon:before { content: '\ecbe'; } .icon-digg:before { content: '\ede7'; } .icon-semicolon:before { content: '\ecbf'; } .icon-info-4:before { content: '\ec8e'; } .icon-spotify-1:before { content: '\ede8'; } .icon-reddit:before { content: '\ede9'; } .icon-guest:before { content: '\edea'; } .icon-question:before { content: '\ec8f'; } .icon-at-2:before { content: '\ecbd'; } .icon-at-3:before { content: '\ed72'; } .icon-gowalla:before { content: '\edeb'; } .icon-at-1:before { content: '\ec6a'; } .icon-sunrise:before { content: '\ecdd'; } .icon-appstore:before { content: '\edec'; } .icon-sun-3:before { content: '\ecde'; } .icon-blogger:before { content: '\eded'; } .icon-cc-1:before { content: '\edee'; } .icon-moon-4:before { content: '\ecdf'; } .icon-eclipse:before { content: '\ece0'; } .icon-dribbble-4:before { content: '\edef'; } .icon-mist:before { content: '\ece1'; } .icon-evernote-1:before { content: '\edf0'; } .icon-flickr-3:before { content: '\edf1'; } .icon-wind-1:before { content: '\ece2'; } .icon-google:before { content: '\edf2'; } .icon-snowflake:before { content: '\ece3'; } .icon-viadeo:before { content: '\edf3'; } .icon-cloud-sun-1:before { content: '\ece4'; } .icon-instapaper:before { content: '\edf4'; } .icon-cloud-moon:before { content: '\ece5'; } .icon-fog-sun:before { content: '\ece6'; } .icon-weibo-1:before { content: '\edf5'; } .icon-fog-moon:before { content: '\ece7'; } .icon-klout:before { content: '\edf6'; } .icon-fog-cloud:before { content: '\ece8'; } .icon-linkedin-4:before { content: '\edf7'; } .icon-meetup:before { content: '\edf8'; } .icon-fog:before { content: '\ece9'; } .icon-cloud-4:before { content: '\ecea'; } .icon-vk:before { content: '\edf9'; } .icon-cloud-flash-1:before { content: '\eceb'; } .icon-plancast:before { content: '\edfa'; } .icon-cloud-flash-alt:before { content: '\ecec'; } .icon-drizzle-1:before { content: '\eced'; } .icon-disqus:before { content: '\edfb'; } .icon-rss-5:before { content: '\edfc'; } .icon-rain-2:before { content: '\ecee'; } .icon-windy:before { content: '\ecef'; } .icon-skype-3:before { content: '\edfd'; } .icon-twitter-5:before { content: '\edfe'; } .icon-windy-rain:before { content: '\ecf0'; } .icon-youtube-2:before { content: '\edff'; } .icon-snow-1:before { content: '\ecf1'; } .icon-vimeo-2:before { content: '\ee00'; } .icon-snow-alt:before { content: '\ecf2'; } .icon-snow-heavy:before { content: '\ecf3'; } .icon-windows-1:before { content: '\ee01'; } .icon-xing-1:before { content: '\ee02'; } .icon-hail:before { content: '\ecf4'; } .icon-yahoo:before { content: '\ee03'; } .icon-clouds:before { content: '\ecf5'; } .icon-clouds-flash:before { content: '\ecf6'; } .icon-chrome-1:before { content: '\ee04'; } .icon-email:before { content: '\ee05'; } .icon-macstore:before { content: '\ee06'; } .icon-myspace:before { content: '\ee07'; } .icon-podcast:before { content: '\ee08'; } .icon-amazon:before { content: '\ee09'; } .icon-steam:before { content: '\ee0a'; } .icon-cloudapp:before { content: '\ee0b'; } .icon-dropbox-2:before { content: '\ee0c'; } .icon-ebay:before { content: '\ee0d'; } .icon-facebook-5:before { content: '\ee0e'; } .icon-github-4:before { content: '\ee0f'; } .icon-googleplay:before { content: '\ee11'; } .icon-itunes:before { content: '\ee12'; } .icon-plurk:before { content: '\ee13'; } .icon-songkick:before { content: '\ee14'; } .icon-lastfm-2:before { content: '\ee15'; } .icon-gmail:before { content: '\ee16'; } .icon-pinboard:before { content: '\ee17'; } .icon-openid:before { content: '\ee18'; } .icon-quora:before { content: '\ee19'; } .icon-soundcloud-2:before { content: '\ee1a'; } .icon-tumblr-2:before { content: '\ee1b'; } .icon-eventasaurus:before { content: '\ee1c'; } .icon-wordpress:before { content: '\ee1d'; } .icon-yelp:before { content: '\ee1e'; } .icon-intensedebate:before { content: '\ee1f'; } .icon-eventbrite:before { content: '\ee20'; } .icon-scribd:before { content: '\ee21'; } .icon-posterous:before { content: '\ee22'; } .icon-stripe:before { content: '\ee23'; } .icon-pilcrow:before { content: '\ec6b'; } .icon-opentable:before { content: '\ee24'; } .icon-cart:before { content: '\ee25'; } .icon-print-5:before { content: '\ee26'; } .icon-angellist:before { content: '\ee27'; } .icon-instagram-2:before { content: '\ee28'; } .icon-dwolla:before { content: '\ee29'; } .icon-appnet:before { content: '\ee2a'; } .icon-statusnet:before { content: '\ee2b'; } .icon-acrobat:before { content: '\ee2c'; } .icon-drupal:before { content: '\ee2d'; } .icon-buffer:before { content: '\ee2e'; } .icon-pocket:before { content: '\ee2f'; } .icon-github-circled-4:before { content: '\ee10'; } .icon-bitbucket-1:before { content: '\ee30'; } .icon-lego:before { content: '\ee31'; } .icon-login-3:before { content: '\ee32'; } .icon-stackoverflow-1:before { content: '\ee33'; } .icon-hackernews:before { content: '\ee34'; } .icon-lkdto:before { content: '\ee35'; } .icon-info-3:before { content: '\ebe8'; } .icon-info-1:before { content: '\e9a4'; } .icon-left-4:before { content: '\ed42'; } .icon-left-thin:before { content: '\ea12'; } .icon-left-3:before { content: '\ec30'; } .icon-left-big:before { content: '\e8c3'; } .icon-up-3:before { content: '\ec32'; } .icon-up-big:before { content: '\e8c5'; } .icon-up-thin:before { content: '\ea14'; } .icon-up-4:before { content: '\ecac'; } .icon-up-5:before { content: '\ed44'; } .icon-right-big:before { content: '\e8c4'; } .icon-right-thin:before { content: '\ea13'; } .icon-right-3:before { content: '\ec31'; } .icon-right-4:before { content: '\ed43'; } .icon-down-4:before { content: '\ecab'; } .icon-down-3:before { content: '\ec2f'; } .icon-down-big:before { content: '\e8c2'; } .icon-down-5:before { content: '\ed41'; } .icon-down-thin:before { content: '\ea11'; } .icon-level-up-1:before { content: '\ea19'; } .icon-level-down-1:before { content: '\ea18'; } .icon-undo:before { content: '\ebff'; } .icon-exchange-1:before { content: '\ec3a'; } .icon-switch:before { content: '\ea1c'; } .icon-left-fat:before { content: '\ed4a'; } .icon-up-fat:before { content: '\ed4c'; } .icon-right-fat:before { content: '\ed4b'; } .icon-down-fat:before { content: '\ed49'; } .icon-left-bold-1:before { content: '\ed46'; } .icon-up-bold-1:before { content: '\ed48'; } .icon-right-bold-1:before { content: '\ed47'; } .icon-down-bold-1:before { content: '\ed45'; } .icon-infinity:before { content: '\ea48'; } .icon-infinity-1:before { content: '\ebb5'; } .icon-plus-squared-1:before { content: '\e99e'; } .icon-minus-squared-1:before { content: '\e9a1'; } .icon-home-5:before { content: '\ed14'; } .icon-home-4:before { content: '\ec7e'; } .icon-home-3:before { content: '\ebe9'; } .icon-home-1:before { content: '\e9a7'; } .icon-home:before { content: '\e849'; } .icon-hourglass-1:before { content: '\ed3a'; } .icon-keyboard-1:before { content: '\e9c0'; } .icon-erase:before { content: '\ea49'; } .icon-split:before { content: '\ec3b'; } .icon-pause-1:before { content: '\ea1f'; } .icon-pause-3:before { content: '\ec40'; } .icon-pause:before { content: '\e8dc'; } .icon-eject-2:before { content: '\ec43'; } .icon-fast-forward:before { content: '\ea23'; } .icon-fast-fw:before { content: '\e8e1'; } .icon-fast-backward:before { content: '\ea24'; } .icon-fast-bw:before { content: '\e8e2'; } .icon-to-end-2:before { content: '\ec42'; } .icon-to-end:before { content: '\e8dd'; } .icon-to-end-1:before { content: '\ea21'; } .icon-to-start-2:before { content: '\ec41'; } .icon-to-start:before { content: '\e8df'; } .icon-to-start-1:before { content: '\ea22'; } .icon-stopwatch-1:before { content: '\ed39'; } .icon-clock-5:before { content: '\ed38'; } .icon-hourglass:before { content: '\e9e9'; } .icon-stop-1:before { content: '\ea1e'; } .icon-stop-3:before { content: '\ec3f'; } .icon-stop:before { content: '\e8db'; } .icon-up-dir-1:before { content: '\ea0c'; } .icon-up-dir-2:before { content: '\ecaa'; } .icon-up-dir:before { content: '\e8ab'; } .icon-play-3:before { content: '\ec3d'; } .icon-play-1:before { content: '\ea1d'; } .icon-play:before { content: '\e8d8'; } .icon-right-dir-3:before { content: '\efcf'; } .icon-right-dir-2:before { content: '\eca9'; } .icon-right-dir:before { content: '\e8ad'; } .icon-right-dir-1:before { content: '\ea0b'; } .icon-down-dir-2:before { content: '\eca7'; } .icon-down-dir:before { content: '\e8aa'; } .icon-down-dir-1:before { content: '\ea09'; } .icon-down-dir-3:before { content: '\efce'; } .icon-left-dir-1:before { content: '\ea0a'; } .icon-left-dir-2:before { content: '\eca8'; } .icon-left-dir:before { content: '\e8ac'; } .icon-adjust:before { content: '\e9ed'; } .icon-sun-inv:before { content: '\ec5d'; } .icon-cloud-1:before { content: '\ea38'; } .icon-cloud-8:before { content: '\efe4'; } .icon-cloud-3:before { content: '\ec5e'; } .icon-cloud:before { content: '\e8ee'; } .icon-cloud-5:before { content: '\ed60'; } .icon-umbrella-1:before { content: '\ec63'; } .icon-umbrella:before { content: '\e8f1'; } .icon-star-1:before { content: '\e98e'; } .icon-star-3:before { content: '\ebda'; } .icon-star-5:before { content: '\ecfb'; } .icon-star:before { content: '\e825'; } .icon-star-8:before { content: '\ef9f'; } .icon-star-4:before { content: '\ec70'; } .icon-star-empty:before { content: '\e826'; } .icon-star-empty-2:before { content: '\ecfc'; } .icon-star-empty-1:before { content: '\e98f'; } .icon-check:before { content: '\e918'; } .icon-cup:before { content: '\e9cc'; } .icon-left-hand:before { content: '\e8c7'; } .icon-up-hand:before { content: '\e8c8'; } .icon-right-hand:before { content: '\e8c6'; } .icon-down-hand:before { content: '\e8c9'; } .icon-menu-1:before { content: '\e997'; } .icon-th-list-2:before { content: '\ec79'; } .icon-th-list:before { content: '\e834'; } .icon-th-list-5:before { content: '\efa5'; } .icon-sun-2:before { content: '\ec5c'; } .icon-sun-1:before { content: '\eb78'; } .icon-moon-1:before { content: '\ea3b'; } .icon-moon-3:before { content: '\ec61'; } .icon-female-1:before { content: '\ed74'; } .icon-male-1:before { content: '\ed75'; } .icon-king:before { content: '\ed77'; } .icon-heart-empty:before { content: '\e824'; } .icon-heart-empty-1:before { content: '\e98d'; } .icon-heart-empty-4:before { content: '\ef9e'; } .icon-heart-empty-2:before { content: '\ebd9'; } .icon-heart-3:before { content: '\ebd8'; } .icon-heart-5:before { content: '\ecf9'; } .icon-heart:before { content: '\e823'; } .icon-heart-1:before { content: '\e98c'; } .icon-heart-4:before { content: '\ec6f'; } .icon-heart-8:before { content: '\ef9d'; } .icon-note:before { content: '\e986'; } .icon-music:before { content: '\e81f'; } .icon-note-beamed:before { content: '\e987'; } .icon-th:before { content: '\e833'; } .icon-th-4:before { content: '\efa4'; } .icon-layout:before { content: '\e996'; } .icon-th-2:before { content: '\ec78'; } .icon-flag-1:before { content: '\e9b0'; } .icon-flag:before { content: '\e859'; } .icon-tools:before { content: '\e9dc'; } .icon-anchor-2:before { content: '\ed78'; } .icon-cog-2:before { content: '\eb1d'; } .icon-cog:before { content: '\e88f'; } .icon-cog-7:before { content: '\efc1'; } .icon-cog-1:before { content: '\e9db'; } .icon-cog-3:before { content: '\ec1a'; } .icon-attention-filled:before { content: '\eaff'; } .icon-attention:before { content: '\e87a'; } .icon-attention-5:before { content: '\efb9'; } .icon-attention-1:before { content: '\e9c4'; } .icon-attention-3:before { content: '\ec8d'; } .icon-flash-3:before { content: '\ec60'; } .icon-flash-4:before { content: '\ed5f'; } .icon-flash-2:before { content: '\eb7c'; } .icon-flash-1:before { content: '\ea3a'; } .icon-flash:before { content: '\e8ef'; } .icon-record:before { content: '\ea20'; } .icon-key-3:before { content: '\ec67'; } .icon-rain-1:before { content: '\ec5f'; } .icon-cloud-thunder:before { content: '\ea39'; } .icon-cog-alt:before { content: '\e890'; } .icon-scissors-1:before { content: '\eba9'; } .icon-scissors:before { content: '\e90a'; } .icon-tape:before { content: '\ea4e'; } .icon-flight-1:before { content: '\ea3c'; } .icon-flight:before { content: '\e8f2'; } .icon-mail-8:before { content: '\ef9c'; } .icon-mail-1:before { content: '\e98b'; } .icon-mail-3:before { content: '\ebd7'; } .icon-mail:before { content: '\e821'; } .icon-mail-4:before { content: '\ec6e'; } .icon-mail-5:before { content: '\ecf8'; } .icon-edit-2:before { content: '\ec89'; } .icon-edit:before { content: '\e86e'; } .icon-pencil-4:before { content: '\ec87'; } .icon-pencil-2:before { content: '\eaf5'; } .icon-pencil:before { content: '\e86c'; } .icon-pencil-3:before { content: '\ebfc'; } .icon-pencil-1:before { content: '\e9bc'; } .icon-pencil-neg:before { content: '\ebfd'; } .icon-pencil-5:before { content: '\ed21'; } .icon-pencil-alt-1:before { content: '\ec88'; } .icon-pencil-alt:before { content: '\ebfe'; } .icon-feather:before { content: '\e9bd'; } .icon-vector-pencil:before { content: '\ed71'; } .icon-ok-4:before { content: '\ed0b'; } .icon-ok-2:before { content: '\ebdf'; } .icon-ok:before { content: '\e835'; } .icon-ok-3:before { content: '\ec7a'; } .icon-check-1:before { content: '\e998'; } .icon-ok-6:before { content: '\efa6'; } .icon-ok-circle-1:before { content: '\efa7'; } .icon-ok-circle:before { content: '\ebe0'; } .icon-ok-circled:before { content: '\e836'; } .icon-cancel-4:before { content: '\ec7b'; } .icon-cancel-7:before { content: '\efa8'; } .icon-cancel:before { content: '\e839'; } .icon-cancel-3:before { content: '\ebe1'; } .icon-cancel-1:before { content: '\e999'; } .icon-cancel-circle-1:before { content: '\ec7c'; } .icon-cancel-circled-1:before { content: '\e99a'; } .icon-cancel-circle:before { content: '\ebe2'; } .icon-cancel-circle-2:before { content: '\efa9'; } .icon-cancel-circled:before { content: '\e83a'; } .icon-asterisk:before { content: '\e91c'; } .icon-cancel-5:before { content: '\ed0d'; } .icon-cancel-squared:before { content: '\e99b'; } .icon-help-2:before { content: '\ebe7'; } .icon-help-1:before { content: '\e9a2'; } .icon-help-circled-2:before { content: '\ed10'; } .icon-help-circled-alt:before { content: '\ed11'; } .icon-attention-alt-1:before { content: '\ed29'; } .icon-attention-circled:before { content: '\e87b'; } .icon-attention-4:before { content: '\ed28'; } .icon-quote-left-alt:before { content: '\ebfa'; } .icon-quote-right-alt:before { content: '\ebfb'; } .icon-quote-left-1:before { content: '\ebf8'; } .icon-quote:before { content: '\e9b9'; } .icon-quote-right-1:before { content: '\ebf9'; } .icon-plus-circled:before { content: '\e83d'; } .icon-plus-circle:before { content: '\ebe4'; } .icon-plus-circle-1:before { content: '\efaa'; } .icon-plus-circled-1:before { content: '\e99d'; } .icon-minus-circled-1:before { content: '\e9a0'; } .icon-minus-circle-1:before { content: '\efab'; } .icon-minus-circled:before { content: '\e841'; } .icon-minus-circle:before { content: '\ebe6'; } .icon-right-1:before { content: '\ea07'; } .icon-direction-1:before { content: '\e9ca'; } .icon-forward-1:before { content: '\e9b8'; } .icon-forward:before { content: '\e866'; } .icon-forward-4:before { content: '\efb3'; } .icon-ccw-1:before { content: '\ea15'; } .icon-ccw:before { content: '\e8cf'; } .icon-cw-4:before { content: '\ecad'; } .icon-cw-3:before { content: '\ec37'; } .icon-cw-2:before { content: '\eb4d'; } .icon-cw-1:before { content: '\ea16'; } .icon-cw:before { content: '\e8ce'; } .icon-arrow-curved:before { content: '\ec3c'; } .icon-squares:before { content: '\ecc0'; } .icon-left-1:before { content: '\ea06'; } .icon-up-1:before { content: '\ea08'; } .icon-down-1:before { content: '\ea05'; } .icon-resize-vertical:before { content: '\e8a3'; } .icon-resize-vertical-1:before { content: '\ec2b'; } .icon-resize-horizontal:before { content: '\e8a4'; } .icon-resize-horizontal-1:before { content: '\ec2c'; } .icon-eject:before { content: '\e8e3'; } .icon-cog-4:before { content: '\ed32'; } .icon-heart-7:before { content: '\ef6e'; } .icon-zoom-out-4:before { content: '\eedc'; } .icon-sun-filled:before { content: '\eb79'; } .icon-zoom-in-4:before { content: '\eedb'; } .icon-cloud-7:before { content: '\ef8c'; } .icon-contrast:before { content: '\eb73'; } .icon-anchor-outline:before { content: '\ebae'; } .icon-star-7:before { content: '\ef6f'; } .icon-youtube-3:before { content: '\ef6a'; } .icon-anchor-1:before { content: '\ebaf'; } .icon-tv:before { content: '\ef86'; } .icon-list-add:before { content: '\ea2c'; } .icon-wrench-circled:before { content: '\eec4'; } .icon-wrench-4:before { content: '\eec3'; } .icon-sound-1:before { content: '\ef83'; } .icon-archive-1:before { content: '\eb14'; } .icon-videocam-5:before { content: '\ef71'; } .icon-list-1:before { content: '\ea2b'; } .icon-reply-outline:before { content: '\eaed'; } .icon-wordpress-2:before { content: '\ef69'; } .icon-reply-2:before { content: '\eaee'; } .icon-accessibility:before { content: '\ef46'; } .icon-trash-8:before { content: '\ef7d'; } .icon-down-outline:before { content: '\eb44'; } .icon-website-circled:before { content: '\ee89'; } .icon-user-7:before { content: '\ef70'; } .icon-down-2:before { content: '\eb40'; } .icon-key-5:before { content: '\ef92'; } .icon-website:before { content: '\ee88'; } .icon-down-small:before { content: '\eb48'; } .icon-warning-1:before { content: '\eeab'; } .icon-search-7:before { content: '\ef6c'; } .icon-w3c-1:before { content: '\ef68'; } .icon-forward-outline:before { content: '\eaef'; } .icon-cog-6:before { content: '\ef80'; } .icon-forward-2:before { content: '\eaf0'; } .icon-camera-7:before { content: '\ef72'; } .icon-volume-up-3:before { content: '\eece'; } .icon-tag-6:before { content: '\ef77'; } .icon-volume-off-4:before { content: '\eecb'; } .icon-left-outline:before { content: '\eb45'; } .icon-left-2:before { content: '\eb41'; } .icon-lock-7:before { content: '\ef75'; } .icon-volume-down-2:before { content: '\eecc'; } .icon-vimeo-4:before { content: '\ef66'; } .icon-lightbulb-3:before { content: '\ef85'; } .icon-left-small:before { content: '\eb49'; } .icon-loop-alt-outline:before { content: '\eb52'; } .icon-pencil-7:before { content: '\ef79'; } .icon-view-mode:before { content: '\ee78'; } .icon-diamond:before { content: '\ef98'; } .icon-video-chat:before { content: '\ee70'; } .icon-loop-alt:before { content: '\eb53'; } .icon-resize-full-outline:before { content: '\eb30'; } .icon-desktop-3:before { content: '\ef87'; } .icon-video-circled:before { content: '\ee6d'; } .icon-video-4:before { content: '\ee6c'; } .icon-location-7:before { content: '\ef7b'; } .icon-resize-full-2:before { content: '\eb31'; } .icon-user-6:before { content: '\ee68'; } .icon-eye-7:before { content: '\ef76'; } .icon-resize-normal-outline:before { content: '\eb32'; } .icon-comment-6:before { content: '\ef7a'; } .icon-resize-normal:before { content: '\eb33'; } .icon-upload-5:before { content: '\ee9c'; } .icon-lock-open-alt-2:before { content: '\ee8f'; } .icon-move-outline:before { content: '\eb34'; } .icon-inbox-4:before { content: '\ef8a'; } .icon-cup-1:before { content: '\ef7c'; } .icon-move-1:before { content: '\eb35'; } .icon-lock-open-6:before { content: '\ee8e'; } .icon-loop-outline:before { content: '\eb50'; } .icon-universal-access:before { content: '\ef47'; } .icon-mobile-6:before { content: '\ef88'; } .icon-twitter-7:before { content: '\ef64'; } .icon-doc-7:before { content: '\ef7e'; } .icon-tumblr-4:before { content: '\ef65'; } .icon-right-outline:before { content: '\eb46'; } .icon-mail-7:before { content: '\ef6d'; } .icon-thumbs-up-5:before { content: '\ef78'; } .icon-right-2:before { content: '\eb42'; } .icon-trash-circled:before { content: '\eeb4'; } .icon-photo-1:before { content: '\ef73'; } .icon-right-small:before { content: '\eb4a'; } .icon-trash-7:before { content: '\eeb3'; } .icon-torso:before { content: '\ee6b'; } .icon-note-1:before { content: '\ef7f'; } .icon-tint-1:before { content: '\ef27'; } .icon-clock-7:before { content: '\ef84'; } .icon-arrows-cw-outline:before { content: '\eb4e'; } .icon-paper-plane-2:before { content: '\ef8d'; } .icon-clock-circled:before { content: '\eed1'; } .icon-arrows-cw-1:before { content: '\eb4f'; } .icon-clock-6:before { content: '\eed0'; } .icon-params:before { content: '\ef81'; } .icon-up-outline:before { content: '\eb47'; } .icon-up-2:before { content: '\eb43'; } .icon-thumbs-up-4:before { content: '\ee98'; } .icon-money-2:before { content: '\ef95'; } .icon-up-small:before { content: '\eb4b'; } .icon-database-2:before { content: '\ef91'; } .icon-thumbs-down-4:before { content: '\ee99'; } .icon-th-list-4:before { content: '\ee77'; } .icon-music-4:before { content: '\ef6b'; } .icon-at:before { content: '\ebb8'; } .icon-megaphone-3:before { content: '\ef90'; } .icon-attach-outline:before { content: '\ead6'; } .icon-th-large-2:before { content: '\ee75'; } .icon-attach-2:before { content: '\ead7'; } .icon-th-3:before { content: '\ee76'; } .icon-graduation-cap-1:before { content: '\ef8f'; } .icon-cancel-alt:before { content: '\eac4'; } .icon-text-width-1:before { content: '\ef17'; } .icon-beaker-1:before { content: '\ef93'; } .icon-text-height-1:before { content: '\ef16'; } .icon-cancel-alt-filled:before { content: '\eac5'; } .icon-food-1:before { content: '\ef96'; } .icon-t-shirt:before { content: '\ef99'; } .icon-bat-charge:before { content: '\eb69'; } .icon-tasks-1:before { content: '\ef36'; } .icon-fire-3:before { content: '\ef8e'; } .icon-bat4:before { content: '\eb68'; } .icon-tags-2:before { content: '\ee93'; } .icon-bat3:before { content: '\eb67'; } .icon-attach-6:before { content: '\ef74'; } .icon-tag-5:before { content: '\ee92'; } .icon-bat1:before { content: '\eb65'; } .icon-shop-1:before { content: '\ef97'; } .icon-stumbleupon-2:before { content: '\ef63'; } .icon-stop-circled:before { content: '\eef5'; } .icon-calendar-8:before { content: '\ef82'; } .icon-bat2:before { content: '\eb66'; } .icon-flask:before { content: '\ebaa'; } .icon-wallet:before { content: '\ef9a'; } .icon-stop-6:before { content: '\eef4'; } .icon-beer-1:before { content: '\ebad'; } .icon-cd-3:before { content: '\ef89'; } .icon-step-forward:before { content: '\ef01'; } .icon-step-backward:before { content: '\ef00'; } .icon-bell-2:before { content: '\eafd'; } .icon-truck-1:before { content: '\ef94'; } .icon-star-empty-3:before { content: '\ee67'; } .icon-globe-6:before { content: '\ef8b'; } .icon-popup-2:before { content: '\eb3b'; } .icon-star-circled:before { content: '\ee66'; } .icon-briefcase-2:before { content: '\eb8b'; } .icon-star-6:before { content: '\ee65'; } .icon-brush-1:before { content: '\eb8c'; } .icon-stackoverflow-2:before { content: '\ef62'; } .icon-vcard-1:before { content: '\eb03'; } .icon-volume-1:before { content: '\eecd'; } .icon-smiley-circled:before { content: '\ef3a'; } .icon-calculator:before { content: '\ebb3'; } .icon-smiley:before { content: '\ef39'; } .icon-calendar-outlilne:before { content: '\eb21'; } .icon-slideshare:before { content: '\ef61'; } .icon-calendar-2:before { content: '\eb22'; } .icon-camera-outline:before { content: '\eab8'; } .icon-skype-5:before { content: '\ef60'; } .icon-signal-4:before { content: '\ef03'; } .icon-camera-2:before { content: '\eab9'; } .icon-block-outline:before { content: '\eb2e'; } .icon-basket-circled:before { content: '\eec6'; } .icon-basket-4:before { content: '\eec5'; } .icon-share-2:before { content: '\ee9d'; } .icon-chart-alt-outline:before { content: '\eb96'; } .icon-export-5:before { content: '\eea0'; } .icon-chart-alt:before { content: '\eb97'; } .icon-chart-bar-outline:before { content: '\eb98'; } .icon-search-circled:before { content: '\ee5f'; } .icon-search-6:before { content: '\ee5e'; } .icon-chart-outline:before { content: '\eb94'; } .icon-target-4:before { content: '\ef02'; } .icon-desktop-circled:before { content: '\ef05'; } .icon-chart-pie-outline:before { content: '\eb9a'; } .icon-desktop-2:before { content: '\ef04'; } .icon-chart-pie-1:before { content: '\eb9b'; } .icon-rss-6:before { content: '\eebd'; } .icon-left-open-outline:before { content: '\eb3c'; } .icon-road-1:before { content: '\ef21'; } .icon-left-open-2:before { content: '\eb3d'; } .icon-backward-circled:before { content: '\eefb'; } .icon-right-open-outline:before { content: '\eb3e'; } .icon-retweet-3:before { content: '\eea7'; } .icon-resize-vertical-2:before { content: '\eed8'; } .icon-right-open-2:before { content: '\eb3f'; } .icon-resize-small-4:before { content: '\eed7'; } .icon-clipboard-1:before { content: '\eb9e'; } .icon-resize-horizontal-2:before { content: '\eed9'; } .icon-upload-cloud-2:before { content: '\eaec'; } .icon-play-circle2:before { content: '\ec3e'; } .icon-resize-full-5:before { content: '\eed5'; } .icon-code-outline:before { content: '\eaf1'; } .icon-cw-circled:before { content: '\eeee'; } .icon-code-2:before { content: '\eaf2'; } .icon-coffee-1:before { content: '\ebac'; } .icon-cw-5:before { content: '\eeed'; } .icon-cog-outline:before { content: '\eb1c'; } .icon-cancel-circled-4:before { content: '\ee7d'; } .icon-cancel-circled2-1:before { content: '\ee7e'; } .icon-cancel-6:before { content: '\ee7c'; } .icon-compass-2:before { content: '\eb0a'; } .icon-arrows-cw-2:before { content: '\eeef'; } .icon-contacts:before { content: '\eb02'; } .icon-reddit-1:before { content: '\ef5f'; } .icon-credit-card-2:before { content: '\eb9d'; } .icon-record-2:before { content: '\eef8'; } .icon-upload-cloud-outline:before { content: '\eaeb'; } .icon-shuffle-4:before { content: '\eef0'; } .icon-database-1:before { content: '\eb9f'; } .icon-cancel-circled-outline:before { content: '\eac6'; } .icon-quote-circled:before { content: '\ee9f'; } .icon-cancel-circled-2:before { content: '\eac7'; } .icon-quote-1:before { content: '\ee9e'; } .icon-help-circled-3:before { content: '\ee84'; } .icon-desktop-1:before { content: '\eb6f'; } .icon-help-3:before { content: '\ee83'; } .icon-laptop-1:before { content: '\eb70'; } .icon-qrcode-1:before { content: '\ef22'; } .icon-print-6:before { content: '\eea6'; } .icon-tablet-1:before { content: '\eb71'; } .icon-address-1:before { content: '\eb04'; } .icon-plus-circled-2:before { content: '\ee80'; } .icon-divide-outline:before { content: '\eacc'; } .icon-plus-6:before { content: '\ee7f'; } .icon-play-circled2-1:before { content: '\eef3'; } .icon-divide:before { content: '\eacd'; } .icon-doc-add:before { content: '\eb0e'; } .icon-play-circled-1:before { content: '\eef2'; } .icon-doc-remove:before { content: '\eb0f'; } .icon-play-5:before { content: '\eef1'; } .icon-flight-2:before { content: '\ef10'; } .icon-doc-text-2:before { content: '\eb0d'; } .icon-pinterest-3:before { content: '\ef5e'; } .icon-doc-2:before { content: '\eb0c'; } .icon-picture-4:before { content: '\ee71'; } .icon-download-outline:before { content: '\eae7'; } .icon-picasa-2:before { content: '\ef5d'; } .icon-edit-1:before { content: '\eaf8'; } .icon-photo-circled:before { content: '\ee74'; } .icon-photo:before { content: '\ee73'; } .icon-eject-outline:before { content: '\eb61'; } .icon-phone-circled:before { content: '\eebf'; } .icon-eject-1:before { content: '\eb62'; } .icon-eq-outline:before { content: '\eace'; } .icon-phone-3:before { content: '\eebe'; } .icon-eq:before { content: '\eacf'; } .icon-person:before { content: '\ef41'; } .icon-pencil-circled:before { content: '\eea2'; } .icon-export-outline:before { content: '\eaf3'; } .icon-pencil-6:before { content: '\eea1'; } .icon-export-2:before { content: '\eaf4'; } .icon-pause-circled:before { content: '\eef7'; } .icon-eye-outline:before { content: '\eade'; } .icon-eye-2:before { content: '\eadf'; } .icon-pause-5:before { content: '\eef6'; } .icon-path:before { content: '\ef5c'; } .icon-feather-1:before { content: '\eaf7'; } .icon-video-2:before { content: '\eab3'; } .icon-attach-circled:before { content: '\ee8b'; } .icon-attach-5:before { content: '\ee8a'; } .icon-flag-2:before { content: '\eae3'; } .icon-ok-circled-2:before { content: '\ee7a'; } .icon-flag-filled:before { content: '\eae4'; } .icon-ok-circled2-1:before { content: '\ee7b'; } .icon-flash-outline:before { content: '\eb7b'; } .icon-ok-5:before { content: '\ee79'; } .icon-off-1:before { content: '\ef20'; } .icon-flow-split:before { content: '\eba2'; } .icon-network-1:before { content: '\ef08'; } .icon-flow-merge:before { content: '\eba3'; } .icon-flow-parallel-1:before { content: '\eba4'; } .icon-music-3:before { content: '\ee5d'; } .icon-flow-cross:before { content: '\eba5'; } .icon-move-3:before { content: '\eeda'; } .icon-folder-add:before { content: '\eb12'; } .icon-minus-circled-2:before { content: '\ee82'; } .icon-folder-delete:before { content: '\eb13'; } .icon-minus-4:before { content: '\ee81'; } .icon-folder-2:before { content: '\eb11'; } .icon-mic-circled:before { content: '\eeca'; } .icon-gift-1:before { content: '\eb92'; } .icon-mic-5:before { content: '\eec9'; } .icon-globe-alt-outline:before { content: '\eb76'; } .icon-location-circled:before { content: '\eeb0'; } .icon-location-6:before { content: '\eeaf'; } .icon-users-outline:before { content: '\eaad'; } .icon-male-2:before { content: '\ef48'; } .icon-magnet-2:before { content: '\ef2d'; } .icon-users-2:before { content: '\eaae'; } .icon-lock-circled:before { content: '\ee8d'; } .icon-headphones-1:before { content: '\eb29'; } .icon-lock-6:before { content: '\ee8c'; } .icon-heart-2:before { content: '\eaa7'; } .icon-heart-filled:before { content: '\eaa8'; } .icon-clipboard-2:before { content: '\ef32'; } .icon-list-3:before { content: '\ef1c'; } .icon-home-outline:before { content: '\ead2'; } .icon-home-2:before { content: '\ead3'; } .icon-linkedin-6:before { content: '\ef5b'; } .icon-picture-outline:before { content: '\eab6'; } .icon-leaf-3:before { content: '\ef11'; } .icon-laptop-circled:before { content: '\ef07'; } .icon-picture-2:before { content: '\eab7'; } .icon-laptop-2:before { content: '\ef06'; } .icon-infinity-outline:before { content: '\ebb4'; } .icon-key-4:before { content: '\ef34'; } .icon-italic-1:before { content: '\ef15'; } .icon-info-outline:before { content: '\ead0'; } .icon-info-2:before { content: '\ead1'; } .icon-iphone-home:before { content: '\ef40'; } .icon-attention-2:before { content: '\eafe'; } .icon-instagram-4:before { content: '\ef5a'; } .icon-info-circled-3:before { content: '\ee85'; } .icon-check-outline:before { content: '\eb90'; } .icon-indent-right-1:before { content: '\ef1e'; } .icon-check-2:before { content: '\eb91'; } .icon-indent-left-1:before { content: '\ef1d'; } .icon-key-outline:before { content: '\eba0'; } .icon-right-hand-1:before { content: '\eeeb'; } .icon-left-hand-1:before { content: '\eeea'; } .icon-leaf-2:before { content: '\eb89'; } .icon-down-hand-1:before { content: '\eee9'; } .icon-lightbulb-1:before { content: '\eb2d'; } .icon-guidedog:before { content: '\ef45'; } .icon-group-circled:before { content: '\ee6a'; } .icon-link-outline:before { content: '\ead4'; } .icon-group:before { content: '\ee69'; } .icon-link-2:before { content: '\ead5'; } .icon-direction-outline:before { content: '\eb08'; } .icon-forward-circled:before { content: '\eeff'; } .icon-forward-3:before { content: '\eefe'; } .icon-direction-2:before { content: '\eb09'; } .icon-location-outline:before { content: '\eb05'; } .icon-fontsize-1:before { content: '\ef13'; } .icon-location-2:before { content: '\eb06'; } .icon-font-1:before { content: '\ef12'; } .icon-lock-2:before { content: '\ead8'; } .icon-folder-circled:before { content: '\eeba'; } .icon-folder-open-2:before { content: '\eebc'; } .icon-lock-filled:before { content: '\ead9'; } .icon-female-2:before { content: '\ef49'; } .icon-lock-open-2:before { content: '\eada'; } .icon-fast-forward-2:before { content: '\eefd'; } .icon-lock-open-filled:before { content: '\eadb'; } .icon-fast-backward-2:before { content: '\eefc'; } .icon-mail-2:before { content: '\eaa6'; } .icon-map-1:before { content: '\eb07'; } .icon-videocam-4:before { content: '\ee6f'; } .icon-facebook-7:before { content: '\ef52'; } .icon-eject-alt-outline:before { content: '\eb63'; } .icon-eye-6:before { content: '\ee90'; } .icon-eject-alt:before { content: '\eb64'; } .icon-gauge-2:before { content: '\ef38'; } .icon-fast-fw-outline:before { content: '\eb5b'; } .icon-css:before { content: '\ef4d'; } .icon-fast-fw-1:before { content: '\eb5c'; } .icon-credit-card-4:before { content: '\ef30'; } .icon-pause-outline:before { content: '\eb59'; } .icon-pause-2:before { content: '\eb5a'; } .icon-compass-circled:before { content: '\eeb2'; } .icon-play-outline:before { content: '\eb55'; } .icon-compass-5:before { content: '\eeb1'; } .icon-comment-alt-1:before { content: '\eea9'; } .icon-play-2:before { content: '\eb56'; } .icon-down-open-3:before { content: '\eedd'; } .icon-record-outline:before { content: '\eb5f'; } .icon-check-empty-1:before { content: '\ef29'; } .icon-record-1:before { content: '\eb60'; } .icon-check-3:before { content: '\ef28'; } .icon-rewind-outline:before { content: '\eb5d'; } .icon-certificate-2:before { content: '\ef35'; } .icon-rewind:before { content: '\eb5e'; } .icon-cc-2:before { content: '\ef4c'; } .icon-stop-outline:before { content: '\eb57'; } .icon-stop-2:before { content: '\eb58'; } .icon-camera-6:before { content: '\ee72'; } .icon-chat-2:before { content: '\eafb'; } .icon-block-4:before { content: '\eed4'; } .icon-comment-2:before { content: '\eafa'; } .icon-backward:before { content: '\eefa'; } .icon-asterisk-1:before { content: '\ef2a'; } .icon-chat-alt:before { content: '\eafc'; } .icon-asl:before { content: '\ef3d'; } .icon-mic-outline:before { content: '\eb23'; } .icon-up-6:before { content: '\eee4'; } .icon-right-5:before { content: '\eee3'; } .icon-minus-outline:before { content: '\eaca'; } .icon-minus-2:before { content: '\eacb'; } .icon-heart-circled:before { content: '\ee63'; } .icon-news:before { content: '\eb10'; } .icon-heart-6:before { content: '\ee62'; } .icon-hearing-impaired:before { content: '\ef3f'; } .icon-music-outline:before { content: '\eaa2'; } .icon-music-2:before { content: '\eaa3'; } .icon-headphones-3:before { content: '\eecf'; } .icon-pen:before { content: '\eaf6'; } .icon-hdd-2:before { content: '\ef33'; } .icon-up-hand-1:before { content: '\eeec'; } .icon-phone-outline:before { content: '\eb18'; } .icon-github-6:before { content: '\ef57'; } .icon-gift-2:before { content: '\ef2b'; } .icon-resize-full-alt-2:before { content: '\eed6'; } .icon-pi-outline:before { content: '\ebb6'; } .icon-pi:before { content: '\ebb7'; } .icon-friendfeed-rect-1:before { content: '\ef56'; } .icon-pin-outline:before { content: '\eadc'; } .icon-friendfeed-1:before { content: '\ef55'; } .icon-pin-1:before { content: '\eadd'; } .icon-foursquare-2:before { content: '\ef54'; } .icon-doc-new-circled:before { content: '\eeb8'; } .icon-pipette:before { content: '\eb8d'; } .icon-doc-new:before { content: '\eeb7'; } .icon-plane-outline:before { content: '\eb87'; } .icon-plane:before { content: '\eb88'; } .icon-edit-circled:before { content: '\eea4'; } .icon-plug:before { content: '\eb6a'; } .icon-edit-3:before { content: '\eea3'; } .icon-doc-circled:before { content: '\eeb6'; } .icon-plus-outline:before { content: '\eac8'; } .icon-doc-6:before { content: '\eeb5'; } .icon-plus-2:before { content: '\eac9'; } .icon-looped-square-outline:before { content: '\ebba'; } .icon-dribbble-5:before { content: '\ef51'; } .icon-looped-square-interest:before { content: '\ebbb'; } .icon-download-alt:before { content: '\ee9b'; } .icon-download-6:before { content: '\ee9a'; } .icon-power-outline:before { content: '\eb8e'; } .icon-digg-1:before { content: '\ef50'; } .icon-power:before { content: '\eb8f'; } .icon-deviantart-1:before { content: '\ef4f'; } .icon-print-2:before { content: '\eaf9'; } .icon-puzzle-outline:before { content: '\ebb0'; } .icon-delicious-1:before { content: '\ef4e'; } .icon-puzzle-1:before { content: '\ebb1'; } .icon-left-circled-2:before { content: '\eee6'; } .icon-target-outline:before { content: '\eb6b'; } .icon-down-circled-2:before { content: '\eee5'; } .icon-child:before { content: '\ef43'; } .icon-up-open-3:before { content: '\eee0'; } .icon-cw-outline:before { content: '\eb4c'; } .icon-right-open-4:before { content: '\eedf'; } .icon-left-open-4:before { content: '\eede'; } .icon-rss-outline:before { content: '\eb16'; } .icon-bold-1:before { content: '\ef14'; } .icon-rss-2:before { content: '\eb17'; } .icon-blogger-2:before { content: '\ef4b'; } .icon-scissors-outline:before { content: '\eba8'; } .icon-blind:before { content: '\ef44'; } .icon-box-2:before { content: '\eb15'; } .icon-bell-5:before { content: '\eeaa'; } .icon-basket-2:before { content: '\eb20'; } .icon-behance-1:before { content: '\ef4a'; } .icon-at-circled:before { content: '\ebb9'; } .icon-barcode-1:before { content: '\ef23'; } .icon-dribbble-circled-1:before { content: '\ebc0'; } .icon-left-5:before { content: '\eee2'; } .icon-down-6:before { content: '\eee1'; } .icon-dribbble-2:before { content: '\ebc1'; } .icon-align-right-1:before { content: '\ef1a'; } .icon-facebook-circled-1:before { content: '\ebc2'; } .icon-facebook-2:before { content: '\ebc3'; } .icon-align-left-1:before { content: '\ef18'; } .icon-flickr-circled-1:before { content: '\ebc4'; } .icon-align-justify-1:before { content: '\ef1b'; } .icon-align-center-1:before { content: '\ef19'; } .icon-flickr-2:before { content: '\ebc5'; } .icon-adult:before { content: '\ef42'; } .icon-github-circled-2:before { content: '\ebc6'; } .icon-github-2:before { content: '\ebc7'; } .icon-adjust-1:before { content: '\ef26'; } .icon-lastfm-circled-1:before { content: '\ebc8'; } .icon-address-book-alt:before { content: '\ef3c'; } .icon-address-book:before { content: '\ef3b'; } .icon-lastfm-1:before { content: '\ebc9'; } .icon-lightbulb-2:before { content: '\eed2'; } .icon-linkedin-circled-1:before { content: '\ebca'; } .icon-linkedin-2:before { content: '\ebcb'; } .icon-home-circled:before { content: '\ee87'; } .icon-home-6:before { content: '\ee86'; } .icon-pinterest-circled-2:before { content: '\ebcc'; } .icon-pinterest-1:before { content: '\ebcd'; } .icon-heart-empty-3:before { content: '\ee64'; } .icon-skype-outline:before { content: '\ebce'; } .icon-globe-5:before { content: '\ef0c'; } .icon-skype-2:before { content: '\ebcf'; } .icon-glasses:before { content: '\ef3e'; } .icon-tumbler-circled:before { content: '\ebd0'; } .icon-glass-1:before { content: '\ee5c'; } .icon-tumbler:before { content: '\ebd1'; } .icon-github-text-1:before { content: '\ef58'; } .icon-flag-3:before { content: '\ee96'; } .icon-twitter-circled-1:before { content: '\ebd2'; } .icon-twitter-2:before { content: '\ebd3'; } .icon-fire-2:before { content: '\ef2c'; } .icon-vimeo-circled-1:before { content: '\ebd4'; } .icon-filter-1:before { content: '\ef37'; } .icon-vimeo-1:before { content: '\ebd5'; } .icon-video-alt-1:before { content: '\ee6e'; } .icon-sort-alphabet-outline:before { content: '\ebbc'; } .icon-mail-circled:before { content: '\ee61'; } .icon-mail-6:before { content: '\ee60'; } .icon-sort-alphabet:before { content: '\ebbd'; } .icon-eject-3:before { content: '\eef9'; } .icon-sort-numeric-outline:before { content: '\ebbe'; } .icon-sort-numeric:before { content: '\ebbf'; } .icon-edit-alt:before { content: '\eea5'; } .icon-cloud-circled:before { content: '\ef0f'; } .icon-wrench-outline:before { content: '\eb1e'; } .icon-cloud-6:before { content: '\ef0e'; } .icon-up-circled-2:before { content: '\eee8'; } .icon-star-2:before { content: '\eaa9'; } .icon-right-circled-2:before { content: '\eee7'; } .icon-star-filled:before { content: '\eaaa'; } .icon-certificate-outline:before { content: '\eba6'; } .icon-braille:before { content: '\ef24'; } .icon-bookmark-empty-1:before { content: '\ee95'; } .icon-certificate-1:before { content: '\eba7'; } .icon-bookmark-3:before { content: '\ee94'; } .icon-stopwatch:before { content: '\eb2c'; } .icon-book-4:before { content: '\ef25'; } .icon-lifebuoy-1:before { content: '\eb8a'; } .icon-inbox-alt:before { content: '\ef0b'; } .icon-popup-1:before { content: '\eb36'; } .icon-inbox-circled:before { content: '\ef0a'; } .icon-tag-2:before { content: '\eae0'; } .icon-tags-1:before { content: '\eae1'; } .icon-inbox-3:before { content: '\ef09'; } .icon-lightbulb-alt:before { content: '\eed3'; } .icon-th-large-outline:before { content: '\eabc'; } .icon-chart-circled:before { content: '\ef2f'; } .icon-th-large-1:before { content: '\eabd'; } .icon-chart-2:before { content: '\ef2e'; } .icon-th-list-outline:before { content: '\eabe'; } .icon-th-list-1:before { content: '\eabf'; } .icon-googleplus:before { content: '\ef59'; } .icon-menu-outline:before { content: '\eb1a'; } .icon-globe-alt-1:before { content: '\ef0d'; } .icon-folder-close:before { content: '\eebb'; } .icon-menu-2:before { content: '\eb1b'; } .icon-folder-5:before { content: '\eeb9'; } .icon-th-outline:before { content: '\eaba'; } .icon-th-1:before { content: '\eabb'; } .icon-flickr-4:before { content: '\ef53'; } .icon-temperatire:before { content: '\eb93'; } .icon-flag-circled:before { content: '\ee97'; } .icon-eye-off-1:before { content: '\ee91'; } .icon-exclamation:before { content: '\eeac'; } .icon-error-alt:before { content: '\eeae'; } .icon-ok-outline:before { content: '\eac0'; } .icon-error:before { content: '\eead'; } .icon-ok-1:before { content: '\eac1'; } .icon-comment-5:before { content: '\eea8'; } .icon-ticket-2:before { content: '\eb9c'; } .icon-cogs:before { content: '\eec2'; } .icon-cancel-outline:before { content: '\eac2'; } .icon-cog-circled:before { content: '\eec1'; } .icon-cog-5:before { content: '\eec0'; } .icon-cancel-2:before { content: '\eac3'; } .icon-calendar-circled:before { content: '\eec8'; } .icon-trash-2:before { content: '\eb0b'; } .icon-calendar-7:before { content: '\eec7'; } .icon-tree:before { content: '\ebb2'; } .icon-upload-outline:before { content: '\eae9'; } .icon-megaphone-2:before { content: '\ef31'; } .icon-upload-2:before { content: '\eaea'; } .icon-briefcase-3:before { content: '\ef1f'; } .icon-vkontakte-2:before { content: '\ef67'; } .icon-user-add-outline:before { content: '\eaaf'; } .icon-user-add-1:before { content: '\eab0'; } .icon-user-delete-outline:before { content: '\eab1'; } .icon-user-delete:before { content: '\eab2'; } .icon-user-outline:before { content: '\eaab'; } .icon-user-2:before { content: '\eaac'; } .icon-videocam-outline:before { content: '\eab4'; } .icon-videocam-1:before { content: '\eab5'; } .icon-volume-middle:before { content: '\eb27'; } .icon-volume-off-1:before { content: '\eb25'; } .icon-volume-high:before { content: '\eb28'; } .icon-volume-low:before { content: '\eb26'; } .icon-warning-empty:before { content: '\eb00'; } .icon-warning:before { content: '\eb01'; } .icon-wristwatch:before { content: '\eb2b'; } .icon-waves-outline:before { content: '\eb7e'; } .icon-waves:before { content: '\eb7f'; } .icon-cloud-2:before { content: '\eb7a'; } .icon-rain:before { content: '\eb80'; } .icon-moon-2:before { content: '\eb7d'; } .icon-cloud-sun:before { content: '\eb81'; } .icon-drizzle:before { content: '\eb82'; } .icon-snow:before { content: '\eb83'; } .icon-cloud-flash:before { content: '\eb84'; } .icon-cloud-wind:before { content: '\eb85'; } .icon-wind:before { content: '\eb86'; } .icon-wifi-outline:before { content: '\eb6d'; } .icon-wifi:before { content: '\eb6e'; } .icon-wine:before { content: '\ebab'; } .icon-globe-outline:before { content: '\eb74'; } .icon-zoom-in-outline:before { content: '\eb37'; } .icon-zoom-in-1:before { content: '\eb38'; } .icon-zoom-out-outline:before { content: '\eb39'; } .icon-zoom-out-1:before { content: '\eb3a'; } .icon-search-outline:before { content: '\eaa4'; } .icon-search-2:before { content: '\eaa5'; } .icon-left-circle-1:before { content: '\efcb'; } .icon-left-circle:before { content: '\ec34'; } .icon-right-circle:before { content: '\ec35'; } .icon-right-circle-1:before { content: '\efcc'; } .icon-up-circle:before { content: '\ec36'; } .icon-up-circle-1:before { content: '\efcd'; } .icon-down-circle-1:before { content: '\efca'; } .icon-down-circle:before { content: '\ec33'; } .icon-left-bold:before { content: '\ea0e'; } .icon-right-bold:before { content: '\ea0f'; } .icon-up-bold:before { content: '\ea10'; } .icon-down-bold:before { content: '\ea0d'; } .icon-user-add:before { content: '\e992'; } .icon-star-half:before { content: '\e827'; } .icon-ok-circled2:before { content: '\e837'; } .icon-cancel-circled2:before { content: '\e83b'; } .icon-help-circled-1:before { content: '\e9a3'; } .icon-help-circled:before { content: '\e846'; } .icon-info-circled-1:before { content: '\e9a5'; } .icon-info-circled:before { content: '\e847'; } .icon-th-large:before { content: '\e832'; } .icon-th-large-3:before { content: '\efa3'; } .icon-lock-empty:before { content: '\ebed'; } .icon-lock-open-empty:before { content: '\ebef'; } .icon-eye-4:before { content: '\ec81'; } .icon-eye-1:before { content: '\e9ac'; } .icon-eye-3:before { content: '\ebf1'; } .icon-eye:before { content: '\e853'; } .icon-eye-off:before { content: '\e854'; } .icon-tag-4:before { content: '\ec82'; } .icon-tag-7:before { content: '\efb0'; } .icon-tag-1:before { content: '\e9ad'; } .icon-tag:before { content: '\e855'; } .icon-tag-3:before { content: '\ebf2'; } .icon-tags:before { content: '\e856'; } .icon-tag-empty:before { content: '\ebf3'; } .icon-camera-alt:before { content: '\e831'; } .icon-download-cloud-1:before { content: '\ebf6'; } .icon-upload-cloud-3:before { content: '\ebf7'; } .icon-upload-cloud-1:before { content: '\e9b5'; } .icon-reply-4:before { content: '\efb1'; } .icon-reply-1:before { content: '\e9b6'; } .icon-reply-all-1:before { content: '\e9b7'; } .icon-reply-all-2:before { content: '\efb2'; } .icon-code-3:before { content: '\efb4'; } .icon-code-1:before { content: '\e9ba'; } .icon-export-3:before { content: '\ec86'; } .icon-export:before { content: '\e86a'; } .icon-export-1:before { content: '\e9bb'; } .icon-print:before { content: '\e86f'; } .icon-print-3:before { content: '\ec8b'; } .icon-print-1:before { content: '\e9be'; } .icon-retweet:before { content: '\e870'; } .icon-retweet-4:before { content: '\efb5'; } .icon-retweet-1:before { content: '\e9bf'; } .icon-comment:before { content: '\e873'; } .icon-comment-1:before { content: '\e9c1'; } .icon-comment-7:before { content: '\efb6'; } .icon-comment-3:before { content: '\ec00'; } .icon-comment-inv:before { content: '\ec01'; } .icon-comment-alt-2:before { content: '\efb7'; } .icon-comment-alt:before { content: '\ec02'; } .icon-comment-inv-alt:before { content: '\ec03'; } .icon-comment-alt2:before { content: '\ec04'; } .icon-comment-inv-alt2:before { content: '\ec05'; } .icon-chat-1:before { content: '\e9c2'; } .icon-chat-4:before { content: '\ec8a'; } .icon-chat:before { content: '\e874'; } .icon-chat-3:before { content: '\ec06'; } .icon-chat-6:before { content: '\efb8'; } .icon-chat-inv:before { content: '\ec07'; } .icon-vcard:before { content: '\e9c6'; } .icon-address:before { content: '\e9c7'; } .icon-location-4:before { content: '\ec90'; } .icon-location-3:before { content: '\ec08'; } .icon-location-8:before { content: '\efba'; } .icon-location:before { content: '\e87c'; } .icon-location-1:before { content: '\e9c8'; } .icon-location-inv:before { content: '\ec09'; } .icon-location-alt:before { content: '\ec0a'; } .icon-map:before { content: '\e9c9'; } .icon-compass-1:before { content: '\e9cb'; } .icon-compass-3:before { content: '\ec0b'; } .icon-trash-3:before { content: '\ec0c'; } .icon-trash:before { content: '\e87f'; } .icon-trash-4:before { content: '\ec91'; } .icon-trash-1:before { content: '\e9cd'; } .icon-trash-empty:before { content: '\ec0d'; } .icon-doc-3:before { content: '\ec0e'; } .icon-doc-1:before { content: '\e9ce'; } .icon-doc-8:before { content: '\efbb'; } .icon-doc-text-inv-1:before { content: '\e9d2'; } .icon-doc-inv-1:before { content: '\ec0f'; } .icon-doc-alt:before { content: '\ec10'; } .icon-doc-inv-alt:before { content: '\ec11'; } .icon-article:before { content: '\ec12'; } .icon-article-1:before { content: '\ec93'; } .icon-article-alt:before { content: '\ec13'; } .icon-article-alt-1:before { content: '\ec94'; } .icon-docs-1:before { content: '\e9cf'; } .icon-docs-landscape:before { content: '\efbc'; } .icon-doc-landscape:before { content: '\e9d0'; } .icon-archive:before { content: '\e9d7'; } .icon-archive-2:before { content: '\efbe'; } .icon-rss-1:before { content: '\e9d9'; } .icon-rss-4:before { content: '\ec95'; } .icon-rss-7:before { content: '\efbf'; } .icon-rss-3:before { content: '\ec18'; } .icon-rss-alt-1:before { content: '\efc0'; } .icon-rss-alt:before { content: '\ec19'; } .icon-share:before { content: '\e9dd'; } .icon-share-1:before { content: '\ec1c'; } .icon-basket-3:before { content: '\ec97'; } .icon-basket:before { content: '\e892'; } .icon-basket-1:before { content: '\e9df'; } .icon-calendar-inv:before { content: '\ec1e'; } .icon-shareable:before { content: '\e9de'; } .icon-calendar-alt-1:before { content: '\ec9a'; } .icon-login:before { content: '\e895'; } .icon-login-1:before { content: '\e9e2'; } .icon-logout-1:before { content: '\e9e3'; } .icon-logout-3:before { content: '\efc2'; } .icon-logout:before { content: '\e896'; } .icon-volume:before { content: '\e9e7'; } .icon-resize-full-1:before { content: '\e9ef'; } .icon-resize-full:before { content: '\e8a0'; } .icon-resize-full-3:before { content: '\ec27'; } .icon-resize-full-4:before { content: '\eca2'; } .icon-resize-full-6:before { content: '\efc5'; } .icon-resize-full-alt-1:before { content: '\ec28'; } .icon-resize-small-2:before { content: '\ec29'; } .icon-resize-small:before { content: '\e8a2'; } .icon-resize-small-1:before { content: '\e9f0'; } .icon-resize-small-3:before { content: '\eca3'; } .icon-resize-small-alt:before { content: '\ec2a'; } .icon-move-2:before { content: '\ec2d'; } .icon-popup-4:before { content: '\eca6'; } .icon-popup-5:before { content: '\efc7'; } .icon-popup-3:before { content: '\ec2e'; } .icon-popup:before { content: '\e9f1'; } .icon-publish:before { content: '\e9f2'; } .icon-window:before { content: '\e9f3'; } .icon-arrow-combo:before { content: '\e9f4'; } .icon-zoom-in:before { content: '\e8a6'; } .icon-zoom-in-2:before { content: '\eca4'; } .icon-zoom-out:before { content: '\e8a7'; } .icon-zoom-out-2:before { content: '\eca5'; } .icon-chart-pie:before { content: '\ea4a'; } .icon-language:before { content: '\ea50'; } .icon-air:before { content: '\ea54'; } .icon-database:before { content: '\ea59'; } .icon-drive:before { content: '\ea5a'; } .icon-bucket:before { content: '\ea5b'; } .icon-thermometer:before { content: '\ea5c'; } .icon-down-circled2:before { content: '\e8a8'; } .icon-down-circled-1:before { content: '\e9f5'; } .icon-left-circled-1:before { content: '\e9f6'; } .icon-right-circled-1:before { content: '\e9f7'; } .icon-up-circled-1:before { content: '\e9f8'; } .icon-up-circled2:before { content: '\e8a9'; } .icon-down-open:before { content: '\e8ae'; } .icon-down-open-1:before { content: '\e9f9'; } .icon-left-open-1:before { content: '\e9fa'; } .icon-left-open-5:before { content: '\efc8'; } .icon-left-open:before { content: '\e8af'; } .icon-right-open-5:before { content: '\efc9'; } .icon-right-open:before { content: '\e8b0'; } .icon-right-open-1:before { content: '\e9fb'; } .icon-up-open-1:before { content: '\e9fc'; } .icon-up-open:before { content: '\e8b1'; } .icon-arrows-cw-3:before { content: '\efd3'; } .icon-arrows-cw:before { content: '\e8d0'; } .icon-down-open-mini:before { content: '\e9fd'; } .icon-play-circled2:before { content: '\e8da'; } .icon-left-open-mini:before { content: '\e9fe'; } .icon-to-end-alt:before { content: '\e8de'; } .icon-right-open-mini:before { content: '\e9ff'; } .icon-up-open-mini:before { content: '\ea00'; } .icon-to-start-alt:before { content: '\e8e0'; } .icon-award-empty:before { content: '\ec47'; } .icon-down-open-big:before { content: '\ea01'; } .icon-left-open-big:before { content: '\ea02'; } .icon-list-2:before { content: '\ec48'; } .icon-right-open-big:before { content: '\ea03'; } .icon-list-nested:before { content: '\ec49'; } .icon-up-open-big:before { content: '\ea04'; } .icon-progress-0:before { content: '\ea25'; } .icon-progress-1:before { content: '\ea26'; } .icon-progress-2:before { content: '\ea27'; } .icon-progress-3:before { content: '\ea28'; } .icon-signal-3:before { content: '\ecae'; } .icon-back-in-time:before { content: '\ea30'; } .icon-bat-empty:before { content: '\ec4a'; } .icon-bat-half:before { content: '\ec4b'; } .icon-bat-full:before { content: '\ec4c'; } .icon-bat-charge-1:before { content: '\ec4d'; } .icon-network:before { content: '\ea33'; } .icon-inbox:before { content: '\e8eb'; } .icon-inbox-1:before { content: '\ea35'; } .icon-install:before { content: '\ea36'; } .icon-font:before { content: '\e8f5'; } .icon-font-2:before { content: '\efdf'; } .icon-bold:before { content: '\e8f6'; } .icon-italic:before { content: '\e8f7'; } .icon-text-height:before { content: '\e8f8'; } .icon-text-width:before { content: '\e8f9'; } .icon-align-left:before { content: '\e8fa'; } .icon-align-center:before { content: '\e8fb'; } .icon-align-right:before { content: '\e8fc'; } .icon-align-justify:before { content: '\e8fd'; } .icon-list-4:before { content: '\efe0'; } .icon-list:before { content: '\e8fe'; } .icon-indent-left-2:before { content: '\efe2'; } .icon-indent-left:before { content: '\e8ff'; } .icon-indent-right-2:before { content: '\efe3'; } .icon-indent-right:before { content: '\e900'; } .icon-lifebuoy:before { content: '\ea3f'; } .icon-mouse:before { content: '\ea40'; } .icon-dot:before { content: '\ea43'; } .icon-dot-2:before { content: '\ea44'; } .icon-dot-3:before { content: '\ea45'; } .icon-off:before { content: '\e910'; } .icon-suitcase-1:before { content: '\ea42'; } .icon-road:before { content: '\e911'; } .icon-list-alt:before { content: '\e912'; } .icon-flow-cascade:before { content: '\ea5e'; } .icon-flow-branch:before { content: '\ea5f'; } .icon-qrcode:before { content: '\e913'; } .icon-flow-tree:before { content: '\ea60'; } .icon-barcode:before { content: '\e914'; } .icon-flow-line:before { content: '\ea61'; } .icon-ajust:before { content: '\e916'; } .icon-flow-parallel:before { content: '\ea62'; } .icon-tint:before { content: '\e917'; } .icon-equalizer:before { content: '\ec50'; } .icon-cursor:before { content: '\ec51'; } .icon-aperture:before { content: '\ec52'; } .icon-aperture-alt:before { content: '\ec53'; } .icon-steering-wheel:before { content: '\ec54'; } .icon-brush-2:before { content: '\ec57'; } .icon-brush:before { content: '\ea46'; } .icon-brush-alt:before { content: '\ec58'; } .icon-paper-plane:before { content: '\ea3d'; } .icon-eyedropper:before { content: '\ec59'; } .icon-layers:before { content: '\ec5a'; } .icon-layers-alt:before { content: '\ec5b'; } .icon-moon-inv:before { content: '\ec62'; } .icon-magnet:before { content: '\e91f'; } .icon-magnet-1:before { content: '\ea47'; } .icon-chart-pie-2:before { content: '\ec65'; } .icon-gauge-1:before { content: '\ea64'; } .icon-chart-pie-3:before { content: '\ecbb'; } .icon-traffic-cone:before { content: '\ea65'; } .icon-chart-pie-alt:before { content: '\ec66'; } .icon-dial:before { content: '\ec6c'; } .icon-cc:before { content: '\ea66'; } .icon-resize-full-circle:before { content: '\efc6'; } .icon-cc-by:before { content: '\ea67'; } .icon-cc-nc:before { content: '\ea68'; } .icon-down-micro:before { content: '\efd0'; } .icon-cc-nc-eu:before { content: '\ea69'; } .icon-up-micro:before { content: '\efd1'; } .icon-cw-circle:before { content: '\efd2'; } .icon-cc-nc-jp:before { content: '\ea6a'; } .icon-updown-circle:before { content: '\efd4'; } .icon-cc-sa:before { content: '\ea6b'; } .icon-cc-nd:before { content: '\ea6c'; } .icon-cc-pd:before { content: '\ea6d'; } .icon-terminal-1:before { content: '\efe5'; } .icon-list-numbered-1:before { content: '\efe1'; } .icon-cc-zero:before { content: '\ea6e'; } .icon-basket-alt:before { content: '\ec98'; } .icon-cc-share:before { content: '\ea6f'; } .icon-cc-remix:before { content: '\ea70'; } .icon-mobile-alt:before { content: '\ecb1'; } .icon-tablet-2:before { content: '\ecb2'; } .icon-ipod:before { content: '\ecb3'; } .icon-stop-4:before { content: '\eca1'; } .icon-grid:before { content: '\ecb5'; } .icon-easel:before { content: '\ecb7'; } .icon-aboveground-rail:before { content: '\ed90'; } .icon-emo-happy:before { content: '\e800'; } .icon-airfield:before { content: '\ed91'; } .icon-emo-wink:before { content: '\e801'; } .icon-airport:before { content: '\ed92'; } .icon-emo-unhappy:before { content: '\e803'; } .icon-emo-sleep:before { content: '\e804'; } .icon-art-gallery:before { content: '\ed93'; } .icon-bar:before { content: '\ed94'; } .icon-emo-thumbsup:before { content: '\e805'; } .icon-emo-devil:before { content: '\e806'; } .icon-emo-surprised:before { content: '\e807'; } .icon-baseball:before { content: '\ed95'; } .icon-emo-tongue:before { content: '\e808'; } .icon-basketball:before { content: '\ed96'; } .icon-beer-2:before { content: '\ed97'; } .icon-emo-coffee:before { content: '\e809'; } .icon-emo-sunglasses:before { content: '\e80a'; } .icon-belowground-rail:before { content: '\ed98'; } .icon-emo-displeased:before { content: '\e80b'; } .icon-bicycle:before { content: '\ed99'; } .icon-emo-beer:before { content: '\e80c'; } .icon-bus:before { content: '\ed9a'; } .icon-cafe:before { content: '\ed9b'; } .icon-emo-grin:before { content: '\e80d'; } .icon-campsite:before { content: '\ed9c'; } .icon-emo-angry:before { content: '\e80e'; } .icon-cemetery:before { content: '\ed9d'; } .icon-emo-saint:before { content: '\e80f'; } .icon-cinema:before { content: '\ed9e'; } .icon-emo-cry:before { content: '\e810'; } .icon-college:before { content: '\ed9f'; } .icon-emo-shoot:before { content: '\e811'; } .icon-emo-squint:before { content: '\e812'; } .icon-commerical-building:before { content: '\eda0'; } .icon-credit-card-3:before { content: '\eda1'; } .icon-emo-laugh:before { content: '\e813'; } .icon-emo-wink2:before { content: '\e802'; } .icon-cricket:before { content: '\eda2'; } .icon-embassy:before { content: '\eda3'; } .icon-fast-food:before { content: '\eda4'; } .icon-ferry:before { content: '\eda5'; } .icon-fire-station:before { content: '\eda6'; } .icon-football:before { content: '\eda7'; } .icon-fuel:before { content: '\eda8'; } .icon-garden:before { content: '\eda9'; } .icon-giraffe:before { content: '\edaa'; } .icon-golf:before { content: '\edab'; } .icon-grocery-store:before { content: '\edac'; } .icon-harbor:before { content: '\edad'; } .icon-heliport:before { content: '\edae'; } .icon-hospital-1:before { content: '\edaf'; } .icon-industrial-building:before { content: '\edb0'; } .icon-library:before { content: '\edb1'; } .icon-lodging:before { content: '\edb2'; } .icon-london-underground:before { content: '\edb3'; } .icon-minefield:before { content: '\edb4'; } .icon-monument:before { content: '\edb5'; } .icon-museum:before { content: '\edb6'; } .icon-pharmacy:before { content: '\edb7'; } .icon-pitch:before { content: '\edb8'; } .icon-police:before { content: '\edb9'; } .icon-post:before { content: '\edba'; } .icon-prison:before { content: '\edbb'; } .icon-rail:before { content: '\edbc'; } .icon-religious-christian:before { content: '\edbd'; } .icon-religious-islam:before { content: '\edbe'; } .icon-spin1:before { content: '\e814'; } .icon-religious-jewish:before { content: '\edbf'; } .icon-spin2:before { content: '\e815'; } .icon-spin3:before { content: '\e816'; } .icon-restaurant:before { content: '\edc0'; } .icon-roadblock:before { content: '\edc1'; } .icon-spin4:before { content: '\e817'; } .icon-school:before { content: '\edc2'; } .icon-shop:before { content: '\edc3'; } .icon-skiing:before { content: '\edc4'; } .icon-soccer:before { content: '\edc5'; } .icon-swimming:before { content: '\edc6'; } .icon-spin5:before { content: '\e818'; } .icon-spin6:before { content: '\e819'; } .icon-tennis:before { content: '\edc7'; } .icon-theatre:before { content: '\edc8'; } .icon-toilet:before { content: '\edc9'; } .icon-town-hall:before { content: '\edca'; } .icon-trash-6:before { content: '\edcb'; } .icon-tree-1:before { content: '\edcc'; } .icon-tree-2:before { content: '\edcd'; } .icon-firefox:before { content: '\e81a'; } .icon-warehouse:before { content: '\edce'; } .icon-chrome:before { content: '\e81b'; } .icon-opera:before { content: '\e81c'; } .icon-ie:before { content: '\e81d'; } .icon-down-open-2:before { content: '\ed3d'; } .icon-up-open-2:before { content: '\ed40'; } .icon-right-open-3:before { content: '\ed3f'; } .icon-left-open-3:before { content: '\ed3e'; } .icon-menu-3:before { content: '\ed07'; } .icon-th-list-3:before { content: '\ed0a'; } .icon-th-thumb:before { content: '\ed08'; } .icon-th-thumb-empty:before { content: '\ed09'; } .icon-coverflow:before { content: '\ed61'; } .icon-coverflow-empty:before { content: '\ed62'; } .icon-pause-4:before { content: '\ed50'; } .icon-play-4:before { content: '\ed4f'; } .icon-to-end-3:before { content: '\ed52'; } .icon-to-start-3:before { content: '\ed53'; } .icon-fast-forward-1:before { content: '\ed54'; } .icon-fast-backward-1:before { content: '\ed55'; } .icon-upload-cloud-4:before { content: '\ed1f'; } .icon-download-cloud-2:before { content: '\ed1e'; } .icon-data-science:before { content: '\ed5a'; } .icon-data-science-inv:before { content: '\ed5b'; } .icon-globe-4:before { content: '\ed5d'; } .icon-globe-inv:before { content: '\ed5e'; } .icon-math:before { content: '\ed63'; } .icon-math-circled-empty:before { content: '\ed65'; } .icon-math-circled:before { content: '\ed64'; } .icon-paper-plane-1:before { content: '\ed66'; } .icon-paper-plane-alt2:before { content: '\ed68'; } .icon-paper-plane-alt:before { content: '\ed67'; } .icon-color-adjust:before { content: '\ed6a'; } .icon-star-half-1:before { content: '\ecfd'; } .icon-star-half_empty:before { content: '\ecfe'; } .icon-ccw-2:before { content: '\ed4d'; } .icon-heart-broken:before { content: '\ecfa'; } .icon-hash-1:before { content: '\ed73'; } .icon-reply-3:before { content: '\ed20'; } .icon-retweet-2:before { content: '\ed24'; } .icon-login-2:before { content: '\ed34'; } .icon-logout-2:before { content: '\ed35'; } .icon-download-5:before { content: '\ed1c'; } .icon-upload-4:before { content: '\ed1d'; } .icon-location-5:before { content: '\ed2a'; } .icon-monitor-1:before { content: '\ed57'; } .icon-tablet-3:before { content: '\ed58'; } .icon-mobile-5:before { content: '\ed59'; } .icon-connected-object:before { content: '\ed6e'; } .icon-isight:before { content: '\ed05'; } .icon-videocam-3:before { content: '\ed04'; } .icon-shuffle-3:before { content: '\ed4e'; } .icon-chat-5:before { content: '\ed26'; } .icon-bell-4:before { content: '\ed27'; } .icon-movie:before { content: '\ed03'; } .icon-ruler:before { content: '\ed6f'; } .icon-vector:before { content: '\ed70'; } .icon-move:before { content: '\e8a5'; } .icon-mic-off:before { content: '\ed37'; } .icon-mic-4:before { content: '\ed36'; } .icon-doc-5:before { content: '\ed2c'; } .icon-dribbble-circled-2:before { content: '\ed89'; } .icon-dribbble-3:before { content: '\ed88'; } .icon-facebook-circled-2:before { content: '\ed83'; } .icon-facebook-4:before { content: '\ed82'; } .icon-github-circled-alt:before { content: '\ed7e'; } .icon-github-circled-3:before { content: '\ed7d'; } .icon-github-3:before { content: '\ed7c'; } .icon-github-circled-alt2:before { content: '\ed7f'; } .icon-twitter-circled-2:before { content: '\ed81'; } .icon-twitter-4:before { content: '\ed80'; } .icon-gplus-circled-1:before { content: '\ed85'; } .icon-gplus-2:before { content: '\ed84'; } .icon-linkedin-circled-2:before { content: '\ed87'; } .icon-linkedin-3:before { content: '\ed86'; } .icon-instagram-1:before { content: '\ed8a'; } .icon-instagram-circled:before { content: '\ed8b'; } .icon-mfg-logo:before { content: '\ed8e'; } .icon-mfg-logo-circled:before { content: '\ed8f'; } .icon-user-5:before { content: '\ecff'; } .icon-user-male:before { content: '\ed00'; } .icon-user-female:before { content: '\ed01'; } .icon-users-3:before { content: '\ed02'; } .icon-folder-4:before { content: '\ed2e'; } .icon-folder-open-1:before { content: '\ed2f'; } .icon-folder-empty-2:before { content: '\ed30'; } .icon-attach-4:before { content: '\ed16'; } .icon-ok-circled-1:before { content: '\ed0c'; } .icon-cancel-circled-3:before { content: '\ed0e'; } .icon-inbox-2:before { content: '\ed5c'; } .icon-trophy-1:before { content: '\ed56'; } .icon-lock-open-alt-1:before { content: '\ed1a'; } .icon-link-4:before { content: '\ed15'; } .icon-zoom-in-3:before { content: '\ed3b'; } .icon-zoom-out-3:before { content: '\ed3c'; } .icon-stop-5:before { content: '\ed51'; } .icon-export-4:before { content: '\ed22'; } .icon-eye-5:before { content: '\ed1b'; } .icon-trash-5:before { content: '\ed2b'; } .icon-hdd-1:before { content: '\ed6d'; } .icon-info-circled-2:before { content: '\ed12'; } .icon-info-circled-alt:before { content: '\ed13'; } .icon-print-4:before { content: '\ed23'; } .icon-fontsize:before { content: '\ed69'; } .icon-soundcloud-1:before { content: '\ed8c'; } .icon-soundcloud-circled:before { content: '\ed8d'; } .icon-link-ext:before { content: '\e84c'; } .icon-check-empty:before { content: '\e919'; } .icon-bookmark-empty:before { content: '\e858'; } .icon-phone-squared:before { content: '\e88d'; } .icon-twitter:before { content: '\e97b'; } .icon-facebook:before { content: '\e962'; } .icon-github-circled:before { content: '\e968'; } .icon-rss:before { content: '\e88a'; } .icon-hdd:before { content: '\e925'; } .icon-certificate:before { content: '\e92a'; } .icon-left-circled:before { content: '\e8ca'; } .icon-right-circled:before { content: '\e8cb'; } .icon-up-circled:before { content: '\e8cc'; } .icon-down-circled:before { content: '\e8cd'; } .icon-tasks:before { content: '\e92b'; } .icon-filter:before { content: '\e92c'; } .icon-resize-full-alt:before { content: '\e8a1'; } .icon-beaker:before { content: '\e92d'; } .icon-docs:before { content: '\e881'; } .icon-blank:before { content: '\e984'; } .icon-menu:before { content: '\e88e'; } .icon-list-bullet:before { content: '\e901'; } .icon-list-numbered:before { content: '\e902'; } .icon-strike:before { content: '\e903'; } .icon-underline:before { content: '\e904'; } .icon-table:before { content: '\e907'; } .icon-magic:before { content: '\e92e'; } .icon-pinterest-circled:before { content: '\e972'; } .icon-pinterest-squared:before { content: '\e973'; } .icon-gplus-squared:before { content: '\e96a'; } .icon-gplus:before { content: '\e96b'; } .icon-money:before { content: '\e930'; } .icon-columns:before { content: '\e908'; } .icon-sort:before { content: '\e939'; } .icon-sort-down:before { content: '\e93a'; } .icon-sort-up:before { content: '\e93b'; } .icon-mail-alt:before { content: '\e822'; } .icon-linkedin:before { content: '\e970'; } .icon-gauge:before { content: '\e943'; } .icon-comment-empty:before { content: '\e875'; } .icon-chat-empty:before { content: '\e876'; } .icon-sitemap:before { content: '\e944'; } .icon-paste:before { content: '\e90b'; } .icon-lightbulb:before { content: '\e89e'; } .icon-exchange:before { content: '\e8d4'; } .icon-download-cloud:before { content: '\e862'; } .icon-upload-cloud:before { content: '\e863'; } .icon-user-md:before { content: '\e949'; } .icon-stethoscope:before { content: '\e94a'; } .icon-suitcase:before { content: '\e90d'; } .icon-bell-alt:before { content: '\e878'; } .icon-coffee:before { content: '\e946'; } .icon-food:before { content: '\e947'; } .icon-doc-text:before { content: '\e882'; } .icon-building:before { content: '\e94f'; } .icon-hospital:before { content: '\e94e'; } .icon-ambulance:before { content: '\e94b'; } .icon-medkit:before { content: '\e94c'; } .icon-fighter-jet:before { content: '\e8f3'; } .icon-beer:before { content: '\e948'; } .icon-h-sigh:before { content: '\e94d'; } .icon-plus-squared:before { content: '\e83e'; } .icon-angle-double-left:before { content: '\e8ba'; } .icon-angle-double-right:before { content: '\e8bb'; } .icon-angle-double-up:before { content: '\e8bc'; } .icon-angle-double-down:before { content: '\e8bd'; } .icon-angle-left:before { content: '\e8b2'; } .icon-angle-right:before { content: '\e8b3'; } .icon-angle-up:before { content: '\e8b4'; } .icon-angle-down:before { content: '\e8b5'; } .icon-desktop:before { content: '\e8e7'; } .icon-laptop:before { content: '\e8e8'; } .icon-tablet:before { content: '\e8e9'; } .icon-mobile:before { content: '\e8ea'; } .icon-circle-empty:before { content: '\e91b'; } .icon-quote-left:before { content: '\e867'; } .icon-quote-right:before { content: '\e868'; } .icon-spinner:before { content: '\e945'; } .icon-circle:before { content: '\e91a'; } .icon-reply:before { content: '\e864'; } .icon-github:before { content: '\e966'; } .icon-folder-empty:before { content: '\e887'; } .icon-folder-open-empty:before { content: '\e888'; } .icon-plus-squared-small:before { content: '\e83f'; } .icon-minus-squared-small:before { content: '\e844'; } .icon-smile:before { content: '\e950'; } .icon-frown:before { content: '\e951'; } .icon-meh:before { content: '\e952'; } .icon-gamepad:before { content: '\e872'; } .icon-keyboard:before { content: '\e871'; } .icon-flag-empty:before { content: '\e85a'; } .icon-flag-checkered:before { content: '\e85b'; } .icon-terminal:before { content: '\e954'; } .icon-code:before { content: '\e869'; } .icon-reply-all:before { content: '\e865'; } .icon-star-half-alt:before { content: '\e828'; } .icon-direction:before { content: '\e87d'; } .icon-crop:before { content: '\e909'; } .icon-fork:before { content: '\e927'; } .icon-unlink:before { content: '\e84b'; } .icon-help:before { content: '\e845'; } .icon-info:before { content: '\e848'; } .icon-attention-alt:before { content: '\e879'; } .icon-superscript:before { content: '\e905'; } .icon-subscript:before { content: '\e906'; } .icon-eraser:before { content: '\e955'; } .icon-puzzle:before { content: '\e956'; } .icon-mic:before { content: '\e897'; } .icon-mute:before { content: '\e898'; } .icon-shield:before { content: '\e957'; } .icon-calendar-empty:before { content: '\e894'; } .icon-extinguisher:before { content: '\e958'; } .icon-rocket:before { content: '\e928'; } .icon-maxcdn:before { content: '\e971'; } .icon-angle-circled-left:before { content: '\e8b6'; } .icon-angle-circled-right:before { content: '\e8b7'; } .icon-angle-circled-up:before { content: '\e8b8'; } .icon-angle-circled-down:before { content: '\e8b9'; } .icon-html5:before { content: '\e96c'; } .icon-css3:before { content: '\e95f'; } .icon-anchor:before { content: '\e953'; } .icon-lock-open-alt:before { content: '\e851'; } .icon-bullseye:before { content: '\e959'; } .icon-ellipsis:before { content: '\e90e'; } .icon-ellipsis-vert:before { content: '\e90f'; } .icon-rss-squared:before { content: '\e88b'; } .icon-play-circled:before { content: '\e8d9'; } .icon-ticket:before { content: '\e921'; } .icon-minus-squared:before { content: '\e842'; } .icon-minus-squared-alt:before { content: '\e843'; } .icon-level-up:before { content: '\e8d1'; } .icon-level-down:before { content: '\e8d2'; } .icon-ok-squared:before { content: '\e838'; } .icon-pencil-squared:before { content: '\e86d'; } .icon-link-ext-alt:before { content: '\e84d'; } .icon-export-alt:before { content: '\e86b'; } .icon-compass:before { content: '\e87e'; } .icon-collapse:before { content: '\e8d5'; } .icon-collapse-top:before { content: '\e8d6'; } .icon-expand:before { content: '\e8d7'; } .icon-euro:before { content: '\e931'; } .icon-pound:before { content: '\e932'; } .icon-dollar:before { content: '\e933'; } .icon-rupee:before { content: '\e934'; } .icon-yen:before { content: '\e935'; } .icon-renminbi:before { content: '\e936'; } .icon-won:before { content: '\e937'; } .icon-bitcoin:before { content: '\e938'; } .icon-doc-inv:before { content: '\e883'; } .icon-doc-text-inv:before { content: '\e884'; } .icon-sort-name-up:before { content: '\e93e'; } .icon-sort-name-down:before { content: '\e93f'; } .icon-sort-alt-up:before { content: '\e93c'; } .icon-sort-alt-down:before { content: '\e93d'; } .icon-sort-number-up:before { content: '\e940'; } .icon-sort-number-down:before { content: '\e941'; } .icon-thumbs-up-alt:before { content: '\e85e'; } .icon-thumbs-down-alt:before { content: '\e85f'; } .icon-youtube-squared:before { content: '\e982'; } .icon-youtube:before { content: '\e981'; } .icon-xing:before { content: '\e97f'; } .icon-xing-squared:before { content: '\e980'; } .icon-youtube-play:before { content: '\e983'; } .icon-dropbox:before { content: '\e961'; } .icon-stackoverflow:before { content: '\e976'; } .icon-instagramm:before { content: '\e96d'; } .icon-flickr:before { content: '\e964'; } .icon-adn:before { content: '\e95a'; } .icon-bitbucket:before { content: '\e95d'; } .icon-bitbucket-squared:before { content: '\e95e'; } .icon-tumblr:before { content: '\e978'; } .icon-tumblr-squared:before { content: '\e979'; } .icon-down:before { content: '\e8be'; } .icon-up:before { content: '\e8c1'; } .icon-right:before { content: '\e8c0'; } .icon-left:before { content: '\e8bf'; } .icon-apple:before { content: '\e95c'; } .icon-windows:before { content: '\e97e'; } .icon-android:before { content: '\e95b'; } .icon-linux:before { content: '\e96f'; } .icon-dribbble:before { content: '\e960'; } .icon-skype:before { content: '\e975'; } .icon-foursquare:before { content: '\e965'; } .icon-trello:before { content: '\e977'; } .icon-female:before { content: '\e82c'; } .icon-male:before { content: '\e82b'; } .icon-gittip:before { content: '\e969'; } .icon-sun:before { content: '\e8ed'; } .icon-moon:before { content: '\e8f0'; } .icon-box:before { content: '\e889'; } .icon-bug:before { content: '\e929'; } .icon-vkontakte:before { content: '\e97c'; } .icon-weibo:before { content: '\e97d'; } .icon-renren:before { content: '\e974'; } .icon-facebook-6:before { content: '\ee36'; } .icon-github-1:before { content: '\ea71'; } .icon-facebook-3:before { content: '\ecc2'; } .icon-github-squared:before { content: '\e967'; } .icon-facebook-rect-1:before { content: '\ee37'; } .icon-facebook-rect:before { content: '\ecc3'; } .icon-github-circled-1:before { content: '\ea72'; } .icon-facebook-rect-2:before { content: '\efe6'; } .icon-twitter-6:before { content: '\ee38'; } .icon-twitter-3:before { content: '\ecc4'; } .icon-twitter-bird:before { content: '\ecc5'; } .icon-flickr-1:before { content: '\ea73'; } .icon-twitter-bird-1:before { content: '\ee39'; } .icon-twitter-bird-2:before { content: '\efe7'; } .icon-icq:before { content: '\ee42'; } .icon-flickr-circled:before { content: '\ea74'; } .icon-twitter-squared:before { content: '\e97a'; } .icon-yandex:before { content: '\ee43'; } .icon-yandex-rect:before { content: '\ee44'; } .icon-vimeo:before { content: '\ea75'; } .icon-vimeo-circled:before { content: '\ea76'; } .icon-github-text:before { content: '\ee3f'; } .icon-facebook-squared:before { content: '\e963'; } .icon-github-5:before { content: '\ee40'; } .icon-googleplus-rect:before { content: '\ee3e'; } .icon-twitter-1:before { content: '\ea77'; } .icon-googleplus-rect-1:before { content: '\efea'; } .icon-vkontakte-rect:before { content: '\ee45'; } .icon-twitter-circled:before { content: '\ea78'; } .icon-vkontakte-rect-1:before { content: '\efed'; } .icon-skype-4:before { content: '\ee41'; } .icon-skype-6:before { content: '\efec'; } .icon-linkedin-squared:before { content: '\e96e'; } .icon-facebook-1:before { content: '\ea79'; } .icon-odnoklassniki:before { content: '\ee46'; } .icon-facebook-circled:before { content: '\ea7a'; } .icon-odnoklassniki-rect:before { content: '\ee47'; } .icon-odnoklassniki-rect-1:before { content: '\efef'; } .icon-facebook-squared-1:before { content: '\ea7b'; } .icon-vimeo-rect-1:before { content: '\efe8'; } .icon-vimeo-rect:before { content: '\ee3b'; } .icon-vimeo-3:before { content: '\ee3a'; } .icon-gplus-1:before { content: '\ea7c'; } .icon-tumblr-rect:before { content: '\ee3d'; } .icon-tumblr-rect-1:before { content: '\efe9'; } .icon-gplus-circled:before { content: '\ea7d'; } .icon-tumblr-3:before { content: '\ee3c'; } .icon-pinterest:before { content: '\ea7e'; } .icon-friendfeed:before { content: '\ee48'; } .icon-linkedin-rect-1:before { content: '\efeb'; } .icon-pinterest-circled-1:before { content: '\ea7f'; } .icon-youtube-4:before { content: '\efee'; } .icon-friendfeed-rect:before { content: '\ee49'; } .icon-twitter-rect:before { content: '\ecc6'; } .icon-blogger-1:before { content: '\ee4a'; } .icon-tumblr-1:before { content: '\ea80'; } .icon-youtube-1:before { content: '\ecc7'; } .icon-blogger-rect:before { content: '\ee4b'; } .icon-tumblr-circled:before { content: '\ea81'; } .icon-deviantart:before { content: '\ee4c'; } .icon-jabber:before { content: '\ee4d'; } .icon-lastfm-3:before { content: '\ee4e'; } .icon-linkedin-1:before { content: '\ea82'; } .icon-lastfm-rect:before { content: '\ee4f'; } .icon-linkedin-circled:before { content: '\ea83'; } .icon-linkedin-5:before { content: '\ee50'; } .icon-linkedin-rect:before { content: '\ee51'; } .icon-dribbble-1:before { content: '\ea84'; } .icon-picasa-1:before { content: '\ee52'; } .icon-dribbble-circled:before { content: '\ea85'; } .icon-wordpress-1:before { content: '\ee53'; } .icon-instagram-3:before { content: '\ee54'; } .icon-stumbleupon:before { content: '\ea86'; } .icon-stumbleupon-circled:before { content: '\ea87'; } .icon-instagram-filled:before { content: '\ee55'; } .icon-diigo:before { content: '\ee56'; } .icon-box-4:before { content: '\ee57'; } .icon-lastfm:before { content: '\ea88'; } .icon-box-rect:before { content: '\ee58'; } .icon-lastfm-circled:before { content: '\ea89'; } .icon-tudou:before { content: '\ee59'; } .icon-rdio:before { content: '\ea8a'; } .icon-youku:before { content: '\ee5a'; } .icon-win8:before { content: '\ee5b'; } .icon-rdio-circled:before { content: '\ea8b'; } .icon-spotify:before { content: '\ea8c'; } .icon-spotify-circled:before { content: '\ea8d'; } .icon-qq:before { content: '\ea8e'; } .icon-instagram:before { content: '\ea8f'; } .icon-dropbox-1:before { content: '\ea90'; } .icon-evernote:before { content: '\ea91'; } .icon-flattr:before { content: '\ea92'; } .icon-skype-1:before { content: '\ea93'; } .icon-skype-circled:before { content: '\ea94'; } .icon-renren-1:before { content: '\ea95'; } .icon-sina-weibo:before { content: '\ea96'; } .icon-paypal:before { content: '\ea97'; } .icon-picasa:before { content: '\ea98'; } .icon-soundcloud:before { content: '\ea99'; } .icon-mixi:before { content: '\ea9a'; } .icon-behance:before { content: '\ea9b'; } .icon-google-circles:before { content: '\ea9c'; } .icon-vkontakte-1:before { content: '\ea9d'; } .icon-smashing:before { content: '\ea9e'; } .icon-comment-4:before { content: '\ed25'; } .icon-folder-open-empty-1:before { content: '\ed31'; } .icon-calendar-5:before { content: '\ed33'; } .icon-newspaper-1:before { content: '\ed2d'; } .icon-camera-5:before { content: '\ed06'; } .icon-search-5:before { content: '\ecf7'; } .icon-lock-alt:before { content: '\ed18'; } .icon-lock-5:before { content: '\ed17'; } .icon-lock-open-5:before { content: '\ed19'; } .icon-joystick:before { content: '\ed79'; } .icon-fire-1:before { content: '\ed6b'; } .icon-chart-bar-5:before { content: '\ed6c'; } .icon-spread:before { content: '\ed76'; } .icon-spinner1:before { content: '\ed7a'; } .icon-spinner2:before { content: '\ed7b'; } .icon-db-shape:before { content: '\eaa0'; } .icon-sweden:before { content: '\ea9f'; } .icon-logo-db:before { content: '\eaa1'; } .icon-globe-2:before { content: '\eb75'; } .icon-picture-3:before { content: '\ebdd'; } .icon-picture-5:before { content: '\efa2'; } .icon-picture-1:before { content: '\e994'; } .icon-picture:before { content: '\e82f'; } .icon-globe-1:before { content: '\ea37'; } .icon-globe:before { content: '\e8ec'; } .icon-globe-alt:before { content: '\eb77'; } .icon-globe-3:before { content: '\ecb8'; } .icon-leaf:before { content: '\e8f4'; } .icon-leaf-1:before { content: '\ea3e'; } .icon-lemon:before { content: '\e985'; } .icon-glass:before { content: '\e81e'; } .icon-gift:before { content: '\e91d'; } .icon-graduation-cap:before { content: '\ea4f'; } .icon-mic-2:before { content: '\eb24'; } .icon-mic-3:before { content: '\ec20'; } .icon-mic-1:before { content: '\e9e4'; } .icon-videocam-2:before { content: '\ec75'; } .icon-videocam:before { content: '\e82e'; } .icon-video-alt:before { content: '\ec74'; } .icon-headphones-2:before { content: '\ec23'; } .icon-headphones:before { content: '\e89c'; } .icon-palette:before { content: '\ea2a'; } .icon-ticket-1:before { content: '\ea51'; } .icon-video-5:before { content: '\efa1'; } .icon-video-1:before { content: '\e993'; } .icon-video:before { content: '\e82d'; } .icon-video-3:before { content: '\ebdc'; } .icon-target-1:before { content: '\ea29'; } .icon-target:before { content: '\e8e4'; } .icon-target-5:before { content: '\efd5'; } .icon-target-3:before { content: '\ec44'; } .icon-target-2:before { content: '\eb6c'; } .icon-music-1:before { content: '\e988'; } .icon-trophy:before { content: '\ea2e'; } .icon-award-1:before { content: '\ec46'; } .icon-award-2:before { content: '\ecaf'; } .icon-award:before { content: '\e8e6'; } .icon-videocam-alt:before { content: '\ec76'; } .icon-thumbs-up-3:before { content: '\ec83'; } .icon-thumbs-up-2:before { content: '\eae5'; } .icon-thumbs-up:before { content: '\e85c'; } .icon-thumbs-up-1:before { content: '\e9b1'; } .icon-thumbs-down-2:before { content: '\eae6'; } .icon-thumbs-down-3:before { content: '\ec84'; } .icon-thumbs-down:before { content: '\e85d'; } .icon-thumbs-down-1:before { content: '\e9b2'; } .icon-bag:before { content: '\e9e0'; } .icon-user-1:before { content: '\e990'; } .icon-user-8:before { content: '\efa0'; } .icon-user-3:before { content: '\ebdb'; } .icon-user:before { content: '\e829'; } .icon-user-4:before { content: '\ec71'; } .icon-users:before { content: '\e82a'; } .icon-users-1:before { content: '\e991'; } .icon-user-woman:before { content: '\ec72'; } .icon-user-pair:before { content: '\ec73'; } .icon-lamp:before { content: '\e9ea'; } .icon-lamp-1:before { content: '\ec25'; } .icon-alert:before { content: '\e9c5'; } .icon-water:before { content: '\ea52'; } .icon-droplet:before { content: '\ea53'; } .icon-credit-card-1:before { content: '\ea55'; } .icon-credit-card:before { content: '\e922'; } .icon-dollar-1:before { content: '\ecbc'; } .icon-monitor:before { content: '\ea31'; } .icon-briefcase-1:before { content: '\ea41'; } .icon-briefcase:before { content: '\e90c'; } .icon-floppy:before { content: '\e923'; } .icon-floppy-1:before { content: '\ea56'; } .icon-cd-1:before { content: '\ec4f'; } .icon-cd:before { content: '\ea34'; } .icon-cd-2:before { content: '\ecb4'; } .icon-folder-3:before { content: '\ec15'; } .icon-folder:before { content: '\e885'; } .icon-folder-1:before { content: '\e9d6'; } .icon-folder-6:before { content: '\efbd'; } .icon-folder-empty-1:before { content: '\ec16'; } .icon-folder-open:before { content: '\e886'; } .icon-doc-text-1:before { content: '\e9d1'; } .icon-doc:before { content: '\e880'; } .icon-doc-4:before { content: '\ec92'; } .icon-calendar:before { content: '\e893'; } .icon-calendar-3:before { content: '\ec1d'; } .icon-calendar-1:before { content: '\e9e1'; } .icon-calendar-4:before { content: '\ec99'; } .icon-calendar-alt:before { content: '\ec1f'; } .icon-chart-1:before { content: '\ecb9'; } .icon-chart:before { content: '\eb95'; } .icon-chart-line:before { content: '\ea4b'; } .icon-chart-bar-4:before { content: '\ecba'; } .icon-chart-bar-2:before { content: '\eb99'; } .icon-chart-bar-3:before { content: '\ec64'; } .icon-chart-bar:before { content: '\e920'; } .icon-chart-bar-1:before { content: '\ea4c'; } .icon-clipboard:before { content: '\ea57'; } .icon-pin-2:before { content: '\ebf0'; } .icon-pin:before { content: '\e852'; } .icon-attach-7:before { content: '\efad'; } .icon-attach-3:before { content: '\ebeb'; } .icon-attach-1:before { content: '\e9a9'; } .icon-attach:before { content: '\e84e'; } .icon-bookmarks:before { content: '\e9af'; } .icon-book-alt:before { content: '\ec56'; } .icon-book:before { content: '\e915'; } .icon-book-3:before { content: '\ecb6'; } .icon-book-2:before { content: '\ec55'; } .icon-book-1:before { content: '\e9d5'; } .icon-book-open-1:before { content: '\ec14'; } .icon-book-open:before { content: '\e9d4'; } .icon-phone-2:before { content: '\eb19'; } .icon-phone-1:before { content: '\e9da'; } .icon-phone:before { content: '\e88c'; } .icon-bullhorn:before { content: '\ec9e'; } .icon-megaphone:before { content: '\e924'; } .icon-megaphone-1:before { content: '\ea58'; } .icon-upload-1:before { content: '\e9b4'; } .icon-upload-3:before { content: '\ebf5'; } .icon-upload:before { content: '\e861'; } .icon-download:before { content: '\e860'; } .icon-download-4:before { content: '\ec85'; } .icon-download-3:before { content: '\ebf4'; } .icon-download-1:before { content: '\e9b3'; } .icon-download-2:before { content: '\eae8'; } .icon-box-1:before { content: '\e9d8'; } .icon-box-3:before { content: '\ec17'; } .icon-newspaper:before { content: '\e9d3'; } .icon-mobile-1:before { content: '\ea32'; } .icon-mobile-3:before { content: '\ec4e'; } .icon-mobile-4:before { content: '\ecb0'; } .icon-mobile-2:before { content: '\eb72'; } .icon-signal-1:before { content: '\ea2d'; } .icon-signal-2:before { content: '\ec45'; } .icon-signal-5:before { content: '\efd6'; } .icon-signal:before { content: '\e8e5'; } .icon-camera-3:before { content: '\ebde'; } .icon-camera-4:before { content: '\ec77'; } .icon-camera:before { content: '\e830'; } .icon-camera-1:before { content: '\e995'; } .icon-shuffle-1:before { content: '\ea1a'; } .icon-shuffle-2:before { content: '\eb54'; } .icon-shuffle:before { content: '\e8d3'; } .icon-loop-1:before { content: '\eb51'; } .icon-loop-alt-1:before { content: '\ec39'; } .icon-loop:before { content: '\ea1b'; } .icon-loop-2:before { content: '\ec38'; } .icon-arrows-ccw:before { content: '\ea17'; } .icon-light-down:before { content: '\e9eb'; } .icon-light-up:before { content: '\e9ec'; } .icon-volume-off-3:before { content: '\ec9b'; } .icon-volume-off-2:before { content: '\ec21'; } .icon-mute-1:before { content: '\e9e5'; } .icon-volume-off:before { content: '\e899'; } .icon-volume-down-1:before { content: '\ec9c'; } .icon-volume-down:before { content: '\e89a'; } .icon-volume-up-1:before { content: '\ec22'; } .icon-sound:before { content: '\e9e6'; } .icon-volume-up:before { content: '\e89b'; } .icon-volume-up-2:before { content: '\ec9d'; } .icon-battery:before { content: '\ea2f'; } .icon-search-1:before { content: '\e989'; } .icon-search-8:before { content: '\ef9b'; } .icon-search-4:before { content: '\ec6d'; } .icon-search:before { content: '\e820'; } .icon-search-3:before { content: '\ebd6'; } .icon-key-inv:before { content: '\ec68'; } .icon-key-2:before { content: '\eba1'; } .icon-key:before { content: '\e926'; } .icon-key-1:before { content: '\ea5d'; } .icon-lock-3:before { content: '\ebec'; } .icon-lock:before { content: '\e84f'; } .icon-lock-1:before { content: '\e9aa'; } .icon-lock-8:before { content: '\efae'; } .icon-lock-4:before { content: '\ec7f'; } .icon-lock-open-4:before { content: '\ec80'; } .icon-lock-open:before { content: '\e850'; } .icon-lock-open-1:before { content: '\e9ab'; } .icon-lock-open-3:before { content: '\ebee'; } .icon-lock-open-7:before { content: '\efaf'; } .icon-bell-3:before { content: '\ec8c'; } .icon-bell:before { content: '\e877'; } .icon-bell-1:before { content: '\e9c3'; } .icon-bookmark-1:before { content: '\e9ae'; } .icon-bookmark:before { content: '\e857'; } .icon-bookmark-2:before { content: '\eae2'; } .icon-link-3:before { content: '\ebea'; } .icon-link:before { content: '\e84a'; } .icon-link-5:before { content: '\efac'; } .icon-link-1:before { content: '\e9a8'; } .icon-back:before { content: '\e9a6'; } .icon-fire:before { content: '\e91e'; } .icon-flashlight:before { content: '\e98a'; } .icon-wrench:before { content: '\e891'; } .icon-wrench-3:before { content: '\ec96'; } .icon-wrench-2:before { content: '\ec1b'; } .icon-wrench-1:before { content: '\eb1f'; } .icon-hammer:before { content: '\e942'; } .icon-chart-area:before { content: '\ea4d'; } .icon-clock-alt:before { content: '\eca0'; } .icon-clock-8:before { content: '\efc3'; } .icon-clock:before { content: '\e89d'; } .icon-clock-2:before { content: '\eb2a'; } .icon-clock-1:before { content: '\e9e8'; } .icon-clock-4:before { content: '\ec9f'; } .icon-clock-3:before { content: '\ec24'; } .icon-rocket-1:before { content: '\ea63'; } .icon-truck:before { content: '\e92f'; } .icon-block:before { content: '\e89f'; } .icon-block-3:before { content: '\ec26'; } .icon-block-2:before { content: '\eb2f'; } .icon-block-5:before { content: '\efc4'; } .icon-block-1:before { content: '\e9ee'; }.module_content a,
.module_content a:hover {
text-decoration:none;
} .module_content ul {
list-style:none; 
}
.module_content ul,
.module_content ol {
margin:0; 
padding:0 0 18px 0;
}
.module_content ul li,
.module_content ol li {
line-height:22px;
margin:0 0 0 0;
padding:0 0 0 16px;
position:relative;
color:#666666;
}
.module_content ol {
padding-left:22px;
}
.module_content ol li {
padding:0 0 0 -3px;
}
.module_content ul li:before {
content: '\25cf';
padding-right: 0;
position:absolute;
left:0;
top:0;
line-height:22px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;			
} .iconbox_wrapper {
padding: 0 0 0 75px;
min-height:60px;
position:relative;
}
.iconbox_wrapper .ico {
width:60px;
height:60px;
position:absolute;
left:0;
top:4px;
border-radius:100%;
text-align:center;
line-height:55px;
font-size:24px;
font-weight:normal;
background:#5a5a5a;
color:#ffffff;	
}
.iconbox_wrapper .ico span i {
line-height:60px;
font-size:24px;
display:inline-block;
}
.iconbox_wrapper h5 {
font-size:16px;
line-height:18px;
margin:0 0 7px 0;
font-weight:400;
}
.iconbox_wrapper p {
font-size:13px;
line-height:22px;
}
.iconbox_wrapper a {
outline:none!important;
} .module_line_trigger .module_line {
background-repeat:repeat!important;
}
.module_line_trigger .module_line.stretch {
background-repeat:no-repeat!important;
background-size:cover!important;
} .shortcode_accordion_shortcode, 
.shortcode_toggles_shortcode { 
margin:1px 0 0 0!important;
}
h5.shortcode_accordion_item_title, 
h5.shortcode_toggles_item_title { 
margin:-1px 0 0 0!important;
padding:10px 15px 12px 38px!important;
position:relative;
font-size:13px;
line-height:16px;
cursor:pointer;
border:#dddddd 1px solid;
font-weight:normal;
background:#f2f2f2;
outline:none!important;
}
h5.shortcode_accordion_item_title:hover, 
h5.shortcode_toggles_item_title:hover { 
background:#ffffff;
}
.ui-accordion-header-icon {
display:none;
}
.shortcode_accordion_item_title .ico, 
.shortcode_toggles_item_title .ico { 
position:absolute;
left:10px;
top:50%;
margin-top:-9px;
display:block;
width:17px;
height:17px;
background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/frontend/gt3_plugin.png) no-repeat -17px 0 ;
}
.shortcode_accordion_item_title.ui-state-active .ico, 
.shortcode_toggles_item_title.ui-state-active .ico { 
background-position:0 0;
}
.shortcode_accordion_item_body,
.shortcode_toggles_item_body { 
padding:6px 13px 9px 13px;
border:#dddddd 1px solid;
border-top:none;
}	
.shortcode_toggles_item_body { 
display:none
}
.module_accordion .shortcode_accordion_item_body p,
.shortcode_toggles_shortcode p {
margin:10px 0 0 0;
}
.module_accordion .shortcode_accordion_item_body p:first-child,
.shortcode_toggles_shortcode p:first-child {
margin:0;
} .module_price_table {
overflow:hidden;
}
.price_item {
display:inline-block;
float:left;
text-align:center;
border-bottom:#dddddd 1px solid;
}
.price_item_title {
background:#404040; 
padding:14px 15px 14px 15px;
}
.price_item_title h5 {
font-weight:normal;
font-size:18px;
line-height:20px;
margin:0;
color:#f2f2f2;
}
.most_popular .price_item_title h5 {
color:#ffffff;
}
.module_price_table .price_item_body {
border-left:#dddddd 1px solid; 
}
.module_price_table .price_item:last-child .price_item_body {
border-right:#dddddd 1px solid; 
}
.price_item_cost {
padding:25px 15px;
display:block;
}
.price_item_cost h2 {
font-size:26px;
line-height:29px;
margin:0;
font-weight:normal;
display:inline-block;
color:#444444;
}
.price_item_cost span {
line-height:29px;
font-size:14px;
color:#9f9f9f;
display:inline-block;
color:#9f9f9f;
margin-left:-3px;
}
.price_item_text {
border-top:#dddddd 1px solid;
background:#f2f2f2;
color:#666666;
font-size:13px;
line-height:16px;
padding:10px 10px;
}
.most_popular .price_item_text {
background:#ffffff;
}
.price_item_text p {
margin:10px 0 0 0;
}
.price_item_text p:first-child {
margin:0;
}
.price_item_btn {
border-top:#dddddd 1px solid;
padding:14px;
text-align:center;
background:#f2f2f2;
}
.most_popular .price_item_btn {
background:#ffffff;
}
.price_item_btn a {
margin:0 auto;
float:none;
}
.most_popular .price_item_btn a:hover {
background:#404040;
border-color:#404040;
} .shortcode_tabs { 
padding:0 0 0 0;
}
.shortcode_tab_item_title {
background:#f2f2f2;
display:inline-block;
float:left;
margin-right:-1px;
cursor:pointer;
padding:7px 15px 9px 15px;
position:relative;
z-index:10;
border:#dddddd 1px solid;
border-bottom:0;
}
.shortcode_tab_item_title:hover {
background:#ffffff;
}
.all_heads_cont:after {
content:'';
display:block;
clear:both;
}
.shortcode_tab_item_title.active {
background:#ffffff;
position:relative;
z-index:17;
}
.shortcode_tab_item_title.active:before {
content:'';
height:1px;
position:absolute;
left:0;
bottom:-1px;
background:#ffffff;
width:100%;
display:block;
}
.all_body_cont {
background:#ffffff;
border:#dddddd 1px solid;
padding:6px 15px 9px 15px;
z-index:15;
}
.shortcode_tab_item_body p {
margin:10px 0 0 0;
}
.shortcode_tab_item_body p:first-child {
margin:0;
}
.shortcode_tab_item_body { 
display:none;
}
.shortcode_tab_item_body.active { 
display:block;
}
@media only screen and (min-width: 760px) {
.shortcode_tabs.type2 .all_heads_cont { 
float:none;
display:block;
}
.shortcode_tabs.type2 .all_head_sizer {
width:20%;
}
.shortcode_tabs.type2 .all_body_sizer {
width:80%;
}
.shortcode_tabs.type2 .all_body_sizer,
.shortcode_tabs.type2 .all_head_sizer {
float:left;
display:inline-block;
}
.all_body_sizer:after,
.all_head_sizer:after {
content:'';
display:block;
clear:both;
}	
.shortcode_tabs.type2 .shortcode_tab_item_title { 
float:none;
margin:0 0 -1px 0;
display:block!important;
padding:7px 15px 9px 15px;
border:#dddddd 1px solid;
border-right:0;
}
.shortcode_tabs.type2 .shortcode_tab_item_title.active {
background:#ffffff;
}
.shortcode_tabs.type2 .shortcode_tab_item_title.active:before {
content:'';
height:100%;
position:absolute;
left:auto;
right:-1px;
bottom:0;
background:#ffffff;
width:1px;
display:block;
}	
} .gallery_item {
overflow: hidden;
}
.gallery_item a {
display:block;
width:100%;
height:100%;
position: relative;
}
.gallery_item img {
display:block;
}
.gallery_item .gallery_fadder {
opacity:0;
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
display:block;
z-index:15;
background:#1a1a1a;
}
.gallery_item_wrapper:hover .gallery_fadder {
opacity:0.8;
}
.gallery_item .gallery_zoom_ico {
border-radius:100%;
position:absolute;
left:50%;
top:50%;
margin:-20px 0 0 -20px;
padding:0 0 0 1px;
width:39px;
height:40px;
display:block;
text-align:center;
opacity:0;
transform:scale(2,2);
-webkit-transform:scale(2,2);
z-index:17;
}
.gallery_item .gallery_zoom_ico i {
font-size:18px;
line-height:38px;
color:#ffffff;
}
.gallery_item_wrapper:hover .gallery_zoom_ico {
transform:scale(1,1);
-webkit-transform:scale(1,1);
opacity:0.999;
}
.list-of-images {
margin:-30px 0 0 -30px!important;
}
.list-of-images .gallery_item {
margin:30px 0 0 0!important;
float:left;
}
.list-of-images .gallery_item .gallery_item_padding {
padding:0 0 0 30px;
}
.list-of-images.images_in_a_row_1 .gallery_item {
width:100%;
height:auto;
}
.list-of-images.images_in_a_row_2 .gallery_item {
width:50%;
height:auto;
}
.list-of-images.images_in_a_row_3 .gallery_item {
width:33.333%;
height:auto;
}
.list-of-images.images_in_a_row_4 .gallery_item {
width:25%;
height:auto;
}
.list-of-images .gallery_item img {
width:100%;
height:auto;
} .module_diagramm ul.skills_list {
margin:0 0 0 -30px!important;
padding:0;
}
.module_diagramm ul.skills_list li {
margin:0;
display:inline-block;
padding:0;
float:left;
}
.module_diagramm .skill_wrapper {
padding:0 0 0 30px;
}
.module_diagramm ul.skills_list li:before {
content:'';
}
.module_diagramm h5 {
margin:0 0 6px 0;
font-size:16px;
font-weight:normal;
}
.easyPieChart {
position:absolute;
text-align: center;
left:0;
top:6px;
}
.easyPieChart canvas {
position: absolute;
top: 0;
left: 0;
}
.skill_item {
position:relative;
padding:0 0 0 75px;
}
.ie8_percent_text {
position:relative;
z-index:33;
font-weight:bold;
}
.ie8_diagram {
position:absolute;
left:0;
top:0;
}
.ie_progress_bar {
position:absolute; 
left:0;
bottom:0;
width:1%; 
height:100%; 
} .carouselslider ul {
list-style:none!important;
}
.carouselslider ul li:before {
content:'';
display:none!important;
}
.testimonials_list ul {
list-style:none!important;
margin:-24px 0 0 -30px;
padding:0;
overflow:hidden;
font-size:0;
}
.testimonials_list ul li {
padding:24px 0 0 0;
margin:0;
display:inline-block;
vertical-align:top;
}
.testimonials_list ul li .item {
padding:0 0 0 30px;
}
.testimonial_item_wrapper {
padding:0 0 0 84px;
position:relative;
}
.testimonial_item_wrapper .testimonials_photo {
width:70px;
height:70px;
display:block;
position:absolute;
left:0;
top:0;
}
.testimonial_item_wrapper .testimonials_photo img {
width:100%;
height:auto;
}
.testimonial_item_wrapper .testimonials_ava {
border-radius:100%;
}
.testimonials_heading,
.testimonials_company {
font-weight:normal;
}
.testimonials_heading {
margin:0 0 3px 0;
font-size:16px;
line-height:18px;
}
.testimonials_company {
color:#9f9f9f;
margin:0 0 8px 0;
font-size:14px;
line-height:16px;
}
.testimonial_item_wrapper p {
margin:0 0 10px 0;
} .module_partners ul {
list-style:none!important;
margin:-24px 0 0 -30px;
padding:0;
overflow:hidden;
}
.module_partners ul li:before {
display:none!important;
}
.module_partners ul li {
padding:24px 0 0 0;
margin:0;
display:inline-block;
float:left;
}
.module_partners ul li .item_wrapper {
padding:0 0 0 30px;
}
.module_partners ul li .item {
text-align:center;
}
.module_partners ul li .item img {
width:100%;
height:auto;
transition:opacity 250ms;
-webkit-transition:opacity 250ms;
opacity:0.3;
}
.module_partners ul li .item:hover img {
opacity:0.9999;
} .module_team ul {
list-style:none!important;
margin:-24px 0 0 -30px;
padding:0;
overflow:hidden;
font-size:0;
}
.module_team ul li {
padding:24px 0 0 0;
margin:0;
display:inline-block;
vertical-align:top;	
}
.module_team ul li .item_wrapper {
padding:0 0 0 30px;
}
.module_team .img_block {
margin:0 0 19px 0;
}
.module_team .img_block img {
width:100%;
height:auto;
}
.module_team h5 {
font-weight:normal;
font-size:16px;
line-height:18px;
margin:0 0 3px 0;
}
.module_team h6 {
font-weight:normal;
font-size:14px;
line-height:16px;
color:#9f9f9f;
margin:0 0 8px 0;
}
.module_team .carousel_desc {
padding-bottom:12px;
border-bottom:#dddddd 1px solid;
}
.smallproflinks {
overflow:hidden;
line-height:0;
}
.team_icons_wrapper {
padding:0;
text-align:left;
}
.smallproflinks a {
display:inline-block;
margin:16px 2px 0 3px;
float:left;
}
.team_icons_wrapper {
margin:0 auto;
display:inline-block;
}
.team_icons_wrapper a {
width:29px;
height:29px;
border-radius:100%;
line-height:29px;
text-align: center;
}
.team_icons_wrapper a:hover {
background:#404040!important;
color:#ffffff!important;
}
.team_icons_wrapper a span,
.team_icons_wrapper a i {
line-height:29px;
width:29px;
height:29px;
text-align:center;
} .module_sitemap .sitemap_firstblock {
margin-left:0!important;
}
.sitemap_list {
margin:0 0 20px 0;
} .fullwidth_map {
opacity:0;
}
.fullwidth_map.loaded {
opacity:0.99999;
} .wrapped_video .alignleft {
float:left;
margin:0 10px 10px 0;
}
.wrapped_video .alignright {
float:right;
margin:0 0 10px 10px;
} .featured_items .item_list {
margin:-30px 0 0 -30px;
padding:0;
overflow:hidden;
font-size:0;
}
.featured_items .item_list li {
margin:30px 0 0 0;
display:inline-block;
vertical-align:top;	
}
.featured_items .item_list li .item {
margin:0 0 0 30px;
}
.featured_items .items1 li {
width:100%;
}
.featured_items .items2 li {
width:50%;
}
.featured_items .items3 li {
width:33.333333%;
}
.featured_items .items4 li {
width:25%;
}
.featured_items_title h5 {
font-weight:normal;
font-size:16px;
line-height:18px;
margin:0 0 9px 0;
}
.featured_posts_body h5 {
margin:0 0 3px 0;
}
.featured_posts_body .featured_items_meta {
margin:0 0 6px 0;
}
.featured_items .img_block {
margin:0 0 17px 0;
position:relative;
display:block;
}
.featured_items .img_block img {
display:block;
width:100%;
height:auto;
}
.featured_items .img_block .featured_item_fadder {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background:#1a1a1a;
display:block;
opacity:0;
transition:opacity 300ms;
-webkit-transition:opacity 300ms;
}
.featured_items .img_block:hover .featured_item_fadder {
opacity:0.8
}
.featured_items .img_block .featured_link_ico {
border-radius:100%;
width:40px;
height:40px;
margin:-20px 0 0 -20px;
position:absolute;
left:50%;
top:50%;
display:block;
text-align:center;
opacity:0;
transform:scale(2,2);
-webkit-transform:scale(2,2);
z-index:17;
}
.featured_items .img_block .featured_link_ico i {
color:#ffffff;
text-align:center;
line-height:40px;
font-size:18px;
padding:1px 0 0 1px;
}
.featured_items .img_block:hover .featured_link_ico {
transform:scale(1,1);
-webkit-transform:scale(1,1);
opacity:0.999;
} .shortcode_promoblock {
border-left:6px solid;
}
.promoblock_wrapper {
background:#f2f2f2;
border:#dddddd 1px solid;
border-left:0;
padding:32px 34px 36px 34px;
overflow:hidden;
}
.promoblock_wrapper .promo_text_block {
width:75%;
display:inline-block;
float:left;
}
.no_button_text .promoblock_wrapper .promo_text_block {
width:100%;
}
.promoblock_wrapper .promo_button_block {
width:25%;
display:inline-block;
float:left;
text-align:right
}
.promoblock_wrapper .promo_button_block a {
float:none;
margin:5px 0 0 30px;
}
.shortcode_promoblock h4 {
font-size:24px;
line-height:26px;
margin:0 0 9px 0;
font-weight:normal;
}
.shortcode_promoblock h6 {
font-size:15px;
line-height:17px;
margin:0;
font-weight:normal;
} .shortcode_button { 
display:inline-block;
margin:0 3px 6px 3px;
border-radius:4px;
border:none!important;
font-size:10px;
line-height:14px;
min-height:14px;
font-weight:400;
color:#ffffff;
text-transform:uppercase;
text-decoration:none;
text-align:center;
}
.shortcode_button span {
display:inline-block;
padding-right:6px;
}
.shortcode_button.btn_small {
padding:10px 17px;
font-weight:700;
}
.shortcode_button.btn_normal {
font-size:12px;
line-height:16px;
min-height:16px;
padding:12px 20px;
font-weight:700;
}
.shortcode_button.btn_large {
font-size:14px;
line-height:18px;
min-height:18px;
padding:15px 30px;
font-weight:600;
}
.shortcode_button.btn_small.btn_type4 {
padding-top:9px;
padding-bottom:9px;
}
.shortcode_button.btn_normal.btn_type4 {
padding-top:11px;
padding-bottom:11px;
}
.shortcode_button.btn_large.btn_type4 {
padding-top:14px;
padding-bottom:14px;
}
.shortcode_button.btn_type1 {
background:#404040;
color:#ffffff;	
}
.shortcode_button.btn_type1:hover {
color:#ffffff;	
}
.shortcode_button.btn_type2 {
background:#858585;
color:#ffffff;	
}
.shortcode_button.btn_type3 {
background:#c5c5c5;
color:#ffffff;	
}
.shortcode_button.btn_type4 {
background:#f2f2f2;
border:#dddddd 1px solid!important;
color:#a3a3a3;	
}
.shortcode_button.btn_type5 {
color:#ffffff;	
}
.shortcode_button.btn_type6 {
color:#ffffff;
background:#12acaa;
}
.shortcode_button.btn_type7 {
color:#ffffff;
background:#36a614;
}
.shortcode_button.btn_type8 {
color:#ffffff;
background:#9bca0a;
}
.shortcode_button.btn_type9 {
color:#ffffff;
background:#e4cc00;
}
.shortcode_button.btn_type10 {
color:#ffffff;
background:#ff8a00;
}
.shortcode_button.btn_type11 {
color:#ffffff;
background:#e93b1e;
}
.shortcode_button.btn_type12 {
color:#ffffff;
background:#ff8593;
}
.shortcode_button.btn_type13 {
color:#ffffff;
background:#ff39e1;
}
.shortcode_button.btn_type14 {
color:#ffffff;
background:#b037e3;
}
.shortcode_button.btn_type15 {
color:#ffffff;
background:#681ce5;
}
.shortcode_button.btn_type16 {
color:#ffffff;
background:#223ecc;
}
.shortcode_button.btn_type17 {
color:#ffffff;
background:#0aa4ca;
}
.shortcode_button:hover {
background:#404040;
color:#ffffff!important;
text-decoration:none;
}
.shortcode_button.btn_type4:hover {
border:#404040 1px solid!important;
}
.shortcode_button.btn_type5:hover {
background:#404040!important;
} .shortcode_messagebox {
border:#dddddd 1px solid;
background:#f2f2f2;
padding:11px 25px 11px 13px;
position:relative;
line-height:16px;
}
.shortcode_messagebox .box_icon i {
padding-right:10px;
width:13px;
text-align:center;
}
.shortcode_messagebox .box_icon {
float:left;
}
.shortcode_messagebox .box_icon,
.shortcode_messagebox .box_icon i {
font-size:13px;
line-height:16px;
color:#666666;
display:block;
}
.shortcode_messagebox .box_content {
font-size:13px;
line-height:16px;
color:#666666;
}
.shortcode_messagebox .box_content p {
margin:0;
padding:0;
font-size:13px;
line-height:16px;
color:#666666;
}
.shortcode_messagebox .box_close {
width:9px;
height:9px;
display:block;
position:absolute;
right:12px;
top:14px;
background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/frontend/gt3_plugin.png) no-repeat -56px -4px;
opacity:0.999;
}
.shortcode_messagebox .box_close:hover {
opacity:0.5;
}
.shortcode_messagebox.box_type2 {
border-color:#97d7e7;
background:#a6edff;
}
.shortcode_messagebox.box_type2 .box_icon i,
.shortcode_messagebox.box_type2 .box_content,
.shortcode_messagebox.box_type2 .box_content p {
color:#0aa4ca;
}
.shortcode_messagebox.box_type2 .box_close {
background-position:-69px -4px;
}
.shortcode_messagebox.box_type3 {
border-color:#b4d882;
background:#c7ef8e;
}
.shortcode_messagebox.box_type3 .box_icon i,
.shortcode_messagebox.box_type3 .box_content,
.shortcode_messagebox.box_type3 .box_content p {
color:#6fa521;
}
.shortcode_messagebox.box_type3 .box_close {
background-position:-82px -4px;
}
.shortcode_messagebox.box_type4 {
border-color:#fae16b;
background:#fffaa2;
}
.shortcode_messagebox.box_type4 .box_icon i,
.shortcode_messagebox.box_type4 .box_content,
.shortcode_messagebox.box_type4 .box_content p {
color:#deb700;
}
.shortcode_messagebox.box_type4 .box_close {
background-position:-95px -4px;
}
.shortcode_messagebox.box_type5 {
border-color:#ef9797;
background:#ffb9b9;
}
.shortcode_messagebox.box_type5 .box_icon i,
.shortcode_messagebox.box_type5 .box_content,
.shortcode_messagebox.box_type5 .box_content p {
color:#d35a5a;
}
.shortcode_messagebox.box_type5 .box_close {
background-position:-108px -4px;
} .bg_title {
margin-bottom:18px;
}
.bg_title h1,
.bg_title h2,
.bg_title h3,
.bg_title h4,
.bg_title h5,
.bg_title h6 {
font-weight:normal;
margin:0;
} blockquote.shortcode_blockquote {	
margin:0 0 10px 0;
position:relative;
border:none;
font-style:normal;
}
blockquote.shortcode_blockquote:before {
content:'';
display:block;
width:40px;
height:40px;
position:absolute;
overflow:hidden;
left:0;
top:6px;
border-radius:100%;
background-color:#404040;
}
blockquote.shortcode_blockquote.type3:before,
blockquote.shortcode_blockquote.type4:before,
blockquote.shortcode_blockquote.type5:before {
display:none!important
}
blockquote.shortcode_blockquote:after {
content:'';
width:20px;
height:20px;
position:absolute;
left:10px;
top:16px;
background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/frontend/gt3_plugin.png) no-repeat -120px 0;
}
blockquote.shortcode_blockquote.type3:after,
blockquote.shortcode_blockquote.type4:after,
blockquote.shortcode_blockquote.type5:after {
background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/frontend/gt3_plugin.png) no-repeat -140px 0;
width:25px;
height:18px;
left:0;
top:5px;
}
blockquote.shortcode_blockquote.type3:after {
background-color:#404040;
}
blockquote.shortcode_blockquote.type4:after,
blockquote.shortcode_blockquote.type1:before {
background-color:#c5c5c5;
}
blockquote.shortcode_blockquote.right { 
float:right;
margin-left:2.5%;
}
blockquote.shortcode_blockquote.left { 
margin-right:2.5%;
float:left; 
}
blockquote.shortcode_blockquote .blockquote_wrapper {
padding:0 0 0 54px!important;
}
blockquote.shortcode_blockquote.type3 .blockquote_wrapper,
blockquote.shortcode_blockquote.type4 .blockquote_wrapper,
blockquote.shortcode_blockquote.type5 .blockquote_wrapper {
padding:0 0 0 40px!important;
}
blockquote.shortcode_blockquote p {
margin:0 0 6px 0;
}
blockquote.shortcode_blockquote .author {
color:#9f9f9f;
} .dropcap { 
margin:5px 14px 0 0;
padding:0 0 0 1px;
text-transform:uppercase;
float:left;
font-size:26px;
line-height:38px;
width:39px;
height:40px;
border-radius:100%;
font-weight:400;
text-align:center;
display:inline-block;
color:#ffffff;
background:#404040;
}
.dropcap.type1 {
background:#c5c5c5;
}
.dropcap.type3,
.dropcap.type4,
.dropcap.type5 {
margin:0 17px 0 0;
background:none;
width:auto;
height:auto;
font-size:38px;
line-height:40px;
color:#404040;
}
.dropcap.type4 {
color:#c5c5c5;
} .shortcode_social_icon {
width:40px;
height:40px;
display:inline-block;
margin:0 10px 10px 0;
float:left;
background:#404040;
color:#ffffff;
}
.shortcode_social_icon.type2 {
border-radius:8px;
}
.shortcode_social_icon.type3 {
border-radius:100%;
}
span.shortcode_social_icon {
cursor:default;
}
a.shortcode_social_icon:hover {
background:#404040!important;
color:#ffffff!important;
}
a.shortcode_social_icon:hover i {
color:#ffffff!important;
}
.shortcode_social_icon.type4 {
background:none!important;
}
.shortcode_social_icon i {
text-align:center;
display:block;
width:39px;
height:40px;
padding:0 0 0 1px;
line-height:38px;
font-size:18px;
} .module_cont hr {
border:none;
border-top:#dddddd 1px solid;
margin:0 0 0 0;
height:20px;
display:block;
background:none!important;
}
.module_cont hr.type1 {
border-top:#979797 1px solid;
}
.module_cont hr.type2 {
border-top:#343434 1px solid;
} .highlighted_colored {
color:#ffffff;
}
.highlighted_dark {
color:#ffffff;
background:#404040;
}
.highlighted_light {
color:#343434;
background:#c5c5c5;
} .contact_info_list {
margin:0;
list-style:none;
padding:0;
}
.contact_info_list li {
position:relative;
margin:0 0 10px 0;
padding:2px 40px 0;
min-height:28px;
}
.contact_info_list li .contact_info_icon {
position:absolute;
left:0;
top:0;
font-size:16px;
line-height:30px;
width:30px;
height:30px;
display:block;
border-radius:100%;
}
.contact_info_list li .contact_info_icon i {
font-size:16px;
line-height:30px;
display:block;
width:29px;
padding-left:1px;
text-align:center;
} .module_blog .blog_post_preview {
border-bottom:#dddddd 1px solid;
padding-bottom:45px;
margin-top:50px;
}
.module_blog .blog_post_preview:first-child {
margin-top:0;
}
.global_left {
position:relative;
padding:0 0 45px 85px;
}
.date_left .preview_topblock {
position:relative;
padding:0 0 0 85px;	
min-height:71px;
}
.boxed_date {
position:absolute;
left:0;
top:0;
width:66px;
height:68px;
}
.boxed_date .boxed_date_month {
text-align:center;
background:#404040;
font-weight:800;
color:#ffffff;
font-size:14px;
text-transform:uppercase;
line-height:34px;
display:block;
}
.boxed_date .boxed_date_day {
text-align:center;
background:#f2f2f2;
font-weight:700;
color:#5d5d5d;
font-size:18px;
line-height:33px;
display:block;
border:#dddddd 1px solid;
border-top:none;
}
.date_content .preview_content {
padding:0 0 0 85px;
position:relative;
min-height:68px;
}
.preview_featured_image {
margin: 0 0 23px 0;
}
.preview_featured_image img {
width:100%;
height:auto;
display:block;
}
.preview_topblock {
margin-bottom:20px;
}
.blog_post_preview h2 {
font-size:18px;
line-height:20px;
font-weight:normal;
margin:0 0 5px 0;
}
.blog_post_preview .preview_meta {
overflow:hidden;
}
.preview_meta.meta_at_footer {
border-top:#dddddd 1px solid;
padding-top:15px;
margin:20px 0 -25px 0;
}
.blog_post_preview .preview_meta span,
.featured_items_meta span {
color:#aaaaaa;
font-size:13px;
line-height:15px;
font-style:italic;
}
.blog_post_preview .preview_meta span a,
.featured_items_meta span a {
color:#aaaaaa;
}
.blog_post_preview .preview_meta span:after,
.featured_items_meta span:after {
content:'/';
margin:0 8px;
color:#cacaca;
font-size:13px;
line-height:15px;
}
.blog_post_preview .preview_meta span:last-child:after,
.featured_items_meta span:last-child:after {
display:none;
}
.blog_post_preview.date_meta .preview_meta_data:after {
display:none;
}
.blog_post_preview hr.blogpreview_content_seperator {
border:none;
background:#dddddd!important;
display:block;
height:1px;
margin:11px 0 16px 0;
} .module_blog .pagerblock,
.module_blog_masonry .pagerblock {
margin:0 0 0 0!important;;
padding:20px 0 0 0!important;;
list-style:none!important;
overflow:hidden;
}
.module_blog .pagerblock li,
.module_blog_masonry .pagerblock li {
display:inline-block;
margin:0 8px;
float:left;	
}
.module_blog .pagerblock li a,
.module_blog_masonry .pagerblock li a {
color:#666666;
}
.module_blog_masonry .pagerblock {
margin:30px 0 0 0!important;
padding:15px 0 0 0!important;
border-top:#dddddd 1px solid;
} .masonry_blog_wrapper {
margin:-30px 0 0 -30px;
overflow:hidden;
}
.masonry_blog_wrapper .blog_post_preview {
width:33%;
}
.module_blog_masonry .blog_post_preview .masonry_item_wrapper {
margin:30px 0 0 30px;
}
.module_blog_masonry .preview_featured_image {
margin:0;
}
.module_blog_masonry .masonry_preview_content {
padding:13px 0 14px 0;
border:#dddddd 1px solid;
border-top:none;
}
.masonry_content_block,
.masonry_title_block {
padding:0 18px;
}
.masonry_title_block {
border-bottom:#dddddd 1px solid;
padding-bottom:13px;
margin-bottom:11px;
} .masonry_blog_wrapper {
opacity:0.9999999;
transition:opacity 500ms;
-webkit-transition:opacity 500ms;
}
.hided_blog {
opacity:0;
}  .optionset {
padding:0 0 40px 0!important;
list-style:none!important;
overflow:hidden;
}
.optionset li {
display:inline-block;
font-size:13px;
line-height:15px;
}
.optionset li a {
font-size:13px;
line-height:15px;
color:#666666;
}
.optionset li:before {
content:'/'!important;
margin:0 10px;
color:#cacaca;
font-size:13px;
line-height:15px;
display:inline-block;
}
.optionset li:first-child:before {
display:none;
} .module_portfolio .pagerblock {
margin:0 0 0 0!important;;
padding:43px 0 0 0!important;;
list-style:none!important;
overflow:hidden;
}
.module_portfolio .pagerblock li {
display:inline-block;
margin:0 8px;
float:left;	
}
.module_portfolio .pagerblock li a {
color:#666666;
} .portfolio_block {
margin:-30px 0 0 -30px;
}
.portfolio_item .portfolio_item_img {
position:relative;
}
.portfolio_item .portfolio_item_img img {
display:block;
width:100%;
max-width:100%;
height:auto;
}
.columns2 .portfolio_item .gallery_title,
.columns3 .portfolio_item .gallery_title,
.columns4 .portfolio_item .gallery_title {
text-align:left;
} .portfolio_block.columns1 {
margin:-50px 0 0 0;
}
.portfolio_block.columns1 .portfolio_item {
margin-top:50px;
width:100%;
}
.portfolio_block.columns1 .portfolio_item .portfolio_preview_topline {
margin:0 0 15px 0;
border-bottom:#dddddd 1px solid;
padding:0 0 10px 0;
}
.portfolio_block.columns1 .portfolio_item h3 {
margin:0 0 5px 0;
}
.portfolio_block.columns1 .preview_meta span {
color:#aaaaaa;
font-size:13px;
line-height:15px;
font-style:italic;
}
.portfolio_block.columns1 .preview_meta span a {
color:#aaaaaa;
}
.portfolio_block.columns1 .preview_meta span:after {
content:'/';
margin:0 8px;
color:#cacaca;
font-size:13px;
line-height:15px;
}
.portfolio_block.columns1 .preview_meta span:last-child:after {
display:none;
}
.portfolio_block.columns1 .preview_meta_data:after {
display:none;
} .columns2 .portfolio_item {
width:50%;
}
.columns3 .portfolio_item {
width:33.33333%;
}
.columns4 .portfolio_item {
width:25%;
} .columns2 .portfolio_item .portfolio_item_wrapper,
.columns3 .portfolio_item .portfolio_item_wrapper,
.columns4 .portfolio_item .portfolio_item_wrapper {
margin:30px 0 0 30px;
}
.columns2 .portfolio_item .portfolio_item_wrapper .portfolio_content,
.columns3 .portfolio_item .portfolio_item_wrapper .portfolio_content,
.columns4 .portfolio_item .portfolio_item_wrapper .portfolio_content {
border:#dddddd 1px solid;
padding:15px 18px 16px 14px;
border-top:none;
text-align:center;
}
.columns2 .portfolio_item .portfolio_item_wrapper .portfolio_content h3,
.columns3 .portfolio_item .portfolio_item_wrapper .portfolio_content h3,
.columns4 .portfolio_item .portfolio_item_wrapper .portfolio_content h3 {
margin:0;
}
.portfolio_item_img_fx .portfolio_image_fadder {
position:absolute;
left:0;
top:0;
background:#1a1a1a;
opacity:0;
display:block;
width:100%;
height:100%;
opacity:0;
}
.portfolio_item_img_fx a {
background:#404040;
display:block;
position:absolute;
top:50%;
left:50%;
margin:-20px 0 0 0;
width:40px;
height:40px;
border-radius:100%;
color:#ffffff!important;
line-height:40px;
text-align:center;
font-size:18px;
opacity:0;
}
.portfolio_item_img_fx a.prettyPhoto {
margin-left:8px;
line-height:38px;
}
.portfolio_item_img_fx a.portfolio_link {
margin-left:-47px;
} .ie8 .featured_items .img_block .featured_item_fadder,
.ie8 .featured_items .img_block .featured_link_ico,
.ie8 .gallery_item .gallery_fadder,
.ie8 .gallery_item .gallery_zoom_ico {
visibility:hidden;
}
.ie8 .featured_items .img_block:hover .featured_item_fadder,
.ie8 .featured_items .img_block:hover .featured_link_ico,
.ie8 .gallery_item:hover .gallery_fadder,
.ie8 .gallery_item:hover .gallery_zoom_ico {
visibility:visible;
} .gallery_item .gallery_zoom_ico,
.featured_items .img_block .featured_link_ico,
.shortcode_button {
transition:all 300ms;
-webkit-transition:all 300ms;	
}
a.shortcode_social_icon i {
transition:color 250ms;
-webkit-transition:color 250ms;
}
.iconbox_wrapper .ico,
h5.shortcode_accordion_item_title, 
h5.shortcode_toggles_item_title,
.team_icons_wrapper a { 
transition:background 300ms;
-webkit-transition:background 300ms;
}
.shortcode_tab_item_title,
.shortcode_social_icon {
transition:background 250ms, color 250ms;
-webkit-transition:background 250ms, color 250ms;
}
.fullwidth_map,
.gallery_item .gallery_fadder,
.shortcode_messagebox .box_close {
transition:opacity 250ms;
-webkit-transition:opacity 250ms;
} @media only screen and (-webkit-min-device-pixel-ratio: 2) {
.shortcode_accordion_item_title .ico, 
.shortcode_toggles_item_title .ico { 
background-size:165px 20px!important;
background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/frontend/gt3_plugin_retina.png) no-repeat -17px 0 ;
}
.shortcode_messagebox .box_close {
background-size:165px 20px!important;
background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/frontend/gt3_plugin_retina.png) no-repeat -56px -4px;
}
blockquote.shortcode_blockquote:after {
background-size:165px 20px!important;
background:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/frontend/gt3_plugin_retina.png) no-repeat -120px 0;
}
blockquote.shortcode_blockquote.type3:after,
blockquote.shortcode_blockquote.type4:after,
blockquote.shortcode_blockquote.type5:after {
background-size:165px 20px!important;
background-image:url(//www.livingnoce.net/livingnoce/wp-content/plugins/detheme_gt3/img/frontend/gt3_plugin_retina.png)!important;
background-position:-140px 0!important;
}
}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set:after,.woocommerce .col2-set:before,.woocommerce-page .col2-set:after,.woocommerce-page .col2-set:before{content:" ";display:table}.woocommerce .col2-set:after,.woocommerce-page .col2-set:after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails:after,.woocommerce #content div.product div.thumbnails:before,.woocommerce div.product div.thumbnails:after,.woocommerce div.product div.thumbnails:before,.woocommerce-page #content div.product div.thumbnails:after,.woocommerce-page #content div.product div.thumbnails:before,.woocommerce-page div.product div.thumbnails:after,.woocommerce-page div.product div.thumbnails:before{content:" ";display:table}.woocommerce #content div.product div.thumbnails:after,.woocommerce div.product div.thumbnails:after,.woocommerce-page #content div.product div.thumbnails:after,.woocommerce-page div.product div.thumbnails:after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs:before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment:after,.woocommerce #content div.product #reviews .comment:before,.woocommerce div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:before,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:before,.woocommerce-page div.product #reviews .comment:after,.woocommerce-page div.product #reviews .comment:before{content:" ";display:table}.woocommerce #content div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce-page div.product #reviews .comment:after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce .related,.woocommerce .upsells.products,.woocommerce-page .related,.woocommerce-page .upsells.products{clear:both}.woocommerce .related:after,.woocommerce .related:before,.woocommerce .upsells.products:after,.woocommerce .upsells.products:before,.woocommerce-page .related:after,.woocommerce-page .related:before,.woocommerce-page .upsells.products:after,.woocommerce-page .upsells.products:before{content:" ";display:table}.woocommerce .related:after,.woocommerce .upsells.products:after,.woocommerce-page .related:after,.woocommerce-page .upsells.products:after{clear:both}.woocommerce .related ul,.woocommerce .related ul.products,.woocommerce .upsells.products ul,.woocommerce .upsells.products ul.products,.woocommerce-page .related ul,.woocommerce-page .related ul.products,.woocommerce-page .upsells.products ul,.woocommerce-page .upsells.products ul.products{float:none}.woocommerce .related ul li.product,.woocommerce .related ul.products li.product,.woocommerce .upsells.products ul li.product,.woocommerce .upsells.products ul.products li.product,.woocommerce-page .related ul li.product,.woocommerce-page .related ul.products li.product,.woocommerce-page .upsells.products ul li.product,.woocommerce-page .upsells.products ul.products li.product{width:48%}.woocommerce .related ul li.product img,.woocommerce .related ul.products li.product img,.woocommerce .upsells.products ul li.product img,.woocommerce .upsells.products ul.products li.product img,.woocommerce-page .related ul li.product img,.woocommerce-page .related ul.products li.product img,.woocommerce-page .upsells.products ul li.product img,.woocommerce-page .upsells.products ul.products li.product img{width:100%;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products:after,.woocommerce ul.products:before,.woocommerce-page ul.products:after,.woocommerce-page ul.products:before{content:" ";display:table}.woocommerce ul.products:after,.woocommerce-page ul.products:after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers:after,.woocommerce .woocommerce-pagination ul.page-numbers:before,.woocommerce-page .woocommerce-pagination ul.page-numbers:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals:after,.woocommerce .cart-collaterals:before,.woocommerce-page .cart-collaterals:after,.woocommerce-page .cart-collaterals:before{content:" ";display:table}.woocommerce .cart-collaterals:after,.woocommerce-page .cart-collaterals:after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce .cart-collaterals .shipping_calculator:before,.woocommerce-page .cart-collaterals .shipping_calculator:after,.woocommerce-page .cart-collaterals .shipping_calculator:before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce-page .cart-collaterals .shipping_calculator:after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li:after,.woocommerce ul.cart_list li:before,.woocommerce ul.product_list_widget li:after,.woocommerce ul.product_list_widget li:before,.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.cart_list li:before,.woocommerce-page ul.product_list_widget li:after,.woocommerce-page ul.product_list_widget li:before{content:" ";display:table}.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li:after,.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.product_list_widget li:after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row:after,.woocommerce form .form-row:before,.woocommerce-page form .form-row:after,.woocommerce-page form .form-row:before{content:" ";display:table}.woocommerce form .form-row:after,.woocommerce-page form .form-row:after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{float:left;width:47%;overflow:visible}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:right;padding:0 1em}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}.twentyfourteen .tfwc .product .images img{margin-bottom:1em}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}