﻿/* CSS Document */




@font-face {
    font-family: 'comfortaabold';
    src: url('../font/Comfortaa_Bold-webfont.eot');
    src: url('../font/Comfortaa_Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/Comfortaa_Bold-webfont.woff2') format('woff2'), url('../font/Comfortaa_Bold-webfont.woff') format('woff'), url('../font/Comfortaa_Bold-webfont.ttf') format('truetype'), url('../font/Comfortaa_Bold-webfont.svg#comfortaabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'diavlomedium';
    src: url('../font/Diavlo_MEDIUM_II_37-webfont.eot');
    src: url('../font/Diavlo_MEDIUM_II_37-webfont.eot?#iefix') format('embedded-opentype'), url('../font/Diavlo_MEDIUM_II_37-webfont.woff2') format('woff2'), url('../font/Diavlo_MEDIUM_II_37-webfont.woff') format('woff'), url('../font/Diavlo_MEDIUM_II_37-webfont.ttf') format('truetype'), url('../font/Diavlo_MEDIUM_II_37-webfont.svg#diavlomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    /*	font-family: Tahoma, Geneva, sans-serif;*/
    font-family: 'diavlomedium';
    direction: ltr;
    font-size: 15px;
    line-height: 24px;
    padding: 0px;
    margin: 0px;
    color: #666666;
    -webkit-font-smoothing: antialiased;
}

html, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead {
    margin: 0px;
    padding: 0px;
}

footer, header, figure, aside {
    margin: 0px;
    padding: 0px;
    display: block;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, select, textarea, button {
    font-family: Tahoma, Geneva, sans-serif;
    direction: ltr;
/*    color: #9e9e9e;*/
	color:#666;
    font-size: 12px;
    margin: 0em;
    margin: 5px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 1px 1px 2px #eeeeee inset;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

input, button {
    overflow: visible;
}

select option {
    padding-left: 4px;
}

p {
    margin: 0px;
    padding-bottom: 20px;
}

input, textarea, a {
    outline: none;
}

a {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

input[type=file] + input[type=file] {
    margin-left: 5px;
}

input[type=text], input[type=password] {
    line-height: 16px;
}

    select + select, input[type=text] + input[type=text], input[type=password] + input[type=password] input[type=text] + select {
        margin-left: 15px;
    }

    input[type=text] + input[type=submit] {
        margin-left: 10px;
    }

input[type=checkbox] {
    height: 13px;
    width: 13px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

input[type=submit], input[type=button], input[type=reset], a, button {
    cursor: pointer;
}

input[type=submit], input[type=button], input[type=reset], button {
    overflow: visible;
}

    input[type=submit] + input[type=submit], input[type=button] + input[type=button], input[type=reset] + input[type=reset], button + button, .btn + .btn, input[type=submit] + input[type=button], input[type=button] + input[type=submit] {
        margin-left: 5px;
    }

input[type=radio] {
    margin-right: 4px;
    position: relative;
    top: 1px;
}

    input[type=radio] + abbr, input[type=checkbox] + abbr {
        padding-right: 0px;
    }

abbr + select, abbr + input {
    margin-left: 15px;
}

select[class*=col-] {
    padding: 7px 8px;
}

a img, a:hover img, img, a:hover, a input {
    text-decoration: none;
}

a img, img, input[type=checkbox], input[type=radio], iframe {
    border: none;
}

ul {
    margin: 0px;
    padding: 20px 0px 12px 20px;
}

del {
    visibility: hidden;
}

textarea {
    width: 100%;
    max-width: 100%;
    min-height: 40px;
    resize: none;
}

input[type=file] {
    padding: 4px 5px;
    display: inline;
}

    input[type=file] + input {
        margin-left: 5px;
    }

input[type=text]:active, input[type=text]:focus, input[type=password]:active, input[type=password]:focus, textarea:active, textarea:focus, textarea.form-control:active, textarea.form-control:focus, select:active, select:focus {
    box-shadow: inset #e8e8e8 2px 2px 2px;
}

html body a.btn {
    padding: 8px 12px;
    text-decoration: none;
}

    html body a.btn:focus, html body a.btn:active, html body a.btn:hover {
        color: #FFF;
        text-decoration: none;
    }

input, input:focus, input:active, .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}

a {
    color: #000;
}

    a:hover {
        color: #484848;
    }

    a:visited {
        text-decoration: none;
    }

    a:hover, a:focus, a:active {
        color: #484848;
        text-decoration: none;
        outline: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0px;
    padding-bottom: 15px;
}

h5 {
    font-size: 12px;
    font-weight: bold;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

select {
    max-width: 255px;
}

input[type=submit], input[type=button], input[type=reset], button, .btn {
    font-family: 'MontserratRegular';
    color: #FFF;
    background-color: #0872ba;
    border: none;
    padding: 8px 20px 4px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    box-shadow: none;
}

    input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, button:hover, .btn:hover {
        background-color: #000;
        color: #FFF;
    }

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

{
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

hr {
    color: #D0D0D0;
}

address p {
    padding-bottom: 5px;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-button {
    width: 8px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #DDD;
    border: skinny plain lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
    border: skinny plain gray;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #1b1e24;
    }

::-webkit-input-placeholder {
    font-family: Arial, Helvetica, sans-serif;
    direction: ltr;
    font-size: 12px;
    color: #9e9e9e;
}

::-moz-placeholder {
    font-family: Arial, Helvetica, sans-serif;
    direction: ltr;
    font-size: 12px;
    color: #9e9e9e;
    opacity: 1;
}

:-ms-input-placeholder {
    font-family: Arial, Helvetica, sans-serif;
    direction: ltr;
    font-size: 12px;
    color: #000;
    opacity: 1;
}

..txt_small {
	font-weight: normal;
	font-size: 14px !important;
	line-height: 16px;
	width: 175px;
}

input:-moz-placeholder {
    font-family: Arial, Helvetica, sans-serif;
    direction: ltr;
    font-size: 12px;
    color: #000;
    opacity: 1;
}

::selection {
    background-color: #666;
    color: #fff;
}

::-moz-selection {
    background-color: #666;
    color: #fff;
}

::-ms-selection {
    background-color: #666;
    color: #fff;
}

::-o-selection {
    background-color: #666;
    color: #fff;
}

::-webkit-selection {
    background-color: #666;
    color: #fff;
}

/*------------------------------------------------------------------------------------------- RESET CSS CLOSE ----------------------------*/

@import url('bootstrap.min.css');

.mainbodypanel {
    inline-block;
    text-align: center;
    width: 100%;
    z-index: -1;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
/* css for header panel */
.headerbody {
    display: inline-block;
    text-align: center;
    width: 100%;
    z-index: 3;
    background: url(../images/header_bg.png) repeat-x left top;
    height: 93px;
    border-bottom: solid 1px #666;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
}

.hedercont {
    color: #333;
    width: 1400px;
    text-align: center;
    z-index: 5;
    display: inline-block;
}

.logo {
    float: left;
    width: 310px;
    padding-top: 10px;
    margin-right: 10px;
}

    .logo h1 {
        margin: 0;
        padding: 0;
    }
/* css for header navigation */
.hed_menu {
    margin: 0;
    padding: 30px 0 0 0;
    display: block;
    float: right;
    letter-spacing: 1px;
}
/*.hed_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hed_menu li {
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 7px;
	border-left: solid 1px #CDC9CA;
}
.hed_menu li a {
	font: bold 14px Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	padding: 5px 0;
}
.hed_menu li a.active {
	border-bottom: solid 5px #FCB042;
}
.hed_menu li:first-child {
	border-left: 0;
}
.hed_menu li a:hover {
	border-bottom: solid 5px #FCB042;
}*/
/* css for middle body */
.main_content_wrapper {
    display: inline-block;
    width: 100%;
    z-index: -1;
}

.bannerbody {
    background: #fff;
    margin-bottom: -187px;
    height: 700px;
}

    .bannerbody img {
        width: 100%;
        height: auto;
    }
/* mid content body */
.midcontentbody {
    width: 999px;
    margin: 0 auto;
    background: url(../images/trans_img.png) repeat;
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 21px; /*		opacity:0.5*/
}

.containerbody {
    background: #fff;
    color: #666;
    text-align: left;
    overflow: hidden;
}

.borderleft {
    border-left: solid 1px #ccc;
    background: #fbfbf7;
}
/* css for left panel */
.leftpanel {
    /*	border-right: 1px solid #ccc;*/
    color: #666;
    float: left;
    /*	height: 97.5%;*/
    margin-right: 0;
    /*	position: absolute;*/
    text-align: left;
    vertical-align: top;
    width: 698px;
    z-index: 3;
}

.leftcont, {
    padding: 0px;
}

.rightcont {
    padding: 20px;
}

.rightpanel {
    float: right;
    height: 97.3%;
    opacity: 1;
    /*	position: absolute;*/
    right: 18px;
    /*		border-left: 1px solid #ccc;*/
    vertical-align: text-bottom;
    width: 300px;
    z-index: 3;
}

.boottmpanel {
    overflow: hidden;
    width: 100%;
}
/* css for footer panel */
.site_footer {
    background: url(../images/footer_bg_img.jpg) no-repeat center bottom;
    background-size: 100%;
    height: 240px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
/* css for blog content */
.blog_cont_body {
    border-bottom: solid 2px #ccc;
    padding-right: 24px;
    min-height: 350px;
    text-align: justify;
}

    .blog_cont_body:last-child {
        border-bottom: 0;
    }

.cont_panel {
    padding: 7px 0 10px 7px;
}

.blogdatelft {
    float: left;
    width: 68px;
    height: 110px;
    padding-top: 80px;
    padding-left: 12px;
    padding-right: 20px;
    border-left: solid 4px #FF0101;
    text-align: center;
    background: url(../images/calender_img.png) no-repeat 30px 20px;
    font-family: "Times New Roman", Times, serif;
}

.blogdatepanel {
    width: 50px;
    margin: 0 auto;
}

    .blogdatepanel strong {
        font-size: 52px;
        text-align: center;
        color: #000;
        display: block;
        line-height: 42px;
        font-family: 'comfortaabold';
    }

    .blogdatepanel span {
        display: block;
        color: #666;
        font-size: 17px;
        border-top: solid 1px #333;
        padding-top: 10px;
        padding-bottom: 7px;
        margin-top: 7px;
        text-align: center;
    	}

    .blogdatepanel small {
        display: block;
        font-size: 12px;
        letter-spacing: 7px;
        padding-left: 3px;
        text-align: center;
    	}

.user_cont_rht {
    
    margin-left: 107px;
    padding: 10px 0 30px 0;
    text-align: left;
}

    .user_cont_rht h2 {
        margin: 0;
        padding: 0;
        display: block;
        font-weight: normal;
        font-size: 34px;
        font-family: 'comfortaabold';
        color: #000;
        margin-bottom: 3px;
        text-align: left;
        line-height: 40px;
    }

        .user_cont_rht h2 a {
            text-decoration: none;
        }
.user_cont_rht p{
	font-size:15px !important;
}
            .user_cont_rht h2 a:hover {
                text-decoration: underline;
            }

    .user_cont_rht figure {
        float: right;
        margin: 0 0 10px 20px;
        overflow: hidden;
        max-width: 207px;
        width: 100%;
        box-shadow: 3px 4px 10px 0 #999;
        border: solid 1px #fff;
		text-align:center;
		max-height:228px;
		height:100%;
    }

.readmorebut {
    display: inline-block;
    width: 160px;
    margin-top: 20px; margin-left:110px;
}.searchpanel input[type="submit"] {    display: inline-block;    vertical-align: top;    height: 30px;    width: 32px;    margin: 0 0 0 -5px !important;    padding: 0;}

/* css for new social media icon */
.socialiconbut .addthis_sharing_toolbox{
	text-align:right;
	margin-top:8px;
	}
.socialiconbut .addthis_sharing_toolbox a{
	margin-left:10px;
	}

.socialiconbut {
    display: inline-block;
    margin-top: 21px;
    margin-left: 30px;
    /*	position: absolute;*/
    float: right;
    vertical-align: top;
    width: 290px;
}

    .socialiconbut span {
        display: inline-block;
        width: 42px;
        height: 42px;
        margin-right: 10px;
    }

        .socialiconbut span a {
            width: 42px;
            height: 42px;
            display: block;
            text-decoration: none;
        }

        .socialiconbut span.si1 {
            background: url(../images/social_icon.png) no-repeat left top;
        }

            .socialiconbut span.si1:hover {
                background: url(../images/social_icon.png) no-repeat left -41px;
            }

        .socialiconbut span.si2 {
            background: url(../images/social_icon.png) no-repeat -46px 0;
        }

            .socialiconbut span.si2:hover {
                background: url(../images/social_icon.png) no-repeat -46px -41px;
            }

        .socialiconbut span.si3 {
            background: url(../images/social_icon.png) no-repeat -139px 0;
        }

            .socialiconbut span.si3:hover {
                background: url(../images/social_icon.png) no-repeat -139px -41px;
            }

        .socialiconbut span.si4 {
            background: url(../images/social_icon.png) no-repeat -187px 0;
        }

            .socialiconbut span.si4:hover {
                background: url(../images/social_icon.png) no-repeat -187px -41px;
            }

        .socialiconbut span.si5 {
            background: url(../images/social_icon.png) no-repeat -234px 0;
        }

            .socialiconbut span.si5:hover {
                background: url(../images/social_icon.png) no-repeat -234px -41px;
            }

/* css for user icons for left panel */
.userlike {
    display: block;
    margin: 0;
    padding: 0 0 15px 0;
}

    .userlike span {
        display: inline-block;
        vertical-align: middle;
        color: #C0C2C1;
        font-family: "Times New Roman", Times, serif;
        font-size: 14px;
        letter-spacing: 2px;
    }

        .userlike span a {
            margin: 0 3px;
            color: #C0C2C1 !important;
            vertical-align: middle;
            text-decoration: none;
        }

            .userlike span a:hover {
                text-decoration: underline;
            }

/* css for right panel on search panel */
.searchpanel {
    margin: 0 0 20px 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    vertical-align: text-bottom;
}

    .searchpanel textfieldpanel {
        border: solid 1px #A7A7A7;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        background: #F8F8F8;
        padding: 0;
        margin: 0;
        display: block;
        vertical-align: top;
    }

    .searchpanel input[type="text"] {
        padding: 6px 7px;
        display: inline-block;
        vertical-align: text-bottom;
        width: 206px;
		margin:0 !important;
        background: #F6F6F6;
    }

        .searchpanel input[type="text"]:hover {
            background: #fff;
            color: #000;
        }

    .searchpanel input[type="submit"] {
        display: inline-block;
        vertical-align: top;
        height: 30px;
        width: 32px;
        margin: 0 0 0 -5px !important;
        padding: 0;
    }

    .searchpanel .serchbt {
        background: url(../images/search_bt.png) no-repeat;
        width: 32px;
        height: 30px;
        border: 0;
    }

/* css for social icons */
.mediaiconpanelrht, .headlinepanelrht, .videopanelrht, .blogarchivepanelrht, .radiopanelrht, .advertisement {
    margin: 0 0 40px 0;
    text-align: center;
}

    .mediaiconpanelrht h4, .headlinepanelrht h4, .videopanelrht h4, .blogarchivepanelrht h4, .radiopanelrht h4, .advertisement h4 {
        font: bold 16px "Times New Roman", Times, serif;
        width: 70px;
        margin: 0 auto;
        display: block;
        color: #333;
        text-align: center;
        text-transform: uppercase;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: solid 1px #ccc;
        letter-spacing: 2px;
    }

    .headlinepanelrht h4 {
        width: 110px;
		font-weight:bold;
    }
.advertisement h4{
	 width: 160px;
		font-weight:bold;
}

    .videopanelrht h4 {
        width: 80px;
    }

    .blogarchivepanelrht h4 {
        width: 160px;
    }

    .page-heading
    {
        font-size:25px;
    }

    .details_page{
        margin-top:40px;

    }



    .radiopanelrht h4 {
        width: 180px;
    }

    .radiopanelrht new {
        border-bottom: 0px;
    }
    .mediaiconpanelrht span {
        margin-right: 8px;
    }

        .mediaiconpanelrht span.fb {
            background: url(../images/social_media_icon.png) no-repeat 0 top;
            height: 47px;
            width: 45px;
            display: inline-block;
            margin-left: 10px;
        }

            .mediaiconpanelrht span.fb:hover {
                background: url(../images/social_media_icon.png) no-repeat 0 bottom;
                transform: scale(.8);
            }

        .mediaiconpanelrht span.mt {
            background: url(../images/social_media_icon.png) no-repeat -54px top;
            display: inline-block;
        }

            .mediaiconpanelrht span.mt:hover {
                background: url(../images/social_media_icon.png) no-repeat -54px -47px;
                transform: scale(.8);
            }

        .mediaiconpanelrht span.twt {
            background: url(../images/social_media_icon.png) no-repeat -109px top;
            display: inline-block;
        }

            .mediaiconpanelrht span.twt:hover {
                background: url(../images/social_media_icon.png) no-repeat -109px -47px;
                transform: scale(.8);
            }

        .mediaiconpanelrht span.play {
            background: url(../images/social_media_icon.png) no-repeat -160px top;
            display: inline-block;
        }

            .mediaiconpanelrht span.play:hover {
                background: url(../images/social_media_icon.png) no-repeat -160px -47px;
                transform: scale(.8);
            }





        .mediaiconpanelrht span a {
            display: inline-block;
            height: 45px;
            width: 45px;
            text-decoration: none;
        }

    /* css for headline panel start here */
    .headlinepanelrht p {
        padding: 0 0 6px 0;
        margin: 0;
        margin-bottom: 15px;
        font-size: 14px;
        /*border-bottom: solid 1px #ccc;*/
        text-align: left;
    }

        .headlinepanelrht p a {
            color: #5C6E94;
            text-decoration: none;
            line-height: 22px;
            font-family: 'diavlomedium';
        }

            .headlinepanelrht p a:hover {
                text-decoration: underline;
            }

        .headlinepanelrht p small {
            display: block;
            font-size: 12px;
        }

    /* css for vudeo panel */
    .videopanelrht p {
        padding: 5px;
        margin: 0;
        margin-bottom: 15px;
        font-size: 14px;
        border-bottom: solid 1px #ccc;
        text-align: center;
        background: #333;
        border-radius: 12px;
        width:190px;
        margin-left:20px;
    }

    /* css for blog archive panel */
    .blogarchivepanelrht ul, .radiopanelrht ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .blogarchivepanelrht ul li, .radiopanelrht ul li span {
            list-style-type: none;
             color: #666;
        }

            .blogarchivepanelrht ul li a {
                padding: 1px 0 4px 10px;
                margin: 0;
                color: #666;
                border-bottom: solid 1px #ccc;
                text-decoration: none;
                text-align: left;
                display: block;
                width: 100%;
            }

                .blogarchivepanelrht ul li a:hover {
                    background: #eee;
                }

        /* css for radio panel */
        .radiopanelrht ul li {
            padding: 1px 0 4px 10px;
            margin: 0;
            color: #9e9e9e;
            border-bottom: solid 1px #ccc;
            text-decoration: none;
            text-align: left;
            display: block;
            width: 100%;
        }

    .radiopanelrht p {
        margin-top: 5px;
        padding-bottom: 0;
    }

/* css for footer panel */
.footpanel {
    background: url(../images/trans_img.png) repeat;
    bottom: 14px;
    height: 60px;
    position: absolute;
    width: 100%;
}

.footcont {
    width: 1045px;
    min-height: 58px;
    margin: 0 auto;
}

.footsocialicon {
    float: right;
    opacity: 1;
    padding-top: 10px;
}

    .footsocialicon span {
        width: 43px;
        height: 43px;
        display: inline-block;
    }

        .footsocialicon span a {
            width: 43px;
            height: 43px;
            display: block;
        }

        .footsocialicon span.ftw {
            background: url(../images/footer_soc_icon.png) no-repeat 0 0;
        }

            .footsocialicon span.ftw:hover {
                background: url(../images/footer_soc_icon.png) no-repeat 0 -43px;
            }

        .footsocialicon span.ffb {
            background: url(../images/footer_soc_icon.png) no-repeat -43px 0;
        }

            .footsocialicon span.ffb:hover {
                background: url(../images/footer_soc_icon.png) no-repeat -43px -43px;
            }

        .footsocialicon span.fg {
            background: url(../images/footer_soc_icon.png) no-repeat -88px 0;
        }

            .footsocialicon span.fg:hover {
                background: url(../images/footer_soc_icon.png) no-repeat -88px -43px;
            }

        .footsocialicon span.frss {
            background: url(../images/footer_soc_icon.png) no-repeat -132px 0;
        }

            .footsocialicon span.frss:hover {
                background: url(../images/footer_soc_icon.png) no-repeat -132px -43px;
            }

.copyrightleft {
    float: left;
    padding: 19px 0 0 0;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

    .copyrightleft a {
        color: #000;
        text-decoration: none;
    }

        .copyrightleft a:hover {
            text-decoration: underline;
        }

/* css for paging panel */
.lftpaging {
    margin: 30px 0;
    padding: 0 0 0 20px;
    float: left;
}

    .lftpaging ul {
        border: solid 1px #ADAAAA;
        padding: 0;
        list-style-type: none;
        overflow: hidden;
    }

    .lftpaging li {
        float: left;
        list-style-type: none;
        font: bold 12px Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
    }

        .lftpaging li a {
            display: inline-block;
            color: #333;
            padding: 10px 14px;
            text-decoration: none;
        }

            .lftpaging li a:hover {
                background: #000;
                color: #fff;
            }

        .lftpaging li.active a {
            background: #000;
            color: #fff;
        }

/* css for blog details page */
.blogdetailscontainer {
    margin-left: 20px;
    padding: 10px 0 0 0;
    overflow: hidden;
}

.blogdetailscontainer {
    text-align: left;
}

    .blogdetailscontainer h2 {
        margin: 0;
        padding: 0;
        display: block;
        font-family: 'comfortaabold';
        font-size: 34px;
        line-height: 40px;
        color: #000;
        margin-bottom: 3px;
        text-align: left;
    }

    .blogdetailscontainer figure {
        float: left;
        padding: 0 20px 20px 0px;
    }

/* css for header tab main menu style */

.nav, .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav {
    position: relative;
}

    .nav ul {
        height: 0;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 36px;
        text-transform: uppercase;
    }

    .nav li {
        float: left;
        position: relative;
        text-transform: uppercase;
        margin: 0 14px;
    }

        .nav li a {
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            -webkit-transition: 0.2s;
            transition: 0.2s;
            color: #000;
            display: block;
            /*text-shadow:3px 2px 1px #fff;*/
            font-size: 16px;
            line-height: 35px;
            padding: 1px 10px;
            text-decoration: none;
            font-weight: bold;
            text-align: left;
        }

            .nav li a.active {
                border-bottom: solid 5px #FCB042;
            }

        .nav li:hover > a {
            /*    border-color:#FCB042;*/
            color: #fff;
        }

        .nav li:hover ul.subs {
            height: auto;
            width: 210px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            font-weight: normal;
            border: solid 1px #333;
            border-width: 1px 4px 4px 1px;
        }

    .nav ul li {
        -moz-transition: 0s;
        -o-transition: 0s;
        -webkit-transition: 0s;
        opacity: 0;
        transition: 0s;
        width: 100%;
    }

    .nav li ul li {
        /*    -moz-transition-delay:0s;
    -o-transition-delay:1.5s;
    -webkit-transition-delay:1.5s;
    transition-delay:1.5s;*/
    }

    .nav li:hover ul li {
        opacity: 1;
        /*    -moz-transition-delay:0.5s;
    -o-transition-delay:0.5s;
    -webkit-transition-delay:0.5s;
    transition-delay:0.5s;*/
        margin: 0;
        padding: 0;
    }

    .nav ul li a {
        border-bottom: solid 1px #FCB042;
        color: #000;
        text-shadow: none;
        line-height: 1px;
        /*    -moz-transition:.5s;
    -o-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;*/
    }

    .nav li:hover ul li a {
        line-height: 35px;
    }

    .nav li ul li a {
        background: #fff;
        border-color: #FCB042;
        /*	-moz-transition:1s;
    -o-transition:1s;
    -webkit-transition:1s;
    transition:.5s;*/
        /*	border-left:solid 1px;*/
    }

    .nav ul li a:hover {
        background: #F9AE41;
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(249, 174, 65, 0.5)), to(rgba(249, 174, 65, 0)));
        background-image: -moz-linear-gradient(-100deg, rgba(249, 174, 65, 0.5), rgba(249, 175, 65, 0));
        background-image: -o-linear-gradient(-100deg,rgba(249,174,65,0.5),rgba(249,175,65,0));
        color: #fff;
        font-weight: bold;
    }

.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 11px 6px;
    border-color: transparent transparent #080404 transparent;
    opacity: 0.5;
}

.mc-image {
    height: 1914px !important; background-color: transparent !important;
}


/* css calender panel  */
.maincalendar tr th{
	font-size:16px !important;
	margin:0;
	padding:5px;
	}
 
.maincalendar a{
	text-decoration:none;
	color:#F60 !important;
	}
.sub_btn{
	font:bold 16px Arial, Helvetica, sans-serif !important;
	padding:5px 10px !important;
	}
.btnimage{
	background-color:none !important;
	}
.boxpoup{
 }
.pop_heading{
	font-family: "comfortaabold";
	font-size:22px;
	border-bottom:solid 1px #ccc;
	padding-bottom:10px;
	margin-bottom:20px;
	text-transform:uppercase;
}
.datetimeloc{
	padding:10px 0;
	border-top:solid 1px #ccc;
}
.datetimeloc span{
	display:inline-block;
	padding-right:20px;
	line-height:22px;
}
.yearblogdetails{
	border-bottom:solid 1px #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
	}
.yearblogdetails p{
	padding-bottom:5px;
	font-size:14px;
}
	
/* css for event details */
.eventdetails table tr{
	border-bottom:solid 1px #ccc;
	}
.eventdetails table tr td{
	vertical-align:middle;
	}
.eventdetails table tr td h3{
	padding-bottom:0;
	}
.cal_month_year{
}
.cal_month_year tr td select{
	min-width:160px;
	font-size:15px;
	}
.cal_month_year tr td{
	vertical-align:middle;
	}
.cate_name{
	font-family: "comfortaabold";
	font-size:18px;
	border-bottom:solid 1px #ccc;
	padding-bottom:10px;
	margin-bottom:20px;
	display:block;
	letter-spacing:1px;
	color:#F60;
	}
	
/* css for admin body panel */
.adminbodypanel{
	padding:40px;
	text-align:left;
	min-height:900px;
	}
.adminbodypanel h2{
	text-align:left;
	border-bottom:solid 1px #ccc;
	font-weight:bold;
	margin-bottom:20px;
}
.formaddblog input[type="text"], .formaddblog select, .formaddblog input[type="file"], .formaddblog textarea{
	width:400px;
	}
.textgrid_blogtitle table{
	width:100%;
}
.editdel{
	text-align:left;
	font-size:14px;
	width:85px;
}
.editdel a{
	text-decoration:none;
	color:#F60;
	padding-right:5px;
}
.editdel a:hover{
	text-decoration:underline;
	}
.grid_blog_heading{
	background:#333;
	color:#fff;
	text-align:center;
	}
.enterdes_error{
	/*display:block !important;*/
	font:normal 12px Arial, Helvetica, sans-serif;
	padding-left:5px;
	}
.liq_tab table{
	width:100%;
}
.addsubcate{
	text-align:right;
	}
.addsubcate a{
	float:right;
	border:solid 1px #ccc;
	padding:2px 8px;
	color:#C00;
	background-color:#eee;
	text-decoration:none;
	border-radius:6px;
	}
.addsubcate a:hover{
	background:#333;
	color:#fff;
	}
.categoryname {
     margin-left: 20px;
     margin-top: 20px;
    }
	
.required{
	color:#C00;
}
.maincalendar a.event_link{
	color:#fff !important;
	font:bold 13px Arial, Helvetica, sans-serif !important;
	}
	
.textaligncen{
	text-align:center;
}
.textaligncen figure{
	text-align:center;
}
.textaligncen figure img{
	max-width:120px;
	width:100%;
	height:auto;
	border:solid 1px #ccc;
	padding:2px;
	}
.textaligncen p{
	text-align:center;
	line-height: 17px !important;
	padding-left:5px;
	padding-right:5px;
}
.textaligncen p a{
	line-height:17px;
}
.textaligncen a img{
	border:0;
/*	height:90px;
	width:110px;*/
}
.advertisement .textaligncen a img{
		border:solid 1px #ccc !important;
	padding:5px !important;
	 max-width:90%;
	 width:83%	 
}
.advertisement{
	margin-bottom:0;
	}
 
 
		

/* --------------------------------------------------- media query ----------------------------------------------------------------- */

@media screen and (max-width: 1366px) {
    .hedercont {
        width: 1180px;
    }

    .nav li {
        margin: 0 7px;
    }

        .nav li a {
            padding: 1px 6px;
            font-size: 14px;
        }

        .nav li:hover ul.subs {
            height: auto;
            width: 180px;
        }

    .nav ul {
        height: 0;
        right: 0;
        overflow: hidden;
        position: absolute;
        top: 36px;
        text-transform: uppercase;
    }

    .nav li ul.subs li a {
        font-size: 13px;
    }
}

@media screen and (max-width: 1440px) {
    .nav li ul.subs li a {
        font-size: 13px;
    }

    .hedercont {
        width: 1170px;
    }

    .nav li {
        margin: 0 8px;
    }

        .nav li:hover ul.subs {
            height: auto;
            width: 170px;
        }

        .nav li a {
            padding: 1px 7px;
            font-size: 14px;
        }

    .nav ul {
        height: 0;
        right: 0;
        overflow: hidden;
        position: absolute;
        top: 36px;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 1280px) {
    .hedercont {
        width: 1170px;
    }

    .nav li {
        margin: 0 8px;
    }

        .nav li a {
            padding: 1px 7px;
            font-size: 14px;
        }

    .lstwith {
        width: 150px !important;
    }

    .nav ul {
        height: 0;
        right: 0;
        overflow: hidden;
        position: absolute;
        top: 36px;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 1024px) {
    .hedercont {
        width: 1020px;
    }

    .nav li {
        margin: 0 4px;
    }

        .nav li a {
            padding: 1px 4px;
            font-size: 14px;
        }

    .nav ul {
        height: 0;
        left: -35px;
        overflow: hidden;
        position: absolute;
        top: 36px;
        text-transform: uppercase;
    }

    .nav li ul.subs li a {
        font-size: 12px;
    }

    .lstwith {
        width: 130px !important;
        margin-right: 20px;
        right: -50px;
    }

    .footcont {
        width: 950px;
    }

    .logo h1 a img {
        width: 90%;
        margin-top: 5px;
    }

    .logo {
        margin-right: 0;
    }

    .categoryname {
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
   
 
}

.headimg{
	width:110px !important;
	height:90px !important;
}
.adimg{
    width:170px !important;
	height:167px !important;
}

 .paging
        {
           
            font-weight:bold;
            line-height: 8.2em;
        }
        
        .paging a
        {
            background-color: #CCCCCC;
            padding: 6px 12px;
            text-decoration: none;
                   color: White;
        }
        
        .paging a:hover
        {
            background-color: #7FD75C;
            color: White;
         
        }
        
        .paging span
        {
            background-color: #7FD75C;
            padding: 6px 12px;
                    color: White;
   
        }
        
        tr.paging
        {
            background: none !important;
        }
        
        tr.paging tr
        {
            background: none !important;
        }
        tr.paging td
        {
            border: none;
        }

        .noresult{
           margin-top:20px;
           margin-left:20px;
           color:red;
        }		.blog-001 {     min-height: 240px;    padding-left: 106px;		}