<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html,
body {
    height: 100%;
    min-height: 100%;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}
body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
img {
    border: 0 none;
    max-width: 100%;
    vertical-align: top;
    -moz-user-select: none;
    user-select: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    line-height: 1.2;
}
a,
img,
button {
    text-decoration: none;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 500;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
pre {
    margin: 1em 0;
}
p {
    margin: 0 0 25px;
}
p:last-child,
p:last-of-type {
    margin-bottom: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: '';
    content: none;
}
small {
    font-size: 75%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
dl,
menu {
    margin: 0;
    padding: 0;
}
dd {
    margin: 0 0 0 40px;
}
nav ul,
nav ol {
    list-style: none;
}
iframe {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,
input {
    line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0 none;
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
    margin: 1px 8px 0 0;
    vertical-align: middle;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"],
input[type="file"],
textarea {
    -webkit-appearance: none;
    resize: none;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
    padding: 0px 15px;
    line-height: 1.0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"] {
    height: 32px;
}
input[type="file"] {
    padding: 8px 15px;
    cursor: pointer;
    color: #767676;
}
textarea {
    height: 100px;
    overflow: auto;
    vertical-align: top;
}
select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #cccccc;
    background: #fff url(../img/select-bg.png) no-repeat right center;
    padding: 0 11px;
    display: block;
    font-size: 14px;
    height: 40px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
select option {
    padding: 5px;
    font-weight: 400;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
address {
    font-style: normal;
    font-size: 14px;
}
hr {
    border: 0 none;
    border-top: 1px solid #ccc;
    margin: 50px 0;
    display: block;
    width: 100%;
}
ul,
ol {
    margin: 20px 0;
    padding-left: 15px;
}
ul ul,
ol ol {
    margin: 10px 0;
}
ul ul li {
    list-style: circle outside;
}
ol ol li {
    list-style: lower-roman outside;
}
ul:first-of-type,
ul:first-child,
ol:first-of-type,
ol:first-child {
    margin-top: 0;
}
* + ul:first-of-type,
* + ul:first-child,
* + ol:first-of-type,
* + ol:first-child {
    margin-top: 10px;
}
ul.custom-listing {
    list-style: none;
    padding: 0;
}
ul.custom-listing li {
    padding-left: 10px;
    background: url(../img/read-more.png) no-repeat left 9px;
    margin-bottom: 10px;
}
ul.no-mr-pd-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.no-mr-pd-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fl-left {
    float: left;
}
.fl-right {
    float: right;
}
.wrapper {
    width: 1170px;
    margin: 0 auto;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.background-no-repeat {
    background-repeat: no-repeat;
}
.background-size-cover {
    background-size: cover;
    -webkit-background-size: cover;
}
.background-width-full {
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.background-height-full {
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
}
.clear::before,
.wrapper::before,
.clear::after,
.wrapper::after {
    content: "";
    display: table;
}
.clear::after,
.wrapper::after {
    clear: both;
}
[class*="col-"] {
    float: left;
    min-height: 1px;
}
/* animate css */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
@-webkit-keyframes bounce {
    20%, 53%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    20%, 53%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    50%, from, to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    50%, from, to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
@keyframes pulse {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}
@keyframes rubberBand {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
@keyframes tada {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    from, to {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}
@keyframes wobble {
    from, to {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    11.1%, from, to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
@keyframes jello {
    11.1%, from, to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInDown {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInLeft {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInRight {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
@font-face {
    font-family: 'regularFont';
    src: url("../fonts/DejaVuSerifCondensed-webfont.eot");
    src: url("../fonts/DejaVuSerifCondensed-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DejaVuSerifCondensed-webfont.woff") format("woff"), url("../fonts/DejaVuSerifCondensed-webfont.ttf") format("truetype"), url("../fonts/DejaVuSerifCondensed-webfont.svg#dejavu_serifcondensed") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "headingFont";
    src: url("../fonts/BodoniFLF-Roman.eot?") format("eot"), url("../fonts/BodoniFLF-Roman.woff") format("woff"), url("../fonts/BodoniFLF-Roman.ttf") format("truetype"), url("../fonts/BodoniFLF-Roman.svg#BodoniFLF-Roman") format("svg");
    font-weight: normal;
    font-style: normal;
}
.pageContainer {
    width: 100%;
    height: 100%;
    text-align: left;
}
header {
    z-index: 101;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 66px;
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
header .logo {
    float: left;
}
header .logo img {
    margin: 11px 0 0;
}
nav {
    float: right;
}
#cssmenu,
#cssmenu #menu-button,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 66px;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after,
#cssmenu &gt; ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
    height: 31px;
    width: 36px;
    cursor: pointer;
    background: url(../img/menu.png) no-repeat center 8px #141414;
    text-indent: -999em;
    margin: 18px 0 0;
}
#cssmenu #menu-button.menu-opened {
    background-position: center -24px;
}
#cssmenu {
    line-height: 1;
}
#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 0px;
    background-color: #8f499c;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
#cssmenu &gt; ul &gt; li {
    float: left;
}
#cssmenu &gt; ul &gt; li &gt; a {
    background-color: transparent;
    display: block;
    color: #919191;
    padding: 0 13px;
    font-size: 13px;
    font-family: "regularFont";
    text-transform: uppercase;
}
#cssmenu &gt; ul &gt; li:hover &gt; a {
    color: #000000;
}
#cssmenu &gt; ul &gt; li.active &gt; a {
    color: #000000;
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a {
    padding-right: 25px;
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a::after {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #919191;
    border-right: 1px solid #919191;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}
#cssmenu &gt; ul &gt; li.has-sub:hover &gt; a::after {
    border-color: #000;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    top: 76px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
#cssmenu li:hover &gt; ul {
    left: auto;
    top: 66px;
}
#cssmenu.align-right li:hover &gt; ul {
    right: 0;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li a {
    padding: 0px 15px;
    width: 160px;
    background: #fff;
    text-decoration: none;
    border: 1px solid #efefef;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    font-size: 12px;
    font-family: "regularFont";
    color: #919191;
    text-transform: uppercase;
    line-height: 46px;
}
#cssmenu ul ul li a:hover,
#cssmenu ul ul li:hover &gt; a {
    color: #000;
}
#cssmenu ul ul li.has-sub &gt; a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}
#cssmenu ul ul li.has-sub:hover &gt; a::after {
    border-color: #fff;
}
@media all and (max-width: 979px) {
    #cssmenu &gt; ul &gt; li &gt; a {
        padding: 0 5px;
    }
}
@media all and (max-width: 768px) {
    #cssmenu {
        width: 100%;
    }
    #cssmenu ul {
        position: absolute;
        top: 100%;
        right: 0;
        margin-top: 17px;
        width: 220px;
        background-color: #a0a0a0;
        opacity: 0;
        visibility: hidden;
        transform: translateX(300px);
        -o-transform: translateX(300px);
        -ms-transform: translateX(300px);
        -moz-transform: translateX(300px);
        -webkit-transform: translateX(300px);
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    #cssmenu ul.open {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    #cssmenu ul li,
    #cssmenu ul li:hover &gt; ul &gt; li,
    #cssmenu ul ul li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }
    #cssmenu ul li a,
    #cssmenu ul li.active a {
        color: #fff;
        padding: 0 15px;
        line-height: 46px !important;
        border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
    #cssmenu ul li a:hover {
        background-color: #141414;
        color: #c6a981;
    }
    #cssmenu ul li ul {
        top: 0;
    }
    #cssmenu ul li:hover ul {
        top: 0;
    }
    #cssmenu &gt; ul &gt; li {
        float: none;
        display: block;
    }
    #cssmenu ul ul li a {
        padding: 0 25px;
        font-size: 12px;
        color: #ffffff;
        line-height: 36px !important;
        background-color: #a0a0a0;
        border: none;
        width: 100%;
    }
    #cssmenu ul ul li:hover a,
    #cssmenu ul ul li:hover &gt; a {
        color: #c6a981;
        background-color: #141414;
    }
    #cssmenu ul ul ul li a {
        padding-left: 40px;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
    }
    #cssmenu ul ul li.has-sub &gt; a::after,
    #cssmenu &gt; ul &gt; li.has-sub &gt; a::after,
    #menu-line {
        display: none;
    }
    #cssmenu #menu-button {
        display: block;
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #c6c6c6;
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    #cssmenu .submenu-button::after,
    #cssmenu .submenu-button::before {
        content: '';
        position: absolute;
        display: block;
        background: #fff;
        z-index: 99;
    }
    #cssmenu .submenu-button::after {
        top: 18px;
        left: 22px;
        width: 1px;
        height: 11px;
    }
    #cssmenu .submenu-button::before {
        left: 17px;
        top: 23px;
        width: 11px;
        height: 1px;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        display: none;
    }
}
.bannerSection {
    height: 100%;
    background: url(../img/home-banner-slide1.jpg) no-repeat center top;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}
