/**
 * Main theme interface
 */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?82034384');
  src: url('../font/fontello.eot?82034384#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?82034384') format('woff'),
       url('../font/fontello.ttf?82034384') format('truetype'),
       url('../font/fontello.svg?82034384#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?82034384#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]: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%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-export:before { content: '\e800'; } /* '' */
#main-app-bar{
    position: fixed;
    border-left: 1px;
    border-left-style: solid;
    z-index: 999;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

#main-app-bar.layout-right{
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
}

.admin-bar #main-app-bar.layout-right{
    padding-top: 32px;
}

#main-app-bar.layout-top{
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
}

.bar-item{
    cursor: pointer;
}

.bar-item .bar-content{
    cursor: default;
}

#main-app-bar .app-bar-item{
    position: relative;
    display: block;
    height: 90px;
    line-height: 90px;
    text-align: center;
    z-index: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
		   
#main-app-bar .app-bar-item i.cheeck{
	font-size: 16px;
	line-height: 40px;
/*	transform: rotateY(180deg);*/
	
}

#main-app-bar.layout-top .app-bar-item{
    height: 90px;
    width: 90px;
    display: inline-block;
    float: left;
}

#main-app-bar .app-bar-item:after{
    position: absolute;
    content: "";
    width: 240px;
    left: 0;
    bottom: -1px;
    height: 1px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#main-app-bar .app-bar-item.wide:after{
    width: 320px;
}

#main-app-bar.layout-top .app-bar-item:after{
    bottom: 0;
    height: 100%;
    width: 1px;
}

#main-app-bar.layout-top{
    padding-left: 150px;
}

/**
 * Main bar
 */

#main-app-bar .app-bar-item i,
.app-bar .bar-item i{
    font-size: 32px;
    line-height: inherit;
}

#main-app-bar .bar-item-label{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 240px;
    font-weight: 500;
    letter-spacing: 2px;
    background: inherit;
    cursor: pointer;
    color: inherit;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    text-transform: uppercase;
	text-align:left;
}

#main-app-bar .app-bar-item.wide .bar-item-label{
    width: 320px;
}

#main-app-bar.layout-top .bar-item-label,
#main-app-bar.layout-top .app-bar-item .bar-content{
    display: none;
}

.app-bar-item .bar-content{
    text-align: justify;
    position: absolute;
    top: 90px;
    width: 210px;
    z-index: 100;
    right: -390px;
    background: inherit;
    padding: 0;
    line-height: 16px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.app-bar-item .bar-content.w-nice{
    overflow-y: auto;
}

.app-bar-item.wide .bar-content{
    width: 320px;
    right: -550px;
}

.app-bar-item.open .bar-content{
    -webkit-transform: translateX(-239px);
    -moz-transform: translateX(-239px);
    -ms-transform: translateX(-239px);
    -o-transform: translateX(-239px);
    transform: translateX(-239px);
}

#bar-pf-next.app-bar-item.open .bar-content,
#bar-pf-prev.app-bar-item.open .bar-content {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.app-bar-item.open.wide .bar-content{
    -webkit-transform: translateX(-319px);
    -moz-transform: translateX(-319px);
    -ms-transform: translateX(-319px);
    -o-transform: translateX(-319px);
    transform: translateX(-319px);
}

#main-app-bar .app-bar-item:hover,
#main-app-bar .app-bar-item.open{
    z-index: 1;
    -webkit-transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
    transform: translateX(-150px);
}

#main-app-bar .app-bar-item.wide:hover,
#main-app-bar .app-bar-item.open.wide{
    z-index: 1;
    -webkit-transform: translateX(-230px);
    -moz-transform: translateX(-230px);
    -ms-transform: translateX(-230px);
    -o-transform: translateX(-230px);
    transform: translateX(-230px);
}

#main-app-bar .app-bar-item:hover:after,
#main-app-bar .app-bar-item.open:after{
    display: none;
}
/*
#bar-copyright {
  /*  padding: 5px 10px;*/
  /*  position: absolute;
    opacity: 1;
    bottom: 90px;*/
    /*right: 0px;*/
   /* text-transform: uppercase;
    -webkit-transform: rotate(-90deg) translateX(100%);
    -moz-transform: rotate(-90deg) translateX(100%);
    -ms-transform: rotate(-90deg) translateX(100%);
    -o-transform: rotate(-90deg) translateX(100%);
    transform: rotate(-90deg) translateX(100%);
    -webkit-transform-origin: top right 0;
    -moz-transform-origin: top right 0;
    -ms-transform-origin: top right 0;
    -o-trnsform-origin: top right 0;
    transform-origin: top right 0;
    z-index: 0;
	font-size:12px;
	width: 150px;
    right: 40px;
	letter-spacing:2px;
}*/
#bar-copyright2{
	position: absolute;
	opacity: 1;
	bottom: 90px;
	/*right: 1px;*/
	right: 13px;
	z-index: 0;}


