/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: content-box;
    border-radius: 0px;
    -webkit-border-radius: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    border-radius: 0px;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*! End normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
 ----------------------------------------------------------------------------------------------------
*/

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #FEFEFE;
    font-size: 14px;
    font-family: sans-serif;
}

main {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* CONTENT */

section {
    padding: 0px 15px 0px 15px;
    margin: 10px 0px 10px 0px;
}

.container {
    padding: 0px 15px 0px 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767px) {
    .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    body.mobile {
        margin-bottom: 60px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 990px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding: 0px 15px 0px 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.container:after,
.row:after,
.row-padding:after,
.topnav:after {
    content: "";
    display: table;
    clear: both;
}


/* GRID SYSTEM */

.col {
    float: left;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

.col.s1 {
    width: 8.33333%;
}

.col.s2 {
    width: 16.66666%;
}

.col.s3 {
    width: 24.99999%;
}

.col.s4 {
    width: 33.33333%;
}

.col.s5 {
    width: 41.66666%;
}

.col.s6 {
    width: 49.99999%;
}

.col.s7 {
    width: 58.33333%;
}

.col.s8 {
    width: 66.66666%;
}

.col.s9 {
    width: 74.99999%;
}

.col.s10 {
    width: 83.33333%;
}

.col.s11 {
    width: 91.66666%;
}

.col.s12 {
    width: 99.99999%;
}

@media only screen and (min-width: 768px) {
    .col.m1 {
        width: 8.33333%;
    }
    .col.m2 {
        width: 16.66666%;
    }
    .col.m3 {
        width: 24.99999%;
    }
    .col.m4 {
        width: 33.33333%;
    }
    .col.m5 {
        width: 41.66666%;
    }
    .col.m6 {
        width: 49.99999%;
    }
    .col.m7 {
        width: 58.33333%;
    }
    .col.m8 {
        width: 66.66666%;
    }
    .col.m9 {
        width: 74.99999%;
    }
    .col.m10 {
        width: 83.33333%;
    }
    .col.m11 {
        width: 91.66666%;
    }
    .col.m12 {
        width: 99.99999%;
    }
}

@media only screen and (min-width: 990px) {
    .col.l1 {
        width: 8.33333%;
    }
    .col.l2 {
        width: 16.66666%;
    }
    .col.l3 {
        width: 24.99999%;
    }
    .col.l4 {
        width: 33.33333%;
    }
    .col.l5 {
        width: 41.66666%;
    }
    .col.l6 {
        width: 49.99999%;
    }
    .col.l7 {
        width: 58.33333%;
    }
    .col.l8 {
        width: 66.66666%;
    }
    .col.l9 {
        width: 74.99999%;
    }
    .col.l10 {
        width: 83.33333%;
    }
    .col.l11 {
        width: 91.66666%;
    }
    .col.l12 {
        width: 99.99999%;
    }
    /*GRID OFFSET*/
    .offset-1 {
        margin-left: 8.33333%;
    }
    .offset-2 {
        margin-left: 16.66666%;
    }
    .offset-3 {
        margin-left: 24.99999%;
    }
    .offset-4 {
        margin-left: 33.33333%;
    }
    .offset-5 {
        margin-left: 41.66666%;
    }
    .offset-6 {
        margin-left: 49.99999%;
    }
    .offset-7 {
        margin-left: 58.33333%;
    }
    .offset-8 {
        margin-left: 66.66666%;
    }
    .offset-9 {
        margin-left: 74.99999%;
    }
    .offset-10 {
        margin-left: 83.33333%;
    }
    .offset-11 {
        margin-left: 91.66666%;
    }
    .offset-12 {
        margin-left: 99.99999%;
    }
}

@font-face {
    font-family: Lato-Thin;
    src: url(../fonts/font/Lato-Thin.ttf);
    font-weight: 100;
}

@font-face {
    font-family: Lato-Light;
    src: url(../fonts/font/Lato-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: Lato-Regular;
    src: url(../fonts/font/Lato-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Lato-Bold;
    src: url(../fonts/font/Lato-Bold.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Lato-Ultra;
    src: url(../fonts/font/Lato-Bold-Ultra.ttf);
    font-weight: 400;
}

html,
body {
    font-family: Lato-Regular, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #777;
}

h1 {
    font-family: Lato-Bold, sans-serif;
    font-weight: 600;
    margin: 10px 0;
    color: #222;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: Lato-Regular, sans-serif;
    font-weight: 300;
    margin: 10px 0;
    color: #222;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 15px 5px;
}

.text-thin {
    font-family: Lato-Thin, sans-serif !important;
}

.text-light {
    font-family: Lato-Light, sans-serif !important;
}

.text-regular {
    font-family: Lato-Regular, sans-serif !important;
}

.text-ultra {
    font-family: Lato-Ultra, sans-serif !important;
}

a {
    color: #3498db;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #f06292;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


/*HR STYLE*/

hr {
    height: 0;
    border: 0;
    border-top: 1px solid #ecf0f1;
    margin: 10px 0px 10px 0px;
}

hr.middle {
    margin: 16px auto;
}

hr.simple {
    height: 0;
    border: 0;
    border-top: 1px solid #3498db;
}

hr.stroke {
    height: 0;
    border: 0;
    border-top: 3px solid #3498db;
}

hr.dash {
    height: 0;
    border: 0;
    border-top: 1px dashed #3498db;
}

hr.dot {
    height: 0;
    border: 0;
    border-top: 1px dotted #3498db;
}

hr.double {
    height: 5px;
    border: 0;
    border-top: 2px solid #3498db;
    border-bottom: 2px solid #3498db;
}

.hr-75 {
    width: 75%;
}

.hr-50 {
    width: 50%;
}

.hr-25 {
    width: 25%;
}

.hr-5 {
    width: 5%;
}


/* TEXT SIZE */

.text-xs {
    font-size: 10px !important;
}

.text-sm {
    font-size: 12px !important;
}

.text-md {
    font-size: 20px !important;
}

.text-lg {
    font-size: 28px !important;
}


/* BLOCKQUOTE */

blockquote {
    margin: 0px auto;
    padding: 20px 80px;
    font-size: 24px;
    font-style: italic;
}

@media (max-width: 767px) {
    blockquote {
        padding: 0px 0px 0px 0px;
    }
}

blockquote.left {
    margin: 10px;
    padding: 10px;
    padding-left: 16px;
    border-left: 5px solid #3498db;
    font-size: 18px;
    font-style: italic;
}

blockquote.right {
    margin: 10px;
    padding: 10px;
    padding-right: 16px;
    text-align: right;
    border-left: 0px;
    border-right: 5px solid #3498db;
    font-size: 18px;
    font-style: italic;
}

blockquote cite {
    color: #777;
    font-size: 14px;
    font-style: italic;
}


/* TEXT ELEMENTS */

mark,
code,
kbd,
pre {
    font-family: Consolas, "courier new";
}

mark {
    background-color: #FEF5C4;
}


/*CODE*/

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #f06292;
    background-color: #fff;
    border: 1px solid #3498db;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #FFF;
    background-color: #333;
    border-radius: 4px;
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25) inset;
}


/* LISTS */

ul.unstyled,
ul.unstyled li {
    list-style-type: none;
}

ul.list {
    list-style-type: none;
    padding: 0px;
    margin: 0;
}

ul.list li {
    padding: 6px 16px;
    border-bottom: 1px solid #e0e0e0;
}

ul.list li.title {
    font-weight: bold;
    padding: 6px 5px;
    border-bottom: 1px solid #e0e0e0;
}

ul.list li:last-child {
    border-bottom: none;
}

ul.list li ul li {
    list-style-type: none;
}

ul li ul li {
    margin-left: 20px;
}

dl dt {
    font-weight: bold;
}


/* BUTTONS */

.btn {
    border: none;
    display: inline-block;
    outline: 0;
    font-family: Lato-Regular, sans-serif;
    font-size: 14px;
    padding: 8px 16px;
    vertical-align: middle;
    text-decoration: none !important;
    color: #333;
    background: none;
    text-align: center;
    border-radius: 2px;
    transition: 0.2s ease-out;
    cursor: pointer;
}

.btn.uppercase {
    text-transform: uppercase;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.4 !important;
    box-shadow: none;
    cursor: not-allowed;
}

.btn.disabled:hover,
.btn:disabled:hover {
    opacity: 0.2 !important;
}

.btn.disabled *,
.btn:disabled * {
    pointer-events: none;
}

.btn.bg-default:hover {
    background-color: #d5d5d5 !important;
}

.btn.bg-inverse:hover {
    background-color: #1a1a1a !important;
}

.btn.bg-primary:hover {
    background-color: #217dbb !important;
}

.btn.bg-secondary:hover {
    background-color: #ec3372 !important;
}

.btn.bg-success:hover {
    background-color: #25a25a !important;
}

.btn.bg-info:hover {
    background-color: #804399 !important;
}

.btn.bg-warning:hover {
    background-color: #c28c0b !important;
}

.btn.bg-danger:hover {
    background-color: #d62c1a !important;
}


/* BUTTONS SIZES */

.btn.tiny {
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.btn.small {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.btn.large {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.5;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-circle {
    border-radius: 100%;
    padding: 10px;
}


/*CLOSE ELEMENTS*/

.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 21px;
    font-weight: 100;
    font-family: "Lato-Light";
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.btn-close:hover,
.btn-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}


/*GROUP BUTTONS*/

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-group > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ripple {
    overflow: hidden;
}

.btn {
    position: relative;
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: white;
    animation: ripple-animation 2s;
}

@keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }
    to {
        transform: scale(100);
        opacity: 0.1;
    }
}


/*PAGINATION*/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    font-weight: bold;
    color: #777;
    text-decoration: none;
    background-color: #fff;
    border: 0px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #f06292;
    background-color: #eee;
    border-color: #ddd;
    border-radius: 2px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
    border-radius: 2px;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
    opacity: 0.5;
}


/*BTN GO TO SKY*/

.go-to-sky {
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 10px;
    display: none;
    opacity: 0.9;
    z-index: 1000;
}

@media (max-width: 760px) {
    .go-to-sky {
        bottom: 60px;
    }
}

.menu-bar {
    display: none;
}

header {
    width: 100%;
    margin-bottom: 60px;
}

.nav-default {
    background: #fff;
    z-index: 1;
    max-width: 100%;
    width: 100%;
    margin: 0px auto;
}

.nav-fixed-top {
    position: fixed !important;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
}

.nav-default ul {
    list-style: none;
}

.nav-default,
.nav-left {
    float: left;
    position: relative;
}

.nav-default,
.nav-right {
    float: right;
    position: relative;
}

.nav-default ul li {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #222;
}

.nav-default ul li:hover,
.nav-default ul li:active {
    background: #000;
    border-bottom: 4px solid #3498db;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav-default ul li.active {
    border-bottom: 4px solid #3498db;
}

.nav-default ul li.brand {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    
    font-size: 16px;
}



.nav-default ul li.brand:hover {
    background: inherit;
    border-bottom: 0px !important;
}

.nav-default ul li.brand a:hover {
    color: #777;
    background: inherit;
}

.nav-default ul li a {
    color: #888;
    display: block;
    text-decoration: none;
    padding: 15px;
}

.nav-default ul li a span {
    margin-right: 5px;
}

.nav-default ul li.active .drop-menu {
    display: block;
}

.nav-default ul li .drop-menu {
    position: absolute;
    top: 57px;
    left: 0;
    z-index: 1030;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #222;
    border: 1px solid #333;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.nav-default ul li .drop-menu li:hover {
    background-color: #222;
    border-left: 4px solid #3498db;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.nav-default ul li .drop-menu li a:hover {
    color: #fff;
}

.nav-default ul li .drop-menu li {
    display: block;
    overflow: hidden;
    margin-left: 0px !important;
    border-bottom: 1px solid #333;
}

.nav-default ul li .drop-menu li a {
    display: block;
}

.nav-default ul li .drop-menu li a span {
    float: right;
    position: relative;
    top: 3px;
    margin-right: 0;
    margin-left: 10px;
}

.nav-default ul li .caret {
    position: relative;
    top: 3px;
    margin-left: 10px;
    margin-right: 0px;
}

.nav-default,
.nav-fixed-top {
    left: 0%;
}

@media screen and (max-width: 760px) {
    body {
        padding-top: 57px;
    }
    .menu-bar {
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        background: #222;
        text-align: center;
        z-index: 1030;
    }
    .menu-bar .bt-menu,
    .menu-bar .bt {
        display: block;
        padding: 15px 25px;
        color: #888;
        overflow: hidden;
        font-size: 25px;
        font-weight: bold;
        text-decoration: none;
    }
    .menu-bar .bt-menu.left,
    .menu-bar .bt.left {
        float: left;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .menu-bar .bt-menu.right,
    .menu-bar .bt.right {
        float: right;
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .menu-bar .bt-menu:hover,
    .menu-bar .bt-menu.active,
    .menu-bar .bt:hover,
    .menu-bar .bt.active {
        color: #fff;
        background: #3498db;
    }
    .menu-bar .brand {
        display: block;
        padding: 15px;
        color: #888;
        overflow: hidden;
        font-size: 25px;
        font-weight: bold;
        text-decoration: none;
    }
    .menu-bar .brand:hover {
        color: #3498db;
    }
    .menu-bar .brand.left {
        float: left;
    }
    .menu-bar .brand.right {
        float: right;
    }
    .menu-bar .brand.center {
        display: inline-table;
        text-align: center;
    }
    .nav-default,
    .nav-fixed-top {
        left: -100%;
        top: calc(10%);
    }
    .nav-default,
    .nav-fixed-top {
        width: 80%;
        height: 100%;
        position: fixed;
        right: 100%;
        margin: 0;
        overflow: scroll;
    }
    .nav-default,
    .nav-left {
        float: none;
    }
    .nav-default,
    .nav-right {
        float: none;
    }
    .nav-default ul li {
        display: block;
        border-bottom: 1px solid #333;
    }
    .nav-default ul li a {
        display: block;
    }
    header .nav-default ul li .drop-menu {
        width: 100%;
        position: relative;
    }
    header .nav-default ul li .drop-menu li a {
        margin-left: 20px;
    }
    header .nav-default ul li .caret {
        float: right;
    }
    .nav-default ul li .drop-menu {
        top: 100%;
        -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
    }
}

.side-menu {
    position: relative;
    float: left;
    min-width: 200px;
    padding: 0px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid #F5F4F4;
    border-radius: 0px;
}

.side-menu li:hover {
    background-color: #fff;
    border-left: 4px solid #3498db;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.side-menu li a:hover {
    color: inherit;
}

.side-menu li {
    display: block;
    overflow: hidden;
    margin-left: 0px !important;
    border-bottom: 1px solid #F5F4F4;
    padding: 10px;
}

.side-menu li a {
    text-decoration: none;
    color: #444;
    display: block;
}

.side-menu li a span.right,
.side-menu li span.right {
    float: right;
    position: relative;
    top: 0px;
    margin-right: 0;
    margin-left: 10px;
}

.side-menu li a span.left,
.side-menu li span.left {
    float: left;
    position: relative;
    top: 0px;
    margin-right: 10px;
    margin-left: 0px;
}

.side-menu li.active {
    background-color: #eee;
    border-left: 4px solid #3498db;
}

.side-menu li.title {
    font-size: 10px;
    font-weight: bold;
    color: #999;
    border-bottom: 3px solid #3498db;
}

.side-menu li.title:hover {
    border-left: 0px solid #ddd;
}


/*SUBMENU*/

.side-submenu {
    cursor: pointer;
}

.side-menu li.side-submenu ul.drop-menu {
    display: none;
}

.side-menu li.side-submenu ul.drop-menu li.active {
    background-color: #f5f5f5;
    border: 0px;
}


/* Wrapper Menu*/

.wrapper-left {
    left: -100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wrapper-left.active {
    left: 0%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wrapper-left {
    right: 100%;
}

.wrapper-right {
    right: -100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wrapper-right.active {
    right: 0%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wrapper-right {
    right: -100%;
}

.wrapper-menu {
    width: 80%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    top: 0px;
}

.wrapper-menu {
    background: #222;
    z-index: 1040;
    max-width: 100%;
}

.wrapper-menu li.brand {
    text-align: center;
    padding: 10px;
    font-size: 24px;
    color: #777;
}

.wrapper-menu li.brand:hover {
    border-left: 0px;
}

.wrapper-menu li:hover {
    background-color: inherit;
    border-left: 4px solid #3498db;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.wrapper-menu li a:hover {
    color: #fff;
}

.wrapper-menu li {
    display: block;
    overflow: hidden;
    margin-left: 0px !important;
    border-bottom: 1px solid #333;
    padding: 10px;
}

.wrapper-menu li a {
    text-decoration: none;
    color: #777;
    display: block;
}

.wrapper-menu li a span.right,
.wrapper-menu li span.right {
    float: right;
    position: relative;
    top: 0px;
    margin-right: 0;
    margin-left: 10px;
}

.wrapper-menu li a span.left,
.wrapper-menu li span.left {
    float: left;
    position: relative;
    top: 0px;
    margin-right: 10px;
    margin-left: 0px;
}

.wrapper-menu li.active {
    background-color: #eee;
    border-left: 4px solid #3498db;
}

.wrapper-menu li.title {
    font-size: 10px;
    font-weight: bold;
    color: #999;
    border-bottom: 3px solid #3498db;
}

.wrapper-menu li.title:hover {
    border-left: 0px solid #ddd;
}

@media screen and (min-width: 768px) {
    .wrapper-menu {
        width: 20%;
    }
}

#menu-toggle.fixed-left {
    position: fixed;
    top: 70px;
    left: 10px;
}

#menu-toggle.fixed-right {
    position: fixed;
    top: 70px;
    right: 10px;
}


/*MOBILE BUTTON NAV*/

.mobile-nav {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #222;
    z-index: 1;
    max-width: 100%;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.btn-group-justify {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justify > .btn {
    display: table-cell;
    float: none;
    width: 1%;
    padding: 20px 16px !important;
    font-size: 18px !important;
    line-height: 1.33 !important;
    border-radius: 0px !important;
    text-align: center !important;
    background-color: #222;
    transition: 0s ease-out;
}

.btn-group-justify > .btn:hover,
.btn-group-justify > .btn:active {
    background-color: #3498db;
    opacity: 1 !important;
    color: #fff;
    transition: 0s ease-out;
}


/* FORMS */

form {
    display: block;
}

input,
textarea {
    background-color: transparent;
    transition: 0.5s;
    outline: none;
    width: 100%;
    box-sizing: border-box !important;
}

input:focus,
textarea:focus {
    border: 2px solid #3498db;
}

.form-group {
    position: relative;
    margin-bottom: 10px;
}

.form-group .control {
    border-radius: 2px;
}

.form-inline {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.form-inline > .label {
    position: absolute;
    top: -21px;
}

.form-inline > .input-group {
    float: left;
    width: 100%;
    border: 2px solid #ccc;
    padding: 5px;
    height: 39px;
    border-radius: 2px;
    outline: none;
    color: #9DBFAF;
}

.form-inline > .input-group:focus {
    border: 2px solid #3498db;
    color: #f06292;
}

.form-inline > .input-group-btn {
    position: absolute;
    right: 0px;
    min-width: 40px;
    height: 39px;
}

.form-icon {
    color: #ccc;
}

.input-group .form-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.form-icon {
    position: absolute;
    top: 23px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.control.be:focus {
    border-bottom: 4px solid #3498db;
    color: #f06292;
}

.control {
    padding: 8px;
    display: block;
    width: 100%;
    border: none;
    border: 2px solid #ccc;
    border-radius: 0px;
    background-color: #fff;
}

.control.be {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    background-color: transparent;
}

.control[disabled],
.textarea[disabled] {
    cursor: not-allowed;
    background-color: #EEE;
    opacity: 1;
}

.control::-moz-placeholder,
.input-group::-moz-placeholder {
    font-size: 12px;
    font-size: bold;
    color: #ccc;
    opacity: 1;
}

.control:-ms-control-placeholder,
.input-group:-ms-control-placeholder {
    color: #ccc;
}

.input::-webkit-input-placeholder,
.input-group::-webkit-input-placeholder {
    color: #ccc;
}

.label {
    position: relative;
    top: 0px;
    left: 3px;
    color: #222;
}

select {
    padding: 6px;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;*/
    background: #fff;
    color: #333;
    border: 2px solid #ddd;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}


/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
        padding-right: 18px;
    }
}

label.arrow {
    position: relative;
}

.arrow:after {
    content: '>';
    font: 14px "Consolas", monospace;
    font-weight: bold;
    color: #bbb;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 8px;
    top: 0px;
    padding: 0px 10px 2px;
    position: absolute;
    pointer-events: none;
}

label.arrow:before {
    content: '';
    right: 6px;
    top: 0px;
    width: 20px;
    height: 10px;
    background: #fff;
    position: absolute;
    pointer-events: none;
    display: block;
}

.checkbox:before,
.checkbox:after,
.checkbox,
.checkmark:before,
.checkmark:after,
.checkmark {
    box-sizing: border-box;
    border-radius: 2px;
}

.checkbox {
    display: inline-block;
    line-height: 24px;
    margin: 8px 0;
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
    display: none;
}

.checkbox input[type=checkbox]:checked + .checkmark:before {
    background: #3498db;
    border: 2px solid #3498db;
}

.checkbox input[type=checkbox]:checked + .checkmark:after {
    opacity: 1;
}

.checkbox input[type=radio]:checked + .checkmark:before {
    background: #fff;
    border: 2px solid #3498db;
}

.checkbox input[type=radio]:checked + .checkmark:after {
    opacity: 1;
    background-color: #3498db;
}

.checkmark:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid #ddd;
}

.checkmark {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.checkmark:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 6px;
    width: 14px;
    height: 8px;
    border: 4px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox input[type=radio] + .checkmark:before {
    border-radius: 50%;
    background-color: #fff;
}

.checkbox input[type=radio] + .checkmark:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
    border: 0 solid #fff;
    border-radius: 50%;
}

.checkbox input[type=checkbox]:disabled + .checkmark {
    opacity: 0.3;
    cursor: default;
}

.checkbox input[type=radio]:disabled + .checkmark {
    opacity: 0.3;
    cursor: default;
}

input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    background: #3498db;
    border-radius: 1.3px;
    border: 0.2px solid #3498db;
}

input[type=range]::-webkit-slider-thumb {
    border: 1px solid #fff;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #3498db;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    background: #3498db;
    border-radius: 20px;
    border: 0.2px solid #3498db;
}

input[type=range]::-moz-range-thumb {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    border: 1px solid #F6F6F6;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    background: #fff;
    cursor: pointer;
}

.btn-switch > input[type="checkbox"],
.btn-switch > input[type="radio"] {
    display: none;
}

.btn-switch {
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-switch > .lbl {
    cursor: pointer;
    height: 0px;
    position: relative;
}

.btn-switch > .lbl::before {
    background: #000000;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    content: '';
    height: 16px;
    margin-top: 4px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.btn-switch > .lbl::after {
    background: #ffffff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.btn-switch > .lbl.squared::before {
    border-radius: 0px !important;
}

.btn-switch > .lbl.squared::after {
    border-radius: 0px !important;
}

.btn-switch > .lbl.rounded::before {
    border-radius: 5px !important;
}

.btn-switch > .lbl.rounded::after {
    border-radius: 5px !important;
}

.btn-switch > .lbl.circled::before {
    border-radius: 8px !important;
}

.btn-switch > .lbl.circled::after {
    border-radius: 16px !important;
}

.btn-switch > input[type="checkbox"]:checked + .lbl::before,
.btn-switch > input[type="radio"]:checked + .lbl::before {
    background: inherit;
    opacity: 0.5;
}

.btn-switch > input[type="checkbox"]:checked + .lbl::after,
.btn-switch > input[type="radio"]:checked + .lbl::after {
    background: inherit;
    left: 20px;
}


/* TABLES */

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
}

table,
th,
td {
    border: none;
}

table.bordered tr {
    border-bottom: 1px solid #d0d0d0;
}

table.striped tbody tr:nth-child(odd) {
    background-color: #eee;
}

table.hover tbody tr {
    transition: background-color 0.25s ease;
}

table.hover tbody tr:hover {
    color: #333;
    background-color: #ccc;
    opacity: 0.4;
}

table.centered tr th,
table.centered tr td {
    text-align: center;
}

thead.bordered {
    border-bottom: 1px solid #d0d0d0;
}

table.table td,
th {
    padding: 6px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

table.table th:first-child,
table.table td:first-child {
    padding-left: 16px;
}


/*COLORS*/

.text-default {
    color: #eee !important;
}

.bg-default {
    color: #555 !important;
    background-color: #eee !important;
}

.text-inverse {
    color: #333 !important;
}

.bg-inverse {
    color: #eee !important;
    background-color: #333 !important;
}

.text-primary {
    color: #3498db !important;
}

.bg-primary {
    color: #fff !important;
    background-color: #3498db !important;
}

.text-secondary {
    color: #f06292 !important;
}

.bg-secondary {
    color: #fff !important;
    background-color: #f06292 !important;
}

.text-success {
    color: #2ecc71 !important;
}

.bg-success {
    color: #fff !important;
    background-color: #2ecc71 !important;
}

.text-info {
    color: #9b59b6 !important;
}

.bg-info {
    color: #fff !important;
    background-color: #9b59b6 !important;
}

.text-warning {
    color: #F1AF0F !important;
}

.bg-warning {
    color: #fff !important;
    background-color: #F1AF0F !important;
}

.text-danger {
    color: #e74c3c !important;
}

.bg-danger {
    color: #fff !important;
    background-color: #e74c3c !important;
}


/* SECTIONS */

.code {
    font-family: Consolas, "courier new";
    font-size: 16px;
    line-height: 1.4;
    width: auto;
    color: #333;
    background-color: #f1f1f1;
    padding: 20px;
    word-wrap: break-word;
}

.call {
    padding: 30px;
    margin: auto;
    width: 100%;
    height: auto;
    color: #ccc;
    background-color: #252525;
}

.call h1,
.call h2,
.call h3,
.call h4,
.call h5 {
    margin: 0;
    text-transform: none;
    line-height: 30px;
    color: #fff;
}

.call.row {
    margin-left: 0;
    margin-right: 0;
}

.call .btn {
    margin: 10px 20px;
    vertical-align: middle;
}


/*SPECIAL CONTENT*/

.jumbo {
    padding: 40px 60px 40px 60px;
}

.jumbo h1 {
    font-size: 60px;
}

.jumbo p {
    font-weight: bold;
}


/*TABS*/

.tab {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    font-family: Lato-Regular, sans-serif;
    line-height: 1.5;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    text-align: center;
}

.tabs li {
    float: left;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.tabs a {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    color: #777;
    font-weight: bold;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-bottom: 4px solid #fff;
}

.tabs-item {
    display: none;
    padding: 10px 0;
}

.tabs-item img {
    float: left;
    margin-right: 30px;
}

.tabs-item:first-child {
    display: block;
}

.current a {
    color: #3498db;
    border-bottom: 4px solid #3498db;
}


/*BACKGROUNDS and PARALLAX*/

.bg-img,
.parallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.bg-img .container h1,
.bg-img .container h2,
.bg-img .container h3,
.bg-img .container h4,
.bg-img .container h1,
.bg-img .container h5,
.bg-img-fixed .container h1,
.bg-img-fixed .container h2,
.bg-img-fixed .container h3,
.bg-img-fixed .container h4,
.bg-img-fixed .container h5,
.parallax .container h1,
.parallax .container h2,
.parallax .container h3,
.parallax .container h4,
.parallax .container h5 {
    color: #fff;
}

.bg-img-fixed .container h1,
.parallax .container h1 {
    font-size: 4em;
}

.bg-img .container h2,
.bg-img-fixed .container h2,
.parallax .container h2 {
    font-size: 3em;
}

.bg-img .container h3,
.bg-img-fixed .container h3,
.parallax .container h3 {
    font-size: 2em;
}

@media (max-width: 767px) {
    .bg-img .container h1,
    .bg-img-fixed .container h1,
    .parallax .container h1 {
        font-size: 3em;
    }
    .bg-img .container h2,
    .bg-img-fixed .container h2,
    .parallax .container h2 {
        font-size: 2em;
    }
}

.bg-img .container,
.bg-img-fixed .container,
.parallax .container {
    display: table;
    width: 100%;
    height: 400px;
}

.bg-img .container.opaque,
.bg-img-fixed .container.opaque,
.parallax .container.opaque {
    background-color: rgba(39, 35, 51, 0.8);
}

.bg-img .container .bg-content,
.bg-img-fixed .container .bg-content,
.parallax .container .bg-content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.full .bg-img,
.full .bg-img-fixed,
.full .parallax,
.full .container {
    height: 700px;
}

.bg-img-fixed {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


/* BADGES */

.close {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.close:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 20px;
}

.tag {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 0px;
    background-color: #e4e4e4;
    margin-top: 2px;
}

.chip i.close,
.tag i.close {
    cursor: pointer;
    float: right;
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    padding-left: 8px;
}

.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e4e4e4;
}

.chip img {
    float: left;
    margin: 0 8px 0 -12px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}


/*THUMBNAIL PORT*/

.thumbnail {
    position: relative;
    overflow: hidden;
}

.thumbnail a {
    color: #777;
}

.thumbnail a:hover {
    color: #fff;
    text-decoration: none;
}

.caption {
    position: absolute;
    top: 0%;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 2%;
    text-align: center;
    vertical-align: middle;
    color: #fff !important;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.caption h1,
.caption h2,
.caption h3,
.caption h4,
.caption h5,
.caption p {
    color: #fff;
}

.thumbnail:hover .caption {
    top: 0%;
    opacity: 1;
}

.caption-top {
    position: absolute;
    top: -100%;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0.95;
    width: 100%;
    height: 100%;
    padding: 2%;
    text-align: center;
    color: #fff !important;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.thumbnail:hover .caption-top {
    top: 0%;
}

.caption-left {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0.95;
    width: 100%;
    height: 100%;
    padding: 2%;
    text-align: center;
    color: #fff !important;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.thumbnail:hover .caption-left {
    left: 0%;
}

.caption-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0.95;
    width: 100%;
    height: 100%;
    padding: 2%;
    text-align: center;
    color: #fff !important;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.thumbnail:hover .caption-right {
    left: 0%;
}

.caption-bottom {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0.95;
    width: 100%;
    height: 100%;
    padding: 2%;
    text-align: center;
    color: #fff !important;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.thumbnail:hover .caption-bottom {
    top: 0%;
}


/*ALERTS*/

.alert {
    position: relative;
    /*fixed*/
    height: auto;
    max-width: 100%;
    top: 0px;
    /*60*/
    right: 0;
    display: block;
    margin-bottom: 20px;
    z-index: 1;
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.2);
}

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5 {
    color: #fff;
}

.alert.float {
    display: none;
    position: fixed;
    /*fixed*/
    height: auto;
    max-width: 100%;
    top: 0px;
    /*60*/
    right: 5px;
    margin-bottom: 0px;
    z-index: 1040;
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.6);
}

.alert.alert-75 {
    max-width: 75% !important;
}

.alert.alert-50 {
    max-width: 50% !important;
}

.alert.alert-25 {
    max-width: 25% !important;
}

.alert-content {
    padding: 15px;
}

.alert-content a {
    font-weight: bold;
    color: #fff;
}

.alert .close {
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 15px;
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=30);
    opacity: .3;
}

.alert .close:hover,
.alert .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=80);
    opacity: .8;
}

button.close-alert {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}


/* MODAL */

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1040;
}


/*.modal:target {
  display: table;
  position: fixed;
  z-index: 2000;
}*/

.modal-dialog {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    background-color: #f3f3f3;
    overflow-y: auto;
}

.modal-content {
    margin: 0px auto;
    position: relative;
    padding: 20px;
    margin: 0 auto;
    outline: 0;
    max-width: 740px;
    height: 100vh;
    overflow-y: auto;
}

@media only screen and (max-width: 767px) {
    .modal-content {
        padding-top: 70px;
        max-width: 600px;
    }
}

.modal-dialog .btn-close {
    top: 0px;
    font-size: 6em;
    z-index: 1040;
}

.modal-footer {
    padding: 5px;
}


/*Cards*/

.card-panel {
    transition: box-shadow 0.25s;
    padding: 20px;
    margin: 0.5rem 0 1rem 0;
    border-radius: 2px;
    background-color: #fff;
}

.card-panel .card-title {
    font-size: 24px;
    font-weight: 400;
}

.card {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow 0.25s;
    border-radius: 2px;
}

.card .card-title {
    font-size: 24px;
    font-weight: 400;
}

.card .card-image {
    position: relative;
}

.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.card .card-image .card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    font-weight: 400;
}

.card .card-image .card-description {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 0px;
    width: 100%;
}

.card .card-image .card-description p {
    padding: 0px 5px;
}

.card .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px;
}

.card .card-content p {
    margin: 0;
    color: inherit;
}

.card .card-content .card-title {
    line-height: 48px;
}

.card .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 20px;
}

.card .card-action a:not(.btn) {
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 15px;
    transition: color .3s ease;
}


/*BREADS*/

.bread {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
}

.bread > li {
    display: inline-block;
}

.bread > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.bread > .active {
    color: #777;
}


/*PROGRESS BARS*/

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 5px 11px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 5px 11px rgba(0, 0, 0, 0.2);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #3498db;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress .progress-bar {
    -webkit-transition: width 2s ease-in-out;
    -moz-transition: width 2s ease-in-out;
    -ms-transition: width 2s ease-in-out;
    -o-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}


/*|*/

.accordion,
.accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    overflow: hidden;
    border-radius: 0px;
}


/*----- Section Titles -----*/

.question {
    width: 100%;
    padding: 15px;
    display: inline-block;
    border-bottom: 1px solid #1a1a1a;
    transition: all linear 0.15s;
    /* Type */
    font-size: 1.200em;
    color: #fff;
}

.question.active,
.question:hover {
    /* Type */
    text-decoration: none;
    opacity: .5;
}

.accordion-section:last-child .question {
    border-bottom: none;
}


/*----- Section Content -----*/

.answer {
    padding: 15px;
    display: none;
    border: 1px solid #ddd;
}


/*TOOLTIPS*/

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #3498db;
}

.btn.tooltip {
    border-bottom: 0px;
}

.tooltip .top {
    visibility: hidden;
    min-width: 120px;
    background-color: #3498db;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity .5s;
}

.tooltip .top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #3498db transparent transparent transparent;
}

