
/*
 * Globals
 */
 * {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 }

@font-face {
  font-family: 'Conv_GothaProReg';
  src: url('../fonts/GothaProReg.eot');
  src: local('☺'), url('../fonts/GothaProReg.woff') format('woff'), url('../fonts/GothaProReg.ttf') format('truetype'), url('../fonts/GothaProReg.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_GothaProBla';
  src: url('../fonts/GothaProBla.eot');
  src: local('☺'), url('../fonts/GothaProBla.woff') format('woff'), url('../fonts/GothaProBla.ttf') format('truetype'), url('../fonts/GothaProBla.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?78291632');
  src: url('../fonts/fontello.eot?78291632#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?78291632') format('woff2'),
       url('../fonts/fontello.woff?78291632') format('woff'),
       url('../fonts/fontello.ttf?78291632') format('truetype'),
       url('../fonts/fontello.svg?78291632#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?78291632#fontello') format('svg');
  }
}
*/
 
 [class^="i-"]:before, [class*=" i-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.i-vk:before { content: '\e800'; } /* '' */
.i-facebook:before { content: '\e801'; } /* '' */
.i-youtube:before { content: '\e802'; } /* '' */
.i-twitter:before { content: '\e803'; } /* '' */
.i-myspace:before { content: '\e804'; } /* '' */
.i-soundcloud:before { content: '\e805'; } /* '' */
.i-itunes:before { content: '\e806'; } /* '' */
.i-globe:before { content: '\e807'; } /* '' */
.i-instagram:before { content: '\e808'; } /* '' */
.i-vimeo:before { content: '\e809'; } /* '' */
.i-play:before { content: '\e80a'; } /* '' */
.i-pause:before { content: '\e80b'; } /* '' */
.i-amazon:before { content: '\e80c'; } /* '' */
.i-google:before { content: '\f1a0'; } /* '' */
.i-yandex-rect:before { content: '\f306'; } /* '' */




/* Links */
h1, h2, h3, h4, h5, strong, b {
  font-family: 'Conv_GothaProBla', Helvetica, Arial, sans-serif!important;
  font-weight: normal;
}
.h1, h1 {
  font-size: 170px!important;
  line-height:0.9em;
  text-align: left;
}
a {
  color:#000;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #444;
  text-decoration: none;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background: #f1f1f1;
  background: -moz-radial-gradient(center, ellipse cover,  #f1f1f1 0%, #efefef 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f1f1f1), color-stop(100%,#efefef));
  background: -webkit-radial-gradient(center, ellipse cover,  #f1f1f1 0%,#efefef 100%);
  background: -o-radial-gradient(center, ellipse cover,  #f1f1f1 0%,#efefef 100%);
  background: -ms-radial-gradient(center, ellipse cover,  #f1f1f1 0%,#efefef 100%);
  background: radial-gradient(ellipse at center,  #f1f1f1 0%,#efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#efefef',GradientType=1 );
}
body {
  color: #000;
  font-family: 'Conv_GothaProReg', Helvetica, Arial, sans-serif;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 8% 0px 0px 10%;
}

.cover-heading {
  animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
}
.lead {
  font-size: 24px;
  line-height: 1.4em;
  text-align: left;
  padding-top: 10px;
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
}

.max {
  position:absolute;
  bottom:0px;
  right:10%;
  height:97vh;
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
}

.sidefooter {
  position:absolute;
  right:5%;
  bottom:10%;
  font: 12px/20px normal 'Conv_GothaProReg', Helvetica, Arial, sans-serif;
  animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
}
.vertical {
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform:rotate(-90deg);
    transform: rotate(-90deg);
    white-space:nowrap;
    display:block;
    bottom:0;
    width:20px;
    height:20px;
}
.vertical a:last-child {
  margin-left: 10px;
}

.mastfoot {
  color: #000; /* IE8 proofing */
  position: absolute;
  bottom: 10%;
  left:10%;
  text-align: left;
  font: 12px/20px normal 'Conv_GothaProBla', Helvetica, Arial, sans-serif;
}
div.hr {
  background: #000  no-repeat scroll center;
  margin-right: 5px;
  width:20px;
  height:2px;
  position: relative;
  bottom: 4px;
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  -ms-animation-delay: 2s;
}

div.hr hr {
  display: none;
}

ul.navig {
  padding:0px;
  margin: 0px;
  animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
}

.navig li{
  list-style: none;
  display:inline-block;

}
.navig a.nvg {
  margin-left: 10px;
}
.navig li:first-child{
  margin-left: 0px;
}

/* .navig li:nth-child(6){
  margin-left: 40px;
} */
.navig li.soc {
  padding-right: 5px;
}

.modal-dialog {
  width: 60%;
  margin: 0 auto;
  position:absolute;
  right:0px;
  height:100%;
}
.modal-content {
  height: 100%;
  border-radius: 0;
  border: 0px;
  overflow:auto;
}
.modal-header {
  border-bottom: 0px;
  padding: 8% 8% 50px 12%;
}
.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}
.navbar-toggle {
  padding:20px;
  margin: 0px;
  z-index: 1040;
}
.navbar-toggle .icon-bar {
  background-color: #000;
}

.cross {
  width:15px;
  height:14px;
  background: url(../img/cross.png)

 }
.close {
  color: #000;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
.close:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.modal-header .close {
  margin-top: 4px;
  margin-right: 8px;
}

.nav-tabs {
  border:0px;
  text-transform: uppercase;
  font: 12px/0.9em normal 'Conv_GothaProBla', Helvetica, Arial, sans-serif;
}
.nav>li>a {
  padding: 0px 0px 4px 0px;
}
.nav-tabs>li>a {
  border:0px;
  margin-right: 12px;
}
.nav-tabs>li>a:hover {
  background-color: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  border:0px;
  border-bottom: 2px solid;
  border-bottom-color:#000;
  color:#000;
}

.modal-body .container-fluid {
  padding-right: 10%;
  padding-left: 10%;
}

.tab-content h2{
  font: 44px/1em normal 'Conv_GothaProBla', Helvetica, Arial, sans-serif;
  margin:0px;
    padding-bottom: 0.7em;
}
.tab-content p{
  font-size: 15px;
  line-height:1.8em;
  margin:0px;
  padding-bottom: 50px;
}
.tab-content p.but{
  color:#7F7F7F;
}
.tab-content h3{
  font: 24px/1em normal 'Conv_GothaProBla', Helvetica, Arial, sans-serif;
  margin:0px;
  padding-bottom: 1em;
}
.tab-content #cv h3:after{
  content: " ";
  display: block;
  width: 21px;
  background-color: #000;
  height: 2px;
  position: relative;
  left: -40px;
  top: -14px;
}

.tab-content p.smaller {
  font-size: 13px;
  line-height:1.8em;
}
.tab-content ul.smaller{
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 40px;  
}
.worked_with{
  display: flex;
  flex-wrap: wrap;
}
.worked_with img, .portfolio img {
  width:100%;
}
.worked_with strong{
  display:block;
  padding-top: 5px;
  line-height: 1.4em;
  font-size: 15px;
}
.worked_with span{
  font-size: 13px;
  line-height: 1.4em;
  display:block;
}

.worked_with .col-xs-6, .worked_with .col-sm-4 {
  padding-left: 0px;
  padding-top: 20px;
}
.worked_with div:last-child{
  padding-bottom: 40px;
}
.portfolio .col-sm-4 {
  padding-left: 0px;
}
.portfolio .linemark{
  content: " ";
  display: block;
  width: 21px;
  background-color: #000;
  height: 2px;
  position: relative;
  left: -40px;
  top: 2px;
}
.portfolio .soc {
  padding: 11px 0px;
}
.portfolio p {
  font-size: 13px;
  padding-bottom: 30px;
}
.song_title {
  font: 13px/1.8em normal 'Conv_GothaProReg', Helvetica, Arial, sans-serif;
  display: block;
  padding-bottom: 3px;
}
.portfolio .song_single {
  padding-bottom: 40px;
  display:block;
}
.portfolio .clear {
  height:50px;
}
.portfolio .soc a:hover {
  cursor: pointer;
  color:#000;
}
.portfolio .soc a{
  color:#9c9c9c;
}

/*====================== PLAYER =====================*/
.playa {
  margin-bottom: 10px;
  position:relative;
  z-index: 99999;
}
.playa input[type="range"] {  
  background-color: transparent;
  opacity: 1;
  height: 1px;
  top: 9px;
  position: relative;
    -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
}
.playa input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    width: 9px;
    height: 9px;
    color: rgb(0, 0, 0);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
}

.playa input[type="range"]::-moz-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    
    width: 9px;
    height: 9px;
    color: rgb(0, 0, 0);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
}
.playa .btn-group .btn {
  border:1px solid rgba(0, 0, 0, 0.2);
}
.playa .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
  border-right: 0px;
  width:10%;
}
.playa .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){
  border-left:0px;
    width: 89%;
}
.playa .btn-default{
  background-color:transparent;
  color:#000;
}
.playa .btn-default:hover{
  background-color:transparent;
  color:#000;
}
.playa  .thumbnail  {
    width:100%;
}
.playa  input.seek {
  background: #C9C9C9;
}
/* sliders and buttons need a uniform height */
.playa .btn-group .btn {
    display:inline-block;
    float:none;
    height: 2.2em;
}

/*  contains the attribution link */
.playa .row:nth-child(4) { 
  overflow: hidden;
}
.playa .glyphicon {
  font-size: 10px;
  top: -1px;
}

/*==========================================*/

.contact h3 {
  font-size:3em;
  line-height:1em;
  padding-top: 2em;
  padding-bottom: 1em;

}
.contact h3:before {
  content: " ";
  display: block;
  width: 21px;
  background-color: #000;
  height: 2px;
  position: relative;
  left: -40px;
  top: 20px;
}
.col-xs-12.nopad {
  padding: 0px 0 20px 0!important;
}

.dl-horizontal dt {
  width:90px !important;
  text-align: left !important;
  font-weight: normal;
  line-height: 2.2em;
  font-size:1.4em;
}
.dl-horizontal dd {
  margin-left:90px !important;
  line-height: 2.2em;
  font-size:1.4em;
}

.contact a.btn.btn-default {
  border-radius: 0;
  border:1px solid #E6E6E6;
  height:100px;
}
.contact .btn-default {
  color:#000;
}
.contact .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
  border-right:0px!important;
}
.contact .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child){
  border-left:0px!important;
}

