﻿﻿ div[data-layout-area-name="Main Navigation"] .edit-indicator-widget, div[data-layout-area-name="Main Navigation"] .edit-indicator-layout {
    display: none !important;
}

.about-main img {
    width: 100%;
    height: 100%;
}

/*.toparea {
            background: rgba(0,0,0,1);
            background: -moz-linear-gradient(top, rgba(0,0,0,1) 4%, rgba(17,17,17,1) 42%, rgba(28,28,28,1) 67%, rgba(43,43,43,1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(4%, rgba(0,0,0,1)), color-stop(42%, rgba(17,17,17,1)), color-stop(67%, rgba(28,28,28,1)), color-stop(100%, rgba(43,43,43,1)));
            background: -webkit-linear-gradient(top, rgba(0,0,0,1) 4%, rgba(17,17,17,1) 42%, rgba(28,28,28,1) 67%, rgba(43,43,43,1) 100%);
            background: -o-linear-gradient(top, rgba(0,0,0,1) 4%, rgba(17,17,17,1) 42%, rgba(28,28,28,1) 67%, rgba(43,43,43,1) 100%);
            background: -ms-linear-gradient(top, rgba(0,0,0,1) 4%, rgba(17,17,17,1) 42%, rgba(28,28,28,1) 67%, rgba(43,43,43,1) 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,1) 4%, rgba(17,17,17,1) 42%, rgba(28,28,28,1) 67%, rgba(43,43,43,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2b2b2b', GradientType=0 );
            height: 30px;
        }*/



#menu-wrap {
    /*background-color: #3B0003;*/
    /*height: 80px;*/
    /*background-image: url('Back_menu_wrapper.png');*/
    /*background-repeat: repeat-x*/
    background: -moz-linear-gradient(top, rgba(9,9,9,0.5) 0%, rgba(9,9,9,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,9,9,0.5)), color-stop(100%,rgba(9,9,9,0.5)));
    background: -webkit-linear-gradient(top, rgba(9,9,9,0.5) 0%,rgba(9,9,9,0.5) 100%);
    background: -o-linear-gradient(top, rgba(9,9,9,0.5) 0%,rgba(9,9,9,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(9,9,9,0.5) 0%,rgba(9,9,9,0.5) 100%);
    background: linear-gradient(to bottom, rgba(9,9,9,0.5) 0%,rgba(9,9,9,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80090909', endColorstr='#80090909',GradientType=0 );
    position: absolute;
    right: 0px;
    left: 0px;
    top: 50px;
    z-index: 99;
}


.hide {
    height: 0px;
    display: none;
}

/*.grid-stack-item {
    height: 100%;
    position: relative !important;
    float: left;
}*/

.grid-stack-item-content {
    /*border: 1px dotted;*/
}

.ddlModule {
    width: 150px !important;
    display: none;
}

#WidgetType {
    width: 135px !important;
}

/*.col-lg-3 {
    float: left;
    margin: 0 0px 30px 0px;
    cursor: pointer;
}*/

/*.col-lg-3 img {
        box-shadow: 2px 2px 5px #888;
    }*/


.BrickNet-content .widget {
    overflow: hidden;
}
/*div[data-widget-name="TextWidget"]
{
    padding-left:5px;
    padding-right:5px;
}*/
.contenthtml {
    right: 0px !important;
    height: 100%;
    overflow: hidden;
}

.slides img {
    cursor: pointer;
}

.ui-resizable-handle {
    display: none !important;
}

.carousel-indicators {
    display: none !important;
}

.footer {
    width: 100%;
    padding: 10px;
    color: #000;
    margin-top: 50px;
    font-size: 12px;
    position: relative;
    bottom: 0;
}



.aboutus {
    width: 135px;
    float: left;
    border-radius: 5px;
    margin: 30px 0px 0 10px;
    height: 80px;
}

    .aboutus img {
        display: flex;
        vertical-align: middle;
        text-decoration: none;
        color: #fff;
        text-align: center;
    }

        /*.aboutus  :hover {
                box-shadow: 0 0 5px #fff;
            }*/
        .aboutus img:hover {
            box-shadow: 0 0 5px #fff;
        }

    .aboutus div {
        float: left;
    }

/*.editing-on .widget {
    min-height: 135px;
}*/

.AboutLinks a {
    text-decoration: none;
    color: #fff;
    margin: 10px;
}

/*.AboutLinks {
            position: absolute;
            top: 115px;
            width: 332px;
            height: 20px;
            float: left;
        }*/

.topcontact {
    background-color: #560C10;
    width: 350px;
    height: 32px;
    float: right;
    position: absolute;
    top: 0;
    right: 18%;
    margin-left: 10px;
    border-radius: 0 0 6px 6px;
    box-shadow: 0px 1px 2px #000;
    padding: 0px 0px 0px 0px;
    color: #fff;
}

/*div[data-widget-name="Navigation"] {
    min-height: 40px !important;
}*/

/*.layout-area {
            overflow: hidden;
            min-height:100px;
        }*/
.contenthtml {
    overflow: hidden !important;
}

h1 {
    text-align: left;
    font-size: 40px;
    /*font-family: eras itc;*/
    color: #666666;
    font-weight: bold;
}

    h1 span {
        font-size: 40px;
        font-family: ergoe;
        color: #28ced2;
        font-weight: bold;
    }

.editing-on div[data-type="TextWidget"] {
    min-height: 130px;
}


.editVideo {
    top: 34px;
    right: 22px;
    position: relative;
}

.AreaBackgroudImage {
    /*background-size: 100% 100%;*/
    background-size: cover;
    float: left;
    width: 100%;
   
    
}

.carousel-inner img {
    width: 100%;
}

.slider .Inner_Content, .divSlider .Inner_Content {
    width: 100%;
}
/*.Inner_Content {
            width: 1142px;
            max-width: 100%;
            overflow: inherit;
            margin: 0px auto;
        }*/
.Inner_Content {
    max-width: 1142px;
    width: 100%;
    overflow: inherit;
    margin: 0px auto;
}

.mid_container {
    padding: 0px;
}

.login_top {
    opacity: 0.0;
}

    .login_top:hover {
        opacity: 1;
    }

    .login_top a {
        color: #000;
    }

.navbar {
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
}

/*.divSlider {
            margin-top: 79px!important;
        }*/


.VideoCover {
    position: fixed;
    width: 100%;
    height: 100%;
}

.DefaultYoutubeImg {
    width: 100%;
    height: 100%;
    position: absolute;
}

.Inner_Content {
    position: relative;
   z-index:9!important;
}

.editing-on .widget {
    height: 100%;
}

.row {
    margin: 0;
}

.top_down {
    position: relative;
    z-index: 999;
    right: 0;
    top: 0%;
}

.down_arrow a {
    padding: 20px;
    background: rgba(0,0,0,0.3);
}

.top_arrow a {
    padding: 20px;
    background: rgba(0,0,0,0.6);
}

.top_arrow {
    margin-bottom: 44px;
}



/*#back-top {
        position: fixed;
        bottom: 30px;
        margin-left: -150px;
    }

        #back-top a {
            width: 108px;
            display: block;
            text-align: center;
            font: 11px/100% Arial, Helvetica, sans-serif;
            text-transform: uppercase;
            text-decoration: none;
            color: #bbb;
           
            -webkit-transition: 1s;
            -moz-transition: 1s;
            transition: 1s;
        }

            #back-top a:hover {
                color: #000;
            }

        
        #back-top span {
            width: 108px;
            height: 108px;
            display: block;
            margin-bottom: 7px;
            background: #ddd url(up-arrow.png) no-repeat center center;
           
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
        
            -webkit-transition: 1s;
            -moz-transition: 1s;
            transition: 1s;
        }

        #back-top a:hover span {
            background-color: #777;
        }*/


#scrollToTop, #scrollToBottom {
    cursor: pointer;
    background-color: rgba(0,0,0,0.6);
    display: inline-block;
    height: 40px;
    width: 40px;
    color: #fff;
    font-size: 16pt;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
}

    #scrollToTop:hover {
        text-decoration: none !important;
        color: #00ffff;
    }

    #scrollToBottom:hover {
        color: #00ffff;
        text-decoration: none !important;
    }

    #scrollToTop .active {
        color: #00ffff;
        text-decoration: none !important;
    }