.bannerSection h2 {
    margin: 270px 0 15px;
    font-size: 80px;
    font-family: "headingFont";
    color: #c6a981;
    line-height: 80px;
    text-transform: uppercase;
}
.bannerSection h1 {
    margin-bottom: 30px;
    padding-bottom: 45px;
    font-size: 50px;
    font-family: "headingFont";
    color: #222222;
    line-height: 50px;
    background: url(../img/element-divider.png) no-repeat center bottom;
    text-transform: uppercase;
}
.bannerSection a.click {
    display: inline-block;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 20px;
}
.bannerSection a.click:hover {
    color: #ed1b24;
}
.bannerSection a.scrollDown {
    position: absolute;
    left: 50%;
    bottom: 3%;
    margin: 0 0 0 -30px;
    font-size: 11px;
    font-family: "regularFont";
    color: #fff;
    line-height: 16px;
    animation: mouse 2s infinite;
    -moz-animation: mouse 2s infinite;
    -webkit-animation: mouse 2s infinite;
}
.bannerSection a.scrollDown span::before {
    content: "";
    width: 22px;
    height: 36px;
    display: block;
    margin: 0 0 12px 20px;
    background: url(../img/mouse-icon.png) no-repeat left top;
}
@keyframes mouse {
    0% {
        bottom: 3%;
    }
    50% {
        bottom: 5%;
    }
    100% {
        bottom: 3%;
    }
}

@-webkit-keyframes mouse {
    0% {
        bottom: 3%;
    }
    50% {
        bottom: 5%;
    }
    100% {
        bottom: 3%;
    }
}
.bannerSection a.scrollDown:hover span::before {
    background: url(../img/mouse-icon.png) no-repeat left bottom;
}
.bannerSection a.scrollDown:hover {
    color: #e1b987;
}
.commitmentSection {
    padding: 90px 0 120px;
    background: #ffffff url(../img/flower-element-gray.jpg) no-repeat right center;
}
.commitmentSection .heading {
    margin: 0 0 30px;
    font-size: 90px;
    font-family: "headingFont";
    color: #222222;
    line-height: 90px;
}
.commitmentSection .heading span {
    color: #c6a981;
}
.commitmentSection h2 {
    margin: 0 0 60px;
    padding: 0 0 60px;
    max-width: 66%;
    background: url(../img/double-border-line.jpg) repeat-x left bottom;
    font-size: 36px;
    font-family: "regularFont";
    color: #222222;
    line-height: 48px;
}
.commitmentSection .content {
    width: 45%;
    float: left;
    margin: 0 0 65px;
    text-align: left;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
}
.commitmentSection .content span {
    float: left;
    font-size: 100px;
    line-height: 90px;
    margin: 0 10px 0 0;
}
.commitmentSection .knowmore {
    width: 45%;
    float: right;
    text-align: left;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 22px;
}
.commitmentSection .knowmore a {
    color: #222222;
}
.commitmentSection .knowmore a span {
    color: #c6a981;
}
.commitmentSection .knowmore a span::before {
    content: "";
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 20px;
    background: #ffffff url(../img/knowmore-icon.png) no-repeat left top;
    border: 1px solid #ececec;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.commitmentSection .knowmore a:hover {
    color: #000000;
}
.commitmentSection .knowmore a:hover span {
    color: #c6a981;
}
.commitmentSection .knowmore a:hover span::before {
    background: #383838 url(../img/knowmore-icon.png) no-repeat left bottom;
    border: 1px solid #000000;
}
.commitmentSection ul.counterList {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: inline-block;
    text-align: left;
}
.commitmentSection ul.counterList li {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    text-align: center;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 20px;
}
.commitmentSection ul.counterList li span {
    width: auto;
    display: inline-block;
    margin: 0 0 12px;
    text-align: center;
    font-size: 48px;
    font-family: "regularFont";
    color: #222222;
    line-height: 48px;
}
.realEstateSection {
    background-color: #d2b68e;
}
.realEstateSection ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 0px;
}
.realEstateSection ul li {
    width: 33%;
    height: 360px;
    display: inline-block;
    vertical-align: top;
    padding: 80px 3% 0;
    border-bottom: 1px solid #c6ab86;
    border-right: 1px solid #c6ab86;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.realEstateSection ul li span.heading {
    display: block;
    padding-bottom: 22px;
    font-size: 28px;
    color: #000000;
    line-height: 32px;
}
.realEstateSection ul li img {
    margin-bottom: 25px;
    opacity: .3;
}
.realEstateSection ul li a {
    color: #222222;
}
.realEstateSection ul li:hover {
    background-color: #d1b081;
}
.realEstateSection ul li:hover img {
    opacity: .7;
    transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
}
.realEstateSection ul li:first-child {
    height: 360px;
    padding: 70px 3% 0;
    font-size: 20px;
    font-family: "regularFont";
    color: #000000;
    line-height: 28px;
    font-style: italic;
}
.realEstateSection ul li:first-child h2.heading {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 35px;
    background: url(../img/element-divider2.png) no-repeat center bottom;
    font-size: 36px;
    color: #000000;
    line-height: 48px;
    font-style: normal;
}
.realEstateSection ul li:nth-child(even) {
    background-color: #d4b992;
}
.realEstateSection ul li:nth-child(even):hover {
    background-color: #d3bd9e;
}
.realEstateSection ul li:nth-child(3),
.realEstateSection ul li:nth-child(6) {
    border-right: 0px solid #c6ab86;
}
.projectSection {
    padding: 40px 0 70px;
    background-color: #ffffff;
}
.projectSection .amaryllisLogo {
    margin-bottom: 20px;
}
.projectSection .amaryllisLogo img {
    width: 35%;
}
.projectSection h2 {
    display: block;
    margin-bottom: 50px;
    font-size: 36px;
    font-family: "regularFont";
    color: #000000;
    line-height: 42px;
}
.projectSection ul.projectList {
    margin: 0 0 40px;
    padding: 0;
    list-style-type: none;
    width: 100%;
    float: left;
    font-size: 0px;
}
.projectSection ul.projectList li {
    width: 100%;
    float: left;
}
.projectSection ul.projectList li h2 {
    display: block;
    margin-bottom: 0px;
    padding: 30px 0 20px;
    background: url(../img/element-divider.png) no-repeat left top;
    font-size: 35px;
    font-family: "regularFont";
    color: #000000;
    line-height: 42px;
}
.projectSection ul.projectList li p {
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
}
.projectSection ul.projectList li img {
    float: left;
    width: 60%;
}
.projectSection ul.projectList li .productDesc {
    width: 36%;
    float: right;
    margin: 45px 0 0;
}
.projectSection ul.projectList li:nth-child(even) {
    text-align: right;
}
.projectSection ul.projectList li:nth-child(even) h2 {
    background-position: right top;
}
.projectSection ul.projectList li:nth-child(even) img {
    float: right;
    width: 60%;
}
.projectSection ul.projectList li:nth-child(even) .productDesc {
    float: left;
}
.projectSection .knowmore {
    width: 60%;
    float: right;
    text-align: left;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 22px;
}
.projectSection .knowmore a {
    color: #222222;
}
.projectSection .knowmore a span {
    color: #c6a981;
}
.projectSection .knowmore a span::before {
    content: "";
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 20px;
    background: #ffffff url(../img/knowmore-icon.png) no-repeat left top;
    border: 1px solid #ececec;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.projectSection .knowmore a:hover {
    color: #000000;
}
.projectSection .knowmore a:hover span {
    color: #c6a981;
}
.projectSection .knowmore a:hover span::before {
    background: #383838 url(../img/knowmore-icon.png) no-repeat left bottom;
    border: 1px solid #000000;
}
footer {
    width: 100%;
    float: left;
    padding: 45px 0;
    background-color: #222222;
}
footer .footerColumn {
    width: 15.6%;
    float: left;
}
footer .footerColumn ul.linkList {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: inline-block;
}
footer .footerColumn ul.linkList li {
    width: 100%;
    display: inline-block;
    margin: 0 0 0px;
    padding: 0 0 0 20px;
    font-size: 14px;
    font-family: "regularFont";
    color: #a0a0a0;
    line-height: 28px;
}
footer .footerColumn ul.linkList li.listHeading {
    width: 100%;
    display: inline-block;
    border-left: 1px solid #c6a981;
    margin: 0 0 20px;
    font-size: 14px;
    color: #c6a981;
    line-height: 50px;
}
footer .footerColumn ul.linkList li a {
    color: #a0a0a0;
}
footer .footerColumn ul.linkList li a:hover {
    color: #fff;
}
footer .footerColumn:nth-child(6) {
    width: 21.6%;
}
footer .copyrightInfo {
    width: 100%;
    float: left;
    margin: 35px 0 0;
    text-align: center;
}
footer .copyrightInfo img {
    margin: 0 0 20px;
}
footer .copyrightInfo ul.smoIcon {
    margin: 0 0 10px;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: inline-block;
}
footer .copyrightInfo ul.smoIcon li {
    display: inline-block;
    margin: 0 8px;
}
footer .copyrightInfo ul.smoIcon li a {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../img/smo-icon.png) no-repeat left top;
    text-indent: -999999px;
    opacity: .5;
}
footer .copyrightInfo ul.smoIcon li a:hover {
    opacity: 1;
}
footer .copyrightInfo ul.smoIcon li a.facebook {
    background-position: left top;
}
footer .copyrightInfo ul.smoIcon li a.twitter {
    background-position: -16px top;
}
footer .copyrightInfo ul.smoIcon li a.instagram {
    background-position: -32px top;
}
footer .copyrightInfo ul.smoIcon li a.youtube {
    background-position: -48px top;
}
footer .copyrightInfo ul.smoIcon li a.linkedin {
    background-position: -64px top;
}
footer .copyrightInfo p {
    font-size: 14px;
    font-family: "regularFont";
    color: #a0a0a0;
    line-height: 28px;
}
footer .copyrightInfo p a {
    color: #a0a0a0;
}
footer .copyrightInfo p a:hover {
    color: #ffffff;
}
/* real estate list page */

