@font-face {
    font-family: 'Aptima';
        src: url('font/Aptima.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UVNTinTucHepThemBold';
	src: url('font/uvntintuchepthem_b-swiss.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansCondensed';
	src: url('font/OpenSansCondensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Entypo';
	src: url('font/entypo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CVA';
	src: url('font/cva.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Azuki';
	src: url('font/azuki.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LaTeX';
	src: url('font/cmunrm.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CASIO';
	src: url('font/casio.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DDC';
	src: url('font/DDC.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Triumph';
	src: url('font/SVN-UT Triumph Press.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "Palatino";
    src: url("font/pala.ttf");
	font-style: normal;
}
@font-face {
    font-family: "Palatino";
    src: url("font/palab.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Palatino";
    src: url("font/palai.ttf");
    font-style: italic;
}
@font-face {
    font-family: "Palatino";
    src: url("font/palabi.ttf");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'SVN-Georgia';
    src: url('font/SVN-Georgia-Bold-Italic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'SVN-Georgia';
    src: url('font/SVN-Georgia-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'SVN-Georgia';
    src: url('font/SVN-Georgia-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'SVN-Georgia';
    src: url('font/SVN-Georgia-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
	font: 14px/20px Roboto, sans-serif;
	font-weight: 400;
	letter-spacing:.1;
	color: #000;
	background: #fbfbfd;
	margin: 0;
	height: 100%;
}
.clear {clear: both;}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	margin-top: 15px;
}
a {
	text-decoration: none;
}
a:visited {
	color: blue;
}
a:hover {
	color: red;
}
blockquote {
	background: url(so-q.gif) top left no-repeat,
		    url(sc-q.gif) bottom right no-repeat;
	padding: 0 27px;
}
kbd {
	font-family: Consolas;
	font-size: 1.1rem;
	color: #D81B60;
	border: 1px solid #D81B60;
	border-bottom: 2px solid #D81B60;
	border-right: 2px solid #D81B60;
	border-radius: 3px;
	padding: 0 2px;
	display: inline-block;
}
.sketch-highlight{
	position:relative;
	margin: 0 5px;
}
  
.sketch-highlight:before{
	content:"";
	left:-0.3em;
	top:-0.1em;
	border-width:2px;
	border-style:solid;
	border-color:darkblue;
	position:absolute;
	border-right-color:transparent;
	width:105%;
	height:1.3em;
	transform:rotate(2deg);
	opacity:0.6;
	border-radius:0.25em;
}
.sketch-highlight:after{
	content:"";
	left:0em;
	top:-0.1em;
	border-width:2px;
	border-style:solid;
	border-color:darkblue;
	border-left-color:transparent;
	border-top-color:transparent;
	position:absolute;
	width:100%;
	height:1.3em;
	transform:rotate(-1deg);
	opacity:0.6;
	border-radius:0.25em;
}
table {
	margin-bottom: 10px;
	border-collapse: collapse;
}
.ripple{
	position: relative;
	overflow: hidden; 
}
.ripple:before {
	border-radius: 50%;
	background-color: rgba(255,255,255,0.6);
	content:'';
	position: absolute;
	top: 50%; left: 50%;
	width:0; height:0;
}
.ripple:focus:before {
	transition: all 0.5s ease-out;
	opacity:0;
	width:160px;
	height:160px;
	margin-top:-80px;
	margin-left:-80px;
}
.dashed {
	border: 1.5px dashed #ccc;
	margin: -5px -5px 5px -5px;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.header_menu_hamburger {
    position: relative;
    display: inline-block;
    width: 1.25em;
    height: 0.8em;
    margin-right: 0.6em;
	margin-left: 0.6em;
    border-top: 0.2em solid #fff;
    border-bottom: 0.2em solid #fff;
}
.header_menu_hamburger:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0px;
    width: 100%;
    border-top: 0.2em solid #fff;
}
.math-live-arrow {
	position:absolute;
	width:15px;
	height:15px;
	background: #ffffff;
	border-left:1px solid #58b666;
	border-top:1px solid #58b666;
	transform:rotate(45deg);
	top:-9px;
	left:47px;
}
.math-live-area {
	display: none;
	position: relative;
	margin-top: 40px;
	padding: 10px 5px;
	text-align: justify;
	font-size: 15px;
	color: #000;
	font-family: LaTeX;
	border: 1px solid #58b666;
	-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
}
.math-live-content {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0;
	margin-right: 75px;
	margin-top: -5px;
}
.math-live-text {
	display: none;
}
.math-live-cmd {
	float: right;
}

.loading {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	z-index: 10000;
	margin-top: -90px;
  }
  .loading div {
	position: absolute;
	top: 55%;
	left: 10%;
	right: 10%;
	margin: auto;
	text-align: center;
	font: 18px 'Aptima';
	color: navy;
  }
  .loading svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
  }
  
  #infinity-outline {
	fill: transparent;
	stroke-width: 4;
	stroke: #582a6b;
	stroke-dasharray: 3px, 300px;
	stroke-dashoffset: 0;
	animation: anim 3000ms linear infinite;
  }
  
  #infinity-bg {
	fill: transparent;
	stroke-width: 4;
	stroke: #424242;
	opacity: 0.2;
  }
  
  @keyframes anim {
	12.5% {
	  stroke-dasharray: 42px, 300px;
	  stroke-dashoffset: -33px;
	}
	43.75% {
	  stroke-dasharray: 105px, 300px;
	  stroke-dashoffset: -105px;
	}
	100% {
	  stroke-dasharray: 3px, 300px;
	  stroke-dashoffset: -297px;
	}
}


    .tags {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin-right: -12px;
    }
    .tags:before, .tags:after {
        content: '';
        display: table;
    }
    .tags:after {
        clear: both;
    }
    .tags li {
        position: relative;
        float: left;
        margin: 0 10px 8px 0;
    }
    .tags li:active {
        margin-top: 1px;
        margin-bottom: 7px;
    }
    .tags li:after {
        content: '';
        z-index: 2;
        position: absolute;
        top: 10px;
        right: -2px;
        width: 5px;
        height: 6px;
        opacity: .95;
        background: #eb6b22;
        border-radius: 3px 0 0 3px;
        -webkit-box-shadow: inset 1px 0 #99400e;
        box-shadow: inset 1px 0 #99400e;
    }
    .tags a, .tags span {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .tags a {
        height: 26px;
        line-height: 23px;
        padding: 0 9px 0 8px;
        font-size: 12px;
        color: #555;
        text-decoration: none;
        text-shadow: 0 1px white;
        background: #fafafa;
        border-width: 1px 0 1px 1px;
        border-style: solid;
        border-color: #dadada #d2d2d2 #c5c5c5;
        border-radius: 3px 0 0 3px;
        background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
        background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
        background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
        background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
        -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
    }
    .tags a:hover span {
        padding: 0 7px 0 6px;
        max-width: 40px;
        -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
    }
    .tags span {
        position: absolute;
        top: 1px;
        left: 100%;
        z-index: 2;
        overflow: hidden;
        max-width: 0;
        height: 24px;
        line-height: 21px;
        padding: 0 0 0 2px;
        color: white;
        text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
        background: #eb6b22;
        border: 1px solid;
        border-color: #d15813 #c85412 #bf5011;
        border-radius: 0 2px 2px 0;
        opacity: .95;
        background-image: -webkit-linear-gradient(top, #ed7b39, #df5e14);
        background-image: -moz-linear-gradient(top, #ed7b39, #df5e14);
        background-image: -o-linear-gradient(top, #ed7b39, #df5e14);
        background-image: linear-gradient(to bottom, #ed7b39, #df5e14);
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
        -webkit-transition-property: padding, max-width;
        -moz-transition-property: padding, max-width;
        -o-transition-property: padding, max-width;
        transition-property: padding, max-width;
    }
    .tags li.sgreen:after {
        background: #65bb34;
        -webkit-box-shadow: inset 1px 0 #3a6b1e;
        box-shadow: inset 1px 0 #3a6b1e;
    }
    .tags li.sgreen span {
        background: #65bb34;
        border-color: #549b2b #4f9329 #4b8b27;
        background-image: -webkit-linear-gradient(top, #71ca3f, #5aa72e);
        background-image: -moz-linear-gradient(top, #71ca3f, #5aa72e);
        background-image: -o-linear-gradient(top, #71ca3f, #5aa72e);
        background-image: linear-gradient(to bottom, #71ca3f, #5aa72e);
    }
    .tags li.sblue:after {
        background: #56a3d5;
        -webkit-box-shadow: inset 1px 0 #276f9e;
        box-shadow: inset 1px 0 #276f9e;
    }
    .tags li.sblue span {
        background: #56a3d5;
        border-color: #3591cd #318cc7 #2f86be;
        background-image: -webkit-linear-gradient(top, #6aaeda, #4298d0);
        background-image: -moz-linear-gradient(top, #6aaeda, #4298d0);
        background-image: -o-linear-gradient(top, #6aaeda, #4298d0);
        background-image: linear-gradient(to bottom, #6aaeda, #4298d0);
    }

input[type=text], [type=datetime-local], input[type=number], input[type=password], input[type=file], select, textarea {
	margin-bottom: 5px;
	padding: 5px;
	font: 14px/24px Roboto, sans-serif;
	font-weight: 400;
	letter-spacing:.1;
	border: 1px solid #ccc;
       	-moz-border-radius: 2px;
        -webkit-border-radius: 2px;
		border-radius: 2px;
}
textarea {
	min-height: 40px;
}
input[type=submit], input[type=button] {
	padding: 10px 30px;
	background: #018CC5;
	color: #fff;
	font-weight: bold;
	border: solid 1px #186f8f;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(44,160,202)),color-stop(1, rgb(62,184,229)));
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
input[type=submit]:hover, input[type=button]:hover {
	cursor: pointer;
}
.label {
	float: left;
	font-weight: bold;
	width: 130px;
	padding-top: 8px;
}

.pagination {
	width: 100%;
	text-align: center;
	padding: 20px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
.pagination a {
	margin: 0 5px 0 0;
	padding: 5px 8px;
}
.pagination a.time {
	border: 1px solid #ddd;
	color: gray;
	font-weight: normal;
	text-decoration: none;
}
.pagination a.number {
	border: 1px solid #ddd;
	       	-webkit-border-radius: 2px;
        	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.pagination a.number:hover {
	border: 1px solid #666666;
	text-decoration: none;
}
.pagination a.current {
	background: #018CC5;
	border: 1px solid #018CC5;
	color: #fff !important;
	       	-webkit-border-radius: 2px;
        	   -moz-border-radius: 2px;
			border-radius: 2px;
}

.command {
	display: inline-block;
	text-align: center;
	padding: 7px 10px;
	font-size:12px;
	font-family: Arial, Helevtica, Verdana, san-serif;
	font-weight: bold;
	color:#FFFFFF;
	cursor:pointer;
	border: solid 1px #186f8f;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(44,160,202)),color-stop(1, rgb(62,184,229)));
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.command:hover {
	border: 1px solid navy;
}
.cmd {
	padding-top: 5px;
	padding-bottom: 5px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
	background: #ECECEC;
	border: 1px solid #999999;
	color: #000;
}
.cmd:hover {
	border: 1px solid #797878;
	background: #ECECEC;
}

#dialog {
	margin-top: 34px;
	font-size: 13px;
}
#box_content {
	padding: 5px;
}

#box_content_bot {
	height: 16px;
	font-size: 1px;
}
#box_footer {
	background: #E9EAED;
	border-top: 1px solid #ccc;
	padding: 5px;
	text-align: right;
}
#box_footer .command {
	border: 1px solid #2A447F;
	padding-top: 5px;
	padding-bottom: 5px;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}
#box_footer #cmd_close {
	background: #ECECEC;
	border: 1px solid #999999;
	color: #000;
}
#box_footer #cmd_close:hover {
	border: 1px solid #797878;
}
#dialog input {
	border: 1px solid #ccc;
	padding: 8px 5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#dialog input:focus {
	border: 1px solid #0980CD;
}

.tag_list {
	margin: 0 -5px;
}
.tag_list a {
	float:left;
	margin:0 2px 7px 5px;
	position:relative;
 
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:0.75em;
	font-weight:bold;
	text-decoration:none;
 
	color:#996633;
	text-shadow:0px 1px 0px rgba(255,255,255,.4);
 
	padding:0.417em 0.417em 0.417em 1.5em;
 
	border:1px solid #d99d38;
 
	-webkit-border-radius:0.25em;
	-moz-border-radius:0.25em;
	border-radius:0.25em;
 
	background-image: -webkit-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
	background-image: -moz-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
	background-image: -o-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
	background-image: -ms-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
	background-image: linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#feda71', EndColorStr='#feba47');
 
	-webkit-box-shadow:inset 0 1px 0 #faeaba,0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 1px 0 #faeaba,0 1px 1px rgba(0,0,0,.1);
	box-shadow:inset 0 1px 0 #faeaba,0 1px 1px rgba(0,0,0,.1);
 
	z-index:100;
}
.tag_list a:after {
	content:'';
 
	width:0.5em;
	height:0.5em;
 
	background:#fff;
 
	-webkit-border-radius:4.167em;
	-moz-border-radius:4.167em;
	border-radius:4.167em;
 
	border:1px solid #d99d38;
 
	-webkit-box-shadow:0 1px 0 #faeaba;
	-moz-box-shadow:0 1px 0 #faeaba;
	box-shadow:0 1px 0 #faeaba;
 
	position:absolute;
	top:1em;
	left:0.417em;
	z-index:9999;
}
.tag_list a:hover {
    background-image: -webkit-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -moz-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -o-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -ms-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fee18d', EndColorStr='#fec86c');
    border-color:#e1b160;
}

	.suggest_link {
		
	}
	.suggest_link TD {
		overflow: hidden;
		PADDING-TOP: 5px;
		PADDING-BOTTOM: 5px;
		FONT-STYLE: normal;
		PADDING-LEFT: 6px;
		PADDING-RIGHT: 5px;
		FONT-FAMILY: arial;
		COLOR: blue;
		FONT-SIZE: 12px;
		FONT-WEIGHT: normal;
	}
	.suggest_link_over {
	
	}
	.suggest_link_over TD {
		overflow: hidden;
		PADDING-TOP: 5px;
		PADDING-BOTTOM: 5px;
		BACKGROUND-COLOR: #dddddd;
		FONT-STYLE: normal;
		PADDING-LEFT: 6px;
		PADDING-RIGHT: 5px;
		FONT-FAMILY: arial;
		COLOR: blue;
		FONT-SIZE: 12px;
		CURSOR: pointer;
		FONT-WEIGHT: normal;
	}
	.suggest_link_over A {
		COLOR: #990000;
		TEXT-DECORATION: underline
	}
	.suggest_link_over1 {
	
	}
	.suggest_link_over1 TD {
		overflow: hidden;
		PADDING-TOP: 5px;
		PADDING-BOTTOM: 5px;
		BACKGROUND-COLOR: #9AD049;
		FONT-STYLE: normal;
		PADDING-LEFT: 6px;
		PADDING-RIGHT: 5px;
		FONT-FAMILY: arial;
		COLOR: blue;
		FONT-SIZE: 12px;
		CURSOR: pointer;
		FONT-WEIGHT: normal;
	}
	.suggest_link_over1 A {
		COLOR: #990000;
		TEXT-DECORATION: underline
	}
.vote_bar {
	margin-bottom: 10px;
}
.vote_bar .vote_bar_info {
	margin-bottom: 5px;
}
.vote_bar .vote_bar_info_item {
	float: left;
}
.vote_bar .vote_bar_info_value {
	float: right;
}
.vote_bar .vote_bar_line {
	height: 8px;
	background: #eee;
}
.vote_bar .vote_bar_line div {
	height: 8px;
}

	.alert_box {
		padding: 10px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
	}
	.alert_color_cam {
		background: #f5cfae;
		border: 1px solid #695A05;
	}
	.alert_color_green {
		background: #b5f7b9;
		border: 1px solid green;
	}
	.alert_color_red {
		background: #f7c1c1;
		border: 1px solid #7B0208;
	}
	.alert_color_none {
		color: #333;
		background: #fff;
		border: 1px solid #000;
	}

    #header {
		width: 100%;
		position: fixed;
		z-index: 1000;
		display: block;
  		transition: top 0.3s;
  		top: 0;
	}
	
@media screen and (min-width: 800px) {
	#header {
		height: 40px;
		background: #018CC5;
		box-shadow: 0px 2px 3px rgba(0,0,0,.4);
	}
	#header_body {
		height: 40px;
		margin: 0 auto;
	}
	#header_info {
		float: left;
		width: 200px;
	}
	#header_info .logo {
		border: 0;
		height: 40px;
		margin-left: 5px;
	}
	#header_navbar {
		float: right;
		width: 250px;
		height: 40px;
	}
	.header_menu_hamburger {
		display: none;
	}
	#header_button_list {
		float: right;
		width: 288px;
		margin: -2px;
	}
	#header_button_list a {
		display: block;
		float: left;
		margin: 2px;
		color: #fff;
		font-size: 13px;
		padding: 10px 9px 8px 9px;
	       	-moz-border-radius: 2px;
        	-webkit-border-radius: 2px;
			border-radius: 2px;
	}
	#header_button_list a.header_button_space {
		display: none;
	}
	#header_button_list a.header_button_navy {
		background: navy;
	}
	#header_button_list a.header_button_green {
		background: #208C14;
	}
	#header_button_list a.header_button_orange {
		background: #d35400;
	}
	#header_button_list a.header_button_100 {
		width: 273.8px;
	}
	#header_button_list a.header_button_66 {
		width: 169.75px;
	}
	#header_button_list a.header_button_50 {
		width: 121.75px;
	}
	#header_button_list a.header_button_33 {
		width: 74px;
	}
	#header_button_list img {
		float: left;
		width: 24px;
		height: 24px;
		border: 0;
		margin: -2px 9px 0 0;
	}
	#header_button_list a:hover {
		background: #018CC5;
	}
	#m_search {
		float: left;
		width: 291px;
		margin: 2px 0 0 0;
		background: #fff;
		height:30px;
		border: 1px solid #018CC5;
		padding:2px 2px 0 5px;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
	}
	#m_search #msearchq_area {
		position: relative;
		margin-right: 32px;
	}
	#m_search #msearchq {
		width: 100%;
		height:28px;
		border:0;
		padding: 0;
		border-right:1px solid #018CC5;
		color:#333;
		font-size:15px;
	       	-moz-border-radius: 0;
        	-webkit-border-radius: 0;
			border-radius: 0;
	}
	#m_search #msearchb {
		margin: 0;
		padding: 0;
		width:28px;
		height:28px;
		border:0;
		float:right;
		background:url(icon-search-28.png) top right no-repeat;
		cursor:pointer;
	}
	#search_suggest {
		MARGIN-left: -6.5px;
		MARGIN-TOP: 29.5px;
		width: 299px;
	}
	#header_menu {
		float: right;
		list-style: inside none;
	}
	#header_menu li {
		list-style:inside none;
		padding:0;
		margin:0;
		display:block;
		position:relative;
	}
	#header_menu li a {
		outline:none;
		display:block;
		margin:0 -1px 0 0;
		padding:13px 10px;
		font:bold 11px Tahoma, sans-serif;
		text-decoration:none;
		border-left:1px solid transparent;
		border-right:1px solid transparent;
	}
	.drop {
		position:relative;
		z-index:10;
	}
	#header_menu li:hover a.drop {
		color:#000;
		background:#fff;
		border:1px solid #000;
		border-bottom:0 none;
		padding-bottom:13px;
	}
	#header_menu ul{
		display:none;
		position:absolute;
		min-width:180px;
		list-style:inside none;
		margin:39px -1px 0 0;
		padding:5px 0px;
		background:#fff;
		border:1px solid #000;
	}
	#header_menu ul li {
		margin:0;
		padding:0;
		list-style:inside none;
		border:0 none;
		float:none;
	}
	#header_menu ul li a {
		float:none;
		padding:6px;
		font-weight:normal;
		color:#000;
		border:0 none;
		border-bottom:1px solid #eee;
		border-top:1px solid transparent;
		margin: -1px 0 0 0;
	}
	#header_menu ul li:last-child a {
		border-bottom:1px solid transparent;
	}
	#header_menu ul li a:hover {
		color: #fff;
		border:0 none;
		border-top:1px solid;
		border-bottom:1px solid;
	}
	#header_menu ul a {
		white-space:nowrap;
	}
	#header_menu li ul {
		display:none;
	}
	#header_menu li:hover > ul {
		display:block;
		z-index: 1;
	}
	.dropdown-box {
		display:none;
		position:absolute;
		min-width:200px;
		margin:0;
		margin-top:38px;
		padding:5px;
		background:#fff;
		border:1px solid #000;
		z-index:1;
	}
	.dropdown-box p {
		font:11px/140% Tahoma, sans-serif;
		color:#777;
		text-align:justify;
		margin:0;
	}
	#header_menu li:hover > .dropdown-box {
		display:block;
	}
	.right li {float:right;}
	.right li a {float:right;}
	.right li:hover a.drop {margin-right:-1px; padding-right:11px;}
	.right ul, .right .dropdown-box {right:0px;}

	.blue {background-color:#018CC5; border-color:#29447e;}
	.blue li a {color:#fff;}
	.blue li a:hover {background-color:#007AAC; color:#fff;padding-bottom:13px;}
	.blue li a.current {background-color:#007AAC; color:#fff;padding-bottom:13px;}
	.blue ul li a:hover {background-color:#007AAC; border-top-color:#3b5998; border-bottom-color:#3b5998;padding-bottom:7px;}

	#wrap {
		margin: 50px auto 0 auto;
	}

	#content {
		float: left;
		width: 680px;
	}

	#sidebar {
		float: right;
		width: 310px;
	}

	.box {
		margin: 12px auto 0 auto;
		padding: 10px 10px 0 10px;
		background: #ffffff;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		transition: all 0.3s cubic-bezier(.25,.8,.25,1);
		border: 1px solid #ccc;
        	-moz-border-radius: 3px;
	        -webkit-border-radius: 3px;
			border-radius: 3px;
	}
	.box h1 {
		margin: 1px 0 10px 0;
		padding-bottom: 11px;
		border-bottom: 1px solid #ccc;
		font-size: 20px;
	}
	.box .box_header_icon {
		float: left;
		margin: -5px 7px -5px 0;
		width: 30px;
		height: 30px;
	}
	.box_header_search {
		float: right;
		margin-top: -5px;
		height:27px;
		width:325px;
		padding:2px 2px 0 5px;
		border: 1px solid #ccc;
        	-moz-border-radius: 2px;
	        -webkit-border-radius: 2px;
			border-radius: 2px;
	}
	.box_header_search #searchq1 {
		margin: 0;
		padding: 0;
		width:295px;
		height:24px;
		border:0;
		border-right:1px solid #ccc;
		color:gray;
		float:left;
		font-size:13px;
        	-moz-border-radius: 0px;
	        -webkit-border-radius: 0px;
			border-radius: 0px;
	}
	.box_header_search #searchb1 {
		margin: 0;
		padding: 0;
		width:24px;
		height:23px;
		border:0;
		float:right;
		background:#fff url(search.gif) top right no-repeat;
		cursor:pointer;
        	-moz-border-radius: 0px;
	        -webkit-border-radius: 0px;
			border-radius: 0px;
	}
	.box img {
		max-width: 100%;
	}
	#box_nouser {
		width: 500px;
		margin: 10px auto;
	}

	.menu_app {
		float: left;
		width: 195px;
		margin-top: -41px;
	}
	.menu_app_list {
		margin: 0;
	}
	.menu_app_list a {
		display: block;
		width: 100%;
		margin-bottom: 4px;
		padding: 10px 0;
		text-align: center;
		color: #fff;
	}
	.menu_app_list a img {
		max-width: 45px;
		height: 45px;
		border: 0;
		margin-bottom: 4px;
	}
}

