/* ==========================================================
    Defaults
   ========================================================== */

#djDebug {
    display: none !important;
}

a:focus {
    outline: 0;
}
a::-moz-focus-inner {
  border: 0;
}

.text ul {
    list-style-type: none;
    padding: 0;
}
.text li {
    text-align: left;
    font-size: 16px;
    padding-left: 20px;
    background: url(../images/bullet.png) no-repeat -14px -7px;
    margin-left: 20px;
}

body {
    font-family: Georgia, serif;
    -webkit-font-smoothing: antialiased;
}

body, html {
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
}
.image img {
    display: inline-block;
}

.fancy-font {
    font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
h1, .h1 {
    font-weight: 700;
    font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #111;
    /*font-size: 40px;*/
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;

}
h2, .h2 {
    /*font-size: 36px;*/
    font-size: 32px;
    font-weight: normal;
    font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    /*margin-top: 10px;*/
    margin-top: 15px;
    -webkit-font-smoothing: antialiased;

}
h3, .h3 {
    /*font-size: 25px;*/
    font-size: 21px;
    font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-top: 10px;
    -webkit-font-smoothing: antialiased;

}
h4, .h4 {
    font-size: 16px;
    font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-top: 10px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;

}

.logo {
    -webkit-transition: opacity .20s ease-out;
    -moz-transition: opacity .20s ease-out;
    -o-transition: opacity .20s ease-out;
    -ms-transition: opacity .20s ease-out;
    transition: opacity .20s ease-out;
}
.logo:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: .5;
}

#wrapper {
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}


p {
    /*text-align: justify;*/
    text-align: left;
    /*font-size: 14px;*/
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    /*line-height: 1.5;*/
    line-height: 1.6;

}

a {
    color: #333;
    -webkit-font-smoothing: antialiased;
}
a:hover {
    text-decoration: underline;
    color: #333;
}
.btn-link {
    color: #f5f5f5;
}
.btn-link:hover,
.btn-link:focus {
    color: #f5f5f5;
}
.back-to-top-container {
    position: relative;
    text-align: center;
}
.back-to-top {
    position: relative;
    display: inline-block;
    padding-top: 14px;
    background: url(../images/top_arrow.png) no-repeat center top;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
    -webkit-transition: all .30s;
    -moz-transition: all .30s;
    -o-transition: all .30s;
    -ms-transition: all .30s;
    transition: all .30s;
    clear: both;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: .6;
}
.projects-body .back-to-top {
    background: url(../images/top_arrow_dark.png) no-repeat center top;
    color: #999;
}
.back-to-top span {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-transition: all .30s;
    -moz-transition: all .30s;
    -o-transition: all .30s;
    -ms-transition: all .30s;
    transition: all .30s;
}
.back-to-top:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
}
.back-to-top:hover span {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.effect {
    -webkit-transform: translateZ(0);
}
.effect-target {
    -webkit-transition: opacity .20s;
    -moz-transition: opacity .20s;
    -o-transition: opacity .20s;
    -ms-transition: opacity .20s;
    transition: opacity .20s;
}
.effect.effect-target:hover,
.effect:hover .effect-target {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: .6;
}

.medium-container {
    padding: 0;
}

.no-flick {
    -webkit-transform: translate3d(0,0,0);
}

.x {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: url(../images/x.png) no-repeat;
    cursor: pointer;
}
.x:hover {
    background-position: 0 -40px;
}
.v-align-parent {
    position: relative;
}

.content {
    /*min-height: 1200px;*/
    /*min-height: 800px;*/
    min-height: 600px;
}


.social-icons .icon span {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/social_icons.png) no-repeat top center;
    text-indent: -9999px;
}
.social-icons.bot .icon.share {
    padding: 13px 0 0 0;
}
.social-icons .share span {
    background: url(../images/share.png) no-repeat;
    background-size: 25px;
}
.social-icons.bot .icon.share:hover > span {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
/* white */
.social-icons .icon.be span {
    background-position: 0px 0px;
}
.social-icons .icon.facebook span {
    background-position: 0px -30px;
}
.social-icons .icon.piterest span {
    background-position: 0px -60px;
}
.social-icons .icon.twitter span {
    background-position: 0px -90px;
}
.social-icons .icon.linked span {
    background-position: 0px -120px;
}
.social-icons .icon.google span {
    background-position: 0px -150px;
}
.social-icons .icon.tumblr span {
    background-position: 0px -180px;
}

/* Black */
.social-icons.black .icon.be span,
.social-icons .icon.be span.hover {
    background-position: -30px 0px;
}
.social-icons.black .icon.facebook span,
.social-icons .icon.facebook span.hover {
    background-position: -30px -30px;
}
.social-icons.black .icon.piterest span,
.social-icons .icon.piterest span.hover {
    background-position: -30px -60px;
}
.social-icons.black .icon.twitter span,
.social-icons .icon.twitter span.hover {
    background-position: -30px -90px;
}
.social-icons.black .icon.linked span,
.social-icons .icon.linked span.hover {
    background-position: -30px -120px;
}
.social-icons.black .icon.google span,
.social-icons .icon.google span.hover {
    background-position: -30px -150px;
}
.social-icons.black .icon.tumblr span,
.social-icons .icon.tumblr span.hover {
    background-position: -30px -180px;
}

.social-icons.bot.center {
    display: table;
    text-align: center;
    padding: 0;
    margin: auto;
}
.social-icons.bot .icon .hover-container {
    background-color: #aceade;
    position: absolute;
    padding: 8px 3px;
    top: 46px;
    -webkit-transition: all .20s ease-out;
    -moz-transition: all .20s ease-out;
    -o-transition: all .20s ease-out;
    -ms-transition: all .20s ease-out;
    transition: all .20s ease-out;
}
.social-icons.bot .icon:hover > span {
    -webkit-transform: translateY(-46px);
    -moz-transform: translateY(-46px);
    -o-transform: translateY(-46px);
    -ms-transform: translateY(-46px);
    transform: translateY(-46px);
}
.social-icons.bot .icon:hover > .hover-container {
    -webkit-transform: translateY(-46px);
    -moz-transform: translateY(-46px);
    -o-transform: translateY(-46px);
    -ms-transform: translateY(-46px);
    transform: translateY(-46px);
}
.social-icons.bot .icon > span {
    -webkit-transition: all .20s ease-out;
    -moz-transition: all .20s ease-out;
    -o-transition: all .20s ease-out;
    -ms-transition: all .20s ease-out;
    transition: all .20s ease-out;
    display: block;
    margin: auto;
}
.social-icons.bot .icon {
    position: relative;
    display: block;
    padding: 8px 0;
    overflow: hidden;
    text-align: center;
    width: 36px;
    -webkit-transition: background .20s ease-out;
    -moz-transition: background .20s ease-out;
    -o-transition: background .20s ease-out;
    -ms-transition: background .20s ease-out;
    transition: background .20s ease-out;
}
.social-icons.bot li {
    float: right;
    padding: 0;
    margin: 0px;
}
.social-icons.top {
    position: absolute;
    left: 0;
    padding-left: 0;
    top: 50px;
    width: 100%;

    -webkit-transition: all .20s ease-in;
    -moz-transition: all .20s ease-in;
    -o-transition: all .20s ease-in;
    -ms-transition: all .20s ease-in;
    transition: all .20s ease-in;

    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    background: rgba(0, 0, 0, .85);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
}
.social-icons.top li {
    float: left;
    padding: 0;
    margin: 0;
    padding-left: 14px;
    list-style-type: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
}

.social-icons.top li span {
    margin: 10px 0 0 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;

}
.social-icons.top li a {
    display: block;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: .6;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;


    -webkit-transition: opacity .20s;
    -moz-transition: opacity .20s;
    -o-transition: opacity .20s;
    -ms-transition: opacity .20s;
    transition: opacity .20s;
}
.social-icons.top li a:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.social-icons.single {
    float: right;
    padding: 13px 0 0 0;
}
.social-icons.single li {
    padding: 0;
    margin: 0 5px;
    float: left;
}
.social-icons.single li a {
    display: block;
    border-radius: 30px;
    -webkit-transition: background .20s ease-out;
    -moz-transition: background .20s ease-out;
    -o-transition: background .20s ease-out;
    -ms-transition: background .20s ease-out;
    transition: background .20s ease-out;
}
.social-icons.single li a:hover {
    background: #aceade;
}

.follow-foot {
    color: #aceade;
    margin-bottom: 0;
    margin-left: 15px;
    text-transform: uppercase;
    margin-top: 20px;
}
.social-icons.foot {
    padding: 0;
    margin-top: 10px;
    margin-left: 10px;
}
.social-icons.foot li {
    float: left;
    margin: 0px 5px;
}
.social-icons.foot li a {}

.rss-icon {
    display: block;
    float: right;
    margin: 0 !important;
    position: relative;
    line-height: 1 !important;
    border-radius: 30px;
    padding: 5px;
    -webkit-transition: background .20s ease-out;
    -moz-transition: background .20s ease-out;
    -o-transition: background .20s ease-out;
    -ms-transition: background .20s ease-out;
    transition: background .20s ease-out;
}
.rss-icon span {
    background: url(../images/rss.png) no-repeat;
    display: block;
    width: 21px;
    height: 20px;
    text-indent: -9999px;
}
.rss-icon:hover {
    background: #aceade;
}


/* ==========================================================
    Top bar
   ========================================================== */

.top-bar {
    position: fixed;
    height: 50px;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .85);
}

