/********* Header **********/

@media only screen and (min-width: 1200px) {
		
.cs-main-header {
    background-color: #000;
    color: #fff;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
		padding: 10px;
}
		
		.btStickyHeaderActive.btMenuHorizontal .mainHeader {
    width: 96%;
    left: 2%;
    right: 2%;
    border-radius: 20px !important;
    top: 20px;
}
		
		.btStickyHeaderOpen .cs-main-header {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
}

.cs-main-header-one, .cs-main-header-two {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    display: block;
}
		
		.cs-main-header-two {
    text-align: right;
}

.cs-main-header-one ul, .cs-main-header-two ul {
    list-style-type: none;
    margin-bottom: 0px;
}


.cs-main-header-one ul li, .cs-main-header-two ul li {
    display: inline-block;
}
		
		.cs-main-header-one ul li a, .cs-main-header-two ul li a {
    z-index: 9999;
    position: relative;
}	
		
}

@media only screen and (max-width: 1199px) {
		
.cs-main-header {
		display: none;
		}
		
}