/** 
*	Theme Name: SZI Shivani-co-nz
*	Theme URI: http://www.szitechnologies.com/
*	Author:	Hiranmoy Mondal
*	Author URI: http://localhost/
*	Version: 0.1 
*/

@import 'css/bootstrap.min.css';
@import 'css/bootstrap-theme.css';
@import 'css/style.css';
@import 'engine1/style.css';
@import 'css/flexslider.css';

.woolink>img {
    display: block;
    max-width: 100%;
    height: 200px !important;
}

.navbar-nav .dropdown-menu{
	background: #730300 !important;
}

.navbar-nav .dropdown-menu>li>a {
    display: block;
    padding: 5px 20px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff !important;
    white-space: nowrap;
}

.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
    background-color: #5f0606;
    background-image: none;
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: none;
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}