@media screen and (min-width: 1000px) {
	#header_body {
		width: 1000px;
	}
	#m_search {
		width: 491px;
	}
	#search_suggest {
		width: 499px;
	}
	#header_menu li a {
		padding:13px 5px;
	}
	.drop {
		position:relative;
		z-index:10;
	}
	#header_menu li:hover a.drop {
		color:#000;
		background:#fff;
		border:1px solid #000;
		border-bottom:0 none;
		padding-bottom:13px;
	}
	#wrap {
		width: 1000px;
		margin: 50px auto 0 auto;
	}
}

@media screen and (max-width: 799px) {
	#header {
		height: 40px;
		background: #018CC5;
		box-shadow: 0px 2px 3px rgba(0,0,0,.4);
	}
	#header_body {
		height: 40px;
		margin: 0 auto;
	}
	#m_search {
		display: none;
	}
	#header_info {
		float: left;
		width: 140px;
		margin-left: 5px;
	}
	#header_info .logo {
		border: none;
		height: 40px;
		width: 100%;
	}
	#header_navbar {
		float: right;
		height: 40px;
	}
	.header_menu_text {
		display: none;
	}
	#header_button_list {
		margin: 10px;
	}
	#header_button_list a {
		display: block;
		float: left;
		margin: 0;
		color: #fff;
		font-size: 13px;
		padding: 10px 0 8px 0;
	       	-moz-border-radius: 2px;
        	-webkit-border-radius: 2px;
			border-radius: 2px;
	}
	#header_button_list a.header_button_space {
		width: 2%;
		overflow: hidden;
	}
	#header_button_list a.header_button_navy {
		background: navy;
	}
	#header_button_list a.header_button_green {
		background: #208C14;
	}
	#header_button_list a.header_button_orange {
		background: #d35400;
	}
	#header_button_list a.header_button_100 {

	}
	#header_button_list a.header_button_66 {
		width: 66%;
	}
	#header_button_list a.header_button_50 {
		width: 49%;
	}
	#header_button_list a.header_button_33 {
		width: 32%;
	}
	#header_button_list img {
		float: left;
		width: 24px;
		height: 24px;
		border: 0;
		margin: -2px 9px 0 9px;
	}
	#header_button_list a:hover {
		background: #018CC5;
	}
	#m_search {
		margin: 10px;
		background: #fff;
		height:32px;
		border: 1px solid #018CC5;
		padding:2px 2px 0 5px;
			-moz-border-radius: 1px;
			-webkit-border-radius: 1px;
			border-radius: 1px;
	}
	#m_search #msearchq_area {
		position: relative;
		margin-right: 34px;
	}
	#m_search #msearchq {
		width: 100%;
		height:28px;
		border:0;
		padding: 0;
		border-right:1px solid #018CC5;
		color:gray;
		font-size:13px;
	       	-moz-border-radius: 0;
        	-webkit-border-radius: 0;
			border-radius: 0;
	}
	#m_search #msearchb {
		margin: 0;
		padding: 0;
		width:29px;
		height:28px;
		border:0;
		float:right;
		background:url(mediumsearch.gif) top right no-repeat;
		cursor:pointer;
	}
	#search_suggest {
		left: 10px;
		right: 10px;
		TOP: 140px;
	}
	#header_menu {
		float: right;
		list-style: inside none;
	}
	#header_menu li {
		list-style:inside none;
		padding:0;
		margin:0;
		display:block;
		position:relative;
	}
	#header_menu li a {
		outline:none;
		display:block;
		margin:0 -1px 0 0;
		padding:13px 5px;
		font:bold 11px Tahoma, sans-serif;
		text-decoration:none;
		border-left:1px solid transparent;
		border-right:1px solid transparent;
	}
	.drop {
		position:relative;
		z-index:2;
	}
	#header_menu li:hover a.drop {
		color:#000;
		background:#fff;
		border:1px solid #000;
		border-bottom:0 none;
		padding-bottom:13px;
	}
	#header_menu li:hover .header_menu_hamburger, #header_menu li:hover .header_menu_hamburger:before {
		border-color: #000;
	}
	#header_menu ul{
		display:none;
		position:absolute;
		min-width:180px;
		list-style:inside none;
		margin:39px -1px 0 0;
		padding:5px 0px;
		background:#fff;
		border:1px solid #000;
		z-index:1;
	}
	#header_menu ul li {
		margin:0;
		padding:0;
		list-style:inside none;
		border:0 none;
		float:none;
	}
	#header_menu ul li a {
		float:none;
		padding:6px;
		font-weight:normal;
		color:#000;
		border:0 none;
		border-bottom:1px solid #eee;
		border-top:1px solid transparent;
		margin: -1px 0 0 0;
	}
	#header_menu ul li:last-child a {
		border-bottom:1px solid transparent;
	}
	#header_menu ul li a:hover {
		color: #fff;
		border:0 none;
		border-top:1px solid;
		border-bottom:1px solid;
	}
	#header_menu ul a {
		white-space:nowrap;
	}
	#header_menu li ul {
		display:none;
	}
	#header_menu li:hover > ul {
		display:block;
	}
	.dropdown-box {
		display:none;
		position:absolute;
		min-width:200px;
		margin:0;
		margin-top:38px;
		padding:5px;
		background:#fff;
		border:1px solid #000;
		z-index:1;
	}
	.dropdown-box p {
		font:11px/140% Tahoma, sans-serif;
		color:#777;
		text-align:justify;
		margin:0;
	}
	#header_menu li:hover > .dropdown-box {
		display:block;
	}
	.right li {float:right;}
	.right li a {float:right;}
	.right li:hover a.drop {margin-right:-1px; padding-right:11px;}
	.right ul, .right .dropdown-box {right:0px;}

	.blue {background-color:#018CC5; border-color:#29447e;}
	.blue li a {color:#fff;}
	.blue li a:hover {background-color:#007AAC; color:#fff;padding-bottom:13px;}
	.blue li a.current {background-color:#007AAC; color:#fff;padding-bottom:13px;}
	.blue ul li a:hover {background-color:#007AAC; border-top-color:#3b5998; border-bottom-color:#3b5998;padding-bottom:7px;}

	.label_submit {
		display: none;
	}

	#content {
		margin: 0 10px 10px 10px;
	}

	#sidebar {
		margin: 0 10px;
	}

	.box {
		margin: 12px auto 0 auto;
		padding: 10px 10px 0 10px;
		background: #ffffff;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		transition: all 0.3s cubic-bezier(.25,.8,.25,1);
		border: 1px solid #ccc;
        	-moz-border-radius: 3px;
	        -webkit-border-radius: 3px;
			border-radius: 3px;
	}
	.box h1 {
		margin: 1px 0 10px 0;
		padding-bottom: 11px;
		border-bottom: 1px solid #ccc;
		font-size: 20px;
	}
	.box .box_header_icon {
		float: left;
		margin: -5px 7px -5px 0;
		width: 30px;
		height: 30px;
	}
	.box_header_search {
		display: none;
	}
	.box img {
		max-width: 100%;
	}
	.box input[type=text], .box input[type=datetime-local], .box input[type=password], .box input[type=file], .box select, .box textarea {
		max-width: 100%;
	}
	#colorbox {
		margin: 5px;
	}
	#box_nouser {
		margin: 10px;
	}

	.menu_app {
		margin: 10px;
	}
	.menu_app_list {
		margin: 0;
	}
	.menu_app_list .menu_app_list_space {
		float: left;
		width: 1%;
		height: 70px;
	}
	.menu_app_list a {
		display: block;
		width: 49.5%;
		float: left;
		margin: 2px 0;
		padding: 7px 0;
		text-align: center;
		color: #fff;
	}
	.menu_app_list a:first-child {
		width: 100%;
	}
	.menu_app_list a img {
		max-width: 45px;
		height: 45px;
		border: 0;
		margin-bottom: 4px;
	}
}

.new_footer_area {
    background: #fbfbfd;
}
.new_footer_top {
    padding: 120px 0px 270px;
    position: relative;
      overflow-x: hidden;
}
.new_footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 50px;
}
.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}
.new_footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-bottom: 20px;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
}
.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}
.btn_get:hover {
    color: #fff;
    background: #6754e2;
    border-color: #6754e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none;
}

.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url("footer_bg.png") no-repeat scroll center 0;
    width: 100%;
    height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url("volks.gif") no-repeat center center;
    width: 330px;
    height: 105px;
  	background-size:100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
    background: url("cyclist.gif") no-repeat center center;
    width: 88px;
    height: 100px;
  	background-size:100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}
.footer_bottom {
	text-align: center;
}



@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}