/* Font imports */
@import url(http://fonts.googleapis.com/css?family=Lobster:400|Josefin+Slab:400,700|Josefin+Sans:400|Roboto:300,400,700);

/* Common styles & typography */
html, body {
    width: 100%;
    height: 100%;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.428571428571429;
}
body .popup {
    display: none;
}
body.popup-open {
    overflow: hidden;
}
body.popup-open .popup {
    display: block;
}
hr {
    margin-top: 0;
    margin-bottom: 30px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Josefin Slab';
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
}
h1 {
    font-size: 35px;
    margin: -6px 0 23px 0;
}
h2 {
    font-size: 30px;
    margin: -5px 0 23px 0;
}
h3 {
    font-size: 25px;
    margin: -4px 0 25px 0;
}
h4 {
    font-size: 20px;
    margin: -4px 0 26px 0;
}
h5 {
    font-size: 15px;
    margin: -2px 0 27px 0;
}
h6 {
    font-size: 10px;
    margin: -2px 0 28px 0;
}
p {
    color: #999;
    margin: -3px 0 24px 0;
}
p.lead {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #111;
    margin: -7px 0 73px 0;
}
a, a:hover, a:focus, a:visited, a:active {
    text-decoration: underline;
    outline: none !important;
}
a.no-decoration {
    text-decoration: none;
}
blockquote {
    padding: 0 0 0 10px;
    margin: 3px 0 30px 30px;
}
blockquote p {
    font-size: 15px;
    color: #111;
    margin: -3px 0 24px 0;
}
blockquote footer {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 15px;
    text-align: left;
    padding: 0;
    margin: -5px 0;
    background: transparent;
}
code, kbd, pre, samp {
    color: #111;
    background: #eee;
    border: 0;
    border-radius: 5px;
    padding: 26px 30px 28px 30px;
    margin: 0 0 30px 0;
}
.image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
}
.image > img {
    display: block;
    width: 100%;
    border-radius: 5px;
}
.image .border {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: transparent 3px solid;
    border-radius: 5px;
}
.button {
    display: inline-block;
    height: 44px;
    line-height: 42px;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 0 30px;
    border: #999 2px solid;
    border-radius: 5px;
    background: url('../../img/curtain-left.png') -30px 0 no-repeat;
}
.button:hover,
.button:active,
.active > .button,
.active > .button:hover,
.active > .button:active {
    color: #fff !important;
}
.active > .button-inversed,
.active > .button-inversed:hover,
.active > .button-inversed:active {
    background: #fff !important;
}
.button-small {
    font-size: 12px;
    height: 34px;
    line-height: 31px;
    padding: 0 20px;
}
.button-large {
    font-size: 18px;
    height: 57px;
    line-height: 55px;
    padding: 0 40px;
}
.button-inversed {
    color: #fff !important;
    border-color: #fff;
    background: url('../img/curtain-right.html') -1000px 0 no-repeat;
}
.button-colored {
    color: #fff !important;
}
button {
    outline: none;
}
input, textarea {
    width: 100%;
    font-family: 'Roboto';
    font-size: 14px;
    border: #999 2px solid;
    border-radius: 5px;
    background: transparent;
    padding: 10px 15px;
    margin: 0 0 20px 0;
    outline: none;
    resize: none;
}
input.inversed, textarea.inversed {
    border-color: #fff;
    color: #fff;
}
.inversed::-webkit-input-placeholder {
    color: #fff;
}
.inversed:-moz-placeholder {
    color: #fff;
}
.inversed::-moz-placeholder {
    color: #fff;
}
.inversed::-ms-input-placeholder {
    color: #fff;
}
textarea {
    height: 104px;
}
.light {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.bold {
    font-weight: 700;
}
.large {
    font-size: 16px;
}
.white {
    color: #fff;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.josefin {
    font-family: 'Josefin Slab';
}
.roboto {
    font-family: 'Roboto';
}
.lobster {
    font-family: 'Lobster';
}
.padding-top {
    padding-top: 70px;
}
.padding-bottom {
    padding-bottom: 70px;
}
.padding-top-small {
    padding-top: 50px;
}
.padding-bottom-small {
    padding-bottom: 50px;
}
.padding-top-tiny {
    padding-top: 30px;
}
.padding-bottom-tiny {
    padding-bottom: 30px;
}
.margin-top {
    margin-top: 80px !important;
}
.margin-bottom {
    margin-bottom: 80px !important;
}
.margin-top-small {
    margin-top: 50px !important;
}
.margin-bottom-small {
    margin-bottom: 50px !important;
}
.margin-top-tiny {
    margin-top: 30px !important;
}
.margin-bottom-tiny {
    margin-bottom: 30px !important;
}

/* Video player */
.player {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.player > iframe {
    position: absolute;
    display: block;
    border: 0;
    top: 0;
    left: 0;
}

/* Overlay */
section {
    position: relative;
}
section > .content {
    position: relative;
}
.overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:url('../../img/overlay.png');
}
#hero .overlay {
    z-index: 10;
}
.overlay-white {
    background: url('../../img/overlay-white.png');
}

