@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

@charset "UTF-8";
/*
 * author: Awedoo Studio
 * template: Bicolor - Creative Coming Soon Template
 * version: v1.1
 * url: http://themeforest.net/user/awedoo

 * please do not edit this file
 * put all the custom style in the assets/css/custom.css
*/

/*====================================================
01. CSS Reset
02. Bootstrap fix for WinPhone 8 and IE10
03. Basic Document Styles
04. Colors
05. Typography
06. Header & Logo
07. Navigation
08. Sections
09. Countdown
10. Footer
11. Animation
12. Perfect Scrollbar
13. Responsive
====================================================*/

/*====================================================
01. CSS Reset
====================================================*/

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

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

/*====================================================
02. Bootstrap fix for WinPhone 8 and IE10
====================================================*/

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*====================================================
03. Basic Document Styles
====================================================*/

html, body {
    height: 100%;
}

body {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: normal;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    white-space: normal;
}

input,
select {
    font-size: 16px;
    font-style: normal;
}

textarea {
    width: 100%;
    padding: 10px 20px;
    resize: both;
    height: 150px;
}

#awd-site-wrap.bg {
    transition: background 0.5s;
}

#awd-site-canvas {
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all, 0.6s;
    opacity: 0.1;
}

.bordered #awd-site-wrap {
    border-style: solid;
    border-width: 20px;
}

#awd-site-wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.awd-site-bg {
    position: absolute;
    border-radius: 100%;
    opacity: 0;
}

.awd-site-bg.active {
    width: 100px;
    height: 100px;
    -webkit-transform: translate3d(0, 0, 0) scale3d(40, 40, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(40, 40, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(40, 40, 1);
    transform: translate3d(0, 0, 0) scale3d(40, 40, 1);
    -webkit-transition-property: width, height, border-radius, transform;
    -moz-transition-property: width, height, border-radius, transform;
    -o-transition-property: width, height, border-radius, transform;
    transition-property: width, height, border-radius, transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    border-radius: 0;
    z-index: 2;
    display: block;
    opacity: 1;
}

/*====================================================
04. Colors
====================================================*/

/* Home */

.bg-home,
.bg-home nav:before {
    background-color: #326394;
    color: #ffffff;
}

.bg-home *:not(i):not(nav):after,
.bg-home *:not(i):not(nav):before,
.bg-home .btn:hover,
.bg-home .btn-inverse{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #326394;
}

/* Subscribe */

.bg-subscribe,
.bg-subscribe nav:before {
    background-color: #252525;
    color: #ffffff;
}

.bg-subscribe *:not(i):not(nav):after,
.bg-subscribe *:not(i):not(nav):before,
.bg-subscribe .btn:hover,
.bg-subscribe .btn-inverse {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #252525;
}

/* About */

.bg-about,
.bg-about nav:before {
    background-color: #BB6363;
    color: #ffffff;
}

.bg-about *:not(i):not(nav):after,
.bg-about *:not(i):not(nav):before {
    background-color: #ffffff;
}

/* Contact */

.bg-contact,
.bg-contact nav:before {
    background-color: #AE9569;
    color: #252525;
}

.bg-contact *:not(i):not(nav):after,
.bg-contact *:not(i):not(nav):before,
.bg-contact .btn:hover,
.bg-contact .btn-inverse {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #AE9569;
}

.bg-contact input,
.bg-contact textarea {
    border-color: #252525;
}

/* Services */

.bg-services,
.bg-services nav:before {
    background-color: #6A996D;
    color: #ffffff;
}

.bg-services *:not(i):not(nav):after,
.bg-services *:not(i):not(nav):before {
    background-color: #ffffff;
}

/*====================================================
05. Typography
====================================================*/

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 2px;
    line-height: 1.2em;
    text-transform: uppercase;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin-bottom: 20px;
}

p.lead {
    font-size: 26px;
    line-height: 40px;
}

a, a > * {
    color: inherit;
    text-decoration: none;
}

a:hover, a > *:hover, a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
}

em {
    font-style: italic;
}

strong {
    font-weight: 700;
}

.text-default {
    text-transform: inherit;
}

/*====================================================
06. Header & Logo
====================================================*/

#awd-site-header {
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    height: 50px;
    z-index: 20;
}

#awd-site-logo {
    float: left;
}

#awd-site-logo h1 {
    font-family: "Quicksand", sans-serif;
    text-transform: lowercase;
    font-weight: bold;
    font-size: 50px;
    line-height: 0.75em;
    letter-spacing: 0;
    margin-bottom: 0;
}

