/* Enter Your Custom CSS Here */
@media (max-width: 767px){
#main-header #menu-bt:before, #main-header #menu-bt:after {
    width: 32px !important;
}

  
  body.home .header-info {
    font-size:26px !important;
		margin-top: 2.5%!important;
  }

#main-header #menu-bt {
    top: 26px !important;
  	left:3% !important; 
}
  
  body.single-work .header-close{
    top: 26px;
    right: 10px;
  }
  
#main-footer .top-bt #arrow-bt {
    display: block;
    margin: auto;
}
  
#main-footer .copyright {
    display: inherit !important;
}
  
.col-6.col-sm-4.offset-sm-4.top-bt {
		padding-left:0px !important;
  	left: 2% !important;
}
  
#arrow-bt.bt{
  width: 32px !important;
  height: 32px !important;
  }
  
  #main-footer .footer-menu {
    right: 25% !important;
    left: 25% !important;
}
 .work-item.col-12.col-sm-4 [data-tags] {
   line-height:10%;
  }
  
  
  
.pagination .prev {
    top: 0px;
  }
  
  .cl, #main-footer .copyright ul, .pagination .prev a:after, .pagination .next img, .pagination .next .pagi-link {
    top: 48% !important;
  }
  

  
}




body.home .header-info .bottom-info {
    line-height: 1.4em;
    margin-top: 14px;

}

/*body.home .bottom-info {
  	font-size:14px;
}*/
body.home .header-info .top-info {
    line-height: auto;
}
.top-info.no-text {
    margin-top: 40px;
}


#menu-overlay p {
    font-size: 16px !important;
}

body {
  text-rendering: optimizeLegibility;
}

::selection {
  color: #fff;
	background-color:#000;
  
}
:-moz-selection { /* Code for Firefox */
    color: #fff;
    background-color: #000;
}

p a{
    color: inherit;
    cursor: pointer;
    text-decoration: none !important;
  border-bottom: 1px solid;
    padding-bottom: 1px;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

p a:hover{
  border-bottom:1px solid transparent;
}

body.home .header-info .top-info:after {
    border-bottom: none !important;
}


#main-footer {
    letter-spacing: .5px;
    font-size: 16px !important;
    padding: 100px 0px !important;
}

.wrapvideo {
	position: relative;
	overflow: hidden;
}

html,body,.wrapvideo{width:100%;height:100%}

video {
	width:100%;
	height:100%;
	display:block;
	padding:0;
	margin:0;
}




