h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
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,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: block;
}

body {
  background-color: #000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 20px;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
a {
  color: #fff;
  text-decoration: none;
  outline: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a:hover {
  color: #990000;
}

.container {
  margin: 0 auto;
  width: 1000px;
}

body.lock {
  overflow: hidden;
}

h1 {
  background: url(../images/title-bg.png) center bottom no-repeat;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 8px;
  font-size: 40px;
  color: #222;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 15px 0;
  margin-bottom: 30px;
  line-height: normal;
}

h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #990000;
  line-height: 30px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
h5 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #045692;
  padding-bottom: 10px;
}
.text-center {
  text-align: center;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header.fixed {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
/* .content-wrapper {
  margin-top: 72px;
} */
.site-header {
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.logo {
  width: 350px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.logo a,
.logo img {
  display: block;
  width: 100%;
  max-width: 100%;
}
/*header.fixed .logo {
	width:170px;
}*/
.site-header .main-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.mobile-nav {
  display: none;
}
/*.main-nav {
	float:right;
}*/
/*header.fixed .main-nav {
	margin-top:27px;
}*/
.main-nav li {
  display: inline-block;
  padding: 0 15px;
}
.main-nav li a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-nav li a:hover {
  color: #a0a0a0;
}
header .social-media {
  padding: 30px 15px 29px 15px;
  border-left: 1px solid #525252;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header.fixed .social-media {
  padding: 23px 15px 26px 15px;
}
header .social-media li {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  border: 0;
}
header .social-media li:last-child {
  margin-right: 0;
}
header .social-media li a {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .social-media li a svg {
  width: 100%;
  height: auto;
}
header .social-media li a svg path {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .social-media li.facebook a:hover svg path {
  fill: #3b5998;
}
header .social-media li.instagram a:hover svg path {
  fill: #833ab4;
}
header .social-media li.linkedin a:hover svg path {
  fill: #007ab9;
}
header .social-media li.you-tube a:hover svg path {
  fill: #ff0000;
}
header .social-media li.twitter a:hover svg path {
  fill: #00abf1;
}
header a.login.mobile {
  display: none;
}
header a.login {
  float: right;
  background: #990000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
  padding: 32px 25px;
}
header.fixed a.login {
  padding: 27px 25px;
}
header a.login:hover {
  background: #045692;
}
#home {
  padding: 0;
  position: relative;
  overflow: hidden;
  min-height: 90vh;
}
.home-bg {
  background: url(../images/hero-bg3.jpg) 0 0 no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  /*	height:778px;*/
  z-index: -1;
  /* background-blend-mode: luminosity; */
}
.home-bg2 {
  background: url(../images/hero-bg2.jpg) 0 0 no-repeat;
  background-size: cover;
  background-position: center center;
}
#home .container {
  width: 75%;
}
#home a.scroll-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: 5px;
  width: 10px;
  height: 19px;
  display: block;
  text-indent: -9999px;
  background: url(../images/scroll-down2.png) 0 0 no-repeat;
  z-index: 1;
  -webkit-animation: down_arrow_bounce 2.3s infinite;
  -moz-animation: down_arrow_bounce 2.3s infinite;
  animation: down_arrow_bounce 2.3s infinite;
}
@keyframes down_arrow_bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-14px);
  }
  60% {
    transform: translateY(-7px);
  }
}
#home .banner-text a.btn {
  font-size: 12px;
  color: #595959;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #898989;
  padding: 10px 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
#home .banner-text a.btn:hover {
  background: #990000;
  border: 1px solid #990000;
  color: #fff;
}
#home .banner-text {
  float: left;
  position: absolute;
  height: 100%;
}
#home .banner-text .container {
  display: table;
  height: 100%;
  width: 100%;
}
#home .banner-text .container .box-middle {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#home .banner-text h1 {
  text-transform: uppercase;
  letter-spacing: 8px;
  text-align: left;
  font-family: "Oswald", sans-serif;
  font-size: 66px;
  color: #222;
  font-weight: 300;
  line-height: 78px;
  padding-bottom: 40px;
  margin: 0;
  background: none;
}
#home .banner-text h1 span {
  font-weight: 700;
}
#home .mobile {
  /*margin-top:200px;
 margin-right:-68px;
 float:right;
 width:414px;
 height:454px;
 background:url(../images/world-bg.png) 0 0 no-repeat;
 background-size:372px auto;*/
  background: url(../images/world-bg.png) 0 0 no-repeat;
  mix-blend-mode: luminosity;
  background-size: 100% auto;
  width: 940px;
  height: 940px;
  margin: -91px 0 0 487px;
}

