@-webkit-viewport{width:device-width;}
@-moz-viewport{width:device-width;}
@-ms-viewport{width:device-width;}
@-o-viewport{width:device-width;}
@viewport{width:device-width;}
@font-face{font-family:'opensans';src:url("../fonts/Raleway-Regular.ttf") format("truetype");font-weight:400;font-style:normal;}
@font-face{font-family:'opensans';src:url("../fonts/Raleway-Bold.ttf") format("truetype");font-weight:700;font-style:normal;}
caption,
th
{
  text-align: left;
}
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul
{
  margin: 0;
  padding: 0;
}
a
{
  text-decoration: none;
  color:#fff;
}
a:visited,a:focus {
  color:#fff;
}
.section,
.wrap
{
  position: relative;
}
table
{
  border-spacing: 0;
}
abbr,
acronym,
fieldset,
img
{
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var
{
  font-style: normal;
  font-weight: 400;
}
strong
{
  font-weight: 700;
}
ol,
ul
{
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6
{
  color: #444;
  font-size: 100%;
  font-weight: 400;
}
.middle {
  vertical-align: middle;
  display: table-cell;
}
.top {
  height: 75%;
  width: 100%;
  display: table;
}
.center {
  text-align:center;
}
.size18 {
  font-size: 18px;
}
.size22 {
  font-size: 22px;
}
.bold {
  font-weight: 700;
}
body,
h2
{
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 17px;
  font-family: 'opensans';
}
q:after,
q:before
{
  content: '';
}
body
{
  background: url(../images/bg.jpg) no-repeat fixed #6786bf;
  background-size: 100% 100%;
}
body,
html
{
  overflow: hidden;
}
#fullpage,
.section,
body,
html
{
  height: 100%;
}
.wrap
{
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
h1
{
  font-size: 6em;
}
h2,
p
{
  font-size: 2em;
}
.img-responsive {
  width: 90%;
  height: auto;
}
#menu
{
  display: table;
  position: fixed;
  z-index: 70;
  padding: 0;
  height: 40px;
  left: 0;
  margin: 0;
  bottom: 0;
  width: 100%;
}
#menu li
{
  background-color: transparent;
  border-radius: 10px;
  color: #000;
  display: table-cell;
  margin: 10px;
  padding: 10px;
  position: relative;
  text-align: center;
  webkit-border-radius: 10px;
  width: 25%;
}
#menu li a
{
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding: 0.7em 1em;
  text-decoration: none;
  webkit-tap-highlight-color: rgba(0,0,0,0);
  border-radius: 2px;
}
#menu li a:hover
{
  display: block;
  padding: 9px 18px;
  transition: 0.2s;
  background-color: #f8efc0;
  color: #000;
}
#menu li.active a
{
  background-color: #f8efc0;
  color: #000;
}
#section1 {
  text-align: center;
}
.intro {
  position: relative;
}
.intro img {
  border: 1px solid black;
  border-radius: 2px;
}
.intro p
{
  font-size: 1.5em;
  width: 90%;
  position: absolute;
  top:0px;
  margin-left: 5%;
  background-color: rgba(0,0,0, 0.7);
  color:#fff;
}
.intro2 p {
  position: relative;
  padding:5px;
}
.intro3 {
  text-align: center;
}
.intro3 img {
  max-width: 450px;
}
.intro3 table {
  font-size:18px;
  text-align: left;
  margin:0 auto;
  width: 50%;
  min-width: 240px;
  font-weight: bold;
}
.intro3 table td {
  text-align: left;
  padding:5px 0px;
}
.intro3 table td:first-of-type {
  text-align: right;
  padding-right: 10px;
}



@media all and (max-width: 1055px) {
  .fp-controlArrow.fp-prev {
    border-color: transparent #EB5B52 transparent transparent !important;
  }
  .fp-controlArrow.fp-next {
    border-color: transparent transparent transparent #EB5B52 !important;
  }
  .intro p {
    position: relative;
    
  }
}

@media all and (max-width: 940px) {
  body {
    background:url(../images/bg2.jpg) no-repeat fixed #6786bf;
    background-size:100% 100%;
  }
}

@media all and (max-width: 600px) {
  body {
    font-size: 12px;
  }
  #menu li {
    display:inline-block;
    width: 50%;
    margin:0;
    padding:0;
  }
  #menu li a {
    padding:9px 18px;
  }
  .intro2 p {
    font-size:14px;
  }
  .intro3 {
    margin-top:-50px;
  }
}



