/* *****************************************************************
 copyright 2015 (c) e2see.de
 ***************************************************************** */
@-ms-keyframes ani-opacitypulse {
  0%, 100% {box-shadow: 0px 2px 10px rgba(173,217,249, 1);color: #629eb7;}
  60% {box-shadow: 0px 2px 5px rgba(173,217,249, .3);color: #1c495c;}
}
@-o-keyframes ani-opacitypulse {
  0%, 100% {box-shadow: 0px 2px 10px rgba(173,217,249, 1);color: #629eb7;}
  60% {box-shadow: 0px 2px 5px rgba(173,217,249, .3);color: #1c495c;}
}
@-moz-keyframes ani-opacitypulse {
  0%, 100% {box-shadow: 0px 2px 10px rgba(173,217,249, 1);color: #629eb7;}
  60% {box-shadow: 0px 2px 5px rgba(173,217,249, .3);color: #1c495c;}
}
@-webkit-keyframes ani-opacitypulse {
  0%, 100% {box-shadow: 0px 2px 10px rgba(173,217,249, 1);color: #629eb7;}
  60% {box-shadow: 0px 2px 5px rgba(173,217,249, .3);color: #1c495c;}
}
@keyframes ani-opacitypulse {
  0%, 100% {box-shadow: 0px 2px 10px rgba(173,217,249, 1);color: #629eb7;}
  60% {box-shadow: 0px 2px 5px rgba(173,217,249, .3);color: #1c495c;}
}
@font-face {
font-family: 'e2icon';
src: url('font/fontawesome-webfont.eot');
src:
url('font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
url('font/fontawesome-webfont.woff') format('woff'),
url('font/fontawesome-webfont.ttf') format('truetype')
;
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'e2regular';
src: url('font/Roboto-Light.eot');
src:
url('font/Roboto-Light.eot?#iefix') format('embedded-opentype'),
url('font/Roboto-Light.woff') format('woff'),
url('font/Roboto-Light.ttf') format('truetype')
;
font-weight: normal;
font-style: normal;
}
* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
-ms-tap-highlight-color: transparent;
-o-tap-highlight-color: transparent;
-moz-tap-highlight-color: transparent;
-webkit-tap-highlight-color: transparent;
tap-highlight-color: transparent;
-ms-text-size-adjust: none;
-o-text-size-adjust: none;
-moz-text-size-adjust: none;
-webkit-text-size-adjust: none;
text-size-adjust: none;
}
html,
body {
height: 100%;
/*     word-break: break-all;*/
}
input::-moz-focus-inner,
button::-moz-focus-inner {
margin: 0; padding: 0; border: 0;
}
*:hover,
*:active {
-ms-tap-highlight-color: rgba(0,200,255, .1);
-o-tap-highlight-color: rgba(0,200,255, .1);
-moz-tap-highlight-color: rgba(0,200,255, .1);
-webkit-tap-highlight-color: rgba(0,200,255, .1);
tap-highlight-color: rgba(0,200,255, .1);
}
body, th, td, select, input, textarea {
font-family: 'Open Sans', 'Segoe UI', Segoe, Calibri, Tahoma, Geneva, sans-serif;
font-size: 15px;
font-weight: normal;
line-height: 136%;
}
/*#######################  BASIC*/
/*#######################  BASIC*/
.block {display: block;}
.clear {clear: both;}
.float {float: left;}
.floatr {float: right;}
.center {text-align: center !important;}
.left {text-align: left !important;}
.right {text-align: right !important;}
.top {vertical-align: top !important;}
.vcenter {vertical-align: middle !important;}
.bottom {vertical-align: bottom !important;}
.wwrap {word-wrap:break-word;}
.fine,
.small,
small {
font-size: 82%;
line-height: 136%;
font-weight: normal;
}
.fine {color: rgba(0,0,0,.5);}
.iblock-scroll {
font-size: 1px !important;
line-height: 1px !important;
font-size: 0px !important;
line-height: 0px !important;
white-space: nowrap !important;
overflow: auto !important;
}
.iblock-scroll > * {
margin: 0;
padding: 0;
display: inline-block !important;
float: none !important;
font-size: 12px;
line-height: 120%;
}
/*#######################  COLOR*/
/*#######################  COLOR*/
.color0 {color: rgb(34,34,34);}
.color1 {color: rgb(2,139,179);}
.color2 {color: #bbb;}
ul.list > li:before,
[data-ic]:before {
font-family: 'e2icon';
speak: none;
padding-right: 4px;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
text-decoration: none !important;
}
a {
color: rgb(2,139,179);
text-decoration: none;
}
#page-content img {
max-width: 100%;
}
p { margin: 0px 0px 20px;}
h1 {
font-size: 220%;
letter-spacing:-1px;
line-height: 100%;
font-family: 'e2regular';
color: #790229;
font-weight: normal;
padding: 0px 0px 6px;
margin: 5px 0px 12px;
border-bottom: 1px solid #007dbf;
box-shadow: 0px 1px 0px rgba(255,255,255, .5);
}
h1 small{
display: block;
font-size: 60%;
line-height: 110%;
}
h2 {
font-family: 'e2regular';
font-size: 150%;
font-weight: bold;
line-height: 100%;
color: #000;
padding: 0px;
margin: 0px 0px 2px;
}
#content section.page section {
margin: 0 0;
padding: 24px 0px;
border-top: 2px solid rgba(255,255,255, 1);
border-bottom: 1px solid rgba(0,0,0, .2);
box-shadow: 0 24px 20px -20px rgba(0,0,0, .05);
}
#content section.page section:first-of-type {
border-top: 0;
}
#content section.page section:last-of-type {
border-bottom: 0;
}
/* ///////////////////////// FORM ELEMS */
/* ///////////////////////// FORM ELEMS */
/* ///////////////////////// FORM ELEMS */
select,
input,
textarea {
width: 250px;
max-width: 100%;
padding: 5px 0px 5px 6px;
margin: 0px 1px 1px 0px;
background-color: rgba(255,255,255, 1);
color: #000;
border: 1px solid #ddd;
border-top-color: #aaa;
border-radius: 2px;
/* box-shadow: 0px 1px 3px rgba(0,0,0, .15) inset;*/
font-size: 14px;
line-height: 18px;
resize: none;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing:border-box;
vertical-align: middle;
box-shadow: 0px 2px 2px -1px rgba(0,0,0, .4) inset;
}
textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="mail"] {
-ms-appearance: none;
-o-appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
input[type="submit"] {
width: auto;
}
input[type="checkbox"],
input[type="radio"] {
width: auto !important;
border: 0;
border-radius: 0 ;
}
textarea {min-height: 100px;resize: vertical;}
::-webkit-input-placeholder { /* WebKit browsers */
color:  rgba(110,110,110, .5);
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color:  rgba(110,110,110, .5);
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color:  rgba(110,110,110, .5);
}
select[readonly="readonly"],
input[readonly="readonly"],
textarea[readonly="readonly"] {
opacity: .5;
cursor: not-allowed;
}
/** FOCUS***/
select:focus,
input:focus,
textarea:focus {
border: 1px solid #555;
outline: 0;
}
.btn,
input[type="submit"] {
font-size: 14px !important;
line-height: 18px !important;
font-family: 'e2regular' !important;
text-align: center;
background-color: #790229;
border: 2px solid rgba(0,0,0, .1);
border-radius: 2px;
color: #FFFFFF;
display: inline-block;
padding: 8px 16px;
text-shadow: 0px -1px 0px rgba(0,0,0, .2);
box-shadow: 0px 1px 3px rgba(0,0,0, .5);
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing:border-box;
-webkit-appearance: none;
cursor: pointer;
}
.btn.small,
input[type="submit"].small {
font-size: 11px !important;
line-height: 12px !important;
padding: 4px 10px;
}
.tbtn{
background: rgba(255,255,255, 1);
padding: 0px 4px;
margin: 0px;
border-radius: 2px;
}
.tbtn:hover {
background: #fff;
color: #fff;
cursor: pointer;
}
.dynelem-add-elem {
position: relative;
min-height: 34px;
padding: 1px;
}
.dynelem-add ,
.dynelem-add-elem .dynelem-delete {
display: inline-block;
width: 34px;
height: 34px;
text-align: center;
font-size: 22px;
font-weight: 100;
line-height: 34px;
background: #007dbf;
color: #fff;
font-family: 'verdana';
cursor: pointer;
}
.dynelem-add-elem .dynelem-delete {
position: absolute;
right: 0;
top: 1px;
background: #790229;
}
/* ///////////////////////// EXTRAS */
/* ///////////////////////// EXTRAS */
/* ///////////////////////// EXTRAS */
img.shadow {
box-shadow: 0px 1px 2px rgba(0,0,0, .3);
border-radius: 2px;
}
img.float {
margin: 2px 8px 8px 0px;
}
img.floatr {
margin: 2px 0px 8px 8px;
}
img.teaser-thb {
width: auto;
height: auto;
max-width: 150px !important;
max-height: 150px !important;
box-shadow: 0px 1px 2px rgba(0,0,0, .3);
border-radius: 2px;
}
.column {
-ms-column-count: 4;
-o-column-count: 4;
-moz-column-count: 4;
-webkit-column-count: 4;
column-count:4;
}
@media (max-width: 720px) {
.column {
-ms-column-count: 3;
-o-column-count: 3;
-moz-column-count: 3;
-webkit-column-count: 3;
column-count:3;
}
}
@media  (max-width: 579px) {
.column {
-ms-column-count: 2;
-o-column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
column-count:2;
}
}
@media  (max-width: 379px) {
.column {
-ms-column-count: 1;
-o-column-count: 1;
-moz-column-count: 1;
-webkit-column-count: 1;
column-count:1;
}
}
ul {
margin: 0px 0px 20px 0px;
list-style-type: none;
}
li {
padding: 2px 0px;
}
ul.list > li {
padding: 3px 0px;
}
ul.list > li:before {
content: "\f105";
}
ul.tab {
margin: 0 0 16px;
padding: 0px;
}
ul.tab > li {
margin: 0;
padding: 0;
}
ul.tab > li > header {
margin: 0 0px 0px;
padding: 6px 10px;
border-bottom: 1px solid rgba(0,0,0,.1);
box-shadow:  0px 2px 0px rgba(255,255,255, 1);
font-size: 14px;
font-weight: bold;
}
ul.tab > li > header:hover {
background: #fff;
}
ul.tab > li > header::before {
content: '\f13a';
font-family: e2icon;
font-weight: normal;
padding: 0px 6px 0px 2px;
color: #790229;
}
ul.tab > li.active > header::before {
content: '\f111';
}
ul.tab > li > header small {
float: right;
}
ul.tab > li > div {
margin: 0px 0px 6px;
padding: 16px 16px 16px;
background: rgb(255,255,255);
}
/*########
#########
######################## GALLERY
*/
ul.gallery  {
list-style-type: none;
margin: 0px 0px 30px 0px;
padding: 0;
}
ul::after  {
content: '';
display: block;
clear: both;
}
ul.gallery li {
float: left;
position: relative;
padding:0;
margin: 0px;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100px;
}
@media (max-width: 600px) {
ul.gallery li {width: 16.4%;}
}
@media (max-width: 500px) {
ul.gallery li {width: 20%;}
}
@media (max-width: 400px) {
ul.gallery li {width: 25%;}
}
@media (max-width: 300px) {
ul.gallery li {width: 33.3%;}
}
ul.gallery a {
padding: 0px !important;
}
ul.gallery a:focus {
outline: 0;
}
ul.gallery li img {
position: relative;
display: block;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
border: 4px solid transparent;
border-radius: 2px;
z-index: 10;
-ms-transition: all 300ms;
-o-transition: all 300ms;
-moz-transition: all 300ms;
-webkit-transition: all 300ms;
transition: all 300ms;
box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
ul.gallery a:focus img,
ul.gallery a:hover img {
z-index: 12;
border-color: #007dbf;
}
ul.gallery li label {
z-index: 13;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(200,200,200,.5);
display: none;
}
ul.gallery.checkmodus li label {
display: block;
}
ul.gallery li.checked label {
background: rgba(230,0,90,.4);
}
ul.gallery li label input{
position: absolute;
left:0;
right:0;
top:0;
bottom:0;
margin: auto;
}
/* ///////////////////////// TABLE */
/* ///////////////////////// TABLE */
/* ///////////////////////// TABLE */
table {
table-layout:fixed;
width: 100%;
}
td, th {
text-align: left;
vertical-align: middle;
}
table.form-table {
margin: 6px 0px 20px;
}
table.form-table:last-child {
margin-bottom: 0px;
}
table.form-table > * > tr > th,
table.form-table > * > tr > td {
padding: 4px 2px;
vertical-align: top;
}
table.form-table > * > tr > th {
width: 33%;
}
table.form-table > * > tr > th > small {
display: block;
font-size: 64%;
color: #444;
}
table.form-table input[type=file],
table.form-table textarea {
width: 100%;
}
table.form-table input[type="submit"] {
margin-top: 16px;
min-width: 120px;
}
table.landscape-table th,
table.landscape-table td {
font-weight: normal;
padding: 2px 4px;
background: #fff;
text-shadow: 0px -1px 0px rgba(0,0,0, .1);
}
table.landscape-table th{
color: #fff;
background: #007DBF;
}
@media (max-width: 480px) {
/* smartphone*/
table.form-table {
margin: 0px 0px 16px;
}
table.form-table > * > tr,
table.form-table > * > tr > td,
table.form-table > * > tr > th {
display: block;
margin: 0px;
padding: 0px;
width: auto;
}
table.form-table > * > tr {
margin: 0px 0px 14px;
}
table.form-table > * > tr > th {
padding-bottom: 0px;
}
table.form-table > * > tr > th > small {
float: right;
margin-top: 4px;
}
table.form-table select,
table.form-table input {
width: 100%;
}
table.form-table textarea {
width: 100%;
}
table.form-table input[type="submit"] {
min-width: 100%;
}
}
.expand-box img.expand-box_main-img {
float: right;
width: 150px;
margin: 10px;
padding: 0;
}
.expand-box ul.expand-box_gal-list {
margin: 0 40px;
padding: 0;
list-style-type: none;
}
.expand-box ul.expand-box_gal-list > li {
border-bottom: 1px solid #ddd;
font-size: 90%;
line-height: 120%;
padding: 10px 0px;
}
.expand-box ul.expand-box_gal-list > li img {
float: left;
margin: 5px 10px 5px 5px;
width: 80px;
}
@media (max-width: 640px) {
.expand-box ul.expand-box_gal-list {
margin: 0 10px;
}
}
@media (max-width: 480px) {
.expand-box img.expand-box_main-img {
float: none;
display: block;
width: 200px;
max-width: 100%;
margin: 5px auto 10px;
padding: 0;
}
.expand-box ul.expand-box_gal-list {
margin-left: 0;
margin-right: 0;
}
.expand-box ul.expand-box_gal-list > li img {
width: 48px;
margin: 4px 8px 5px 0px;
}
}
body.no-ani * {
-ms-transition: none !important;
-o-transition: none !important;
-moz-transition: none !important;
-webkit-transition: none !important;
transition: none !important;
}
body {
background:none repeat scroll 0 0 #e6f5fc;
color:#222;
overflow:hidden;
overflow-y:scroll;
}
body.elayer-on #page {
display: none;
}
section.page {
max-width:800px;
min-width:200px;
margin:0 auto;
height: 100%;
position: relative;
}
#header {
background: url('../_img/teaser-.jpg') no-repeat center center #305e7e;
-ms-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
position:relative;
text-shadow: 0px 1px 1px rgba(0,0,0, .3);
}
#header-inner {
background:rgba(0,65,115, .7);
-ms-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
position:relative;
height: 400px;
}
a#logo img {
position: absolute;
display:block;
left: 20px;
top: 40px;
width: 300px;
}
#teaser-text {
position: absolute;
right: 10px;
bottom: 100px;
border: 0;
margin:0;
padding:10px;
border-radius: 5px;
background: rgba(158,200,216, 1);
box-shadow: 0px 2px 10px rgba(173,217,249, 1);
color: #1c495c;
text-shadow: 0px 1px 0px rgba(255,255,255, .4);
font-size: 15px;
line-height: 120%;
max-width: 45%;
-ms-animation: ani-opacitypulse 2s 700ms 8;
-o-animation: ani-opacitypulse 2s 700ms 8;
-moz-animation: ani-opacitypulse 2s 700ms 8;
-webkit-animation: ani-opacitypulse 2s 700ms 8;
animation: ani-opacitypulse 2s 700ms 8;
}
ul#sec-nav {
position: absolute;
right: 12px;
top: 20px;
border: 0;
margin:0;
padding:0;
background:none transparent;
}
ul#sec-nav > li {
border: 0;
margin:0;
padding:0;
display: inline-block;
}
ul#sec-nav > li.nav-toggle {
display: none;
}
ul#sec-nav > li > a {
display:block;
font-size:14px;
line-height:120%;
color:#fff;
padding:5px;
}
ul#sec-nav > li > a:hover {
background: rgba(255,255,255, .1);
}
ul#sec-nav > li > a::before {
padding:0 6px 0 0;
}
ul#nav {
position:absolute;
left:0;
bottom: 0;
border: 0;
margin:0;
padding:0;
width: 100%;
text-align: center;
background:none repeat scroll 0 0 rgba(121,152,173, .4);
white-space: nowrap;
overflow: auto;
font-size: 1px;
}
ul#nav > li {
border: 0;
margin:0;
padding:0;
display: inline-block;
}
ul#nav > li.nav-toggle {
display: none;
}
ul#nav > li > a {
display:block;
background:transparent;
font-size:14px;
line-height:130%;
color:#fff;
text-transform: uppercase;
padding:16px 12px;
}
ul#nav > li:hover > a {
background: rgba(121,152,173, .6);
color:#fff;
}
ul#nav > li.active > a {
background:#f2f2f2;
color:#000;
text-shadow: none;
font-weight:700;
}
#content {
background:#f2f2f2;
color:#222;
text-shadow:0 1px 0 #fff;
min-height:360px;
padding:40px;
}
ul#page_message {
position:relative;
list-style-type:none;
margin:0 ;
psadding: 0;
}
ul#page_message > li {
border:0;
border-left: 5px solid #555;
border-right: 5px solid #555;
background: #fff;
display: block;
color: #000;
text-shadow: none;
text-align:left;
font-size: 14px;
margin:0 0 2px;
padding:4px 10px;
box-shadow: 0px 2px 2px rgba(0,0,0, .2);
}
ul#page_message > li:last-child {
margin-bottom: 40px;
}
ul#page_message > li a {
color:#fff;
text-decoration:underline;
}
ul#page_message > li.success_message {
border-color:#247a10;
}
ul#page_message > li.error_message {
border-color:#c20000;
}
#footer {
background:rgba(0,0,0,.08);
border-radius:3px;
color:#555;
text-shadow:0 -1px 0 rgba(255,255,255,.3);
margin: 0;
padding:20px;
}
@media (min-width: 1100px) {
#teaser-text {
right: -100px;
max-width: 55%;
}
ul#nav > li > a {
font-size:16px;
padding:16px 20px;
}
}
@media (max-width: 680px) {
#header-inner {
height: 300px;
}
#teaser-text {
font-size: 14px;
max-width: 45%;
}
a#logo img {
left: 30px;
top: 58px;
width: 208px;
}
ul#nav > li > a {
font-size:12px;
line-height:120%;
padding:16px 10px;
}
}
@media (max-width: 480px) {
body {
background: none #fff;
}
body.nav-on {
overflow: hidden;
}
#header {
box-shadow: 0px 1px 3px rgba(0,0,0, .6);
width: 100%;
z-index: 40;
text-shadow: none;
}
body.scrolled-on #header{
position: fixed;
left: 0px;
top: -100px;
}
body.nav-on #header{
position: fixed;
left: 0px;
top: 0px;
background-image: none;
height: 100%;
-ms-transition: height 0ms 0ms, background 0ms 0ms;
-o-transition: height 0ms 0ms, background 0ms 0ms;
-moz-transition: height 0ms 0ms, background 0ms 0ms;
-webkit-transition: height 0ms 0ms, background 0ms 0ms;
transition: height 0ms 0ms, background 0ms 0ms;
}
#teaser-text {
position: absolute;
right: 0px;
top: -86px;
bottom: auto;
padding:6px 10px 6px 6px;
max-width: 70%;
border-radius: 5px 0px 0px 5px;
font-size: 12px;
text-align: right;
}
body.scrolled-on #teaser-text,
body.nav-on #teaser-text {
display: none;
}
#header-inner {
padding-top: 100px;
height: 64px;
}
body.scrolled-on #header-inner{
background-color: rgba(0,65,115, .93);
}
body.nav-on #header-inner{
background-color: rgba(0,65,115, 1) !important;
padding-top: 0px;
height: 100%;
}
body.scrolled-off #header-inner {
-ms-transition: padding 200ms 40ms, background-color 2s 500ms;
-o-transition: padding 200ms 40ms, background-color 2s 500ms;
-moz-transition: padding 200ms 40ms, background-color 2s 500ms;
-webkit-transition: padding 200ms 40ms, background-color 2s 500ms;
transition: padding 200ms 40ms, background-color 2s 500ms;
}
body.nav-on.scrolled-off #header-inner{
-ms-transition: padding 200ms 40ms;
-o-transition: padding 200ms 40ms;
-moz-transition: padding 200ms 40ms;
-webkit-transition: padding 200ms 40ms;
transition: padding 200ms 40ms;
}
body.scrolled-on #header-inner{
-ms-transition: top 0ms 0ms, background-color 2s 500ms;
-o-transition: top 0ms 0ms, background-color 2s 500ms;
-moz-transition: top 0ms 0ms, background-color 2s 500ms;
-webkit-transition: top 0ms 0ms, background-color 2s 500ms;
transition: top 0ms 0ms, background-color 2s 500ms;
}
body.nav-on.scrolled-on #header-inner{
-ms-transition: top 0ms 0ms;
-o-transition: top 0ms 0ms;
-moz-transition: top 0ms 0ms;
-webkit-transition: top 0ms 0ms;
transition: top 0ms 0ms;
}
#nav-open {
display: block;
}
a#logo img {
width: 90px;
left: 8px;
top: 6px;
-ms-transition: -ms-transform 400ms 150ms;
-o-transition: -o-transform 400ms 150ms;
-moz-transition: -moz-transform 400ms 150ms;
-webkit-transition: -webkit-transform 400ms 150ms;
transition: transform 400ms 150ms;
}
body.scrolled-on a#logo img {
width: 90px;
left: 8px;
top: 6px;
}
body.scrolled-on.nav-on a#logo img {
-ms-transform: scale(0.2);
-o-transform: scale(0.2);
-moz-transform: scale(0.2);
-webkit-transform: scale(0.2);
transform: scale(0.2);
-ms-transition: scale 180ms 100ms;
-o-transition: scale 180ms 100ms;
-moz-transition: scale 180ms 100ms;
-webkit-transition: scale 180ms 100ms;
transition: scale 180ms 100ms;
}
ul#sec-nav {
right: 4px;
top: 0;
}
ul#sec-nav > li.nav-toggle {
display: inline-block;
}
ul#sec-nav > li.nav-toggle a:hover {
background: transparent;
}
ul#sec-nav > li > a {
display:block;
font-size:9px;
min-width: 46px;
line-height:120%;
padding: 11px 0 10px;
text-align: center;
color: rgba(255,255,255, .4);
text-shadow: 0px -1px 0px rgba(0,0,0, .2);
}
ul#sec-nav > li > a::before {
display: block;
font-size: 24px;
line-height: 34px;
color: #fff;
padding: 0;
}
body.nav-on ul#sec-nav > li.nav-toggle > a,
ul#sec-nav > li.active > a {
color:#fff;
}
body.nav-on ul#sec-nav > li.nav-toggle > a::before,
ul#sec-nav > li.active > a::before {
color:#fff;
}
ul#nav {
margin: 0;
padding: 0;
position: fixed;
left:-200px;
top: 0;
width: 160px;
white-space: auto;
z-index: 20;
background: #fff;
text-align: left;
min-height: 100%;
box-shadow: none;
overflow: auto;
-ms-transform: translateX(-160px);
-o-transform: translateX(-160px);
-moz-transform: translateX(-160px);
-webkit-transform: translateX(-160px);
transform: translateX(-160px);
-ms-transition: -ms-transform 200ms 10ms, left 400ms;
-o-transition: -o-transform 200ms 10ms, left 400ms;
-moz-transition: -moz-transform 200ms 10ms, left 400ms;
-webkit-transition: -webkit-transform 200ms 10ms, left 400ms;
transition: transform 200ms 10ms, left 400ms;
}
ul#nav > li {
display: block !important;
}
ul#nav > li > a {
font-size: 12px;
padding: 12px 10px;
color: #790229;
border-bottom: 1px dotted #ddd;
}
ul#nav > li > a:before {
font-family: e2icon;
content: "\f10c";
padding-right: 6px;
}
ul#nav > li > a:hover {
background: #eee;
color: #790229;
}
ul#nav > li.active > a {
background: #790229;
background: rgb(0,65,115);
color: #fff;
border-bottom: 0;
}
ul#nav > li.active > a:before {
content: "\f111";
}
#content {
padding: 20px 16px 20px 16px;
}
body.scrolled-on #content {
margin-top: 164px;
}
body.nav-on #page{
overflow: hidden;
width: 100%;
}
body.nav-on ul#nav {
left:0px;
-ms-transition: -ms-transform 250ms 180ms , left 0ms;
-o-transition: -o-transform 250ms 180ms , left 0ms;
-moz-transition: -moz-transform 250ms 180ms , left 0ms;
-webkit-transition: -webkit-transform 250ms 180ms , left 0ms;
transition: transform 250ms 180ms , left 0ms;
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
-moz-transform: translateX(0px);
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}
[data-ic="500px"]:before { content: "\f26e";}
[data-ic="adjust"]:before { content: "\f042";}
[data-ic="adn"]:before { content: "\f170";}
[data-ic="align-center"]:before { content: "\f037";}
[data-ic="align-justify"]:before { content: "\f039";}
[data-ic="align-left"]:before { content: "\f036";}
[data-ic="align-right"]:before { content: "\f038";}
[data-ic="amazon"]:before { content: "\f270";}
[data-ic="ambulance"]:before { content: "\f0f9";}
[data-ic="anchor"]:before { content: "\f13d";}
[data-ic="android"]:before { content: "\f17b";}
[data-ic="angellist"]:before { content: "\f209";}
[data-ic="angle-double-down"]:before { content: "\f103";}
[data-ic="angle-double-left"]:before { content: "\f100";}
[data-ic="angle-double-right"]:before { content: "\f101";}
[data-ic="angle-double-up"]:before { content: "\f102";}
[data-ic="angle-down"]:before { content: "\f107";}
[data-ic="angle-left"]:before { content: "\f104";}
[data-ic="angle-right"]:before { content: "\f105";}
[data-ic="angle-up"]:before { content: "\f106";}
[data-ic="apple"]:before { content: "\f179";}
[data-ic="archive"]:before { content: "\f187";}
[data-ic="area-chart"]:before { content: "\f1fe";}
[data-ic="arrow-circle-down"]:before { content: "\f0ab";}
[data-ic="arrow-circle-left"]:before { content: "\f0a8";}
[data-ic="arrow-circle-o-down"]:before { content: "\f01a";}
[data-ic="arrow-circle-o-left"]:before { content: "\f190";}
[data-ic="arrow-circle-o-right"]:before { content: "\f18e";}
[data-ic="arrow-circle-o-up"]:before { content: "\f01b";}
[data-ic="arrow-circle-right"]:before { content: "\f0a9";}
[data-ic="arrow-circle-up"]:before { content: "\f0aa";}
[data-ic="arrow-down"]:before { content: "\f063";}
[data-ic="arrow-left"]:before { content: "\f060";}
[data-ic="arrow-right"]:before { content: "\f061";}
[data-ic="arrow-up"]:before { content: "\f062";}
[data-ic="arrows"]:before { content: "\f047";}
[data-ic="arrows-alt"]:before { content: "\f0b2";}
[data-ic="arrows-h"]:before { content: "\f07e";}
[data-ic="arrows-v"]:before { content: "\f07d";}
[data-ic="asterisk"]:before { content: "\f069";}
[data-ic="at"]:before { content: "\f1fa";}
[data-ic="automobile"]:before { content: "\f1b9";}
[data-ic="backward"]:before { content: "\f04a";}
[data-ic="balance-scale"]:before { content: "\f24e";}
[data-ic="ban"]:before { content: "\f05e";}
[data-ic="bank"]:before { content: "\f19c";}
[data-ic="bar-chart"]:before { content: "\f080";}
[data-ic="bar-chart-o"]:before { content: "\f080";}
[data-ic="barcode"]:before { content: "\f02a";}
[data-ic="bars"]:before { content: "\f0c9";}
[data-ic="battery-0"]:before { content: "\f244";}
[data-ic="battery-1"]:before { content: "\f243";}
[data-ic="battery-2"]:before { content: "\f242";}
[data-ic="battery-3"]:before { content: "\f241";}
[data-ic="battery-4"]:before { content: "\f240";}
[data-ic="battery-empty"]:before { content: "\f244";}
[data-ic="battery-full"]:before { content: "\f240";}
[data-ic="battery-half"]:before { content: "\f242";}
[data-ic="battery-quarter"]:before { content: "\f243";}
[data-ic="battery-three-quarters"]:before { content: "\f241";}
[data-ic="bed"]:before { content: "\f236";}
[data-ic="beer"]:before { content: "\f0fc";}
[data-ic="behance"]:before { content: "\f1b4";}
[data-ic="behance-square"]:before { content: "\f1b5";}
[data-ic="bell"]:before { content: "\f0f3";}
[data-ic="bell-o"]:before { content: "\f0a2";}
[data-ic="bell-slash"]:before { content: "\f1f6";}
[data-ic="bell-slash-o"]:before { content: "\f1f7";}
[data-ic="bicycle"]:before { content: "\f206";}
[data-ic="binoculars"]:before { content: "\f1e5";}
[data-ic="birthday-cake"]:before { content: "\f1fd";}
[data-ic="bitbucket"]:before { content: "\f171";}
[data-ic="bitbucket-square"]:before { content: "\f172";}
[data-ic="bitcoin"]:before { content: "\f15a";}
[data-ic="black-tie"]:before { content: "\f27e";}
[data-ic="bluetooth"]:before { content: "\f293";}
[data-ic="bluetooth-b"]:before { content: "\f294";}
[data-ic="bold"]:before { content: "\f032";}
[data-ic="bolt"]:before { content: "\f0e7";}
[data-ic="bomb"]:before { content: "\f1e2";}
[data-ic="book"]:before { content: "\f02d";}
[data-ic="bookmark"]:before { content: "\f02e";}
[data-ic="bookmark-o"]:before { content: "\f097";}
[data-ic="briefcase"]:before { content: "\f0b1";}
[data-ic="btc"]:before { content: "\f15a";}
[data-ic="bug"]:before { content: "\f188";}
[data-ic="building"]:before { content: "\f1ad";}
[data-ic="building-o"]:before { content: "\f0f7";}
[data-ic="bullhorn"]:before { content: "\f0a1";}
[data-ic="bullseye"]:before { content: "\f140";}
[data-ic="bus"]:before { content: "\f207";}
[data-ic="buysellads"]:before { content: "\f20d";}
[data-ic="cab"]:before { content: "\f1ba";}
[data-ic="calculator"]:before { content: "\f1ec";}
[data-ic="calendar"]:before { content: "\f073";}
[data-ic="calendar-check-o"]:before { content: "\f274";}
[data-ic="calendar-minus-o"]:before { content: "\f272";}
[data-ic="calendar-o"]:before { content: "\f133";}
[data-ic="calendar-plus-o"]:before { content: "\f271";}
[data-ic="calendar-times-o"]:before { content: "\f273";}
[data-ic="camera"]:before { content: "\f030";}
[data-ic="camera-retro"]:before { content: "\f083";}
[data-ic="car"]:before { content: "\f1b9";}
[data-ic="caret-down"]:before { content: "\f0d7";}
[data-ic="caret-left"]:before { content: "\f0d9";}
[data-ic="caret-right"]:before { content: "\f0da";}
[data-ic="caret-square-o-down"]:before { content: "\f150";}
[data-ic="caret-square-o-left"]:before { content: "\f191";}
[data-ic="caret-square-o-right"]:before { content: "\f152";}
[data-ic="caret-square-o-up"]:before { content: "\f151";}
[data-ic="caret-up"]:before { content: "\f0d8";}
[data-ic="cart-arrow-down"]:before { content: "\f218";}
[data-ic="cart-plus"]:before { content: "\f217";}
[data-ic="cc"]:before { content: "\f20a";}
[data-ic="cc-amex"]:before { content: "\f1f3";}
[data-ic="cc-diners-club"]:before { content: "\f24c";}
[data-ic="cc-discover"]:before { content: "\f1f2";}
[data-ic="cc-jcb"]:before { content: "\f24b";}
[data-ic="cc-mastercard"]:before { content: "\f1f1";}
[data-ic="cc-paypal"]:before { content: "\f1f4";}
[data-ic="cc-stripe"]:before { content: "\f1f5";}
[data-ic="cc-visa"]:before { content: "\f1f0";}
[data-ic="certificate"]:before { content: "\f0a3";}
[data-ic="chain"]:before { content: "\f0c1";}
[data-ic="chain-broken"]:before { content: "\f127";}
[data-ic="check"]:before { content: "\f00c";}
[data-ic="check-circle"]:before { content: "\f058";}
[data-ic="check-circle-o"]:before { content: "\f05d";}
[data-ic="check-square"]:before { content: "\f14a";}
[data-ic="check-square-o"]:before { content: "\f046";}
[data-ic="chevron-circle-down"]:before { content: "\f13a";}
[data-ic="chevron-circle-left"]:before { content: "\f137";}
[data-ic="chevron-circle-right"]:before { content: "\f138";}
[data-ic="chevron-circle-up"]:before { content: "\f139";}
[data-ic="chevron-down"]:before { content: "\f078";}
[data-ic="chevron-left"]:before { content: "\f053";}
[data-ic="chevron-right"]:before { content: "\f054";}
[data-ic="chevron-up"]:before { content: "\f077";}
[data-ic="child"]:before { content: "\f1ae";}
[data-ic="chrome"]:before { content: "\f268";}
[data-ic="circle"]:before { content: "\f111";}
[data-ic="circle-o"]:before { content: "\f10c";}
[data-ic="circle-o-notch"]:before { content: "\f1ce";}
[data-ic="circle-thin"]:before { content: "\f1db";}
[data-ic="clipboard"]:before { content: "\f0ea";}
[data-ic="clock-o"]:before { content: "\f017";}
[data-ic="clone"]:before { content: "\f24d";}
[data-ic="close"]:before { content: "\f00d";}
[data-ic="cloud"]:before { content: "\f0c2";}
[data-ic="cloud-download"]:before { content: "\f0ed";}
[data-ic="cloud-upload"]:before { content: "\f0ee";}
[data-ic="cny"]:before { content: "\f157";}
[data-ic="code"]:before { content: "\f121";}
[data-ic="code-fork"]:before { content: "\f126";}
[data-ic="codepen"]:before { content: "\f1cb";}
[data-ic="codiepie"]:before { content: "\f284";}
[data-ic="coffee"]:before { content: "\f0f4";}
[data-ic="cog"]:before { content: "\f013";}
[data-ic="cogs"]:before { content: "\f085";}
[data-ic="columns"]:before { content: "\f0db";}
[data-ic="comment"]:before { content: "\f075";}
[data-ic="comment-o"]:before { content: "\f0e5";}
[data-ic="commenting"]:before { content: "\f27a";}
[data-ic="commenting-o"]:before { content: "\f27b";}
[data-ic="comments"]:before { content: "\f086";}
[data-ic="comments-o"]:before { content: "\f0e6";}
[data-ic="compass"]:before { content: "\f14e";}
[data-ic="compress"]:before { content: "\f066";}
[data-ic="connectdevelop"]:before { content: "\f20e";}
[data-ic="contao"]:before { content: "\f26d";}
[data-ic="copy"]:before { content: "\f0c5";}
[data-ic="copyright"]:before { content: "\f1f9";}
[data-ic="creative-commons"]:before { content: "\f25e";}
[data-ic="credit-card"]:before { content: "\f09d";}
[data-ic="credit-card-alt"]:before { content: "\f283";}
[data-ic="crop"]:before { content: "\f125";}
[data-ic="crosshairs"]:before { content: "\f05b";}
[data-ic="css3"]:before { content: "\f13c";}
[data-ic="cube"]:before { content: "\f1b2";}
[data-ic="cubes"]:before { content: "\f1b3";}
[data-ic="cut"]:before { content: "\f0c4";}
[data-ic="cutlery"]:before { content: "\f0f5";}
[data-ic="dashboard"]:before { content: "\f0e4";}
[data-ic="dashcube"]:before { content: "\f210";}
[data-ic="database"]:before { content: "\f1c0";}
[data-ic="dedent"]:before { content: "\f03b";}
[data-ic="delicious"]:before { content: "\f1a5";}
[data-ic="desktop"]:before { content: "\f108";}
[data-ic="deviantart"]:before { content: "\f1bd";}
[data-ic="diamond"]:before { content: "\f219";}
[data-ic="digg"]:before { content: "\f1a6";}
[data-ic="dollar"]:before { content: "\f155";}
[data-ic="dot-circle-o"]:before { content: "\f192";}
[data-ic="download"]:before { content: "\f019";}
[data-ic="dribbble"]:before { content: "\f17d";}
[data-ic="dropbox"]:before { content: "\f16b";}
[data-ic="drupal"]:before { content: "\f1a9";}
[data-ic="edge"]:before { content: "\f282";}
[data-ic="edit"]:before { content: "\f044";}
[data-ic="eject"]:before { content: "\f052";}
[data-ic="ellipsis-h"]:before { content: "\f141";}
[data-ic="ellipsis-v"]:before { content: "\f142";}
[data-ic="empire"]:before { content: "\f1d1";}
[data-ic="envelope"]:before { content: "\f0e0";}
[data-ic="envelope-o"]:before { content: "\f003";}
[data-ic="envelope-square"]:before { content: "\f199";}
[data-ic="eraser"]:before { content: "\f12d";}
[data-ic="eur"]:before { content: "\f153";}
[data-ic="euro"]:before { content: "\f153";}
[data-ic="exchange"]:before { content: "\f0ec";}
[data-ic="exclamation"]:before { content: "\f12a";}
[data-ic="exclamation-circle"]:before { content: "\f06a";}
[data-ic="exclamation-triangle"]:before { content: "\f071";}
[data-ic="expand"]:before { content: "\f065";}
[data-ic="expeditedssl"]:before { content: "\f23e";}
[data-ic="external-link"]:before { content: "\f08e";}
[data-ic="external-link-square"]:before { content: "\f14c";}
[data-ic="eye"]:before { content: "\f06e";}
[data-ic="eye-slash"]:before { content: "\f070";}
[data-ic="eyedropper"]:before { content: "\f1fb";}
[data-ic="facebook"]:before { content: "\f09a";}
[data-ic="facebook-f"]:before { content: "\f09a";}
[data-ic="facebook-official"]:before { content: "\f230";}
[data-ic="facebook-square"]:before { content: "\f082";}
[data-ic="fast-backward"]:before { content: "\f049";}
[data-ic="fast-forward"]:before { content: "\f050";}
[data-ic="fax"]:before { content: "\f1ac";}
[data-ic="feed"]:before { content: "\f09e";}
[data-ic="female"]:before { content: "\f182";}
[data-ic="fighter-jet"]:before { content: "\f0fb";}
[data-ic="file"]:before { content: "\f15b";}
[data-ic="file-archive-o"]:before { content: "\f1c6";}
[data-ic="file-audio-o"]:before { content: "\f1c7";}
[data-ic="file-code-o"]:before { content: "\f1c9";}
[data-ic="file-excel-o"]:before { content: "\f1c3";}
[data-ic="file-image-o"]:before { content: "\f1c5";}
[data-ic="file-movie-o"]:before { content: "\f1c8";}
[data-ic="file-o"]:before { content: "\f016";}
[data-ic="file-pdf-o"]:before { content: "\f1c1";}
[data-ic="file-photo-o"]:before { content: "\f1c5";}
[data-ic="file-picture-o"]:before { content: "\f1c5";}
[data-ic="file-powerpoint-o"]:before { content: "\f1c4";}
[data-ic="file-sound-o"]:before { content: "\f1c7";}
[data-ic="file-text"]:before { content: "\f15c";}
[data-ic="file-text-o"]:before { content: "\f0f6";}
[data-ic="file-video-o"]:before { content: "\f1c8";}
[data-ic="file-word-o"]:before { content: "\f1c2";}
[data-ic="file-zip-o"]:before { content: "\f1c6";}
[data-ic="files-o"]:before { content: "\f0c5";}
[data-ic="film"]:before { content: "\f008";}
[data-ic="filter"]:before { content: "\f0b0";}
[data-ic="fire"]:before { content: "\f06d";}
[data-ic="fire-extinguisher"]:before { content: "\f134";}
[data-ic="firefox"]:before { content: "\f269";}
[data-ic="flag"]:before { content: "\f024";}
[data-ic="flag-checkered"]:before { content: "\f11e";}
[data-ic="flag-o"]:before { content: "\f11d";}
[data-ic="flash"]:before { content: "\f0e7";}
[data-ic="flask"]:before { content: "\f0c3";}
[data-ic="flickr"]:before { content: "\f16e";}
[data-ic="floppy-o"]:before { content: "\f0c7";}
[data-ic="folder"]:before { content: "\f07b";}
[data-ic="folder-o"]:before { content: "\f114";}
[data-ic="folder-open"]:before { content: "\f07c";}
[data-ic="folder-open-o"]:before { content: "\f115";}
[data-ic="font"]:before { content: "\f031";}
[data-ic="fonticons"]:before { content: "\f280";}
[data-ic="fort-awesome"]:before { content: "\f286";}
[data-ic="forumbee"]:before { content: "\f211";}
[data-ic="forward"]:before { content: "\f04e";}
[data-ic="foursquare"]:before { content: "\f180";}
[data-ic="frown-o"]:before { content: "\f119";}
[data-ic="futbol-o"]:before { content: "\f1e3";}
[data-ic="gamepad"]:before { content: "\f11b";}
[data-ic="gavel"]:before { content: "\f0e3";}
[data-ic="gbp"]:before { content: "\f154";}
[data-ic="ge"]:before { content: "\f1d1";}
[data-ic="gear"]:before { content: "\f013";}
[data-ic="gears"]:before { content: "\f085";}
[data-ic="genderless"]:before { content: "\f22d";}
[data-ic="get-pocket"]:before { content: "\f265";}
[data-ic="gg"]:before { content: "\f260";}
[data-ic="gg-circle"]:before { content: "\f261";}
[data-ic="gift"]:before { content: "\f06b";}
[data-ic="git"]:before { content: "\f1d3";}
[data-ic="git-square"]:before { content: "\f1d2";}
[data-ic="github"]:before { content: "\f09b";}
[data-ic="github-alt"]:before { content: "\f113";}
[data-ic="github-square"]:before { content: "\f092";}
[data-ic="gittip"]:before { content: "\f184";}
[data-ic="glass"]:before { content: "\f000";}
[data-ic="globe"]:before { content: "\f0ac";}
[data-ic="google"]:before { content: "\f1a0";}
[data-ic="google-plus"]:before { content: "\f0d5";}
[data-ic="google-plus-square"]:before { content: "\f0d4";}
[data-ic="google-wallet"]:before { content: "\f1ee";}
[data-ic="graduation-cap"]:before { content: "\f19d";}
[data-ic="gratipay"]:before { content: "\f184";}
[data-ic="group"]:before { content: "\f0c0";}
[data-ic="h-square"]:before { content: "\f0fd";}
[data-ic="hacker-news"]:before { content: "\f1d4";}
[data-ic="hand-grab-o"]:before { content: "\f255";}
[data-ic="hand-lizard-o"]:before { content: "\f258";}
[data-ic="hand-o-down"]:before { content: "\f0a7";}
[data-ic="hand-o-left"]:before { content: "\f0a5";}
[data-ic="hand-o-right"]:before { content: "\f0a4";}
[data-ic="hand-o-up"]:before { content: "\f0a6";}
[data-ic="hand-paper-o"]:before { content: "\f256";}
[data-ic="hand-peace-o"]:before { content: "\f25b";}
[data-ic="hand-pointer-o"]:before { content: "\f25a";}
[data-ic="hand-rock-o"]:before { content: "\f255";}
[data-ic="hand-scissors-o"]:before { content: "\f257";}
[data-ic="hand-spock-o"]:before { content: "\f259";}
[data-ic="hand-stop-o"]:before { content: "\f256";}
[data-ic="hashtag"]:before { content: "\f292";}
[data-ic="hdd-o"]:before { content: "\f0a0";}
[data-ic="header"]:before { content: "\f1dc";}
[data-ic="headphones"]:before { content: "\f025";}
[data-ic="heart"]:before { content: "\f004";}
[data-ic="heart-o"]:before { content: "\f08a";}
[data-ic="heartbeat"]:before { content: "\f21e";}
[data-ic="history"]:before { content: "\f1da";}
[data-ic="home"]:before { content: "\f015";}
[data-ic="hospital-o"]:before { content: "\f0f8";}
[data-ic="hotel"]:before { content: "\f236";}
[data-ic="hourglass"]:before { content: "\f254";}
[data-ic="hourglass-1"]:before { content: "\f251";}
[data-ic="hourglass-2"]:before { content: "\f252";}
[data-ic="hourglass-3"]:before { content: "\f253";}
[data-ic="hourglass-end"]:before { content: "\f253";}
[data-ic="hourglass-half"]:before { content: "\f252";}
[data-ic="hourglass-o"]:before { content: "\f250";}
[data-ic="hourglass-start"]:before { content: "\f251";}
[data-ic="houzz"]:before { content: "\f27c";}
[data-ic="html5"]:before { content: "\f13b";}
[data-ic="i-cursor"]:before { content: "\f246";}
[data-ic="ils"]:before { content: "\f20b";}
[data-ic="image"]:before { content: "\f03e";}
[data-ic="inbox"]:before { content: "\f01c";}
[data-ic="indent"]:before { content: "\f03c";}
[data-ic="industry"]:before { content: "\f275";}
[data-ic="info"]:before { content: "\f129";}
[data-ic="info-circle"]:before { content: "\f05a";}
[data-ic="inr"]:before { content: "\f156";}
[data-ic="instagram"]:before { content: "\f16d";}
[data-ic="institution"]:before { content: "\f19c";}
[data-ic="internet-explorer"]:before { content: "\f26b";}
[data-ic="intersex"]:before { content: "\f224";}
[data-ic="ioxhost"]:before { content: "\f208";}
[data-ic="italic"]:before { content: "\f033";}
[data-ic="joomla"]:before { content: "\f1aa";}
[data-ic="jpy"]:before { content: "\f157";}
[data-ic="jsfiddle"]:before { content: "\f1cc";}
[data-ic="key"]:before { content: "\f084";}
[data-ic="keyboard-o"]:before { content: "\f11c";}
[data-ic="krw"]:before { content: "\f159";}
[data-ic="language"]:before { content: "\f1ab";}
[data-ic="laptop"]:before { content: "\f109";}
[data-ic="lastfm"]:before { content: "\f202";}
[data-ic="lastfm-square"]:before { content: "\f203";}
[data-ic="leaf"]:before { content: "\f06c";}
[data-ic="leanpub"]:before { content: "\f212";}
[data-ic="legal"]:before { content: "\f0e3";}
[data-ic="lemon-o"]:before { content: "\f094";}
[data-ic="level-down"]:before { content: "\f149";}
[data-ic="level-up"]:before { content: "\f148";}
[data-ic="life-bouy"]:before { content: "\f1cd";}
[data-ic="life-buoy"]:before { content: "\f1cd";}
[data-ic="life-ring"]:before { content: "\f1cd";}
[data-ic="life-saver"]:before { content: "\f1cd";}
[data-ic="lightbulb-o"]:before { content: "\f0eb";}
[data-ic="line-chart"]:before { content: "\f201";}
[data-ic="link"]:before { content: "\f0c1";}
[data-ic="linkedin"]:before { content: "\f0e1";}
[data-ic="linkedin-square"]:before { content: "\f08c";}
[data-ic="linux"]:before { content: "\f17c";}
[data-ic="list"]:before { content: "\f03a";}
[data-ic="list-alt"]:before { content: "\f022";}
[data-ic="list-ol"]:before { content: "\f0cb";}
[data-ic="list-ul"]:before { content: "\f0ca";}
[data-ic="location-arrow"]:before { content: "\f124";}
[data-ic="lock"]:before { content: "\f023";}
[data-ic="long-arrow-down"]:before { content: "\f175";}
[data-ic="long-arrow-left"]:before { content: "\f177";}
[data-ic="long-arrow-right"]:before { content: "\f178";}
[data-ic="long-arrow-up"]:before { content: "\f176";}
[data-ic="magic"]:before { content: "\f0d0";}
[data-ic="magnet"]:before { content: "\f076";}
[data-ic="mail-forward"]:before { content: "\f064";}
[data-ic="mail-reply"]:before { content: "\f112";}
[data-ic="mail-reply-all"]:before { content: "\f122";}
[data-ic="male"]:before { content: "\f183";}
[data-ic="map"]:before { content: "\f279";}
[data-ic="map-marker"]:before { content: "\f041";}
[data-ic="map-o"]:before { content: "\f278";}
[data-ic="map-pin"]:before { content: "\f276";}
[data-ic="map-signs"]:before { content: "\f277";}
[data-ic="mars"]:before { content: "\f222";}
[data-ic="mars-double"]:before { content: "\f227";}
[data-ic="mars-stroke"]:before { content: "\f229";}
[data-ic="mars-stroke-h"]:before { content: "\f22b";}
[data-ic="mars-stroke-v"]:before { content: "\f22a";}
[data-ic="maxcdn"]:before { content: "\f136";}
[data-ic="meanpath"]:before { content: "\f20c";}
[data-ic="medium"]:before { content: "\f23a";}
[data-ic="medkit"]:before { content: "\f0fa";}
[data-ic="meh-o"]:before { content: "\f11a";}
[data-ic="mercury"]:before { content: "\f223";}
[data-ic="microphone"]:before { content: "\f130";}
[data-ic="microphone-slash"]:before { content: "\f131";}
[data-ic="minus"]:before { content: "\f068";}
[data-ic="minus-circle"]:before { content: "\f056";}
[data-ic="minus-square"]:before { content: "\f146";}
[data-ic="minus-square-o"]:before { content: "\f147";}
[data-ic="mixcloud"]:before { content: "\f289";}
[data-ic="mobile"]:before { content: "\f10b";}
[data-ic="mobile-phone"]:before { content: "\f10b";}
[data-ic="modx"]:before { content: "\f285";}
[data-ic="money"]:before { content: "\f0d6";}
[data-ic="moon-o"]:before { content: "\f186";}
[data-ic="mortar-board"]:before { content: "\f19d";}
[data-ic="motorcycle"]:before { content: "\f21c";}
[data-ic="mouse-pointer"]:before { content: "\f245";}
[data-ic="music"]:before { content: "\f001";}
[data-ic="navicon"]:before { content: "\f0c9";}
[data-ic="neuter"]:before { content: "\f22c";}
[data-ic="newspaper-o"]:before { content: "\f1ea";}
[data-ic="object-group"]:before { content: "\f247";}
[data-ic="object-ungroup"]:before { content: "\f248";}
[data-ic="odnoklassniki"]:before { content: "\f263";}
[data-ic="odnoklassniki-square"]:before { content: "\f264";}
[data-ic="opencart"]:before { content: "\f23d";}
[data-ic="openid"]:before { content: "\f19b";}
[data-ic="opera"]:before { content: "\f26a";}
[data-ic="optin-monster"]:before { content: "\f23c";}
[data-ic="outdent"]:before { content: "\f03b";}
[data-ic="pagelines"]:before { content: "\f18c";}
[data-ic="paint-brush"]:before { content: "\f1fc";}
[data-ic="paper-plane"]:before { content: "\f1d8";}
[data-ic="paper-plane-o"]:before { content: "\f1d9";}
[data-ic="paperclip"]:before { content: "\f0c6";}
[data-ic="paragraph"]:before { content: "\f1dd";}
[data-ic="paste"]:before { content: "\f0ea";}
[data-ic="pause"]:before { content: "\f04c";}
[data-ic="pause-circle"]:before { content: "\f28b";}
[data-ic="pause-circle-o"]:before { content: "\f28c";}
[data-ic="paw"]:before { content: "\f1b0";}
[data-ic="paypal"]:before { content: "\f1ed";}
[data-ic="pencil"]:before { content: "\f040";}
[data-ic="pencil-square"]:before { content: "\f14b";}
[data-ic="pencil-square-o"]:before { content: "\f044";}
[data-ic="perce"]:before { content: "\f295";}
[data-ic="phone"]:before { content: "\f095";}
[data-ic="phone-square"]:before { content: "\f098";}
[data-ic="photo"]:before { content: "\f03e";}
[data-ic="picture-o"]:before { content: "\f03e";}
[data-ic="pie-chart"]:before { content: "\f200";}
[data-ic="pied-piper"]:before { content: "\f1a7";}
[data-ic="pied-piper-alt"]:before { content: "\f1a8";}
[data-ic="pinterest"]:before { content: "\f0d2";}
[data-ic="pinterest-p"]:before { content: "\f231";}
[data-ic="pinterest-square"]:before { content: "\f0d3";}
[data-ic="plane"]:before { content: "\f072";}
[data-ic="play"]:before { content: "\f04b";}
[data-ic="play-circle"]:before { content: "\f144";}
[data-ic="play-circle-o"]:before { content: "\f01d";}
[data-ic="plug"]:before { content: "\f1e6";}
[data-ic="plus"]:before { content: "\f067";}
[data-ic="plus-circle"]:before { content: "\f055";}
[data-ic="plus-square"]:before { content: "\f0fe";}
[data-ic="plus-square-o"]:before { content: "\f196";}
[data-ic="power-off"]:before { content: "\f011";}
[data-ic="print"]:before { content: "\f02f";}
[data-ic="product-hunt"]:before { content: "\f288";}
[data-ic="puzzle-piece"]:before { content: "\f12e";}
[data-ic="qq"]:before { content: "\f1d6";}
[data-ic="qrcode"]:before { content: "\f029";}
[data-ic="question"]:before { content: "\f128";}
[data-ic="question-circle"]:before { content: "\f059";}
[data-ic="quote-left"]:before { content: "\f10d";}
[data-ic="quote-right"]:before { content: "\f10e";}
[data-ic="ra"]:before { content: "\f1d0";}
[data-ic="random"]:before { content: "\f074";}
[data-ic="rebel"]:before { content: "\f1d0";}
[data-ic="recycle"]:before { content: "\f1b8";}
[data-ic="reddit"]:before { content: "\f1a1";}
[data-ic="reddit-alien"]:before { content: "\f281";}
[data-ic="reddit-square"]:before { content: "\f1a2";}
[data-ic="refresh"]:before { content: "\f021";}
[data-ic="registered"]:before { content: "\f25d";}
[data-ic="remove"]:before { content: "\f00d";}
[data-ic="renren"]:before { content: "\f18b";}
[data-ic="reorder"]:before { content: "\f0c9";}
[data-ic="repeat"]:before { content: "\f01e";}
[data-ic="reply"]:before { content: "\f112";}
[data-ic="reply-all"]:before { content: "\f122";}
[data-ic="retweet"]:before { content: "\f079";}
[data-ic="rmb"]:before { content: "\f157";}
[data-ic="road"]:before { content: "\f018";}
[data-ic="rocket"]:before { content: "\f135";}
[data-ic="rotate-left"]:before { content: "\f0e2";}
[data-ic="rotate-right"]:before { content: "\f01e";}
[data-ic="rouble"]:before { content: "\f158";}
[data-ic="rss"]:before { content: "\f09e";}
[data-ic="rss-square"]:before { content: "\f143";}
[data-ic="rub"]:before { content: "\f158";}
[data-ic="ruble"]:before { content: "\f158";}
[data-ic="rupee"]:before { content: "\f156";}
[data-ic="safari"]:before { content: "\f267";}
[data-ic="save"]:before { content: "\f0c7";}
[data-ic="scissors"]:before { content: "\f0c4";}
[data-ic="scribd"]:before { content: "\f28a";}
[data-ic="search"]:before { content: "\f002";}
[data-ic="search-minus"]:before { content: "\f010";}
[data-ic="search-plus"]:before { content: "\f00e";}
[data-ic="sellsy"]:before { content: "\f213";}
[data-ic="send"]:before { content: "\f1d8";}
[data-ic="send-o"]:before { content: "\f1d9";}
[data-ic="server"]:before { content: "\f233";}
[data-ic="share"]:before { content: "\f064";}
[data-ic="share-alt"]:before { content: "\f1e0";}
[data-ic="share-alt-square"]:before { content: "\f1e1";}
[data-ic="share-square"]:before { content: "\f14d";}
[data-ic="share-square-o"]:before { content: "\f045";}
[data-ic="shekel"]:before { content: "\f20b";}
[data-ic="sheqel"]:before { content: "\f20b";}
[data-ic="shield"]:before { content: "\f132";}
[data-ic="ship"]:before { content: "\f21a";}
[data-ic="shirtsinbulk"]:before { content: "\f214";}
[data-ic="shopping-bag"]:before { content: "\f290";}
[data-ic="shopping-basket"]:before { content: "\f291";}
[data-ic="shopping-cart"]:before { content: "\f07a";}
[data-ic="sign-in"]:before { content: "\f090";}
[data-ic="sign-out"]:before { content: "\f08b";}
[data-ic="signal"]:before { content: "\f012";}
[data-ic="simplybuilt"]:before { content: "\f215";}
[data-ic="sitemap"]:before { content: "\f0e8";}
[data-ic="skyatlas"]:before { content: "\f216";}
[data-ic="skype"]:before { content: "\f17e";}
[data-ic="slack"]:before { content: "\f198";}
[data-ic="sliders"]:before { content: "\f1de";}
[data-ic="slideshare"]:before { content: "\f1e7";}
[data-ic="smile-o"]:before { content: "\f118";}
[data-ic="soccer-ball-o"]:before { content: "\f1e3";}
[data-ic="sort"]:before { content: "\f0dc";}
[data-ic="sort-alpha-asc"]:before { content: "\f15d";}
[data-ic="sort-alpha-desc"]:before { content: "\f15e";}
[data-ic="sort-amount-asc"]:before { content: "\f160";}
[data-ic="sort-amount-desc"]:before { content: "\f161";}
[data-ic="sort-asc"]:before { content: "\f0de";}
[data-ic="sort-desc"]:before { content: "\f0dd";}
[data-ic="sort-down"]:before { content: "\f0dd";}
[data-ic="sort-numeric-asc"]:before { content: "\f162";}
[data-ic="sort-numeric-desc"]:before { content: "\f163";}
[data-ic="sort-up"]:before { content: "\f0de";}
[data-ic="soundcloud"]:before { content: "\f1be";}
[data-ic="space-shuttle"]:before { content: "\f197";}
[data-ic="spinner"]:before { content: "\f110";}
[data-ic="spoon"]:before { content: "\f1b1";}
[data-ic="spotify"]:before { content: "\f1bc";}
[data-ic="square"]:before { content: "\f0c8";}
[data-ic="square-o"]:before { content: "\f096";}
[data-ic="stack-exchange"]:before { content: "\f18d";}
[data-ic="stack-overflow"]:before { content: "\f16c";}
[data-ic="star"]:before { content: "\f005";}
[data-ic="star-half"]:before { content: "\f089";}
[data-ic="star-half-empty"]:before { content: "\f123";}
[data-ic="star-half-full"]:before { content: "\f123";}
[data-ic="star-half-o"]:before { content: "\f123";}
[data-ic="star-o"]:before { content: "\f006";}
[data-ic="steam"]:before { content: "\f1b6";}
[data-ic="steam-square"]:before { content: "\f1b7";}
[data-ic="step-backward"]:before { content: "\f048";}
[data-ic="step-forward"]:before { content: "\f051";}
[data-ic="stethoscope"]:before { content: "\f0f1";}
[data-ic="sticky-note"]:before { content: "\f249";}
[data-ic="sticky-note-o"]:before { content: "\f24a";}
[data-ic="stop"]:before { content: "\f04d";}
[data-ic="stop-circle"]:before { content: "\f28d";}
[data-ic="stop-circle-o"]:before { content: "\f28e";}
[data-ic="street-view"]:before { content: "\f21d";}
[data-ic="strikethrough"]:before { content: "\f0cc";}
[data-ic="stumbleupon"]:before { content: "\f1a4";}
[data-ic="stumbleupon-circle"]:before { content: "\f1a3";}
[data-ic="subscript"]:before { content: "\f12c";}
[data-ic="subway"]:before { content: "\f239";}
[data-ic="suitcase"]:before { content: "\f0f2";}
[data-ic="sun-o"]:before { content: "\f185";}
[data-ic="superscript"]:before { content: "\f12b";}
[data-ic="support"]:before { content: "\f1cd";}
[data-ic="table"]:before { content: "\f0ce";}
[data-ic="tablet"]:before { content: "\f10a";}
[data-ic="tachometer"]:before { content: "\f0e4";}
[data-ic="tag"]:before { content: "\f02b";}
[data-ic="tags"]:before { content: "\f02c";}
[data-ic="tasks"]:before { content: "\f0ae";}
[data-ic="taxi"]:before { content: "\f1ba";}
[data-ic="television"]:before { content: "\f26c";}
[data-ic="tencent-weibo"]:before { content: "\f1d5";}
[data-ic="terminal"]:before { content: "\f120";}
[data-ic="text-height"]:before { content: "\f034";}
[data-ic="text-width"]:before { content: "\f035";}
[data-ic="th"]:before { content: "\f00a";}
[data-ic="th-large"]:before { content: "\f009";}
[data-ic="th-list"]:before { content: "\f00b";}
[data-ic="thumb-tack"]:before { content: "\f08d";}
[data-ic="thumbs-down"]:before { content: "\f165";}
[data-ic="thumbs-o-down"]:before { content: "\f088";}
[data-ic="thumbs-o-up"]:before { content: "\f087";}
[data-ic="thumbs-up"]:before { content: "\f164";}
[data-ic="ticket"]:before { content: "\f145";}
[data-ic="times"]:before { content: "\f00d";}
[data-ic="times-circle"]:before { content: "\f057";}
[data-ic="times-circle-o"]:before { content: "\f05c";}
[data-ic="tint"]:before { content: "\f043";}
[data-ic="toggle-down"]:before { content: "\f150";}
[data-ic="toggle-left"]:before { content: "\f191";}
[data-ic="toggle-off"]:before { content: "\f204";}
[data-ic="toggle-on"]:before { content: "\f205";}
[data-ic="toggle-right"]:before { content: "\f152";}
[data-ic="toggle-up"]:before { content: "\f151";}
[data-ic="trademark"]:before { content: "\f25c";}
[data-ic="train"]:before { content: "\f238";}
[data-ic="transgender"]:before { content: "\f224";}
[data-ic="transgender-alt"]:before { content: "\f225";}
[data-ic="trash"]:before { content: "\f1f8";}
[data-ic="trash-o"]:before { content: "\f014";}
[data-ic="tree"]:before { content: "\f1bb";}
[data-ic="trello"]:before { content: "\f181";}
[data-ic="tripadvisor"]:before { content: "\f262";}
[data-ic="trophy"]:before { content: "\f091";}
[data-ic="truck"]:before { content: "\f0d1";}
[data-ic="try"]:before { content: "\f195";}
[data-ic="tty"]:before { content: "\f1e4";}
[data-ic="tumblr"]:before { content: "\f173";}
[data-ic="tumblr-square"]:before { content: "\f174";}
[data-ic="turkish-lira"]:before { content: "\f195";}
[data-ic="tv"]:before { content: "\f26c";}
[data-ic="twitch"]:before { content: "\f1e8";}
[data-ic="twitter"]:before { content: "\f099";}
[data-ic="twitter-square"]:before { content: "\f081";}
[data-ic="umbrella"]:before { content: "\f0e9";}
[data-ic="underline"]:before { content: "\f0cd";}
[data-ic="undo"]:before { content: "\f0e2";}
[data-ic="university"]:before { content: "\f19c";}
[data-ic="unlink"]:before { content: "\f127";}
[data-ic="unlock"]:before { content: "\f09c";}
[data-ic="unlock-alt"]:before { content: "\f13e";}
[data-ic="unsorted"]:before { content: "\f0dc";}
[data-ic="upload"]:before { content: "\f093";}
[data-ic="usb"]:before { content: "\f287";}
[data-ic="usd"]:before { content: "\f155";}
[data-ic="user"]:before { content: "\f007";}
[data-ic="user-md"]:before { content: "\f0f0";}
[data-ic="user-plus"]:before { content: "\f234";}
[data-ic="user-secret"]:before { content: "\f21b";}
[data-ic="user-times"]:before { content: "\f235";}
[data-ic="users"]:before { content: "\f0c0";}
[data-ic="venus"]:before { content: "\f221";}
[data-ic="venus-double"]:before { content: "\f226";}
[data-ic="venus-mars"]:before { content: "\f228";}
[data-ic="viacoin"]:before { content: "\f237";}
[data-ic="video-camera"]:before { content: "\f03d";}
[data-ic="vimeo"]:before { content: "\f27d";}
[data-ic="vimeo-square"]:before { content: "\f194";}
[data-ic="vine"]:before { content: "\f1ca";}
[data-ic="vk"]:before { content: "\f189";}
[data-ic="volume-down"]:before { content: "\f027";}
[data-ic="volume-off"]:before { content: "\f026";}
[data-ic="volume-up"]:before { content: "\f028";}
[data-ic="warning"]:before { content: "\f071";}
[data-ic="wechat"]:before { content: "\f1d7";}
[data-ic="weibo"]:before { content: "\f18a";}
[data-ic="weixin"]:before { content: "\f1d7";}
[data-ic="whatsapp"]:before { content: "\f232";}
[data-ic="wheelchair"]:before { content: "\f193";}
[data-ic="wifi"]:before { content: "\f1eb";}
[data-ic="wikipedia-w"]:before { content: "\f266";}
[data-ic="windows"]:before { content: "\f17a";}
[data-ic="won"]:before { content: "\f159";}
[data-ic="wordpress"]:before { content: "\f19a";}
[data-ic="wrench"]:before { content: "\f0ad";}
[data-ic="xing"]:before { content: "\f168";}
[data-ic="xing-square"]:before { content: "\f169";}
[data-ic="y-combinator"]:before { content: "\f23b";}
[data-ic="y-combinator-square"]:before { content: "\f1d4";}
[data-ic="yahoo"]:before { content: "\f19e";}
[data-ic="yc"]:before { content: "\f23b";}
[data-ic="yc-square"]:before { content: "\f1d4";}
[data-ic="yelp"]:before { content: "\f1e9";}
[data-ic="yen"]:before { content: "\f157";}
[data-ic="youtube"]:before { content: "\f167";}
[data-ic="youtube-play"]:before { content: "\f16a";}
[data-ic="youtube-square"]:before { content: "\f166";}