.social-main {
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
  display: none;
  position: absolute;
  float: right;
}
/*.social-main .icon { display:block; position:absolute; }
.social-main .fb {background:url(../images/mobile-facebook.png) no-repeat; width:36px; height:36px; }
.social-main .twit { background-position:-58px 0px; left:365px; bottom:360px; }
.social-main .in { background-position:-122px 0px; left:440px; bottom:425px; }
.social-main .mail {  background-position: -186px 0; right:350px; top:350px; }
.social-main .android {  background-position: -250px 0; right:300px; top:285px; }
.social-main .browser {  background-position: -314px 0;  right:280px; top:220px; width:37px; height:37px;}*/

.social-main a.fb {
  background: url(../images/mobile-facebook.png) no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  margin-left: 300px;
}
.social-main a.twit {
  background: url(../images/mobile-twitter.png) no-repeat;
  width: 44px;
  height: 44px;
  display: block;
  margin-top: 15px;
  margin-left: 375px;
}
.social-main a.in {
  background: url(../images/mobile-linkedin.png) no-repeat;
  width: 44px;
  height: 44px;
  display: block;
  margin-top: 80px;
  margin-left: 440px;
}
.social-main a.mail {
  background: url(../images/mobile-mail.png) no-repeat;
  width: 44px;
  height: 44px;
  display: block;
  margin-top: 20px;
  margin-left: 550px;
}
.social-main a.android {
  background: url(../images/mobile-android.png) no-repeat;
  width: 44px;
  height: 44px;
  display: block;
  margin-top: 30px;
  margin-left: 595px;
}
.social-main a.browser {
  background: url(../images/mobile-browser.png) no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  margin-top: 215px;
  margin-left: 620px;
}

#aboutus .about.container {
  padding: 80px 0 50px 0;
  text-align: center;
  max-width: 800px;
  width: 95%;
}
#aboutus .note {
  display: block;
  color: #990000;
  padding-top: 40px;
  font-size: 14px;
}
#aboutus {
  color: #fff;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
#aboutus h5 {
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}
#aboutus .startups-members,
.integrations {
  background: #fff url(../images/visuals-bg2.jpg) center 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0 100px 0;
  position: relative;
  min-height: 540px;
}
#aboutus .startups-members {
  background-blend-mode: luminosity;
}

#aboutus .startups-members ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 18px 0 0;
  text-align: center;
}

#aboutus .startups-members ul {
  position: relative;
  /*width:57%;*/
  margin: 90px auto 70px auto;
  padding: 0;
  text-align: center;
}

#aboutus .startups-members ul li {
  -webkit-border-radius: 190px;
  -moz-border-radius: 190px;
  -o-border-radius: 190px;
  border-radius: 190px;
  width: 225px;
  height: 225px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ececec;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 9;
  display: inline-block;
  margin: 0 7px 15px;
  vertical-align: middle;
}
#aboutus .startups-members ul li img {
  width: 155px;
  margin-top: 35px;
}
#aboutus .startups-members ul li .startups-member-content {
  display: none;
}

#aboutus .startups-members ul li:hover {
  margin: -30px -7px 15px -7px;
  width: 250px;
  height: 250px;
  padding: 0px;
  border: 0px;
  background: #ffffff;
  overflow: hidden;
  -webkit-border-radius: 190px;
  -moz-border-radius: 190px;
  -o-border-radius: 190px;
  border-radius: 190px;
  z-index: 9;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid #0063a7;
}
#aboutus .startups-members ul li:hover img {
  margin-top: 30px;
}

/*#aboutus .startups-members ul li:hover a{
  margin:0;
  width:165px;
  height:165px;
  overflow:hidden;
  margin:0 35px 50px;
}*/

