/*---------------------------
## Page Alignment
----------------------------*/
.container{
    margin:0px  auto;
    padding:0px 30px;
    position:relative;
    display:block;
    width: 1200px;
}
#mid-content {
    padding:30px;
}
#kaya-mid-content-wrapper a{
    text-decoration: none;
}
/*-----------------------
## Columns
-------------------------*/
/* Columns */
.column-extra{
    width: 101.5%;
}
.column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .video_iframes2 iframe, .video_iframes3 iframe, .video_iframes4 iframe{
    margin-bottom: 1.5%;
    margin-right: 1.5%;
    float: left;
}
.column2,  .video_iframes2 iframe{
    width: 48.5%;
}
.column3,  .video_iframes3 iframe{
    width: 31.8%;
}
.column4,  .video_iframes4 iframe{
    width: 23.5%;
}
.column5{
    width: 18.5%;
}
.column6{
    width: 15.16%;
}
.column7{
    width: 12.785%;
}
.column8{
    width: 11%;
}
.column9{
    width: 9.61%;
}


.fullwidth {
    width: 100%;
    float: left;
}
.one_half {
    width: 48.10%;
    float: left;
    margin-right: 3.80%;
}
.one_half_last {
    width: 48.10%;
    float: right;
}
.one_third {
    width: 30.70%;
    float: left;
    margin-right: 3.80%;
}
.one_third_last {
    width: 30.70%;
    float: right;
}
.one_third_last:after {
    clear: both;
}
.two_third {
    width: 65.40%;
    float: left;
    margin-right: 3.80%;
}
.two_third_last {
    width: 65.20%;
    float: right;
    display: table-cell;
}
.one_fourth {
    width: 22.15%;
    float: left;
    margin-right: 3.80%;
}
.one_fourth_last {
    width: 22.15%;
    float: right;
}
.two_fourth {
    width: 48.10%;
    float: left;
    margin-right: 3.80%;
}
.three_fourth {
    width: 74.05%;
    float: left;
    margin-right: 3.80%;
}
.three_fourth_last {
    width: 74.05%;
    float: right;
}
.one_fifth {
    width: 16.96%;
    float: left;
    margin-right: 3.80%;
}
.one_fifth_last {
    width: 16.96%;
    float: right;
}
.two_fifth {
    width: 33.92%;
    float: left;
    margin-right: 3.80%;
}
.three_fifth {
    width: 58.48%;
    float: left;
    margin-right: 3.80%;
}
.four_fifth {
    width: 79.240%;
    float: left;
    margin-right: 3.80%;
}
.four_fifth_last {
    width: 79.240%;
    float: right;
}
.last {
    margin-right: 0px !important;
    float: right !important;
}