@import "https://fonts.googleapis.com/css?family=Raleway:400,100,300,600,700,500,800,900";
@import "https://fonts.googleapis.com/css?family=Oswald:400,300,700";
@import url(css/hoverex-all.css) screen;
@import url(css/prettyPhoto.css) screen;
body {
    background-color: #f9f9f9;
    color: #7C7C7C;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.825;
    margin: 0;
    padding: 0
}

html {
    overflow-x: hidden;
    overflow-y: auto
}

html,
body {
    height: 100%
}

div.body {
    height: 100%;
    width: 100%
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #2D3C48
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #2D3C48
}

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

.hidden {
    display: none
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%
}

::-moz-selection {
    color: #fff;
    text-shadow: none
}

::selection {
    color: #fff;
    text-shadow: none
}

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

a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-transition: background-color .4s linear, color .4s linear;
    -moz-transition: background-color .4s linear, color .4s linear;
    -o-transition: background-color .4s linear, color .4s linear;
    -ms-transition: background-color .4s linear, color .4s linear;
    transition: background-color .4s linear, color .4s linear
}

a:hover,
a:focus {
    color: #272727;
    text-decoration: none
}
a:visited {
	color: #B5B5B5;
}

a img {
    border: none;
    vertical-align: bottom
}

a.readmore {
    color: #C5C5C5;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    margin-top: -20px
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 20px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    padding: 0 0 10px;
    color: #272727;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    line-height: 140%
}

h1 {
    font-size: 22px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #7c7c7c
}

a img {
    border: none
}

p {
    line-height: 24px;
    margin: 10px 0 15px;
    padding: 0
}

ul,
ol,
dl {
    margin-left: 30px;
    font-size: 1em;
    margin-bottom: 1.25em;
    font-family: inherit
}

ul,
ol {
    margin-left: 0
}

ul.no-bullet,
ol.no-bullet {
    margin-left: 0
}

ul li ul,
ul li ol {
    margin-left: 1.25em;
    margin-bottom: 0;
    font-size: 1em
}

ol li ul,
ol li ol {
    margin-left: 1.25em;
    margin-bottom: 0
}

dl dt {
    margin-bottom: .3em;
    font-weight: 700
}

dl dd {
    margin-bottom: .75em
}

.lead {
    font-size: 21px;
    padding: 15px 0;
    font-weight: 400
}

section::before,
section::after {
    position: absolute;
    content: '';
    pointer-post-wraps: none
}

.logotop-remid {
    background: url(/images/logo-top.png) no-repeat center;
    height: 240px
}

.navbar-brand {
    float: left;
    font-size: 17px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    top: -16px
}

.navbar-nav>li>a {
    padding-bottom: 15px;
    padding-top: 15px
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    background: #1a1a1a;
    background: rgba(38, 38, 38, 1);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    z-index: 5
}

ul.nav {
    margin-top: 10px
}

#nav>.navbar-inner {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0
}

.navbar-brand {
    line-height: 16px;
    padding: 16px
}

.navbar {
    background: #1a1a1a;
    border: none;
    border-radius: 0;
    z-index: 99;
    min-height: 80px;
    margin-top: 0
}

.navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 10px 0
}

.nav>li>a:focus {
    background: none
}

.nav>li>a:hover {
    text-decoration: none;
    background: none
}

.nav>li.current a {
    text-decoration: none
}

.navbar-toggle {
    border-radius: 0
}

.navbar-toggle .icon-bar {
    background: #fff
}

#navigation-container {
    display: block;
    width: 100%;
    z-index: 99
}

.new-album {
    background: #1a1a1a;
    padding: 20px 0 60px;
}

.new-album h2,
.new-album h3 {
    color: #fff;
}

.navbar-brand span {
    color: #fff;
    font-size: 10px;
    display: block;
}

.lead.text-center strong {
    font-family: 'Raleway', sans-serif;
}

.container.stream-container {
    max-width: 800px;
}

#genre-btn {
    text-align: center;
}

div#genre-btn img {
    width: 100px;
}

.owl-item .item span {
    margin-left: 15px;
}

@media (max-width: 468px) {
    .hwarp {
        background: url(demos/03_bg.jpg) no-repeat fixed center top / cover;
        padding: 0;
        color: #fff
    }
}

@media (max-width: 768px) {
    .navbar-collapse {
        padding: 20px;
        text-align: center;
        max-height: 500px
    }
    .home-content h1 {
        font-size: 450% !important;
        padding: 0 20px
    }
    .home-content h4 {
        font-size: 250% !important;
        padding: 0 20px
    }
}

iframe {
    width: 100%
}

#slides {
    position: relative
}

#slides .slides-container {
    margin: 0;
    list-style: none
}

#slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%
}

#slides .scrollable:after {
    content: "";
    display: table;
    clear: both
}

.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 21;
    width: 100%
}

.slides-navigation a {
    position: absolute;
    font-size: 28px;
    line-height: 28px;
    bottom: 21px;
    color: #fff;
    zoom: 1;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50)
}

.slides-navigation a.prev {
    left: 20px
}

.slides-navigation a.next {
    right: 20px
}

.slides-navigation a.prev:hover,
.slides-navigation a.next:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100)
}

.slides-pagination {
    position: absolute;
    z-index: 20;
    bottom: 30px;
    text-align: center;
    width: 100%
}

.slides-pagination a {
    color: #1a1a1a;
    background: #fff;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    width: 30px;
    height: 4px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 2px;
    overflow: hidden;
    text-indent: -100%
}

.slides-pagination a:hover,
.slides-pagination a.current {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100)
}

.home-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 900px;
    padding: 50px;
    border-radius: 4px
}

.home-content h1 {
    font-size: 800%;
    color: #fff;
    margin-bottom: 0;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 95%
}

.home-content h4 {
    font-size: 350%;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    text-transform: uppercase
}

.home-content hr {
    width: 294px;
    height: 1px;
    background: #fff;
    margin: 3px auto;
    border: 0
}

.hwrap {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 92%;
    display: block;
    overflow: hidden;
    padding: 0 !important
}

.colon2a {
    background: #f3f3f3;
    border-top: 1px solid #eee;
    display: block;
    position: relative;
    padding: 100px 0 150px
}

.colon1,
.colon2,
.colon3,
.colon4,
.colon5,
.colon6,
.colon7 {
    background: #f3f3f3;
    border-top: 1px solid #eee;
    display: block;
    position: relative;
    padding: 40px 0
}

.blog-colon {
    background: #f3f3f3;
    padding: 120px 0;
    border-top: 1px solid #eee;
    display: block;
    position: relative
}

.colon6 {
    background: url(demos/01_bg.jpg) no-repeat fixed center top / cover;
    padding: 0;
    color: #fff
}

.colon6-wrap {
    background: rgba(0, 0, 0, 0.8);
    display: block;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    padding: 40px 0
}

.client {
    padding: 15px 0
}

.clients {
    background: url(demos/03_bg.jpg) no-repeat fixed center top / cover;
    padding: 0;
    color: #fff
}

.clients-wrap {
    padding: 80px 0;
    display: block;
    margin-bottom: 0;
    position: relative;
    overflow: hidden
}

.colon7 {
    background: #212345;
    color: #fff
}

.colon7-wrap {
    background: rgba(0, 0, 0, 0.1);
    padding: 80px 0 0;
    display: block;
    margin-bottom: 0;
    position: relative;
    overflow: hidden
}

.colon8 {
    background: url(demos/01_bg.jpg) no-repeat fixed center top / cover;
    padding: 0;
    color: #fff
}

.colon8-wrap {
    background: rgba(0, 0, 0, 0.6);
    padding: 40px 0 0;
    display: block;
    margin-bottom: 0;
    position: relative;
    overflow: hidden
}

.colon5 {
    background: #F3F3F3 !important
}

.clients hr {
    background: #fff !important
}

.colon6 .form-control::-moz-placeholder {
    color: #7C7C7C !important
}

.colon6 .form-control {
    background-color: #262626;
    border: 1px solid #111;
    box-shadow: 0 1px 0 #666;
    border-radius: 0
}

.colon8 h1,
.colon8 h2,
.colon8 h3,
.colon8 h4,
.clients h1,
.clients h2,
.clients h3,
.clients h4,
.colon6 h1,
.colon6 h2,
.colon6 h4,
.colon6 h3 {
    color: #fff
}

.callus hr,
.colon6 hr {
    background: #fff !important
}

.colon5,
.colon3,
.colon1 {
    background: #fff
}

.colon7 h1,
.testimonials h1 {
    color: #fff
}

.testimonials {
    background: url(demos/02_bg.jpg) no-repeat fixed center top / cover;
    padding: 0;
    color: #fff
}

.testimonials-wrap {
    background: rgba(0, 0, 0, 0.9);
    padding: 80px 0;
    display: block;
    margin-bottom: 0;
    position: relative;
    overflow: hidden
}

.footercolon {
    background: #1a1a1a;
    padding: 60px 0;
    display: block;
    position: relative
}

.footercolon .form-control {
    width: 90%;
    background-color: #262626;
    border-color: #111;
    box-shadow: 0 1px #666
}

.colon6 .form-control:focus,
.footercolon .form-control:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.6)
}

.footercolon .form-control:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.6)
}