/*#startups-member1{

}

#startups-member2{
  left: 370px;
  top: 100px;
}

#startups-member3{
  left: 540px;
  top: 100px;
}

#startups-member4{
   left: 293px;
   top: 250px;
}

#startups-member5{
   left: 466px;
   top: 250px;
}*/
.startups-popup-wrapper {
  background: rgba(4, 86, 146, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9;
  border: 0px solid #ff0000;
  overflow: hidden;
}

.startups-popup {
  width: 850px;
  height: 850px;
  position: relative;
  background: #ffffff;
  top: -425px;
  left: 50%;
  margin: 0 0 0 -425px;
  z-index: 9999;
  padding: 100px 0 0 0;
  -webkit-border-radius: 600px;
  -moz-border-radius: 600px;
  -o-border-radius: 600px;
  border-radius: 600px;
  padding: 100px 100px;
}

.startups-popup figure {
  background: #ffffff;
  /*margin:470px 20px 0 210px; */
  margin: 253px auto 0 auto;
  border: 1px solid #045692;
  width: 125px;
  height: 125px;
  overflow: hidden;
  /*position:absolute;  */
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}

.startups-popup img {
  float: left;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.startups-popup h1 {
  margin: 20px 0 0;
  font-size: 40px;
}

.startups-popup h5 {
  color: #728a90;
  margin: 0;
}

.startups-popup a.link {
  margin-top: 35px;
  color: #990000;
  font-size: 14px;
  line-height: normal;
  display: inline-block;
  padding: 10px 45px 11px 45px;
  border: 1px solid #990000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.startups-popup a.link:hover {
  color: #fff;
  background: #990000;
  border: 1px solid #990000;
}
.startups-popup article {
  padding-top: 0;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}
.startups-popup article a {
  color: #990000;
  display: inline;
}
.startups-popup article a:hover {
  color: #000;
}
.startups-popup-close {
  background: url(../images/popup-close.png) no-repeat;
  border: 0 !important;
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin: 0 0 0 -22px;
  padding: 0;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;

  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  overflow: hidden;
}

.startups-popup-close:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.startups-member-info {
  overflow: hidden;
  margin: 30px auto 0 auto;
  width: 530px;
  text-align: center;
}
#startups {
  padding: 45px 0;
  position: relative;
  height: 800px;
  overflow: hidden;
}

#platform {
  background: #e3ebf1 url(../images/line-box-bg2.png) center center no-repeat;
  background-attachment: fixed;
  padding: 100px 0 0 0;
}
#platform h1 {
  margin-bottom: 70px;
}
#platform .container {
  width: 85%;
}
#platform .container .image {
  float: left;
  width: 69%;
  background: url(../images/imac.png) no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
#platform .container .image li {
  z-index: 1 !important;
}
#platform .container .image img {
  width: 100%;
  height: auto;
  display: block;
}
#platform .container .content {
  float: right;
  padding: 0 0 50px 60px;
  width: 27%;
}
#platform .container .content li {
  background: url(../images/tick.png) 0 8px no-repeat;
  font-size: 18px;
  line-height: 28px;
  color: #222;
  padding: 0 0 15px 26px;
}

#partners {
  background: #e3ebf1 url(../images/line-box-bg2.png) center center no-repeat;
  padding: 100px 0;
  background-attachment: fixed;
}
#partners h1 {
  background: url(../images/title-bg.png) center bottom no-repeat;
  color: #000;
}
#partners p {
  padding-bottom: 50px;
  color: #000;
  font-size: 14px;
  line-height: normal;
  text-align: center;
}
#partners p a {
  color: #2c69a5;
  text-decoration: underline;
}
#partners p a:hover {
  color: #0f4b86;
}
#partners .map {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
#partners .map img {
  max-width: 100%;
}

#clients,
#venues,
#music {
  padding: 100px 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* #clients h1, */
.integrations h1,
#venues h1,
#music h1,
#aboutus h1,
.concept h1,
.films h1 {
  background: rgba(0, 0, 0, 0) url("../images/title-bg2.png") no-repeat scroll
    center bottom;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: normal;
  margin-bottom: 30px;
  padding: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}
