<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------ 
 [ Master Stylesheet ] 

 Project: Coventry. - Multipurpose Portfolio Template 
 Version: 1.1 
 Last change: 08/04/15 
 -------------------------------------------------------------------*/

 /*------------------------------------------------------------------
[ Table of contents ]

01. Reset
02. Typography
  - Custom Icons
03. Infoblocks
  - Logotypes
  - Footnotes
  - Social &amp; Share
  - Team
  - Project List
04. Buttons
06. Pagination
  - Breacrumbs
  - Project Nav
07. ScrollTop Button
08. Panels
09. Header
10. Layout
11. Google Map
12. Navbar
13. Countup
14. Forms
15. Chosen
16. Sliders
  - General
  - Slider Nav
  - Slider Number
  - One Image Slider
  - Columns Slider
  - Pricing
  - Modal Slider
  - Fullscreen Slider
17. Backgrounds
18. Mask
19. Mixes
  - Mix List
  - Isotope List
20. Sidebar
  - Navbar Brand
21. Blog
  - Meta
  - Posts
22. Comments
23. Footer
24. Audio
25. Video
  - Embed
  - HTML5
26. Modal Window
27. Skins
28. Splash Page
29. Responsive

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[ RESET ]
-------------------------------------------------------------------*/

html {
  font-size: 100%;
  min-height: 100%;
  sx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
a,
img,
strong,
sub,
b,
u,
i,
ul,
ol,
li,
form,
label {
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

a:active,
a:hover,
a:focus,
input:active,
button:active,
button,
textarea:focus,
input:focus,
ins {
  outline: 0;
  text-decoration: none;
}

input,
select,
button,
textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  overflow: visible;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button[disabled],
input[disabled] {
  cursor: default;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

.img-intext-right .img-wrap {
  float:right;
  margin:0 0 10px 10px;
}
.img-beside-right .img-wrap {
  float:right;
  margin:0 0 10px 10px;
}

.img-intext-left .img-wrap {
  float:left;
  margin:0 10px 10px 0;
}
.img-beside-left .img-wrap {
  float:left;
  margin:0 10px 10px 0;
}


table {
  border-collapse: collapse;
}

.table-responsive {
  border: 0;
}

/*------------------------------------------------------------------
[ TYPOGRAPHY ]
-------------------------------------------------------------------*/

/* jura-500 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/jura-v13-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/jura-v13-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* jura-600 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/jura-v13-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/jura-v13-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: 'Jura', sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing:0.02em;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child {
  margin-bottom: 0;
}

h1 em,
.h1 em,
h2 em,
.h2 em,
h3 em,
.h3 em,
h4 em,
.h4 em {
  display: block;
  font-size: 20px;
  line-height: 34px;
  color: #808080;
  font-weight: normal;
  margin: 5px 0;
  transition: color .2s ease;
}

h1,
.h1 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 40px;
}

.inhalt h1 {
  margin: 40px 0 40px;
}

h2,
.h2 {
  font-size: 28px;
  margin: 0 0 25px;
  line-height: 32px;
}

h3,
.h3 {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 15px;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 15px;
}

p {
  margin-bottom: 25px;
  color: #7E7E7C;
  font-size: 19px;
  line-height: 28px;
}

ul {
  color: #7E7E7C;
  font-size: 19px;
}

p:only-child,
p:last-child {
  margin-bottom: 0;
}

p.lead {
  font-size: 22px;
  line-height: 34px;
}

p.extra {
  font-size: 30px;
  line-height: 42px;
  color: #1A1A1A;
}

address {
  line-height: 28px;
  margin-bottom: 0;
}

address + p {
  margin-top: 15px;
}

a {
  color: #7E7E7C;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #7E7E7C;
}

sup {
  font-weight: 700;
  color: #1A1A1A;
}

blockquote {
  border: 0;
  border-left: 2px solid #808080;
  margin: 25px 80px 25px 30px;
  padding: 0 0 0 30px;
  color: #333;
}

blockquote p {
  font-size: 22px;
  line-height: 34px;
  color: #808080;
  font-style: italic;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

a,
input,
textarea,
button {
  transition: all .2s ease;
}

ul,
ol {
  margin-bottom: 20px;
  list-style: none;
  counter-reset: point;
}

ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

ul ul,
ol ol {
  margin-bottom: 20px;
}

ul li,
ol li {
  list-style-type: none;
  position: relative;
  color: #7E7E7C;
}

ul li {
  padding-left: 30px;
}

ul li li,
ol li li {
  padding-left: 30px;
}

ul &gt; li:before {
  content: "â€”";
  color: #CCC;
  display: inline-block;
  position: absolute;
  left: 0;
}

ol &gt; li:before {
  content: counter(point) ".";
  counter-increment: point 1;
  padding-right: 15px;
  position: relative;
  top: -1px;
}

ol ol li:before {
  content: counters(point, ".") " ";
}

ul.flat li,
ol.flat li {
  padding-left: 0;
}

ul.flat li:before,
ol.flat li:before {
  display: none;
}

.fa-fw {
  text-align: left;
  width: 1.56em;
}

dl.dl-horizontal {
  margin: 0 0 50px;
  display: inline-block;
}

dl.dl-horizontal dt {
  width: 90px;
  color: #B3B3B3;
  font-weight: 400;
  clear: left;
  float: left;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

dl.dl-horizontal dd {
  margin-left: 100px;
  text-align: left;
}

[data-anchor] {
  position: relative;
}

[data-anchor]:before {
  content: attr(data-anchor);
  font-size: 17px;
  color: #B3B3B3;
  position: absolute;
  left: -6.5%;
  top: 0;
  font-weight: 400;
}

.date {
  font-style: italic;
  color: #808080;
  margin-bottom: 3px;
}

.icon-doc {
  background: url("http://coventry.aisconverse.com/images/icons/icon-blank.png") no-repeat;
  width: 42px;
  height: 50px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  padding-top: 12px;
  display: inline-block;
}

.icon-doc:hover {
  color: #FFF;
  opacity: .5;
}

.icon-img {
  height: 80px;
  margin-bottom: 96px;
}

.text-muted {
  color: #808080;
}

.icon-close {
  width: 21px;
  height: 21px;
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAIVBMVEUAAAAaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhpo5HEPAAAACnRSTlMA2RsZ0Rr+xDUzBl+nawAAAHJJREFUCNc1jaENgDAUBV8gLECDqYKEASBhADSONaoqugAGDSPUMCf5ufaplztxSovYFnU4but3TRmx5lGNd+BeMlGwEGDEaRjRGS7iNVxEMMzu76m388HVf+bLGiQH4iSJkyQOJg5GgIs4+hrflcDSHH9PPxjcRRPxzQAAAABJRU5ErkJggg==") no-repeat;
  opacity: .2;
}

.icon-close:hover {
  opacity: .8;
}

.icon-youtube {
  background: url("http://coventry.aisconverse.com/images/icons/icon-youtube.png") no-repeat;
  width: 38px;
  height: 29px;
  display: block;
  margin: auto;
}

.icon-vimeo {
  background: url("http://coventry.aisconverse.com/images/icons/icon-vimeo.png") no-repeat;
  width: 38px;
  height: 38px;
  display: block;
  margin: auto;
}

.icon-gallery {
  background: url("http://coventry.aisconverse.com/images/icons/icon-gallery.png") no-repeat;
  width: 29px;
  height: 22px;
  display: block;
  margin: auto;
}

/*------------------------------------------------------------------
[ INFOBLOCKS ]
-------------------------------------------------------------------*/

[data-toggle] {
  cursor: pointer;
}

.logotypes {
  text-align: center;
  padding: 30px 0 60px;
}

.logotypes img {
  width: auto;
  max-width: 100%;
  opacity: .25;
  transition: opacity .2s ease;
}

.logotypes a:hover img {
  opacity: .8;
}

.logotypes .row + .row {
  margin-top: 40px;
}

.collapsed .fa-folder-open-o:before {
  content: "\f114";
}

.footnotes {
  margin-top: 50px;
}

.footnotes:before {
  display: block;
  width: 140px;
  height: 1px;
  background-color: #B3B3B3;
  margin: 0 0 25px;
  content: "\0020";
}

.footnotes li + li {
  margin-top: 10px;
}

.footnotes sup {
  float: left;
  top: 8px;
}

.footnotes p {
  margin-left: 30px;
  font-size: 17px;
  line-height: 22px;
  color: #808080;
}

.social {
  padding-bottom: 20px;
}

.social:last-child {
  padding-bottom: 30px;
}

.social li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 12px;
  position: relative;
}

.social li &gt; a {
  color: #FFF;
  font-size: 22px;
  line-height: 50px;
}

.social li &gt; a.fa-heart.active {
  color: #E03C30 !important;
}

.content .social li &gt; a {
  color: #CCC;
}

.social li:hover &gt; a {
  color: #CCC;
}

.content .social li:hover &gt; a {
  color: #808080;
}

.social li [class*=dropdown-] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 80%;
  left: -15px;
  z-index: 2;
  width: 60px;
  text-align: center;
  transition: all .3s;
}

.social li [class*=dropdown-].dropdown-like {
  background-color: #E03C30;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #FFF;
}

.social li [class*=dropdown-].dropdown-share a {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 24px;
  color: #FFF;
  line-height: 60px;
  text-align: center;
}

.social li:hover &gt; [class*=dropdown-] {
  visibility: visible;
  opacity: 1;
  bottom: 100%;
}

.social.social-down [class*=dropdown-] {
  bottom: auto;
  top: 80%;
}

.social.social-down li:hover &gt; [class*=dropdown-] {
  bottom: auto;
  top: 100%;
}

.share {
  overflow: hidden;
}

.share a {
  float: left;
  width: 60px;
  height: 60px;
  font-size: 24px;
  color: #FFF;
  line-height: 60px;
  text-align: center;
}

a.share-pinterest {
  background-color: #C10317;
}

a.share-pinterest:hover {
  background-color: #CF172C;
}

a.share-google-plus {
  background-color: #CF3C21;
}

a.share-google-plus:hover {
  background-color: #DA4B31;
}

a.share-facebook {
  background-color: #2C4387;
}

a.share-facebook:hover {
  background-color: #3B5297;
}

a.share-twitter {
  background-color: #4B96D5;
}

a.share-twitter:hover {
  background-color: #5DA6E3;
}

.person {
  position: relative;
  width: 240px;
  height: 240px;
  margin-bottom: 60px;
  background-color: #F2F2F2;
  text-align: center;
  font-weight: 700;
  border-radius: 100%;
  line-height: 240px;
  font-size: 100px;
  overflow: hidden;
}

.person .icon-bar {
  width: 28px;
  height: 3px;
  margin: 6px auto;
}

.team-wrap {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 2;
  transition: opacity .3s ease;
}

.odd .team-wrap {
  background-color: #F2F2F2;
}

.team-wrap .share,
.team-wrap p + h2 {
  margin-top: 50px;
}

.project-list {
  margin: 60px 0 40px;
  float: left;
  width: 100%;
  font-size: 0;
}

/*------------------------------------------------------------------
[ BUTTONS ]
-------------------------------------------------------------------*/

.btn {
  color: #333;
  line-height: 55px;
  height: 55px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  border: 0;
  vertical-align: middle;
  display: inline-block;
  padding: 0 33px;
  position: relative;
  outline: none !important;
  transition: color .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease;
}

.btn:active,
.btn:focus,
.btn:hover {
  box-shadow: none;
  border-color: transparent;
  text-decoration: none;
}

.btn.btn-default {
  background-color: #F2F2F2;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
  background-color: #1A1A1A;
  color: #FFF;
}

.btn.btn-link {
  background-color: #FFF;
}

.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link:focus {
  background-color: #1A1A1A;
  color: #FFF;
}

.btn.btn-wd {
  padding: 0 55px;
}

/*------------------------------------------------------------------
[ PAGINATION ]
-------------------------------------------------------------------*/

.breadcrumb {
  font-size: 19px;
  line-height: 46px;
  background-color: transparent;
  padding: 0;
  color: #B3B3B3;
  margin: 0 0 45px -7%;
}

.breadcrumb:last-child {
  margin-bottom: 45px;
}

.onepage .breadcrumb {
  position: absolute;
  left: 80px;
  top: 35px;
  z-index: 2;
  margin: 0;
}

.breadcrumb li {
  padding-left: 0;
  margin-bottom: 0;
}

.breadcrumb li:first-child:before {
  display: none;
}

.breadcrumb li:last-child:only-child:after {
  color: #B3B3B3;
  content: " /";
  padding: 0 0 0 5px;
}

.breadcrumb &gt; li + li:before {
  padding: 0 5px;
  color: #B3B3B3;
}

.breadcrumb + h2 {
  font-size: 32px;
  margin-bottom: 40px;
}

.breadcrumb a {
  color: #1A1A1A;
}

.breadcrumb a:hover {
  color: #808080;
}

.breadcrumb li.active {
  color: #808080;
}

.project-nav {
  clear: both;
}

.project-nav a {
  color: #B3B3B3;
}

.project-nav a:hover {
  color: #808080;
}

.project-nav .project-prev {
  float: left;
}

.project-nav .project-next {
  float: right;
}

/*------------------------------------------------------------------
[ SCROLLTOP ]
--------------------------------------------------------------------*/

.scrolltop {
  width: 55px;
  height: 55px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAVCAYAAABPPm7SAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3YTNmYzViNC1iODJhLTRiYzctYjQ2Yy1kN2U2NGNmZTcyNjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0FFM0Y2RDFDRDM1MTFFNEFFRDdFRThDQjk5NDA3MDYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0FFM0Y2RDBDRDM1MTFFNEFFRDdFRThDQjk5NDA3MDYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpkODYzNDc5NC1iYWM5LTRiOWUtODM2Yy03MmNkNTNmNzkxOTMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkZjc1NTdjZS1mZDliLTExNzctYTRkYy1iOTc5MzVhYzE4MzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6LNu4IAAAAcUlEQVR42mL4//8/Ax7sQkCeAZ/kzP8QMJMcA2Ca/xMyhJDNIHAGnyG4NKdB/f8fSuP0Di7NDGgG4AwTXJqxGYDVEFyacRmArL4DZsA7LJrxGQAz5B2hdIDPADhmYqAQjBowagDNDbgHxHugNE4AEGAAGugJtY5ixrAAAAAASUVORK5CYII=") 50% 50% rgba(26,26,26,.1) no-repeat;
  transition: all .2s ease;
  cursor: pointer;
}

.scrolltop:hover {
  background-color: #1A1A1A;
}

.scrolltop.visible {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------------------
[ TABS ]
-------------------------------------------------------------------*/

.nav-tabs {
  border: 0;
  margin: 0 0 20px;
}

.nav-tabs &gt; li {
  padding: 0;
  margin: 0 10px 0 0;
}

.nav-tabs &gt; li:last-child {
  margin-right: 0;
}

.nav-tabs &gt; li:before {
  display: none;
}

.nav-tabs &gt; li a {
  border-radius: 0;
  color: #808080;
  padding: 0 10px 15px;
  border: 0;
  border-bottom: 2px solid transparent;
}

.nav-tabs &gt; li a:hover,
.nav-tabs &gt; li a:focus {
  color: #1A1A1A;
  background-color: transparent;
  border-bottom-color: transparent;
}

.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #1A1A1A;
  color: #1A1A1A;
}

/*------------------------------------------------------------------
[ PANELS ]
-------------------------------------------------------------------*/

.panel-group {
  margin-bottom: 0;
}

.panel-group .panel-body {
  padding-bottom: 15px;
}

.panel-group .panel {
  box-shadow: none;
  border-radius: 0;
}

.panel-group .panel .panel-heading {
  border-radius: 0;
  padding: 5px 0;
  font-weight: 700;
}

.panel-group .panel .panel-heading a {
  color: #333;
}

.panel-group .panel .panel-heading a:hover,
.panel-group .panel .panel-heading a:hover i {
  color: #808080;
}

.panel-group .panel .panel-heading a i {
  color: #4D4D4D;
}

.panel-group .panel .panel-heading a i.fa-dash {
  top: -2px;
  position: relative;
}

.panel-group .panel .panel-heading + .panel-collapse &gt; .panel-body,
.panel-group .panel .panel-heading .panel-collapse &gt; .list-group {
  border: 0;
}

.panel-group .panel .panel-body {
  padding: 5px 0 16px 30px;
}

.panel-group .panel .panel-body &gt; *:last-child,
.panel-group .panel .panel-body &gt; *:only-child {
  margin-bottom: 0;
}

.panel-group .panel + .panel {
  margin: 0;
}

.panel-group .panel:last-child .panel-body {
  padding-bottom: 0;
}

/*------------------------------------------------------------------
[ HEADER ]
-------------------------------------------------------------------*/

.header {
  padding: 115px 0 80px;
  margin-bottom: 30px;
  background-color: #0D0D0D;
}

.skin-dark .header {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.header .row {
  margin: 0;
}

.header .social {
  float: right;
}

.header .navbar-brand {
  color: #FFF;
  margin: 0;
}

.header + .wrapper {
  margin-left: 0;
}

/*------------------------------------------------------------------
[ LAYOUT ]
-------------------------------------------------------------------*/

body {
  font-family: Arial, sans-serif;
  font-size: 19px;
  line-height: 28px;
  overflow-x: hidden;
  background-color: #000000;
  min-height: 100%;
  color: #4D4D4D;
}

body.overlaymenu {
  overflow: hidden;
}

body.home {
  background-color: #0D0D0D;
}

body.error404 {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.divtable {
  display: table;
  width: 100%;
  height: 100%;
}

.divcell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

hr {
  margin: 30px auto;
  border-color: #E6E6E6;
  position: relative;
  left: -30px;
  width: calc(100% + 60px);
}

hr.large {
  margin: 60px auto;
}

hr.no-border {
  border-color: transparent;
}

.width-100 {
  width: 100%;
}

.width-50 {
  width: 50%;
}

.wrapper {
  position: relative;
  padding-top: 35px;
  padding-bottom: 60px;
}

.wrapper.no-padding {
  padding: 0;
}

.wrapper.full {
  margin: 0 !important;
  padding: 0;
}

.sidebar + .wrapper {
  margin-left: 33.3333%;
}

.content {
  clear: both;
}
.inhalt {margin-top:0px;padding-top:92px;}
.content:before,
.content:after {
  content: "\0020";
  display: table;
}

.content:after {
  clear: both;
}

.content &gt; .row {
  margin-left: 0;
  margin-right: 0;
}

.onepage {
  overflow: hidden;
}

.onepage .wrapper {
  padding: 0;
}

.row + [class*=embed],
.project-intro {
  margin-top: 60px;
  margin-bottom: 60px;
}

.row + [class*=embed] &gt; *,
.project-intro &gt; * {
  margin: 0;
}

.abs {
  position: absolute;
  z-index: 2;
}

[class*=col-] &gt; img {
  max-width: 100%;
}

/*------------------------------------------------------------------
[ GOOGLE MAP ]
-------------------------------------------------------------------*/

.google-map-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------------
[ NAVBAR ]
-------------------------------------------------------------------*/

.navbar-toggle {
  display: block;
  cursor: pointer;
  position: absolute;
  left: 40px;
  top: 40px;
  margin: 0;
  padding: 10px;
  z-index: 2;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #808386;
}

span.menue {
  position: absolute;
  left: 90px;
  top: 46px;
  z-index: 3;
  font-size: 14px;}

.navbar-toggle:hover {
  opacity: .5;
}

.icon-bar {
  display: block;
  width: 21px;
  height: 2px;
  background-color: #7C7C7C;
  margin: 3px auto;
  position: relative;
}

.slider-descr .icon-bar {
  width: 23px;
}

.slider-descr .icon-bar:last-child {
  width: 19px;
  left: -2px;
}

.view-toggle {
  width: 55px;
  height: 55px;
  position: fixed;
  right: 0;
  top: 32px;
  display: block;
  z-index: 3;
  background: 50% 50% #1A1A1A no-repeat;
}

.view-toggle:hover {
  background-color: #333;
}

.view-toggle.icon-slide {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAQAQMAAADH4XZbAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABVJREFUCNdj+P//HxgfbGAjBcP0AQBxtRtFt/afAgAAAABJRU5ErkJggg==");
}

.view-toggle.icon-grid {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAQAQMAAADH4XZbAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABVJREFUCNdj+P//HxgfbGZDx8TIAQDhQR7N7Ap5PwAAAABJRU5ErkJggg==");
}

.wrapper .view-toggle {
  position: absolute;
}

.navbar-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 100;
  background-color: #0D0D0D;
  text-align: center;
  overflow: auto;
  border: 0;
  margin: 0 !important;
  padding: 0;
  box-shadow: none;
  display: none;
}

.navbar-menu .menu-toggle {
  position: absolute;
  left: 28px;
  top: 28px;
  width: 75px;
  height: 75px;
  background-color: #1A1A1A;
  border: 0;
}

.navbar-menu .menu-toggle:before {
  content: "\0020";
  display: block;
  width: 100%;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIwMjYyRjgzQ0Q2MTExRTRCNzI0RjZFOTc3RDlEMDAxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIwMjYyRjg0Q0Q2MTExRTRCNzI0RjZFOTc3RDlEMDAxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjAyNjJGODFDRDYxMTFFNEI3MjRGNkU5NzdEOUQwMDEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjAyNjJGODJDRDYxMTFFNEI3MjRGNkU5NzdEOUQwMDEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4T+KxdAAAAyElEQVR42qTVPQoCMRAF4NleD7C7xxAPoSe2trBU0ELXXiwFD5D4BiOENT8zmcDbYpL9CGFgOu/9noiWyBZ5UvvqkR3yIqAX/11XpEeoIfzfLThnLozI3QDH4MTeb6MV/gO5Hh/QwklwjmrgLJhCJfBQAnNoCa6CJTQFryRgDZ3DTgJKUM46Al24MVnQ+A2dtN2k4BRuLOpjaWMPmj5WN7YE1oIiuAWswq1gEbaAWZiLJwOYgo8dPgfMlQWyQR6GGTWGGfX+CDAAEKYfQNgQxqsAAAAASUVORK5CYII=") 50% 50% no-repeat;
  opacity: .3;
}

.navbar-menu .menu-toggle:hover {
  background-color: #262626;
}

.navbar-menu .menu-toggle:hover:before {
  opacity: 1;
}

.navbar-nav {
  font-family: 'Jura', sans-serif;
  margin: 0;
  padding: 0;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all .3s;
}

.navbar-nav li:before {
  display: none;
}

.navbar-nav.in {
  top: 50%;
}

.navbar-nav &gt; li {
  float: none;
  padding: 0;
  overflow: hidden;
}

.navbar-nav &gt; li &gt; a {
  color: #FFF;
  font-size: 36px;
  line-height: 55px;
  padding: 0;
}

.navbar-nav &gt; li &gt; a:hover,
.navbar-nav &gt; li &gt; a:focus {
  color: #808080;
  background-color: transparent;
}

.navbar-nav &gt; li.active &gt; a {
  color: #808080;
}

.navbar-nav &gt; li:first-child {
  padding-top: 50px;
}

.navbar-nav &gt; li:last-child {
  padding-bottom: 50px;
}

.navbar-nav &gt; li.dropdown.open {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #1A1A1A;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1A1A1A;
}

.navbar-nav .dropdown-menu {
  position: relative;
  background-color: transparent !important;
  width: 100%;
  left: 0;
  box-shadow: none;
  border: 0;
}

.navbar-nav .dropdown-menu &gt; li {
  padding: 0;
}

.navbar-nav .dropdown-menu &gt; li &gt; a {
  padding: 0;
  color: #4D4D4D;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}

.navbar-nav .dropdown-menu &gt; li &gt; a:hover,
.navbar-nav .dropdown-menu &gt; li &gt; a:focus {
  color: #FFF;
  background-color: transparent;
}

.nav .open &gt; a,
.nav .open &gt; a:focus,
.nav .open &gt; a:hover {
  background-color: transparent;
  color: #FFF;
}

.navbar-category {
  background-color: #1C1C1C;
  width: 100%;
}

.category-toggle {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAQCAYAAAD9L+QYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0MzQzU0ODNDQUZEMTFFNEE0MTFFN0U4MjIyODJBMEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0MzQzU0ODRDQUZEMTFFNEE0MTFFN0U4MjIyODJBMEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQzNDNTQ4MUNBRkQxMUU0QTQxMUU3RTgyMjI4MkEwRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQzNDNTQ4MkNBRkQxMUU0QTQxMUU3RTgyMjI4MkEwRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmHJCtkAAAAwSURBVHjaYvwPBAw0AkwMNAQsSGxGKpr7n+Yup1uw/B+N0KEfoaOGj2Yi4gFAgAEA5cYIImeJSHYAAAAASUVORK5CYII=") 50% 50% no-repeat;
  position: absolute;
  left: 93px;
  top: 40px;
  padding: 10px;
  margin-top: 3px;
  z-index: 2;
  width: 40px;
  height: 36px;
  opacity: .2;
  border: 0;
}

.category-toggle[aria-expanded=true] {
  opacity: .5;
}

.category-toggle:hover {
  opacity: 1;
}

.nav-category {
  margin: auto;
  padding: 20px 0;
}

.nav-category li {
  display: inline-block;
  line-height: 55px;
  font-size: 20px;
  margin: 0 7px;
}

.nav-category li a {
  color: #4D4D4D;
}

.nav-category li a:hover,
.nav-category li a.active {
  color: #FFF;
}

/*------------------------------------------------------------------
[ COUNTUP ]
-------------------------------------------------------------------*/

.countup {
  font-size: 60px;
  line-height: 1;
  color: #1A1A1A;
  margin-bottom: 5px;
}

.countup.progress-up {
  color: #1A1A1A;
  margin-bottom: 15px;
}

.countup .countup-sign {
  font-size: 32px;
  position: relative;
  top: -20px;
  left: -10px;
}

.countup ins {
  display: block;
  width: 0;
  height: 2px;
  content: "\0020";
  border-bottom: 2px solid #E6E6E6;
  margin-top: 30px;
}

.countup + h3 {
  font-weight: 400;
}

/*------------------------------------------------------------------
[ FORMS ]
-------------------------------------------------------------------*/

input[type=text],
input[type=email],
input[type=url],
input[type=number],
input[type=password],
input[type=search],
textarea,
textarea.form-control {
  font-size: 17px;
  color: #4D4D4D;
  width: 100%;
  height: 53px;
  border: 0;
  border-radius: 0;
  font-family: "Playfair Display", serif;
  padding: 1px 16px 0;
  background-color: #FFF;
  box-shadow: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

textarea {
  height: 130px;
  line-height: 26px;
  overflow: auto;
  resize: none;
  padding: 16px;
}

.has-error input[type=text],
.has-error input[type=email],
.has-error input[type=number],
.has-error input[type=url],
.has-error input[type=password],
.has-error input[type=search],
.has-error textarea {
  color: #E13C30;
}

::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #B3B3B3;
  padding-top: 1px;
  -webkit-font-smoothing: antialiased;
}

::-moz-placeholder,
.form-control::-moz-placeholder {
  opacity: 1;
  color: #B3B3B3;
  padding-top: 1px;
  -moz-osx-font-smoothing: grayscale;
}

input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #B3B3B3;
  padding-top: 1px;
}

textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #B3B3B3;
  padding-top: 1px;
}

.has-error ::-webkit-input-placeholder {
  opacity: 1;
  color: #E13C30;
  padding-top: 1px;
}

.has-error ::-moz-placeholder {
  opacity: 1;
  color: #E13C30;
  padding-top: 1px;
}

.has-error input:-ms-input-placeholder {
  opacity: 1;
  color: #E13C30;
  padding-top: 1px;
}

.has-error textarea:-ms-input-placeholder {
  opacity: 1;
  color: #E13C30;
  padding-top: 1px;
}

.form-group {
  margin-bottom: 0;
}

.form-group:before,
.form-group:after {
  content: "\0020";
  display: table;
}

.form-group:after {
  clear: both;
}

.form-group:focus {
  box-shadow: none;
}

.form-wrap {
  border: 1px solid #D9D9D9;
  margin: 0 0 39px;
}

.form-wrap.form-group &gt; input,
.form-wrap.form-group &gt; textarea {
  border: 0;
}

.form-wrap &gt; .form-group:first-child input,
.form-wrap &gt; .form-group:first-child input *:focus,
.form-wrap &gt; .form-group:first-child textarea,
.form-wrap &gt; .form-group:first-child textarea *:focus {
  border-top-width: 0;
}

.form-wrap &gt; .form-group:last-child input,
.form-wrap &gt; .form-group:last-child input:focus,
.form-wrap &gt; .form-group:last-child textarea,
.form-wrap &gt; .form-group:last-child textarea:focus {
  border-bottom-width: 0;
  float: left;
  width: 100%;
}

.form-wrap [class*=col-] {
  padding-left: 0;
  padding-right: 0;
  border-left: 1px solid #EBEBEB;
}

.form-wrap [class*=col-]:first-child {
  border-left: 0;
}

.form-wrap input,
.form-wrap textarea,
.form-wrap .chosen-container {
  border: 0;
  border-bottom: 1px solid #EBEBEB;
}

.form-wrap input.chosen-with-drop .chosen-single,
.form-wrap textarea.chosen-with-drop .chosen-single,
.form-wrap .chosen-container.chosen-with-drop .chosen-single {
  border: 1px solid #D9D9D9;
  border-bottom: 0;
  margin: -1px -1px 0;
  width: calc(100% + 2px);
}

.succs-msg {
  display: none;
  margin: 0 0 0 25px !important;
  color: #333;
  vertical-align: middle;
}

/*------------------------------------------------------------------
[ CHOSEN ]
-------------------------------------------------------------------*/

.chosen-container {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  font-size: 17px;
  border: 1px solid #EBEBEB;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: calc(100% + 2px);
  background-color: #FFF;
  border: 1px solid #D9D9D9;
  border-top: 0;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: -1px;
  margin-top: -1px;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  height: 53px;
  background-clip: padding-box;
  text-decoration: none;
  white-space: nowrap;
  line-height: 53px;
  padding: 0 0 0 16px;
  transition: color .2s ease;
  color: #4D4D4D;
}

.has-error .chosen-container-single .chosen-single {
  color: #E13C30;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 15px;
  height: 100%;
  text-align: center;
}

.chosen-container-single .chosen-single div:before {
  position: absolute;
  right: 15px;
  top: 0;
  width: 15px;
  height: 100%;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 17px;
  color: #A6A6A6;
}

.chosen-with-drop.chosen-container-single .chosen-single div:before {
  content: "\f106";
}

.chosen-container-single .chosen-drop {
  background-clip: padding-box;
}

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 320px;
  margin: 0 4px 4px 0;
  padding: 0 0 10px;
}

