body, p, ul, li, span, h1, h2, h3{padding:0px; margin:0px;}

body{background:#fff0bc url(../images/bg-page.jpg) no-repeat center top;}
.maindiv{width:1000px; margin:auto;}
.full{width:100%; float:left;}
.logoL{width:142px; float:left; padding:10px 0;}
.logoC{width:856px; float:left; font-size:35px; text-align:center; font-weight:bold; padding-top:42px;}
.logoC p{text-align:center; font-size:20px; color:#996600}
.logoR{width:130px; float:right;padding:10px 0;}

.menu{width:100%; float:left; background:#A4E100;}
.menu ul li{float:left; list-style:none}
.menu ul li a{float:left; color:#ffffff; font-size:14px; line-height:40px; padding:0 36px; font-family:Arial, Helvetica, sans-serif; text-decoration:none}
.menu ul li a:hover, .menu ul li a.active{background:#759720; color:#000}

.slider{width:100%; float:left; padding:10px 0px;}
.slider img{-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; max-width:100%;}
.left-pannel{width:698px; float:left}
.box{width:330px; float:left; border:solid 2px #000; margin-bottom:20px;}
.box h2{width:100%; padding:0 10px; float:left; background:#A4E100; border-bottom:solid 2px #000; line-height:34px; font-size:16px; -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}
.box img{width:330px; height:136px;}
.box h2 a{float:right; color:#691300; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
 .right{float:right;}


.right-pannel{width:270px; float:right; padding-bottom:20px;}
.right-pannel h3{background:#1e1a17; font-family:Arial, Helvetica, sans-serif; color:#fff; padding:10px 20px; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}

.right-pannel .event{ background:#fff; font-family:Arial, Helvetica, sans-serif;  float:left; border-bottom:dashed 1px #d3d3d3; padding:10px 20px; width:230px;}
.event h3{color:#e46713; font-size:12px; text-transform:uppercase; padding:5px 0px; background:#fff;}
.event span{color:#9b918b; font-size:14px; padding:0px 0px;}
.event p{color:#323231; font-size:14px; line-height:20px; text-align: justify; padding:0px 0px 10px 0px;}

.left-pannel ol{margin:0px 0 0 20px; padding:0px;}
.left-pannel ol li{padding-bottom:10px;}
.hadh2{background:#1e1a17; color:#fff; padding:0 10px;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; margin-bottom:10px;}
.left-pannel ol li span{color:#e05333}

.footer{width:100%; float:left; background:#12205F; margin-top:5px; text-align:center}

.footer  a{font-size:12px; display:inline-block; text-decoration:none; line-height:48px; color:#fff; padding:0px 20px;}
.footer span{color:#fff;}
.copyright{ text-align:center; color:#000; font-family:Arial, Helvetica, sans-serif; padding:10px 0; float:left; width:100% ;font-size:12px;}
.event:last-child{border:none}

.comming{text-align:center; font-size:28px; line-height:150px; color:#e46713}

p{font-size:13px; padding-bottom:20px; color:#000}
.left-pannel ul{margin-left:10px; margin-bottom:20px;}
.left-pannel ul li{font-size:13px; line-height:28px; color:#000}
a{color:#12205F; text-decoration:none;}
.form-download{font-size:16px; margin-bottom:20px; font-family:Arial, Helvetica, sans-serif; border:solid 1px #1e1a17; width:auto; display:inline-block; padding:15px 20px; background:#fff}
.form-download a{text-decoration:none}
.form-download a:hover{color:#000}

.index-link{padding:0 10px; font-family:Arial, Helvetica, sans-serif}
.index-link a{float:left;  clear:both; font-size:16px; line-height:27px; text-decoration:none}
.index-link a:hover{color:#000}

.left-pannel .event h3{padding:10px 10px; margin-bottom:10px; font-size:20px;}
.left-pannel .event span{color:#000; font-size:18px;}

.copyright span{float:left}
.copyright a{float:right}


        .popup-outer {
            width: 100%;
            float: left;
            height: 100%;
            background: url(subscribe/bg-popup.png);
            position: fixed;
            text-align: center;
            left: 0px;
			z-index:100000;
        }

        .mainpopup {
            max-width: 770px;
            margin: auto;
            margin-top: 150px;
            position: relative;
        }

       .mainpopup .left {
            width: 60%;
            float: left;
            background: #ffffff;
            text-align: center;
            padding: 20px 0;
            min-height: 295px;
        }

        .mainpopup .left h2 {
            padding: 0 20px;
            font-size: 30px;
            font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: #666;
        }

        .mainpopup .right {
            width: 36%;
            float: left;
            background: #d35400;
            text-align: left;
            padding: 20px 2%;
        }

        .mainpopup .right h2 {
            padding: 0 0px;
            font-size: 22px;
            font-family: Arial, sans-serif;
            color: #000;
        }

        .mainpopup .right p {
            padding: 0 0px;
            font-size: 14px;
            font-family: Arial, sans-serif;
            color: #000;
        }

        .mainpopup .right input {
            width: 96%;
            padding: 8px 2%;
            border: solid 1px #702d00;
            margin-bottom: 5px;
        }

        .mainpopup .right input[type="button"] {
            width: 100%;
            background: #f1c40f;
            cursor: pointer;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

        .mainpopup .right input[type="button"]:hover {
            background: #0f0d0b;
            color: #fff;
        }

        .cross {
            position: absolute;
            right: 0px;
            top: 0px;
            background: #fff;
            border: none;
            padding: 5px 5px;
            cursor: pointer;
        }

        .cross:hover {
            background: #f1c40f;
        }

.boxnew{width:100%;}
.box.boxnew img{width:100%; height:auto}
.box.boxnew div.left{width:25%; float:left;  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}
.box.boxnew div.right{width:75%; float:left; -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; padding:10px 20px 0px 20px;}
  
.event p:first-child a{color:#000; font-size:14px; font-weight:bold;}  




p.mobile-content{display:none}
/*@media (max-width:767px) {
p.mobile-content{display:block}
p.desktop-content{display:none}
	.maindiv{width:100%; margin:auto;}
.full{width:100%; float:left;}
.logoL{width:30%; float:left; padding:10px 0;}
.logoC{width:70%px;}
.slider img, .left-pannel, .right-pannel, .logoC{width:100%}

}*/