#clients ul,
.logo-list {
  text-align: center;
}
#clients li,
.logo-list li {
  display: inline-block;
  width: 129px;
  height: 129px;
  border: 3px solid transparent;
  text-align: center;
  overflow: hidden;
  margin-right: 11px;
  margin-top: 11px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#clients li img,
.logo-list li img {
  display: block;
  width: 100%;
  max-width: 100%;
}
#clients li:hover,
.logo-list li:hover {
  border-color: #bb2938;
  -webkit-transform: rotate(20deg) scale(1.1);
  -moz-transform: rotate(20deg) scale(1.1);
  transform: rotate(20deg) scale(1.1);
}
#clients li:last-child,
.logo-list li:last-child {
  margin-right: 0px;
}
#footer {
  background: #000;
  color: #fff;
  padding: 70px 0 35px 0px;
}
#footer .container {
  width: 750px;
}
.footer-top h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  padding-bottom: 15px;
}
.footer-top .contact {
  float: left;
  width: 150px;
  margin-right: 170px;
}
.footer-top .contact li {
  padding-bottom: 7px;
}
.footer-top .contact li a {
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  padding-left: 36px;
}
.footer-top .contact li a:hover {
  color: #990000;
}
.footer-top .contact li.facebook a {
  background: url(../images/facebook.png) 0 center no-repeat;
}
.footer-top .contact li.facebook a:hover {
  background: url(../images/facebook-h.png) 0 center no-repeat;
}
.footer-top .contact li.twitter a {
  background: url(../images/twitter.png) 0 center no-repeat;
}
.footer-top .contact li.twitter a:hover {
  background: url(../images/twitter-h.png) 0 center no-repeat;
}
.footer-top .contact li.linkedin a {
  background: url(../images/linkedin.png) 0 center no-repeat;
}
.footer-top .contact li.linkedin a:hover {
  background: url(../images/linkedin-h.png) 0 center no-repeat;
}
.footer-top .contact li.email a {
  background: url(../images/mail.png) 0 center no-repeat;
}
.footer-top .contact li.email a:hover {
  background: url(../images/mail-h.png) 0 center no-repeat;
}
.footer-top .company {
  float: left;
  width: 150px;
}
.footer-top .company li a {
  color: #fff;
  font-size: 12px;
}

.footer-top .company li a:hover {
  color: #990000;
}
.footer-top .sitemap {
  float: right;
  width: 81px;
}
.footer-top .sitemap li.contact {
  margin: 0;
}
.footer-top .sitemap li a {
  color: #fff;
  font-size: 12px;
}
.footer-top .sitemap li a:hover {
  color: #990000;
}
#footer .go-top {
  width: 25px;
  height: 40px;
  background: #101010 url(../images/top.png) 0 0 no-repeat;
  display: block;
  text-indent: -9999px;
  margin: 0 auto;
}
#footer .go-top:hover {
  background: #101010 url(../images/top.png) 0 bottom no-repeat;
}
#footer .copyright {
  background: #101010;
  text-align: center;
  color: #525252;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px;
}
#footer .copyright span {
  font-size: 10px;
}

#contact {
  background: url(../images/contact-bg3.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 300px 0;
  position: relative;
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  /*z-index:11;*/
  z-index: 52;
}

.contact-wrapper {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}

