/* Table ----------------------------------------------------------------------------- */
table{width:100%;margin-bottom:15px;border-collapse:collapse;border-spacing:0;-webkit-border-radius:5px;border-radius:5px}
table th,table td{padding:10px;text-align:center;border-width:1px;border-style:solid;vertical-align:middle}
table th{font-weight:700;background:url(bg_panel.png) repeat-x left top}
table th.clear{border:0;background:none}
table tr:first-child td{background:url(box_shadow.png) repeat-x left top}
table tr:nth-child(2n) td{background:rgba(0,0,0,0.01)}

/* table.simple */
table.simple th{background:none}
table.simple th,table.simple td{border-width:0 0 1px}
table.simple tr:first-child td{background:none}
table.simple tr:last-child td{border:none}

.one.column {
    width: 98%;
}
.column, .columns {
    float: left;
    margin: 0 1% 40px;
}
.one-fourth.column, .four.columns {
    width: 23%;
}
.fancy_heading_line {
    background-image: url(fancy_heading_hr.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 15px;
}
.fancy_heading  {
    text-align:center;
}
.fancy_heading .title {
    font-size: 42px;
    line-height: 42px;
	color: #2991d6;
}
.fancy_heading_line .inside {
    margin-bottom: 15px;
}
.title {
    font-size: 21px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0px;font-family: "Open Sans", Arial, Tahoma, sans-ser;
	color: #666;margin-bottom: 15px;margin-top: 15px;
}
.desc {
	line-height:22px; color:#666;
}
.one-third.column {
    width: 31.333%;
}

@media only screen and (max-width: 767px)
{
.section_wrapper .column {
    margin: 0 0 20px;
    height: auto!important;
}
.one-third.column {
    width: 100%; text-align:center;
}
.one-fourth.column, .four.columns {
    width: 100%;text-align:center;
}
}