/* Logo */
.logo {
    font-family: 'Lobster';
    font-size: 26px;
    margin: -9px 0 21px 0;
}
.logo.inversed {
    color: #fff;
}

/* Preloader */
.preloader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7000;
}
.preloader .bar {
    display: block;
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    height: 5px;
    margin: -3px 0 0 0;
}
.preloader .bar .value {
    display: block;
    position: relative;
    width: 0;
    height: 5px;
    margin: 0 auto;
    background: #111;
}
.preloader .bar .value .left,
.preloader .bar .value .right {
    display: block;
    position: absolute;
    top: 0;
    width: 5px;
    height: 5px;
    background: #111;
    border-radius: 3px;
}
.preloader .bar .value .left {
    left: -3px;
}
.preloader .bar .value .right {
    right: -2px;
}
.preloader .logo,
.preloader .percent {
    display: block;
    position: absolute;
    width: 50%;
    height: 48px;
    top: 50%;
    left: 50%;
    font-family: 'Lobster';
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    color: #111;
    margin: -92px 0 0 -25%;
}
.preloader .percent {
    font-family: 'Josefin Slab';
    font-size: 20px;
    margin: 46px 0 0 -25%;
}
.preloader .top,
.preloader .bottom {
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    background: #fff;
}
.preloader .top.moving,
.preloader .bottom.moving {
    border-color: #000;
}
.preloader .top {
    top: 0;
}
.preloader .bottom {
    bottom: 0;
}

/* Navigation */
.navbar {
    display: block;
    width: 100%;
    height: 60px;
    background: #F00;
    border-radius: 0;
    border: 0;
    z-index: 5000;
    margin: 0;
}
body.nav-fixed .navbar {
    position: fixed;
    top:0;
    left: 0;
}
body.nav-fixed.not-front .navbar {
    position: fixed;
    top:auto;
    left:0;
}
.navbar-collapse {
    max-height: 320px;
}
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus,
.navbar-brand:visited,
.navbar-brand:active {
    display: inline;
    width: auto;
    height: auto;
    font-family: 'Lobster';
    font-size: 26px;
    line-height: 58px;
    text-decoration: none;
    color: #fff;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.navbar-toggle {
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-top: 23px;
    margin-bottom: 23px;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-collapse {
    border: 0;
    background: #F00;
}
.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}
.nav ul,
.nav li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.nav ul {
    border-left: #fff 1px solid;
    margin-left: 19px;
}
.nav li > a,
.nav li > a:hover,
.nav li > a:visited,
.nav li > a:active,
.nav li > a:focus {
    display: block;
    height: 40px;
    font-family: 'Josefin Sans';
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    outline: none;
    background: transparent;
    padding: 0 15px !important;
}
.nav li.active > a {
    padding: 0 0 0 34px !important;
}
.nav li.active > a:before {
    
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background: #fff;
}