.footercolon .widget {
    margin-bottom: 20px;
    display: block;
    padding: 0 15px 40px
}

.copyrights {
    background: #111;
    padding: 10px 10px 20px;
    width: 100%;
    border-top: 1px solid #333
}

.service-second {
    text-align: center;
    padding-bottom: 20px
}

.service-second h2 {
    margin: 10px 0 0 !important
}

.service-second h2,
.skills h2 {
    margin: 20px 0 0;
    font-weight: 700;
    padding-top: 0
}

.service-second p,
.skills p {
    margin: 0;
    padding-top: 0
}

.skills h2,
.service-title h2 {
    color: #969696;
    font-size: 23px;
    margin-bottom: 15px;
	font-weight: 600;
}

.footer-widget-title h1 {
    color: #fff;
    font-size: 23px;
    font-weight: 600
}

.title h1 {
    font-size: 41px;
    font-weight: 800;
    letter-spacing: -.35px
}

.portfolio-title h2 {
    font-size: 21px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    letter-spacing: -.35px
}

.title h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -.35px
}

.title hr {
    background: #7C7C7C;
    border: 0 none;
    height: 1px;
    margin: 2px auto;
    width: 280px
}

.widget h4 {
    font-size: 21px
}

.widget {
    padding: 20px 0;
    margin: 20px 0
}

.message {
    moz-box-sizing: border-box;
    background: #fff;
    border: 1px solid #e9e9e9;
    display: table;
    margin: 30px 0;
    padding: 30px;
    width: 100%
}

.message h2 {
    font-weight: 700;
    font-size: 28px;
    padding-bottom: 0
}

.message .btn {
    margin-top: 40px
}

.timeline ul {
    list-style: none
}

.timeline {
    margin: 40px auto;
    max-width: 100%;
    overflow: hidden;
    z-index: 0;
    height: auto;
    position: relative;
    padding: 0;
    list-style-type: none;
    background: url(images/timeline.png);
    background-repeat: repeat-y;
    background-position: 50% 0
}

.timeline *,
.timeline :after,
.timeline:after,
.timeline :before,
.timeline:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.timeline .year:first-of-type {
    margin-top: 0 !important
}

.timeline .post-wrap {
    position: relative;
    border-left: 5px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    float: right;
    clear: right;
    width: 45%;
    margin: 30px 2.5%;
    border-radius: 0;
    list-style-type: none;
    display: block;
    padding: 30px;
    background: #fff;
    z-index: 15;
    text-decoration: none;
    -webkit-transition: background .15s linear;
    -moz-transition: background .15s linear;
    -ms-transition: background .15s linear;
    -o-transition: background .15s linear;
    transition: background .15s linear
}

.timeline .post-wrap a {
    margin: 0;
    padding: 0
}

.timeline .post-wrap.featured {
    width: 95% !important
}

.timeline .post-wrap.featured:after,
.timeline .post-wrap.featured:before {
    display: none
}

@media all and (max-width: 600px) {
    .timeline .post-wrap {
        width: 95%
    }
    .stream-app-icons {
        width: 33% !important;
        float: left
    }
    span.player-arrow.mobile {
        text-align: center;
        font-size: 11px
    }
    span.player-arrow.desktop {
        display: none
    }
    div#genre-btn img {
        width: 15% !important;
    }
}

.timeline .post-wrap.offset-first {
    margin-top: -1.5em
}

.timeline .post-wrap img {
    max-width: 100%
}

.timeline .post-wrap:nth-of-type(2n) {
    float: left;
    clear: left
}

.timeline .post-wrap:nth-of-type(2n):after {
    right: -5%;
    left: auto
}

.timeline img {
    width: 100%
}

@media all and (min-width: 650px) {
    .timeline .post-wrap:after {
        display: block;
        content: ' ';
        height: 9px;
        width: 9px;
        border-radius: 0;
        position: absolute;
        left: -5%;
        top: 1.5em;
        border: 1px solid silver
    }
    span.player-arrow.desktop {
        position: absolute;
        bottom: -12px;
        right: 0;
        font-size: 13px
    }
    span.player-arrow.mobile {
        display: none
    }
}

.timeline h4 {
    padding: 10px 0 0;
    font-size: 19px;
    font-weight: 600;
    text-transform: inherit
}

.post-wrap .title a {
    color: #272727
}

.post-meta p,
.post-meta a,
.post-meta span {
    font-size: 12px
}

.post-meta .sep {
    color: #9a9a9a;
    padding: 0 5px
}

.post-meta a:hover {
    border-bottom: 1px solid #EB1C23
}

.twitter-tweet {
    box-shadow: 0 0 #fff !important;
    border-color: #fff !important
}