.innerBanner, .homeBanner {
    margin: 66px 0 0;
}
.innerBanner .bannerSlider {
    position: relative;
}
.innerBanner img {
    width: 100%;
}
.commercialSection {
    padding: 80px 0;
    background-color: #ffffff;
}
.commercialSection .featureSlider {
    position: relative;
}
.commercialSection .featureSlider h2 {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 130px;
    font-family: "headingFont";
    color: #f7f7f7;
    line-height: 136px;
}
.commercialSection .featureSlider .flexslider {
    width: 100%;
    float: left;
    margin: 0 0 90px;
}
.commercialSection .featureSlider .flexslider .featureSlide {
    width: auto;
    float: left;
    margin: 70px 0 0;
}
.commercialSection .featureSlider .flexslider .featureDescription {
    width: 36%;
    float: right;
    margin: 90px 0 0;
}
.commercialSection .featureSlider .flexslider .featureDescription h2,
.commercialSection .featureSlider .flexslider .featureDescription h1 {
    display: block;
    padding-bottom: 70px;
    font-size: 44px;
    font-family: "headingFont";
    color: #222222;
    line-height: 1.2;
    font-weight: bold;
}
.commercialSection .featureSlider .flexslider .featureDescription h3 {
    display: block;
    padding: 35px 0 20px;
    background: url(../img/element-divider.png) no-repeat left top;
    font-size: 36px;
    font-family: "headingFont";
    color: "regularFont";
    line-height: 42px;
}
.commercialSection .featureSlider .flexslider .featureDescription p {
    padding: 0 0 40px;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
}
.commercialSection .featureSlider .flexslider .featureDescription .knowmore {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 22px;
}
.commercialSection .featureSlider .flexslider .featureDescription .knowmore a {
    color: #222222;
}
.commercialSection .featureSlider .flexslider .featureDescription .knowmore a span {
    color: #c6a981;
}
.commercialSection .featureSlider .flexslider .featureDescription .knowmore a span::before {
    content: "";
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 20px;
    background: #ffffff url(../img/knowmore-icon.png) no-repeat left top;
    border: 1px solid #ececec;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.commercialSection .featureSlider .flexslider .featureDescription .knowmore a:hover {
    color: #000000;
}
.commercialSection .featureSlider .flexslider .featureDescription .knowmore a:hover span {
    color: #c6a981;
}
.commercialSection .featureSlider .flexslider .featureDescription .knowmore a:hover span::before {
    background: #383838 url(../img/knowmore-icon.png) no-repeat left bottom;
    border: 1px solid #000000;
}
.commercialSection .projectList h2:not(.place) {
    width: 100%;
    display: block;
    margin: 0 0 55px;
    padding: 0 0 35px;
    background: url(../img/element-divider.png) no-repeat center bottom;
    text-align: center;
    font-size: 36px;
    font-family: "regularFont";
    color: #222222;
    line-height: 42px;
}
.commercialSection .projectList ul.list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    float: left;
    font-size: 0px;
}
.commercialSection .projectList ul.list li {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1.5% 50px;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 22px;
}
.commercialSection .projectList ul.list li a {
    color: #222222;
}
.commercialSection .projectList ul.list li a img {
    width: 100%;
}
.commercialSection .projectList ul.list li a span {
    display: block;
    position: relative;
    padding: 0 0 10px;
    font-size: 24px;
    line-height: 30px;
}
.commercialSection .projectList ul.list li a i {
    opacity: 0;
    position: absolute;
    left: 3%;
    top: 4%;
    right: 3%;
    bottom: 7%;
    background-color: rgba(0, 0, 0, 0.8);
    font-style: normal;
    font-size: 14px;
    font-family: "regularFont";
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.commercialSection .projectList ul.list li a i small {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -13px 0 0 -51px;
    padding-bottom: 5px;
    border-bottom: 1px solid #948c8b;
    font-size: 14px;
    letter-spacing: 2px;
}
.commercialSection .projectList ul.list li a:hover i {
    opacity: 1;
}
.projectList h2.place {
    font-size: 14px;
    line-height: 1.4;
}
.detailSection {
    padding: 90px 0 0px;
    background: #ffffff url(../img/flower-element-gray.jpg) no-repeat right center;
}
.detailSection h1 {
    margin: 0 0 30px;
    font-size: 72px;
    font-family: "headingFont";
    color: #222222;
    line-height: 72px;
    font-weight: bold;
}
.detailSection h1 span {
    color: #c6a981;
}
.detailSection h2 {
    margin: 0 0 60px;
    padding: 0 0 60px;
    max-width: 65%;
    background: url(../img/double-border-line.jpg) repeat-x left bottom;
    font-size: 36px;
    font-family: "regularFont";
    color: #222222;
    line-height: 48px;
}
.detailSection .content {
    width: 75%;
    float: left;
    margin: 0 0 175px;
    text-align: left;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
}
.detailSection .content span {
    float: left;
    font-size: 100px;
    line-height: 90px;
    margin: 0 10px 20px 0;
}
.detailSection ul.counterList {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: inline-block;
    text-align: left;
}
.detailSection ul.counterList li {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 20px;
}
.detailSection ul.counterList li span {
    width: auto;
    display: inline-block;
    margin: 0 0 12px;
    text-align: center;
    font-size: 48px;
    font-family: "regularFont";
    color: #222222;
    line-height: 48px;
}
.detailSection .tobeContinued {
    margin: 120px 0 50px;
    font-size: 36px;
    font-family: "regularFont";
    color: #222222;
    line-height: 42px;
    text-align: center;
}
.detailSection .tobeContinued span {
    display: inline-block;
    padding: 0 0 35px;
    background: url(../img/element-divider.png) no-repeat center bottom;
}
.locationSection {
    text-align: center;
}
.locationSection span {
    width: auto;
    height: 45px;
    display: inline-block;
    position: relative;
    margin: 0 0 55px;
    padding: 0 35px;
    border: 1px solid #cccccc;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 45px;
}
.locationSection span img {
    position: absolute;
    left: 50%;
    top: 45px;
    margin-left: -10px;
    width: auto;
    height: auto;
}
.locationSection img {
    width: 100%;
}
.careerSection {
    padding: 160px 0 120px;
    background-color: #ffffff;
}
.careerSection h2,
.careerSection h1 {
    margin: 0 0 35px;
    padding: 0 0 35px;
    background: url(../img/element-divider.png) no-repeat center bottom;
    font-size: 36px;
    font-family: "regularFont";
    color: #222222;
    line-height: 42px;
    text-align: center;
    max-width: 100%;
}
.careerSection .defaultText {
    margin: 0 0 60px;
    text-align: center;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
}
.careerSection .accordionPanel .mypets {
    padding: 20px 0;
    background: url(../img/open-accordion-icon.png) no-repeat right center;
    font-size: 20px;
    font-family: "regularFont";
    color: #222222;
    line-height: 26px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}
.careerSection .accordionPanel .mypets.openpet {
    background: url(../img/close-accordion-icon.png) no-repeat right center;
}
.careerSection .accordionPanel .mypets img {
    vertical-align: top;
    margin: 0 12px 0 0;
}
.careerSection .accordionPanel .mypets img.leftSpace {
    margin: 0 12px 0 30px;
}
.careerSection .accordionPanel .thepet {
    padding: 25px 0 0px;
    border-bottom: 1px solid #e5e5e5;
}
.careerSection .accordionPanel .thepet p {
    margin: 0 0 25px;
    text-align: left;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
}
.careerSection .accordionPanel .thepet p a.applynowClick {
    width: auto;
    height: 42px;
    display: inline-block;
    padding: 0 21px;
    background-color: #c6a981;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    font-family: "regularFont";
    color: #ffffff;
    line-height: 42px;
}
.careerSection .accordionPanel .thepet p a.applynowClick:hover {
    background-color: #a68d6b;
}
.applynowCont {
    width: 720px;
    display: inline-block;
	position:relative;
    padding: 60px;
    background-color: #ffffff;
    height: 380px;
}
.applynowCont #succmsg {
	text-align:center;
    font-size: 14px;
    font-family: "regularFont";
    color: #000;
    line-height: 30px;
    position: static;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    padding: 0 15px;
}
.applynowCont .formRow {
    width: 100%;
    float: left;
    margin: 0 0 15px;
}
.applynowCont .formRow:last-child {
    margin: 0 0 0px;
}
.applynowCont .formRow label {
    width: 48%;
    float: left;
    overflow: hidden;
}
.applynowCont .formRow label span.warning {
	font-size:14px;
	color:#ff0000;
	text-align:left;
}
.applynowCont .formRow .inputerror{font-size: 12px; display: block; line-height: 1.2;}
.applynowCont .formRow label.right {
    float: right;
}
.applynowCont .formRow input[type=text] {
    height: 48px;
    line-height: 48px;
    font-family: "regularFont";
    border: 1px solid #dddddd;
}
.applynowCont .formRow input[type=file] {
    height: 48px;
    line-height: 48px;
    font-family: "regularFont";
    border: 1px solid #dddddd;
	padding:0;
}
.applynowCont .formRow button[type=submit] {
    width: auto;
    height: 47px;
    display: inline-block;
	position:relative;
    padding: 0 50px;
    background-color: #c6a981;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    font-family: "regularFont";
    color: #ffffff;
    line-height: 47px;
}
.applynowCont .formRow button[type=submit]:hover {
    background-color: #a68d6b;
}
.applynowCont #loader {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	transition:all .3s linear;
	-webkit-transition:all .3s linear;
}
.applynowCont #loader::before {
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	margin:-15px 0 0 -15px;
	width:30px;
	height:30px;
	border:2px solid #fff;
	border-right-color:#000;
	border-radius:100%;;
	-webkit-border-radius:100%;
	animation:circle 0.8s linear infinite;
	-webkit-animation:circle 0.8s linear infinite;
}
@keyframes circle {
	to { transform: rotate(360deg); }
}
@-webkit-keyframes circle {
	to { transform: rotate(360deg); }
}
.aboutSection {
    padding: 160px 0 120px;
    background-color: #ffffff;
    text-align: center;
}
.aboutSection h2,
.aboutSection h1 {
    margin: 0 0 35px;
    padding: 0 0 35px;
    background: url(../img/element-divider.png) no-repeat center bottom;
    font-size: 36px;
    font-family: "regularFont";
    color: #222222;
    line-height: 42px;
    text-align: center;
}
.aboutSection .defaultText {
    margin: 0 0 60px;
    text-align: center;
    max-width: 96%;
    display: block;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
}
.aboutSection .defaultText strong {
    font-weight: bold;
}
.aboutSection .defaultText.last {
    margin: 0 0 0;
}
.aboutSection .accordionPanel {
    margin: 0 0 60px;
}
.aboutSection .accordionPanel .mypets {
    padding: 18px 0;
    background: url(../img/about-open-accordion.png) no-repeat right center;
    font-size: 14px;
    font-family: "regularFont";
    color: #333333;
    line-height: 26px;
    font-weight: bold;
    text-align: left;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
}
.aboutSection .accordionPanel .mypets.openpet {
    background: url(../img/about-close-accordion.png) no-repeat right center;
    color: #c6a981;
}
.aboutSection .accordionPanel .mypets img {
    vertical-align: top;
    margin: 0 12px 0 0;
}
.aboutSection .accordionPanel .mypets img.leftSpace {
    margin: 0 12px 0 30px;
}
.aboutSection .accordionPanel .thepet {
    padding: 0 0 0px;
}
.aboutSection .accordionPanel .thepet p {
    margin: 0 0 25px;
    text-align: left;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
}
.aboutSection .accordionPanel .thepet p a.applynowClick {
    width: auto;
    height: 47px;
    display: inline-block;
    padding: 0 50px;
    background-color: #c6a981;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    font-family: "regularFont";
    color: #ffffff;
    line-height: 47px;
}
.aboutSection .accordionPanel .thepet p a.applynowClick:hover {
    background-color: #a68d6b;
}
.clientSection {
    padding: 160px 0 120px;
    background-color: #ffffff;
    text-align: center;
}
.clientSection h1,
.clientSection h2 {
    margin: 0 0 35px;
    padding: 0 0 35px;
    background: url(../img/element-divider.png) no-repeat center bottom;
    font-size: 36px;
    font-family: "regularFont";
    color: #222222;
    line-height: 42px;
    text-align: center;
    max-width: 100%;
}
.clientSection h2 span {
    display: block;
    font-size: 20px;
    line-height: 28px;
}
.clientSection .defaultText {
    margin: 0 0 60px;
    text-align: center;
    max-width: 96%;
    display: block;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
}
.clientSection .defaultText.last {
    margin: 0 0 0;
}
.clientSection .filterSection {
    width: 100%;
    display: block;
    text-align: center;
}
.clientSection .filterSection .programs {
    margin: 0 0 45px;
    font-size: 0px;
}
.clientSection .filterSection .programs a {
    width: auto;
    display: inline-block;
    margin: 0 12px;
    border-bottom: 2px solid #ffffff;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 40px;
}
.clientSection .filterSection .programs a:hover {
    color: #c6a981;
}
.clientSection .filterSection .programs a.active {
    color: #c6a981;
    border-bottom: 2px solid #c6a981;
}
.clientSection .filterSection .courses {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0px;
}
.clientSection .filterSection .courses li {
    width: 178px;
    vertical-align: top;
    margin: 0 8px 15px;
}
.clientSection .filterSection .courses li img {
    border: 1px solid #cecece;
}
.clientSection .filterSection .mix-target {
    display: none;
}
.overviewSection {
    padding: 35px 0;
    background: #ffffff url(../img/flower-element-gray.jpg) no-repeat right center;
}
.overviewSection h1 {
    margin: 0 0 30px;
    font-size: 90px;
    font-family: "headingFont";
    color: #222222;
    line-height: 90px;
}
.overviewSection h1 span {
    color: #c6a981;
}
.overviewSection h2 {
    margin: 0 0 60px;
    padding: 0 0 60px;
    max-width: 65%;
    background: url(../img/double-border-line.jpg) repeat-x left bottom;
    font-size: 36px;
    font-family: "regularFont";
    color: #222222;
    line-height: 48px;
}
.overviewSection .content {
    width: 75%;
    float: left;
    margin: 0 0 65px;
    text-align: left;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
}
.overviewSection .content span {
    float: left;
    font-size: 100px;
    line-height: 90px;
    margin: 0 10px 0 0;
}
.overviewSection .content2 {
    width: 85%;
    float: left;
    text-align: left;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
}
.overviewSection .content2 img {
    float: left;
    margin: 0 40px 40px 0;
}
.portfolioDetailSection {
    padding: 150px 0 60px;
}

