﻿/*#region FRAME */
.DivOuter {
	border: 0px solid black;
}
.DivContentOuterTopSpacer {
    background-color: Black;
	height: 61px;
}
.DivContentOuterTop {
    background-color: Black;
    padding-right: 10px;
    padding-left: 10px;
}
.DivContentOuter {
    background-color: Black;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 1080px;
}
/*#endregion */

/*#region TOP */
.DivOuterTop {
	height: 154px;
    width: 1140px;
}
#DivTop {
    position: static;
    z-index: auto;
    width: 1140px;
    top: auto;
}
#DivTop.stick {
    position: fixed;
    z-index: 90;
    top: 0px;
}
.Logo
{
	vertical-align: bottom;
}
/*#endregion */


@media screen and (max-width:1160px) {
    .DivOuter {
		border: 0px solid black;
        width: 100%;
    }
    .DivOuterTop {
        width: 100%;
    }
}
@media screen and (max-width:1150px) {
    #DivTop {
        position: static;
        width: auto;
    }
    #DivTop.stick {
        position: static;
    }
}
@media screen and (max-width:980px) {
	.DivOuterTop {
		height: auto;
	}
    .DivContentInner {
        width: 100%;
    }
}
@media screen and (max-width:450px) {
    .DivContentOuterTop {
        padding-right: 5px;
        padding-left: 5px;
    }
    .DivContentOuter {
        padding-right: 5px;
        padding-left: 5px;
    }
}