.quote-post {
    position: relative
}

.quote-post:after {
    font-family: 'FontAwesome';
    content: "\f10e";
    padding-right: 5px;
    right: 0;
    position: absolute;
    top: 0;
    font-size: 600%;
    opacity: .2;
    -moz-opacity: .2;
    filter: alpha(opacity=20)
}

.quote-post blockquote {
    border-left: 0 solid #fff
}

.twitter-widget a:hover,
.copyrights a:hover {
    color: #7C7C7C !important
}

.post .post-wrap {
    position: relative;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    display: block;
    padding: 30px;
    background: #fff;
    z-index: 0
}

.blog-comments .media,
.blog-comments .media .media {
    margin-top: 35px
}

.blog-text {
    margin: 50px 0 40px
}

.blog-comments {
    margin: 0 0 60px
}

.blog-comments .comment-item .thumb {
    width: 80px;
    margin-right: 10px;
    height: 80px
}

.blog-comments .comment-item .thumb-small {
    width: 50px;
    height: 50px
}

.nav-tabs {
    overflow: hidden;
    margin: 0 0 -1px;
    padding: 0;
    list-style: none;
    border: 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li>a:hover {
    color: #fff !important
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border-color: #dedede !important
}

.nav-tabs>li>a {
    font-size: 13px;
    padding: 12px 16px;
    background: #fff;
    display: block;
    text-transform: uppercase;
    color: #7c7c7c;
    border-radius: 0;
    border: 1px solid #DEDEDE
}

.tab-content {
    padding: 5px 20px;
    background: #fff;
    border: 1px solid #DEDEDE
}

.panel-default>.panel-heading {
    background: #fff;
    border-left: 5px solid #b32945
}

.panel-heading {
    padding: 10px 15px 3px
}

.panel-heading a {
    color: #7c7c7c
}

.panel-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase
}

.teams {
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 5px 0
}

.teams .teambox {
    overflow: hidden
}

.teams .teambox img {
    width: 180px;
    border: 5px solid #f3f3f3;
    margin: 0 auto
}

.teams .teambox p {
    margin: 0
}

.teams .teambox h3 {
    margin: 20px 0 0;
    font-weight: 600;
    display: block
}

.teams {
    padding-bottom: 10px
}

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

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .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: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0
}

.portfolio-details {
    background: #f3f3f3;
    margin: 20px 0 10px;
    padding: 10px;
    border-left: 5px solid #000
}

.portfolio-container {
    padding-bottom: 60px;
    font-size: 0
}

.portfolio-item {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
    background: #4BA2DC;
    line-height: 0 !important
}

.portfolio img {
    width: 100%;
    height: 100%;
    line-height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.portfolio-filter ul {
    list-style: none;
    padding-left: 10px
}

.portfolio-filter {
    text-align: center;
    margin-bottom: 50px
}

.portfolio-filter li {
    display: inline;
    margin-right: 15px;
    padding: 0
}

.portfolio-filter li a {
    text-transform: uppercase
}

.da-thumbs .portfolio-item a,
.da-thumbs .portfolio-item a img {
    display: block;
    position: relative
}

.post-media,
.teams,
#dm-testimonials .testimonial-nav a,
.da-thumbs .portfolio-item a {
    overflow: hidden;
    cursor: url(images/cursor.cur), crosshair;
    cursor: url(images/cursor.png) 40 40, crosshair
}

.da-thumbs .portfolio-item a div {
    position: absolute;
    width: 100%;
    height: 100%
}

.da-thumbs .portfolio-item a div span {
    display: block;
    font-weight: 600;
    font-size: 21px;
    padding: 0 15px;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 25%;
    margin-top: -16px;
    text-align: center;
    width: 100%
}

.da-thumbs .portfolio-item a div span small {
    margin-bottom: 0;
    display: block;
    padding: 10px;
    font-size: 16px;
    font-weight: 300;
    text-transform: none
}

.da-thumbs .portfolio-item a div span i {
    margin-top: 15px;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 36px
}

div.custom-box {
    clear: both;
    margin-bottom: 40px
}

div.custom-box div.custom-box-icon {
    color: #FFF;
    display: inline-block;
    float: left;
    height: 39px;
    line-height: 39px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 0;
    width: 39px
}

div.custom-box div.custom-box-icon:hover {
    background: #272727
}

div.custom-box div.custom-box-info {
    padding-left: 50px;
    margin-top: 0;
    margin-bottom: 20px
}

div.custom-box div.custom-box-info h4 {
    padding-bottom: 0;
    line-height: 1;
    font-weight: 600
}

.avatar-image {
    margin: -60px auto 30px;
    display: block;
    text-align: center;
    position: relative;
    border: 4px solid #f3f3f3;
    width: 120px;
    height: 120px
}

.coverimage {
    height: 450px;
    background: url(demos/office.png) no-repeat center top / cover
}

.twitter-widget {
    padding-left: 10px
}

.twitter-widget li {
    list-style: none;
    margin-bottom: 20px
}

.twitter-widget li:before {
    font-family: 'FontAwesome';
    content: "\f099";
    padding-right: 5px
}

.twitter-widget small {
    display: block;
    font-size: 11px;
    font-style: italic;
    padding-top: 10px;
    overflow: hidden
}

.twitter-widget small a {
    font-weight: 300;
    color: #7C7C7C
}

.social a {
    color: #7C7C7C;
    width: 30px;
    margin: 5px 0 0;
    height: 30px;
    line-height: 30px;
    font-size: 21px
}

.flickr a {
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50)
}

