
/************************************
*
*      Satisfy font-family  
*
*************************************/

.satisfy-reg{
  font-family: 'Satisfy', cursive;
  font-weight: 400; 
}

/************************************
*
*      Caveat font-family  
*
*************************************/
.caveat-reg{
  font-family: 'Caveat', cursive;
  font-weight: 400;
}
.caveat-blod{
  font-family: 'Caveat', cursive;
  font-weight: 700;
}

/************************************
*
*      Montserrat font-family  
*
*************************************/
.mon-reg{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.mon-light{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
.mon-med{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.mon-semi-blod{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
.mon-sm-blod{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; 
}



/**************col-5 boostrap***********/
.mymodal {
 
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell !important;
    vertical-align: middle;
}
.mymodal .modal-content{
    /*width: 800px;
    margin: 30px auto;*/
}


.form-box {
  padding-top: 40px;
}

.form-top {
  overflow: hidden;
  padding: 0 25px 15px 25px;
  background: #fff;
  -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
  text-align: left;
}

.form-top-left {
  float: left;
  width: 75%;
  padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
  float: left;
  width: 25%;
  padding-top: 5px;
  font-size: 66px;
  color: #ddd;
  line-height: 100px;
  text-align: right;
}

.form-bottom {
  padding: 25px 25px 30px 25px;
  background: #eee;
  -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
  text-align: left;
}

form .form-bottom textarea {
  height: 100px;
}

form .form-bottom button.btn {
  min-width: 105px;
}

form .form-bottom .input-error {
  border-color: #19b9e7;
}

form.registration-form fieldset {
  display: none;
}



:focus {
    outline: none !important;
}
.co-col-xs-5,
.co-col-sm-5,
.co-col-md-5,
.co-col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.co-col-xs-5 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
@media (min-width: 500px) and (max-width: 768px) {
.co-col-xs-5 {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
}
@media (min-width: 768px) {
.co-col-sm-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .co-col-md-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .co-col-lg-5 {
        width: 20%;
        float: left;
    }
}
.nav-show .container-fluid{
     padding-right: 0px; 
     padding-left: 0px; 
} 

.nav-show nav ul {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0 !important;
}
.nav-show nav{
    display: table !important;
}
.cl-close{
  display: none;
}
.navbar-on .cl-close {
    font-size: 35px;
    position: absolute;
    right: 20px;
    color: #fff;
    top: 15%;
    display: block;
    z-index: 999;
}