/*
* Theme Name: ScrolleUP
* Theme URI: http://www.2035themes.com/scrolleUP
* Author: 2035Themes
* Author URI: http://themeforest.net/user/2035Themes
* Description: Responsive Parallax One Page Theme
* Version: 1.1.6
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: two-columns
* Text Domain: scrolleup;
*/

/* Table Of Content
1  - Reset
2  - Global Css
3  - Menu
4  - Home Section
5  - About Section
6  - Portfolio Section
7  - Services Section
8  - Team Section
9  - Parallax Section
10  - Features Section
11 - Contact Section
12 - Footer
13 - Blog
14 - 404 Error Page
15 - Loading Text
16 - Respopnsive
*/

/*-----------------------------------------------------------------------------------*/
/*   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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

a, a:visited, a:focus, a:active, a:hover, a:link {
    outline: 0 none !important;
    text-decoration: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

/*-----------------------------------------------------------------------------------*/
/*  Global Css
/*-----------------------------------------------------------------------------------*/

::-webkit-input-placeholder {
    color: #727272;
    font-weight: 600;
}

::-moz-placeholder {
    color: #727272;
    font-weight: 600;
}

:-ms-input-placeholder {
    color: #727272;
    font-weight: 600;
}

input:-moz-placeholder {
    color: #727272;
    font-weight: 600;
}

::selection {
    color: #101010;
    background: #f5f5f5;
}

::-moz-selection {
    color: #101010;
    background: #101010;
}

.resetter {
    margin: 0;
    padding: 0;
}

.pos-center {
    text-align: center;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -145px;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #555;
    background: #FFF;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

a:hover {
    color: #555;
}

.pos-left {
    text-align: left;
}

h1 {
    font-size: 32px;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #333;
}

h2 {
    font-weight: 700;
    letter-spacing: 0.0500em;
    font-size: 26px;
    color: #333;
}

h3 {
    font-weight: 700;
    letter-spacing: 0.0500em;
    font-size: 21px;
    color: #333;
}

h4 {
    font-weight: 700;
    letter-spacing: 0.0500em;
    font-size: 18px;
    color: #333;
}

h5 {
    font-weight: 700;
    letter-spacing: 0.0500em;
    font-size: 15px;
    color: #333;
}

h6 {
    font-weight: 700;
    letter-spacing: 0.0500em;
    font-size: 13px;
    color: #333;
}

img.centered, .aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.form-submit #submit {
    margin-bottom: 60px;
}

blockquote {
    border-left: solid 3px #ffeb00;
}

cite {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-weight: 400;
}

table {
    width: 100% !important;
}

caption {
    padding: 0 0px;
    text-align: left;
    font-weight: bold;
    margin: -2px 0 2px 0;
}

thead {
    font-size: 13px;
}

thead th {
    padding: 4px 4px;
    font-weight: bold;
    border-top: 1px solid #ededed;
    text-align: center;
}

tbody {
    background: #f5f5f5;
}

tbody td {
    background: #f5f5f5;
    border: 1px solid #FFF;
    text-align: center;
    padding: 2px 2px;
}

tbody td:hover {
    background: #ededed;
}

tbody .pad {
    background: none;
}

tbody .pad:hover {
    background: none;
}

dl dt {
    font-weight: 600;
}

dl dd {
    padding-left: 10px;
    padding-top: 3px;
    margin-bottom: 10px;
}

p:empty {
    display: none;
}

dl dd:last-child {
    margin-bottom: 0px;
}

em {
    font-style: italic;
}

q {
    border-left: solid 3px #ffeb00;
    padding-left: 15px;
    margin-left: 10px;
    line-height: 24px;
    color: #727272;
}

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

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

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

.margint30 {
    margin-top: 30px !important;
}

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

.margint50 {
    margin-top: 50px !important;
}

.margint60 {
    margin-top: 60px !important;
}

.margint70 {
    margin-top: 70px !important;
}

.margint80 {
    margin-top: 80px !important;
}

.margint90 {
    margin-top: 90px !important;
}

.margint100 {
    margin-top: 100px !important;
}

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

.marginb25 {
    margin-bottom: 25px !important;
}

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

.marginb30 {
    margin-bottom: 30px !important;
}

.marginb60 {
    margin-bottom: 60px !important;
}

.marginb100 {
    margin-bottom: 100px !important;
}

.padrl20 {
    padding: 0 20px;
}

.padrl50 {
    padding: 0 50px;
}

.padt20 {
    padding-top: 20px;
}

.padt50 {
    padding-top: 50px;
}

.padt60 {
    padding-top: 60px;
}

.padt80 {
    padding-top: 60px;
}

.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}

.pad30 {
    padding: 30px;
}

.padb60 {
    padding-bottom: 60px;
}

.padcarousel {
    padding: 0 10%;
}

.space5 {
    margin-top: 5px;
}

.space10 {
    margin-top: 10px;
}

.space20 {
    margin-top: 20px;
}

.space30 {
    margin-top: 30px;
}

.space40 {
    margin-top: 40px;
}

.space50 {
    margin-top: 50px;
}

.space60 {
    margin-top: 60px;
}

.space70 {
    margin-top: 70px;
}

.space80 {
    margin-top: 80px;
}

.space90 {
    margin-top: 90px;
}

.space100 {
    margin-top: 100px;
}

.space110 {
    margin-top: 110px;
}

.space120 {
    margin-top: 120px;
}

.space130 {
    margin-top: 130px;
}

/*-----------------------------------------------------------------------------------*/
/*  Menu
/*-----------------------------------------------------------------------------------*/
.slicknav_menu {
    display:none;
}

#menu {
    width: 60px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 999999;
}

#menu #nav ul {
    list-style: none;
}

#nav li ul {
    display: none !important;
}

#menu-alt-wrapper ul li{
    display: block;
    position: relative;
}

#menu-alt-wrapper li ul {
    display: none;
    min-width: 200px !important;
    background: #000;
    padding: 10px;
}

#menu-alt-wrapper li ul li ul{
    display: none !important;
}

#menu-alt-wrapper ul li a {
    display: block;
    background: #000;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

#menu-alt-wrapper ul li ul li a{
    padding:5px 0 !important;
}

#menu-alt-wrapper li:hover ul li ul{
    display: none !important;
}

#menu-alt-wrapper li:hover ul {
    display: block !important;
    position: absolute;
    top:100%;
    padding-top: 30px;
}

#menu-alt-wrapper li:hover li {
    float: none;
}

#menu #nav li {
    position: relative;
    display: block;
    border-bottom: 1px solid #1f1f1f !important;
    white-space: nowrap;
    width: 60px;
    overflow: hidden;
    background-color: #000 !important;
    list-style: none;
}

#menu #nav li i {
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 22px;
    padding-top: 3px;
}

.mainHome {
    width: 60px !important;
}

#menu #nav li:last-child {
    border-bottom: 0;
}

#empty-icon-warning-block {
    background: rgba(0,0,0, 1);
    width: 400px;
    height: 125px;
    position: fixed;
    top: 30px;
    left: 65px;
    border-radius: 7px;
    padding: 15px;
    font-weight: 300;
}

#empty-icon-warning-block span {
    color: #ffeb00;
}

#empty-icon-warning-block a {
    color: #fff;
    text-decoration: underline;
}

#empty-icon-warning-block p {
    color: #fff;
    font-size: 12px;
}

#menu #nav li a {
    position: relative;
    color: #FFF;
    padding: 13px 22px;
    display: block;
    padding-left: 80px;
    height: 50px;
    font-size: 12px;
    letter-spacing: 0.1800em;
    font-weight: 600;
    text-transform: uppercase;
}

