@charset "utf-8";

/* CSS Document */



.toggle {

	float: left;

	cursor: pointer;

	margin: 0 0 0;

	padding: 0 0 0;

	position: relative;

	z-index: 9999;

}

.toggle-text1 {

	float: left;

	font-size: 16px;

	font-weight: 700;

	color: #fe7300;

	line-height: 18.04px;

	display: inline-block;

	margin: 2px 0 0 10px;

}

.toggle-bar1 {

	width: 20px;

	float: left;

	margin: 0 0 0;

}

.bar {

	width: 100%;

	height: 4px;

	background:#fe7300;

	display: block;

	margin: 3px 0 0;

	border-radius:10px;

	-webkit-transition: all .35s ease;

	transition: all .35s ease;

}

.bar:first-child {

	margin-top: 0;

}

.bar:last-child {

	margin-bottom: 0;

}

.middle {

	top: 11px;

}

.bottom {

	top: 22px;

}

.toggle-active .toggle-text1 {

	color: #fff;

	margin: 2px 0 0 10px;

}

.toggle-active .bar {

	background: #000000;

}

.toggle-active .top {

	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);

	position: relative;

	top: 5px;

}

.toggle-active .middle {

	opacity: 0;

}

.toggle-active .bottom {

	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);

	position: relative;

	top: 9px;

}

.overlay {
    position: fixed;
    z-index: 9999;
    background: #fe7300;
   background: #db700f;
    background: -moz-linear-gradient(to top, #fe6000 0%,#fe8600 100%);
    background: -webkit-linear-gradient(to top, #fe6000 0%,#fe8600 100%);
    background: linear-gradient(to top, #fe6000 0%,#fe8600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #cb6100', endColorstr='#fe7300',GradientType=1 );
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
}

.nav-active {

	opacity: 1;

	visibility: visible;

	height: 100%;/*    max-height: 340px;*/

}


.link-wrapp .link-row2 .fixed .link-bar2.toggle  .bar { background: #ffffff;}
.link-wrapp .link-row2 .fixed .link-bar2.toggle .toggle-text1 { color: #fff;}
.link-wrapp .link-row2 .fixed { padding: 35px 0 20px 0;}


/*Smartphone css*/

@media screen and (max-width: 480px) {

.bar { height:5px; margin:4px 0 0;}

.toggle-text1 { font-size:15px; line-height:22px; margin:2px 0 0 14px;}

.toggle-active .top { top:4px;}

.toggle-active .bottom { top:4px;}

}



@media screen and (min-width:481px) and (max-width:600px) {

.bar { height:5px; margin:4px 0 0;}

.toggle-bar1 { width:28px;}

.toggle-text1 { font-size:15px; line-height:22px; margin:2px 0 0 14px;}

.toggle-active .top { top:4px;}

.toggle-active .bottom { top:4px;}

}



@media screen and (min-width:601px) and (max-width:767px) {

.bar { height:5px; margin:4px 0 0;}

.toggle-bar1 { width:28px;}

.toggle-text1 { font-size:15px; line-height:22px; margin:2px 0 0 14px;}

.toggle-active .top { top:4px;}

.toggle-active .bottom { top:4px;}

}



@media screen and (min-width:768px) and (max-width:900px) {
	.link-wrapp .link-row2 .fixed { padding: 15px 0 20px 0;}

}



@media screen and (min-width:901px) and (max-width:1024px) {

}



@media screen and (min-width:1025px) and (max-width:1240px) {

}