/*Button*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
svg {
  /*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/

  overflow: hidden;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a {
  text-decoration: none;
  color: #29b3ed;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
a:hover {
  color: #1997cc;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
body {
  font-family: 'OpenSans', sans-serif;
  line-height: 22px;
  font-size: 14px;
  color: #333333;
  background-color: #f5f5f5;
  word-wrap: break-word;
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/merriweather.eot?) format('embedded-opentype'), url(../fonts/merriweather.woff) format('woff');
}
@font-face {
  font-family: 'Merriweather Light';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/merriweather-light.eot?) format('embedded-opentype'), url(../fonts/merriweather-light.woff) format('woff');
}
@font-face {
  font-family: 'Merriweather Bold';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/merriweather-bold.eot?) format('embedded-opentype'), url(../fonts/merriweather-bold.woff) format('woff');
}
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/opensans.eot?), url(../fonts/opensans.woff) format('woff');
}
@font-face {
  font-family: 'OpenSans Bold';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/opensans-bold.eot?) format('embedded-opentype'), url(../fonts/opensans-bold.woff) format('woff');
}
@font-face {
  font-family: 'OpenSans Semibold';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/opensans-semibold.woff?) format('woff');
}
@font-face {
  font-family: 'OpenSans Italic';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/opensans-italic.eot?) format('embedded-opentype'), url(../fonts/opensans-italic.woff) format('woff');
}
.container {
  max-width: 950px;
  margin: 0 auto;
  padding: 15px;
  background-color: #ffffff;
}
.header {
  overflow: hidden;
}
.header .logo,
.header .title-wrap {
  float: left;
}
.header .logo {
  margin: 8px 20px 0 0;
}
/*Button*/
.btn {
  display: inline-block;
  height: 26px;
  border: none;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  font-family: 'OpenSans Semibold', sans-serif;
  padding: 0 15px;
}
.btn:hover {
  color: #ffffff;
}
.btn.btn-blue {
  background-color: #1997cc;
}
.btn.btn-blue:hover {
  background-color: #00b4ff;
}
a.btn {
  line-height: 26px;
}
.error-title {
  display: block;
  font-size: 30px;
  line-height: 34px;
  font-family: 'Merriweather', serif;
  padding: 0 0 10px;
}
.error-title a {
  color: #333333;
}
.error-title a:hover {
  color: #1997cc;
}
/*error page*/
.error-content {
  margin-top: 60px;
}
.error-content .noti-title {
  text-transform: uppercase;
  color: #29b3ed;
  font-family: 'OpenSans Bold', sans-serif;
  display: block;
}
.error-content .oops-text {
  font-family: 'OpenSans Bold', sans-serif;
  padding: 0 0 15px;
}
.error-content .opps-btn {
  text-align: center;
  padding-bottom: 15px;
}
.error-content .hasBorder {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
}
.error-content ul {
  padding: 15px 50px 0 50px;
}
.error-content ul li {
  padding: 0 0 3px 130px;
  position: relative;
}
.error-content ul li a {
  color: #29b3ed;
  position: absolute;
  left: 0;
  top: 0;
}
.error-content ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 728px) {
  .header {
    overflow: hidden;
  }
  .header .logo,
  .header .title-wrap {
    float: none;
  }
  .header .logo {
    margin: 0 0 20px 0;
  }
  .error-content {
    margin-top: 0;
  }
  .error-content ul {
    padding-left: 0;
    padding-right: 0;
  }
}