.flickr a:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100)
}

.flickr li {
    list-style: none;
    float: left;
    margin: 5px
}

.flickr li img {
    width: 53px;
    height: 53px
}

#volume {
    bottom: 0;
    position: absolute;
    z-index: 10;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #EB1C23;
    color: #fff;
    cursor: pointer
}

#commentsform .form-control,
#contact .form-control {
    border-radius: 0;
    height: 45px;
    font-size: 14px;
    margin-bottom: 15px
}

#commentsform textarea,
#contact textarea {
    min-height: 180px
}

#commentsform .form-verif,
#contact .form-verif {
    width: 60px;
    margin-left: 0;
    padding-left: 5px;
    height: 40px
}

#commentsform label,
#contact label {
    display: inline-block;
    color: #888;
    font-weight: 400;
    height: 26px;
    line-height: 36px
}

#commentsform fieldset,
#contact fieldset {
    padding: 20px;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

#commentsform legend,
#contact legend {
    padding: 7px 10px;
    font-weight: 700;
    color: #000;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 0 !important;
    margin-bottom: 20px
}

#commentsform span.required,
#contact span.required {
    font-size: 13px;
    color: red
}

#message {
    margin: 10px 0;
    padding: 0
}

.error_message {
    display: block;
    height: 22px;
    line-height: 22px;
    background: #FBE3E4 url(images/error.gif) no-repeat 10px center;
    padding: 3px 10px 3px 35px;
    color: #8a1f11;
    border: 1px solid #FBC2C4;
    -webkit-border-radius: 5px
}

.loader {
    padding: 0 10px
}

#success_page h1 {
    background: url(images/success.gif) left no-repeat;
    padding-left: 22px
}

#contact acronym {
    border-bottom: 1px dotted #ccc
}

.percent {
    color: #111;
    display: block;
    font-size: 50px;
    letter-spacing: -3px;
    line-height: 210px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 90%;
    z-index: 10
}

.chart {
    margin-bottom: 20px
}

.skills {
    margin: 60px 0
}

#dm-testimonials {
    position: relative;
    padding: 40px 0 5px
}

#dm-testimonials .container {
    display: block;
    position: relative;
    overflow: hidden
}

#dm-testimonials .testimonial {
    border: 0;
    display: none;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    opacity: 0;
    padding: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

#dm-testimonials .testimonial.active {
    display: block;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100)
}

#dm-testimonials .testimonial p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-style: italic
}

#dm-testimonials .testimonial span {
    line-height: 1;
    color: #676765
}

#dm-testimonials .testimonial a:link,
#dm-testimonials .testimonial a:visited {
    border-bottom: 1px dotted #ddd;
    color: #999
}

#dm-testimonials .testimonial a:hover {
    color: #676765
}

#dm-testimonials .testimonial-nav-wrapper {
    margin: 0 0 45px;
    position: relative;
    overflow: hidden
}

#dm-testimonials .testimonial-nav {
    margin: 0;
    position: relative;
    padding: 0;
    overflow: hidden
}

#dm-testimonials .testimonial-nav li {
    float: left;
    display: inline-block
}

#dm-testimonials .testimonial-nav a {
    display: block;
    background: none;
    padding: 0;
    opacity: .3;
    -moz-opacity: .3;
    filter: alpha(opacity=30);
    width: 105px;
    height: 105px;
    position: relative
}

#dm-testimonials .testimonial-nav a img {
    margin: 0;
    padding: 1px;
    background: #000;
    display: block;
    border: 0 solid #111
}

#dm-testimonials .testimonial-nav li a:hover span,
#dm-testimonials .testimonial-nav li a.active span {
    opacity: .4;
    -moz-opacity: .4;
    filter: alpha(opacity=40)
}

#dm-testimonials .testimonial-nav li a:hover,
#dm-testimonials .testimonial-nav li a.active {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100)
}