.top-bar .language {
    position: absolute;
    top: 14px;
    left: 15px;
    display: inline-block;
    color: #aceade;
    z-index: 1000;
    font-size: 16px;
    text-transform: uppercase;
}
.top-bar .language:hover {
    color: #fff;
    text-decoration: none;
}

.top-bar .navbar-default {
    background-color: transparent;
    background-color: none;
    border-color: #222;
    border: 0;
}
.top-bar .navbar-toggle {
    border: 0;
    padding: 7px 10px;
    z-index: 1000;
}
.top-bar .navbar-toggle .icon-bar {
    background: #aceade;
    height: 4px;
}
.top-bar .navbar-default .navbar-toggle:hover,
.top-bar .navbar-default .navbar-toggle:focus {
    background: transparent;
}
.top-bar .navbar-default .navbar-toggle:hover .icon-bar,
.top-bar .navbar-default .navbar-toggle:focus .icon-bar {
    background: #fff;
}

.top-bar .navbar-brand {
    padding: 12px;
    width: 100%;
    text-align: center;
    position: absolute;
}
.top-bar .navbar-brand a {
    text-align: center;
    display: inline-block;
}
.top-bar .navbar-main-menu {
    padding: 0;
    background: #000;
    background: rgba(0, 0, 0, .9);
}
.top-bar .main-menu {
    display: table;
    margin: 0 auto;
    float: none;
    width: 100%;
}
.top-bar .main-menu > li {
}
.top-bar .main-menu > li > a {
    color: #f5f5f5;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    display: block;
    padding-left: 6px;
    padding-right: 6px;
    z-index: 10;
    position: relative;
    -webkit-transition: color .20s ease-in;
    -moz-transition: color .20s ease-in;
    -o-transition: color .20s ease-in;
    -ms-transition: color .20s ease-in;
    transition: color .20s ease-in;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}