.tooltip:hover .top {
    visibility: visible;
    opacity: 1;
}

.tooltip .down {
    visibility: hidden;
    min-width: 120px;
    background-color: #3498db;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity .5s;
}

.tooltip .down::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #3498db transparent;
}

.tooltip:hover .down {
    visibility: visible;
    opacity: 1;
}

.tooltip .right {
    visibility: hidden;
    min-width: 120px;
    background-color: #3498db;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
    opacity: 0;
    transition: opacity .5s;
}

.tooltip .right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #3498db transparent transparent;
}

.tooltip:hover .right {
    visibility: visible;
    opacity: 1;
}

.tooltip .left {
    visibility: hidden;
    min-width: 120px;
    background-color: #3498db;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%;
    opacity: 0;
    transition: opacity .5s;
}

.tooltip .left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #3498db;
}

.tooltip:hover .left {
    visibility: visible;
    opacity: 1;
}


/*SOCIAL MEDIA (for twits, blog comments, etc.)*/

.s-media {
    margin-top: 15px;
}

.s-media:first-child {
    margin-top: 0;
}

.s-media,
.s-media-body {
    overflow: hidden;
    zoom: 1;
}

.s-media-body {
    width: 10000px;
}

.s-media-object {
    display: block;
}

.s-media-right {
    padding-left: 10px;
}