#contact a.close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 25px 23px;
  background: #000;
}
#contact h1 {
  background: url(../images/title-bg2.png) center bottom no-repeat;
  color: #fff;
}
#contact h1 a {
  display: inline-block;
  color: #fff;
}
.button-big {
  background: #00213d;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 40px;
  border: 0;
  margin: 0 auto;
  display: inline-block;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  appearance: button;
  -moz-appearance: button; /* Firefox */
  -webkit-appearance: button;
}
.button-big:hover {
  background: #000;
  color: #fff;
}
.button-big.white-button {
  background: #fff;
  color: #00213d;
}
.button-big.white-button:hover {
  background: #00213d;
  color: #fff;
}
.send-sucess {
  width: 999px;
  height: 282px;
  line-height: 282px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: rgba(0, 21, 38, 0.5);
  display: none;
}
.entrybox {
  background: rgba(0, 21, 38, 0.5);
  color: #fff;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  border: 0;
  width: 494px;
  height: 50px;
  float: left;
  margin: 0 10px 15px 0;
  padding: 10px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.entrybox.hightlight {
  background: rgba(122, 0, 0, 0.5);
}
.entrybox.last {
  margin: 0 0 15px 0;
}
.entrybox.message {
  width: 100%;
  margin: 0 0 30px 0;
  height: 145px;
  resize: none;
}
.submit {
  background: #00213d;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  border: 0;
  width: 150px;
  margin: 0 auto;
  display: block;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  appearance: button;
  -moz-appearance: button; /* Firefox */
  -webkit-appearance: button;
}
.submit:hover {
  background: #990000;
}
.contact-address {
  width: 100%;
  margin: 60px 0px 0 0px;
}
.contact-address ul {
  display: block;
  text-align: center;
}
.contact-address ul li {
  text-align: center;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  width: 230px;
  height: 220px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px;
  padding: 40px 0 0;
  position: relative;
}
.contact-address ul .ca-address {
  background: rgba(17, 17, 17, 0.8);
}
.contact-address ul .thailand-address {
  background: rgba(0, 142, 223, 0.8);
  margin-left: -18px;
}
.contact-address ul .hong-kong-address {
  background: rgba(0, 97, 176, 0.8);
  margin-left: -18px;
}

.contact-address ul li figure {
  background: url(../images/map-icon.png) no-repeat;
  width: 33px;
  height: 50px;
  display: block;
  margin: 0 auto 15px auto;
  padding: 0 0 10px;
}

.contact-address ul li article {
  display: inline-block;
  padding: 0 10%;
  line-height: 22px;
  font-size: 14px;
}

.popup-content {
  background: #fff;
}

.popup-content .title {
  padding: 20px;
  background: #045692;
}
.popup-content .title h1 {
  margin: 0;
  color: #fff;
  background: url(../images/title-bg2.png) center bottom no-repeat;
}
.popup-content .container {
  padding: 30px;
  width: auto;
}
.popup-content h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #990000;
  line-height: 30px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.popup-content h5 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #045692;
  padding-bottom: 10px;
}
.list-01 li {
  background: url(../images/arrow.png) 0 3px no-repeat;
  padding: 0 0 10px 26px;
}
#cboxContent p {
  margin-bottom: 30px;
}
#cboxContent p:last-child {
  margin: 0;
}

.page-title {
  overflow: hidden;
  position: relative;
}
.page-title .container {
  padding: 50px 0 20px 0;
}
.page-container {
  padding: 50px 0;
}
.page-container p {
  margin-bottom: 30px;
}
.page-container p:last-child {
  margin: 0;
}

.cinema {
  position: relative;
  border: 2px solid #525252;
}
.cinema .cinema-img {
  display: block;
  width: 100%;
  height: auto;
}
.cinema .cinema-video {
  position: absolute;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 7.6%;
  height: 62.6%;
  border: 2px solid #525252;
}

.concept,
.films {
  padding: 80px 0;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #fff;
}
.concept .bullet-points li {
  color: #fff;
  /*	background:url(../images/tick-white.png) 0 8px no-repeat;*/
}
.bullet-points li {
  position: relative;
  /*	background:url(../images/tick.png) 0 8px no-repeat;*/
  font-size: 18px;
  line-height: 28px;
  color: #222;
  padding: 0 0 15px 16px;
}
.bullet-points li:before {
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
}

.films-list {
  text-align: center;
  font-size: 0;
  margin: 0 -20px;
}
.films-list li {
  width: 33.33%;
  padding: 0 20px;
  margin-bottom: 40px;
  display: inline-block;
  vertical-align: top;
}
.films-list li a {
  display: block;
  border: 2px solid #fff;
  overflow: hidden;
}
.films-list li a:hover {
  opacity: 0.8;
}
.films-list li a img {
  max-width: 100%;
  display: block;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  padding-top: 25px;
}
.responsive-video iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

/*** Responsive Media Queries ***/