.top-bar .main-menu > li > a > span.hover-bg {
    /*background: url(../images/menu_hover_bg.png) no-repeat bottom center;*/
    background: url(../images/menu_hover_bg_dark.jpg) no-repeat bottom center;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    transition: all .30s ease-in;
    z-index: -1;
}
.top-bar .main-menu > li.follow > a > span.hover-bg {
    -webkit-transition: all .20s .20s ease-in;
    -moz-transition: all .20s .20s ease-in;
    -o-transition: all .20s .20s ease-in;
    -ms-transition: all .20s .20s ease-in;
    transition: all .20s .20s ease-in;
}
.top-bar .main-menu > li:hover > a,
.top-bar .main-menu > li:focus > a,
.top-bar .main-menu > li.selected > a,
.top-bar .main-menu > li.ancestor > a {
    color: #fff;

    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    transition: color .15s ease-out;
}
.top-bar .main-menu > li:hover > a span.hover-bg,
.top-bar .main-menu > li:focus > a span.hover-bg,
.top-bar .main-menu > li.selected > a  span.hover-bg,
.top-bar .main-menu > li.ancestor > a  span.hover-bg {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);

    -webkit-transition: all .20s ease-out;
    -moz-transition: all .20s ease-out;
    -o-transition: all .20s ease-out;
    -ms-transition: all .20s ease-out;
    transition: all .20s ease-out;
}

.top-bar .main-menu > li:hover > ul.social-icons,
.top-bar .main-menu > li:focus > ul.social-icons {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);

    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);

    -webkit-transition: all .30s .15s ease-out;
    -moz-transition: all .30s .15s ease-out;
    -o-transition: all .30s .15s ease-out;
    -ms-transition: all .30s .15s ease-out;
    transition: all .30s .15s ease-out;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

}


.menu-head {
    position: absolute;
    top: -15px;
    width: 100%;
}
.menu-head .menu-head-link {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 130px;
    background: #000;
    color: #fff;
    padding: 6px 0;
    -webkit-transition: all .20s ease-out;
    -moz-transition: all .20s ease-out;
    -o-transition: all .20s ease-out;
    -ms-transition: all .20s ease-out;
    transition: all .20s ease-out;
    text-transform: uppercase;
    font-weight: 700;
}
.menu-head .menu-head-link:hover,
.menu-head .menu-head-link.active {
    color: #000;
    background: #fff;
    text-decoration: none;
}


/* ==========================================================
    Donwloads block
   ========================================================== */

.donwloads_block {
    padding: 20px 0;
}
.donwloads_block .title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding: 0 0 20px 0;
}
.donwloads_block .download-item {
    position: relative;
    overflow: hidden;
    display: block;
}
.donwloads_block .hover-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    transition: all .30s ease-in;
    -webkit-backface-visibility: hidden;

}
.donwloads_block .hover-container .title {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    padding: 0 15px;
    color: #fff;
    -webkit-backface-visibility: hidden;
}
.donwloads_block .download-item:hover .hover-container {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);

    -webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    -ms-transition: all .30s ease-out;
    transition: all .30s ease-out;
}


   /* ==========================================================
    Header image
   ========================================================== */

.header_image {
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    height: 500px;
    width: 100%;
    position: relative;
    background-color: #000;
    overflow: hidden;
}
.header_image_description {
    position: absolute;
    text-align: center;
    display: block;
    top: 43%;
    width: 100%;
    padding: 0 10px;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.2;
}

.header_image_bg {
    position: absolute;
}

/* ==========================================================
    Blocks
   ========================================================== */

.intro-block {
    padding: 50px 0 70px 0;
}
.intro-block h1 {
    text-align: center;
}
.intro-block h2 {
    text-align: center;
    margin-bottom: 50px;
}

.showcase-block {
    padding: 50px 0 70px 0;
}
.showcase-block h1 {
    color: #c7c7c7;
    text-align: center;
}
.showcase-block h2 {
    text-align: center;
    margin-bottom: 50px;
}

.showcase-block .items {}
.showcase-block .items .item {
    position: relative;
    display: block;
    overflow: hidden;
}
.showcase-block.showcase_team .items .item .item-link {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    background: rgba(0, 0, 0, .6);
    width: 50px;
    height: 50px;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);

    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    transition: all .15s ease-out;

    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
}
.showcase-block.showcase_team .items .item .item-link:hover {
    background: #000;
}
.showcase-block.showcase_team .items .item .item-link a {
    display: block;
    width: 100%;
    height: 100%;
}
.showcase-block.showcase_team .items .item .item-link a span {
    margin: 10px;
}

/* showcase_team */
.showcase-block.showcase_team .items .item .item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    -ms-transition: all .30s ease-out;
    transition: all .30s ease-out;
}
.showcase-block.showcase_team .items .item .item-info .info-title {
    text-align: center;
    display: block;
    color: #fff;

}
.showcase-block.showcase_team .items .item .item-info .info-subtitle {
    text-align: center;
    color: #f5f5f5;
}
.showcase-block.showcase_team .items .item:hover .item-info {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}
.showcase-block.showcase_team .items .item:hover .item-link {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);

    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