.chosen-container .chosen-results li {
  display: none;
  list-style: none;
  text-indent: 0;
  line-height: 28px;
  white-space: nowrap;
  margin: 0;
  color: #4D4D4D;
  padding: 0 10px 0 16px !important;
  transition: color .2s ease;
}

.chosen-container .chosen-results li.result-selected,
.chosen-container .chosen-results li:hover {
  color: #1A1A1A;
}

.chosen-container .chosen-results li:before {
  display: none !important;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  padding: 0 18px 8px !important;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 35px !important;
}

.chosen-container .chosen-results .level-1 {
  padding-left: 45px !important;
}

.chosen-container .chosen-results .level-2 {
  padding-left: 75px !important;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto !important;
  cursor: text;
  margin: 0 25px 0 0;
  padding: 0;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
  padding-left: 18px !important;
  line-height: 24px;
}

.chosen-container-multi .chosen-choices li:before {
  display: none !important;
}

.search-field input {
  border: 0;
  padding-right: 0;
  padding-left: 0 !important;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-disabled {
  opacity: .5 !important;
  cursor: default;
}

.chosen-search {
  display: none;
}

/*------------------------------------------------------------------
[ SLIDERS ]
-------------------------------------------------------------------*/

.slider {
  position: relative;
  padding: 0;
  margin-top:40px;
}

.slider &gt; ul {
  margin: 0;
}

.slider &gt; [class*=wrapper] &gt; ul &gt; li,
.slider &gt; ul &gt; li {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  /*CK width: 100% !important; */
}

.slider &gt; [class*=wrapper] &gt; ul &gt; li:before,
.slider &gt; ul &gt; li:before {
  display: none;
}

.slider &gt; [class*=wrapper] &gt; ul &gt; li.overlay:before,
.slider &gt; ul &gt; li.overlay:before,
.slider &gt; [class*=wrapper] &gt; ul &gt; li.pattern:before,
.slider &gt; ul &gt; li.pattern:before {
  display: block;
}

.slider-pagination {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 0;
  line-height: 1;
  z-index: 2;
}

.slider-pagination a {
  vertical-align: middle;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #B3B3B3;
  margin-left: 8px;
}

.slider-pagination a.selected,
.slider-pagination a:hover {
  background-color: #4D4D4D;
}

.slider-nav {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
}

.slider-nav a {
  width: 55px;
  height: 55px;
  float: left;
  background: 50% 50% no-repeat #1A1A1A;
}

.slider-nav a.prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAQCAYAAAD52jQlAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3YTNmYzViNC1iODJhLTRiYzctYjQ2Yy1kN2U2NGNmZTcyNjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDg3ODhEMENDRDM1MTFFNDg4NzVBNThFMTdGQkMxMzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDg3ODhEMEJDRDM1MTFFNDg4NzVBNThFMTdGQkMxMzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpkODYzNDc5NC1iYWM5LTRiOWUtODM2Yy03MmNkNTNmNzkxOTMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkZjc1NTdjZS1mZDliLTExNzctYTRkYy1iOTc5MzVhYzE4MzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4idBdhAAAAfUlEQVR42qzSgQmAIBAF0B+0gLO4U8PlKraCq1wnKIiZFvcPvoLKQ+UgIpjk0JyLM4+swFyRhbagY6AmcISawR6lgC1KA3M2HTyACF6FXYekuTS+zMGIpnplV54u5SvA+FMq3C9Q4NGiGX7bMMGzzRb+3aerFqmt9rluAQYA4ZpYinDy+XIAAAAASUVORK5CYII=");
}