@media screen and (max-width: 1480px) {
  #home .container {
    width: 85%;
  }
  #platform .container {
    width: 95%;
  }
  #platform .container .image {
    width: 65%;
  }
  #platform .container .content {
    width: 32%;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .logo {
    width: 300px;
  }
  #home .container {
    width: 95%;
  }
  #home .banner-text h1 {
    font-size: 56px;
    line-height: 68px;
    letter-spacing: 6px;
  }
  #home .mobile {
    height: 700px;
    width: 700px;
    background-size: 850px auto;
    margin: 0 -35px 0 0;
    float: right;
  }
  .social-main a.fb {
    background-size: 32px;
    margin-left: 270px;
  }
  .social-main a.twit {
    background-size: 40px;
    margin-top: 10px;
    margin-left: 340px;
  }
  .social-main a.in {
    background-size: 40px;
    margin-top: 65px;
    margin-left: 405px;
  }
  .social-main a.mail {
    background-size: 40px;
    margin-top: 10px;
    margin-left: 495px;
  }
  .social-main a.android {
    background-size: 40px;
    margin-top: 30px;
    margin-left: 540px;
  }
  .social-main a.browser {
    background-size: 32px;
    margin-top: 195px;
    margin-left: 565px;
  }
  #platform .container .image {
    width: 55%;
    height: 650px;
  }
  #platform .container .content {
    width: 42%;
  }
}

@media screen and (max-height: 900px) {
  #platform .container .image {
    width: 65%;
  }
  #platform .container .content {
    width: 30%;
  }
  #platform .container .content li {
    padding: 0 0 10px 26px;
    font-size: 16px;
  }
  #partners .map {
    width: 80%;
  }
}

@media screen and (max-height: 870px) {
  /*#home .mobile{
 	background-size:320px auto;
 	height:651px;
 }
 .social-main .fb {
 	left:5px;
 }
 .social-main .twit {
 	bottom:65px;
 }
 .social-main .in {
 	bottom:160px;
 }
 .social-main .mail {
 	right:158px;
  top:324px;
 }
 .social-main .android {
 	right:120px;
  top:265px;
 }
 .social-main .browser {
 	right:115px;
  top:185px;
 }*/
  #aboutus .startups-members {
    padding: 100px 0;
    background-attachment: inherit;
  }
  .startups-popup {
    height: auto;
  }
  #platform h1 {
    margin-bottom: 50px;
  }
  #platform .container .image {
    width: 63%;
  }
  #platform .container .content {
    width: 32%;
  }
  #platform .container .content li {
    padding: 0 0 10px 26px;
    font-size: 16px;
    line-height: 26px;
  }
  #partners .map {
    width: 68%;
  }
}

