.clearfix:before, .clearfix:after {
	content: '';
	display: table;
}
 .clearfix:after {
 	clear: both;
 }

/* section#pda {
    height: 1313px;
} */


.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.no-padd {
    padding: 0;
}
@media (min-width: 992px) {
.container {
    width: 960px;
}}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    /* overflow: hidden; */
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe {
    position: absolute;
    top: 15px;
    left: 0;
    bottom:0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-1by1 {
    position: relative;
    /* overflow: hidden; */
    padding-top: 117%;
    /* z-index: -9999; */
}