/*td:hover a*/
/*{*/
    /*color: #907111;*/
/*}*/
/*td:hover a:hover*/
/*{*/
    /*color: #fff;*/
/*}*/
/*table td*/
/*{*/
    /*border-top: 1px solid #e7e7e7;*/
/*}*/
div.moduleUser1 .modulebody a
{
    background: #D2B55B;
    color: #222;
    padding: 0 6px;
}
div.moduleUser1 .modulebody a:hover
{
    color: #fff;
}
div.leftOriented .module
{
    margin-bottom: 20px;
}
div.leftOriented .moduletitle
{
    clear: both;
}
div.leftOriented .modulebody
{
    text-align: left;
    clear: both;
}
#contact_form .modulebody
{
    text-align: left;
}
div.forCompo
{
}
h2,h3,h1, span.accTrigger
{
    text-align: center;
}
h1.con_heading
{
    text-align: left;
}

@media only screen and (min-width: 1200px) {
    article.one-fifth img
    {
        height: 220px;
    }
    .thumbImage
    {
        height: 220px !important;
    }
}

div.forCompo .module
{
    overflow: hidden;
    margin-bottom:20px;
    padding: 10px 25px 0;
}
div.forCompo .moduletitle
{
    overflow: hidden;
    font-size: 30px;
    letter-spacing: -2px;
    margin-bottom: 5px;
    position: relative;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Open Sans Condensed";
}
div.forSidebar .module
{
    overflow: hidden;
    margin-bottom:20px;
    padding: 10px 25px 0;
}
div.forSidebar .moduletitle
{
    text-align: center;
    overflow: hidden;
    font-size: 30px;
    letter-spacing: -2px;
    margin-bottom: 5px;
    position: relative;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Open Sans Condensed";
}
.forSidebar
{
    overflow: hidden;
}
/* Smaller than standard 1199 (devices and browsers) */
@media only screen and (max-width: 1199px) {
}
/* Higher than 960 (desktop devices) */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}