﻿.menucontainerbg {
    width: 100%;
    height: 44px;
    text-align: center;
    background: rgba(0,0,0,0.7) none repeat scroll !important;
    background: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    position: absolute;
    top: 450px;
}

.menucontainer {
    position: absolute;
    top: 450px;
    width: 100%;
}

    .menucontainer .venus-menu {
        position: relative;
    }
.MainMenus {
border-left:1px solid #dedede;
}
.venus-menu {
    width: 800px;
    margin: 0 auto 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    list-style: none;
  /*box-shadow: 0 1px 3px #dedede;*/  
    bottom: 0;
}

    .venus-menu li {
        display: inline-block;
        margin: 0;
        padding: 0;
        float: left;
        line-height: 20px;
        position: relative;
    }



    .venus-menu > li > a {
        padding: 12px 24px;
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        display: block;
        -webkit-transition: color 0.2s linear, background 0.2s linear;
        -moz-transition: color 0.2s linear, background 0.2s linear;
        -o-transition: color 0.2s linear, background 0.2s linear;
        transition: color 0.2s linear, background 0.2s linear;
    }

    .venus-menu li:hover > a, .venus-menu li.active a {
       /* background: #8ECB8D;*/
       background: #000;
        color: #fff;
    }

    .venus-menu > li > a i {
        color: #bababa;
    }

    .venus-menu > li:hover > a i, .venus-menu li.active a i {
        color: #fff;
    }


    .venus-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: none;
        position: absolute;
        z-index: 99;
        width: 640px;
       /*background: #8ECB8D;*/
        background: #000;
    }


        .venus-menu ul li ul {
            width: 640px;
        }

        .venus-menu ul.textcontent {
            background: none;
            width: 200px;
            color:#fff;
        }

    .venus-menu ul {
        left: 0;
       /* padding-top: 10px;*/
    }

    .venus-menu > li > ul > li:first-child > a:before {
        content: '';
        position: absolute;
        bottom: 48px;
        left: 45%;
        /*margin-left: -48px;*/
        width: 0;
        height: 0;
        border-left: 8px solid rgba(255, 255, 255, 0);
        border-right: 8px solid rgba(255, 255, 255, 0);
        border-bottom: 8px solid #000;
    }




    .venus-menu > li > ul > li ul li:first-child > a:before {
        content: '';
        position: absolute;
        bottom: 16px;
        left: 45%;
        /*margin-left: -71px;*/
        width: 0;
        height: 0;
        border-top: 8px solid rgba(255, 255, 255, 0);
        border-right: 8px solid #000;
        border-bottom: 8px solid rgba(255, 255, 255, 0);
    }

    .venus-menu ul li ul {
        top: 0;
        left: 100%;
        padding-left: 10px;
    }

    .venus-menu ul li {
        /*clear: both;
	width: 100%;*/
        border: none;
    }


.overlay {
    background: url(images/overlay-bg.png) repeat;
    width: 150px;
    height: 120px;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
}

.venus-menu ul li a {
    padding: 14px 20px;
    /*width: 100%;clear: both; */
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    float: left;
    background: #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

    .venus-menu ul li a.linktext {
        display: inline;
        float: none;
        background: none;
    }

.venus-menu ul li:hover > a {
    /*background: #7bc27a;*/
    background: #999;
}

.venus-menu > li > ul > li:first-child:hover a:before {
  background: #000;
}

.venus-menu > li > ul > li ul li:first-child:hover a:before {
    background: #999;
}



.venus-menu > li .indicator {
    position: absolute;
    color: #bababa;
    top: 12px;
    right: 8px;
    font-size: 20px;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.venus-menu > li:hover > .indicator {
    color: #fff;
}

.venus-menu ul > li .indicator {
    top: 14px;
    right: 8px;
    color: #fff;
}




.venus-menu i {
    line-height: 20px !important;
    margin-right: 6px;
    font-size: 20px;
    float: left;
}



.venus-menu > li.showhide {
    display: none;
    width: 100%;
    height: 46px;
    cursor: pointer;
    color: #777;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    background: #fff;
}

    .venus-menu > li.showhide span.title {
        margin: 13px 0 0 20px;
        float: left;
    }

    .venus-menu > li.showhide span.icon {
        margin: 16px 20px;
        float: right;
    }

    .venus-menu > li.showhide .icon em {
        margin-bottom: 3px;
        display: block;
        width: 20px;
        height: 2px;
        background: #ccc;
    }




div.supsearch {
    /*float: left; */
    padding-top: 15px;
   
}

    div.supsearch input {
        width:97%;
     height: 26px;
     line-height:26px;
    padding-left: 10px;
  border: solid 1px #dedede;
    border-radius: 5px;
    outline: none;
    background: #F9F0DA;
    color: #9E9C9C;
     -o-transition: border .3s linear;
        -moz-transition: border .3s linear;
        -webkit-transition: border .3s linear;
        transition: border .3s linear;
    }
    div.supsearch button {
position: absolute;
    top: 0;
    right: 0px;
        width: 26px;
    height: 28px;
    border: none;
    background: #7BA7AB;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    }
    div.supsearch button:before {
        content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    color: #F9F0DA;
    }

div.supsearch  input:focus {
        border-color: #7BA7AB;
    }



.post-entry {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
}




.zoom-out {
    -webkit-animation: zoomOut 600ms ease both;
    -moz-animation: zoomOut 600ms ease both;
    -o-animation: zoomOut 600ms ease both;
    animation: zoomOut 600ms ease both;
}