.contact dl {
  margin-bottom: 4em;
}

.contact .btn-group i{
  font-size:1.2em;
  padding-right: 5px;
}
.list{
  margin: 0;
  padding: 0;
}
.list li{
  margin: 0 0 4px 0;
  list-style: none;
  font-size: 15px;
  line-height: 1.8em;
}
.btn--new{
  padding: 16px 40px;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  transition: 0.3s;
}
.btn--new:hover{
  color: #fff;
  opacity: 0.9;
  transition: 0.3s;
}
.lang-swith{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  bottom: calc(10% + 40px);
  left: 10%;
  animation-delay: 1.5s;
}
.lang-item{
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
  opacity: 0.7;
}
.lang-item.current-lang{
  opacity: 1;
}
.btn--consult{
  margin: 8px 0 40px;
  min-width: 280px;
  text-align: center;
}
.btn--consult:hover,
.btn--consult:active,
.btn--consult:focus{
  color: #fff!important;
}
.services-wrap p{
  padding-bottom: 0;
  margin-bottom: 16px;
}











@media (min-width: 961px) and (max-width: 1280px) {
.modal-dialog {
  width:80%;
}
}


@media (min-width: 992px) {
.cover-container {
  width: 100%;
}
.lead br{
  display: none;
}
}

@media (max-width: 960px) {
 .modal-dialog {
  width: 80%;
}
}