#awd-site-logo h1 > a {
    display: inline-block;
}

#awd-site-logo h1 > a > i {
    margin-right: 15px;
}

#awd-site-logo h1 > a > span {
    display: inline-block;
}

/*====================================================
07. Navigation
====================================================*/

#awd-site-nav {
    position: relative;
    float: right;
}

.menu-toggle {
    display: none;
    position: absolute;
    top: 13px;
    right: 5px;
    width: 28px;
    height: 28px;
    background: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
    padding: 0;
    z-index: 999;
}

.menu-toggle > span:after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 24px;
    height: 3px;
    margin: 4px 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: -webkit-transform .35s, background .35s;
    -moz-transition: -moz-transform .35s, background .35s;
    -ms-transition: -ms-transform .35s, background .35s;
    -o-transition: -o-transform .35s, background .35s;
    transition: transform .35s, background .35s;
}

.menu-toggle > span:nth-child(1):after {
    top: 0;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.menu-toggle > span:nth-child(2):after {
    top: 8px
}

.menu-toggle > span:nth-child(3):after {
    top: 16px;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.menu-toggle.opened > span:after {
    width: 30px;
}

.menu-toggle.opened > span:nth-child(1):after {
    -webkit-transform: translateX(1px) translateY(-2px) rotate(43deg);
    -moz-transform: translateX(1px) translateY(-2px) rotate(43deg);
    -ms-transform: translateX(1px) translateY(-2px) rotate(43deg);
    -o-transform: translateX(1px) translateY(-2px) rotate(43deg);
    transform: translateX(1px) translateY(-2px) rotate(43deg)
}

.menu-toggle.opened > span:nth-child(2):after {
    display: none;
}

.menu-toggle.opened > span:nth-child(3):after {
    -webkit-transform: translateX(1px) translateY(2px) rotate(-43deg);
    -moz-transform: translateX(1px) translateY(2px) rotate(-43deg);
    -ms-transform: translateX(1px) translateY(2px) rotate(-43deg);
    -o-transform: translateX(1px) translateY(2px) rotate(-43deg);
    transform: translateX(1px) translateY(2px) rotate(-43deg);
}

.navigation ul > li {
    display: inline-block;
    padding-left: 40px;
}

.navigation ul > li a {
    position: relative;
    display: block;
    padding: 11px 0;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.navigation ul > li a:before {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    left: 50%;
    margin-left: -5px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1) rotate(-30deg);
    -moz-transform: scale(1) rotate(-30deg);
    -ms-transform: scale(1) rotate(-30deg);
    -o-transform: scale(1) rotate(-30deg);
    transform: scale(1) rotate(-30deg);
}

.navigation ul > li a:after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    right: 50%;
    margin-right: -5px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1) rotate(-30deg);
    -moz-transform: scale(1) rotate(-30deg);
    -ms-transform: scale(1) rotate(-30deg);
    -o-transform: scale(1) rotate(-30deg);
    transform: scale(1) rotate(-30deg);
}

.navigation ul > li a:hover:before,
.navigation ul > li a.active:before,
.navigation ul > li a:hover:after,
.navigation ul > li a.active:after {
    opacity: 1;
    height: 2px;
    -webkit-transform: scale(0.5) rotate(-30deg);
    -moz-transform: scale(0.5) rotate(-30deg);
    -ms-transform: scale(0.5) rotate(-30deg);
    -o-transform: scale(0.5) rotate(-30deg);
    transform: scale(0.5) rotate(-30deg);
}

/*====================================================
08. Sections
====================================================*/

#awd-site-main {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    position: relative;
    height: 100%;
    z-index: 10;
}

#awd-site-content {
    position: absolute;
    top: 130px;
    bottom: 110px;
    left: 25px;
    right: 25px;
    text-align: center;
    overflow: hidden;
}

#awd-site-main .table-container {
    display: table-cell;
    vertical-align: middle;
}

#awd-site-main h1 {
    margin-top: 30px;
}