#dm-testimonials .testimonial blockquote {
    border-left: 4px double #fff
}

#dm-testimonials .testimonial blockquote small {
    color: #7C7C7C
}

#pricing-table {
    padding-left: 0;
    margin-bottom: 50px;
    margin-top: 60px;
    margin-left: 23%
}

#pricing-table .plan {
    padding: 60px 10px;
    display: block;
    text-align: center;
    background: #FFF;
    border: 1px solid #a7a7a7;
    list-style: none !important;
    position: relative;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    top: 0
}

#pricing-table .plan:hover {
    top: -25px
}

#pricing-table #most-popular h3 {
    color: #fff
}

#pricing-table #most-popular .btn.dmbutton {
    border-color: #fff;
    color: #fff
}

#pricing-table #most-popular .btn.dmbutton:hover {
    border-color: #111
}

#pricing-table #most-popular .btn,
#pricing-table .plan .btn {
    margin-top: 10px;
    text-transform: uppercase
}

#pricing-table h3 span small {
    vertical-align: top;
    font-size: 21px;
    color: #272727
}

#pricing-table h3 {
    padding: 20px;
    margin: -30px -10px 0
}

#pricing-table #most-popular h3 span small,
#pricing-table #most-popular h3 span {
    color: #fff
}

#pricing-table h3 span {
    display: block;
    color: #272727;
    font-size: 39px;
    font-family: "Oswald", Times, serif;
    font-weight: 600;
    margin: 25px 0 0
}

#pricing-table ul {
    margin: 20px 0 0;
    padding: 0
}

#pricing-table #most-popular li {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.1)
}

#pricing-table li {
    list-style: none;
    color: #7C7C7C;
    border-top: 1px solid #eaeaea;
    padding: 10px 0
}

#pricing-table #most-popular li {
    color: #fff
}

.back-to-top {
    position: relative;
    text-transform: uppercase;
    margin: -25px auto 15px;
    width: 100px;
    padding: 5px;
    border: 1px solid #333;
    text-align: center;
    -webkit-transition: background-color .4s linear, color .4s linear;
    -moz-transition: background-color .4s linear, color .4s linear;
    -o-transition: background-color .4s linear, color .4s linear;
    -ms-transition: background-color .4s linear, color .4s linear;
    transition: background-color .4s linear, color .4s linear
}

.back-to-top:hover {
    background: #111;
    border: 1px solid #333;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.6)
}

.back-to-top span {
    color: #FFF;
    font-size: 1em
}

.btn-default {
    color: #fff;
    border-radius: 0;
    font-weight: 400;
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 2px solid #068657;
    -webkit-transition: background-color .4s linear, color .4s linear;
    -moz-transition: background-color .4s linear, color .4s linear;
    -o-transition: background-color .4s linear, color .4s linear;
    -ms-transition: background-color .4s linear, color .4s linear;
    transition: background-color .4s linear, color .4s linear
}

.btn.dmbutton:hover,
.btn.dmbutton:active,
.btn.dmbutton:focus,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #fff;
    border-radius: 0;
    background-color: #111;
    border-color: #333;
    box-shadow: 2px solid #444
}

.btn.dmbutton {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #272727;
    color: #272727;
    padding: 8px 18px
}

.f-element {
    height: auto;
    text-align: center
}

.f-element i {
    margin-bottom: 10px;
    font-size: 46px
}

.highlight {
    font-weight: 600;
    font-size: 80px;
    margin: 30px 0 0;
    line-height: 75px
}

.milestone-details {
    font-weight: 400;
    font-size: 18px;
    padding: 10px 0 20px;
    letter-spacing: -.5px
}

.dmtop {
    cursor: pointer;
    font-family: Oswald;
    font-weight: 300
}

.js-video {
    height: 0;
    padding-top: 25px;
    padding-bottom: 50.5%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden
}

.js-video.widescreen {
    padding-bottom: 57.25%
}

.js-video.vimeo {
    padding-top: 0
}

.js-video embed,
.js-video iframe,
.js-video object,
.js-video video {
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    border: 2px solid #fff;
    position: absolute
}

.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: rotate 2s infinite linear;
    animation: rotate 2s infinite linear
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

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

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

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0)
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0)
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px
}

.image-hover * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.image-hover {
    position: relative;
    overflow: hidden
}

.image-hover img {
    display: block
}

.image-hover a {
    text-decoration: none
}

.zoom:hover {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3)
}

.zoom {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out
}

.zoom:hover {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out
}

.img-zoom-in img {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.img-zoom-in:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.tpl1 .sider-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    background-color: #fefefe;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0 0 3px rgba(0, 0, 0, .4)
}

