@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
font-family: 'my_ftl_fonts';
src: url('../fonts/my_ftl_fonts/my_ftl_fonts.eot');
src: url('../fonts/my_ftl_fonts/my_ftl_fonts.eot?#iefix') format('embedded-opentype'), url('../fonts/my_ftl_fonts/my_ftl_fonts.woff') format('woff'), url('../fonts/my_ftl_fonts/my_ftl_fonts.ttf') format('truetype'), url('../fonts/my_ftl_fonts/my_ftl_fonts.svg#my_ftl_fonts') format('svg');
font-weight: normal;
font-style: normal;
}
body {
background: #F2F2F2;
}
.container > header,
.codrops-top {
color: #609;
font-family: 'Lato', Arial, sans-serif;
}
.container > header {
margin: 0 auto;
padding: 12em 2em 2em;
text-align: center;
}
.container > header a {
color: #566473;
text-decoration: none;
outline: none;
}
.container > header a:hover {
color: #4f7bab;
}
.container > header h1 {
font-size: 4em;
line-height: 1.3;
margin: 0;
font-weight: bold;
}
.container > header span {
display: block;
font-size: 55%;
color: #609;
padding: 0 0 0.6em 0.1em;
}
/* To Navigation Style */
.codrops-top {
background: #fff;
background: rgba(255, 255, 255, 0.6);
text-transform: uppercase;
width: 100%;
font-size: 0.69em;
line-height: 2.2;
}
.codrops-top a {
text-decoration: none;
padding: 0 1em;
letter-spacing: 0.1em;
color: #888;
display: inline-block;
}
.codrops-top a:hover {
background: rgba(255, 255, 255, 0.95);
color: #333;
}
.codrops-top span.right {
float: right;
}
.clearfix {
clear: both
}
.ftl {
font-size: 16px;
padding: 50px 0 20px;
margin: 0 auto;
font-style: italic;
text-align: center;
}
.ftl a {
color: #09C;
text-decoration: none !important;
}
.ftl a:hover {
color: #999
}
.codrops-top span.right a {
float: left;
display: block;
}
@media screen and (max-width: 1025px) {
.container > header {
margin: 0 auto;
padding: 120px 50px;
font-size: 70%;
text-aliftl: right;
}
}
@media screen and (max-width: 740px) {
.codrops-icon span {
display: none;
}
}
*,
*:after,
*::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
@font-face {
font-weight: normal;
font-style: normal;
font-family: 'ecoicons';
src: url("../fonts/ecoicons/ecoicons.eot");
src: url("../fonts/ecoicons/ecoicons.eot?#iefix") format("embedded-opentype"), url("../fonts/ecoicons/ecoicons.woff") format("woff"), url("../fonts/ecoicons/ecoicons.ttf") format("truetype"), url("../fonts/ecoicons/ecoicons.svg#ecoicons") format("svg");
}
.ftl_side_menu,
.ftl_side_menu ul {
margin: 0;
padding: 0;
background: white;
color: #5f6f81;
list-style: none;
text-transform: none;
font-weight: 300;
font-family: 'Lato', Arial, sans-serif;
line-height: 50px;
}
.ftl_side_menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 50px;
font-size: 13px;
}
.ftl_side_menu a {
display: block;
height: 100%;
color: #06C;
text-decoration: none;
cursor: pointer;
font-weight: bold;
font-size: 14px;
}
.no-touch .ftl_side_menu a:hover,
.no-touch .ftl-menu li.ftl-search-item:hover,
.no-touch .ftl-menu li.ftl-search-item:hover a {
background: #609;
color: #FFF;
}
.ftl_side_menu > li {
display: block;
float: left;
height: 100%;
border-right: 1px solid #c6d0da;
text-aliftl: center;
}
.ftl_side_menu li.ftl-trigger {
position: relative;
width: 60px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ftl_side_menu > li:last-child {
float: right;
border-right: none;
border-left: 1px solid #c6d0da;
}
.ftl_side_menu > li > a {
padding: 0 30px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
}
.ftl_side_menu:after {
display: table;
clear: both;
content: "";
}
.ftl-menu-wrapper {
position: fixed;
top: 50px;
bottom: 0;
left: 0;
overflow: hidden;
width: 60px;
border-top: 1px solid #c6d0da;
background: white;
-webkit-transform: translateX(-60px);
-moz-transform: translateX(-60px);
transform: translateX(-60px);
-webkit-transition: -webkit-transform 0.3s, width 0.3s;
-moz-transition: -moz-transform 0.3s, width 0.3s;
transition: transform 0.3s, width 0.3s;
}
.ftl-scroller {
position: absolute;
overflow-y: scroll;
width: 370px;
height: 100%;
}
.ftl-menu {
border-bottom: 1px solid #c6d0da;
text-aliftl: left;
font-size: 18px;
}
.ftl-menu li:not(:first-child),
.ftl-menu li li {
box-shadow: inset 0 1px #c6d0da
}
.ftl-submenu li {
overflow: hidden;
height: 0;
-webkit-transition: height 0.3s;
-moz-transition: height 0.3s;
transition: height 0.3s;
}
.ftl-submenu li a {
color: #c1c9d1
}
input.ftl-search {
position: relative;
z-index: 10;
padding-left: 35px;
outline: none;
border: none;
background: transparent;
color: #5f6f81;
font-weight: 300;
font-family: 'Lato', Arial, sans-serif;
cursor: pointer;
}
.ftl-search::-webkit-input-placeholder {
color: #5f6f81
}
.ftl-search:-moz-placeholder {
color: #5f6f81
}
.ftl-search::-moz-placeholder {
color: #5f6f81
}
.ftl-search:-ms-input-placeholder {
color: #5f6f81
}
/* hide placeholder when active in Chrome */
.ftl-search:focus::-webkit-input-placeholder,
.no-touch .ftl-menu li.ftl-search-item:hover .ftl-search:focus::-webkit-input-placeholder {
color: transparent
}
input.ftl-search:focus {
cursor: text
}
.no-touch .ftl-menu li.ftl-search-item:hover input.ftl-search {
color: white
}
.side-padding {
padding-left: 20px;
}
/* placeholder */
.no-touch .ftl-menu li.ftl-search-item:hover .ftl-search::-webkit-input-placeholder {
color: white
}
.no-touch .ftl-menu li.ftl-search-item:hover .ftl-search:-moz-placeholder {
color: white
}
.no-touch .ftl-menu li.ftl-search-item:hover .ftl-search::-moz-placeholder {
color: white
}
.no-touch .ftl-menu li.ftl-search-item:hover .ftl-search:-ms-input-placeholder {
color: white
}
.ftl_side_menu a.ftl-icon-search {
position: absolute;
top: 0;
left: 0;
height: 0px;
}
.ftl-icon::before {
display: inline-block;
width: 60px;
text-aliftl: center;
text-transform: none;
font-weight: normal;
font-style: normal;
font-variant: normal;
font-family: 'ecoicons';
line-height: 1;
speak: none;
-webkit-font-smoothing: antialiased;
}
.ftl-icon-search::before {
content: "\e005"
}
.ftl-icon span {
width: 0;
height: 0;
display: block;
overflow: hidden;
}
.ftl-icon-menu::before {
margin-left: -15px;
vertical-aliftl: -2px;
width: 30px;
height: 3px;
background: #5f6f81;
box-shadow: 0 3px white, 0 -6px #5f6f81, 0 -9px white, 0 -12px #5f6f81;
content: '';
}
.no-touch .ftl-icon-menu:hover::before,
.no-touch .ftl-icon-menu.ftl-selected:hover::before {
background: white;
box-shadow: 0 3px #5f6f81, 0 -6px white, 0 -9px #5f6f81, 0 -12px white;
}
.ftl-icon-menu.ftl-selected::before {
background: #5993cd;
box-shadow: 0 3px white, 0 -6px #5993cd, 0 -9px white, 0 -12px #5993cd;
}
/* styles for opening menu */
.ftl-menu-wrapper.ftl-open-all,
.ftl-menu-wrapper.ftl-open-part {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
transform: translateX(0px);
}
.ftl-menu-wrapper.ftl-open-all {
width: 340px
}
.ftl-menu-wrapper.ftl-open-all .ftl-submenu li {
height: 50px
}
@media screen and (max-width: 422px) {
.ftl-menu-wrapper.ftl-open-all {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
transform: translateX(0px);
width: 100%;
}
.ftl-menu-wrapper.ftl-open-all .ftl-scroller {
width: 130%
}
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden] {
display: none;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
a:focus {
outline: thin dotted;
}
a:active,
a:hover {
outline: 0;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
mark {
background: #ff0;
color: #000;
}
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
}
pre {
white-space: pre-wrap;
}
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-aliftl: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
button,
input,
select,
textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
}
button,
input {
line-height: normal;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-aliftl: top;
}
table {
border-collapse: collapse;
border-spacing: 0;
}