.slides {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.slides-wrap {
    display: table-cell;
    vertical-align: middle;
}

.slide-item {
    display: none;
}

.slide-item .line {
    position: relative;
    display: inline-block;
    font-size: 42px;
}

.slide-item.active {
    display: block;
}

.slide-item .link {
    display: inline-block;
    font-weight: bold;
}

.sections-block {
    position: relative;
    height: 100%;
}

.slide-content {
    font-size: 0;
}

.svm {
    display: inline-block;
    vertical-align: middle;
    float: none;
    font-size: 20px;
}

.section-info {
    font-size: 20px;
    margin: 30px 0;
}

.section-title {
    letter-spacing: 2px;
    margin-bottom: 40px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    position: relative;
}

.btn {
    position: relative;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
    outline: none;
    padding: 9px 15px;
    background: transparent;
    border-width: 2px;
    font-size: 14px;
    font-weight: bold;
    border-style: solid;
    border-color: inherit;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
}

.btn:focus {
    outline: none;
}

.btn:hover {
    background: inherit;
    color: inherit;
}

.btn-inverse:hover {
    cursor: pointer;
    -webkit-animation: pulse .2s linear;
    -moz-animation: pulse .2s linear;
    -ms-animation: pulse .2s linear;
    -o-animation: pulse .2s linear;
    animation: pulse .2s linear;
}

/* About */

.featured-text > h3 {
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    text-transform: inherit;
    letter-spacing: 1px;
}

/* Subscribe */

.subscribe-form {
    margin-top: 30px;
}

.subscribe-form input {
    position: relative;
    width: 100%;
    background: transparent;
    outline: none;
    font-family: "Quicksand", sans-serif;
    float: left;
    -webkit-appearance: none;
    color: inherit;
    border-width: 2px;
    border-style: solid;
    border-color: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: auto;
    padding: 9px 20px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.subscribe-form .form-notice {
    font-size: 16px;
    display: inline-block;
    margin-left: 15px;
}

/* Contact */

.contact-form input[type="text"], .contact-form input[type="email"] {
    width: 100%;
}

.contact-form input, .contact-form textarea, .contact-form select {
    background: transparent;
    outline: none;
    font-family: "Quicksand", sans-serif;
    -webkit-appearance: none;
    color: inherit;
    border-width: 2px;
    border-style: solid;
    padding: 9px 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: auto;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.contact-form textarea {
    float: left;
    resize: none;
    height: 140px;
    border-bottom: 0;
    margin-bottom: 0;
}

.contact-form .input-error {
    border-color: #ed5555;
}

.contact-form .contact-notice {
    font-size: 16px;
}

.contact-form .btn {
    padding: 12px 15px;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    color: inherit;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
}

.contact-form :-moz-placeholder {
    color: inherit;
    opacity: 1;
}

.contact-form ::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

.contact-form :-ms-input-placeholder {
    color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit;
}

:-moz-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
}

.contact-info {
    margin-bottom: 20px;
}

.contact-item {
    font-size: 16px;
    margin-bottom: 0;
}

/* Services */

.service > h3 {
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    text-transform: inherit;
    letter-spacing: 1px;
}



/*====================================================
09. Countdown
====================================================*/

.countdown {
    text-align: left;
    overflow: hidden;
}

#clock {
    display: inline-block;
    text-align: left;
    width: 650px;
    font-family: "Montserrat", sans-serif;
}

#clock .counter-box {
    display: inline-block;
    position: relative;
}

#clock .counter-date {
    max-width: 400px;
    float: left;
}

#clock .counter-time {
    max-width: 250px;
    float: left;
}

#clock .counter-box .number {
    font-size: 78px;
    font-weight: 700;
    line-height: 0.75em;
    letter-spacing: 2px;
    margin-top: 44px;
}

#clock .counter-date .number {
    font-size: 190px;
    margin-right: 20px;
    margin-left: -5px;
    margin-top: 0;
}

#clock .counter-time .counter-box:last-child .number {
    margin-top: 35px;
    font-size: 50px;
    min-width: 70px;
    margin-right: 15px;
    display: inline-block;
    text-align: left;
}

#clock span {
    display: none;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 10px;
    padding-left: 4px;
    letter-spacing: 2px;
    position: relative;
}

#clock span:after {
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    left: 0;
    right: 0;
    top: 0;
    margin-left: -15px;
    margin-top: 5px;
    -webkit-transform: scale(0.5) rotate(-30deg);
    -moz-transform: scale(0.5) rotate(-30deg);
    -ms-transform: scale(0.5) rotate(-30deg);
    -o-transform: scale(0.5) rotate(-30deg);
    transform: scale(0.5) rotate(-30deg);
}

#clock .counter-box:first-child span,
#clock .counter-box:last-child span {
    display: block;
    margin-top: 0;
}

#clock .counter-box:last-child span {
    position: relative;
    display: inline-block;
}

#clock .counter-box.last {
    margin-right: 5px;
}

/*====================================================
10. Footer
====================================================*/

#awd-site-footer {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    height: 30px;
    z-index: 20;
}

.copyright {
    float: left;
    vertical-align: bottom;
}