/**
 * Footer bar
 */

#footer-bar{
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    /*border-top-width: 1px;
    border-top-style: solid;*/
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#footer-bar .footer-bar-item{
    position: relative;
    display: block;
    height: 100%;
    width: 60px;
    line-height: 60px;
    text-align: center;
    z-index: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#footer-bar #footer-social,
#footer-bar #footer-audio{
    z-index: 1;
}

#back-to-top,
#footer-audio{
    float: right;
}

#back-to-top,
#footer-audio{
   /* border-left-width: 1px;
    border-left-style: solid;*/
}

#footer-social{
    float: left;
   /* border-right-width: 1px;
    border-right-style: solid;*/
}

#footer-social .bar-item-icon{
    position: relative;
    z-index: 1;
    background: inherit;
    float: left;
    width: 60px;
    display: block;
    /*border-right-width: 1px;
    border-right-style: solid;*/
    border-color: inherit;
}

#footer-social li{
    font-size: 22px;
    padding: 0;
    height: 60px;
    display: inline-block;
    position:relative;
    width: 50px;
    float: left;
}

#footer-social .social-icons{
    position: absolute;
    height: 100%;
    left: 60px;
    display: block;
    padding-right: 20px;
    width: auto;
    top: 0;
    z-index: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#footer-social .dots-wrap{
    position: relative;
    width: 60px;
    height: 60px;
}

#footer-social .dots-wrap .dot{
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#footer-social .dot-one{
    left: 20px;
    top: 30px;
}
#footer-social:hover .dot-one,
#footer-social.open .dot-one{
    left: 24px;
    top: 30px;
}

#footer-social .dot-two{
    left: 35px;
    top: 23px;
}
#footer-social:hover .dot-two,
#footer-social.open .dot-two{
    left: 35px;
    top: 25px;
}

#footer-social .dot-three{
    left: 35px;
    top: 39px;
}
#footer-social:hover .dot-three,
#footer-social.open .dot-three{
    left: 35px;
    top: 37px;
}

#footer-social .social-icons a{
    display: block;
    height: 90px;
    width: 50px;
    position: relative;
}

.social-icons a:before{
    line-height: 60px;
    position: relative;
    z-index: 2;
}

.social-icons a:after{
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.social-icons a:hover:after{
    height: 70px;
    /*background: white;*/
}

.social-icons .soc-label{
    visibility: hidden;
    top: -45px;
    left: 25px;
    height: 50px;
    padding: 12px 20px;
    font-size: 14px;
    display: block;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    background: inherit;
    position: absolute;
    text-transform: uppercase;
    -webkit-transform-origin: left center 25px;
    -ms-transform-origin: left center 25px;
    transform-origin: left center 25px;
    -webkit-transform: rotateZ(-90deg) translateX(-30px);
    -moz-transform: rotateZ(-90deg) translateX(-30px);
    -ms-transform: rotateZ(-90deg) translateX(-30px);
    -o-transform: rotateZ(-90deg) translateX(-30px);
    transform: rotateZ(-90deg) translateX(-30px);
}

.ie9 .social-icons .soc-label,
.ie8 .social-icons .soc-label,
.ie-old .social-icons .soc-label{
    display: none;
}

#footer-social .social-icons a:hover .soc-label{
    visibility: visible;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: socLabel;
    animation-name: socLabel;
}

@-webkit-keyframes socLabel{
    0% {
        margin-top: 200px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes socLabel{
    0% {
        margin-top: 200px;
    }

    100% {
        margin-top: 0;
    }
}

#back-top-top{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#back-to-top .bar-label{
    position: absolute;
    top: 59px;
    left: 0;
    width: 100%;
    min-height: 45px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 16px;
    background: inherit;
    color: inherit;
}
#back-to-top .bar-label:before{
    position: absolute;
    width: 1px;
    height: 100%;
    left: -1px;
    top: 0;
    content: "";
}

#back-to-top:hover{
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -o-transform: translateY(-45px);
    transform: translateY(-45px);
}

#bar-share .bar-content{
    font-size: 0; /* inline-block fix */
}

#bar-share .share-button{
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 60px;
}

#bar-share .bar-content:after{
    content: " ";
    display: table;
    clear: both;
}

#bar-share .share-button a {
    display: block;
    height: 100%;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
}

#bar-share .share-button a i{
    font-size: 26px;
}

#bar-share .bar-content{
    font-size: 0; /* inline-block fix */
}