.s-media-left {
    padding-right: 10px;
}

.s-media-left,
.s-media-right,
.s-media-body {
    display: table-cell;
    vertical-align: top;
}

.s-media .middle {
    vertical-align: middle;
}

.s-media .bottom {
    vertical-align: bottom;
}

.s-media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.s-media-list {
    padding-left: 0;
    list-style: none;
}
/* 
.global-footer-default {
    color: #A2A2A2;
    background-color: #222;
    border-top: 5px solid #3498db;
}
*/
.global-footer-inverse {
    color: #333;
    background-color: #eee;
    border-top: 5px solid #f06292;
}


/* pre Footer */

.pre-footer {
    padding: 20px;
    text-align: center;
    font-size: 3em;
}

.pre-footer hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px dashed #808080;
    border-bottom: 0px dashed #808080;
}

.pre-footer a {
    color: #808080;
}

.pre-footer a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #222;
}


/* Next Footer */

.next-footer {
    margin-top: 0px;
    padding: 20px;
}

.link-title {
    font-weight: bold;
    border-bottom: 1px dotted;
}

.link-title.sm {
    font-size: 12px;
}

.link-title.md {
    font-size: 16px;
}

.link-title.lg {
    font-size: 20px;
}

.next-footer a {
    display: block;
    color: #808080;
    font-weight: bold;
}