@media screen and (max-width: 1023px) {
  .site-header {
    padding: 16px 20px;
  }
  /*header.fixed .logo {
		width:200px;
	}*/
  header.fixed a.login {
    padding: 32px 25px;
  }
  header.fixed .social-media {
    padding: 0;
  }
  header .social-media {
    padding: 0;
    border: 0;
  }
  header .social-media li {
    padding: 20px;
    border-right: 1px solid #525252;
    margin: 0;
  }
  header .social-media li a:hover {
    background: transparent;
  }
  .mobile-nav {
    display: block;
    /*float:right;
		margin:20px 20px 0 0;*/
  }
  .mobile-nav a {
    background: #000 url(../images/menu-icon.png) center center no-repeat;
    width: 40px;
    height: 40px;
    display: block;
  }
  .mobile-nav a:hover {
    background: #333 url(../images/menu-icon.png) center center no-repeat;
  }
  .site-header .main-nav {
    display: none;
    position: absolute;
    top: 72px;
    right: 0;
    width: 100%;
    border-top: 1px solid #525252;
    background: #000;
    margin: 0;
  }
  header.fixed .main-nav {
    margin: 0;
  }
  .main-nav li {
    display: block;
    border-bottom: 1px solid #525252;
    padding: 0;
  }
  .main-nav li a {
    padding: 15px 20px;
    display: block;
  }
  .main-nav li a:hover {
    background: #000;
    color: #fff;
  }
  #home .banner-text h1 {
    font-size: 46px;
    letter-spacing: 4px;
    line-height: 58px;
  }
  /*#home .mobile {
		background-size:280px auto;
		height:569px;
		width:280px
	}
	.social-main .twit {
		bottom:65px;
		left:70px;
	}
	.social-main .in {
		bottom:140px;
		left:135px;
	}
	.social-main .mail {
		top:280px;
		right:30px;
	}
	.social-main .android {
		top:215px;
		right:0px;
	}
	.social-main .browser {
		top:160px;
		right:-5px;
	}*/
  .container {
    width: 90%;
  }
  /*#aboutus .startups-members ul{width:75%;}*/
  #aboutus .startups-members {
    padding: 100px 0;
  }
  .startups-popup {
    left: 0;
    margin: 0 auto;
    width: 100%;
  }
  .startups-popup figure {
    margin: 243px auto 0 auto;
  }
  .startups-member-info {
    margin: 20px auto 0 auto;
  }
  .startups-popup a.link {
    margin-top: 15ppx;
  }

  #platform h1 {
    margin-bottom: 30px;
  }
  #platform .container .content {
    padding: 0 0 40px 0;
    width: 100%;
  }
  #platform .container .image {
    padding: 0;
    margin: 0 auto;
    width: 700px;
    height: auto;
    text-align: center;
    float: none;
  }
  #platform .container .image img {
    display: inline-block;
  }

  #partners .map {
    width: 90%;
  }

  #clients ul {
    text-align: center;
  }
  #clients li,
  .logo-list li {
    width: 150px;
    height: 150px;
    margin: 0 10px 10px 0;
  }
  #footer {
    padding: 20px 0;
  }
  .footer-top .sitemap {
    width: auto;
  }
  #contact .entrybox {
    width: 100%;
  }
  .popup-content .title h1 {
    font-size: 30px;
    letter-spacing: 6px;
  }
  .popup-content .container {
    padding: 20px 15px;
  }
  #aboutus,
  #aboutus .startups-members,
  .integrations,
  #platform,
  #partners,
  #clients,
  #venues,
  #music,
  .concept,
  .films {
    background-attachment: inherit;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 6px;
    margin-bottom: 20px;
  }
  #home .banner-text {
    position: relative;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    float: none;
  }
  #home .banner-text h1 {
    text-align: center;
    padding-bottom: 20px;
  }
  /*#home .mobile{
		float:none;
		margin:0 auto;
		background-size:200px auto;
		width:200px;
		height:405px;
	}
	.social-main .fb {
		bottom:8px;
	}
	.social-main .twit {
		bottom:35px;
    left:40px;
	}
	.social-main .in {
		bottom:80px;
    left:80px;
	}
	.social-main .mail {
		right:15px;
    top:190px;
	}
	.social-main .android {
		right:-7px;
    top:145px;
	}
	.social-main .browser {
		right:-10px;
    top:100px;
	}*/
  #aboutus .about.container {
    width: 95%;
  }
  #aboutus .note {
    padding-top: 20px;
  }
  .startups-member-info {
    width: 100%;
  }

  .startups-popup {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    width: 90%;
  }
  #platform .container {
    width: 90%;
  }
  #platform .container .image {
    width: 100%;
  }
  #platform .container .content li {
    background: url(../images/tick.png) 0 5px no-repeat;
    padding: 0 0 10px 22px;
    font-size: 16px;
    line-height: 20px;
  }
  #footer .container {
    width: 95%;
  }
  .footer-top .contact {
    margin-right: 50px;
  }
  #contact {
    padding: 200px 0;
  }
  .contact-address {
    margin: 30px auto 0 auto;
    width: 500px;
  }
  .contact-address ul .hong-kong-address {
    margin: -30px 0 0 0;
  }
  .popup-content .title h1 {
    font-size: 24px;
    letter-spacing: 4px;
  }
  .page-container p {
    margin-bottom: 15px;
  }
  .films-list {
    margin: 0 -10px;
  }
  .films-list li {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  /*	.mobile-nav a{ margin-top:-10px}*/
  #home .mobile {
    height: 700px;
    width: 700px;
    background: url(../images/world-bg-mobile.png) 0 0 no-repeat;
    background-size: 770px auto;
    margin: -100px -55px 0 0;
  }
  .social-main a.fb {
    background-size: 30px;
    margin-top: -5px;
    margin-left: 245px;
  }
  .social-main a.twit {
    background-size: 40px;
    margin-top: 5px;
    margin-left: 300px;
  }
  .social-main a.in {
    background-size: 40px;
    margin-top: 55px;
    margin-left: 360px;
  }
  .social-main a.mail {
    background-size: 38px;
    margin-top: 5px;
    margin-left: 445px;
  }
  .social-main a.android {
    background-size: 38px;
    margin-top: 20px;
    margin-left: 480px;
  }
  .social-main a.browser {
    background-size: 32px;
    margin-top: 180px;
    margin-left: 505px;
  }
  .startups-popup {
    border-radius: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    width: 90%;
    top: 0;
  }
  .startups-popup article {
    font-size: 13px;
  }
  .startups-popup a.link {
    padding: 10px 20px 11px;
  }

  .page-container {
    padding: 30px 0;
  }
  .page-title .container {
    padding: 25px 0 10px 0;
  }
  .main-nav {
    top: 72px;
  }
  .logo {
    /*width:100%;
		margin:10px 0 10px 20px;*/
    width: 250px;
  }
  /*header.fixed .logo {
		width:170px;
	}*/
  /*.logo a {
		display:inline-block;
		width:auto;
	}
	.logo img {
		display:inline-block;
		width:auto;
		max-width:100%;
	}*/
  header a.login {
    display: none;
  }
  header a.login.mobile {
    display: block;
    padding: 23px 25px;
  }
  /*.mobile-nav {
		position:absolute;
		top:20px;
		right:20px;
		margin:0;
	}*/
  /*.content-wrapper {
		margin-top:48px;
	}*/
  #home .banner-text {
    padding: 20px 0;
  }
  #home .banner-text h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .startups-popup {
    height: auto;
    padding: 150px 30px 100px;
  }
  .footer-top .contact {
    width: 150px;
    margin: 0 0 10px 0;
  }
  .footer-top .company {
    width: 150px;
    margin: 0 0 10px 0;
  }
  .footer-top .sitemap {
    width: 100%;
    margin: 0 0 10px 0px;
  }
  #contact {
    padding: 150px 0;
  }
  .button-big {
    font-size: 16px;
    padding: 14px 30px;
  }
  #contact a.close {
    padding: 15px;
  }
  .contact-address {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .contact-address ul li,
  .contact-address ul .thailand-address,
  .contact-address ul .hong-kong-address {
    margin: 0 auto 20px auto;
    display: block;
  }
  .films-list li {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  #home .mobile {
    height: 470px;
    width: 470px;
    background-size: 580px auto;
    background-position: top 30% right 83%;
    margin: -50px -10px 0 0;
  }
  .social-main a.fb {
    background-size: 28px;
    margin-top: -20px;
    margin-left: 160px;
  }
  .social-main a.twit {
    background-size: 32px;
    margin-top: -10px;
    margin-left: 200px;
  }
  .social-main a.in {
    background-size: 32px;
    margin-top: 30px;
    margin-left: 240px;
  }
  .social-main a.mail {
    background-size: 32px;
    margin-top: -10px;
    margin-left: 300px;
  }
  .social-main a.android {
    background-size: 32px;
    margin-top: -5px;
    margin-left: 325px;
  }
  .social-main a.browser {
    background-size: 28px;
    margin-top: 120px;
    margin-left: 340px;
  }
}

