.hidden{
display: none !important; }
.c_lock {
 /*background-color: cornflowerblue;
  opacity: 0.4;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  margin: 30px;*/
	background-color: cornflowerblue;
  opacity: 0.4;
  position: absolute;
  top: 10%;
  left: 15%;
  right: 15%;
  bottom: -77%;
  border-radius: 105px;
}
.c_loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 0.6s ease-in infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.float-right{
    float: right !important;
  }
.mrt {
  margin-right: 5%;
}
.overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.text-red {
 color: #ED1D21 !important;
}
.text-red-2 {
 color: rgb(223, 70, 97) !important;
}
.alert.error {
  font-size: 15px !important;
}
.error {
  color: #c22f2f;
  display: block !important;
  font-size: 11px !important;
  margin-bottom: 0px !important;
  font-weight: 400;
}
.error-input {
  border: 1px solid #c22f2f !important;
    /*border-radius: .25rem;*/
}
.pt-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    /*overflow: hidden;*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pt-page-current, .no-js .pt-page {
    visibility: visible;
    z-index: 1;
}

.no-js body {
    overflow: auto;
}

.pt-trigger-container {
    position: absolute;
    width: 300px;
    z-index: 999999;
    left: 50%;
    margin-top: 75px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pt-trigger {
    border: none;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 10px;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    letter-spacing: 1px;
    width: 100%;
    cursor: pointer;
    display: block;
    font-family: Calibri;
    box-shadow: 0 3px 0 rgba(0,0,0,0.3);

}

/* Page Styles */
.pt-page-ontop {
    z-index: 999;
}

/*.pt-page h1 {
    position: absolute;
    font-weight: 300;
    font-size: 4.4em;
    line-height: 1;
    letter-spacing: 6px;
    margin: 0;
    top: 1%;
    width: 100%;
    text-align: center;
    word-spacing: -0.3em;
}*/
 .my-custom{
   margin-top: 5rem !important;
   margin-bottom: 12rem !important;
}
.my-custom-2{
   margin-top: 5rem !important;
   margin-bottom: 5rem !important;
}

.js-notify-msg {
  display: none;
	}
#popup, #popup2, .bMulti {
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    min-width: 450px;
    padding: 25px;
		max-width: 600px;
}
#popup .logo {
    color: #2b91af;
    font: bold 325% 'Petrona', sans
}
#popup, .bMulti {
    min-height: 250px
}
#popup2 iframe {
    background: url('loader.gif') center center no-repeat;
    min-height: 240px;
    min-width: 450px
}
#popup2 .loading {
    background: url('loader.gif') center center no-repeat
}
#popup2 .button {
  background-color: #2b91af;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}
#popup2 .button.b-close, #popup2 .button.bClose {
  border-radius: 7px 7px 7px 7px;
  box-shadow: none;
  font: bold 131% sans-serif;
  padding: 2px;
  position: absolute;
  right: -10px;
  top: -50px;
  width: 23px;
  height: 23px;
}
#custom-overlay {
  background-color: cornflowerblue;
  opacity: 0.4;
}
.loading-overlay.loading-theme-light {
  background-color: cornflowerblue !important;
  color: #000;
}
.sawy{
  color: #00843e;
}
