﻿@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700i');

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #214d70;
    font-family: "Dosis", sans-serif;
}

.clear {
    clear: both;
}

.background {
    /*background-image: url(../images/bg01.jpg);*/
    background-color: #214d70;
}

/*table {
    width: 72%;
}*/
/*************************----HEADER----************************/
.header {
    width: 100%;
    /*height: 145px;*/
    height: auto;
    background-repeat: repeat-x;
    border-top: 3px solid #cc0000;
    background-color: white;
}

.logo3 {
    width: 542px;
    height: 80px;
    float: left;
    margin: 12px 0 0 14px;
}

.headerR {
    width: 400px;
    float: right;
    margin: 20px 14px 0 0;
}

.menu1 {
    float: right;
}

.menu1_in {
    width: 112px;
    float: left;
}

.menu1_icon {
    width: 29px;
    height: 29px;
    float: left;
    margin-right: 4px;
}

.menu1 a {
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

    .menu1 a:hover {
        color: #F00;
    }

.log_txt {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    color: #000;
    margin: 12px 0 0 0;
}

.menu {
    float: left;
    background-color: #cc0000;
    height: 45px;
    width: 100%;
}

    .menu ul {
        margin: 12px 0 12px 0;
        padding: 0px;
    }

        .menu ul li {
            margin: 0px;
            padding: 0px;
            display: inline;
        }

            .menu ul li a {
                /*float: left;*/
                text-decoration: none;
                font-size: 14px;
                color: #fff;
                border-right: 1px solid white;
                /*margin-top: 14px;*/
                padding-right: 17px;
                padding-left: 17px;
            }



                .menu ul li a:hover {
                    color: black;
                }

                .menu ul li a.sel {
                    color: red;
                    background: black;
                }
/*************************----HEADER----************************/

/*************************----INTRO----************************/
.intro {
    height: auto;
    /*height: 400px;*/
    width: 100%;
    border-bottom: 4px solid #cc0000;
    background-color: #cc0000;
}
/*************************----INTRO----************************/

/*************************----CONTENT----************************/
.line1 {
    width: 40%;
    height: 2px;
    float: left;
    background-color: red;
}

.line2 {
    width: 40%;
    height: 2px;
    float: left;
    background-color: #808080;
}

.line3 {
    width: 47%;
    height: 1px;
    float: left;
    background-color: red;
}

.line4 {
    width: 47%;
    height: 1px;
    float: left;
    background-color: #808080;
}

.contentall {
    padding-bottom: 25px;
}

.contentall1 {
    padding-bottom: 26px;
}

.content {
    /*height: 54px;*/
    width: 100%;
    background-color: #cc0000;
    color: white;
    text-align: left;
    border-top: 1px solid white;
    padding-top: 30px;
}

.inner {
    height: 50px;
    padding-left: 32px;
    font-size: 30px;
    font-weight: 500;
}

.con {
    width: 100%;
    background-color: white;
    /*height: 580px;*/
}

.conL {
    float: left;
    margin-left: 35px;
    width: 65%;
    text-align: left;
}

.colL_menu {
    margin: 0 0 2px 0;
    font-size: 33px;
    margin-top: 50px;
    font-weight: 500;
}

.colL_menuL {
    float: left;
    margin-top: 25px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.colL_menuR {
    margin-top: 22px;
    width: 95%;
}

.conR {
    float: right;
    width: 28%;
    text-align: left;
    margin-right: 15px;
}

.colR_menu {
    margin: 0 0 2px 0;
    font-size: 33px;
    margin-top: 50px;
    font-weight: 500;
}

.top {
    margin-top: 20px;
}

.colR {
    width: 90%;
    padding: 10px;
    background-color: #F1F1F1;
    border-bottom: 1px solid red;
}

.colC {
    width: 90%;
    padding: 10px;
}

.colC1 {
    width: 90%;
    padding: 22px;
}

.colR1 {
    width: 95%;
    padding: 12px;
    background-color: white;
    border: 1px solid #F1F1F1;
}

.colR2 {
    width: 97%;
    padding: 10px;
    background-color: #F1F1F1;
    border-bottom: 4px solid white;
}

.colR2N {
    width: 97%;
    padding: 10px;
    background-color: #F1F1F1;
    border-bottom: 4px solid white;
    padding-bottom: 30px;
}

.colR21 {
    width: 97%;
    padding: 10px;
    background-color: #cc0000;
    border-bottom: 4px solid white;
    height: 8px;
}

.colR22 {
    width: 97%;
    padding: 10px;
    background-color: #F1F1F1;
    border-bottom: 4px solid white;
    border-left: 5px solid #cc0000;
}

.colR_icon {
    width: 45px;
    float: left;
}

.colR_iconN {
    width: 45px;
    float: left;
    margin-left: 12px;
}

.colR_icon1 {
    width: 55px;
    float: left;
    background-color: #cc0000;
    padding: 2px;
}

.lineR {
    width: 70%;
    height: 1px;
    float: left;
    background-color: white;
    margin-left: 8px;
}

.colR_txtN {
    margin: 8px 0 0 0;
    color: #cc0000;
    font-weight: 400;
    font-size: 20px;
}

.colR_txt {
    margin: 8px 0 0 0;
}

    .colR_txt a {
        text-decoration: none;
        font-size: 16px;
        color: #003853;
        font-weight: 500;
    }

        .colR_txt a:hover {
            /*color: #17A0D1;*/
            color: red;
        }

.colR_txt0 {
    margin: 8px 0 0 0;
    color: #cc0000;
}

.colR_txt1 {
    color: white;
    font-size: 20px;
    text-align: center;
}

.colR_txt2 {
    margin: 8px 0 0 0;
}

    .colR_txt2 a {
        text-decoration: none;
        font-size: 20px;
        color: #003853;
        font-weight: 500;
        padding-left: 15px;
    }

        .colR_txt2 a:hover {
            /*color: #17A0D1;*/
            color: red;
        }

.read {
    float: right;
    background-color: #cc0000;
    color: white;
    border: #cc0000;
    height: 35px;
    width: 110px;
}

.read1 {
    float: right;
    background-color: #cc0000;
    color: white;
    border: #cc0000;
    height: 35px;
    width: 110px;
    margin-top: 20px;
    margin-right: 63px;
}

.h1 {
    font-size: 19px;
    color: white;
}

p {
    font-size: 17px;
    font-family: Dosis, sans-serif;
    line-height: 22px;
}

h2 {
    font-size: 15px;
    color: white;
    margin-top: -5px;
    font-weight: 500;
}

.navL {
    background-color: black;
    background-image: url(../images/arrow-1.jpg);
    border: black;
    border-radius: 5px;
    height: 35px;
    width: 38px;
    background-repeat: no-repeat;
}

.navR {
    background-color: black;
    background-image: url(../images/arrow-2.jpg);
    border: black;
    border-radius: 5px;
    width: 38px;
    height: 35px;
}

.divvideo {
    height: 180px;
}

.divvideo1 {
    float: left;
    padding: 12px 0px 0px 17px;
}

.divvideo2 {
    float: right;
    /*margin: 35px 250px 0px 0px;*/
    margin-right: 60px;
}

h3 {
    margin: 0px;
    padding: 4px 0 7px 14px;
    font-size: 20px;
    color: #cc0000;
    text-align: left;
    background-color: #F1F1F1;
    border-left: 5px solid #cc0000;
    font-weight: 400;
}

h4 {
    padding: 4px 0 7px 14px;
    font-size: 20px;
    color: #cc0000;
    text-align: left;
    background-color: #F1F1F1;
    border-left: 5px solid #cc0000;
    font-weight: 400;
}


/*************************----CONTENT----************************/

/*************************----FOOTER----************************/
.footer {
    width: 100%;
    background-color: black;
}

.footer1 {
    width: 100%;
    padding: 30px;
}

.footer2 {
    border-top: 1px solid white;
    width: 100%;
    height: 80px;
}

    .footer2 p {
        margin: 0px;
        padding: 25px 36px 0 0;
        font-size: 15px;
        color: #fff;
        text-align: right;
    }


.footerdiv {
    float: left;
    width: 33%;
}

.footer11 {
    color: white;
    font-weight: bold;
    text-align: left;
    font-size: 21px;
    padding-bottom: 10px;
}

.footerp {
    font-size: 15px;
    color: #fff;
    text-align: left;
    line-height: 10px;
}

.footerdiv1 {
    margin-top: 154px;
}
/*************************----FOOTER----************************/

/*************************----Login----************************/
.login_mainbox1 {
    width: 100%;
    height: 100vh;
    /*height: auto;*/
    float: left;
    margin: 0px;
    padding: 0px;
    background-image: url(bg01.jpg);
    background-repeat: repeat-x;
    background-color: #214d70;
    font-family: Arial, Helvetica, sans-serif;
}

.logo2 {
    width: 569px;
    height: 76px;
    margin: 189px auto 0 auto;
}

.login_box {
    width: 500px;
    height: 250px;
    margin: 38px auto 200px auto;
    background-color: #000;
    border-radius: 12px;
    opacity: 0.9;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
}

.login_box1 {
    width: 500px;
    height: 250px;
    margin: 38px auto 200px auto;
    background-color: #F1F1F1;
    border-radius: 12px;
    opacity: 0.9;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
}

.login_in {
    width: 400px;
    margin: 0 auto 0 auto;
    padding-top: 30px;
}

    .login_in span {
        float: left;
        margin: 8px 0 8px 0;
        font-size: 14px;
        color: #FFF;
    }

.login_in1 {
    width: 400px;
    margin: 0 auto 0 auto;
    padding-top: 30px;
}

    .login_in1 span {
        float: left;
        margin: 8px 0 8px 0;
        font-size: 14px;
        color: black;
    }

.login_txtfield {
    width: 98%;
    height: 32px;
    background-color: #FFF;
    border-radius: 5px;
    border: none;
    padding-left: 8px;
}

.login_btn {
    float: left;
    border-radius: 4px;
    border: none;
    margin-top: 14px;
    padding: 8px 16px 8px 16px;
    outline: none;
    cursor: pointer;
    color: #FFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b21f1f+0,600707+100 */
    background: #456076; /* Old browsers */
   
}

.footerL {
    width: 100%;
    height: 56px;
    background-color: #1d1a1a;
    margin: 200px 0 0 0;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: white;
    text-align: center;
}
/*************************----Login----************************/

/*************************----Text----************************/

.tkt_txtfield1 {
    width: 300px;
    height: 35px;
    border: 1px solid #CCC;
    padding-left: 12px;
    font-family:"Dosis", sans-serif;
}

.tkt_txtfield2 {
    width: 312px;
    height: 35px;
    /*padding-left:12px;*/
}

.tkt_txtarea1 {
    width: 530px;
    height: 100px;
    border: 1px solid #CCC;
    padding-left: 12px;
    font-family:"Dosis", sans-serif;
}

.tkt_select1 {
    width: 315px;
    height: 40px;
    border: 1px solid #CCC;
    padding-left: 12px;
    font-family:"Dosis", sans-serif;
}

.tkt_txtfield3 {
    background-color: black;
    color: white;
    width: 150px;
    height: 40px;
    padding-left: 20px;
    padding-left: 12px;
}

.tkt_txtfield4 {
    margin-left: -12px;
    height: 40px;
    width: 250px;
    border: 1px solid #CCC;
    padding-left: 12px;
}

.colL_menuRdiv {
    background-color: #F1F1F1;
    width: 80%;
    height: 380px;
    margin-left: 60px;
}

.colL_menuRdiv1 {
    margin-left: 57px;
    padding-top: 35px;
    margin-bottom: 20px;
    font-weight: bold;
    font-weight: 500;
}

.newss_btn {
    float: right;
    padding-right: 8px;
}

    .newss_btn a {
        text-decoration: none;
        font-size: 14px;
        background-color: #000;
        color: #FFF;
        padding: 4px 0px 4px 7px;
    }

        .newss_btn a:hover {
            background-color: #cc0000;
            color: #fff;
        }

.colL_menuN {
    margin-top: 15px;
    text-align: right;
    margin-right: 46px;
}

.colL_menuT {
    margin-top: 15px;
    text-align: right;
}

.acolor {
    cursor: pointer;
    color: #cc0000;
    text-decoration: none;
}

.searchticket {
    font-size: 14px;
    background-color: #000;
    color: #FFF;
    border: #000;
    height: 30px;
}

.colRT {
    width: 95%;
    padding: 12px;
    background-color: white;
    border: 1px solid #F1F1F1;
    padding-bottom: 50px;
}

.pstyle {
    margin: 12px;
    font-size: 15px;

}


/*************************----Text----************************/
.top_text1
{
	width:100%;
	font-family: 'Merriweather', serif;
	font-weight:700;
	font-style:italic;
	font-size:42px;
	color:#244f70;
	text-align:center;
	
}
.top_text1 span
{
	color:#000000;
	font-style:normal !important;
	
}
.bottom_text1 
{
	width:100%;
	font-family: 'Merriweather', serif;
	font-weight:700;
	font-size:26px;
	line-height:10px;
	padding-left:130px;
}