﻿/* Common CSS Start */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height: 1;
    -ms-word-break: break-all;
    word-break: break-all;
}
h2 {
    -ms-word-break: normal;
    word-break: normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #000000;
    text-decoration: none;
    outline: none;
    -webkit-transition-property:color, text;
    -webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property:color, text;
    -moz-transition-duration:0.3s;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-property:color, text;
    -o-transition-duration:0.3s;
    -o-transition-timing-function: linear, ease-in;
}
a:hover {
    vertical-align: baseline;
    background: transparent;
    color: #009CE0;
    text-decoration: none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* Common CSS Ends */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(204,204,204,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgb(51, 51, 51);
}
/* Start */
*{box-sizing: border-box}
.slide-outer {
    width:100%;
    height: 280px;
    margin: 0px auto 0px auto;
}

.main-heading a {color: #003366;}
.main-box {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
}
.news-box {
    border-radius: 10px;
    width: 49%;
    float: left;
    margin-right: 1%;
}
.news-margin {
    margin-right: 1.639344262295082%;
}
.colour-01 {background-color: #4527A0;}
.colour-02 {background-color: #00D9A3;}
.colour-03 {background-color: #FF9800;}
.colour-04 {background-color: #FF4350;}

.news-inside {
    margin: 10px;
    width: 94%;
    float: left;
    height: 80px;
}
.news-icon {
    width: 45px;
    float: left;
    height: 45px;
    margin-right: 8px;
}
.news-text {
    width: 76%;
    float: left;
    height: auto;
/*      font-size: 19px;*/
    font-weight: normal;
    color: #FFFFFF;
    word-break: normal;
    line-height: 100%;
}
.news-text a {
    color: #FFFFFF;
}


/* Ends */



/* Responsive Media Queries */
@media screen and (max-width:1440px)
{

}

@media screen and (max-width:1280px)
{

}

@media screen and (max-width:1024px)
{

}

@media screen and (max-width:980px)
{

}

@media screen and (max-width:800px)
{

}

@media screen and (max-width:768px)
{
.news-box {
        width: 100%;
        margin-bottom:10px;
    }
    .main-box {
        margin-bottom: 0px;
    }
    .news-inside{width: 100%;}
    .slide-outer {
        width: 100%;
        height: auto;

    }
}

@media screen and (max-width:700px)
{

}

@media screen and (max-width:667px) /* iphone 6*/
{

}


@media screen and (max-width:640px)
{

}

@media screen and (max-width:600px)
{
    
}

@media screen and (max-width:540px)
{
  
}

@media screen and (max-width:480px)
{

}
@media screen and (max-width:375px)/* iphone 6*/
{

}

@media screen and (max-width:360px)
{

}

@media screen and (min-width:1025px) and (max-width:1280px)
{

}

@media screen and (min-width:981px) and (max-width:1024px)
{

}

@media screen and (min-width:801px) and (max-width:980px)
{

}

@media screen and (min-width:769px) and (max-width:800px)
{
  
}

@media screen and (min-width:701px) and (max-width:768px)
{

}

@media screen and (min-width:641px) and (max-width:700px)
{

}

@media screen and (min-width:601px) and (max-width:640px)
{

}

@media screen and (min-width:541px) and (max-width:600px)
{

}

@media screen and (min-width:481px) and (max-width:540px)
{

}

@media screen and (min-width:361px) and (max-width:480px)
{

}

@media screen and (min-width:321px) and (max-width:360px)
{

}

@media screen and (max-width:320px)
{

}