/* showcase_careers */
.careers-content {
    text-align: center;
}
.showcase-block.showcase_careers .showcase-title {
    color: #aceade;
}
.showcase-block.showcase_careers .items .item {
    background: #000;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    position: relative;
}
.showcase-block.showcase_careers .items .item .item-image {
    /*-webkit-transition: opacity .20s;
    -moz-transition: opacity .20s;
    -o-transition: opacity .20s;
    -ms-transition: opacity .20s;
    transition: opacity .20s;*/
}
.showcase-block.showcase_careers .items .item .hover-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    transition: all .30s ease-in;

    -webkit-backface-visibility: hidden;
}
.showcase-block.showcase_careers .items .item:hover .hover-container {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);

    -webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    -ms-transition: all .30s ease-out;
    transition: all .30s ease-out;

}
.showcase-block.showcase_careers .items .item .item-info {
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.showcase-block.showcase_careers .items .item .item-info .info-title {
    -webkit-backface-visibility: hidden;
    text-align: center;
    display: block;
    color: #fff;
    margin-bottom: 5px;
    /*-webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .20s ease-out .10s;
    -moz-transition: all .20s ease-out .10s;
    -o-transition: all .20s ease-out .10s;
    -ms-transition: all .20s ease-out .10s;
    transition: all .20s ease-out .10s;*/
}
.showcase-block.showcase_careers .items .item .item-info .info-subtitle {
    -webkit-backface-visibility: hidden;
    text-align: center;
    color: #f5f5f5;
    font-size: 16px;
    /*-webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .20s ease-out .14s;
    -moz-transition: all .20s ease-out .14s;
    -o-transition: all .20s ease-out .14s;
    -ms-transition: all .20s ease-out .14s;
    transition: all .20s ease-out .14s;*/

}
.showcase-block.showcase_careers .items .item .item-footer {
    -webkit-backface-visibility: hidden;
    height: 70px;
    background: #000000;
    position: relative;
    overflow: hidden;
}
.showcase-block.showcase_careers .items .item .item-footer .hover-bg {
    display: block;
    height: 70px;
    width: 101%;
    position: absolute;
    top: 70px;
    background: #aceade;
    /*-webkit-transition: all ease-out .20s;
    -moz-transition: all ease-out .20s;
    -o-transition: all ease-out .20s;
    -ms-transition: all ease-out .20s;
    transition: all ease-out .20s;*/

}
.showcase-block.showcase_careers .items .item .item-footer .item-title {
    text-align: center;
    width: 100%;
    line-height: 2;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 10;
    /*-webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    transition: all .15s ease-out;*/

}
.showcase-block.showcase_careers .items .item .more-details {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    bottom: 0px;
    position: absolute;
    width: 100%;
    background: #aceade;
    height: 70px;
    line-height: 2.8;
    z-index: 10;
    /*-webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    -ms-transition: all .30s ease-out;
    transition: all .30s ease-out;*/

    color: #000;
}
.showcase-block.showcase_careers .items .item:hover .item-image {
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    opacity: .2;*/
}
.showcase-block.showcase_careers .items .item:hover .item-info .info-title {
    /*-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;*/
}
.showcase-block.showcase_careers .items .item:hover .item-info .info-subtitle {
    /*-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;*/
}
.showcase-block.showcase_careers .items .item:hover .item-footer .item-title {
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);*/
}
.showcase-block.showcase_careers .items .item:hover .item-footer .more-details {
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);*/
}
.showcase-block.showcase_careers .items .item:hover .item-footer .hover-bg {
    /*-webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);*/
}


.brands-block {
    padding: 50px 0 70px 0;
    background: #f5f5f5;
}
.brands-block h1 {
    text-align: center;
}
.brands-block h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #aceade;
}

.footer {
    margin-top: 30px;
}
.footer-block {
    position: relative;
}
.footer-block .footer-left {
    position: absolute;
    left: 10px;
    bottom: 0;
    /*display: none;*/
}
.footer-block .footer-right {
    position: absolute;
    right: 10px;
    bottom: 0;
    /*display: none;*/
}

.footer.alt .footer-block .footer-left,
.footer.alt .footer-block .footer-right {
    color: #fff;
}

.footer-block .footer-container {
    background: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer-block .footer-container .footer-input {
    text-align: left;
    line-height: 1;
    font-size: 14px;
}
.footer-block .footer-container .footer-input a {
    display: inline-block;
    margin: 7px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}
.footer-block .footer-container .footer-input p {
    display: inline-block;
    margin: 5px 0;
    color: #fff;
    font-size: 14px;
}
.footer-block .footer-container .footer-input p a {
    margin: 0;
}

/* services block */
.services-block {}
.services-block .service-item .service-item-heading {
    cursor: pointer;
}
.services-block .service-item .service-item-heading .service-toggle {
    display: block;
    text-align: center;
    padding: 5px 10px;
    background: transparent;
    -webkit-transition: all .10s ease-out;
    -moz-transition: all .10s ease-out;
    -o-transition: all .10s ease-out;
    -ms-transition: all .10s ease-out;
    transition: all .10s ease-out;
}
.services-block .service-item .service-item-heading .service-toggle .title {
    margin: 0;
}
.services-block .service-item .service-item-heading .service-toggle:hover {
    text-decoration: none;
    /*background: #e1e1e1;*/
    background: #aceade;
    background: #cdf2eb;
}
.services-block .service-item .service-item-heading .service-toggle:not(.collapsed) {
    background: #e1e1e1;
}
.services-block .service-item .service-item-collapse {
    background: #f9f9f9;
}
.services-block .service-item .service-item-collapse .x {
    margin: 15px 0 5px 0;
    float: right;
}

/* ==========================================================
    Projects
   ========================================================== */

.projects-body {
    background: #080808 url(../images/shade.jpg) repeat-x;
}
.projects-body .wrapper {
    background: url(../images/shade_bottom.jpg) repeat-x bottom left;
}
.projects-body p, .projects-body a {
    color: #999;
}

.projects {
    /*margin-bottom: 150px;*/
}
.projects.single {
    margin-top: 100px;
}
.projects.single .cats {
    text-align: center;
    margin-left: -10px;
    color: #bbb;
    /*font-weight: 700;*/
}
.projects.single .cats a {
    color: #bbb;
}
.projects.single .cats a:hover {}
.projects .projects-container {
    min-height: 646px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.project-list {
    text-align: center;
    margin-top: 50px;
}
.project-list a {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
}
.project-list .prev {
    background: url(../images/left_right_arrow.png) no-repeat center left;
    display: inline-block;
    width: 12px;
    height: 43px;
    text-indent: -9999px;
    margin-right: 20px;
    /*margin-left: 25px;*/
}
.project-list .next {
    background: url(../images/left_right_arrow.png) no-repeat center right;
    display: inline-block;
    width: 12px;
    height: 43px;
    text-indent: -9999px;
    /*margin-left: 50px;*/
    margin-left: 20px;
}
.project-list .next:hover,
.project-list .prev:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: .5;
}
.project-list .back {
    display: inline-block;
    background: url(../images/back_to_projects.jpg) no-repeat top left;
    width: 43px;
    height: 43px;
    text-indent: -9999px;
}
.project-list .back:hover {
    background-position: bottom left;
}
.projects.single .title {
    text-align: center;
    /*font-weight: 300;*/
}
.projects.single .subtitle {
    text-align: center;
    margin-top: 10px;
}
.projects.single .description {
    text-align: center;
    margin-top: 30px;
    text-align: justify;
}
.projects.single .categories {
    color: #aceade;
    margin-top: 15px;
    text-align: center;
}
.projects.single .categories a {
    color: #aceade;
    font-weight: bold;
}
.projects.single .content {
    margin-top: 20px;
    text-align: center;
}
.projects.single .content > img,
.projects.single .content > .video-container {
    margin-top: 10px;
}
.projects.single .content > .text {
    margin-top: 10px;
}
.projects .projects-filter {
    margin-left: -20px;
    margin-bottom: 10px;
    text-align: center;
}
.projects .projects-filter a {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 20px;
    line-height: 1;
    color: #555;
    -webkit-transition: all .20s ease-out;
    -moz-transition: all .20s ease-out;
    -o-transition: all .20s ease-out;
    -ms-transition: all .20s ease-out;
    transition: all .20s ease-out;
}
.projects .projects-filter a:hover,
.projects .projects-filter a.selected {
    color: #aceade;
    text-decoration: none;
}

.projects .projects-item {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.projects .projects-item a {
    display: block;
    position: relative;
    background: #000;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform:translate3d(0,0,0);
}
.projects .projects-item a .hover-container {
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    transition: all .30s ease-in;

    -webkit-transform:translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
}
.projects .projects-item a:hover .hover-container {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);

    -webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    -ms-transition: all .30s ease-out;
    transition: all .30s ease-out;
}
.projects .projects-item a span.info {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;

}
.projects .projects-item a span.info span.title {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;

}

.projects .projects-item a span.info span.subtitle {
    display: block;
    color: #f5f5f5;
    text-align: center;
    -webkit-backface-visibility: hidden;

}
.projects .projects-item a span.read-more {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    left: 0;
    background: #000;
    color: #fff;
    padding: 5px 15px;
    display: block;
    font-size: 18px;
    -webkit-backface-visibility: hidden;

}

.projects-bottom-bar {
    display: block;
    height: 45px;
    background: #000;
}

/* Isotope filtering */
.isotope-item {
  z-index: 2;
}

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

/* Isotope animation */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -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;
}