.tpl1 .sider-right a {
    display: block;
    height: 50px;
    margin-top: 13px;
    background-position: center center;
    background-repeat: no-repeat
}

.tpl1 .zoom {
    background-image: url(images/zoom.png)
}

.tpl1 .undo {
    background-image: url(images/undo.png)
}

.tpl1 .check {
    background-image: url(images/check.png)
}

.tpl1 .close {
    background-image: url(images/close.png)
}

.tpl1 a.zoom:hover {
    background-image: url(images/zoom-hover.png)
}

.tpl1 a.close:hover {
    background-image: url(images/close-hover.png)
}

.tpl1 a.undo:hover {
    background-image: url(images/undo-hover.png)
}

.tpl1 a.check:hover {
    background-image: url(images/check-hover.png)
}

.tpl2 .bg {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    width: 100%;
    border-radius: 50% 50%;
    height: 67%;
    margin-top: 30px
}

.tpl2 .center-bar {
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    text-align: center;
    width: 100%
}

.tpl2 .center-bar a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 3px
}

.tpl2 .twitter {
    background: url(images/twitter.png) no-repeat center center
}

.tpl2 a.twitter:hover {
    background: url(images/twitter-hover.png) no-repeat center center
}

.tpl2 .in {
    background: url(images/in.png) no-repeat center center
}

.tpl2 a.in:hover {
    background: url(images/in-hover.png) no-repeat center center
}

.tpl2 .frenchflag {
    background: url(images/frenchflag-hover.png) no-repeat center center
}

.tpl2 a.frenchflag:hover {
    background: url(images/frenchflag-hover.png) no-repeat center center
}

.tpl2 .americanflag {
    background: url(images/americanflag-hover.png) no-repeat center center
}

.tpl2 a.americanflag:hover {
    background: url(images/americanflag-hover.png) no-repeat center center
}

.tpl2 .facebook {
    background: url(images/facebook.png) no-repeat center center
}

.tpl2 a.facebook:hover {
    background: url(images/facebook-hover.png) no-repeat center center
}

.tpl2 .google {
    background: url(images/google.png) no-repeat center center
}

.tpl2 a.google:hover {
    background: url(images/google-hover.png) no-repeat center center
}

.tpl3 .info-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #333;
    text-shadow: 1px 1px 0 #fff
}

.tpl3 .info-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fefefe;
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #333;
    text-shadow: 1px 1px 0 #fff
}

.tpl3 .info-fly {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-color: #fefefe;
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #333;
    text-shadow: 1px 1px 0 #fff
}

.tpl4 .bg,
.tpl4 .content {
    position: absolute;
    width: 100%;
    height: 100%
}

.tpl4 .bg div {
    width: 20%;
    height: 100%;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    background-color: #aaa;
    background-color: rgba(0, 0, 0, .4)
}

.tpl4 .content .info-title {
    color: #fefefe;
    font-size: 18px;
    margin: 0;
    padding: 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    background-color: #999;
    background-color: rgba(0, 0, 0, .3)
}

.tpl4 .content .detail {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.5em;
    color: #fdfdfd;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}

.tpl4 .content .more {
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 13px;
    padding: 5px 8px;
    color: #fff;
    background-color: #FFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 5px 0 0 0
}

.tpl5 .price {
    border-radius: 100%;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    background: #c00;
    line-height: 60px;
    text-align: center;
    padding: 15px;
    display: block;
    position: absolute;
    text-decoration: none;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.tpl5 .buy {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 40px;
    left: 110px;
    background: #c00;
    border-radius: 4px;
    padding: 8px 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5)
}

.tpl6 .bg {
    height: 100%;
    width: 100%;
    background-color: #444;
    background-color: rgba(0, 0, 0, .5);
    text-align: center
}

.tpl6 h3 {
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    margin: 0;
    padding: 8px;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 1px 1px 3px #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.tpl6 .btn {
    display: inline-block;
    padding: 10px;
    background: #CCC;
    background: rgba(255, 255, 255, .4);
    text-decoration: none;
    margin: 90px 5px 0;
    color: #ddd;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3)
}

.tpl6 .btn span {
    color: #fff;
    padding: 0 2px;
    font-weight: 700
}

.clients-wrap,
.da-thumbs .portfolio-item a div,
.tpl2 .bg {
    background-color: rgba(44, 112, 148, 0.6)
}

.barcolor,
.nav>li>a:hover,
.nav>li.current a,
.service-title h2 span,
.footer-widget-title h1 span,
.social a:hover,
a {
    color: #2C7094
}

::selection {
    background: #2C7094
}

::-moz-selection {
    background: #2C7094
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li>a,
.nav-tabs>li>a:hover,
.navbar-toggle,
.timeline .post-wrap:hover:after,
div.custom-box div.custom-box-icon,
#volume,
#pricing-table #most-popular,
.btn-default,
#preloader {
    background-color: #2C7094
}

.back-to-top {
    background-color: #000
}

.nav-tabs>li>a,
.form-group .form-control.error,
.form-group .form-control.error:focus,
.panel-default>.panel-heading,
.portfolio-details,
blockquote,
blockquote.pull-right,
.form-control:focus,
.colon6 .form-control:focus,
.footercolon .form-control:focus,
.colon6 .form-control:focus,
.footercolon .form-control:focus,
.post-meta a:hover,
#volume {
    border-color: #2C7094
}