.slider-nav a.next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAQCAYAAAD52jQlAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3YTNmYzViNC1iODJhLTRiYzctYjQ2Yy1kN2U2NGNmZTcyNjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEzNUM5NDVDRDM1MTFFNEIzMjdFQTNGRTkzODkxQjIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEzNUM5NDRDRDM1MTFFNEIzMjdFQTNGRTkzODkxQjIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpkODYzNDc5NC1iYWM5LTRiOWUtODM2Yy03MmNkNTNmNzkxOTMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkZjc1NTdjZS1mZDliLTExNzctYTRkYy1iOTc5MzVhYzE4MzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7TAfPEAAAAkElEQVR42mL4//8/A4k4FIhXAbEgLjVMDKSDe0DsAsS7gVgQqwoyXArCxkD8DojPYHMxuYbiNZgSQ3EaTKmhWA2mhqEYBjOCBIDxdYaBemA1CzSJVFBoEChplUPZe6jhdUGot0EgjRphimEgpYZiNZASQ3EaSK6heA0k19ByfAaCMCPYZNKTjyA0KWIFAAEGAJM7Fpoay0xWAAAAAElFTkSuQmCC");
}

.slider-nav a:not(.disabled):hover {
  background-color: #333;
}

.slider-nav a.disabled {
  cursor: default;
}