/**** disabling Isotope CSS3 transitions ****/
.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;
}

/* ==========================================================
    Careers
   ========================================================== */

.careers {}
.careers.single {}
.careers.single .careers-header {
    background: #d1d1d1;
}
.careers.single .careers-header .date {
    float: left;
    color: #b6b6b6;
    margin-right: 20px;
    margin-bottom: 0;
}
.careers.single .careers-header .title {
    float: left;
}
.careers.single .careers-header .x {
    float: right;
    margin-top: 22px;
}

.careers.single .careers-footer {
    background: #000;
}
.careers.single .careers-footer h4 {
    text-align: center;
    color: #f5f5f5;
}
.careers.single .careers-footer h4 a {
    color: #f5f5f5;
}

.careers.single .careers-title {
    text-align: center;
    margin-bottom: 30px;
}

/* ==========================================================
    Contact
   ========================================================== */

.contact-body {
    background: #222 url(../images/map.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.contact-body .content {
    margin-top: 80px;
}

.contact-title {
    color: #aceade;
    font-size: 70px;
    text-align: left;
    text-transform: uppercase;
}
.contact-map {
    display: inline-block;
    background: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 8px 15px;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all .30s;
    -moz-transition: all .30s;
    -o-transition: all .30s;
    -ms-transition: all .30s;
    transition: all .30s;
}
.contact-map:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
}

.contact-form {
    background: rgba(0, 0, 0, .5);
}
.contact-form .bar {
    background: #000000;
    background: rgba(0, 0, 0, .9);
    display: block;
    padding: 5px;
    text-transform: uppercase;
}
.contact-form .title {
    font-weight: 700;
    color: #aceade;
    text-align: center;
    margin: 0;
}
.contact-form .submit {
    margin: 0;
    padding: 0;
}
.contact-form .submit a {
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    display: block;
    padding: 5px;
    text-transform: uppercase;
    -webkit-transition: all .30s;
    -moz-transition: all .30s;
    -o-transition: all .30s;
    -ms-transition: all .30s;
    transition: all .30s;
}
.contact-form .submit a:hover {
    background: #aceade;
    color: #000;
    text-decoration: none;
}

.contact-form .field {
    padding: 5px;
    border-bottom: 1px solid #ffffff;
    clear: both;
    position: relative;
    min-height: 30px;
}
.contact-form .field .error {}
.contact-form .field label {
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    float: left;
    display: block;
    width: 20%;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    -ms-transition: all .40s;
    transition: all .40s;
}
.contact-form .field label.error {
    color: darkred;
}
.contact-form .sent .field label {
    color: #999;
}
.contact-form .sent .field input,
.contact-form .sent .field select,
.contact-form .sent .field textarea {
    color: #999;
}

.contact-form .field > div {
    float: left;
    width: 80%;
    margin-top: -2px;
}
.contact-form .field input {
    background: none;
    background: transparent;
    border: 0;
    color: #fff;
    width: 100%;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    -ms-transition: all .40s;
    transition: all .40s;
}
.contact-form .field textarea {
    width: 100%;
    max-width: 100%;
    max-height: 180px;
    height: 180px;
    background: none;
    background: transparent;
    border: 0;
    color: #fff;
}
.contact-form .field select {
    width: 100%;
    background: none;
    background: transparent;
    border: 0;
    outline: 0;
    color: #aceade;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
}
.contact-form .field select option {
    font-weight: 700;
}

.contact-form .field textarea:focus,
.contact-form .field textarea:hover,
.contact-form .field input:focus,
.contact-form .field input:hover {
    outline: 0;
    border: 0;
}

.contact-form span#contact-form-msg {
    display: block;
    height: 30px;
    padding: 0 10px;
    color: #aceade;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-box {
    position: relative;
    margin-top: 20px;
    background: #aceade;
    background: rgba(172, 234, 222, .9);
    padding: 20px 10px;
    text-align: center;
}
.contact-box-content {
}
.contact-box-content h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 5px 0;
    font-size: 20px;
}
.contact-box-content span {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    display: block;
}
.contact-box-content a {
    color: #fff;
    font-weight: 700;
    margin: 0;
}
.contact-box-bg {
    position: absolute;
}