.form-control:focus {
    -webkit-box-shadow: 0 2px 0 #2C7094;
    box-shadow: 0 2px 0 #2C7094
}

#preloader {
    background-image: url(images/slide-01.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

p#playerrn {
    position: relative
}

@media screen and (orientation: landscape) and (max-height:480px) {
    .hwrap {
        background: url(demos/topslide.jpg) no-repeat fixed center top / cover;
        height: 100%
    }
    #dm-testimonials .testimonial-nav a {
        width: 60px;
        height: 60px;
        background-color: #000
    }
    #preloader {
        background: url(demos/topslide.jpg) no-repeat fixed center top / cover
    }
    .logotop-remid {
        background-size: 50% 50%;
        margin: -45px 0
    }
    .isotope-item {
        z-index: 0 !important
    }
    #pricing-table {
        margin-left: 0 !important
    }
    #mb-header {
        top: 0;
        width: 100%
    }
    #metrobox {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }
    #mb-footer {
        width: 100%;
        bottom: 0
    }
    #mb-contentzone {
        width: 100%;
        left: 0
    }
    .mb-videoholder {
        width: 100%;
        margin-left: 0
    }
    #desktop-only {
        display: none
    }
}

@media screen and (orientation: portrait) {
    .hwrap {
        background: url(demos/topslide.jpg) no-repeat fixed center top / cover;
        height: 100%
    }
    #dm-testimonials .testimonial-nav a {
        width: 60px;
        height: 60px;
        background-color: #000
    }
    #preloader {
        background: url(demos/topslide.jpg) no-repeat fixed center top / cover
    }
    .logotop-remid {
        background-size: 50% 50%;
        margin: -44px 0
    }
    .isotope-item {
        z-index: 0 !important
    }
    #pricing-table {
        margin-left: 0 !important
    }
    .arrow {
        bottom: 20px
    }
    #mb-header {
        top: 0;
        width: 100%
    }
    #metrobox {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }
    #mb-footer {
        width: 100%;
        bottom: 0
    }
    #mb-contentzone {
        width: 100%;
        left: 0
    }
    .mb-videoholder {
        width: 100%;
        margin-left: auto
    }
    #desktop-only {
        display: none
    }
}

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

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

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

body {
    background: #000
}

.arrow {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-size: contain;
    z-index: 100
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

.scroll-down-btn {
    position: absolute;
    z-index: 99999
}

.slides-pagination {
    display: none
}

p.about-btm {
    font-size: 14px
}

#genre-btn {
    text-align: center;
}

div#genre-btn img {
    width: 100px;
}

#html5player {
    width: 60%;
    margin: 0 auto;
    display: block;
}

#clients .clientowl .owl-item {
    height: 100px;
    width: 100%;
}

.title.text-center.middleTitle {
    margin-bottom: 35px;
}

.mc-layout__bannerContent iframe {
    height: auto !important;
}

.container.stream-container {
    max-width: 930px;
}

.stream-app-icons {
    width: 11%;
}

iframe#spotifyplayer, iframe#soundcloudPlayer {
    width: 70%;
    margin: 0 auto;
    display: block;
}

section.colon2.clearfix.text-center.musicbloc {
    padding-bottom: 0;
}

section#section2.licensing {
    padding-bottom: 60px;
}

#mc_embed_signup {
    background: #292f33 !important;
    border-radius: 7px;
}

.twitter-share-button {
    vertical-align: bottom;
}

#section21 i {
	color: #2C7094;
}
#section21 p span{
	color: #969696;
	font-weight: bold;
	text-transform: uppercase;
}

.btn1 {
    background-color: #2c7094;
    border: 1px solid #989898;
    display: flex;
    margin: 20px auto;
    width: 150px;
    justify-content: center;
    color: #fff;
	font-weight: bold;
	border-radius: 3px;
}

.btn1.lgbtn {
	width: 205px;
}

.slick-slide {
      margin: 0px 10px;
    }

@media (max-width: 1200px) {
    #mc_embed_signup {
        width: 100% !important;
    }
}