a.start {
  position: absolute;
  left: 60px;
  bottom: 30px;
  z-index: 2;
  width: 55px;
  height: 55px;
  float: left;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAQCAYAAAD52jQlAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3YTNmYzViNC1iODJhLTRiYzctYjQ2Yy1kN2U2NGNmZTcyNjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDg3ODhEMENDRDM1MTFFNDg4NzVBNThFMTdGQkMxMzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDg3ODhEMEJDRDM1MTFFNDg4NzVBNThFMTdGQkMxMzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpkODYzNDc5NC1iYWM5LTRiOWUtODM2Yy03MmNkNTNmNzkxOTMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkZjc1NTdjZS1mZDliLTExNzctYTRkYy1iOTc5MzVhYzE4MzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4idBdhAAAAfUlEQVR42qzSgQmAIBAF0B+0gLO4U8PlKraCq1wnKIiZFvcPvoLKQ+UgIpjk0JyLM4+swFyRhbagY6AmcISawR6lgC1KA3M2HTyACF6FXYekuTS+zMGIpnplV54u5SvA+FMq3C9Q4NGiGX7bMMGzzRb+3aerFqmt9rluAQYA4ZpYinDy+XIAAAAASUVORK5CYII=") 50% 50% no-repeat #1A1A1A;
  opacity: .1;
}