/* Popup */
.popup {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    overflow: auto;
    z-index: 6000;
}
.popup .container,#main-content .container {
    max-width: 750px;
}
.popup header,#main-content header {
    width: 100%;
    height: 80px;
    line-height: 78px;
    border-bottom: #eee 1px solid;
    margin: 0 0 30px 0;
}
.popup header .logo,#main-content header .logo {
    float: left;
    font-family: 'Lobster';
    font-weight: 400;
    font-size: 26px;
    color: #111;
    margin: 0;
}
.popup header .exit {
    font-size: 26px;
    color: #111 !important;
    text-decoration: none !important;
    float: right;
}
#header {
    height:100%;
    width: 100%;
}
.mc-image {
    background-size: cover;
    background-position: center center;
}
#block-sf-arnem-module-header {
    height: 100%;
}
/* Banner */
#banner {
    background-attachment: fixed;
    /*height: 100%;*/
}
.banner {
    display: block;
    width: 100%;
    overflow: hidden;
}
#video-placeholder {
    background-size: cover;
    z-index: -2
}
#video-custom {
   /* width: 100%;
    height: 100%;*/
}
#video-custom:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0; left: 0;
    z-index: 9;
}
.fullscreen-vd {
    height: 100%;
}
.fullscreen-banner {
    height: auto !important;
}
/* Hero */
#hero {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.fullscreen-banner{
    height: auto !important;
}
.fullscreen-vd {
    /*top:0;
    left:0;
    height:100%;
    min-height: 660px;*/
}
/*#video-fixed.fullscreen-video {
    height: 100%;
}*/
body.nav-fixed #hero {
    margin-bottom: 60px;
}
.index-banner-video .banner {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
#owl-banner {
    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%);
    z-index: 100;
    display: inline-block;

}
#hero .content {
    position: absolute;
    display: none;
    width: 100%;
    height: 222px;
    top: 50%;
    left: 0;
    margin: -111px 0 0 0;
    text-align: center;
    color: #fff;
}
#hero .content.display {
    display: block;
    z-index: 10;
}
#hero .content .hero-text {
    display: block;
    width: 100%;
    font-size: 37px;
}
#hero .content .hero-text-lined {
    display: inline-block;
    position: relative;
    font-size: 17px;
}
#hero .content .hero-text-lined:before,
#hero .content .hero-text-lined:after {
    content: "";
    display: block;
    position: absolute;
    width: 75px;
    height: 3px;
    top: 50%;
    margin-top: -1px;
    border-radius: 3px;
    background: #fff;
}
#hero .content .hero-text-lined:before {
    left: -85px;
}
#hero .content .hero-text-lined:after {
    right: -85px;
}
#hero .content .button {
    margin-top: 37px;
}
.hero-scroll-arrow,
.hero-scroll-arrow:hover,
.hero-scroll-arrow:visited,
.hero-scroll-arrow:active,
.hero-scroll-arrow:focus {
    position: absolute;
    display: block;
    width: 100px;
    height: 40px;
    bottom: 30px;
    left: 50%;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    
    margin: 0 0 0 -50px;
    color: #fff;
    z-index: 11;
}
.hero-scroll-arrow > span {
    display: block;
}
.hero-scroll-arrow > .icon {
    font-size: 16px;
}

/* Section heading */
.section-heading {
    display: block;
    width: 100%;
    height: 62px;
    margin: 0 auto 80px auto;
    font-family: 'Josefin Slab';
    font-weight: 700;
    font-size: 35px;
    line-height: 65px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.section-heading .wrap {
    position: relative;
    display: inline-block;
    height: 62px;
    padding: 0 20px;
    background: url('../../img/section-heading.png') center center repeat-x;
    background-size: 1px 62px;
}
.section-heading .wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -17px;
    width: 17px;
    height: 62px;
    background: url('../../img/section-heading-left.png') center center no-repeat;
    background-size: 17px 62px;
}
.section-heading .wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -17px;
    width: 17px;
    height: 62px;
    background: url('../../img/section-heading-right.png') center center no-repeat;
    background-size: 17px 62px;
}

/* Sub section heading */
.subsection-heading {
    display: block;
    width: 100%;
    font-family: 'Josefin Slab';
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    margin: -8px 0 0 0;
}
.subsection-heading-inversed {
    color: #fff !important;
}
.subsection-heading:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    border-radius: 3px;
    margin: 6px auto 80px auto;
}
.subsection-heading-inversed:after {
    background: #fff !important;
}

/* Social icons */
.social,
.social li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social {
    margin-bottom: 30px;
}
.social li {
    display: inline-block;
    margin: 0 3px;
}
.social a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    background: #fff;
}
.social .icon {
    font-size: 20px;

}
.social i[class^="icon-"]:before, .social i[class*=" icon-"]:before {
    line-height: 40px !important;
}
/* Services */
.service {
    width: 216px;
    text-align: center;
    margin: 0 auto;
}
.service-circle {
    position: relative;
    display: block;
    width: 216px;
    height: 216px;
    text-align: center;
    border-radius: 108px;
    margin-bottom: 30px;
    overflow: hidden;
}
.service-circle .icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 216px !important;
    height: 216px !important;
    font-size: 100px;
    line-height: 216px !important;
    color: #fff;
}
.service:hover .service-circle .icon {
    color: #fff;
}
.service-circle .circle {
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 192px;
    height: 192px;
    border-radius: 96px;
}
.service p {
    color: #111;
}
.service-box {
    text-align: center;
    padding: 30px 30px 1px 30px;
    margin: 0 0 30px 0;
    background: rgba(255, 255, 255, 0.15);
}
.service-icon {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 46px;
    color: #fff;
    border: #fff 2px solid;
    border-radius: 25px;
    margin: 0 auto 30px auto;
}
.service-box:hover .service-icon {
    background: #fff;
}
.service-icon:before,
.service-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 21px;
    left: -62px;
    width: 50px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
}
.service-icon:after {
    left: 58px;
}