#menu #nav li a i {
    padding: 4px 0;
}

#menu #nav li.current {
    background: #464646 !important;
}

.nav-toggle {
    display: none;
}

#menu-alt-wrapper {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: rgba(0,0,0,1);
    padding-top: 15px;
}

.clone-menu{
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: rgba(0,0,0,1);
    padding-top: 15px;
    display: none;
}

.slide {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.slide--reset {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.slide--up {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.panel-opened-push {
    left: -360px;
}

.panel-closed-push {
    left: 0px;
}

#menu-alt-wrapper.menu-white {
    background-color: #fff;
    border-bottom: solid 2px #f5f5f5;
}

#menu-alt-wrapper.menu-white #nav li a {
    color: #000;
}

#menu-alt-wrapper.menu-white #nav li.current a {
    color: #ffeb00;
}

.h-logo, .menu-alt ul {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
}

#menu2{
    float: left;
}

#menu2 #nav li {
    float: left !important;
    margin-right: 30px;
    list-style: none;
}

#menu2 #nav li ul li{
    float: none !important;
}

#menu2 #nav li:last-child {
    margin-right: 0;
}

#menu2 #nav li a {
    color: #FFF;
    font-size: 13px;
    padding: 0;
    font-weight: 700;
    letter-spacing: 0.0900em;
    text-transform: uppercase;
}

#menu2 #nav li a {
    text-decoration: none;
}

#menu2 #nav li.current a {
    color: #ffeb00;
}

#menu2 #nav li a:hover {
    color: #ffeb00;
}

/* Menu 3 */

#menu-wicon {
    position: relative;
    width: 60px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 999999;
}

#menu-wicon ul#navwicon {
    list-style: none;
}

#menu-wicon #navwicon li ul {
    display: none !important;
}

.menuwrap {
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.menulist {
    display: none;
    position: absolute;
    top: 0;
    left: 60px;
    z-index: 1;
}

.menuopener {
    position: absolute;
    top: 50%;
    left: 19px;
}

#menu-wicon #navwicon li {
    position: relative;
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    background-color: #000 !important;
    list-style: none;
}

#menu-wicon #navwicon li:last-child {
    border-bottom: 0;
}

#menu-wicon #navwicon li a {
    color: #FFF;
    font-size: 16px;
    padding: 15px 22px;
    display: block;
    text-decoration: none;
    height: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

#menu-wicon #navwicon li.current {
    background: #464646 !important;
}

#menu-wicon #navwicon li:hover {
    background: #464646 !important;
}



/*-----------------------------------------------------------------------------------*/
/*   Video Section
/*-----------------------------------------------------------------------------------*/



.video-section {
    width: 100%;
    position: relative;
}

.video-section-home {
    width: 100%;
    position: relative;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
}

.video-wrapper .mediaElement {
    margin-top: -20px;
}

.video-wrapper .vimeo-bg {
    margin-top: -5px;
}

.video-wrapper .youtube-bg {
    margin-top: -5px;
}

.video-content {
    background: url(images/video_overlay.png);
   /* position: absolute;*/
    top: 0;
    left: 0;
    z-index: 10000;
}

.video-cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    background-size: cover !important;
}


/*-----------------------------------------------------------------------------------*/
/*  Home Section
/*-----------------------------------------------------------------------------------*/

#home {
    position: relative;
    overflow: hidden;
    height: 400px;
    width: 100%;
}

.back-image{
    background-size: cover !important;
}

.back-pattern{
    background-repeat: repeat !important;
}

.scroll-down {
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 60px;
    right: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    z-index: 99999;
}

.scroll-down i {
    font-size: 16px;
    padding-right: 5px;
}

.scroll-down a {
    text-decoration: none;
    font-family: Playfair Display, Georgia;
    letter-spacing: 0.0100em;
    font-weight: 600;
    font-style: italic;
    color: #ffeb00;
    border: solid 1px rgba(255,255,255,.2);
    padding: 14px 30px;
    border-radius: 3px;
}

.scroll-down:hover {
    bottom: 50px;
}

/* SLIDERS */

#slider {
    /* position: relative; */
    padding: 0;
    display: inline-block;
    width: 70%;
    margin: 0 auto;
}

#slider ul li h1 {
    font-weight: 700;
    color: #FFF;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.4);
    font-size: 80px;
    line-height: 100px;
    letter-spacing: 0.0500em;
}

.important-text {
    font-family: Playfair Display, Georgia;
    font-weight: 700;
    font-style: italic;
    color: #FDEC00;
    padding:0 !important;
    position: relative;
}

.important-text-underline{
    position: absolute;
    bottom: 10px;
    width: 107%;
    left:-4%;
    border-bottom:2px dashed #FDEC00;
}

#mini-slider {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
}

#mini-slider img {
    max-width: 100%;
    height: auto;
}

#slider .flex-control-nav {
    z-index: 999999;
}

#slider .flex-control-nav li {
    margin: 0 4px;
}

#slider .flex-control-nav li:last-child {
    margin-right: 0;
}

#slider .flex-control-paging li a{
    font-family: Playfair Display, Georgia;
    font-weight: 700;
    font-style: italic;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.4);
    display: block;
    cursor: pointer;
    font-size: 17px;
    text-indent: 0;
    color: #fff;
}

#slider .flex-control-paging li a.flex-active{
    font-size: 30px;
    color: #ffeb00 !important;
}

#slider .flex-control-paging li a {
    position: relative;
    width: 15px;
    height: 20px;
    display: block;
    cursor: pointer;
    font-size: 20px;
    color: #fff !important;
}

#slider .flex-control-nav a.flex-active:after{
    content: "";
    position: absolute;
    right: -21px;
    top:9px;
    width:15px;
    height:15px;
    border-radius: 50%;
    background: #ffeb00;
}

.textnext{
    position: absolute;
    top: 0;
    right: 0;
    width:50%;
    height: 100%;
    cursor: url(images/home-right-arrow.png), auto;
    z-index: 9999;
}

.textprev{
    position: absolute;
    top: 0;
    left: 0;
    width:50%;
    height: 100%;
    cursor: url(images/home-left-arrow.png), auto;
    z-index: 9999;
}

#form-slider .flex-control-nav {
    top: 13px;
    left: -5px;
}

#mini-slider .flex-control-nav {
    bottom: 10px;
    z-index: 999;
}

#mini-slider .flex-control-nav li {
    margin: 0 4px;
}

#mini-slider .flex-control-nav li:last-child {
    margin-right: 0;
}

#mini-slider .flex-control-paging li a {
    width: 13px;
    height: 13px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    background-color: #dbdbdb;
    -webkit-box-shadow: inset 0 0 0;
    -moz-box-shadow: inset 0 0 0;
    -o-box-shadow: inset 0 0 0;
    box-shadow: inset 0 0 0;
}

#mini-slider .flex-control-paging li a:hover {
    background-color: #ffeb00;
}

#mini-slider .flex-control-paging li a.flex-active {
    background-color: #ffeb00;
    cursor: default;
}

.text_slider p {
    color: #FFF;
    font-weight: 600;
}

/* Loading */

#loading-area {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ffeb00;
    z-index: 999999999999999999999;
    overflow: hidden;
}

/* Logo */

.logo {
    margin-top: 50px;
}

.logo_mini {
    height: 67px;
}

.h-logo {
    display: table;
    vertical-align: middle;
}

.color-text {
    color: #ffeb00 !important;
}

/* Title */

.title_cont p {
    max-width: 800px;
    margin: 0 auto;
    color: #444;
}