div[widgetname="Navigation"] {
    overflow: visible !important;
}

/*div[id*=LayoutArea] {
    padding: 0 !important;
}*/

div[data-widget-name="ImageGallery"] img:hover, div[data-widget-name="PostTypes"] a:hover, div[id="links"] img:hover {
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.75);
    cursor: pointer;
    display: block;
}

a[data-toggle="fb-modal"]:hover {
    
    -webkit-box-shadow: 0!important;
    -moz-box-shadow: 0!important;
    box-shadow: 0!important;
}

.picture_img a img:hover {
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.75);
    cursor: pointer;
    display: block;
}

.picture_img:hover .post_width a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
}


.picture_img:hover .post_width2 a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
}

.post_width:hover .picture_img {
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.75);
    cursor: pointer;
    display: block;
}


.post_width:hover .big_pic img {
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.75);
    cursor: pointer;
    display: block;
}


img.img-holder-img {
    width: 100% !important;
    height: auto !important;
}


/*.AreaBackgroudImage {
    background-size: cover!important;
background-attachment:fixed!important;
    }
*/



@media (max-width:1200px) {
    img.img-holder-img {
        width: 120% !important;
        height: 100% !important;
    }
}


@media (max-width:769px) {
    img.img-holder-img {
        width: 800px !important;
        height: 100% !important;
    }

    div[data-widget-name="CurrentPageSubNavigation"] .SubNav {
        display: none;
    }
}

@media (max-width:464px) {
    img.img-holder-img {
        width: 650px !important;
        height: 100% !important;
    }

    .FourBoxes {
        width: 100%;
    }
}

@media (max-width:400px) {
    img.img-holder-img {
        width: 600px !important;
        height: 100% !important;
    }
}

.imageHolder {
    z-index: 111;
    width: 100% !important;
}

/*<h1 style="text-align: center;"><span style="font-size: 40px;"><strong><span style="font-family:ergoe; color:#28ced2;">Kundar okkara</span></strong></span></h1>*/
.BrickNet-btn-warning:hover {
    background-color: #6A9E08 !important;
}

.col-sm-12 {
    padding: 0;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  
}

    ul.topnav li.icon {
        display: none;
    }

@media screen and (max-width:680px) {
    ul.topnav li:not(:first-child) {
        display: none;
    }

    ul.topnav li.icon {
        float: right;
        display: inline-block;
    }
}

@media screen and (max-width:680px) {
    ul.topnav.responsive {
        position: relative;
    }

        ul.topnav.responsive li.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        ul.topnav.responsive li {
            float: none;
            display: inline;
        }

            ul.topnav.responsive li a {
                display: block;
                text-align: left;
            }


    .icon_calender {
        text-align: center;
    }

        .icon_calender h4 {
            text-align: center !important;
        }
}

@media only screen and (max-width:992px) {
    .icon_calender .fa {
        font-size: 130px !important;
    }

    .icon_calender a {
        box-shadow: none !important;
    }
}

.noHover:hover {
    box-shadow: none !important;
}

div[data-widget-id="11448"]
{
    overflow:visible!important;
}
div[data-layout-area-name="body"]
{
        width: 100%;
    float: left;
   
}