/* Base Styles */
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1;
    font-family: Play,Calibri;
}

#cssmenu {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: auto;
}

    #cssmenu ul {
        zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
        padding: 5px 10px;
        background: rgba(255,255,255,0.2);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }

        #cssmenu ul.custom {
            background: #1c465d; /*rgba(255,255,255,0.2);*/
        }

        #cssmenu ul:before {
            content: '';
            display: block;
        }

        #cssmenu ul:after {
            content: '';
            display: table;
            clear: both;
        }

    #cssmenu li {
        float: left;
        margin: 0 5px 0 0;
        border: 1px solid transparent;
    }

        #cssmenu li a {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            padding: 8px 15px 9px 15px;
            display: block;
            text-decoration: none;
            color: #ffffff;
            border: 1px solid transparent;
            font-size: 14px;
        }

        #cssmenu li.active {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #609EBA;
            font-size: 15px;
        }

            #cssmenu li.active a {
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                -o-border-radius: 5px;
                border-radius: 5px;
                display: block;
                background: #1e6468;
                border: 1px solid #133e40;
                -moz-box-shadow: inset 0 5px 10px #133e40;
                -webkit-box-shadow: inset 0 5px 10px #133e40;
                box-shadow: inset 0 5px 10px #133e40;
            }

        #cssmenu li:hover {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #609EBA;
        }

            #cssmenu li:hover a {
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                -o-border-radius: 5px;
                border-radius: 5px;
                display: block;
                background: #1e6468;
                border: 1px solid #133e40;
                -moz-box-shadow: inset 0 5px 10px #133e40;
                -webkit-box-shadow: inset 0 5px 10px #133e40;
                box-shadow: inset 0 5px 10px #133e40;
            }


/*404 ERROR PAGE*/
.error404 {
    background: url('../images/bg.jpg') no-repeat 100%;
    background-size: 100%;
    font-family: 'open_sanslight';
    font-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
/**-----start-wrap---------**/
.wrap {
    width: 70%;
    margin: 5.2% auto 4% auto;
}
/**-----start-logo--------**/
.logo {
    padding: 0.5em;
    text-align: center;
    padding: 1% 1% 5% 1%;
}

    .logo h1 {
        display: block;
        padding: 2em 0em;
    }

    .logo span {
        font-size: 2em;
        color: lightgray;
    }

        .logo span img {
            width: 40px;
            height: 40px;
            vertical-align: bottom;
            margin: 0px 10px;
        }
/**-----end-logo---------**/
/**-----start-search-bar-section------**/
.seach_bar {
    padding: 1em;
}

    .seach_bar p {
        font-size: 1.5em;
        color: lightgray;
        font-weight: 300;
        margin: 2.6em 0em 0.9em 0em;
    }

    .seach_bar span a {
        font-size: 1em;
        color: #fff;
        text-decoration: underline;
        font-weight: 300;
        font-family: 'open_sansregular';
    }

/*********Media Queries************/
@media only screen and (max-width: 768px) {
    .wrap {
        width: 80%;
    }

    .logo img {
        width: 315px;
    }
}

@media only screen and (max-width: 640px) {
    .wrap {
        width: 85%;
    }

    .logo {
        padding: 1% 1% 12% 1%;
    }

    .buttom {
        width: 515px;
    }

    .logo img {
        width: 300px;
    }
}

@media only screen and (max-width: 480px) {
    .wrap {
        width: 90%;
    }

    .logo {
        padding: 1% 1% 12% 1%;
    }

    .buttom {
        width: 440px;
    }
    /***/
    .logo span {
        font-size: 1.6em;
    }

    .seach_bar p {
        font-size: 1.2em;
        margin: 2.6em 0em 0.7em 0em;
    }

    .search_box {
        padding: 3px 10px;
    }

    .logo img {
        width: 270px;
    }
}

@media only screen and (max-width: 320px) {
    .wrap {
        width: 90%;
    }

    .logo {
        padding: 1% 1% 12% 1%;
    }

    .buttom {
        width: 290px;
    }
    /***/
    .logo span {
        font-size: 1.4em;
    }

    .seach_bar p {
        font-size: 1em;
        margin: 1.5em 0em 2em 0em;
    }

    .logo span img {
        vertical-align: middle;
    }

    .logo img {
        width: 200px;
    }

    .copy_right {
        padding: 2em 0px 0px 0px;
    }
}



.smallmenu ul {
    text-align: left;
    display: inline;
    margin: 0;
    padding: 5px;
    list-style: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    .smallmenu ul li {
        font: bold 12px/18px sans-serif;
        display: inline-block;
        position: relative;
        padding: 10px;
        background: #fff;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

        .smallmenu ul li:hover {
            background: lightgray;
            color: #fff;
        }

        .smallmenu ul li ul {
            padding: 0;
            position: absolute;
            top: 38px;
            left: -52px;
            width: 120px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            display: none;
            opacity: 0;
            visibility: hidden;
            background: lightgray;
            -webkit-transiton: opacity 0.2s;
            -moz-transition: opacity 0.2s;
            -ms-transition: opacity 0.2s;
            -o-transition: opacity 0.2s;
            -transition: opacity 0.2s;
        }

            .smallmenu ul li ul li {
                background: lightgray;
                display: block;
                color: whitesmoke;
                /*text-shadow: 0 -1px 0 #000;*/
            }

                .smallmenu ul li ul li:hover {
                    background: white;
                }

        .smallmenu ul li:hover ul {
            display: block;
            opacity: 1;
            background: whitesmoke;
            visibility: visible;
        }

/*.dropdown-toggle-new {
    display: inline-block;
}

.dropdown-toggle-new:hover + .dropdown-menu {
    display: block;
}*/

.dropdown .dropdown-menu {
    position: absolute;
    top: 50%;
    display: none;
    margin: 0;
    list-style: none; /** Remove list bullets */
    width: 100%; /** Set the width to 100% of it's parent */
    padding: 0;
    left: -145px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/** List Item Styles **/
/*.dropdown a {
    display: block;
    padding: 0.2em 0.8em;
    text-decoration: none;
    background: #CCCCCC;
    color: #333333;
}*/

/** List Item Hover Styles **/
.dropdown a:hover {
    background: #BBBBBB;
}

.containerlock {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1050;
    width: 100%;
    height: 100%;
}

.reveal-modal {
    background: #e1e1e1;
    margin: 0 auto;
    width: 400px;
    position: relative;
    z-index: 41;
    top: 25%;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