a.start:hover {
  opacity: 1;
}

a.start.disabled {
  cursor: default;
  opacity: 0;
}

.slider-number {
  float: right;
  line-height: 44px;
  color: #B3B3B3;
  font-size: 28px;
  margin: 0 30px;
  width: 40px;
  position: relative;
}

/*------------------------------------------------------------------
[ ONE-IMAGE ]
-------------------------------------------------------------------*/

.oneslider {
  position: relative;
  z-index: 0;
  margin: 50px 0;
}

.content &gt; .oneslider {
  float: left;
  width: 100%;
}

.oneslider li &gt; a {
  display: block;
}

.oneslider li &gt; a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26,26,26,.5);
  display: block;
  content: "\0020";
  z-index: 1;
  opacity: 0;
  transition: opacity .2s;
}

.oneslider li &gt; a:hover:after {
  opacity: 1;
}

.oneslider img {
  vertical-align: top;
  width: 100%;
  position: relative;
  z-index: 1;
}

.oneslider.magnific-wrap .magnific {
  position: relative;
  display: block;
}

.oneslider .slider-number {
  top: 90px;
  margin-right: 0;
  margin-left: -70px;
  right: 0;
}

.fullwidth {
  height: 380px;
}

.fullwidth li &gt; a {
  height: 380px;
}

/*------------------------------------------------------------------
[ COL SLIDER ]
-------------------------------------------------------------------*/

.colslider li {
  overflow: hidden;
}

.colslider .odd {
  background-color: #000000;
}

.colslider .scrollpane {
  height: 100%;
  overflow-y: scroll;
  margin-right: -17px;
  padding: 0px;
}

.colslider .scrollpane &gt; *:last-child {
  margin-bottom: 80px;
}

.colslider .scrollpane &gt; img,
.colslider .scrollpane [class*=embed-] {
  /*CK
  width: calc(100% + 110px);
  */
  margin: 0 20px 0 0;
  float:left;
}
.colslider .scrollpane &gt; p {
  display: inline;
}

.colslider .scrollpane [class*=embed] {
  padding-bottom: calc(56.25% + 65px);
}

.colslider .post .scrollpane {
  padding: 0px;
}

.colslider .icon-close {
  margin-bottom: 90px;
}

.colslider .mejs-container {
  max-width: calc(100% + 30px);
}

/*------------------------------------------------------------------
[ PRICING ]
-------------------------------------------------------------------*/

.pricing h2 {
  font-size: 36px;
  margin-bottom: 50px;
}

.pricing .num {
  font-size: 70px;
  color: #333;
  line-height: .75;
  margin-bottom: 10px;
  font-weight: 700;
}

.pricing sup {
  border: 0;
  font-size: 32px;
  color: #808080;
  top: -.6em;
  padding: 0;
  margin-left: 10px;
  line-height: 1;
  font-weight: 400;
}

.pricing p {
  margin-bottom: 50px;
  margin-right: -30px;
}

/*------------------------------------------------------------------
[ MODAL SLIDER ]
-------------------------------------------------------------------*/

.modalslider .slider-number {
  margin: 0;
  line-height: 50px;
}

.modalslider .social {
  clear: both;
  padding: 0;
}

.modalslider .slider-nav {
  position: static;
}

.modalslider .slider-nav a {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  z-index: 2;
}

.modalslider .slider-nav a.prev {
  left: -130px;
}

.modalslider .slider-nav a.next {
  right: -130px;
}

.modalslider img {
  width: 100%;
}

.modal .slider-number {
  color: #4D4D4D;
}

/*------------------------------------------------------------------
[ FULL SLIDER ]
-------------------------------------------------------------------*/

.fullslider .slider-nav {
  z-index: 3;
  right: 0;
  width: 55px;
  top: 50%;
  margin-top: -55px;
}