/* ==========================================================
    Blog
   ========================================================== */

.blog {}
.blog .post.animate_in {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.blog .blog-header {
    background: #000;
    padding: 10px 0;
}
.blog .blog-header h3 {
    float: left;
    color: #fff;
    margin: 0;
    margin-right: 15px;
}
.blog .blog-header a {
    color: #fff;
    font-size: 20px;
    font-size: 19px;
    line-height: 1.6;
    margin-right: 10px;
    text-transform: uppercase;
}
.blog .blog-header a:hover,
.blog .blog-header a.active {
    color: #aceade;
    text-decoration: none;
}
.blog .post {
    margin-bottom: 50px;
}
.post-image {
    position: relative;
    display: block;
}
.post-image .date {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/date_overlay_small.png) no-repeat;
    width: 100px;
    height: 100px;
    padding-top: 15px;
}

.post-image .date span {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

.post-image .date span.day {
    font-size: 26px;
    line-height: 1;
}
.post-image .date span.month {
    font-size: 17px;
}
.post-image .date span.year {
    font-size: 12px;
}


.post-image .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
}
.post-image .overlay .bg {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    -webkit-transition: all .20s;
    -moz-transition: all .20s;
    -o-transition: all .20s;
    -ms-transition: all .20s;
    transition: all .20s;
    background: #aceade;
    width: 100%;
    position: absolute;
    height: 100%;
}
.post-image .overlay .caption {
    top: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    position: absolute;
    width: 100%;
    text-transform: uppercase;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .20s ease-out;
    -moz-transition: all .20s ease-out;
    -o-transition: all .20s ease-out;
    -ms-transition: all .20s ease-out;
    transition: all .20s ease-out;
}
.blog .post:not(.single) .post-header .post-image:hover .overlay .caption {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.blog .post:not(.single) .post-header .post-image:hover .overlay .bg {
    opacity: .8;
}
.blog .post .post-header .title {
    color: #000;
    -webkit-transition: all .30s;
    -moz-transition: all .30s;
    -o-transition: all .30s;
    -ms-transition: all .30s;
    transition: all .30s;
}
.blog .post .post-header .title h2 {
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    margin: 0 15px 0 0;
}
.blog .post.single .post-header .title h2 {
    float: none;
    text-align: center;
    margin: 0;
}
.blog .post:not(.single) .post-header .title:hover {
    color: #aceade;
}
.blog .post.single .post-header .title:hover {
    text-decoration: none;
}
.blog .post.single .post-header .project-list,
.careers.single .project-list {
    margin-top: 10px;
}
.blog .post .post-header .subtitle {
    font-weight: 300;
    float: left;
    line-height: 1.6;
    margin: 0;
}
.blog .post.single .post-header .subtitle {
    float: none;
    text-align: center;
    margin-top: 10px;
}
.blog .post.single .post-categories {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding-top: 6px;
    padding-top: 8px;
}
.blog .post.single .post-categories a {
    color: #aceade;
}
.blog .post.single .post-content {
    margin-top: 20px;
    text-align: center;
}
.blog .show-more {
    display: block;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    font-size: 20px;
    -webkit-transition: all .30s;
    -moz-transition: all .30s;
    -o-transition: all .30s;
    -ms-transition: all .30s;
    transition: all .30s;
}
.blog .show-more.active {
    background: #e1e1e1;
    cursor: default;
    color: #222;
}
.blog .show-more:hover {
    background: #aceade;
    color: #000;
    text-decoration: none;
}
.blog .show-more.active:hover {
    background: #e1e1e1;
    color: #222;
}

.blog .loading {
    text-align: center;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    -ms-transition: all .30s ease-out;
    transition: all .30s ease-out;
}
.blog .loading.active {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

/* ==========================================================
    Helper classes
   ========================================================== */

.relative {
    position: relative;
}

.break2 {
    clear: both;
    height: 2px;
}
.break5 {
    clear: both;
    height: 5px;
}
.break10 {
    clear: both;
    height: 10px;
}
.break15 {
    clear: both;
    height: 15px;
}
.break20 {
    clear: both;
    height: 20px;
}
.break30 {
    clear: both;
    height: 30px;
}
.break40 {
    clear: both;
    height: 40px;
}
.break50 {
    clear: both;
    height: 50px;
}

.no-padding {
    padding: 0;
}
.no-padding-left {
    padding-left: 0;
}
.no-padding-right {
    padding-right: 0;
}
.no-padding-xs {
    padding: 0;
}
.no-padding-xs .text {
    padding-left: 15px;
    padding-right: 15px;
}

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

.no-border-bottom {
    border-bottom: 0 !important;
}
.no-margin-top {
    margin-top: 0 !important;
}

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

.clear {
    clear: both;
}

/* ==========================================================
    Youtube
   ========================================================== */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ==========================================================
    Superslides
   ========================================================== */

.home-container {
   position: relative;
   background: #000;
}
.home-content {
   position: absolute;
   bottom: 0;
   z-index: 900;
   width: 100%;
}
.home-content-center {
   width: 100%;
   margin: 0 auto;
   background: rgba(0, 0, 0, .5);
}
.home-content-center h1 {
   color: #fff;
   text-align: center;
   padding: 20px 15px 0 15px;
   line-height: 1;
   font-size: 30px;
}
.home-content-center h1 span {
   font-weight: 300;
   line-height: 1.5;
   font-size: 20px;
}
.home-content-center h4 {
   color: #fff;
   text-align: center;
   padding: 0 15px 15px 15px;
   font-size: 16px;
   margin: 0;
}
.home-content-center .follow-bar {
    background: #000;
    text-align: center;
    z-index: 100;
    height: 50px;
    position: relative;
    overflow: hidden;
}
.home-content-center .follow-bar .con {
    display: inline-block;
}
.home-content-center .follow-bar .social-icons {
    position: absolute;
    left: 465px;
    padding: 10px 0 0 10px;
    top: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-transition: all .20s ease-in;
    -moz-transition: all .20s ease-in;
    -o-transition: all .20s ease-in;
    -ms-transition: all .20s ease-in;
    transition: all .20s ease-in;
}
.home-content-center .follow-bar .con:hover .social-icons {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);

    -webkit-transition: all .20s .15s ease-out;
    -moz-transition: all .20s .15s ease-out;
    -o-transition: all .20s .15s ease-out;
    -ms-transition: all .20s .15s ease-out;
    transition: all .20s .15s ease-out;
}
.home-content-center .follow-bar .social-icons li {
    float: left;
    padding: 0;
    margin: 0;
    width: 30px;
    list-style-type: none;
}
.home-content-center .follow-bar .social-icons li a {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: .6;
    -webkit-transition: opacity .20s;
    -moz-transition: opacity .20s;
    -o-transition: opacity .20s;
    -ms-transition: opacity .20s;
    transition: opacity .20s;
}
.home-content-center .follow-bar .social-icons li a:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.home-content-center .follow-bar a {
    color: #aceade;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    width: 162px;
    overflow: hidden;
    height: 50px;
    position: relative;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    transition: color .15s ease-out;
}
.home-content-center .follow-bar a span.text {
    position: absolute;
    width: 100%;
    top: 15px;
    left: 0;
    text-align: center;
    z-index: 10;
}
.home-content-center .follow-bar a span.bg {
    position: absolute;
    background: url(../images/menu_hover_bg_alt.png) no-repeat top center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);

    -webkit-transition: all .15s .20s ease-in;
    -moz-transition: all .15s .20s ease-in;
    -o-transition: all .15s .20s ease-in;
    -ms-transition: all .15s .20s ease-in;
    transition: all .15s .20s ease-in;
    display: block;
    z-index: 1;
}
.home-content-center .follow-bar .con:hover a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .15s .20 ease-in;
    -moz-transition: all .15s .20 ease-in;
    -o-transition: all .15s .20 ease-in;
    -ms-transition: all .15s .20 ease-in;
    transition: all .15s .20 ease-in;
}
.home-content-center .follow-bar .con:hover a span {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);

    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    transition: all .15s ease-out;
}