.global-footer-default > .next-footer a:hover {
    text-decoration: none;
    color: #3498db;
}

.global-footer-inverse > .next-footer a:hover {
    text-decoration: none;
    color: #f06292;
}


/* Deep Footer */

.deep-footer {
    background-color: #333;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #888;
}

.deep-footer li {
    display: inline-block;
}

.deep-footer a {
    font-weight: bold;
    color: #888;
}

.deep-footer a:hover {
    text-decoration: none;
    color: #3498db;
}

.deep-footer a .brand {
    color: #3498db;
}

.deep-footer a:hover .brand {
    color: #f06292;
}


/* HELPER CLASSES */

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.circle {
    border-radius: 50% !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.flex-middle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


/* TEXT ALIGN */

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}


/*TEXT STYLE*/

.text-uppercase {
    text-transform: uppercase;
}


/*DISPLAYS*/

.show {
    display: block !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

@media (max-width: 760px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 761px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}


/*BORDER HELPERS*/

.border-0 {
    border: 0 !important;
}

.border {
    border: 1px solid #DDD !important;
}

.border-rad {
    border-radius: 0px !important;
}

.border-rad-sm {
    border-radius: 5px !important;
}

.border-rad-md {
    border-radius: 10px !important;
}

.border-rad-lg {
    border-radius: 20px !important;
}

.border-top {
    border-top: 1px solid #ccc !important;
}

.border-bottom {
    border-bottom: 1px solid #ccc !important;
}

.border-left {
    border-left: 1px solid #ccc !important;
}

.border-right {
    border-right: 1px solid #ccc !important;
}


/*SHADOW EFFECTS*/

.text-shadow {
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6) !important;
}

