 @media screen and (max-width: 480px) {
@font-face {
    font-family: "light";
    src: url("fonts/Gotham-Light.otf");
}
@font-face {
    font-family: "medium";
    src: url("fonts/Gotham-Medium.otf");
}
@font-face {
    font-family: "Bold";
    src: url("fonts/Gotham-Bold.otf");
}
body {
    background: rgba(0, 0, 0, 0) url("images/Background_Res.jpg") no-repeat scroll center top;
    font-family: medium;
    margin: 0;
}
.first_Sec {
    float: left;
    height: auto;
    position: relative;
    width: 100%;
    min-height: 590px;
}
.wrapper {
    margin: 0 auto;
    width: 100%;
}
.left_sec {
    float: none;
    margin-top: 50px;
    padding-left: 0px;
    text-align: center;
    width: 240px;
    margin: 0 auto;
    margin-top: 20px;
}
.logo {
    margin-bottom: 20px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.logo > img {width: 100%;}
.header_text {
    color: white;
    font-size: 19px;
}
.header_text > img {width: 100%;height: auto;margin: 0 auto;}
.header_text > br {
}
.header_text_desc {
    font-size: 19px;
    margin: 20px auto 0;
    text-align: center;
    width: 330px;
    font-family: "medium";
    font-size: 15px;
    text-align: center;
    width: 100%;
}
.linksections {
    float: left;
    margin-top: 30px;
    width: 80%;
    margin: 0 auto;
    float: none;
    margin-top: 38px;
}
.left_link_sec {
    float: left;
    width: 100%;
}
.left_link_sec > img {width: 100%;}
.right_link_sec {
    float: right;
    margin-top: 30px;
    width: 100%;
}
.right_link_sec > img {width: 100%;}
.right_sec {
}
.second_sec {
    float: left;
    padding-bottom: 0px;
    width: 100%;
}
.header_section {
    margin-top: 40px;
    text-align: center;
}
.header_section > img {width: 200px;}
.events {
    height: 300px;
    margin: 40px auto 0;
    position: relative;
    width: 100%;
}
.footer {
    color: white;
    font-size: 9px;
    margin-top: 32px;
    text-align: center;
}
.foot_1 {
    font-family: "Light";
}
.foot_2 {
    float: left;
    margin: 10px 0;
    width: 100%;
}
.foot_2 > a {
    color: white;
    text-decoration: none;
}
.foot_3 {
    color: #255c76;
    font-family: "Light";
    font-size: 9px;
    width: 80%;
    margin: 0 auto;
}
.foot_3 > a {
    color: #255c76;
    text-decoration: none;
}
.slick-prev {
    background: url("images/leftarrow.png") no-repeat !important;
    height: 23px;
    left: 5%;
    opacity: 1 !important;
    top: 106px;
    text-indent: 100px;
    width: 14px;
    z-index:1000;
    overflow: hidden;
}
.slick-next {
    height: 23px;
    opacity: 1 !important;
    right: 0px;
    top: 106px;
    width: 14px;
    background: url("images/rightarrow.png") no-repeat !important;
    text-indent: 100px;
    right: 5%;
    z-index:1000;
    overflow: hidden;
}
.title {
    color: white;
    font-family: "Bold";
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
}
.date {
    color: #4996c3;
    font-family: "Bold";
    font-size: 14px;
    text-align: center;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    text-align: center;
}
.slick-slide img {
    display: inline;
    height: 230px;
    width: auto;
}
.arrowfooter {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    cursor: pointer;
    height: 50px;
    position: absolute;
    width: 100%;
}

 }