@charset "UTF-8";

.container {max-width:1200px;margin:0 auto;}

.pa-0 {padding:        0;}
.ma-0 {margin:         0;}
.px-0 {padding-left:   0; 
       padding-right:  0;}
.mx-0 {margin-left:    0; 
       margin-right:   0;}
.py-0 {padding-top:    0; 
       padding-bottom: 0;}
.my-0 {margin-top:     0; 
       margin-bottom:  0;}

.pl-1 {padding-left:   0.75rem !important;}
.ml-1 {margin-left:    0.75rem !important;}
.pr-1 {padding-right:  0.75rem !important;}
.mr-1 {margin-right:   0.75rem !important;}
.pt-1 {padding-top:    0.75rem !important;}
.mt-1 {margin-top:     0.75rem !important;}
.pb-1 {padding-bottom: 0.75rem !important;}
.mb-1 {margin-bottom:  0.75rem !important;}
.px-1 {padding-left:   0.75rem !important; 
       padding-right:  0.75rem !important;}
.mx-1 {margin-left:    0.75rem !important; 
       margin-right:   0.75rem !important;}
.py-1 {padding-top:    0.75rem !important; 
       padding-bottom: 0.75rem !important;}
.my-1 {margin-top:     0.5rem  !important; 
       margin-bottom:  1rem    !important;}
.pa-1 {padding:        0.75rem !important;}
.ma-1 {margin:         0.75rem !important;}

.pl-2 {padding-left:   1.25rem !important;}
.ml-2 {margin-left:    1.25rem !important;}
.pr-2 {padding-right:  1.25rem !important;}
.mr-2 {margin-right:   1.25rem !important;}
.pt-2 {padding-top:    1.25rem !important;}
.mt-2 {margin-top:     1.25rem !important;}
.pb-2 {padding-bottom: 1.25rem !important;}
.mb-2 {margin-bottom:  1.25rem !important;}
.px-2 {padding-left:   1.25rem !important; 
       padding-right:  1.25rem !important;}
.mx-2 {margin-left:    1.25rem !important; 
       margin-right:   1.25rem !important;}
.py-2 {padding-top:    1.25rem !important; 
       padding-bottom: 1.25rem !important;}
.my-2 {margin-top:     1rem    !important; 
       margin-bottom:  1.5rem  !important;}
.pa-2 {padding:        1.25rem !important;}
.ma-2 {margin:         1.25rem !important;}

.pl-3 {padding-left:   2.5rem !important;}
.ml-3 {margin-left:    2.5rem !important;}
.pr-3 {padding-right:  2.5rem !important;}
.mr-3 {margin-right:   2.5rem !important;}
.pt-3 {padding-top:    2.5rem !important;}
.mt-3 {margin-top:     2.5rem !important;}
.pb-3 {padding-bottom: 2.5rem !important;}
.mb-3 {margin-bottom:  2.5rem !important;}
.px-3 {padding-left:   2.5rem !important; 
       padding-right:  2.5rem !important;}
.mx-3 {margin-left:    2.5rem !important; 
       margin-right:   2.5rem !important;}
.py-3 {padding-top:    2rem   !important; 
       padding-bottom: 3rem   !important;}
.my-3 {margin-top:     2.5rem !important; 
       margin-bottom:  2.5rem !important;}
.pa-3 {padding:        2.5rem !important;}
.ma-3 {margin:         2.5rem !important;}

.round-1      {border-radius: 3px;}
.round-2      {border-radius: 6px;}
.round-3      {border-radius: 12px;}
.round-circle {border-radius: 50%;}

