@import url("https://fonts.googleapis.com/css?family=Raleway:300,400");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
label,
input {
  font-family: arial;
  color: #ffffff;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  text-align: center;
}

html {
}
body {
  margin: 0;
  font-size: 12px;
  line-height: 135%;
  background-color: #231f20;
}
a {
  text-decoration: none;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
a:hover {
  color: #ec6624;
}
i {
  color: #231f20;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-left: 5px;

  margin-right: 5px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
i:hover {
  background-color: #ec6624;
}
i:before {
  line-height: 40px;
  font-size: 20px;
}
.socialinfo {
  width: auto;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.main_container {
  width: 100%;
  margin: 35px auto;
}
.main_container .maincontent img,
.main_container .header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.header {
  margin-bottom: 35px;
}

.banner {
  margin-bottom: 35px;
}

.banner a {
  display: inline-block;
  height: 220px;
}

.banner a img {
  height: 100%;
  width: auto;
  opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.banner a:hover img {
  opacity: 0.95;
  height: 101%;
}

.maincontent {
  margin-bottom: 50px;
}
p {
  line-height: 150%;
  font-weight: 300;
}
p a {
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  font,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  label,
  input {
    font-size: 14px;
  }
  .header img {
    width: 150px;
  }
  .maincontent img {
    max-width: 80%;
  }
}