#slides {
    position: relative;
}
#slides .slides-container {
    display: 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;
    z-index: 5;
    width: 100%;
    -webkit-transition: opacity .20s ease-out;
    -moz-transition: opacity .20s ease-out;
    -o-transition: opacity .20s ease-out;
    -ms-transition: opacity .20s ease-out;
    transition: opacity .20s ease-out;
}
.slides-navigation a {
    position: absolute;
    display: block;
    width: 50px;
    height: 84px;
    background-image: url(../images/arrows_dark.png);
    background-repeat: no-repeat;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .7);
    text-indent: -9999px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .20s ease-in;
    -moz-transition: all .20s ease-in;
    -o-transition: all .20s ease-in;
    -ms-transition: all .20s ease-in;
    transition: all .20s ease-in;
    top: 46%;
}
.slides-navigation a.prev {
    left: 0;
    background-position: center right;
}
.slides-navigation a.next {
    right: 0;
    background-position: center left;
}
#slides .left-screen {
    position: absolute;
    left: 0;
    width: 15%;
    height: 100%;
    z-index: 3;
    top: 0;
}
#slides .right-screen {
    position: absolute;
    right: 0;
    width: 15%;
    height: 100%;
    z-index: 3;
    top: 0;
}
#slides .left-screen:hover a,
#slides .right-screen:hover a {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7;
    -webkit-transition: all .20s ease-out;
    -moz-transition: all .20s ease-out;
    -o-transition: all .20s ease-out;
    -ms-transition: all .20s ease-out;
    transition: all .20s ease-out;
}
#slides .slides-navigation a:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: rgb(0, 0, 0);
    -webkit-transition: all .20s ease-out;
    -moz-transition: all .20s ease-out;
    -o-transition: all .20s ease-out;
    -ms-transition: all .20s ease-out;
    transition: all .20s ease-out;
}


.slides-pagination {
    position: absolute;
    z-index: 3;
    right: 15px;
    top: 50px;
}
.slides-pagination a {
    width: 30px;
    height: 4px;
    display: -moz-inline-stack;
    display: inline-block;
    background: #fff;
    *display: inline;
    margin: 0 3px;
    text-indent: -9999px;
    -webkit-transition: all .20s;
    -moz-transition: all .20s;
    -o-transition: all .20s;
    -ms-transition: all .20s;
    transition: all .20s;
    background: #aceade
}
.slides-pagination a.current,
.slides-pagination a:hover {
    background: #000;
}

/* ==========================================================
    Bottom bar
   ========================================================== */

.bottom-bar {
    background: #000;
}
.bottom-bar .title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.bottom-bar .print {
    float: left;
    padding: 12px 0;
    position: relative;
    width: 36px;
    overflow: hidden;
}
.bottom-bar .print .hover-container {
    padding: 12px 8px;
    background: #aceade;
    top: 46px;
    position: absolute;
    -webkit-transition: all .20s ease-out;
    -moz-transition: all .20s ease-out;
    -o-transition: all .20s ease-out;
    -ms-transition: all .20s ease-out;
    transition: all .20s ease-out;
}
.bottom-bar .print span.hover {
    display: block;
    width: 20px;
    height: 22px;
    background: url(../images/print_dark.png) no-repeat;
    text-indent: -9999px;
}
.bottom-bar .print > span {
    margin: auto;
    display: block;
    width: 20px;
    height: 22px;
    background: url(../images/print.png) no-repeat;
    text-indent: -9999px;
    -webkit-transition: all .20s ease-out;
    -moz-transition: all .20s ease-out;
    -o-transition: all .20s ease-out;
    -ms-transition: all .20s ease-out;
    transition: all .20s ease-out;
}
.bottom-bar .print:hover .hover-container {
    -webkit-transform: translateY(-46px);
    -moz-transform: translateY(-46px);
    -o-transform: translateY(-46px);
    -ms-transform: translateY(-46px);
    transform: translateY(-46px);
}
.bottom-bar .print:hover > span {
    -webkit-transform: translateY(-46px);
    -moz-transform: translateY(-46px);
    -o-transform: translateY(-46px);
    -ms-transform: translateY(-46px);
    transform: translateY(-46px);
}