.fullslider .slider-nav a.prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAVCAYAAABPPm7SAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3YTNmYzViNC1iODJhLTRiYzctYjQ2Yy1kN2U2NGNmZTcyNjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0FFM0Y2RDFDRDM1MTFFNEFFRDdFRThDQjk5NDA3MDYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0FFM0Y2RDBDRDM1MTFFNEFFRDdFRThDQjk5NDA3MDYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpkODYzNDc5NC1iYWM5LTRiOWUtODM2Yy03MmNkNTNmNzkxOTMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkZjc1NTdjZS1mZDliLTExNzctYTRkYy1iOTc5MzVhYzE4MzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6LNu4IAAAAcUlEQVR42mL4//8/Ax7sQkCeAZ/kzP8QMJMcA2Ca/xMyhJDNIHAGnyG4NKdB/f8fSuP0Di7NDGgG4AwTXJqxGYDVEFyacRmArL4DZsA7LJrxGQAz5B2hdIDPADhmYqAQjBowagDNDbgHxHugNE4AEGAAGugJtY5ixrAAAAAASUVORK5CYII=");
}

.fullslider .slider-nav a.next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAVCAYAAABPPm7SAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3YTNmYzViNC1iODJhLTRiYzctYjQ2Yy1kN2U2NGNmZTcyNjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTc2QTUxMDVEMkM2MTFFNDkxNkVDMkY0RTNGNDkyMjYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTc2QTUxMDREMkM2MTFFNDkxNkVDMkY0RTNGNDkyMjYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpkODYzNDc5NC1iYWM5LTRiOWUtODM2Yy03MmNkNTNmNzkxOTMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkZjc1NTdjZS1mZDliLTExNzctYTRkYy1iOTc5MzVhYzE4MzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4BOHfLAAAAoElEQVR42mL8//8/Ax5QDqU7cSlgJGDAbijtiksBEwOFYNSAUQOoZgAovb8DYmMS9AkC8RmQXpABq5HSvTGRmkFqlYB4DwMoMwGxMRC/g2JjqBgI74ZiGF8QiM8gq2NAksRmCLIBGJrRDcBmCMwArJpBGFt5YIxUDryHYgaon0HlwlkU1WguQHcJDGDYjMsLhMIEAxMq0pSg9D1cCgACDAA3VyADGJ6YmwAAAABJRU5ErkJggg==");
}

.fullslider &gt; .social {
  position: absolute;
  right: 50px;
  bottom: 30px;
  z-index: 3;
  padding: 0;
}

.slider-descr &gt; * {
  position: relative;
  display: none;
}

.slider-descr &gt; *:first-child {
  display: block;
}

.slider-descr .navbar-toggle {
  position: absolute;
  right: -60px;
  top: 10px;
  left: auto;
  background-color: #1A1A1A;
  width: 55px;
  height: 55px;
  padding: 17px 0 0;
}

.slider-descr .navbar-toggle:hover {
  background-color: #333;
  opacity: 1;
}

.slider-descr h1 a {
  color: #FFF;
}

.slider-descr h1 a em {
  color: #808080;
}

.slider-descr h1 a:hover {
  color: #808080;
}

.slider-descr h1 a:hover em {
  color: #FFF;
}

/*------------------------------------------------------------------
[ BACKGROUNDs ]
-------------------------------------------------------------------*/

.background {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
}

.overlay {
  overflow: hidden;
  background-color: transparent;
  opacity: 1;
}

.overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  content: "\0020";
  opacity: .5;
  background-color: #0D0D0D;
}

.overlay .background {
  opacity: 1;
}

/*------------------------------------------------------------------
[ MASK ]
-------------------------------------------------------------------*/

.mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(26,26,26,.9);
  opacity: 0;
  text-align: center;
  z-index: 1;
  transition: all .2s 0s ease-in-out;
}

.mask &gt; * {
  vertical-align: middle;
  text-decoration: none;
  opacity: 0;
  width: 100%;
  transition: all .2s 0s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 40%;
  margin: auto;
  color: #FFF !important;
}

.mask i {
  position: absolute;
  left: 30px;
  bottom: 30px;
  top: auto !important;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
  display: block;
}

.mask h2 [class*=icon-] {
  margin-top: 40px;
}

.mask:hover,
.mask.hover {
  opacity: 1;
}

.mask:hover &gt; *,
.mask .hover &gt; * {
  top: 50%;
  opacity: 1;
}

/*------------------------------------------------------------------
[ MIXES ]
-------------------------------------------------------------------*/

.isotope-wrap {
  overflow: hidden;
}

.isotope-wrap [class*=col-] {
  padding: 0;
}

.isotope-wrap .mix {
  overflow: hidden;
  width: 33.33%;
  margin: 0;
}

.isotope-wrap .mix img {
  width: 100%;
  height: auto;
}

.isotope-wrap .mix.mix-x2 {
  width: 66.66%;
}

.isotope-wrap .mix .slider {
  margin: 0;
  position: static;
}

.mix-footer {
  background-color: #1A1A1A;
  text-align: center;
}

.mix-footer p {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  color: #4D4D4D;
  font-size: 19px;
  line-height: 32px;
  width: 100%;
}

.mix-footer p a {
  color: #808080;
}

.mix-footer p a:hover {
  color: #FFF;
}

.mix-footer img {
  opacity: 0;
  visibility: hidden;
}

.mix-brand {
  background-color: #1A1A1A;
  text-align: center;
}

.mix-brand a {
  font-size: 36px;
  font-weight: 700;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FFF;
}

.mix-brand a:hover {
  color: #CCC;
}

.mix-brand img {
  opacity: 0;
  visibility: hidden;
}

/*------------------------------------------------------------------
[ SIDEBAR ]
-------------------------------------------------------------------*/

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #DDDDDD;
  height: 100%;
  min-height: 100%;
  z-index: 3;
}

.sidebar.sidebar-transparent {
  background-color: rgba(18,18,18,.95);
}

.sidebar h1,
.sidebar h2 {
  color: #808386;
}

.sidebar h1 em,
.sidebar h2 em {
  color: #4D4D4D;
}

.sidebar p {
  color: #7E7E7C;
}

.sidebar p:last-of-type {
  margin-bottom: 50px;
}

.navbar-brand {
  color: #FFF;
  /*font-size: 36px;
  font-weight: bold;*/
  float: none;
  height:auto;
  line-height: 1;
  display: inline-block;
  padding: 0;
  margin: 0 0 90px 0px;
}

.navbar-brand &gt; img {
  height:auto;
  width:100%;
}

.navbar-brand:hover {
  color: #CCC;
}

.abs .navbar-brand {
  margin-bottom: 0;
}

.sidewrap {
  margin-right: -30px;
  padding: 130px 18% 0 110px;
  overflow: visible;
  height: calc(100% - 80px);
}

.aside-content {
  max-width: 460px;
  padding-bottom: 30px;
  margin: auto;
}

/*.aside-content img {
  width: 120px;
  margin-bottom: 30px;
}*/

.aside-content img {
  margin-bottom: 30px;
}
/*------------------------------------------------------------------
[ BLOG ]
-------------------------------------------------------------------*/

.meta {
  clear: both;
  margin-bottom: 80px;
}

.meta .avatar {
  width: 65px;
  height: 65px;
  float: left;
  margin-top: 5px;
}

.meta .avatar img {
  width: 100%;
}

.meta .avatar + .meta-info {
  margin-left: 85px;
}

.meta-info {
  overflow: hidden;
}

.meta-info .date {
  color: #B3B3B3;
  font-style: normal;
  margin: 0;
}

.meta-info .author {
  color: #B3B3B3;
  margin-bottom: 10px;
}

.meta-info .author a {
  color: #1A1A1A;
}

.meta-info .author a:hover {
  color: #808080;
}

.meta-info a {
  color: #B3B3B3;
}

.meta-info a span {
  color: #1A1A1A;
}

.post h2 {
  font-size: 30px;
  margin-bottom: 35px;
}

.link-wrap {
  background-color: #FAFAFA;
  padding: 45px 60px;
  margin: 0 -60px 30px;
  font-size: 22px;
  line-height: 1;
  white-space: nowrap;
}

.quote-wrap {
  background-color: #FAFAFA;
  padding: 35px 60px;
  margin: 0 -60px 30px;
}