.copyright p {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    font-family: "Quicksand", sans-serif;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.social-icons {
    cursor: pointer;
    float: right;
    margin: 0 -15px;
}

.social-icons ul > li {
    display: inline-block;
}

.social-icons ul > li > a {
    display: block;
    position: relative;
    width: 50px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.social-icons ul > li > a:before {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    left: 50%;
    /*margin-left: -5px;*/
    margin-top: -5px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1) rotate(-30deg);
    -moz-transform: scale(1) rotate(-30deg);
    -ms-transform: scale(1) rotate(-30deg);
    -o-transform: scale(1) rotate(-30deg);
    transform: scale(1) rotate(-30deg);
}

.social-icons ul > li > a:after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    right: 50%;
    /*margin-right: -10px;*/
    margin-bottom: -5px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1) rotate(-30deg);
    -moz-transform: scale(1) rotate(-30deg);
    -ms-transform: scale(1) rotate(-30deg);
    -o-transform: scale(1) rotate(-30deg);
    transform: scale(1) rotate(-30deg);
}

.social-icons ul > li > a:hover:before,
.social-icons ul > li > a.active:before,
.social-icons ul > li > a:hover:after,
.social-icons ul > li > a.active:after {
    opacity: 1;
    height: 2px;
    -webkit-transform: scale(0.6) rotate(-30deg);
    -moz-transform: scale(0.6) rotate(-30deg);
    -ms-transform: scale(0.6) rotate(-30deg);
    -o-transform: scale(0.6) rotate(-30deg);
    transform: scale(0.6) rotate(-30deg);
}

/*====================================================
11. Animations
====================================================*/

.start .animated {
    visibility: hidden;
}

.start .visible {
    visibility: visible;
}

/*==================================================
12. Perfect Scrollbar
==================================================*/
.ps-container.ps-in-scrolling, .ps-container:hover.ps-in-scrolling {
    pointer-events: none
}

.ps-container {
    -ms-touch-action: none;
    overflow: hidden !important
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: rgba(0,0,0,0.1);
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: rgba(0,0,0,0.1);
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: rgba(0,0,0,0.1);
}

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    height: 8px;
    border-radius: 1.5em;
}

.ps-container > .ps-scrollbar-x-rail, .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: rgba(0,0,0,0.2);
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    bottom: 0;
    border-radius: 15.5em;
    height: 8px;
}

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    border-radius: 15.5em;
    width: 8px;
}

.ps-container > .ps-scrollbar-y-rail, .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: rgba(0,0,0,0.2);
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    right: 0;
    border-radius: 1.5em;
    width: 8px;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: rgba(0,0,0,0.1);
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: rgba(0,0,0,0.2);
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: rgba(0,0,0,0.1);
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: rgba(0,0,0,0.2);
}

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: .6
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: rgba(0,0,0,0.1);
    opacity: .9
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: rgba(0,0,0,0.1);
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: rgba(0,0,0,0.1);
    opacity: .9
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: rgba(0,0,0,0.1);
}


/*==== 2.9 Image Tile ====*/
.imagetile img{
    position:static;
}
.imagetile a{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*====================================================
13. Responsive
====================================================*/

@media only screen and (max-width: 1200px) {

    .section-title {
        margin-bottom: 30px;
    }

    #clock {
        transform: scale(0.8);
        margin-left: -65px;
    }

}

@media only screen and (max-width: 992px) {


    .svm {
        display: block;
    }

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

    .countdown {
        text-align: center;
        overflow: hidden;
        width: 650px;
        margin: 0 auto;
    }

    #clock {
        width: auto;
        transform: scale(1);
        margin-left: 0;
    }

    #clock .counter-time {
        text-align: right;
    }

    #clock .counter-time .counter-box:last-child .number {
        min-width: auto;
    }

    #awd-site-header {
        top: 30px;
        left: 30px;
        right: 30px;
    }

    #awd-site-logo > h1 {
        font-size: 46px;
    }

    .navigation ul > li {
        padding-left: 18px;
    }

    .navigation ul > li a {
        font-size: 15px;
        letter-spacing: 1px;
    }

    #awd-site-content {
        top: 110px;
        bottom: 90px;
        left: 15px;
        right: 15px;
    }

    #awd-site-footer {
        bottom: 30px;
        left: 30px;
        right: 30px;
    }
}

