/*
Theme Name: SmartMenus
Theme URI: http://www.smartmenus.org/
Description: The default theme for SmartMenus.org
Version: 1.0
Author: Vasil Dinkov
/* ==================== | DEFAULT FONTS | ==================== */
::selection {
    color: #222 !important;
    background: #fef5a5;
}

::-moz-selection {
    color: #222 !important;
    background: #fef5a5;
}

[data-icon]:before {
    font-family: "Vadikom Icons";
    content: attr(data-icon);
    font-weight: normal;
    font-style: normal;
}

kbd {
    /* Thanks to: https://github.com/michaelhue/keyscss */
    display: inline;
    display: inline-block;
    min-width: 1em;
    padding: .2em .3em;
    font: normal .85em/1 "Lucida Grande", Lucida, Arial, sans-serif;
    text-align: center;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    cursor: default;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background: #555;
    background-image: -moz-linear-gradient(top,rgb(70,70,70) 0%,rgb(90,90,90) 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(70,70,70)),color-stop(100%,rgb(90,90,90)));
    background-image: -webkit-linear-gradient(top,rgb(70,70,70) 0%,rgb(90,90,90) 100%);
    background-image: -o-linear-gradient(top,rgb(70,70,70) 0%,rgb(90,90,90) 100%);
    background-image: -ms-linear-gradient(top,rgb(70,70,70) 0%,rgb(90,90,90) 100%);
    background-image: linear-gradient(top,rgb(70,70,70) 0%,rgb(90,90,90) 100%);
    color: #fff;
    text-shadow: -1px -1px 0 rgb(70, 70, 70);
    -moz-box-shadow: inset 0 0 1px rgb(150, 150, 150), inset 0 -.05em .4em rgb(80, 80, 80), 0 .1em 0 rgb(30, 30, 30), 0 .1em .1em rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 1px rgb(150, 150, 150), inset 0 -.05em .4em rgb(80, 80, 80), 0 .1em 0 rgb(30, 30, 30), 0 .1em .1em rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 1px rgb(150, 150, 150), inset 0 -.05em .4em rgb(80, 80, 80), 0 .1em 0 rgb(30, 30, 30), 0 .1em .1em rgba(0, 0, 0, .3);
}

#menu-button {
    /*display:none;
	text-align:center;
	background-color: #ff4443;
    color: #fff;
    padding: 5px;
	clear:both;*/
    background-color: #1F539A;
    clear: both;
    color: #fff;
    display: none;
    float: right;
    padding: 5px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -80px;
}


    #menu-button:hover, #menu-button:focus {
        background: #7ab51f;
    }

.span {
    background: #fff none repeat scroll 0 0;
    border: 2px none;
    display: block;
    height: 3px;
    margin: 4px 2px;
    padding: 0;
    width: 30px;
}


#menu-button.expand {
    margin-bottom: -3em;
}

#menu-button a {
    display: inline-block;
    border: 1px solid #dad3c9;
    padding: 0.111em 0.666em;
    text-decoration: none;
    color: #1675A1;
    white-space: nowrap;
    font-weight: bold;
    line-height: 1.61em;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

    #menu-button a:before {
        content: 'Menu -';
    }

#menu-button.expand a:before {
    content: 'Menu +';
}

#nav {
    padding: 0px 0px;
}

/* ==================== | CONTENT COLUMN | ==================== */
.align-left {
    float: left;
}
/* START clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
}

* html > body .clearfix {
    height: auto;
    display: inline-block;
}
/* END clearfix */

/* ==================== | SmartMenus | ==================== */
/* Main Menu */
#main-menu {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    z-index: 2;
    /*font-family: 'Roboto';*/
}

    #main-menu ul {
        width: 12em;
    }
    /* right align and no separator for the last item */
    #main-menu > li:last-child {
        /*float:right;
	border-left:0;*/
    }
    /* main menu icons */
    #main-menu > li [data-icon]:before {
        position: relative;
        top: 2px;
        margin-right: 0.375em;
        font-size: 0.89em;
        line-height: 20px;
        text-shadow: none;
    }

    #main-menu.sm-blue > li [data-icon]:before {
        color: #A4CDE1;
    }

.sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active,
.sm-blue ul a.highlighted {
    color: #ffad99 !important;
    text-shadow: none;
}

.sub-menu li {
    text-transform: inherit;
}

/* ==================== | Resposiveness | ==================== */

@media screen and (max-width: 966px) {
}

@media screen and (max-width: 799px) {
}

@media screen and (min-width: 768px) {
    .sub-menu li {
        float: left !important;
        width: 100%;
        border-right: #a94442 1px solid !important;
    }

        .sub-menu li a {
            border-bottom: 1px dashed #ff4000;
        }
}

@media screen and (max-width: 767px) {

    #nav {
        padding-top: 0em;
    }

    #menu-button {
        display: block;
    }
    /* Main menu */
    #main-menu.hidden {
        display: none;
    }
    /* the last item should not be floated to the right 
	#main-menu > li:last-child {
		float:none;
	}*/
    /* hide main menu icons */
    #main-menu > li [data-icon] {
        display: none;
    }

    #main-menu > li {
        border-bottom: solid 1px #000;
    }

    .slider_container {
        display: none;
    }

    .header {
        position: inherit;
    }

    .searchtop {
        display: none;
    }

    .navbar {
        min-height: 1px;
    }
    /*	#main-menu{margin-top:40px;}*/
}

@media screen and (max-width: 520px) {
}

/* ==================== | SmartMenus .sm-blue class | ==================== */

/* SmartMenus Core CSS (it's not recommended editing this)
===============================================================*/
ul.sm, ul.sm li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    direction: ltr;
    /*border-left: 1px solid #1C4986;
    border-right: 1px solid #2866B9;*/
    border-left: 1px solid #2b5284;
    border-right: 1px solid #2b5284;
}

    ul.sm, ul.sm li:last-child {
        border-right: 0px;
    }

        ul.sm, ul.sm li:first-child {
            border-left: 0px;
        }

            ul.sm li {
                position: relative;
            }

            ul.sm a {
                position: relative;
                display: block;
            }

                ul.sm a.disabled {
                    cursor: default;
                }

            ul.sm ul {
                position: absolute;
                top: -9999px;
                left: -800px;
                width: 100px;
                z-index: 999999;
            }

            ul.sm li {
                float: left;
            }

ul.sm-rtl {
    direction: rtl;
}

    ul.sm-rtl li {
        float: right;
    }

ul.sm ul li, ul.sm-vertical li {
    float: none;
}

ul.sm a {
    white-space: nowrap;
}

ul.sm ul a, ul.sm-vertical a {
    white-space: normal;
}

* html ul.sm-vertical li {
    float: left;
    width: 100%;
}

* html ul.sm-vertical ul li {
    float: none;
    width: auto;
}

*:first-child + html ul.sm-vertical > li {
    float: left;
    width: 100%;
}

ul.sm ul.sm-nowrap > li > a {
    white-space: nowrap;
}

ul.sm:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

* html ul.sm {
    height: 1px;
}

*:first-child + html ul.sm {
    min-height: 1px;
}

ul.sm {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*
---------------------------------------------------------------
  Note that styles you apply to the main menu items are inherited by the sub menus items too.
  If you'd like to avoid this, you could use child selectors (not supported by IE6) - for example:
  .sm-blue > li > a { ... } instead of .sm-blue a { ... }
---------------------------------------------------------------*/

/* Menu box
===================*/
.sm-blue {
    /*background-color:#1F539A;*/
}

.sm-blue-vertical {
}

.sm-blue ul {
    border: none;
    padding: 0px 0;
    background: #cc3300;
    color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 5px 12px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 5px 12px rgba(0,0,0,0.3);
    box-shadow: 0 5px 12px rgba(0,0,0,0.3);
}
    /* for vertical main menu subs and 2+ level horizontal main menu subs round all corners */
    .sm-blue-vertical ul,
    .sm-blue ul ul {
        /*-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;*/
    }

/* Menu items
===================*/
.sm-blue a {
    padding: 10px 14px 15px;
    color: #fff !important;
    font-size: 13px;
    line-height: 32px;
    font-weight: normal;
    text-decoration: none;
}

ul#main-menu li a.active {
    background-color: #7AB51F !important;
    color: #fff !important;
}