/* Count */
.count {
    font-family: 'Josefin Slab';
    font-weight: 700;
    font-size: 75px;
    margin: -30px 0 2px 0;
}

/* Team */
.team {
    max-width: 295px;
    margin: 0 auto;
}
.team .image {
    border-radius: 5px;
    overflow: hidden;
}
.team .cover {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -120%;
    left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.team .image:hover .cover {
    bottom: -50px;
}
.team .cover .edge {
    display: block;
    position: absolute;
    width: 150%;
    height: 50px;
    top: 0;
    left: 0;
}
.team .cover .content {
    position: absolute;
    left: 30px;
    bottom: 50px;
    margin-right: 30px;
}
.team .cover .social > li:first-child {
    margin-left: 0;
}

/* Testimonial slider */
.testimonial-slider {
    border: 0;
    border-radius: 0;
    background: transparent;
    margin-bottom: 118px;
}
.testimonial-slider .flex-control-nav li {
    margin: 0 5px;
}
.testimonial-slider .flex-control-paging a,
.testimonial-slider .flex-control-paging a:hover,
.testimonial-slider .flex-control-paging a:focus,
.testimonial-slider .flex-control-paging a:active,
.testimonial-slider .flex-control-paging a:visited {
    content: "";
    width: 16px;
    height: 16px;
    background: transparent;
    border-radius: 8px;
}
.testimonial-slider .flex-control-paging a.flex-active {
    background: #fff;
}
.testimonial-slider .flex-direction-nav {
    bottom: -34px;
}
.testimonial-slider .flex-direction-nav a {
    margin-top: -30px;
}
.testimonial-slider .flex-direction-nav a:before,
.testimonial-slider .flex-direction-nav a.flex-prev:before,
.testimonial-slider .flex-direction-nav a.flex-next:before {
    content: "";
}
.testimonial-slider .flex-direction-nav .flex-prev,
.testimonial-slider .flex-direction-nav .flex-next {
    width: 30px;
    height: 60px;
    background: red;
}
.testimonial-slider.flexslider:hover .flex-prev,
.testimonial-slider .flex-direction-nav .flex-prev {
    left: 0;
    background: url('../../img/testimonial-slider-left.png') center center no-repeat;
}
.testimonial-slider.flexslider:hover .flex-next,
.testimonial-slider .flex-direction-nav .flex-next {
    right: 0;
    background: url('../../img/testimonial-slider-right.png') center center no-repeat;
}
.testimonial {
    position: relative;
    padding-left: 15px;
    margin-left: 56px;
    margin-bottom: 0;
}
.testimonial > .icon {
    position: absolute;
    top: 0;
    left: -61px;
    font-size: 44px;
}
.testimonial > footer {
    color: #fff !important;
}

/* Portfolio */
.portfolio {
    margin: 0 auto 50px auto;
}
.portfolio .item {
    max-width: 210px;
    margin-bottom: 30px;
}
.portfolio .item .image {
    position: relative;
    margin: 0;
    overflow: hidden;
}
.portfolio .item .image .zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    text-align: center;
}
.portfolio .item .image .zoom .icon {
    position: absolute;
    left: 0;
    bottom: 130px;
    width: 100%;
    font-size: 35px;
    color: #fff;
}
.portfolio .item .image .zoom .title {
    position: absolute;
    left: 0;
    bottom: 79px;
    width: 100%;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.portfolio .item .image .zoom .title:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
    margin: 9px auto 0 auto;
}
.portfolio .item .image .zoom .category {
    position: absolute;
    left: 0;
    bottom: 46px;
    width: 100%;
    font-family: 'Josefin Sans';
    font-size: 18px;
    text-transform: lowercase;
    color: #fff;
}
.portfolio-filter {
    display: block;
    width: 100%;
    margin: 0 auto 50px auto;
}
.portfolio-filter ul,
.portfolio-filter li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.portfolio-filter ul {
    text-align: center;
}
.portfolio-filter li {
    display: inline-block;
}
.portfolio-filter a,
.portfolio-filter a:hover,
.portfolio-filter a:active,
.portfolio-filter a:focus,
.portfolio-filter a:visited {
    display: inline-block;
    height: 22px;
    font-family: 'Josefin Sans';
    font-size: 18px;
    line-height: 14px;
    text-transform: lowercase;
    text-decoration: none;
    color: #111;
}
.portfolio-filter li.active a {
    font-weight: 700;
}
.portfolio-filter a:before {
    content: "";
    display: block;
    float: left;
    width: 30px;
    height: 22px;
    background: url('../../img/portfolio-filter-separator.png') center center no-repeat;
    background-size: 30px 22px;
}
.portfolio-filter li:first-child a:before {
    display: none;
}

