.news {
}
#content {
    width: 100%;
    float: left;
    padding: 28px 0 10px;
    overflow: hidden;
}
.content-box {
    width: 23.5%;
    height: 100px;
    float: left;
    margin: 0 10px 10px 0px;
    overflow: hidden;
    position: relative;
    background-color: #4cbbec;
}
#content .content-box:nth-of-type(2n+3) {
    margin-right: 1%;
}
.content-box a {
}
.content-box a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.myBooth-box {
    width: 946px;
    height: 100px;
    float: left;
    margin: 0px 10px 10px 0px;
    overflow: hidden;
    position: relative;
    background-color: #1b2325;
}
.connt-box-title {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 26px !important;
    color: #fff !important;
    margin: 10px 10px 10px 10px !important;
    padding: 0;
    float: left;
    position: relative;
    z-index: 5;
    font-weight: normal;
    line-height: 26px;
    max-width: 250px;
}
.content-box a .tint {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66092b27',endColorstr='#8c0f1dia',GradientType=0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-color: #231e5d;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.content-box a:hover .tint {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background-color: #231e5d;
}
#largeBox:hover {
    background-color: #231e5d;
}
.left-content {
    width: 100%;
    float: left;
    margin-right: 10px;
}
.left-content table,
.left_content table thead {
    width: 100%;
    color: #333333;
    font-family: "proxima_nova_rgregular","Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    float: left;
}
.left-content table tr td {
    padding: 1% 2%;
}
.left-content table .bg_colour {
    background-color: #e3e3e3;
}
.left-content table a {
    float: left;
    margin: 2px 0 0 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
}
.left-content table span {
    color: #333333;
    font-family: "Supermolot-Light","Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 20px;
    float: left;
}
.left-content table tr:first-child {
    color: #ea2d34;
    font-family: "Supermolot-Light","Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}
.left-content table th {
    color: #ea2d34;
    font-family: "Supermolot-Light","Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}
.left-content table tr:nth-child(even) {
    background-color: #efeded;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.left-content table tr:nth-child(odd) {
    background-color: #efeded;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.my-content {
    margin-top: 170px;
}
@media screen and (min-width: 240px) and (max-width: 767px) {  
            .my-content{
            margin-top:0px;   
          }
        }
@media screen and (min-width: 768px) and (max-width: 979px) {  
            .my-content{
            margin-top:30px;   
          }
        }
.container:before,
.container:after {
    display: none;
    margin-top: 170px;
}
.news a {
    color: #954b97;
}