@media screen and (max-width: 400px) {
  #home .mobile {
    height: 435px;
    width: 435px;
    margin: -90px -10px 0 0;
  }
  .social-main a.fb {
    background-size: 28px;
    margin-top: -20px;
    margin-left: 160px;
  }
  .social-main a.twit {
    background-size: 32px;
    margin-top: -10px;
    margin-left: 200px;
  }
  .social-main a.in {
    background-size: 32px;
    margin-top: 30px;
    margin-left: 240px;
  }
  .social-main a.mail {
    background-size: 32px;
    margin-top: -10px;
    margin-left: 300px;
  }
  .social-main a.android {
    background-size: 32px;
    margin-top: -5px;
    margin-left: 325px;
  }
  .social-main a.browser {
    background-size: 28px;
    margin-top: 120px;
    margin-left: 340px;
  }
  #aboutus .startups-members ul li:hover {
    margin: -30px -7px 50px -7px;
  }
  #clients li,
  .logo-list li {
    width: 120px;
    height: 120px;
  }
  /*#aboutus .startups-members ul{
	width:100%;
 }*/
  #aboutus .startups-members ul li {
    width: 200px;
    height: 200px;
  }
  #aboutus .startups-members ul li:hover {
    width: 220px;
    height: 220px;
  }
  #aboutus .startups-members ul li img {
    width: 125px;
  }
}

@media screen and (max-width: 369px) {
  .logo {
    width: 220px;
  }
}
