header {
    width:100%;
	margin:0px auto;
    height: 165px;
    position: fixed;
    z-index: 9999999;
    background-color: #fff;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s; 
    border-bottom:4px solid #203c7d;
	top:0px;
}

.rs {
    position: relative;
    margin: 0px auto;
    max-width: 1280px;
    height: 165px;
    max-height: 100%;
    background-color: #fff;
	font-family:IranSans;
	font-size:14px;
	color:#ffffff;
}

header.smaller
{
    height:75px;
}
header.smaller .menu
{
    top:10px !important;
      -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s; 
}
header.smaller .top-bar
{
	height:0px;
	display:none;
      -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s; 
}
.logo {
            position: absolute;
            height: 100%;
            width: 100%;
           
            text-align:center;
        }

            .logo > a > img:first-child {
                max-height: 80%;
                position: absolute;
                margin: auto;
                left: auto;
                top: 0;
                bottom: 0;
                right: 0px;
            }
.logo h1
{
	position:absolute;
	bottom:0px;
	margin:0px;
    padding:0px;
    font-weight:normal;
    text-align:center;
    font-size:20px;

}
.logo a  
{
    font-family:BYekan;
    color:#203c7d;
    height: 100%;
    width: 200px;
    display:block;
}
.logo-img1
{
	bottom:10px !important;
	position:absolute !important;
	max-height:inherit !important;
	top:auto !important;
	left:auto !important;
	right:5px !important;
}
@media only screen and (max-width:768px)
{
	header
	{
		height:110px;
	}
	
	.logo > a > img:first-child
	{
		max-height:60%;
		top:10px;
		right:5px;
		left:auto;
	}
	
	.logo 
	{
		width:100%;
	}
	.logo-img1 
	{
		bottom:auto;
		top:40px !important;
		right:50% !important;
		margin-right:-57px;
		display:block !important;
	}
	
	.logo a 
	{
		width: 122px;
	}
	
}