.quote-wrap blockquote {
  border: 0;
  padding: 0;
  margin: 0;
}

.quote-wrap blockquote p {
  color: #1A1A1A;
  margin-bottom: 10px;
}

.quote-wrap blockquote footer {
  color: #808080;
  font-size: 19px;
  text-align: right;
}

.quote-wrap blockquote footer:before {
  display: none;
}

.tags {
  font-size: 17px;
  font-style: italic;
  color: #808080;
}

.tags .fa {
  font-size: 19px;
  font-style: normal;
}

.tags a {
  color: #808080;
}

.tags a:hover {
  color: #FFF;
}

.single .meta {
  margin-left: -85px;
  margin-bottom: 60px;
}

.single .fullwidth {
  height: 510px;
}

.single .fullwidth li &gt; a {
  height: 510px;
}

.post-intro {
  margin: 30px 0;
  float: left;
  width: 100%;
}

.post-intro img {
  width: 100%;
  margin: 0 0 20px;
}

.post-intro .img-title {
  margin-right: calc(8.3333% + 30px);
  font-style: italic;
  font-size: 20px;
  color: #B3B3B3;
  text-align: right;
}

.post-intro .oneslider {
  margin: 0 0 20px;
}

.post-intro.intro-wrap {
  height: 225px;
  margin-top: 35px;
  margin-bottom: 45px;
  background-color: #F2F2F2;
}

.post-intro.intro-wrap .middle {
  padding: 0 20%;
  margin: auto;
  float: left;
  width: 100%;
}

.post-intro.intro-wrap .mejs-container {
  margin: auto;
}

.post-intro.intro-wrap.link {
  font-size: 28px;
  white-space: nowrap;
}

.post-intro.intro-wrap.intro-audio .middle {
  padding: 0 30px;
}

.post-intro blockquote {
  border: 0;
  padding: 0;
  margin: 0;
}

.post-intro blockquote p {
  color: #1A1A1A;
  margin-bottom: 10px;
}

.post-intro blockquote footer {
  color: #808080;
  font-size: 19px;
  text-align: right;
}

.post-intro blockquote footer:before {
  display: none;
}

.bio {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 30px 0;
  margin: 60px -30px 30px;
}

.bio .img-circle {
  width: 90px;
  margin-left: 30px;
  float: left;
}

.bio .about {
  margin-left: 170px;
  margin-right: 30px;
}

.bio p {
  color: #808080;
}

.bio h4 {
  margin-bottom: 10px;
}

.nav-single {
  margin-bottom: 60px;
  font-size: 17px;
}

.nav-single .nav-previous {
  float: left;
  max-width: 48%;
}

.nav-single .nav-next {
  float: right;
  text-align: right;
  max-width: 48%;
}

.nav-single small {
  display: block;
  color: #B3B3B3;
  font-size: inherit;
}

/*------------------------------------------------------------------
[ COMMENTS ]
-------------------------------------------------------------------*/

.comments {
  margin-bottom: 60px;
}

.comments h2 {
  margin-bottom: 40px;
}

.comment {
  margin-bottom: 50px;
}

.comment .comment-line {
  margin-bottom: 8px;
}

.comment .comment-line a:not(:first-child) {
  margin-left: 10px;
}

.comment .comment-line:hover .fa {
  opacity: 1;
}

.comment .comment-line p {
  color: #B3B3B3;
}

.comment .comment-ava {
  float: left;
}

.comment .comment-ava img {
  width: 90px;
  height: 90px;
}

.comment .comment-text {
  margin-left: 140px;
  margin-top: -3px;
  min-height: 93px;
}

.comment &gt; .comment {
  margin: 40px 0 0 30px;
}

.comment .fa {
  opacity: 0;
  color: #B3B3B3;
}

.comment .fa:hover {
  color: #1A1A1A;
}

.addcomment p {
  color: #808080;
}

/*------------------------------------------------------------------
[ FOOTER ]
-------------------------------------------------------------------*/

.footer {
  position: fixed;
  left: 50px;
  bottom: 38px;
  z-index: 3;
}

.footer .copyrights {
  color: #7E7E7C;
  font-size:14px;
}

.footer .copyrights a {
  color: #7E7E7C;
}

.footer.footer-static {
  position: static;
  text-align: center;
  margin: 0 auto 60px;
}

.footer.footer-static p {
  color: #B3B3B3;
}

.skin-dark .footer.footer-static p {
  color: #333;
}

/*------------------------------------------------------------------
[ VIDEO ]
-------------------------------------------------------------------*/