.portfolioDetailSection h1 {
	width:70%;
	display:inline-block;
    margin: 0 0 35px;
    font-size: 90px;
    font-family: "headingFont";
    color: #222222;
    line-height: 90px;
    font-weight: bold;
}
.portfolioDetailSection h1 span {
    color: #c6a981;
}
.portfolioDetailSection .heading {
    width:100%;
	float:left;
	margin:0 0 60px;
	padding: 0 0 60px;
   background:url(../img/double-border-line.jpg) left bottom repeat-x;
}
.portfolioDetailSection h2 {
	width:72%;
	display:inline-block;
   font-size: 34px;
    font-family: "regularFont";
    color: #222222;
    line-height: 48px;
}
.portfolioDetailSection h2.small {
	width:100%;
	display:inline-block;
    font-size: 50px;
    line-height: 42px;
    margin: 0 0 35px;
    font-family: "headingFont";
    color: #222222;


    margin-bottom: 35px;
    padding-bottom: 0;
}
.portfolioDetailSection .flowerEle {
	width:auto; float: right; margin:-100px 0 0;
}
.portfolioDetailSection .graphSection {
    width:75%;
    float: left;
    margin: 0 0 60px;
}
.portfolioDetailSection .graphSection .graph01 {
    width: 45%;
    float: left;
}
.portfolioDetailSection .graphSection .graph01 img {
    width: auto;
}
.portfolioDetailSection .graphSection .graph02 {
    width: 45%;
    float: right;
}
.portfolioDetailSection .graphSection .graph02 img {
    width: auto;
}
.portfolioDetailSection .content {
    width: 100%;
    margin: 0 0 65px;
    text-align: left;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
}
.portfolioDetailSection .content span {
    float: left;
    font-size: 100px;
    line-height: 78px;
    margin: 0 10px 0 0;
}
.portfolioDetailSection .educationRow {
    width: 90%;
    float: left;
    margin: 0 0 80px;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
}
.portfolioDetailSection .educationRow .slide {
    width: 45%;
    float: left;
    margin: 0 40px 20px 0;
}
.portfolioDetailSection .educationRow .slide img {
    width: 100%;
}
.portfolioDetailSection .educationRow h3 {
    padding: 0 0 25px;
    display: block;
    font-size: 36px;
    font-family: "regularFont";
    color: #222222;
    line-height: 48px;
}
.portfolioDetailSection .educationRow p {
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
}
.portfolioDetailSection .educationRow .knowmore {
    width: 100%;
    float: left;
    margin: 30px 0 0;
    text-align: left;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 22px;
}
.portfolioDetailSection .educationRow .knowmore a {
    color: #222222;
}
.portfolioDetailSection .educationRow .knowmore a span {
    color: #c6a981;
}
.portfolioDetailSection .educationRow .knowmore a span::before {
    content: "";
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 20px;
    background: #ffffff url(../img/knowmore-icon.png) no-repeat left top;
    border: 1px solid #ececec;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.portfolioDetailSection .educationRow .knowmore a:hover {
    color: #000000;
}
.portfolioDetailSection .educationRow .knowmore a:hover span {
    color: #c6a981;
}
.portfolioDetailSection .educationRow .knowmore a:hover span::before {
    background: #383838 url(../img/knowmore-icon.png) no-repeat left bottom;
    border: 1px solid #000000;
}
.portfolioDetailSection .educationRow:nth-child .slide {
    float: right;
    margin: 0 0 20px 40px;
}
.portfolioDetailSection .educationRow:nth-child .slide img {
    width: 100%;
}
.portfolioDetailSection .educationRow:nth-child h3 {
    text-align: right;
}
.portfolioDetailSection .educationRow:nth-child p {
    text-align: left;
}
.portfolioDetailSection .educationRow:nth-child .knowmore {
    width: auto;
    float: right;
}
.portfolioDetailSection .row {
    width: 100%;
    display: inline-block;
}
.portfolioDetailSection .row .column {
    margin: 0 0 35px;
    display: block;
    background: url(../img/element-divider.png) no-repeat left top;
}
.portfolioDetailSection .row .column img {
    padding: 25px 30px 30px 0;
}
.portfolioDetailSection .bussiness-school {
    width: 90%;
    float: left;
    margin: 0 0 80px;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
}
.portfolioDetailSection .bussiness-school .colLeft {
    width: 45%;
    float: left;
    text-align: right;
    margin: 0 40px 20px 0;
}
.portfolioDetailSection .bussiness-school .colRight {
    width: 51%;
    float: right;
}
.portfolioDetailSection .bussiness-school h3 {
    padding: 0 0 25px;
    float: right;
    font-size: 36px;
    font-family: "regularFont";
    color: #222222;
    line-height: 48px;
}
.portfolioDetailSection .bussiness-school .colLeft img {
    padding: 0px
}
.portfolioDetailSection .bussiness-school p {
    float: left;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
}
.portfolioDetailSection .bussiness-school .knowmore {
    width: 100%;
    float: left;
    margin: 30px 0 0;
    text-align: left;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 22px;
}
.portfolioDetailSection .bussiness-school .knowmore a {
    color: #222222;
}
.portfolioDetailSection .bussiness-school .knowmore a span {
    color: #c6a981;
}
.portfolioDetailSection .bussiness-school .knowmore a span::before {
    content: "";
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 20px;
    background: #ffffff url(../img/knowmore-icon.png) no-repeat left top;
    border: 1px solid #ececec;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.portfolioDetailSection .bussiness-school .knowmore a:hover {
    color: #000000;
}
.portfolioDetailSection .bussiness-school .knowmore a:hover span {
    color: #c6a981;
}
.portfolioDetailSection .bussiness-school .knowmore a:hover span::before {
    background: #383838 url(../img/knowmore-icon.png) no-repeat left bottom;
    border: 1px solid #000000;
}
.portfolioDetailSection .vivek-vihar {
    width: 90%;
    float: left;
    margin: 0 0 80px;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
}
.portfolioDetailSection .vivek-vihar .colRight {
    width: 48%;
    float: right;
    text-align: left;
    margin: 0 40px 20px 0;
}
.portfolioDetailSection .vivek-vihar .colLeft {
    width: 45%;
    float: left;
}
.portfolioDetailSection .vivek-vihar .colLeft img {
    width: 100%;
}
.portfolioDetailSection .vivek-vihar h3 {
    padding: 0 0 25px;
    float: left;
    font-size: 36px;
    font-family: "regularFont";
    color: #222222;
    line-height: 48px;
}
.portfolioDetailSection .vivek-vihar .colRight img {
    padding: 0px
}
.portfolioDetailSection .vivek-vihar p {
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
}
.portfolioDetailSection .faridabad {
    width: 90%;
    float: left;
    margin: 0 0 80px;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
}
.portfolioDetailSection .faridabad .colLeft {
    width: 45%;
    float: left;
    text-align: right;
    margin: 0 40px 20px 0;
}
.portfolioDetailSection .faridabad .colRight {
    width: 51%;
    float: right;
}
.portfolioDetailSection .faridabad .colRight img {
    width: 100%;
}
.portfolioDetailSection .faridabad h3 {
    padding: 0 0 25px;
    float: right;
    font-size: 36px;
    font-family: "regularFont";
    color: #222222;
    line-height: 48px;
}
.portfolioDetailSection .faridabad .colLeft img {
    padding: 0px
}
.portfolioDetailSection .faridabad p {
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
}
@media all and (max-width: 1169px) {
    .wrapper {
        width: 92%;
    }
    /* real estate page */

    .commercialSection .featureSlider .flexslider .featureSlide {
        width: 60%;
    }
    .commercialSection .featureSlider .flexslider .featureSlide img {
        width: 100%;
    }
    .flex-direction-nav a {
        top: 50% !important;
        margin-top: -120px;
    }
    .flex-direction-nav a.flex-prev {
        left: 0 !important;
    }
    .flex-direction-nav a.flex-next {
        left: 100% !important;
        margin-left: -80px;
    }
}
@media all and (max-width: 1023px) {
    .projectSection ul.projectList li .productDesc {
        width: 35%;
        float: right;
        margin: 10px 0 0;
    }
}
@media all and (max-width: 979px) {
    .projectSection ul.projectList {
        margin-bottom: 0px;
    }
    .projectSection ul.projectList li {
        margin-bottom: 45px;
    }
    .projectSection ul.projectList li h2 {
        padding: 20px 0 5px;
        font-size: 28px;
        line-height: 36px;
    }
    .projectSection ul.projectList li img {
        float: left;
        width: 45%;
    }
    .projectSection ul.projectList li .productDesc {
        width: 45%;
        float: right;
        margin: 0px 0 0;
    }
    .projectSection ul.projectList li:nth-child(even) img {
        float: right;
        width: 45%;
    }
    .projectSection .knowmore {
        width: 60%;
        float: right;
        text-align: left;
        font-size: 14px;
        font-family: "regularFont";
        color: #222222;
        line-height: 22px;
    }
    .projectSection .knowmore a {
        color: #222222;
    }
    .projectSection .knowmore a span {
        color: #c6a981;
    }
    .projectSection .knowmore a span::before {
        content: "";
        width: 45px;
        height: 45px;
        float: left;
        margin-right: 20px;
        background: #ffffff url(../img/knowmore-icon.png) no-repeat left top;
        border: 1px solid #ececec;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .projectSection .knowmore a:hover {
        color: #000000;
    }
    .projectSection .knowmore a:hover span {
        color: #c6a981;
    }
    .projectSection .knowmore a:hover span::before {
        background: #383838 url(../img/knowmore-icon.png) no-repeat left bottom;
        border: 1px solid #000000;
    }
    /* real estate page */

    .commercialSection .featureSlider .flexslider .featureSlide {
        width: 100%;
        margin: 0 0 0;
        text-align: center;
    }
    .commercialSection .featureSlider .flexslider .featureSlide img {
        width: 70%;
        display: inline-block;
    }
    .commercialSection .featureSlider .flexslider .featureDescription {
        width: 100%;
        margin: 60px 0 0;
        text-align: center;
    }
    .commercialSection .featureSlider .flexslider .featureDescription h2 {
        padding-bottom: 30px;
    }
    .commercialSection .featureSlider .flexslider .featureDescription h2 br {
        display: none;
    }
    .commercialSection .featureSlider .flexslider .featureDescription h3 {
        background: url(../img/element-divider.png) no-repeat center top;
    }
    .commercialSection .featureSlider .flexslider .featureDescription p {
        padding: 0 0 40px;
        font-size: 14px;
        font-family: "regularFont";
        color: #222222;
        line-height: 28px;
    }
    .commercialSection .featureSlider .flexslider .featureDescription .knowmore {
        width: 60%;
        float: right;
        text-align: left;
        font-size: 14px;
        font-family: "regularFont";
        color: #222222;
        line-height: 22px;
    }
    /* real estate detail */

    .detailSection h1 {
        margin: 0 0 15px;
        font-size: 72px;
        line-height: 78px;
        font-weight: normal;
    }
    .detailSection h2 {
        margin: 0 0 35px;
        padding: 0 0 35px;
        max-width: 65%;
        font-size: 28px;
        line-height: 42px;
    }
    .detailSection .content {
        width: 75%;
        margin: 0 0 35px;
    }
    /* real estate detail */

    .overviewSection h1 {
        margin: 0 0 15px;
        font-size: 72px;
        line-height: 78px;
        font-weight: normal;
    }
    .overviewSection h2 {
        margin: 0 0 35px;
        padding: 0 0 35px;
        max-width: 65%;
        font-size: 28px;
        line-height: 36px;
    }
    .overviewSection .content {
        width: 75%;
        margin: 0 0 35px;
    }
    .overviewSection .content2 {
        width: 75%;
        margin: 0 0 35px;
    }
    /* portfolio detail section */

    .portfolioDetailSection .educationRow h3 {
        font-size: 32px;
        line-height: 42px;
    }
}
@media all and (max-width: 768px) {
    .bannerSection h2 {
        margin: 270px 0 15px;
        font-size: 62px;
        line-height: 62px;
    }
    .bannerSection h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .bannerSection a.scrollDown {
        display: none;
    }
    .commitmentSection {
        padding: 60px 0 60px;
        background: #ffffff none;
    }
    .commitmentSection p.heading {
        margin: 0 0 15px;
        font-size: 52px;
        line-height: 58px;
    }
    .commitmentSection h2 {
        margin: 0 0 35px;
        padding: 0 0 35px;
        max-width: 100%;
        font-size: 28px;
        line-height: 36px;
    }
    .commitmentSection .content {
        width: 100%;
        margin: 0 0 35px;
    }
    .commitmentSection .content span {
        float: left;
        font-size: 60px;
        line-height: 50px;
        margin: 0 10px 0 0;
    }
    .commitmentSection .knowmore {
        width: 100%;
        margin-bottom: 35px;
    }
    .commitmentSection ul.counterList li {
        margin-right: 10px;
        text-align: center;
        font-size: 14px;
        font-family: "regularFont";
        color: #222222;
        line-height: 20px;
    }
    .commitmentSection ul.counterList li span {
        font-size: 36px;
        line-height: 36px;
    }
    .realEstateSection ul li {
        width: 43.8%;
    }
    .projectSection {
        padding: 60px 0 60px;
    }
    .projectSection .amaryllisLogo img {
        width: 60%;
    }
    .projectSection h2 {
        display: block;
        margin-bottom: 35px;
        font-size: 28px;
        line-height: 36px;
    }
    .projectSection ul.projectList {
        margin-bottom: 0px;
    }
    .projectSection ul.projectList li {
        margin-bottom: 45px;
    }
    .projectSection ul.projectList li h2 {
        padding: 20px 0 5px;
        font-size: 28px;
        line-height: 36px;
    }
    .projectSection ul.projectList li img {
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }
    .projectSection ul.projectList li .productDesc {
        width: 100%;
        float: right;
        margin: 0px 0 0;
    }
    .projectSection ul.projectList li:nth-child(even) img {
        float: right;
        width: 100%;
    }
    .projectSection .knowmore {
        width: 60%;
        float: right;
        text-align: left;
        font-size: 14px;
        font-family: "regularFont";
        color: #222222;
        line-height: 22px;
    }
    .projectSection .knowmore a {
        color: #222222;
    }
    .projectSection .knowmore a span {
        color: #c6a981;
    }
    .projectSection .knowmore a span::before {
        content: "";
        width: 45px;
        height: 45px;
        float: left;
        margin-right: 20px;
        background: #ffffff url(../img/knowmore-icon.png) no-repeat left top;
        border: 1px solid #ececec;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .projectSection .knowmore a:hover {
        color: #000000;
    }
    .projectSection .knowmore a:hover span {
        color: #c6a981;
    }
    .projectSection .knowmore a:hover span::before {
        background: #383838 url(../img/knowmore-icon.png) no-repeat left bottom;
        border: 1px solid #000000;
    }
    footer {
        padding: 25px 0;
    }
    footer .footerColumn {
        display: none;
    }
    footer .copyrightInfo {
        margin: 0px 0 0;
    }
    /* real estate page */

    .flex-control-nav {
        display: none;
    }
    .flex-direction-nav a {
        width: 50px !important;
        height: 50px !important;
        background: #ffffff url(../img/flex-controls2.png) no-repeat left top !important;
    }
    .flex-direction-nav a.flex-prev {
        background-position: left top !important;
    }
    .flex-direction-nav a.flex-next {
        background-position: right top !important;
        margin-left: -50px;
    }
    .flex-direction-nav a:hover {
        background: #222222 url(../img/flex-controls2.png) no-repeat left top bottom !important;
        border: 1px solid #222222 !important;
    }
    .commercialSection {
        padding: 60px 0;
        background-color: #ffffff;
    }
    .commercialSection .featureSlider {
        position: relative;
    }
    .commercialSection .featureSlider h1 {
        display: none;
    }
    .commercialSection .featureSlider .flexslider {
        margin: 0 0 60px;
    }
    .commercialSection .featureSlider .flexslider .featureSlide {
        margin: 0px 0 0;
    }
    .commercialSection .featureSlider .flexslider .featureDescription {
        width: 100%;
        float: right;
        margin: 60px 0 0;
    }
    .commercialSection .featureSlider .flexslider .featureDescription h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .commercialSection .featureSlider .flexslider .featureDescription h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .commercialSection .featureSlider .flexslider .featureDescription p {
        padding: 0 0 25px;
    }
    .commercialSection .projectList h2 {
        margin: 0 0 40px;
        padding: 0 0 30px;
        font-size: 28px;
        line-height: 34px;
    }
    .commercialSection .projectList ul.list li {
        width: 46%;
        margin: 0 2% 35px;
    }
    .commercialSection .projectList ul.list li a {
        color: #222222;
    }
    .commercialSection .projectList ul.list li a img {
        width: 100%;
    }
    .commercialSection .projectList ul.list li a span {
        padding: 0 0 5px;
        font-size: 16px;
        line-height: 22px;
    }
    /* real estate detail */

    .detailSection {
        padding: 60px 0 20px;
        background: #ffffff none;
    }
    .detailSection h1 {
        margin: 0 0 15px;
        font-size: 52px;
        line-height: 58px;
        font-weight: normal;
    }
    .detailSection h2 {
        margin: 0 0 35px;
        padding: 0 0 35px;
        max-width: 100%;
        font-size: 28px;
        line-height: 36px;
    }
    .detailSection .content {
        width: 100%;
        margin: 0 0 35px;
    }
    .detailSection .content span {
        float: left;
        font-size: 60px;
        line-height: 50px;
        margin: 0 10px 0 0;
    }
    .detailSection .knowmore {
        width: 100%;
        margin-bottom: 35px;
    }
    .detailSection ul.counterList li {
        margin-right: 10px;
        text-align: center;
        font-size: 14px;
        font-family: "regularFont";
        color: #222222;
        line-height: 20px;
    }
    .detailSection ul.counterList li span {
        font-size: 28px;
        line-height: 34px;
    }
    .detailSection .tobeContinued {
        margin: 60px 0 25px;
        font-size: 28px;
        line-height: 34px;
    }
    /* portfolio detail section */

    .portfolioDetailSection {
        padding: 120px 0 0px;

    }
    .portfolioDetailSection h1 {
		width:100%;
        text-align:center;
    }
    .portfolioDetailSection h2 {
       	width: 100%;
        text-align:center;
    }
	.portfolioDetailSection .heading .flowerEle {
    width:100%; text-align:center; margin:40px 0 0 ;
}
    .portfolioDetailSection h2.small {
		width:100%;
        font-size: 32px;
        line-height: 42px;
		text-align:left;
    }
    .portfolioDetailSection .graphSection {
        width: 100%;
        float: left;
        margin: 0 0 60px;
    }
    .portfolioDetailSection .graphSection .graph01 {
        width: 45%;
    }
    .portfolioDetailSection .graphSection .graph01 img {
        width: auto;
    }
    .portfolioDetailSection .graphSection .graph02 {
        width: 45%;
    }
    .portfolioDetailSection .graphSection .graph02 img {
        width: auto;
    }
    .portfolioDetailSection .content {
        width: 100%;
        float: left;
        margin: 0 0 65px;
        text-align: left;
        font-size: 14px;
        font-family: "regularFont";
        color: #222222;
        line-height: 28px;
    }
    .portfolioDetailSection .content span {
        float: left;
        font-size: 80px;
        line-height: 66px;
        margin: 0 10px 0 0;
    }
    .portfolioDetailSection .educationRow {
        width: 100%;
        float: left;
        margin: 0 0 60px;
        font-size: 14px;
        font-family: "regularFont";
        color: #222222;
        line-height: 28px;
    }
    .portfolioDetailSection .educationRow .slide {
        width: 100%;
        float: left;
        margin: 0 0 35px 0;
    }
    .portfolioDetailSection .educationRow .slide img {
        width: 100%;
    }
    .portfolioDetailSection .educationRow h3 {
        padding: 0 0 25px;
        display: block;
        font-size: 28px;
        line-height: 36px;
    }
    .portfolioDetailSection .row {
        margin-bottom: 35px;
    }
    .portfolioDetailSection .row .column {
        width: 100%;
        margin-bottom: 35px;
    }
    .portfolioDetailSection .row .column h2 {
        margin: 0 0 0;
        padding: 25px 0 0;
        display: block;
        font-size: 24px;
        line-height: 36px;
    }
    .portfolioDetailSection .vivek-vihar {
        width: 100%;
        float: left;
        margin: 0 0 60px;
        font-size: 14px;
        font-family: "regularFont";
        color: #222222;
        line-height: 28px;
    }
    .portfolioDetailSection .vivek-vihar .colLeft {
        width: 100%;
        float: left;
    }
    .portfolioDetailSection .vivek-vihar .colLeft img {
        width: 100%;
    }
    .portfolioDetailSection .vivek-vihar .colRight {
        width: 100%;
        float: left;
    }
    .portfolioDetailSection .vivek-vihar .colRight img {
        float: left;
        padding: 20px 0 10px
    }
    .portfolioDetailSection .vivek-vihar h3 {
        width: 100%;
        padding: 0 0 25px;
        display: block;
        font-size: 28px;
        line-height: 36px;
    }
    .portfolioDetailSection .vivek-vihar p {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 14px;
        line-height: 28px;
    }
    .portfolioDetailSection .faridabad .colLeft {
        width: 100%;
        float: left;
    }
    .portfolioDetailSection .faridabad .colLeft img {
        float: left;
        padding: 20px 0 10px
    }
    .portfolioDetailSection .faridabad .colRight {
        width: 100%;
        float: left;
    }
    .portfolioDetailSection .faridabad .colRight img {
        float: left;
        padding: 20px 0 10px
    }
    .portfolioDetailSection .faridabad h3 {
        text-align: left;
        width: 100%;
        padding: 0 0 25px;
        display: block;
        font-size: 28px;
        line-height: 36px;
    }
    .portfolioDetailSection .faridabad p {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 14px;
        line-height: 28px;
    }
    .portfolioDetailSection .bussiness-school {
        width: 100%;
        float: left;
        margin: 0 0 80px;
        font-size: 14px;
        font-family: "regularFont";
        color: #222222;
        line-height: 28px;
    }
    .portfolioDetailSection .bussiness-school .colLeft {
        width: 100%;
        float: left;
    }
    .portfolioDetailSection .bussiness-school .colRight {
        width: 100%;
        float: left;
    }
    .portfolioDetailSection .bussiness-school .colRight img {
        float: left;
        padding: 20px 0 10px
    }
    .portfolioDetailSection .bussiness-school h3 {
        text-align: left;
        width: 100%;
        padding: 0 0 25px;
        display: block;
        font-size: 28px;
        line-height: 36px;
    }
    .portfolioDetailSection .bussiness-school .colLeft img {
        float: left;
        padding: 20px 0 10px
    }
    .portfolioDetailSection .bussiness-school p {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 14px;
        line-height: 28px;
    }
    /* overview section */

    .overviewSection {
        padding: 60px 0 20px;
        background: #ffffff none;
    }
    .overviewSection h1 {
        margin: 0 0 15px;
        font-size: 52px;
        line-height: 58px;
        font-weight: normal;
    }
    .overviewSection h2 {
        margin: 0 0 35px;
        padding: 0 0 35px;
        max-width: 100%;
        font-size: 28px;
        line-height: 36px;
    }
    .overviewSection .content {
        width: 100%;
        margin: 0 0 35px;
    }
    .overviewSection .content2 {
        width: 100%;
        margin: 0 0 35px;
    }
    .overviewSection .content2 img {
        width: 100%;
    }
	
	.bannerSection {margin: 66px 0 0;height: 350px;}
}
@media all and (max-width: 640px) {
    .bannerSection h2 {
        margin: 100px 0 10px;
        font-size: 42px;
        line-height: 42px;
    }
    .bannerSection h1 {
        margin: 0 0 15px;
        padding: 0 0 25px;
        font-size: 22px;
        line-height: 1.4;
    }
    .commitmentSection ul.counterList li {
        width: 49%;
        margin-right: 0;
        margin-bottom: 15px;
        text-align: left;
        border-top: 1px solid #efefef;
        padding: 12px 0 0;
    }
    .commitmentSection ul.counterList li.spacer {
        display: none;
    }
    .realEstateSection ul li {
        width: 100%;
        height: auto;
        padding: 60px 0;
        border-bottom: 1px solid #c6ab86;
        border-right: 0px solid #c6ab86;
    }
    .realEstateSection ul li:first-child {
        height: 290px;
        padding: 70px 0 0;
    }
    .projectSection {
        padding: 60px 0;
    }
    .projectSection .amaryllisLogo img {
        width: 60%;
    }
    .projectSection h2 {
        display: block;
        margin-bottom: 35px;
        font-size: 28px;
        line-height: 36px;
    }
    .projectSection ul.projectList {
        margin-bottom: 0px;
    }
    .projectSection ul.projectList li {
        margin-bottom: 45px;
    }
    .projectSection ul.projectList li h2 {
        padding: 20px 0 5px;
        font-size: 28px;
        line-height: 36px;
    }
    .projectSection ul.projectList li img {
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }
    .projectSection ul.projectList li .productDesc {
        width: 100%;
        float: right;
        margin: 0px 0 0;
    }
    .projectSection ul.projectList li:nth-child(even) img {
        float: right;
        width: 100%;
    }
    .projectSection .knowmore {
        width: 60%;
        float: right;
        text-align: left;
        font-size: 14px;
        font-family: "regularFont";
        color: #222222;
        line-height: 22px;
    }
    .projectSection .knowmore a {
        color: #222222;
    }
    .projectSection .knowmore a span {
        color: #c6a981;
    }
    .projectSection .knowmore a span::before {
        content: "";
        width: 45px;
        height: 45px;
        float: left;
        margin-right: 20px;
        background: #ffffff url(../img/knowmore-icon.png) no-repeat left top;
        border: 1px solid #ececec;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .projectSection .knowmore a:hover {
        color: #000000;
    }
    .projectSection .knowmore a:hover span {
        color: #c6a981;
    }
    .projectSection .knowmore a:hover span::before {
        background: #383838 url(../img/knowmore-icon.png) no-repeat left bottom;
        border: 1px solid #000000;
    }
	
	.bannerSection {height: 270px;}
}
@media all and (max-width: 480px) {
    .bannerSection h2 {
        margin: 180px 0 15px;
        font-size: 42px;
        line-height: 42px;
    }
    .bannerSection h1 {
        margin: 0 0 20px;
        padding: 0 0 30px;
        font-size: 24px;
        line-height: 32px;
    }
    /* real estate page */

    .flex-control-nav {
        display: none;
    }
    .commercialSection .featureSlider {
        position: relative;
    }
    .commercialSection .featureSlider .flexslider .featureSlide {
        margin: 0px 0 0;
    }
    .commercialSection .featureSlider .flexslider .featureDescription {
        width: 100%;
        float: right;
        margin: 60px 0 0;
    }
    .commercialSection .featureSlider .flexslider .featureDescription h2 {
        font-size: 32px;
        line-height: 38px;
        font-weight: normal;
    }
    .commercialSection .featureSlider .flexslider .featureDescription h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .commercialSection .featureSlider .flexslider .featureDescription p {
        padding: 0 0 25px;
    }
    .commercialSection .featureSlider .flexslider .featureDescription .knowmore {
        width: 80%;
        float: right;
    }
    .commercialSection .projectList ul.list li {
        width: 100%;
        margin: 0 0 35px;
    }
    .commercialSection .projectList ul.list li i {
        opacity: 0;
        position: absolute;
        left: 3%;
        top: 4%;
        right: 3%;
        bottom: 4%;
    }
    /* real estate detail */

    .detailSection {
        padding: 60px 0 20px;
        background: #ffffff none;
    }
    .detailSection ul.counterList li {
        width: 100%;
        margin-right: 0;
        text-align: center;
        border-top: 1px solid #efefef;
        padding: 15px 0 5px;
    }
    .detailSection ul.counterList li.spacer {
        display: none;
    }
    .detailSection ul.counterList li span {
        font-size: 24px;
        line-height: 24px;
    }
    /* portfolio detail section */

    .portfolioDetailSection {
        padding: 100px 0 0px;

        /* portfolio detail section */
    }
    .portfolioDetailSection h1 {
        margin: 0 0 15px;
        font-size: 40px;
        line-height: 48px;
		text-align:center;
		width: 100%;
    }
    .portfolioDetailSection .heading h2 {

        width: 100%;
        font-size: 24px;
        line-height: 35px;
		float:left;
		text-align:center;
    }
    .portfolioDetailSection .graphSection {
        display: none;
    }
    .portfolioDetailSection .content {
        width: 100%;
        float: left;
        margin: 0 0 65px;
        text-align: left;
        font-size: 14px;
        font-family: "regularFont";
        color: #222222;
        line-height: 28px;
    }
    .portfolioDetailSection .content span {
        float: none;
        font-size: 14px;
        line-height: 28px;
        margin: 0 0px 0 0;
    }
    .portfolioDetailSection .portfolioDetailSection .educationRow h3 {
        font-size: 24px;
        line-height: 36px;
    }
    /* career page */

    .careerSection {
        padding: 100px 0 120px;
        background-color: #ffffff;
    }
    .careerSection h2,
    .careerSection h1 {
        margin: 0 0 25px;
        padding: 0 0 25px;
        background: url(../img/element-divider.png) no-repeat left bottom;
        font-size: 24px;
        line-height: 30px;
        text-align: left;
    }
    .careerSection .defaultText {
        margin: 0 0 35px;
        text-align: left;
    }
    .careerSection .accordionPanel .mypets {
        padding: 15px 0;
        font-size: 17px;
        line-height: 24px;
    }
    .careerSection .accordionPanel .mypets img {
        vertical-align: top;
        margin: 0 12px 0 0;
    }
    .careerSection .accordionPanel .mypets img.leftSpace {
        display: none;
    }
    .careerSection .accordionPanel .thepet {
        padding: 25px 0 0px;
        border-bottom: 1px solid #e5e5e5;
    }
    .careerSection .accordionPanel .thepet p {
        margin: 0 0 25px;
        text-align: left;
        font-size: 14px;
        font-family: "regularFont";
        color: #222222;
        line-height: 28px;
    }
    .careerSection .accordionPanel .thepet p a.applynowClick {
        width: auto;
        height: 47px;
        display: inline-block;
        padding: 0 50px;
        background-color: #c6a981;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        font-size: 14px;
        font-family: "regularFont";
        color: #ffffff;
        line-height: 47px;
    }
    .careerSection .accordionPanel .thepet p a.applynowClick:hover {
        background-color: #a68d6b;
    }
    .applynowCont {
        width: 300px;
        padding: 40px 20px 20px;
    }
    .applynowCont .formRow {
        margin: 0 0 0px;
    }
    .applynowCont .formRow label {
        width: 100%;
        margin: 0 0 10px;
    }
    .applynowCont .formRow label .browse {
        margin-left: -79px;
    }
    .applynowCont .formRow button[type=submit] {
        margin: 20px 0 0;
        padding: 0 20px;
    }
    /* about page */

    .aboutSection {
        padding: 100px 0 60px;
        background-color: #ffffff;
    }
    .aboutSection h2,
    .aboutSection h1 {
        margin: 0 0 25px;
        padding: 0 0 25px;
        background: url(../img/element-divider.png) no-repeat left bottom;
        font-size: 24px;
        line-height: 30px;
        text-align: left;
    }
    .aboutSection .defaultText {
        margin: 0 0 35px;
        text-align: left;
    }
    .aboutSection .accordionPanel {
        margin: 0 0 30px;
    }
    .aboutSection .accordionPanel .mypets {
        padding: 15px 0;
        font-size: 14px;
        line-height: 20px;
    }
    .aboutSection .accordionPanel .mypets img {
        vertical-align: top;
        margin: 0 12px 0 0;
    }
    .aboutSection .accordionPanel .mypets img.leftSpace {
        display: none;
    }
    .aboutSection .accordionPanel .thepet {
        padding: 15px 0 0px;
        border-bottom: 1px solid #e5e5e5;
    }
    .aboutSection .accordionPanel .thepet p {
        margin: 0 0 15px;
        text-align: left;
        font-size: 14px;
        font-family: "regularFont";
        color: #222222;
        line-height: 28px;
    }
    .aboutSection .accordionPanel .thepet p a.applynowClick {
        width: auto;
        height: 47px;
        display: inline-block;
        padding: 0 50px;
        background-color: #c6a981;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        font-size: 14px;
        font-family: "regularFont";
        color: #ffffff;
        line-height: 47px;
    }
    .aboutSection .accordionPanel .thepet p a.applynowClick:hover {
        background-color: #a68d6b;
    }
    /* about page */

    .clientSection {
        padding: 100px 0 60px;
        background-color: #ffffff;
    }
    .clientSection h2,
    .clientSection h1 {
        margin: 0 0 25px;
        padding: 0 0 25px;
        background: url(../img/element-divider.png) no-repeat left bottom;
        font-size: 22px;
        line-height: 28px;
        text-align: left;
    }
    .clientSection .defaultText {
        text-align: left;
    }
    .clientSection .filterSection {
        width: 100%;
        display: block;
        text-align: center;
    }
    .clientSection .filterSection .programs {
        margin: 0 0 45px;
        font-size: 0px;
    }
    .clientSection .filterSection .programs a {
        width: 100%;
        display: inline-block;
        margin: 0 0 3px;
        border-bottom: 2px solid #efefef;
        background-color: #efefef;
        font-size: 14px;
        font-family: "regularFont";
        color: #222222;
        line-height: 40px;
    }
    .clientSection .filterSection .programs a:hover {
        color: #c6a981;
    }
    .clientSection .filterSection .programs a.active {
        color: #fff;
        border-bottom: 2px solid #c6a981;
        background-color: #c6a981;
    }

p.list {
    margin: 0 0 2px !important;
    padding: 0 0 0 20px;
    text-align: left;
    font-size: 14px;
    font-family: "regularFont";
    color: #222222;
    line-height: 28px;
    background: url(../img/arrow.png) no-repeat left 11px;
}
.consultantList {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: block;
}
.consultantList li {
    width: auto;
    display: inline-block;
    margin: 0 5px 14px;
}
.newsList {
    margin: 30px 0 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: block;
    font-size: 0;
}
.newsList li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 10px 20px;
    margin: 0 10px 25px;
    border: 1px solid #cccccc;
}
.newsList li .newsIcon {
    width: 100%;
    display: block;
    margin: 0 0 10px;
    position: relative;
}
.newsList li .newsIcon a.viewmore {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .25);
    text-align: center;
}
.newsList li .newsIcon a.viewmore span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
}
.newsList li .newsIcon a.viewmore span img {
    border: none;
    opacity: 0;
}
.newsList li:hover .newsIcon a.viewmore {
    background-color: rgba(0, 0, 0, .60);
    color: #ffffff;
    opacity: 1;
}
.newsList li:hover .newsIcon a.viewmore span img {
    border: none;
    opacity: 1;
}
.newsList li p {
    font-size: 13px;
    font-family: "regularFont";
    color: #999999;
    line-height: 1.7;
}
.newsList li p strong {
    font-size: 14px;
    color: #000000;
    display: block;
}

.bannerSection {height: 170px;}
}
@media all and (max-width: 980px) {
    .newsList {
        margin: 30px 0 0 !important;
    }
    .newsList li {
        width: 40%;
    }
}

@media all and (max-width: 360px) {
    .newsList li {
        width: 80%;
    }
	.portfolioDetailSection .heading {
        margin:0 0 60px;
		padding:0 0 30px;
		 }

	.portfolioDetailSection .heading h2 {
        width: 100%;
        text-align:center;
		 }

.portfolioDetailSection .heading .flowerEle {
    width:100%; text-align:center; margin:50px 0 0;
}

}
</pre></body></html>