@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

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

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;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */

}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 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-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 0;
}

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

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    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;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*.overlay-bg { background-image: url('/assets/floral-dark-bg.png'); display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 9999; }
.overlay { display: none; min-width: 350px; max-width: 800px; position: absolute; z-index: 99999;
	.overlay-content { padding: 15px; box-shadow: 0 0 6px 3px rgba(0,0,0,.7); border-radius: 4px; -webkit-border-radius: 4px; overflow: hidden;
		.overlay-hdr { overflow: hidden; padding: 0 0 10px 0; margin: 10px 0;
			h1 { float: left; }
			.destroy { background: url('/assets/destroy.png') no-repeat center bottom; display: block; float: right; height: 20px; width: 20px; text-indent: -99999px; cursor: pointer;
				&:hover { background-position: center top; }
			}
		}
		.overlay-body { }
	}
}*/
.overlay {
    display: none;
}

.alert {
    pointer-events: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7);
}

.alert p {
    color: white;
    font-weight: 700;
}

.alert-error {
    background: red;
}

.alert-success {
    background: green;
}

.alert-alert {
    background: blue;
}

#error_explanation {
    overflow: hidden;
    padding: 10px;
    background: white;
    border-radius: 4px;
    margin: 0 0 5px;
}

#error_explanation h2 {
    font-size: 14px;
    font-size: 1.4rem;
}

#error_explanation ul {
    margin: 0;
    padding: 0;
}

#error_explanation ul li {
    padding: 3px 5px;
    background: red;
    color: white;
    display: inline;
    float: left;
    margin: 0 5px 5px 0;
}

.gin-select, .gin-select[class*="span"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.gin-select {
    width: 100%;
    position: relative;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}

.gin-select .gin-btn {
    position: relative;
    width: 100%;
    background: white;
    padding: 6px;
    margin: 4px 0;
    font-size: 1em;
    border: 1px solid #c3c3c3;
    color: #272727;
    cursor: pointer;
    border-radius: 4px;
}

.gin-select .gin-btn:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.gin-select .gin-btn:hover {
    background: white;
    color: #272727;
}

.gin-select .gin-btn span {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

.gin-select .gin-btn .filter-option {
    position: absolute;
    left: 12px;
    text-align: left;
    width: 90%;
    overflow: hidden;
}

.gin-select .gin-btn .caret {
    position: absolute;
    right: 12px;
    border-left: 4px solid transparent;
    top: 14px;
    border-right: 4px solid transparent;
    border-top: 4px solid #716e56;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
}

.gin-select .div-contain {
    overflow: hidden;
}

.gin-select .dropdown-menu {
    position: relative;
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    z-index: 9999;
    position: absolute;
    top: 100%;
    z-index: 1000;
    min-width: 100%;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background: white;
}

.gin-select .dropdown-menu li {
    float: none !important;
}

.gin-select .dropdown-menu li a {
    clear: both;
    color: #333333;
    display: block;
    font-size: 1.1em;
    line-height: 20px;
    padding: 3px 20px;
    white-space: nowrap;
    text-decoration: none;
    overflow: hidden;
}

.gin-select .dropdown-menu li a:hover {
    background: #f2f2f2;
}

.gin-select .dropdown-menu li a span {
    background: none !important;
}

.gin-select .dropdown-menu li small {
    padding-left: 0.5em;
}

.gin-select .dropdown-menu li a i.check-mark {
    display: none;
}

.gin-select .dropdown-menu li a .pull-left {
    margin-right: 34px;
}

.open > .dropdown-menu {
    display: block;
}

.gin-select > .disabled, .gin-select .dropdown-menu li.disabled > a {
    cursor: not-allowed;
}

.tooltip {
    position: absolute;
    z-index: 9999;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
}

.tooltip.in {
    opacity: 0.8;
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #272727;
    border-radius: 3px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    border-width: 8px 8px 0;
    border-top-color: #272727;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -8px;
    border-width: 8px 8px 8px 0;
    border-right-color: #272727;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -8px;
    border-width: 8px 0 8px 8px;
    border-left-color: #272727;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -8px;
    border-width: 0 8px 8px;
    border-bottom-color: #272727;
}

body {
    /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
    -webkit-backface-visibility: hidden;
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@-moz-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@-o-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

.animated.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -moz-transform: translateX(10px);
    }
}

@-o-keyframes shake {
    0%, 100% {
        -o-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -o-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -o-transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}

.animated.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.animated.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
    }
    10%, 20% {
        -moz-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -moz-transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -moz-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -moz-transform: scale(1) rotate(0);
    }
}

@-o-keyframes tada {
    0% {
        -o-transform: scale(1);
    }
    10%, 20% {
        -o-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -o-transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -o-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -o-transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        transform: scale(1);
    }
    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}

.animated.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center;
    }
    20% {
        -webkit-transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes swing {
    20% {
        -moz-transform: rotate(15deg);
    }
    40% {
        -moz-transform: rotate(-10deg);
    }
    60% {
        -moz-transform: rotate(5deg);
    }
    80% {
        -moz-transform: rotate(-5deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}

@-o-keyframes swing {
    20% {
        -o-transform: rotate(15deg);
    }
    40% {
        -o-transform: rotate(-10deg);
    }
    60% {
        -o-transform: rotate(5deg);
    }
    80% {
        -o-transform: rotate(-5deg);
    }
    100% {
        -o-transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.animated.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes wobble {
    0% {
        -moz-transform: translateX(0%);
    }
    15% {
        -moz-transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -moz-transform: translateX(20%) rotate(3deg);
    }
    45% {
        -moz-transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -moz-transform: translateX(10%) rotate(2deg);
    }
    75% {
        -moz-transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -moz-transform: translateX(0%);
    }
}

@-o-keyframes wobble {
    0% {
        -o-transform: translateX(0%);
    }
    15% {
        -o-transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -o-transform: translateX(20%) rotate(3deg);
    }
    45% {
        -o-transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -o-transform: translateX(10%) rotate(2deg);
    }
    75% {
        -o-transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -o-transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0%);
    }
    15% {
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        transform: translateX(0%);
    }
}

.animated.wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.1);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(1.1);
    }
    100% {
        -o-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.animated.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
}

@-moz-keyframes flip {
    0% {
        -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -moz-animation-timing-function: ease-out;
    }
    40% {
        -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -moz-animation-timing-function: ease-out;
    }
    50% {
        -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -moz-animation-timing-function: ease-in;
    }
    80% {
        -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -moz-animation-timing-function: ease-in;
    }
    100% {
        -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -moz-animation-timing-function: ease-in;
    }
}

@-o-keyframes flip {
    0% {
        -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -o-animation-timing-function: ease-out;
    }
    40% {
        -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -o-animation-timing-function: ease-out;
    }
    50% {
        -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -o-animation-timing-function: ease-in;
    }
    80% {
        -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -o-animation-timing-function: ease-in;
    }
    100% {
        -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -o-animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        animation-timing-function: ease-in;
    }
    100% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flip;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flip;
    -o-backface-visibility: visible !important;
    -o-animation-name: flip;
    backface-visibility: visible !important;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.animated.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.animated.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.animated.flipInY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInY;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.animated.flipOutY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipOutY;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipOutY;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.animated.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
}

@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
}

@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.animated.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
}

@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
}

@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

.animated.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
}

@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}

.animated.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}

.animated.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@-moz-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
}

@-o-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

.animated.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    -moz-animation-name: fadeOutUpBig;
    -o-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}

@-moz-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
}

@-o-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

.animated.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    -moz-animation-name: fadeOutDownBig;
    -o-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}

@-moz-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
}

@-o-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

.animated.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    -moz-animation-name: fadeOutLeftBig;
    -o-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}

@-moz-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
}

@-o-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

.animated.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    -moz-animation-name: fadeOutRightBig;
    -o-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }
    70% {
        -moz-transform: scale(0.9);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -o-transform: scale(1.05);
    }
    70% {
        -o-transform: scale(0.9);
    }
    100% {
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(-30px);
    }
    80% {
        -moz-transform: translateY(10px);
    }
    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes bounceInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateY(-30px);
    }
    80% {
        -o-transform: translateY(10px);
    }
    100% {
        -o-transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(-30px);
    }
    80% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}

.animated.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(30px);
    }
    80% {
        -moz-transform: translateY(-10px);
    }
    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateY(30px);
    }
    80% {
        -o-transform: translateY(-10px);
    }
    100% {
        -o-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(30px);
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.animated.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(30px);
    }
    80% {
        -moz-transform: translateX(-10px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateX(30px);
    }
    80% {
        -o-transform: translateX(-10px);
    }
    100% {
        -o-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(30px);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}

.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-30px);
    }
    80% {
        -moz-transform: translateX(10px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateX(-30px);
    }
    80% {
        -o-transform: translateX(10px);
    }
    100% {
        -o-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }
}

@-moz-keyframes bounceOut {
    0% {
        -moz-transform: scale(1);
    }
    25% {
        -moz-transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }
}

@-o-keyframes bounceOut {
    0% {
        -o-transform: scale(1);
    }
    25% {
        -o-transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -o-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -o-transform: scale(0.3);
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(0.3);
    }
}

