@media
	only screen and (max-width:319px),
	only screen and (min-width:320px) and (max-width:480px) and (orientation:portrait),
	only screen and (min-width:320px) and (max-width:480px) and (orientation:landscape) ,
	only screen and (min-width:481px) and (max-width:767px)  
{

.ftrTopBar {position:relative; top:0; height: 25px; background:#ff8100; background:transparent; overflow: hidden;}

.ftrTopBar .left {
	background-color: #ff8100;
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    height: 30px;
    width: 125%;
    position: absolute;
    top: 0;
    left: -50%;
    xx-transform: rotate(7deg) skew(-1deg, -1deg);
	}

.ftrTopBar .right {
	background-color: #ff8100;
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    height: 30px;
    width: 125%;
    position: absolute;
    top: 0;
	right: -50%;
    xx-transform: rotate(-5deg) skew(5deg, 1deg) translateY(3px);
	}

}








@media only screen and (min-width:992px) and (max-width:1199px) {
/* menu FOOTER-TOP */

.ftrTopBar {position:relative; top:0; height: 50px;}

.ftrTopBar .left {
	background-color: #001f4e;
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    height: 250px;
    width: 125%;
    position: absolute;
    top: 0;
    left: -50%;
    transform: rotate(7deg) skew(-1deg, -1deg);
	}

.ftrTopBar .right {
	background-color: #001f4e;
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    height: 250px;
    width: 125%;
    position: absolute;
    top: 0;
	left: 25%;
    transform: rotate(-3deg) skew(5deg, -1deg);
	}

/* i992-x1199 */
}






@media only screen and  (min-width:1200px) {
/* menu FOOTER-TOP */

.ftrTopBar {position:relative; top:0; height: 50px;}

.ftrTopBar .left {
	background-color: #001f4e;
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    height: 250px;
    width: 125%;
    position: absolute;
    top: 0;
    left: -50%;
    transform: rotate(7deg) skew(-1deg, -1deg);
	}

.ftrTopBar .right {
	background-color: #001f4e;
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    height: 250px;
    width: 125%;
    position: absolute;
    top: 0;
	left: 25%;
    transform: rotate(-3deg) skew(5deg, -1deg);
	}

/* i1200 */
}