.box-shadow-xs {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.box-shadow-sm {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.18), 0 5px 15px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.18), 0 5px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

.box-shadow-md {
    -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.18), 0 16px 25px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.18), 0 16px 25px 0 rgba(0, 0, 0, 0.15) !important;
}

.box-shadow-lg {
    -webkit-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.18), 0 16px 30px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.18), 0 16px 30px 0 rgba(0, 0, 0, 0.16) !important;
}


/*PADDING HELPERS*/

.no-padding {
    padding: 0px !important;
}

.padding-xs {
    padding: 5px !important;
}

.padding-sm {
    padding: 10px !important;
}

.padding-md {
    padding: 20px !important;
}

.padding-lg {
    padding: 40px !important;
}


/*PADDING-LEFT HELPERS*/

.padding-left-xs {
    padding-left: 5px !important;
}

.padding-left-sm {
    padding-left: 10px !important;
}

.padding-left-md {
    padding-left: 20px !important;
}

.padding-left-lg {
    padding-left: 40px !important;
}


/*PADDING-RIGHT HELPERS*/

.padding-right-xs {
    padding-right: 5px !important;
}

.padding-right-sm {
    padding-right: 10px !important;
}

.padding-right-md {
    padding-right: 20px !important;
}

.padding-right-lg {
    padding-right: 40px !important;
}


