/* generated by Codeply */
.v-center {
  height: 100vh;
  width: 100%;
  display: table;
  position: relative;
  text-align: center;
}

.v-center > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -10%;
}

.btn:hover {
  background-color: #ddd;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
.btn-small {
  padding: .75em 1em;
  font-size: 0.8em;
}
.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 98%;
  background: #ffffff;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
.modalhead{
  font-family: 'Open Sans', sans-serif;
    font-weight: 26px !important;
    color:#424242;
  text-align:center;
}
@media (min-width: 32em) {
.modal-box { width: 45%; }
}

.modal-box header,
.modal-box .modal-header {
  padding: 0 1.5em;
  background-color:#ffffff;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 0 1.5em 2em;
  /*background-color:#00a5da;*/
  background-color:#ffffff;
  border-radius:4px !important;
 }

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 1;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) !important;
}

a.close {
  line-height: 1;
    font-size: 3.5em;
    position: absolute;
    top: 0%;
    right: 1%;
    text-decoration: none;
    color: #ffffff;
    font-weight: 300;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

.modal-box .model-body{
  /*background-color:#00a5da;*/
  background-color:#f8f8f8;
  overflow:hidden;
  height:auto;
  padding:10px; 
  display:block;
}
.modal-box .model-body p{
  line-height:23px !important;  
}
.modal-content{
  background-color:#00a5da;
}
.modal-header{
  background-color:#00baf2;
  border-bottom:0;
}
.modal-header h1{
  display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    color: #424242;
    padding:0 10px;
  text-align:center;
  width:100%; 
  margin:0;
}
.model-body .col-sm-6 p{
  font-family: 'Open Sans', sans-serif;
    font-size: 22px;
  line-height:26px;
    color: #ffffff; 
}
.model-body .col-sm-6 p.by{
  font-family: 'Open Sans', sans-serif;
    font-size: 14px;
  line-height:15px;
    color: #ffffff; 
}
.model-body .col-sm-6 img{
   width:100%;  
}
.model-body .col-sm-12 .btn-white{
  float:none;
  text-align:center;  
}
.btn-white{
  background-color: transparent;
    color: #ffffff;
    border: 1px #ffffff solid;
    padding: 6px 15px;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
  padding:6px 40px; 
}
.btn-white:hover{
  color:#00baf2;
  text-decoration:none;
  background-color:#ffffff;
}
.close{
  color:#ffffff;
  font-size:42px; 
  opacity:1;
}
.browser_download{
  height:60px;
  width:60px; 
  margin:0 10px;
}
.modal-window {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 98%;
  background: #00a5da;
  border-bottom: 1px solid #aaa;
  border-radius: 26px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
.modal-window header,
.modal-window .modal-header {
  background-color:#00baf2;
}

.modal-window header h3,
.modal-window header h4,
.modal-window .modal-header h3,
.modal-window .modal-header h4 { margin: 0; }

.modal-window .modal-body {
  background-color:#00a5da;
  padding:0 !important;
 }

.modal-window footer{
  padding:30px 0;
  border-top: 1px solid #2fc1f0;
  background: rgba(0, 0, 0, 0.02);
  text-align: center;
  clear:both;
}
.modal-window footer a{
  font-size:15px;
  color:#ffffff;  
}
.modal-window h3 a{
  font-size:23px;
  color:#ffffff;  
  line-height:32px;
  margin-top:0;
}
.modal-window p{
  font-size:15px;
  color:#ffffff;  
}
.stem{
  padding:15px 65px;  
}

@media (min-width: 32em) {
.modal-window { 
  width: 28%;
  border-radius:26px;
}
}
@media (max-width:510px) {
  .modal-window{
    top: 45px !important; 
  }
  
}