.c-primary        {color:#0074d9;}
.c-success        {color:#23C96F;}
.c-warning        {color:#DC5302;}
.c-danger         {color:#F79A62;}
.c-info           {color:#8E40B0;}
.c-grey           {color:#6F6F6F;}
.border-primary   {border:1px solid #0074d9;}
.border-success   {border:1px solid #23C96F;}
.border-warning   {border:1px solid #DC5302;}
.border-danger    {border:1px solid #F79A62;}
.border-info      {border:1px solid #8E40B0;}
.border-grey      {border:1px solid #6F6F6F;}
.bg-grey,    .bg-grey a    {background-color:#B1B1B1;color:#5F5F5F;}
.bg-primary, .bg-primary a {background-color:#0074d9;color:white;}
.bg-success, .bg-success a {background-color:#28DC7B;color:black;}
.bg-danger,  .bg-danger a  {background-color:#F79A62;color:white;}
.bg-warning, .bg-warning a {background-color:#DC5302;color:white;}
.bg-info,    .bg-info a    {background-color:#8E40B0;color:white;}
.bg-white,   .bg-white a   {background-color:white;color:black;}
a.bg-grey:hover,    a.button.bg-grey,    .button.bg-grey:hover    {background-color:#9E9E9E;color:#424242;}
a.bg-primary:hover, a.button.bg-primary, .button.bg-primary:hover {background-color:#0169C4;color:white;}
a.bg-success:hover, a.button.bg-success, .button.bg-success:hover {background-color:#1BC96B;color:black;}
a.bg-warning:hover, a.button.bg-warning, .button.bg-warning:hover {background-color:#C83A03;color:white;}
a.bg-danger:hover,  a.button.bg-danger,  .button.bg-danger:hover  {background-color:#F18240;color:white;}
a.bg-info:hover,    a.button.bg-info,    .button.bg-info:hover    {background-color:#630B68;color:white;}

.text-right  {text-align: right;}
.text-left   {text-align: left;}
.text-center {text-align: center;}
.float-right {float: right;}
.float-left  {float: left;}
.float-clear {clear: both;}

.relative    {position:relative;}

.position-tr, .position-rt {position:absolute;top:0.5rem;   right:0.5rem;z-index:300}
.position-tl, .position-lt {position:absolute;top:0.5rem;   left:0.5rem; z-index:300}
.position-br, .position-rb {position:absolute;bottom:0.5rem;right:0.5rem;z-index:300}
.position-bl, .position-lb {position:absolute;bottom:0.5rem;left:0.5rem; z-index:300}
    
.flex-center {
/*  height:100%;*/
  display: flex;
  justify-content: center;
  align-items: center;
}  
    
.flex-between {
/*  height:100%;*/
  display: flex;
  justify-content: space-between;
}     
    
.flex-between-y {
/*  height:100%;*/
  display: flex;
  flex-flow: wrap;  
  align-content: space-between;
}           
    
.flex-center-x {
/*  height:100%;*/
  display: flex;
  justify-content: center;
}      
    
.flex-center-y {
/*  height:100%;*/
  display: flex;
  align-items: center;
}    

.block:not(:last-child) {
  margin-bottom: 1.5rem;
}

.buttons .button:not(:last-child) {
  margin-right: 0.5rem;
}

.label {font-size:inherit;margin:0 3px 5px 0;}
.label:last-child {margin-right:0;}
/* dropdown from bulma */

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}

.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}

a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}

a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #3273dc;
  color: #fff;
}

.dropdown-divider {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

/* menu fropm bulma */


.menu {
  font-size: 1rem;
}

.menu.is-small {
  font-size: 0.75rem;
}

.menu.is-medium {
  font-size: 1.25rem;
}

.menu.is-large {
  font-size: 1.5rem;
}

.menu-list {
  line-height: 1.25;
}

.menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}

.menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}

.menu-list a.is-active {
  background-color: #3273dc;
  color: #fff;
}

.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-label:not(:first-child) {
  margin-top: 1em;
}

.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

/* modal */

.modal-button {cursor:zoom-in;}
.modal2 .image {cursor:zoom-out;}

  .modal2 .overlay {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    margin: 0;
    border-radius: 0;
    background: rgba(213,213,213,0.80);
    transition: all 0.3s;
    z-index: 100000; }
  .modal2 .overlay:before, .modal .overlay:after {
      display: none; }
  .modal2 .overlay ~ article {
      border: 0;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%) scale(0.2, 0.2);
      z-index: 1000000;
      transition: all 0.3s; }
  .modal2 > article {
    display: block;
    opacity: 1;
    max-height: 10000px;
    transition: all 0.3s; }
  .modal2 > .overlay ~ article {
    max-height: 90%;
    overflow: auto;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1);
    transform: translateX(-50%) translateY(-50%) scale(1, 1); }



/* To activate the modal, just add the is-active modifier on the .modal container. You may also want to add is-clipped modifier to a containing element (usually html) to stop scroll overflow. */
/*

.is-clipped {
  overflow: hidden !important;
}


.delete, .modal-close, .button, .file, .breadcrumb, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .tabs, .is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.delete, .modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.delete::before, .modal-close::before, .delete::after, .modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.delete::before, .modal-close::before {
  height: 2px;
  width: 50%;
}

.delete::after, .modal-close::after {
  height: 50%;
  width: 2px;
}

.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.delete:active, .modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

 .modal, .modal-background, .is-overlay, .hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.modal {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 1000;
}

.modal-button {
    cursor:zoom-in ;
}
.modal img {
    cursor:zoom-out ;
}


.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}

.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

*/