/*PADDING-BOTTOM HELPERS*/

.padding-bottom-xs {
    padding-bottom: 5px !important;
}

.padding-bottom-sm {
    padding-bottom: 10px !important;
}

.padding-bottom-md {
    padding-bottom: 20px !important;
}

.padding-bottom-lg {
    padding-bottom: 40px !important;
}


/*PADDING-TOP HELPERS*/

.padding-top-xs {
    padding-top: 5px !important;
}

.padding-top-sm {
    padding-top: 10px !important;
}

.padding-top-md {
    padding-top: 20px !important;
}

.padding-top-lg {
    padding-top: 40px !important;
}


/*MARGIN HELPERS*/

.margin-xs {
    margin: 5px !important;
}

.margin-sm {
    margin: 10px !important;
}

.margin-md {
    margin: 20px !important;
}

.margin-lg {
    margin: 40px !important;
}

.no-margin {
    margin: 0px !important;
}


/*MARGIN-LEFT HELPERS*/

.margin-left-xs {
    margin-left: 5px !important;
}

.margin-left-sm {
    margin-left: 10px !important;
}

.margin-left-md {
    margin-left: 20px !important;
}

.margin-left-lg {
    margin-left: 40px !important;
}


/*MARGIN-RIGHT HELPERS*/

.margin-right-xs {
    margin-right: 5px !important;
}

