/* Add here all your css styles (customizations) */
.logo {
	margin-top: -15px;
}

.containers {
	
}

.content-box{
  padding-top: 100px;
  padding-bottom: 0px;
}
.content-box2{
  padding-top: 0px;
  padding-bottom: 100px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 45.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:100%; /* your iframe height */
   top:0;  /* your iframe height */
   margin-top:0;  /* your iframe height */
}