

.header {
	min-height: 142px;
/*padding: 0px;  */
	padding-bottom: 3px;
	margin-bottom: 15px;
	background: #f2f2df url("/des/7-1.png") 100% 100% repeat-x;
}

.header-inner {
	background: #28347e url("/des/2.gif") repeat-x;		
}

.header-logo {
	padding: 0px;    
	background-color: #5989bb;
	/*border: 1px solid #cc0000;*/
	min-height: 140px;	
}

.header-logo-link {
	/*border: 1px solid #cc0000;*/
	display: block;	
	float: right;
	/*min-height: 140px;*/
}

.header-content {
}

.header-content-right {

}

.header-name {
	display: block;
	margin-left: 10px;
}

.header-name-img {max-width: 100%;}

.footer {
    width: 100%;
    /*height: 80px;*/
    background: #28347e url("/des/7.gif") 0 0 repeat-x;
    margin-top: 50px;
    color: #fff;
    padding-top: 20px;
}

h1 {
    background: url(/des/s.gif) 0px 4px no-repeat !important;
    font-size: 18pt;
    font-weight: bold;
    font-style: italic;
    height: auto !important;
    padding-left: 55px;
    padding-top: 1px;
    margin: 3px 0px 30px 0px;
    clear: both;
}

#dream_main_menu {
	position: relative !important;
	/*margin-bottom: 10px !important;*/
}

#dream_main_menu li a {
	font-weight: bold;
}


.nav {
	margin: 10px 0px;
}

/*http://codepen.io/ecardoza/pen/GmcJl*/

.nav-mobile {
    display: none;
    font-weight: bold;
    background-color: #28347e;
    color: #fff;
    /*padding: 10px;*/
    cursor: pointer;
    position: absolute;
    top: 40px;
    left: 20px;
}
.nav-mobile:hover, .nav-mobile:active {
	color: #fff;
}
.mobnav-subarrow {
    display: none;
}

.sf-menu a {padding: 3px 13px !important;}

@media only screen and (max-width: 767px) {
    #mobnav-btn {
        display: block;
    }
    .mobnav-subarrow {
        display: block;
        padding-left: 10px;
        background-color: #333333;
        opacity: .7;
        border-bottom: 1px solid white;
        border-top: 1px solid black;
        height: 20px;
        width: 30px;
        background-position: top left!important;
        position: absolute;
        top: 2px;
        right: 2px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        color: #fff;
    }
    .sf-menu {
        width: 100%!important;
        display: none;
    }
    .sf-menu.xactive {
        display: block!important;
    }
    .sf-menu li {
        float: none!important;
        display: block!important;
        width: 100%!important;
    }
    .sf-menu li a {
        float: none!important;
    }
    .sf-menu ul {
        position:static!important;
        display: none!important;
    }
    .xpopdrop ul {
        display: block!important;
    }
}