.sect-titles {
    font-size: 80px;
    line-height: 80px;
    color: #000;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.sect-mini-titles {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
}

.divide {
    width: 60px;
    height: 1px;
    background: #999;
    margin: 0 auto;
    margin-top: 150px;
}

.info {
    font-size: 14px;
    color: #444;
    max-width: 915px;
    margin: 0 auto;
    padding: 0 10px;
}

/*-----------------------------------------------------------------------------------*/
/*  About Section
/*-----------------------------------------------------------------------------------*/

.about-box {
    text-align: center;
    margin-top: 60px;
}

.about-text {
    max-width: 45%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.about-text p {
    font-size: 18px;
    color: #222;
    line-height: 32px;
    font-weight: 300;
}

.about-box h5 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.rm-button {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    background-color: #ffeb00;
    padding: 5px 10px;
}

.rm-button i {
    margin-left: 10px;
    font-weight: 600;
}

.rm-button:hover {
    color: #000;
    text-decoration: none;
    top: 3px;
}

.about-icon {
    width: 75px;
    height: 75px;
    background-color: #ffeb00;
    border-radius: 5px;
    margin: 0 auto;
    padding-top: 8px;
}

.about-icon i {
    font-size: 25px;
    border: 1px solid #fff;
    padding: 17px;
    border-radius: 5px;
}

.about-box h3 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.about-box p {
    margin-top: 10px;
}

.skills-box {
    width: 100%;
    background-color: #f5f5f5;
    border-top: 1px solid #f0f0f0;
    padding-bottom: 60px;
}

.skills-box h6 {
    padding-bottom: 5px;
}

.progress {
    height: 9px;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    background-color: #dbdbdb;
    border: 0;
    border-radius: 5px;
    margin-top: -5px !important;
}

.progress-bar {
    background-color: #ffeb00;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.about-tabs {
    text-align: left;
}

.panel {
    margin-bottom: 10px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    background: transparent;
}

.panel-title {
    background: transparent;
    border: 1px solid #dbdbdb;
}

.panel-title a {
    font-weight: 600;
    font-size: 12px;
    padding: 10px 10px;
    display: block;
}

.panel-title a:hover {
    text-decoration: none;
}

.panel-title a i {
    margin-right: 15px;
}

.collapse-scrolle {
}

.cllpse-active {
    background-color: #ffeb00;
}

.cllpse-active .panel-title {
    border: 0;
}

.cllpse-active a {
    font-weight: 600;
    padding: 10px 10px;
    display: block;
}

.cllpse-active a:hover {
    text-decoration: none;
}

.cllpse-active a i {
    margin-right: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*  Portfolio Section
/*-----------------------------------------------------------------------------------*/

#portfolio {
    height: auto;
    background: #fff;
    text-align: center;
    color: #000;
}

#portfolio h1 {
    text-transform: uppercase;
}

.iframe {
    width: 100%;
}

.alt-portfolio .work-list {
    margin-left: 0;
}

.work-list ul li {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.work-list ul li img {
    display: block;
    position: relative;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.work-list ul li .mask {
    padding-top: 50px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.5);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
}

.work-list ul li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}

.work-list ul li:hover .mask {
    opacity: 1;
}

.work-list ul li .mask h1 {
    color: #FFF;
    font-size: 28px;
    font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.0600em;
    text-transform: uppercase;
}

.work-list ul li a {
    color: #FFF;
}

.load-more-button a {
    font-size: 16px;
    font-weight: 700;
    color: #000 !important;
    padding-left: 40px;
    padding-right: 40px;
    background: #FFEB00;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    margin-top: 25px;
    display: inline-block;
    font-family: Playfair Display, Georgia;
    font-style: italic;
    letter-spacing: 0.0600em;
    border-radius: 3px;
}

.load-more-button a:hover {
    color: #FFF !important;
    background: #000 !important;
}

/* Projects Page */

.projects h2 {
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 26px;
    text-transform: uppercase;
}

.projects p {
    font-style: italic;
}

.project-info-box h3 {
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}

.project-info-box p {
    font-style: normal;
    font-weight: 400;
}

.project-det li {
    border-bottom: 1px solid #eaeaea;
    line-height: 40px;
}

.project-det li:last-child {
    border-bottom: 0;
}

.list-title {
    font-weight: 700;
}

.list-desc {
    font-weight: 400;
}

.project-info-box a {
    font-weight: 600;
}

.project-info-box a i {
    font-size: 10px;
}

.project-info-box a {
    text-decoration: none;
}

/* Portfolio Filter */

.portfolio-filters {
    padding-bottom: 20px;
}

.portfolio-filters ul {
    list-style: none;
    display: inline-block;
}

.portfolio-filters ul li {
    float: left;
    margin-right: 20px;
}

.portfolio-filters ul li:last-child {
    margin-right: 0;
}

.portfolio-filters ul li a {
    background: #000;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 15px;
    color: #e6e6e6;
}

.portfolio-filters ul li a.active {
    background: #ffeb00;
    color: #000;
}

.portfolio-filters ul li a.active:hover {
    background: #000;
}

.portfolio-filters ul li a:hover {
    background: #ffeb00;
    color: #000;
}

.portfolio-category {
    text-align: center;
}

.portfolio-category p {
    margin-left: 10px;
    display: inline-block;
    color: #fff;
    font-family: Playfair Display,Georgia;
    font-size: 15px;
    color: #ffeb00;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.0600em;
}

.portfolio-category p:first-child {
    margin-left: 0;
}

.portfolio-box h1 {
    margin-top: 30px;
}

/* Isotope */

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height,  width;
    -moz-transition-property: height,  width;
    -ms-transition-property: height,  width;
    -o-transition-property: height,  width;
    transition-property: height,  width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform,  opacity;
    -moz-transition-property: -moz-transform,  opacity;
    -ms-transition-property: -ms-transform,  opacity;
    -o-transition-property: -o-transform,  opacity;
    transition-property: transform,  opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.isotope-item h2 {
    text-transform: uppercase;
    color: #FFEB00;
    font-weight: 400 !important;
}

.portfolio-wrapper {
    position: relative;
    display: none;
}

.portfolio-loading {
    background: #fff url("images/portfolio-loader.gif") no-repeat center center;
    height: 60px;
    width: 60px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    display: none;
    z-index: 10000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.portfolio-navigation {
    position: absolute;
    top: -15px;
    right: 0;
    margin-left: 40px;
}

#portfolio-close {
    position: absolute;
    top: 34px;
    right: 23px;
    background: url("images/prjct-close.png") no-repeat;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
}

#portfolio-prev {
    position: absolute;
    top: 42px;
    right: 75px;
    width: 8px;
    height: 19px;
    background: url("images/dark-left.png") no-repeat;
}

#portfolio-next {
    position: absolute;
    top: 42px;
    right: 0px;
    width: 8px;
    height: 19px;
    background: url("images/dark-right.png") no-repeat;
}









/*-----------------------------------------------------------------------------------*/
/*  Services Section
/*-----------------------------------------------------------------------------------*/

.services-list {
    padding-top: 60px;
    margin-bottom: 60px;
    display: inline-block;
}

.services-list li {
    float: left;
    width: 90px;
    position: relative;
    margin-right: 65px;
    text-align: center;
}

.services-list p {
    float: left;
}

.services-list li:nth-last-child(3) {
    margin-right: 0 !important;
}

.services-list li .ibox {
    font-size: 32px;
    background: #ffeb00;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #000;
}

.service-hover-box {
    display: none;
    background-color: #000;
    position: absolute;
    bottom: 150px;
    left: 50%;
    margin-left: -127px;
    padding: 20px;
    text-align: center;
}

