@charset "UTF-8";
.nav-overlay,
.nav-container {
position: fixed;
width: 100%;
top: 0;
left: 0;
right: 0;
z-index: 999;
}
body.non-sticky-menu .nav-container {
position: absolute;
}
body.admin-bar.non-sticky-menu .nav-container {
top: 32px;
}
.nav-overlay { height: 100vh;
z-index: 998;
visibility: hidden;
transition: all .3s linear;
}
body.ozy-menu-jsaction .nav-overlay {
background: rgba(0, 0, 0, .5);
visibility: visible;
}
@media only screen and (min-width: 812px) {
body:not(.ozy-alternate-menu) .nav-container { background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00ffffff',GradientType=0 );
}
} .nav-container>a.menu-logo>img ,
.nav-container>div,
.nav-container {
transition: color .3s linear, background-color .3s linear;
-webkit-transition: color .3s linear, background-color .3s linear;
-o-transition: color .3s linear, background-color .3s linear;
-moz-transition: color .3s linear, background-color .3s linear;
}
body.admin-bar:not(.non-sticky-menu) .nav-container {
top: 32px;
}
body.mobile-maybe.admin-bar:not(.non-sticky-menu) .nav-container {
top: 46px;
}
.nav-container>h1,
.nav-container>a.menu-logo {
position: absolute;
margin-left: 25px;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
@media only screen and (min-width: 769px) { body.header_v2 .nav-container>h1,
body.header_v2 .nav-container>a.menu-logo {
position: relative;
float: left;
margin-right: 50px;
}
body.header_v2 .nav-container > div:not(.menu-right-part) {
text-align: inherit;
}
body.header_v3 .nav-container > div {
display: inline-block;
height: 100%;
float: right;
}
body.header_v3 .nav-container > div > div:not(.menu-right-part) {
display: inline-block;
float: left;
text-align: inherit;
}
body.header_v3 .nav-container > div > div.menu-right-part {
position: relative;
display: inline-table;
float: right;
}
body.header_v4 .nav-container>h1,
body.header_v4 .nav-container>a.menu-logo {
left: 50%;
top: 5px;
transform: translateX(-50%);
margin-left: 0;
}
}
.nav-container>h1>a {text-decoration: none;}
.nav-container>a.menu-logo>img {
display: block;
}
.nav-container>a.menu-logo>img.logo-alternate {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
body.ozy-alternate-menu .nav-container > a.menu-logo > img.logo{opacity: 0;}
body.ozy-alternate-menu .nav-container > a.menu-logo > img.logo-alternate{opacity: 1;}
@media only screen and (min-width: 812px) {
.nav-container>div {
text-align: center;
}
}  #menu-video-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(55, 56, 58, 1);
z-index: 9999;
}
#menu-video-overlay.video-regular {
background-image: url(//villaanastasioparos.gr/wp-content/themes/sunway/images/fountain.png);
background-repeat: no-repeat;
background-position: center 80%;	
}
#menu-video-overlay>div {
position: absolute;
width: auto;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#menu-video-overlay>div>video {
width: 80vw;
height: 100%;
}
#menu-video-overlay>div>a {
position: absolute;
display: block;
width: 50px;
height: 62px;
top: -15px;
right: -45px;
font-size: 50px;
text-decoration: none;
color: #fff;
transition: opacity .2s linear;
}
#menu-video-overlay>div>a:hover,
#menu-video-overlay>div>a:active,
#menu-video-overlay>div>a:focus { opacity: .8;} .nav-container .menu-right-part {
position: absolute;
right: 0;
top: 0;
height: 100%;
font-size: 12px;
}
.nav-container .menu-right-part>a:last-of-type:not(.book-your-stay) {
margin-right: 25px;
} .nav-container .menu-right-part .menu-search,
.nav-container .menu-right-part .menu-video,
.nav-container .menu-right-part .menu-lang,
.nav-container .menu-right-part a.book-your-stay {
position: relative;
display: inline-block;
height: 100%;
padding: 20px 40px;
margin-left: 30px;
float: left;
font-size: 12px;
text-decoration: none;					
}
.nav-container .menu-right-part a.book-your-stay>span{
display: grid;
position: relative;
top: 50%; vertical-align: middle;
line-height: 1.4em;
}
@media only screen and (min-width: 769px) {
.nav-container .menu-right-part a.book-your-stay>span{
transform: translateY(-50%);
}
}
@-moz-document url-prefix() {
.nav-container .menu-right-part a.book-your-stay>span{
line-height: 1.8em;
}
}
.nav-container .menu-right-part .menu-search {
font-size: 1.4rem;
}
.nav-container .menu-right-part a.book-your-stay>span>i {
font-size: 1.6rem;
padding-top: 5px;
padding-bottom: 10px;
}
.nav-container .menu-right-part a.book-your-stay>span>br {
display: block;
margin-top: -5px;
content: ' ';
}
.nav-container .menu-right-part .menu-search,
.nav-container .menu-right-part .menu-video,
.nav-container .menu-right-part .menu-lang {
display: table;
padding: 0;
text-transform: uppercase;
transition: color .2s linear, background-color .2s linear;
-webkit-transition: color .2s linear, background-color .2s linear;
-o-transition: color .2s linear, background-color .2s linear;
-moz-transition: color .2s linear, background-color .2s linear;
}
.nav-container .menu-right-part .menu-video {
margin-left: 0;
}
.nav-container .menu-right-part .menu-search>i,
.nav-container .menu-right-part .menu-video>span,
.nav-container .menu-right-part .menu-lang>.lang-switcher {
display: table-cell;
vertical-align: middle;
}
.nav-container .menu-right-part .menu-search>i{padding-top: 6px;}
.nav-container .menu-right-part .menu-video>span>span,
.nav-container .menu-right-part .menu-lang>.lang-switcher>span {
padding: 5px 20px 4px;
border: 2px solid currentColor;
}
.nav-container .menu-right-part .menu-video.s {margin-left: 20px;}
.nav-container .menu-right-part .menu-video:not(:first-child):not(.s)>span>span {border-left: none !important;} .menu-container {
width:100%;
margin: 0 auto;
padding: 20px 0;
}
label.responsive_menu span {
margin-left: 10px;
color: white;
display: none;
}
.sunway-primary-nav {
position: relative;
margin: 0;
} .sunway-primary-nav a, .sunway-primary-nav a:link, .sunway-primary-nav a:visited, .sunway-primary-nav a:focus, span {
text-decoration: none !important;
-webkit-tap-highlight-color: transparent !important;
}
.sunway-primary-nav>li *>a {
display: inline-block;
width: 100%;
font-weight: 300;
font-size: 120% !important;
}
.sunway-primary-nav a:hover {
text-decoration: none;
} .sunway-primary-nav > li {
display: inline-block;
text-align: center;
}
.sunway-primary-nav li > ul li>a>i,
.sunway-primary-nav > li.dropdown>a>span>i {
display: inline-block;
padding-left: 10px;
}
.sunway-primary-nav li > ul li>a>i {
position: relative;
padding: 20px 10px 0 20px;
float: right;
}
.sunway-primary-nav li > ul li>a>i:before,
.sunway-primary-nav > li.dropdown>a>span>i:before {
position: absolute;
top: 50%;
transform: translateY(-51%);
}   .sunway-primary-nav > li > a {
position: relative;
display: block;
height: 100%;
padding: 20px 10px 20px 10px;
line-height: 0;
letter-spacing: .04em;
}
.sunway-primary-nav > li > a > span {
position: relative;
top: 50%;
transform: translateY(-50%);
} .sunway-primary-nav > li > ul {
visibility: hidden;
position: absolute;
list-style: none;
min-width: 200px;
text-align: left;
margin-top:-30px;
margin-left: -10px;
padding: 0 0 15px 0;
z-index: 99;
animation: fadeSlideDown .2s;
animation-fill-mode: forwards;
animation-iteration-count: 1;
-webkit-box-shadow: 0px 5px 9px -6px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 5px 9px -6px rgba(0,0,0,0.4);
box-shadow: 0px 5px 9px -6px rgba(0,0,0,0.4);
}  body:not(.mobile-maybe) .sunway-primary-nav > li.active-hover > ul,
.sunway-primary-nav > li.open > ul {
visibility: visible;
display: block;
opacity: 1;
border-bottom: 2px solid var(--content-color);
animation: fadeSlideUp .2s;
animation-fill-mode: forwards;
animation-iteration-count: 1;
}
@keyframes fadeSlideUp {
0% {
opacity: 0;
display: block;
}
100% {
margin-top: 0px;
opacity: 1;
}
}
@keyframes fadeSlideDown {
0% {
opacity: 1;
margin-top: 0px;
}
100% {
opacity: 0;
margin-top: -30px;
display: none;
}
} .sunway-primary-nav li > ul li {
position: relative;
display: block;
padding: 6px 20px;
}
.sunway-primary-nav li > ul li:first-child:not(:last-child) {
padding-top: 0;
} .sunway-primary-nav > li > ul li ul {
opacity: 0;
visibility: hidden;
position: absolute;
list-style: none;
top:0px;
left: 200px;
min-width: 200px;
text-align: left; padding: 15px 0 15px 0;
margin-top: -15px;
margin-left: -30px;
border-bottom: 2px solid var(--content-color);
animation: fadeSlideRight .2s;
animation-fill-mode: forwards;
animation-iteration-count: 1;
-webkit-box-shadow: 0px 5px 9px -6px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 5px 9px -6px rgba(0,0,0,0.4);
box-shadow: 0px 5px 9px -6px rgba(0,0,0,0.4);
}
input#responsive_menu { display: none; } body:not(.mobile-maybe) .sunway-primary-nav > li ul li:hover > ul,
.sunway-primary-nav > li ul li.open > ul {
visibility: visible;
display: block;
opacity: 1;
border-bottom: 2px solid var(--content-color);
animation: fadeSlideLeft .2s;
animation-fill-mode: forwards;
animation-iteration-count: 1;
}
@keyframes fadeSlideLeft {
0% {
opacity: 0;
display: block;
}
100% {
margin-left: 0px;
opacity: 1;
}
}
@keyframes fadeSlideRight {
0% {
opacity: 1;
margin-left: 0px;
}
100% {
opacity: 0;
margin-left: -30px;
display: none;
}
} .sunway-primary-nav > li > .megadrop {
visibility: hidden;
position: absolute;
list-style: none;
left: 0px;
width: 100%;
min-height: 100px;
text-align: center;
margin-top: -30px; padding: 0 0 14px 0;
z-index: 99;
overflow: hidden;
animation: fadeSlideDown .2s;
animation-fill-mode: forwards;
animation-iteration-count: 1;
-webkit-box-shadow: 0px 5px 9px -6px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 5px 9px -6px rgba(0,0,0,0.4);
box-shadow: 0px 5px 9px -6px rgba(0,0,0,0.4);
}  body:not(.mobile-maybe) .sunway-primary-nav > li.active-hover .megadrop,
.sunway-primary-nav > li.open .megadrop {
visibility: visible;
display: block;
opacity: 1;
animation: fadeSlideUp .2s;
animation-fill-mode: forwards;
animation-iteration-count: 1;
} .sunway-primary-nav .columndrop {
visibility: hidden;
position: absolute;
list-style: none;
min-height: 100px;
text-align: left;
margin-top:-30px;
margin-left: -10px;
padding: 0;
padding: 0 10px 10px 10px;
z-index: 99;
animation: fadeSlideDown .2s;
animation-fill-mode: forwards;
animation-iteration-count: 1;
-webkit-box-shadow: 0px 5px 9px -6px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 5px 9px -6px rgba(0,0,0,0.4);
box-shadow: 0px 5px 9px -6px rgba(0,0,0,0.4);
}  body:not(.mobile-maybe) .sunway-primary-nav > li.active-hover .columndrop,
.sunway-primary-nav > li.open .columndrop {
visibility: visible;
display: block;
opacity: 1;
animation: fadeSlideUp .2s;
animation-fill-mode: forwards;
animation-iteration-count: 1;
}
.sunway-primary-nav .columndrop .col { margin:0 9px;
} .sunway-primary-nav .col {
display: inline-grid;
width: 15%;
min-width: 190px;
margin: 0 0 0 2.2%;
text-align: left;
}
.sunway-primary-nav div.columndrop.col-md-1 .col {
width: calc(100% - 10px);
}
.sunway-primary-nav div.columndrop.col-md-2 .col {
width: calc(50% - 20px);
}
.sunway-primary-nav div.columndrop.col-md-3 .col {
width: calc(33% - 30px);
}
.sunway-primary-nav div.columndrop.col-md-4 .col {
width: calc(25% - 40px);
}
.sunway-primary-nav div.columndrop.col-md-5 .col {
width: calc(20% - 50px);
}
.sunway-primary-nav .col ul {
padding: 0;
margin: 0;
}
.sunway-primary-nav .col ul li {
padding: 0;
list-style: none;
font-weight: 300 !important;
}
.sunway-primary-nav .col h3 {
position: relative;
font-size: 16px; padding: 0 0 14px;
font-weight: 700;
white-space: nowrap; margin: 0 0 5px 0;
}
.sunway-primary-nav .col ul li a {
display: block; padding: 0 0 12px 0;
}
.sunway-primary-nav .col ul {
background: none !important;
}
.sunway-primary-nav > li > .columndrop,
.sunway-primary-nav > li > .megadrop {
background-position: bottom right;
background-repeat: no-repeat;
border-bottom: 2px solid var(--content-color);
}
.sunway-primary-nav > li > ul li ul, .sunway-primary-nav li >ul li, .sunway-primary-nav > li > .megadrop, .sunway-primary-nav > li > .columndrop, .sunway-primary-nav > li > ul, .sunway-primary-nav > li {
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
} @media only screen and (min-width: 1024px) and (max-width: 1440px) {
.sunway-primary-nav,
.nav-container .menu-right-part,
.nav-container .menu-right-part a {
font-size: 10px !important;
}
.sunway-primary-nav > li > a {
padding: 20px 8px 20px 5px;
}
.sunway-primary-nav li > ul li>a>i,
.sunway-primary-nav > li.dropdown>a>span>i {
padding-left: 2px;
}
}
@media only screen and (min-width: 812px) and (max-width: 1024px) {
.nav-container .menu-right-part .menu-search,
.nav-container .menu-right-part .menu-video,
.nav-container .menu-right-part .menu-lang {
width: 35px;
}
.nav-container .menu-right-part a.book-your-stay {
padding: 20px 0;
width: 75px;
margin-left: 10px !important;
}
.nav-container .menu-right-part .menu-video>span>span {
padding: 5px 10px;
}
.nav-container .menu-right-part .menu-search,
.nav-container .menu-right-part .menu-video,
.nav-container .menu-right-part .menu-lang,
.nav-container .menu-right-part a.book-your-stay {
margin-left: 0;
}
.nav-container>a.menu-logo>img {
max-width: 170px;
}
}
@media only screen and (min-width: 812px) and (max-width: 959px) {
.menu-container {
width:812px;
}
}
@media only screen and (min-width: 480px) and (max-width: 811px) {
.menu-container {
width: 420px;
}
}
@media only screen and (max-width: 479px) {
.menu-container {
width: 300px;
}
}
@media only screen and (max-width: 959px) and (min-width: 769px) { .sunway-primary-nav > li > ul li ul li ul {
left: -200px;
z-index: 3;
}
.sunway-primary-nav > li > a{
padding: 20px 12px;
font-size: 12px;
}
.sunway-primary-nav .columndrop .col {
width: 120px;
margin:0 5px;
}
}
.mobile-book-your-stay,
.menu-item.mobile-menu-extras {display: none !important;}
@media only screen and (min-width: 769px) { .sunway-primary-nav .col h3 {
padding-left: 20px;
}
.sunway-primary-nav .col h3:after {
content: '';
position: absolute;
top: 50%;
left: 0;
width: 10px;
height: 2px;
margin-top: -6px;
background-color: currentColor;
}
}
@media only screen and (max-width: 812px) {
body {
overflow-x: hidden;
}
label.responsive_menu span {
margin-left: 0;
}
.menu-logo,
.nav-container .menu-right-part {
display: none;
}
.menu-item.mobile-menu-extras {
display: inherit !important;
margin-top: 20px;
}
.nav-container .menu-item.mobile-menu-extras .menu-right-part {
position: inherit;
display: table;
}
.nav-container .menu-item.mobile-menu-extras .menu-right-part>div {
display: inherit;
margin: 0 auto;
}
.mobile-book-your-stay {
display: inline-block!important;
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
padding: 5px;
border: 2px solid var(--shared-border-color) !important;
}
.mobile-book-your-stay>a>span {
display: block !important;
font-size: 10px !important;
line-height: 12px !important;
}
.nav-container .menu-right-part .menu-search,
.nav-container .menu-right-part .menu-video,
.nav-container .menu-right-part .menu-lang {
display: inline-block;
width: auto;
height: 30px;
min-width: 40px;
margin: 0 !important;
}
.nav-container .menu-right-part .menu-search {border: 2px solid currentColor;}
.nav-container .menu-right-part .menu-search:not(:last-child) { border-right: none; }
.nav-container .menu-right-part .menu-search>i { padding: 8px 14px; }
.nav-container .menu-right-part .menu-search>i,
.nav-container .menu-right-part .menu-video>span,
.nav-container .menu-right-part .menu-lang>.lang-switcher {
height: 30px;
display: flex;
}
.nav-container .menu-right-part a.book-your-stay {
width: 100% !important;
height: auto !important;
margin-top: 10px;
margin-left: 0 !important;
padding: 10px 10px;
}
.nav-container .menu-right-part a.book-your-stay>span {
display: inherit;
line-height: 1em; width: 205px;
text-align: center;
}
.nav-container .menu-right-part a.book-your-stay>span>span {  }
.nav-container .menu-right-part a.book-your-stay>span>i {  display: block;
padding: 0 0 5px 0;
}
.sunway-primary-nav>li *>a { font-size: 100% !important; }
.sunway-primary-nav li > ul,
.sunway-primary-nav .columndrop,
.sunway-primary-nav .megadrop {
margin-top: 0 !important;
display: none;
position: relative !important;
}
.nav-container .menu-right-part .menu-video>span>span,
.nav-container .menu-right-part .menu-lang>.lang-switcher>span { padding: 7px 20px; }
body.ozy-alternate-menu #main,
body:not(.full-page-template):not(.single) #main {
padding-top: 85px !important;
}
.nav-container {
height: 85px !important;
}
.sunway-primary-nav .col h3 {
padding: 5px 0;
margin: 0;
font-size: 3.5vw !important;
}
.sunway-primary-nav {
display: none;
}
label.responsive_menu span {
display: inline;
font-size: 20px;
font-variant: small-caps;
font-weight:400;
}
label.responsive_menu span img {
width: auto;
max-width: 200px;
max-height: 60px;
}
label.responsive_menu {
position: relative;
display: block;
width: 100%;
padding: 10px 0;
text-align: center;
}
.sunway-primary-nav {
display: block !important; overflow-y: auto;
height: 100vh;
position: absolute;
width: 100%;
max-width: 265px;
top: 85px;
background-color: currentColor;
left: -102%;
-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.3);
box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.3);
transition: all .3s cubic-bezier(1, -0.12, 0.44, 0.98) !important;
}
.sunway-primary-nav li {
width: 100%; text-align: left;
margin: 0 !important;
padding: 0 !important;
}
.sunway-primary-nav > li {
border-right: none;
height: auto;
position: relative;
}
.sunway-primary-nav li > a,
.sunway-primary-nav li > a > span {
transform: none;
display: inline-block;
width: 100%;
line-height: 1em;
outline: none !important;
}
.sunway-primary-nav li > a {
padding: 10px 20px;
}
.sunway-primary-nav li {
border-top: 1px solid var(--shared-border-color);
}
.sunway-primary-nav > li:first-child {
border: none;
}
.sunway-primary-nav li.mobile-menu-extras {
padding: 20px !important;
}
.sunway-primary-nav li.dropdown > a > i {
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
}
.sunway-primary-nav li ul {
position: relative;
padding: 0 !important;
}
.sunway-primary-nav .megadrop, .sunway-primary-nav .columndrop {
width: 100%;
padding: 0;
background-image: none !important;
}
.sunway-primary-nav .col, .sunway-primary-nav .columndrop .col {
width: 100%;
margin: 0;
padding: 0;
}
.sunway-primary-nav .col h3:after {
content: '';
position: absolute;
top: 50%;
left: 20px;
margin-top: -5px;
width: 10px;
height: 2px;
background-color: currentColor;
}
.sunway-primary-nav .col h3 {
position: relative;
padding: 0 20px 10px 40px;
}
.sunway-primary-nav .col ul li>a {
padding: 10px 20px;
}
.sunway-primary-nav > li > ul li ul {
width: 100%;
left: 0;
z-index: 2;
}
.sunway-primary-nav > li > ul > li:hover ul {
margin-top: 0;
}
#responsive_menu:checked+.sunway-primary-nav {
display: block;
left: 0;
}
.hamburger-menu-wrapper {
display: block !important;
position: absolute;
top: 50%;
left: 20px;
transform: translateY(-50%);
width: 30px;
height: 24px;
cursor: pointer;
}
.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
display: block !important;
width: 30px;
height: 2px;
}
.hamburger-menu {
position: relative;
transform: translateY(8px);
background: var(--content-color);
transition: all 0ms 300ms;
}
.hamburger-menu.animate {
background: rgba(255, 255, 255, 0);
}
.hamburger-menu:before {
content: "";
position: absolute;
left: 0;
bottom: 8px;
background: var(--content-color);
transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu:after {
content: "";
position: absolute;
left: 0;
top: 8px;
background: var(--content-color);
transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate:after {
top: 0;
transform: rotate(45deg);
transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate:before {
bottom: 0;
transform: rotate(-45deg);
transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.sunway-primary-nav ul > li > a {
padding: 10px 20px 10px 30px;
width: 100%;
}
.sunway-primary-nav ul > li > ul > li > a {
padding-left: 40px;
width: 100%;
}
.sunway-primary-nav ul > li > ul > li > ul > li > a {
padding-left: 50px;
width: 100%;
}
.sunway-primary-nav ul li.dropdown:after {
left: 90%;
}
.sunway-primary-nav > li > ul,
.sunway-primary-nav > li > .megadrop,
.sunway-primary-nav .columndrop,
.sunway-primary-nav .megadrop,
.sunway-primary-nav > li > ul li ul {
position: relative;
top: auto;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.sunway-primary-nav div.columndrop.col-md-1 .col,
.sunway-primary-nav div.columndrop.col-md-2 .col,
.sunway-primary-nav div.columndrop.col-md-3 .col,
.sunway-primary-nav div.columndrop.col-md-4 .col,
.sunway-primary-nav div.columndrop.col-md-5 .col {
width: 100%;
}
.sunway-primary-nav li > ul li>a {
position: relative;
}
.sunway-primary-nav li > ul li>a>i {padding: 0;}
.sunway-primary-nav li > ul li>a>i:before, .sunway-primary-nav > li.dropdown>a>span>i:before {
content: "\e442";
right: 0;
}
.sunway-primary-nav li > ul li>a>i:before, .sunway-primary-nav > li.dropdown>a>span>i:before {font-size: 18px;}
.sunway-primary-nav li > ul li.open>a>i:before,
.sunway-primary-nav > li.open.dropdown>a>span>i:before {
content: "\e50e";
}
.sunway-primary-nav > li > .megadrop {
padding: 0;
} .sunway-primary-nav > li > .columndrop, .sunway-primary-nav > li > .megadrop, body:not(.mobile-maybe) .sunway-primary-nav > li ul li:hover > ul,.sunway-primary-nav > li ul li.open > ul, body:not(.mobile-maybe) .sunway-primary-nav > li.active-hover > ul, body:not(.mobile-maybe) .sunway-primary-nav > li ul li:hover > ul,.sunway-primary-nav > li ul li.open > ul, .sunway-primary-nav > li.open > ul, .sunway-primary-nav > li > ul li ul {
border-bottom: none !important;
} .sunway-primary-nav > li > ul li ul, .sunway-primary-nav li >ul li, .sunway-primary-nav > li > .megadrop, .sunway-primary-nav > li > .columndrop, .sunway-primary-nav > li > ul, .sunway-primary-nav > li {
margin-left: 0;
animation: none;
transition: none;
-moz-transition: none;
-webkit-transition: none;
-ms-transition: none;
-o-transition: none;
}
}
@font-face{font-family:"ozythemes";src:url(//villaanastasioparos.gr/wp-content/themes/sunway/font/ozy/fonts/ozythemes.eot);src:url(//villaanastasioparos.gr/wp-content/themes/sunway/font/ozy/fonts/ozythemes.eot?#iefix) format("embedded-opentype"),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/ozy/fonts/ozythemes.woff) format("woff"),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/ozy/fonts/ozythemes.ttf) format("truetype"),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/ozy/fonts/ozythemes.svg#ozythemes) format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:'ozythemes';src:url(//villaanastasioparos.gr/wp-content/themes/sunway/font/ozy/fonts/ozythemes.svg#fontset) format('svg')}}[data-icon]:before{font-family:"ozythemes";content:attr(data-icon);font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^="oic-"]:before,[class*=" oic-"]:before{font-family:"ozythemes";font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.oic-outlined-iconset:before{content:"\e000"}.oic-outlined-iconset-1:before{content:"\e001"}.oic-outlined-iconset-2:before{content:"\e002"}.oic-outlined-iconset-3:before{content:"\e003"}.oic-outlined-iconset-4:before{content:"\e004"}.oic-outlined-iconset-5:before{content:"\e005"}.oic-outlined-iconset-6:before{content:"\e006"}.oic-outlined-iconset-7:before{content:"\e007"}.oic-outlined-iconset-8:before{content:"\e008"}.oic-outlined-iconset-9:before{content:"\e009"}.oic-outlined-iconset-10:before{content:"\e00a"}.oic-outlined-iconset-11:before{content:"\e00b"}.oic-outlined-iconset-12:before{content:"\e00c"}.oic-outlined-iconset-13:before{content:"\e00d"}.oic-outlined-iconset-14:before{content:"\e00e"}.oic-outlined-iconset-15:before{content:"\e00f"}.oic-outlined-iconset-16:before{content:"\e010"}.oic-outlined-iconset-17:before{content:"\e011"}.oic-outlined-iconset-18:before{content:"\e012"}.oic-outlined-iconset-19:before{content:"\e013"}.oic-outlined-iconset-20:before{content:"\e014"}.oic-outlined-iconset-21:before{content:"\e015"}.oic-outlined-iconset-22:before{content:"\e016"}.oic-outlined-iconset-23:before{content:"\e017"}.oic-outlined-iconset-24:before{content:"\e018"}.oic-outlined-iconset-25:before{content:"\e019"}.oic-outlined-iconset-26:before{content:"\e01a"}.oic-outlined-iconset-27:before{content:"\e01b"}.oic-outlined-iconset-28:before{content:"\e01c"}.oic-outlined-iconset-29:before{content:"\e01d"}.oic-outlined-iconset-30:before{content:"\e01e"}.oic-outlined-iconset-31:before{content:"\e01f"}.oic-outlined-iconset-32:before{content:"\e020"}.oic-outlined-iconset-33:before{content:"\e021"}.oic-outlined-iconset-34:before{content:"\e022"}.oic-outlined-iconset-35:before{content:"\e023"}.oic-outlined-iconset-36:before{content:"\e024"}.oic-outlined-iconset-37:before{content:"\e025"}.oic-outlined-iconset-38:before{content:"\e026"}.oic-outlined-iconset-39:before{content:"\e027"}.oic-outlined-iconset-40:before{content:"\e028"}.oic-outlined-iconset-41:before{content:"\e029"}.oic-outlined-iconset-42:before{content:"\e02a"}.oic-outlined-iconset-43:before{content:"\e02b"}.oic-outlined-iconset-44:before{content:"\e02c"}.oic-outlined-iconset-45:before{content:"\e02d"}.oic-outlined-iconset-46:before{content:"\e02e"}.oic-outlined-iconset-47:before{content:"\e02f"}.oic-outlined-iconset-48:before{content:"\e030"}.oic-outlined-iconset-49:before{content:"\e031"}.oic-outlined-iconset-50:before{content:"\e032"}.oic-outlined-iconset-51:before{content:"\e033"}.oic-outlined-iconset-52:before{content:"\e034"}.oic-outlined-iconset-53:before{content:"\e035"}.oic-outlined-iconset-54:before{content:"\e036"}.oic-outlined-iconset-55:before{content:"\e037"}.oic-outlined-iconset-56:before{content:"\e038"}.oic-outlined-iconset-57:before{content:"\e039"}.oic-outlined-iconset-58:before{content:"\e03a"}.oic-outlined-iconset-59:before{content:"\e03b"}.oic-outlined-iconset-60:before{content:"\e03c"}.oic-outlined-iconset-61:before{content:"\e03d"}.oic-outlined-iconset-62:before{content:"\e03e"}.oic-outlined-iconset-63:before{content:"\e03f"}.oic-outlined-iconset-64:before{content:"\e040"}.oic-outlined-iconset-65:before{content:"\e041"}.oic-outlined-iconset-66:before{content:"\e042"}.oic-outlined-iconset-67:before{content:"\e043"}.oic-outlined-iconset-68:before{content:"\e044"}.oic-outlined-iconset-69:before{content:"\e045"}.oic-outlined-iconset-70:before{content:"\e046"}.oic-outlined-iconset-71:before{content:"\e047"}.oic-outlined-iconset-72:before{content:"\e048"}.oic-outlined-iconset-73:before{content:"\e049"}.oic-outlined-iconset-74:before{content:"\e04a"}.oic-outlined-iconset-75:before{content:"\e04b"}.oic-outlined-iconset-76:before{content:"\e04c"}.oic-outlined-iconset-77:before{content:"\e04d"}.oic-outlined-iconset-78:before{content:"\e04e"}.oic-outlined-iconset-79:before{content:"\e04f"}.oic-outlined-iconset-80:before{content:"\e050"}.oic-outlined-iconset-81:before{content:"\e051"}.oic-outlined-iconset-82:before{content:"\e052"}.oic-outlined-iconset-83:before{content:"\e053"}.oic-outlined-iconset-84:before{content:"\e054"}.oic-outlined-iconset-85:before{content:"\e055"}.oic-outlined-iconset-86:before{content:"\e056"}.oic-outlined-iconset-87:before{content:"\e057"}.oic-outlined-iconset-88:before{content:"\e058"}.oic-outlined-iconset-89:before{content:"\e059"}.oic-outlined-iconset-90:before{content:"\e05a"}.oic-outlined-iconset-91:before{content:"\e05b"}.oic-outlined-iconset-92:before{content:"\e05c"}.oic-outlined-iconset-93:before{content:"\e05d"}.oic-outlined-iconset-94:before{content:"\e05e"}.oic-outlined-iconset-95:before{content:"\e05f"}.oic-outlined-iconset-96:before{content:"\e060"}.oic-outlined-iconset-97:before{content:"\e061"}.oic-outlined-iconset-98:before{content:"\e062"}.oic-outlined-iconset-99:before{content:"\e063"}.oic-outlined-iconset-100:before{content:"\e064"}.oic-outlined-iconset-101:before{content:"\e065"}.oic-outlined-iconset-102:before{content:"\e066"}.oic-outlined-iconset-103:before{content:"\e067"}.oic-outlined-iconset-104:before{content:"\e068"}.oic-outlined-iconset-105:before{content:"\e069"}.oic-outlined-iconset-106:before{content:"\e06a"}.oic-outlined-iconset-107:before{content:"\e06b"}.oic-outlined-iconset-108:before{content:"\e06c"}.oic-outlined-iconset-109:before{content:"\e06d"}.oic-outlined-iconset-110:before{content:"\e06e"}.oic-outlined-iconset-111:before{content:"\e06f"}.oic-outlined-iconset-112:before{content:"\e070"}.oic-outlined-iconset-113:before{content:"\e071"}.oic-outlined-iconset-114:before{content:"\e072"}.oic-outlined-iconset-115:before{content:"\e073"}.oic-outlined-iconset-116:before{content:"\e074"}.oic-outlined-iconset-117:before{content:"\e075"}.oic-outlined-iconset-118:before{content:"\e076"}.oic-outlined-iconset-119:before{content:"\e077"}.oic-outlined-iconset-120:before{content:"\e078"}.oic-outlined-iconset-121:before{content:"\e079"}.oic-outlined-iconset-122:before{content:"\e07a"}.oic-outlined-iconset-123:before{content:"\e07b"}.oic-outlined-iconset-124:before{content:"\e07c"}.oic-outlined-iconset-125:before{content:"\e07d"}.oic-outlined-iconset-126:before{content:"\e07e"}.oic-outlined-iconset-127:before{content:"\e07f"}.oic-outlined-iconset-128:before{content:"\e080"}.oic-outlined-iconset-129:before{content:"\e081"}.oic-outlined-iconset-130:before{content:"\e082"}.oic-outlined-iconset-131:before{content:"\e083"}.oic-outlined-iconset-132:before{content:"\e084"}.oic-outlined-iconset-133:before{content:"\e085"}.oic-outlined-iconset-134:before{content:"\e086"}.oic-outlined-iconset-135:before{content:"\e087"}.oic-outlined-iconset-136:before{content:"\e088"}.oic-outlined-iconset-137:before{content:"\e089"}.oic-outlined-iconset-138:before{content:"\e08a"}.oic-outlined-iconset-139:before{content:"\e08b"}.oic-outlined-iconset-140:before{content:"\e08c"}.oic-outlined-iconset-141:before{content:"\e08d"}.oic-outlined-iconset-142:before{content:"\e08e"}.oic-outlined-iconset-143:before{content:"\e08f"}.oic-outlined-iconset-144:before{content:"\e090"}.oic-outlined-iconset-145:before{content:"\e091"}.oic-outlined-iconset-146:before{content:"\e092"}.oic-outlined-iconset-147:before{content:"\e093"}.oic-outlined-iconset-148:before{content:"\e094"}.oic-outlined-iconset-149:before{content:"\e095"}.oic-simple-line-icons:before{content:"\e096"}.oic-simple-line-icons-1:before{content:"\e097"}.oic-simple-line-icons-2:before{content:"\e098"}.oic-simple-line-icons-3:before{content:"\e099"}.oic-simple-line-icons-4:before{content:"\e09a"}.oic-simple-line-icons-5:before{content:"\e09b"}.oic-simple-line-icons-6:before{content:"\e09c"}.oic-simple-line-icons-7:before{content:"\e09d"}.oic-simple-line-icons-8:before{content:"\e09e"}.oic-simple-line-icons-9:before{content:"\e09f"}.oic-simple-line-icons-10:before{content:"\e0a0"}.oic-simple-line-icons-11:before{content:"\e0a1"}.oic-simple-line-icons-12:before{content:"\e0a2"}.oic-simple-line-icons-13:before{content:"\e0a3"}.oic-simple-line-icons-14:before{content:"\e0a4"}.oic-simple-line-icons-15:before{content:"\e0a5"}.oic-simple-line-icons-16:before{content:"\e0a6"}.oic-simple-line-icons-17:before{content:"\e0a7"}.oic-simple-line-icons-18:before{content:"\e0a8"}.oic-simple-line-icons-19:before{content:"\e0a9"}.oic-simple-line-icons-20:before{content:"\e0aa"}.oic-simple-line-icons-21:before{content:"\e0ab"}.oic-simple-line-icons-22:before{content:"\e0ac"}.oic-simple-line-icons-23:before{content:"\e0ad"}.oic-simple-line-icons-24:before{content:"\e0ae"}.oic-simple-line-icons-25:before{content:"\e0af"}.oic-simple-line-icons-26:before{content:"\e0b0"}.oic-simple-line-icons-27:before{content:"\e0b1"}.oic-simple-line-icons-28:before{content:"\e0b2"}.oic-simple-line-icons-29:before{content:"\e0b3"}.oic-simple-line-icons-30:before{content:"\e0b4"}.oic-simple-line-icons-31:before{content:"\e0b5"}.oic-simple-line-icons-32:before{content:"\e0b6"}.oic-simple-line-icons-33:before{content:"\e0b7"}.oic-simple-line-icons-34:before{content:"\e0b8"}.oic-simple-line-icons-35:before{content:"\e0b9"}.oic-simple-line-icons-36:before{content:"\e0ba"}.oic-simple-line-icons-37:before{content:"\e0bb"}.oic-simple-line-icons-38:before{content:"\e0bc"}.oic-simple-line-icons-39:before{content:"\e0bd"}.oic-simple-line-icons-40:before{content:"\e0be"}.oic-simple-line-icons-41:before{content:"\e0bf"}.oic-simple-line-icons-42:before{content:"\e0c0"}.oic-simple-line-icons-43:before{content:"\e0c1"}.oic-simple-line-icons-44:before{content:"\e0c2"}.oic-simple-line-icons-45:before{content:"\e0c3"}.oic-simple-line-icons-46:before{content:"\e0c4"}.oic-simple-line-icons-47:before{content:"\e0c5"}.oic-simple-line-icons-48:before{content:"\e0c6"}.oic-simple-line-icons-49:before{content:"\e0c7"}.oic-simple-line-icons-50:before{content:"\e0c8"}.oic-simple-line-icons-51:before{content:"\e0c9"}.oic-simple-line-icons-52:before{content:"\e0ca"}.oic-simple-line-icons-53:before{content:"\e0cb"}.oic-simple-line-icons-54:before{content:"\e0cc"}.oic-simple-line-icons-55:before{content:"\e0cd"}.oic-simple-line-icons-56:before{content:"\e0ce"}.oic-simple-line-icons-57:before{content:"\e0cf"}.oic-simple-line-icons-58:before{content:"\e0d0"}.oic-simple-line-icons-59:before{content:"\e0d1"}.oic-simple-line-icons-60:before{content:"\e0d2"}.oic-simple-line-icons-61:before{content:"\e0d3"}.oic-simple-line-icons-62:before{content:"\e0d4"}.oic-simple-line-icons-63:before{content:"\e0d5"}.oic-simple-line-icons-64:before{content:"\e0d6"}.oic-simple-line-icons-65:before{content:"\e0d7"}.oic-simple-line-icons-66:before{content:"\e0d8"}.oic-simple-line-icons-67:before{content:"\e0d9"}.oic-simple-line-icons-68:before{content:"\e0da"}.oic-simple-line-icons-69:before{content:"\e0db"}.oic-simple-line-icons-70:before{content:"\e0dc"}.oic-simple-line-icons-71:before{content:"\e0dd"}.oic-simple-line-icons-72:before{content:"\e0de"}.oic-simple-line-icons-73:before{content:"\e0df"}.oic-simple-line-icons-74:before{content:"\e0e0"}.oic-simple-line-icons-75:before{content:"\e0e1"}.oic-simple-line-icons-76:before{content:"\e0e2"}.oic-simple-line-icons-77:before{content:"\e0e3"}.oic-simple-line-icons-78:before{content:"\e0e4"}.oic-simple-line-icons-79:before{content:"\e0e5"}.oic-simple-line-icons-80:before{content:"\e0e6"}.oic-simple-line-icons-81:before{content:"\e0e7"}.oic-simple-line-icons-82:before{content:"\e0e8"}.oic-simple-line-icons-83:before{content:"\e0e9"}.oic-simple-line-icons-84:before{content:"\e0ea"}.oic-simple-line-icons-85:before{content:"\e0eb"}.oic-simple-line-icons-86:before{content:"\e0ec"}.oic-simple-line-icons-87:before{content:"\e0ed"}.oic-simple-line-icons-88:before{content:"\e0ee"}.oic-simple-line-icons-89:before{content:"\e0ef"}.oic-simple-line-icons-90:before{content:"\e0f0"}.oic-simple-line-icons-91:before{content:"\e0f1"}.oic-simple-line-icons-92:before{content:"\e0f2"}.oic-simple-line-icons-93:before{content:"\e0f3"}.oic-simple-line-icons-94:before{content:"\e0f4"}.oic-simple-line-icons-95:before{content:"\e0f5"}.oic-simple-line-icons-96:before{content:"\e0f6"}.oic-simple-line-icons-97:before{content:"\e0f7"}.oic-simple-line-icons-98:before{content:"\e0f8"}.oic-simple-line-icons-99:before{content:"\e0f9"}.oic-simple-line-icons-100:before{content:"\e0fa"}.oic-simple-line-icons-101:before{content:"\e0fb"}.oic-simple-line-icons-102:before{content:"\e0fc"}.oic-simple-line-icons-103:before{content:"\e0fd"}.oic-simple-line-icons-104:before{content:"\e0fe"}.oic-simple-line-icons-105:before{content:"\e0ff"}.oic-simple-line-icons-106:before{content:"\e100"}.oic-simple-line-icons-107:before{content:"\e101"}.oic-simple-line-icons-108:before{content:"\e102"}.oic-simple-line-icons-109:before{content:"\e103"}.oic-simple-line-icons-110:before{content:"\e104"}.oic-simple-line-icons-111:before{content:"\e105"}.oic-simple-line-icons-112:before{content:"\e106"}.oic-simple-line-icons-113:before{content:"\e107"}.oic-simple-line-icons-114:before{content:"\e108"}.oic-simple-line-icons-115:before{content:"\e109"}.oic-simple-line-icons-116:before{content:"\e10a"}.oic-simple-line-icons-117:before{content:"\e10b"}.oic-simple-line-icons-118:before{content:"\e10c"}.oic-simple-line-icons-119:before{content:"\e10d"}.oic-simple-line-icons-120:before{content:"\e10e"}.oic-simple-line-icons-121:before{content:"\e10f"}.oic-simple-line-icons-122:before{content:"\e110"}.oic-simple-line-icons-123:before{content:"\e111"}.oic-simple-line-icons-124:before{content:"\e112"}.oic-simple-line-icons-125:before{content:"\e113"}.oic-simple-line-icons-126:before{content:"\e114"}.oic-simple-line-icons-127:before{content:"\e115"}.oic-simple-line-icons-128:before{content:"\e116"}.oic-simple-line-icons-129:before{content:"\e117"}.oic-simple-line-icons-130:before{content:"\e118"}.oic-simple-line-icons-131:before{content:"\e119"}.oic-simple-line-icons-132:before{content:"\e11a"}.oic-simple-line-icons-133:before{content:"\e11b"}.oic-simple-line-icons-134:before{content:"\e11c"}.oic-simple-line-icons-135:before{content:"\e11d"}.oic-simple-line-icons-136:before{content:"\e11e"}.oic-simple-line-icons-137:before{content:"\e11f"}.oic-simple-line-icons-138:before{content:"\e120"}.oic-simple-line-icons-139:before{content:"\e121"}.oic-simple-line-icons-140:before{content:"\e122"}.oic-simple-line-icons-141:before{content:"\e123"}.oic-simple-line-icons-142:before{content:"\e124"}.oic-simple-line-icons-143:before{content:"\e125"}.oic-simple-line-icons-144:before{content:"\e126"}.oic-simple-line-icons-145:before{content:"\e127"}.oic-simple-line-icons-146:before{content:"\e128"}.oic-simple-line-icons-147:before{content:"\e129"}.oic-simple-line-icons-148:before{content:"\e12a"}.oic-simple-line-icons-149:before{content:"\e12b"}.oic-simple-line-icons-150:before{content:"\e12c"}.oic-simple-line-icons-151:before{content:"\e12d"}.oic-simple-line-icons-152:before{content:"\e12e"}.oic-simple-line-icons-153:before{content:"\e12f"}.oic-simple-line-icons-154:before{content:"\e130"}.oic-simple-line-icons-155:before{content:"\e131"}.oic-simple-line-icons-156:before{content:"\e132"}.oic-simple-line-icons-157:before{content:"\e133"}.oic-simple-line-icons-158:before{content:"\e134"}.oic-simple-line-icons-159:before{content:"\e135"}.oic-simple-line-icons-160:before{content:"\e136"}.oic-simple-line-icons-161:before{content:"\e137"}.oic-pe-icon-7-stroke:before{content:"\e138"}.oic-pe-icon-7-stroke-1:before{content:"\e139"}.oic-pe-icon-7-stroke-2:before{content:"\e13a"}.oic-pe-icon-7-stroke-3:before{content:"\e13b"}.oic-pe-icon-7-stroke-4:before{content:"\e13c"}.oic-pe-icon-7-stroke-5:before{content:"\e13d"}.oic-pe-icon-7-stroke-6:before{content:"\e13e"}.oic-pe-icon-7-stroke-7:before{content:"\e13f"}.oic-pe-icon-7-stroke-8:before{content:"\e140"}.oic-pe-icon-7-stroke-9:before{content:"\e141"}.oic-pe-icon-7-stroke-10:before{content:"\e142"}.oic-pe-icon-7-stroke-11:before{content:"\e143"}.oic-pe-icon-7-stroke-12:before{content:"\e144"}.oic-pe-icon-7-stroke-13:before{content:"\e145"}.oic-pe-icon-7-stroke-14:before{content:"\e146"}.oic-pe-icon-7-stroke-15:before{content:"\e147"}.oic-pe-icon-7-stroke-16:before{content:"\e148"}.oic-pe-icon-7-stroke-17:before{content:"\e149"}.oic-pe-icon-7-stroke-18:before{content:"\e14a"}.oic-pe-icon-7-stroke-19:before{content:"\e14b"}.oic-pe-icon-7-stroke-20:before{content:"\e14c"}.oic-pe-icon-7-stroke-21:before{content:"\e14d"}.oic-pe-icon-7-stroke-22:before{content:"\e14e"}.oic-pe-icon-7-stroke-23:before{content:"\e14f"}.oic-pe-icon-7-stroke-24:before{content:"\e150"}.oic-pe-icon-7-stroke-25:before{content:"\e151"}.oic-pe-icon-7-stroke-26:before{content:"\e152"}.oic-pe-icon-7-stroke-27:before{content:"\e153"}.oic-pe-icon-7-stroke-28:before{content:"\e154"}.oic-pe-icon-7-stroke-29:before{content:"\e155"}.oic-pe-icon-7-stroke-30:before{content:"\e156"}.oic-pe-icon-7-stroke-31:before{content:"\e157"}.oic-pe-icon-7-stroke-32:before{content:"\e158"}.oic-pe-icon-7-stroke-33:before{content:"\e159"}.oic-pe-icon-7-stroke-34:before{content:"\e15a"}.oic-pe-icon-7-stroke-35:before{content:"\e15b"}.oic-pe-icon-7-stroke-36:before{content:"\e15c"}.oic-pe-icon-7-stroke-37:before{content:"\e15d"}.oic-pe-icon-7-stroke-38:before{content:"\e15e"}.oic-pe-icon-7-stroke-39:before{content:"\e15f"}.oic-pe-icon-7-stroke-40:before{content:"\e160"}.oic-pe-icon-7-stroke-41:before{content:"\e161"}.oic-pe-icon-7-stroke-42:before{content:"\e162"}.oic-pe-icon-7-stroke-43:before{content:"\e163"}.oic-pe-icon-7-stroke-44:before{content:"\e164"}.oic-pe-icon-7-stroke-45:before{content:"\e165"}.oic-pe-icon-7-stroke-46:before{content:"\e166"}.oic-pe-icon-7-stroke-47:before{content:"\e167"}.oic-pe-icon-7-stroke-48:before{content:"\e168"}.oic-pe-icon-7-stroke-49:before{content:"\e169"}.oic-pe-icon-7-stroke-50:before{content:"\e16a"}.oic-pe-icon-7-stroke-51:before{content:"\e16b"}.oic-pe-icon-7-stroke-52:before{content:"\e16c"}.oic-pe-icon-7-stroke-53:before{content:"\e16d"}.oic-pe-icon-7-stroke-54:before{content:"\e16e"}.oic-pe-icon-7-stroke-55:before{content:"\e16f"}.oic-pe-icon-7-stroke-56:before{content:"\e170"}.oic-pe-icon-7-stroke-57:before{content:"\e171"}.oic-pe-icon-7-stroke-58:before{content:"\e172"}.oic-pe-icon-7-stroke-59:before{content:"\e173"}.oic-pe-icon-7-stroke-60:before{content:"\e174"}.oic-pe-icon-7-stroke-61:before{content:"\e175"}.oic-pe-icon-7-stroke-62:before{content:"\e176"}.oic-pe-icon-7-stroke-63:before{content:"\e177"}.oic-pe-icon-7-stroke-64:before{content:"\e178"}.oic-pe-icon-7-stroke-65:before{content:"\e179"}.oic-pe-icon-7-stroke-66:before{content:"\e17a"}.oic-pe-icon-7-stroke-67:before{content:"\e17b"}.oic-pe-icon-7-stroke-68:before{content:"\e17c"}.oic-pe-icon-7-stroke-69:before{content:"\e17d"}.oic-pe-icon-7-stroke-70:before{content:"\e17e"}.oic-pe-icon-7-stroke-71:before{content:"\e17f"}.oic-pe-icon-7-stroke-72:before{content:"\e180"}.oic-pe-icon-7-stroke-73:before{content:"\e181"}.oic-pe-icon-7-stroke-74:before{content:"\e182"}.oic-pe-icon-7-stroke-75:before{content:"\e183"}.oic-pe-icon-7-stroke-76:before{content:"\e184"}.oic-pe-icon-7-stroke-77:before{content:"\e185"}.oic-pe-icon-7-stroke-78:before{content:"\e186"}.oic-pe-icon-7-stroke-79:before{content:"\e187"}.oic-pe-icon-7-stroke-80:before{content:"\e188"}.oic-pe-icon-7-stroke-81:before{content:"\e189"}.oic-pe-icon-7-stroke-82:before{content:"\e18a"}.oic-pe-icon-7-stroke-83:before{content:"\e18b"}.oic-pe-icon-7-stroke-84:before{content:"\e18c"}.oic-pe-icon-7-stroke-85:before{content:"\e18d"}.oic-pe-icon-7-stroke-86:before{content:"\e18e"}.oic-pe-icon-7-stroke-87:before{content:"\e18f"}.oic-pe-icon-7-stroke-88:before{content:"\e190"}.oic-pe-icon-7-stroke-89:before{content:"\e191"}.oic-pe-icon-7-stroke-90:before{content:"\e192"}.oic-pe-icon-7-stroke-91:before{content:"\e193"}.oic-pe-icon-7-stroke-92:before{content:"\e194"}.oic-pe-icon-7-stroke-93:before{content:"\e195"}.oic-pe-icon-7-stroke-94:before{content:"\e196"}.oic-pe-icon-7-stroke-95:before{content:"\e197"}.oic-pe-icon-7-stroke-96:before{content:"\e198"}.oic-pe-icon-7-stroke-97:before{content:"\e199"}.oic-pe-icon-7-stroke-98:before{content:"\e19a"}.oic-pe-icon-7-stroke-99:before{content:"\e19b"}.oic-pe-icon-7-stroke-100:before{content:"\e19c"}.oic-pe-icon-7-stroke-101:before{content:"\e19d"}.oic-pe-icon-7-stroke-102:before{content:"\e19e"}.oic-pe-icon-7-stroke-103:before{content:"\e19f"}.oic-pe-icon-7-stroke-104:before{content:"\e1a0"}.oic-pe-icon-7-stroke-105:before{content:"\e1a1"}.oic-pe-icon-7-stroke-106:before{content:"\e1a2"}.oic-pe-icon-7-stroke-107:before{content:"\e1a3"}.oic-pe-icon-7-stroke-108:before{content:"\e1a4"}.oic-pe-icon-7-stroke-109:before{content:"\e1a5"}.oic-pe-icon-7-stroke-110:before{content:"\e1a6"}.oic-pe-icon-7-stroke-111:before{content:"\e1a7"}.oic-pe-icon-7-stroke-112:before{content:"\e1a8"}.oic-pe-icon-7-stroke-113:before{content:"\e1a9"}.oic-pe-icon-7-stroke-114:before{content:"\e1aa"}.oic-pe-icon-7-stroke-115:before{content:"\e1ab"}.oic-pe-icon-7-stroke-116:before{content:"\e1ac"}.oic-pe-icon-7-stroke-117:before{content:"\e1ad"}.oic-pe-icon-7-stroke-118:before{content:"\e1ae"}.oic-pe-icon-7-stroke-119:before{content:"\e1af"}.oic-pe-icon-7-stroke-120:before{content:"\e1b0"}.oic-pe-icon-7-stroke-121:before{content:"\e1b1"}.oic-pe-icon-7-stroke-122:before{content:"\e1b2"}.oic-pe-icon-7-stroke-123:before{content:"\e1b3"}.oic-pe-icon-7-stroke-124:before{content:"\e1b4"}.oic-pe-icon-7-stroke-125:before{content:"\e1b5"}.oic-pe-icon-7-stroke-126:before{content:"\e1b6"}.oic-pe-icon-7-stroke-127:before{content:"\e1b7"}.oic-pe-icon-7-stroke-128:before{content:"\e1b8"}.oic-pe-icon-7-stroke-129:before{content:"\e1b9"}.oic-pe-icon-7-stroke-130:before{content:"\e1ba"}.oic-pe-icon-7-stroke-131:before{content:"\e1bb"}.oic-pe-icon-7-stroke-132:before{content:"\e1bc"}.oic-pe-icon-7-stroke-133:before{content:"\e1bd"}.oic-pe-icon-7-stroke-134:before{content:"\e1be"}.oic-pe-icon-7-stroke-135:before{content:"\e1bf"}.oic-pe-icon-7-stroke-136:before{content:"\e1c0"}.oic-pe-icon-7-stroke-137:before{content:"\e1c1"}.oic-pe-icon-7-stroke-138:before{content:"\e1c2"}.oic-pe-icon-7-stroke-139:before{content:"\e1c3"}.oic-armchair-chair-streamline:before{content:"\e1c4"}.oic-arrow-streamline-target:before{content:"\e1c5"}.oic-backpack-streamline-trekking:before{content:"\e1c6"}.oic-bag-shopping-streamline:before{content:"\e1c7"}.oic-barbecue-eat-food-streamline:before{content:"\e1c8"}.oic-barista-coffee-espresso-streamline:before{content:"\e1c9"}.oic-bomb-bug:before{content:"\e1ca"}.oic-book-dowload-streamline:before{content:"\e1cb"}.oic-book-read-streamline:before{content:"\e1cc"}.oic-browser-streamline-window:before{content:"\e1cd"}.oic-brush-paint-streamline:before{content:"\e1ce"}.oic-bubble-comment-streamline-talk:before{content:"\e1cf"}.oic-bubble-love-streamline-talk:before{content:"\e1d0"}.oic-computer-macintosh-vintage:before{content:"\e1d1"}.oic-computer-imac-2:before{content:"\e1d2"}.oic-computer-imac:before{content:"\e1d3"}.oic-coffee-streamline:before{content:"\e1d4"}.oic-cocktail-mojito-streamline:before{content:"\e1d5"}.oic-clock-streamline-time:before{content:"\e1d6"}.oic-chef-food-restaurant-streamline:before{content:"\e1d7"}.oic-chaplin-hat-movie-streamline:before{content:"\e1d8"}.oic-camera-streamline-video:before{content:"\e1d9"}.oic-camera-photo-streamline:before{content:"\e1da"}.oic-camera-photo-polaroid-streamline:before{content:"\e1db"}.oic-caddie-shopping-streamline:before{content:"\e1dc"}.oic-caddie-shop-shopping-streamline:before{content:"\e1dd"}.oic-computer-network-streamline:before{content:"\e1de"}.oic-computer-streamline:before{content:"\e1df"}.oic-cook-pan-pot-streamline:before{content:"\e1e0"}.oic-crop-streamline:before{content:"\e1e1"}.oic-crown-king-streamline:before{content:"\e1e2"}.oic-danger-death-delete-destroy-skull-stream:before{content:"\e1e3"}.oic-dashboard-speed-streamline:before{content:"\e1e4"}.oic-database-streamline:before{content:"\e1e5"}.oic-delete-garbage-streamline:before{content:"\e1e6"}.oic-design-graphic-tablet-streamline-tablet:before{content:"\e1e7"}.oic-design-pencil-rule-streamline:before{content:"\e1e8"}.oic-diving-leisure-sea-sport-streamline:before{content:"\e1e9"}.oic-drug-medecine-streamline-syringue:before{content:"\e1ea"}.oic-grid-lines-streamline:before{content:"\e1eb"}.oic-frame-picture-streamline:before{content:"\e1ec"}.oic-food-ice-cream-streamline:before{content:"\e1ed"}.oic-first-aid-medecine-shield-streamline:before{content:"\e1ee"}.oic-factory-lift-streamline-warehouse:before{content:"\e1ef"}.oic-eye-dropper-streamline:before{content:"\e1f0"}.oic-envellope-mail-streamline:before{content:"\e1f1"}.oic-email-mail-streamline:before{content:"\e1f2"}.oic-edit-modify-streamline:before{content:"\e1f3"}.oic-eat-food-hotdog-streamline:before{content:"\e1f4"}.oic-eat-food-fork-knife-streamline:before{content:"\e1f5"}.oic-earth-globe-streamline:before{content:"\e1f6"}.oic-handle-streamline-vector:before{content:"\e1f7"}.oic-laptop-macbook-streamline:before{content:"\e1f8"}.oic-japan-streamline-tea:before{content:"\e1f9"}.oic-ipod-streamline:before{content:"\e1fa"}.oic-ipod-music-streamline:before{content:"\e1fb"}.oic-ipod-mini-music-streamline:before{content:"\e1fc"}.oic-iphone-streamline:before{content:"\e1fd"}.oic-ipad-streamline:before{content:"\e1fe"}.oic-ink-pen-streamline:before{content:"\e1ff"}.oic-ibook-laptop:before{content:"\e200"}.oic-home-house-streamline:before{content:"\e201"}.oic-headset-sound-streamline:before{content:"\e202"}.oic-happy-smiley-streamline:before{content:"\e203"}.oic-like-love-streamline:before{content:"\e204"}.oic-music-speaker-streamline:before{content:"\e205"}.oic-monocle-mustache-streamline:before{content:"\e206"}.oic-micro-record-streamline:before{content:"\e207"}.oic-music-note-streamline:before{content:"\e208"}.oic-map-streamline-user:before{content:"\e209"}.oic-man-people-streamline-user:before{content:"\e20a"}.oic-magnet-streamline:before{content:"\e20b"}.oic-magic-magic-wand-streamline:before{content:"\e20c"}.oic-macintosh:before{content:"\e20d"}.oic-locker-streamline-unlock:before{content:"\e20e"}.oic-lock-locker-streamline:before{content:"\e20f"}.oic-link-streamline:before{content:"\e210"}.oic-map-pin-streamline:before{content:"\e211"}.oic-notebook-streamline:before{content:"\e212"}.oic-paint-bucket-streamline:before{content:"\e213"}.oic-painting-pallet-streamline:before{content:"\e214"}.oic-painting-roll-streamline:before{content:"\e215"}.oic-pen-streamline:before{content:"\e216"}.oic-pen-streamline-1:before{content:"\e217"}.oic-pen-streamline-2:before{content:"\e218"}.oic-pen-streamline-3:before{content:"\e219"}.oic-photo-pictures-streamline:before{content:"\e21a"}.oic-picture-streamline:before{content:"\e21b"}.oic-picture-streamline-1:before{content:"\e21c"}.oic-receipt-shopping-streamline:before{content:"\e21d"}.oic-remote-control-streamline:before{content:"\e21e"}.oic-streamline-umbrella-weather:before{content:"\e21f"}.oic-streamline-sync:before{content:"\e220"}.oic-streamline-suitcase-travel:before{content:"\e221"}.oic-stamp-streamline:before{content:"\e222"}.oic-speech-streamline-talk-user:before{content:"\e223"}.oic-shoes-snickers-streamline:before{content:"\e224"}.oic-settings-streamline-2:before{content:"\e225"}.oic-settings-streamline-1:before{content:"\e226"}.oic-settings-streamline:before{content:"\e227"}.oic-banknote:before{content:"\e228"}.oic-bubble:before{content:"\e229"}.oic-bulb:before{content:"\e22a"}.oic-calendar:before{content:"\e22b"}.oic-camera:before{content:"\e22c"}.oic-clip:before{content:"\e22d"}.oic-clock:before{content:"\e22e"}.oic-cloud:before{content:"\e22f"}.oic-cup:before{content:"\e230"}.oic-data:before{content:"\e231"}.oic-diamond:before{content:"\e232"}.oic-display:before{content:"\e233"}.oic-eye:before{content:"\e234"}.oic-news:before{content:"\e235"}.oic-note:before{content:"\e236"}.oic-music:before{content:"\e237"}.oic-megaphone:before{content:"\e238"}.oic-mail:before{content:"\e239"}.oic-lock:before{content:"\e23a"}.oic-location:before{content:"\e23b"}.oic-like:before{content:"\e23c"}.oic-lab:before{content:"\e23d"}.oic-key:before{content:"\e23e"}.oic-heart:before{content:"\e23f"}.oic-food:before{content:"\e240"}.oic-fire:before{content:"\e241"}.oic-paperplane:before{content:"\e242"}.oic-params:before{content:"\e243"}.oic-pen:before{content:"\e244"}.oic-phone:before{content:"\e245"}.oic-photo:before{content:"\e246"}.oic-search:before{content:"\e247"}.oic-settings:before{content:"\e248"}.oic-shop:before{content:"\e249"}.oic-sound:before{content:"\e24a"}.oic-stack:before{content:"\e24b"}.oic-star:before{content:"\e24c"}.oic-study:before{content:"\e24d"}.oic-t-shirt:before{content:"\e24e"}.oic-world:before{content:"\e24f"}.oic-vynil:before{content:"\e250"}.oic-video:before{content:"\e251"}.oic-vallet:before{content:"\e252"}.oic-user:before{content:"\e253"}.oic-tv:before{content:"\e254"}.oic-truck:before{content:"\e255"}.oic-trash:before{content:"\e256"}.oic-tag:before{content:"\e257"}.oic-align-center:before{content:"\e258"}.oic-align-justify:before{content:"\e259"}.oic-align-left:before{content:"\e25a"}.oic-align-right:before{content:"\e25b"}.oic-archive:before{content:"\e25c"}.oic-arrow-down:before{content:"\e25d"}.oic-arrow-left:before{content:"\e25e"}.oic-arrow-right:before{content:"\e25f"}.oic-arrow-up:before{content:"\e260"}.oic-atom:before{content:"\e261"}.oic-bag:before{content:"\e262"}.oic-bank-notes:before{content:"\e263"}.oic-barbell:before{content:"\e264"}.oic-bars:before{content:"\e265"}.oic-battery-0:before{content:"\e266"}.oic-battery-1:before{content:"\e267"}.oic-battery-2:before{content:"\e268"}.oic-battery-3:before{content:"\e269"}.oic-battery-4:before{content:"\e26a"}.oic-battery-power:before{content:"\e26b"}.oic-beer:before{content:"\e26c"}.oic-bolt:before{content:"\e26d"}.oic-bones:before{content:"\e26e"}.oic-book-close:before{content:"\e26f"}.oic-book-open:before{content:"\e270"}.oic-bookmark:before{content:"\e271"}.oic-box:before{content:"\e272"}.oic-browser:before{content:"\e273"}.oic-bubble-1:before{content:"\e274"}.oic-bubble-1-1:before{content:"\e275"}.oic-bubble-2:before{content:"\e276"}.oic-bubble-3:before{content:"\e277"}.oic-bucket:before{content:"\e278"}.oic-calculator:before{content:"\e279"}.oic-calendar-1:before{content:"\e27a"}.oic-camera-1:before{content:"\e27b"}.oic-cardiac-pulse:before{content:"\e27c"}.oic-character:before{content:"\e27d"}.oic-cd:before{content:"\e27e"}.oic-checkbox-checked:before{content:"\e27f"}.oic-checkmark:before{content:"\e280"}.oic-clipboard:before{content:"\e281"}.oic-clock-1:before{content:"\e282"}.oic-cloud-1:before{content:"\e283"}.oic-coffee:before{content:"\e284"}.oic-comment:before{content:"\e285"}.oic-connection-0:before{content:"\e286"}.oic-connection-1:before{content:"\e287"}.oic-connection-2:before{content:"\e288"}.oic-connection-3:before{content:"\e289"}.oic-connection-4:before{content:"\e28a"}.oic-credit-cards:before{content:"\e28b"}.oic-file-settings:before{content:"\e28c"}.oic-file-broken:before{content:"\e28d"}.oic-file-add:before{content:"\e28e"}.oic-file:before{content:"\e28f"}.oic-eyedropper:before{content:"\e290"}.oic-envelope:before{content:"\e291"}.oic-enter:before{content:"\e292"}.oic-email-plane:before{content:"\e293"}.oic-email:before{content:"\e294"}.oic-download:before{content:"\e295"}.oic-diamond-1:before{content:"\e296"}.oic-cube:before{content:"\e297"}.oic-crop:before{content:"\e298"}.oic-files:before{content:"\e299"}.oic-flag:before{content:"\e29a"}.oic-folder:before{content:"\e29b"}.oic-folder-check:before{content:"\e29c"}.oic-folder-settings:before{content:"\e29d"}.oic-folder-add:before{content:"\e29e"}.oic-frames:before{content:"\e29f"}.oic-forbidden:before{content:"\e2a0"}.oic-glass:before{content:"\e2a1"}.oic-graph:before{content:"\e2a2"}.oic-grid:before{content:"\e2a3"}.oic-heart-1:before{content:"\e2a4"}.oic-home:before{content:"\e2a5"}.oic-micro:before{content:"\e2a6"}.oic-meter:before{content:"\e2a7"}.oic-measure:before{content:"\e2a8"}.oic-map:before{content:"\e2a9"}.oic-locked:before{content:"\e2aa"}.oic-lock-1:before{content:"\e2ab"}.oic-list:before{content:"\e2ac"}.oic-laptop:before{content:"\e2ad"}.oic-lab-1:before{content:"\e2ae"}.oic-ipad-2:before{content:"\e2af"}.oic-ipad:before{content:"\e2b0"}.oic-invoice:before{content:"\e2b1"}.oic-id-card:before{content:"\e2b2"}.oic-micro-mute:before{content:"\e2b3"}.oic-microwave:before{content:"\e2b4"}.oic-minus:before{content:"\e2b5"}.oic-modem:before{content:"\e2b6"}.oic-mute:before{content:"\e2b7"}.oic-newspaper:before{content:"\e2b8"}.oic-paperclip:before{content:"\e2b9"}.oic-pencil:before{content:"\e2ba"}.oic-phone-1:before{content:"\e2bb"}.oic-phone-2:before{content:"\e2bc"}.oic-phone-3:before{content:"\e2bd"}.oic-picture:before{content:"\e2be"}.oic-pie-chart:before{content:"\e2bf"}.oic-share-outline:before{content:"\e2c0"}.oic-share:before{content:"\e2c1"}.oic-settings-1:before{content:"\e2c2"}.oic-set:before{content:"\e2c3"}.oic-screen:before{content:"\e2c4"}.oic-select:before{content:"\e2c5"}.oic-reload:before{content:"\e2c6"}.oic-refresh:before{content:"\e2c7"}.oic-printer-2:before{content:"\e2c8"}.oic-printer-1:before{content:"\e2c9"}.oic-power:before{content:"\e2ca"}.oic-pin:before{content:"\e2cb"}.oic-pill:before{content:"\e2cc"}.oic-shorts:before{content:"\e2cd"}.oic-speaker:before{content:"\e2ce"}.oic-star-1:before{content:"\e2cf"}.oic-stopwatch:before{content:"\e2d0"}.oic-sun:before{content:"\e2d1"}.oic-syringe:before{content:"\e2d2"}.oic-tag-1:before{content:"\e2d3"}.oic-train:before{content:"\e2d4"}.oic-trash-1:before{content:"\e2d5"}.oic-unlocked:before{content:"\e2d6"}.oic-user-1:before{content:"\e2d7"}.oic-user-outline:before{content:"\e2d8"}.oic-users:before{content:"\e2d9"}.oic-zoom-out:before{content:"\e2da"}.oic-zoom:before{content:"\e2db"}.oic-zoom-in:before{content:"\e2dc"}.oic-windows:before{content:"\e2dd"}.oic-window-delete:before{content:"\e2de"}.oic-wifi-3:before{content:"\e2df"}.oic-wifi-2:before{content:"\e2e0"}.oic-wifi-1:before{content:"\e2e1"}.oic-volume-up:before{content:"\e2e2"}.oic-volume-down:before{content:"\e2e3"}.oic-volume:before{content:"\e2e4"}.oic-users-outline:before{content:"\e2e5"}.oic-address-book:before{content:"\e2e6"}.oic-alert:before{content:"\e2e7"}.oic-align-center-1:before{content:"\e2e8"}.oic-align-justify-1:before{content:"\e2e9"}.oic-align-left-1:before{content:"\e2ea"}.oic-align-right-1:before{content:"\e2eb"}.oic-anchor:before{content:"\e2ec"}.oic-annotate:before{content:"\e2ed"}.oic-archive-1:before{content:"\e2ee"}.oic-arrow-down-1:before{content:"\e2ef"}.oic-arrow-left-1:before{content:"\e2f0"}.oic-arrow-right-1:before{content:"\e2f1"}.oic-arrow-up-1:before{content:"\e2f2"}.oic-bitcoin-circle:before{content:"\e2f3"}.oic-bitcoin:before{content:"\e2f4"}.oic-battery-half:before{content:"\e2f5"}.oic-battery-full:before{content:"\e2f6"}.oic-battery-empty:before{content:"\e2f7"}.oic-background-color:before{content:"\e2f8"}.oic-at-sign:before{content:"\e2f9"}.oic-asterisk:before{content:"\e2fa"}.oic-asl:before{content:"\e2fb"}.oic-arrows-out:before{content:"\e2fc"}.oic-arrows-in:before{content:"\e2fd"}.oic-arrows-expand:before{content:"\e2fe"}.oic-arrows-compress:before{content:"\e2ff"}.oic-blind:before{content:"\e300"}.oic-bluetooth:before{content:"\e301"}.oic-bold:before{content:"\e302"}.oic-book:before{content:"\e303"}.oic-book-bookmark:before{content:"\e304"}.oic-bookmark-1:before{content:"\e305"}.oic-braille:before{content:"\e306"}.oic-burst:before{content:"\e307"}.oic-burst-new:before{content:"\e308"}.oic-burst-sale:before{content:"\e309"}.oic-calendar-2:before{content:"\e30a"}.oic-camera-2:before{content:"\e30b"}.oic-check:before{content:"\e30c"}.oic-compass:before{content:"\e30d"}.oic-comments:before{content:"\e30e"}.oic-comment-video:before{content:"\e30f"}.oic-comment-quotes:before{content:"\e310"}.oic-comment-minus:before{content:"\e311"}.oic-comment-1:before{content:"\e312"}.oic-cloud-2:before{content:"\e313"}.oic-closed-caption:before{content:"\e314"}.oic-clock-2:before{content:"\e315"}.oic-clipboard-pencil:before{content:"\e316"}.oic-clipboard-notes:before{content:"\e317"}.oic-checkbox:before{content:"\e318"}.oic-clipboard-1:before{content:"\e319"}.oic-contrast:before{content:"\e31a"}.oic-credit-card:before{content:"\e31b"}.oic-crop-1:before{content:"\e31c"}.oic-crown:before{content:"\e31d"}.oic-css3:before{content:"\e31e"}.oic-database:before{content:"\e31f"}.oic-die-five:before{content:"\e320"}.oic-die-four:before{content:"\e321"}.oic-die-one:before{content:"\e322"}.oic-die-three:before{content:"\e323"}.oic-die-two:before{content:"\e324"}.oic-dislike:before{content:"\e325"}.oic-die-six:before{content:"\e326"}.oic-dollar:before{content:"\e327"}.oic-dollar-bill:before{content:"\e328"}.oic-download-1:before{content:"\e329"}.oic-eject:before{content:"\e32a"}.oic-elevator:before{content:"\e32b"}.oic-euro:before{content:"\e32c"}.oic-eye-1:before{content:"\e32d"}.oic-fast-forward:before{content:"\e32e"}.oic-female:before{content:"\e32f"}.oic-female-symbol:before{content:"\e330"}.oic-filter:before{content:"\e331"}.oic-first-aid:before{content:"\e332"}.oic-flag-1:before{content:"\e333"}.oic-home-1:before{content:"\e334"}.oic-heart-2:before{content:"\e335"}.oic-guide-dog:before{content:"\e336"}.oic-graph-trend:before{content:"\e337"}.oic-hearing-aid:before{content:"\e338"}.oic-graph-pie:before{content:"\e339"}.oic-graph-horizontal:before{content:"\e33a"}.oic-graph-bar:before{content:"\e33b"}.oic-foundation:before{content:"\e33c"}.oic-foot:before{content:"\e33d"}.oic-folder-lock:before{content:"\e33e"}.oic-folder-add-1:before{content:"\e33f"}.oic-folder-1:before{content:"\e340"}.oic-html5:before{content:"\e341"}.oic-indent-less:before{content:"\e342"}.oic-indent-more:before{content:"\e343"}.oic-info:before{content:"\e344"}.oic-italic:before{content:"\e345"}.oic-key-1:before{content:"\e346"}.oic-laptop-1:before{content:"\e347"}.oic-layout:before{content:"\e348"}.oic-lightbulb:before{content:"\e349"}.oic-like-1:before{content:"\e34a"}.oic-link:before{content:"\e34b"}.oic-list-1:before{content:"\e34c"}.oic-list-bullet:before{content:"\e34d"}.oic-microphone:before{content:"\e34e"}.oic-megaphone-1:before{content:"\e34f"}.oic-marker:before{content:"\e350"}.oic-map-1:before{content:"\e351"}.oic-male-symbol:before{content:"\e352"}.oic-male-female:before{content:"\e353"}.oic-male:before{content:"\e354"}.oic-mail-1:before{content:"\e355"}.oic-magnifying-glass:before{content:"\e356"}.oic-loop:before{content:"\e357"}.oic-lock-2:before{content:"\e358"}.oic-list-thumbnails:before{content:"\e359"}.oic-list-number:before{content:"\e35a"}.oic-minus-1:before{content:"\e35b"}.oic-minus-circle:before{content:"\e35c"}.oic-mobile:before{content:"\e35d"}.oic-mobile-signal:before{content:"\e35e"}.oic-monitor:before{content:"\e35f"}.oic-mountains:before{content:"\e360"}.oic-music-1:before{content:"\e361"}.oic-next:before{content:"\e362"}.oic-no-dogs:before{content:"\e363"}.oic-no-smoking:before{content:"\e364"}.oic-page:before{content:"\e365"}.oic-page-add:before{content:"\e366"}.oic-page-copy:before{content:"\e367"}.oic-page-search:before{content:"\e368"}.oic-page-pdf:before{content:"\e369"}.oic-page-remove:before{content:"\e36a"}.oic-page-multiple:before{content:"\e36b"}.oic-page-filled:before{content:"\e36c"}.oic-page-export-pdf:before{content:"\e36d"}.oic-page-export-doc:before{content:"\e36e"}.oic-page-export-csv:before{content:"\e36f"}.oic-page-export:before{content:"\e370"}.oic-page-edit:before{content:"\e371"}.oic-page-doc:before{content:"\e372"}.oic-page-delete:before{content:"\e373"}.oic-page-csv:before{content:"\e374"}.oic-paint-bucket:before{content:"\e375"}.oic-paperclip-1:before{content:"\e376"}.oic-pause:before{content:"\e377"}.oic-paw:before{content:"\e378"}.oic-paypal:before{content:"\e379"}.oic-pencil-1:before{content:"\e37a"}.oic-photo-1:before{content:"\e37b"}.oic-play:before{content:"\e37c"}.oic-play-circle:before{content:"\e37d"}.oic-play-video:before{content:"\e37e"}.oic-plus:before{content:"\e37f"}.oic-pound:before{content:"\e380"}.oic-power-1:before{content:"\e381"}.oic-rewind:before{content:"\e382"}.oic-results-demographics:before{content:"\e383"}.oic-results:before{content:"\e384"}.oic-refresh-1:before{content:"\e385"}.oic-record:before{content:"\e386"}.oic-quote:before{content:"\e387"}.oic-puzzle:before{content:"\e388"}.oic-projection-screen:before{content:"\e389"}.oic-prohibited:before{content:"\e38a"}.oic-print:before{content:"\e38b"}.oic-pricetag-multiple:before{content:"\e38c"}.oic-price-tag:before{content:"\e38d"}.oic-previous:before{content:"\e38e"}.oic-rewind-ten:before{content:"\e38f"}.oic-rss:before{content:"\e390"}.oic-safety-cone:before{content:"\e391"}.oic-save:before{content:"\e392"}.oic-share-1:before{content:"\e393"}.oic-sheriff-badge:before{content:"\e394"}.oic-shield:before{content:"\e395"}.oic-shopping-bag:before{content:"\e396"}.oic-shopping-cart:before{content:"\e397"}.oic-shuffle:before{content:"\e398"}.oic-skull:before{content:"\e399"}.oic-social-500px:before{content:"\e39a"}.oic-social-adobe:before{content:"\e39b"}.oic-social-dropbox:before{content:"\e39c"}.oic-social-drive:before{content:"\e39d"}.oic-social-dribbble:before{content:"\e39e"}.oic-social-digg:before{content:"\e39f"}.oic-social-deviant-art:before{content:"\e3a0"}.oic-social-designer-news:before{content:"\e3a1"}.oic-social-delicious:before{content:"\e3a2"}.oic-social-blogger:before{content:"\e3a3"}.oic-social-behance:before{content:"\e3a4"}.oic-social-bing:before{content:"\e3a5"}.oic-social-apple:before{content:"\e3a6"}.oic-social-android:before{content:"\e3a7"}.oic-social-amazon:before{content:"\e3a8"}.oic-social-evernote:before{content:"\e3a9"}.oic-social-facebook:before{content:"\e3aa"}.oic-social-flickr:before{content:"\e3ab"}.oic-social-forrst:before{content:"\e3ac"}.oic-social-foursquare:before{content:"\e3ad"}.oic-social-game-center:before{content:"\e3ae"}.oic-social-github:before{content:"\e3af"}.oic-social-google-plus:before{content:"\e3b0"}.oic-social-hacker-news:before{content:"\e3b1"}.oic-social-hi5:before{content:"\e3b2"}.oic-social-instagram:before{content:"\e3b3"}.oic-social-joomla:before{content:"\e3b4"}.oic-social-lastfm:before{content:"\e3b5"}.oic-social-snapchat:before{content:"\e3b6"}.oic-social-smashing-mag:before{content:"\e3b7"}.oic-social-skype:before{content:"\e3b8"}.oic-social-skillshare:before{content:"\e3b9"}.oic-social-reddit:before{content:"\e3ba"}.oic-social-rdio:before{content:"\e3bb"}.oic-social-pinterest:before{content:"\e3bc"}.oic-social-picasa:before{content:"\e3bd"}.oic-social-path:before{content:"\e3be"}.oic-social-orkut:before{content:"\e3bf"}.oic-social-myspace:before{content:"\e3c0"}.oic-social-medium:before{content:"\e3c1"}.oic-social-linkedin:before{content:"\e3c2"}.oic-social-spotify:before{content:"\e3c3"}.oic-social-squidoo:before{content:"\e3c4"}.oic-social-stack-overflow:before{content:"\e3c5"}.oic-social-steam:before{content:"\e3c6"}.oic-social-stumbleupon:before{content:"\e3c7"}.oic-social-treehouse:before{content:"\e3c8"}.oic-social-tumblr:before{content:"\e3c9"}.oic-social-twitter:before{content:"\e3ca"}.oic-social-vimeo:before{content:"\e3cb"}.oic-social-windows:before{content:"\e3cc"}.oic-social-xbox:before{content:"\e3cd"}.oic-social-yahoo:before{content:"\e3ce"}.oic-social-yelp:before{content:"\e3cf"}.oic-target-two:before{content:"\e3d0"}.oic-target:before{content:"\e3d1"}.oic-tablet-portrait:before{content:"\e3d2"}.oic-tablet-landscape:before{content:"\e3d3"}.oic-subscript:before{content:"\e3d4"}.oic-superscript:before{content:"\e3d5"}.oic-strikethrough:before{content:"\e3d6"}.oic-stop:before{content:"\e3d7"}.oic-star-2:before{content:"\e3d8"}.oic-sound-1:before{content:"\e3d9"}.oic-social-zurb:before{content:"\e3da"}.oic-social-zerply:before{content:"\e3db"}.oic-social-youtube:before{content:"\e3dc"}.oic-telephone:before{content:"\e3dd"}.oic-telephone-accessible:before{content:"\e3de"}.oic-text-color:before{content:"\e3df"}.oic-thumbnails:before{content:"\e3e0"}.oic-ticket:before{content:"\e3e1"}.oic-torso:before{content:"\e3e2"}.oic-torso-business:before{content:"\e3e3"}.oic-torso-female:before{content:"\e3e4"}.oic-torsos:before{content:"\e3e5"}.oic-torsos-all:before{content:"\e3e6"}.oic-torsos-all-female:before{content:"\e3e7"}.oic-torsos-female-male:before{content:"\e3e8"}.oic-torsos-male-female:before{content:"\e3e9"}.oic-volume-none:before{content:"\e3ea"}.oic-volume-1:before{content:"\e3eb"}.oic-video-1:before{content:"\e3ec"}.oic-usb:before{content:"\e3ed"}.oic-upload-cloud:before{content:"\e3ee"}.oic-upload:before{content:"\e3ef"}.oic-unlock:before{content:"\e3f0"}.oic-unlink:before{content:"\e3f1"}.oic-universal-access:before{content:"\e3f2"}.oic-underline:before{content:"\e3f3"}.oic-trophy:before{content:"\e3f4"}.oic-trees:before{content:"\e3f5"}.oic-trash-2:before{content:"\e3f6"}.oic-volume-strike:before{content:"\e3f7"}.oic-web:before{content:"\e3f8"}.oic-wheelchair:before{content:"\e3f9"}.oic-widget:before{content:"\e3fa"}.oic-x:before{content:"\e3fb"}.oic-wrench:before{content:"\e3fc"}.oic-x-circle:before{content:"\e3fd"}.oic-yen:before{content:"\e3fe"}.oic-zoom-in-1:before{content:"\e3ff"}.oic-zoom-out-1:before{content:"\e400"}.oic-address:before{content:"\e401"}.oic-adjust:before{content:"\e402"}.oic-air:before{content:"\e403"}.oic-alert-1:before{content:"\e404"}.oic-archive-2:before{content:"\e405"}.oic-arrow-combo:before{content:"\e406"}.oic-arrows-ccw:before{content:"\e407"}.oic-attach:before{content:"\e408"}.oic-attention:before{content:"\e409"}.oic-back:before{content:"\e40a"}.oic-back-in-time:before{content:"\e40b"}.oic-bag-1:before{content:"\e40c"}.oic-basket:before{content:"\e40d"}.oic-calendar-3:before{content:"\e40e"}.oic-bucket-1:before{content:"\e40f"}.oic-brush:before{content:"\e410"}.oic-briefcase:before{content:"\e411"}.oic-box-1:before{content:"\e412"}.oic-bookmarks:before{content:"\e413"}.oic-bookmark-2:before{content:"\e414"}.oic-book-open-1:before{content:"\e415"}.oic-block:before{content:"\e416"}.oic-bell:before{content:"\e417"}.oic-behance:before{content:"\e418"}.oic-battery:before{content:"\e419"}.oic-camera-3:before{content:"\e41a"}.oic-cancel:before{content:"\e41b"}.oic-cancel-circled:before{content:"\e41c"}.oic-cancel-squared:before{content:"\e41d"}.oic-cc:before{content:"\e41e"}.oic-cc-by:before{content:"\e41f"}.oic-book-1:before{content:"\e420"}.oic-cc-nc-eu:before{content:"\e421"}.oic-cc-nc:before{content:"\e422"}.oic-cc-nc-jp:before{content:"\e423"}.oic-cc-nd:before{content:"\e424"}.oic-cc-pd:before{content:"\e425"}.oic-cc-remix:before{content:"\e426"}.oic-cc-sa:before{content:"\e427"}.oic-cloud-3:before{content:"\e428"}.oic-clock-3:before{content:"\e429"}.oic-clipboard-2:before{content:"\e42a"}.oic-check-1:before{content:"\e42b"}.oic-chat:before{content:"\e42c"}.oic-chart-pie:before{content:"\e42d"}.oic-chart-bar:before{content:"\e42e"}.oic-chart-area:before{content:"\e42f"}.oic-cd-1:before{content:"\e430"}.oic-ccw:before{content:"\e431"}.oic-cc-zero:before{content:"\e432"}.oic-cc-share:before{content:"\e433"}.oic-chart-line:before{content:"\e434"}.oic-cloud-thunder:before{content:"\e435"}.oic-code:before{content:"\e436"}.oic-cog:before{content:"\e437"}.oic-comment-2:before{content:"\e438"}.oic-credit-card-1:before{content:"\e439"}.oic-compass-1:before{content:"\e43a"}.oic-cup-1:before{content:"\e43b"}.oic-cw:before{content:"\e43c"}.oic-database-1:before{content:"\e43d"}.oic-db-shape:before{content:"\e43e"}.oic-direction:before{content:"\e43f"}.oic-doc:before{content:"\e440"}.oic-doc-landscape:before{content:"\e441"}.oic-down-open-mini:before{content:"\e442"}.oic-down-open-big:before{content:"\e443"}.oic-down-open:before{content:"\e444"}.oic-down-dir:before{content:"\e445"}.oic-down-bold:before{content:"\e446"}.oic-down:before{content:"\e447"}.oic-dot-3:before{content:"\e448"}.oic-dot-2:before{content:"\e449"}.oic-dot:before{content:"\e44a"}.oic-docs:before{content:"\e44b"}.oic-doc-text-inv:before{content:"\e44c"}.oic-doc-text:before{content:"\e44d"}.oic-down-circled:before{content:"\e44e"}.oic-down-thin:before{content:"\e44f"}.oic-dribbble:before{content:"\e450"}.oic-download-2:before{content:"\e451"}.oic-dropbox:before{content:"\e452"}.oic-dribbble-circled:before{content:"\e453"}.oic-droplet:before{content:"\e454"}.oic-erase:before{content:"\e455"}.oic-evernote:before{content:"\e456"}.oic-export:before{content:"\e457"}.oic-eye-2:before{content:"\e458"}.oic-facebook:before{content:"\e459"}.oic-facebook-circled:before{content:"\e45a"}.oic-flow-branch:before{content:"\e45b"}.oic-floppy:before{content:"\e45c"}.oic-flight:before{content:"\e45d"}.oic-flickr-circled:before{content:"\e45e"}.oic-flickr:before{content:"\e45f"}.oic-flattr:before{content:"\e460"}.oic-flashlight:before{content:"\e461"}.oic-flash:before{content:"\e462"}.oic-flag-2:before{content:"\e463"}.oic-feather:before{content:"\e464"}.oic-fast-forward-1:before{content:"\e465"}.oic-fast-backward:before{content:"\e466"}.oic-facebook-squared:before{content:"\e467"}.oic-flow-cascade:before{content:"\e468"}.oic-flow-line:before{content:"\e469"}.oic-flow-parallel:before{content:"\e46a"}.oic-flow-tree:before{content:"\e46b"}.oic-folder-2:before{content:"\e46c"}.oic-forward:before{content:"\e46d"}.oic-gauge:before{content:"\e46e"}.oic-github:before{content:"\e46f"}.oic-github-circled:before{content:"\e470"}.oic-globe:before{content:"\e471"}.oic-google-circles:before{content:"\e472"}.oic-gplus:before{content:"\e473"}.oic-gplus-circled:before{content:"\e474"}.oic-install:before{content:"\e475"}.oic-instagrem:before{content:"\e476"}.oic-info-circled:before{content:"\e477"}.oic-info-1:before{content:"\e478"}.oic-infinity:before{content:"\e479"}.oic-inbox:before{content:"\e47a"}.oic-hourglass:before{content:"\e47b"}.oic-home-2:before{content:"\e47c"}.oic-help-circled:before{content:"\e47d"}.oic-help:before{content:"\e47e"}.oic-heart-empty:before{content:"\e47f"}.oic-heart-3:before{content:"\e480"}.oic-key-2:before{content:"\e481"}.oic-graduation-cap:before{content:"\e482"}.oic-keyboard:before{content:"\e483"}.oic-lamp:before{content:"\e484"}.oic-language:before{content:"\e485"}.oic-lastfm:before{content:"\e486"}.oic-lastfm-circled:before{content:"\e487"}.oic-layout-1:before{content:"\e488"}.oic-leaf:before{content:"\e489"}.oic-left:before{content:"\e48a"}.oic-left-bold:before{content:"\e48b"}.oic-left-circled:before{content:"\e48c"}.oic-left-dir:before{content:"\e48d"}.oic-left-open:before{content:"\e48e"}.oic-list-add:before{content:"\e48f"}.oic-list-2:before{content:"\e490"}.oic-linkedin-circled:before{content:"\e491"}.oic-linkedin:before{content:"\e492"}.oic-link-1:before{content:"\e493"}.oic-light-up:before{content:"\e494"}.oic-light-down:before{content:"\e495"}.oic-lifebuoy:before{content:"\e496"}.oic-level-up:before{content:"\e497"}.oic-level-down:before{content:"\e498"}.oic-left-thin:before{content:"\e499"}.oic-left-open-mini:before{content:"\e49a"}.oic-left-open-big:before{content:"\e49b"}.oic-drive:before{content:"\e49c"}.oic-location-1:before{content:"\e49d"}.oic-lock-3:before{content:"\e49e"}.oic-lock-open:before{content:"\e49f"}.oic-login:before{content:"\e4a0"}.oic-logo-db:before{content:"\e4a1"}.oic-logout:before{content:"\e4a2"}.oic-loop-1:before{content:"\e4a3"}.oic-magnet:before{content:"\e4a4"}.oic-mail-2:before{content:"\e4a5"}.oic-map-2:before{content:"\e4a6"}.oic-megaphone-2:before{content:"\e4a7"}.oic-menu:before{content:"\e4a8"}.oic-mic:before{content:"\e4a9"}.oic-note-1:before{content:"\e4aa"}.oic-newspaper-1:before{content:"\e4ab"}.oic-network:before{content:"\e4ac"}.oic-mute-1:before{content:"\e4ad"}.oic-music-2:before{content:"\e4ae"}.oic-mouse:before{content:"\e4af"}.oic-moon:before{content:"\e4b0"}.oic-mobile-1:before{content:"\e4b1"}.oic-mixi:before{content:"\e4b2"}.oic-minus-squared:before{content:"\e4b3"}.oic-minus-circled:before{content:"\e4b4"}.oic-minus-2:before{content:"\e4b5"}.oic-monitor-1:before{content:"\e4b6"}.oic-note-beamed:before{content:"\e4b7"}.oic-palette:before{content:"\e4b8"}.oic-paper-plane:before{content:"\e4b9"}.oic-pause-1:before{content:"\e4ba"}.oic-paypal-1:before{content:"\e4bb"}.oic-pencil-2:before{content:"\e4bc"}.oic-phone-4:before{content:"\e4bd"}.oic-picasa:before{content:"\e4be"}.oic-picture-1:before{content:"\e4bf"}.oic-pinterest:before{content:"\e4c0"}.oic-pinterest-circled:before{content:"\e4c1"}.oic-play-1:before{content:"\e4c2"}.oic-plus-1:before{content:"\e4c3"}.oic-rdio-circled:before{content:"\e4c4"}.oic-rdio:before{content:"\e4c5"}.oic-quote-1:before{content:"\e4c6"}.oic-qq:before{content:"\e4c7"}.oic-publish:before{content:"\e4c8"}.oic-progress-3:before{content:"\e4c9"}.oic-progress-2:before{content:"\e4ca"}.oic-progress-1:before{content:"\e4cb"}.oic-progress-0:before{content:"\e4cc"}.oic-print-1:before{content:"\e4cd"}.oic-popup:before{content:"\e4ce"}.oic-plus-squared:before{content:"\e4cf"}.oic-plus-circled:before{content:"\e4d0"}.oic-record-1:before{content:"\e4d1"}.oic-renren:before{content:"\e4d2"}.oic-reply:before{content:"\e4d3"}.oic-reply-all:before{content:"\e4d4"}.oic-resize-full:before{content:"\e4d5"}.oic-resize-small:before{content:"\e4d6"}.oic-retweet:before{content:"\e4d7"}.oic-right:before{content:"\e4d8"}.oic-right-bold:before{content:"\e4d9"}.oic-right-circled:before{content:"\e4da"}.oic-right-dir:before{content:"\e4db"}.oic-right-open:before{content:"\e4dc"}.oic-right-open-big:before{content:"\e4dd"}.oic-skype-circled:before{content:"\e4de"}.oic-smashing:before{content:"\e4df"}.oic-skype:before{content:"\e4e0"}.oic-sina-weibo:before{content:"\e4e1"}.oic-signal:before{content:"\e4e2"}.oic-shuffle-1:before{content:"\e4e3"}.oic-shareable:before{content:"\e4e4"}.oic-share-2:before{content:"\e4e5"}.oic-search-1:before{content:"\e4e6"}.oic-rss-1:before{content:"\e4e7"}.oic-rocket:before{content:"\e4e8"}.oic-right-thin:before{content:"\e4e9"}.oic-right-open-mini:before{content:"\e4ea"}.oic-sound-2:before{content:"\e4eb"}.oic-soundcloud:before{content:"\e4ec"}.oic-spotify:before{content:"\e4ed"}.oic-spotify-circled:before{content:"\e4ee"}.oic-star-3:before{content:"\e4ef"}.oic-star-empty:before{content:"\e4f0"}.oic-stop-1:before{content:"\e4f1"}.oic-stumbleupon:before{content:"\e4f2"}.oic-stumbleupon-circled:before{content:"\e4f3"}.oic-suitcase:before{content:"\e4f4"}.oic-sweden:before{content:"\e4f5"}.oic-switch:before{content:"\e4f6"}.oic-tag-2:before{content:"\e4f7"}.oic-tumblr:before{content:"\e4f8"}.oic-trophy-1:before{content:"\e4f9"}.oic-trash-3:before{content:"\e4fa"}.oic-traffic-cone:before{content:"\e4fb"}.oic-tools:before{content:"\e4fc"}.oic-to-start:before{content:"\e4fd"}.oic-to-end:before{content:"\e4fe"}.oic-ticket-1:before{content:"\e4ff"}.oic-thumbs-up:before{content:"\e500"}.oic-thumbs-down:before{content:"\e501"}.oic-thermometer:before{content:"\e502"}.oic-target-1:before{content:"\e503"}.oic-tape:before{content:"\e504"}.oic-tumblr-circled:before{content:"\e505"}.oic-twitter:before{content:"\e506"}.oic-twitter-circled:before{content:"\e507"}.oic-up:before{content:"\e508"}.oic-up-bold:before{content:"\e509"}.oic-up-circled:before{content:"\e50a"}.oic-up-dir:before{content:"\e50b"}.oic-up-open:before{content:"\e50c"}.oic-up-open-big:before{content:"\e50d"}.oic-up-open-mini:before{content:"\e50e"}.oic-up-thin:before{content:"\e50f"}.oic-upload-1:before{content:"\e510"}.oic-upload-cloud-1:before{content:"\e511"}.oic-window:before{content:"\e512"}.oic-water:before{content:"\e513"}.oic-volume-2:before{content:"\e514"}.oic-vkontakte:before{content:"\e515"}.oic-vimeo-circled:before{content:"\e516"}.oic-vimeo:before{content:"\e517"}.oic-video-2:before{content:"\e518"}.oic-vcard:before{content:"\e519"}.oic-user-add:before{content:"\e51a"}.oic-user-2:before{content:"\e51b"}.oic-users-1:before{content:"\e51c"}@font-face{font-family:"sunway1";src:url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway1/Flaticon.eot);src:url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway1/Flaticon.eot?#iefix) format("embedded-opentype"),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway1/Flaticon.woff) format("woff"),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway1/Flaticon.ttf) format("truetype"),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway1/Flaticon.svg#sunway1) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"sunway1";src:url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway1/Flaticon.svg#sunway1) format("svg")}[class^="oic-sunway1-"]:before,[class*=" oic-sunway1-"]:before,[class^="oic-sunway1-"]:after,[class*=" oic-sunway1-"]:after{font-family:sunway1;font-style:normal}.oic-sunway1-001-washing-machine:before{content:"\f100"}.oic-sunway1-002-waiter:before{content:"\f101"}.oic-sunway1-003-diagonal-arrow-1:before{content:"\f102"}.oic-sunway1-004-luggage-1:before{content:"\f103"}.oic-sunway1-005-towel:before{content:"\f104"}.oic-sunway1-006-toothbrush:before{content:"\f105"}.oic-sunway1-007-toilet-1:before{content:"\f106"}.oic-sunway1-008-toilet:before{content:"\f107"}.oic-sunway1-009-hotel-2:before{content:"\f108"}.oic-sunway1-010-thermometer-1:before{content:"\f109"}.oic-sunway1-011-thermometer:before{content:"\f10a"}.oic-sunway1-012-tennis:before{content:"\f10b"}.oic-sunway1-013-taxi:before{content:"\f10c"}.oic-sunway1-014-swimming-pool:before{content:"\f10d"}.oic-sunway1-015-broom:before{content:"\f10e"}.oic-sunway1-016-cctv:before{content:"\f10f"}.oic-sunway1-017-sunbed:before{content:"\f110"}.oic-sunway1-018-soup:before{content:"\f111"}.oic-sunway1-019-bed:before{content:"\f112"}.oic-sunway1-020-restaurant:before{content:"\f113"}.oic-sunway1-021-billiard:before{content:"\f114"}.oic-sunway1-022-plunger:before{content:"\f115"}.oic-sunway1-023-transporter:before{content:"\f116"}.oic-sunway1-024-parking:before{content:"\f117"}.oic-sunway1-025-open:before{content:"\f118"}.oic-sunway1-026-no-smoking:before{content:"\f119"}.oic-sunway1-027-no-photo:before{content:"\f11a"}.oic-sunway1-028-microwave-oven:before{content:"\f11b"}.oic-sunway1-029-information:before{content:"\f11c"}.oic-sunway1-030-ice-cream:before{content:"\f11d"}.oic-sunway1-031-television:before{content:"\f11e"}.oic-sunway1-032-recepcionist:before{content:"\f11f"}.oic-sunway1-033-maid:before{content:"\f120"}.oic-sunway1-034-trolley:before{content:"\f121"}.oic-sunway1-035-luggage:before{content:"\f122"}.oic-sunway1-036-keycard:before{content:"\f123"}.oic-sunway1-037-hotel-1:before{content:"\f124"}.oic-sunway1-038-room-service:before{content:"\f125"}.oic-sunway1-039-hotel:before{content:"\f126"}.oic-sunway1-040-elevator:before{content:"\f127"}.oic-sunway1-041-doorknob-1:before{content:"\f128"}.oic-sunway1-042-hanger-1:before{content:"\f129"}.oic-sunway1-043-bellhop:before{content:"\f12a"}.oic-sunway1-044-hair-dryer:before{content:"\f12b"}.oic-sunway1-045-hairdressing:before{content:"\f12c"}.oic-sunway1-046-dumbbell:before{content:"\f12d"}.oic-sunway1-047-golf:before{content:"\f12e"}.oic-sunway1-048-dinner:before{content:"\f12f"}.oic-sunway1-049-fire-extinguisher:before{content:"\f130"}.oic-sunway1-050-fast-food:before{content:"\f131"}.oic-sunway1-051-diagonal-arrow:before{content:"\f132"}.oic-sunway1-052-double-bed:before{content:"\f133"}.oic-sunway1-053-key-1:before{content:"\f134"}.oic-sunway1-054-key:before{content:"\f135"}.oic-sunway1-055-doorknob:before{content:"\f136"}.oic-sunway1-056-dollar:before{content:"\f137"}.oic-sunway1-057-telephone:before{content:"\f138"}.oic-sunway1-058-desk-bell:before{content:"\f139"}.oic-sunway1-059-credit-card:before{content:"\f13a"}.oic-sunway1-060-computer:before{content:"\f13b"}.oic-sunway1-061-coffee-pot:before{content:"\f13c"}.oic-sunway1-062-cocktail:before{content:"\f13d"}.oic-sunway1-063-iron:before{content:"\f13e"}.oic-sunway1-064-hanger:before{content:"\f13f"}.oic-sunway1-065-closed:before{content:"\f140"}.oic-sunway1-066-cigar:before{content:"\f141"}.oic-sunway1-067-candles:before{content:"\f142"}.oic-sunway1-068-photo-camera:before{content:"\f143"}.oic-sunway1-069-first-aid-kit:before{content:"\f144"}.oic-sunway1-070-breakfast:before{content:"\f145"}.oic-sunway1-071-bowling:before{content:"\f146"}.oic-sunway1-072-champagne:before{content:"\f147"}.oic-sunway1-073-beer:before{content:"\f148"}.oic-sunway1-074-bathtub:before{content:"\f149"}.oic-sunway1-075-sink:before{content:"\f14a"}.oic-sunway1-076-bathrobe:before{content:"\f14b"}.oic-sunway1-077-alarm-clock:before{content:"\f14c"}.oic-sunway1-078-24-hours-1:before{content:"\f14d"}.oic-sunway1-079-24-hours:before{content:"\f14e"}@font-face{font-family:"sunway2";src:url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway2/Flaticon.eot);src:url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway2/Flaticon.eot?#iefix) format("embedded-opentype"),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway2/Flaticon.woff) format("woff"),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway2/Flaticon.ttf) format("truetype"),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway2/Flaticon.svg#sunway2) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"sunway2";src:url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway2/Flaticon.svg#sunway2) format("svg")}[class^="oic-sunway2-"]:before,[class*=" oic-sunway2-"]:before,[class^="oic-sunway2-"]:after,[class*=" oic-sunway2-"]:after{font-family:sunway2;font-style:normal}.oic-sunway2-001-hotel-5:before{content:"\f100"}.oic-sunway2-002-bell:before{content:"\f101"}.oic-sunway2-003-key:before{content:"\f102"}.oic-sunway2-004-socket:before{content:"\f103"}.oic-sunway2-005-calendar:before{content:"\f104"}.oic-sunway2-006-maid:before{content:"\f105"}.oic-sunway2-007-sunbed:before{content:"\f106"}.oic-sunway2-008-telephone:before{content:"\f107"}.oic-sunway2-009-hair-dryer:before{content:"\f108"}.oic-sunway2-010-door-hanger:before{content:"\f109"}.oic-sunway2-011-family:before{content:"\f10a"}.oic-sunway2-012-bathrobe:before{content:"\f10b"}.oic-sunway2-013-passport:before{content:"\f10c"}.oic-sunway2-014-bathtub:before{content:"\f10d"}.oic-sunway2-015-food:before{content:"\f10e"}.oic-sunway2-016-scissors:before{content:"\f10f"}.oic-sunway2-017-hotel-4:before{content:"\f110"}.oic-sunway2-018-24-hours-1:before{content:"\f111"}.oic-sunway2-019-rooms:before{content:"\f112"}.oic-sunway2-020-steak:before{content:"\f113"}.oic-sunway2-021-egg:before{content:"\f114"}.oic-sunway2-022-receptionist-1:before{content:"\f115"}.oic-sunway2-023-coffee:before{content:"\f116"}.oic-sunway2-024-24-hours:before{content:"\f117"}.oic-sunway2-025-hotel-3:before{content:"\f118"}.oic-sunway2-026-interior-design:before{content:"\f119"}.oic-sunway2-027-hotel-2:before{content:"\f11a"}.oic-sunway2-028-bed:before{content:"\f11b"}.oic-sunway2-029-receptionist:before{content:"\f11c"}.oic-sunway2-030-elevator:before{content:"\f11d"}.oic-sunway2-031-taxi:before{content:"\f11e"}.oic-sunway2-032-no-smoking:before{content:"\f11f"}.oic-sunway2-033-wifi:before{content:"\f120"}.oic-sunway2-034-bike:before{content:"\f121"}.oic-sunway2-035-wine:before{content:"\f122"}.oic-sunway2-036-safe-box:before{content:"\f123"}.oic-sunway2-037-mirror:before{content:"\f124"}.oic-sunway2-038-iron:before{content:"\f125"}.oic-sunway2-039-luggage:before{content:"\f126"}.oic-sunway2-040-tray:before{content:"\f127"}.oic-sunway2-041-card:before{content:"\f128"}.oic-sunway2-042-washing-machine:before{content:"\f129"}.oic-sunway2-043-swimming-pool:before{content:"\f12a"}.oic-sunway2-044-money:before{content:"\f12b"}.oic-sunway2-045-air-conditioner:before{content:"\f12c"}.oic-sunway2-046-hotel-1:before{content:"\f12d"}.oic-sunway2-047-hotel:before{content:"\f12e"}.oic-sunway2-048-parking:before{content:"\f12f"}.oic-sunway2-049-towel:before{content:"\f130"}.oic-sunway2-050-tv:before{content:"\f131"}@font-face{font-family:"sunway3";src:url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway3/Flaticon.eot);src:url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway3/Flaticon.eot?#iefix) format("embedded-opentype"),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway3/Flaticon.woff) format("woff"),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway3/Flaticon.ttf) format("truetype"),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway3/Flaticon.svg#sunway3) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"sunway3";src:url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway3/Flaticon.svg#sunway3) format("svg")}[class^="oic-sunway3-"]:before,[class*=" oic-sunway3-"]:before,[class^="oic-sunway3-"]:after,[class*=" oic-sunway3-"]:after{font-family:sunway3;font-style:normal}.oic-sunway3-001-wifi:before{content:"\f100"}.oic-sunway3-002-restroom:before{content:"\f101"}.oic-sunway3-003-swimming-pool:before{content:"\f102"}.oic-sunway3-004-spa:before{content:"\f103"}.oic-sunway3-005-bed-1:before{content:"\f104"}.oic-sunway3-006-bus:before{content:"\f105"}.oic-sunway3-007-safety-box:before{content:"\f106"}.oic-sunway3-008-reception-bell-1:before{content:"\f107"}.oic-sunway3-009-reception-bell:before{content:"\f108"}.oic-sunway3-010-pet:before{content:"\f109"}.oic-sunway3-011-online-booking:before{content:"\f10a"}.oic-sunway3-012-no-smoking:before{content:"\f10b"}.oic-sunway3-013-washing-machine:before{content:"\f10c"}.oic-sunway3-014-bellboy:before{content:"\f10d"}.oic-sunway3-015-laundry:before{content:"\f10e"}.oic-sunway3-016-key:before{content:"\f10f"}.oic-sunway3-017-key-card:before{content:"\f110"}.oic-sunway3-018-hotel:before{content:"\f111"}.oic-sunway3-019-hair-dryer:before{content:"\f112"}.oic-sunway3-020-stationary-bike:before{content:"\f113"}.oic-sunway3-021-fire-extinguisher:before{content:"\f114"}.oic-sunway3-022-exit:before{content:"\f115"}.oic-sunway3-023-elevator:before{content:"\f116"}.oic-sunway3-024-bed:before{content:"\f117"}.oic-sunway3-025-door-hanger:before{content:"\f118"}.oic-sunway3-026-tv:before{content:"\f119"}.oic-sunway3-027-conference:before{content:"\f11a"}.oic-sunway3-028-charge:before{content:"\f11b"}.oic-sunway3-029-cctv:before{content:"\f11c"}.oic-sunway3-030-card:before{content:"\f11d"}.oic-sunway3-031-rent-a-car:before{content:"\f11e"}.oic-sunway3-032-breakfast:before{content:"\f11f"}.oic-sunway3-033-bath:before{content:"\f120"}.oic-sunway3-034-drinks:before{content:"\f121"}.oic-sunway3-035-calendar:before{content:"\f122"}.oic-sunway3-036-air-conditioner:before{content:"\f123"}@font-face{font-family:"sunway4";src:url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway4/Flaticon.eot);src:url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway4/Flaticon.eot?#iefix) format("embedded-opentype"),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway4/Flaticon.woff) format("woff"),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway4/Flaticon.ttf) format("truetype"),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway4/Flaticon.svg#sunway4) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"sunway4";src:url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway4/Flaticon.svg#sunway4) format("svg")}[class^="oic-sunway4-"]:before,[class*=" oic-sunway4-"]:before,[class^="oic-sunway4-"]:after,[class*=" oic-sunway4-"]:after{font-family:sunway4;font-style:normal}.oic-sunway4-001-wallet:before{content:"\f100"}.oic-sunway4-002-trekking:before{content:"\f101"}.oic-sunway4-003-boarding-pass:before{content:"\f102"}.oic-sunway4-004-train:before{content:"\f103"}.oic-sunway4-005-binoculars:before{content:"\f104"}.oic-sunway4-006-swimming-pool:before{content:"\f105"}.oic-sunway4-007-sunset:before{content:"\f106"}.oic-sunway4-008-sunglasses:before{content:"\f107"}.oic-sunway4-009-suitcase:before{content:"\f108"}.oic-sunway4-010-goggle:before{content:"\f109"}.oic-sunway4-011-restaurant:before{content:"\f10a"}.oic-sunway4-012-postcard:before{content:"\f10b"}.oic-sunway4-013-adaptor:before{content:"\f10c"}.oic-sunway4-014-photo:before{content:"\f10d"}.oic-sunway4-015-passport:before{content:"\f10e"}.oic-sunway4-016-navigation:before{content:"\f10f"}.oic-sunway4-017-mountain:before{content:"\f110"}.oic-sunway4-018-map-1:before{content:"\f111"}.oic-sunway4-019-limousine:before{content:"\f112"}.oic-sunway4-020-landmark:before{content:"\f113"}.oic-sunway4-021-resort:before{content:"\f114"}.oic-sunway4-022-sign:before{content:"\f115"}.oic-sunway4-023-flip-flops:before{content:"\f116"}.oic-sunway4-024-map:before{content:"\f117"}.oic-sunway4-025-take-off:before{content:"\f118"}.oic-sunway4-026-boat:before{content:"\f119"}.oic-sunway4-027-compass:before{content:"\f11a"}.oic-sunway4-028-cocktail-1:before{content:"\f11b"}.oic-sunway4-029-cocktail:before{content:"\f11c"}.oic-sunway4-030-credit-card:before{content:"\f11d"}.oic-sunway4-031-camera:before{content:"\f11e"}.oic-sunway4-032-calendar:before{content:"\f11f"}.oic-sunway4-033-island:before{content:"\f120"}.oic-sunway4-034-beach:before{content:"\f121"}.oic-sunway4-035-around:before{content:"\f122"}.oic-sunway4-036-plane:before{content:"\f123"}@font-face{font-family:"sunway5";src:url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway5/Flaticon.eot);src:url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway5/Flaticon.eot?#iefix) format("embedded-opentype"),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway5/Flaticon.woff) format("woff"),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway5/Flaticon.ttf) format("truetype"),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway5/Flaticon.svg#sunway5) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"sunway5";src:url(//villaanastasioparos.gr/wp-content/themes/sunway/font/sunway5/Flaticon.svg#sunway5) format("svg")}[class^="oic-sunway5-"]:before,[class*=" oic-sunway5-"]:before,[class^="oic-sunway5-"]:after,[class*=" oic-sunway5-"]:after{font-family:sunway5;font-style:normal}.oic-sunway5-001-parking:before{content:"\f100"}.oic-sunway5-002-room-service:before{content:"\f101"}.oic-sunway5-003-suitcase:before{content:"\f102"}.oic-sunway5-004-van:before{content:"\f103"}.oic-sunway5-005-taxi:before{content:"\f104"}.oic-sunway5-006-laundry:before{content:"\f105"}.oic-sunway5-007-television:before{content:"\f106"}.oic-sunway5-008-passport:before{content:"\f107"}.oic-sunway5-009-telephone:before{content:"\f108"}.oic-sunway5-010-wifi:before{content:"\f109"}.oic-sunway5-011-air-conditioner:before{content:"\f10a"}.oic-sunway5-012-bunk:before{content:"\f10b"}.oic-sunway5-013-map:before{content:"\f10c"}.oic-sunway5-014-no-smoking:before{content:"\f10d"}.oic-sunway5-015-doorknob:before{content:"\f10e"}.oic-sunway5-016-bellboy:before{content:"\f10f"}.oic-sunway5-017-safebox:before{content:"\f110"}.oic-sunway5-018-toilet:before{content:"\f111"}.oic-sunway5-019-bar:before{content:"\f112"}.oic-sunway5-020-key:before{content:"\f113"}.oic-sunway5-021-swimming-pool:before{content:"\f114"}.oic-sunway5-022-lobby:before{content:"\f115"}.oic-sunway5-023-building:before{content:"\f116"}.oic-sunway5-024-dumbbell:before{content:"\f117"}.oic-sunway5-025-chocolate:before{content:"\f118"}.oic-sunway5-026-cutlery:before{content:"\f119"}.oic-sunway5-027-hot-stone:before{content:"\f11a"}.oic-sunway5-028-water-bottle:before{content:"\f11b"}.oic-sunway5-029-towel:before{content:"\f11c"}.oic-sunway5-030-bath:before{content:"\f11d"}
@font-face {
font-family: "PrismaWeb";
src: url(//villaanastasioparos.gr/wp-content/themes/sunway/font/prisma/PrismaWeb.eot);
src: url(//villaanastasioparos.gr/wp-content/themes/sunway/font/prisma/PrismaWeb.eot?#iefix) format("embedded-opentype"),
url(//villaanastasioparos.gr/wp-content/themes/sunway/font/prisma/PrismaWeb.woff) format("woff"),
url(//villaanastasioparos.gr/wp-content/themes/sunway/font/prisma/PrismaWeb.ttf) format("truetype"),
url(//villaanastasioparos.gr/wp-content/themes/sunway/font/prisma/PrismaWeb.svg#PrismaWeb) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "PrismaWeb";
src: url(//villaanastasioparos.gr/wp-content/themes/sunway/font/prisma/PrismaWeb.svg#PrismaWeb) format("svg");
}
}@font-face {
font-family:"FontAwesome";
src:url(//villaanastasioparos.gr/wp-content/themes/sunway/font/fontawesome/fontawesome-webfont.eot?v=4.7.0);
src:url(//villaanastasioparos.gr/wp-content/themes/sunway/font/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/fontawesome/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/fontawesome/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/fontawesome/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//villaanastasioparos.gr/wp-content/themes/sunway/font/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight:400;
font-style:normal
}
.fa {
display:inline-block;
font:normal normal normal 14px/1 FontAwesome;
font-size:inherit;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}
.fa-lg {
font-size:1.33333333em;
line-height:.75em;
vertical-align:-15%
}
.fa-2x {
font-size:2em
}
.fa-3x {
font-size:3em
}
.fa-4x {
font-size:4em
}
.fa-5x {
font-size:5em
}
.fa-fw {
width:1.28571429em;
text-align:center
}
.fa-ul {
padding-left:0;
margin-left:2.14285714em;
list-style-type:none
}
.fa-ul>li {
position:relative
}
.fa-li {
position:absolute;
left:-2.14285714em;
width:2.14285714em;
top:.14285714em;
text-align:center
}
.fa-li.fa-lg {
left:-1.85714286em
}
.fa-border {
padding:.2em .25em .15em;
border:solid .08em #eee;
border-radius:.1em
}
.fa-pull-left {
float:left
}
.fa-pull-right {
float:right
}
.fa.fa-pull-left {
margin-right:.3em
}
.fa.fa-pull-right {
margin-left:.3em
}
.pull-right {
float:right
}
.pull-left {
float:left
}
.fa.pull-left {
margin-right:.3em
}
.fa.pull-right {
margin-left:.3em
}
.fa-spin {
-webkit-animation:fa-spin 2s infinite linear;
animation:fa-spin 2s infinite linear
}
.fa-pulse {
-webkit-animation:fa-spin 1s infinite steps(8);
animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg)
}
.fa-rotate-180 {
-webkit-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg)
}
.fa-rotate-270 {
-webkit-transform:rotate(270deg);
-ms-transform:rotate(270deg);
transform:rotate(270deg)
}
.fa-flip-horizontal {
-webkit-transform:scale(-1,1);
-ms-transform:scale(-1,1);
transform:scale(-1,1)
}
.fa-flip-vertical {
-webkit-transform:scale(1,-1);
-ms-transform:scale(1,-1);
transform:scale(1,-1)
}
:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
-webkit-filter:none;
filter:none
}
.fa-stack {
position:relative;
display:inline-block;
width:2em;
height:2em;
line-height:2em;
vertical-align:middle
}
.fa-stack-1x,.fa-stack-2x {
position:absolute;
left:0;
width:100%;
text-align:center
}
.fa-stack-1x {
line-height:inherit
}
.fa-stack-2x {
font-size:2em
}
.fa-inverse {
color:#fff
}
.fa-glass:before {
content:"\f000"
}
.fa-music:before {
content:"\f001"
}
.fa-search:before {
content:"\f002"
}
.fa-envelope-o:before {
content:"\f003"
}
.fa-heart:before {
content:"\f004"
}
.fa-star:before {
content:"\f005"
}
.fa-star-o:before {
content:"\f006"
}
.fa-user:before {
content:"\f007"
}
.fa-film:before {
content:"\f008"
}
.fa-th-large:before {
content:"\f009"
}
.fa-th:before {
content:"\f00a"
}
.fa-th-list:before {
content:"\f00b"
}
.fa-check:before {
content:"\f00c"
}
.fa-close:before,.fa-remove: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-cog:before,.fa-gear: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-repeat:before,.fa-rotate-right: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-image:before,.fa-photo: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-exclamation-triangle:before,.fa-warning: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-cogs:before,.fa-gears: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-floppy-o:before,.fa-save:before {
content:"\f0c7"
}
.fa-square:before {
content:"\f0c8"
}
.fa-bars:before,.fa-navicon:before,.fa-reorder: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-sort:before,.fa-unsorted:before {
content:"\f0dc"
}
.fa-sort-desc:before,.fa-sort-down:before {
content:"\f0dd"
}
.fa-sort-asc:before,.fa-sort-up:before {
content:"\f0de"
}
.fa-envelope:before {
content:"\f0e0"
}
.fa-linkedin:before {
content:"\f0e1"
}
.fa-rotate-left:before,.fa-undo:before {
content:"\f0e2"
}
.fa-gavel:before,.fa-legal:before {
content:"\f0e3"
}
.fa-dashboard:before,.fa-tachometer:before {
content:"\f0e4"
}
.fa-comment-o:before {
content:"\f0e5"
}
.fa-comments-o:before {
content:"\f0e6"
}
.fa-bolt:before,.fa-flash:before {
content:"\f0e7"
}
.fa-sitemap:before {
content:"\f0e8"
}
.fa-umbrella:before {
content:"\f0e9"
}
.fa-clipboard:before,.fa-paste: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-chain-broken:before,.fa-unlink: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-caret-square-o-down:before,.fa-toggle-down:before {
content:"\f150"
}
.fa-caret-square-o-up:before,.fa-toggle-up:before {
content:"\f151"
}
.fa-caret-square-o-right:before,.fa-toggle-right:before {
content:"\f152"
}
.fa-eur:before,.fa-euro:before {
content:"\f153"
}
.fa-gbp:before {
content:"\f154"
}
.fa-dollar:before,.fa-usd:before {
content:"\f155"
}
.fa-inr:before,.fa-rupee:before {
content:"\f156"
}
.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
content:"\f157"
}
.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
content:"\f158"
}
.fa-krw:before,.fa-won: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-caret-square-o-left:before,.fa-toggle-left:before {
content:"\f191"
}
.fa-dot-circle-o:before {
content:"\f192"
}
.fa-wheelchair:before {
content:"\f193"
}
.fa-vimeo-square:before {
content:"\f194"
}
.fa-try:before,.fa-turkish-lira: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-bank:before,.fa-institution:before,.fa-university:before {
content:"\f19c"
}
.fa-graduation-cap:before,.fa-mortar-board:before {
content:"\f19d"
}
.fa-yahoo:before {
content:"\f19e"
}
.fa-google:before {
content:"\f1a0"
}
.fa-reddit:before {
content:"\f1a1"
}
.fa-reddit-square:before {
content:"\f1a2"
}
.fa-stumbleupon-circle:before {
content:"\f1a3"
}
.fa-stumbleupon:before {
content:"\f1a4"
}
.fa-delicious:before {
content:"\f1a5"
}
.fa-digg:before {
content:"\f1a6"
}
.fa-pied-piper-pp:before {
content:"\f1a7"
}
.fa-pied-piper-alt:before {
content:"\f1a8"
}
.fa-drupal:before {
content:"\f1a9"
}
.fa-joomla:before {
content:"\f1aa"
}
.fa-language:before {
content:"\f1ab"
}
.fa-fax:before {
content:"\f1ac"
}
.fa-building:before {
content:"\f1ad"
}
.fa-child:before {
content:"\f1ae"
}
.fa-paw:before {
content:"\f1b0"
}
.fa-spoon:before {
content:"\f1b1"
}
.fa-cube:before {
content:"\f1b2"
}
.fa-cubes:before {
content:"\f1b3"
}
.fa-behance:before {
content:"\f1b4"
}
.fa-behance-square:before {
content:"\f1b5"
}
.fa-steam:before {
content:"\f1b6"
}
.fa-steam-square:before {
content:"\f1b7"
}
.fa-recycle:before {
content:"\f1b8"
}
.fa-automobile:before,.fa-car:before {
content:"\f1b9"
}
.fa-cab:before,.fa-taxi:before {
content:"\f1ba"
}
.fa-tree:before {
content:"\f1bb"
}
.fa-spotify:before {
content:"\f1bc"
}
.fa-deviantart:before {
content:"\f1bd"
}
.fa-soundcloud:before {
content:"\f1be"
}
.fa-database:before {
content:"\f1c0"
}
.fa-file-pdf-o:before {
content:"\f1c1"
}
.fa-file-word-o:before {
content:"\f1c2"
}
.fa-file-excel-o:before {
content:"\f1c3"
}
.fa-file-powerpoint-o:before {
content:"\f1c4"
}
.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
content:"\f1c5"
}
.fa-file-archive-o:before,.fa-file-zip-o:before {
content:"\f1c6"
}
.fa-file-audio-o:before,.fa-file-sound-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-ring:before,.fa-life-saver:before,.fa-support:before {
content:"\f1cd"
}
.fa-circle-o-notch:before {
content:"\f1ce"
}
.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
content:"\f1d0"
}
.fa-empire:before,.fa-ge:before {
content:"\f1d1"
}
.fa-git-square:before {
content:"\f1d2"
}
.fa-git:before {
content:"\f1d3"
}
.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
content:"\f1d4"
}
.fa-tencent-weibo:before {
content:"\f1d5"
}
.fa-qq:before {
content:"\f1d6"
}
.fa-wechat:before,.fa-weixin:before {
content:"\f1d7"
}
.fa-paper-plane:before,.fa-send:before {
content:"\f1d8"
}
.fa-paper-plane-o:before,.fa-send-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-futbol-o:before,.fa-soccer-ball-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-ils:before,.fa-shekel:before,.fa-sheqel: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-bed:before,.fa-hotel:before {
content:"\f236"
}
.fa-viacoin:before {
content:"\f237"
}
.fa-train:before {
content:"\f238"
}
.fa-subway:before {
content:"\f239"
}
.fa-medium:before {
content:"\f23a"
}
.fa-y-combinator:before,.fa-yc: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,.fa-battery: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-paper-o:before,.fa-hand-stop-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-television:before,.fa-tv:before {
content:"\f26c"
}
.fa-contao:before {
content:"\f26d"
}
.fa-500px:before {
content:"\f26e"
}
.fa-amazon:before {
content:"\f270"
}
.fa-calendar-plus-o:before {
content:"\f271"
}
.fa-calendar-minus-o:before {
content:"\f272"
}
.fa-calendar-times-o:before {
content:"\f273"
}
.fa-calendar-check-o:before {
content:"\f274"
}
.fa-industry:before {
content:"\f275"
}
.fa-map-pin:before {
content:"\f276"
}
.fa-map-signs:before {
content:"\f277"
}
.fa-map-o:before {
content:"\f278"
}
.fa-map:before {
content:"\f279"
}
.fa-commenting:before {
content:"\f27a"
}
.fa-commenting-o:before {
content:"\f27b"
}
.fa-houzz:before {
content:"\f27c"
}
.fa-vimeo:before {
content:"\f27d"
}
.fa-black-tie:before {
content:"\f27e"
}
.fa-fonticons:before {
content:"\f280"
}
.fa-reddit-alien:before {
content:"\f281"
}
.fa-edge:before {
content:"\f282"
}
.fa-credit-card-alt:before {
content:"\f283"
}
.fa-codiepie:before {
content:"\f284"
}
.fa-modx:before {
content:"\f285"
}
.fa-fort-awesome:before {
content:"\f286"
}
.fa-usb:before {
content:"\f287"
}
.fa-product-hunt:before {
content:"\f288"
}
.fa-mixcloud:before {
content:"\f289"
}
.fa-scribd:before {
content:"\f28a"
}
.fa-pause-circle:before {
content:"\f28b"
}
.fa-pause-circle-o:before {
content:"\f28c"
}
.fa-stop-circle:before {
content:"\f28d"
}
.fa-stop-circle-o:before {
content:"\f28e"
}
.fa-shopping-bag:before {
content:"\f290"
}
.fa-shopping-basket:before {
content:"\f291"
}
.fa-hashtag:before {
content:"\f292"
}
.fa-bluetooth:before {
content:"\f293"
}
.fa-bluetooth-b:before {
content:"\f294"
}
.fa-percent:before {
content:"\f295"
}
.fa-gitlab:before {
content:"\f296"
}
.fa-wpbeginner:before {
content:"\f297"
}
.fa-wpforms:before {
content:"\f298"
}
.fa-envira:before {
content:"\f299"
}
.fa-universal-access:before {
content:"\f29a"
}
.fa-wheelchair-alt:before {
content:"\f29b"
}
.fa-question-circle-o:before {
content:"\f29c"
}
.fa-blind:before {
content:"\f29d"
}
.fa-audio-description:before {
content:"\f29e"
}
.fa-volume-control-phone:before {
content:"\f2a0"
}
.fa-braille:before {
content:"\f2a1"
}
.fa-assistive-listening-systems:before {
content:"\f2a2"
}
.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
content:"\f2a3"
}
.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
content:"\f2a4"
}
.fa-glide:before {
content:"\f2a5"
}
.fa-glide-g:before {
content:"\f2a6"
}
.fa-sign-language:before,.fa-signing:before {
content:"\f2a7"
}
.fa-low-vision:before {
content:"\f2a8"
}
.fa-viadeo:before {
content:"\f2a9"
}
.fa-viadeo-square:before {
content:"\f2aa"
}
.fa-snapchat:before {
content:"\f2ab"
}
.fa-snapchat-ghost:before {
content:"\f2ac"
}
.fa-snapchat-square:before {
content:"\f2ad"
}
.fa-pied-piper:before {
content:"\f2ae"
}
.fa-first-order:before {
content:"\f2b0"
}
.fa-yoast:before {
content:"\f2b1"
}
.fa-themeisle:before {
content:"\f2b2"
}
.fa-google-plus-circle:before,.fa-google-plus-official:before {
content:"\f2b3"
}
.fa-fa:before,.fa-font-awesome:before {
content:"\f2b4"
}
.fa-handshake-o:before {
content:"\f2b5"
}
.fa-envelope-open:before {
content:"\f2b6"
}
.fa-envelope-open-o:before {
content:"\f2b7"
}
.fa-linode:before {
content:"\f2b8"
}
.fa-address-book:before {
content:"\f2b9"
}
.fa-address-book-o:before {
content:"\f2ba"
}
.fa-address-card:before,.fa-vcard:before {
content:"\f2bb"
}
.fa-address-card-o:before,.fa-vcard-o:before {
content:"\f2bc"
}
.fa-user-circle:before {
content:"\f2bd"
}
.fa-user-circle-o:before {
content:"\f2be"
}
.fa-user-o:before {
content:"\f2c0"
}
.fa-id-badge:before {
content:"\f2c1"
}
.fa-drivers-license:before,.fa-id-card:before {
content:"\f2c2"
}
.fa-drivers-license-o:before,.fa-id-card-o:before {
content:"\f2c3"
}
.fa-quora:before {
content:"\f2c4"
}
.fa-free-code-camp:before {
content:"\f2c5"
}
.fa-telegram:before {
content:"\f2c6"
}
.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before {
content:"\f2c7"
}
.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
content:"\f2c8"
}
.fa-thermometer-2:before,.fa-thermometer-half:before {
content:"\f2c9"
}
.fa-thermometer-1:before,.fa-thermometer-quarter:before {
content:"\f2ca"
}
.fa-thermometer-0:before,.fa-thermometer-empty:before {
content:"\f2cb"
}
.fa-shower:before {
content:"\f2cc"
}
.fa-bath:before,.fa-bathtub:before,.fa-s15:before {
content:"\f2cd"
}
.fa-podcast:before {
content:"\f2ce"
}
.fa-window-maximize:before {
content:"\f2d0"
}
.fa-window-minimize:before {
content:"\f2d1"
}
.fa-window-restore:before {
content:"\f2d2"
}
.fa-times-rectangle:before,.fa-window-close:before {
content:"\f2d3"
}
.fa-times-rectangle-o:before,.fa-window-close-o:before {
content:"\f2d4"
}
.fa-bandcamp:before {
content:"\f2d5"
}
.fa-grav:before {
content:"\f2d6"
}
.fa-etsy:before {
content:"\f2d7"
}
.fa-imdb:before {
content:"\f2d8"
}
.fa-ravelry:before {
content:"\f2d9"
}
.fa-eercast:before {
content:"\f2da"
}
.fa-microchip:before {
content:"\f2db"
}
.fa-snowflake-o:before {
content:"\f2dc"
}
.fa-superpowers:before {
content:"\f2dd"
}
.fa-wpexplorer:before {
content:"\f2de"
}
.fa-meetup:before {
content:"\f2e0"
}
.sr-only {
position:absolute;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0,0,0,0);
border:0
}
.sr-only-focusable:active,.sr-only-focusable:focus {
position:static;
width:auto;
height:auto;
margin:0;
overflow:visible;
clip:auto
}.animsition,.animsition-overlay{position:relative;opacity:0;-webkit-animation-fill-mode:both;animation-fill-mode:both;height:100%;}.animsition-overlay-slide{position:fixed;z-index:1000;width:100%;height:100%;background-color:var(--body-bg-color);}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.fade-in{-webkit-animation-name:fade-in;animation-name:fade-in}@-webkit-keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.fade-out{-webkit-animation-name:fade-out;animation-name:fade-out}@-webkit-keyframes fade-in-up{0%{-webkit-transform:translateY(500px);transform:translateY(500px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-up{0%{-webkit-transform:translateY(500px);transform:translateY(500px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-up{-webkit-animation-name:fade-in-up;animation-name:fade-in-up}@-webkit-keyframes fade-out-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-500px);transform:translateY(-500px);opacity:0}}@keyframes fade-out-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-500px);transform:translateY(-500px);opacity:0}}.fade-out-up{-webkit-animation-name:fade-out-up;animation-name:fade-out-up}@-webkit-keyframes fade-in-up-sm{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-up-sm{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-up-sm{-webkit-animation-name:fade-in-up-sm;animation-name:fade-in-up-sm}@-webkit-keyframes fade-out-up-sm{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-100px);transform:translateY(-100px);opacity:0}}@keyframes fade-out-up-sm{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-100px);transform:translateY(-100px);opacity:0}}.fade-out-up-sm{-webkit-animation-name:fade-out-up-sm;animation-name:fade-out-up-sm}@-webkit-keyframes fade-in-up-lg{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-up-lg{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-up-lg{-webkit-animation-name:fade-in-up-lg;animation-name:fade-in-up-lg}@-webkit-keyframes fade-out-up-lg{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-1000px);transform:translateY(-1000px);opacity:0}}@keyframes fade-out-up-lg{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-1000px);transform:translateY(-1000px);opacity:0}}.fade-out-up-lg{-webkit-animation-name:fade-out-up-lg;animation-name:fade-out-up-lg}@-webkit-keyframes fade-in-down{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-down{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-down{-webkit-animation-name:fade-in-down;animation-name:fade-in-down}@-webkit-keyframes fade-out-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(500px);transform:translateY(500px);opacity:0}}@keyframes fade-out-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(500px);transform:translateY(500px);opacity:0}}.fade-out-down{-webkit-animation-name:fade-out-down;animation-name:fade-out-down}@-webkit-keyframes fade-in-down-sm{0%{-webkit-transform:translateY(-100px);transform:translateY(-100px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-down-sm{0%{-webkit-transform:translateY(-100px);transform:translateY(-100px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-down-sm{-webkit-animation-name:fade-in-down-sm;animation-name:fade-in-down-sm}@-webkit-keyframes fade-out-down-sm{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}}@keyframes fade-out-down-sm{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}}.fade-out-down-sm{-webkit-animation-name:fade-out-down-sm;animation-name:fade-out-down-sm}.fade-in-down-lg{-webkit-animation-name:fade-in-down;animation-name:fade-in-down}@-webkit-keyframes fade-out-down-lg{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}}@keyframes fade-out-down-lg{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}}.fade-out-down-lg{-webkit-animation-name:fade-out-down-lg;animation-name:fade-out-down-lg}@-webkit-keyframes fade-in-left{0%{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left{0%{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-left{-webkit-animation-name:fade-in-left;animation-name:fade-in-left}@-webkit-keyframes fade-out-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}}@keyframes fade-out-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}}.fade-out-left{-webkit-animation-name:fade-out-left;animation-name:fade-out-left}@-webkit-keyframes fade-in-left-sm{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left-sm{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-left-sm{-webkit-animation-name:fade-in-left-sm;animation-name:fade-in-left-sm}@-webkit-keyframes fade-out-left-sm{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}}@keyframes fade-out-left-sm{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}}.fade-out-left-sm{-webkit-animation-name:fade-out-left-sm;animation-name:fade-out-left-sm}@-webkit-keyframes fade-in-left-lg{0%{-webkit-transform:translateX(-1500px);transform:translateX(-1500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left-lg{0%{-webkit-transform:translateX(-1500px);transform:translateX(-1500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-left-lg{-webkit-animation-name:fade-in-left-lg;animation-name:fade-in-left-lg}@-webkit-keyframes fade-out-left-lg{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-1500px);transform:translateX(-1500px);opacity:0}}@keyframes fade-out-left-lg{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-1500px);transform:translateX(-1500px);opacity:0}}.fade-out-left-lg{-webkit-animation-name:fade-out-left-lg;animation-name:fade-out-left-lg}@-webkit-keyframes fade-in-right{0%{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-right{0%{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-right{-webkit-animation-name:fade-in-right;animation-name:fade-in-right}@-webkit-keyframes fade-out-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}}@keyframes fade-out-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}}.fade-out-right{-webkit-animation-name:fade-out-right;animation-name:fade-out-right}@-webkit-keyframes fade-in-right-sm{0%{-webkit-transform:translateX(100px);transform:translateX(100px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-right-sm{0%{-webkit-transform:translateX(100px);transform:translateX(100px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-right-sm{-webkit-animation-name:fade-in-right-sm;animation-name:fade-in-right-sm}@-webkit-keyframes fade-out-right-sm{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(100px);transform:translateX(100px);opacity:0}}@keyframes fade-out-right-sm{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(100px);transform:translateX(100px);opacity:0}}.fade-out-right-sm{-webkit-animation-name:fade-out-right-sm;animation-name:fade-out-right-sm}@-webkit-keyframes fade-in-right-lg{0%{-webkit-transform:translateX(1500px);transform:translateX(1500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-right-lg{0%{-webkit-transform:translateX(1500px);transform:translateX(1500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-right-lg{-webkit-animation-name:fade-in-right-lg;animation-name:fade-in-right-lg}@-webkit-keyframes fade-out-right-lg{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(1500px);transform:translateX(1500px);opacity:0}}@keyframes fade-out-right-lg{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(1500px);transform:translateX(1500px);opacity:0}}.fade-out-right-lg{-webkit-animation-name:fade-out-right-lg;animation-name:fade-out-right-lg}@-webkit-keyframes rotate-in{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}@keyframes rotate-in{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}.rotate-in{-webkit-animation-name:rotate-in;animation-name:rotate-in}@-webkit-keyframes rotate-out{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);transform-origin:center center;opacity:0}}@keyframes rotate-out{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);transform-origin:center center;opacity:0}}.rotate-out{-webkit-animation-name:rotate-out;animation-name:rotate-out}@-webkit-keyframes rotate-in-sm{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}@keyframes rotate-in-sm{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}.rotate-in-sm{-webkit-animation-name:rotate-in-sm;animation-name:rotate-in-sm}@-webkit-keyframes rotate-out-sm{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);transform-origin:center center;opacity:0}}@keyframes rotate-out-sm{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);transform-origin:center center;opacity:0}}.rotate-out-sm{-webkit-animation-name:rotate-out-sm;animation-name:rotate-out-sm}@-webkit-keyframes rotate-in-lg{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}@keyframes rotate-in-lg{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}.rotate-in-lg{-webkit-animation-name:rotate-in-lg;animation-name:rotate-in-lg}@-webkit-keyframes rotate-out-lg{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(180deg);transform:rotate(180deg);transform-origin:center center;opacity:0}}@keyframes rotate-out-lg{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(180deg);transform:rotate(180deg);transform-origin:center center;opacity:0}}.rotate-out-lg{-webkit-animation-name:rotate-out-lg;animation-name:rotate-out-lg}@-webkit-keyframes flip-in-x{0%{-webkit-transform:perspective(550px) rotateX(90deg);transform:perspective(550px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(550px) rotateX(0deg);transform:perspective(550px) rotateX(0deg);opacity:1}}@keyframes flip-in-x{0%{-webkit-transform:perspective(550px) rotateX(90deg);transform:perspective(550px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(550px) rotateX(0deg);transform:perspective(550px) rotateX(0deg);opacity:1}}.flip-in-x{-webkit-animation-name:flip-in-x;animation-name:flip-in-x;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-x{0%{-webkit-transform:perspective(550px) rotateX(0deg);transform:perspective(550px) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(550px) rotateX(90deg);transform:perspective(550px) rotateX(90deg);opacity:0}}@keyframes flip-out-x{0%{-webkit-transform:perspective(550px) rotateX(0deg);transform:perspective(550px) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(550px) rotateX(90deg);transform:perspective(550px) rotateX(90deg);opacity:0}}.flip-out-x{-webkit-animation-name:flip-out-x;animation-name:flip-out-x;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-in-x-nr{0%{-webkit-transform:perspective(100px) rotateX(90deg);transform:perspective(100px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(100px) rotateX(0deg);transform:perspective(100px) rotateX(0deg);opacity:1}}@keyframes flip-in-x-nr{0%{-webkit-transform:perspective(100px) rotateX(90deg);transform:perspective(100px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(100px) rotateX(0deg);transform:perspective(100px) rotateX(0deg);opacity:1}}.flip-in-x-nr{-webkit-animation-name:flip-in-x-nr;animation-name:flip-in-x-nr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-x-nr{0%{-webkit-transform:perspective(100px) rotateX(0deg);transform:perspective(100px) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(100px) rotateX(90deg);transform:perspective(100px) rotateX(90deg);opacity:0}}@keyframes flip-out-x-nr{0%{-webkit-transform:perspective(100px) rotateX(0deg);transform:perspective(100px) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(100px) rotateX(90deg);transform:perspective(100px) rotateX(90deg);opacity:0}}.flip-out-x-nr{-webkit-animation-name:flip-out-x-nr;animation-name:flip-out-x-nr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-in-x-fr{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg);opacity:1}}@keyframes flip-in-x-fr{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg);opacity:1}}.flip-in-x-fr{-webkit-animation-name:flip-in-x-fr;animation-name:flip-in-x-fr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-x-fr{0%{-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@keyframes flip-out-x-fr{0%{-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}.flip-out-x-fr{-webkit-animation-name:flip-out-x-fr;animation-name:flip-out-x-fr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-in-y{0%{-webkit-transform:perspective(550px) rotateY(90deg);transform:perspective(550px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(550px) rotateY(0deg);transform:perspective(550px) rotateY(0deg);opacity:1}}@keyframes flip-in-y{0%{-webkit-transform:perspective(550px) rotateY(90deg);transform:perspective(550px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(550px) rotateY(0deg);transform:perspective(550px) rotateY(0deg);opacity:1}}.flip-in-y{-webkit-animation-name:flip-in-y;animation-name:flip-in-y;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-y{0%{-webkit-transform:perspective(550px) rotateY(0deg);transform:perspective(550px) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(550px) rotateY(90deg);transform:perspective(550px) rotateY(90deg);opacity:0}}@keyframes flip-out-y{0%{-webkit-transform:perspective(550px) rotateY(0deg);transform:perspective(550px) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(550px) rotateY(90deg);transform:perspective(550px) rotateY(90deg);opacity:0}}.flip-out-y{-webkit-animation-name:flip-out-y;animation-name:flip-out-y;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-in-y-nr{0%{-webkit-transform:perspective(100px) rotateY(90deg);transform:perspective(100px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(100px) rotateY(0deg);transform:perspective(100px) rotateY(0deg);opacity:1}}@keyframes flip-in-y-nr{0%{-webkit-transform:perspective(100px) rotateY(90deg);transform:perspective(100px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(100px) rotateY(0deg);transform:perspective(100px) rotateY(0deg);opacity:1}}.flip-in-y-nr{-webkit-animation-name:flip-in-y-nr;animation-name:flip-in-y-nr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-y-nr{0%{-webkit-transform:perspective(100px) rotateY(0deg);transform:perspective(100px) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(100px) rotateY(90deg);transform:perspective(100px) rotateY(90deg);opacity:0}}@keyframes flip-out-y-nr{0%{-webkit-transform:perspective(100px) rotateY(0deg);transform:perspective(100px) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(100px) rotateY(90deg);transform:perspective(100px) rotateY(90deg);opacity:0}}.flip-out-y-nr{-webkit-animation-name:flip-out-y-nr;animation-name:flip-out-y-nr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-in-y-fr{0%{-webkit-transform:perspective(1000px) rotateY(90deg);transform:perspective(1000px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg);opacity:1}}@keyframes flip-in-y-fr{0%{-webkit-transform:perspective(1000px) rotateY(90deg);transform:perspective(1000px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg);opacity:1}}.flip-in-y-fr{-webkit-animation-name:flip-in-y-fr;animation-name:flip-in-y-fr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-y-fr{0%{-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(1000px) rotateY(90deg);transform:perspective(1000px) rotateY(90deg);opacity:0}}@keyframes flip-out-y-fr{0%{-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(1000px) rotateY(90deg);transform:perspective(1000px) rotateY(90deg);opacity:0}}.flip-out-y-fr{-webkit-animation-name:flip-out-y-fr;animation-name:flip-out-y-fr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes zoom-in{0%{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}to{opacity:1}}@keyframes zoom-in{0%{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}to{opacity:1}}.zoom-in{-webkit-animation-name:zoom-in;animation-name:zoom-in}@-webkit-keyframes zoom-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.7);transform:scale(.7)}50%,to{opacity:0}}@keyframes zoom-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.7);transform:scale(.7)}50%,to{opacity:0}}.zoom-out{-webkit-animation-name:zoom-out;animation-name:zoom-out}@-webkit-keyframes zoom-in-sm{0%{-webkit-transform:scale(.95);transform:scale(.95);opacity:0}to{opacity:1}}@keyframes zoom-in-sm{0%{-webkit-transform:scale(.95);transform:scale(.95);opacity:0}to{opacity:1}}.zoom-in-sm{-webkit-animation-name:zoom-in-sm;animation-name:zoom-in-sm}@-webkit-keyframes zoom-out-sm{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.95);transform:scale(.95)}50%,to{opacity:0}}@keyframes zoom-out-sm{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.95);transform:scale(.95)}50%,to{opacity:0}}.zoom-out-sm{-webkit-animation-name:zoom-out-sm;animation-name:zoom-out-sm}@-webkit-keyframes zoom-in-lg{0%{-webkit-transform:scale(.4);transform:scale(.4);opacity:0}to{opacity:1}}@keyframes zoom-in-lg{0%{-webkit-transform:scale(.4);transform:scale(.4);opacity:0}to{opacity:1}}.zoom-in-lg{-webkit-animation-name:zoom-in-lg;animation-name:zoom-in-lg}@-webkit-keyframes zoom-out-lg{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.4);transform:scale(.4)}50%,to{opacity:0}}@keyframes zoom-out-lg{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.4);transform:scale(.4)}50%,to{opacity:0}}.zoom-out-lg{-webkit-animation-name:zoom-out-lg;animation-name:zoom-out-lg}@-webkit-keyframes overlay-slide-in-top{0%{height:100%}to{height:0}}@keyframes overlay-slide-in-top{0%{height:100%}to{height:0}}.overlay-slide-in-top{top:0;height:0;-webkit-animation-name:overlay-slide-in-top;animation-name:overlay-slide-in-top}@-webkit-keyframes overlay-slide-out-top{0%{height:0}to{height:100%}}@keyframes overlay-slide-out-top{0%{height:0}to{height:100%}}.overlay-slide-out-top{top:0;height:100%;-webkit-animation-name:overlay-slide-out-top;animation-name:overlay-slide-out-top}@-webkit-keyframes overlay-slide-in-bottom{0%{height:100%}to{height:0}}@keyframes overlay-slide-in-bottom{0%{height:100%}to{height:0}}.overlay-slide-in-bottom{bottom:0;height:0;-webkit-animation-name:overlay-slide-in-bottom;animation-name:overlay-slide-in-bottom}@-webkit-keyframes overlay-slide-out-bottom{0%{height:0}to{height:100%}}@keyframes overlay-slide-out-bottom{0%{height:0}to{height:100%}}.overlay-slide-out-bottom{bottom:0;height:100%;-webkit-animation-name:overlay-slide-out-bottom;animation-name:overlay-slide-out-bottom}@-webkit-keyframes overlay-slide-in-left{0%{width:100%}to{width:0}}@keyframes overlay-slide-in-left{0%{width:100%}to{width:0}}.overlay-slide-in-left{width:0;-webkit-animation-name:overlay-slide-in-left;animation-name:overlay-slide-in-left}@-webkit-keyframes overlay-slide-out-left{0%{width:0}to{width:100%}}@keyframes overlay-slide-out-left{0%{width:0}to{width:100%}}.overlay-slide-out-left{left:0;width:100%;-webkit-animation-name:overlay-slide-out-left;animation-name:overlay-slide-out-left}@-webkit-keyframes overlay-slide-in-right{0%{width:100%}to{width:0}}@keyframes overlay-slide-in-right{0%{width:100%}to{width:0}}.overlay-slide-in-right{right:0;width:0;-webkit-animation-name:overlay-slide-in-right;animation-name:overlay-slide-in-right}@-webkit-keyframes overlay-slide-out-right{0%{width:0}to{width:100%}}@keyframes overlay-slide-out-right{0%{width:0}to{width:100%}}.overlay-slide-out-right{right:0;width:100%;-webkit-animation-name:overlay-slide-out-right;animation-name:overlay-slide-out-right} #loader-container { 
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index: 9999;
background: var(--body-bg-color);
-webkit-perspective: 1000;
}
#loader-circle { 
position: absolute;
top:50%;
left:50%;
width: 200px;
height: 240px;
transform:translate(-50%,-50%);
overflow: hidden;
}
#loader-circle text { 
font-size: 	1.3em;
letter-spacing: 2px;
font-weight: 500;
}
@-moz-document url-prefix() {
#loader-circle text {
font-size: 1.53em;
}
}
#loader-circle svg { position: absolute; left: 0; top: 0; width: 100%; height: 300px;
-webkit-animation-name: rotate;
-moz-animation-name: rotate;
-ms-animation-name: rotate;
-o-animation-name: rotate;
animation-name: rotate;
-webkit-animation-duration: 6s;
-moz-animation-duration: 6s;
-ms-animation-duration: 6s;
-o-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}
@-webkit-keyframes rotate {
from { -webkit-transform: rotate(360deg); }
to { -webkit-transform: rotate(0); }
}
@-moz-keyframes rotate {
from { -moz-transform: rotate(360deg); }
to { -moz-transform: rotate(0); }
}
@-ms-keyframes rotate {
from { -ms-transform: rotate(360deg); }
to { -ms-transform: rotate(0); }
}
@-o-keyframes rotate {
from { -o-transform: rotate(360deg); }
to { -o-transform: rotate(0); }
}
@keyframes rotate {
from { transform: rotate(360deg); }
to { transform: rotate(0); }
}#pbOverlay *,
#pbOverlay *:before,
#pbOverlay *:after {
-moz-box-sizing: content-box;
box-sizing: content-box;
}
#pbOverlay.show{ opacity:1; pointer-events:auto; }
#pbOverlay{
opacity:0; overflow:hidden; width:100%; height:100%; position:fixed; z-index:9999; left:0; top:0; text-align:center; pointer-events:none;
-moz-user-select:none;
background:rgba(0,0,0,.90);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2000000', endColorstr='#e2000000');
-webkit-transform:translate3d(0);
transition:opacity 300ms ease;
}
#pbOverlay.msie{ background-color:rgba(0,0,0,.6); }
.msie.pbLoading .pbWrapper{ background:url(//villaanastasioparos.gr/wp-content/themes/sunway/images/fountain.png) no-repeat center center; }
@keyframes pbLoaderFrames{ 50%{ height:5px; } }
@-webkit-keyframes pbLoaderFrames{ 50%{ height:5px; } }
.pbLoader{ display:none; width:100px; height:100px; position:absolute; z-index:999; top:0; left:0; right:0; bottom:0; margin:auto; text-align:center; transition:.3s; }
.thumbs .pbLoader{ -webkit-transform:translateY(-50px); transform:translateY(-50px); }
.pbLoading:not(.msie):not(.error) .pbLoader{ display:block; }
.pbLoader b{ display:inline-block; vertical-align:middle; margin:0 2px; width:8px; height:60px; background:rgba(255,255,255,.8); -webkit-animation:.9s pbLoaderFrames infinite linear; animation:.9s pbLoaderFrames infinite linear; }
.pbLoader b:nth-child(2){ -webkit-animation-delay:.3s; animation-delay:.3s; }
.pbLoader b:nth-child(3){ -webkit-animation-delay:.6s; animation-delay:.6s; }
.mobile.pbLoading .pbLoader{ transform:none; transition:0s; }
.pbWrapper:after,
#pbCaption .pbThumbs ul:after,
#pbOverlay .prevNext:after,
#pbOverlay .pbLoader:before{ content:""; display:inline-block; height:100%; margin-right:-.25em; vertical-align:middle; } @keyframes deadImage{ 50%{ text-shadow:0 0 25px rgba(255,255,255,.5); transform:scale(.85); } }
@-webkit-keyframes deadImage{ 50%{ text-shadow:0 0 25px rgba(255,255,255,.5); -webkit-transform:scale(.85); } }
#pbOverlay button{ outline:0 !important; box-shadow:0; }
.pbWrapper{ -moz-box-sizing:border-box; box-sizing:border-box; transform:rotate(0deg); vertical-align:middle; height:100%; perspective:1200px; position:relative;  }
.video > .pbWrapper{ z-index:11; display:inline-block; }
.pbLoading .pbWrapper{ display:inline-block\9; width:100%; } .pbWrapper:before{ content:'\2716'; color:transparent; text-shadow:0 2px 35px rgba(255,255,255,0); font-size:0; vertical-align:middle; cursor:default; transition:text-shadow .7s ease-out; }
.error .pbWrapper:before{ font-size:22em; text-shadow:0 0 0 #FFF; -webkit-animation:2s 1s deadImage infinite linear; animation:2s 1s deadImage infinite linear; }
.thumbs .pbWrapper{ padding:0; margin:0; }
.error .pbWrapperr img{ width:0; }
.pbWrapper > div{ display:none; width:624px; height:351px; vertical-align:middle; border-radius:5px; background:rgba(0,0,0,.5); }
.video > .pbWrapper > div{ display:inline-block; }
#pbOverlay iframe,
#pbOverlay embed,
#pbOverlay object{ display:block; width:100%; height:100%; opacity:1; transition:.5s; }
.pbWrapper .pbHide iframe{ opacity:0; }
.pbWrapper > div,
.pbWrapper > img{
transition:.5s .5s cubic-bezier(.1, .87, .48, 1);
-webkit-transform:none;
-ms-transform:none;
transform:none;
-webkit-backface-visibility:hidden;
box-shadow:0 0 20px #000;
opacity: 1;
} .mobile.show .pbWrapper > div,
.mobile.show .pbWrapper > img{
transition:30ms;
} .pbWrapper > *,
.pbHide .pbWrapper > .prepare{ opacity:0; vertical-align:middle; -webkit-transform:scale(.2) rotateX(80deg); -ms-transform:scale(.2) rotateX(80deg); transform:scale(.2) rotateX(80deg); border-radius:6px; border:none; max-height:95%; max-width:100%; }
.on .pbWrapper > *{ transition-delay:0s; }
.pbWrapper .zoomable{ -webkit-transition:0s; transition:0s; position:relative; z-index:9; }
.pbWrapper .rotating{ -webkit-transition:.25s cubic-bezier(.4,.04,0,1); transition:.25s cubic-bezier(.4,.04,0,1); }
.pbHide .pbWrapper > *{ -webkit-transform:scale(1.2); transform:scale(1.2); transform:none\9; opacity:0; transition:.4s ease-out; } #pbCloseBtn,
#pbAutoplayBtn{ position:absolute; top:-50px; right:-50px; z-index:999; display:block; text-align:center; cursor:pointer; color:#FFF; transition:.3s .3s ease-out; }
.pbHide #pbCloseBtn{ top:-50px; right:-50px; }
.on #pbCloseBtn { 
top: 24px;
right: 34px;	
}
#pbCloseBtn:before{ content:'\00D7'; }
#pbCloseBtn:before, #pbAutoplayBtn:before{ display:inline-block; height:35px; width:35px; font-size:2.6em; vertical-align:middle; transition:.1s ease-out; }
#pbCloseBtn:hover:before{ opacity: .8; } #pbAutoplayBtn{ display:none; right:auto; left:-50px; padding:0; width:50px; height:50px; font-size:13px; }
.hasAutoplay #pbAutoplayBtn{ display:block; }
#pbAutoplayBtn:hover{ width:60px; height:60px; }
.on #pbAutoplayBtn{ top:0px; left:0px; transition:.1s ease-out; }
#pbAutoplayBtn:before{ content:'\2016'; width:100%; height:100%; border-radius:0 0 70px 0; font-weight:bold; padding:0; text-indent:-6px; line-height:1.6; }
#pbAutoplayBtn:active:before{ text-shadow:0 0 3px #FFF, 0 0 6px #FFF; }
#pbAutoplayBtn.play:before{ content:'\25BA'; }
#pbAutoplayBtn .pbProgress{ display:none\9; width:100%; height:100%; overflow:hidden; position:absolute; padding:6px; top:0; left:0; opacity:.2; transform:rotateZ(0deg); -webkit-transform:rotateZ(0deg); -ms-transform:rotateZ(0deg); -webkit-transform-origin:0 0; -ms-transform-origin:0 0; transform-origin:0 0; -webkit-transition:.3s; transition:.3s; }
.mobile #pbAutoplayBtn .pbProgress{ -webkit-transition:0s; transition:0s; }
#pbAutoplayBtn.playing .pbProgress{ -webkit-transform:rotateZ(90deg); -ms-transform:rotateZ(90deg); transform:rotateZ(90deg); }
#pbAutoplayBtn .pbProgress:before{ content:''; position:absolute; right:0; bottom:0; width:200%; height:200%; border-radius:50%; box-shadow:0 0 0 8px #FFF inset; }
#pbCaption,
.pbHide #pbCaption{ position:absolute; z-index:999; margin-bottom:5px; bottom:-120px; width:100%; overflow:hidden; transform:translateZ(0px); transition:.4s; }
.show.on #pbCaption{ bottom:0; transition-delay:.5s; }
#pbOverlay.thumbs #pbCaption label{ display:block; }
#pbCaption label{ display:none; float:right; margin:0 1em; color:#FFF; opacity:.3; transition:.2s; cursor:pointer; }
#pbCaption label:after{ content:'\276F'; font-size:30px; line-height:30px; display:inline-block; transform:rotate(-90deg); transition:.2s ease-out; }
#pbCaption label:hover{ opacity:1; }
#pbCaption .title,
#pbCaption .counter{ display:inline-block; color:#FFF; margin:0 6px; }
#pbCaption .counter{ display:none; opacity:.55; }
.hasCounter #pbCaption .counter{ display:inline-block; }
.pbCaptionText{ display:inline-block; transition:.3s; opacity:.9; font-weight:bold; vertical-align:middle; text-shadow:1px 1px 1px rgba(0,0,0,.5); padding-left:60px; } .pbCaptionText.change{ -webkit-transform:translateY(25px); transform:translateY(25px); opacity:0; }
#pbCaption .rotateBtn{ display:none; background:none; border:0; font:800 1.7em/0 Arial; vertical-align:middle; color:rgba(255,255,255,.5); width:1.1em; height:1.1em; padding:0; border-radius:50%; background:rgba(0,0,0,.2); cursor:pointer; transition:.15s ease-out; }
#pbCaption .rotateBtn.show{ display:block; float:right; }
#pbCaption .rotateBtn:hover{ color:rgba(255,255,255,.7); }
#pbCaption .rotateBtn:active{ color:white; background:rgba(0,0,0,.4); }
.mobile #pbCaption label{ display:none; z-index:-1; color:red; }
.mobile .pbCaptionText{ padding:0; } #pbThumbsToggler:checked ~ #pbCaption .pbThumbs{ margin:0; }
#pbThumbsToggler:checked ~ #pbCaption label:after{ transform:rotate(90deg) }
#pbThumbsToggler:checked ~ .pbWrapper{ margin-top:-50px; padding:50px 0; }
.pbThumbs{ display:none; transition:.35s; -webkit-overflow-scrolling:touch; }
.thumbs .pbThumbs{ display:block; width:100%; padding:5px 0 2px; margin-bottom:-100px; overflow:hidden; }
.mobile .pbThumbs{ overflow:auto; }
.pbThumbs:hover{ clear:both; }
.pbThumbs ul{ display:inline-block; position:relative; list-style:none; height:80px; padding:0 5px; margin:0; white-space:pre; transition:.2s; }
.pbThumbs ul:after{ vertical-align:bottom; }
.pbThumbs li{ display:inline-block; vertical-align:bottom; height:70%; opacity:.6; text-align:center; position:relative; transition:.15s; }
.pbThumbs li.active{ height:100%; opacity:1; }
.pbThumbs li:hover{ height:100%; opacity:1; }
.pbThumbs li.video::before{ content:'\25BA'; color:#FFF; font-size:20px; height:20px; width:20px; line-height:.9; position:absolute; bottom:4px; left:7px; background:rgba(0,0,0,.4); box-shadow:0 0 0 3px rgba(0,0,0,.4); border-radius:0 3px 0 0; pointer-events:none; }
.pbThumbs a{ height:100%; padding:0 2px; display:block; -moz-user-select:none; }
.pbThumbs li:hover a{  }
.pbThumbs img{ height:96%; min-height:95.9%; border:2px solid #FFF; max-width:none; border-radius:0; transition:.15s; }
.pbThumbs li:hover img{ min-height:96%; } .pbThumbs li.fast a img{ transition:none; }
.pbThumbs li.active a img{ border-color:var(--link-color); min-height:96%; }
#pbOverlay .prevNext{ display:none; background:rgba(0,0,0,0); position:absolute; z-index:10; height:100%; width:35%; padding:80px 0; opacity:0; box-sizing:border-box; -moz-box-sizing:border-box; top:0; transition:.2s ease-out; user-select:none; filter:alpha(opacity=0); cursor:pointer; }
#pbOverlay.hasArrows .prevNext{ display:block; }
#pbOverlay .prevNext.pbHide{ display:none; }
#pbOverlay.on .prevNext:hover{ opacity:1; filter:alpha(opacity=100); }
.prevNext b{ display:inline-block; vertical-align:middle; transition:.2s ease-in; }
.prevNext:hover b{ transition:.2s cubic-bezier(.095, .870, .485, .985); }
#pbPrevBtn b{ transform:scale(.4) translateX(350px); -webkit-transform:scale(.4) translateX(350px); }
#pbNextBtn b{ transform:scale(.4) translateX(-350px); -webkit-transform:scale(.4) translateX(-350px); }
#pbPrevBtn b:before,
#pbNextBtn b:after{ display:inline; line-height:.3; font-size:7em; font-weight:normal; color:#FFF; font-family:'ozythemes'; }
#pbPrevBtn b:before{ content:"\e49b"; }
#pbNextBtn b:after{ content:"\e4dd"; } .on #pbPrevBtn:hover b{ transform:scale(1) translateX(20px); -webkit-transform:scale(1) translateX(20px); }
.on #pbNextBtn:hover b{ transform:scale(1) translateX(-20px); -webkit-transform:scale(1) translateX(-20px); }
.show #pbPrevBtn, #pbOverlay.show #pbNextBtn{  }
.show #pbPrevBtn{ left:0; text-align:left; }
.show #pbNextBtn{ right:0; text-align:right; } @media all and (max-width:700px){
.pbWrapper img,
.pbHide .pbWrapper img.prepare{ max-height:100%; }
.thumbs .pbWrapper{ padding:0; margin:0; }
.pbThumbs{ margin-bottom:-60px; }
.pbThumbs.show{ margin:0; }
.pbThumbs ul{ height:50px; }
.pbThumbs li{ height:100%; opacity:1; }
.pbThumbs li img{ min-height:96.5%; }
} @media all and (max-width:710px){
.pbThumbs li.active a img{ min-height:96%; }
}ul.flickity-enabled{padding-left: 0 !important;margin-left: 0 !important;}
.flickity-enabled{position:relative;margin-bottom: 45px;}.flickity-enabled.pagedots-false{margin-bottom: 0;}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;background-color:rgba(0,0,0,.2);cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#000}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#fff}.flickity-page-dots{position:absolute;width:100%;bottom:-30px;padding:0!important;margin:0!important;list-style:none;text-align:center;line-height:1;left:0}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:8px;height:8px;margin:0 10px;background:#333;border-radius:50%;cursor:pointer;opacity:.5}.flickity-page-dots .dot.is-selected{opacity:1}