/*.swap {
	height: 100vw;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}*/

.container_1 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
    width: 100%;
    max-width: 1200px;
}
.header {
    padding: 8px 0 10px 0;
    background: #cccccc;
	position: relative;
	height:240px;
    display: none;
    z-index: 2000;
}
.header .navigation .menu {
	background: #444;
    box-shadow: 0px 0px 10px #333;
}
.header .navigation .menu span {
    display: block;
    margin-top: 14px;
    padding: 10px 12px;
    font-size: 12pt;
    color: #fff;
	line-height:1.2;
}
.header .navigation .menu .menu-list ul {
    list-style: none;
    padding-left: 0px;
}
.header .navigation .menu .menu-list ul li {
	padding-top:-40px;
	padding-bottom:-40px;
	background: #fff;
    padding-left: 10px;
    border: 1px solid #eee;
    border-top: 0;
}
.header .navigation .menu .menu-list ul li a {
    font-size: 14pt;
}
.header .navigation .menu .menu-list ul li:hover {
    color:red;
}
a {
    color: #888;
}
.header .navigation .sform span {
    display: block;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #ccc;
    font-size: 15px;
    color: #555;
}
.header .navigation .sform .form .form-group input {
    margin-bottom: 10px;
}
.menu-btn {
    position: absolute;
    right: 10%;
    z-index: 2000;
}
.menu-btn a {
    display: inline-block;
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14pt;
    color: #fff;
    background: #F76753;
    text-decoration: none !important;
}
.head {
    background: rgba(0, 0, 0, 1.0);
    border-top: 3px solid #F76753;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 8px 0;
    width: 100%;
    position: absolute;
    z-index: 1000;
}
.br-lblue {
    background: #368699;
}
.br-green {
    background: #3EB95E;
}
.br-red {
    background: #F7A453;
}