@media only screen and (max-width: 768px) {

    .countdown {
        width: 100%;
    }

    #clock .counter-date {
        max-width: 235px;
        float: left;
    }

    #clock .counter-time {
        max-width: 170px;
        float: left;
    }

    #clock .counter-box .number {
        font-size: 52px;
        margin-top: 40px;
    }

    #clock .counter-date .number {
        font-size: 110px;
        margin-top: 0;
    }

    #clock .counter-time .counter-box:last-child .number {
        margin-top: 10px;
        font-size: 30px;
    }

    #clock span {
        font-size: 13px;
    }


    .bordered #awd-site-wrap {
        border-width: 15px;
    }

    #awd-site-header {
        top: 20px;
        left: 20px;
        right: 20px;
    }

    #awd-site-logo {
        position: absolute;
        float: none;
        z-index: 999;
    }

    .menu-toggle,
    #awd-site-nav.active {
        display: block;
    }

    #awd-site-nav {
        text-align: center;
        display: none;
        table-layout: fixed;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 950;

    }

    #awd-site-nav:before {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
    }

    #awd-site-nav .nav-container {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        left: 15px;
        right: 15px;
    }

    .navigation ul > li {
        width: 100%;
        display: block;
    }

    .navigation ul > li a {
        display: inline-block;
        padding: 15px 0;
        font-size: 24px;
    }

    .navigation ul > li a:before,
    .navigation ul > li a:after {
        height: 1px;
        -webkit-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    .navigation ul > li a:hover:before,
    .navigation ul > li a:hover:after,
    .navigation ul > li a.active:before,
    .navigation ul > li a.active:after{
        -webkit-transform: scale(0.5) rotate(0deg);
        -moz-transform: scale(0.5) rotate(0deg);
        -ms-transform: scale(0.5) rotate(0deg);
        -o-transform: scale(0.5) rotate(0deg);
        transform: scale(0.5) rotate(0deg);
    }

    .navigation ul > li a:before {
        left: 0;
        top: 50%;
        right: auto;
        margin-left: -40px;
    }

    .navigation ul > li a:after {
        right: 0;
        top: 50%;
        left: auto;
        margin-right: -40px;
    }

    #awd-site-content {
        top: 96px;
        bottom: 0px;
    }

    .subscribe-form .form-notice {
        display: block;
    }

    #awd-site-footer {
        left: 20px;
        right: 20px;
        bottom: 20px;
        height: 30px;
    }

    .social-icons {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .copyright {
        display: none;
    }

    #awd-site-footer {
        display: none;
    }

}

@media only screen and (max-width: 480px) {

    /* Clock */

    #clock .counter-date {
        max-width: 290px;
        float: none;
    }

    #clock .counter-time {
        max-width: 290px;
        float: none;
        text-align: center;
    }


    #clock .counter-box .number {
        font-size: 70px;
        margin-top: 20px;
    }

    #clock .counter-date .number {
        font-size: 110px;
        margin: 0;
    }

    #clock .counter-time .counter-box {
        display: block;
    }

    #clock .counter-time .counter-box:last-child .number {
        margin-top: 30px;
        font-size: 40px;
    }


    #awd-site-content {
        top: 90px;
        bottom: 0;
    }

    .menu-toggle {
        top: 8px;
        right: 0;
    }

    .slide-item .line:before,
    .slide-item .line:after {
        width: 80px;
    }

    .slide-item .line:before {
        left: -100px;
    }

    .slide-item .line:after {
        right: -100px;
    }

    /* Subscribe */
    .subscribe-form button {
        width: 100%;
    }

    .section-info .go-slide {
        width: 100%;
        margin-top: 15px;
    }

}

@media only screen and (max-width: 320px) {

    .bordered #awd-site-wrap {
        border-width: 0;
    }

    #awd-site-header {
        height: 40px;
        top: 15px;
        left: 15px;
        right: 15px;
    }

    #awd-site-logo h1 {
        font-size: 40px;
        line-height: 40px;
    }

    #awd-site-content {
        top: 70px;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .section-title {
        font-size: 28px;
        margin: 20px 0;
    }


}

.tile a:hover,
.tile a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
    text-decoration:none;
}

