/* GRID BASED ([{"device":"mobile","options":{"gutter":"15","columns":12,"width":"100%"}},{"device":"tablet","options":{"gutter":"15","columns":12,"width":"90%"}},{"device":"desktop","options":{"gutter":"15","columns":12,"width":"80%","maxWidth":"1232px"}}]) */
body, td, th {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #000000;
}
a {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #0000FF;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #FF0000;
}
a:hover {
    text-decoration: none;
    color: #999999;
}
a:active {
    text-decoration: none;
}
.row_5 {
    clear: both;
    min-height: 100px;
    background-image:url("images/bgCloudsReverse.jpg");
    margin-top:-40px;
}
.content {
    background:url("images/bgClouds.jpg") center top / cover no-repeat fixed transparent;
}
.column_4 {
    width: 100%;
    min-height: 100px;
    padding-left:15px;
    padding-right:15px;
    margin-left:auto;
    margin-right:auto;
    background-image:url("images/bgClouds.jpg");
}
p.template-nav {
    text-align: center;
    box-shadow:10px 10px 5px 2px rgba(0, 0, 0, 0.33);
    -moz-box-shadow:10px 10px 5px 2px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow:10px 10px 5px 2px rgba(0, 0, 0, 0.33);
    border-radius:10px;
    background:none center top / cover no-repeat fixed transparent;
}
@media only screen and (min-width : 768px) {
    .row_5 {
        clear: both;
        min-height: 100px;
    }
    .content {
        min-height: 699px;
    }
    .column_4 {
        min-height: 100px;
        width: 90%;
        padding-left:15px;
        padding-right:15px;
        margin-left:auto;
        margin-right:auto;
    }
}
@media only screen and (min-width : 1024px) {
    .row_5 {
        clear: both;
        min-height: 100px;
    }
    .content {
        min-height: 699px;
    }
    .column_4 {
        float: none;
        width: 80%;
        padding-left:15px;
        padding-right:15px;
        margin-left:auto;
        margin-right:auto;
        max-width:1232px;
    }
}