html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, figure, figcaption {
vertical-align: baseline;
font-family: inherit;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
outline: 0;
padding: 0;
margin: 0;
border: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}  .no-touch,
.no-touch * {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
} html.no-touch,
.no-touch body,
.no-touch #content,
.no-touch #wpadminbar,
.no-touch .tp-fullwidth-forcer,
.no-touch img,
.no-touch input,
.no-touch textarea,
.no-touch .pp_pic_holder * {
-webkit-transform: initial;
transform: initial;
}
html {
overflow-x: hidden;
overflow-y: scroll;
min-height: 100%;
max-width: 100%;
}
body {
max-width: 100%;
width: 100%;
min-width: 320px;
height: 100%;
margin: 0 auto;
font-family: Lato, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 15px;
line-height: 1.5;
color: #555;
background: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
:focus {
outline: 0;
}
header,
footer,
article,
aside,
figure,
figcaption,
nav,
section { 
display:block;
}
a {
color:#10a5a0;
}
a:hover {
color:inherit;
}
section {
position: relative;
}
h1, h2, h3, h4, h5, h6 {
color: #545454;
position: relative;
margin-bottom: 12px;
}
h1 {
font-size: 45px;
text-transform: uppercase;
font-weight: 700;
}
h2 {
font-size: 28px;
text-transform: uppercase;
font-weight: 700;
}
h3 {
font-size: 22px;
text-transform: uppercase;
font-weight: 700;
}
h4 {
font-size: 18px;
text-transform: capitalize;
font-weight: 700;
}
h5 {
font-size: 30px;
line-height:1.3;
font-weight: 700;
}
h6 {
font-family: 'Lora';
font-size: 24px;
line-height:1.4;
}
p{
margin-bottom: 25px;
}
p:empty {
display: none;
}
p:last-child{
margin-bottom: 0;
}
strong, 
b, 
thead {
font-weight: 700;
}
big{
font-size: larger;
}
sup {
font-size: 10px;
vertical-align: super;
}
sub {
font-size: 10px;
vertical-align: sub;
}
a {
cursor: pointer;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
a:-webkit-any-link {
text-decoration: none;
}
a:-moz-any-link {
text-decoration: none;
}
a:link,
a:visited,
a:active {
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
}
q, i, cite, em, var, address, dfn{
font-style: italic;
}
address {
margin-bottom: 25px;
}
pre {
display: block;
clear: both;
overflow: auto;
padding: 20px;
margin: 12px 0;
white-space: pre;
background: #f5f5f5;
border-left: 2px solid #10a5a0;
}
ol, ul, li {
list-style: none;
}
dl, ul, ol {
margin-left: 30px;
margin-bottom: 30px;
}
ul > li {
list-style: disc;
list-style-position:outside;
}
ol > li {
list-style: decimal;
list-style-position: outside;
}
ul > li > ul,
ol > li > ol {
margin:5px 0px 5px 20px;
}
dt {
font-weight: bold;
}
dd {
margin:0 0 20px;
}
table {
width: 100%;
border: 1px solid #e0e0e0;
border-collapse: separate;
border-spacing: 0;
border-radius: 2px;
margin-bottom: 30px;
}
table th,
table td {
padding: 5px 10px;
}
table th {
background: #f5f5f5;
color: #545454;
text-shadow: 1px 1px 0px #fff;
text-align: left;
}
table tr.even{
background: #f5f5f5;
}
caption {
z-index: 1;
width: 100%;
text-align: center;
}
blockquote {
position: relative;
padding: 0 0 0 40px;
margin-bottom: 25px;
display: block;
letter-spacing: 0.5px;
font-size: 20px;
color: #333;
min-height:80px;
}
blockquote:before {
font-family: flora;
content: '\e807';
font-size: 100px;
line-height: 80px;
color: #10a5a0;
opacity: 0.4;
position: absolute;
left: 0;
top: 0;
}
.w-text-light blockquote {
color:#fff;
}
blockquote p {
margin-bottom: 0;
}
tt, code, kbd, samp{
font-family: monospace;
}
*:focus {
outline: none;
}
::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.5);
}
::-moz-placeholder {
color: rgba(0, 0, 0, 0.5);
}
:-ms-input-placeholder {
color: rgba(0, 0, 0, 0.5);
}
input:-moz-placeholder {
color: rgba(0, 0, 0, 0.5);
}
.w-text-light ::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.3);
}
.w-text-light ::-moz-placeholder {
color: rgba(255, 255, 255, 0.3);
}
.w-text-light :-ms-input-placeholder {
color: rgba(255, 255, 255, 0.3);
}
.w-text-light input:-moz-placeholder {
color: rgba(255, 255, 255, 0.3);
}
input, textarea {
letter-spacing: 1px;
font-family: inherit;
letter-spacing: 1px;
background: none;
border-style: solid;
border-color: #999;
border-width: 0 0 1px 0;
color: #333;
padding: 5px 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, box-shadow linear 0.4s;
transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, box-shadow linear 0.4s;
}
textarea{
resize: vertical;
}
input[type="range"] {
border:none;
padding:5px 0;
margin:0;
}
input[type="number"] {
padding:5px 0;
}
input[type="checkbox"],
input[type="radio"] {
padding:0;
}
input[type=text]::-ms-clear {
display: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
textarea {
width:100%;
line-height:18px;
padding:8px 2px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
.w-text-light input[type="text"],
.w-text-light input[type="password"],
.w-text-light input[type="email"],
.w-text-light input[type="tel"],
.w-text-light input[type="url"],
.w-text-light input[type="number"],
.w-text-light input[type="date"],
.w-text-light input[type="search"],
.w-text-light input[type="file"],
.w-text-light textarea {
border-color:rgba(255,255,255,0.25);
color: #fff;
}
input[type="text"]:hover, 
input[type="password"]:hover, 
input[type="email"]:hover, 
input[type="tel"]:hover, 
input[type="url"]:hover,
input[type="number"]:hover,
input[type="date"]:hover, 
input[type="search"]:hover, 
textarea:hover {
border-color:#bbb;
}
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="url"]:focus, 
input[type="number"]:focus,
input[type="date"]:focus, 
input[type="search"]:focus, 
.w-text-light input[type="file"]:hover,
textarea:focus {
border-color:#10a5a0;
box-shadow:0px 1px 0 #10a5a0;
}
input[type=submit] {
-webkit-appearance: none;
}
button, 
input[type="submit"], 
input[type="button"], 
input[type="reset"] {
color: #fff;
text-align: center;
border: 2px solid #10a5a0;
padding: 8px 20px;
margin: 5px 0;
background: #10a5a0;
text-transform: uppercase;
-webkit-transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, box-shadow linear 0.4s;
transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, box-shadow linear 0.4s;
}
button:hover,
input[type="submit"]:hover, 
input[type="button"]:hover {
color: #10a5a0;
background: transparent;
}
input[type="date"] {
padding:8px 2px;
}
input[type="reset"] {
border-color:#a5a5a5;
background:#a5a5a5;
text-transform:uppercase;
}
input[type="reset"]:hover {
color: #a5a5a5;
border: 2px solid #a5a5a5;
background:none;
}
input[type="checkbox"],
input[type="radio"] {
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
line-height: 19px;
margin: 0px;
margin-right: 10px;
cursor: pointer;
border: 1px solid #dcdcdc;
position: relative;
text-align: center;
outline: 0;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.w-text-light input[type="checkbox"],
.w-text-light input[type="radio"] {
border: 1px solid rgba(255, 255, 255, 0.48);
}
input[type="checkbox"]:hover, 
input[type="radio"]:hover{
border: 1px solid #777;
line-height: 19px;
}
.w-text-light input[type="checkbox"]:hover,
.w-text-light input[type="radio"]:hover {
border-color:#fff;
}
input[type="checkbox"]:disabled,
input[type="radio"]:disabled,
input[type="checkbox"]:disabled:hover,
input[type="radio"]:disabled:hover{
border: 1px solid #e1e1e1;
background: #E4E4E4;
cursor: default;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked{
background: #10a5a0;
border-color: #10a5a0;
}
input[type="checkbox"]{
border-radius: 1px;
}
input[type="radio"]{
border-radius: 50%;
}
input[type="checkbox"]:checked::after
{
font-family: 'flora';
content: "\e104";
font-size: 13px;
color: #fff;
margin-left: 2px;
}
input[type="radio"]:checked::after{
content: "";
display: inline-block;
vertical-align: middle;
width: 10px;
height: 10px;
background: #fff;
border-radius: 50%;
margin-top: -1px;
}
input[type="radio"]:disabled::after {
background: #eee;
}
.dropdown-select {
position: relative;
display: inline-block;
line-height: 30px;
}
select {
background: rgba(255, 255, 255, 0.5) url(//www.yustol.com/wp-content/themes/flora/css/images/arrow-down.png) no-repeat 95%;
max-width: 100%;
padding: 5px;
border: 1px solid #e0e0e0;
border-radius: 0;
font-size: 16px;
line-height: 1.5;
text-indent: 0.01px;
cursor: pointer;
-o-appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.w-text-light select {
color:#fff;
background:rgba(255, 255, 255, 0.2);
}
.dropdown-select:after {
content: '\f107';
font-family: 'FontAwesome';
position: absolute;
right: 10px;
top: 50%;
line-height: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
select {
padding-right:18px
}
}
.text-left {
text-align:left!important;
}
.text-center {
text-align:center!important;
}
.text-right {
text-align:right!important;
}
.scrolling,
.scrolling * {
pointer-events: none !important;
}
.touch-hover {
-webkit-user-select: none;
-webkit-touch-callout: none; 
-webkit-tap-highlight-color: transparent;       
}  .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
clear: both;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
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 {
background: #fff;
max-width: 100%;
padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
clear: both;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}
.mejs-container {
clear: both;
padding-top: 30px;
height: 30px!important;
}
.mejs-container * {
font-family: Helvetica, Arial;
}
.mejs-container,
.mejs-embed,
.mejs-embed body,
.mejs-container .mejs-controls {
background: #222;
}
.mejs-controls a.mejs-horizontal-volume-slider {
display: table;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
background: #fff;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
background: #0073aa;
}
.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: rgba(255, 255, 255, .33);
}
.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
border-radius: 0;
}
.mejs-controls .mejs-offscreen {
clip: rect(1px, 1px, 1px, 1px);
position: absolute;
}
.mejs-controls a:focus > .mejs-offscreen {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
line-height: normal;
padding: 15px 23px 14px;
position: absolute;
left: 0;
top: 15px;
text-decoration: none;
text-transform: none;
width: auto;
}
.mejs-overlay-loading {
background: transparent;
} .mejs-controls button:hover {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.me-cannotplay {
width: auto !important;
}
.media-embed-details .wp-audio-shortcode {
display: inline-block;
max-width: 400px;
}
.audio-details .embed-media-settings {
overflow: visible;
}
.media-embed-details .embed-media-settings .setting span {
max-width: 400px;
width: auto;
}
.media-embed-details .embed-media-settings .checkbox-setting span {
display: inline-block;
}
.media-embed-details .embed-media-settings {
padding-top: 0;
top: 28px;
}
.media-embed-details .instructions {
padding: 16px 0;
max-width: 600px;
}
.media-embed-details .setting p,
.media-embed-details .setting a {
color: #a00;
font-size: 10px;
text-transform: uppercase;
}
.media-embed-details .setting a:hover {
color: #f00;
}
.media-embed-details .embed-media-settings .checkbox-setting {
float: none;
margin: 0 0 10px;
}
.wp-video {
max-width: 100%;
height: auto;
}
.wp_attachment_holder .wp-video,
.wp_attachment_holder .wp-audio-shortcode {
margin-top: 18px;
}
video.wp-video-shortcode,
.wp-video-shortcode video {
max-width: 100%;
display: inline-block;
}
.video-details .wp-video-holder {
width: 100%;
max-width: 640px;
}
.wp-playlist {
border: 1px solid #ccc;
padding: 10px;
margin: 12px 0 18px;
font-size: 14px;
line-height: 1.5;
}
.wp-admin .wp-playlist {
margin: 0 0 18px;
}
.wp-playlist video {
display: inline-block;
max-width: 100%;
}
.wp-playlist audio {
display: none;
max-width: 100%;
width: 400px;
}
.wp-playlist .mejs-container {
margin: 0;
width: 100%;
}
.wp-playlist .mejs-controls .mejs-button button {
outline: 0;
}
.wp-playlist-light {
background: #fff;
color: #000;
}
.wp-playlist-dark {
color: #fff;
background: #000;
}
.wp-playlist-caption {
display: block;
max-width: 88%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 14px;
line-height: 1.5;
}
.wp-playlist-item .wp-playlist-caption {
text-decoration: none;
color: #000;
max-width: -webkit-calc(100% - 40px);
max-width: calc(100% - 40px);
}
.wp-playlist-item-meta {
display: block;
font-size: 14px;
line-height: 1.5;
}
.wp-playlist-item-title {
font-size: 14px;
line-height: 1.5;
}
.wp-playlist-item-album {
font-style: italic;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.wp-playlist-item-artist {
font-size: 12px;
text-transform: uppercase;
}
.wp-playlist-item-length {
position: absolute;
right: 3px;
top: 0;
font-size: 14px;
line-height: 1.5;
}
.rtl .wp-playlist-item-length {
left: 3px;
right: auto;
}
.wp-playlist-tracks {
margin-top: 10px;
}
.wp-playlist-item {
position: relative;
cursor: pointer;
padding: 0 3px;
border-bottom: 1px solid #ccc;
}
.wp-playlist-item:last-child {
border-bottom: 0;
}
.wp-playlist-light .wp-playlist-caption {
color: #333;
}
.wp-playlist-dark .wp-playlist-caption {
color: #dedede;
}
.wp-playlist-playing {
font-weight: bold;
background: #f7f7f7;
}
.wp-playlist-light .wp-playlist-playing {
background: #fff;
color: #000;
}
.wp-playlist-dark .wp-playlist-playing {
background: #000;
color: #fff;
}
.wp-playlist-current-item {
overflow: hidden;
margin-bottom: 10px;
height: 60px;
}
.wp-playlist .wp-playlist-current-item img {
float: left;
max-width: 60px;
height: auto;
margin-right: 10px;
padding: 0;
border: 0;
}
.rtl .wp-playlist .wp-playlist-current-item img {
float: right;
margin-left: 10px;
margin-right: 0;
}
.wp-playlist-current-item .wp-playlist-item-title,
.wp-playlist-current-item .wp-playlist-item-artist {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.wp-audio-playlist .me-cannotplay span {
padding: 5px 15px;
} .gallery-item {
float: left;
margin: 0 4px 4px 0;
overflow: hidden;
position: relative;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 48%;
max-width: -webkit-calc(50% - 4px);
max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
max-width: 32%;
max-width: -webkit-calc(33.3% - 4px);
max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
max-width: 23%;
max-width: -webkit-calc(25% - 4px);
max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
max-width: 19%;
max-width: -webkit-calc(20% - 4px);
max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
max-width: 15%;
max-width: -webkit-calc(16.7% - 4px);
max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
max-width: 13%;
max-width: -webkit-calc(14.28% - 4px);
max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
max-width: 11%;
max-width: -webkit-calc(12.5% - 4px);
max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
max-width: 9%;
max-width: -webkit-calc(11.1% - 4px);
max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
clear: left;
}
.gallery-item .gallery-icon {
display: inline-block;
}
.gallery-item .gallery-icon a {
display: block;
}
.gallery-item img {
padding: 2px;
border: 1px solid #e1e1e1!important;
}
.gallery-caption {
display: block;
width: 100%;
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0;
max-height: 50%;
opacity: 0;
padding: 6px 8px;
position: absolute;
bottom: 0;
left: 0;
text-align: center;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
.gallery-caption:before {
content: "";
height: 100%;
min-height: 49px;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.gallery-item:hover .gallery-caption {
opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}  .w-scroller{
height: inherit;
max-height: inherit;
}
.w-scroller .w-wrapper{
position: relative;
height: inherit;
max-height: inherit;
}
.w-scrollbar {
position: absolute;
top: 3px;
right: 0px;
bottom: 3px;
width: 2px;
line-height: 0;
border-radius: 4px;
opacity: 0;
-webkit-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.w-scroller.scroll-loading .w-scrollbar{
opacity: 1;
}
.w-scroller:hover .w-scrollbar{
opacity: 1;
}
.w-scrollbar .w-bar {
width: 100%;
height: 100px;
border-radius: 4px;
background: rgba(0, 0, 0, 0.4);
cursor: pointer;
}
.w-scrollbar .w-bar .w-holder {
position: absolute;
z-index: 10;
top: 0;
left: -10px;
width: 22px;
height: 100%;
} .w-fadeslider {
position: relative;
height: 100%;
}
.w-fadeslider .slide {
position: absolute;
left: 0;
top: 0;
opacity: 0;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.w-fadeslider .slide:first-child {
position: relative;
height: 100%;
width: 100%;
}
.w-fadeslider .slide.active {
opacity: 1;
}
.w-fadeslider .fadeIn {
z-index: 0;
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
.w-fadeslider .fadeOut {
z-index: 1;
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
.w-gallery-icon {
position: absolute;
z-index: 10;
bottom: 10px;
right: 10px;
display: inline-block;
background: #fff;
font-size: 11px;
padding: 0 5px;
text-align: center;
border-radius: 2px;
min-width: 20px;
}
.w-gallery-icon:after {
content: '';
position: absolute;
right: -4px;
bottom: -4px;
left: 4px;
top: 4px;
border: 2px solid #fff;
border-width: 0 2px 2px 0;
border-radius: 2px;
} .dropdown-nav, 
.dropdown-nav ul {
margin: 0;
padding: 0;
display: block;
position: relative;
}
.dropdown-nav > ul > li, 
.dropdown-nav ul li {
list-style: none;
margin: 0;
padding: 0;
position: relative;
}
.dropdown-nav:after,
.dropdown-nav > ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.dropdown-nav > ul > li {
display: inline-block;
text-align: left;
height: 100%;
}
.dropdown-nav > ul > li > a {
display: block;
padding: 0 25px 0 25px;
line-height: 30px;
height: 100%;
text-decoration: none;
text-transform: uppercase;
overflow: hidden;
}
.dropdown-nav > ul > li.menu-item-has-children > a {
padding-right: 30px;
}
.dropdown-nav > ul > li.menu-item-has-children > a::after {
font-family: 'flora';
display: inline-block;
position: absolute;
content: '\e760';
width: 10px;
right: 10px;
text-align: center;
font-size: 11px;
}
.dropdown-nav ul ul {
position: absolute;
padding:5px 0 10px;
opacity: 0;
visibility: hidden;
max-height: 0;
overflow: hidden;
border-top: 2px solid #10a5a0;
box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
}
.dropdown-nav ul ul ul{
-ms-transform:translateY(10px); 
-webkit-transform:translate3d(0,10px,0); 
transform:translate3d(0,10px,0);
-webkit-transition: -webkit-transform 0.2s;
transition: transform 0.2s;
}
.dropdown-nav > ul > li:hover > ul, 
.dropdown-nav ul ul > li:hover > ul {
overflow: visible;
opacity: 1;
visibility: visible;
max-height: 2000px;
-ms-transform: translateY(0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.dropdown-nav ul ul > li > ul {
left: 100%;
top: 0;
}
.dropdown-nav > ul > li.align-right > ul {
left: auto;
right: 0;
}
.dropdown-nav ul ul li.align-right > ul {
left: auto;
right: 100%;
}
.dropdown-nav ul ul li > a {
display: block;
text-decoration: none;
padding: 10px 20px;
font-size:13px;
min-width: 180px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.dropdown-nav .megamenu ul ul li > a, 
.dropdown-nav .megamenu ul > li > a {
padding: 10px 0px;
}
.dropdown-nav > ul > li > ul::after {
position: absolute;
display: block;
}
.dropdown-nav ul ul li.menu-item-has-children > a::after {
font-family: 'flora';
display: inline-block;
position: absolute;
content: '\e762';
width: 10px;
right: 10px;
text-align: center;
}
.dropdown-nav ul ul li.align-right > a::after {
content: '\e761';
}
.dropdown-nav .current-menu-ancestor > a, 
.dropdown-nav .current-menu-item > a {
color: #10a5a0;
}
.dropdown-nav ul li.megamenu{
position: static;
}
.dropdown-nav ul > li.megamenu > ul {
padding: 10px;
left: 0;
right: 0;
}
.dropdown-nav ul > li.megamenu > ul > li {
float: left;
}
.dropdown-nav ul > li.megamenu.grid-2-cols > ul > li{
width: 50%;
}
.dropdown-nav ul > li.megamenu.grid-3-cols > ul > li{
width: 33.33333333%;
}
.dropdown-nav ul > li.megamenu.grid-4-cols > ul > li{
width: 25%;
}
.dropdown-nav ul > li.megamenu ul ul {
position: relative;
left: 0;
opacity: 1;
visibility: visible;
margin:0 9px;
padding:0px;
border-top: none;
box-shadow: none;
max-height: none;
max-width: none;
-ms-transform: none;
-webkit-transform: none;
transform: none;
-webkit-transition: none;
transition: none;
}
.dropdown-nav ul li.megamenu > ul > li > a {
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
border-bottom: 1px solid #ddd;
margin: 0 10px 10px;
}
.dropdown-nav ul li.megamenu ul li a:after{
display: none;
}  .owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .owl-carousel { position: relative;
z-index: 1;
width: 100%;
opacity: 0;
-webkit-tap-highlight-color: transparent;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.owl-carousel .owl-stage {
position: relative;
height: 100%;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
height: 100%;
overflow: hidden;
-ms-transform: translateX(0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
opacity: 1;
}
.owl-carousel.owl-loading,
.owl-carousel.owl-hidden,
.owl-carousel .owl-refresh .owl-item {
opacity: 0;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
}
.owl-controls {
text-align: center;
display: block;
}
.owl-nav {
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -25px;
margin-left: -50%;
height: 0;
width: 100%;
}
.owl-nav > div {
position: absolute;
z-index: 99;
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
color: #ccc;
font-size: 20px;
background: rgba(255, 255, 255, 0.5);
opacity: 0.5;
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.owl-nav > div:hover {
opacity: 1;
color: #10a5a0;
}
.owl-nav .owl-prev {
left: 0;
}
.owl-nav .owl-next {
right:0;
}
.owl-nav .owl-prev:before {
font-family: 'flora';
content: '\f177';
}
.owl-nav .owl-next:before {
font-family: 'flora';
content: '\f178';
}
.owl-dots{
text-align: center;
}
.owl-nav.disabled, 
.owl-nav > div.disabled,
.owl-dots.disabled {
display: none;
}
.owl-dot {
display: inline-block;
margin-top: 20px;
}
.owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
display: block;
background: none;
border: 2px solid #888;
border-radius: 30px;
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.owl-dot span:hover {
background:none;
border-color:#333;
}
.owl-dot.active span {
background:#888;
}
.owl-dot.active span:hover {
background:#333;
border-color:#333;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
} .pp_pic_holder {
display: none;
position: absolute;
width: 100%;
max-width: 1170px;
z-index: 99999;
}
.pp_overlay {
background: #000;
display: none;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 99998;
}
.pp_content {
position: relative;
height: 40px;
min-width: 40px;
}
.pp_inline iframe#imgur-embed-iframe-pub-k2cVIdr{
display: block;
margin-left: auto!important;
margin-right: auto!important;
width: 540px!important;
max-width: 540px;
}
.pp_content_container {
position: relative;
text-align: left;
width: 100%;
}
.pp_hoverContainer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
}
.pp_loaderIcon {
display: block;
height: 24px;
left: 50%;
position: absolute;
top: 50%;
width: 24px;
margin: -12px 0 0 -12px;
}
.ppt {
color: #fff;
display: none;
font-size: 17px;
margin: 0 0 5px 15px;
}
.pp_fade {
position: relative;
display: none;
}
.pp_expand,
.pp_contract {
display: none;
position: absolute;
font-family: 'flora';
z-index: 99;
right: 10px;
top: 10px;
height: 20px;
width: 20px;
opacity: 0;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}
.pp_expand:before {
content: "\e805";
}
.pp_contract:before {
content: "\e806";
}
.pp_fade:hover .pp_expand,
.pp_fade:hover .pp_contract {
opacity: 1;
}
.pp_hoverContainer > a {
position: absolute;
top: 0;
bottom: 0;
z-index: 10;
display: block;
width: 50%;
opacity: 0;
text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.pp_hoverContainer:hover > a {
opacity: 0.5
}
.pp_hoverContainer > a:hover {
opacity: 1;
color:#10a5a0;
}
.pp_hoverContainer > a.pp_previous {
left: 0;
}
.pp_hoverContainer > a.pp_next {
right: 0;
}
.pp_hoverContainer > a:before {
position: absolute;
top: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
line-height: 40px;
text-align: center;
text-indent: 0;
font-family: 'flora';
font-size: 20px;
background: #fff;
border: 2px solid #FFF;
cursor: pointer;
}
.pp_hoverContainer > a.pp_previous:before {
content:'\f177';
left: -20px;
}
.pp_hoverContainer > a.pp_next:before {
content:'\f178';
right: -20px;
}
.pp_details {
position: relative;
margin: 10px 0 2px;
color: #fff;
}
.pp_nav a {
display: block;
height: 20px;
padding: 0 10px;
float: left;
color: inherit;
text-align: center;
font-family: 'flora';
font-size: 20px;
line-height: 20px;
}
.pp_nav a.pp_arrow_previous:before {
content: '\e761';
}
.pp_nav a.pp_arrow_next:before {
content: '\e762';
}
.pp_nav a.pp_play {
display: none;
}
.pp_nav span {
float: right;
}  .container {
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
} .container:after, .clear:after, .row:after {
content: "";
display: block;
height: 0;
clear: both;
} .page-background,
.title-background,
.section-background {
position: absolute;
z-index: 0;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
}
.bg-image {
-webkit-background-size: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.bg-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0.8;
background: #211F1E;
}
.w-size-cover {
-webkit-background-size: 100%;
background-size: cover;
}
.w-size-contain {
background-size: contain;
}
.w-style-fixed {
-webkit-background-size: 100%;
background-size: cover;
background-attachment: fixed;
}
.w-style-repeat {
background-size: contain;
background-repeat: repeat;
}
.w-style-no-repeat {
background-size: contain;
background-repeat: no-repeat;
}
.bg-video {
position: absolute;
z-index:0;
top:0;
left:0;
right: 0;
bottom: 0;
overflow: hidden;
}
.vdobg {
position: absolute;
left: 0;
top: 0;
width: 100%;
}
.w-custom-color * {
color: inherit;
} #page-overlay{
position: fixed;
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: #000;
opacity: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition: all 0.3s, -webkit-transform 0.5s;
transition: all 0.3s, transform 0.5s;
}
.mobile-nav.side-nav-active #page-overlay,
.sliding-active #page-overlay{
opacity: 0.3;
z-index: 888;
}
.fullscreen-remove-button {
display: inline-block;
position: absolute;
right: 12px;
top: 50px;
width: 30px;
height: 30px;
line-height: 30px;
margin-top: -15px;
font-size: 30px;
text-align: center;
color: inherit;
opacity: 0.5;
}
.sticky-nav .fullscreen-remove-button {
top: 40px;
}
.fullscreen-remove-button:hover{
opacity: 1;
}  #header {
position: absolute;
z-index: 999;
left: 0;
right: 0;
height: auto;
opacity: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition: all 0.5s, color 0.2s ease;
transition: all 0.5s, color 0.2s ease;
}
#header.active {
opacity: 1;
}
.left-nav #header,
.right-nav #header {
display: none;
}
.expand-nav:not(.full-nav-active):not(.mobile-nav) #header.w-scrolled,
.expand-nav:not(.full-nav-active):not(.mobile-nav) #header.w-fixed {
height: 0;
}
.expand-nav.full-nav-active #header {
height: 95px;
}
.expand-nav.full-nav-active #header.w-fixed {
height: 65px;
}
.mobile-nav #header {
display: block;
-ms-transform: translateX(0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
body.no-header #header {
display: none;
}
body:not(.no-title) #header.w-transparent.w-text-dark {
border-color: rgba(0,0,0,0.05);
}
#header.w-sticky {
position: fixed;
}
#header.w-scrolled {
opacity: 0;
-ms-transform: translateY(-100%);
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
#header.active.w-fixed {
opacity: 1;
}
body:not(.expand-nav):not(.full-nav-active):not(.no-title) #header.w-transparent:not(.w-fixed) {
border-bottom: 1px solid rgba(255,255,255,0.25);
}
#header:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #fff;
box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
#header.w-dark:before {
background: #222;
}
#header.w-transparent:before {
opacity: 0;
}
.expand-nav:not(.full-nav-active) #header:before,
.expand-nav:not(.full-nav-active) #header.w-fixed:before,.fullscreen-nav.full-nav-active #header,
.fullscreen-nav.full-nav-active #header.w-fixed,
#header.w-transparent:before {
box-shadow: none;
}
#header.w-fixed:before {
opacity: 0.9;
box-shadow: 0px 5px 5px rgba(0,0,0,0.05);
}
.expand-nav:not(.full-nav-active):not(.mobile-nav) #header.w-fixed:before {
opacity: 0;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.expand-nav #header .container {
height: 100%;
}
#header.w-full .container,
.mobile-nav #header .container {
max-width: none;
}
#header .header-wrapper {
height: 95px;
-webkit-transition: height 0.3s;
transition: height 0.3s;
}
#header.w-scrolled .header-wrapper,
#header.w-fixed .header-wrapper,
body.mobile-nav #header .header-wrapper {
height: 65px;
}
.expand-nav:not(.mobile-nav) #header.w-fixed .header-wrapper {
-ms-transform: translateY(-100%);
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.expand-nav.full-nav-active #header.w-fixed .header-wrapper {
-ms-transform: translateY(0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.fullscreen-nav.full-nav-active:not(.mobile-nav) #header .header-wrapper {
height: 0;
} #header-logo {
position: relative;
z-index: 1;
display: block;
float: left;
text-align: center;
height: 100%;
}
.mobile-nav #header-logo {
float: none;
}
.expand-nav:not(.mobile-nav) #header.w-fixed #header-logo {
opacity: 0;
-ms-transform: translateY(-100%);
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-transition: all 0.5s;
-transition: all 0.5s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.expand-nav.full-nav-active:not(.mobile-nav) #header.w-fixed #header-logo {
opacity: 1;
-ms-transform: translateY(0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.fullscreen-nav:not(.mobile-nav) #header #header-logo {
position: fixed;
height: 95px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.fullscreen-nav:not(.mobile-nav) #header.w-fixed #header-logo {
height: 65px;
}
#header-logo a {
-ms-transform: none;
-webkit-transform: none;
transform: none;
}
#header-logo img {
position: absolute;
display: block;
max-width: none;
min-height: 25px;
max-height: 35%;
width: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#header-logo .dark-sticky,
#header-logo .light-logo,
#header-logo .light-sticky,
#header.w-dark:not(.w-text-dark) #header-logo .dark-logo,
#header.w-text-light #header-logo .dark-logo,
#header.w-fixed #header-logo .dark-logo,
#header.w-dark.w-fixed #header-logo .dark-sticky,
.expand-nav:not(.full-nav-active):not(.mobile-nav) #header.w-fixed #header-logo img,
.expand-nav:not(.full-nav-active) #header:not(.w-text-light):not(.w-fixed) #header-logo .light-logo,
.expand-nav.full-nav-active #header.w-light:not(.w-fixed) #header-logo .light-logo {
opacity: 0;
}
#header.w-dark:not(.w-text-dark):not(.w-fixed) #header-logo .light-logo,
#header.w-text-light:not(.w-fixed) #header-logo .light-logo,
#header.w-fixed #header-logo .dark-sticky,
#header.w-dark.w-fixed #header-logo .light-sticky,
.expand-nav:not(.full-nav-active) #header:not(.w-text-light):not(.w-fixed) #header-logo .dark-logo,
.expand-nav.full-nav-active #header.w-light:not(.w-fixed) #header-logo .dark-logo,
.fullscreen-nav.full-nav-active #header:not(.w-fixed) #header-logo .light-logo,
.fullscreen-nav.full-nav-active #header.w-fixed #header-logo .light-sticky {
opacity: 1;
} .mobile-nav-icon {
position: absolute;
z-index: 10;
display: none;
cursor: pointer;
float: right;
top: 50%;
left: 15px;
width: 25px;
height: 25px;
line-height: 25px;
margin: -12px 0 0 0;
font-size: 30px;
color: inherit;
}
.mobile-nav .mobile-nav-icon {
display: block;
}
.menu-icon {
position: absolute;
top: 11px;
display: block;
background: #aaa;
height: 3px;
width: 25px;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
}
.menu-icon:before, 
.menu-icon:after {
position: absolute;
content: '';
background: #aaa;
display: block;
height: 3px;
width: 100%;
left: 0;
top: 9px;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
}
.menu-icon:before {
top: -9px;
}
.expand-nav .w-light .menu-icon, 
.expand-nav .w-light .menu-icon:before, 
.expand-nav .w-light .menu-icon:after {
box-shadow: 0px 0px 1px #fff inset;
}
.expand-nav #header:not(.w-text-dark):not(.w-fixed) .menu-icon, 
.expand-nav #header:not(.w-text-dark):not(.w-fixed) .menu-icon:before, 
.expand-nav #header:not(.w-text-dark):not(.w-fixed) .menu-icon:after,
.expand-nav .w-dark .menu-icon, 
.expand-nav .w-dark .menu-icon:before, 
.expand-nav .w-dark .menu-icon:after {
box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}
span:hover > .menu-icon,
span:hover > .menu-icon:before,
span:hover > .menu-icon:after {
background: #10a5a0;
box-shadow: none;
}
.full-nav-active span > .menu-icon:before, 
.side-nav-active span > .menu-icon:before {
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 0;
box-shadow: none!important;
}
.full-nav-active span > .menu-icon:after,
.side-nav-active span > .menu-icon:after {
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: 0;
box-shadow: none!important;
}
.w-text-light:not(.w-fixed) .menu-icon,
.w-text-light:not(.w-fixed) .menu-icon:before,
.w-text-light:not(.w-fixed) .menu-icon:after,
.w-dark .menu-icon,
.w-dark .menu-icon:before,
.w-dark .menu-icon:after,
.expand-nav:not(.full-nav-active) #header:not(.w-text-dark):not(.w-fixed) .menu-icon,
.expand-nav:not(.full-nav-active) #header:not(.w-text-dark):not(.w-fixed) .menu-icon:before,
.expand-nav:not(.full-nav-active) #header:not(.w-text-dark):not(.w-fixed) .menu-icon:after,
.fullscreen-nav.full-nav-active .w-light .full-nav-icon .menu-icon:before,
.fullscreen-nav.full-nav-active .w-light .full-nav-icon .menu-icon:after {
background: #fff;
}
.w-text-dark:not(.w-fixed) .menu-icon,
.w-text-dark:not(.w-fixed) .menu-icon:before,
.w-text-dark:not(.w-fixed) .menu-icon:after,
.w-light .menu-icon,
.w-light .menu-icon:before,
.w-light .menu-icon:after,
.expand-nav.full-nav-active .w-light:not(.w-text-dark):not(.w-fixed) .menu-icon,
.expand-nav.full-nav-active .w-light:not(.w-text-dark):not(.w-fixed) .menu-icon:before,
.expand-nav.full-nav-active .w-light:not(.w-text-dark):not(.w-fixed) .menu-icon:after {
background: #777;
}
.full-nav-active span > .menu-icon,
.full-nav-active span:hover > .menu-icon,
.side-nav-active span > .menu-icon,
.side-nav-active span:hover > .menu-icon{
background: transparent!important;
box-shadow: none!important;
}
.fullscreen-nav.full-nav-active #header.w-light .full-nav-icon:hover > .menu-icon:before,
.fullscreen-nav.full-nav-active #header.w-light .full-nav-icon:hover > .menu-icon:after {
background: #211F1E;
} .full-nav-button {
position: fixed;
top: 0;
right: 0;
height: 95px;
-webkit-transition: height 0.3s;
transition: height 0.3s;
}
#header.w-scrolled .full-nav-button,
#header.w-fixed .full-nav-button {
height: 65px;
}
.mobile-nav .full-nav-button {
display: none;
}
.full-nav-icon {
position: absolute;
z-index: 10;
display: block;
cursor: pointer;
float: right;
top: 50%;
right: 15px;
width: 25px;
height: 25px;
line-height: 25px;
margin: -12px 0 0 0;
font-size: 30px;
}
.expand-nav #header-logo,
.expand-nav #top-nav {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.fullscreen-nav.full-nav-active #header:before {
opacity: 0;
} #top-nav {
display: block;
background: transparent;
list-style: none;
height: 100%;
position: relative;
}
.mobile-nav #header #top-nav {
position: absolute;
z-index: 10;
top: 0;
right: 15px;
}
.mobile-nav #header .top-menu > li:not(.menu-item-search), 
.mobile-nav #header .top-menu .full-nav-icon {
display: none;
}
#top-nav .top-menu {
position: absolute;
display: block;
height: auto;
top: 50%;
left: 0;
right: 0;
bottom: 0;
margin-top: -15px;
text-align: right;
}
.top-menu > li > a{
font-size: 13px;
}
.mobile-nav #top-nav .top-menu {
position: relative;
}
.expand-nav:not(.mobile-nav) #top-nav .top-menu,
.fullscreen-nav:not(.mobile-nav) #top-nav .top-menu {
padding-right: 50px;
}
.expand-nav #top-nav {
opacity: 0;
-ms-transform: translateY(-100%);
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.expand-nav.full-nav-active #top-nav {
opacity: 1;
-ms-transform: translateY(0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.5s;
transition: all 0.5s;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.fullscreen-nav.full-nav-active #top-nav {
opacity: 0;
}
.top-menu a,
.expand-nav.full-nav-active .w-light .top-menu a,
.w-light.w-fixed .top-menu a,
.w-light .top-menu ul a {
color: #777;
}
.w-dark .top-menu ul a {
color: #aaa;
}
.w-dark:not(.w-text-dark) .top-menu > li > a,
.w-text-light .top-menu > li > a,
.w-dark.active.w-fixed .top-menu > li > a {
color: #fff;
}
.w-light .top-menu li ul {
background: #fff;
}
.w-dark .top-menu li ul {
background: #262626;
}
.w-dark .top-menu li ul li {
color: #9d9d9d;
}
.top-menu li:hover > a,
.top-menu li.current-menu-ancestor > a,
.top-menu li.current-menu-item > a {
color: #10a5a0;
}
.w-dark .dropdown-nav ul li.megamenu > ul > li > a {
border-bottom-color:#7b7B7B;
}
.top-menu li.megamenu > ul > li > a:before {
content: '';
display: block;
background: #10a5a0;
position: absolute;
bottom: -1px;
height: 1px;
width: 70%;
}  .menu-item-shop .menu-cart > li{
padding: 15px 20px;
white-space: nowrap;
}
.menu-cart a i{
margin-right: 10px;
}
.cart-items {
background: #10a5a0;
display: block;
margin: 0;
padding: 0px 6px;
line-height: 20px;
min-width: 20px;
color: #FFF;
font-size: 11px;
text-align: center;
border-radius: 50%;
float: right;
}
.cart-items.empty {
background: rgba(134, 130, 130, 0.4);
}
.header-top .cart-items{
top: -5px;
left: 10px;
right: auto;
bottom: auto;
}
.menu-cart .view-cart,
.menu-cart .total {
display: inline-block;
height: 40px;
line-height: 40px;
}
.menu-cart .view-cart {
margin-right: 6px;
}
.w-dark .view-cart .w-ghost-button {
color: #fff;
border-color: #fff;
}
.menu-cart .total {
text-align: right;
margin-left: 6px;
}
.menu-cart .total .amount {
padding: 0 5px;
} body:not(.fullscreen-nav):not(.expand-nav) .top-menu > li:last-child > a,
body.mobile-nav .top-menu > .menu-item-search > a {
padding-right: 0;
} .contact-info{
margin: 0;
padding: 0;
}
.contact-info li{
list-style: none;
margin: 0;
padding: 5px;
font-size: 13px;
}
.contact-info li i{
display: inline-block;
width: 20px;
margin-left:-20px;
}
.contact-info li p{
margin-bottom: 0;
} .social-icons {
margin: 0;
padding: 0 0 30px 0;
}
.social-icons > li {
display: inline-block;
list-style: none;
margin: 0;
padding: 0;
}
.social-icons > li a {
font-size: 20px;
padding: 5px 10px;
color: inherit;
}
.text-left .social-icons > li:first-child a {
padding-left:0;
}
.text-right .social-icons > li:last-child a {
padding-right:0;
} #side-nav {
position: fixed;
z-index: 0;
width: 260px;
top: 0;
left: 0;
bottom: 0;
color: #777;
background: #fff;
overflow: hidden;
opacity: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-ms-transform: translateX(-260px);
-webkit-transform: translate3d(-260px,0,0);
transform: translate3d(-260px,0,0);
}
body.loading #side-nav, 
body.loaded #side-nav {
z-index: 9999;
opacity: 1;
}
#side-nav.w-text-light {
color: #fff;
}
.right-nav #side-nav {
left: auto;
right: 0;
}
.admin-bar #side-nav {
top: 32px;
}
.side-nav-wrapper {
position: relative;
display: block;
padding: 0 10%;
height:100%;
}
.mobile-nav.side-nav-active #side-nav {
-ms-transform: translateX(0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.mobile-nav #side-nav {
-ms-transform: translateX(-260px);
-webkit-transform: translate3d(-260px,0,10px);
transform: translate3d(-260px,0,10px);
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
}
#side-nav-logo {
position: relative;
display: block;
padding: 35px 0;
height: auto;
text-align: center;
}
#side-nav-logo a {
display: block;
}
#side-nav-logo img {
position: relative;
display: inline-block;
max-width: 70%;
} #vertical-nav,
#vertical-nav * {
-webkit-user-select: none;  
user-select: none;
}
#vertical-nav {
position: relative;
display: inline-block;
width: 100%;
margin: 0;
padding: 0 0 30px 0;
font-size: 14px;
line-height: 16px;
overflow: hidden;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.vertical-menu {
position: relative;
display: block;
left: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.vertical-menu li { 
position: relative;
display: block;
min-height: 40px;
line-height: inherit;
padding: 0;
margin: 0;
}
.vertical-menu li a,
.vertical-menu .back-to-parent span {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: inherit;
padding: 12px 0;
cursor: pointer;
color: inherit;
}
.vertical-menu li.menu-item-has-children > a > span{
display: inline-block;
float: right;
width: 20px;
margin-left: 10px;
text-align: right;
}
.vertical-menu li.menu-item-has-children > a > span:before {
font-family: 'flora';
content: '\e762';     
}
.vertical-menu,
.vertical-menu ul { 
position: relative;
display: block;
float: left;    
height: auto;
width: 100%;
margin: 0;
}
.vertical-menu ul {
position: absolute;
display: block;
top: 0;
left: 0;
right: 0;
margin: 0 0 0 100%;
}
.vertical-menu ul li { 
display: block;
}
.vertical-menu > li > a,
.vertical-menu .back-to-parent span {
text-transform: uppercase;
font-weight: 700;
}
.vertical-menu li:hover > a {
color:#10a5a0;
} 
.vertical-menu .back-to-parent span:before {
content: '\e761';
font-family: 'flora';
display: inline-block;
margin-right: 10px;
}
.vertical-menu li,
.vertical-menu li a {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.vertical-menu .current-menu-ancestor > a,
.vertical-menu .current-menu-item > a {
color:#10a5a0;
} #side-menu {
margin: 0;
padding: 0 0 30px 0;
}
#side-menu li {
padding: 0;
margin: 0;
list-style: none;
}
#side-menu li a {
display: block;
padding: 10px 0;
color: inherit;
text-transform: uppercase;
font-weight: 900;
line-height: 16px;
}
#side-menu li:hover a {
color: #10a5a0;
}
#side-menu li a i{
margin-right: 10px;
} .contact-info {
padding: 0 0 30px 0;
}
.contact-info li {
padding: 5px 0px 5px 20px;
} #side-nav .social-icons {
text-align: center;
}
#side-nav .social-icons > li a {
padding: 5px 20px 5px 0px;
}
.mobile-nav.side-nav-active #header,
.mobile-nav.side-nav-active #content,
.mobile-nav.side-nav-active #footer {
-ms-transform: translateX(260px);
-webkit-transform: translate3d(260px,0,0);
transform: translate3d(260px,0,0);
} #slidingbar {
position: fixed;
z-index: 0;
width: 300px;
top: 0;
right: 0;
bottom: 0;
color: #777;
background: #fff;
text-align: center;
overflow: hidden;
opacity: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity 0.2s ease-in-out 0.3s;
transition: opacity 0.2s ease-in-out 0.3s;
}
body.sliding-active #slidingbar {
opacity: 1;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.admin-bar #slidingbar{
top: 32px;
}
#slidingbar.w-dark{
background: #222;
color: #fff;
}
.slidingbar-wrapper {
height: 100%;
padding: 65px 10%;
}
.top-menu > .menu-item-slidingbar > a {
font-size: 24px;
}
.sliding-remove-button {
position: absolute;
z-index: 999;
right: 18px;
top: 30px;
font-size: 24px;
color: #777;
}
.sticky-nav .sliding-remove-button {
top: 15px;
}
#slidingbar .widget h3 {
color: inherit;
}
.sliding-active #header,
.sliding-active #content,
.sliding-active #footer,
.sliding-active #page-overlay {
-ms-transform: translateX(-300px);
-webkit-transform: translate3d(-300px,0,0);
transform: translate3d(-300px,0,0);
} #fullscreen-nav {
position: fixed;
z-index: 998;
top: 0;
left: 0;
right: 0;
bottom: 0;
color: #fff;
opacity: 0;
padding: 20px 0;
visibility: hidden;
overflow: hidden;
-webkit-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
#fullscreen-nav:before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #10a5a0;
opacity: 0.95;
}
#fullscreen-nav.w-dark:before {
background: #211F1E;
}
.admin-bar #fullscreen-nav {
top: 32px;
}
body.full-nav-active #fullscreen-nav {
opacity: 1;
}
#fullscreen-nav .container {
position: absolute;
left: 0;
right: 0;
top: 50%;
text-align: center; 
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);   
} @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
#fullscreen-nav .container{
position: relative;
}
}
#fullscreen-nav .full-nav-wrapper {
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
#full-nav {
position: relative;
display: inline-block;
width: 100%;
margin: 0;
padding: 0;
font-size: 28px;
line-height: 32px;
overflow: hidden;
opacity: 0;
-ms-transform: translateY(-50px);
-webkit-transform: translate3d(0,-50px,0);
transform: translate3d(0,-50px,0);
-webkit-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}
body.full-nav-active #full-nav {
opacity: 1;
-ms-transform: translateY(0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
#full-nav .vertical-menu {
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
#full-nav .vertical-menu li a, 
#full-nav .vertical-menu .back-to-parent span {
display: inline-block;
}
#full-nav .vertical-menu li.menu-item-has-children > a::after{
position: relative;
right: auto;
left: auto;
padding: 0;
}
#full-nav .vertical-menu li.menu-item-has-children > a::after{
right: auto;
margin-left: 15px;
}
.w-light #full-nav .vertical-menu .back-to-parent:hover span,
.w-light #full-nav .vertical-menu li:hover > a, 
.w-light #full-nav .vertical-menu .current-menu-ancestor > a, 
.w-light #full-nav .vertical-menu .current-menu-item > a,
#fullscreen-nav.w-light .social-icons > li:hover a{
color: #211F1E;
}
.w-dark #full-nav .vertical-menu .back-to-parent:hover span,
.w-dark #full-nav .vertical-menu li:hover > a, 
.w-dark #full-nav .vertical-menu .current-menu-ancestor > a, 
.w-dark #full-nav .vertical-menu .current-menu-item > a,
#fullscreen-nav.w-dark .social-icons > li:hover a{
color: #10a5a0;
}
#fullscreen-nav .social-icons {
margin: 20px 0 0 0;
padding: 0;
opacity: 0;
-ms-transform: translateY(50%);
-webkit-transform: translate3d(0,50%,0);
transform: translate3d(0,50%,0);
-webkit-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}
body.full-nav-active #fullscreen-nav .social-icons {
opacity: 1;
-ms-transform: translateY(0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
#fullscreen-nav .social-icons > li a {
font-size: 26px;
padding: 5px 15px;
} #live-search {
position: fixed;
z-index: 99999;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: none;
color: #fff;
opacity: 0;
overflow: hidden;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
#live-search ::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.5);
text-transform: uppercase;
}
#live-search ::-moz-placeholder {
color: rgba(255, 255, 255, 0.5);
text-transform: uppercase;
}
#live-search :-ms-input-placeholder {
color: rgba(255, 255, 255, 0.5);
text-transform: uppercase;
}
#live-search input:-moz-placeholder {
color: rgba(255, 255, 255, 0.5);
text-transform: uppercase;
}
#live-search:before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #10a5a0;
opacity: 0.95;
}
#live-search.w-dark:before{
background: #211F1E;
}
.admin-bar #live-search {
top: 32px;
}
#live-search.active {
opacity: 1;
}
#live-search .fullscreen-remove-button {
top: 50%;
right: 0;
}
#live-search-form {
margin: 20px 0 30px;
padding: 10px 0;
opacity: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.4);
-ms-transform: translateY(-50px);
-webkit-transform: translate3d(0,-50px,0);
transform: translate3d(0,-50px,0);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
#live-search.active #live-search-form {
opacity: 1;
-ms-transform: translateY(0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
#live-search-form input {
border: none;
height: 40px;
line-height: 40px;
font-size: 30px;
text-transform: uppercase;
padding: 0;
margin: 0;
background: none;
color: inherit;
}
#live-search-form input:focus {
box-shadow: none;
}
.autocomplete .search-list {
position: relative;
float: none;
border: 0;
margin: 0;
padding: 0;
width: 100%;
}
.autocomplete .search-list > li {
padding:10px 0;
margin: 0;
min-height: 20px;
display: block;
float: none;
list-style: none;
}
.autocomplete .search-list ul > li > a {
color: inherit;
display: block;
padding: 10px 15px;
}
.autocomplete .search-list li h4 {
line-height: 20px;
padding: 5px 8px;
margin-bottom:10px;
border-bottom: 1px dashed rgba(255,255,255,0.5);
color: #545454;
letter-spacing: 1px;
}
.w-dark .autocomplete .search-list li h4{
color: #CACACA;
}
.autocomplete a > span {
display: block;
line-height: 20px;
white-space: nowrap;
}
.autocomplete .search-list ul{
padding: 0;
margin: 0;
}
.autocomplete .search-list ul > li > a > .thumb {
width: 40px;
height: 40px;
margin-right: 8px;
float: left;
}
.autocomplete .search-list ul > li > a strong {
display: block;
padding-right: 5px;
line-height: 20px;
height: 20px;
overflow: hidden;
text-overflow: ellipsis;
}
.autocomplete .search-list ul > li > a .post-meta {
padding: 0;
margin: 0;
}
.autocomplete .search-list ul > li:hover > a .post-meta {
color:#fff;
}
.autocomplete .search-list ul > li:hover > a {
background: rgba(255, 255, 255, 0.4);
}
.autocomplete .search-list ul > li:hover > a .post-meta * {
color:#fff;
}
.autocomplete .post-meta > span {
margin-right:8px;
text-transform: capitalize;
}
#live-search .search-more {
position: relative;
z-index: 999;
}
#live-search .search-loading,
#live-search .search-more a {
display: block;
text-align: center;
height: 40px;
line-height: 40px;
border-top: 1px solid rgba(255, 255, 255, 0.4);
color: #eee;
}
#live-search .search-more a:hover,
#live-search .search-more.selected a {
color: #fff;
background: rgba(255, 255, 255, 0.4);
} #content {
background: #fff;
position: relative;
z-index: 1;
min-height: 500px;
opacity: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
body.loaded #content{
opacity: 1;
} .title-wrapper {
position: relative;
z-index: 1;
padding: 300px 0 205px;
overflow: hidden;
background: #f5f5f5;
}
.title-wrapper.w-size-s {
padding: 130px 0 35px;
}
.left-nav:not(.mobile-nav) .title-wrapper.w-size-s,
body.no-header:not(.mobile-nav) .title-wrapper.w-size-s {
padding-top: 35px;
}
.mobile-nav .title-wrapper.w-size-s {
padding-top: 100px;
}
.title-wrapper.w-size-m{
padding: 200px 0 105px;
}
.left-nav .title-wrapper.w-size-m,
body.no-header:not(.mobile-nav) .title-wrapper.w-size-m {
padding-top: 105px;
}
.mobile-nav .title-wrapper.w-size-m {
padding-top: 170px;
}
.left-nav .title-wrapper.w-size-l,
body.no-header:not(.mobile-nav) .title-wrapper.w-size-l {
padding-top: 205px;
}
.mobile-nav .title-wrapper.w-size-l {
padding-top: 270px;
}
.title-wrapper.w-size-full {
display: table;
table-layout: fixed;
width: 100%;
padding: 95px 40px 0;
}
.left-nav .title-wrapper.w-size-full,
body.no-header:not(.mobile-nav) .title-wrapper.w-size-full {
padding-top: 0;
}
.mobile-nav .title-wrapper.w-size-full {
padding-top: 65px;
}
.title-wrapper.w-size-full .container {
display: table-cell;
vertical-align: middle;
width: 100%;
}
.title-wrapper.text-left .container {
-webkit-transform-origin: left center;
transform-origin: left center;
}
.title-wrapper.text-right .container {
-webkit-transform-origin: right center;
transform-origin: right center;
}
.title-wrapper .title {
margin-bottom: 0;
color: inherit;
text-transform: uppercase;
}
.title-wrapper.w-size-s .title {
font-size: 30px;
font-weight: 700;
text-transform: capitalize;
}
.title-wrapper.w-size-m .title {
font-size: 70px;
font-weight: 700;
text-transform: uppercase;
}
.title-wrapper.w-size-l .title {
font-size: 90px;
font-weight: 700;
text-transform: uppercase;
}
.title-wrapper.w-size-full .title {
font-size: 100px;
line-height: 1.2;
}
.title-wrapper.w-size-m .title strong,
.title-wrapper.w-size-l .title strong {
font-weight: 900;
}
.title-wrapper .subtitle {
display: block;
font-size: 28px;
font-weight: 500;
margin: 0;
color: inherit;
}
.title-wrapper.w-size-s .subtitle {
font-size: 18px;
font-weight: 300;
margin: 10px 0;
}
.title-wrapper.w-size-m .subtitle {
font-size: 22px;
font-weight: 400;
font-style:italic;
margin: 5px 0;
}
.title-wrapper.w-size-full .subtitle {
font-size: 36px;
}
.title-wrapper.w-size-m .subtitle strong,
.title-wrapper.w-size-l .subtitle strong {
font-weight: 700;
}
.page-404-title {
background: #3b301e;
border-radius: 50%;
padding: 50px;
width: 450px;
height: 450px;
color: #fff;
text-align: center;
display: block;
margin: 50px auto 100px auto;
}
.page-404-title h1{
font-size: 150px;
font-weight: normal;
}
.page-404-title h1:after{
content: '';
display: block;
width: 100px;
margin: -10px auto 30px auto;
background: #fff;
height: 1px;
}
.page-404-title h1,
.page-404-title h6 {
color: inherit;
}
.page-404-text {
text-align: center;
} .main-content {
position: relative;
z-index: 2;
}
.main-content.full-width {
background: #fff;
}
body:not(.left-nav):not(.no-header):not(.mobile-nav) .main-content.header-space {
padding-top: 95px;
}
body.mobile-nav .main-content.header-space {
padding-top: 65px;
}
body.page .main-content .post-content {
padding-top: 40px;
padding-bottom: 30px;
}
body.page .main-content #comments {
margin-bottom: 0;
margin-top: 30px;
}
.sidebar {
min-height: 200px;
}  #footer {
position: relative;
z-index: 99;
color: #bbb;
opacity: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
body.loaded:not(.changing) #footer {
opacity: 1;
}
#footer.w-full .container {
max-width: none;
}
#footer .w-info-box h3 {
color: inherit;
text-transform: capitalize;
}
#footer .w-info-box.w-medium .w-icon {
font-size: 60px;
line-height: 60px;
}
#footer-widget {
position: relative;
color: #bbb;
padding: 50px 0;
}
#footer-widget .widget {
margin-bottom: 0;
}
#footer-widget .widget h3 {
color: inherit;
}
#footer-bottom {
color: #fff;
}
#footer-text{
padding: 10px 0;
}
.footer-nav {
display: inline-block;
padding: 10px 0;
}
#footer-nav ul {
display: inline-block;
margin: 0;
padding: 5px 0;
}
#footer-nav > ul > li {
list-style: none;
float: left;
padding: 0;
margin: 0;
}
#footer-nav .footer-menu {
padding: 8px 0;
}
.footer-menu > li a {
font-size: 14px;
font-weight: 700;
color: inherit;
padding: 5px 10px;
}
#footer-nav .social-icons > li a {
font-size: 16px;
}
.footer-v1 #footer-bottom .social-icons a {
font-size: 20px;
}
.footer-v1 #footer-bottom {
padding: 40px 0;
text-align: center;
}
.footer-v1 #footer-nav .footer-menu,
.footer-v1 #footer-nav .social-icons {
display: block;
margin-bottom: 10px;
}
.footer-v1 #footer-nav .footer-menu li,
.footer-v1 #footer-nav .social-icons li {
display: inline-block;
float: none;
}
.footer-v2 #footer-bottom,
.footer-v3 #footer-bottom {
padding: 20px 0;
}
.footer-v2 #footer-bottom .social-icons,
.footer-v3 #footer-bottom .social-icons {
padding-left: 10px;
}
.footer-v2 #footer-bottom #footer-nav ul > li:last-child a,
.footer-v3 #footer-bottom #footer-nav ul > li:last-child a {
padding-right: 0;
}
.footer-v2 #footer-logo {
float: left;
margin-right: 15px;
padding: 10px 0;
}
.footer-v2 #footer-nav,
.footer-v3 #footer-nav,
.footer-v3 #footer-text {
text-align: right;
}
.footer-v3 #footer-text {
font-size: 13px;
}
.footer-v3 #footer-nav ul {
padding: 0;
line-height: 25px;
}
#content, 
#footer {
-ms-transform: translateX(0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
} #toplink-wrapper {
position: absolute;
width: 45px;
height: 45px;
right: 25px;
bottom: 15px;
overflow: hidden;
font-size: 20px;
text-align: center;
color: inherit;
opacity: 0.6;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
#footer.w-full #toplink-wrapper {
top: -45px;
bottom: auto;
}
#toplink-wrapper:hover {
opacity: 1;
}
#toplink-wrapper > a {
display: inline-block;
color: inherit;
}
#toplink-wrapper i {
display: inline-block;
height: 10px;
margin-top: 5px;
-webkit-animation: fadeInUp 1.5s infinite;
animation: fadeInUp 1.5s infinite;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
#toplink-button {
position: fixed;
z-index: 888;
bottom: 25px;
right: 25px;
display: block;
opacity: 0;
}
#toplink-button.active {
opacity:0.6;
-webkit-transition: color 0.1s;
transition: color 0.1s;
}
#toplink-button.active:hover {
opacity:1;
color:#fff;
}
#toplink-button .border {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 20px;
cursor: pointer;
width: 45px;
height: 45px;
line-height: 40px;
text-align: center;
z-index: 1;
}
#toplink-button .border:before {
content: '';
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
background: #10a5a0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
opacity: 0.2;
top: 0;
left: 0;
z-index: -1;
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
transition: transform 0.2s, opacity 0.2s;
}
#toplink-button:hover .border:before {
opacity: 1;
-webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
transition: transform 0.4s, opacity 0.2s;
}
#toplink-button,
#toplink-button .border {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} #preloader {
position: fixed;
z-index: 8888;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 1;
background: #fff;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
body.loaded #preloader {
opacity: 0;
}
#loading-animation {
position: absolute;
z-index: 9999;
width: 100%;
text-align: center;
top: 50%;
}
.spinner {
display:inline-block;
} .post-loader{
margin: 30px;
}
.w-loader {
display: inline-block;
}
.w-loader:after {
display: inline-block;
vertical-align: middle;
position: relative;
content: '';
width: 10px;
height: 10px;
border-radius: 100%;
border-top: 1px solid #545a6a;
border-bottom: 1px solid #d4d4db;
border-left: 1px solid #545a6a;
border-right: 1px solid #d4d4db;
-webkit-animation: rotate 0.6s linear infinite;
animation: rotate 0.6s linear infinite;
}
@-webkit-keyframes rotate {
0% {
-webkit-transform: rotateZ(-360deg);
}
100% {
-webkit-transform: rotateZ(0deg);
}
}
@keyframes rotate {
0% {
transform: rotateZ(-360deg);
}
100% {
transform: rotateZ(0deg);
}
} .loader-1 {
display: inline-block;
margin-top: -30px;
}
.loader-border {
display: inline-block;
width: 60px;
height: 60px;
position: relative;
border: 4px solid #10a5a0;
overflow: hidden;
top: 50%;
-webkit-animation: loader-border 2s infinite ease;
animation: loader-border 2s infinite ease;
}
.loader-inner {
vertical-align: top;
display: inline-block;
width: 100%;
background-color: #10a5a0;
-webkit-animation: loader-inner 2s infinite ease-in;
animation: loader-inner 2s infinite ease-in;
}
@-webkit-keyframes loader-border {
0% {
-webkit-transform: rotate(0deg);
}
25% {
-webkit-transform: rotate(180deg);
}
50% {
-webkit-transform: rotate(180deg);
}
75% {
-webkit-transform: rotate(360deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes loader-border {
0% {
transform: rotate(0deg);
}
25% {
transform: rotate(180deg);
}
50% {
transform: rotate(180deg);
}
75% {
transform: rotate(360deg);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes loader-inner {
0% {
height: 0%;
}
25% {
height: 0%;
}
50% {
height: 100%;
}
75% {
height: 100%;
}
100% {
height: 0%;
}
}
@keyframes loader-inner {
0% {
height: 0%;
}
25% {
height: 0%;
}
50% {
height: 100%;
}
75% {
height: 100%;
}
100% {
height: 0%;
}
} .la-pacman {
position: relative;
display: inline-block;
margin-top: -24px;
}
.la-pacman > div {
position: relative;
box-sizing: content-box;
color: #10a5a0;
background: #10a5a0;
border-color: #10a5a0;
border-style: solid;
border-width: 0;
}
.la-pacman:after {
display: table;
line-height: 0;
clear: both;
content: "";
}
.la-pacman {
width: 48px;
height: 48px;
}
.la-pacman > div:nth-child(3) {
-webkit-animation: pacman-balls 2s .06s infinite linear;
animation: pacman-balls 2s .06s infinite linear;
}
.la-pacman > div:nth-child(4) {
-webkit-animation: pacman-balls 2s .56s infinite linear;
animation: pacman-balls 2s .56s infinite linear;
}
.la-pacman > div:nth-child(5) {
-webkit-animation: pacman-balls 2s 1.06s infinite linear;
animation: pacman-balls 2s 1.06s infinite linear;
}
.la-pacman > div:nth-child(6) {
-webkit-animation: pacman-balls 2s 1.56s infinite linear;
animation: pacman-balls 2s 1.56s infinite linear;
}
.la-pacman > div:first-of-type {
width: 0;
height: 0;
background: transparent;
border-style: solid;
border-width: 24px;
border-right-color: transparent;
border-radius: 100%;
-webkit-animation: pacman-rotate-half-up .5s 0s infinite;
animation: pacman-rotate-half-up .5s 0s infinite;
}
.la-pacman > div:nth-child(2) {
width: 0;
height: 0;
background: transparent;
margin-top: -48px;
border-width: 24px;
border-style: solid;
border-right-color: transparent;
border-radius: 100%;
-webkit-animation: pacman-rotate-half-down .5s 0s infinite;
animation: pacman-rotate-half-down .5s 0s infinite;
}
.la-pacman > div:nth-child(3),
.la-pacman > div:nth-child(4),
.la-pacman > div:nth-child(5),
.la-pacman > div:nth-child(6) {
position: absolute;
top: 50%;
left: 200%;
width: 12px;
height: 12px;
float: left;
border-radius: 100%;
opacity: 0;
}
@-webkit-keyframes pacman-rotate-half-up {
0% {
-webkit-transform: rotate(270deg);
}
50% {
-webkit-transform: rotate(360deg);
}
100% {
-webkit-transform: rotate(270deg);
}
}
@keyframes pacman-rotate-half-up {
0% {
transform: rotate(270deg);
}
50% {
transform: rotate(360deg);
}
100% {
transform: rotate(270deg);
}
}
@-webkit-keyframes pacman-rotate-half-down {
0% {
-webkit-transform: rotate(90deg);
}
50% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(90deg);
}
}
@keyframes pacman-rotate-half-down {
0% {
transform: rotate(90deg);
}
50% {
transform: rotate(0deg);
}
100% {
transform: rotate(90deg);
}
}
@-webkit-keyframes pacman-balls {
0% {
left: 200%;
opacity: 0;
-webkit-transform: translateY(-50%);
}
5% {
opacity: .5;
}
66% {
opacity: 1;
}
67% {
opacity: 0;
}
100% {
left: 0;
-webkit-transform: translateY(-50%);
}
}
@keyframes pacman-balls {
0% {
left: 200%;
opacity: 0;
transform: translateY(-50%);
}
5% {
opacity: .5;
}
66% {
opacity: 1;
}
67% {
opacity: 0;
}
100% {
left: 0;
transform: translateY(-50%);
}
} .la-ball-square-spin {
position: relative;
display: inline-block;
margin-top: -23px;
}
.la-ball-square-spin > div {
position: relative;
box-sizing: content-box;
color: #10a5a0;
background: #10a5a0;
border-color: #10a5a0;
border-style: solid;
border-width: 0;
}
.la-ball-square-spin:after {
display: table;
line-height: 0;
clear: both;
content: "";
}
.la-ball-square-spin {
width: 41px;
height: 41px;
}
.la-ball-square-spin > div {
position: absolute;
top: 50%;
left: 50%;
width: 15px;
height: 15px;
margin-top: -8px;
margin-left: -8px;
float: left;
border-radius: 100%;
-webkit-animation: ball-square-spin 1s infinite ease-in-out;
animation: ball-square-spin 1s infinite ease-in-out;
}
.la-ball-square-spin > div:nth-child(1) {
top: 0;
left: 0;
-webkit-animation-delay: -1.125s;
animation-delay: -1.125s;
}
.la-ball-square-spin > div:nth-child(2) {
top: 0;
left: 50%;
-webkit-animation-delay: -1.25s;
animation-delay: -1.25s;
}
.la-ball-square-spin > div:nth-child(3) {
top: 0;
left: 100%;
-webkit-animation-delay: -1.375s;
animation-delay: -1.375s;
}
.la-ball-square-spin > div:nth-child(4) {
top: 50%;
left: 100%;
-webkit-animation-delay: -1.5s;
animation-delay: -1.5s;
}
.la-ball-square-spin > div:nth-child(5) {
top: 100%;
left: 100%;
-webkit-animation-delay: -1.625s;
animation-delay: -1.625s;
}
.la-ball-square-spin > div:nth-child(6) {
top: 100%;
left: 50%;
-webkit-animation-delay: -1.75s;
animation-delay: -1.75s;
}
.la-ball-square-spin > div:nth-child(7) {
top: 100%;
left: 0;
-webkit-animation-delay: -1.875s;
animation-delay: -1.875s;
}
.la-ball-square-spin > div:nth-child(8) {
top: 50%;
left: 0;
-webkit-animation-delay: -2s;
animation-delay: -2s;
}
@-webkit-keyframes ball-square-spin {
0%,
40%,
100% {
-webkit-transform: scale(.4);
}
70% {
-webkit-transform: scale(1);
}
}
@keyframes ball-square-spin {
0%,
40%,
100% {
transform: scale(.4);
}
70% {
transform: scale(1);
}
} .la-square-jelly-box {
position: relative;
display: inline-block;
}
.la-square-jelly-box > div {
position: relative;
box-sizing: content-box;
color: #10a5a0;
background: #10a5a0;
border-color: #10a5a0;
border-style: solid;
border-width: 0;
}
.la-square-jelly-box:after {
display: table;
line-height: 0;
clear: both;
content: "";
}
.la-square-jelly-box {
width: 32px;
height: 32px;
}
.la-square-jelly-box > div:nth-child(1) {
position: absolute;
top: -25%;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
border-radius: 10%;
-webkit-animation: square-jelly-box-animate .6s linear infinite;
animation: square-jelly-box-animate .6s linear infinite;
}
.la-square-jelly-box > div:nth-child(2) {
position: absolute;
bottom: -9%;
left: 0;
width: 100%;
height: 10%;
background: rgba(0, 0, 0, .2);
border-radius: 50%;
-webkit-animation: square-jelly-box-shadow .6s linear infinite;
animation: square-jelly-box-shadow .6s linear infinite;
}
.la-square-jelly-box.la-sm {
width: 16px;
height: 16px;
}
.la-square-jelly-box.la-lg {
width: 48px;
height: 48px;
}
.la-square-jelly-box.la-2x {
width: 64px;
height: 64px;
}
@-webkit-keyframes square-jelly-box-animate {
17% {
border-bottom-right-radius: 10%;
}
25% {
-webkit-transform: translateY(25%) rotate(22.5deg);
}
50% {
border-bottom-right-radius: 100%;
-webkit-transform: translateY(50%) scale(1, .9) rotate(45deg);
}
75% {
-webkit-transform: translateY(25%) rotate(67.5deg);
}
100% {
-webkit-transform: translateY(0) rotate(90deg);
}
}
@keyframes square-jelly-box-animate {
17% {
border-bottom-right-radius: 10%;
}
25% {
transform: translateY(25%) rotate(22.5deg);
}
50% {
border-bottom-right-radius: 100%;
transform: translateY(50%) scale(1, .9) rotate(45deg);
}
75% {
transform: translateY(25%) rotate(67.5deg);
}
100% {
transform: translateY(0) rotate(90deg);
}
}
@-webkit-keyframes square-jelly-box-shadow {
50% {
-webkit-transform: scale(1.25, 1);
}
}
@keyframes square-jelly-box-shadow {
50% {
transform: scale(1.25, 1);
}
} .la-line-scale-pulse-out-rapid {
position: relative;
display: inline-block;
margin-top: -24px;
}
.la-line-scale-pulse-out-rapid > div {
position: relative;
box-sizing: content-box;
color: #10a5a0;
background: #10a5a0;
border-color: #10a5a0;
border-style: solid;
border-width: 0;
}
.la-line-scale-pulse-out-rapid:after {
display: table;
line-height: 0;
clear: both;
content: "";
}
.la-line-scale-pulse-out-rapid {
height: 48px;
}
.la-line-scale-pulse-out-rapid > div {
display: inline-block;
width: 6px;
height: 48px;
margin: 3px;
margin-top: 0;
margin-bottom: 0;
float: left;
border-radius: 0;
-webkit-animation: line-scale-pulse-out-rapid .9s infinite cubic-bezier(.11, .49, .38, .78);
animation: line-scale-pulse-out-rapid .9s infinite cubic-bezier(.11, .49, .38, .78);
}
.la-line-scale-pulse-out-rapid > div:nth-child(3) {
-webkit-animation-delay: -.9s;
animation-delay: -.9s;
}
.la-line-scale-pulse-out-rapid > div:nth-child(2),
.la-line-scale-pulse-out-rapid > div:nth-child(4) {
-webkit-animation-delay: -.65s;
animation-delay: -.65s;
}
.la-line-scale-pulse-out-rapid > div:nth-child(1),
.la-line-scale-pulse-out-rapid > div:nth-child(5) {
-webkit-animation-delay: -.4s;
animation-delay: -.4s;
}
.la-line-scale-pulse-out-rapid.la-lg {
height: 48px;
}
@-webkit-keyframes line-scale-pulse-out-rapid {
0% {
-webkit-transform: scaleY(1);
}
80% {
-webkit-transform: scaleY(.3);
}
90% {
-webkit-transform: scaleY(1);
}
}
@keyframes line-scale-pulse-out-rapid {
0% {
transform: scaleY(1);
}
80% {
transform: scaleY(.3);
}
90% {
transform: scaleY(1);
}
}
.la-ball-triangle-path {
position: relative;
display: inline-block;
}
.la-ball-triangle-path > div {
position: relative;
box-sizing: content-box;
color: #444;
background: #444;
border-color: #444;
border-style: solid;
border-width: 0;
}
.w-text-light .la-ball-triangle-path > div {
color: #fff;
background: #fff;
border-color: #fff;
}
.la-ball-triangle-path:after {
display: table;
line-height: 0;
clear: both;
content: "";
}
.la-ball-triangle-path {
width: 32px;
height: 32px;
}
.la-ball-triangle-path > div {
position: absolute;
width: 10px;
height: 10px;
float: left;
border-radius: 100%;
}
.la-ball-triangle-path > div:nth-child(1) {
-webkit-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
}
.la-ball-triangle-path > div:nth-child(2) {
-webkit-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
}
.la-ball-triangle-path > div:nth-child(3) {
-webkit-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
}
.la-ball-triangle-path.la-sm {
width: 16px;
height: 16px;
}
.la-ball-triangle-path.la-sm > div {
width: 5px;
height: 5px;
}
.la-ball-triangle-path.la-lg {
width: 48px;
height: 48px;
}
.la-ball-triangle-path.la-lg > div {
width: 15px;
height: 15px;
}
.la-ball-triangle-path.la-2x {
width: 64px;
height: 64px;
}
.la-ball-triangle-path.la-2x > div {
width: 20px;
height: 20px;
}
@-webkit-keyframes ball-triangle-path-ball-one {
0% {
-webkit-transform: translate(0, 220%);
}
17% {
opacity: .25;
}
33% {
opacity: 1;
-webkit-transform: translate(110%, 0);
}
50% {
opacity: .25;
}
66% {
opacity: 1;
-webkit-transform: translate(220%, 220%);
}
83% {
opacity: .25;
}
100% {
opacity: 1;
-webkit-transform: translate(0, 220%);
}
}
@keyframes ball-triangle-path-ball-one {
0% {
transform: translate(0, 220%);
}
17% {
opacity: .25;
}
33% {
opacity: 1;
transform: translate(110%, 0);
}
50% {
opacity: .25;
}
66% {
opacity: 1;
transform: translate(220%, 220%);
}
83% {
opacity: .25;
}
100% {
opacity: 1;
transform: translate(0, 220%);
}
}
@-webkit-keyframes ball-triangle-path-ball-two {
0% {
-webkit-transform: translate(110%, 0);
}
17% {
opacity: .25;
}
33% {
opacity: 1;
-webkit-transform: translate(220%, 220%);
}
50% {
opacity: .25;
}
66% {
opacity: 1;
-webkit-transform: translate(0, 220%);
}
83% {
opacity: .25;
}
100% {
opacity: 1;
-webkit-transform: translate(110%, 0);
}
}
@keyframes ball-triangle-path-ball-two {
0% {
transform: translate(110%, 0);
}
17% {
opacity: .25;
}
33% {
opacity: 1;
transform: translate(220%, 220%);
}
50% {
opacity: .25;
}
66% {
opacity: 1;
transform: translate(0, 220%);
}
83% {
opacity: .25;
}
100% {
opacity: 1;
transform: translate(110%, 0);
}
}
@-webkit-keyframes ball-triangle-path-ball-tree {
0% {
-webkit-transform: translate(220%, 220%);
}
17% {
opacity: .25;
}
33% {
opacity: 1;
-webkit-transform: translate(0, 220%);
}
50% {
opacity: .25;
}
66% {
opacity: 1;
-webkit-transform: translate(110%, 0);
}
83% {
opacity: .25;
}
100% {
opacity: 1;
-webkit-transform: translate(220%, 220%);
}
}
@keyframes ball-triangle-path-ball-tree {
0% {
transform: translate(220%, 220%);
}
17% {
opacity: .25;
}
33% {
opacity: 1;
transform: translate(0, 220%);
}
50% {
opacity: .25;
}
66% {
opacity: 1;
transform: translate(110%, 0);
}
83% {
opacity: .25;
}
100% {
opacity: 1;
transform: translate(220%, 220%);
}
} .widget {
margin-bottom: 50px;
}
.widget h3 {
font-size: 16px;
text-transform: uppercase;
}
.widget ul {
margin: 0;
padding: 0;
}
.widget ul li {
list-style: none;
font-size: 13px;
line-height: 22px;
margin: 0;
padding: 0;
}
.widget ul li ul {
padding: 0 0 0 25px;
}
.widget ul > li > a {
display:block;
} .widget_archive > ul > li,
.sidebar .widget .posts > li {
border-bottom: 1px solid #e0e0e0;
box-shadow: 0 1px 0px #fff;
}
.widget_categories ul > li > a,
.widget_archive ul > li > a,
.sidebar .widget .posts > li > a,
.widget_pages ul > li > a,
.widget_recent_entries ul > li > a,
.widget_recent_comments ul > li > a:hover,
.wyde_widget_recent_posts ul > li a:hover,
.wyde_widget_popular_posts ul > li a:hover {
color:inherit;
}
.widget_recent_comments ul > li,
.widget_meta ul > li,
.widget_recent_entries ul > li  {
padding:5px 0;
border-bottom: 1px solid #e0e0e0;
box-shadow: 0 1px 0px #fff;
}
.widget_meta ul > li > a {
color: inherit;
padding: 5px 0;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li {
font-size: 12px;
letter-spacing: 1px;
display: block;
clear: both;
float: none;
min-height: 35px;
line-height: 35px;
border-bottom: 1px solid #e0e0e0;
box-shadow: 0 1px 0px #fff;
}
.widget_archive ul ul li:last-child,
.widget_categories ul ul li:last-child,
.widget_pages ul ul li:last-child {
border-bottom: none;
box-shadow: none;
}
.widget_archive ul > li > a,
.widget_categories ul > li > a,
.widget_pages ul > li  > a {
position: relative;
display: block;
float: none;
font-size: 13px;
}
.widget_archive ul > li,
.widget_categories ul > li {
text-align: right;
}
.widget_archive ul > li > a,
.widget_categories ul > li > a {
float: left;
}
.widget_categories .children > li > a:before,
.widget_archive .children > li > a:before,
.widget_pages .children li > a:before {
content:'\e762';
font-family:'flora';
display:inline-block;
position:absolute;
left:-10px;
}
.widget_categories > ul > li > a:hover:before,
.widget_archive > ul > li:hover > a:hover:before,
.widget_meta ul > li:hover > a:hover:before,
.widget_pages ul > li:hover > a:hover:before {
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.widget_recent_comments .comment-author-link {
font-style:italic;
font-weight:bold;
color:#888;
letter-spacing:1.5px;
} #calendar_wrap { 
margin:10px 0 20px;
}
#wp-calendar { 
width: 100%; border:none;
}
#wp-calendar caption {
text-align: right;
color: #333;
font-size: 12px;
padding: 10px 0;
margin-bottom: 10px;
border-bottom: 1px solid #e0e0e0;
box-shadow: 0 1px 0px #fff;
}
#wp-calendar thead { 
font-size: 10px; border:none;
}
#wp-calendar thead th { 
padding-bottom: 10px; border:none; background:none; text-align:center;
}
#wp-calendar tbody { 
color: #aaa; border:none;  
}
#wp-calendar tbody td { 
background: #fff; border: 1px solid #f1f4f5; text-align: center; padding:8px; 
}
#wp-calendar tbody td#today { 
background:#aaa; color:#fff;
}
#wp-calendar tbody td#today a { 
display:block;
color: inherit;
}
#wp-calendar tbody td:hover { 
background: #fff; 
}
#wp-calendar tbody .pad { 
background: none;
}
#wp-calendar tfoot td { 
border:none;
}
#wp-calendar tfoot #next {
font-size: 10px;
text-transform: uppercase;
text-align: right;
}
#wp-calendar tfoot #prev {
font-size: 10px;
text-transform: uppercase;
padding-top: 10px;
text-align: left;
}
#wp-calendar tfoot #prev > a,
#wp-calendar tfoot #next > a {
display:block;
}
#wp-calendar tfoot #prev > a:hover,
#wp-calendar tfoot #next > a:hover {
color:inherit;
} .widget_text{
overflow: hidden;
} .widget.widget_nav_menu li{
line-height: 28px;
border-bottom: 1px solid #e0e0e0;
box-shadow: 0 1px 0px #fff;
}
.widget_nav_menu .menu .sub-menu li:last-child {
border-color:transparent ;
box-shadow: none;
}
.widget.widget_nav_menu .menu .sub-menu {
padding:0px 0px 0px 25px;
}
.widget.widget_nav_menu .menu > .sub-menu {
border-bottom: 1px solid #e0e0e0;
box-shadow: 0 1px 0px #fff;
}
.widget_nav_menu li a {
color:inherit;
padding:5px 0;
line-height:20px;
}
.widget_nav_menu .menu .menu-item-has-children > a {
padding-bottom:0;
}
.widget_nav_menu .menu .sub-menu > li a:before {
content:'\e762';
font-family:'flora';
display:inline-block;
padding-right:10px;
} .widget_rss ul li{
line-height: 20px;
padding-bottom: 15px;
}
.widget_rss ul li a{
display: block;
}
.widget_rss ul li a:hover {
color:inherit;
}
.widget_rss ul li span,
.widget_rss ul li cite{
font-size: 12px;
line-height: 15px;
color: #bbb;
} .w-posts{
padding: 0;
margin: 0;
}
.w-posts li{
display: block;
position: relative;
list-style: none;
}
.w-posts .thumb{
width: 50px;
height: 50px;
float: left;
text-align: center;
}
.w-posts .thumb i{
font-size: 30px;
line-height: 50px;
}
.widget .w-posts li{
min-height: 60px;
padding: 5px 0;
margin-bottom: 5px;
}
.widget .w-posts .thumb{
margin-right: 8px;
}
.widget .w-posts .thumb a{
display: block;
width: 50px;
height: 50px;
}
.widget .w-posts .post-thumb{
line-height: 50px;
}
.widget .w-posts p{
line-height: 20px;
margin-bottom: 0;
margin-left: 50px;
}
.widget .w-posts p a {
display: block;
line-height: 17px;
max-height: 34px;
overflow: hidden;
font-size: 13px;
margin-bottom: 0;
}
.widget .w-posts p span,
.widget .post-date{
display: block;
font-size: 11px;
letter-spacing: 2px;
color:#bbb;
} .tagcloud{
position: relative;
}
.tagcloud a {
display: inline-block;
color: #a7a6a6;
border: 1px solid #cccccc;
padding: 0 15px;
margin: 0 2px 5px 0;
height: 30px;
line-height: 30px;
font-size: 10px!important;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
-webkit-transition: background .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
transition: background .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
}
.widget .tagcloud a:hover {
color: #fff;
background: #10a5a0;
border-color: #10a5a0;
} .w-facebook-box {
display: inline-block;
overflow: hidden;
}
.w-facebook-box iframe {
border: none;
overflow: hidden;
} .widget .w-flickr ul {
margin-right: -5px;
}
.widget .w-flickr li a {
margin: 0 5px 5px 0;
}  .post-nav {
position: relative;
background: #fff;
margin-bottom: 30px;
padding: 20px;
line-height: 40px;
}
.prev-post,
.next-post {
position:relative;
float:left;
width:50%;
}
.prev-post {
min-height:40px;
}
.prev-post > a, 
.next-post > a {
position:absolute;
z-index:2;
color: #8e8e8e;
font-size: 40px;
display: inline-block;
}
.prev-post > a:hover,
.next-post > a:hover {
color:#10a5a0;
}
.prev-post > a:before,
.next-post > a:before {
display: inline-block;
font-family: 'flora';
}
.prev-post > a:before {
content: '\e761';
}
.next-post > a:before {
content: '\e762';
}
.prev-post > a {
left:0;
}
.next-post > a {
right:0;
}
.post-nav .post-link {
padding: 0 30px;
position:relative;
}
.post-nav span {
display: block;
float: left;
width: 40px;
height: 40px;
text-align: center;
}
.post-nav span a {
position: relative;
display: block;
height: 100%;
line-height: 0;
z-index: 10;
background: #10a5a0;
}
.post-nav span a .post-thumb {
position: absolute;
left: 0;
top: 0;
}
.thumb > a {
overflow:hidden;
display: block;
height: 100%;
}
ul li .thumb > a img,
ul li .thumb > a > span.post-thumb {
transition: all 0.35s;
-webkit-transition: all 0.35s;
}
ul li:hover .thumb > a > img,
ul li:hover .thumb > a > span.post-thumb {
opacity: 1;
-ms-transform: scale(1.12);
-webkit-transform: scale(1.12);
transform: scale(1.12);
}
.thumb img {
width: 100%;
height: 100%;
}
.post-nav h4 {
padding: 0;
margin: 0;
display: block;
float: left;
height: 100%;
line-height: inherit;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 80%;
font-size: 16px;
text-transform: capitalize;
}
.post-nav h4 a {
color:#211F1E;
}
.post-nav h4 a:hover {
color:#10a5a0;
}
.prev-post .post-link > span {
margin-right: 10px;
}
.next-post .post-link > span{
margin-left: 10px;
}
.next-post .post-link > span,
.next-post h4{
float: right;
}
.post-nav .nav-home {
position: absolute;
text-align: center;
top: 50%;
left: 50%;
margin-top: -20px;
margin-left: -20px;
}
.post-nav .nav-home a {
font-size: 30px;
width: 32px;
display: block;
color: #8e8e8e;
} .pagination {
margin: 30px 0px;
padding:0;
text-align: center;
display:block;
width:100%;
}
.pagination > span > a {
font-family: 'flora';
position: relative;
display: block;
line-height: 30px;
margin: 0;
padding: 5px 10px;
text-align: center;
font-size: 16px;
border: 1px solid #eee;
background:#fff;
outline: 0;
-webkit-transition: all 0.15s ease-in-out;
transition: all .15s ease-in-out;
}
.pagination > span.w-previous {
float: left;
}
.pagination > span.w-previous > a:before {
content: '\e761';
display: inline-block;
margin-right: 10px;
}
.pagination > span.w-next {
float: right;
}
.pagination > span.w-next > a:after {
content: '\e762';
display: inline-block;
margin-left: 10px;
}
.pagination ul {
display: inline-block;
margin: 0;
padding: 0;
}
.pagination ul > li {
list-style: none;
float: left;
margin: 0;
padding: 0;
}
.pagination ul li span,
.pagination ul li a {
position: relative;
display: inline-block;
width: 33px;
height: 33px;
line-height: 30px;
margin: 0 5px 10px;
padding: 0px;
text-align: center;
color: #bababa;
font-size: 16px;
border: 1px solid #E2E2E2;
background:#fff;
outline: 0;
-webkit-transition: all 0.15s ease-in-out;
transition: all .15s ease-in-out;
}
.pagination ul li span {
color: #DADADA;
background: #E7E7E7;
border-color: #E5E5E5;
}
.pagination ul li.disabled span {
color: #bbb;
text-shadow: 1px 0px 1px #fff;
}
.pagination ul li span.current {
color: #fff;
background: #211F1E;
border-color: #211F1E;
box-shadow: 0 1px 1px #FFF;
}
.pagination a:hover {
background: #10a5a0;
border-color: #10a5a0;
color: #fff;
box-shadow: 0 1px 1px #FFF;
} .w-showmore {
text-align: center;
clear: both;
float: none;
}
.w-showmore .w-next {
display: block;
border-top: 1px solid #eaeaea;
padding: 20px 0;
} .related-posts {
background: #fff;
margin-bottom: 30px;
padding: 20px;
}
.related-posts h3 {
font-size: 16px;
height: 50px;
line-height: 50px;
padding:0;
}
.related-posts ul {
padding: 0;
margin-bottom: 0;
}
.related-posts li {
padding-bottom:30px;
list-style: none;
}
.related-posts .thumb {
display:block;
float:none;
overflow: hidden;
}
.related-posts .thumb a {
display: block;
width:100%;
height: 97px;
line-height: 0;
text-align: center;
}
.no-sidebar .related-posts .thumb a {
height: 114px;
}
.related-posts li:hover h4 a,
.related-posts li h4 a:hover {
color: #10a5a0;
}
.related-posts .thumb a i {
font-size: 80px;
margin: 10px;
vertical-align: middle;
}
.related-posts li h4 {
line-height: 20px;
height: 20px;
overflow: hidden;
font-size: 13px;
margin: 10px 0 0;
text-overflow: ellipsis;
white-space: nowrap;
}
.related-posts li h4 a {
color: #211F1E;
}
.related-posts li span {
font-size:12px;
letter-spacing: 2px;
color:#bbb;
vertical-align: top;
} .single-post #content,
.archive #content,
.search #content,
.blog #content,
.single-attachment #content {
background:#f5f5f5;
}
.single-post .title-wrapper,
.archive .title-wrapper,
.search .title-wrapper,
.blog .title-wrapper{
background:#fff;
}
.main-content .post-content {
padding-top: 30px;
padding-bottom: 30px;
}
.post-detail {
padding: 20px;
margin-bottom: 30px;
background: #fff;
}
.post-detail .post-title {
font-size: 28px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.format-quote .post-detail .post-title {
text-align: center;
}
.format-quote .post-detail .post-title:before {
content: '\e807';
font-family: 'flora';
display: block;
font-size: 38px;
height: 50px;
line-height: 50px;
margin: 0;
}
.format-quote .post-detail .post-title .quote-author {
text-transform: capitalize;
color: #aaa;
display:block;
}
.format-quote .post-detail .post-title .quote-author:before {
display: inline-block;
vertical-align: middle;
height: 2px;
background: #ccc;
width: 10px;
content: '';
margin: 0 10px;
}
.post-detail .post-media .featured-full-width a,
.format-video .post-detail .post-media a {
display: block;
line-height: 0;
}
.post-detail .post-media .featured-full-width img,
.format-video .post-detail .post-media img {
width: 100%;
}
.video-wrapper {
position: relative;
padding-top: 56%;
}
.video-wrapper iframe {
width: 100%;
height: 100%;
display: block;
position: absolute;
z-index: 99;
margin: 0;
top: 0;
left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.post-detail iframe,
.post-detail embed,
.post-summary iframe,
.post-summary embed{
max-width: 100%;
}
.media-preview {
display: none;
}
.post-detail .post-meta {
height: 35px;
line-height: 35px;
margin: 20px 0 30px 0;
}
.post-detail .meta-date {
display: inline-block;
margin-right: 10px;
float: none;
}
.post-detail .post-external-link {
padding:20px;
background:#f5f5f5;
font-size:22px;
}
.post-detail .post-external-link i {
font-size:18px;
}
.page-links {
margin: 30px 0px 0px;
padding: 0;
display: block;
clear: both;
float: none;
}
.page-links > span,
.page-links > a {
position: relative;
display: block;
float: left;
width: 33px;
height: 33px;
line-height: 30px;
margin: 0 2px;
padding: 0px;
text-align: center;
color: #bababa;
background: none;
font-size: 16px;
border: 1px solid #E2E2E2;
background:#fff;
outline: 0;
-webkit-transition: all 0.15s ease-in-out;
transition: all .15s ease-in-out;
}
.page-links > span {
color: #fff;
background: #bbb;
border-color: #f5f5f5;
box-shadow: 0 1px 1px #FFF;
}
.page-links > a:hover {
background: #eee;
color: #545454;
text-shadow: 0 1px 1px #fff;
box-shadow: 0 1px 1px #FFF;
}
.post-tags {
padding: 10px 15px;
margin-top: 30px;
background: #f5f5f5;
word-spacing:4px;
clear: both;
float: none;
}
.post-tags > i {
margin-right: 10px;
}
.post-tags a {
color: inherit;
}
.post-tags a:hover {
color: #10a5a0;
}
.post-thumb, 
.related-posts .thumb a span {
display: block;
background: #10a5a0;
font-size: 20px;
line-height: 40px;
height: 100%;
}
.search-item .thumb a span:before,
.related-posts .thumb a span:before,
.post-thumb:before {
font-family: 'flora';
color: #fff;
display: inline-block;
}
.post-icon-audio:before {
content: '\e07d';
}
.post-icon-standard:before {
content: '\e813';
}
.post-icon-gallery:before {
content: '\e816';
}
.post-icon-link:before {
content: '\e091';
}
.post-icon-quote:before {
content: '\e807';
font-size: 24px;
}
.post-icon-video:before {
content: '\e005';
} #comments {
background: #fff;
padding: 20px;
margin-bottom: 30px;
border: 1px solid #eee;
}
.comment-list {
margin: 20px 0;
padding: 0;
}
.comment-list > li {
padding: 0 0 10px;
margin: 0;
list-style: none;
}
.comment .children {
padding:0 10px;
margin:0 5px;
}
.comment .children > li {
border-left:5px #efefef solid;
}
.comment .children > li.byuser {
border-style:solid;
border-color:#efefef;
border-width:1px 1px 1px 5px;
}
.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback {
border-top: 1px dotted #ddd;
margin-bottom: 10px;
background: #fff;
padding: 20px 10px;
}
.comment-list > .comment:first-child,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
border-top: 0;
}
.comment.bypostauthor {
border: 1px solid #e0e0e0;
border-radius: 2px;
background: #fbfbfb;
box-shadow: 0 1px 1px #eee;
}
.comment.bypostauthor + .comment:not(.bypostauthor) {
border-top:none;
}
.comment .children .bypostauthor,
.comment .children .byuser {
margin-bottom:0;
}
.comment .avatar {
overflow: hidden;
}
.comment .avatar img {
width: 64px;
height: 64px;
border-radius: 50%;
padding: 2px;
border: 1px solid #f5f5f5;
}
.comment {
text-align:center;
}
.comment-respond {
margin-bottom: 30px;
}
.comment .comment-respond {
padding: 30px 10px;
}
.comment-box .name {
font-size: 18px;
font-weight: normal;
line-height: 20px;
margin-bottom:0;
}
.comment-box .name a {
color:#10a5a0;
}
.comment-box .name a:hover {
color:inherit;
}
.comment-box .post-meta {
font-size: 12px;
overflow:visible;
text-align:inherit;
max-height:none;
}
.comment-box .post-meta .comment-date {
font-size:12px;
margin-right:10px;
}
.comment-box .post-content {
padding-top: 0;
}
.comment-edit-link, 
.comment-reply-link {
padding-left: 10px;
vertical-align:bottom;
}
#cancel-comment-reply-link {
font-weight: normal;
float: right;
line-height: 30px;
text-align: right;
font-size: 12px;
text-transform: initial;
text-indent: 10px;
display: inline-block;
padding: 0px 10px 0 15px;
background: #EFEFEF;
border-radius: 5px;
}
#cancel-comment-reply-link:hover {
background:#10a5a0;
color:#fff;
}
#cancel-comment-reply-link:before {
content: '\2715';
font-family: 'flora';
position: absolute;
display: block;
margin: 0 0px 0 -12px;
font-size: 15px;
line-height: 30px;
}
.comments-nav {
margin-bottom: 30px;
}
.comments-nav a {
position: relative;
display: inline-block;
width: 33px;
height: 33px;
line-height: 30px;
margin: 0 5px;
padding: 0px;
text-align: center;
color: #bababa;
background: none;
font-size: 16px;
border: 1px solid #E2E2E2;
background: #fff;
outline: 0;
-webkit-transition: all 0.15s ease-in-out;
transition: all .15s ease-in-out;
}
.comments-nav a:hover {
color: #fff;
border-color:#10a5a0;
background:#10a5a0;
}
.comment-form .inputrow {
padding: 10px 0;
}
.comment-form .user-link {
margin-left: 10px;
text-transform:capitalize;
}
.comment-form .logout-link {
margin-left: 10px;
text-transform:capitalize;
}
.comment-form .logout-link:before {
content: '';
display: inline-block;
padding-right: 15px;
height: 10px;
border-left: 1px solid #bbb;
}
.inputrow input {
width: 100%;
}
.textarea-comment {
height: 200px;
width: 100%;
} .search-query{
margin-bottom: 50px;
}
.search-item{
background: #fff;
padding: 16px;
margin-bottom: 50px;
}
.search-item .thumb,
.search-item .type-icon{
float: left;
font-size: 40px;
line-height: 60px;
width: 60px;
height: 60px;
overflow: hidden;
text-align: center;
margin: 5px 20px 5px 0;
}
.search-item .post-thumb{
line-height: inherit;
}
.search-item .type-icon a,
.search-item .type-icon i{
display: inline-block;
vertical-align: top;
line-height: 1;
}
.search-item h4{
max-height: 60px;
line-height: 30px;
margin: 0;
overflow: hidden;
}
.search-item .post-summary{
margin-top: 30px;    
} .search-form{
position: relative;
margin-bottom: 30px;
}
.search-form .keyword{
width: 100%;
}
form.search-form button.button {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 35px;
margin: 0;
min-width: 0;
background: none;
border: none;
outline: 0;
z-index: 99;
line-height: 30px;
color: inherit;
padding: 0px 0 0 10px;
} .about-author{
margin-bottom: 30px;
padding: 16px;
background: #fff;
}
.about-author .avatar {
float: left;
width: 80px;
height: 80px;
margin: 0 20px 20px 0;
padding: 2px;
border-radius: 50%;
border: 1px solid #f5f5f5;
}
.author-detail{
margin-left: 100px;
}
.author-detail h4{
display: inline-block;
}
.author-detail .edit-profile{
font-size: 12px;
margin-left: 10px;
} ul.post-media {
position: relative;
margin: 0 0 30px 0;
padding: 0;
}
ul.post-media li {
position: relative;
padding: 0;
margin: 0 0 10px 0;
list-style: none;
}
.post-media a {
position: relative;
display: block;
}
.portfolio-grid .post-media .w-featured a{
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.w-media-player {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 99;
background: rgba(33, 31, 30, 0.8);
}
.w-media-player:before {
content: '';
display: block;
position: absolute;
z-index: 99;
left: 50%;
top: 50%;
border: 3px solid #fff;
border-radius: 50%;
width: 80px;
height: 80px;
line-height: 80px;
margin-left: -40px;
margin-top: -40px;
}
.w-media-player:after {
content: '\25b6';
font-family: 'flora';
font-size: 36px;
color: #fff;
text-align: center;
display: block;
position: absolute;
left: 50%;
top: 50%;
width: 80px;
height: 80px;
line-height: 80px;
margin-left: -40px;
margin-top: -40px;
padding: 4px 5px;
}
.single-wyde_portfolio .post-title {
font-weight: 700;
font-size: 28px;
}
.single-wyde_portfolio .post-description .post-meta {
font-size: 13px;
}
.single-wyde_portfolio .post-nav {
margin: 50px 0 30px;
padding: 0;
background: transparent;
}
.single-wyde_portfolio .post-nav span a span {
font-size: 28px;
}
.single-wyde_portfolio .post-nav span a span:before,
.single-wyde_portfolio .related-posts .thumb a span:before {
font-family: 'flora';
content: '\e836';
color: #fff;
display: inline-block;
line-height: 40px;
}
.single-wyde_portfolio .main-content:not(.portfolio-gallery) .related-posts {
padding: 0;
}
.single-wyde_portfolio .related-posts{
background: none;
}
.single-wyde_portfolio .related-posts .thumb a{
height: auto;
}
.single-wyde_portfolio .related-posts .thumb a span {
font-size: 60px;
}
.portfolio-client-widget h6 a:after {
font-family:'flora';
content:'\e80f';
font-size:14px;
margin-left:7px;
}
.post-description .widget h4 {
text-transform:uppercase;
font-size: 16px;
letter-spacing: 1px;
margin-bottom: 10px;
font-family: inherit;
}
.portfolio-default .post-description .widget h4 {
margin-bottom: 35px;
}
.portfolio-default .post-description .widget h4:before,
.portfolio-default .post-description .widget h4:after {
background: #555;
display: block;
text-align: center;
content: '';
width: 40px;
height: 1px;
position: absolute;
bottom: -15px;
}
.portfolio-default .post-description .widget h4:after {
width: 20px;
bottom: -18px;
}
.single-wyde_portfolio .post-description .widget a:not(:hover) {
color: inherit;
}
.post-description .widget > p {
margin-bottom:0;
}
.portfolio-tags {
word-spacing: 4px;
}
.portfolio-meta-widget i {
margin-right:7px;
}
.portfolio-tags i {
float:left;
}
.portfolio-tags span {
display:block;
padding-left:22px;
}
.portfolio-meta-widget .flora-icon-link {
font-size:18px;
margin-right:5px;
}
.portfolio-meta-widget > p {
border-bottom:1px solid #e5e5e5;
padding:10px 0;
}
.portfolio-category-widget ul li a,
.portfolio-skill-widget ul li a {
padding: 3px 0;
} .portfolio-default .post-media img {
width: 100%;
}
.portfolio-default .portfolio-meta-widget {
padding-top: 30px;
}
.portfolio-default .post-nav {
margin-top:30px;
} .portfolio-slider .post-media {
width: 100%;
}
.portfolio-slider .owl-stage {
max-height: 640px;
overflow: hidden;
}
.portfolio-slider .owl-item > div,
.portfolio-slider .owl-item a {
display: block;
height: 640px;
width: 640px;
}
.portfolio-slider .owl-item img {
max-width: 100%;    
min-height: 100%;
} .portfolio-gallery .post-media {
position: relative;
overflow: hidden;
}
.portfolio-gallery .cover-image {
display: block;
height: 600px;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: 100%;
background-size: cover;
}
.portfolio-gallery .post-media a,
.portfolio-gallery .post-gallery a{
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.portfolio-gallery .post-gallery {
margin: 20px -10px 0 0;
padding: 0 10px;
}
.portfolio-gallery .post-gallery li {
position: relative;
list-style: none;
float: left;
margin: 0;
padding: 0 10px 10px 0px;
width: 33.33333333%;
overflow: hidden;
}
.portfolio-gallery .post-gallery li:first-child,
.portfolio-gallery .post-gallery li:nth-child(2) {
width: 50%;
}
.portfolio-gallery .post-description {
padding-top: 30px;
}
.portfolio-gallery .portfolio-meta-widget {
width: 100%;
float: none;
}
.portfolio-gallery .post-nav {
padding: 30px 20px;
margin: 0;
} .portfolio-grid .post-media {
padding-top: 40px;
}
.portfolio-grid .w-grid {
padding: 0;
margin: 0 -10px 0 0;
}
.portfolio-grid .w-grid li {
margin: 0;
padding: 10px 10px 0 0;
list-style: none;
overflow: hidden;
line-height: 0;
}
.portfolio-grid .w-grid li.w-featured {
position: relative;
overflow: hidden;
clear: both;
float: none;
padding: 0;
margin: 10px 10px 0 0;
}
.portfolio-grid .w-grid li.w-featured .cover-image{
height: 600px;
}    
.portfolio-grid .w-grid li .cover-image {
display: block;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: 100%;
background-size: cover;
}
.portfolio-grid .w-grid li img{
width: 100%;
}  .woocommerce .commentlist li {
list-style:none;
}
.woocommerce-breadcrumb {
margin-bottom: 30px;
font-size: 16px;
}
.woocommerce-result-count {
float: left;
line-height: 38px;
margin-bottom:0;
}
.woocommerce-ordering {
display: block;
text-align: right;
margin-bottom: 30px;
}
.products {
margin: 0 -10px 0 0;
padding: 0;
}
.products li figure {
background: #fff;
position: relative;
overflow: hidden;
text-align: center;
border-radius: 1px;
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
-webkit-transition: box-shadow 0.3s;
transition: box-shadow 0.3s;
}
.products li figure:hover {
box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.25);
z-index: 10;
}
.products li .cover-image > a {
display: block;
height: 100%;
}
.products li .cover-image img {
display: block;
width: 100%;
}
.products li .w-fadeslider img{
position: absolute;
}
.onsale {
position: absolute;
z-index: 10;
top: 15px;
left: 15px;
line-height: 26px;
height: 26px;
padding: 0 12px 0 8px;
margin: 0;
text-transform: uppercase;
color: #fff;
border-radius: 3px 0 0 3px;
font-size: 12px;
background-color:#10a5a0;
}
.onsale:before {
content: '\e80e';
font-family: 'flora';
float: right;
position: absolute;
right: -14px;
font-size: 44px;
color: #10a5a0;
}
.onsale:after {
content: "";
position: absolute;
top: 10px;
right: 0;
float: right;
width: 7px;
height: 7px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
background: #fff;
}
.products li figure figcaption {
position: relative;
background: #fff;
padding: 10px;
z-index: 10;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.products li figure:hover figcaption {
-ms-transform: translateY(100%);
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
.products li figure .button {
position: absolute;
z-index: 0;
bottom: 10px;
left: 10px;
right: 10px;
display: inline-block;
line-height: 35px;
background: #10a5a0;
color: #fff;
text-align: center;
overflow: hidden;
opacity: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.products li figure:hover .button {
opacity: 1;
}
.products li figure .button:before {
font-family: 'flora';
display: inline-block;
width: 50px;
}
.products .instock .button.add_to_cart_button:before {
content: '\e73d';
}
.products .instock .button.product_type_variable:before {
content: '\e80a';
}
.products .outofstock .button:before {
content:'\2b';
}
.products li h3 {
font-size: 14px;
text-overflow: ellipsis;
overflow: hidden;
margin-bottom: 0;
height: 50px;
line-height: 25px;
}
.products li .price {
display: block;
font-size: 18px;
font-weight: 700; 
color:#10a5a0;
}
.products li .price del {
font-weight: normal;
color:#999;
}
.woocommerce del .amount{
padding-right:3px;
color:#999;
}
.added_to_cart {
position: absolute;
top: 50%;
background-color: #fff;
padding: 20px;
border-radius: 50px;
left: 50%;
margin-top: -53px;
margin-left: -53px;
opacity: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.added_to_cart.active {
opacity: 1;
}
.woocommerce h2 {
font-size: 20px;
}
.addresses {
margin-bottom:80px;
}
.my_account_orders td {
border-bottom: 1px solid #e0dede;
vertical-align:middle;
}
.shop_table.my_account_orders td.order-actions {
padding:4px 8px;
text-align:right;
}
.woocommerce.columns-6 .products li .price{
font-size:14px;
} .star-rating {
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 1.1em;
width: 4.8em;
font-family: 'flora';
color: #10a5a0;
}
.product_list_widget .star-rating {
margin:3px 0px;
}
.star-rating:before {
content: "\e810\e810\e810\e810\e810";
top: 0;
left: 0;
position: absolute;
}
.star-rating span {
overflow: hidden;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.star-rating span:before {
content: "\e811\e811\e811\e811\e811";
top: 0;
left: 0;
position: absolute;  
}
.products li .star-rating {
position: absolute;
z-index: 10;
top: 15px;
right: 15px;
opacity:0.5;
-webkit-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
}
.products li:hover .star-rating {
opacity:1; 
} .woocommerce button.button,
.woocommerce .buttons .button,
.wc-proceed-to-checkout .button,
.my_account_orders a.button,
.add_to_cart_inline .button {
border: 2px solid #10a5a0;
border-radius: 0px;
padding: 8px 20px;
overflow: hidden;
text-align: center;
text-transform: uppercase;
background: #10a5a0;
color: #fff;
display: inline-block;
vertical-align: middle;
}
.woocommerce .buttons .button{
line-height: 1.5;
font-size: 13px;
}
.my_account_orders a.button, 
.add_to_cart_inline .button {
margin: 0 3px 0 0;
padding: 3px 15px;
font-size: 12px;
vertical-align: middle;
}
.woocommerce button.button:hover,
.woocommerce .buttons .button:hover,
.wc-proceed-to-checkout .button:hover,
.my_account_orders a.button:hover,
.add_to_cart_inline .button:hover {
background:none;
color: #10a5a0;
} .widget_price_filter .ui-widget-content {
background: #e1e1e1;
}
.widget_price_filter .ui-slider-horizontal {
height: 4px;
position: relative;
text-align: left;
margin-bottom: 15px;
}
.widget_price_filter .ui-slider .ui-slider-range {
top: 0;
height: 100%;
background: #10a5a0;
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
border-radius: 1em;
}
.widget_price_filter .ui-slider .ui-slider-handle {
background: #10a5a0;
width: 6px;
height: 14px;
top: -5px;
position: absolute;
cursor: ew-resize;
z-index: 2;
}
.widget_price_filter .button {
padding: 8px 10px;
font-size: 15px;
line-height: 15px;
float:left;
position: relative;
z-index: 1;
}
.widget_price_filter .price_label {
float: right;
}
.widget_price_filter .price_slider_amount {
text-align: right;
line-height: 37px;
}
.widget_price_filter .clear {
position: relative;
z-index: -1;
} .woocommerce .product-categories li ul {
padding:0 0 5px 25px;
}
.widget_shopping_cart li:after,
.product_list_widget li:after,
.woocommerce-tabs:after,
.woocommerce .comment .comment_container:after,
.single-product .woocommerce-tabs .tabs:after {
content: "";
display: block;
height: 0;
clear: both;
}
.widget .product_list_widget li {
padding: 10px 0;
}
.product-categories > li,
.product_list_widget li {
border-bottom: 1px solid #e0e0e0;
box-shadow: 0 1px 0px #fff;
}
.product-categories li,
.widget .product-categories li {
font-size: 12px;
letter-spacing: 1px;
text-align:right;
display: block;
clear: both;
float: none;
min-height: 35px;
line-height: 35px;
position: relative;
}
.product-categories > li  a {
position: relative;
display: block;
text-align: left;
font-size: 13px;
-webkit-transition:color linear 0.3s;
transition:color linear 0.3s;
}
.product-categories li a:hover,
.product_list_widget li a:hover {
color:inherit;
}
.product-categories > li li a:before,
.widget .product-categories > li li a:before
.product-categories > li > a:hover:before,
.widget .product-categories > li > a:hover:before {
content:'\e762';
font-family:'flora';
display:inline-block;
position:absolute;
left:-10px;
}
.product-categories > li span {
position: absolute;
right: 0;
top: 0;
}
.widget.woocommerce ul li a img {
width: 60px;
box-shadow: none;
padding: 1px;
border: 2px solid #e0e0e0;
-webkit-transition: all 0.35s;
transition: all 0.35s;
float: right;
margin-left: 4px;
height: auto;
} .widget_shopping_cart li a.remove {
position: absolute;
z-index: 10;
right: -10px;
top: 0;
font-size: 20px;
width: 20px;
height: 20px;
line-height: 18px;
text-align: center;
background: #222;
color: #fff;
border-radius: 50%;
}
.widget_shopping_cart li a.remove:hover {
color: red;
}
.variation {
border-left:2px solid #10a5a0;
padding-left:10px;
}
.variation p {
margin-bottom:0;
}
.widget_shopping_cart .total
{
margin: 10px 0 30px 0;
} .widget_product_search label{
display: none;
}
.widget_product_search .search-field {
display: block;
width: 100%;
}
.widget_product_search input[type="submit"] {
position: absolute;
z-index: 10;
top: 0;
right: 0;
bottom: 0;
width: 35px;
margin: 0;
min-width: 0;
background: none;
border: none;
outline: 0;
z-index: 99;
line-height: 30px;
color: inherit;
padding: 0px 10px;
opacity: 0;
cursor: pointer;
}
.widget_product_search form:after {
font-family: 'flora';
content: '\e802';
position: absolute;
top: 0;
right: 0;
bottom: 0;
padding: 5px;
width: 20px;
text-align: center;
cursor: pointer;
} .related.products li .price span,
.upsells.products li .price span  {
font-size: 15px;
} .single-product,
.woocommerce-cart,
.woocommerce-checkout {
background: #fff;
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
padding: 20px;
margin: 0 0 30px 0;
background-color:#fff;
border:1px solid #ddd;
border-top:3px solid #10a5a0;
min-height:32px;
box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error li:before {
content:'\e104';
font-family:'flora';
margin-right:10px;
color:#10a5a0;
}
.woocommerce-info:before {
content:'\e814';
}
.woocommerce-error {
border-top-color:red;
}
.woocommerce-error li:before {
content:'\E812';
color:red;
}
.woocommerce-error li {
list-style: none;
}
.woocommerce-breadcrumb i {
margin: 0 5px;
}
.woocommerce-message .button {
float: right;
margin-left:10px;
padding:3px 10px;
border-radius:5px;
background-color:#000;
-webkit-transition:all 0.35s linear;
transition:all 0.35s linear;
}
.woocommerce-message .button:hover {
color:#333;
background-color:#f5f5f5;
}
.single-product .products li figure {
padding: 0;
}
.product .images .woocommerce-main-image {
margin-bottom: 10px;
display: block;
text-align:center;
}
.product .thumbnails {
line-height: 0;
}
.product .thumbnails .owl-item a {
display: block;
padding-right: 5px;
}
.summary {
margin-top:30px;
}
.product .entry-summary .summary-container {
float: left;
width: 100%;
}
.product .entry-summary h2 {
margin-bottom:0;
}
.product .woocommerce-product-rating {
margin-bottom:20px;
}
.summary .star-rating {
display:inline-block;
}
.summary .woocommerce-review-link {
position: relative;
top: -2px;
}
.summary .price {
font-size: 40px;
line-height: 40px;
}
.summary .price del span {
color:#666;
font-size: 15px;
padding-right:10px;
}
.summary .out-of-stock {
font-size:150%;
color:#f00;
}
.woocommerce .main-content .summary .post-content {
padding-top: 0px;
}
.summary .cart .quantity {
float: left;
margin-right: 10px;
margin-bottom: 5px;
display: inline-block;
overflow: hidden;
}
.summary .cart .quantity input {
height: 36px;
width: 100px;
border-width: 1px;
text-align: center;
font-weight: 800;
font-size: 20px;
margin: 5px 0;
}
.variations {
margin-bottom:20px;
}
.variations .reset_variations {
margin-left: 10px;
}
.summary .product_meta {
color: #bbb;
}
.woocommerce-tabs {
clear: both;
padding:50px 0;
}
.woocommerce-tabs > .tabs {
list-style: none;
position: relative;
z-index: 12;
margin: 0;
padding: 0;
}
.single-product .woocommerce-tabs .tabs li {
float:left;
padding:10px;
margin: 0;
list-style: none;
}
.single-product .woocommerce-tabs ul.tabs li a {
line-height: 24px;
letter-spacing: 1px;
font-weight: 600;
font-size: 18px;
display: block;
background: transparent;
padding: 9px 0;
}
.single-product .woocommerce-tabs .tabs li.active a:after {
content: '';
position: absolute;
z-index:10;
left: 50%;
margin-left:-6px;
top: 46px;
width: 12px;
height: 12px;
background: #fff;
box-shadow: inset 1px 1px #e3e3e3;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.woocommerce-tabs .panel {
min-height: 140px;
border: 1px solid #e3e3e3;
padding:30px;
background-color:#fff;
}
.single-product .woocommerce-tabs .post-content {
padding:10px 0;
}
.single-product .woocommerce-tabs .post-content h2 {
display:none;
}
.woocommerce #comments {
border:none;
padding:0;
background-color:transparent;
}
.woocommerce #comments .commentlist {
margin-left:0;
}
.woocommerce .comment_container {
border-bottom:1px solid #e3e3e3;
margin-bottom:20px;
padding-bottom: 15px;
}
.woocommerce .comment .comment-image {
text-align:center;
}
.woocommerce .comment .avatar {
float:none;
clear:both;
padding-right:0;
}
.woocommerce .comment .star-rating {
margin:10px auto;
}
.woocommerce .comment .comment-image strong {
display:block;
}
.woocommerce .comment .comment-text {
text-align: center;
}
.stars {
position: relative;
font-size: 1em;
}
.stars a {
display: inline-block;
margin-right: 1em;
text-indent: -9999px;
overflow: hidden;
position: relative;
outline: 0;
border-right: 1px solid #ccc;
}
.stars a:after {
font-family: 'flora';
text-indent: 0;
position: absolute;
top: 0;
left: 0;
}
.stars a.star-1 {
width: 2em;
}
.stars a.star-1:after {
content: "\e810";
}
.stars a.star-1:hover:after,
.stars a.star-1.active:after{
content: "\e811";
}
.stars a.star-2 {
width: 3em;
}
.stars a.star-2:after {
content: "\e810\e810";
}
.stars a.star-2:hover:after,
.stars a.star-2.active:after {
content: "\e811\e811";
}
.stars a.star-3 {
width: 4em;
}
.stars a.star-3:after {
content: "\e810\e810\e810";
}
.stars a.star-3:hover:after,
.stars a.star-3.active:after {
content: "\e811\e811\e811";
}
.stars a.star-4 {
width: 5em;
}
.stars a.star-4:after {
content: "\e810\e810\e810\e810";
}
.stars a.star-4:hover:after,
.stars a.star-4.active:after {
content: "\e811\e811\e811\e811";
}
.stars a.star-5 {
width: 6em;
border-right: 0;
}
.stars a.star-5:after {
content: "\e810\e810\e810\e810\e810";
}
.stars a.star-5:hover:after,
.stars a.star-5.active:after {
content: "\e811\e811\e811\e811\e811";
}
.single-product .upsells.products,
.single-product .related.products {
padding-bottom:40px;
clear: both;
float: none;
} .form-row{
display: block;    
}
#customer_login  .inline{
display: inline-block;
vertical-align: middle;
margin-left: 10px;
} .shop_table {
border: 1px solid #e0dede;
}
.shop_table.cart {
padding: 30px;
border: 3px solid #e0dede;
border-radius: 0;
}
.shop_table th {
background: none;
border-bottom: 1px solid #e0dede;
margin-bottom: 10px;
text-align: left;
padding: 12px 10px;
}
.shop_table td {
padding: 12px 10px;
}
.shop_table .cart_item:not(:last-child) td {
border-bottom: 1px solid #eee;
vertical-align: middle;
}
.shop_table .product-name {
width: 50%;
text-align: left;
}
.shop_table .product-thumbnail {
display:inline-block;
vertical-align:middle;
margin-right: 25px;
width: 90px;
}
.shop_table .product-info {
vertical-align: middle;
display: inline-block;
}
.shop_table .quantity input {
border-width: 1px;
border-color:transparent;
font-size: 16px;
width: 120px;
text-align: center;
}
.shop_table .quantity input:focus,
.shop_table .quantity input:hover {
border-color:#10a5a0;
}
.shop_table .product-remove {
width: 5%;
text-align: right;
}
.shop_table .remove {
display: inline-block;
font-size: 20px;
font-weight: 800;
width: 20px;
height: 20px;
line-height: 18px;
text-align: center;
background: #bbb;
color: #fff;
}
.shop_table .remove:hover {
background: #000;
}
.shop_table .actions {
padding: 12px 0px;
}
.coupon {
margin-top: 30px;
}
.coupon label {
display:block;
}
.coupon .input-text {
width: 170px;
border-width: 1px;
padding: 0 3px;
height: 35px;
margin:5px 0;
}
.coupon .button {
}
.cart-collaterals .cross-sells,
.cart_totals {
margin-bottom: 30px;
}
.cart_totals table th,
.cart_totals table td {
padding:10px;
}
.cart-collaterals .cart_totals {
float: right;
}
.cart_totals h2 {
font-size: 24px;
}
.cart_totals table th {
width: 40%;
text-align: right;
text-transform: uppercase;
font-weight: 700;
font-size: 14px;
}
.cart_totals table td {
border-bottom:1px solid #e0e0e0;
}
.cart_totals .order-total td {
border:none;
}
.shipping-calculator-form select {
width: 100%;
}
#shipping_method,
.shipping_method {
padding:0;
margin:0 0 5px;
text-align:left;
}
#shipping_method li,
.shipping_method li{
list-style:none;
margin:0 0 10px;
padding:0;
}
.cart_totals p {
margin-bottom:0;
}
.shipping-calculator-form p {
margin-top:10px;
}
.order-total th,
.order-total,
.shop_table tfoot .order-total th{
font-size:24px;
} #customer_details {
margin-bottom: 30px;
}
#createaccount {
margin: 5px;
}
#ship-to-different-address input {
float: left;
margin: 5px;
}
.shop_table.woocommerce-checkout-review-order-table {
font-size: 13px;
}
.shop_table.woocommerce-checkout-review-order-table .product-name,
.shop_table.order_details .product-name {
width: 75%;
}
.shop_table.woocommerce-checkout-review-order-table .product-total,
.shop_table.order_details .product-total,
.shop_table.order_details tfoot td {
text-align: right;
}
.shop_table tfoot th {
background: #eee;
font-weight: 700;
font-size: 12px;
text-transform: uppercase;
}
.shop_table.woocommerce-checkout-review-order-table tfoot td {
text-align: right;
}
#payment,
#payment .payment_methods {
margin: 0 0 30px 0;
padding: 0;
}
#payment .payment_methods li {
margin: 10px 0;
padding: 0;
list-style: none;
}
#payment .payment_methods li label{
font-weight: bold;
} 
#payment .input-radio {
vertical-align: middle;
margin-right: 5px;
}
#payment .payment_box {
position: relative;
padding: 1em 2%;
margin: 1em 0;
font-size: .92em;
border-radius: 2px;
background-color: #f5f5f5;
}
#payment div.payment_box:after {
content: '';
top: -20px;
font-size: 25px;
line-height: 0;
height: 1px;
width: 1px;
position: absolute;
color: #f5f5f5;
border: 10px solid transparent;
border-bottom-color: #f5f5f5;
}
#payment div.payment_box p:last-child {
color: #333;
text-shadow: 0 1px 0 rgba(255,255,255,.2);
margin: 0;
}
#payment .payment_method_paypal img {
max-height: 52px;
vertical-align: middle;
margin: 0 10px;
} .order-received-text {
font-weight: 700;
font-size: 20px;
font-style: italic;
color: green;
}
.order-received-text:before {
font-family: 'flora';
content: '\e104';
margin-right: 8px;
}
.woocommerce .order_details {
margin: 0 0 30px 0;
padding: 0;
}
.woocommerce .order_details:after {
content: "";
display: block;
height: 0;
clear: both;
} 
.woocommerce .order_details li {
list-style: none;
float: left;
margin-right: 2em;
text-transform: uppercase;
font-size: .715em;
line-height: 1;
border-right: 1px dashed #d3ced2;
padding-right: 2em;
margin-left: 0;
padding-left: 0;
}
.woocommerce .order_details li strong {
display: block;
font-size: 1.4em;
text-transform: none;
line-height: 1.5;
}
.shop_table.customer_details th {
background: #eee;
font-weight: 700;
font-size: 12px;
text-transform: uppercase;
width: 30%;
}
.woocommerce-checkout .addresses {
margin-bottom: 30px;
} @media only screen and (min-width: 768px) {
.container {
max-width: 750px;
} .comment {
text-align:left;
}
.comment .avatar {
float:left;
padding-right: 15px;
}
.comment-box .post-content {
margin-left: 78px;
}
.comment .children {
margin:0 0 0 20px;
}
}
@media only screen and (min-width: 992px) {
.container {
max-width: 970px;
}
.left-sidebar .main{
padding-left: 5%;
}
.right-sidebar .main{
padding-right: 5%;
} .footer-v2 #footer-bottom .container, .footer-v3 #footer-bottom .container {
display: table;
table-layout: fixed;
width: 100%;
}
.footer-v2 #footer-bottom .container .col-6, .footer-v3 #footer-bottom .container .col-6 {
display: table-cell;
vertical-align: middle;
height: 100%;
float: none;
} .product .images {
float: left;
width: 500px;
margin-right: 30px;
}
.summary {
margin-top: 0px;
}
.product .entry-summary {
margin-left: 530px;
}
form.cart {
margin-bottom: 40px;
margin-top: 40px;
}
.woocommerce-tabs > .tabs {
float: left;
width: 20%;
}
.single-product .woocommerce-tabs .tabs li {
clear:both;
float: none;
padding:0;
}
.woocommerce-tabs .panel {
float: right;
width: 80%;
}
.single-product .woocommerce-tabs .tabs li.active a:after {
right: -6px;
top: 50%;
left:auto;
margin: -4px 0 0 0;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.woocommerce .comment .comment-image {
float: left;
width: 20%;
}
.woocommerce .comment .comment-text {
float: right;
width: 80%;
text-align:left;
}
.cart_totals .wc-proceed-to-checkout {
text-align: right;
}
}
@media only screen and (min-width: 1080px) { .w-parallax .bg-image{
height: 200%;
-ms-transform: translateY(-50%);
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
.title-wrapper.w-parallax .bg-image {
height: 150%;
-ms-transform: translateY(0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} .left-nav #side-nav, 
.right-nav #side-nav {
-ms-transform: translateX(0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.left-nav #content, 
.left-nav #footer {
padding-left: 260px;
} #footer.w-sticky {
position: fixed;
z-index: 0;
bottom: 0;
left: 0;
right: 0;
}
}
@media only screen and (min-width: 1200px) {
.container {
max-width: 1100px;
}
}
@media only screen and (min-width: 1400px) {
.container {
max-width: 1200px;
}
}
@media only screen and (min-width: 1921px){
.w-section.w-full .container {
max-width: 1920px;
}
}
@media only screen and (max-width: 991px) {
.sm-hide{
display: none;
} #footer-widget, #footer-bottom, #footer-bottom #footer-nav, #footer-bottom #footer-text {
text-align: center;
}
.footer-v2 #footer-logo {
float: none;
margin-right: 0;
} .post-nav .post-link {
display: none;
}
.prev-post > a {
width: 50px;
}
.next-post > a {
width: 50px;
text-align: right;
} .portfolio-gallery .post-gallery li,
.portfolio-gallery .post-gallery li:first-child, 
.portfolio-gallery .post-gallery li:nth-child(2) {
width:100%;
clear:both;
float:none;
}
.portfolio-slider .owl-item > div, 
.portfolio-slider .owl-item a{
height: 400px;
width: 400px;
}
.portfolio-grid .w-grid li.w-featured .cover-image,
.portfolio-gallery .cover-image{
height: 400px;
} .widget .w-posts .thumb {
display: none;
}
.widget .w-posts > li > p {
margin-left: 0;
}
.related-posts li{
float: left;
width: 33.3333%;
} .cart-collaterals.row .buttons,
.coupon,
.cart_totals h2,
.cart-collaterals.row .wc-proceed-to-checkout {
text-align: center;
}
.coupon .input-text {
width:100%;
}
.shop_table_responsive thead {
display:none;
}
.my_account_orders td {
padding: 4px 8px;
}
.shop_table_responsive tr,
.shop_table_responsive tr td {
display:block;
}
.shop_table_responsive tr:nth-child(even) td {
background-color:rgba(0, 0, 0, 0.03);
}
.shop_table.my_account_orders td.order-actions {
text-align:left;
}
}
@media only screen and (max-width: 767px) {
.xs-hide{
display: none;
}
.title-wrapper:not(.w-size-none) .title {
font-size: 28px;
}
.title-wrapper:not(.w-size-none) .subtitle {
font-size: 16px;
}
.pp_pic_holder {
width: 100%!important;        
left: 0!important;
overflow: hidden;
}
.pp_content {
width: 100%!important;
height: auto!important;
}   
.pp_fade,
.pp_hoverContainer {
width: 100%!important;
height: 100%!important;
}
.pp_hoverContainer > a {
opacity: 1;
}
.pp_hoverContainer > a.pp_previous:before{
left: 0;
}
.pp_hoverContainer > a.pp_next:before{
right: 0;
}
.pp_expand{
display: none!important;
}
#pp_full_res img {
width: 100%!important;
height: auto!important;
}
.pp_details {
width: 100%!important;
padding-left: 3%;
padding-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
margin-top: -2px!important;
}
.related-posts li{
float: left;
width: 50%;
}
.portfolio-slider .owl-item > div, 
.portfolio-slider .owl-item a{
height: 300px;
width: 300px;
}
.portfolio-grid .w-grid li.w-featured .cover-image,
.portfolio-gallery .cover-image{
height: 300px;
} .shop_table .product-thumbnail {
clear: both;
float: none;
width: auto;
margin-right: 0;
}
.shop_table .product-info {
margin: 0;
}
.shop_table.cart .product-price {
display: none;
}
.shop_table .quantity input {
width: 50px;
}
}
@media only screen and (max-width: 599px) {
#live-search-form{
margin: 0;
} .post-detail .meta-date:after,
.post-detail .meta-author,
.post-detail .meta-category,
.post-detail .meta-comment {
display: none;
} .portfolio-slider .owl-item > div, 
.portfolio-slider .owl-item a{
height: 200px;
width: 200px;
}
.portfolio-grid .w-grid li.w-featured .cover-image,
.portfolio-gallery .cover-image{
height: 200px;
}
#toplink-button {
bottom: 5px;
right: 5px;
}
.related-posts li{
float: none;
width: 100%;
}
.pp_inline iframe#imgur-embed-iframe-pub-k2cVIdr{
width: 100%!important;
} .shop_table.cart {
padding:10px;
}
.shop_table.cart .product-quantity {
display:none;
}
.shop_table .actions > .button,
.wc-proceed-to-checkout .button,
.coupon .button,
.cart-collaterals.row .button {
width: 100%;
float: none;
clear:both;
text-align:center;
}
} @media only screen and (max-width: 782px) {
.admin-bar #side-nav {
top: 46px;
}
}
@media only screen and ( max-width: 600px ) {
#wpadminbar {
position: fixed;
}
#wpadminbar .ab-top-menu  > #wp-admin-bar-my-account > .ab-sub-wrapper {
right: 0;
left: auto;
}
}@font-face {
font-family: 'flora';
src:url(//www.yustol.com/wp-content/themes/flora/fonts/flora/flora.eot?n4ripc);
src:url(//www.yustol.com/wp-content/themes/flora/fonts/flora/flora.eot?#iefixn4ripc) format('embedded-opentype'),
url(//www.yustol.com/wp-content/themes/flora/fonts/flora/flora.woff?n4ripc) format('woff'),
url(//www.yustol.com/wp-content/themes/flora/fonts/flora/flora.ttf?n4ripc) format('truetype'),
url(//www.yustol.com/wp-content/themes/flora/fonts/flora/flora.svg?n4ripc#flora) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="flora-icon-"], [class*=" flora-icon-"] {
font-family: 'flora';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.flora-icon-plus:before { content: '\2b'; } .flora-icon-minus:before { content: '\2d'; } .flora-icon-yahoo:before { content: '\59'; } .flora-icon-play:before { content: '\25b6'; } .flora-icon-heart-empty:before { content: '\2661'; } .flora-icon-heart:before { content: '\2665'; } .flora-icon-gear:before { content: '\2699'; } .flora-icon-cancel:before { content: '\2715'; } .flora-icon-videocam:before { content: '\e005'; } .flora-icon-down-small:before { content: '\e009'; } .flora-icon-left-small:before { content: '\e00e'; } .flora-icon-right-small:before { content: '\e01b'; } .flora-icon-up-small:before { content: '\e021'; } .flora-icon-music:before { content: '\e022'; } .flora-icon-calendar:before { content: '\e036'; } .flora-icon-headphones:before { content: '\e07d'; } .flora-icon-link:before { content: '\e091'; } .flora-icon-mail:before { content: '\e09a'; } .flora-icon-flickr:before { content: '\e0d9'; } .flora-icon-th:before { content: '\e100'; } .flora-icon-ok:before { content: '\e104'; } .flora-icon-ok-circled2:before { content: '\e702'; } .flora-icon-comment:before { content: '\e718'; } .flora-icon-cart:before { content: '\e73d'; } .flora-icon-down:before { content: '\e760'; } .flora-icon-left:before { content: '\e761'; } .flora-icon-right:before { content: '\e762'; } .flora-icon-up:before { content: '\e763'; } .flora-icon-double-left:before { content: '\e764'; } .flora-icon-double-right:before { content: '\e765'; } .flora-icon-params:before { content: '\e800'; } .flora-icon-spinner:before { content: '\e801'; } .flora-icon-search:before { content: '\e802'; } .flora-icon-bookmark:before { content: '\e803'; } .flora-icon-global:before { content: '\e804'; } .flora-icon-resize-full:before { content: '\e805'; } .flora-icon-resize-small:before { content: '\e806'; } .flora-icon-quote:before { content: '\e807'; } .flora-icon-pencil:before { content: '\e808'; } .flora-icon-deviantart:before { content: '\e809'; } .flora-icon-menu:before { content: '\e80a'; } .flora-icon-tumblr:before { content: '\e80b'; } .flora-icon-phone:before { content: '\e80c'; } .flora-icon-map-marker:before { content: '\e80d'; } .flora-icon-right-2:before { content: '\e80e'; } .flora-icon-link-ext:before { content: '\e80f'; } .flora-icon-star-empty:before { content: '\e810'; } .flora-icon-star:before { content: '\e811'; } .flora-icon-attention:before { content: '\e812'; } .flora-icon-newspaper:before { content: '\e813'; } .flora-icon-info-1:before { content: '\e814'; } .flora-icon-folder:before { content: '\e815'; } .flora-icon-camera:before { content: '\e816'; } .flora-icon-triangle-10:before { content: '\e817'; } .flora-icon-triangle-9:before { content: '\e818'; } .flora-icon-moustache-1:before { content: '\e81e'; } .flora-icon-arrow-5:before { content: '\e81f'; } .flora-icon-bear:before { content: '\e820'; } .flora-icon-moustache-2:before { content: '\e821'; } .flora-icon-rectangle:before { content: '\e822'; } .flora-icon-birds:before { content: '\e823'; } .flora-icon-triangle-5:before { content: '\e824'; } .flora-icon-tree:before { content: '\e825'; } .flora-icon-triangle-1:before { content: '\e826'; } .flora-icon-leaf-1:before { content: '\e827'; } .flora-icon-deer-1:before { content: '\e828'; } .flora-icon-triangle-2:before { content: '\e829'; } .flora-icon-triangle-3:before { content: '\e82a'; } .flora-icon-deer-2:before { content: '\e82b'; } .flora-icon-glasses:before { content: '\e82c'; } .flora-icon-triangle-4:before { content: '\e82d'; } .flora-icon-leaf-3:before { content: '\e82e'; } .flora-icon-triangle-6:before { content: '\e82f'; } .flora-icon-leaf-2:before { content: '\e830'; } .flora-icon-triangle-7:before { content: '\e831'; } .flora-icon-line:before { content: '\e832'; } .flora-icon-triangle-8:before { content: '\e833'; } .flora-icon-mountain-1:before { content: '\e834'; } .flora-icon-wave:before { content: '\e835'; } .flora-icon-mountain-2:before { content: '\e836'; } .flora-icon-wolf:before { content: '\e837'; } .flora-icon-zigzag-1:before { content: '\e838'; } .flora-icon-zigzag-2:before { content: '\e839'; } .flora-icon-arrow-1:before { content: '\e83a'; } .flora-icon-arrow-2:before { content: '\e83b'; } .flora-icon-arrow-3:before { content: '\e83c'; } .flora-icon-arrow-4:before { content: '\e83d'; } .flora-icon-twitter:before { content: '\f099'; } .flora-icon-facebook:before { content: '\f09a'; } .flora-icon-github:before { content: '\f09b'; } .flora-icon-rss:before { content: '\f09e'; } .flora-icon-google-plus:before { content: '\f0d5'; } .flora-icon-linkedin:before { content: '\f0e1'; } .flora-icon-comment-empty:before { content: '\f0e5'; } .flora-icon-youtube:before { content: '\f167'; } .flora-icon-dropbox:before { content: '\f16b'; } .flora-icon-instagram:before { content: '\f16d'; } .flora-icon-down-1:before { content: '\f175'; } .flora-icon-up-1:before { content: '\f176'; } .flora-icon-left-1:before { content: '\f177'; } .flora-icon-right-1:before { content: '\f178'; } .flora-icon-dribbble:before { content: '\f17d'; } .flora-icon-skype:before { content: '\f17e'; } .flora-icon-vk:before { content: '\f189'; } .flora-icon-reddit:before { content: '\f1a1'; } .flora-icon-digg:before { content: '\f1a6'; } .flora-icon-behance:before { content: '\f1b4'; } .flora-icon-soundcloud:before { content: '\f1be'; } .flora-icon-share:before { content: '\f1e0'; } .flora-icon-vimeo:before { content: '\f306'; } .flora-icon-pinterest:before { content: '\f312'; }  @font-face {
font-family: 'etline';
src:url(//www.yustol.com/wp-content/themes/flora/fonts/etline/etline.eot?-kon7i5);
src:url(//www.yustol.com/wp-content/themes/flora/fonts/etline/etline.eot?#iefix-kon7i5) format('embedded-opentype'),
url(//www.yustol.com/wp-content/themes/flora/fonts/etline/etline.woff?-kon7i5) format('woff'),
url(//www.yustol.com/wp-content/themes/flora/fonts/etline/etline.ttf?-kon7i5) format('truetype'),
url(//www.yustol.com/wp-content/themes/flora/fonts/etline/etline.svg?-kon7i5#etline) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="etline-"], [class*=" etline-"] {
font-family: 'etline';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.etline-mobile:before {
content: "\e000";
}
.etline-laptop:before {
content: "\e001";
}
.etline-desktop:before {
content: "\e002";
}
.etline-tablet:before {
content: "\e003";
}
.etline-phone:before {
content: "\e004";
}
.etline-document:before {
content: "\e005";
}
.etline-documents:before {
content: "\e006";
}
.etline-search:before {
content: "\e007";
}
.etline-clipboard:before {
content: "\e008";
}
.etline-newspaper:before {
content: "\e009";
}
.etline-notebook:before {
content: "\e00a";
}
.etline-book-open:before {
content: "\e00b";
}
.etline-browser:before {
content: "\e00c";
}
.etline-calendar:before {
content: "\e00d";
}
.etline-presentation:before {
content: "\e00e";
}
.etline-picture:before {
content: "\e00f";
}
.etline-pictures:before {
content: "\e010";
}
.etline-video:before {
content: "\e011";
}
.etline-camera:before {
content: "\e012";
}
.etline-printer:before {
content: "\e013";
}
.etline-toolbox:before {
content: "\e014";
}
.etline-briefcase:before {
content: "\e015";
}
.etline-wallet:before {
content: "\e016";
}
.etline-gift:before {
content: "\e017";
}
.etline-bargraph:before {
content: "\e018";
}
.etline-grid:before {
content: "\e019";
}
.etline-expand:before {
content: "\e01a";
}
.etline-focus:before {
content: "\e01b";
}
.etline-edit:before {
content: "\e01c";
}
.etline-adjustments:before {
content: "\e01d";
}
.etline-ribbon:before {
content: "\e01e";
}
.etline-hourglass:before {
content: "\e01f";
}
.etline-lock:before {
content: "\e020";
}
.etline-megaphone:before {
content: "\e021";
}
.etline-shield:before {
content: "\e022";
}
.etline-trophy:before {
content: "\e023";
}
.etline-flag:before {
content: "\e024";
}
.etline-map:before {
content: "\e025";
}
.etline-puzzle:before {
content: "\e026";
}
.etline-basket:before {
content: "\e027";
}
.etline-envelope:before {
content: "\e028";
}
.etline-streetsign:before {
content: "\e029";
}
.etline-telescope:before {
content: "\e02a";
}
.etline-gears:before {
content: "\e02b";
}
.etline-key:before {
content: "\e02c";
}
.etline-paperclip:before {
content: "\e02d";
}
.etline-attachment:before {
content: "\e02e";
}
.etline-pricetags:before {
content: "\e02f";
}
.etline-lightbulb:before {
content: "\e030";
}
.etline-layers:before {
content: "\e031";
}
.etline-pencil:before {
content: "\e032";
}
.etline-tools:before {
content: "\e033";
}
.etline-tools-2:before {
content: "\e034";
}
.etline-scissors:before {
content: "\e035";
}
.etline-paintbrush:before {
content: "\e036";
}
.etline-magnifying-glass:before {
content: "\e037";
}
.etline-circle-compass:before {
content: "\e038";
}
.etline-linegraph:before {
content: "\e039";
}
.etline-mic:before {
content: "\e03a";
}
.etline-strategy:before {
content: "\e03b";
}
.etline-beaker:before {
content: "\e03c";
}
.etline-caution:before {
content: "\e03d";
}
.etline-recycle:before {
content: "\e03e";
}
.etline-anchor:before {
content: "\e03f";
}
.etline-profile-male:before {
content: "\e040";
}
.etline-profile-female:before {
content: "\e041";
}
.etline-bike:before {
content: "\e042";
}
.etline-wine:before {
content: "\e043";
}
.etline-hotairballoon:before {
content: "\e044";
}
.etline-globe:before {
content: "\e045";
}
.etline-genius:before {
content: "\e046";
}
.etline-map-pin:before {
content: "\e047";
}
.etline-dial:before {
content: "\e048";
}
.etline-chat:before {
content: "\e049";
}
.etline-heart:before {
content: "\e04a";
}
.etline-cloud:before {
content: "\e04b";
}
.etline-upload:before {
content: "\e04c";
}
.etline-download:before {
content: "\e04d";
}
.etline-target:before {
content: "\e04e";
}
.etline-hazardous:before {
content: "\e04f";
}
.etline-piechart:before {
content: "\e050";
}
.etline-speedometer:before {
content: "\e051";
}
.etline-global:before {
content: "\e052";
}
.etline-compass:before {
content: "\e053";
}
.etline-lifesaver:before {
content: "\e054";
}
.etline-clock:before {
content: "\e055";
}
.etline-aperture:before {
content: "\e056";
}
.etline-quote:before {
content: "\e057";
}
.etline-scope:before {
content: "\e058";
}
.etline-alarmclock:before {
content: "\e059";
}
.etline-refresh:before {
content: "\e05a";
}
.etline-happy:before {
content: "\e05b";
}
.etline-sad:before {
content: "\e05c";
}
.etline-facebook:before {
content: "\e05d";
}
.etline-twitter:before {
content: "\e05e";
}
.etline-googleplus:before {
content: "\e05f";
}
.etline-rss:before {
content: "\e060";
}
.etline-tumblr:before {
content: "\e061";
}
.etline-linkedin:before {
content: "\e062";
}
.etline-dribbble:before {
content: "\e063";
}   @font-face {
font-family: 'FontAwesome';
src: url(//www.yustol.com/wp-content/themes/flora/fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0);
src: url(//www.yustol.com/wp-content/themes/flora/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'), url(//www.yustol.com/wp-content/themes/flora/fonts/fontawesome/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(//www.yustol.com/wp-content/themes/flora/fonts/fontawesome/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(//www.yustol.com/wp-content/themes/flora/fonts/fontawesome/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url(//www.yustol.com/wp-content/themes/flora/fonts/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 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 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #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:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
} @font-face {
font-family: 'linecons';
src:url(//www.yustol.com/wp-content/themes/flora/fonts/linecons/linecons.eot?izar0b);
src:url(//www.yustol.com/wp-content/themes/flora/fonts/linecons/linecons.eot?#iefixizar0b) format('embedded-opentype'),
url(//www.yustol.com/wp-content/themes/flora/fonts/linecons/linecons.woff?izar0b) format('woff'),
url(//www.yustol.com/wp-content/themes/flora/fonts/linecons/linecons.ttf?izar0b) format('truetype'),
url(//www.yustol.com/wp-content/themes/flora/fonts/linecons/linecons.svg?izar0b#linecons) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="linecons-"], [class*=" linecons-"] {
font-family: 'linecons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.linecons-heart:before {
content: "\e600";
}
.linecons-cloud:before {
content: "\e601";
}
.linecons-star:before {
content: "\e602";
}
.linecons-tv:before {
content: "\e603";
}
.linecons-sound:before {
content: "\e604";
}
.linecons-video:before {
content: "\e605";
}
.linecons-trash:before {
content: "\e606";
}
.linecons-user:before {
content: "\e607";
}
.linecons-key:before {
content: "\e608";
}
.linecons-search:before {
content: "\e609";
}
.linecons-settings:before {
content: "\e60a";
}
.linecons-camera:before {
content: "\e60b";
}
.linecons-tag:before {
content: "\e60c";
}
.linecons-lock:before {
content: "\e60d";
}
.linecons-bulb:before {
content: "\e60e";
}
.linecons-pen:before {
content: "\e60f";
}
.linecons-diamond:before {
content: "\e610";
}
.linecons-display:before {
content: "\e611";
}
.linecons-location:before {
content: "\e612";
}
.linecons-eye:before {
content: "\e613";
}
.linecons-bubble:before {
content: "\e614";
}
.linecons-stack:before {
content: "\e615";
}
.linecons-cup:before {
content: "\e616";
}
.linecons-phone:before {
content: "\e617";
}
.linecons-news:before {
content: "\e618";
}
.linecons-mail:before {
content: "\e619";
}
.linecons-like:before {
content: "\e61a";
}
.linecons-photo:before {
content: "\e61b";
}
.linecons-note:before {
content: "\e61c";
}
.linecons-clock:before {
content: "\e61d";
}
.linecons-paperplane:before {
content: "\e61e";
}
.linecons-params:before {
content: "\e61f";
}
.linecons-banknote:before {
content: "\e620";
}
.linecons-data:before {
content: "\e621";
}
.linecons-music:before {
content: "\e622";
}
.linecons-megaphone:before {
content: "\e623";
}
.linecons-study:before {
content: "\e624";
}
.linecons-lab:before {
content: "\e625";
}
.linecons-food:before {
content: "\e626";
}
.linecons-t-shirt:before {
content: "\e627";
}
.linecons-fire:before {
content: "\e628";
}
.linecons-clip:before {
content: "\e629";
}
.linecons-shop:before {
content: "\e62a";
}
.linecons-calendar:before {
content: "\e62b";
}
.linecons-wallet:before {
content: "\e62c";
}
.linecons-vynil:before {
content: "\e62d";
}
.linecons-truck:before {
content: "\e62e";
}
.linecons-world:before {
content: "\e62f";
} @font-face {
font-family: 'typicons';
font-weight: normal;
font-style: normal;
src: url(//www.yustol.com/wp-content/themes/flora/fonts/typicons/typicons.eot);
src: url(//www.yustol.com/wp-content/themes/flora/fonts/typicons/typicons.eot?#iefix) format('embedded-opentype'),
url(//www.yustol.com/wp-content/themes/flora/fonts/typicons/typicons.woff) format('woff'),
url(//www.yustol.com/wp-content/themes/flora/fonts/typicons/typicons.ttf) format('truetype'),
url(//www.yustol.com/wp-content/themes/flora/fonts/typicons/typicons.svg#typicons) format('svg');
} .typcn {
font-family: 'typicons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .typcn-adjust-brightness:before { 
content: '\e000'; } 
.typcn-adjust-contrast:before { 
content: '\e001'; } 
.typcn-anchor-outline:before { 
content: '\e002'; } 
.typcn-anchor:before { 
content: '\e003'; } 
.typcn-archive:before { 
content: '\e004'; } 
.typcn-arrow-back-outline:before { 
content: '\e005'; } 
.typcn-arrow-back:before { 
content: '\e006'; } 
.typcn-arrow-down-outline:before { 
content: '\e007'; } 
.typcn-arrow-down-thick:before { 
content: '\e008'; } 
.typcn-arrow-down:before { 
content: '\e009'; } 
.typcn-arrow-forward-outline:before { 
content: '\e00a'; } 
.typcn-arrow-forward:before { 
content: '\e00b'; } 
.typcn-arrow-left-outline:before { 
content: '\e00c'; } 
.typcn-arrow-left-thick:before { 
content: '\e00d'; } 
.typcn-arrow-left:before { 
content: '\e00e'; } 
.typcn-arrow-loop-outline:before { 
content: '\e00f'; } 
.typcn-arrow-loop:before { 
content: '\e010'; } 
.typcn-arrow-maximise-outline:before { 
content: '\e011'; } 
.typcn-arrow-maximise:before { 
content: '\e012'; } 
.typcn-arrow-minimise-outline:before { 
content: '\e013'; } 
.typcn-arrow-minimise:before { 
content: '\e014'; } 
.typcn-arrow-move-outline:before { 
content: '\e015'; } 
.typcn-arrow-move:before { 
content: '\e016'; } 
.typcn-arrow-repeat-outline:before { 
content: '\e017'; } 
.typcn-arrow-repeat:before { 
content: '\e018'; } 
.typcn-arrow-right-outline:before { 
content: '\e019'; } 
.typcn-arrow-right-thick:before { 
content: '\e01a'; } 
.typcn-arrow-right:before { 
content: '\e01b'; } 
.typcn-arrow-shuffle:before { 
content: '\e01c'; } 
.typcn-arrow-sorted-down:before { 
content: '\e01d'; } 
.typcn-arrow-sorted-up:before { 
content: '\e01e'; } 
.typcn-arrow-sync-outline:before { 
content: '\e01f'; } 
.typcn-arrow-sync:before { 
content: '\e020'; } 
.typcn-arrow-unsorted:before { 
content: '\e021'; } 
.typcn-arrow-up-outline:before { 
content: '\e022'; } 
.typcn-arrow-up-thick:before { 
content: '\e023'; } 
.typcn-arrow-up:before { 
content: '\e024'; } 
.typcn-at:before { 
content: '\e025'; } 
.typcn-attachment-outline:before { 
content: '\e026'; } 
.typcn-attachment:before { 
content: '\e027'; } 
.typcn-backspace-outline:before { 
content: '\e028'; } 
.typcn-backspace:before { 
content: '\e029'; } 
.typcn-battery-charge:before { 
content: '\e02a'; } 
.typcn-battery-full:before { 
content: '\e02b'; } 
.typcn-battery-high:before { 
content: '\e02c'; } 
.typcn-battery-low:before { 
content: '\e02d'; } 
.typcn-battery-mid:before { 
content: '\e02e'; } 
.typcn-beaker:before { 
content: '\e02f'; } 
.typcn-beer:before { 
content: '\e030'; } 
.typcn-bell:before { 
content: '\e031'; } 
.typcn-book:before { 
content: '\e032'; } 
.typcn-bookmark:before { 
content: '\e033'; } 
.typcn-briefcase:before { 
content: '\e034'; } 
.typcn-brush:before { 
content: '\e035'; } 
.typcn-business-card:before { 
content: '\e036'; } 
.typcn-calculator:before { 
content: '\e037'; } 
.typcn-calendar-outline:before { 
content: '\e038'; } 
.typcn-calendar:before { 
content: '\e039'; } 
.typcn-camera-outline:before { 
content: '\e03a'; } 
.typcn-camera:before { 
content: '\e03b'; } 
.typcn-cancel-outline:before { 
content: '\e03c'; } 
.typcn-cancel:before { 
content: '\e03d'; } 
.typcn-chart-area-outline:before { 
content: '\e03e'; } 
.typcn-chart-area:before { 
content: '\e03f'; } 
.typcn-chart-bar-outline:before { 
content: '\e040'; } 
.typcn-chart-bar:before { 
content: '\e041'; } 
.typcn-chart-line-outline:before { 
content: '\e042'; } 
.typcn-chart-line:before { 
content: '\e043'; } 
.typcn-chart-pie-outline:before { 
content: '\e044'; } 
.typcn-chart-pie:before { 
content: '\e045'; } 
.typcn-chevron-left-outline:before { 
content: '\e046'; } 
.typcn-chevron-left:before { 
content: '\e047'; } 
.typcn-chevron-right-outline:before { 
content: '\e048'; } 
.typcn-chevron-right:before { 
content: '\e049'; } 
.typcn-clipboard:before { 
content: '\e04a'; } 
.typcn-cloud-storage:before { 
content: '\e04b'; } 
.typcn-cloud-storage-outline:before { 
content: '\e054'; } 
.typcn-code-outline:before { 
content: '\e04c'; } 
.typcn-code:before { 
content: '\e04d'; } 
.typcn-coffee:before { 
content: '\e04e'; } 
.typcn-cog-outline:before { 
content: '\e04f'; } 
.typcn-cog:before { 
content: '\e050'; } 
.typcn-compass:before { 
content: '\e051'; } 
.typcn-contacts:before { 
content: '\e052'; } 
.typcn-credit-card:before { 
content: '\e053'; } 
.typcn-css3:before { 
content: '\e055'; } 
.typcn-database:before { 
content: '\e056'; } 
.typcn-delete-outline:before { 
content: '\e057'; } 
.typcn-delete:before { 
content: '\e058'; } 
.typcn-device-desktop:before { 
content: '\e059'; } 
.typcn-device-laptop:before { 
content: '\e05a'; } 
.typcn-device-phone:before { 
content: '\e05b'; } 
.typcn-device-tablet:before { 
content: '\e05c'; } 
.typcn-directions:before { 
content: '\e05d'; } 
.typcn-divide-outline:before { 
content: '\e05e'; } 
.typcn-divide:before { 
content: '\e05f'; } 
.typcn-document-add:before { 
content: '\e060'; } 
.typcn-document-delete:before { 
content: '\e061'; } 
.typcn-document-text:before { 
content: '\e062'; } 
.typcn-document:before { 
content: '\e063'; } 
.typcn-download-outline:before { 
content: '\e064'; } 
.typcn-download:before { 
content: '\e065'; } 
.typcn-dropbox:before { 
content: '\e066'; } 
.typcn-edit:before { 
content: '\e067'; } 
.typcn-eject-outline:before { 
content: '\e068'; } 
.typcn-eject:before { 
content: '\e069'; } 
.typcn-equals-outline:before { 
content: '\e06a'; } 
.typcn-equals:before { 
content: '\e06b'; } 
.typcn-export-outline:before { 
content: '\e06c'; } 
.typcn-export:before { 
content: '\e06d'; } 
.typcn-eye-outline:before { 
content: '\e06e'; } 
.typcn-eye:before { 
content: '\e06f'; } 
.typcn-feather:before { 
content: '\e070'; } 
.typcn-film:before { 
content: '\e071'; } 
.typcn-filter:before { 
content: '\e072'; } 
.typcn-flag-outline:before { 
content: '\e073'; } 
.typcn-flag:before { 
content: '\e074'; } 
.typcn-flash-outline:before { 
content: '\e075'; } 
.typcn-flash:before { 
content: '\e076'; } 
.typcn-flow-children:before { 
content: '\e077'; } 
.typcn-flow-merge:before { 
content: '\e078'; } 
.typcn-flow-parallel:before { 
content: '\e079'; } 
.typcn-flow-switch:before { 
content: '\e07a'; } 
.typcn-folder-add:before { 
content: '\e07b'; } 
.typcn-folder-delete:before { 
content: '\e07c'; } 
.typcn-folder-open:before { 
content: '\e07d'; } 
.typcn-folder:before { 
content: '\e07e'; } 
.typcn-gift:before { 
content: '\e07f'; } 
.typcn-globe-outline:before { 
content: '\e080'; } 
.typcn-globe:before { 
content: '\e081'; } 
.typcn-group-outline:before { 
content: '\e082'; } 
.typcn-group:before { 
content: '\e083'; } 
.typcn-headphones:before { 
content: '\e084'; } 
.typcn-heart-full-outline:before { 
content: '\e085'; } 
.typcn-heart-half-outline:before { 
content: '\e086'; } 
.typcn-heart-outline:before { 
content: '\e087'; } 
.typcn-heart:before { 
content: '\e088'; } 
.typcn-home-outline:before { 
content: '\e089'; } 
.typcn-home:before { 
content: '\e08a'; } 
.typcn-html5:before { 
content: '\e08b'; } 
.typcn-image-outline:before { 
content: '\e08c'; } 
.typcn-image:before { 
content: '\e08d'; } 
.typcn-infinity-outline:before { 
content: '\e08e'; } 
.typcn-infinity:before { 
content: '\e08f'; } 
.typcn-info-large-outline:before { 
content: '\e090'; } 
.typcn-info-large:before { 
content: '\e091'; } 
.typcn-info-outline:before { 
content: '\e092'; } 
.typcn-info:before { 
content: '\e093'; } 
.typcn-input-checked-outline:before { 
content: '\e094'; } 
.typcn-input-checked:before { 
content: '\e095'; } 
.typcn-key-outline:before { 
content: '\e096'; } 
.typcn-key:before { 
content: '\e097'; } 
.typcn-keyboard:before { 
content: '\e098'; } 
.typcn-leaf:before { 
content: '\e099'; } 
.typcn-lightbulb:before { 
content: '\e09a'; } 
.typcn-link-outline:before { 
content: '\e09b'; } 
.typcn-link:before { 
content: '\e09c'; } 
.typcn-location-arrow-outline:before { 
content: '\e09d'; } 
.typcn-location-arrow:before { 
content: '\e09e'; } 
.typcn-location-outline:before { 
content: '\e09f'; } 
.typcn-location:before { 
content: '\e0a0'; } 
.typcn-lock-closed-outline:before { 
content: '\e0a1'; } 
.typcn-lock-closed:before { 
content: '\e0a2'; } 
.typcn-lock-open-outline:before { 
content: '\e0a3'; } 
.typcn-lock-open:before { 
content: '\e0a4'; } 
.typcn-mail:before { 
content: '\e0a5'; } 
.typcn-map:before { 
content: '\e0a6'; } 
.typcn-media-eject-outline:before { 
content: '\e0a7'; } 
.typcn-media-eject:before { 
content: '\e0a8'; } 
.typcn-media-fast-forward-outline:before { 
content: '\e0a9'; } 
.typcn-media-fast-forward:before { 
content: '\e0aa'; } 
.typcn-media-pause-outline:before { 
content: '\e0ab'; } 
.typcn-media-pause:before { 
content: '\e0ac'; } 
.typcn-media-play-outline:before { 
content: '\e0ad'; } 
.typcn-media-play-reverse-outline:before { 
content: '\e0ae'; } 
.typcn-media-play-reverse:before { 
content: '\e0af'; } 
.typcn-media-play:before { 
content: '\e0b0'; } 
.typcn-media-record-outline:before { 
content: '\e0b1'; } 
.typcn-media-record:before { 
content: '\e0b2'; } 
.typcn-media-rewind-outline:before { 
content: '\e0b3'; } 
.typcn-media-rewind:before { 
content: '\e0b4'; } 
.typcn-media-stop-outline:before { 
content: '\e0b5'; } 
.typcn-media-stop:before { 
content: '\e0b6'; } 
.typcn-message-typing:before { 
content: '\e0b7'; } 
.typcn-message:before { 
content: '\e0b8'; } 
.typcn-messages:before { 
content: '\e0b9'; } 
.typcn-microphone-outline:before { 
content: '\e0ba'; } 
.typcn-microphone:before { 
content: '\e0bb'; } 
.typcn-minus-outline:before { 
content: '\e0bc'; } 
.typcn-minus:before { 
content: '\e0bd'; } 
.typcn-mortar-board:before { 
content: '\e0be'; } 
.typcn-news:before { 
content: '\e0bf'; } 
.typcn-notes-outline:before { 
content: '\e0c0'; } 
.typcn-notes:before { 
content: '\e0c1'; } 
.typcn-pen:before { 
content: '\e0c2'; } 
.typcn-pencil:before { 
content: '\e0c3'; } 
.typcn-phone-outline:before { 
content: '\e0c4'; } 
.typcn-phone:before { 
content: '\e0c5'; } 
.typcn-pi-outline:before { 
content: '\e0c6'; } 
.typcn-pi:before { 
content: '\e0c7'; } 
.typcn-pin-outline:before { 
content: '\e0c8'; } 
.typcn-pin:before { 
content: '\e0c9'; } 
.typcn-pipette:before { 
content: '\e0ca'; } 
.typcn-plane-outline:before { 
content: '\e0cb'; } 
.typcn-plane:before { 
content: '\e0cc'; } 
.typcn-plug:before { 
content: '\e0cd'; } 
.typcn-plus-outline:before { 
content: '\e0ce'; } 
.typcn-plus:before { 
content: '\e0cf'; } 
.typcn-point-of-interest-outline:before { 
content: '\e0d0'; } 
.typcn-point-of-interest:before { 
content: '\e0d1'; } 
.typcn-power-outline:before { 
content: '\e0d2'; } 
.typcn-power:before { 
content: '\e0d3'; } 
.typcn-printer:before { 
content: '\e0d4'; } 
.typcn-puzzle-outline:before { 
content: '\e0d5'; } 
.typcn-puzzle:before { 
content: '\e0d6'; } 
.typcn-radar-outline:before { 
content: '\e0d7'; } 
.typcn-radar:before { 
content: '\e0d8'; } 
.typcn-refresh-outline:before { 
content: '\e0d9'; } 
.typcn-refresh:before { 
content: '\e0da'; } 
.typcn-rss-outline:before { 
content: '\e0db'; } 
.typcn-rss:before { 
content: '\e0dc'; } 
.typcn-scissors-outline:before { 
content: '\e0dd'; } 
.typcn-scissors:before { 
content: '\e0de'; } 
.typcn-shopping-bag:before { 
content: '\e0df'; } 
.typcn-shopping-cart:before { 
content: '\e0e0'; } 
.typcn-social-at-circular:before { 
content: '\e0e1'; } 
.typcn-social-dribbble-circular:before { 
content: '\e0e2'; } 
.typcn-social-dribbble:before { 
content: '\e0e3'; } 
.typcn-social-facebook-circular:before { 
content: '\e0e4'; } 
.typcn-social-facebook:before { 
content: '\e0e5'; } 
.typcn-social-flickr-circular:before { 
content: '\e0e6'; } 
.typcn-social-flickr:before { 
content: '\e0e7'; } 
.typcn-social-github-circular:before { 
content: '\e0e8'; } 
.typcn-social-github:before { 
content: '\e0e9'; } 
.typcn-social-google-plus-circular:before { 
content: '\e0ea'; } 
.typcn-social-google-plus:before { 
content: '\e0eb'; } 
.typcn-social-instagram-circular:before { 
content: '\e0ec'; } 
.typcn-social-instagram:before { 
content: '\e0ed'; } 
.typcn-social-last-fm-circular:before { 
content: '\e0ee'; } 
.typcn-social-last-fm:before { 
content: '\e0ef'; } 
.typcn-social-linkedin-circular:before { 
content: '\e0f0'; } 
.typcn-social-linkedin:before { 
content: '\e0f1'; } 
.typcn-social-pinterest-circular:before { 
content: '\e0f2'; } 
.typcn-social-pinterest:before { 
content: '\e0f3'; } 
.typcn-social-skype-outline:before { 
content: '\e0f4'; } 
.typcn-social-skype:before { 
content: '\e0f5'; } 
.typcn-social-tumbler-circular:before { 
content: '\e0f6'; } 
.typcn-social-tumbler:before { 
content: '\e0f7'; } 
.typcn-social-twitter-circular:before { 
content: '\e0f8'; } 
.typcn-social-twitter:before { 
content: '\e0f9'; } 
.typcn-social-vimeo-circular:before { 
content: '\e0fa'; } 
.typcn-social-vimeo:before { 
content: '\e0fb'; } 
.typcn-social-youtube-circular:before { 
content: '\e0fc'; } 
.typcn-social-youtube:before { 
content: '\e0fd'; } 
.typcn-sort-alphabetically-outline:before { 
content: '\e0fe'; } 
.typcn-sort-alphabetically:before { 
content: '\e0ff'; } 
.typcn-sort-numerically-outline:before { 
content: '\e100'; } 
.typcn-sort-numerically:before { 
content: '\e101'; } 
.typcn-spanner-outline:before { 
content: '\e102'; } 
.typcn-spanner:before { 
content: '\e103'; } 
.typcn-spiral:before { 
content: '\e104'; } 
.typcn-star-full-outline:before { 
content: '\e105'; } 
.typcn-star-half-outline:before { 
content: '\e106'; } 
.typcn-star-half:before { 
content: '\e107'; } 
.typcn-star-outline:before { 
content: '\e108'; } 
.typcn-star:before { 
content: '\e109'; } 
.typcn-starburst-outline:before { 
content: '\e10a'; } 
.typcn-starburst:before { 
content: '\e10b'; } 
.typcn-stopwatch:before { 
content: '\e10c'; } 
.typcn-support:before { 
content: '\e10d'; } 
.typcn-tabs-outline:before { 
content: '\e10e'; } 
.typcn-tag:before { 
content: '\e10f'; } 
.typcn-tags:before { 
content: '\e110'; } 
.typcn-th-large-outline:before { 
content: '\e111'; } 
.typcn-th-large:before { 
content: '\e112'; } 
.typcn-th-list-outline:before { 
content: '\e113'; } 
.typcn-th-list:before { 
content: '\e114'; } 
.typcn-th-menu-outline:before { 
content: '\e115'; } 
.typcn-th-menu:before { 
content: '\e116'; } 
.typcn-th-small-outline:before { 
content: '\e117'; } 
.typcn-th-small:before { 
content: '\e118'; } 
.typcn-thermometer:before { 
content: '\e119'; } 
.typcn-thumbs-down:before { 
content: '\e11a'; } 
.typcn-thumbs-ok:before { 
content: '\e11b'; } 
.typcn-thumbs-up:before { 
content: '\e11c'; } 
.typcn-tick-outline:before { 
content: '\e11d'; } 
.typcn-tick:before { 
content: '\e11e'; } 
.typcn-ticket:before { 
content: '\e11f'; } 
.typcn-time:before { 
content: '\e120'; } 
.typcn-times-outline:before { 
content: '\e121'; } 
.typcn-times:before { 
content: '\e122'; } 
.typcn-trash:before { 
content: '\e123'; } 
.typcn-tree:before { 
content: '\e124'; } 
.typcn-upload-outline:before { 
content: '\e125'; } 
.typcn-upload:before { 
content: '\e126'; } 
.typcn-user-add-outline:before { 
content: '\e127'; } 
.typcn-user-add:before { 
content: '\e128'; } 
.typcn-user-delete-outline:before { 
content: '\e129'; } 
.typcn-user-delete:before { 
content: '\e12a'; } 
.typcn-user-outline:before { 
content: '\e12b'; } 
.typcn-user:before { 
content: '\e12c'; } 
.typcn-vendor-android:before { 
content: '\e12d'; } 
.typcn-vendor-apple:before { 
content: '\e12e'; } 
.typcn-vendor-microsoft:before { 
content: '\e12f'; } 
.typcn-video-outline:before { 
content: '\e130'; } 
.typcn-video:before { 
content: '\e131'; } 
.typcn-volume-down:before { 
content: '\e132'; } 
.typcn-volume-mute:before { 
content: '\e133'; } 
.typcn-volume-up:before { 
content: '\e134'; } 
.typcn-volume:before { 
content: '\e135'; } 
.typcn-warning-outline:before { 
content: '\e136'; } 
.typcn-warning:before { 
content: '\e137'; } 
.typcn-watch:before { 
content: '\e138'; } 
.typcn-waves-outline:before { 
content: '\e139'; } 
.typcn-waves:before { 
content: '\e13a'; } 
.typcn-weather-cloudy:before { 
content: '\e13b'; } 
.typcn-weather-downpour:before { 
content: '\e13c'; } 
.typcn-weather-night:before { 
content: '\e13d'; } 
.typcn-weather-partly-sunny:before { 
content: '\e13e'; } 
.typcn-weather-shower:before { 
content: '\e13f'; } 
.typcn-weather-snow:before { 
content: '\e140'; } 
.typcn-weather-stormy:before { 
content: '\e141'; } 
.typcn-weather-sunny:before { 
content: '\e142'; } 
.typcn-weather-windy-cloudy:before { 
content: '\e143'; } 
.typcn-weather-windy:before { 
content: '\e144'; } 
.typcn-wi-fi-outline:before { 
content: '\e145'; } 
.typcn-wi-fi:before { 
content: '\e146'; } 
.typcn-wine:before { 
content: '\e147'; } 
.typcn-world-outline:before { 
content: '\e148'; } 
.typcn-world:before { 
content: '\e149'; } 
.typcn-zoom-in-outline:before { 
content: '\e14a'; } 
.typcn-zoom-in:before { 
content: '\e14b'; } 
.typcn-zoom-out-outline:before { 
content: '\e14c'; } 
.typcn-zoom-out:before { 
content: '\e14d'; } 
.typcn-zoom-outline:before { 
content: '\e14e'; } 
.typcn-zoom:before { 
content: '\e14f'; }.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;
}
.animated-element {
-moz-animation-name: none!important;
-webkit-animation-name: none!important;
-ms-animation-name: none!important;
animation-name: none!important; 
} @-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.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%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-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 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);
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);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
} @-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
} @-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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);
}
}
.bounceIn {
opacity: 0;
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
} @-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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;
}
}
.bounceInDown {
opacity: 0;
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
} @-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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;
}
}
.bounceInLeft {
opacity: 0;
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
} @-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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;
}
}
.bounceInRight {
opacity: 0;
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
} @-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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);
}
}
.bounceInUp {
opacity: 0;
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
} @-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
.fadeIn {
opacity: 0;
-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);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
opacity: 0;
-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);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
opacity: 0;
-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);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
-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);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
-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);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
-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);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
} @-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-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);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
} @-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
opacity: 0;
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
} @-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
opacity: 0;
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}  @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
opacity: 0;
-webkit-animation-name: rollIn;
animation-name: rollIn;
}  @-webkit-keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
} @-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
} @-webkit-keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
} @-webkit-keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInUp {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
} @-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
opacity: 0;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}.w-section {
position: relative;
padding: 95px 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.w-section.w-full > .container {
max-width: none;
padding: 0;
}
.row {
position: relative;
margin-right: -15px;
margin-left: -15px;
}
.w-section .row .row {
margin-left: 0px;
margin-right: 0px;
}
.w-full > .container > .row {
margin-right: 0;
margin-left: 0;
}
.w-table {
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
}
.w-cell {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
padding:0;
}
.no-padding {
padding: 0;
}
.s-padding {
padding:20px 0;
}
.m-padding {
padding:40px 0;
}
.l-padding {
padding:60px 0;
}
.xl-padding {
padding:120px 0;
} .col {
position: relative;
display: block;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-inner{
position: relative;
height: 100%;
}
.col.no-padding {
padding-right: 0;
padding-left: 0;
padding-top: 0;
padding-bottom: 0;
}
.col.l-padding {
padding: 5%;
}
.five-cols {
width: 20%;
}
.col-12 {
width: 100%;
clear: both;
float: none;
}
.col-11 {
width: 91.6666%;
}
.col-10 {
width: 83.3333%;
}
.col-9 {
width: 75%;
}
.col-8 {
width: 66.6666%;
}
.col-7 {
width: 58.3333%;
}
.col-6 {
width: 50%;
}
.col-5 {
width: 41.6666%;
}
.col-4 {
width: 33.3333%;
}
.col-3 {
width: 25%;
}
.col-2 {
width: 16.6666%;
}
.col-1 {
width: 8.3333%;
}
.col-offset-12 {
margin-left: 100%;
}
.col-offset-11 {
margin-left: 91.6666%;
}
.col-offset-10 {
margin-left: 83.3333%;
}
.col-offset-9 {
margin-left: 75%;
}
.col-offset-8 {
margin-left: 66.6666%;
}
.col-offset-7 {
margin-left: 58.3333%;
}
.col-offset-6 {
margin-left: 50%;
}
.col-offset-5 {
margin-left: 41.6666%;
}
.col-offset-4 {
margin-left: 33.3333%;
}
.col-offset-3 {
margin-left: 25%;
}
.col-offset-2 {
margin-left: 16.6666%;
}
.col-offset-1 {
margin-left: 8.3333%;
}
.col-offset-0 {
margin-left: 0;
}
.w-full > .container > .row > .col-12:not(.s-padding):not(.l-padding) {
padding-left: 0;
padding-right: 0;
}
.overlap {
position: relative;
z-index: 999;
} .animated-element{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
} .dropcap {
position: relative;
display: inline-block;
float: left;
min-width: 50px;
height: 50px;
line-height: 50px;
font-size: 35px;
font-weight: 700;
text-align: center;
margin: 8px 10px 0 0;
padding: 0;
border: 1px solid transparent;
color: #fff;
background: #211F1E;
text-transform: uppercase;
border-radius: 100%;
}
.w-text-light .dropcap {
background: #fff;
color: #10a5a0;
} .highlight {
display: inline-block;
color: #10a5a0;
} .w-button {
display: inline-block;
vertical-align: top;
position: relative;
z-index: 1;
background: #10a5a0;
color: #fff;
font-size: 12px;
line-height: 12px;
min-width: 120px;
cursor: pointer;
padding: 8px 20px;
margin: 2px 4px 2px 0;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
font-weight: 700;
border: 3px solid #10a5a0;
outline: none;
overflow: hidden;
border-radius: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.w-button.round, 
.w-link-button.round, 
.w-ghost-button.round {
border-radius: 25px;
}
.w-button.large {
padding: 15px 40px;
font-size: 15px;
line-height: 15px;
}
.w-button:hover {
color: #fff;
padding-left: 10px;
padding-right: 30px;
}
.w-button.large:hover {
padding-left: 30px;
padding-right: 50px;
}
.w-button:after, .w-ghost-button:after {
position: absolute;
display: inline-block;
content: '\e762';
font-family: 'flora';
opacity: 0;
right: 15px;
color: inherit;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.w-button.large:after {
right: 30px;
}
.w-button:hover:after, .w-ghost-button:hover:after {
opacity: 1;
right: 10px;
}
.w-button.large:hover:after {
opacity: 1;
right: 15px;
}
.w-link-button, 
.w-ghost-button {
position: relative;
z-index: 1;
display: inline-block;
vertical-align: top;
border: 3px solid #10a5a0;
color: #10a5a0;
background: none;
font-size: 12px;
line-height: 12px;
min-width: 120px;
cursor: pointer;
padding: 8px 20px;
margin: 2px 4px 2px 0;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
outline: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.w-link-button.large, .w-ghost-button.large {
padding: 15px 20px;
font-size: 15px;
font-weight: 700;
line-height: 15px;
}
.w-link-button.none {
border: 0;
margin: 0;
padding: 0;
}
.w-link-button i {
margin-right: 5px;
}
.w-link-button span {
background: #10a5a0;
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
-ms-transform: scale(0,0);
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.w-link-button.round span {
border-radius: 25px;
top: -1px;
left: -1px;
bottom: -1px;
}
.w-link-button:not(.none):hover, .w-link-button:not(.none):active {
color: #fff;
}
.w-link-button:not(.none):hover span, .w-link-button:not(.none):active span {
opacity: 1;
-ms-transform: scale(1.01,1.01);
-webkit-transform: scaleX(1.01);
transform: scaleX(1.01);
}
.w-ghost-button:not(.none):hover {
padding-left: 10px;
padding-right: 30px;
}
.w-ghost-button.large:not(.none):hover {
padding-left: 30px;
padding-right: 50px;
} .w-text-block {
color: inherit;
}
.w-text-block ul li {
list-style: none;
margin-left:-20px;
}
.w-text-block ul li li {
margin-left:0px;
}
.w-text-block ul li:before {
font-family:flora;
content:"\e702";
font-size:inherit;
display:inline-block;
margin-right: 9px;
}
.w-text-block ul li li:before {
font-family: flora;
content: "\e762";
} .w-custom-heading p {
margin-bottom: 25px;
} .w-donut-chart {
position:relative;
overflow:hidden;
display:block;
margin:auto;
}
.w-donut-chart h4, 
.w-donut-chart span {
width: 100%;
position: absolute;
z-index: 10;
text-align: center;
display: inline-block;
left: 0;
}
.w-donut-chart h4 {
font-size: 16px;
margin-top: 50px;
top: 38%;
}
.w-donut-chart span {
font-size: 45px;
line-height: 45px;
top: 35%;
color: #333;
}
.w-donut-chart span i {
display:inline-block;
line-height:inherit;
}
.w-donut-chart span i.typcn,
.w-donut-chart i[class^="linecons-"] {
font-size:55px;
} 
.w-half-donut-chart {
text-align:center;
margin-bottom:30px;
}
.w-half-donut-chart span {
bottom: 0;
top: auto;
}
.w-half-donut-chart .w-donut-chart span i {
line-height:1.3;
}
.w-half-donut-chart h3 {
margin:15px 0 5px;
} .w-tabs {
text-align: center;
}
:not(.w-icon-tabs).w-tabs .w-tabs-nav {
width:100%;
}
.w-tabs .w-tabs-nav {
margin: 0;
padding: 0;
display: inline-block;
}
.w-tabs .w-tabs-nav li {
list-style: none;
padding: 0px 15px 15px;
padding: 10px 15px;
border-bottom: 1px solid #ccc;
}
.w-tabs.w-icon-tabs .w-tabs-nav li {
list-style: none;
float: left;
margin: 0px 15px 15px;
padding: 4px;
border: 1px solid #D7D7D7;
border-radius: 50%;
}
:not(.w-icon-tabs).w-tabs .w-tabs-nav li {
padding: 0;
}
.w-tabs .w-tabs-nav li.active {
border-bottom-width:3px;
border-style:solid;
border-color:#10a5a0;
}
.w-tabs .w-tabs-nav li a {
display: block;
color:#ccc;
}
:not(.w-icon-tabs).w-tabs .w-tabs-nav li a {
padding: 10px 15px;
}
.w-tabs.w-icon-tabs .w-tabs-nav li a {
border-radius: 50%;
width: 80px;
height: 80px;
line-height: 75px;
font-size: 40px;
color: #211f1e;
border: 1px solid #eee;
}
.w-tabs .w-tabs-nav li.active a {
color: #10a5a0;
border-color:#10a5a0;
}
.w-tabs.w-icon-tabs .w-tabs-nav li.active a,
.w-tour .w-tabs-nav li.active a {
background: #10a5a0;
color: #fff;
}
.w-tab-wrapper {
position: relative;
-webkit-transition: height 0.3s;
transition: height 0.3s;
}
.w-tab {
position: absolute;
z-index: 0;
top: 0;
width: 100%;
overflow: hidden;
opacity: 0;
-webkit-transition: opacity 0.3s; 
transition: opacity 0.3s; 
}
.w-tab.active {
position: relative;
z-index: 10;
opacity: 1;
}
.w-tabs-nav h4 {
text-align: center;
text-transform: uppercase;
font-size: 22px;
margin-bottom:0;
}
.w-tab > h4 {
margin-bottom:0;
font-size: 26px;
text-transform: uppercase;
text-align: center;
}
.w-tab > h4:before,
.w-tab > h4:after {
content: '';
display: inline-block;
vertical-align: middle;
height: 1px;
width: 10px;
margin: 0 10px;
line-height: 0;
border-top: 2px solid #211f1e;
}
.w-tab .w-tab-content {
width: 100%;
margin-top: 20px;
text-align: left;
}
.w-tabs.w-icon-tabs .w-tab-content:before {
font-family: 'flora';
font-size: 20px;
content: '\e826';
display:block;
margin: 0 auto 20px auto;
text-align:center;
color:#545454;
} .w-tour .w-tabs-nav {
margin:0;
}
.w-tour .w-tabs-nav li {
list-style:none;
clear:both;
float:none;
margin-bottom:2px;
}
.w-tour .w-tabs-nav li a {
display:block;
padding:10px;
text-overflow:ellipsis;
background:rgba(0,0,0,0.03);
}
.w-tour .w-tabs-nav h4 {
margin-bottom:0;
font-size:18px;
text-align:left;
} .w-counter-box {
border: 3px solid #211f1e;
text-align: center;
height:100px;
color:#211f1e;
max-width:330px;
margin:0 auto;
}
.w-counter-box.w-1 {
border:none;
text-align:left;
max-width: 250px;
line-height: 1.3;
}
.w-counter-box span {
display: block;
float: left;
width: 80px;
height: 94px;
line-height: 94px;
font-size: 40px;
border-right-width: 1px; 
border-style: inherit;
border-color: inherit;
}
.w-counter-box.w-1 span {
text-align: center;
width: auto;
line-height: 1.2;
font-size: 70px;
}
.w-counter-box .counter-value {
margin: 0 0 0 80px;
padding: 0 10px;
height: 60px;
line-height: 60px;
font-size: 50px;
font-weight: bold;
border-bottom-width: 1px; 
border-style: inherit;
border-color: inherit;
display:block;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
color:inherit;
}
.w-counter-box.w-1 .counter-value {
margin:0 0 0 auto;
}
.w-counter-box .counter-title {
margin: 0;
padding: 6px;
font-size: 14px;
text-transform: uppercase;
border-color: inherit;
border-style: inherit;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: inherit;
}
.w-counter-box.w-1 h4 {
padding:0 10px;
white-space: normal;
} .w-pricing-box {
border: 8px solid #211f1e;
border-color: #211f1e;
text-align: center;
color:#333;
}
.w-section.full .w-pricing-box {
margin: 20px;
}
.w-pricing-box .box-header {
position: relative;
text-align: left;
border-bottom-width: 4px;
border-style: inherit;
border-color: inherit;
color:inherit;
}
.w-pricing-box .box-header span {
display: block;
position: absolute;
width: 80px;
height: 100%;
text-align: center;
line-height: 80px;
font-size: 60px;
border-right-width: 4px;
border-style: inherit;
border-color: inherit;
}
.w-pricing-box .box-header span i {
display: inline-block;
vertical-align: middle;
position: absolute;
left: 0;
top: 50%;
width: 100%;
margin-top: -40px;
}
.w-pricing-box .box-header:not(.no-icon) .w-header {
float: left;
}
.w-pricing-box .box-header h3 {
margin: 0 0 0 80px;
padding: 20px 20px 0 20px;
line-height: 30px;
max-height: 80px;
overflow: hidden;
font-size: 24px;
font-weight: bold;
text-transform: uppercase;
text-align: left;
color:inherit;
}
.w-pricing-box .box-header h4 {
margin: 0 0 0 80px;
padding: 5px 20px 20px 20px;
font-size: 16px;
height: 40px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-transform: capitalize;
line-height: 16px;
}
.w-pricing-box .box-header.no-icon h3,
.w-pricing-box .box-header.no-icon h4 {
margin: 0;
}
.w-pricing-box .box-price {
padding: 40px 0;
color:inherit;
}
.w-pricing-box .box-price span {
color:#333;
}
.w-pricing-box .box-price h4 {
font-size: 50px;
line-height: 50px;
font-weight: bold;
margin-bottom: 0;
color: inherit;
}
.w-pricing-box .box-content {
border-top-width: 4px;
border-bottom-width: 4px;
border-style: inherit;
border-color: inherit;
color:#333;
}
.w-pricing-box .box-content ul {
margin: 0;
padding: 0;
}
.w-pricing-box .box-content ul li,
.w-pricing-box .box-content p {
list-style: none;
padding: 20px;
margin-bottom: 0;
}
.w-pricing-box .box-content ul li:nth-child(even),
.w-pricing-box .box-content p:nth-child(even) {
background: rgba(33, 31, 30, 0.04);
}
.w-pricing-box .box-button a.w-link-button {
display: block;
padding: 20px;
margin: 0;
width: 100%;
height: 100%;
border-width: 0;
font-size: 22px;
font-weight: bold;
text-transform: uppercase;
} .w-pricing-box.w-featured {
margin-top: -20px;
margin-bottom: -20px;
}
.w-pricing-box.w-featured .box-price {
padding: 60px;
}
.w-pricing-box.w-featured .box-price h4 {
font-size: 70px;
} .w-toggle {
border: 1px solid #211f1e;
border-top-width: 0;
}
.col > .w-toggle:first-child,
.col > :not(.w-toggle) + .w-toggle {
border-top-width:1px;
}
.w-toggle > h4 {
cursor: pointer;
padding: 5px 10px;
margin: 0;
text-transform: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.w-toggle.active > h4 {
background: #211f1e;
color: #fff;
}
.w-toggle > h4:after {
font-family: 'flora';
content: '\2b';
display: inline-block;
float: right;
}
.w-toggle.active > h4:after {
content: '\2d';
}
.w-toggle > div {
padding: 20px;
display: none;
overflow: hidden;
}
.w-toggle.active > div {
display: block;
}
.w-toggle > div > p {
margin-bottom: 0;
} .w-accordion {
border: 1px solid #211f1e;
}
.w-accordion .acd-header {
margin: 0;
padding: 0;
background: transparent;
border-top-width: 1px;
border-top-style: solid;
border-top-color: inherit;
-webkit-transition: background 0.3s;
transition: background 0.3s;
text-transform: none;
font-size: 18px;
cursor:pointer;
}
.w-accordion .w-accordion-tab {
border-color: inherit;
}
.w-accordion .w-accordion-tab:first-child .acd-header {
border-top: none;
}
.w-accordion .w-accordion-tab.active .acd-header {
background: #211f1e;
color: inherit; 
}
.w-accordion .acd-header span {
display: block;
padding: 5px 50px 5px 20px;
margin: 0;
border-top: none;
color: inherit;    
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.w-accordion .w-accordion-tab.active .acd-header {
color: #fff;
}
.w-accordion .acd-header i {
font-size: 22px;
float:left;
padding:0 15px;
}
.w-accordion .acd-header:after {
font-family: 'flora';
content: '\2b';
display: inline-block;
position: absolute;
right: 20px;
top: 50%;
height: 40px;
line-height: 40px;
margin-top: -20px;
}
.w-accordion .w-accordion-tab.active .acd-header:after {
content: '\2d';
}
.w-accordion .acd-content {
padding: 20px;
display: none;
overflow: hidden;
border-top-width: 1px;
border-top-style: solid;
border-top-color: inherit; 
}
.w-accordion .acd-content > p {
margin-bottom: 0;
} .w-progress-bar {
margin-bottom: 30px;
border-color: #211f1e;
color:#211f1e;
}
.w-progress-bar h4 {
margin: 0;
font-size: 14px;
font-weight: normal;
}
.w-progress-bar h4 strong {
float: right;
margin: 0 0 0 5px;
}
.w-progress-bar .w-bar-wrapper {
border-width: 2px;
border-style: solid;
border-color: inherit;
height: 10px;
overflow: hidden;
}
.w-progress-bar .w-bar {
border-top-width: 10px;
border-top-style: solid;
border-top-color: inherit;
position: relative;
display: block;
height: 100%;
background: #211f1e;
-ms-transform: translateX(-100%);
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
-webkit-transition: -webkit-transform 1.5s;
transition: transform 1.5s;
} .w-info-box {
position: relative;
text-align:center;
margin-bottom: 30px;
}
.w-info-box .w-header {
font-size: 22px;
margin-bottom: 5px;
}
.w-info-box .w-header h3 {
margin: 0;
font-size: 22px;
text-transform: none;
}
.w-info-box .w-icon {
display: inline-block;
}
.w-info-box .w-icon i {
display: inline-block;
padding: 0 1px;
} .w-info-box.w-medium .w-icon {
clear: both;
float: none;
font-size: 100px;
margin: 0 auto 20px;
line-height: 100px;
}
.w-info-box.w-medium .w-header h3 {
text-transform: uppercase;
} .w-info-box.w-large {
position: relative;
height: 270px;
overflow: hidden;
margin-bottom: 0;
color: #211F1E;
}
.w-info-box.w-large .w-header {
position: absolute;
z-index: 99;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform: translateZ(10px);
transform: translateZ(10px);
}
.w-info-box.w-large:hover .w-header {
z-index: -1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.w-info-box.w-large .w-icon {
float: none;
padding: 10px 0 0;
font-size: 120px;
line-height: 1.3;
opacity: 1;
-webkit-transition: all .35s ease;
transition: all .35s ease;
}
.divider-2-cols .w-info-box.w-large .w-icon {
font-size: 100px;
padding: 30px 0 0;
}
.w-info-box.w-large .w-icon .typcn {
font-size:150px;
line-height:0.97;
}
.w-info-box.w-large:hover .w-icon {
opacity:0;
-ms-transform: scale(2,2) translateY(8%);
-webkit-transform: scale(2,2) translate3d(0,8%,0);
transform: scale(2,2) translate3d(0,8%,0);
}
.w-info-box.w-large .w-header h3 {
padding: 0 0 0;
text-transform: uppercase;
-webkit-transition: all 0.35s ease;
transition: all .35s ease;
}
.w-info-box.w-large:hover .w-header h3 {
opacity: 0;
-ms-transform: translateY(40%);
-webkit-transform: translate3d(0, 40%, 0);
transform: translate3d(0, 40%, 0);
}
.w-info-box.w-large .w-content {
position: absolute;
top: 50%;
left: 0;
width: 100%;
opacity: 0;
-ms-transform: translateY(100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.w-info-box.w-large:hover .w-content {
opacity: 1;
-ms-transform: translateY(-50%);
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
.w-info-box.w-large .w-content p:after {
content: '\e827';
font-family: 'flora';
font-size: 32px;
line-height: 20px;
display: block;
bottom: -30px;
position: absolute;
left: 50%;
margin-left: -15px;
color:#333;
}
.w-info-box.w-large .w-content .w-link-button {
margin-top: 20px;
} .w-info-box.w-left {
text-align:left;
}
.w-info-box.w-left .w-icon {
float: left;
margin-right:10px;
}
.w-info-box.w-medium.w-left .w-icon {
padding:0 10px 0 0;
}
.w-info-box.w-left.w-circle .w-header h3,
.w-info-box.w-left.w-circle .w-content {
margin-left:60px;
}
.w-info-box.w-medium.w-left .w-header h3,
.w-info-box.w-medium.w-left .w-content {
margin-left:130px;
}
.w-info-box.w-medium.w-left.w-circle .w-header h3,
.w-info-box.w-medium.w-left.w-circle .w-content {
margin-left:150px;
}
.w-info-box.w-right.w-circle .w-header h3,
.w-info-box.w-right.w-circle .w-content {
margin-right:60px;
} .w-info-box.w-right {
text-align:right;
}
.w-info-box.w-right .w-icon {
float: right;
margin-left: 10px;
}
.w-info-box.w-medium.w-right .w-icon {
padding:0 0 0 10px;
}
.w-info-box.w-medium.w-right .w-header h3,
.w-info-box.w-medium.w-right .w-content {
margin-right:130px;
}
.w-info-box.w-medium.w-right.w-circle .w-header h3,
.w-info-box.w-medium.w-right.w-circle .w-content {
margin-right:150px;
} .w-info-box.w-circle .w-icon {
width: 50px;
height: 50px;
color: #fff;
background:#211F1E;
border-radius: 100%;
border: 2px solid #211F1E;
text-align: center;  
position:relative;  
-webkit-transition: background 0.2s;
transition: background 0.2s;
}
.w-info-box.w-small.w-circle .w-icon {
margin-bottom: 15px;
}
.w-info-box.w-circle:hover .w-icon {
background:none;
}
.w-info-box.w-circle:hover .w-icon {
color:#211F1E;
}
.w-info-box.w-left.w-circle .w-icon,
.w-info-box.w-right.w-circle .w-icon {
padding:0;
}
.w-info-box.w-medium.w-circle .w-icon {
width: 120px;
height: 120px;
font-size: 60px;
}
.w-info-box.w-circle .w-icon i{
line-height:45px;
}
.w-info-box.w-circle:hover .w-icon i {
color: #fff;
}
.w-info-box.w-medium.w-circle .w-icon i {
line-height: 110px;
}
.w-info-box.w-medium.w-circle .w-icon i[class^="fa fa-"] {
line-height: 120px;
}
.w-info-box.w-medium.w-circle .w-icon i[class^="etline-"] {
font-size: 50px;
}
.w-info-box.w-circle .w-border {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius:50%;
background:#211F1E;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
top: -2px;
left: -2px;
z-index: -1;
border:2px solid transparent;
-webkit-transition: -webkit-transform 0.2s;
transition: transform 0.2s;
}
.w-info-box.w-circle:hover .w-border {
-ms-transform: scale(0.85,0.85);
-webkit-transform: scale(0.85,0.85);
transform: scale(0.85,0.85);
} .divider-3-cols .row > div,
.row.divider-3-cols > div,
.divider-2-cols .row > div,
.row.divider-2-cols > div {
border-color: #ccc;
border-style: solid;
border-width: 0 1px 1px 0;
} .w-portfolio-grid {
text-align: center;
} .w-filter {
margin: 0 0 30px 0;
padding: 0;
text-align: center;
}
.w-filter li {
list-style: none;
display: inline-block;
margin: 10px 10px;
}
.w-filter li a {
color:#999;
display:inline-block;
vertical-align:middle;
}
.w-filter li.active a,
.w-filter li:hover a {
color:#211F1E;
}
.w-filter li a:before,
.w-filter li a:after {
content:'';
width:5px;
height:2px;
margin:0px 5px;
display:inline-block;
vertical-align:middle;
background:transparent;
transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
}
.w-filter li.active a:before,
.w-filter li.active a:after,
.w-filter li:hover a:before,
.w-filter li:hover a:after {
background:#211F1E;
} .w-item-wrapper {
padding: 0;
}
.w-view {
margin: 0;
padding: 0;
}
.w-view figure {
position: relative;
z-index: 1;
display: block;
overflow: hidden;
background: #211f1e;
text-align: center;
height: 100%;
}
.w-view div.cover-image {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-repeat:no-repeat;
background-position:center center;
-webkit-background-size: 100%;
background-size:cover;
}
.w-view figure img {
position: relative;
display: block;
height: 100%;
width: 100%;
}
.w-view figure figcaption {
padding: 30px;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.w-view figure figcaption:before,
.w-view figure figcaption:after {
pointer-events: none;
}
.w-view figure figcaption,
.w-view figure figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.touch .w-view figure figcaption{
top: 0;
left: 0;
right: 0;
bottom: 0;
background: none;
}
.touch .w-view figure > figcaption:before,
.touch .w-view figure > figcaption p,
.touch .w-view figure > figcaption p:after,
.touch .w-view figure > figcaption span {
display: none;
}
.touch .w-view figure > .cover-image{
opacity: 1;
}
.touch .w-view figure > figcaption > h3
{
position: absolute;
top: auto;
left: 0;
right: 0;
bottom: 0;
margin: 0;
padding: 10px;
max-height: none;
line-height: 1.5;
text-align: center;
color: #fff;
background: rgba(0,0,0,.5);
-ms-transform: translateY(0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} .w-item {
list-style: none;
float: left;
margin: 0;
padding: 0;
}
.w-grid-space .w-view {
margin-right: -16px;
}
.w-section.w-full .w-grid-space .w-view {
margin-left: 16px;
margin-right: 0;
}
.w-grid-space .w-item {
padding: 0 16px 16px 0;
} .w-layout-basic .w-view {
margin-right: -20px;
}
.w-section.w-full .w-layout-basic .w-view {
margin-left: 20px;
margin-right: 0;
}
.w-layout-basic .w-item {
padding: 0 20px 20px 0;
}
.w-layout-basic .w-view .w-item figcaption,
.w-layout-basic .w-view .w-item figcaption h3,
.w-layout-basic .w-view .w-item figcaption p {
position: relative;
opacity: 1;
color: inherit;
}
.w-layout-basic .w-item figure {
background: #fff;
border-radius: 4px;
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
-webkit-transition: box-shadow 0.3s;
transition: box-shadow 0.3s;
}
.w-layout-basic .w-item figure:hover {
box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.25);
z-index: 10;
}
.w-layout-basic .w-item .post-media {
position: relative;
height: 200px;
}
.w-layout-basic .w-item .post-media .w-gallery a {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.w-layout-basic .w-item.w-h2 .post-media {
height: 300px;
}
.w-layout-basic.grid-2-cols .w-item .post-media {
height: 380px;
}
.w-layout-basic.grid-2-cols .w-item.w-h2 .post-media {
height: 600px;
}
.w-layout-basic.grid-3-cols .w-item .post-media {
height: 300px;
}
.w-layout-basic.grid-3-cols .w-item.w-h2 .post-media {
height: 450px;
}
.w-section.w-full .w-layout-basic .w-item .post-media {
height: 300px;
}
.w-section.w-full .w-layout-basic .w-item.w-h2 .post-media {
height: 450px;
}
.w-section.w-full .w-layout-basic.grid-2-cols .w-item .post-media {
height: 420px;
}
.w-section.w-full .w-layout-basic.grid-2-cols .w-item.w-h2 .post-media {
height: 650px;
}
.w-section.w-full .w-layout-basic.grid-3-cols .w-item .post-media {
height: 350px;
}
.w-section.w-full .w-layout-basic.grid-3-cols .w-item.w-h2 .post-media {
height: 580px;
}
.w-layout-basic .w-item .cover-image a {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.w-layout-basic .w-item figcaption {
height: auto;
padding: 10px;
}
.w-layout-basic .w-item figcaption h3 {
font-size: 16px;
max-height: 100px;
}
.w-layout-basic .w-item figcaption h3 a {
color: inherit;
} .w-portfolio-grid.w-layout-flora .w-view {
margin-right: -10px;
}
.w-full .w-portfolio-grid.w-layout-flora .w-view {
margin-left: 10px;
margin-right: 0;
}
.w-layout-flora .w-item {
width: 25%;
height: 300px;
padding: 0 10px 10px 0;
}
.w-layout-flora .w-item.w-w2 {
width: 50%;
}
.w-layout-flora .w-item.w-h2 {
height: 600px;
} .w-view figure h3 {
color: #fff;
text-transform: capitalize;
font-weight: 800;
overflow: hidden;    
font-size:22px;
max-height: 130px;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.grid-4-cols .w-view figure h3 {
max-height: 65px;
}
.w-view figure p {
margin: 0;
overflow:hidden;
max-height: 38px;
letter-spacing: 1px;
font-size: 68.5%;
text-transform: capitalize;
}
.no-touch .w-view figure h3,
.no-touch .w-view figure p{
opacity: 0;   
}
.no-touch .w-view figure:hover h3,
.no-touch .w-view figure:hover p,
.touch .w-view figure h3,
.touch .w-view figure p {
opacity: 1;
}
.touch .w-view.w-effect-duke figure figcaption:before,
.touch .w-view.w-effect-jazz figure figcaption:before,
.touch .w-view.w-effect-split figure figcaption:before {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: #10a5a0;
opacity: 0.4;
}
.w-view figure figcaption > a {
z-index: 50;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}
.w-view figure figcaption > span {
position: absolute;
left: 0;
z-index: 200;
width: 100%;
opacity: 0;
padding: 0 30px;
text-align: left;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.w-view figure:hover figcaption > span {
opacity: 1;
}
.w-view figure figcaption > span > a {
display: inline-block;
width: 40px;
height: 40px;
font-size: 22px;
text-align: center;
line-height: 35px;
color: #fff;
border: 1px solid #fff;
}
.w-view figure figcaption > span > a:before {
font-family:'flora';
content:'\e802';
}
.w-view figure figcaption > span > a:hover {
background:  rgba(255, 255, 255, 0.2);
} .w-effect-flora-1 figure figcaption {
position: absolute;
left: 10px;
top: 10px;
right: 10px;
bottom: 10px;
width: auto;
height: auto;
text-align: left;
padding: 0 20px;    
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.no-touch .w-effect-flora-1 figure figcaption{
opacity: 0;
}
.w-effect-flora-1 figure figcaption:before {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
content: '';
background: #10a5a0;
opacity: 0.75;
}
.no-touch .w-effect-flora-1 figure:hover figcaption {
opacity: 1;
}
.w-effect-flora-1 figure h3, 
.w-effect-flora-1 figure p {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
padding: 0 20px;
margin: 15px 0;
-webkit-transition: opacity 0.35s ease, transform 0.35s ease;
transition: opacity 0.35s ease, transform 0.35s ease;
}
.w-portfolio-grid .w-effect-flora-1 figure h3 {
max-height: 100px;
}
.no-touch .w-effect-flora-1 figure:hover h3 {
-ms-transform: translateY(-110px);
-webkit-transform: translate3d(0, -110px, 0);
transform: translate3d(0, -110px, 0);
}
.touch .w-effect-flora-1 figure h3{
-ms-transform: translateY(-60px);
-webkit-transform: translate3d(0, -60px, 0);
transform: translate3d(0, -60px, 0);
}
.w-effect-flora-1 figure p {
white-space:nowrap;
text-overflow:ellipsis;
max-height:none;
margin-bottom:10px;
}
.no-touch .w-effect-flora-1 figure:hover p {
-ms-transform: translateY(-70px);
-webkit-transform: translate3d(0, -70px, 0);
transform: translate3d(0, -70px, 0);
}
.touch .w-effect-flora-1 figure p{
-ms-transform: translateY(-20px);
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
.w-effect-flora-1 figure p:after {
content: '';
display: block;
width: 40px;
height: 3px;
margin-top: 15px;
border: 1px solid #fff;
border-left: none;
border-right: none;
}
.w-effect-flora-1 figure figcaption > span {
padding: 0 20px;
margin: 20px 0;
bottom: 0;
-webkit-transition: opacity 0.35s ease-in 0.35s;
transition: opacity 0.35s ease-in 0.2s;
} .w-effect-flora-2 figure figcaption {    
position: absolute;
left: 10px;
top: 10px;
right: 10px;
bottom: 10px;
width: auto;
height: auto;
padding:0 20px;
text-align: left;   
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.w-effect-flora-2 figure figcaption{
opacity: 0;
background:  rgba(255,255,255, 0.8);
}
.no-touch .w-effect-flora-2 figure:hover figcaption,
.touch .w-effect-flora-2 figure figcaption {
opacity: 1;
}
.w-effect-flora-2 figure h3,
.w-effect-flora-2 figure p {
position: absolute;
bottom: 0;
right: 0;
padding: 0 20px;
text-align: right;
color:#333;
-ms-transform: translateY(50px);
-webkit-transform: translate3d(0, 50px, 0);
transform: translate3d(0, 50px, 0);
-webkit-transition: opacity 0.35s ease, transform 0.5s ease;
transition: opacity 0.35s ease, transform 0.5s ease;
}
.touch .w-effect-flora-2 figure h3,
.touch .w-effect-flora-2 figure p{
-ms-transform: translateY(-30px);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
.no-touch .w-effect-flora-2 figure h3 {
margin-bottom: 5px;
}
.no-touch .w-effect-flora-2 figure:hover h3 {
-ms-transform: translateY(-40px);
-webkit-transform: translate3d(0, -40px, 0);
transform: translate3d(0, -40px, 0);
}
.w-effect-flora-2 figure p {
width:100%;
text-overflow: ellipsis;
white-space: nowrap;
}
.no-touch .w-effect-flora-2 figure:hover p,
.touch .w-effect-flora-2 figure p {
-ms-transform: translateY(-20px);
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
.w-view.w-effect-flora-2 figure span {
position: absolute;
top: 20px;
right: 0;
padding: 20px;
text-align: right;
-ms-transform: translateY(-20px);
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
-webkit-transition: opacity 0.35s ease, transform 0.5s ease;
transition: opacity 0.35s ease, transform 0.5s ease;
}
.w-view.w-effect-flora-2 figure figcaption > span > a {
color: #333;
border: 1px solid #929292;
}
.w-view.w-effect-flora-2 figure figcaption > span > a:hover {
background:rgba(0,0,0,0.1);
border-color: #5b5b5b;
} .w-effect-flora-3 figure figcaption:before {
content: '';
position: absolute;
left: 10px;
top: 10px;
right: 10px;
bottom: 10px;
width: auto;
height: auto;
display: block;
background: #10a5a0;
padding: 0 20px;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.w-effect-flora-3 figure:hover figcaption:before,
.touch .w-effect-flora-3 figure figcaption:before {
opacity: 0.75;
}
.w-effect-flora-3 figure div.cover-image {
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.w-effect-flora-3 figure h3 {
margin-bottom: 10px;
-ms-transform: translateY(20px);
-webkit-transform: translate3d(0,20px,0);
transform: translate3d(0,20px,0);
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
.w-effect-flora-3 figure h3, 
.w-effect-flora-3 .w-w2.w-h2 figure h3, 
.w-effect-flora-3 .w-w2 figure h3 {
margin-top: 15%;
}
.w-effect-flora-3 .w-h2 figure h3 {
margin-top: 45%;
}
.w-layout-flora .w-effect-flora-3 .w-item figure h3 {
max-height: 65px;
}
.no-touch .w-effect-flora-3 figure p {
margin-bottom:20px;
-ms-transform: rotate(90deg);
-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
transform: perspective(1000px) rotate3d(1,0,0,90deg);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.touch .w-effect-flora-3 figure h3,
.no-touch .w-effect-flora-3 figure:hover h3 {
-ms-transform: translateX(0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.no-touch .w-effect-flora-3 figure:hover p,
.touch .w-effect-flora-3 figure p {
opacity: 1;
-ms-transform: rotate(0);
-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
transform: perspective(1000px) rotate3d(1,0,0,0);
}
.w-view.w-effect-flora-3 figure figcaption > span {
text-align: center;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.w-view.w-effect-flora-3 figure:hover figcaption > span {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
} .no-touch .w-effect-split figure {
background: #10a5a0;
}
.no-touch .w-effect-split .cover-wrapper {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 0;
}
.no-touch .w-effect-split .cover-wrapper > div {
position: absolute;
left: 0;
right: 0;
overflow: hidden;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.no-touch .w-effect-split .cover-wrapper .splitter-1 {
top: 0;
bottom: 50%;
}
.no-touch .w-effect-split figure:hover .cover-wrapper .splitter-1 {
-ms-transform: translateY(-105%);
-webkit-transform: translate3d(0, -105%, 0);
transform: translate3d(0, -105%, 0);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.no-touch .w-effect-split .cover-wrapper .splitter-2 {
top: 50%;
bottom: 0;
}
.no-touch .w-effect-split figure:hover .cover-wrapper .splitter-2 {
-ms-transform: translateY(105%);
-webkit-transform: translate3d(0, 105%, 0);
transform: translate3d(0, 105%, 0);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.no-touch .w-effect-split .cover-wrapper > div > img {
width: 100%;
height: auto;
}
.no-touch .w-effect-split .cover-wrapper .splitter-2 img {
margin-top: -50%;
}
.no-touch .w-effect-split .w-h2:not(.w-w2) .cover-wrapper > div > img {
width: auto;
max-width: none;
height: 200%;
margin-left: -50%;
}
.no-touch .w-effect-split .w-h2:not(.w-w2) .cover-wrapper .splitter-2 img {
margin-top: -102%;
margin-left: -50%;
}
.no-touch .w-effect-split .w-h2:not(.w-w2) .cover-wrapper .splitter-2 img{
margin-top: -101%;
}
.no-touch .w-effect-split .w-w2:not(.w-h2) .cover-wrapper .splitter-2 img{
margin-top: -25%;
}
.no-touch .w-effect-split figure figcaption h3, 
.no-touch .w-effect-split figure figcaption p {
position: absolute;
top: 50%;
left: 0;
right: 0;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.no-touch .w-effect-split figure figcaption span {
bottom: 10%;
text-align: center;
}
.no-touch .w-effect-split figure figcaption h3{
margin-top: -40px; 
max-height: 30px;
line-height: 30px;
}
.no-touch .w-effect-split figure:hover figcaption h3, 
.no-touch .w-effect-split figure:hover figcaption p {
opacity: 1;
} .no-touch .w-effect-split.v-split .cover-wrapper .splitter-1 {
top: 0;
bottom: 0;
left: 0;
right: 50%;
}
.no-touch .w-effect-split.v-split figure:hover .cover-wrapper .splitter-1 {
-ms-transform: translateX(-105%);
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-105%, 0, 0);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.no-touch .w-effect-split.v-split .cover-wrapper .splitter-2 {
top: 0;
bottom: 0;
left: 50%;
right: 0;
}
.no-touch .w-effect-split.v-split figure:hover .cover-wrapper .splitter-2 {
-ms-transform: translateX(105%);
-webkit-transform: translate3d(105%, 0, 0);
transform: translate3d(105%, 0, 0);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.no-touch .w-effect-split.v-split .cover-wrapper > div > img {
width: auto;
max-width: none;
height: 100%;
}
.no-touch .w-effect-split.v-split .cover-wrapper .splitter-2 img {
margin-top: 0;
margin-left: -100%;
}
.no-touch .w-effect-split.v-split .w-h2:not(.w-w2) .cover-wrapper > div > img {
width: auto;
max-width: none;
height: 100%;
margin-left: -100%;
}
.no-touch .w-effect-split.v-split .w-h2:not(.w-w2) .cover-wrapper .splitter-2 img {
margin-top: 0;
margin-left: -200%;
}
.no-touch .w-effect-split.v-split .w-w2:not(.w-h2) .cover-wrapper > div > img {
width: 200%;
max-width: none;
height: auto;
margin-top: -100%;
margin-left: 0;
}
.no-touch .w-section.w-full .w-effect-split.v-split .w-w2:not(.w-h2) .cover-wrapper > div > img{
margin-top: 0;
}
.no-touch .w-effect-split.v-split .w-w2:not(.w-h2) .cover-wrapper .splitter-2 img {
margin-top: -100%;
margin-left: -100%;
} .no-touch .w-effect-apollo figure {
background: #000;
}
.no-touch .w-effect-apollo figure .cover-image {
opacity: 0.95;
-ms-transform: scale(1.05,1.05);
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.no-touch .w-effect-apollo figure figcaption:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.5);
content: '';
-ms-transform: scale(1.9,1.4) translateY(-100%);
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-100%,0);
-webkit-transition: -webkit-transform 0.6s;
transition: transform 0.6s;
}
.no-touch .w-layout-flora .w-effect-apollo .w-item:not(.w-w2).w-h2 figure figcaption:before {
width: 200%;
}
.w-effect-apollo figure p {
position: absolute;
right: 0;
bottom: 0;
margin: 30px;
padding: 0 15px 0 0;
max-width: 150px;
max-height:95px;
border-right: 4px solid #fff;
text-align: right;
opacity: 0;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
.w-effect-apollo figure h3 {
text-align: left;
}
.w-layout-flora .w-effect-apollo .w-item figure h3 {
max-height: 65px;
}
.no-touch .w-effect-apollo figure:hover .cover-image,
.touch .w-effect-apollo figure .cover-image {
opacity: 0.6;
-ms-transform: scale(1,1);
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
.no-touch .w-effect-apollo figure:hover figcaption:before {
-ms-transform: scale(1.9,1.4) translateY(100%);
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,100%,0);
}
.no-touch .w-effect-apollo figure:hover p {
opacity: 1;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.no-touch .w-effect-apollo figure:hover figcaption > span {
-ms-transform: translateY(0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
} .w-effect-sadie figure {
background: #000;
}
.w-effect-sadie figure .cover-image {
opacity: 0.95;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
.w-effect-sadie figure figcaption {
padding:20px;
color: #fff;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.w-effect-sadie figure figcaption:before {
content: '';
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
background: -webkit-linear-gradient(top, rgba(30,30,30,0.8) 0%, rgba(30,30,30,0) 80%);
background: linear-gradient(to bottom, rgba(30,30,30,0.8) 0%, rgba(30,30,30,0) 80%);
-ms-transform: translateY(-50%);
-webkit-transform: translate3d(0,-50%,0);
transform: translate3d(0,-50%,0);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.w-effect-sadie figure p:before {
content: '';
opacity: 0;
position: absolute;
left: 0;
width: 100%;
height: 100%;
bottom: 0px;
z-index: -1;
background: -webkit-linear-gradient(top, rgba(30,30,30,0) 0%, rgba(30,30,30,0.5) 100%);
background: linear-gradient(to bottom, rgba(30,30,30,0) 0%, rgba(30,30,30,0.5) 100%);
-ms-transform: translateY(50%);
-webkit-transform: translate3d(0,50%,0);
transform: translate3d(0,50%,0);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.no-touch .w-effect-sadie figure:hover figcaption:before,
.no-touch .w-effect-sadie figure:hover p:before {
opacity: 1;
-ms-transform: translateY(0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.w-effect-sadie figure h3 {
margin-bottom: 20px;
margin-top:20px;
-ms-transform: translateY(-20px);
-webkit-transform: translate3d(0,-20px,0);
transform: translate3d(0,-20px,0);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.w-effect-sadie figure p {
position: absolute;
bottom: 0px;
left: 0;
width: 100%;
height: 60px;
max-height: none;
padding:20px 20px 0;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.no-touch .w-effect-sadie figure p {
opacity: 0;
-ms-transform: translateY(20px);
-webkit-transform: translate3d(0,20px,0);
transform: translate3d(0,20px,0);
}
.w-effect-sadie figure:hover h3,
.w-effect-sadie figure:hover p {
opacity: 1;
-ms-transform: translateY(0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.w-effect-sadie figure figcaption > span {
text-align:center;
} .w-effect-duke figure {
background: -webkit-linear-gradient(-45deg, #52d6ff 0%,#d339ff 100%);
background: linear-gradient(-45deg, #52d6ff 0%,#d339ff 100%);
}
.w-effect-duke figure .cover-image {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.w-effect-duke figure:hover .cover-image {
opacity: 0.1;
}
.w-effect-duke figure:hover img.cover-image{
-ms-transform: scale(2,2);
-webkit-transform: scale3d(2,2,1);
transform: scale3d(2,2,1);
}
.w-effect-duke figure h3 {
padding: 20px 0px;
border-bottom: 1px solid #fff;
-ms-transform: scale(0.8,0.8);
-webkit-transform: scale3d(0.8,0.8,1);
transform: scale3d(0.8,0.8,1);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
transition: transform 0.35s, opacity 0.35s;
}
.w-portfolio-grid:not(.grid-4-cols) .w-effect-duke figure h3,
.w-layout-flora .w-effect-duke figure h3 {
max-height: 127px;
}
.w-portfolio-grid.w-layout-flora .w-effect-duke figure h3 {
padding: 0 0 20px;
max-height: 102px;
margin-top:0;
}
.grid-4-cols .w-effect-duke figure h3 {
text-overflow:ellipsis;
white-space:nowrap;
max-height:68px;
}
.w-effect-duke figure:hover h3,
.w-view.w-effect-duke figure:hover figcaption > span {
-ms-transform: scale(1,1);
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
.no-touch .w-effect-duke figure p {
position: relative;
top: -20px;
margin: 10px 10px 30px;
padding: 0 10px;
text-transform: none;
opacity: 0;
-webkit-transition: opacity 0.35s, top 0.4s;
transition: opacity 0.35s, top 0.4s;
}
.w-effect-duke figure:hover p {
top:0;
opacity: 1;
}
.w-view.w-effect-duke figure figcaption > span {
text-align:center;
-ms-transform: scale(0.5,0.5);
-webkit-transform: scale3d(0.5,0.5,1);
transform: scale3d(0.5,0.5,1);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition: transform 0.2s;
transition: transform 0.2s;
} .w-effect-lexi figure {
background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
background: linear-gradient(-45deg, #000 0%,#fff 100%);
}
.w-effect-lexi figure .cover-image,
.w-effect-lexi figcaption:before,
.w-effect-lexi figure h3,
.w-effect-lexi figure p {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.w-effect-lexi figure .cover-image {
margin: -10px 0 0 -10px;
max-width: none;
width: -webkit-calc(100% + 10px);
width: calc(100% + 10px);
opacity: 0.9;
-ms-transform: translateX(10px) translateY(10px);
-webkit-transform: translate3d(10px,10px,0);
transform: translate3d(10px,10px,0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.w-effect-lexi figure:hover .cover-image {
opacity:0.5;
-ms-transform: translateX(0) translateY(0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.w-effect-lexi figure figcaption {
padding: 20px;
}
.w-effect-lexi figcaption:before {
position: absolute;
right: -80px;
bottom: -200px;
width: 300px;
height: 300px;
border: 2px solid #fff;
border-radius: 50%;
box-shadow: 0 0 0 900px rgba(255,255,255,0.3);
content: '';
opacity: 0;
-ms-transform: scale(0.5,0.5);
-webkit-transform: scale3d(0.5,0.5,1);
transform: scale3d(0.5,0.5,1);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.w-effect-lexi figure:hover figcaption:before {
opacity: 1;
-ms-transform: scale(1,1);
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
.w-effect-lexi figure h3 {
color:#333;
text-align: left;
-ms-transform: translateX(5px) translateY(5px);
-webkit-transform: translate3d(5px,5px,0);
transform: translate3d(5px,5px,0);
-webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
transition: transform 0.35s, opacity 0.35s;
}
.w-effect-lexi figure p {
position: absolute;
right: 0;
bottom: 0;
margin: 0 20px 20px 0;
width: 140px;
max-height: 40px;
text-align: right;   
}
.no-touch .w-effect-lexi figure p{
opacity: 0;
-ms-transform: translateX(20px) translateY(20px);
-webkit-transform: translate3d(20px,20px,0);
transform: translate3d(20px,20px,0);
}
.no-touch .w-effect-lexi figure:hover h3,
.no-touch .w-effect-lexi figure:hover p,
.no-touch .w-effect-lexi figure:hover figcaption > span {
-ms-transform: translateX(0) translateY(0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.w-effect-lexi figure figcaption > span {
padding:0 20px;
-ms-transform: translateX(5px) translateY(5px);
-webkit-transform: translate3d(5px,5px,0);
transform: translate3d(5px,5px,0);
}
.w-effect-lexi figure figcaption > span > a {
color: #333;
border: 1px solid #4a4a4a;
}
.w-effect-lexi figure figcaption > span > a:hover {
background:rgba(0,0,0,0.1);
border-color: #5b5b5b;
} .w-effect-jazz figure {
background: -webkit-linear-gradient(-45deg, #fc3b64 0%,#ffbe5c 100%);
background: linear-gradient(-45deg, #fc3b64 0%,#ffbe5c 100%);
}
.w-effect-jazz figure:hover .cover-image {
-ms-transform: scale(1.05,1.05);
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
opacity: 0.2;
}
.w-effect-jazz figure:hover figcaption::after {
opacity: 1;
-ms-transform: scale(1,1);
-webkit-transform: rotate3d(0,0,1,-45deg) scale3d(1,1,1);
transform: rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}
.w-effect-jazz figure figcaption::after,
.w-effect-jazz figure img.cover-image,
.w-effect-jazz figure h3,
.w-effect-jazz figure p {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.w-effect-jazz figure figcaption::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
content: '';
opacity: 0;
-ms-transform: scale3d(1,0);
-webkit-transform: rotate3d(0,0,1,-45deg) scale3d(1,0,1);
transform: rotate3d(0,0,1,-45deg) scale3d(1,0,1);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.w-effect-jazz figure h3,
.w-effect-jazz figure p,
.w-effect-jazz figure figcaption > span {
-ms-transform: scale(0.8,0.8);
-webkit-transform: scale3d(0.8,0.8,1);
transform: scale3d(0.8,0.8,1);
}
.w-effect-jazz figure h3 {
font-weight:400;
margin-top: 15%;
margin-bottom:0;
}
.w-layout-flora .w-effect-jazz .w-item:not(.w-w2) figure h3,
.w-layout-flora .w-effect-jazz .w-item:not(.w-h2) figure h3 {
max-height: 65px;
}
.w-effect-jazz figure p {
padding: 5px 0 10px 0;
text-transform: none;
font-size: 0.85em;
text-overflow:ellipsis;
white-space:nowrap;
}
.w-effect-jazz figure:hover h3,
.w-effect-jazz figure:hover p,
.w-effect-jazz figure:hover figcaption > span {
-ms-transform: scale(1,1);
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
.w-effect-jazz figure figcaption > span {
text-align:center;
margin-top:20px;
} .w-effect-kira figure {
background: #000;
text-align: left;
}
.no-touch .w-effect-kira figure h3 {
opacity:1;
text-align:right;
margin-bottom:0;
white-space:nowrap;
text-overflow:ellipsis;
}
.w-effect-kira figure .cover-image {
opacity:0.95;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
.w-effect-kira figure figcaption {
z-index: 1;
}
.w-effect-kira figure p {
padding: 0 10px;
font-size: 80%;
line-height: 40px;
height: 40px;
text-align: right;    
color: #101010;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.no-touch .w-effect-kira figure p{
opacity: 0;
-ms-transform: translateY(-10px);
-webkit-transform: translate3d(0,-10px,0);
transform: translate3d(0,-10px,0);
}
.w-effect-kira figure figcaption:before {
position: absolute;
top: 0;
right: 30px;
left: 30px;
z-index: -1;
height: 40px;
background: #fff;
content: '';
-ms-transform: translateY(70px) scale(1,0.023) ;
-webkit-transform: translate3d(0,70px,0) scale3d(1,0.023,1) ;
transform: translate3d(0,70px,0) scale3d(1,0.023,1);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.no-touch .w-effect-kira figure:hover .cover-image,
.touch .w-effect-kira figure .cover-image {
opacity: 0.4;
}
.no-touch .w-effect-kira figure:hover p {
opacity: 1;
-ms-transform: translateY(15px);
-webkit-transform: translate3d(0,15px,0);
transform: translate3d(0,15px,0);
}
.no-touch .w-effect-kira figure:hover figcaption:before,
.touch .w-effect-kira figure figcaption:before {
opacity: 0.7;
-ms-transform: translateY(80px) scale(1,1);
-webkit-transform: translate3d(0,80px,0) scale3d(1,1,1) ;
transform: translate3d(0,80px,0) scale3d(1,1,1);
}
.w-view.w-effect-kira figure figcaption > span {
top: 120px;
text-align: right;
-ms-transform: translateY(20px);
-webkit-transform: translate3d(0,20px,0);
transform: translate3d(0,20px,0);
} .w-heading {
text-align: center;
}
.w-heading.text-left {
text-align:left;
}
.w-heading.text-right {
text-align:right;
}
.w-heading h2 {
text-transform:uppercase;  
line-height: 1.5;
margin-bottom: 22px;
}
.w-heading h2:after {
color: inherit;
font-weight: lighter;
}
.w-heading.title-1 h2,
.w-heading.title-2 h2 {
margin-bottom: 42px;
}
.w-heading.title-1 h2:before {
background: #555;
display: block;
text-align: center;
content: '';
width: 60px;
margin-left: -30px;
height: 1px;
position: absolute;
bottom: -15px;
left: 50%;
}
.w-heading.title-1 h2:after {
background: #555;
display: block;
content: '';
width: 30px;
margin-left: -15px;
height: 1px;
position: absolute;
bottom: -20px;
left: 50%;
}
.w-heading.title-2 h2:before {
background: #555;
display: block;
text-align: center;
content: '';
width: 30px;
margin-left: -15px;
height: 1px;
position: absolute;
bottom: -15px;
left: 50%;
}
.w-heading.title-2 h2:after {
background: #555;
display: block;
content: '';
width: 30px;
margin-left: -15px;
height: 3px;
position: absolute;
bottom: -22px;
left: 50%;
}
.w-heading.title-3 h2:after {
display: block;
font-family: 'flora';
content: '\e832';
font-size: 64px;
margin: 20px auto 0;
line-height: 1px;
height: 5px;
}
.w-heading.title-4 h2:after {
display: block;
font-family:'flora';
content: '\e835';
font-size:55px;
margin: 20px auto 0;
line-height: 1px;
height: 5px;
}
.w-heading.title-5 h2:after {
display: block;
font-family:'flora';
content: '\e838';
font-size:40px;
margin: 20px auto 0;
line-height: 1px;
}
.w-heading.title-6 h2:after {
display: block;
font-family: 'flora';
content: '\e839';
font-size: 64px;
margin: 20px auto 0;
line-height: 1px;
height: 5px;
}
.w-heading.title-7 h2 {
margin-bottom:5px;
}
.w-heading.title-7 h2:after {
display: block;
font-family: 'flora';
content: '\e827';
font-size: 50px;
line-height: 40px;
}
.w-heading.title-8 h2:after {
display: block;
font-family:'flora';
content: '\e83a';
font-size:80px;
margin: 20px auto 0;
line-height: 1px;
}
.w-heading.title-9 h2:after {
display: block;
font-family:'flora';
content: '\e83c';
font-size:70px;
margin: 20px auto 0;
line-height: 1px;
}
.w-heading.title-10 h2:after {
display: block;
font-family:'flora';
content: '\e81f';
font-size:35px;
margin: 20px auto 0;
line-height: 20px;
} .w-image{
position: relative;
border-color: #eee;
line-height: 0;
overflow: hidden;
}
.w-image img {
line-height: 0;
display: inline-block;
border-width: 0;
border-style: solid;
border-color: inherit;
overflow: hidden;
visibility: visible;
}
.w-image.w-responsive div{
-webkit-background-size: 100%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
border-color: inherit;
}
.w-image.w-responsive img {
width: 100%;
} .w-border img {
border-width: 1px;
} .w-outline img {
padding: 4px;
border-width: 1px;
} .w-shadow img {
box-shadow: 0 0px 8px rgba(0, 0, 0, 0.5);
} .w-round img {
border-radius: 10px;
} .w-round-border img {
border-radius: 10px;
border-width: 1px;
} .w-round-outline img {
padding: 4px;
border-radius: 10px;
border-width: 1px;
} .w-round-shadow img {
border-radius: 10px;
box-shadow: 0 0px 8px rgba(0, 0, 0, 0.5);
} .w-circle img {
border-radius: 50%;
} .w-circle-border img {
border-radius: 50%;
border-width: 1px;
} .w-circle-outline img {
padding: 4px;
border-radius: 50%;
border-width: 1px;
} .w-circle-shadow img {
border-radius: 50%;
box-shadow: 0 0px 8px rgba(0, 0, 0, 0.5);
} .w-icon-block {
display: inline-block;
vertical-align: middle;
font-size: 50px;
margin: 0 5px 5px;
margin-bottom: 10px;
width: 90px;
height: 90px;
line-height: 85px;
text-align: center;
position: relative;
z-index: 1;
color: #fff;
background: #5A9698;
border: 2px solid #5A9698;
}
.w-icon-block.w-small {
width: 40px;
height: 40px;
line-height: 38px;
font-size: 18px;
}
.w-icon-block.w-medium {
width: 60px;
height: 60px;
line-height: 55px;
font-size: 30px;
}
.w-icon-block.w-large {
width: 140px;
height: 140px;
line-height: 140px;
font-size: 60px;
}
.w-icon-block.w-none {
cursor: default;
background: none;
border: none;
left: 0;
top: 0;
color: inherit;
width: auto;
height: auto;
margin: 0 0 15px 0;
line-height: 0;
}
.w-icon-block.w-none.w-small {
font-size: 30px;
}
.w-icon-block.w-none.w-medium {
font-size: 50px;
}
.w-icon-block.w-none.w-large {
font-size: 80px;
}
.w-icon-block i,
.w-icon-block i:hover,
.w-icon-block:hover i {
display:block;
color:inherit;
line-height: inherit;
-webkit-transition: none;
transition: none;
}
.w-icon-block .w-border {	
pointer-events: none;
position: absolute;
left: -2px;
top: -2px;
width: 100%;
height: 100%;
border: 2px solid #5A9698;
-webkit-box-sizing: content-box; 
-moz-box-sizing: content-box; 
box-sizing: content-box;
}
.w-icon-block.w-circle,
.w-icon-block.w-circle .w-border {
border-radius: 50%;
}
.w-icon-block a {
color:inherit;
-webkit-transition:none;
transition:none;
} .w-effect-1 {
-webkit-transition: background 0.2s;
transition: background 0.2s;
}
.w-effect-1:hover i,
.w-effect-1:hover a i {
color:#fff;
}
.w-effect-1 .w-border {
top: -9px;
left: -9px;
padding: 7px;
background:none!important;
opacity: 0;
-webkit-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
transform: scale(1.1,1.1);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
transition: transform 0.2s, opacity 0.2s;
}
.w-effect-1:hover .w-border {
-ms-transform: scale(1,1);
-webkit-transform: scale(1,1);
transform: scale(1,1);
opacity: 1;
} .w-effect-2 {
background:none!important;
}
.w-effect-2 .w-border {
top: -2px;
left: -2px;
z-index: -1;
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
transition: transform 0.2s, opacity 0.2s;
}
.w-effect-2:hover .w-border {
opacity: 0;
-ms-transform: scale(0,0);
-webkit-transform: scale(0,0);
transform: scale(0,0);
-webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
transition: transform 0.4s, opacity 0.2s;
} .w-effect-3 {
background:none!important;
}
.w-effect-3 .w-border {
top: -2px;
left: -2px;
z-index: -1;
-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
transition: transform 0.2s, opacity 0.3s;
}
.w-effect-3:hover .w-border {
-ms-transform: scale(1.3,1.3);
-webkit-transform: scale(1.3,1.3);
transform: scale(1.3,1.3);
opacity:0;
} .w-effect-4 {
overflow: hidden;
-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.w-effect-4 .w-border {
display: none;
}
.w-effect-4:hover {
background: none!important;
}
.w-effect-4:hover i {
-webkit-animation: toRightFromLeft 0.3s forwards;
animation: toRightFromLeft 0.3s forwards;
}
@-webkit-keyframes toRightFromLeft {
49% {
-webkit-transform: translate(100%);
}
50% {
opacity: 0;
-webkit-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toRightFromLeft {
49% {
transform: translate(100%);
}
50% {
opacity: 0;
transform: translate(-100%);
}
51% {
opacity: 1;
}
} .w-effect-5 {
overflow: hidden;
-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.w-effect-5 .w-border {
display: none;
}
.w-effect-5:hover {
background: none!important;
}
.w-effect-5:hover i {
-webkit-animation: toLeftFromRight 0.3s forwards;
animation: toLeftFromRight 0.3s forwards;
}
@-webkit-keyframes toLeftFromRight {
49% {
-webkit-transform: translate(-100%);
}
50% {
opacity: 0;
-webkit-transform: translate(100%);
}
51% {
opacity: 1;
}
}
@keyframes toLeftFromRight {
49% {
transform: translate(-100%);
}
50% {
opacity: 0;
transform: translate(100%);
}
51% {
opacity: 1;
}
} .w-effect-6 {
overflow: hidden;
-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.w-effect-6 .w-border {
display: none;
}
.w-effect-6:hover {
background: none!important;
}
.w-effect-6:hover i {
-webkit-animation: toTopFromBottom 0.3s forwards;
animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
49% {
-webkit-transform: translateY(-100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@keyframes toTopFromBottom {
49% {
transform: translateY(-100%);
}
50% {
opacity: 0;
transform: translateY(100%);
}
51% {
opacity: 1;
}
} .w-effect-7 {
overflow: hidden;
-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.w-effect-7 .w-border {
display: none;
}
.w-effect-7:hover {
background: none!important;
}
.w-effect-7:hover i {
-webkit-animation: toBottomFromTop 0.3s forwards;
animation: toBottomFromTop 0.3s forwards;
}
@-webkit-keyframes toBottomFromTop {
49% {
-webkit-transform: translateY(100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toBottomFromTop {
49% {
transform: translateY(100%);
}
50% {
opacity: 0;
transform: translateY(-100%);
}
51% {
opacity: 1;
}
} .w-testimonials-slider {
position:relative;
text-align:center;
}
.w-testimonials-slider .owl-stage-outer:before {
font-family: 'flora';
content: '\e807';
font-size: 100px;
line-height: 90px;
color: #000;
position: absolute;
bottom: 6%;
left: 50%;
margin-left: -50px;
z-index: -1;
opacity: 0.05;
width: 100px;
}
.w-testimonials-slider .w-border {
width: 130px;
height: 130px;
margin: 0 auto 20px;
}
.w-testimonial .w-border > img {
max-width: none;
border-radius: 50%;
overflow: hidden;
padding: 5px;
border: 1px solid #eee;
}
.w-testimonial .w-customer h6 {
margin-bottom: 0;
}
.w-testimonial .w-customer p {
margin-bottom: 30px;
}
.w-testimonial .w-customer a:hover {
color:#333;
}
.w-testimonial .w-content {
position: relative;
padding:0px 30px 30px;
min-height: 60px;
}
.w-testimonials-slider .owl-nav {
width: 300px;
position: absolute;
top: 20%;
left: 50%;
margin-left: -150px;
}
.w-testimonials-slider .owl-nav > div {
background: none;
font-size: 46px;
}
.w-testimonials-slider .owl-nav .owl-prev:before {
content: '\e761';
}
.w-testimonials-slider .owl-nav .owl-next:before {
content: '\e762';
} .w-team-slider {
text-align:center;
}
.w-team-slider .owl-item.active {
text-align: center;
}
.w-team-slider .team-member {
position: relative;
overflow: hidden;
margin: 0 5px;
background: #fff;
border: 1px solid #f5f5f5;
display: inline-block;
text-align: center;
max-width: 475px;
height: 570px;
}
.w-section.w-full .w-team-slider.grid-4-cols .team-member {
min-height: 600px;
}
.w-team-slider .cover-image {
position: absolute;
left: 10px;
top: 10px;
right: 10px;
bottom: 10px;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: 100%;
background-size: cover;
}
.w-team-slider .member-name {
margin: 5% 5% 0;
width: 90%;
text-align: right;
overflow: hidden;
position: absolute;
color: #333;
-webkit-transition: opacity 0.35s ease;
transition: opacity 0.35s ease;
}
.w-team-slider .team-member:hover .member-name {
opacity: 0;
}
.w-team-slider .member-name h4 {
font-size: 24px;
font-weight: bold;
line-height: 32px;
color: inherit;
margin-bottom: 0;
}
.w-team-slider .member-name p {
color: inherit;
}
.w-team-slider .member-content {
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transform: initial;
transform: initial;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.w-team-slider .team-member:hover .member-content {
opacity: 1;
}
.w-team-slider .member-content:before {
content: '';
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
background: #10a5a0;
opacity: 0;
}
.w-team-slider .team-member:hover .member-content:before{
opacity: 0.8;
}
.w-team-slider .member-detail {
position: relative;
z-index: 10;
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
padding: 40px;
}
.w-team-slider .member-detail .member-meta {
margin:5px 0 17px;
}
.w-team-slider .member-detail .member-meta:after {
display: block;
text-align: center;
content: '';
width: 30px;
margin-left: -15px;
height: 3px;
position: absolute;
left: 50%;
bottom: 0px;
border: 1px solid #545454;
border-left: none;
border-right: none;
}
.w-team-slider .member-detail h4 {
overflow: hidden;
font-size: 24px;
line-height: 32px;
margin-bottom: 0;
-ms-transform: translateY(110px);
-webkit-transform: translate3d(0, 110px, 0);
transform: translate3d(0, 110px, 0);
}
.w-team-slider .member-detail h4,
.w-team-slider .member-detail > p,
.w-team-slider .member-detail .member-desc {
position:relative;
-webkit-transition: opacity 0.35s ease, transform 0.5s ease;
transition: opacity 0.35s ease, transform 0.5s ease;
}
.w-team-slider .member-detail > p {
margin-bottom: 15px;
padding-bottom: 15px;
-ms-transform: translateY(150px);
-webkit-transform: translate3d(0, 150px, 0);
transform: translate3d(0, 150px, 0);
}
.w-team-slider .member-detail .member-desc {
max-height: 245px;
margin-bottom: 25px;
-ms-transform: translateY(150px);
-webkit-transform: translate3d(0, 150px, 0);
transform: translate3d(0, 150px, 0);
}
.w-team-slider .member-detail .member-desc p {
margin-bottom:0;
}
.w-team-slider .member-detail .member-desc .w-content-inner {
padding:0 10px;
}
.w-section:not(.w-full) .w-team-slider.grid-4-cols .member-detail .member-desc,
.w-section:not(.w-full) .w-team-slider.grid-5-cols .member-detail .member-desc{
max-height:135px;
}
.w-team-slider .member-detail .member-meta {
-ms-transform: translateY(40px);
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
}
.w-team-slider .team-member:hover .member-detail h4,
.w-team-slider .team-member:hover .member-detail > p,
.w-team-slider .team-member:hover .member-detail > .member-desc {
-ms-transform: translateY(0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.w-team-slider .member-detail .social-link {
margin:0;
padding:0;
}
.w-team-slider .social-link a {
border: 1px solid #545454;
border-left-width: 0;
color: inherit;
padding: 5px 10px;
min-width: 35px;
display: inline-block;
opacity: 0.7;
}
.w-team-slider .social-link a:first-child {
border-left-width: 1px;
}
.w-team-slider .social-link a:hover {
opacity:1;
}
.w-section.w-full .w-team-slider .owl-nav {
width: 100%;
margin-left: 0;
left: 0;
}
.w-team-slider .owl-nav > div {
background:rgba(0, 0, 0, 0.40);
opacity:0; 
}
.w-team-slider .owl-nav > div:hover {
color:#fff;
}
.w-team-slider:hover .owl-nav > div {
opacity:0.2;
}
.w-team-slider:hover .owl-nav > div:hover {
opacity:1;
} .w-clients-carousel .owl-nav > div {
background: none;
}
.w-clients-carousel .owl-item {
text-align: center;
}
.w-clients-carousel .owl-item img {
width: auto;
display: inline-block;
opacity: 0.75;
-ms-transform: scale(1,1);
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.w-clients-carousel .owl-item:hover img {
opacity: 1;
-ms-transform: scale(1.05,1.05);
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
} .w-action-box {
padding: 40px;
text-align: center;
}
.w-action-box h3 {
font-weight:bold;
margin: 0;
}
.w-action-box .w-content p {
margin-top: 10px;
}
.w-action-box .w-link-button {
white-space: nowrap;
} .w-blog-posts .w-item > .post {
position: relative;
background: #fff;
padding: 16px;
}
.w-blog-posts:not(.w-layout-flora) .w-item > .post {
box-shadow: 0 0px 4px rgba(0,0,0,0.1);
-webkit-transition: box-shadow 0.35s;
transition: box-shadow 0.35s;
}
.w-blog-posts:not(.w-layout-flora) .w-item > .post.sticky,
.w-blog-posts:not(.w-layout-flora) .w-item > .post:hover {
box-shadow: 0 2px 20px rgba(0,0,0,0.2);
z-index: 10;
}
.post-meta {
color: #bbb;
margin-bottom: 10px;
height: 28px;
overflow: hidden;
text-align: left;
}
.w-blog-posts .post.format-quote .post-meta,
.w-blog-posts.w-masonry .post.format-link .post-meta {
text-align:center;
height: auto;
}
.post-meta span {
font-size: 14px;
}
.meta-author,
.meta-category {
display: inline-block;
vertical-align: middle;
font-size: 14px;
margin-right: 20px;
font-style: italic;
}
.post-meta span strong {
margin-right: 5px;
}
.post-meta a {
color: inherit;
text-transform: capitalize;
}
.post-meta a:hover {
color:#10a5a0;
}
.meta-edit .post-edit-link:before {
font-family: 'flora';
content: '\e808';
font-style: normal;
}
.meta-right {
display: block;
float: right;
text-align: right;
font-style:inherit;
}
.meta-right span {
margin: 0 0 0 20px;
display: block;
float: left;
}
.meta-comment {
display: inline-block;
}
.meta-comment a {
display: block;
}
.meta-comment i {
font-family: 'flora';
margin-right: 5px;
}
.w-comment-empty:before {
content: '\f0e5';
}
.w-comment:before {
content: '\e718';
}
.meta-date {
position: relative;
display: inline-block;
float: left;
color: #211F1E;
margin-right: 10px;
}
.meta-date:after {
position: absolute;
top: 3px;
bottom: 3px;
right:0;
display: block;
content: '';
border-right: 1px solid #211F1E;
}
.meta-date a {
display: block;
padding-right: 5px;
color: inherit;  
line-height: 0;
}
.meta-date strong,
.meta-date span {
font-style: normal;
display: inline-block;
vertical-align: middle;
letter-spacing: normal;
}
.meta-date span {
margin-right: 7px;
}
.meta-date a strong {
font-size: 32px;
margin-right: 3px;
}
.meta-date em {
display: block;
font-size: 11px;
line-height: 13px;
text-transform: uppercase;
}
.post-share {
white-space: nowrap;
position: relative;
}
.post-share .share-icon {
display: block;
position: relative;
z-index: 99;
cursor: pointer;
padding-left: 10px;
margin: 0;
float: right;
}
.post-share .share-links{
position: absolute;
z-index: 1;
top: -45px;
right: 0;
width: 0;
height: 35px;
padding: 0;
margin: 0;
line-height: 35px;
display: inline-block;
white-space: nowrap;
text-align: left;
opacity: 0;
background: #000;
-webkit-transition: all 0.3s ease 0.3s;
transition: all 0.3s ease 0.3s;
}
.no-touch .post-share .share-links {
top: 0;
right: 30px;
}
.post-share:hover .share-links {
opacity: 1;
width: 106px;
}
.post-share .share-links:after {   
content: '';
font-size: 21px;
position: absolute;
bottom: -17px;
right: 0;
height: 1px;
width: 1px;
line-height: 11px;
display: inline-block;
border: 8px solid transparent;
border-top-color: #000;
}
.no-touch .post-share .share-links:after {
top: 50%;
right: -15px;
bottom: auto;
margin-top: -9px;
border-top-color: transparent;
border-left-color: #000;
}
.post-share .share-links a {
display: inline-block;
padding: 0 10px;
opacity: 0;
} 
.post-share:hover .share-links a {
opacity: 1;
}
.w-blog-posts .post-media a {
display: block;
line-height: 0;
}
.w-blog-posts .post-media img {
width: 100%;
height: auto;
}
.w-blog-posts .post-media .owl-nav {
position: absolute;
top: 35px;
right: 10px;
left: auto;
width: 84px;
height: 44px;
border: 2px solid #fff;
opacity: 1;
}
.w-blog-posts .owl-nav > div {
width: 40px;
height: 40px;
line-height: 38px;
font-size: 18px;
color: #fff;
background: none;
font-weight: bold;
opacity: 1;
}
.w-blog-posts .owl-nav > div:hover {
color: #333;
background:#fff;
}
.w-blog-posts .w-media-player {
position: absolute;
left: auto;
right: 10px;
top: 10px;
background:none; 
color:#211F1E;
display: block;
height: 46px;
width: 46px;
}
.w-blog-posts .w-media-player:before{
display: none;
}
.w-blog-posts .w-media-player:after {
font-family: 'flora';
position: absolute;
z-index: 100;
color: inherit;
border: none;
font-size: 26px;
text-align: center;
line-height: 40px;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0;
height: auto;
width: auto;
background: #fff;
border-radius: 5px;
-webkit-transition: color 0.5s ease;
transition: color 0.5s ease;
}
.w-blog-posts .format-audio .w-media-player:after {
content: "\e07d";
}
.w-blog-posts .format-video .w-media-player:after {
content: "\e005";
}
.w-blog-posts .post-title {
margin-bottom: 10px;
font-size: 20px;
overflow: hidden;
max-height:56px;
}
.w-blog-posts .post.format-quote .post-title {
margin-bottom:20px;
}
.w-blog-posts .post.format-quote .quote-author {
position: relative;
padding-top: 40px;
font-size: 12px;
font-weight: normal;
color: #777;
display: block;
}
.w-blog-posts .post.format-quote .quote-author:before {
font-family: 'flora';
content: '\e827';
color: #333;
font-size: 30px;
font-weight: normal;
display: block;
text-align: center;
line-height: 0;
position: absolute;
top: 20px;
left: 50%;
margin-left: -20px;
}
.w-blog-posts .post.format-quote .post-content,
.w-blog-posts .post.format-link .post-content {
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
text-align: center;
}
.w-blog-posts .post.format-quote .post-content .w-wrapper,
.w-blog-posts .post.format-link .post-content .w-wrapper {
display: table-cell;
vertical-align: middle; 
width: 100%;
}
.w-blog-posts .post.format-quote .post-title a:before {
content: '\e807';
font-family: 'flora';
}
.w-blog-posts .post.format-link .post-title a:before {
content: '\e091';
font-family: 'flora';
margin-right: 10px;
}
.w-blog-posts .post.format-quote .post-title a:before, 
.w-blog-posts.w-masonry .post.format-link .post-title a:before, 
.w-blog-posts.w-grid .post.format-link .post-title a:before {
display: block;
font-size: 38px;
font-weight: normal;
height: 50px;
line-height: 50px;
margin: 0;
}
.w-blog-posts .post.format-quote .post-date,
.w-blog-posts .post.format-link .post-date {
padding: 0;
font-size: 12px;
font-style: italic;
color: #bbb;
letter-spacing: 2px;
}
.w-blog-posts .post-title a {
color: inherit;
}
.post-footer {
position: absolute;
left: 0;
right: 0;
bottom: 0;
color: #bbb;
text-align: left;
height: 40px;
line-height: 35px;
padding: 0 16px 16px 16px;
}
.post-footer span,
.post-footer a {
color: inherit;
}
.w-blog-posts .post-title a:hover,
.post-footer a:hover {
color:#10a5a0;
}
.post-footer strong {
margin-right: 5px;
} .w-blog-posts.w-large .w-item {
margin-bottom: 50px;
float: none;
}
.w-blog-posts.w-large .w-item:last-child {
margin-bottom: 0;
}
.w-blog-posts.w-large .w-item > .post{
padding: 20px;
}
.w-blog-posts.w-large .w-item > .post.sticky {
border-left: 5px solid #10a5a0;
}
.w-blog-posts.w-large .post.format-quote {
display: block;
}
.w-blog-posts.w-large .post-meta {
height: 35px;
line-height: 40px;
clear: both;
}
.w-blog-posts.w-large .post-title {
max-height: 50px;
line-height: 26px;
overflow: hidden;
text-overflow: ellipsis;
}
.w-blog-posts.w-large .post.format-quote .post-title {
white-space: normal;
margin: 0;
height: auto;
max-height:none;
}
.w-blog-posts.w-large .pagination {
margin: 50px 0 0 0;
} .w-blog-posts.w-grid .w-view {
padding: 0;
margin-right: -20px;
}
.w-blog-posts.w-grid .w-view .w-item {
padding: 0 20px 20px 0;
text-align: center;
}
.w-blog-posts.w-grid .w-item > .post.sticky {
border-top: 5px solid #10a5a0;
margin-top: -5px;
}
.w-blog-posts.grid-2-cols .w-item > .post {
height: 490px;
}
.w-blog-posts.grid-3-cols .w-item > .post {
height: 415px;
}
.w-blog-posts.grid-4-cols .w-item > .post {
height: 400px;
}
.w-section.w-full .w-blog-posts:not(.w-masonry) {
padding: 0 20px;
}
.w-section.w-full .w-blog-posts.grid-2-cols .w-item > .post {
height: 690px;
}
.w-section.w-full .w-blog-posts.grid-3-cols .w-item > .post {
height: 450px;
}
.w-section.w-full .w-blog-posts.grid-4-cols .w-item > .post {
height: 440px;
}
.w-blog-posts.w-grid .post-meta .meta-date:after {
display: none;
}
.w-blog-posts.w-grid .post.format-quote .post-title {
max-height:320px;
white-space: normal;
color: initial;
overflow: hidden;
}
.w-blog-posts.w-grid .post.format-quote .post-title a {
max-height: 260px;
overflow: hidden;
display:block;
}
.w-blog-posts.w-grid .post.format-link .post-title {
max-height:80px;
}
.w-blog-posts.w-grid .post-media {
position: relative;
margin-bottom: 10px;
max-height: 50%;
overflow: hidden;
}
.w-blog-posts.w-grid .post-summary {
padding: 0;
overflow: hidden;
} .w-blog-posts.w-masonry {
background: #fff;
}
.w-blog-posts.w-masonry.w-layout-flora .w-view {
margin-left: 16px;
padding-bottom: 16px;
}
.w-blog-posts.w-masonry .w-item {
text-align: center;
height: 500px;
padding: 16px 16px 0 0;
overflow: hidden;
}
.w-blog-posts.w-masonry .w-item .post {
height: 100%;
padding: 0;
overflow: hidden;
position: relative;
}
.w-blog-posts.w-masonry .w-item .post.format-quote .post-content:before,
.w-blog-posts.w-masonry .w-item .post.format-link .post-content:before {
content: '';
position: absolute;
left: 0;
top: 0;
display: block;
width: 20px;
height: 20px;
border: 1px solid #211F1E;
border-right: none;
border-bottom: none;
}
.w-blog-posts.w-masonry .w-item-h .post.format-quote .post-content:before,
.w-blog-posts.w-masonry .w-item-h .post.format-link .post-content:before {
margin: 10px 0 0 0;
}
.w-blog-posts.w-masonry .w-item .post.format-quote .post-content:after,
.w-blog-posts.w-masonry .w-item .post.format-link .post-content:after {
content: '';
position: absolute;
right: 0;
bottom: 0;
display: block;
width: 20px;
height: 20px;
border: 1px solid #211F1E;
border-left: none;
border-top: none;
}
.w-blog-posts.w-masonry .post-title {
margin-bottom:0;
}
.w-blog-posts.w-masonry .post-meta {
text-align: inherit;
max-height: 60px;
}
.w-blog-posts.w-masonry .w-item .post-meta span {
margin: 0 5px;
}
.w-blog-posts.w-masonry .w-item.w-w2 .post-meta span,
.w-blog-posts.w-masonry .w-item.w-h2 .post-meta span {
margin: 0 10px 0 0;
}
.w-blog-posts.w-masonry .post.format-quote .post-meta .meta-category,
.w-blog-posts.w-masonry .post.format-link .post-meta .meta-category {
display: block;
}
.w-blog-posts.w-masonry .w-item.w-w2 .post.format-quote .post-meta .meta-category,
.w-blog-posts.w-masonry .w-item.w-item-h .post.format-quote .post-meta .meta-category {
display: none;
}
.w-blog-posts.w-masonry .w-item .post-media, 
.w-blog-posts.w-masonry .w-item .post-content {
position: absolute;
z-index: 10;
left: 0;
width: 100%;
height: 50%;
}
.w-blog-posts.w-masonry .w-item .post-media {
padding-bottom: 8px;
}
.w-blog-posts.w-masonry .w-item .post-media .w-gallery,
.w-blog-posts.w-masonry .w-item .post-media .owl-item {
height: 100%;
}
.w-blog-posts.w-masonry .w-item .post-content {
top: 50%;
padding: 10px 0;
}
.w-blog-posts.w-masonry .cover-image {
position: relative;
display: block;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: 100%;
background-size: cover;
}
.w-blog-posts.w-masonry .cover-image a {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.w-blog-posts.w-masonry .cover-image a.w-preview{
position: absolute;
left: auto;
top: 10px;
right: 10px;
bottom: auto;
height: 46px;
width: 46px;
}
.w-blog-posts.w-masonry .w-item.w-w2 .post-content,
.w-blog-posts.w-masonry .w-item.w-h2 .post-content {
background: rgba(0, 0, 0, 0.5);
padding: 16px;
text-align: left;
color: #EFEFEF;
}
.w-blog-posts.w-masonry .w-item.w-w2 .post-title,
.w-blog-posts.w-masonry .w-item.w-h2 .post-title {
color: #fff;
}
.w-blog-posts.w-masonry .w-item.w-w2,
.w-blog-posts.w-masonry .w-item.w-item-h {
width: 50%;
height: 250px;
}
.w-blog-posts.w-masonry .w-w2 .post-media,
.w-blog-posts.w-masonry .w-item-h .post-media {
height: 100%;
padding-bottom: 0;
}
.w-blog-posts.w-masonry .w-item.w-item-h .post-media {
width: 50%;
padding-right: 8px;
}
.w-blog-posts.w-masonry .w-w2 .post-content {
width: 50%;
height: 100%;
top: 0;
left: 0;
-ms-transform: translateX(-100%);
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
-webkit-transition: -webkit-transform 0.5s ease;
transition: transform 0.5s ease;
}
.w-blog-posts.w-masonry .w-w2 .post.sticky .post-content,
.w-blog-posts.w-masonry .w-w2 .post:hover .post-content {
-ms-transform: translateX(0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.w-blog-posts.w-masonry .w-item.w-item-h .post-content {
width: 50%;
height: 100%;
top: 0;
left: 50%;
padding: 10px;
text-align: left;
}
.w-blog-posts.w-masonry .w-item.w-h2 {
height: 500px;
}
.w-blog-posts.w-masonry .post.format-quote .post-title {
white-space: normal;
color:initial;
max-height: 350px;
overflow:hidden;
padding:0px 20px;
text-align:center;
}
.w-blog-posts.w-masonry .post.format-link .post-title {
white-space: normal;
max-height: 110px;
text-align:center;
}
.w-blog-posts.w-masonry .post.format-quote .post-title a,
.w-blog-posts.w-masonry .post.format-link .post-title a {
display: block;
overflow: hidden;
font-size: inherit;
}
.w-blog-posts.w-masonry .w-item .post.format-quote .post-title a {
max-height: 320px;
}
.w-blog-posts.w-masonry .w-item.w-w2 .post.format-quote .post-title a,
.w-blog-posts.w-masonry .w-item.w-item-h .post.format-quote .post-title a {
max-height: 110px;
}
.w-blog-posts.w-masonry .post.format-quote .post-meta {
margin-bottom:0;
}
.w-blog-posts.w-masonry .w-item.w-h2 .post-content {
width: 100%;
height: 50%;
top: 50%;
}
.w-blog-posts.w-masonry .post.format-quote .post-content {
width: 100%;
height:100%;
top:0;
left:0;
}
.w-blog-posts.w-masonry .w-item.w-h2 .post-content {
-ms-transform: translateY(100%);
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s ease;
}
.w-blog-posts.w-masonry .w-h2 .post:hover .post-content {
-ms-transform: translateY(0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.w-blog-posts.w-masonry .w-w2.w-h2.touch-hover .post .post-content,
.w-blog-posts.w-masonry .w-h2.touch-hover .post .post-content,
.w-blog-posts.w-masonry .w-w2.touch-hover .post .post-content {
-ms-transform: translateY(0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.w-blog-posts.w-masonry .w-item.w-w2.w-h2 .post.format-quote .post-content,
.w-blog-posts.w-masonry .w-item.w-w2 .post.format-quote .post-content,
.w-blog-posts.w-masonry .w-item.w-h2 .post.format-quote .post-content {
text-align:center;
background:none;
margin-bottom: 5px;
-ms-transform: translateX(0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.w-blog-posts.w-masonry .w-item.w-h2 .post-media {
height: 100%;
padding-bottom: 0;
}
.w-blog-posts.w-masonry .post-content .post-summary {
margin:0;
}
.w-blog-posts .post.format-link .post-content .post-summary {
white-space:nowrap;
text-overflow:ellipsis;
overflow:hidden;
text-align:center;
}
.w-blog-posts.w-masonry .w-item .post-footer {
padding: 0;
}
.w-blog-posts.w-masonry .w-item.w-item-h .post-footer {
padding: 0 10px;
}
.w-blog-posts.w-masonry .w-item.w-w2 .post-footer,
.w-blog-posts.w-masonry .w-item.w-h2 .post-footer {
padding: 0 16px 16px 16px;
color: #ccc;
}
.w-blog-posts.w-masonry .w-item.w-w2 .post-footer a:hover,
.w-blog-posts.w-masonry .w-item.w-h2 .post-footer a:hover {
color: #fff;
}
.w-blog-posts.w-masonry .pagination{
padding: 16px;
} .w-separator {
display: block;
text-align: center;
width: 100%;
margin: 35px auto;
padding: 2px 0;
overflow: hidden;
position: relative;
border-style: solid;
border-color: #e1e1e1;
}
.w-separator .w-text {
border-style: inherit;
border-color: inherit;
}
.w-separator .w-text:before,
.w-separator .w-text:after {
display: inline-block;
content: "";
height: 1px;
width: 50%;
margin-top: 10px;
vertical-align: top;
border-width: 1px 0 0 0;
border-style: inherit;
border-color: inherit;
}
.w-separator .w-text:before {
left: -13px;
margin-left: -50%;
}
.w-separator .w-text:after {
left: 13px;
margin-right: -50%;
}
.w-separator.no-text .w-text {
font-size: 0;
}
.w-separator.no-text .w-text:before,
.w-separator.no-text .w-text:after {
left: 0;
}
.w-separator.w-style-double .w-text:before,
.w-separator.w-style-double .w-text:after {
border-width:1px 0 1px 0;
}
.w-separator .w-text i {
font-size: 18px;
line-height: 18px;
} .w-image-gallery.w-masonry .w-view {
margin-left: 10px;
}
.w-image-gallery.w-masonry .w-item{
padding:0 10px 10px 0;
width: 25%;
}
.w-image-gallery.w-masonry .w-item.w-w2{
width: 50%;
}
.w-image-gallery.w-masonry.w-layout-1 .w-item,
.w-image-gallery.w-masonry.w-layout-2 .w-item {
height: 280px;
}
.w-image-gallery.w-masonry.w-layout-1 .w-item.w-h2,
.w-image-gallery.w-masonry.w-layout-2 .w-item.w-h2 {
height: 400px;
}
.w-image-gallery.w-grid-space { 
padding: 0 10px 10px 0;
}
.w-image-gallery .w-item a {
position: relative;
display: block;
width: 100%;
height: 100%;
overflow: hidden;
line-height: 0;
}
.w-image-gallery .w-item .cover-image {
width: 100%;
}
.w-image-gallery .w-effect-zoomIn .w-item .cover-image {
-ms-transform: scale(1,1);
-webkit-transform: scale(1,1);
transform: scale(1,1);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.w-image-gallery .w-effect-zoomIn .w-item:hover .cover-image {
-ms-transform: scale(1.05,1.05);
-webkit-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
}
.w-image-gallery .w-effect-zoomOut .w-item .cover-image {
-ms-transform: scale(1.05,1.05);
-webkit-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.w-image-gallery .w-effect-zoomOut .w-item:hover .cover-image {
-ms-transform: scale(1,1);
-webkit-transform: scale(1,1);
transform: scale(1,1);
}
.w-image-gallery .w-effect-rotateZoomIn .w-item .cover-image {
-ms-transform: scale(1,1);
-webkit-transform: scale(1,1);
transform: scale(1,1);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.w-image-gallery .w-effect-rotateZoomIn .w-item:hover .cover-image {
-ms-transform: scale(1.5,1.5) rotate(10deg);
-webkit-transform: scale(1.5,1.5) rotate(10deg);
transform: scale(1.5,1.5) rotate(10deg);
} .w-flickr .w-header {
position: absolute;
z-index: 10;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #211f1e;
text-align: center;
overflow: hidden;
opacity: 0.8;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.w-flickr:hover .w-header {
opacity: 0;
z-index: 0;
}
.w-flickr .w-header h3 {
padding:0 10px;
color: #fff;
}
.w-flickr .w-header i {
font-size: 40px;
line-height: 1.2;
display: block;
}
.w-flickr .w-header i, 
.w-flickr .w-header span {
display: block;
opacity: 1;
-ms-transform: translateY(0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.w-flickr:hover .w-header i {
opacity: 0;
-ms-transform: translateY(-100%);
-webkit-transform: translate3d(0,-100%,0);
transform: translate3d(0,-100%,0);
}
.w-flickr:hover .w-header span {
opacity: 0;
-ms-transform: translateY(100%);
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
.w-flickr ul {
margin: 0;
padding: 0;    
}
.w-flickr li {
padding: 0;
margin: 0;
list-style: none;
}
.w-flickr li a {
margin: 0;
display: block;
line-height: 0px;
position: relative;
background: #282828;
overflow: hidden;
display: block;
}
.w-flickr li a img {
width: 100%;
height: 100%;
} .w-twitter {
text-align: center;
}
.w-twitter .tweet-item {
font-size: 30px;
line-height: 44px;
overflow: hidden;
}
.w-twitter .tweet-item .tweet-media {
display: block;
padding: 20px 0;
}
.w-twitter .tweet-item .tweet-media img {
width: auto;
height: auto;
display: inline-block;
}
.w-twitter .tweet-item .tweet-date {
display: block;
font-size: 13px;
letter-spacing: 1px;
margin: 30px 0 10px 0;
}
.w-twitter .profile-image > a {
display: block;   
width: 80px;
height: 80px; 
margin: 20px auto;
}
.w-twitter .profile-image img {
width: 100%;
border-radius: 50%;
overflow: hidden;
padding: 5px;
background: #10a5a0;
}
.w-twitter .profile-image i {
font-size: 120px;
} .rev_slider{
z-index: 1;
}
.tparrows.navbar {
min-height: initial;
border: none;
}
.tparrows.preview2:after {
margin-top: -18px;
}
.tp-bullets.simplebullets.round .bullet,
.tp-bullets.simplebullets.round .bullet.last {
width: 12px;
height: 12px;
margin-left: 5px;
background-image: none;
background: #fff;
border: none;
border-radius: 10px;
box-shadow: 0 1px 4px rgba(0,0,0,.2);
zoom: 1;
opacity: 0.5;
-webkit-transition:all 0.5s ease-in-out;
transition:all 0.5s ease-in-out;
}
.tp-bullets.simplebullets.round .bullet:hover { 
opacity: 1;
}
.tp-bullets.simplebullets.round .bullet.selected {
opacity: 1;
}
.tp-leftarrow.custom,
.tp-rightarrow.custom {
background:none!important;
height:50px;
width:50px;
text-align:center;
opacity:0;
-webkit-transition:opacity 0.5s;
transition:opacity 0.5s;
}
.rev_slider_wrapper:hover .tp-leftarrow.custom,
.rev_slider_wrapper:hover .tp-rightarrow.custom {
opacity:0.3;
}
.rev_slider_wrapper .tp-leftarrow.tparrows.custom:before,
.rev_slider_wrapper .tp-rightarrow.tparrows.custom:before {
font-family: 'flora';
font-size: 30px;
line-height: 30px;
color: #fff;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.rev_slider_wrapper .tp-leftarrow.tparrows.custom:before {
content:'\f177';
}
.rev_slider_wrapper .tp-rightarrow.tparrows.custom:before {
content:'\f178';
}
.rev_slider_wrapper:hover .tp-leftarrow.custom:hover, 
.rev_slider_wrapper:hover .tp-rightarrow.custom:hover {
opacity: 1;
}
.tp-dottedoverlay.threexthreewhite {
background: none rgba(33, 36, 42, 0.6);
}
.tp-video-play-button {
display: none !important
}
.rev_slider video {
pointer-events: none
}
.rev_slider video::-webkit-media-controls {
display: none !important
} .wpcf7 {
margin: 0;
padding: 0;
}
.wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
}
.wpcf7 p{
margin-bottom: 25px;
}
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
.wpcf7-mail-sent-ng {
border: 2px solid #ff0000;
}
.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
.wpcf7-validation-errors {
border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
position: absolute;
color: #f00;
font-size: 1em;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #ff0000;
background: #fff;
padding: .2em .8em;
}
.wpcf7-list-item {
margin-left: 0.5em;
}
.wpcf7-display-none {
display: none;
}
.wpcf7 img.ajax-loader {
border: none;
vertical-align: middle;
margin-left: 4px;
}
.wpcf7 .ajax-error {
display: none;
} .w-scroll-button {
position: absolute;
z-index: 10;
display: inline-block;
left: 50%;
bottom: 50px;
width: 100px;
border-color: #fff;
color: #fff;
margin-left: -50px;
text-align: center;
} .w-scroll-button.w-button-1 a {
display: inline-block;
border-width: 1px;
border-style: solid;
border-color: inherit;
color: inherit;
width: 22px;
height: 36px;
border-radius: 20px;
overflow: hidden;
}
.w-scroll-button.w-button-1 a i {
display: inline-block;
position: absolute;
left: 50%;
top: 10px;
height: 8px;
width: 4px;
margin-left: -2px;
border-color: inherit;
color: inherit;
-webkit-animation: fadeInDown 1.2s infinite both;
animation: fadeInDown 1.2s infinite both;
}
.w-scroll-button.w-button-1 a i:before {
display: block;
content: '';
border-style: solid;
border-left-width: 1px;
border-color: inherit;
color: inherit;
border-radius: 2px;
height: 3px;
}  @-webkit-keyframes fadeInOut {
0% {
opacity: 0;
}
25% {
opacity: 1;
}
50% {
opacity: 0;
}
}
@keyframes fadeInOut {
0% {
opacity: 0;
}
25% {
opacity: 1;
}
50% {
opacity: 0;
}
}
.w-scroll-button.w-button-2 a {
display: inline-block;
width: 20px;
overflow: hidden;
text-align: center;
line-height: 10px;
font-size: 22px;
color: inherit;
}
.w-scroll-button.w-button-2 a i {
line-height: 0;
}
.w-scroll-button.w-button-2 a:before, 
.w-scroll-button.w-button-2 a:after, 
.w-scroll-button.w-button-2 a i:before {
display: block;
font-family: 'flora';
content: '\e760';
margin: 2px 0;
line-height: 8px;
font-style: normal;
opacity: 0;
-webkit-animation: fadeInOut 2s infinite;
animation: fadeInOut 2s infinite;
-webkit-animation-delay: 3s;
animation-delay: 3s;
}
.w-scroll-button.w-button-2 a i:before {
-webkit-animation-delay: 3.25s;
animation-delay: 3.25s;
}
.w-scroll-button.w-button-2 a:after {
-webkit-animation-delay: 3.5s;
animation-delay: 3.5s;
} .w-section.w-text-light > *,
.col.w-text-light > *,
.w-text-light .w-counter-box,
.w-text-light .w-pricing-box .box-content,
.w-text-light .w-donut-chart span,
.w-text-light .w-testimonials-slider .owl-nav > div,
.w-text-light .w-testimonial .w-customer a:hover,
.w-text-light .w-clients-carousel .owl-nav > div,
.w-text-light .w-info-box.w-large .w-content p:after,
.w-text-light .w-pricing-box .box-price span {
color:#D7D7D7;
}
.w-text-light h1,
.w-text-light h2,
.w-text-light h3,
.w-text-light h4,
.w-text-light h5,
.w-text-light h6,
.w-text-light .w-testimonials-slider .owl-stage-outer:before {
color: #fff;
}
.w-text-light .owl-dot span {
border-color: rgba(255,255,255,0.7);
background: none;
}
.w-text-light .owl-dot.active span {
background: #fff;
}
.w-text-light .owl-dot.active span:hover {
border-color: #fff;
background: none;
}
.w-text-light .owl-dot span:hover {
border-color:#fff;
background:#fff;
}
.w-text-light .w-icon-tabs.w-tabs .w-tabs-nav li:not(.active) a, 
.w-text-light .w-testimonial .w-customer p {
color: #aaa;
}
.w-text-light .w-heading h2:after {
color: #eee;
}
.w-text-light .w-heading.title-1 h2:before,
.w-text-light .w-heading.title-1 h2:after,
.w-text-light .w-heading.title-2 h2:before,
.w-text-light .w-heading.title-2 h2:after {
background:#aaa;
}
.w-text-light .w-team-slider .member-detail .member-meta:after,
.w-text-light .w-team-slider .social-link a,
.w-text-light .w-icon-tabs.w-tabs .w-tabs-nav li:not(.active), 
.w-text-light .w-icon-tabs.w-tabs .w-tabs-nav li:not(.active) a {
border-color: #aaa;
}
.w-text-light .w-pricing-box .box-content ul li:nth-child(even),
.w-text-light .w-pricing-box .box-content p:nth-child(even),
.w-text-light .w-tour .w-tabs-nav li:not(.active) a {
background: rgba(255,255,255, 0.05);
}
.w-text-light .w-testimonials-slider:before {
color: rgba(255,255,255,0.15);
}
.w-text-light .w-team-slider .owl-nav > div {
background-color: #fff;
}
.w-text-light .w-testimonials-slider .w-customer img {
border-color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 1199px) {
.w-portfolio-grid .w-item,
.w-image-gallery .w-view .w-item {
width:50%;
}
.w-layout-flora .w-effect-flora-3 .w-item:not(.w-w2).w-h2 figure h3 {
margin-top: 30%;
}
.w-effect-kira figure p {
-ms-transform: translateY(5px);
-webkit-transform: translate3d(0,5px,0);
transform: translate3d(0,5px,0);
}
.w-effect-sadie figure figcaption:before, 
.w-effect-sadie figure p:before {
opacity: 1;
-ms-transform: translateY(0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.w-counter-box span {
width: 70px;
}
.w-counter-box .counter-value {
margin-left: 70px;
font-size:40px;
}
.w-counter-box h4 {
font-size:12px;
}
.w-counter-box.w-1 span {
font-size: 50px;
line-height:1.5;
}
}
@media only screen and (max-width: 991px) {
body{
overflow: hidden;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .five-cols {
width: 100%;
padding-top: 4%;
padding-bottom: 4%;
}
.text-left, .text-right {
text-align: center!important;
}
.col-offset-1, .col-offset-2, .col-offset-3, .col-offset-4, .col-offset-5, .col-offset-6, .col-offset-7, .col-offset-8, .col-offset-9, .col-offset-10, .col-offset-11, .col-offset-12 {
margin-left: 0;
}
.w-scroll-button{
display: none;
}
.w-image-gallery.w-grid .w-item{ 
padding: 0;
}
.w-blog-posts.w-masonry {
background: none;
}
.w-blog-posts.w-masonry .w-view {
margin-right: 16px;
}
.w-blog-posts.w-masonry .w-item {
background: #fff;
padding: 16px;
margin-bottom: 16px;
box-shadow: 0 0px 4px rgba(0,0,0,0.1);
-webkit-transition: box-shadow 0.35s;
transition: box-shadow 0.35s;
}
.w-blog-posts.w-masonry .w-item:hover {
box-shadow: 0 2px 20px rgba(0,0,0,0.2);
z-index: 10;
}
.w-blog-posts.w-masonry .w-item > .post {
overflow: hidden;
}
.w-portfolio-grid.w-grid .w-item {
padding: 0;
}
.w-section.w-full .w-blog-posts.w-grid .w-item > .post {
height: auto;
}
.w-section.w-full .w-blog-posts.w-grid .post .post-footer{
position: relative;
margin-top: 10px;
}
.w-blog-posts.w-masonry .w-view .w-item,
.w-blog-posts.w-masonry .w-view .w-item.w-w2,
.w-blog-posts.w-masonry .w-view .w-item.w-item-h {
width: 100%;
float: none;
}
.w-blog-posts.w-masonry .w-w2 .post-content {
width: 100%;
}
.w-blog-posts.w-masonry .w-item.w-item-h {
height: 500px;
}
.w-blog-posts.w-masonry .w-item.w-item-h .post-media,
.w-blog-posts.w-masonry .w-item.w-item-h .post:not(.format-quote) .post-content {
left: 0;
width: 100%;
height: 50%;
}
.w-blog-posts.w-masonry .w-item.w-item-h .post-media {
padding-right: 0;
}
.w-blog-posts.w-masonry .w-item.w-item-h .post:not(.format-quote) .post-content {
top: 50%;
padding: 10px 0;
}
.w-layout-flora .w-effect-apollo .w-item.w-h2 figure figcaption:before {
width: 200%;
}
.divider-3-cols .row > div,
.row.divider-3-cols > div,
.divider-2-cols .row > div,
.row.divider-2-cols > div {
border-right-width: 0;
}
.divider-3-cols .row > div:last-child,
.row.divider-3-cols > div:last-child,
.divider-2-cols .row > div:last-child,
.row.divider-2-cols > div:last-child {
border-bottom-width: 0;
}
#footer-widget .w-flickr li {
width: 20%;
float: left;
}
#footer-widget .w-flickr li:nth-child(n+11) {
display: none;
}
.w-flickr li {
float: left;
}
.w-flickr li.col-1,
.w-flickr li.col-2 {
width: 16.6666%;
}
.w-flickr li.five-cols {
width: 20%;
}
.w-flickr li.col-4 {
width: 33.3333%;
}
.w-flickr li.col-6,
.w-flickr li.col-3 {
width: 25%;
}
.w-counter-box span {
width: 80px;
}
.w-counter-box .counter-value {
margin-left: 80px;
font-size: 50px;
}
.w-counter-box h4 {
font-size: 14px;
}
.w-counter-box.w-1 span {
line-height: 1.2;
font-size: 70px;
}
.w-counter-box.w-1 {
text-align: center;
max-width:300px;
}
}
@media only screen and (max-width: 599px) {
.w-custom-heading h1 {
font-size: 32px!important;
line-height: 44px!important;
white-space: normal;
}
.w-custom-heading h2 {
font-size: 30px!important;
line-height: 42px!important;
white-space: normal;
}
.w-custom-heading h3 {
font-size: 26px!important;
line-height: 38px!important;
white-space: normal;
}
.w-custom-heading h4,
.w-custom-heading h5,
.w-custom-heading h6 {
font-size: 28px!important;
line-height: 36px!important;
white-space: normal;
margin-bottom: 8px;
}
.w-pricing-box .box-header h3 {
font-size: 18px;
}
.w-tabs.w-icon-tabs .w-tabs-nav li {
margin: 0px 3px 15px;
}
.w-info-box.w-medium:not(.w-top) {
text-align: center;
}
.w-info-box.w-medium:not(.w-top) .w-icon {
float: none;
margin-right: 0;
margin-left: 0;
margin-bottom: 20px;
}
.w-info-box.w-medium:not(.w-top):not(.w-small) .w-header h3, 
.w-info-box.w-medium:not(.w-top):not(.w-small) .w-content {
margin-left: 0;
margin-right: 0;
margin-bottom: 10px;
}
.w-filter {
padding:10px 0px;
}
.w-filter li {
display:block;
}
.w-portfolio-grid .w-item,
.w-image-gallery .w-view .w-item,
.w-image-gallery.w-masonry .w-item.w-w2,
.w-layout-flora .w-item.w-w2 {
width:100%;
float:none;
}
.w-portfolio-grid.w-layout-flora .w-item,
.w-layout-flora .w-item.w-h2 {
height:300px;
}
.w-layout-flora .w-effect-apollo .w-item:not(.w-w2).w-h2 figure figcaption:before {
width: 100%;
}
.w-portfolio-grid.w-layout-flora .w-effect-jazz .w-item figure h3 {
max-height: 65px;
}
#footer-widget .w-flickr li {
width:25%;
float:left;
}
#footer-widget .w-flickr li:nth-child(n+9) {
display:none;
}
.w-flickr li.col-1,
.w-flickr li.col-2{
width:25%;
}
.w-flickr li.col-6 {
width:50%;
}
.w-flickr li:nth-child(n+13).col-1,
.w-flickr li:nth-child(n+13).col-2 {
display:none;
}
}
@media only screen and (min-width: 768px) {
.w-action-box {
display: table;
width: 100%;
text-align:left;
}
.w-section.w-full .w-action-box {
padding:40px 60px;
}
.w-action-box .w-content {
display: table-cell;
vertical-align: middle;
}
.w-action-box .w-action-button {
display: table-cell;
vertical-align: middle;
padding-left: 50px;
text-align: right;
}
.w-link-button.large, .w-ghost-button.large {
padding: 15px 40px;
}
:not(.w-icon-tabs).w-tabs .w-tabs-nav {
width: auto;
}
.w-tabs .w-tabs-nav li {
float: left;
}
.w-tour .w-tabs-nav {
float: left;
margin: 0;
width: 30%;
}
.w-tour .w-tab-wrapper {
float: left;
width: 70%;
}
.w-tour .w-tab-content {
margin: 0 0 0 20px;
}
.w-layout-flora .w-effect-flora-3 .w-item.w-h2 figure h3,
.w-layout-flora .w-effect-apollo .w-item.w-h2 figure h3  {
max-height: 198px;
}
}
@media only screen and (min-width: 992px) { .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .five-cols {
float: left;
}
.w-heading.title-1.text-left h2:before,
.w-heading.title-1.text-left h2:after,
.w-heading.title-2.text-left h2:before,
.w-heading.title-2.text-left h2:after {
margin:0;
left:0;
}
.w-heading.title-1.text-right h2:before,
.w-heading.title-1.text-right h2:after,
.w-heading.title-2.text-right h2:before,
.w-heading.title-2.text-right h2:after {
margin:0;
right:0;
left:auto;
}
.w-team-slider.grid-2-cols .owl-item.active {
text-align: right;
}
.w-team-slider.grid-2-cols .owl-item.active + .owl-item.active {
text-align: left;
}
.divider-3-cols .row > div:nth-child(2n+2),
.row.divider-3-cols > div:nth-child(2n+2) {
border-right-width: 1px;
}
.divider-3-cols .row > div:nth-child(3n+3),
.row.divider-3-cols > div:nth-child(3n+3),
.divider-2-cols .row > div:nth-child(2n+2),
.row.divider-2-cols > div:nth-child(2n+2) {
border-right-width: 0;
}
.divider-3-cols .row > div:last-child,
.divider-3-cols .row > div:nth-last-child(2),
.divider-3-cols .row > div:nth-last-child(3),
.row.divider-3-cols > div:last-child,
.row.divider-3-cols > div:nth-last-child(2),
.row.divider-3-cols > div:nth-last-child(3),
.divider-2-cols .row > div:last-child,
.divider-2-cols .row > div:nth-last-child(2),
.row.divider-2-cols > div:last-child,
.row.divider-2-cols > div:nth-last-child(2) {
border-bottom-width: 0;
}
.w-blog-posts.w-masonry .w-item.w-w2 .post.format-quote .quote-author {
display: none;
}
.w-blog-posts.w-masonry .w-item-h .post.format-quote .post-content:before,
.w-blog-posts.w-masonry .w-item-h .post.format-link .post-content:before {
margin: 0 0 0 5px;
}
.w-image.w-responsive div {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.w-image.w-responsive img {
visibility: hidden;
} .overlap-top {
position: relative;
z-index: 999;
margin-top: -50px;
}
.overlap-bottom {
position: relative;
z-index: 999;
margin-bottom: -50px;
}
.overlap-right {
position: relative;
z-index: 999;
margin-right: -50px;
}   
.overlap-left {
position: relative;
z-index: 999;
margin-left: -50px;
} .w-section.w-v-align > .container > .row,
.row.w-v-align {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.w-section.w-v-align > .container > .row > .col,
.row.w-v-align > .col {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
} .w-section.w-v-align.w-middle > .container > .row > .col,
.row.w-v-align.w-middle > .col {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
} .w-section.w-v-align.w-bottom > .container > .row > .col,
.row.w-v-align.w-bottom > .col {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.w-section.w-v-align > .container > .row > .col > .col-inner,
.row.w-v-align > .col > .col-inner{ -webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
height: auto;
}   
}
@media only screen and (min-width: 1200px) {    
.w-team-slider.grid-4-cols .team-member {
height: 425px;
}
}
@media only screen and (min-width: 1400px) {
.w-section.w-full .w-blog-posts.grid-3-cols .w-item > .post {
height: 510px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.col-sm-12 {
width: 100%;
clear: both;
float: none;
}
.col-sm-11 {
width: 91.6666%;
float: left;
}
.col-sm-10 {
width: 83.3333%;
float: left;
}
.col-sm-9 {
width: 75%;
float: left;
}
.col-sm-8 {
width: 66.6666%;
float: left;
}
.col-sm-7 {
width: 58.3333%;
float: left;
}
.col-sm-6 {
width: 50%;
float: left;
}
.col-sm-5 {
width: 41.6666%;
float: left;
}
.col-sm-4 {
width: 33.3333%;
float: left;
}
.col-sm-3 {
width: 25%;
float: left;
}
.col-sm-2 {
width: 16.6666%;
float: left;
}
.col-sm-1 {
width: 8.3333%;
float: left;
}
.w-v-align > .container > .row > .col.col-resp, 
.row.w-v-align > .col.col-resp {
display: block;
float: left;
}
.col-resp:not(.col-sm-12) .w-responsive-image div {
position: absolute;
width: 100%;
height: 100%;
}
}