.embed-responsive {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  border: 0 none;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.html-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -3;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slider .html-video {
  margin-top: -2px;
  min-height: 102%;
}

/*------------------------------------------------------------------
[ MODAL ]
-------------------------------------------------------------------*/

.modal-backdrop.in {
  background-color: #0D0D0D;
  opacity: 1;
}

.modal-close {
  position: absolute;
  top: 30px;
  right: 0;
  width: 75px;
  height: 75px;
  background-color: #1A1A1A;
  border: 0;
}

.modal-close:before {
  content: "\0020";
  display: block;
  width: 100%;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIwMjYyRjgzQ0Q2MTExRTRCNzI0RjZFOTc3RDlEMDAxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIwMjYyRjg0Q0Q2MTExRTRCNzI0RjZFOTc3RDlEMDAxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjAyNjJGODFDRDYxMTFFNEI3MjRGNkU5NzdEOUQwMDEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjAyNjJGODJDRDYxMTFFNEI3MjRGNkU5NzdEOUQwMDEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4T+KxdAAAAyElEQVR42qTVPQoCMRAF4NleD7C7xxAPoSe2trBU0ELXXiwFD5D4BiOENT8zmcDbYpL9CGFgOu/9noiWyBZ5UvvqkR3yIqAX/11XpEeoIfzfLThnLozI3QDH4MTeb6MV/gO5Hh/QwklwjmrgLJhCJfBQAnNoCa6CJTQFryRgDZ3DTgJKUM46Al24MVnQ+A2dtN2k4BRuLOpjaWMPmj5WN7YE1oIiuAWswq1gEbaAWZiLJwOYgo8dPgfMlQWyQR6GGTWGGfX+CDAAEKYfQNgQxqsAAAAASUVORK5CYII=") 50% 50% no-repeat;
  opacity: .3;
}

.modal-close:hover {
  background-color: #262626;
}

.modal-close:hover:before {
  opacity: 1;
}

.gallery-modal-wrap {
  padding: 130px 0 80px;
}

.gallery-modal-wrap header {
  clear: both;
}

.gallery-modal-wrap h2 {
  font-weight: 400;
  color: #FFF;
  margin-bottom: 30px;
}

.gallery-modal-wrap .gallery-categories {
  font-style: italic;
  font-size: 20px;
  color: #4D4D4D;
  line-height: 32px;
}

.gallery-modal-wrap .gallery-categories + h2 {
  margin-top: 10px;
}

.gallery-modal-wrap .gallery-categories a {
  color: #4D4D4D;
}

.gallery-modal-wrap .gallery-categories a:hover {
  color: #FFF;
}

.gallery-modal-wrap .modalslider {
  opacity: 0;
  visibility: hidden;
}

.gallery-modal-wrap .modalslider .slider-nav a {
  margin-top: -77px;
}

.gallery-modal-wrap .modalslider.in {
  opacity: 1;
  visibility: visible;
}

.gallery-modal-wrap .project-intro {
  margin-bottom: 40px;
}

/*------------------------------------------------------------------
[ SKINs ]
-------------------------------------------------------------------*/

.skin-dark {
  background-color: #0D0D0D;
  color: #666;
}

.skin-dark .wrapper {
  padding-top: 0;
}

.skin-dark a {
  color: #CCC;
}

.skin-dark a:hover {
  color: #808080;
}

.skin-dark h1 {
  color: #FFF;
}

.skin-dark h1 a:hover em {
  color: #FFF;
}

.skin-dark dl.dl-horizontal dt {
  color: #333;
}

.skin-dark .slider-number {
  color: #4D4D4D;
}

.skin-dark .project-nav a {
  color: #333;
}

.skin-dark .project-nav a:hover {
  color: #808080;
}

.skin-dark .content .social li &gt; a {
  color: #FFF;
}

.skin-dark .content .social li &gt; a:hover {
  color: #CCC;
}

.skin-light h1 a:hover em {
  color: #333;
}

.skin-light .slider-nav a {
  background-color: rgba(26,26,26,.1);
}

.skin-light .slider-nav a:not(.disabled):hover {
  background-color: #1A1A1A;
}

/*------------------------------------------------------------------
[ SPLASH PAGE ]
-------------------------------------------------------------------*/

.splash {
  background: url("http://coventry.aisconverse.com/images/mockup/home.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.splash .copyrights {
  padding: 100px 100px 50px;
}

.splash .copyrights a {
  color: #FFF;
}

.splash .copyrights a:hover {
  color: #CCC;
}

.splash-header {
  padding: 70px 70px 110px;
}

.splash-header .navbar-brand {
  font-size: 36px;
  margin: 0;
}

.splash-header .slogan {
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #4D4D4D;
}

.splash-header .icon-doc {
  float: right;
}

.splash-list {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}

.splash-list li {
  vertical-align: top;
  display: inline-block;
  width: 436px;
  height: 282px;
  margin: 20px;
}

.splash-list li img {
  width: 100%;
}

.splash-list .mask {
  background-color: rgba(26,26,26,.95);
}

.img-intext-left::after {
    content: '';
    clear: both;
    display: block;
}

/*------------------------------------------------------------------
[ RESPONSIVE ]
-------------------------------------------------------------------*/

@media screen and (max-height: 800px) {

  .navbar-brand {
    margin-bottom: 40px;
  }

  .sidewrap {
    padding-top: 100px;
  }

  .sidewrap h1 {
    margin-bottom: 20px;
  }

  .sidewrap p:last-of-type {
    margin-bottom: 30px;
  }

  .icon-img {
    margin-bottom: 56px;
  }

  .colslider .scrollpane {
    padding: 60px 80px;
  }

  .colslider .post .scrollpane {
    padding: 0px;
  }

  .colslider .post .scrollpane [class*="embed-"] {
    margin-left: -60px;
    margin-right: -60px;
    width: calc(100% + 110px);
    padding-bottom: calc(56.25% + 65px);
  }

  .meta {
    margin-bottom: 40px;
  }
}

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

  .navbar-toggle {
    left: 20px;
  }
  
  span.menue {left:70px;}

  .category-toggle {
    left: 73px;
  }

  .copyrights {
    left: 30px;
  }

  .sidewrap {
    padding-left: 80px;
  }

  .slider-descr .navbar-toggle {
    right: -40px;
  }
}

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

  .single .meta {
    margin-left: 0;
  }
}

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

  blockquote {
    margin-right: 0;
  }

  .logotypes {
    padding: 20px 0 40px;
  }

  .colslider .scrollpane {
    padding: 100px 60px 60px;
  }
}

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

  .wrapper .irow [class*=col-] {
    margin-bottom: 30px;
  }

  .wrapper .irow [class*=col-]:last-child {
    margin-bottom: 0;
  }

  .breadcrumb {
    margin-left: 0;
  }

  .content {
    padding: 0 30px;
  }

  [data-anchor]:before {
    left: -30px;
  }

  .sidewrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-brand {
    margin-left: 0;
  }

  .logotypes .row + .row {
    margin-top: 0;
  }

  .logotypes [class*=col-] {
    padding: 0 30px !important;
  }

  .post-intro,
  .content &gt; .slider.oneslider {
    float: none;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }

  .modalslider .slider-nav a.prev {
    left: 30px;
  }

  .modalslider .slider-nav a.next {
    right: 30px;
  }

  .slider-descr .navbar-toggle {
    display: none;
  }

  .isotope-wrap .mix {
    width: 50%;
  }

  .splash-list li {
    width: 44%;
    height: auto;
    margin: 2%;
  }
}

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

  .onepage {
    overflow: auto;
  }

  .width-50 {
    width: 100%;
  }

  .sidebar {
    position: static;
    margin-bottom: 30px;
  }

  .onepage .sidebar,
  .error404 .sidebar {
    margin-bottom: 0;
  }

  .sidewrap {
    padding-top: 110px;
  }

  .navbar-brand {
    margin-bottom: 60px;
  }

  .aside-content {
    padding-left: 30px;
    padding-bottom: 60px;
  }

  .aside-content p:last-child {
    margin-bottom: 30px;
  }

  .breadcrumb,
  .scrolltop {
    display: none;
  }

  .wrapper {
    width: 100%;
    overflow: hidden;
  }

  .sidebar + .wrapper {
    margin-left: 0;
  }

  .slider &gt; ul &gt; li {
    width: 100%;
  }

  .colslider .scrollpane {
    padding: 50px 60px;
    overflow: visible;
    margin: 0;
    height: auto;
  }

  .colslider .scrollpane &gt; img {
    /*CK
    margin: 0 -60px 30px;
    width: calc(100% + 120px);
    */
    margin: 0;
    width: 100%;
    height: auto;
  }

  .colslider .scrollpane &gt; *:last-child {
    margin-bottom: 0;
  }

  .colslider .icon-close {
    margin-bottom: 30px;
  }

  .colslider .slider-nav,
  .colslider .start {
    display: none;
  }

  .colslider .background {
    height: 450px;
  }

  .fullslider .background {
    background-position: 50% 50% !important;
  }

  .meta {
    margin-bottom: 40px;
  }

  .team-wrap .scrollpane {
    overflow: auto;
    height: 100%;
  }

  .team-wrap .scrollpane &gt; *:last-child {
    margin-bottom: 60px;
  }

  .icon-img {
    margin-bottom: 40px;
  }

  .google-map-container {
    position: relative;
    height: 385px;
  }

  .gallery-modal-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .gallery-modal-wrap .slider-nav {
    display: block;
  }

  .meta-info .pull-left,
  .meta-info .pull-right {
    float: none !important;
  }

  .bio .img-circle {
    float: none;
    margin-bottom: 30px;
  }

  .bio .about {
    margin: 0 30px;
  }

  .nav-single .nav-previous,
  .nav-single .nav-next {
    float: none;
    display: block;
    text-align: left;
    margin-bottom: 15px;
    width: 100%;
  }

  .nav-single .nav-next {
    margin-bottom: 0;
  }

  .footer:not(.footer-static) {
    position: static;
    background-color: #000;
    padding: 30px 60px;
    clear: both;
  }

  .footer:not(.footer-static) br {
    display: none !important;
  }

  .error404 {
    background-color: #1A1A1A;
  }

  .error404 .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .splash-header {
    text-align: center;
    padding: 50px 0;
  }

  .splash-header .icon-doc {
    float: none;
    margin: 30px auto 0;
  }

  .splash .copyrights {
    text-align: center;
    padding: 50px 0;
  }
}

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

  [class*=col-xs-] {
    width: 100%;
  }

  .isotope-wrap .mix {
    width: 100%;
  }

  .gallery-modal-wrap h2 {
    margin-bottom: 10px;
  }

  .gallery-modal-wrap [class*=col-xs-] {
    text-align: center;
  }

  .gallery-modal-wrap [class*=col-xs-]:last-child {
    margin-bottom: 30px;
  }
}

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

  [data-anchor]:before {
    display: none;
  }

  .content {
    padding: 0;
  }

  .aside-content {
    padding-left: 0;
  }

  .slider-nav {
    bottom: 15px;
    right: 15px;
  }

  .post-intro,
  .content &gt; .slider.oneslider {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .post-intro .img-title,
  .content &gt; .slider.oneslider .img-title {
    margin-right: 8.3333%;
  }

  .post-intro.intro-wrap.link,
  .content &gt; .slider.oneslider.intro-wrap.link {
    font-size: 22px;
  }

  .oneslider .slider-number {
    display: none;
  }

  .comment {
    margin-bottom: 30px;
  }

  .comment .comment-ava {
    float: none;
  }

  .comment .comment-text {
    margin: 30px 0 0;
  }

  .comment &gt; .comment {
    margin: 30px 0 0;
  }

  .mejs-container {
    max-width: 300px;
  }

  .splash-list li {
    width: 95%;
    margin: 2% auto;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    top: auto;
    position: fixed;
    margin: 0;
    padding: 3px 5px;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-img,
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
}</pre></body></html>