#bar-share1 .share-button{
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 60px;
}

#bar-share1 .bar-content:after{
    content: " ";
    display: table;
    clear: both;
}

#bar-share1 .share-button a {
    display: block;
    height: 100%;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
}

#bar-share1 .share-button a i{
    font-size: 26px;
}



/**
 * About box
 */

.about-img{
    border-left-width: 2px;
    border-left-style: solid;
}

.contacts-description{
    display: block;
    text-align: left;
    line-height: 1.5em;
    opacity: 0.6;
}

.about-block{
    min-height: 58px;
    vertical-align: middle;
    padding: 15px 20px;
}

.about-block.about-text{
    padding-top: 0;
}

#main-app-bar #bar-about .about-block i{
    display: inline-block;
    height: 32px;
    line-height: 1em;
    float: left;
    position: absolute;
    vertical-align: middle;
    opacity: 0.6;
}

.contacts-name{
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 3px;
    vertical-align: middle;
    line-height: 1.2em;
    text-transform: uppercase;
    /*margin-left: 10px;*/
}

/*.contacts-text{
    margin-left: 50px;
}*/

.brd-top{
    border-top-width: 1px;
    border-top-style: solid;
}

.contacts-line{
    font-size: 12px;
    margin-left: 50px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1em;
    padding-top: 9px;
    height: 32px;
    text-transform: uppercase;
}

/**
 * Single portfolio
 */


#bar-pf-next .bar-content,
#bar-pf-prev .bar-content{
    top: 0;
    right: -181px;
    height: 90px;
    width: 90px;
}

#main-app-bar #bar-pf-next:hover,
#main-app-bar #bar-pf-next.open,
#main-app-bar #bar-pf-prev:hover,
#main-app-bar #bar-pf-prev.open{
    z-index: 1;
    -webkit-transform: translateX(-180px);
    -moz-transform: translateX(-180px);
    -ms-transform: translateX(-180px);
    -o-transform: translateX(-180px);
    transform: translateX(-180px);
}

#bar-pf-next .bar-item-label,
#bar-pf-prev .bar-item-label{
    width: 90px;
}

#main-app-bar #bar-pf-next:hover .bar-item-label .inside,
#main-app-bar #bar-pf-next.open .bar-item-label .inside,
#main-app-bar #bar-pf-prev:hover .bar-item-label .inside,
#main-app-bar #bar-pf-prev.open .bar-item-label .inside{
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: translateX(-38px);
    -moz-transform: translateX(-38px);
    -ms-transform: translateX(-38px);
    -o-transform: translateX(-38px);
    transform: translateX(-38px);
}

#audioplayer{
    position: absolute;
    top: 50%;
    margin: -20px auto 0;
    text-align: center;
    width: 100%;
}

#bar-details .bar-content{
    padding: 25px;
}

#bar-woocart .bar-content{
    padding: 25px;
    max-height: 500px;
}

#footer-bar #toggle-sidebar{
    float: right;
    border-left: 1px solid;
    display: none;
}

#main-app-bar #bar-mobile-next,
#main-app-bar #bar-mobile-prev,
#main-app-bar #bar-video-play,
#main-app-bar #bar-video-mute,
#main-app-bar #bar-map-info{
    display: none;
}

#main-app-bar #bar-mobile-next .bar-content,
#main-app-bar #bar-mobile-next .bar-item-label,
#main-app-bar #bar-mobile-prev .bar-content,
#main-app-bar #bar-mobile-prev .bar-item-label{
    display: none;
}

#main-app-bar #bar-mobile-prev:hover,
#main-app-bar #bar-mobile-prev.open,
#main-app-bar #bar-mobile-next:hover,
#main-app-bar #bar-mobile-next.open,
#main-app-bar #bar-video-play:hover,
#main-app-bar #bar-video-play.open,
#main-app-bar #bar-video-mute:hover,
#main-app-bar #bar-video-mute.open {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#main-app-bar #bar-mobile-zoom{
    display: none;
}

#main-app-bar .nicescroll-rails{
    right: 0!important;
    left: auto!important;
}

#main-app-bar #bar-mobile-zoom .bar-content,
#main-app-bar #bar-mobile-zoom .bar-item-label,
#main-app-bar #bar-video-play .bar-content,
#main-app-bar #bar-video-play .bar-item-label,
#main-app-bar #bar-video-mute .bar-content,
#main-app-bar #bar-video-mute .bar-item-label{
    display: none;
}

#main-app-bar #bar-mobile-zoom:hover,
#main-app-bar #bar-mobile-zoom.open {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.page-template-page-layer #main-app-bar,
.page-template-page-revolution #main-app-bar{
    display: none;
}