.tile {
    width: 120px;
    height: 120px;

    margin: 8px;
    float: left;
    overflow: hidden;
    position: relative;

    background: #34495e; /* Old browsers */
    background: -moz-linear-gradient(left, #2c3e50 0%, #34495e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2c3e50), color-stop(100%,#34495e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #2c3e50 0%,#34495e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #2c3e50 0%,#34495e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #2c3e50 0%,#34495e 100%); /* IE10+ */
    background: linear-gradient(to right, #2c3e50 0%,#34495e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3e50', endColorstr='#34495e',GradientType=1 ); /* IE6-9 */

    -webkit-box-shadow: inset 0px 0px 1px 1px #34495e;
    box-shadow: inset 0px 0px 1px 1px #34495e;   

    color: #fff; 
}
.tile:hover > a{
    background: #415C76; /* Old browsers */
}
.tile:active > a{
    background: #507191; /* Old browsers */
}
.tile a{
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.tile i, .tile img{
    line-height: 120px;
}
.text-center{
    text-align:center;
}
.text-left{
    text-align:left;
}

.tile i, .tile .title{
    line-height:14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tile .title{
    font-size:16px;
}
.tile .title i{
    line-height:20px;
}
.tile .title i.icon-2x{
    top:-20px;
    font-size:16px;
    line-height:20px;
}
.tile .text{
    top:0;
    left:0;
    padding:8px 16px;
}
.tile .text *{
    position:relative;
}

/*==== 2.9 Image Tile ====*/
.imagetile img{
    position:static;
}
.imagetile a{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*==== 2.10 Tile Content ====*/
.tile .text, .tile .title, .tile .tilecontent .tile > i, .tile > a > i, .tile .caption, .tile .sub, .tile .title-right {
    position: absolute;
    margin: 0;
}
.tile .text, .tile .title, .tile .tilecontent .tile .caption, .tile .sub, .tile .title-right {
    font-size:16px;
}

.tileh1{
    height:120px;
}
.tilew2{
    width:256px;
}
.tilew1{
    width:120px;
}
/*==== 2.14 Tile Link ====*/
.tile a{
    color:#fff;
}

.tile .link{
    height:100%;
    width:100%;
    position:absolute;
    color:white;
}

/*==== 2.15 Tile Icon ====*/
.tile i{
    height:100%;
    width:100%;
    text-align:center;
    top:0;
    left:0;
}

/*==== 2.16 Tile Title ====*/
.tile .title{
    left:16px;
    bottom:8px;
}
.tile .title-right{
    right:16px;
    top:8px;
    text-align:right;
    margin-right:0;
}
.ws .title, .hs .title{
    display:none;
}
.tile .sub{
    right:16px;
    bottom:8px;
}
.ws .title, .hs .title, .ws .sub, .ws .title{
    display:none;
}

/*==== 2.17 Tile Caption ====*/
.caption{
    height:40px;
    width:100%;
    left:0;
    bottom:0;
}
.caption-text{
    font-size:14px;
    left:0;
    bottom:0;
    padding:12px 48px;
    line-height:14px;
    text-align:left; 
}
.caption-text.twoline{
    font-size:14px;
    padding:12px 45px;
}
.caption-text.picline{
    font-size:14px;
    padding:12px 45px;
}
.caption-text.nopicline{
    font-size:14px;
    padding:12px 15px;
}
/*==== 2.19 Reveal Tiles ====*/
.reveal{
    position:absolute;
    display:none;
    z-index:100;
}
/*==== 2.20 Tile Colors ====*/
.turquoise{
    background: #1abc9c; /* Old browsers */
    background: -moz-linear-gradient(left, #16a085 0%, #1abc9c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#16a085), color-stop(100%,#1abc9c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #16a085 0%,#1abc9c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #16a085 0%,#1abc9c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #16a085 0%,#1abc9c 100%); /* IE10+ */
    background: linear-gradient(to right, #16a085 0%,#1abc9c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16a085', endColorstr='#1abc9c',GradientType=1 ); /* IE6-9 */

    -webkit-box-shadow: inset 0px 0px 1px 1px #1abc9c;
    box-shadow: inset 0px 0px 1px 1px #1abc9c;   
}
.turquoise:hover a{
    background: #1abc9c;
}
.turquoise:active a{
    background: #1DD7B2;
}
.green{
    background: #2ecc71; /* Old browsers */
    background: -moz-linear-gradient(left, #27ae60 0%, #2ecc71 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#27ae60), color-stop(100%,#2ecc71)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #27ae60 0%,#2ecc71 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #27ae60 0%,#2ecc71 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #27ae60 0%,#2ecc71 100%); /* IE10+ */
    background: linear-gradient(to right, #27ae60 0%,#2ecc71 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27ae60', endColorstr='#2ecc71',GradientType=1 ); /* IE6-9 */

    -webkit-box-shadow: inset 0px 0px 1px 1px #2ecc71;
    box-shadow: inset 0px 0px 1px 1px #2ecc71;   
}
.green:hover a{
    background: #2ecc71; /* Old browsers */
}
.green:active a{
    background: #59D98E; /* Old browsers */
}
.blue{
    background: #3498db; /* Old browsers */
    background: -moz-linear-gradient(left, #2980b9 0%, #3498db 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2980b9), color-stop(100%,#3498db)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #2980b9 0%,#3498db 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #2980b9 0%,#3498db 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #2980b9 0%,#3498db 100%); /* IE10+ */
    background: linear-gradient(to right, #2980b9 0%,#3498db 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2980b9', endColorstr='#3498db',GradientType=1 ); /* IE6-9 */

    -webkit-box-shadow: inset 0px 0px 1px 1px #3498db;
    box-shadow: inset 0px 0px 1px 1px #3498db;   
}
.blue:hover a{
    background: #3498db; /* Old browsers */
}
.blue:active a{
    background: #52A7E0; /* Old browsers */
}
.purple{
    background: #9b59b6; /* Old browsers */
    background: -moz-linear-gradient(left, #8e44ad 0%, #9b59b6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8e44ad), color-stop(100%,#9b59b6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #8e44ad 0%,#9b59b6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #8e44ad 0%,#9b59b6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #8e44ad 0%,#9b59b6 100%); /* IE10+ */
    background: linear-gradient(to right, #8e44ad 0%,#9b59b6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e44ad', endColorstr='#9b59b6',GradientType=1 ); /* IE6-9 */

    -webkit-box-shadow: inset 0px 0px 1px 1px #9b59b6;
    box-shadow: inset 0px 0px 1px 1px #9b59b6;   
}
.purple:hover a{
    background: #9b59b6; /* Old browsers */
}
.purple:active a{
    background: #AA71C1; /* Old browsers */
}
.yellow{
    background: #f1c40f; /* Old browsers */
    background: -moz-linear-gradient(left, #f39c12 0%, #f1c40f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f39c12), color-stop(100%,#f1c40f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #f39c12 0%,#f1c40f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #f39c12 0%,#f1c40f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #f39c12 0%,#f1c40f 100%); /* IE10+ */
    background: linear-gradient(to right, #f39c12 0%,#f1c40f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39c12', endColorstr='#f1c40f',GradientType=1 ); /* IE6-9 */

    -webkit-box-shadow: inset 0px 0px 1px 1px #f1c40f;
    box-shadow: inset 0px 0px 1px 1px #f1c40f;   
}
.yellow:hover a{
    background: #f1c40f; /* Old browsers */
}
.yellow:active a{
    background: #F4CF3E; /* Old browsers */
}
.orange{
    background: #e67e22; /* Old browsers */
    background: -moz-linear-gradient(left, #d35400 0%, #e67e22 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d35400), color-stop(100%,#e67e22)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #d35400 0%,#e67e22 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #d35400 0%,#e67e22 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #d35400 0%,#e67e22 100%); /* IE10+ */
    background: linear-gradient(to right, #d35400 0%,#e67e22 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d35400', endColorstr='#e67e22',GradientType=1 ); /* IE6-9 */

    -webkit-box-shadow: inset 0px 0px 1px 1px #e67e22;
    box-shadow: inset 0px 0px 1px 1px #e67e22;  
}
.orange:hover a{
    background: #e67e22; /* Old browsers */
}
.orange:active a{
    background: #EB9447; /* Old browsers */
}
.red{
    background: #e74c3c; /* Old browsers */
    background: -moz-linear-gradient(left, #c0392b 0%, #e74c3c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c0392b), color-stop(100%,#e74c3c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #c0392b 0%,#e74c3c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #c0392b 0%,#e74c3c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #c0392b 0%,#e74c3c 100%); /* IE10+ */
    background: linear-gradient(to right, #c0392b 0%,#e74c3c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0392b', endColorstr='#e74c3c',GradientType=1 ); /* IE6-9 */

    -webkit-box-shadow: inset 0px 0px 1px 1px #e74c3c;
    box-shadow: inset 0px 0px 1px 1px #e74c3c;  
}
.red:hover a{
    background: #e74c3c; /* Old browsers */
}
.red:active a{
    background: #EB6A5C; /* Old browsers */
}
.brown{
    background: #B47B2D; /* Old browsers */
    background: -moz-linear-gradient(left, #9B6B27 0%, #B47B2D 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#9B6B27), color-stop(100%,#B47B2D)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #9B6B27 0%,#B47B2D 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #9B6B27 0%,#B47B2D 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #9B6B27 0%,#B47B2D 100%); /* IE10+ */
    background: linear-gradient(to right, #9B6B27 0%,#B47B2D 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9B6B27', endColorstr='#B47B2D',GradientType=1 ); /* IE6-9 */

    -webkit-box-shadow: inset 0px 0px 1px 1px #B47B2D;
    box-shadow: inset 0px 0px 1px 1px #B47B2D; 
}
.brown:hover a{
    background: #B47B2D; /* Old browsers */
}
.brown:active a{
    background: #C48731; /* Old browsers */
}

.gray{
    background: #95a5a6; /* Old browsers */
    background: -moz-linear-gradient(left, #7f8c8d 0%, #95a5a6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7f8c8d), color-stop(100%,#95a5a6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #7f8c8d 0%,#95a5a6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #7f8c8d 0%,#95a5a6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #7f8c8d 0%,#95a5a6 100%); /* IE10+ */
    background: linear-gradient(to right, #7f8c8d 0%,#95a5a6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8c8d', endColorstr='#95a5a6',GradientType=1 ); /* IE6-9 */

    -webkit-box-shadow: inset 0px 0px 1px 1px #95a5a6;
    box-shadow: inset 0px 0px 1px 1px #95a5a6; 
}
.gray:hover a{
    background: #95a5a6; /* Old browsers */
}
.gray:active a{
    background: #A6B4B5; /* Old browsers */
}

.black{
    background: #101010; /* Old browsers */
    background: -moz-linear-gradient(left, #000000 0%, #101010 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(100%,#101010)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #000000 0%,#101010 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #000000 0%,#101010 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #000000 0%,#101010 100%); /* IE10+ */
    background: linear-gradient(to right, #000000 0%,#101010 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#101010',GradientType=1 ); /* IE6-9 */

    -webkit-box-shadow: inset 0px 0px 1px 1px #101010;
    box-shadow: inset 0px 0px 1px 1px #101010; 
}
.black:hover a{
    background: #101010; /* Old browsers */
}
.black:active a{
    background: #202020; /* Old browsers */
}

.white{
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(left, #ECF0F1 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ECF0F1), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ECF0F1 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ECF0F1 0%,#fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ECF0F1 0%,#fff 100%); /* IE10+ */
    background: linear-gradient(to right, #ECF0F1 0%,#fff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECF0F1', endColorstr='#fff',GradientType=1 ); /* IE6-9 */

    -webkit-box-shadow: inset 0px 0px 1px 1px #fff;
    box-shadow: inset 0px 0px 1px 1px #fff; 

    color:#202020!important;
}
.white .title, .white i, .white .caption-text {
    color:#202020;
}
.white:hover > a{
    background: #ECF0F1; /* Old browsers */
}
.white:active > a{
    background: #fff; /* Old browsers */
}

.white .content a, .white .text{
    color:black;
}
.white .title, .white a, .white .text, .white .text p, .white .link {
    color: #202020!important;
}

select option{
    color:#000;
}

.transparent{
    background: rgba(255,255,255,0.4); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(255,255,255,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.4) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.4) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0.1)', endColorstr='rgba(255,255,255,0.4)',GradientType=1 ); /* IE6-9 */

    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(255,255,255,0.4);
    box-shadow: inset 0px 0px 1px 1px rgba(255,255,255,0.4); 
}
.transparent a{
    background: rgba(0,0,0,0.0.5); /* Old browsers */
}
.transparent:hover a{
    background: rgba(255,255,255,0.05); /* Old browsers */
}
.transparent:active a{
    background: rgba(255,255,255,0.1); /* Old browsers */
}
/*==== 2.23 Title Animation ====*/
.title-indent:hover .title{
    text-indent:20px;
}
.title-fade:hover .title{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.title-scaleup:hover .title{
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2); 
    -ms-transform: scale(1.2); 
    -o-transform: scale(1.2); 
    transform: scale(1.2); 
}
.title-scaledown:hover .title{
    -webkit-transform: scale(0.8); 
    -moz-transform: scale(0.8); 
    -ms-transform: scale(0.8); 
    -o-transform: scale(0.8); 
    transform: scale(0.8); 
}
.title-fadein .title{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.title-fadein:hover .title{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.title-fadeout:hover .title{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.title-verticalcenter:hover .title{
    bottom:50%;
    margin-bottom:-6px;
}
.title-horizontalcenter .title{
    text-align:center;
}
.title-horizontalcenter:hover .title{
    left:0;
    text-align:center;
    width:100%;
}
.title-center .title{
    text-align:center;
}
.title-center:hover .title{
    left:0;
    text-align:center;
    width:100%;
    bottom:50%;
    margin-bottom:-6px;
}
