*{margin:0; padding:0;}

html{margin:0 !important}

body::-webkit-scrollbar{
    width: 5px;
}

body::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb{
  	background-color: #638C1C;
  	
}
.no_padding{padding:0 !important;}
.no_gutter > [class*='col-']{padding-right:0; padding-left:0;}
.col-centered{float: none !important;margin: 0 auto;display: table;}
.content_info{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.display_table{display: table; width: 100%;; height: 100%}
.display_table_cell{display: table-cell; width: 100%; height: 100%; vertical-align: middle;}

.modal{background: #638C1C;}
.modal .modal-content{box-shadow: none !important;border: none;border-radius: 10px !important;}
.modal .modal-content figure img{border-radius: 10px !important;}
.modal .modal-header{padding:0;border-bottom:0;min-height:0;}
.modal .modal-header .close{position: absolute;top: 20px;right: 20px;color:#638C1C;opacity:1;z-index:99;}
.modal .modal-body{padding:0;}


#play{display: none;}
.mobil{display: none;}

@media only screen and (max-width : 580px){
	.mobil{display: block;}
	.pc{display: none;}
}