* {
    color_option: #7b1fa2 #33691e #C62828
}
@font-face {
    font-family: 'Roboto-Bold';
    src:         url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style:  normal;
}
@font-face {
    font-family: 'Roboto-Medium';
    src:         url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style:  normal;
}
@font-face {
    font-family: 'Roboto-Regular';
    src:         url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style:  normal;
}
@font-face {
    font-family: 'AlexBrush-Regular';
    src:         url('../fonts/AlexBrush-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style:  normal;
}
.minigap {
    clear:  both;
    margin: 30px 0;
}
.nanogap {
    clear:  both;
    margin: 10px 0;
}
.gap {
    clear:  both;
    margin: 50px 0;
}
.nopadding {
    padding: 0px;
}
body {
    font-family: 'Roboto-Regular', sans-serif;
    font-size:   14px;
    color:       #444444;
    background:  #FBFBFB;
    -background: url("../images/bg.jpg") repeat;
}
.topbar {
    background: #7b1fa2;
    height:     6px;
}
.logo {
    background: url("../images/bg1.png") #F2F2F2;
    -width:     200px;
    -height:    200px;
    text-align: center;
    padding:    10px 0;
    box-shadow: 2px 2px 5px #CCCCCC;
}
.name {
    font-family:    Impact;
    font-size:      120px;
    text-align:     center;
    margin-top:     -10px;
    letter-spacing: 2px;
    text-shadow:    0px 0px 5px #8A8A8A;
}
.sub_name {
    position:       absolute;
    font-size:      22px;
    color:          #111111;
    margin:         -30px 0px 0 91px;
    letter-spacing: 6.6px;
    font-family:    "Roboto-Medium";
}
.line {
    height:     2px;
    width:      609px;
    background: #666666;
    position:   absolute;
    margin:     -32px 0 0 85px;
}
.sub_name {
    position: absolute;
}
.bg {
    background: url("../images/pat_1.png");
    box-shadow: 2px 2px 5px #CCCCCC;
}
.right_box {
    background: url("../images/pat_2.png") #F2F2F2;
    text-align: center;
    color:      #F2F2F2;
    padding:    10px 0;
    box-shadow: 2px 2px 5px #CCCCCC;
}
.right_box {
    padding:    15px 10px;
    box-shadow: -2px 2px 5px #CCCCCC;
    height:     181px;
}
.right_box .date {
    font-size:   17px;
    font-family: "Roboto-Medium";
}
.right_box hr {
    margin: 14px 0 27px 0;
    border: 1px dotted #333333;
}
.right_box .issue {
    position:    absolute;
    font-size:   20px;
    color:       #f2f2f2;
    font-family: Roboto-Medium;
    margin:      -18px 0 0 6px;
}
.right_box .year {
    position:    absolute;
    font-size:   38px;
    margin:      47px 0 0 -38px;
    font-weight: 700;
    font-family: Roboto-Bold;
    color:       #f2f2f2;
}
.right_box .newsltr {
    position: absolute;
}
footer h3 {
    text-transform: uppercase;
    color:          #F2F2F2;
    font-size:      30px;
    margin-bottom:  20px;
}
footer {
    background: url("../images/ftr-bg2.png") no-repeat center center #111111;
    padding:    25px 0;
    color:      #CCCCCC;
    text-align: center;
    border-top: 5px solid #7b1fa2;
}
footer hr {
    border: 1px dotted #333333;
    width:  75%;
    margin: 10px auto 6px auto;
}
footer p {
    font-size: 18px;
}
.content h2 {
    font-family:   Roboto-Medium;
    background:    #7b1fa2;
    font-size:     24px;
    color:         #F2F2F2;
    padding:       10px 15px;
    border-radius: 3px;
    width:         100%;
    margin-bottom: 0px;
    border-right:  20px solid #4a148c ;
}
.content ol {
    margin-left: -40px;
}
.content ol a, .content ol a:hover {
    color:           #F2F2F2;
    text-decoration: none;
}
.content li {
    background:               #7b1fa2;
    margin:                   15px 0;
    padding:                  10px 5px;
    font-size:                16px;
    border-radius:            3px;
    border-right:             10px solid #4a148c ;
    border-left:              10px solid #4a148c ;
    text-transform:           capitalize;
    font-family:              Roboto-Medium;
    color:                    #F2F2F2;
    -o-transition-duration:   1s;
    -moz-transition-duration: 1s;
    -webkit-transition:       1s;
    list-style:               none;
    transition:               all 0.2s ease-in 0s;
}
.content li:hover {
    margin-left:              10px;
    background:               #4a148c ;
    border-right:             10px solid #7b1fa2;
    border-left:              15px solid #7b1fa2;
    -o-transition-duration:   1s;
    -moz-transition-duration: 1s;
    -webkit-transition:       1s;
    transition:               all 0.2s ease-in 0s;
}
.content small {
    text-transform: lowercase;
    font-family:    Roboto-Regular;
    color:          #f2f2f2;
}
.content p {
    font-size:   20px;
    font-family: Roboto-Medium;
}
.btnUp {
    margin-top: -40px;
}
.content a.readmore {
    background:               #7b1fa2;
    border-right:             5px solid #4a148c ;
    border-left:              8px solid #4a148c ;
    padding:                  8px 25px;
    text-align:               center;
    color:                    #f2f2f2;
    border-radius:            2px;
    -o-transition-duration:   1s;
    -moz-transition-duration: 1s;
    -webkit-transition:       1s;
    transition:               all 0.2s ease-in 0s;
}
.content a.readmore:hover {
    background:               #4a148c ;
    border-right:             5px solid #7b1fa2;
    border-left:              8px solid #7b1fa2;
    text-decoration:          none;
    -o-transition-duration:   1s;
    -moz-transition-duration: 1s;
    -webkit-transition:       1s;
    transition:               all 0.2s ease-in 0s;
}
.box1 {
    background: url("../images/content_bg.png") no-repeat center center #F2F2F2;
    padding:    20px 25px;
    border:     1px solid #CCCCCC;
    box-shadow: inset 0px 0px 50px #BCBCBC;
}
.box2 {
    background: url("../images/bg3.png") no-repeat center center #F2F2F2;
    padding:    20px 25px;
    color:      #333333;
    border:     1px solid #CCCCCC;
    box-shadow: inset 0px 0px 50px #BCBCBC;
}
.box3 {
    background: url("../images/content_bg.png") no-repeat center center #000000;
    padding:    20px 25px;
    color:      #F2F2F2;
    border:     1px solid #CCCCCC;
    box-shadow: inset 0px 0px 50px #333333;
}
.box4 {
    background:  url("../images/content_bg.png") no-repeat center center #004E8D;
    padding:     20px 25px;
    color:       #F2F2F2;
    border:      1px solid #CCCCCC;
    -box-shadow: inset 0px 0px 50px #333333;
}
.box4 h3 {
    font-family:   Roboto-Medium;
    background:    #A50002 !important;
    font-size:     23px;
    line-height:   1.5;
    text-align:    center;
    color:         #ffffff !important;
    padding:       10px 15px;
    border-radius: 3px;
    width:         100%;
    margin:        0px;
    border-left:  20px solid #ffffff !important;
    border-right:  none !important;
}
.content h3 {
    font-family:   Roboto-Medium;
    background:    #7b1fa2;
    font-size:     23px;
    line-height:   1.5;
    text-align:    center;
    color:         #F2F2F2;
    padding:       10px 15px;
    border-radius: 3px;
    width:         100%;
    margin:        0px;
    border-right:  20px solid #4a148c ;
}
.content h4 {
    font-family: Roboto-Bold;
    font-size:   20px;
}
.melbourn ul {
    margin-left: 10px;
}
.melbourn li {
    background:     transparent;
    margin:         0;
    padding:        0;
    font-size:      18px;
    border-radius:  0;
    border-right:   none;
    border-left:    none;
    text-transform: capitalize;
    font-family:    Roboto-Medium;
    color:          #ffffff;
    list-style:     inherit;
}
.melbourn li:hover {
    margin-left:  0;
    background:   transparent;
    border-right: none;
    border-left:  none;
}