.animated.bounceOut {
    -webkit-animation-name: bounceOut;
    -moz-animation-name: bounceOut;
    -o-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@-moz-keyframes bounceOutUp {
    0% {
        -moz-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
}

@-o-keyframes bounceOutUp {
    0% {
        -o-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -o-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

.animated.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -moz-animation-name: bounceOutUp;
    -o-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}

@-moz-keyframes bounceOutDown {
    0% {
        -moz-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
}

@-o-keyframes bounceOutDown {
    0% {
        -o-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -o-transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

.animated.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    -moz-animation-name: bounceOutDown;
    -o-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}

@-moz-keyframes bounceOutLeft {
    0% {
        -moz-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
}

@-o-keyframes bounceOutLeft {
    0% {
        -o-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -o-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

.animated.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    -moz-animation-name: bounceOutLeft;
    -o-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}

@-moz-keyframes bounceOutRight {
    0% {
        -moz-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
}

@-o-keyframes bounceOutRight {
    0% {
        -o-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -o-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

.animated.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    -moz-animation-name: bounceOutRight;
    -o-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}

.animated.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.animated.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.animated.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -moz-animation-name: rotateInDownLeft;
    -o-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.animated.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    -o-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.animated.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -moz-animation-name: rotateInDownRight;
    -o-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOut {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(200deg);
        opacity: 0;
    }
}

@-o-keyframes rotateOut {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0;
    }
}

.animated.rotateOut {
    -webkit-animation-name: rotateOut;
    -moz-animation-name: rotateOut;
    -o-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOutUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
}

@-o-keyframes rotateOutUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.animated.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    -moz-animation-name: rotateOutUpLeft;
    -o-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOutDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
}

@-o-keyframes rotateOutDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

.animated.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    -moz-animation-name: rotateOutDownLeft;
    -o-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOutUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
}

@-o-keyframes rotateOutUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

.animated.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    -moz-animation-name: rotateOutUpRight;
    -o-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOutDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
}

@-o-keyframes rotateOutDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.animated.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    -moz-animation-name: rotateOutDownRight;
    -o-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translateY(700px);
        opacity: 0;
    }
}

@-moz-keyframes hinge {
    0% {
        -moz-transform: rotate(0);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -moz-transform: rotate(80deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }
    40% {
        -moz-transform: rotate(60deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }
    80% {
        -moz-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }
    100% {
        -moz-transform: translateY(700px);
        opacity: 0;
    }
}

@-o-keyframes hinge {
    0% {
        -o-transform: rotate(0);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -o-transform: rotate(80deg);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }
    40% {
        -o-transform: rotate(60deg);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }
    80% {
        -o-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }
    100% {
        -o-transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}

.animated.hinge {
    -webkit-animation-name: hinge;
    -moz-animation-name: hinge;
    -o-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
    }
}

@-moz-keyframes rollIn {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0px) rotate(0deg);
    }
}

@-o-keyframes rollIn {
    0% {
        opacity: 0;
        -o-transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
}

.animated.rollIn {
    -webkit-animation-name: rollIn;
    -moz-animation-name: rollIn;
    -o-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
    }
}

@-moz-keyframes rollOut {
    0% {
        opacity: 1;
        -moz-transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(100%) rotate(120deg);
    }
}

@-o-keyframes rollOut {
    0% {
        opacity: 1;
        -o-transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg);
    }
}

.animated.rollOut {
    -webkit-animation-name: rollOut;
    -moz-animation-name: rollOut;
    -o-animation-name: rollOut;
    animation-name: rollOut;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@-moz-keyframes lightSpeedIn {
    0% {
        -moz-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -moz-transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -moz-transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -moz-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@-o-keyframes lightSpeedIn {
    0% {
        -o-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -o-transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -o-transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -o-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.animated.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@-moz-keyframes lightSpeedOut {
    0% {
        -moz-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -moz-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@-o-keyframes lightSpeedOut {
    0% {
        -o-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -o-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.animated.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated.lightSpeedOut {
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
}

@font-face {
    font-family: nexa_boldregular;
    font-weight: bold;
    font-style: normal;
    src: url("../webfonts/nexabold-webfont.eot");
    src: url("../webfonts/nexabold-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/nexabold-webfont.woff") format("woff"), url("../webfonts/nexabold-webfont.ttf") format("truetype"), url("../webfonts/nexabold-webfont.svg#nexa_boldregular") format("svg");
}

@font-face {
    font-family: nexa_light;
    font-weight: bold;
    font-style: normal;
    src: url("../webfonts/278303_0_0.eot");
    src: url("../webfonts/278303_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/278303_0_0.woff") format("woff"), url("../webfonts/278303_0_0.ttf") format("truetype"), url("../webfonts/278303_0_0.svg#nexa_light") format("svg");
}

html {
    font-size: 62.5%;
    /* Sets up the Base 10 stuff */
}

body {
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;

    -webkit-backface-visibility: hidden;
}

h1, h2, h3, h4 {
    margin: 5px 0;
    margin-bottom: 5px;
    padding: 0;
    text-decoration: none;
}

h1, h1 a {
    font-size: 40px;
    font-size: 4rem;
}

h2, h2 a {
    font-size: 26px;
    font-size: 2.6rem;
    color: #4377a6;
    font-family: nexa_boldregular;
    text-decoration: none;
}

h3, h3 a {
    font-size: 26px;
    font-size: 2.6rem;
    color: #4377a6;
    font-family: nexa_boldregular;
    text-decoration: none;
    text-transform: uppercase;
}

h4, h4 a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #4377a6;
    font-family: nexa_boldregular;
}

h5, h5 a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
    font-family: nexa_boldregular;
}

p {
    padding: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 100;
    font-family: Century Gothic, sans-serif;
    color: #494949;
}

a {
    color: #272727;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

hr {
    clear: both;
    width: 100%;
    height: 1px;
    background: #bbb;
    border: 0;
}

img {
    height: auto;
    margin: 0;
    padding: 0;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.bo {
    overflow: hidden;
    display: block;
}

@media screen and (max-width: 568px) {
    .pace {
        display: none !important;
    }
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

#gallerylink {
    width: 100%;
    max-width: 960px;
    display: block;
    height: 354px;
    position: absolute;
    z-index: 9999;
}

.fancybox-lock .fancybox-overlay {
    z-index: 999999999999;
}

.greyscale {
    filter: url(filters.svg#grayscale);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
}

.preventscrolling {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 590px;
    position: absolute;
    z-index: 9;
}

.btn {
    text-transform: uppercase;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    width: 215px;
    height: 50px;
    background: #ebe036;
    text-align: center;
    padding-top: 18px;
    text-decoration: none;
    margin-right: 5px;
}

@media screen and (max-width: 568px) {
    .btn {
        width: 160px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 768px) {
    .btn {
        margin-right: 0px;
    }
}

@media screen and (max-width: 1050px) {
    .btn {
        margin-right: 0px;
    }
}

.btn:hover {
    background: #4377a6;
    color: #fff;
}

.sub.btn {
    width: 100%;
    max-width: 286px;
}

.content ol {
    margin: 20px 20px 20px 60px;
}

.content ol li {
    font-size: 17px;
    font-size: 1.7rem;
    list-style-type: decimal;
    margin-bottom: 5px;
    line-height: 19px;
}

.content ul {
    margin: 20px 20px 20px 60px;
}

.content ul li {
    font-size: 17px;
    font-size: 1.7rem;
    list-style: circle;
    margin-bottom: 5px;
    line-height: 25px;
}

.page-slug {
    display: none;
}

.arrowup {
    width: 0;
    height: 0;
    position: absolute;
    margin-top: -28px;
    margin-lefT: 7px;
    border-left: 10px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #2574AD;
}

.menupadding {
    width: 300px;
    display: block;
    height: 20px;
    position: absolute;
    margin-top: -34px;
}

.content-wrap {
    width: 100%;
    display: block;
    overflow: hidden;
    z-index: 9999;
    position: relative;
}

.content-wrap .row {
    margin: 0;
    width: 100%;
    padding: 0px;
}

.content-wrap .content {
    margin: 0 auto;
    padding-bottom: 30px;
    max-width: 950px;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

.setWidth {
    max-width: 1500px !important;

}

@media screen and (max-width: 568px) {
    .content-wrap .content {
        padding: 0px;
    }
}

.col-1 {
    width: 100%;
    padding: 20px;
}

.col-1-2 {
    width: 50%;
    float: left;
    display: block;
}

.col-1-3 {
    width: 30%;
    float: left;
    display: block;
}

.col-2-3 {
    width: 66.66%;
    display: block;
}

.col-1-4 {
    width: 25%;
    display: block;
    float: left;
}

.col-3-4 {
    width: 75%;
    display: block;
    float: left;
}

.timeline h2 {
    font-size: 14px !important;
}

.is-sticky .header.home {
    height: 76px;
    -webkit-transition: height 1s;
    background: url(../images/blackopac.jpg);
}

.is-sticky .header.home .mobile .mobilebtn {
    background: transparent url(../images/mobilenavhome.png) center center no-repeat;
    opacity: 0.7;
}

.is-sticky .header.home .nav.row .nav .menu {
    margin-top: 27px;
    -webkit-transition: margin-top 1s;
}

.is-sticky .header.home .nav.row .content .logo img {
    width: 113px;
    -webkit-transition: width 1s;
}

.is-sticky .header.interior {
    height: 76px;
    -webkit-transition: height 1s;
}

.is-sticky .header.interior .nav.row .nav .menu {
    margin-top: 27px;
    -webkit-transition: margin-top 1s;
}

.is-sticky .header.interior .nav.row .content .logo img {
    width: 113px;
    -webkit-transition: width 1s;
}

.header.home .mobile .mobilebtn {
    background: transparent url(../images/mobilenavhome.png) center center no-repeat;
}

.header {
    width: 100%;
    z-index: 99999999999;
    background: url(../images/header.png);
    height: 126px;
    position: relative;
    -webkit-transition: height 1s;
}

.header .nav.row {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.header .nav.row .current_page_item a {
    padding-bottom: 6px;
}

.header .nav.row .content .logo img {
    width: 243px;
    height: auto;
    float: left;
    padding: 20px 0 0 0;
    -webkit-transition: opacity 1s;
    -webkit-transition: width 1s;
}

.header .nav.row .content .logo img:hover {
    opacity: 0.3;
    -webkit-transition: opacity 1s;
}

@media screen and (max-width: 568px) {
    .header .nav.row .content .logo img {
        margin-left: 15px;
    }
}

@media screen and (max-width: 768px) {
    .header .nav.row .content .logo img {
        margin-left: 8px;
    }
}

.header .nav.row .menu {
    float: right;
    text-align: center;
    margin-top: 36px;
    margin-right: 49px;
    cursor: pointer;
    -webkit-transition: margin-top 1s;
}

@media screen and (max-width: 568px) {
    .header .nav.row .menu {
        display: none;
    }
}

.header .nav.row .menu li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 500;
}

.header .nav.row .menu li ul {
    display: none;
    position: absolute;
    background: #4377a6 url(../images/pattern02.png);
    height: auto;
    width: 263px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-radius: 6px;
    margin-top: 13px;
}

.header .nav.row .menu li ul li {
    font-size: 15px;
    font-size: 1.5rem;
    width: 100%;
    margin: 0px;
    text-align: left;
    padding: 8px 0px 8px 8px;
    float: none;
}

.header .nav.row .menu li ul li a {
    color: #fff;
}

.header .nav.row .menu li ul li:hover {
    border: 0px;
    background: #366590;
}

.header .nav.row .menu li:hover > ul {
    display: block;
}

.header .nav.row .menu li a {
    text-decoration: none;
    color: #fff;
}

.header .nav.row .menu li a:hover {
    padding-bottom: 6px;
}

.header .mobile {
    display: none;
}

@media screen and (max-width: 568px) {
    .header .mobile {
        display: block;
        float: left;
        position: absolute;
        top: 20px;
        right: 0px;
    }
}

.header .mobile .menu {
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 999;
    left: 0px;
    background: #366590;
    cursor: pointer;
}

.header .mobile .mobclosebtn {
    cursor: pointer;
    font-size: 25px;
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 21px;
    right: 0px;
    color: #fff;
    text-align: center;
    z-index: 99999;
}

.header .mobile .mobilebtn {
    background: #fff url(../images/mob-nav.png) center center no-repeat;
    width: 40px;
    height: 40px;
    position: fixed;
    float: right;
    z-index: 99;
    margin-top: 0px;
    right: 0;
}

.header .mobile .mobilebtn:hover {
    opacity: 0.8;
}

.header .mobile ul {
    padding-top: 50px;
}

.header .mobile ul li a {
    text-decoration: none;
    width: 100%;
    color: #fff;
    display: block;
    padding: 7px;
    text-align: left;
    text-transform: uppercase;
    font-size: 46px;
    font-size: 4.6rem;
    margin-left: 20px;
}

@media screen and (max-width: 568px) {
    .header .mobile ul li a {
        font-size: 30px;
        font-size: 3rem;
    }
}

.header .mobile ul li a:hover {
    background: #4377a6;
}

.header.interior {
    width: 100%;
    z-index: 99999;
    background: #fff;
    background-image: none;
    height: 126px;
    position: relative;
    -webkit-transition: height 1s;
}

.header.interior .nav.row {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.header.interior .nav.row .current_page_item a {
    padding-bottom: 6px;
}

.header.interior .nav.row .content .logo img {
    width: 243px;
    height: auto;
    float: left;
    padding: 20px 0 0 0;
    -webkit-transition: opacity 1s;
    -webkit-transition: width 1s;
}

.header.interior .nav.row .content .logo img:hover {
    opacity: 0.3;
    -webkit-transition: opacity 1s;
}

@media screen and (max-width: 568px) {
    .header.interior .nav.row .content .logo img {
        margin-left: 15px;
    }
}

@media screen and (max-width: 768px) {
    .header.interior .nav.row .content .logo img {
        margin-left: 8px;
    }
}

.header.interior .nav.row .menu {
    float: right;
    text-align: center;
    margin-top: 36px;
    margin-right: 49px;
    -webkit-transition: margin-top 1s;
}

@media screen and (max-width: 568px) {
    .header.interior .nav.row .menu {
        display: none;
    }
}

.header.interior .nav.row .menu li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 500;
}

.header.interior .nav.row .menu li ul {
    display: none;
    position: absolute;
    background: #4377a6 url(../images/pattern02.png);
    height: auto;
    width: 263px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-radius: 6px;
    margin-top: 13px;
}

.header.interior .nav.row .menu li ul li {
    font-size: 15px;
    font-size: 1.5rem;
    width: 100%;
    margin: 0px;
    text-align: left;
    padding: 8px 0px 8px 8px;
    float: none;
}

.header.interior .nav.row .menu li ul li a {
    color: #fff;
}

.header.interior .nav.row .menu li ul li:hover {
    border: 0px;
    background: #366590;
}

.header.interior .nav.row .menu li:hover > ul {
    display: block;
}

.header.interior .nav.row .menu li a {
    text-decoration: none;
    color: #333;
}

.header.interior .nav.row .menu li a:hover {
    padding-bottom: 6px;
}

.header.interior .mobile {
    display: none;
}

@media screen and (max-width: 568px) {
    .header.interior .mobile {
        display: block;
        float: left;
        position: absolute;
        top: 20px;
        right: 0px;
    }
}

.header.interior .mobile .menu {
    display: none;
    overflow: hidden;
    width: 100%;
    height: 2000px;
    position: fixed;
    top: 0px;
    z-index: 999;
    left: 0px;
    background: #366590;
    cursor: pointer;
}

.header.interior .mobile .mobclosebtn {
    cursor: pointer;
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 21px;
    right: 0px;
    color: #fff;
    text-align: center;
    z-index: 99999;
}

.header.interior .mobile .mobilebtn {
    background: #fff url(../images/mob-nav.png) center center no-repeat;
    width: 40px;
    height: 40px;
    position: fixed;
    float: right;
    z-index: 99;
    margin-top: 0px;
    right: 0;
}

.header.interior .mobile .mobilebtn:hover {
    opacity: 0.8;
}

.header.interior .mobile ul {
    padding-top: 50px;
}

.header.interior .mobile ul li a {
    text-decoration: none;
    width: 100%;
    color: #fff;
    display: block;
    padding: 7px;
    text-align: left;
    text-transform: uppercase;
    font-size: 46px;
    font-size: 4.6rem;
    margin-left: 20px;
}

@media screen and (max-width: 568px) {
    .header.interior .mobile ul li a {
        font-size: 30px;
        font-size: 3rem;
    }
}

.header.interior .mobile ul li a:hover {
    background: #4377a6;
}

.hero {
    width: 100%;
    height: 663px;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.hero .liveMap {
    width: 100%;
}

.hero iframe {
    width: 100%;
    padding: 0;
    border: 0;
    height: 750px;
}

.marg {
    height: 478px;
}

.herofixed {
    width: 100%;
    height: 525px;
    position: relative;
}

.hero.gallery {
    width: 100%;
    height: 663px;
    position: absolute;
    top: 0;
    overflow: hidden;
    display: block !important;
}

.hero.gallery .home_gallery {
    width: 100%;
}

.hero.gallery .home_gallery .bx-wrapper .bx-viewport {
    border: none;
    height: 655px !important;
    box-shadow: none;
    left: 0 !important;
}

.hero.gallery .home_gallery .bx-wrapper .bx-viewport .entry .marg {
    padding-top: 140px;
}

.hero.gallery .home_gallery .bx-wrapper .bx-viewport .entry img {
    position: absolute;
    top: 0;
    min-height: 670px;
    max-width: 1500px;
    width: 1500px;
}

.content-wrap .accolade {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin-bottom: 20px;
    padding-top: 20px;
}

.content-wrap .accolade h3 {
    margin: 10px 0px 20px 0px;
}

@media screen and (max-width: 568px) {
    .content-wrap .accolade {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .content-wrap .accolade {
        padding: 20px;
    }
}

.content-wrap .accolade ul {
    margin: 0px !important;
}

.content-wrap .accolade .bx-wrapper .bx-viewport {
    box-shadow: none !important;
    background: transparent !important;
    border: 0px !important;
}

.content-wrap .herotxt .content {
    padding-left: 20px;
}

.content-wrap .herotxt h1 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}

@media screen and (max-width: 568px) {
    .content-wrap .herotxt h1 {
        font-size: 24px !important;
    }
}

.content-wrap .herotxt p {
    color: #fff;
    line-height: 23px;
    margin-top: 40px;
    width: 60%;
}

@media screen and (max-width: 568px) {
    .content-wrap .herotxt p {
        width: 100%;
        margin: 0;
    }
}

.content-wrap .herotxt .btn {
    margin-top: 40px;
}

@media screen and (max-width: 568px) {
    .content-wrap .herotxt .btn {
        margin: 0px;
    }
}

.content-wrap .topposts {
    background: #fff;
    height: 422px;
}

@media screen and (max-width: 568px) {
    .content-wrap .topposts {
        height: auto;
    }
}

.content-wrap .topposts .postarea {
    max-width: 1500px;
}

.content-wrap .topposts .left .btn {
    margin-top: 30px;
}

.content-wrap .topposts .postone {
    width: 60%;
}

@media screen and (max-width: 568px) {
    .content-wrap .topposts .postone {
        width: 100%;
        float: none;
        height: auto;
    }
}

.content-wrap .topposts .postone .imgcontain {
    width: 40%;
    float: left;
    overflow: hidden;
}

@media screen and (max-width: 1050px) {
    .content-wrap .topposts .postone .imgcontain {
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .content-wrap .topposts .postone .imgcontain {
        width: 20%;
    }
}

@media screen and (max-width: 568px) {
    .content-wrap .topposts .postone .imgcontain {
        display: none;
    }
}

.content-wrap .topposts .postone .imgcontain img {
    width: 540px;
    height: auto;
}

.content-wrap .topposts .postone .container {
    width: 60%;
    float: left;
    padding: 20px;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .content-wrap .topposts .postone .container {
        width: 80%;
    }
}

@media screen and (max-width: 568px) {
    .content-wrap .topposts .postone .container {
        width: 100%;
        margin-top: 0px;
    }
}

.content-wrap .topposts .postone span {
    margin-top: 10px;
    line-height: 23px;
}

.content-wrap .topposts .posttwo {
    width: 40%;
}

@media screen and (max-width: 568px) {
    .content-wrap .topposts .posttwo {
        width: 100%;
        float: none;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .content-wrap .topposts .posttwo {
        height: 400px;
    }
}

.content-wrap .topposts .posttwo h3 {
    color: #fff;
}

.content-wrap .topposts .posttwo .container {
    width: 30%;
    position: absolute;
    padding: 20px;
    margin-top: 30px;
    max-width: 480px;
}

@media screen and (max-width: 768px) {
    .content-wrap .topposts .posttwo .container {
        width: 40%;
    }
}

@media screen and (max-width: 568px) {
    .content-wrap .topposts .posttwo .container {
        width: 100%;
    }
}

.content-wrap .topposts .posttwo span {
    margin-top: 10px;
    line-height: 23px;
}

.content-wrap .topposts .posttwo img {
    width: auto;
    height: 430px;
}

.content-wrap .projectshome img {
    /*margin-top: -230px;*/
    width: 100%;
}

.content-wrap .projectshome p {
    color: #fff;
}

.content-wrap .projectshome .content .prjbtn {
    float: left;
}

@media screen and (max-width: 568px) {
    .content-wrap .projectshome .content .prjbtn {
        float: none;
    }
}

.content-wrap .projectshome .content .btnwin {
    margin-right: 40px;
}

.content-wrap .projectshome .content .prjlinks {
    margin: 5px auto;
    width: 481px;
    height: auto;
    display: block;
    overflow: hidden;
}

@media screen and (max-width: 568px) {
    .content-wrap .projectshome .content .prjlinks {
        width: 100%;
    }
}

.content-wrap .projectshome .project {
    margin-top: 40px;
    margin-bottom: 40px;
    height: 338px;
    overflow: hidden;
    width: 50%;
    float: left;
}

@media screen and (max-width: 1050px) {
    .content-wrap .projectshome .project {
        margin-top: 0px;
        width: 50%;
        overflow: hidden;
        float: left;
    }
}

@media screen and (max-width: 568px) {
    .content-wrap .projectshome .project {
        margin: 0px;
        float: none;
        width: 100%;
    }
}

.content-wrap .projectshome .wind .container {
    padding: 40px 10px 10px 10px;
    background: url(../images/blacktrans.png);
    width: 300px;
    height: 338px;
    position: absolute;
}

.content-wrap .projectshome .wind .container h3 a {
    color: #fff;
}

.content-wrap .projectshome .wind .container span {
    color: #fff;
    line-height: 23px;
}

.content-wrap .projectshome .wind .container .btn {
    margin-top: 20px;
}

.content-wrap .projectshome .solar .container {
    padding: 40px 10px 10px 10px;
    /*margin-left: 451px;*/
    background: url(../images/blacktrans.png);
    width: 300px;
    height: 338px;
    position: absolute;
}

@media screen and (max-width: 1050px) {
    .content-wrap .projectshome .solar .container {
        margin-left: 0px;
    }
}

.content-wrap .projectshome .solar .container h3 a {
    color: #fff;
}

.content-wrap .projectshome .solar .container span {
    color: #fff;
    line-height: 23px;
}

.content-wrap .projectshome .solar .container .btn {
    margin-top: 20px;
}

.content-wrap .projects {
    background: url(../images/pattern01.png);
    padding: 15px 0px 15px 0px;
}

.content-wrap .projects .filter select {
    background: url(../images/arrows.png) 132px -56px no-repeat #366590;
    color: #fff;
    text-transform: uppercase;
    width: 170px;
    padding: 5px;
    font-size: 16px;
    float: right;
    line-height: 1;
    border: 0;
    border-radius: 7px 0px 0px 0px;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

@media screen and (max-width: 768px) {
    .content-wrap .projects .filter select {
        background: url(../images/arrows.png) 90px -48px no-repeat #366590;
        height: 50px;
        float: left;
        border-radius: 0px;
    }
}

@media screen and (max-width: 568px) {
    .content-wrap .projects .filter select {
        background: url(../images/arrows.png) 290px -48px no-repeat #366590;
        float: left;
        border-radius: 0px;
        width: 100%;
    }
}

.content-wrap .projects .filter .btn {
    float: left;
    cursor: pointer;
}

@media screen and (max-width: 568px) {
    .content-wrap .projects .filter .btn {
        width: 50%;
    }
}

.content-wrap .projects .filter .btn:hover {
    background: #e2e2e1;
    color: #333;
}

.content-wrap .projects .filter .active {
    background: #e2e2e1;
    color: #333;
}

.content-wrap .projects .project {
    max-width: 288px;
    width: 100%;
    float: left;
    height: 374px;
    margin: 20px 23px 20px 0px;
    background: white;
}

@media screen and (max-width: 568px) {
    .content-wrap .projects .project {
        float: none;
        margin: 20px auto;
    }
}

.content-wrap .projects .project .imgcontain {
    width: 100%;
    height: 135px;
    display: block;
    overflow: hidden;
    float: none;
}

.content-wrap .projects .project .imgcontain img {
    width: 140%;
    margin-top: -30%;
}

.content-wrap .projects .project .textcontain {
    background: #fff;
    float: left;
    padding: 15px;
    width: 100%;
    height: 185px;
}

.content-wrap .projects .project .textcontain h3 {
    height: 110px;
}

.content-wrap .projects .project .textcontain h4 {
    height: 25px;
}

.content-wrap .projects .project .textcontain p {
    padding: 0px 0px 30px 0px;
}

@media screen and (max-width: 568px) {
    .content-wrap .projects .project .textcontain p {
        display: none;
    }
}

.content-wrap .blog {
    background: url(../images/pattern01.png);
}

@media screen and (max-width: 768px) {
    .content-wrap .blog .content .com {
        width: 98% !important;
    }
}

.content-wrap .blog .thepost {
    width: 100%;
    max-width: 675px;
    height: auto;
    overflow: hidden;
    display: block;
    background: #fff;
    margin: 20px 0px 20px 0px;
}

@media screen and (max-width: 568px) {
    .content-wrap .blog .thepost {
        max-width: 350px;
    }
}

.content-wrap .blog .thepost span {
    width: 90%;
    padding: 10px;
}

.content-wrap .blog .thepost .imgcontain {
    max-width: 675px;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 187px;
}

.content-wrap .blog .thepost .imgcontain img {
    width: 100%;
}

.content-wrap .blog .thepost p {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5px 0px 5px 0px;
    line-height: 23px;
}

.content-wrap .blog .thepost .time {
    padding: 5px;
    color: #fff;
    background: #366590;
    display: inline-block;
    overflow: hidden;
}

.content-wrap .blog .thepost .readmore {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: Century Gothic, sans-serif;
    text-decoration: none;
}

.content-wrap .blog .btn {
    margin: 0 auto;
    cursor: pointer;
}

.content-wrap .blog .more {
    margin: 20px auto;
}

.content-wrap .blog .sidebar {
    margin-left: 44px;
    margin-top: 20px;
    z-index: 99;
    position: relative;
}

.content-wrap .blog .sidebar .btn {
    width: 203px;
}

.content-wrap .blog .sidebar .widget_nav_menu {
    width: 210px;
}

@media screen and (max-width: 568px) {
    .content-wrap .blog .sidebar {
        display: none;
    }
}

.content-wrap .blog .sidebar ul {
    margin: 0px;
}

.content-wrap .blog .sidebar ul li {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: nexa_boldregular;
    color: #333;
    padding: 15px 0px 15px 0px;
    list-style-type: none;
    border-bottom: solid 1px #333;
    text-align: center;
}

.content-wrap .blog .sidebar ul li a {
    text-decoration: none;
    text-transform: uppercase;
}

.content-wrap .blog .sidebar ul li a:hover {
    color: #366590;
}

.content-wrap .blog h3 {
    margin: 30px 0px 10px 0px;
}

.content-wrap .blog .relatedposts {
    background: #fff;
    z-index: 999;
    display: block;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1050px) {
    .content-wrap .blog .relatedposts .repost {
        margin-bottom: 15px;
        width: 95%;
    }
}

.content-wrap .blog .relatedposts .content h4 {
    text-align: center;
    margin: 20px 0px 20px 0px;
}

.content-wrap .blog .relatedposts .content .repost {
    float: left;
    margin-left: 16px;
}

.content-wrap .blog .relatedposts .content .repost .imgcontain {
    max-width: 304px;
    display: block;
    height: 150px;
    overflow: hidden;
}

.content-wrap .blog .relatedposts .btn {
    float: left;
}

.content-wrap .blog .relatedposts .postsbtns {
    margin: 20px 0px 0px 0px;
    background: #e2e2e1;
    background: #e2e2e1;
    width: 100%;
    padding: 30px;
}

.content-wrap .blog .relatedposts .postsbtns .content {
    margin: 0 auto;
    max-width: 475px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .content-wrap .blog .relatedposts .postsbtns .content .previouspost .btn {
        width: 120px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 768px) {
    .content-wrap .blog .relatedposts .postsbtns .content .nextpost .btn {
        width: 120px;
        margin-right: 0px;
    }
}

.content-wrap .blog .relatedposts .postsbtns .content .btn {
    float: left;
    margin-right: 20px;
}

.content-wrap .blog .sidebar .is-sticky ul {
    width: 215px;
}

.content-wrap .blog .sidebar {
    width: 215px;
    float: left;
}

.content-wrap .blog .sidebar .btn {
    width: 203px;
}

.content-wrap .blog .sidebar ul li {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: nexa_boldregular;
    color: #333333;
    padding: 15px 0px 15px 0px;
    list-style-type: none;
    border-bottom: solid 1px #333333;
    text-align: center;
}

.content-wrap .blog .sidebar ul li a {
    text-decoration: none;
}

.content-wrap .blog .sidebar ul li a:hover {
    color: #366590;
}

.content-wrap .blog .single {
    padding-top: 30px;
    width: 100%;
}

.content-wrap .blog .single .time {
    padding: 5px;
    color: #fff;
    background: #366590;
    display: inline-block;
    overflow: hidden;
}

.content-wrap .blog .single .thecontent {
    font-family: Century Gothic, sans-serif;
    padding-top: 20px;
    line-height: 26px;
    margin-left: 5px;
    width: 100%;
    float: left;
    text-align: justify;
    max-width: 675px;
    overflow: hidden;
}

@media screen and (max-width: 568px) {
    .content-wrap .blog .single .thecontent {
        width: 95%;
        height: auto;
        padding-left: 5.7%;
        margin-left: 0px;
    }
}

.content-wrap .blog .single .thecontent img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 568px) {
    .content-wrap .blog .single .thecontent img {
        width: 100%;
        max-width: none;
    }
}

.content-wrap .blog .single .btn {
    margin: 80px auto;
}

.content-wrap .blog .single .imgcontain {
    display: block;
    width: 960px;
    max-height: 480px;
    overflow: hidden;
}

.content-wrap .blog .single .imgcontain img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .content-wrap .blog .single .imgcontain {
        width: 95%;
        margin-left: 2.5%;
    }
}

@media screen and (max-width: 768px) and (max-width: 568px) {
    .content-wrap .blog .single .imgcontain {
        max-height: 230px;
        width: 95%;
    }
}

@media screen and (max-width: 768px) and (max-width: 568px) {
    .content {
        min-height: 600px;
    }
}

.content-wrap .blog .single blockquote {
    background: #4377a6;
    text-transform: uppercase;
    color: #fff;
    line-height: 23px;
    font-weight: 700;
    font-family: nexa_boldregular;
    font-size: 26px;
    font-size: 2.6rem;
    padding: 20px;
    margin: 20px 0px 20px 0px;
    quotes: "“" "”" "‘" "’";
}

.content-wrap .blog .single blockquote:before {
    color: #fff;
    content: open-quote;
    font-size: 26px;
    font-size: 2.6rem;
    font-family: nexa_boldregular;
}

.content-wrap .blog .single blockquote:after {
    color: #fff;
    content: open-quote;
    font-size: 26px;
    font-size: 2.6rem;
    font-family: nexa_boldregular;
}

.content-wrap .blog .single blockquote p {
    display: inline;
    color: #fff;
}

.content-wrap .community {
    background: url(../images/pattern01.png);
    padding: 20px 0px 20px 0px;
}

@media screen and (max-width: 768px) {
    .content-wrap .community .content .com {
        width: 450px !important;
    }
}

@media screen and (max-width: 568px) {
    .content-wrap .community h3 {
        text-align: left;
        padding-left: 8px;
    }
}

@media screen and (max-width: 1050px) {
    .content-wrap .community h3 {
        padding-left: 20px;
    }
}

.content-wrap .community .statement {
    max-width: 680px;
    margin: 0 auto;
    text-align: justify;
}

@media screen and (max-width: 568px) {
    .content-wrap .community .statement {
        text-align: left;
        padding-left: 8px;
    }
}

.content-wrap .community .thepost {
    width: 100%;
    max-width: 675px;
    height: auto;
    overflow: hidden;
    display: block;
    background: #fff;
    margin: 20px 0px 20px 0px;
}

@media screen and (max-width: 568px) {
    .content-wrap .community .thepost {
        max-width: 350px;
    }
}

.content-wrap .community .thepost span {
    width: 90%;
    padding: 10px;
}

.content-wrap .community .thepost .imgcontain {
    max-width: 675px;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 280px;
}

.content-wrap .community .thepost .imgcontain img {
    width: 100%;
    top: -32px;
    position: relative;
}

.content-wrap .community .thepost p {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5px 0px 5px 0px;
    line-height: 23px;
}

.content-wrap .community .thepost .time {
    padding: 5px;
    color: #fff;
    background: #366590;
    display: inline-block;
    overflow: hidden;
}

.content-wrap .community .thepost .readmore {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: Century Gothic, sans-serif;
    text-decoration: none;
}

.content-wrap .community .morepost {
    margin: 0 auto;
}

.content-wrap .community .sidebar {
    margin-left: 44px;
    margin-top: 20px;
    z-index: 99;
}

.content-wrap .community .sidebar .btn {
    width: 203px;
}

.content-wrap .community .sidebar .widget_nav_menu {
    width: 200px;
}

@media screen and (max-width: 568px) {
    .content-wrap .community .sidebar {
        display: none;
    }
}

.content-wrap .community .sidebar ul {
    margin: 0px;
}

.content-wrap .community .sidebar ul li {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: nexa_boldregular;
    color: #333;
    padding: 15px 0px 15px 0px;
    list-style-type: none;
    border-bottom: solid 1px #333;
    text-align: center;
}

.content-wrap .community .sidebar ul li a {
    text-decoration: none;
    text-transform: uppercase;
}

.content-wrap .community .sidebar ul li a:hover {
    color: #366590;
}

.content-wrap .career h4 a {
    text-decoration: none;
}

.content-wrap .career ul {
    list-style-type: none;
}

.content-wrap .career ul li {
    list-style-type: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #366590;
}

.content-wrap .projectpage {
    background: url(../images/pattern01.png);
    padding-top: 25px;
    overflow: visible !important;
}

.content-wrap .projectpage .projectmap {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 999999999;
}

.content-wrap .projectpage .overflow {
    width: 100%;
    height: 300px;
    position: absolute;
    z-index: 999999;
}

.content-wrap .projectpage h2, .content-wrap .projectpage h3, .content-wrap .projectpage h4, .content-wrap .projectpage h5 {
    margin-top: 10px;
}

.content-wrap .projectpage h4 {
    margin: 30px 0px 30px 40px;
}

@media screen and (max-width: 568px) {
    .content-wrap .projectpage h3 {
        padding-left: 8px;
    }
}

.content-wrap .projectpage .gallery {
    width: 85%;
    margin: 20px auto;
    width: 85%;
    margin: 0 auto;
    z-index: 999999999;
    display: none;
}

.content-wrap .projectpage .gallery ul {
    margin: 0px 0px 0px 0px;
}

.content-wrap .projectpage .gallery ul li {
    font-size: 14px;
    font-size: 1.4rem;
    list-style: none;
    margin-bottom: 0px;
    height: auto;
    line-height: 0px;
}

.content-wrap .projectpage .imgcontain.top {
    width: 100%;
    max-width: 1000px;
    margin: 20px 0px 20px 0px;
    overflow: hidden;
    display: block;
    position: relative;
    max-height: 354px;
}

.content-wrap .projectpage .imgcontain.top img {
    width: 100%;
    margin-top: -30%;
}

.content-wrap .projectpage .imgcontain.top .caption {
    background: #366590;
    width: 100%;
    display: block;
    height: 27px;
    position: absolute;
    bottom: 0px;
    padding: 7px;
}

.content-wrap .projectpage .imgcontain.top .caption a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.content-wrap .projectpage .col-1-2 {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .content-wrap .projectpage .col-1-2 {
        padding: 0px 10px 0px 10px;
    }
}

@media screen and (max-width: 568px) {
    .content-wrap .projectpage .col-1-2 {
        width: 95%;
        padding-left: 8px;
        float: none;
    }
}

.content-wrap .projectpage p {
    line-height: 23px;
    color: #333;
}

.content-wrap .projectpage p span {
    color: #333 !important;
}

.content-wrap .projectpage .dev {
    background: #4377a6 url(../images/pattern02.png);
    width: 100%;
    min-height: 350px;
    overflow: hidden;
    padding-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 568px) {
    .content-wrap .projectpage .dev {
        margin-bottom: 0px;
    }
}

.content-wrap .projectpage .dev h2, .content-wrap .projectpage .dev h4 {
    color: #fff;
}

.content-wrap .projectpage .dev h4 {
    margin-bottom: 20px;
}

.content-wrap .projectpage .dev h2 {
    margin-top: 20px;
}

.content-wrap .projectpage .dev p {
    padding: 0px;
    color: #fff !important;
}

.content-wrap .projectpage .dev p span {
    color: #fff !important;
}

.content-wrap .projectpage .dev .mediacontain {
    height: 160px;
    max-width: 400px;
    overflow: hidden;
    float: right;
}

@media screen and (max-width: 568px) {
    .content-wrap .projectpage .dev .mediacontain {
        float: left;
    }
}

.content-wrap .projectpage .dev .mediacontain .playlist {
    width: 100%;
    height: auto;
}

.content-wrap .projectpage .playlist {
    width: 100%;
    max-width: 1000px;
    height: 400px;
    margin: 20px 0px 20px 0px;
}

.content-wrap .projectpage .codespacing_progress_map_area {
    height: 300px !important;
    margin-bottom: 90px;
}

@media screen and (max-width: 568px) {
    .content-wrap .projectpage .codespacing_progress_map_area {
        width: 400px !important;
    }
}

.content-wrap .projectpage .codespacing_progress_map_area #codespacing_progress_map_div_initial {
    height: 300px !important;
}

.content-wrap .projectpage .thepost {
    margin-right: 32px;
    padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .content-wrap .projectpage .thepost {
        margin-right: 10px;
        margin-left: 10px;
    }
}

.content-wrap .projectpage .thepost .imgcontain {
    max-width: 304px;
    display: block;
    height: 150px;
    overflow: hidden;
}

.content-wrap .projectpage .whitepaper {
    background: url(../images/whitepaperbg.png);
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 45px;
}

.content-wrap .projectpage .whitepaper h4 {
    margin-bottom: 30px;
}

.content-wrap .projectpage .whitepaper .paper {
    width: 100%;
    max-width: 670px;
    height: 90px;
    background: #fff;
    padding: 15px 15px 10px 15px;
    margin: 0 auto;
    margin-bottom: 2px;
}

.content-wrap .projectpage .whitepaper .paper h3, .content-wrap .projectpage .whitepaper .paper h5 {
    padding: 0px;
    margin: 0px;
}

.content-wrap .projectpage .whitepaper .paper:hover {
    box-shadow: 0px 1px 18px #888888;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.content-wrap .projectpage .whitepaper .paper img {
    float: right;
}

.content-wrap .projectpage .relatedposts {
    z-index: 999;
    display: block;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 568px) {
    .content-wrap .projectpage .relatedposts {
        display: none;
    }
}

.content-wrap .mobilewarning {
    display: none;
}

@media screen and (max-width: 1050px) {
    .content-wrap .mobilewarning {
        display: block;
        width: 100%;
        height: 45px;
        background: orange;
        color: white;
        text-align: center;
        text-transform: uppercase;
        padding-top: 5px;
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .content-wrap .mobilewarning {
        display: block;
        width: 100%;
        height: 45px;
        background: orange;
        color: white;
        text-align: center;
        text-transform: uppercase;
        padding-top: 5px;
        font-size: 30px;
    }
}

@media screen and (max-width: 568px) {
    .content-wrap .mobilewarning {
        display: block;
        width: 100%;
        height: 75px;
        background: orange;
        color: white;
        text-align: center;
        text-transform: uppercase;
        padding-top: 5px;
        font-size: 30px;
    }
}

.content-wrap .codespacing_progress_map_area {
    height: auto !important;
}

.content-wrap .searchbtn {
    display: none;
    width: 258px;
    height: 33px;
    position: absolute;
    background: #333;
    z-index: 999;
    left: 8%;
    top: 0;
}

.content-wrap .searchbtn p {
    font-family: nexa_boldregular;
    color: #fff;
    padding: 10px 0px 0px 12px;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.content-wrap .cspm_infobox_container {
    width: 250px !important;
    height: 229px !important;
    margin-left: 40px !important;
    margin-top: -201px !important;
}

.content-wrap .cspm_infobox_container .cspm_infobox_content_container {
    background: #333;
    height: 229px !important;
    width: 250px !important;
    padding: 0px !important;
}

.content-wrap .cspm_infobox_container .cspm_infobox_content_container .cspm_arrow_down {
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent !important;
    border-left: 0px solid transparent !important;
    border-right: 20px solid #333 !important;
    border-top: 20px solid transparent !important;
    position: absolute;
    left: -10% !important;
    margin-left: 5px !important;
    bottom: 34px !important;
}

.content-wrap .cspm_infobox_container .cspm_infobox_content_container .cspm_infobox_img {
    float: left !important;
    width: 100% !important;
    height: auto !important;
    margin-right: 0px !important;
}

.content-wrap .cspm_infobox_container .cspm_infobox_content_container .cspm_infobox_img img {
    width: 100% !important;
    height: 101px !important;
}

.content-wrap .cspm_infobox_container .cspm_infobox_content_container .cspm_infobox_content {
    padding: 20px 10px 10px 10px !important;
    width: 100% !important;
}

.content-wrap .cspm_infobox_container .cspm_infobox_content_container .cspm_infobox_content .title {
    font-size: 20px;
    font-size: 2rem;
    color: #fff !important;
    font-family: nexa_boldregular !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

.content-wrap .cspm_infobox_container .cspm_infobox_content_container .cspm_infobox_content .title a {
    font-size: 20px;
    font-size: 2rem;
    color: #fff !important;
    line-height: 23px !important;
    font-family: nexa_boldregular !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

.content-wrap .cspm_infobox_container .cspm_infobox_content_container .cspm_infobox_content .description {
    display: none;
}

.content-wrap .cspm_infobox_container .cspm_infobox_content_container .cspm_infobox_content .btn {
    margin-top: 10px;
}

.content-wrap .searcharea {
    width: 258px;
    height: 197px;
    position: absolute;
    background: #333;
    z-index: 999;
    left: 8%;
    top: 5%;
}

.content-wrap .closebtn {
    font-family: nexa_boldregular;
    color: #fff;
    padding: 5px 0px 0px 12px;
    cursor: pointer;
}

.content-wrap .search_form_btn, .content-wrap .faceted_search_btn {
    display: none !important;
}

.content-wrap .search_form_container_initial form label {
    display: none !important;
}

.content-wrap .search_form_container_initial .irs {
    display: none !important;
}

.content-wrap .codespacing_zoom_container {
    width: 96px;
    height: 40px;
    margin: 143px 0px 0px 12px;
}

.content-wrap .search_form_container_initial {
    margin: 0px;
}

.content-wrap .search_form_container_initial .cspm_search_form_notice {
    height: 130px;
    width: 258px;
}

.content-wrap .codespacing_map_zoom_out_initial {
    background: url(../images/minus.png) !important;
    width: 20px !important;
    height: 20px !important;
    float: left;
    top: 1px;
    margin-left: 2px;
}

.content-wrap .codespacing_map_zoom_in_initial {
    background: url(../images/plus.png) !important;
    width: 20px !important;
    height: 20px !important;
    float: left;
}

.content-wrap .faceted_search_container_initial {
    margin: 50px 0px 0px 0px;
    padding: 11.3px;
    width: 255px;
}

.content-wrap .faceted_search_container_initial form ul {
    max-height: 300px !important;
    overflow: hidden !important;
}

.content-wrap .faceted_search_container_initial form ul .item0 {
    margin-left: 10px;
}

.content-wrap .faceted_search_container_initial form ul .item3 {
    margin-left: 10px;
}

.content-wrap .faceted_search_container_initial form ul .item5 {
    margin-left: 10px;
}

.content-wrap .faceted_search_container_initial form ul .item1 {
    margin-left: 10px;
}

.content-wrap .faceted_search_container_initial form ul .item2 {
    margin-left: 10px;
}

.content-wrap .faceted_search_container_initial form ul .item4 {
    margin-left: 10px;
}

.content-wrap .faceted_search_container_initial form ul li {
    background: #fff !important;
    min-height: 34px !important;
    padding: 7px 9px 0 9px !important;
}

.content-wrap .faceted_search_container_initial form ul li label {
    color: #333 !important;
}

.content-wrap .search_form_container_initial {
    background: transparent !important;
    padding: 12px !important;
    margin: 13px 0px 0px 0px !important;
}

.content-wrap .search_form_container_initial .cspm_reset_search_form_initial {
    position: absolute !important;
    right: -20px !important;
    top: 9px !important;
}

.content-wrap .search_form_container_initial .search_form div {
    display: none;
}

.content-wrap .search_form_container_initial form #cspm_address {
    width: 186px !important;
    float: left;
}

.content-wrap .search_form_container_initial form .cspm_submit_search_form_initial {
    display: block;
    width: 45px;
    margin: 0px;
    float: left;
    background: #ebe036;
}

.content-wrap .resource {
    background: url(../images/pattern01.png);
    padding-top: 25px;
    overflow: visible !important;
}

.content-wrap .resource .sidebar {
    width: 200px;
}

@media screen and (max-width: 568px) {
    .content-wrap .resource .sidebar {
        display: none;
    }
}

.content-wrap .resource .resources {
    width: 100%;
    max-width: 900px;
}

.content-wrap .inactive {
    display: none;
}

.content-wrap .resource .sidebar {
    background: #fff;
    height: auto;
}

@media screen and (max-width: 568px) {
    .content-wrap .resource .sidebar {
        display: none;
    }
}

.content-wrap .resource .sidebar ul {
    list-style: none;
    margin: 0px;
}

.content-wrap .resource .sidebar ul h4 {
    margin-bottom: 15px;
}

.content-wrap .resource .sidebar ul li {
    list-style: none;
    cursor: pointer;
}

.content-wrap .resource .sidebar ul li span {
    display: block;
    text-indent: 99999px;
    font-family: nexa_boldregular;
    text-align: center;
    border: solid 1px #333333;
    width: 16px;
    height: 16px;
    overflow: hidden;
    line-height: 17px;
    float: left;
    margin-right: 5px;
}

.content-wrap .resource .sidebar ul li.active {
    color: #366590;
}

.content-wrap .resource .sidebar ul li.active span {
    color: #366590;
    text-indent: 0px;
    border: solid 1px #366590;
}

.content-wrap .resource .left {
    padding: 15px;
}

.content-wrap .resource input {
    width: 100%;
    height: 37px;
    border: solid 1px #4377a6;
}

.content-wrap .resource .faq-list {
    list-style: none;
    margin: 20px 0px 40px 0px;
}

.content-wrap .resource .faq-list .faq-content {
    display: none;
}

.content-wrap .resource .faq-list .whitepaper {
    padding: 10px !important;
}

.content-wrap .resource .faq-list .whitepaper img {
    margin-top: 12px;
}

.content-wrap .resource .faq-list li.faq-item {
    list-style: none;
    background: #fff;
    padding: 20px 20px 20px 52px;
}

.content-wrap .resource .faq-list li.faq-item img {
    float: right;
}

.content-wrap .resource .faq-list li.faq-item .faq-title:before {
    display: inline;
    margin-right: 10px;
    padding: 0px 8px;
    width: 16px;
    height: 23px;
    background: url("../images/faqbuttons.png") 9px 0px no-repeat;
    color: transparent;
    content: '\2B';
    text-align: center;
    position: absolute;
    margin-left: -43px;
    margin-top: -5px;
}

.content-wrap .resource .faq-list .faq-item.active .faq-title:before {
    padding: 0px 10px;
    background: url("../images/faqbuttons.png") 9px -29px no-repeat;
    content: '\2D';
}

.content-wrap .contact .leaflet-popup-pane .address {
    font-size: 13px;
    margin-top: 15px;
    font-style: italic;
    padding-right: 2px;
    height: 40px;
    color: #366590;
    border-radius: 3px;
}

.content-wrap .contact .leaflet-popup-pane img {
    width: 200px;
}

.content-wrap .contact .leaflet-popup-tip {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    border-left: 0px solid transparent !important;
    border-right: 10px solid #fff !important;
    box-shadow: none !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
}

.content-wrap .contact .leaflet-popup-tip-container {
    width: 20px !important;
    height: 20px !important;
    margin: -67px 10px -10px -9px !important;
    position: absolute !important;
}

.content-wrap .about {
    background: url(../images/pattern01.png);
    padding-top: 30px;
}

@media screen and (max-width: 768px) {
    .content-wrap .about {
        padding-left: 20px;
    }
}

@media screen and (max-width: 568px) {
    .content-wrap .about {
        padding-left: 20px;
    }
}

.content-wrap .about h3 {
    margin-left: 10px;
}

.content-wrap .about .community .thepost {
    width: 100%;
    max-width: 960px;
    height: auto;
    overflow: hidden;
    display: block;
    background: #fff;
    margin: 20px 0px 20px 0px;
}

.content-wrap .about .community .thepost span {
    padding: 20px;
}

.content-wrap .about .community .thepost .imgcontain {
    max-width: 300px;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 447px;
    float: left;
}

@media screen and (max-width: 768px) {
    .content-wrap .about .community .thepost .imgcontain {
        float: none;
        height: 200px;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 568px) {
    .content-wrap .about .community .thepost .imgcontain {
        float: none;
        height: auto;
        width: 100%;
        max-width: 100%;
    }
}

.content-wrap .about .community .thepost .imgcontain img {
    width: 100%;
}

.content-wrap .about .community .thepost p {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5px 0px 5px 0px;
    line-height: 23px;
}

.content-wrap .about .community .thepost .time {
    padding: 5px;
    color: #fff;
    background: #366590;
    display: inline-block;
    overflow: hidden;
}

.content-wrap .about .community .thepost .readmore {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: Century Gothic, sans-serif;
    text-decoration: none;
}

.content-wrap .about .timeline_line {
    margin-left: 40px !important;
}

.content-wrap .about h3 {
    margin-bottom: 20px;
}

@media screen and (max-width: 568px) {
    .content-wrap .about h3 {
        padding-left: 8px;
    }
}

.content-wrap .about .staff {
    margin-bottom: 30px;
    height: auto;
    display: block;
    overflow: hidden;
}

@media screen and (max-width: 568px) {
    .content-wrap .about .staff {
        padding-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    .content-wrap .about .staff {
        padding-left: 10px;
    }
}

@media screen and (max-width: 1050px) {
    .content-wrap .about .staff {
        padding-left: 10px;
    }
}

.content-wrap .about .staff .member {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    width: 219px;
    height: 260px;
}

.content-wrap .about .staff .member .imgcontain {
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.content-wrap .about .staff .member .imgcontain img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 568px) {
    .content-wrap .about .staff .member {
        margin: 20px auto;
        float: none;
        width: 220px;
    }
}

.content-wrap .about .staff .member h5 {
    font-family: Century Gothic, sans-serif;
}

.content-wrap .about .staff .member .bio {
    display: none;
    background: white;
    padding: 20px;
    position: fixed;
    width: 50%;
    top: 20%;
    left: 25%;
    height: auto;
    max-height: 75%;
    z-index: 99999;
    overflow-y: scroll;
}

@media screen and (max-width: 568px) {
    .content-wrap .about .staff .member .bio {
        top: 75px;
        left: 0;
        max-height: 100%;
        height: 100%;
        width: 100%;
        z-index: 9999999999999999999;
    }
}

.content-wrap .about .staff .member .bio .closebutton {
    float: right;
}

.content-wrap .about .master_overlay {
    display: none;
    background: #333;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
    opacity: 0.5;
    top: 0;
    left: 0;
}

.pattern {
    background: url(../images/pattern01.png);
}

.white {
    background-color: #fff;
}

.footer {
    width: 100%;
    background: #366590;
    display: block;
    overflow: hidden;
    height: auto;
}

@media screen and (max-width: 568px) {
    .footer .footerlogo {
        display: none;
    }
}

.footer .footermenu.other .menu {
    border-top: 1px solid white;
    padding-top: 20px;
}

.footer .view {
    cursor: pointer;
    background: #275279;
    width: 200px;
    height: 35px;
    position: absolute;
    margin: -10px auto 0px;
    right: 0;
    left: 0;
    z-index: 88888;
    padding-left: 20px;
    line-height: 31px;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
}

@media screen and (max-width: 568px) {
    .footer .view {
        z-index: 999999999;
    }
}

.footer .view:hover {
    background: #4377a6;
}

.footer .view .less {
    color: #fff;
    display: none;
}

.footer .view .less i {
    background: url(../images/arrows.png) 0px 0px;
    width: 13px;
    height: 13px;
    display: block;
    width: 19px;
    height: 13px;
    display: block;
    margin: -21px 0px 0px 143px;
}

.footer .view .more {
    color: #fff;
    display: none;
}

.footer .view .more i {
    background: url(../images/arrows.png) 0px 13px;
    width: 13px;
    height: 13px;
    display: block;
    width: 19px;
    height: 13px;
    display: block;
    margin: -21px 0px 0px 143px;
}

.footer .area {
    display: none;
    background: #4377a6 url(../images/pattern02.png);
    height: auto;
    width: 100%;
    margin-top: -4px;
    padding-top: 50px;
    z-index: 9999;
    padding-bottom: 20px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .footer .area {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.footer .area .content {
    max-width: 960px;
    margin: 0 auto;
}

.footer .area .content .footermenu {
    display: block;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

@media screen and (max-width: 568px) {
    .footer .area .content .footermenu {
        text-align: left;
        width: 100%;
        padding-top: 34px;
    }
}

.footer .area .content .other {
    width: 100%;
}

.footer .area .content .other ul li {
    float: left;
}

.footer h2 {
    color: white;
    text-transform: uppercase;
}

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

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

.footer ul li a {
    float: left;
    color: white;
    text-decoration: none;
    margin-right: 40px;
    width: auto;
    line-height: 33px;
}

@media screen and (max-width: 768px) {
    .footer ul li a {
        margin-right: 20px;
    }
}

.footer ul li a:hover {
    color: #e2e2e1;
}

.footer .bottom {
    height: 110px;
    width: 100%;
    display: block;
    overflow: hidden;
    z-index: 9999;
    position: relative;
}

@media screen and (max-width: 568px) {
    .footer .bottom {
        height: 150px;
    }
}

.footer .bottom .content {
    width: 960px;
    padding-top: 27px;
    margin: 0 auto;
}

@media screen and (max-width: 568px) {
    .footer .bottom .content {
        width: 100%;
        xpadding-top: 27px;
        margin: 0 auto;
    }
}

.footer .bottom .content img {
    width: 180px;
    float: left;
}

@media screen and (max-width: 768px) {
    .footer .bottom .content img {
        padding-left: 8px;
    }
}

.footer .bottom ul.sm {
    float: right;
}

@media screen and (max-width: 768px) {
    .footer .bottom ul.sm {
        float: left;
    }
}

@media screen and (max-width: 568px) {
    .footer .bottom ul.sm {
        float: none;
        display: block;
        width: 286px;
        height: 50px;
        margin: 0 auto;
        padding-top: 40px;
    }
}

.footer .bottom ul.sm li {

    background: url(../images/sm.png) 0px 0px no-repeat;
    width: 42px;
    height: 42px;
    float: left;
    margin-right: 5px;
    background-size: 354px;
}

.footer .bottom ul.sm .linkedin {
    background-position: 0px 0px;
}

.footer .bottom ul.sm .linkedin:hover {
    background-position: 0px -56px;
}

.footer .bottom ul.sm .googleplus {
    background-position: -62px 0px;
    width: 43px;
}

.footer .bottom ul.sm .googleplus:hover {
    background-position: -62px -56px;
}

.footer .bottom ul.sm .twitter {
    background-position: -124px 0px;
    width: 43px;
}

.footer .bottom ul.sm .twitter:hover {
    background-position: -124px -56px;
}

.footer .bottom ul.sm .rss {
    background-position: 0px 0px;
}

.footer .bottom ul.sm .rss:hover {
    background-position: 0px -52px;
}

.footer .bottom ul.sm .facebook {
    background-position: -187px 0px;
    width: 43px;

}

.footer .bottom ul.sm .twe {
    background-position: -249px 0px;
    width: 43px;
}

.footer .bottom ul.sm .you {
    background-position: -311px 0px;
    width: 43px;
}

.footer .bottom ul.sm .facebook:hover {
    background-position: -187px -56px;
}

.footer .bottom ul.sm .twe:hover {
    background-position: -249px -56px;

}

.footer .bottom ul.sm .you:hover {
    background-position: -311px -56px;

}

.copyright {
    display: block;
    color: white;
    font-size: 14px;
    font-size: 1.4rem;
    float: left;
    padding: 25px 0px 0px 25px;
}

@media screen and (max-width: 768px) {
    .copyright {
        padding: 25px 15px 0px 43px;
    }
}

@media screen and (max-width: 568px) {
    .copyright {
        width: 100%;
        margin: 0 auto;
        padding: 10px 10px 0px 10px;
        text-align: center;
    }
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    width: 100%;
    display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    left: -5px;
    background: #fff;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/slidernav.png) no-repeat 0px 0px !important;
    width: 42px !important;
    height: 42px !important;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0px -47px !important;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/slidernav.png) no-repeat -159px 0px !important;
    width: 42px !important;
    height: 42px !important;
}

.bx-wrapper .bx-next:hover {
    background-position: -159px -47px !important;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

@media screen and (max-width: 568px) {
    .bx-wrapper .bx-controls-direction a {
        display: none;
    }
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.mc4wp-form input[type="text"], .mc4wp-form input[type="email"] {
    border: 3px solid #4377a6;
    padding-left: 5px;
    height: 50px;
    width: 215px;
    font-size: 18px;
    text-transform: uppercase;
    font-style: italic;
    margin: 20px 0px 20px 0px;
}

@media screen and (max-width: 568px) {
    .mc4wp-form input[type="text"], .mc4wp-form input[type="email"] {
        width: 250px;
    }
}

.mc4wp-form input[type="submit"], .mc4wp-form button, .mc4wp-form input[type="button"] {
    -webkit-appearance: none;
    text-transform: uppercase;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    width: 215px;
    height: 50px;
    background: #ebe036;
    text-align: center;
    border: none;
    text-decoration: none;
}

.mc4wp-form input[type="submit"]:hover, .mc4wp-form button:hover, .mc4wp-form input[type="button"]:hover {
    background: #366590;
    color: #fff;
}

@media screen and (max-width: 568px) {
    .mc4wp-form input[type="submit"], .mc4wp-form button, .mc4wp-form input[type="button"] {
        width: 250px;
    }
}

.sharpspring_form {
    background: transparent;
}

.sharpspring_form .i_am_interested_in____543edd32a374b label {
    display: block !important;
}

.sharpspring_form fieldset {
    border: 0px !important;
}

.sharpspring_form .field label {
    display: none;
}

.sharpspring_form .field {
    clear: none !important;
    float: left !important;
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    .sharpspring_form .field {
        width: 100% !important;
    }
}

@media screen and (max-width: 568px) {
    .sharpspring_form .field {
        width: 100% !important;
    }
}

.sharpspring_form input {
    font-size: 13px !important;
    margin-top: 15px !important;
    font-style: italic !important;
    padding-right: 2px !important;
    width: 920px;
    border: 1px solid #366590;
    height: 40px !important;
    padding-left: 10px !important;
    color: #366590 !important;
    border-radius: 3px;
}

@media screen and (max-width: 568px) {
    .sharpspring_form input {
        width: 380px;
    }
}

.sharpspring_form textarea {
    font-size: 13px !important;
    font-style: italic !important;
    padding-right: 2px !important;
    width: 920px;
    border: 1px solid #366590;
    height: 120px !important;
    margin-top: 15px !important;
    padding-left: 10px !important;
    color: #366590 !important;
    border-radius: 3px;
}

@media screen and (max-width: 568px) {
    .sharpspring_form textarea {
        width: 380px;
    }
}

.sharpspring_form #submit_button {
    padding: 0;
    text-align: center;
    font-size: 15px !important;
    border-radius: 3px;
    border: none;
    height: 30px;
    width: 70px;
    color: #fff;
    background: #366590;
    -webkit-appearance: none;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    float: none;
}

.sharpspring_form #submit_button:hover {
    background: #000;
}

.bg-tra-ai2 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: Century Gothic, sans-serif;
    font-weight: normal;
}

.bg-tra-ai3 {
    background: rgba(0, 0, 0, 0.3);
    padding: 13px;
    line-height: 1.5em;
    position: relative;
    margin-left: -15px;
}

.bg-tra-ai3 p {
    color: #fff;
}

.pa-project .col-md-6 {
    padding: 0;
}

.menu-pro ul, .menu-pro ol {
    padding: 0;
    margin: 0;
}

.menu-pro li:last-child{
    border-bottom: none;
}
.menu-pro li {
    list-style: none !important;
    border-bottom: 1px solid #fff;
    margin-bottom: 0px!important;
    /*margin-bottom: 15px !important;*/
}

.menu-pro {
    text-align: right;
    margin-top: 93px;
}

.menu-pro ul {
    text-align: center;
    display: inline-block;
    width: 271px;
    background: url("../images/backgroundopacity.png");
    padding: 15px;
}

.menu-pro ul li a:hover {
    background: #ebe036;
    color: black;
}

.menu-pro ul li a {
    text-decoration: none;
    display: block;
    padding: 15px 0;
    color: #ffffff;
    font-size:16px;
    font-weight: bold;
    transition: background 0.3s ease-in 0s;
}

.font-so-pre a {
    font-size: 17px !important;
}

.hero-pain {
    width: 100%;
    height: 796px;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.preventikh {
    display: block;
    overflow: hidden;
    width: 100%;
    position: absolute;
    z-index: 9;
}

.wa-con-trel h3 {
    color: #ffffff;
    font-family: Century Gothic, sans-serif;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 10px;
}

.pa-project .content {
    overflow: visible !important;
}

.hero-pain {
    background-size: 100% 100% !important;
}

.pa-project {
    padding-top: 185px;
    overflow: hidden;
    padding-bottom: 240px;
}

@media (max-width: 885px) {
    .header .nav.row .nav {
        display: none;
    }

    .header .mobile {
        display: block;
    }
}

@media (max-width: 992px) {
    .bg-tra-ai3 {
        margin-left: 0;
    }

    .bg-tra-ai2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wa-con-trel h3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .menu-pro {
        text-align: center;
        margin-top: 20px;
    }
}

@media (min-width: 567px) {
    .mobilebtn {
        margin-top: 20px !important;
    }
}

.page-pro-kg {
    margin-top: -126px;
    height: 100%;
}

.bloglink {
    background: url(../images/iconmxh.png) 0px 0px no-repeat !important;
    background-position: -234px 0px !important;
}

.footer .bloglink:hover {
    background-position: -234px -52px !important;
}

.youtube {
    background: url(../images/iconmxh.png) 0px 0px no-repeat !important;
    background-position: -293px 0px !important;
}

.youtube:hover {
    background-position: -293px -52px !important;
}

.sm a:last-child li {
    margin-right: 0 !important;
}

html {
    min-height: 100%;
    position: relative;
}

.page-id-65 {
    height: auto;
}

.page-id-65 .footer {
    position: absolute;
    bottom: 0;
    z-index: 9999;
}

.page-id-41 {
    height: auto;
}

.page-id-41 .footer {
    position: absolute;
    bottom: 0;
    z-index: 9999;
}

.page-id-426 {
    height: auto;
}

.page-id-426 .footer {
    position: absolute;
    bottom: 0;
    z-index: 9999;
}

.page-id-426 .content-wrap .row {
    height: 100%;
}

.page-id-426 .content-wrap {
    height: 82%;
}

.page-id-426 .pagecontent {
    height: 100%;
}

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

.partnerships ul{
  margin: 6px !important;
}
.partnerships input, .partnerships select {
    width: 500px ;
}
.partnerships  img{
    width: auto !important;
}
@media screen and (max-width: 568px) {
    .partnerships input, .partnerships select {
        width: 100% ;
    }
}
.page-re-gkm .div_tit{
  font-size: 1.6rem!important;
  font-weight: 100!important;
  font-family: Century Gothic, sans-serif!important;
  color: #494949!important;
}
.page-re-gkm ul li{
  font-size: 1.6rem!important;
  font-weight: 100!important;
  font-family: Century Gothic, sans-serif!important;
  color: #494949!important;
}
.sol-ag iframe {
    width: 100%;
}
.sol-ag .menu-pro ul {
    width: 100%;
}
.sol-ag .col-md-8 {
    padding-right: 0;
    width: 70%;
}
.sol-ag .col-md-4 {
    padding-left: 0;
    width: 30%;
}
.sol-ag .menu-pro {
    text-align: right;
    margin-top: 72px;
}
.sol-ag .wa-con-trel h3 {
    margin-bottom: 35px;
}
@media screen and (max-width: 992px) {
    .sol-ag .col-md-8 {
        padding-right: 15px;
        width: 100%;
    }
    .sol-ag .col-md-4 {
        padding-left: 15px;
        width:100%;
    }
}