.visible-xlg {
    display: none;
}
.right-text,
.right-text p, {}
.right-text * {
    text-align: right;
}
.left-text,
.left-text p, {}
.left-text * {
    text-align: left;
}

/* ==========================================================
    Preloader
   ========================================================== */

.noscroll {
    overflow: hidden;
}
.invisible {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 9999;
    text-align: center;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    -ms-transition: -ms-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}
.preloader.done {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.preloader .preloader-container {
    width: 100%;
    height: 100%;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
}
.preloader .preloader-container .container {
    padding-top: 50%;
}
.preloader .percent {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    color: #dadada;
    display: block;
    margin-bottom: 10px;
}
.preloader .bar {
    display: block;
    height: 30px;
    width: 260px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.preloader .bar .loaded-container {
    float: left;
    display: block;
    height: 100%;
}
.preloader .bar .loaded {
    display: block;
    width: 0%;
    height: 100%;
    background: #000000;
    margin: 0;
    float: left;
}
.preloader .bar .left-block {
    background: #aceade;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: block;
    height: 100%;
    float: left;
    width: 30px;
    border-right: 4px solid #fff;
}
.preloader .bar .right-arrow {
    display: block;
    height: 100%;
    width: 30px;
    float: left;
    background: url(../images/left_right_arrow.png) no-repeat -12px 7px;
    border-left: 13px solid #fff;
}
.preloader .text {
    display: block;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    color: #dadada;
}


/* ==========================================================
    Media queries
   ========================================================== */

/* Tablets */
@media (min-width: 768px) {
    body, html {
        overflow-x:visible;
    }
    .top-bar .main-menu > li > a {
        width: 60px;
        font-size: 15px;
        padding-left: 2px;
        padding-right: 2px;
    }
    .top-bar .language {
        left: auto;
        right: 15px;
    }
    .top-bar .navbar-brand {
        position: absolute;
        width: auto;
        text-align: left;
    }
    .top-bar .main-menu {
        width: auto;
    }
    .top-bar .navbar-main-menu {
        background: transparent;
        background: none;
    }
    .medium-container {
        padding: 0 100px;
    }
    .contact-box-content {
        position: absolute;
        top: 155px;
        width: 100%;
        left: 40px;
    }
    .contact-box {
        margin-top: 90px;
        background: none;
        text-align: left;
        padding: 0 10px;
    }
    .contact-box-content h3 {
        font-size: 26px;
    }
    .no-padding-xs {
        padding-left: 15px;
        padding-right: 15px;
    }
    .no-padding-xs .text {
        padding: 0;
    }
    .back-to-top {
        /*float: right;*/
        /*display: inline-block;*/
    }
    .home-content-center {
        width: 770px;
    }
    .home-content-center h1 {
        font-size: 40px;
    }
    .home-content-center h1 span {
       font-size: 41px;
    }
    .home-content-center h4 {
       font-size: 18px;
    }
    .top-bar .main-menu > li > a > span.hover-bg {
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -o-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }
    .top-bar .main-menu > li > a > span.hover-bg {
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .post-image .date {
        background: url(../images/date_overlay.png) no-repeat;
        width: 140px;
        height: 151px;
        padding-top: 25px;
    }
    .post-image .date span.day {
        font-size: 30px;
    }
    .post-image .date span.month {
        font-size: 21px;
    }
    .post-image .date span.year {
        font-size: 16px;
    }
    .post-image .overlay .caption {
        font-size: 40px;
    }

    h2, .h2 {
        font-size: 36px;
    }
    h3, .h3 {
        font-size: 25px;
    }
    h1, .h1 {
        font-size: 40px;
    }

    ul.social-icons.top {
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -o-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        transform: translateY(-300px);
    }

    h4, .h4 {
        font-size: 18px;
    }

    .footer-block .footer-container .footer-input {
        text-align: center;
        line-height: 1.4;
    }
    .preloader .preloader-container .container {
        padding-top: 35%;
    }

}

/* Desktops */
@media (min-width: 992px) {
    .top-bar .navbar-brand {
        left: 20px;
    }
    .col-md-4 {
        width: 313px;
    }
    .container.no-padding .col-md-4 {
        width: 323px;
    }
    .top-bar .main-menu > li > a {
        width: 80px;
        /*font-size: 16px;*/
        font-size: 17px;
        padding-left: 6px;
        padding-right: 6px;
    }
    .medium-container {
        padding: 0 200px;
    }
    .contact-title {
        font-size: 90px;
    }
    .home-content-center {
        width: 970px;
    }

    ul.social-icons.top {
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -o-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        transform: translateY(-300px);
    }
    .social-icons.top li {
        padding-left: 25px;
    }


    .home-content-center .follow-bar .social-icons {
        left: 565px;
    }
    .preloader .preloader-container .container {
        padding-top: 25%;
    }
}

/* Large desktops */
@media (min-width: 1200px) {
    .container {
        max-width: 970px;
    }

    .top-bar .main-menu > li > a {
        width: 100px;
    }
    .social-icons.top li {
        padding-left: 14px;
    }


    .preloader .preloader-container .container {
        padding-top: 25%;
    }

}

/* Super mega screen */
@media (min-width: 1460px) {

    .preloader .preloader-container .container {
        padding-top: 18%;
    }

    .visible-xlg {
        display: block;
    }

    .top-bar .main-menu > li > a {
        width: 100px;
    }

    ul.social-icons.top {
        position: absolute;
        left: 100%;
        padding-left: 10px;
        top: 0;
        width: 250px;
        height: 50px;

        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);

        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;

        background: transparent;
        background: none;
    }
    ul.social-icons.top li {
        padding-left: 2px;
    }
}
