@font-face {
  font-family: 'Flow';
  src: url('../fonts/Flow.eot?#') format('eot'),
       url('../fonts/Flow.woff') format('woff'),
       url('../fonts/Flow.ttf') format('truetype');
}
/*
CSS Reset
http://meyerweb.com/eric/tools/css/reset/
*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* particleground demo */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  position: relative;
  background: #000;
  font-family: 'Flow',Arial;
  color: #fff;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}
body:after {
  position: absolute;
  content: '';
  right: 0;
  left: 0;
  top: 50%;
  margin: -250px auto 0;
  width: 1000px;
  height: 537px;
/*  background-image: url(../img/bg.png);*/
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
  opacity: 0.7;
   
}
#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
#intro {
  position: absolute;
  left: 0;
  top: 25%;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}
#bg1,
#bg2,
#bg3,
#bg4 {
  width: auto;
  position: absolute;
  height: auto;
  display:none;
}
#bg1,
#bg2,
#bg3,
#bg4 {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 10%;
}
h1 {
  margin: 0 0 50px;
  text-align: center;
}
h1 a {
  position: relative;
  display: none;
  width: 0px;
  height: 0px;
  text-indent: -9999px;
  background-image: url(../img/logo.png);
}
ul.La,ul.info {
  text-align: center;
}
ul.La {
  float: right;
  width: 100%;
  direction: rtl;
  display: none;
}
ul.info {
  display: inline-block;
  width: 230px;
  margin: 0 0 20px;
}
ul.info li {
    display:none;
  float: right;
  width: 100%;
  font-size: 15px;
  color: #7C7C7C;
  line-height: 20px;
  height: 20px;
  margin: 0 0 2px;
  font-family: Arial;
  letter-spacing: 0.5px;
  text-shadow: 1px 2px #000000;
}
ul.info li :last-child {margin: 0;}
ul.info li:nth-child(1) {
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  color: #fff;
  margin: 0 0 20px;
}
ul.info li:nth-child(2) {letter-spacing: 0.8px;}
ul.info li:nth-child(3) {letter-spacing: 1.7px;}
ul.La li {
  display: inline-block;
  width: auto;
}
ul.La li:first-child {margin: 0 0 0 10px;}
ul.La li a {
  display: inline-block;
  width: 100px;
  border-radius: 50px;
  height: 30px;
  border: 2px solid #7C7C7C;
  color: #7C7C7C;
  text-align: center;
  padding: 0;
  line-height: 25px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
ul.La li:hover a {
  border-color: #ff0000;
  background-color: #ff0000;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
p.copyright {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: auto;
  color: #3A3A3A;
  font-size: 11px;
  font-family: Arial;
}
#mobile {display: none;}
@media (max-width: 1000px) {
	body {overflow-y: auto}
	#intro,.map-master {display: none !important;}
	#mobile {
	  display: block;
	  position: absolute;
	  left: 0;
	  top: 25%;
	  padding: 0 20px;
	  width: 100%;
	  text-align: center;
	}
	img.wallpaper {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	#mobile h1 {
	  float: right;
	  width: 100%;
	  display: inline-block;
	  margin: 0 0 20px;
	  text-align: center;
	}
	#mobile h1 a {
	  display: inline-block;
	  position: relative;
	  width: 207px;
	  height: 63px;
	  text-indent: -9999px;
	  background-image: url(../img/logo.png);
	  z-index: 2
	}
	#mobile ul.La,ul.info {
	  text-align: center;
	  position: relative;
	  z-index: 2
	}
	#mobile ul.La {
	  display: block;
	  float: right;
	  width: 100%;
	  direction: rtl;
	}
	#mobile ul.info {
	  display: inline-block;
	  width: 230px;
	  margin: 0 0 20px;
	}
	#mobile ul.info li {
	  display: block;
	  float: right;
	  width: 100%;
	  font-size: 15px;
	  color: #7C7C7C;
	  line-height: 20px;
	  height: 20px;
	  margin: 0 0 2px;
	  font-family: Arial;
	  letter-spacing: 0.5px;
	  text-shadow: 1px 2px #000000;
	}
	#mobile ul.info li :last-child {margin: 0;}
	#mobile ul.info li:nth-child(1) {
	  font-size: 30px;
	  line-height: 30px;
	  height: 30px;
	  color: #fff;
	  margin: 0 0 20px;
	}
	#mobile ul.info li:nth-child(2) {letter-spacing: 0.8px;}
	#mobile ul.info li:nth-child(3) {letter-spacing: 1.7px;}
	#mobile ul.La li {
	  display: inline-block;
	  width: auto;
	}
	#mobile ul.La li:first-child {margin: 0 0 0 10px;}
	#mobile ul.La li a {
	  display: inline-block;
	  width: 100px;
	  border-radius: 50px;
	  height: 30px;
	  border: 2px solid #7C7C7C;
	  color: #7C7C7C;
	  text-align: center;
	  padding: 0;
	  line-height: 25px;
	  font-size: 15px;
	  letter-spacing: 1px;
	  font-weight: 400;
	  -webkit-transition: all .2s ease-in-out;
	  -moz-transition: all .2s ease-in-out;
	  transition: all .2s ease-in-out;
	}
	#mobile ul.La li:hover a {
	  border-color: #ff0000;
	  background-color: #ff0000;
	  color: #fff;
	  -webkit-transition: all .2s ease-in-out;
	  -moz-transition: all .2s ease-in-out;
	  transition: all .2s ease-in-out;
	}
}
#audio {
  display: none;
  opacity: 0;
}


