/*------------------------------------------
 # Theme Layout structure
--------------------------------------------*/ 
.hsk-full-stretched-layout #mid-container {
    width: 100% !important;
    padding: 0 !important;
}

.hsk-boxed-layout{
    margin:60px 0;
    border-top: 0px;
}
.box_container {
    border-radius: 10px 10px 0 0px!important;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1260px;
}
.container {
    margin: 0px auto;
    display: block;
    padding: 0 30px;
    position: relative;
    display: block;
    width: 1260px;
}
.container:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
}
#mid-container{
	padding-top: 60px;
	padding-bottom: 60px;
}
/*------------------------------------------
 # Theme Layout columns
--------------------------------------------*/ 
.hsk-column2,
.hsk-column3,
.hsk-column4,
.hsk-column5,
.hsk-column6,
.hsk-column7,
.hsk-column8,
.hsk-column9,
.hsk-column10,
.hsk-column11,
.hsk-column12 {
    margin-right: 1.5%;
    float: left;
}
.hsk-column1 {
    width: 8.33%;
}
.hsk-column2 {
    width: 16.66%;
}
.hsk-column3 {
    width: 23.5%;
}
.hsk-column4 {
    width: 31.38%;
}
.hsk-column5 {
    width: 41.66%;
}
.hsk-column6 {
    width: 48.5%;
}
.hsk-column7 {
    width: 55.3%;
}
.hsk-column8 {
    width: 65.16%;
}
.hsk-column9 {
    width: 73.5%;
}
.hsk-column10 {
    width: 83.33%;
}
.hsk-column11 {
    width: 91.66%;
}
.hsk-column12 {
    width: 100%;
}
.hsk-extra-width{
    width:101.5%;
    clear: both;
    overflow: hidden;
    display: block;
}
.hsk-row{
    clear: both;
    overflow: hidden;
    display: block;
}
.hsk-last{
    margin-right: 0px!important;
    float: right!important;
}

/**
 * Columns Info
 */
 .hsk-column-2, .hsk-column-3, .hsk-column-4, .hsk-column-5, .hsk-column-6, .hsk-column-7, .hsk-column-8, .hsk-column-9, .hsk-column-10, .hsk-column-11, .hsk-column-12{
    margin-right: 1.5%;
    float: left;
 }
 .hsk-column-10 {width: 8.5%;}
.hsk-column-6 {width: 15.16%;}
.hsk-column-4 {width: 23.5%;}
.hsk-column-3 {width: 31.38%;}
.hsk-column-5 {width: 18.5%;}
.hsk-column-2 {width: 48.5%;}
.hsk-column-7 {width: 12.78%;}
.hsk-column-8 {width: 11%;}
.hsk-column-9 {width: 9.6%;}
.hsk-column-1 {width: 100%;}
.hsk-extra-width{
    width: 101.5%;
}