.service-hover-box ul {
    text-align: center;
}

.service-hover-box ul li {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    font-style: italic;
    color: #FFF;
}

.service-hover-box ul li i {
    margin-right: 10px;
}

.service-hover-box:after {
    top: 100%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
}

.service-hover-box:after {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000000;
    border-width: 15px;
    left: 50%;
    margin-left: -15px;
}

.service-list-name {
    margin-top: 15px;
}

.snumber {
    font-size: 35px;
    line-height: 55px;
    font-weight: 400;
    border: solid 1px #FFF;
    background: #ffeb00;
    padding: 10px 20px;
    width: 75px;
    color: #000;
}

.snumber:hover {
    background: rgba(255,255,255,0.3);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-number-box {
    text-align: left;
    margin-top: 60px;
}

.service-number-box h3 {
    font-size: 20px;
    font-weight: 600;
}

.feat-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

.feat-box i {
    font-size: 40px;
}

.feat-box h4 {
    text-align: left;
}

.feat-box p {
    text-align: left;
    float: left;
}

/*-----------------------------------------------------------------------------------*/
/*  Team Section
/*-----------------------------------------------------------------------------------*/

#team {
    height: auto;
    background: #fff;
    text-align: center;
    color: #000;
}

#team h1 {
    text-transform: uppercase;
}

#team-list li {
    float: left;
    width: 370px;
    height: 510px;
    background-color: #000;
    margin-left: 20px;
    margin-right: 5px;
    padding: 20px;
}

.emptyl {
    background-color: #fff !important;
}

.emptyr {
    background-color: #fff !important;
}

.nav-wrap {
    height: 10px;
}

#nav-car {
    position: relative;
}

#customer-prev.disabled, #customer-next.disabled {
    background-color: transparent !important;
    cursor: default;
    opacity: 0;
}

#customer-prev, #customer-next {
    position: absolute;
    top: -340px;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ffeb00;
    z-index: 3;
}

#customer-next {
    right: -10px;
    padding-top: 12px;
    padding-left: 5px;
}

#customer-prev {
    left: 5px;
    padding-top: 12px;
    padding-right: 5px;
}

#customer-prev, #customer-next:hover {
    text-decoration: none;
}

#customer-prev, #customer-next i {
    color: #000;
    font-size: 50px;
}

.team-box {
    height: 440px;
    border: 1px solid #4E4E4F;
    color: #fff;
    background: #000;
    position: relative;
    overflow: hidden;
}

.team-box h3 {
    color: #999;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.underline {
    width: 30px;
    background-color: #777;
    height: 1px;
    border: 0;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.team-box .user-position {
    color: #555 !important;
    letter-spacing: 0.0600em;
}

.team-member-details {
    position: absolute;
    top: -100%;
    left: 0;
    min-height: 10px;
    height: 345px;
    width: 100%;
    margin: 0;
    z-index: 2;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
    background-color: rgba(0, 0, 0, 0.75);
}

.team-box:hover .team-member-details {
    top: 0;
}

.team-member-icons li {
    float: left;
    color: #fff !important;
}

.team-member-icons li a {
    font-size: 20px;
}

.team-member-links {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 50%;
}

.team-member-links a {
    color: #fff;
    font-size: 25px;
    margin-right: 20px;
}

.team-member-links a:hover {
    text-decoration: none;
    color: #ffeb00;
}

#client-list {
    display: inline-block;
    margin: 50px 0 100px 0;
}

#client-list li {
    float: left;
    margin-right: 60px;
}

#client-list li:last-child {
    margin-right: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  Parallax Sections
/*-----------------------------------------------------------------------------------*/

.parallax-s {
    text-align: center;
    padding: 125px 0;
}

.parallax-quote {
    max-width: 900px;
    margin: 0 auto;
}

.parallax-quote h1 {
    margin: 0 auto;
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: 0.0600em;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.4);
    color: #fff;
    text-transform: uppercase;
}

.parallax-quote h2 {
    margin-top: 20px;
    font-family: Playfair Display, Georgia;
    font-weight: 700;
    font-style: italic;
    color: #FFEB00;
    letter-spacing: 0.0900em;
}


/*-----------------------------------------------------------------------------------*/
/*  Customer Comment
/*-----------------------------------------------------------------------------------*/



.customer-slider h1 {
    max-width: 85%;
    margin: 0 auto;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.4);
    color: #fff;
    text-transform: uppercase;
}

.customer-name h2 {
    margin-top: 20px;
    font-family: Playfair Display, Georgia;
    font-weight: 700;
    font-style: italic;
    color: #FFEB00;
    letter-spacing: 0.0900em;
}


/*-----------------------------------------------------------------------------------*/
/*  Features Section
/*-----------------------------------------------------------------------------------*/

.features-tab {
    position: relative;
}

.feat-img {
    margin: 0 auto;
}

.tab-info h3 {
    font-size: 26px;
    font-weight: 700;
}

.tab-info p {
    max-width: 915px;
    margin: 0 auto;
}

.tab-style1 {
    bottom: 0;
}

.tab-but {
    line-height: 30px;
    background-color: #f5f5f5;
}

.tab-but a {
    display: block;
    font-size: 20px;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #000;
    padding: 10px 0;
    text-transform: uppercase;
}

.tab-but a:hover {
    text-decoration: none;
    color: #000;
}

.active .tab-but {
    background-color: #FFEB00;
}

.active .tab-but a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding: 10px 0;
}

.active .tab-but a:hover {
    text-decoration: none;
}

/* Price List */

.price-title {
    background-color: #000;
    padding: 10% 10% 10% 10%;
    position: relative;
}

.price-title h2 {
    color: #ffeb00;
}

.price-title p {
    color: #FFF;
}

.price-box .price {
    background-color: #ffeb00;
    width: 190px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -95px;
}

.price a {
    display: block;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding: 10px 0;
    color: #000;
    font-weight: 700;
}

.price a:hover {
    text-decoration: none;
}

.pro-desc {
    background-color: #fff;
}

.pro-desc {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.pro-desc li {
    line-height: 35px;
    border-bottom: 1px solid #f5f5f5;
}

.pro-desc li:last-child {
    border-bottom: 0;
}

.mob-feat {
    text-align: left;
}

.mob-feat li {
    background-color: #FFEB00;
    padding: 20px;
    margin-bottom: 35px;
}

.mob-feat li:last-child {
    margin-bottom: 0;
}

.mob-feat li h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: Oswald, Helvetica, Arial, sans-serif;
}

.cust-comment-box {
    position: relative;
}

.comment-parallax {
    position: relative;
}

#cprev, #cnext {
    position: absolute;
    top: 30px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #ffeb00;
    z-index: 3;
    cursor: pointer;
    text-align: center;
}

#cnext {
    right: 15px;
}

#cprev {
    left: 15px;
}

#cprev, #cnext:hover {
    text-decoration: none;
}

#cnext i, #cprev i {
    color: #000;
    font-size: 30px;
    padding-top: 10px;
}

.cmmnt-crsl-bull {
    display: inline-block;
}

.cmmnt-crsl-bull a {
    float: left;
    position: relative;
    width: 11px;
    height: 11px;
    margin: 0 4px 0 0;
    text-decoration: none;
}

.cmmnt-crsl-bull a:before {
    content: "\f10c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 9px;
    position: absolute;
    top: 0;
    left: 0;
}

.cmmnt-crsl-bull a.selected:before {
    content: "\f111";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffeb00;
    font-size: 9px;
    position: absolute;
    top: 0;
    left: 0;
}