/* Paginator */
.paginator ul,
.paginator li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.paginator ul {
    width: 100%;
    height: 34px;
    text-align: center;
    margin: 0 auto 50px auto;
}
.paginator li {
    display: inline-block;
    margin: 0 4px;
}
.paginator a {
    padding-left: 11px;
    padding-right: 11px;
}

/* Social circle */
.social-circle {
    display: block;
    width: 120px;
    height: 120px;
    text-align: center;
    margin: 0 auto 30px auto;
    border-radius: 60px;
}
.social-circle .icon {
    font-size: 65px;
    line-height: 120px !important;
}
.social-circle-inversed .icon {
    color: #fff;
}

/* Blog item */
.blog {
    margin: 0 auto;
}
.blog-item {
    max-width: 262px;
    margin: 0 auto 30px auto;
}
.blog-item .date-corner {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 80px;
    left: -10px;
    background: url('../../img/blog-item-date-corner.png') center center no-repeat;
    background-size: 10px 10px;
}
.blog-item time {
    display: block;
    position: absolute;
    width: 71px;
    height: 62px;
    top: 18px;
    left: -10px;
    font-size: 9px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.blog-item time strong {
    display: block;
    font-family: 'Josefin Slab';
    font-weight: 700;
    font-size: 38px;
    color: #fff;
    margin-top: -5px;
    margin-bottom: -6px;
}
.blog-item-title {
    color: #111;
    text-decoration: none;
}
.blog-item-title:hover,
.blog-item-title:visited,
.blog-item-title:focus,
.blog-item-title:active {
    text-decoration: none;
}
.blog-item-info {
    display: block;
    width: 100%;
    height: 26px;
    border-top: #eee 1px solid;
    border-bottom: #eee 1px solid;
    margin-bottom: 30px;
}
.blog-item-info a {
    font-size: 11px;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none;
}

/* Comments */
.comments {
    border-top: #eee 1px solid;
    padding: 50px 0 0 0;
    margin: 50px 0 0 0;
}
.comment-list,
.comment-list ul,
.comment-list ol,
.comment-list li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.comment-list li li {
    margin-left: 15px;
}
.comment-line {
    position: absolute;
    display: block;
    top: 0;
    left: 95px;
    width: 1px;
    height: 100%;
    background: #eee;
}
.comment-circle {
    position: absolute;
    display: block;
    top: 26px;
    left: -7px;
    width: 15px;
    height: 15px;
    border: #fff 5px solid;
    border-radius: 8px;
    background: #eee;
}
.comment {
    position: relative;
    display: block;
    padding: 0 0 0 110px;
    margin: 0 0 50px 0;
}
.comment-avatar {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 5px;
}
.comment-author {
    display: block;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 15px;
    margin: -5px 0 10px 0;
}
.comment-date {
    display: block;
    font-weight: 300;
    font-size: 14px;
    margin: -3px 0 24px 0;
}
.comment-form {
    margin: 0 0 30px 0;
}

/* Pricing tables */
.pricing {
    display: block;
    position: relative;
    max-width: 293px;
    border-radius: 7px;
    text-align: center;
    margin: 0 auto 30px auto;
    padding: 0 0 45px 0;
    background: #fff;
}
.pricing .recommended {
    display: block;
    height: 37px;
    font-size: 12px;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: #000 1px solid;
    margin: -25px 30px 30px 30px;
}
.pricing ul, .pricing li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pricing li {
    height: 35px;
    font-size: 16px;
    line-height: 35px;
}
.pricing .hat {
    padding-top: 30px;
    margin-bottom: 6px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.pricing .price {
    display: block;
    position: relative;
    width: 100%;
    height: 99px;
    margin: -13px 0 0 0;
    overflow: hidden;
}
.pricing .price .left,
.pricing .price .right {
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 100px;
}
.pricing .price .bottom {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 287px;
    height: 26px;
    margin: 0 3px;
    background: url('../../img/pricing-center.png') center bottom no-repeat;
}
.pricing .price strong {
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    height: 73px;
    font-family: 'Josefin Slab';
    font-size: 50px;
    line-height: 71px;
    font-weight: 700;
    color: #fff;
}
.pricing > .button {
    position: absolute;
    bottom: -23px;
    left: 50%;
    width: 180px;
    height: 50px;
    margin-left: -90px;
    line-height: 48px;
}

/* Address */
address {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 30px 0;
}
address.inversed p,
address.inversed p > a,
address.inversed p > a:hover,
address.inversed p > a:visited,
address.inversed p > a:focus,
address.inversed p > a:active {
    color: #fff;
}
address p {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
}
address p > .icon {
    position: absolute;
    top: 6px;
    left: 6px;
}
address p > a,
address p > a:hover,
address p > a:visited,
address p > a:focus,
address p > a:active {
    text-decoration: none;
}

/* Contact form */
.contact-form {
    margin: 0 0 30px 0;
}

/* Button map */
.button-map,
.button-map:hover,
.button-map:visited,
.button-map:focus,
.button-map:active {
    position: absolute;
    width: 250px;
    bottom: 0;
    left: 50%;
    margin-left: -120px;
    text-align: center;
    background: #fff !important;
    border-color: #fff !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* Map */
.map {
    display: block;
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}

/* Copyright */
.copyright {
    font-size: 12px;
    color: #fff;
    margin: -2px 0 25px 0;
}
.copyright a,
.copyright a:hover,
.copyright a:focus,
.copyright a:active,
.copyright a:visited {
    color: #fff;
}

/* Footer */
footer {
    text-align: center;
    background: #111;
    padding: 50px 0 20px 0;
}
footer .space {
    display: block;
    width: 100%;
    height: 20px;
}
footer .social .icon {
    color: #111;
}

/* Back to top button */
.button-to-top {
    z-index: 8000;
    position: fixed;
    right: -60px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    border: 0;
    color: #fff !important;
}
.button-to-top.show {
    right: 20px;
}
.button-to-top i[class^="icon-"]:before,.button-to-top i[class*=" icon-"]:before {
    line-height: 40px;
}
/* Clients slider */
#clients {
    width: 100%;
    height: 77px;
    position: relative;
}
#clients div.scrollableArea img {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.drag-badge {
    position: absolute;
    display: block;
    left: 50%;
    bottom: -18px;
    width: 100px;
    height: 39px;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: red;
    border: #fff 2px solid;
    border-radius: 20px;
    margin: 0 0 0 -50px;
}
.drag-badge .icon {
    margin: 0 10px;
}
.image-placeholder {
    /*z-index: -1;*/
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.play {
    position: absolute;
    width: 35px; height: 35px;
    margin: auto;
    bottom: 80px;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    background: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.pause {
    position: absolute;
    width: 35px; height: 35px;
    margin: auto;
    bottom: 40px; left: -40px; right: 0;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    background: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.play-small {
    position: absolute;
    width: 35px; height: 35px;
    margin: auto;
    bottom: 40px; left: -40px; right: 0;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    background: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.volume {
    position: absolute;
    width: 35px; height: 35px;
    margin: auto;
    bottom: 40px; left: 0; right: -40px;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    background: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
#hero .video-controls {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    bottom: 40px;
    z-index: 999;
}
.volume:hover,
.play:hover,
.pause:hover {
    border: 2px solid #c69c6d;
    color: #c69c6d;
}
.menu-logo {
    max-width: 70px;
    position: absolute;
    top:50%;
    margin-top: -15px;
}
.popup .menu-logo {
    position: relative;
    margin-top: 4px;
}
.comment-form .filter-wrapper {
    display: none;
}
.comment-form .form-actions input {
    max-width: 190px;
}
.tabs {
    margin: 50px 0;
}
#main-content h3 {
    margin-top: 40px;
}
#main-content .form-actions input[type="submit"] {
    width: 50%;
}

#main-content .input-submit {
    text-align: center;
}
.webform-client-form .form-item {
    margin-top: 0;
    margin-bottom: 0;
}