.sm-blue a.home {
    text-indent: -9999px;
    padding: 10px 24px;
    background: url(../img/homeIconBlack.png) no-repeat center center;
}

.sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active,
.sm-blue a.highlighted {
    background-color: #cc3300 !important;
    color: #fff !important;
}

.sm-blue a.home:hover, .sm-blue a.home:focus, .sm-blue a.home:active, .sm-blue a.home.highlighted {
    background: #cc3300 url(../img/homeIcon.png) no-repeat center center;
}

.sm-blue-vertical a {
    padding: 9px 40px 8px 23px;
    background: #cc3300; /* Old browsers */
    background-image: url(../demo/css-gradients-fallback/vertical-main-item-bg.png);
    background-image: -moz-linear-gradient(top,#3fa3d1 0%,#2586b3 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3fa3d1),color-stop(100%,#2586b3));
    background-image: -webkit-linear-gradient(top,#3fa3d1 0%,#2586b3 100%);
    background-image: -o-linear-gradient(top,#3fa3d1 0%,#2586b3 100%);
    background-image: -ms-linear-gradient(top,#3fa3d1 0%,#2586b3 100%);
    background-image: linear-gradient(top,#3fa3d1 0%,#2586b3 100%);
}

.sm-blue ul a {
    padding: 0px 5px;
    background: transparent;
    color: #363636;
    font-size: 14px;
    text-transform: Capitalize;
}

.sm-blue ul li {
    padding: 0px 10px 0px 10px;
}

.sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active,
.sm-blue ul a.highlighted {
    /*background:#BC6C0D;*/
    color: #940a10;
}
/* current items - add the class manually to some item or check the "markCurrentItem" script option */
/*.sm-blue a.current, .sm-blue a.current:hover, .sm-blue a.current:focus, .sm-blue a.current:active,
	.sm-blue ul a.current, .sm-blue ul a.current:hover, .sm-blue ul a.current:focus, .sm-blue ul a.current:active {
		background:#FF5453;
		color:#fff;
	}*/

.sm-blue ul li {
    border-right: 0px;
}

    .sm-blue ul li:last-child {
        border-bottom: 0px;
    }

/* Sub menu indicators
===================*/
.sm-blue a span.sub-arrow {
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 4px; /* tweak size of the arrow */
    /*border-style:solid dashed dashed dashed;
		border-color:#fff transparent transparent transparent;*/
}

.sm-blue-vertical a span.sub-arrow,
.sm-blue ul a span.sub-arrow {
    bottom: auto;
    top: 50%;
    margin-top: -5px;
    right: 15px;
    left: auto;
    margin-left: 0;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #363636;
}


/* Items separators
===================*/
.sm-blue li {
    border-left: 1px solid #d9d9d9;
}

    .sm-blue li:first-child,
    .sm-blue-vertical li,
    .sm-blue ul li {
        border-left: 0;
    }


/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
===================*/
.sm-blue span.scroll-up, .sm-blue span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #ffffff;
    height: 20px;
    /* width and position will be automatically set by the script */
}

.sm-blue span.scroll-up-arrow, .sm-blue span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px; /* tweak size of the arrow */
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #247eab transparent;
}

.sm-blue span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #247eab transparent transparent transparent;
}

/*
---------------------------------------------------------------
  Responsiveness
  These will make the sub menus collapsible when the screen width is too small.
---------------------------------------------------------------*/

/* decrease horizontal main menu items left/right padding to avoid wrapping */
@media screen and (max-width: 700px) {
    .sm-blue:not(.sm-blue-vertical) > li > a {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media screen and (max-width: 767px) {
    /* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
    ul.sm-blue {
        width: auto !important;
    }

        ul.sm-blue ul {
            display: none;
            position: static !important;
            top: auto !important;
            left: auto !important;
            margin-left: 0 !important;
            margin-top: 0 !important;
            width: auto !important;
            min-width: 0 !important;
            max-width: none !important;
        }

        ul.sm-blue > li {
            float: none;
        }

            ul.sm-blue > li > a, ul.sm-blue ul.sm-nowrap > li > a {
                white-space: normal;
            }

        ul.sm-blue iframe {
            display: none;
        }

    /* Menu box
===================*/

    #main-menu li ul.sub-menu li a {
        background: #4D900F;
        color: #1f539a;
    }

    .sm-blue {
        background: transparent;
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
        box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    }

        .sm-blue ul {
            border: 0;
            padding: 0;
            background: #fff;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .sm-blue ul ul {
                /* darken the background of the 2+ level sub menus and remove border rounding */
                background: rgba(100,100,100,0.1);
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0;
            }

        /* Menu items
===================*/
        .sm-blue a,
        .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active,
        .sm-blue a.highlighted {
            padding: 3px 5px 5px 28px !important; /* add some additional left padding to make room for the sub indicator */
            background: #03387C;
            color: #fff;
        }

        .sm-blue ul a,
        .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active,
        .sm-blue ul a.highlighted {
            background: transparent;
            color: #363636;
            text-shadow: none;
        }

            .sm-blue a.current, .sm-blue a.current:hover, .sm-blue a.current:focus, .sm-blue a.current:active,
            .sm-blue ul a.current, .sm-blue ul a.current:hover, .sm-blue ul a.current:focus, .sm-blue ul a.current:active {
                background: #1F539A; /* Old browsers */
                /*background-image:url(css-gradients-fallback/current-item-bg.png);
		background-image:-moz-linear-gradient(top,#005a84 0%,#00749f 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#005a84),color-stop(100%,#00749f));
		background-image:-webkit-linear-gradient(top,#005a84 0%,#00749f 100%);
		background-image:-o-linear-gradient(top,#005a84 0%,#00749f 100%);
		background-image:-ms-linear-gradient(top,#005a84 0%,#00749f 100%);
		background-image:linear-gradient(top,#005a84 0%,#00749f 100%);*/
                color: #fff;
            }

    add some text indentation for the 2 + level sub menu items .sm-blue ul a {
        border-left: 5px solid transparent;
    }

    .sm-blue ul ul a {
        border-left: 10px solid transparent;
    }

    .sm-blue ul ul ul a {
        border-left: 15px solid transparent;
    }

    .sm-blue ul ul ul ul a {
        border-left: 20px solid transparent;
    }

    .sm-blue ul ul ul ul ul a {
        border-left: 25px solid transparent;
    }

    /* Sub menu indicators
===================*/
    .sm-blue a span.sub-arrow,
    .sm-blue ul a span.sub-arrow {
        top: 50%;
        margin-top: -9px;
        right: auto;
        left: 6px;
        margin-left: 0;
        width: 17px;
        height: 17px;
        font: bold 16px/16px monospace !important;
        text-align: center;
        border: 0;
        text-shadow: none;
        background: rgba(0,0,0,0.1);
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
    }
    /* Hide sub indicator "+" when item is expanded - we enable the item link when it's expanded */
    .sm-blue a.highlighted span.sub-arrow {
        display: none !important;
    }

    /* Items separators
===================*/

    .sm-blue li {
        border-left: 0;
    }

    .sm-blue ul li {
        border-top: 1px solid #B0E45B;
    }

        .sm-blue ul li:first-child {
            border-top: 0;
        }
}

@media screen and (min-width: 768px) and (max-width: 1030px) {
    .nav > li > a {
        padding: 10px 10px;
    }

    .sm-blue a {
        padding: 10px;
        font-size: 14px;
    }
}

@media (max-width:360px) {
    #menu-button {
        top: -50px;
    }
}

.saree{
    height: 20px;
    background-image:url(../images/saree.gif);
    background-repeat:repeat-x;
}