@media (max-width: 767px) {
.worked_with>.clear:nth-child(8n+8)::before {
  content: '';
  display: table;
  clear: both;
}
.dl-horizontal dd {
  margin-left: 0px!important;
  line-height: 2em;
  font-size: 1em;
}
.dl-horizontal dt {
  width: auto!important;
  line-height: 2em;
  font-size: 1em;
  font-family: 'Conv_GothaProBla', Helvetica, Arial, sans-serif;
}
} 
@media (min-width: 768px) and (max-width: 991px)  {
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
  .h1, h1 {
  font-size: 130px!important;
  line-height:0.9em;
  text-align: left;
}
  .worked_with>.clear:nth-child(3n+3)::before {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 768px) {
.navbar-toggle {
      display: block;
  }
  .collapse.in{
    display:block !important;
} 
.h1, h1 {
  font-size: 92px!important;
  line-height:0.9em;
  text-align: left;
}
.lead {
  font-size: 14px;
  line-height: 1.4em;
}
.max {
  right:-10%;
  height:90vh;
}
.mastfoot {
  bottom:10%;
}
.sidefooter {
  position:absolute;
  left:10%;
  bottom:16%;
}
.vertical {
    writing-mode:none;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform:rotate(0deg);
    transform: rotate(0deg);
    white-space:nowrap;
    display:block;  
}
.vertical a{
   display:block;
   line-height: 24px;
   font-family:'Conv_GothaProBla', Helvetica, Arial, sans-serif;
}
.vertical a:last-child {
  margin-left: 0px;
}
div.hr {
  display:none;
}

.navig li{
 display:none;
}

.navig li.soc{
 display:inline-block;
 margin-left: 0px;
}

.modal-dialog {
  width: 100%;
}
.portfolio .col-sm-8 {
  padding: 0px 0px;
}
.portfolio .col-xs-12 h3{
  padding-top: 20px
}
.contact h3 {
  font-size:2.5em;
}
a.btn.btn-default span {
  display:none;
}
}


@media (max-width: 468px){
.h1, h1 {
  font-size: 46px!important;
  line-height:0.9em;
  text-align: left;
}
.lead {
  font-size: 12px;
  line-height: 1.4em;
}
.max {
  right:-14%;
  height:90vh;
}

.vertical a{
    font-size: 12px;
   line-height: 22px;
   font-family:'Conv_GothaProReg', Helvetica, Arial, sans-serif;
}
.sidefooter {
  bottom:20%;
}
 .modal-dialog {
  width: 100%;
}
.tab-content p, .worked_with strong {
  font-size: 13px;
}
.tab-content p.smaller, .worked_with span{
  font-size: 11px;
}
.contact h3 {
  font-size:1.4em;
}
.contact h3:before {
  top:10px;
}
.contact a.btn.btn-default {
  height:70px;
}
.tab-content h2 {
  font-size: 2.5em;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  padding-bottom: 0px;
}
.nav-tabs>li {
  min-height: 26px;
}
li:nth-child(3) {
  clear:both;
}
.btn--consult{
  width: 100%;
  text-align: center;
}
.lang-item{
  display: block;
}
.lang-swith{
  bottom: 40px;
}


@media (max-device-width: 960px)  and (orientation: landscape) {
.h1, h1 {
  font-size: 82px!important;
  padding-top: 0%;
  margin-top:0px;
}
.mastfoot {
  bottom: 6%;
}
.sidefooter {
  bottom:4%;
}
.max {
  right: 10%;
}

}

@media (max-device-width: 736px)  and (orientation: landscape) {
.h1, h1 {
  font-size: 82px!important;
  padding-top: 0%;
}
.sidefooter {
  bottom: 21%;
}
.lead {
  padding-top: 0px;
}
.lead br{
  display: none;
}
.inner {
  padding-top: 5%;
}
}
@media (max-device-width: 667px) and (orientation: landscape) {
.h1, h1 {
  font-size: 62px!important;
}
}

@media (max-device-width: 568px) and (orientation: landscape) {
.h1, h1 {
  font-size: 52px!important;
}
}