.margin-right-sm {
    margin-right: 10px !important;
}

.margin-right-md {
    margin-right: 20px !important;
}

.margin-right-lg {
    margin-right: 40px !important;
}


/*MARGIN-BOTTOM HELPERS*/

.margin-bottom-xs {
    margin-bottom: 5px !important;
}

.margin-bottom-sm {
    margin-bottom: 10px !important;
}

.margin-bottom-md {
    margin-bottom: 20px !important;
}

.margin-bottom-lg {
    margin-bottom: 40px !important;
}


/*MARGIN-TOP HELPERS*/

.margin-top-xs {
    margin-top: 5px !important;
}

.margin-top-sm {
    margin-top: 10px !important;
}

.margin-top-md {
    margin-top: 20px !important;
}

.margin-top-lg {
    margin-top: 40px !important;
}


/*OPACITY HELPER*/

.opacity-xs {
    opacity: 0 !important;
}

.opacity-sm {
    opacity: 0.2 !important;
}

.opacity-md {
    opacity: 0.6 !important;
}

.opacity-lg {
    opacity: 0.8 !important;
}


/*WIDTH AND HEIGHT*/

.height-auto {
    height: auto;
}

.height-100 {
    height: 100% !important;
}

.hoverable {
    transition: box-shadow 0.25s;
    transition-property: box-shadow;
    transition-duration: 0.25s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.hoverable:hover {
    transition: box-shadow 0.25s;
    transition-property: box-shadow;
    transition-duration: 0.25s;
    transition-timing-function: ease;
    transition-delay: 0s;
    -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 16px 28px 0 rgba(0, 0, 0, 0.22) !important;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 16px 28px 0 rgba(0, 0, 0, 0.22) !important;
}


/* IMAGES */

.img {
    position: relative;
    max-width: 100% !important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img .title {
    position: absolute;
    bottom: 8px;
    left: 16px;
    color: #fff;
    font-size: 20px;
}

.img-rounded {
    border-radius: 10px;
}

.img-circled {
    border-radius: 100%;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/* IMAGES EFFECT */

figure {
    overflow: hidden;
    margin: 10px 1%;
    width: 100%;
    height: auto;
    line-height: 1;
}

figure.fade {
    position: relative;
    color: #ffffff;
    text-align: center;
    background-color: #07090c;
    font-size: 16px;
    -webkit-perspective: 50em;
    perspective: 50em;
}

figure.fade * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

figure.fade img {
    max-width: 100%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    backface-visibility: hidden;
}

figure.fade figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    z-index: 1;
    opacity: 0;
    padding: 0 30px;
}

figure.fade h3,
figure.fade p {
    line-height: 1.5em;
}

figure.fade h3 {
    margin: 0;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

figure.fade p {
    font-size: 0.8em;
    font-weight: 300;
    margin: 0 0 15px;
}

figure.fade .read-more {
    border: 2px solid #ffffff;
    padding: 12px;
    font-size: 0.8em;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
}

figure.fade .read-more:hover {
    background-color: #ffffff;
    color: #000000;
}

figure.fade a {
    color: #fff;
    display: inline-block;
}

figure.fade a:hover {
    color: #777;
    display: inline-block;
}

figure.fade:hover img,
figure.fade.hover img {
    opacity: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

figure.fade:hover figcaption,
figure.fade.hover figcaption {
    -webkit-transform: rotateY(0deg) translate(0, -50%);
    transform: rotateY(0deg) translate(0, -50%);
    opacity: 1;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

figure.zoom {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    background-color: #000000;
}

figure.zoom *,
figure.zoom *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

figure.zoom img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.zoom:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1;
    opacity: 0;
}

figure.zoom i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 36px;
    font-weight: 300;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0;
    z-index: 2;
}

figure.zoom a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

figure.zoom:hover img,
figure.zoom.hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

figure.zoom:hover:after,
figure.zoom.hover:after {
    opacity: 1;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

figure.zoom:hover i,
figure.zoom.hover i {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.8;
}

figure.flip-horizontal {
    position: relative;
    color: #ffffff;
    text-align: center;
    background-color: #07090c;
    font-size: 16px;
    -webkit-perspective: 50em;
    perspective: 50em;
}

figure.flip-horizontal * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

figure.flip-horizontal img {
    max-width: 100%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    backface-visibility: hidden;
}

figure.flip-horizontal figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: rotateY(90deg) translate(0%, -50%);
    transform: rotateY(90deg) translate(0%, -50%);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    z-index: 1;
    opacity: 0;
    padding: 0 30px;
}

figure.flip-horizontal h3,
figure.flip-horizontal p {
    line-height: 1.5em;
}

figure.flip-horizontal h3 {
    margin: 0;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

figure.flip-horizontal p {
    font-size: 0.8em;
    font-weight: 300;
    margin: 0 0 15px;
}

figure.flip-horizontal .read-more {
    border: 2px solid #ffffff;
    padding: 12px;
    font-size: 0.8em;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
}

figure.flip-horizontal .read-more:hover {
    background-color: #ffffff;
    color: #000000;
}

figure.flip-horizontal:hover img,
figure.flip-horizontal.hover img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    opacity: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

figure.flip-horizontal:hover figcaption,
figure.flip-horizontal.hover figcaption {
    -webkit-transform: rotateY(0deg) translate(0, -50%);
    transform: rotateY(0deg) translate(0, -50%);
    opacity: 1;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

figure.flip-vertical {
    position: relative;
    color: #ffffff;
    text-align: center;
    background-color: #07090c;
    font-size: 16px;
    -webkit-perspective: 50em;
    perspective: 50em;
}

figure.flip-vertical * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

figure.flip-vertical img {
    max-width: 100%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    backface-visibility: hidden;
}

figure.flip-vertical figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: rotateX(90deg) translate(0%, -50%);
    transform: rotateX(90deg) translate(0%, -50%);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 1;
    opacity: 0;
    padding: 0 30px;
}

figure.flip-vertical h3,
figure.flip-vertical p {
    line-height: 1.5em;
}

figure.flip-vertical h3 {
    margin: 0;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

figure.flip-vertical p {
    font-size: 0.8em;
    font-weight: 500;
    margin: 0 0 15px;
}

figure.flip-vertical .read-more {
    border: 2px solid #ffffff;
    padding: 12px;
    font-size: 0.8em;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
}

figure.flip-vertical .read-more:hover {
    background-color: #ffffff;
    color: #000000;
}

figure.flip-vertical:hover img,
figure.flip-vertical.hover img {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    opacity: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

figure.flip-vertical:hover figcaption,
figure.flip-vertical.hover figcaption {
    -webkit-transform: rotateX(0deg) translate(0, -50%);
    transform: rotateX(0deg) translate(0, -50%);
    opacity: 1;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

figure.text-reveal {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 100%;
    background: #000000;
    text-align: left;
}

figure.text-reveal * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

figure.text-reveal img {
    opacity: 0.8;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.text-reveal figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.text-reveal figcaption > div {
    height: 50%;
    overflow: hidden;
    width: 100%;
    position: relative;
}

figure.text-reveal h2,
figure.text-reveal h3 {
    margin: 0;
    position: absolute;
    color: #fff;
    left: 0;
    padding: 0 30px;
    text-transform: uppercase;
}

figure.text-reveal h2 {
    font-weight: 900;
    bottom: 0;
}

figure.text-reveal h3 {
    font-size: 1em;
    top: 0;
    font-weight: 500;
}

figure.text-reveal h3:nth-of-type(2) {
    opacity: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

figure.text-reveal a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

figure.text-reveal:hover img,
figure.text-reveal.hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

figure.text-reveal:hover figcaption h3:first-of-type,
figure.text-reveal.hover figcaption h3:first-of-type {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    opacity: 0;
}

figure.text-reveal:hover figcaption h3:nth-of-type(2),
figure.text-reveal.hover figcaption h3:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

figure.personal-card {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 220px;
    max-width: 480px;
    max-height: 240px;
    width: 100%;
    background: #000000;
}

figure.personal-card * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.personal-card.left > img {
    margin-left: 50%;
    opacity: 1;
    width: 50%;
    filter: blur(0px);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

figure.personal-card.right > img {
    margin-right: 50%;
    opacity: 1;
    width: 50%;
    filter: blur(0px);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

figure.personal-card.left figcaption {
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: #ffffff;
}

figure.personal-card.right figcaption {
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: #ffffff;
}

figure.personal-card figcaption h2,
figure.personal-card figcaption p {
    margin: 0;
    color: #000000;
    text-align: right;
    position: absolute;
    padding: 10px 0 10px 0px;
    margin: 0 40px 0 20px;
}

figure.personal-card figcaption h2 {
    font-size: 1.3em;
    bottom: 50%;
    right: 0;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

figure.personal-card figcaption h2 span {
    font-weight: 800;
}

figure.personal-card figcaption p {
    top: 50%;
    font-size: 0.9em;
    opacity: 0.8;
}

figure.personal-card figcaption a {
    color: #555;
}

figure.personal-card.left .icons {
    padding: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    padding-left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

figure.personal-card.right .icons {
    padding: 5px;
    position: absolute;
    right: 50%;
    top: 50%;
    padding-right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

figure.personal-card .icons i {
    font-size: 32px;
    padding: 10px;
    color: #ffffff;
    opacity: 0;
    top: 50%;
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}

figure.personal-card .icons a:first-child i {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

figure.personal-card .icons a:nth-child(2) i {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.personal-card .icons a:nth-child(3) i {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.personal-card:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 35px;
    width: 35px;
    background-color: #000000;
    content: '';
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.personal-card:hover > img,
figure.personal-card.hover > img {
    opacity: 0.5;
    filter: blur(5px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.personal-card:hover i,
figure.personal-card.hover i {
    opacity: 0.8;
    -webkit-transform: translate(0);
    transform: translate(0);
}

figure.personal-card:hover a:hover i,
figure.personal-card.hover a:hover i {
    color: #777;
}

figure.personal-card:hover a:first-child i,
figure.personal-card.hover a:first-child i {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.personal-card:hover a:nth-child(2) i,
figure.personal-card.hover a:nth-child(2) i {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

figure.personal-card:hover a:nth-child(3) i,
figure.personal-card.hover a:nth-child(3) i {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.flat1-footer {
    background-color: #3498db;
    padding-top: 10px;
}

.flat2-footer {
    background-color: #FDFEFE;
    padding-top: 10px;
}

.flat3-footer {
    background-color: #3498db;
    padding-top: 10px;
    }
