@charset "UTF-8";
.entry .olMapViewport img{
max-width: none !important;
max-height: none !important;
vertical-align: none !important;
}
.OSM_Map img {
max-width: none !important;
max-height: none !important;
vertical-align: none;
}
.olTileImage {
max-width: none !important;
max-height: none !important;
vertical-align: none !important;
}
.olControlAttribution {
bottom: 0 !important;
}
div.olControlMousePosition {
bottom: 1em !important;
}
.olPopupContent
{ padding: 0 0 0 0;
border: #fff solid;
border-width: 10px 10px;
white-space:nowrap;
} .olImageLoadError {
display: none !important;
} .tabs {
width:100%;
display:inline-block;
}  .tab-links:after {
display:block;
clear:both;
content:'';
}
.tab-links li {
margin:0px 5px;
float:left;
list-style:none;
text-decoration:none;
}
.tab-links a {
padding:3px 6px;
display:inline-block;
border-radius:3px 3px 0px 0px;
background:#FFFFFF;
transition:all linear 0.15s;
text-decoration:none;
}
.tab-links a:hover {
background:#FFFFFF;
text-decoration:none;
}
li.active a {
border: 1px solid #D8D8D8;
background:#FFFFFF;
border-bottom: none;
color: black;
}
li.active a:hover {
border: 1px solid #D8D8D8;
background:#FFFFFF;
border-bottom: none;
} .osm-marker-tab-container{
width: 95%;
margin: 0 auto;
}
ul.osm-marker-tabs{
margin: 0px;
padding: 0px;
list-style: none;
}
ul.osm-marker-tabs li{
background: none;
color: #222;
display: inline-block;
padding: 2px 5px;
cursor: pointer;
}
ul.osm-marker-tabs li.current{
background: #fdfdfd;
color: #222;
border: 1px solid #D8D8D8;
border-bottom: none;
}
.marker-tab-content{
margin: -7px 0px 0px 0px;
padding:15px;
border-radius:3px;
display: none;
background: #fdfdfd;
border: 1px solid #D8D8D8;
height: 300px;
}
.marker-tab-content.current{
display: inherit;
} .osm-geo-marker-tab-container{
width: 95%;
margin: 0 auto;
}
ul.osm-geo-marker-tabs{
margin: 0px;
padding: 0px;
list-style: none;
}
ul.osm-geo-marker-tabs li{
background: none;
color: #222;
display: inline-block;
padding: 2px 5px;
cursor: pointer;
}
ul.osm-geo-marker-tabs li.current{
background: #fdfdfd;
color: #222;
border: 1px solid #D8D8D8;
border-bottom: none;
}
.geo-marker-tab-content{
margin: -7px 0px 0px 0px;
padding:15px;
border-radius:3px;
display: none;
background: #fdfdfd;
border: 1px solid #D8D8D8;
height: 300px;
}
.geo-marker-tab-content.current{
display: inherit;
} .osm-tab-container{
width: 95%;
margin: 0 auto;
}
ul.osm-tabs{
margin: 0px;
padding: 0px;
list-style: none;
}
ul.osm-tabs li{
background: none;
color: #222;
display: inline-block;
padding: 2px 5px;
cursor: pointer;
}
ul.osm-tabs li.current{
background: #fdfdfd;
color: #222;
border: 1px solid #D8D8D8;
border-bottom: none;
}
.osm-tab-content{
margin: -7px 0px 0px 0px;
padding:15px;
border-radius:3px;
display: none;
background: #fdfdfd;
border: 1px solid #D8D8D8;
}
.osm-tab-content.current{
display: inherit;
} label.metabox-label > input{ visibility: hidden; position: absolute; }
label.metabox-label > input + img{ cursor:pointer;
border:2px solid transparent;
}
label.metabox-label > input:checked + img{ border:2px solid #808080;
}:root,
:host {
--ol-background-color: white;
--ol-accent-background-color: #F5F5F5;
--ol-subtle-background-color: rgba(128, 128, 128, 0.25);
--ol-partial-background-color: rgba(255, 255, 255, 0.75);
--ol-foreground-color: #333333;
--ol-subtle-foreground-color: #666666;
--ol-brand-color: #00AAFF;
}
.ol-box {
box-sizing: border-box;
border-radius: 2px;
border: 1.5px solid var(--ol-background-color);
background-color: var(--ol-partial-background-color);
}
.ol-mouse-position {
top: 8px;
right: 8px;
position: absolute;
}
.ol-scale-line {
background: var(--ol-partial-background-color);
border-radius: 4px;
bottom: 8px;
left: 8px;
padding: 2px;
position: absolute;
}
.ol-scale-line-inner {
border: 1px solid var(--ol-subtle-foreground-color);
border-top: none;
color: var(--ol-foreground-color);
font-size: 10px;
text-align: center;
margin: 1px;
will-change: contents, width;
transition: all 0.25s;
}
.ol-scale-bar {
position: absolute;
bottom: 8px;
left: 8px;
}
.ol-scale-bar-inner {
display: flex;
}
.ol-scale-step-marker {
width: 1px;
height: 15px;
background-color: var(--ol-foreground-color);
float: right;
z-index: 10;
}
.ol-scale-step-text {
position: absolute;
bottom: -5px;
font-size: 10px;
z-index: 11;
color: var(--ol-foreground-color);
text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}
.ol-scale-text {
position: absolute;
font-size: 12px;
text-align: center;
bottom: 25px;
color: var(--ol-foreground-color);
text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}
.ol-scale-singlebar {
position: relative;
height: 10px;
z-index: 9;
box-sizing: border-box;
border: 1px solid var(--ol-foreground-color);
}
.ol-scale-singlebar-even {
background-color: var(--ol-subtle-foreground-color);
}
.ol-scale-singlebar-odd {
background-color: var(--ol-background-color);
}
.ol-unsupported {
display: none;
}
.ol-viewport,
.ol-unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
}
.ol-viewport canvas {
all: unset;
}
.ol-selectable {
-webkit-touch-callout: default;
-webkit-user-select: text;
-moz-user-select: text;
user-select: text;
}
.ol-grabbing {
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
}
.ol-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.ol-control {
position: absolute;
background-color: var(--ol-subtle-background-color);
border-radius: 4px;
}
.ol-zoom {
top: .5em;
left: .5em;
}
.ol-rotate {
top: .5em;
right: .5em;
transition: opacity .25s linear, visibility 0s linear;
}
.ol-rotate.ol-hidden {
opacity: 0;
visibility: hidden;
transition: opacity .25s linear, visibility 0s linear .25s;
}
.ol-zoom-extent {
top: 4.643em;
left: .5em;
}
.ol-full-screen {
right: .5em;
top: .5em;
}
.ol-control button {
display: block;
margin: 1px;
padding: 0;
color: var(--ol-subtle-foreground-color);
font-weight: bold;
text-decoration: none;
font-size: inherit;
text-align: center;
height: 1.375em;
width: 1.375em;
line-height: .4em;
background-color: var(--ol-background-color);
border: none;
border-radius: 2px;
}
.ol-control button::-moz-focus-inner {
border: none;
padding: 0;
}
.ol-zoom-extent button {
line-height: 1.4em;
}
.ol-compass {
display: block;
font-weight: normal;
will-change: transform;
}
.ol-touch .ol-control button {
font-size: 1.5em;
}
.ol-touch .ol-zoom-extent {
top: 5.5em;
}
.ol-control button:hover,
.ol-control button:focus {
text-decoration: none;
outline: 1px solid var(--ol-subtle-foreground-color);
color: var(--ol-foreground-color);
}
.ol-zoom .ol-zoom-in {
border-radius: 2px 2px 0 0;
}
.ol-zoom .ol-zoom-out {
border-radius: 0 0 2px 2px;
}
.ol-attribution {
text-align: right;
bottom: .5em;
right: .5em;
max-width: calc(100% - 1.3em);
display: flex;
flex-flow: row-reverse;
align-items: center;
}
.ol-attribution a {
color: var(--ol-subtle-foreground-color);
text-decoration: none;
}
.ol-attribution ul {
margin: 0;
padding: 1px .5em;
color: var(--ol-foreground-color);
text-shadow: 0 0 2px var(--ol-background-color);
font-size: 12px;
}
.ol-attribution li {
display: inline;
list-style: none;
}
.ol-attribution li:not(:last-child):after {
content: " ";
}
.ol-attribution img {
max-height: 2em;
max-width: inherit;
vertical-align: middle;
}
.ol-attribution button {
flex-shrink: 0;
}
.ol-attribution.ol-collapsed ul {
display: none;
}
.ol-attribution:not(.ol-collapsed) {
background: var(--ol-partial-background-color);
}
.ol-attribution.ol-uncollapsible {
bottom: 0;
right: 0;
border-radius: 4px 0 0;
}
.ol-attribution.ol-uncollapsible img {
margin-top: -.2em;
max-height: 1.6em;
}
.ol-attribution.ol-uncollapsible button {
display: none;
}
.ol-zoomslider {
top: 4.5em;
left: .5em;
height: 200px;
}
.ol-zoomslider button {
position: relative;
height: 10px;
}
.ol-touch .ol-zoomslider {
top: 5.5em;
}
.ol-overviewmap {
left: 0.5em;
bottom: 0.5em;
}
.ol-overviewmap.ol-uncollapsible {
bottom: 0;
left: 0;
border-radius: 0 4px 0 0;
}
.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
display: block;
}
.ol-overviewmap .ol-overviewmap-map {
border: 1px solid var(--ol-subtle-foreground-color);
height: 150px;
width: 150px;
}
.ol-overviewmap:not(.ol-collapsed) button {
bottom: 0;
left: 0;
position: absolute;
}
.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
display: none;
}
.ol-overviewmap:not(.ol-collapsed) {
background: var(--ol-subtle-background-color);
}
.ol-overviewmap-box {
border: 1.5px dotted var(--ol-subtle-foreground-color);
}
.ol-overviewmap .ol-overviewmap-box:hover {
cursor: move;
}.ol-openseamap{
background: transparent;
}
.ol-popup {
position: absolute;
background-color: white;
-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
padding: 10px 25px 10px 10px;
border-radius: 10px;
border: 1px solid #cccccc;
bottom: 12px;
left: -50px;
min-width: 200px;
}
.ol-popup:after, .ol-popup:before {
top: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.ol-popup:after {
border-top-color: white;
border-width: 10px;
left: 48px;
margin-left: -10px;
}
.ol-popup:before {
border-top-color: #cccccc;
border-width: 11px;
left: 48px;
margin-left: -11px;
}
.ol-popup-closer {
text-decoration: none;
position: absolute;
top: 2px;
right: 4px;
}
.ol-popup-closer:after {
content: "✖";
} .ol-mouse-position {
right: 3em;
color: #fff;
background-color: rgba(0,60,136,.5);
padding: 2px 10px;
border-radius: 5px;
} .ol-rotate {
top: 3em;
}
.ol-zoomslider {
width: 200px;
height: 25px;
left: 3em;
top: 0.5em;
}
.ol-zoomslider-thumb {
height: 16px;
}
#osmLayerSelect span, #osmLayerSelect a {
cursor:pointer;
}
#osmLayerSelect #generatedLink a {
margin-top:1em; 
font-weight:700; 
display:block;
}
#osmLayerSelect {
background-color:#ededed;
margin-bottom:1em;
padding:0.4em
}
#osmLayerSelect h3 {
margin-bottom:0.2em
}
.layerColor {
width:2em;
height:1em;
border: solid 1px #000;
display:inline-block;
margin-left:0.4em;
}
.setupChange {
cursor:pointer;
}
.layerColorHidden {
opacity:0.6;
border: 1px dotted #c0c0c0;
}
.setupChange:before {
content:"\f279";
text-decoration:none;
font:normal 12px/1 FontAwesome;
padding-right:0.1em
}
.setupChange:hover:before {
content:"\f278";
font:normal 10.5px/1 FontAwesome;
} 
div.cantGenerateShortCode {
border:dashed 1px lightblue;
cursor:pointer;
}
div.generatedShortCode {
border:solid 1px lightblue;
cursor:pointer;
}
.padding1em{
padding:0 0.4em;
}body {
margin: 0;
padding: 0
}
a {
text-decoration: none;
outline: none;
transition: all 0.2s;
}
.alignnone {
margin: 5px 20px 20px 0
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto
}
.alignright {
float: right;
margin: 5px 0 20px 20px
}
.alignleft {
float: left;
margin: 5px 20px 20px 0
}
.aligncenter {
display: block;
margin: 5px auto
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px
}
a img.alignnone {
margin: 5px 20px 20px 0
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
max-width: 96%;
padding: 10px 3px;
text-align: center
}
.wp-caption img {
max-width: 98%!important;
height: auto
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0
}
.wp-caption.alignright {
margin: 5px 0 20px 20px
}
.wp-caption img {
border: 0 none!important;
margin: 0!important;
max-width: 570px;
padding: 0!important
}
.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute!important;
height: 1px;
width: 1px;
overflow: hidden
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto!important;
color: #21759b;
display: block;
font-size: 14px;
font-size: .875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000
}
.layergallery .gall_dash {
display: none
}
blockquote:before {
content: "\f10d";
display: inline-block;
font-family: FontAwesome;
position: absolute;
margin-left: -26px;
color: #a6a6a6
}
.thn_post_wrap .page-title {
margin: 20px 0 30px;
}
.thn_post_wrap table,
.org_comment table {
border-collapse: collapse;
width: 100%
}
.thn_post_wrap table th,
.org_comment table th {
padding: 10px;
background: rgba(0, 0, 0, 0.03)
}
.thn_post_wrap table tr:nth-child(odd),
.org_comment table tr:nth-child(odd) {
background: rgba(0, 0, 0, 0.03);
border: none!important
}
.thn_post_wrap table td,
.org_comment table td {
padding: 10px
}
.thn_post_wrap code,
.org_comment code {
background: rgba(0, 0, 0, 0.03);
padding: 2px
}
.thn_post_wrap pre,
.org_comment pre {
background: rgba(0, 0, 0, 0.03);
border-left: 4px solid rgba(0, 0, 0, 0.1);
padding: 15px;
word-wrap: break-word
}
#searchform .screen-reader-text {
display: none
}
#sidebar #searchform div,
#footer #searchform div,
#home_widgets #searchform div {
position: relative;
border: 1px solid rgba(0, 0, 0, 0.1)
}
#sidebar #searchform #s,
#footer #searchform #s,
#home_widgets #searchform #s {
width: 65%;
padding: 5px 2.3%;
border: none;
color: #888;
background: none;
max-height: 33px;
min-height: 23px
}
#footer #searchform #s {
background: #fff
}
#searchsubmit {
padding: 0 12px;
border: none;
margin-left: -5px;
right: 0;
height: 100%;
}
#searchsubmit:focus {
outline: none
}
#sidebar #searchsubmit,
#footer #searchsubmit,
#home_widgets #searchsubmit {
position: absolute;
cursor: pointer
}
#searchform {
position: relative
}
.lt_rounded {
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px
}
.lt_circle {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%
}
.lt_animate {
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out
}
.lt_shadow {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05)
}
.page_head,
.post_head {
position: relative;
width: 100%;
float: left;
min-height: 272px;
overflow: hidden;
text-align: center
}
.shorthead {
overflow: hidden;
height: auto;
width: 100%
}
.page_head_bg,
.post_head_bg {
clear: both;
background-repeat: no-repeat!important;
background-size: cover!important;
background-position: center top!important
}
.hide-header {
display: none!important
}
.page_head img,
.post_head img {
width: 100%;
height: 272px;
vertical-align: bottom;
min-height: 272px
}
.has_cat_desc,
.has_tag_desc {
min-height: 272px
}
.page_head .pagetitle_wrap,
.post_head .pagetitle_wrap {
width: 85%;
margin: 60px auto
}
.has_header_img .pagetitle_wrap {
position: absolute;
top: 0;
left: 0;
right: 0
}
.page_head h1,
.page_head a,
.post_head h1,
.page_head a {
margin: 0
}
.cattitle_wrap {
width: 85%;
margin: 90px auto
}
.layerbread {
margin-top: 10px;
font-size: .9em
}
.trail-end {
opacity: .6
}
span.sep {
padding: 0 10px
}
.page-template-templatespage-leftsidebar_template-php .left_sidebar {
float: right
}
.page-template-templatespage-leftsidebar_template-php #sidebar {
float: left
}
.page-template-templatesleftsidebar_blog_template-php .left_sidebar {
float: right
}
.page-template-templatesleftsidebar_blog_template-php #sidebar {
float: left
}
.right_side{float:right;}
.blog_mo {
width: 100%;
float: left;
text-align: right;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
margin-top: -10px
}
.blog_mo a {
font-size: .8em;
text-transform: uppercase;
padding: 10px 0;
border-bottom: 1px solid;
position: relative;
top: -5px
}
.page-template-templatespage-blog_template-php .single_metainfo {
font-size: .8em
}
span.sdate {
font-size: 14px;
font-weight: 700;
text-transform: uppercase
}
.page-template-templatespage-blog_template-php .lay4_wrap {
overflow: visible
}
.page-template-templatespage-blog_template-php .blog_layout3 .single_metainfo i.fa-user {
padding-left: 0
}
.page-template-templatespage-blog_template-php .smonth {
display: block;
letter-spacing: normal;
letter-spacing: 5px;
text-transform: uppercase;
font-size: 12px
}
.page-template-templatespage-blog_template-php .datebox {
position: absolute;
margin-left: -70px;
text-align: center;
top: 25px;
max-width: 58px
}
.page-template-templatespage-blog_template-php .datebox_inner {
border: 2px solid rgba(0, 0, 0, 0.05);
padding: 8px;
padding-bottom: 5px;
border-bottom: 0
}
.page-template-templatespage-blog_template-php .syear {
letter-spacing: 4px;
font-weight: 700;
background: rgba(0, 0, 0, 0.1);
padding: 0 6px
}
.blog_layout2 .lay4 .post_image {
width: 100%;
max-height: none;
padding-bottom: 20px
}
.blog_layout2 .lay4 .post_content,
.blog_layout3 .lay4 .post_content {
width: 100%;
position: relative
}
.blog_layout2 .datebox,
.blog_layout3 .datebox {
top: 5px
}
.blog_layout3 .blog_content_wrap {
overflow: hidden;
margin-top: 20px
}
.sidr {
display: none;
position: absolute;
position: fixed;
top: 0;
height: 100%;
z-index: 999999;
width: 260px;
overflow-x: hidden;
overflow-y: auto;
color: #fff
}
.sidr .sidr-inner {
padding: 0 0 15px
}
.sidr .sidr-inner>p {
margin-left: 15px;
margin-right: 15px
}
.sidr.right {
left: auto;
right: -260px
}
.sidr.left {
left: -260px;
right: auto
}
.sidr ul {
display: block;
margin: 15px 0 15px;
padding: 0
}
.sidr ul li {
display: block;
margin: 0 0 5px;
}
.sidr ul li a,
.sidr ul li span {
font-size: 16px;
padding: 0 20px;
text-decoration: none;
}
.sidr ul li ul {
border-bottom: none;
margin: 0
}
.sidr ul li ul li {
padding-left: 10px;
margin: 0;
}
.sidr ul li ul li:last-child {
border-bottom: none
}
.sidr ul li ul li a,
.sidr ul li ul li span {
font-size: 14px;
}
.sidr ul li ul li a:before,
.sidr ul li ul li span:before{content: "- ";}
.sidr ul li .sidr-class-menu_desc {
display: none
}
body.sidr-open {
position: fixed!important
}
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
display: none
}
.pace-inactive {
display: none
}
.pace .pace-progress {
position: fixed;
z-index: 2000;
top: 0;
left: 0;
height: 2px;
-webkit-transition: width 1s;
-moz-transition: width 1s;
-o-transition: width 1s;
transition: width 1s
}
.pace .pace-progress-inner {
display: block;
position: absolute;
right: 0;
width: 100px;
height: 100%;
opacity: 1;
-webkit-transform: rotate(3deg) translate(0px, -4px);
-moz-transform: rotate(3deg) translate(0px, -4px);
-ms-transform: rotate(3deg) translate(0px, -4px);
-o-transform: rotate(3deg) translate(0px, -4px);
transform: rotate(3deg) translate(0px, -4px)
}
.pace .pace-activity {
display: block;
position: fixed;
z-index: 2000;
top: 15px;
right: 15px;
width: 14px;
height: 14px;
border: solid 2px transparent;
border-radius: 10px;
-webkit-animation: pace-spinner 400ms linear infinite;
-moz-animation: pace-spinner 400ms linear infinite;
-ms-animation: pace-spinner 400ms linear infinite;
-o-animation: pace-spinner 400ms linear infinite;
animation: pace-spinner 400ms linear infinite
}
@-webkit-keyframes pace-spinner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-moz-keyframes pace-spinner {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-o-keyframes pace-spinner {
0% {
-o-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes pace-spinner {
0% {
transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
transform: rotate(360deg);
transform: rotate(360deg)
}
}
body.wp-customizer-unloading {
opacity: 1!important
}
body.wp-customizer-unloading .layer_wrapper,
body.wp-customizer-unloading .stat_bg,
body.wp-customizer-unloading .stat_bg_overlay {
opacity: .3
}
.customizer_spinner {
display: none
}
body.wp-customizer-unloading .customizer_spinner {
display: block;
width: 100%;
text-align: center;
position: fixed;
color: #333;
font-size: 30px;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
z-index: 999;
background-color: rgba(0, 0, 0, 0.7)
}
.customizer_spinner svg,
.customizer_spinner svg {
position: relative;
top: 4px
}
.customizer_spinner svg path,
.customizer_spinner svg rect {
fill: #fff
}
#customizer_topbar {
width: 100%;
background-color: #282B32;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
padding: 10px 0;
font-family: sans-serif
}
.customizer-prev .header_wrap.layer_wrapper {
margin-top: 50px
}
#customizer_nav ul {
display: none;
position: absolute;
right: 0;
top: 50px;
border-radius: 0 0 3px 3px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
background-color: #FFF;
width: 200px;
overflow-y: scroll;
height: 300px;
margin: 0;
padding: 0;
float: right;
margin-right: 50px
}
#customizer_nav ul li {
list-style-type: none;
text-align: left
}
#customizer_nav ul li a {
padding: 7px 10px;
display: block;
font-size: 13px
}
#customizer_nav ul li a:hover {
background-color: #EFF0F2;
color: #777
}
label.current_edit {
float: right;
margin-right: 70px;
text-transform: uppercase;
font-weight: 700;
font-size: 11px;
letter-spacing: .3px
}
label.current_edit a {
cursor: pointer;
background-color: #5A5C5F;
padding: 5px 15px;
color: #C1C5CB;
margin-left: 10px;
display: inline-block;
margin-top: 2px;
border-radius: 3px
}
#customizer_nav.customizer_nav_open ul {
display: block
}
.current_edit i {
font-style: normal;
font-size: 8px;
margin-left: 4px;
position: relative;
top: -1px
}
.current_edit i:before {
font-family: FontAwesome;
display: inline-block;
content: "\f078"
}
.customizer_nav_open .current_edit i:before {
content: "\f077"
}
#customizer_nav ul li strong {
font-size: 13px;
color: #444;
padding: 10px;
display: inline-block;
border-bottom: 1px solid #eee;
width: 100%;
box-sizing: border-box;
border-top: 1px solid #eee
}
a.customize_page_setting {
font-size: 18px;
cursor: pointer;
padding: 10px;
margin-left: -15px;
padding-bottom: 18px;
float: left;
margin-top: -9px
}
a.customize_page_setting:hover {
color: #fff
}
a.customize_page_setting.cogactive {
color: #AEB2B8;
background-color: #3F454F
}
.customize_pagemeta_inner {
display: none;
float: left;
margin-left: 10px;
font-family: sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 12px
}
#customizer_page_meta {
float: left;
padding-left: 15px;
font-size: 13px
}
#Complete_widgetize_form {
background-color: #4F5154;
padding: 4px 10px;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
cursor: pointer;
border-radius: 2px;
color: #aaa;
margin-left: 4px;
margin-top: 2px;
display: inline-block
}
#Complete_widgetize_form:hover {
background-color: #318df4;
color: #fff
}
#customizer_page_meta select {
padding: 3px 5px;
margin-left: 5px;
border-radius: 2px;
border: none
}
.hide_featuredimg,
.hide_singlemeta,
.hide_share,
.hide_comments,
.hide_related,
.hide_authorbox,
.hide_nextprev,
.hide_page_head,
.hide_breadcrumbs {
display: none
}
.share_pos_left_custom,
.share_pos_before_custom,
.share_pos_after_custom {
display: none
}
.customizer_sidebar_holder {
position: absolute;
margin-right: -20px;
right: 0;
top: 50%;
text-align: center
}
.customizer_sidebar_holder.has_sidebar {
margin-right: 0;
position: relative;
margin-bottom: 50px;
width: 100%;
float: left
}
a.add_widget_topage {
border: 2px solid rgba(0, 0, 0, 0.2);
display: inline-block;
text-align: center;
border-radius: 50%;
cursor: pointer;
width: 30px;
height: 21px;
padding-top: 9px;
font-size: 13px;
line-height: 13px;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
transition: all .2s ease-out
}
a.add_widget_topage:hover {
background-color: #318df4;
color: #fff;
border-color: #318df4
}
.edit_widget {
opacity: 0;
position: absolute;
z-index: 999;
top: -15px;
left: 0;
right: 0;
margin: 0 auto;
font-size: 13px;
color: #fff!important;
background-color: #318df4;
border-style: solid;
cursor: pointer;
border: none;
border-radius: 50%;
text-align: center;
width: 30px;
height: 25px;
padding-top: 5px;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
transition: all .2s ease-out
}
.widget-title{margin-bottom:20px;}
.edit_widget:hover {
border-color: #222;
background-color: #222;
color: #fff
}
#footer li.widget {
position: relative
}
.frontpage_sidebar .widget:hover .edit_widget,
#sidebar .widget:hover .edit_widget,
#footer .widget:hover .edit_widget {
opacity: 1
}
#footer .widget .edit_widget {
left: -20px;
right: auto
}
#footer .widget .edit_widget:before {
content: "";
display: block;
width: 60px;
height: 1px;
background-color: #318df4;
position: relative;
top: 10px;
z-index: -1
}
#footer .widget .edit_widget:after {
content: "";
display: block;
width: 1px;
height: 40px;
background-color: #318df4;
position: relative;
top: -5px;
z-index: -1;
left: 6px
}
#footer .widget .edit_widget:hover {
border-color: #318df4;
background-color: #318df4
}
body.sidebar_left #sidebar .widget .edit_widget,
body.sidebar_right #sidebar .widget .edit_widget {
left: -6px;
right: auto
}
body.sidebar_left #sidebar .widget .edit_widget:before,
body.sidebar_right #sidebar .widget .edit_widget:before {
content: "";
display: block;
width: 60px;
height: 1px;
background-color: #318df4;
position: relative;
top: 10px;
z-index: -1
}
body.sidebar_left #sidebar .widget .edit_widget:after,
body.sidebar_right #sidebar .widget .edit_widget:after {
content: "";
display: block;
width: 1px;
height: 40px;
background-color: #318df4;
position: relative;
top: -5px;
z-index: -1;
left: 6px
}
body.sidebar_left #sidebar .widget .edit_widget:hover:before,
body.sidebar_left #sidebar .widget .edit_widget:hover:after,
body.sidebar_right #sidebar .widget .edit_widget:hover:after,
body.sidebar_right #sidebar .widget .edit_widget:hover:before {
background-color: #333
}
span.hidetop {
position: fixed;
cursor: pointer;
padding: 15px;
right: 15px;
top: 0;
background-color: #ffffff
}
span.hidetop:hover {
color: #ccc
}
#frontsidebar.tourhighlight .widget,
#frontsidebar.tourhighlight .widget .midrow,
#frontsidebar.tourhighlight .widget .text_block,
#frontsidebar.tourhighlight .widget .home_action,
#frontsidebar.tourhighlight .optimposts {
box-shadow: inset 0 0 30px 2px rgba(0, 148, 255, 0.5)
}
#customizer_topbar.tourhighlight .current_edit {
box-shadow: 0 0 20px 7px rgba(48, 137, 244, 1);
padding-left: 10px
}
.dummypost .dummy_content {
width: 100%;
float: left;
border: 1px solid #F2F2F2;
border-radius: 4px;
position: relative;
padding-top: 20px
}
.dummypost .dummy_content:hover {
border-color: #ccc
}
.replace_widget {
text-align: center;
font-size: 14px;
width: 530px;
margin: 0 auto;
left: 0;
right: 0;
top: -18px;
background-color: #fff;
padding: 10px 0;
border-radius: 20px;
border: 1px solid #ddd;
position: absolute;
z-index: 9
}
.dummypost .dummy_content:hover .replace_widget {
background: #F5F5F5
}
a.add_widget_home {
border: 1px solid;
padding: 3px 10px;
border-radius: 20px;
font-size: 12px;
margin-left: 10px;
cursor: pointer
}
.dummypost .dummy_content:hover a.add_widget_home {
background-color: #fff;
border-color: #E4E4E4
}
.home .customizer_sidebar_holder.has_sidebar {
position: relative;
padding: 30px 0;
top: auto;
float: left;
width: 100%
}
.home_sidebar .edit_widget {
display: none
}
.customizer-prev .frontpage_sidebar .widget:hover:before,
body.sidebar_bottom.customizer-prev #sidebar .widget:hover:before,
body.sidebar_top.customizer-prev #sidebar .widget:hover:before {
content: "";
width: 50px;
height: 50px;
display: block;
position: absolute;
z-index: 9;
left: 0;
background-image: url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/images/widget_hover.png);
top: 0;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
transition: all .2s ease-out
}
.customizer-prev .frontpage_sidebar .widget:hover:after,
body.sidebar_bottom.customizer-prev #sidebar .widget:hover:after,
body.sidebar_top.customizer-prev #sidebar .widget:hover:after {
content: "";
width: 50px;
height: 50px;
display: block;
position: absolute;
z-index: 9;
background-image: url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/images/widget_hover.png);
bottom: 0;
right: 0;
background-position: bottom right;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
transition: all .2s ease-out
}
span.widgetname {
display: none;
background: linear-gradient(45deg, rgba(104, 169, 255, 0) 19%, rgba(0, 148, 247, 1) 20%, rgba(0, 148, 247, 1) 20%, rgba(0, 148, 247, 1) 120%);
background-position: 0 0;
color: #fff;
font-family: arial;
font-weight: 700;
text-transform: uppercase;
font-size: 11px;
position: absolute;
z-index: 9;
right: 0;
top: 0;
padding: 3px 6px;
text-indent: 35px;
padding-right: 10px;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
transition: all .2s ease-out
}
.customizer-prev .frontpage_sidebar .widget:hover span.widgetname,
body.sidebar_bottom.customizer-prev #sidebar .widget:hover span.widgetname,
body.sidebar_top.customizer-prev #sidebar .widget:hover span.widgetname {
display: block
}
.su-column-size-1-2 {
margin-left: 0!important;
margin-right: 4%!important;
box-sizing: border-box!important
}
.su-column-size-1-2:nth-of-type(2n+2) {
margin-right: 0!important
}
.su-column-size-1-3 {
margin-left: 0!important;
margin-right: 4%!important;
box-sizing: border-box!important
}
.su-column-size-1-3:nth-of-type(3n+3) {
margin-right: 0!important
}
.su-column-size-1-4 {
margin-left: 0!important;
margin-right: 4%!important;
box-sizing: border-box!important
}
.su-column-size-1-4:nth-of-type(3n+3) {
margin-right: 0!important
}
.su-column-size-3-4 {
margin-left: 0!important;
margin-right: 4%!important;
box-sizing: border-box!important
}
.su-column-size-1-4:last-of-type {
margin-right: 0!important
}
.su-column-size-1-5 {
margin-left: 0!important;
margin-right: 4%!important;
box-sizing: border-box!important
}
.su-column-size-4-5:nth-of-type(1n+1) {
margin-left: 0!important
}
.su-column-size-2-5 {
margin-left: 0!important;
margin-right: 4%!important;
box-sizing: border-box!important
}
.su-column-size-3-5:nth-of-type(1n+1) {
margin-left: 0!important
}
.su-column-size-2-3 {
margin-left: 0!important;
margin-right: 4%!important;
box-sizing: border-box!important
}
.su-column-size-1-6:nth-of-type(2n+2) {
margin-left: 0!important
}
.su-row br {
display: none!important
}
.su-tabs.my-custom-tabs {
background-color: #84ADEA
}
.su-tabs.my-custom-tabs .su-tabs-nav span {
font-size: 1.3em
}
.su-tabs.my-custom-tabs .su-tabs-nav span.su-tabs-current {
background-color: #EDFAFF
}
.su-tabs.my-custom-tabs .su-tabs-pane {
padding: 1em;
font-size: 1.3em;
background-color: #EDFAFF
}
.bxmain {
margin: 0 auto
}
.testimonial-image {
text-align: center;
margin:-35px 0 25px 0;
}
.testimonial-image img {
text-align: center;
margin: 0 auto
}
.bxslider li {
text-align: center;
line-height: 20px;
left: 0
}
.bx-wrapper {
position: relative;
margin: 0 auto 60px;
padding: 0;
*zoom: 1
}
.bx-wrapper img {
max-width: 100%;
display: block;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%
}
.bx-wrapper .bx-viewport {
height: 445px !important;
-webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0)
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -10px;
left: 0;
width: 100%
}
.bx-wrapper .bx-loading {
min-height: 50px;
background: url(//recatelo.com/gl/wp-content/themes/skt-white-pro/images/bx_loader.gif) center center no-repeat #fff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000
}
.bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: 700;
color: #666
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
*zoom: 1;
*display: inline
}
.bx-wrapper .bx-pager.bx-default-pager a {
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 3px;
outline: 0;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
width: 50px;
border-radius: 20px;
height: 10px;
}
.bx-wrapper .bx-prev {
left: 5px;
background: url(//recatelo.com/gl/wp-content/themes/skt-white-pro/images/controls.png) no-repeat 0 -32px
}
.bx-wrapper .bx-next {
right: 5px;
background: url(//recatelo.com/gl/wp-content/themes/skt-white-pro/images/controls.png) no-repeat -43px -32px
}
.bx-wrapper .bx-prev:hover {
background-position: 0 0
}
.bx-wrapper .bx-next:hover {
background-position: -43px 0
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none
}
.bx-wrapper .bx-controls-auto {
text-align: center
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url(//recatelo.com/gl/wp-content/themes/skt-white-pro/images/controls.png) -86px -11px no-repeat;
margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
background-position: -86px 0
}
.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url(//recatelo.com/gl/wp-content/themes/skt-white-pro/images/controls.png) -86px -44px no-repeat;
margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
background-position: -86px -33px
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px
}
.bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666\9;
background: rgba(80, 80, 80, 0.75);
width: 100%
}
.bx-wrapper .bx-caption span {
color: #fff;
font-family: Arial;
display: block;
font-size: .85em;
padding: 10px
}
.portfolio-content,
.portfolio-area {
width: 100%;
}
.portfolio-content .portfolio-categ {
margin: 0 0 40px;
text-align: center;
}
.portfolio-content .portfolio-categ li {
display: inline-block;
margin: 0 20px;
}
.portfolio-content .portfolio-categ li a{font-size: 15px; font-weight: 600; text-transform: uppercase;}
.portfolio-content .portfolio-area{}
.portfolio-content .portfolio-area:after{content: ""; clear: both; display: block;}
.portfolio-content .portfolio-area li {
float: left;
margin-bottom: 30px;
width: 33.3333% !important;
overflow: hidden;
box-sizing: border-box;
list-style: none;
padding-left: 15px;
padding-right: 15px;
}
.portfolio-content .portfolio-area li .image-block {
display: block;
max-height: 230px;
position: relative;
}
.portfolio-content .portfolio-area li .image-block-title{background-color: rgba(241, 145, 0, 0.7); position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; color: #fff; font-size: 22px; font-weight: 400; opacity: 0; visibility: hidden; transition: all 0.2s;}
.portfolio-content .portfolio-area li .image-block img {
display: block;
min-height: 200px;
width: 100%
}
.portfolio-content .portfolio-area li .image-block:hover .image-block-title{opacity: 1; visibility: visible;}
.portfolio-item2 div {
position: relative
}
.home-portfolio-text {
margin-top: 10px
}
.portfolio-content ul {
margin-left: 0;
padding-left: 0
}
.galslide img {
border-radius: 0
}
.galcarosel {
clear: both
}
.galcaroselno {
clear: both
}
.skillbar {
position: relative;
display: block;
margin-bottom: 24px!important;
width: 100%;
height: 15px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-webkit-transition: .6s linear;
-moz-transition: .6s linear;
-ms-transition: .6s linear;
-o-transition: .6s linear;
transition: .6s linear;
-webkit-transition-property: width, background-color;
-moz-transition-property: width, background-color;
-ms-transition-property: width, background-color;
-o-transition-property: width, background-color;
transition-property: width, background-color;
margin-top: 0 !important;
}
.skill-bg {
height: 28px;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
}
.skillbar-title {
position: relative;
left: 12px;
top: 32px;
line-height:24px;
text-transform:uppercase;
font-size:11px;
font-weight:700;
}
.skillbar-title span {
padding-right: 10px
}
.skillbar-bar {
height: 28px;
width: 0;
background: #009cff;
margin-top: 5px;
margin-bottom: 5px;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;	
}
.wpcf7-form br {
display: block!important
}
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select,
.wpcf7-checkbox,
.wpcf7-radio {
margin-top: 10px
}
.clientarea {
margin-left: 0;
margin-right: 0;
clear: both
}
.clientbox {
width: 14.66%;
margin-right:2%;
float: left;
box-sizing: border-box;
padding: 0 15px;
margin-bottom: 0;
display: table;
height: 110px;
text-align: center;
border:1px solid #eaeaea;
border-radius:4px;
transition: all .2s ease-in;
}
.clientbox a {
display: table-cell;
vertical-align: middle
}
.clientbox:hover{transform: scale(1.2);}
.clientbox img {
width: 90%
}
.teamwrap img {
float: left;
padding: 20px 30px 10px 0
}
.alltstimonial img {
float: left;
text-align: left;
padding: 20px 12px 10px 0;
width: 13%;
height: auto
}
.slidebtn {
word-wrap: break-word;
display: table;
margin: 50px auto 0;
}
.slidebtn a {
padding: 14px 40px;
line-height: normal;
font-weight: 600;
}
}
.title {
}
.slidedesc {
margin-bottom:45px;
}
.contact-layout1-area {
width: 100%;
margin-bottom: 6%
}
.contact-layout1-googlemap {
width: auto;
margin-bottom: 25px;
clear: both
}
.contact-layout1-left {
float: left;
width: 60%
}
.contact-layout1-right {
float: right;
width: 30%
}
.contact-layout1-right p {
margin-bottom: 5px;
}
.contact-layout1-right h3 {
margin-bottom: 10px;
clear: both
}
.contact-layout2 input {
display: inline-block;
float: left;
width: 100%
}
.contact-layout2 input[type="submit"]{width:auto;}
.contact-layout2 textarea {
display: inline-block;
float: left;
clear: both;
width: 100%;
margin-bottom: 5%
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
background-color: transparent
}
.woocommerce form .form-row input.input-text {
background-clip: padding-box;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 3px;
color: #444;
height: 30px;
padding: 0 5px
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
color: #515151!important
}
.galslide {
height: 183px!important;
overflow: hidden!important
}
.galslide img {
width: 100%
}
.flipcard {
position: relative;
float: left;
margin: 0 0 1.5%;
padding: 0 15px;
text-align: left;
width: 25%;
perspective: 1000px;
box-sizing: border-box;
height: 300px
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.flipcard {
height: 330px!important
}
.flipcard .front,
.flipcard .back {
height: 330px!important
}
}
.flipcard.v:hover .front,
.flipcard.v.flip .front {
transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-o-transform: rotateX(180deg)
}
.flipcard.v:hover .back,
.flipcard.v.flip .back {
transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-o-transform: rotateX(0deg)
}
.flipcard.v .back {
transform: rotateX(-180deg);
-ms-transform: rotateX(-180deg);
-webkit-transform: rotateX(-180deg);
-moz-transform: rotateX(-180deg);
-o-transform: rotateX(-180deg)
}
.flipcard.h:hover .front,
.flipcard.h.flip .front {
transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg)
}
.flipcard.h:hover .back,
.flipcard.h.flip .back {
transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg)
}
.flipcard.h .back {
transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg)
}
.flipcard .front,
.flipcard .back {
position: absolute;
transition: all .5s ease-in;
-moz-transition: all .5s ease-in;
-webkit-transition: all .5s ease-in;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
text-align: center;
padding: 20px;
box-sizing: border-box;
vertical-align: middle;
display: inherit;
height: 300px
}
.flipcard .front {
border-radius: 0;
border-style: solid;
border-width: 1px
}
.flipcard .back {
border-radius: 0;
border-style: solid;
border-width: 1px
}
.frontimage {
text-align: center;
width: 100%;
overflow: hidden
}
.frontimage img {
max-height: 150px;
max-width: 230px
}
img,
a img {
border: none
}
.divider1 {
background-color: #fff;
border-top: 2px dashed;
margin: 40px auto;
clear: both
}
.divider2 {
background-color: #fff;
border-top: 2px dotted;
margin: 40px auto;
clear: both
}
.divider3 {
border-top: 1px dashed;
border-bottom: 1px dashed;
margin: 40px auto
}
.divider4 {
border-top: 1px dotted;
border-bottom: 1px dotted;
margin: 40px auto;
clear: both
}
.divider5 {
border-style: solid;
border-width: 0 0 1px;
height: 10px;
line-height: 20px;
text-align: center;
overflow: visable;
margin: 40px auto;
clear: both
}
.divider5 span {
clear: both;
display: inline-block;
min-height: 10px;
min-width: 10%;
padding: 0 80px
}
.divider6 {
border-style: solid;
border-width: 0 0 1px;
height: 10px;
line-height: 20px;
text-align: center;
overflow: visable;
margin: 40px auto;
clear: both
}
.divider6 span {
clear: both;
display: inline-block;
min-height: 10px;
min-width: 10%;
padding: 0 80px;
border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
-webkit-border-radius: 50px
}
.fusion-title {
align-items: center;
display: flex;
flex-wrap: nowrap;
margin: 20px 0 5px;
overflow: hidden
}
.fusion-title .title-sep-container {
flex-grow: 1;
height: 6px;
position: relative
}
.fusion-title .title-sep.sep-double {
border-bottom-width: 1px;
border-top-width: 1px;
height: 6px
}
.fusion-title .title-sep {
border: 0 solid;
box-sizing: content-box;
display: block;
position: relative;
width: 100%
}
.fusion-title h3 {
padding-right: 5px
}
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
width: auto
}
.timeline-container {
margin: 0 auto;
width: auto
}
.timeline-row {
float: left;
width: 100%
}
.timeline-row ul {
margin: 0;
padding: 0
}
.timeline-both-side {
float: left;
width: 100%;
margin: 20px 2% 50px;
position: relative;
box-sizing: border-box
}
.timeline-both-side:before {
bottom: 0;
content: " ";
left: 50%;
position: absolute;
top: 0;
width: 1px
}
.timeline-both-side:after {
border-radius: 50%;
bottom: -22px;
content: "";
height: 18px;
left: 50%;
margin-left: -11px;
position: absolute;
width: 18px;
border: 2px solid
}
.timeline-both-side li {
position: relative;
float: left;
width: 100%;
list-style: none
}
.timeline-both-side li .border-line {
font-size: 1.4em;
height: 1px;
left: 50%;
margin-left: -8%;
position: absolute;
text-align: center;
top: 50%;
width: 8%;
z-index: 100
}
.timeline-both-side li.opposite-side .border-line {
left: auto;
right: 50%;
margin-left: 0;
margin-right: -8%
}
.timeline-both-side li .border-line:before {
content: "";
height: 11px;
position: absolute;
right: -6px;
top: -5px;
width: 11px;
border-radius: 100%
}
.timeline-both-side li.opposite-side .border-line:before {
left: -5px;
right: auto
}
.timeline-both-side li .timeline-description {
border-radius: 2px;
border: 1px solid;
float: left;
padding: 20px;
position: relative;
width: 42%;
box-sizing: border-box
}
.timeline-both-side li.opposite-side .timeline-description {
float: right
}
.timeleft {
float: left;
width: 40%;
margin-right: 6%
}
.timeright {
float: left;
width: 53%
}
.timeright h3 {
margin-top: 0;
padding-top: 0
}
.timerightfull {
width: auto
}
.timerightfull h3 {
margin-top: 0;
padding-top: 0
}
.timeline-description p {
padding-bottom: 10px;
word-wrap: break-word
}
.timeline-description img {
display: block;
width: 100%;
height: auto
}
.gridwrapper {
width: 100%;
margin: 3em auto
}
.masonry {
margin: 1.5em 0;
padding: 0;
-moz-column-gap: 1.5em;
-webkit-column-gap: 1.5em;
column-gap: 1.5em
}
.griditem {
display: inline-block;
padding: 1em 1em 1.5em;
margin: 0 0 1.5em;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 1px solid
}
.griditem h3 {
margin-top: 0
}
.griditem img {
text-align: center;
width: auto;
height: auto;
display: block;
margin: 0 auto;
margin-bottom: 20px
}
.griditem p {
padding-bottom: 5px
}
@media only screen and (min-width: 300px) {
.masonry {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1
}
}
@media only screen and (min-width: 400px) {
.masonry {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2
}
}
@media only screen and (min-width: 700px) {
.masonry {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3
}
}
@media only screen and (min-width: 900px) {
.masonry {
-moz-column-count: 4;
-webkit-column-count: 4;
column-count: 4
}
}
@media only screen and (min-width: 1100px) {
.masonry {
-moz-column-count: 4;
-webkit-column-count: 4;
column-count: 4
}
}body {
margin: 0;
padding: 0
}
a {
text-decoration: none;
outline: none;
transition: all 0.2s;
}
.alignnone {
margin: 5px 20px 20px 0
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto
}
.alignright {
float: right;
margin: 5px 0 20px 20px
}
.alignleft {
float: left;
margin: 5px 20px 20px 0
}
.aligncenter {
display: block;
margin: 5px auto
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px
}
a img.alignnone {
margin: 5px 20px 20px 0
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
max-width: 96%;
padding: 10px 3px;
text-align: center
}
.wp-caption img {
max-width: 98%!important;
height: auto
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0
}
.wp-caption.alignright {
margin: 5px 0 20px 20px
}
.wp-caption img {
border: 0 none!important;
margin: 0!important;
max-width: 570px;
padding: 0!important
}
.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute!important;
height: 1px;
width: 1px;
overflow: hidden
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto!important;
color: #21759b;
display: block;
font-size: 14px;
font-size: .875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000
}
.layergallery .gall_dash {
display: none
}
blockquote:before {
content: "\f10d";
display: inline-block;
font-family: FontAwesome;
position: absolute;
margin-left: -26px;
color: #a6a6a6
}
.thn_post_wrap .page-title {
margin: 20px 0 30px;
}
.thn_post_wrap table,
.org_comment table {
border-collapse: collapse;
width: 100%
}
.thn_post_wrap table th,
.org_comment table th {
padding: 10px;
background: rgba(0, 0, 0, 0.03)
}
.thn_post_wrap table tr:nth-child(odd),
.org_comment table tr:nth-child(odd) {
background: rgba(0, 0, 0, 0.03);
border: none!important
}
.thn_post_wrap table td,
.org_comment table td {
padding: 10px
}
.thn_post_wrap code,
.org_comment code {
background: rgba(0, 0, 0, 0.03);
padding: 2px
}
.thn_post_wrap pre,
.org_comment pre {
background: rgba(0, 0, 0, 0.03);
border-left: 4px solid rgba(0, 0, 0, 0.1);
padding: 15px;
word-wrap: break-word
}
#searchform .screen-reader-text {
display: none
}
#sidebar #searchform div,
#footer #searchform div,
#home_widgets #searchform div {
position: relative;
border: 1px solid rgba(0, 0, 0, 0.1)
}
#sidebar #searchform #s,
#footer #searchform #s,
#home_widgets #searchform #s {
width: 65%;
padding: 5px 2.3%;
border: none;
color: #888;
background: none;
max-height: 33px;
min-height: 23px
}
#footer #searchform #s {
background: #fff
}
#searchsubmit {
padding: 0 12px;
border: none;
margin-left: -5px;
right: 0;
height: 100%;
}
#searchsubmit:focus {
outline: none
}
#sidebar #searchsubmit,
#footer #searchsubmit,
#home_widgets #searchsubmit {
position: absolute;
cursor: pointer
}
#searchform {
position: relative
}
.lt_rounded {
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px
}
.lt_circle {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%
}
.lt_animate {
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out
}
.lt_shadow {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05)
}
.page_head,
.post_head {
position: relative;
width: 100%;
float: left;
min-height: 272px;
overflow: hidden;
text-align: center
}
.shorthead {
overflow: hidden;
height: auto;
width: 100%
}
.page_head_bg,
.post_head_bg {
clear: both;
background-repeat: no-repeat!important;
background-size: cover!important;
background-position: center top!important
}
.hide-header {
display: none!important
}
.page_head img,
.post_head img {
width: 100%;
height: 272px;
vertical-align: bottom;
min-height: 272px
}
.has_cat_desc,
.has_tag_desc {
min-height: 272px
}
.page_head .pagetitle_wrap,
.post_head .pagetitle_wrap {
width: 85%;
margin: 60px auto
}
.has_header_img .pagetitle_wrap {
position: absolute;
top: 0;
left: 0;
right: 0
}
.page_head h1,
.page_head a,
.post_head h1,
.page_head a {
margin: 0
}
.cattitle_wrap {
width: 85%;
margin: 90px auto
}
.layerbread {
margin-top: 10px;
font-size: .9em
}
.trail-end {
opacity: .6
}
span.sep {
padding: 0 10px
}
.page-template-templatespage-leftsidebar_template-php .left_sidebar {
float: right
}
.page-template-templatespage-leftsidebar_template-php #sidebar {
float: left
}
.page-template-templatesleftsidebar_blog_template-php .left_sidebar {
float: right
}
.page-template-templatesleftsidebar_blog_template-php #sidebar {
float: left
}
.right_side{float:right;}
.blog_mo {
width: 100%;
float: left;
text-align: right;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
margin-top: -10px
}
.blog_mo a {
font-size: .8em;
text-transform: uppercase;
padding: 10px 0;
border-bottom: 1px solid;
position: relative;
top: -5px
}
.page-template-templatespage-blog_template-php .single_metainfo {
font-size: .8em
}
span.sdate {
font-size: 14px;
font-weight: 700;
text-transform: uppercase
}
.page-template-templatespage-blog_template-php .lay4_wrap {
overflow: visible
}
.page-template-templatespage-blog_template-php .blog_layout3 .single_metainfo i.fa-user {
padding-left: 0
}
.page-template-templatespage-blog_template-php .smonth {
display: block;
letter-spacing: normal;
letter-spacing: 5px;
text-transform: uppercase;
font-size: 12px
}
.page-template-templatespage-blog_template-php .datebox {
position: absolute;
margin-left: -70px;
text-align: center;
top: 25px;
max-width: 58px
}
.page-template-templatespage-blog_template-php .datebox_inner {
border: 2px solid rgba(0, 0, 0, 0.05);
padding: 8px;
padding-bottom: 5px;
border-bottom: 0
}
.page-template-templatespage-blog_template-php .syear {
letter-spacing: 4px;
font-weight: 700;
background: rgba(0, 0, 0, 0.1);
padding: 0 6px
}
.blog_layout2 .lay4 .post_image {
width: 100%;
max-height: none;
padding-bottom: 20px
}
.blog_layout2 .lay4 .post_content,
.blog_layout3 .lay4 .post_content {
width: 100%;
position: relative
}
.blog_layout2 .datebox,
.blog_layout3 .datebox {
top: 5px
}
.blog_layout3 .blog_content_wrap {
overflow: hidden;
margin-top: 20px
}
.sidr {
display: none;
position: absolute;
position: fixed;
top: 0;
height: 100%;
z-index: 999999;
width: 260px;
overflow-x: hidden;
overflow-y: auto;
color: #fff
}
.sidr .sidr-inner {
padding: 0 0 15px
}
.sidr .sidr-inner>p {
margin-left: 15px;
margin-right: 15px
}
.sidr.right {
left: auto;
right: -260px
}
.sidr.left {
left: -260px;
right: auto
}
.sidr ul {
display: block;
margin: 15px 0 15px;
padding: 0
}
.sidr ul li {
display: block;
margin: 0 0 5px;
}
.sidr ul li a,
.sidr ul li span {
font-size: 16px;
padding: 0 20px;
text-decoration: none;
}
.sidr ul li ul {
border-bottom: none;
margin: 0
}
.sidr ul li ul li {
padding-left: 10px;
margin: 0;
}
.sidr ul li ul li:last-child {
border-bottom: none
}
.sidr ul li ul li a,
.sidr ul li ul li span {
font-size: 14px;
}
.sidr ul li ul li a:before,
.sidr ul li ul li span:before{content: "- ";}
.sidr ul li .sidr-class-menu_desc {
display: none
}
body.sidr-open {
position: fixed!important
}
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
display: none
}
.pace-inactive {
display: none
}
.pace .pace-progress {
position: fixed;
z-index: 2000;
top: 0;
left: 0;
height: 2px;
-webkit-transition: width 1s;
-moz-transition: width 1s;
-o-transition: width 1s;
transition: width 1s
}
.pace .pace-progress-inner {
display: block;
position: absolute;
right: 0;
width: 100px;
height: 100%;
opacity: 1;
-webkit-transform: rotate(3deg) translate(0px, -4px);
-moz-transform: rotate(3deg) translate(0px, -4px);
-ms-transform: rotate(3deg) translate(0px, -4px);
-o-transform: rotate(3deg) translate(0px, -4px);
transform: rotate(3deg) translate(0px, -4px)
}
.pace .pace-activity {
display: block;
position: fixed;
z-index: 2000;
top: 15px;
right: 15px;
width: 14px;
height: 14px;
border: solid 2px transparent;
border-radius: 10px;
-webkit-animation: pace-spinner 400ms linear infinite;
-moz-animation: pace-spinner 400ms linear infinite;
-ms-animation: pace-spinner 400ms linear infinite;
-o-animation: pace-spinner 400ms linear infinite;
animation: pace-spinner 400ms linear infinite
}
@-webkit-keyframes pace-spinner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-moz-keyframes pace-spinner {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-o-keyframes pace-spinner {
0% {
-o-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes pace-spinner {
0% {
transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
transform: rotate(360deg);
transform: rotate(360deg)
}
}
body.wp-customizer-unloading {
opacity: 1!important
}
body.wp-customizer-unloading .layer_wrapper,
body.wp-customizer-unloading .stat_bg,
body.wp-customizer-unloading .stat_bg_overlay {
opacity: .3
}
.customizer_spinner {
display: none
}
body.wp-customizer-unloading .customizer_spinner {
display: block;
width: 100%;
text-align: center;
position: fixed;
color: #333;
font-size: 30px;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
z-index: 999;
background-color: rgba(0, 0, 0, 0.7)
}
.customizer_spinner svg,
.customizer_spinner svg {
position: relative;
top: 4px
}
.customizer_spinner svg path,
.customizer_spinner svg rect {
fill: #fff
}
#customizer_topbar {
width: 100%;
background-color: #282B32;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
padding: 10px 0;
font-family: sans-serif
}
.customizer-prev .header_wrap.layer_wrapper {
margin-top: 50px
}
#customizer_nav ul {
display: none;
position: absolute;
right: 0;
top: 50px;
border-radius: 0 0 3px 3px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
background-color: #FFF;
width: 200px;
overflow-y: scroll;
height: 300px;
margin: 0;
padding: 0;
float: right;
margin-right: 50px
}
#customizer_nav ul li {
list-style-type: none;
text-align: left
}
#customizer_nav ul li a {
padding: 7px 10px;
display: block;
font-size: 13px
}
#customizer_nav ul li a:hover {
background-color: #EFF0F2;
color: #777
}
label.current_edit {
float: right;
margin-right: 70px;
text-transform: uppercase;
font-weight: 700;
font-size: 11px;
letter-spacing: .3px
}
label.current_edit a {
cursor: pointer;
background-color: #5A5C5F;
padding: 5px 15px;
color: #C1C5CB;
margin-left: 10px;
display: inline-block;
margin-top: 2px;
border-radius: 3px
}
#customizer_nav.customizer_nav_open ul {
display: block
}
.current_edit i {
font-style: normal;
font-size: 8px;
margin-left: 4px;
position: relative;
top: -1px
}
.current_edit i:before {
font-family: FontAwesome;
display: inline-block;
content: "\f078"
}
.customizer_nav_open .current_edit i:before {
content: "\f077"
}
#customizer_nav ul li strong {
font-size: 13px;
color: #444;
padding: 10px;
display: inline-block;
border-bottom: 1px solid #eee;
width: 100%;
box-sizing: border-box;
border-top: 1px solid #eee
}
a.customize_page_setting {
font-size: 18px;
cursor: pointer;
padding: 10px;
margin-left: -15px;
padding-bottom: 18px;
float: left;
margin-top: -9px
}
a.customize_page_setting:hover {
color: #fff
}
a.customize_page_setting.cogactive {
color: #AEB2B8;
background-color: #3F454F
}
.customize_pagemeta_inner {
display: none;
float: left;
margin-left: 10px;
font-family: sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 12px
}
#customizer_page_meta {
float: left;
padding-left: 15px;
font-size: 13px
}
#Complete_widgetize_form {
background-color: #4F5154;
padding: 4px 10px;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
cursor: pointer;
border-radius: 2px;
color: #aaa;
margin-left: 4px;
margin-top: 2px;
display: inline-block
}
#Complete_widgetize_form:hover {
background-color: #318df4;
color: #fff
}
#customizer_page_meta select {
padding: 3px 5px;
margin-left: 5px;
border-radius: 2px;
border: none
}
.hide_featuredimg,
.hide_singlemeta,
.hide_share,
.hide_comments,
.hide_related,
.hide_authorbox,
.hide_nextprev,
.hide_page_head,
.hide_breadcrumbs {
display: none
}
.share_pos_left_custom,
.share_pos_before_custom,
.share_pos_after_custom {
display: none
}
.customizer_sidebar_holder {
position: absolute;
margin-right: -20px;
right: 0;
top: 50%;
text-align: center
}
.customizer_sidebar_holder.has_sidebar {
margin-right: 0;
position: relative;
margin-bottom: 50px;
width: 100%;
float: left
}
a.add_widget_topage {
border: 2px solid rgba(0, 0, 0, 0.2);
display: inline-block;
text-align: center;
border-radius: 50%;
cursor: pointer;
width: 30px;
height: 21px;
padding-top: 9px;
font-size: 13px;
line-height: 13px;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
transition: all .2s ease-out
}
a.add_widget_topage:hover {
background-color: #318df4;
color: #fff;
border-color: #318df4
}
.edit_widget {
opacity: 0;
position: absolute;
z-index: 999;
top: -15px;
left: 0;
right: 0;
margin: 0 auto;
font-size: 13px;
color: #fff!important;
background-color: #318df4;
border-style: solid;
cursor: pointer;
border: none;
border-radius: 50%;
text-align: center;
width: 30px;
height: 25px;
padding-top: 5px;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
transition: all .2s ease-out
}
.widget-title{margin-bottom:20px;}
.edit_widget:hover {
border-color: #222;
background-color: #222;
color: #fff
}
#footer li.widget {
position: relative
}
.frontpage_sidebar .widget:hover .edit_widget,
#sidebar .widget:hover .edit_widget,
#footer .widget:hover .edit_widget {
opacity: 1
}
#footer .widget .edit_widget {
left: -20px;
right: auto
}
#footer .widget .edit_widget:before {
content: "";
display: block;
width: 60px;
height: 1px;
background-color: #318df4;
position: relative;
top: 10px;
z-index: -1
}
#footer .widget .edit_widget:after {
content: "";
display: block;
width: 1px;
height: 40px;
background-color: #318df4;
position: relative;
top: -5px;
z-index: -1;
left: 6px
}
#footer .widget .edit_widget:hover {
border-color: #318df4;
background-color: #318df4
}
body.sidebar_left #sidebar .widget .edit_widget,
body.sidebar_right #sidebar .widget .edit_widget {
left: -6px;
right: auto
}
body.sidebar_left #sidebar .widget .edit_widget:before,
body.sidebar_right #sidebar .widget .edit_widget:before {
content: "";
display: block;
width: 60px;
height: 1px;
background-color: #318df4;
position: relative;
top: 10px;
z-index: -1
}
body.sidebar_left #sidebar .widget .edit_widget:after,
body.sidebar_right #sidebar .widget .edit_widget:after {
content: "";
display: block;
width: 1px;
height: 40px;
background-color: #318df4;
position: relative;
top: -5px;
z-index: -1;
left: 6px
}
body.sidebar_left #sidebar .widget .edit_widget:hover:before,
body.sidebar_left #sidebar .widget .edit_widget:hover:after,
body.sidebar_right #sidebar .widget .edit_widget:hover:after,
body.sidebar_right #sidebar .widget .edit_widget:hover:before {
background-color: #333
}
span.hidetop {
position: fixed;
cursor: pointer;
padding: 15px;
right: 15px;
top: 0;
background-color: #ffffff
}
span.hidetop:hover {
color: #ccc
}
#frontsidebar.tourhighlight .widget,
#frontsidebar.tourhighlight .widget .midrow,
#frontsidebar.tourhighlight .widget .text_block,
#frontsidebar.tourhighlight .widget .home_action,
#frontsidebar.tourhighlight .optimposts {
box-shadow: inset 0 0 30px 2px rgba(0, 148, 255, 0.5)
}
#customizer_topbar.tourhighlight .current_edit {
box-shadow: 0 0 20px 7px rgba(48, 137, 244, 1);
padding-left: 10px
}
.dummypost .dummy_content {
width: 100%;
float: left;
border: 1px solid #F2F2F2;
border-radius: 4px;
position: relative;
padding-top: 20px
}
.dummypost .dummy_content:hover {
border-color: #ccc
}
.replace_widget {
text-align: center;
font-size: 14px;
width: 530px;
margin: 0 auto;
left: 0;
right: 0;
top: -18px;
background-color: #fff;
padding: 10px 0;
border-radius: 20px;
border: 1px solid #ddd;
position: absolute;
z-index: 9
}
.dummypost .dummy_content:hover .replace_widget {
background: #F5F5F5
}
a.add_widget_home {
border: 1px solid;
padding: 3px 10px;
border-radius: 20px;
font-size: 12px;
margin-left: 10px;
cursor: pointer
}
.dummypost .dummy_content:hover a.add_widget_home {
background-color: #fff;
border-color: #E4E4E4
}
.home .customizer_sidebar_holder.has_sidebar {
position: relative;
padding: 30px 0;
top: auto;
float: left;
width: 100%
}
.home_sidebar .edit_widget {
display: none
}
.customizer-prev .frontpage_sidebar .widget:hover:before,
body.sidebar_bottom.customizer-prev #sidebar .widget:hover:before,
body.sidebar_top.customizer-prev #sidebar .widget:hover:before {
content: "";
width: 50px;
height: 50px;
display: block;
position: absolute;
z-index: 9;
left: 0;
background-image: url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/images/widget_hover.png);
top: 0;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
transition: all .2s ease-out
}
.customizer-prev .frontpage_sidebar .widget:hover:after,
body.sidebar_bottom.customizer-prev #sidebar .widget:hover:after,
body.sidebar_top.customizer-prev #sidebar .widget:hover:after {
content: "";
width: 50px;
height: 50px;
display: block;
position: absolute;
z-index: 9;
background-image: url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/images/widget_hover.png);
bottom: 0;
right: 0;
background-position: bottom right;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
transition: all .2s ease-out
}
span.widgetname {
display: none;
background: linear-gradient(45deg, rgba(104, 169, 255, 0) 19%, rgba(0, 148, 247, 1) 20%, rgba(0, 148, 247, 1) 20%, rgba(0, 148, 247, 1) 120%);
background-position: 0 0;
color: #fff;
font-family: arial;
font-weight: 700;
text-transform: uppercase;
font-size: 11px;
position: absolute;
z-index: 9;
right: 0;
top: 0;
padding: 3px 6px;
text-indent: 35px;
padding-right: 10px;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
transition: all .2s ease-out
}
.customizer-prev .frontpage_sidebar .widget:hover span.widgetname,
body.sidebar_bottom.customizer-prev #sidebar .widget:hover span.widgetname,
body.sidebar_top.customizer-prev #sidebar .widget:hover span.widgetname {
display: block
}
.su-column-size-1-2 {
margin-left: 0!important;
margin-right: 4%!important;
box-sizing: border-box!important
}
.su-column-size-1-2:nth-of-type(2n+2) {
margin-right: 0!important
}
.su-column-size-1-3 {
margin-left: 0!important;
margin-right: 4%!important;
box-sizing: border-box!important
}
.su-column-size-1-3:nth-of-type(3n+3) {
margin-right: 0!important
}
.su-column-size-1-4 {
margin-left: 0!important;
margin-right: 4%!important;
box-sizing: border-box!important
}
.su-column-size-1-4:nth-of-type(3n+3) {
margin-right: 0!important
}
.su-column-size-3-4 {
margin-left: 0!important;
margin-right: 4%!important;
box-sizing: border-box!important
}
.su-column-size-1-4:last-of-type {
margin-right: 0!important
}
.su-column-size-1-5 {
margin-left: 0!important;
margin-right: 4%!important;
box-sizing: border-box!important
}
.su-column-size-4-5:nth-of-type(1n+1) {
margin-left: 0!important
}
.su-column-size-2-5 {
margin-left: 0!important;
margin-right: 4%!important;
box-sizing: border-box!important
}
.su-column-size-3-5:nth-of-type(1n+1) {
margin-left: 0!important
}
.su-column-size-2-3 {
margin-left: 0!important;
margin-right: 4%!important;
box-sizing: border-box!important
}
.su-column-size-1-6:nth-of-type(2n+2) {
margin-left: 0!important
}
.su-row br {
display: none!important
}
.su-tabs.my-custom-tabs {
background-color: #84ADEA
}
.su-tabs.my-custom-tabs .su-tabs-nav span {
font-size: 1.3em
}
.su-tabs.my-custom-tabs .su-tabs-nav span.su-tabs-current {
background-color: #EDFAFF
}
.su-tabs.my-custom-tabs .su-tabs-pane {
padding: 1em;
font-size: 1.3em;
background-color: #EDFAFF
}
.bxmain {
margin: 0 auto
}
.testimonial-image {
text-align: center;
margin:-35px 0 25px 0;
}
.testimonial-image img {
text-align: center;
margin: 0 auto
}
.bxslider li {
text-align: center;
line-height: 20px;
left: 0
}
.bx-wrapper {
position: relative;
margin: 0 auto 60px;
padding: 0;
*zoom: 1
}
.bx-wrapper img {
max-width: 100%;
display: block;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%
}
.bx-wrapper .bx-viewport {
height: 445px !important;
-webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0)
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -10px;
left: 0;
width: 100%
}
.bx-wrapper .bx-loading {
min-height: 50px;
background: url(//recatelo.com/gl/wp-content/themes/skt-white-pro/images/bx_loader.gif) center center no-repeat #fff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000
}
.bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: 700;
color: #666
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
*zoom: 1;
*display: inline
}
.bx-wrapper .bx-pager.bx-default-pager a {
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 3px;
outline: 0;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
width: 50px;
border-radius: 20px;
height: 10px;
}
.bx-wrapper .bx-prev {
left: 5px;
background: url(//recatelo.com/gl/wp-content/themes/skt-white-pro/images/controls.png) no-repeat 0 -32px
}
.bx-wrapper .bx-next {
right: 5px;
background: url(//recatelo.com/gl/wp-content/themes/skt-white-pro/images/controls.png) no-repeat -43px -32px
}
.bx-wrapper .bx-prev:hover {
background-position: 0 0
}
.bx-wrapper .bx-next:hover {
background-position: -43px 0
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none
}
.bx-wrapper .bx-controls-auto {
text-align: center
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url(//recatelo.com/gl/wp-content/themes/skt-white-pro/images/controls.png) -86px -11px no-repeat;
margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
background-position: -86px 0
}
.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url(//recatelo.com/gl/wp-content/themes/skt-white-pro/images/controls.png) -86px -44px no-repeat;
margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
background-position: -86px -33px
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px
}
.bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666\9;
background: rgba(80, 80, 80, 0.75);
width: 100%
}
.bx-wrapper .bx-caption span {
color: #fff;
font-family: Arial;
display: block;
font-size: .85em;
padding: 10px
}
.portfolio-content,
.portfolio-area {
width: 100%;
}
.portfolio-content .portfolio-categ {
margin: 0 0 40px;
text-align: center;
}
.portfolio-content .portfolio-categ li {
display: inline-block;
margin: 0 20px;
}
.portfolio-content .portfolio-categ li a{font-size: 15px; font-weight: 600; text-transform: uppercase;}
.portfolio-content .portfolio-area{}
.portfolio-content .portfolio-area:after{content: ""; clear: both; display: block;}
.portfolio-content .portfolio-area li {
float: left;
margin-bottom: 30px;
width: 33.3333% !important;
overflow: hidden;
box-sizing: border-box;
list-style: none;
padding-left: 15px;
padding-right: 15px;
}
.portfolio-content .portfolio-area li .image-block {
display: block;
max-height: 230px;
position: relative;
}
.portfolio-content .portfolio-area li .image-block-title{background-color: rgba(241, 145, 0, 0.7); position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; color: #fff; font-size: 22px; font-weight: 400; opacity: 0; visibility: hidden; transition: all 0.2s;}
.portfolio-content .portfolio-area li .image-block img {
display: block;
min-height: 200px;
width: 100%
}
.portfolio-content .portfolio-area li .image-block:hover .image-block-title{opacity: 1; visibility: visible;}
.portfolio-item2 div {
position: relative
}
.home-portfolio-text {
margin-top: 10px
}
.portfolio-content ul {
margin-left: 0;
padding-left: 0
}
.galslide img {
border-radius: 0
}
.galcarosel {
clear: both
}
.galcaroselno {
clear: both
}
.skillbar {
position: relative;
display: block;
margin-bottom: 24px!important;
width: 100%;
height: 15px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-webkit-transition: .6s linear;
-moz-transition: .6s linear;
-ms-transition: .6s linear;
-o-transition: .6s linear;
transition: .6s linear;
-webkit-transition-property: width, background-color;
-moz-transition-property: width, background-color;
-ms-transition-property: width, background-color;
-o-transition-property: width, background-color;
transition-property: width, background-color;
margin-top: 0 !important;
}
.skill-bg {
height: 28px;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
}
.skillbar-title {
position: relative;
left: 12px;
top: 32px;
line-height:24px;
text-transform:uppercase;
font-size:11px;
font-weight:700;
}
.skillbar-title span {
padding-right: 10px
}
.skillbar-bar {
height: 28px;
width: 0;
background: #009cff;
margin-top: 5px;
margin-bottom: 5px;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;	
}
.wpcf7-form br {
display: block!important
}
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select,
.wpcf7-checkbox,
.wpcf7-radio {
margin-top: 10px
}
.clientarea {
margin-left: 0;
margin-right: 0;
clear: both
}
.clientbox {
width: 14.66%;
margin-right:2%;
float: left;
box-sizing: border-box;
padding: 0 15px;
margin-bottom: 0;
display: table;
height: 110px;
text-align: center;
border:1px solid #eaeaea;
border-radius:4px;
transition: all .2s ease-in;
}
.clientbox a {
display: table-cell;
vertical-align: middle
}
.clientbox:hover{transform: scale(1.2);}
.clientbox img {
width: 90%
}
.teamwrap img {
float: left;
padding: 20px 30px 10px 0
}
.alltstimonial img {
float: left;
text-align: left;
padding: 20px 12px 10px 0;
width: 13%;
height: auto
}
.slidebtn {
word-wrap: break-word;
display: table;
margin: 50px auto 0;
}
.slidebtn a {
padding: 14px 40px;
line-height: normal;
font-weight: 600;
}
}
.title {
}
.slidedesc {
margin-bottom:45px;
}
.contact-layout1-area {
width: 100%;
margin-bottom: 6%
}
.contact-layout1-googlemap {
width: auto;
margin-bottom: 25px;
clear: both
}
.contact-layout1-left {
float: left;
width: 60%
}
.contact-layout1-right {
float: right;
width: 30%
}
.contact-layout1-right p {
margin-bottom: 5px;
}
.contact-layout1-right h3 {
margin-bottom: 10px;
clear: both
}
.contact-layout2 input {
display: inline-block;
float: left;
width: 100%
}
.contact-layout2 input[type="submit"]{width:auto;}
.contact-layout2 textarea {
display: inline-block;
float: left;
clear: both;
width: 100%;
margin-bottom: 5%
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
background-color: transparent
}
.woocommerce form .form-row input.input-text {
background-clip: padding-box;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 3px;
color: #444;
height: 30px;
padding: 0 5px
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
color: #515151!important
}
.galslide {
height: 183px!important;
overflow: hidden!important
}
.galslide img {
width: 100%
}
.flipcard {
position: relative;
float: left;
margin: 0 0 1.5%;
padding: 0 15px;
text-align: left;
width: 25%;
perspective: 1000px;
box-sizing: border-box;
height: 300px
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.flipcard {
height: 330px!important
}
.flipcard .front,
.flipcard .back {
height: 330px!important
}
}
.flipcard.v:hover .front,
.flipcard.v.flip .front {
transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-o-transform: rotateX(180deg)
}
.flipcard.v:hover .back,
.flipcard.v.flip .back {
transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-o-transform: rotateX(0deg)
}
.flipcard.v .back {
transform: rotateX(-180deg);
-ms-transform: rotateX(-180deg);
-webkit-transform: rotateX(-180deg);
-moz-transform: rotateX(-180deg);
-o-transform: rotateX(-180deg)
}
.flipcard.h:hover .front,
.flipcard.h.flip .front {
transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg)
}
.flipcard.h:hover .back,
.flipcard.h.flip .back {
transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg)
}
.flipcard.h .back {
transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg)
}
.flipcard .front,
.flipcard .back {
position: absolute;
transition: all .5s ease-in;
-moz-transition: all .5s ease-in;
-webkit-transition: all .5s ease-in;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
text-align: center;
padding: 20px;
box-sizing: border-box;
vertical-align: middle;
display: inherit;
height: 300px
}
.flipcard .front {
border-radius: 0;
border-style: solid;
border-width: 1px
}
.flipcard .back {
border-radius: 0;
border-style: solid;
border-width: 1px
}
.frontimage {
text-align: center;
width: 100%;
overflow: hidden
}
.frontimage img {
max-height: 150px;
max-width: 230px
}
img,
a img {
border: none
}
.divider1 {
background-color: #fff;
border-top: 2px dashed;
margin: 40px auto;
clear: both
}
.divider2 {
background-color: #fff;
border-top: 2px dotted;
margin: 40px auto;
clear: both
}
.divider3 {
border-top: 1px dashed;
border-bottom: 1px dashed;
margin: 40px auto
}
.divider4 {
border-top: 1px dotted;
border-bottom: 1px dotted;
margin: 40px auto;
clear: both
}
.divider5 {
border-style: solid;
border-width: 0 0 1px;
height: 10px;
line-height: 20px;
text-align: center;
overflow: visable;
margin: 40px auto;
clear: both
}
.divider5 span {
clear: both;
display: inline-block;
min-height: 10px;
min-width: 10%;
padding: 0 80px
}
.divider6 {
border-style: solid;
border-width: 0 0 1px;
height: 10px;
line-height: 20px;
text-align: center;
overflow: visable;
margin: 40px auto;
clear: both
}
.divider6 span {
clear: both;
display: inline-block;
min-height: 10px;
min-width: 10%;
padding: 0 80px;
border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
-webkit-border-radius: 50px
}
.fusion-title {
align-items: center;
display: flex;
flex-wrap: nowrap;
margin: 20px 0 5px;
overflow: hidden
}
.fusion-title .title-sep-container {
flex-grow: 1;
height: 6px;
position: relative
}
.fusion-title .title-sep.sep-double {
border-bottom-width: 1px;
border-top-width: 1px;
height: 6px
}
.fusion-title .title-sep {
border: 0 solid;
box-sizing: content-box;
display: block;
position: relative;
width: 100%
}
.fusion-title h3 {
padding-right: 5px
}
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
width: auto
}
.timeline-container {
margin: 0 auto;
width: auto
}
.timeline-row {
float: left;
width: 100%
}
.timeline-row ul {
margin: 0;
padding: 0
}
.timeline-both-side {
float: left;
width: 100%;
margin: 20px 2% 50px;
position: relative;
box-sizing: border-box
}
.timeline-both-side:before {
bottom: 0;
content: " ";
left: 50%;
position: absolute;
top: 0;
width: 1px
}
.timeline-both-side:after {
border-radius: 50%;
bottom: -22px;
content: "";
height: 18px;
left: 50%;
margin-left: -11px;
position: absolute;
width: 18px;
border: 2px solid
}
.timeline-both-side li {
position: relative;
float: left;
width: 100%;
list-style: none
}
.timeline-both-side li .border-line {
font-size: 1.4em;
height: 1px;
left: 50%;
margin-left: -8%;
position: absolute;
text-align: center;
top: 50%;
width: 8%;
z-index: 100
}
.timeline-both-side li.opposite-side .border-line {
left: auto;
right: 50%;
margin-left: 0;
margin-right: -8%
}
.timeline-both-side li .border-line:before {
content: "";
height: 11px;
position: absolute;
right: -6px;
top: -5px;
width: 11px;
border-radius: 100%
}
.timeline-both-side li.opposite-side .border-line:before {
left: -5px;
right: auto
}
.timeline-both-side li .timeline-description {
border-radius: 2px;
border: 1px solid;
float: left;
padding: 20px;
position: relative;
width: 42%;
box-sizing: border-box
}
.timeline-both-side li.opposite-side .timeline-description {
float: right
}
.timeleft {
float: left;
width: 40%;
margin-right: 6%
}
.timeright {
float: left;
width: 53%
}
.timeright h3 {
margin-top: 0;
padding-top: 0
}
.timerightfull {
width: auto
}
.timerightfull h3 {
margin-top: 0;
padding-top: 0
}
.timeline-description p {
padding-bottom: 10px;
word-wrap: break-word
}
.timeline-description img {
display: block;
width: 100%;
height: auto
}
.gridwrapper {
width: 100%;
margin: 3em auto
}
.masonry {
margin: 1.5em 0;
padding: 0;
-moz-column-gap: 1.5em;
-webkit-column-gap: 1.5em;
column-gap: 1.5em
}
.griditem {
display: inline-block;
padding: 1em 1em 1.5em;
margin: 0 0 1.5em;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 1px solid
}
.griditem h3 {
margin-top: 0
}
.griditem img {
text-align: center;
width: auto;
height: auto;
display: block;
margin: 0 auto;
margin-bottom: 20px
}
.griditem p {
padding-bottom: 5px
}
@media only screen and (min-width: 300px) {
.masonry {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1
}
}
@media only screen and (min-width: 400px) {
.masonry {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2
}
}
@media only screen and (min-width: 700px) {
.masonry {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3
}
}
@media only screen and (min-width: 900px) {
.masonry {
-moz-column-count: 4;
-webkit-column-count: 4;
column-count: 4
}
}
@media only screen and (min-width: 1100px) {
.masonry {
-moz-column-count: 4;
-webkit-column-count: 4;
column-count: 4
}
}
 .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);-ms-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);-ms-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);-ms-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);-ms-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);-ms-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);-ms-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);-ms-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);-ms-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);-ms-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);-ms-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);-ms-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);-ms-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);-ms-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);-ms-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-ms-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-ms-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);-ms-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);-ms-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);-ms-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,20%,0);-ms-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}.slider-wrapper {
position: relative
}
.slider-main {
position: relative
}
.nivoSlider {
position: relative;
width: 100%;
height: auto;
overflow: hidden
}
.nivoSlider img {
position: absolute;
top: 0;
left: 0;
max-width: none
}
.nivo-main-image {
display: block!important;
position: relative!important;
width: 100%
}
.nivoSlider a.nivo-imageLink {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
padding: 0;
margin: 0;
z-index: 6;
display: none;
background: #fff;
filter: alpha(opacity=0);
opacity: 0
}
.nivo-slice {
display: block;
position: absolute;
z-index: 5;
height: 100%;
top: 0
}
.nivo-box {
display: block;
position: absolute;
z-index: 5;
overflow: hidden
}
.nivo-box img {
display: block
}
.nivo-html-caption {
display: none
}
.nivo-directionNav a {
position: absolute;
top: 50%;
z-index: 999;
cursor: pointer
}
a.nivo-prevNav {
left: 0;
background-position: 17px 0 !important;
border-radius: 0 3px 3px 0
}
a.nivo-nextNav {
right: 0;
background-position: -17px 0 !important;
border-radius: 3px 0 0 3px
}
.nivo-controlNav {
text-align: center;
position: absolute;
width: 1170px;
z-index: 999;
bottom:45px;
left:0;
right:0;
margin:0 auto;
}
.nivo-controlNav a {
cursor: pointer;
border: 0 none;
display: inline-block;
height: 8px;
margin: 0 4px;
text-indent: -9999px;
width: 8px;
}
.nivo-controlNav a.active {
font-weight: 700;
background-position: 0 -21px;
}
.nivo-directionNav a {
border: 0 none;
display: block;
height: 43px;
text-indent: -9999px;
transition: all 200ms ease-in-out 0;
width: 43px;
background: url(//recatelo.com/gl/wp-content/themes/skt-white-pro/images/slide-nav.png) no-repeat left top
}
.nivo-caption {
position: absolute;
left: 0;
right:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 8;
padding: 25px 0;
overflow: hidden;
display: none;
width:1170px;
top: 3%;
text-align: center;
margin:auto;
z-index: 999;
}
.slide_info h2 {
font-size: 38px;
color: #fff;
margin: 0 0 20px;
text-transform: uppercase
}
.slide_info p {
font: 300 18px/20px Assistant, sans-serif;
margin-bottom: 15px;
text-shadow: 0 1px 0 #4b4b4b
}
.slide_info h2 a {
color: #fff
}
.theme-default .nivoSlider {
position: relative;
background: #f0f1f7 url(//recatelo.com/gl/wp-content/themes/skt-white-pro/images/loading.gif) no-repeat 50% 50%
}
.theme-default .nivoSlider img {
position: absolute;
top: 0;
left: 0;
display: none
}
.theme-default .nivoSlider a {
border: 0;
display: block
}
.theme-default .nivo-controlNav a {
display: inline-block;
width: 11px;
height: 7px;
text-indent: -9999px;
border: 0;
margin: 0 8px 0 0;
border-radius:10px;
}
.theme-default .nivo-controlNav a.active {
background-position: 0 -22px;
width: 30px;
height: 7px;
}
.theme-default .nivo-directionNav a {
display: block;
width: 33px;
height: 26px;
background: url(//recatelo.com/gl/wp-content/themes/skt-white-pro/images/arrows.png) no-repeat;
text-indent: -9999px;
border: 0;
opacity: 0;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out
}
.theme-default:hover .nivo-directionNav a {
opacity: 1
}
.theme-default a.nivo-nextNav {
background-position: -30px 0;
right: 15px
}
.theme-default a.nivo-prevNav {
left: 15px
}
.theme-default .nivo-caption {
font-family: Helvetica, Arial, sans-serif
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
width: 100%
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
width: auto;
height: auto;
background: none;
margin-bottom: 5px
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
display: block;
width: 120px;
height: auto
}div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff}div.light_square .pp_content .ppt{color:#000}div.light_square .pp_expand{background:url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square #pp_full_res .pp_inline{color:#000}div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.light_square .pp_nav .pp_play{background:url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_square .pp_arrow_next{background:url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_square .pp_next:hover{background:url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
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_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px}.pp_fade{display:none}.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 0 5px}.pp_nav{clear:left;float:left;margin:3px 0 0}.pp_nav p{float:left;margin:2px 4px}.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{left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;overflow:hidden;padding:0;position:relative}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0}.pp_gallery li.default a{background:url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}a.pp_next{background:url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/images/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(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/images/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;float:right;line-height:22px;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.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}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}.pp_gallery a{background:none!important;border:none!important;display:none!important;height:146px;padding:2px!important;width:235px}@font-face {
font-family: 'FontAwesome';
src: url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0);
src: url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//recatelo.com/gl/wp-content/themes/skt-white-pro/assets/fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
[class*='fa-']{display:inline-block;font-family:FontAwesome!important;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-handshake-o:before {
content: "\f2b5";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-o:before {
content: "\f2b7";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-book-o:before {
content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-circle-o:before {
content: "\f2be";
}
.fa-user-o:before {
content: "\f2c0";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-eercast:before {
content: "\f2da";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-snowflake-o:before {
content: "\f2dc";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}