.cmmnt-crsl-bull a span {
    display: none;
}


/*-----------------------------------------------------------------------------------*/
/*  Contact Section
/*-----------------------------------------------------------------------------------*/

.social-icons {
    display: inline-block;
}

.social-icons li {
    float: left;
    margin-left: 20px;
}

.social-icons li:last-child {
    margin-right: 0;
}

.social-icons li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #ffeb00;
    border-radius: 50%;
    color: #000;
}

.social-icons li a:hover {
    background: #f5f5f5 !important;
}

.contact-area {
    text-align: left;
}

.contact-tab li {
    width: 50%;
    float: left;
    text-align: center;
}

.contact-tab li a {
    color: #000;
    padding: 10px 0;
    display: block;
    background-color: #ffeb00;
    `;
}

.contact-tab li.active a {
    background: #FFF !important;
    border-top: 5px solid #000;
}

.contact-tab li a:hover {
    text-decoration: none;
}

#contact a:hover {
    color: #000;
}

.tweet_out ul li {
    display: block;
}

.tweet_out:last-child {
    margin-bottom: 0;
}

.tweet_icon {
    float: left;
}

.tweet_icon i {
    font-size: 18px;
    margin-top: 20px;
}

.tweet_cont {
    float: left;
    margin-bottom: 20px;
}

.twitter_username a {
    font-size: 14px;
    font-weight: 600;
    font-family: Oswald, Helvetica, Arial, sans-serif;
}

#map {
    width: 100%;
    height: 265px;
}

.contact p {
    font-size: 14px;
    font-weight: 400;
}

input[type="text"],input[type="email"] {
    height: 45px;
    padding: 0 10px;
    color: #727272;
    font-weight: 600;
    border: 1px solid #e9e9e9;
    text-transform: uppercase;
}

textarea {
    width: 100%;
    height: 175px;
    border: 1px solid #e9e9e9;
    resize: none;
    outline: none;
    color: #727272;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
}

.wpcf7-response-output {
    font-weight: 600;
    font-size: 15px;
    color: #727272;
}

.contact textarea:focus {
    color: #000;
}

#contact {
    padding-bottom: 60px;
}

#contact .text-contact {
    outline: none;
}

#contact .email-contact {
    outline: none;
}

#contact .subject-contact {
    outline: none;
}

.wpcf7-mail-sent-ok {
    border: none !important;
    border-left: solid 5px #398f14 !important;
    padding-left: 10px !important;
    margin-left: 0 !important;
}

.wpcf7-validation-errors {
    border: none !important;
    border-left: solid 5px #f7e700;
    padding-left: 10px !important;
    margin-left: 0 !important;
}

.wpcf7-not-valid-tip {
    padding-top: 10px;
    color: red;
    font-size: 14px;
}

.wpcf7  input[type=submit] {
    float: right;
    margin-top: 20px;
    padding: 12px 30px;
    background-color: #ffeb00;
    font-weight: 700;
    border: 0;
    font-family: Playfair Display, Georgia;
    font-style: italic;
    letter-spacing: 0.0600em;
    border-radius: 3px;
}

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

#footer {
    padding: 40px 0;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    height: 145px;
}

.footer-ghost {
    height: 145px;
}

/*-----------------------------------------------------------------------------------*/
/*  Blog
/*-----------------------------------------------------------------------------------*/

.bdp-post-image-bg {
	display: none!important;
/*    width: 100%;
    max-height: 45svh;
    object-fit: cover;  */
}

.home-readmore-btn {
	background-color: #555!important;	
	&:hover {
		background-color: #fc3b54!important;
	}
}

.title-post a {
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-top: 10px;
    display: inline-block;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding: 20px 0;
}

.post-materials {
    border-bottom: solid 1px #f4f4f4;
    padding-bottom: 10px;
}

.post-materials span {
    padding-right: 14px;
    margin-top: 5px;
    float: left;
    display: block;
}

.post-materials span:last-child {
    background: none;
    padding-right: 0;
}

.post-materials i {
    color: #ffeb00;
    font-size: 12px;
}

.post-materials a {
    font-size: 12px;
    margin-left: 10px;
}

/* Blog Post */

.post-type-icon {
    float: left;
    border-right: solid 1px #efefef;
    padding-right: 15px;
    max-width: 10%;
}

.post-type-icon-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffeb00;
    text-align: center;
}

.post-type-icon-box i {
    padding-top: 13px;
}

.blog.margint60{
    margin-top: 0 !important;
}

.blog.padt80{
    padding-top: 30px;
}

.blog-post {
    margin-bottom: 20px;
}

.post-content-full {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.post-content {
    float: left;
    max-width: 90%;
    padding-bottom: 20px;
    padding-left: 15px;
}

.post-content p {
	margin-bottom: 15px;
}

.post-content-blog img {
    max-width: 750px;
}

.post-content-blog img[class*="wp-image-"], img[class*="attachment-"], .post img, .post {
    max-width: 100%;
    height: auto;
}

.post-content-blog p {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post-content-full .tags {
    margin-top: 10px;
}

.post-content-full .gallery img {
    background: #f9f9f9;
    padding: 5px;
    border: solid 1px #f5f5f5;
}

.post-content-full .gallery dt {
    margin-right: 10px;
}

.post-content-full ul {
    list-style: circle;
    margin-left: 20px;
}

.post-content-full ul li {
    list-style: circle;
}

.post-content-full ol {
    list-style: decimal;
    margin-left: 20px;
}

.wp-caption {
    max-width: 100%;
    border: 1px solid #ccc;
    background: #ededed;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.wp-caption img {
    margin-bottom: 10px!important;
    display: block;
}

.more-link {
    margin-top: 20px;
}

.more-link a {
    background: #ffeb00;
    padding: 13px 16px;
    border-radius: 3px;
    color: #000;
    font-family: Playfair Display, Georgia;
    font-style: italic;
    letter-spacing: 0.0600em;
    border-radius: 3px;
    font-weight: 700;
}

.more-link a:hover {
    opacity: 0.6;
}

/* Password Protect */

.post-password-form input[type=password] {
    margin-left: 10px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #e9e9e9;
}

.post-password-form input[type=password]:focus {
    background-color: #ffeb00;
}

.post-password-form input[type=submit] {
    height: 30px;
    padding-left: 0 !important;
    padding-right: 10px;
    background-color: #ffeb00;
    font-weight: 700;
    border: 0 !important;
    outline: 0 !important;
}

.sticky .title-post i {
    padding-right: 10px;
}

.bypostauthor,
.gallery-caption {
}

/* Pagination */

.pagination {
    margin-top: 20px;
    width: 100%;
}

.next-post {
    float: right;
    border-radius: 3px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #FFEB00;
}

.next-post a, .prev-post a {
    color: #000;
}

.next-post a:hover, .prev-post a:hover {
    color: #FFF;
}

.prev-post {
    float: left;
    border-radius: 3px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: 15px;
    background: #FFEB00;
}

.next-post:hover, .prev-post:hover {
    background: #000;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    text-decoration: none;
}

/* Post Format Types */

/* Quote */

.quote {
    background: #f5f5f5;
    text-align: center;
}

.quote p {
    font-size: 18px;
    line-height: 26px;
}

.quote blockquote {
    border: none;
}

/* Sidebar */

.sidebar-widget {
    margin-bottom: 30px;
    padding-top: 10px;
}

.sidebar-widget:last-child {
    margin-bottom: 60px;
}

.sidebar-widget h3 {
    font-weight: 700;
    font-size: 15px;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    border-bottom: 2px solid #ffeb00;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sidebar-widget ul li {
    padding-top: 5px;
}

.sidebar-widget ul li a {
    text-transform: capitalize;
}

.sidebar-widget ul li ul li {
    padding-left: 20px;
}

/* Tags */

.tags span {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 2px;
    margin-right: 5px;
}

.tags span:before {
    content: "\f02c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-decoration: inherit;
/*--adjust as necessary--*/
    left: 0;
    padding-right: 3px;
}

.tags a {
    background: #000;
    border-radius: 4px;
    padding: 2px 8px;
    color: #FFF;
    margin-bottom: 5px;
    display: inline-block;
}

.sidebar-widget .tagcloud {
    width: 100%;
}

.sidebar-widget .tagcloud a {
    font-family: Oswald, Helvetica, Arial, sans-serif;
    background: #ffeb00;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 4px;
    margin-bottom: 10px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}

.sidebar-widget .tagcloud a:hover {
    color: #000;
}

/* Long Item */

.sidebar-widget .screen-reader-text {
    display: none;
}

.textwidget img {
    max-width: 100%;
    height: auto;
}

.textwidget select {
    max-width: 100%;
    height: auto;
}

/* Search */

.searchform {
    padding-top: 10px;
    clear: both;
}

.searchform input[type="text"] {
    float: left;
    width: 80%;
    height: 42px;
    border: 0;
    padding: 0 10px;
}

.searchform input:focus {
    outline: none;
}

.searchform input[type="submit"] {
    float: left;
    width: 20%;
    border: none;
    height: 42px;
    border-left: solid 1px #FFF;
    text-align: center;
    font-family: FontAwesome;
}

.all-shop-product a {
    background: #f8f8f8;
    padding: 30px 0;
    display: block;
    padding: 15px 20px;
    font-family: Playfair Display;
    color: #000;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.0600em;
    font-size: 15px;
}

.all-shop-product a:hover {
    background: #e0e0e0;
}

/*-----------------------------------------------------------------------------------*/
/*  Comments
/*-----------------------------------------------------------------------------------*/

.comments-blog-post-top {
    border-top: solid 2px #f0f0f0;
    border-bottom: solid 2px #f0f0f0;
    padding: 20px 0;
}

.comment-title {
    padding: 25px 0;
    border-bottom: 1px solid #e9e9e9;
    border-top: solid 2px #000;
}

.comments-title h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.com-info a {
    font-weight: 400;
    font-family: Oswald, Helvetica, Arial, sans-serif;
}

.avatar {
    float: left;
    padding-right: 20px;
    max-width: 10%;
}

.avatar img {
    width: 80px !important;
}

.comment-text {
    float: left;
    color: #444;
    max-width: 90%;
}

.comment-text h3 {
    color: #000;
}

.comments li > div {
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
}

.comments h3 {
    margin: 0;
    padding: 0;
}

.comments .children {
    list-style: none;
    margin: 0;
    margin-left: 20px;
}

.comments ul.children {
    list-style: none;
    margin: 0;
    margin-left: 20px;
}

.comments ol.children {
    list-style: none;
    margin: 0;
    margin-left: 20px;
}

.post-content-full .comments ul li {
    list-style: none;
}

.comment-text h3 {
    font-size: 18px;
    font-weight: 400;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.comment-text p {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.leave-a-comment {
    padding-top: 20px;
}

.leave-a-comment h2 {
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.leave-a-comment-req {
    margin-top: 10px;
    color: #444;
    padding-bottom: 10px;
    border-bottom: solid 1px #e9e9e9;
}

/* Comment Form */

.comment-form-t {
    margin-top: 30px;
}

.comment-form-area input.name {
    width: 370px;
    height: 45px;
    padding: 0 10px;
    border: 1px solid #e9e9e9;
    display: block;
    margin-bottom: 20px;
    color: #444;
    outline: none;
}

.comment-form-area input.mail {
    width: 370px;
    height: 45px;
    padding: 0 10px;
    border: 1px solid #e9e9e9;
    display: block;
    margin-bottom: 20px;
    color: #444;
    outline: none;
}

.comment-form-area input.website {
    width: 370px;
    height: 45px;
    padding: 0 10px;
    border: 1px solid #e9e9e9;
    display: block;
    margin-bottom: 20px;
    color: #444;
    outline: none;
}

.comment-form-area input:focus {
    background-color: #ffeb00;
}

.comment-form-area textarea {
    width: 760px;
    height: 175px;
    border: 1px solid #e9e9e9;
    resize: none;
    outline: none;
    color: #444;
    padding: 10px;
}

.comment-form-start {
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
    color: #444;
}

.comment-form-start p {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.comment-form-area textarea {
    width: 100%;
}

.comment-form input[type="submit"] {
    margin-top: 20px;
    font-family: Playfair Display, Georgia;
    font-weight: 700;
    font-style: italic;
    border: none;
    padding: 8px 16px;
}

.comment-submit {
    height: 40px;
    padding: 0 20px;
    background-color: #ffeb00;
    font-weight: 700;
    border: 0 !important;
    outline: 0 !important;
    margin: 0px;
    text-transform: uppercase;
    border-radius: 4px;
}

.comment-submit:hover {
    background: #000;
    color: #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.comments ol {
    list-style: none;
    margin: 0;
}

.comments ol {
    list-style: none;
    margin: 0;
}

li.pingback .avatar {
    display: none;
}

li.pingback h3 {
    font-size: 13px;
}

/* Author Info */

.authorinfo {
    background: #FFEB00;
    padding: 20px;
    border-radius: 5px;
}

.authorinfo a {
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.authorinfo a:hover {
    color: #000;
}

.author-avatar {
    float: left;
}

.author-text {
    float: left;
    max-width: 720px;
}

.author-text p {
    margin-top: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*  404 Error Page
/*-----------------------------------------------------------------------------------*/

.error_title {
    font-size: 150px;
    line-height: 200px;
    font-weight: 400;
}

.error_search {
    max-width: 350px !important;
    margin: 0 auto;
    margin-bottom: 60px;
}

.page-content p {
    margin-top: 10px;
}


/*-----------------------------------------------------------------------------------*/
/*  Loading Text
/*-----------------------------------------------------------------------------------*/


/* LOADING */
.block {
    text-align: center;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
 /* Adjusts for spacing */
    ;
}

.block div {
    display: inline-block;
    vertical-align: middle;
}

.block {
    height: 100%;
}

.block div span {
    position: relative;
    transition: top .4s;
    transition: top .4s;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #000;
    color: #FFF;
    text-align: center;
}

.animated-area {
    overflow: inherit;
}

/* Timer*/

.position {
    position: absolute;
    top: 50%;
    left: 50%;
}

.timer {
    width: 24px;
    height: 24px;
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 2px #000;
    border-radius: 50%;
    position: relative;
}

.timer:after, .timer:before {
    position: absolute;
    content: "";
    background-color: #000;
}

.timer:after {
    width: 10px;
    height: 2px;
    top: 11px;
    left: 11px;
    -webkit-transform-origin: 1px 1px;
    -moz-transform-origin: 1px 1px;
    transform-origin: 1px 1px;
    -webkit-animation: minhand 2s linear infinite;
    -moz-animation: minhand 2s linear infinite;
    animation: minhand 2s linear infinite;
}

.timer:before {
    width: 8px;
    height: 2px;
    top: 11px;
    left: 11px;
    -webkit-transform-origin: 1px 1px;
    -moz-transform-origin: 1px 1px;
    transform-origin: 1px 1px;
    -webkit-animation: hrhand 8s linear infinite;
    -moz-animation: hrhand 8s linear infinite;
    animation: hrhand 8s linear infinite;
}

@-webkit-keyframes minhand {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    };
}

@-moz-keyframes minhand {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    };
}

@keyframes minhand {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    };
}

@-webkit-keyframes hrhand {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    };
}

@-moz-keyframes hrhand {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    };
}

@keyframes hrhand {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    };
}

/*Typing Loader*/
.typing_loader {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-animation: typing 1s linear infinite alternate;
    -moz-animation: Typing 1s linear infinite alternate;
    animation: typing 1s linear infinite alternate;
    margin: 46px auto;
 /* Not necessary- its only for layouting*/
    position: relative;
    left: -12px;
}

@-webkit-keyframes typing {
    0% {
        background-color: rgba(0,0,0, 1);
        box-shadow: 12px 0px 0px 0px rgba(0,0,0,0.2), 
                    24px 0px 0px 0px rgba(0,0,0,0.2);
    }

    25% {
        background-color: rgba(0,0,0, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(0,0,0,2), 
                    24px 0px 0px 0px rgba(0,0,0,0.2);
    }

    75% {
        background-color: rgba(0,0,0, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(0,0,0,0.2), 
                    24px 0px 0px 0px rgba(0,0,0,1);
    };
}

@-moz-keyframes typing {
    0% {
        background-color: rgba(0,0,0, 1);
        box-shadow: 12px 0px 0px 0px rgba(0,0,0,0.2), 
                    24px 0px 0px 0px rgba(0,0,0,0.2);
    }

    25% {
        background-color: rgba(0,0,0, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(0,0,0,2), 
                    24px 0px 0px 0px rgba(0,0,0,0.2);
    }

    75% {
        background-color: rgba(0,0,0, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(0,0,0,0.2), 
                    24px 0px 0px 0px rgba(0,0,0,1);
    };
}

@keyframes typing {
    0% {
        background-color: rgba(0,0,0, 1);
        box-shadow: 12px 0px 0px 0px rgba(0,0,0,0.2), 
                    24px 0px 0px 0px rgba(0,0,0,0.2);
    }

    25% {
        background-color: rgba(0,0,0, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(0,0,0,2), 
                    24px 0px 0px 0px rgba(0,0,0,0.2);
    }

    75% {
        background-color: rgba(0,0,0, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(0,0,0,0.2), 
                    24px 0px 0px 0px rgba(0,0,0,1);
    };
}

/*Location indicator */
.location_indicator {
    margin: 30px auto;
    position: relative;
    left: -9px;
}

.location_indicator:before, .location_indicator:after {
    position: absolute;
    content: "";
}

.location_indicator:before {
    width: 20px;
    height: 20px;
    border-radius: 100% 100% 100% 0;
    box-shadow: 0px 0px 0px 2px rgba(0,0,0,1);
    -webkit-animation: mapping 1s linear infinite;
    -moz-animation: mapping 1s linear infinite;
    animation: mapping 1s linear infinite;
    -webkit-transform: rotate(-46deg);
    -moz-transform: rotate(-46deg);
    transform: rotate(-46deg);
}

.location_indicator:after {
    width: 30px;
    height: 10px;
    border-radius: 100%;
    left: -4px;
    background-color: rgba(0, 0, 0, 0.2);
    top: 24px;
    z-index: -1;
}

@-webkit-keyframes mapping {
    0% {
        top: 0;
    }

    50% {
        top: -5px;
    }

    100% {
        top: 0;
    };
}

@-moz-keyframes mapping {
    0% {
        top: 0;
    }

    50% {
        top: -5px;
    }

    100% {
        top: 0;
    };
}

@-keyframes mapping {
    0% {
        top: 0;
    }

    50% {
        top: -5px;
    }

    100% {
        top: 0;
    };
}



/*Battery*/
.battery {
    width: 28px;
    height: 14px;
    border: 1px #000 solid;
    border-radius: 2px;
    position: relative;
    -webkit-animation: charge 5s linear infinite;
    -moz-animation: charge 5s linear infinite;
    animation: charge 5s linear infinite;
    top: 40px;
    margin: 0 auto;
}

.battery:after {
    width: 2px;
    height: 7px;
    background-color: #000;
    border-radius: 0px 1px 1px 0px;
    position: absolute;
    content: "";
    top: 2px;
    right: -4px;
}

@-webkit-keyframes charge {
    0% {
        box-shadow: inset 0px 0px 0px #000;
    }

    100% {
        box-shadow: inset 30px 0px 0px #000;
    };
}

@-moz-keyframes charge {
    0% {
        box-shadow: inset 0px 0px 0px #000;
    }

    100% {
        box-shadow: inset 30px 0px 0px #000;
    };
}

@keyframes charge {
    0% {
        box-shadow: inset 0px 0px 0px #000;
    }

    100% {
        box-shadow: inset 30px 0px 0px #000;
    };
}



/*help*/
.help {
    width: 30px;
    height: 30px;
    border: 1px #000 solid;
    border-radius: 50%;
    -webkit-animation: rotation 1s ease-in-out infinite;
    -moz-animation: rotation 1s ease-in-out infinite;
    animation: rotation 1s ease-in-out infinite;
    margin: 30px auto;
}

.help:after {
    width: 5px;
    height: 5px;
    background-color: rgba(0,0,0,1);
    border-radius: 100%;
    position: absolute;
    content: "";
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    };
}

@-moz-keyframes rotation {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    };
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    };
}

/*eye ball*/
.eye {
    width: 20px;
    height: 20px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 50%;
    box-shadow: 30px 0px 0px 0px rgba(0,0,0,0.8);
    position: relative;
    margin: 36px 26px;
}

.eye:after {
    background-color: #FFF;
    width: 10px;
    height: 10px;
    box-shadow: 30px 0px 0px 0px #FFF;
    border-radius: 50%;
    left: 9px;
    top: 8px;
    position: absolute;
    content: "";
    -webkit-animation: eyeball 2s linear infinite alternate;
    -moz-animation: eyeball 2s linear infinite alternate;
    animation: eyeball 2s linear infinite alternate;
}

@-webkit-keyframes eyeball {
    0% {
        left: 9px;
    }

    100% {
        left: 1px;
    };
}

@-moz-keyframes eyeball {
    0% {
        left: 9px;
    }

    100% {
        left: 1px;
    };
}

@keyframes eyeball {
    0% {
        left: 9px;
    }

    100% {
        left: 1px;
    };
}

/*coffee cup*/
.coffee_cup {
    width: 20px;
    height: 24px;
    border: 1px rgba(0,0,0,1) solid;
    border-radius: 0px 0px 5px 5px;
    position: relative;
    margin: 36px auto;
}

.coffee_cup:after, .coffee_cup:before {
    position: absolute;
    content: "";
}

.coffee_cup:after {
    width: 5px;
    height: 12px;
    border: 1px #000 solid;
    border-left: none;
    border-radius: 0px 20px 20px 0px;
    left: 20px;
}

.coffee_cup:before {
    width: 1px;
    height: 6px;
    background-color: rgba(0,0,0,1);
    top: -10px;
    left: 4px;
    box-shadow: 5px 0px 0px 0px rgba(0,0,0,1),
                5px -5px 0px 0px rgba(0,0,0,1),
                10px 0px 0px 0px rgba(0,0,0,1);
    -webkit-animation: steam 1s linear infinite alternate;
    -moz-animation: steam 1s linear infinite alternate;
    animation: steam 1s linear infinite alternate;
}

@-webkit-keyframes steam {
    0% {
        height: 0px;
    }

    100% {
        height: 6px;
    };
}

@-moz-keyframes steam {
    0% {
        height: 0px;
    }

    100% {
        height: 6px;
    };
}

@keyframes steam {
    0% {
        height: 0px;
    }

    100% {
        height: 6px;
    };
}

/*square*/
.square {
    width: 20px;
    height: 20px;
    border: 1px  rgba(0,0,0,1) solid;
    margin: 36px auto;
    position: relative;
    -webkit-animation: fill_color 5s linear infinite;
    -moz-animation: fill_color 5s linear infinite;
    animation: fill_color 5s linear infinite;
}

.square:after {
    width: 4px;
    height: 4px;
    position: absolute;
    content: "";
    background-color: rgba(0,0,0,1);
    top: -8px;
    left: 0px;
    -webkit-animation: square_check 1s ease-in-out infinite;
    -moz-animation: square_check 1s ease-in-out infinite;
    animation: square_check 1s ease-in-out infinite;
}

@-webkit-keyframes square_check {
    25% {
        left: 22px;
        top: -8px;
    }

    50% {
        left: 22px;
        top: 22px;
    }

    75% {
        left: -9px;
        top: 22px;
    }

    100% {
        left: -9px;
        top: -7px;
    };
}

@-moz-keyframes square_check {
    25% {
        left: 22px;
        top: -8px;
    }

    50% {
        left: 22px;
        top: 22px;
    }

    75% {
        left: -9px;
        top: 22px;
    }

    100% {
        left: -9px;
        top: -7px;
    };
}

@keyframes square_check {
    25% {
        left: 22px;
        top: -8px;
    }

    50% {
        left: 22px;
        top: 22px;
    }

    75% {
        left: -9px;
        top: 22px;
    }

    100% {
        left: -9px;
        top: -7px;
    };
}

@-webkit-keyframes fill_color {
    0% {
        box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.1);
    }

    100% {
        box-shadow: inset 0px -20px 0px 0px rgba(0,0,0,1);
    };
}

@-moz-keyframes fill_color {
    0% {
        box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.1);
    }

    100% {
        box-shadow: inset 0px -20px 0px 0px rgba(0,0,0,1);
    };
}

@keyframes fill_color {
    0% {
        box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.1);
    }

    100% {
        box-shadow: inset 0px -20px 0px 0px rgba(0,0,0,1);
    };
}
/*circle classick*/
.circle {
    margin: 40px auto;
    position: relative;
    width: 8px;
    height: 8px;
    background-color: rgba(0,0,0,.5);
    ;
    box-shadow: -14px 0px 0px rgba(0,0,0,1);
    border-radius: 50%;
    -webkit-animation: circle_classic 1s ease-in-out infinite alternate;
    -moz-animation: circle_classic 1s ease-in-out infinite alternate;
    animation: circle_classic 1s ease-in-out infinite alternate;
}

@-webkit-keyframes circle_classic {
    0% {
        opacity: 0.1;
        -webkit-transform: rotate(0deg) scale(0.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(360deg) scale(1.2);
    };
}

@-moz-keyframes circle_classic {
    0% {
        opacity: 0.1;
        -moz-transform: rotate(0deg) scale(0.5);
    }

    100% {
        opacity: 1;
        -moz-transform: rotate(360deg) scale(1.2);
    };
}

@keyframes circle_classic {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5);
    }

    100% {
        opacity: 1;
        transform: rotate(360deg) scale(1.2);
    };
}

/*cloud*/

.cloud {
    margin: 42px 30px;
    width: 4px;
    height: 10px;
    opacity: 0.5;
    position: relative;
    box-shadow: 6px 0px 0px 0px rgba(0,0,0,1),
                12px 0px 0px 0px rgba(0,0,0,1),
                18px 0px 0px 0px rgba(0,0,0,1),
                24px 0px 0px 0px rgba(0,0,0,1),
                30px 0px 0px 0px rgba(0,0,0,1),
                36px 0px 0px 0px rgba(0,0,0,1);
    -webkit-animation: rain 1s linear infinite alternate;
    -moz-animation: rain 1s linear infinite alternate;
    animation: rain 1s linear infinite alternate;
}

.cloud:after {
    width: 40px;
    height: 10px;
    position: absolute;
    content: "";
    background-color: rgba(0,0,0,1);
    top: 0px;
    opacity: 1;
    -webkit-animation: line_flow 2s linear infinite reverse;
    -moz-animation: line_flow 2s linear infinite reverse;
    animation: line_flow 2s linear infinite reverse;
}

@-webkit-keyframes rain {
    0% {
        box-shadow: 6px 0px 0px 0px rgba(0,0,0,1),
                12px 0px 0px 0px rgba(0,0,0,0.9),
                18px 0px 0px 0px rgba(0,0,0,0.7),
                24px 0px 0px 0px rgba(0,0,0,0.6),
                30px 0px 0px 0px rgba(0,0,0,0.3),
                36px 0px 0px 0px rgba(0,0,0,0.2);
    }

    100% {
        box-shadow: 6px 0px 0px 0px rgba(0,0,0,0.2),
                12px 0px 0px 0px rgba(0,0,0,0.3),
                18px 0px 0px 0px rgba(0,0,0,0.6),
                24px 0px 0px 0px rgba(0,0,0,0.7),
                30px 0px 0px 0px rgba(0,0,0,0.9),
                36px 0px 0px 0px rgba(0,0,0,1);
        opacity: 1;
    };
}

@-moz-keyframes rain {
    0% {
        box-shadow: 6px 0px 0px 0px rgba(0,0,0,1),
                12px 0px 0px 0px rgba(0,0,0,0.9),
                18px 0px 0px 0px rgba(0,0,0,0.7),
                24px 0px 0px 0px rgba(0,0,0,0.6),
                30px 0px 0px 0px rgba(0,0,0,0.3),
                36px 0px 0px 0px rgba(0,0,0,0.2);
    }

    100% {
        box-shadow: 6px 0px 0px 0px rgba(0,0,0,0.2),
                12px 0px 0px 0px rgba(0,0,0,0.3),
                18px 0px 0px 0px rgba(0,0,0,0.6),
                24px 0px 0px 0px rgba(0,0,0,0.7),
                30px 0px 0px 0px rgba(0,0,0,0.9),
                36px 0px 0px 0px rgba(0,0,0,1);
        opacity: 1;
    };
}

@keyframes rain {
    0% {
        box-shadow: 6px 0px 0px 0px rgba(0,0,0,1),
                12px 0px 0px 0px rgba(0,0,0,0.9),
                18px 0px 0px 0px rgba(0,0,0,0.7),
                24px 0px 0px 0px rgba(0,0,0,0.6),
                30px 0px 0px 0px rgba(0,0,0,0.3),
                36px 0px 0px 0px rgba(0,0,0,0.2);
    }

    100% {
        box-shadow: 6px 0px 0px 0px rgba(0,0,0,0.2),
                12px 0px 0px 0px rgba(0,0,0,0.3),
                18px 0px 0px 0px rgba(0,0,0,0.6),
                24px 0px 0px 0px rgba(0,0,0,0.7),
                30px 0px 0px 0px rgba(0,0,0,0.9),
                36px 0px 0px 0px rgba(0,0,0,1);
        opacity: 1;
    };
}

@-webkit-keyframes line_flow {
    0% {
        width: 0px;
    }

    100% {
        width: 40px;
    };
}

@-moz-keyframes line_flow {
    0% {
        width: 0px;
    }

    100% {
        width: 40px;
    };
}

@keyframes line_flow {
    0% {
        width: 0px;
    }

    100% {
        width: 40px;
    };
}