
body {
    background: #2E1324;
	color: #B9B3E0;
	line-height: 22px;
}


h1, h2, h3, h4, h5, h6, .title-fs-45-wide { color: #B9B3E0; }

a {color: #fff; font-weight:700;}

iframe { border-radius: 5px; }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.interview .col-md-5 .videoWrapper iframe { height: auto; }

.interview h1, .interview h2, .interview h3, .interview h4, .interview .title-fs-45-wide { color: #2E1324; }

.interview p { color: #333 }

.interview p.answer {font-size: 18px; line-height: 26px; color: #333;}

.noselect{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.only-mobile{
    display:none
}
.not-mobile{
    display:block
}
.flex{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-col{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction:column
}
.flex-col.h-center{
    align-items:center
}
.flex-col.v-center{
    justify-content:center
}
.flex-row{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction:row
}
.flex-row.h-center{
    justify-content:center
}
.flex-row.v-center{
    align-items:center
}
.fill{
    flex:1
}
.fullscreenbanner{
    background:#223c40
}
#loader-overflow{ background: radial-gradient(#4E2145 100%, #2E1324 100%);  }
#loader3{ background-color: #6c9;}

.bar{
    position:relative;
    width:100%;
    height:30px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content:center;
    align-items:center;
    margin-top:10px;
    display:none
}
.bar .fill-bar{
    position:absolute;
    background:#58c1df;
    z-index:1;
    width:0;
    height:100%;
    top:0;
    left:0;
    -webkit-transition:width 3s ease-in-out;
    -moz-transition:width 3s ease-in-out;
    -o-transition:width 3s ease-in-out;
    transition:width 3s ease-in-out
}
.bar .bg-bar{
    position:absolute;
    background:#f28987;
    height:100%;
    width:100%;
    top:0;
    left:0
}
.bar .number{
    z-index:2;
    font-size:18px;
    line-height:1
}

.bullet{
    border-radius:100%;
    border:2px solid #34495e;
    width:19px;
    height:19px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items:center;
    justify-content:center;
    background:white;
    flex-shrink:0
}

.bullet:after{
    content:'';
    border-radius:100%;
    width:7px;
    height:7px;
    background-color:#34495e
}
.arrow:before{
    content:'';
    width:20px;
    height:20px;
    top:35px;
    left:-15px;
    border-width:1px;
    border-style:solid;
    border-right:0;
    border-bottom:0;
    border-color:#e6ebeb;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:left top;
    -moz-transform-origin:left top;
    -ms-transform-origin:left top;
    -o-transform-origin:left top;
    transform-origin:left top
}
.cool-button{
    color: #fff;
    background: #6c9;
    border-radius: 2px;
    padding: 0 25px;
    height: 43px;
    font-weight: 500;
    font-family: "Roboto";
    font-size: 20px !important;
    flex-shrink: 0;
    height: 50px !important;
    margin-top: 10px;
}
.cool-button:hover{
    opacity:.8
}
.cool-button.dark{
    background:#2a4e52;
    color:white
}
.cta-button{
    height:70px;
    border-radius:8px;
    font-size:25px
}

.bold {	font-weight: 700; }
.red {	color: #e74c3c; }
.blue {	color: #2980b9; }
.green { color: #6c9; }

.sandbox-brand-text{ color: #2980b9; }

.modal {overflow-y: scroll;}

.modal-content {background: #4E2145;}

.modal.rounded{ border-radius:8px m}

.modal-open .modal{}

.modal .close{
    right:0;
    top:0;
    padding:16px;
    position:absolute;
	color: #6c9;
    opacity: 1;
}
.font-roboto-c{
    font-family:"Roboto Condensed";
    font-weight:300
}
#modal-cta{
    align-items:center;
    justify-content:center;
    overflow:hidden
}
#modal-cta .modal-content{
    border-radius:8px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:40px 30px;
    padding-bottom:30px;
    text-align:center;
    color:#223c40;
    max-height:95vh;
    justify-content:baseline;
    overflow-y:auto
}
#modal-cta .modal-content .title{
    font-family:"Roboto Condensed"
}
#modal-cta .modal-content .title{
    margin-top:0;
    margin-bottom:10px;
    flex-shrink:0
}
#modal-cta .modal-content .desc{
    margin-bottom:30px
}
#modal-cta .modal-content .desc p{
    margin:0;
    line-height:16px;
    font-size:14px;
    font-weight:300;
    color:#223c40
}
#modal-cta .modal-content .cols{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width:100%;
    flex-shrink:0;
    border:1px solid #2a4e52;
    border-radius:8px
}
#modal-cta .modal-content .cols .col{
    flex:1;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction:column;
    position:relative;
    align-items:center
}
#modal-cta .modal-content .cols .col .info-title{
    margin:0;
    font-family:"Roboto Condensed";
    font-weight:300;
    padding:10px 0;
    background:#2a4e52;
    color:white;
    width:100%
}
#modal-cta .modal-content .cols .col:first-child .info-box{
    border-right:1px solid #2a4e52
}
#modal-cta .modal-content .cols .col .info-box{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction:column;
    width:100%;
    align-items:center;
    flex:1;
    padding:0 17px;
    padding-bottom:17px
}
#modal-cta .modal-content .cols .col span{
    margin-top:30px;
    font-size:20px;
    font-weight:300;
    font-family:"Roboto Condensed"
}
#modal-cta .modal-content .cols .col .email{
    margin-top:18px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items:center;
    justify-content:center;
    border:1px solid #2a4f53;
    border-radius:2px;
    width:100%
}
#modal-cta .modal-content .cols .col .email input{
    flex:1;
    min-width:0;
    border-bottom:0;
    padding-left:14px
}
#modal-cta .modal-content .cols .col .email .cool-button{
    margin-top:0;
    padding:0;
    width:43px;
    flex:none;
    border-radius:0
}
#modal-cta .modal-content .cols .col .cool-button{
    margin-top:18px;
    width:180px
}
#modal-cta .modal-content .cols .col .info{
    font-size:12px;
    color:#9b9b9b;
    margin-top:10px
}
#modal-cta .modal-content .token-info{
    color:#223c40;
    font-size:12px;
    margin-top:28px
}
#modal-cta .modal-content .token-info p{
    margin:0;
    line-height:18px
}

.modal-content button.btn-primary {background: #6c9;}

.icons-menu {
	margin: 40px auto 0;
}

.icons-menu a {
	font-size: 30px;
    margin: 0px 12px;
    color: #C8DADC;
}

#back-top a { color: #fff; background: #6c9; }


.icons-menu a:hover {  color: #e74c3c; }

.icons-menu a img{ 	width: 32px; }

#menu, .slicknav_menu {
	width: 100%;
    background: center top no-repeat url(../images/header.menu.bg.jpg)rgba(0,0,0,0.2);
    padding: 10px 30px;
    text-align: right;
    right: 0;
    position: fixed;
    margin: 0;
    box-shadow: 0px 10px 0px rgba(0,0,0,0.1);
    z-index: 99;
}

.slicknav_menu {
	background: center top no-repeat url(../images/header.menu.bg.jpg)rgba(0,0,0,0.2) !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.slicknav_btn {margin: 0px 0px 0px;}

.slicknav_menu .slicknav_icon-bar{ width: 28px; height: 5px;}

.slicknav_menu .logo { max-width: 80px; margin: 0;  float: left;}

#menu ul { margin-top: 10px;}
    
#menu li { margin-right: 12px; }

#menu a{ color:#9D90B9; font-weight: normal; text-shadow: 1px 1px 0px rgba(0,0,0,0.3);}   	

#menu .logo {  max-width: 135px; float: left;}

#slider {overflow: hidden; min-height:550px; margin: 60px 0 0 0;}

#slider .image-background
{
		position:absolute;
		height:100%;
		width:100%;
		background: bottom center no-repeat url("../images/header.1.bg.jpg") #2E1324;
		
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-ms-transform:scale(1.0);
		-o-transform:scale(1.0);
		transform:scale(1.0);
	
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}

#slider .main-character
{
    position: absolute;
    background: bottom center no-repeat url("../images/character.3.png");
	bottom: -366px;
    left: 8%;
    width: 450px;
    height: 800px;
	
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

#slider .main-character.character-4
{
    background: bottom center no-repeat url("../images/character.4.png");
	left: 24%; width: 560px;
}

#slider #particle-canvas{   width:100%;    height:100%}

#slider .rev_slider li.tp-revslider-slidesli{
    z-index:0 !important
}
#slider .container{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    height:100%;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:21
}
#slider .container .content{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction:column;
    align-items:center;
    justify-content:center;
    flex:1;
	/*margin-top: -90px;*/
}
#slider .title{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction:row;
    align-items:center;
    justify-content:center
}
#slider .title .coin{
    width:92px;
    margin-right:20px
}
#slider .title .text{
    width:540px
}
#ios-header .desc, #slider .desc{
    margin-top:0;
    margin-bottom:15px;
}
#ios-header .desc h2, #slider .desc h2{
	color: #fff;
    font-size: 36px;
    text-align: center;
    line-height: .6;
    font-family: "Roboto";
    font-weight: 300;
    margin: 0 auto;
    line-height: 66px;
}	
#ios-header .desc-2, #slider .desc-2
{
	color: #fff;
    font-size: 18px;
    text-align: center;
    font-family: "Roboto";
    font-weight: 300;
    margin: 50px auto 0;
    line-height: 26px;
    padding: 10px 10px 5px;
    background: rgba(0,0,0,0.1);
}

#slider .buttons{
    margin-top:30px
}
#slider .buttons{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction:column;
    align-items:center
}
#slider .buttons a{
    margin-top:17px;
    color:#fff;
    text-decoration:underline;
    font-family:"Roboto";
    font-weight:300;
    font-size:18px
}
#slider .footer{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction:column;
    align-items:center;
    margin-bottom:75px
}
#slider .footer h3{
    color:#34495e;
    text-transform:uppercase;
    font-family:"Roboto";
    font-size:15px
}
#slider .footer .huffpost-icon{
    width:200px
}

#about{
    padding-top:70px;
    padding-bottom:70px;
    background:#ef5350;
    color:#fafafa
}
#about p{
    color:#fafafa
}
#about .pre-ico{
    text-align:center;
    margin-top:45px
}
#about .pre-ico .disclaimer{
    max-width:640px;
    margin:auto;
    padding:4px 0
}
a.register,a.whitepaper{
    display:block;
    width:10em;
    margin:auto;
    margin-top:25px;
    margin-bottom:25px;
    background:#fafafa;
    border-radius:2px;
    line-height:4em;
    color:#ef5350;
    font-weight:bold;
    text-transform:uppercase
}
a.whitepaper{
    width:auto;
    padding:.5em 2em;
    color:#323336
}

#game-registration { margin: -190px 0 -60px;  z-index: 3; overflow: visible; }

#game-registration .logo {}

#game-registration .register-button{ position: absolute;  margin-left: -120px;}

#game-info .register-button {
	
	display:none;
	border: 1px solid rgba(255,255,255,0.2);
    width: 100%;
    border-right: 0;
    border-left: 0;
    padding: 10px 10px 0;
    margin: 0px 0 20px ;
    text-align: left;
    font-weight: normal;
	
}

#game-info .register-button img { max-width: 120px; float: right;margin-left: 10px;}
							
#game-registration .register-button p{
    font-size: 9px;
    line-height: 14px;
    width: 50%;
    margin: 4px auto 0;
}

#game-info {z-index: 2;}

#game-info .container {background: #3A1932; padding: 30px 140px 0; border-radius: 15px;}

.interview #game-info .container {background: #EFEFEF;}
   
#game-info h2.title, #company-info h2.title{
	font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
    font-weight: 700;
}

.interview #game-info h2.title { font-size: 26px; line-height: 30px; }

#game-info .video,#company .video .center{
    text-align:center;
    margin:auto
}
#game-info .video{
    margin-bottom:4em
}
#game-info .item:last-child{
    margin-bottom:0
}
#game-info .item .row{
    /**/
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex;
	display: flex;     
    align-items:center;
}
#game-info .item .row .image{
    align-items:center
}

#game-info .item .row .image img{}

#game-info .item .row>div {
    /*display: -webkit-box;  	
	display: -moz-box;    
	display: -ms-flexbox;  
	display: -webkit-flex;    
	display: flex;          
    flex-direction:column;*/
}

#game-info .store-link { display: inline-block;  z-index: 4; }

#game-info .store-button
{ 
    width: 169px;
    max-height: 50px;
    margin: 0 10px 20px 0;
}

#game-info.game-download 
{
	/*min-height: 640px;
    margin-bottom: 40px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 74vh;
    padding: 5vh 200px;
    overflow: hidden;
	
	position:absolute;
	height:100%;
	width:100%;
	background:  bottom center no-repeat url("../images/header.1.bg.jpg") #2E1324;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#game-info.game-download  .container {
    background: #3A1932;
    padding: 30px 10px 0;
    border-radius: 15px;
}


#Key-features-box
{
    background: rgba(255,255,255,0.08);
    border-radius: 9px;
    padding: 20px 0 0 20px;
	margin: 80px 0 0 0;
	z-index: 2;
}

#Key-features-box h2 { margin-bottom: 20px !important; }

#Key-features-box p { margin: 0; }

#Key-features-box #book-image
{
	-webkit-transform:scale(1.8, 1.8);
	-moz-transform:scale(1.8, 1.8);
	-ms-transform:scale(1.8, 1.8);
	-o-transform:scale(1.8, 1.8);
	transform:scale(1.8, 1.8);
		
	margin: -270px 0px 0px 90px;
	
	visibility: visible;
	animation-duration: 1s;
	animation-delay: 800ms;
	animation-name: fadeIn;
}
    
.flexslider {
    background: transparent;
    border: 0;
	margin: 40px 0 20px;
}

.flex-control-nav {display:none;}

.flex-direction-nav a:before { color: #fff;}

.flex-direction-nav a {  overflow:visible; }

.flex-direction-nav .flex-next {
	right: 0 !important;
	margin-right: -30px;
	opacity: 1 !important;
}
.flex-direction-nav .flex-prev {
	left: 0 !important;
	opacity: 1 !important;
	margin-left: -50px;
}
    
#company-info 
{ 
	padding-top: 30px;
	padding-bottom: 0px; 
	background: radial-gradient(#4E2145 30%, #2E1324 70%);
}

#company-info .descr{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */	display: -ms-flexbox;      /* TWEENER - IE 10 */	display: -webkit-flex;     /* NEW - Chrome */	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items:center
}

#company-info h2{ margin-bottom: 20px !important; }

#company-info p{ margin-bottom: 40px; }

#company-info h3{    
	font-size: 16px; 
    font-family: 'Open Sans',Arial, Helvetica, sans-serif;    
	margin-bottom: 0px;
	font-weight: 700;
    color: #2980b9;
}

#company-info .col-md-12:last-child .descr{
    margin-bottom:0
}
#company-info .container.company-info .game-desc{
    font-size:40px;
    font-weight:bold;
    letter-spacing:2px
}

#company-info .container.company-info .image{}

#company-info .container.company-info .image img{ width:100% }

#company-info .container.company-info .info p{  font-size:16px }

#company-info button.cta-button{
    color:white;
}

#footer1{ padding: 0px 0 40px; }

#footer1 .logo{
	max-width: 170px;
    padding: 0;
    margin: 0 20px 0 0;
    display: -webkit-inline-box;
    height: auto;
}

#footer2{ padding: 0px 0 40px; }

#footer2 .logo {
    padding: 0;
    max-width: 130px;
    height: auto;
    float: left;
	margin: 0 20px 60px 0;
}

#footer2 .copyright{ font-size:12px; color: #BAB4E1; margin: 0; }

#footer2 .menu {  }

#footer2 .menu li {
    list-style: none;
    padding: 3px 3px;
}

#footer2 .menu li a {
    color: #9D90B9;
    font-weight: normal;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	font-size:13px;
}

#footer2 .menu li a:hover {
    color: #fff;
}

#coppa{float: left; margin: 0 10px 0 70px;}

#footer3 { margin: -50px -40px 50px; text-align: right; }


@media only screen and (max-width: 1200px) 
{

	#game-info .container {	padding-top: 60px ;	}
	
}


@media only screen and (max-width: 1169px) {
	
	#game-registration .register-button img { max-width: 200px; }	
	#slider .main-character	{ left: 5%;}
}


@media(max-width:990px){
    
	body, #game-info h2.title, #company-info h2.title { line-height: 30px; }	
	
	.col-md-1 {display: none;}
	
	#slider {  min-height: 370px; margin-top: 90px;}
	
	#slider .main-character	{ left: -4%;}
	
	#menu li { margin-right: 5px; }
	
	#menu a {font-size: 14px; }
	
	#game-registration .logo { max-width: 50%; margin: -70px -90px 18px -120px; }
		
	#game-registration .register-button  { margin: -170px 0 0 -50px; }

	#game-registration .register-button img { max-width: 200px; }	
	 
	#game-registration .register-button p {
		background: rgba(0,0,0,0.18);
		padding: 10px;
		border-radius: 5px;
		text-shadow: 1px 1px 0px rgba(0,0,0,1);
	}
	    
	#company-info .container.company-info{
        flex-direction:column;
        align-items:center
    }
    #company-info .container.company-info .info{
        align-items:center
    }
	

    #game-info .item .row>div, #company-info .row .image {
        order:1;
        width:100%
    }
	
	.interview .item .row 
	{
		padding-right: 35px;
		padding-left: 35px;
	}
	    
	
	
	#game-info .container { padding: 30px 10px 0;}
	
	#game-icon { width: 60% !important; }
	
	#game-info .store-button {margin-top: 30px;}	
	
	.interview #game-info .store-button { width: 160px; margin-top: 0px;}	
	
	#Key-features-box { margin: 20px 0 0 20px; }

	#Key-features-box #book-image 	{  margin: -40px -240px 20px 100px; 	}	
	
	#coppa{float: left; margin: 20px 20px 0 0; }
	
	#coppa img{ max-width: 120px; }
	
	#footer2 .menu li { 
		padding: 0 7px;
		float: left;
		margin: 0 0 10px 0;
		border-right: 1px solid rgba(255,255,255,0.2);
		line-height: 13px;
	}
}

/*Ipad*/

@media(max-width:768px){
	
	
    .only-mobile{
        display:block
    }
	
    .not-mobile{
        display:none
    }
	
    .cta-button{
		font-size: 18px;
	}
	
	.interview h1 {    
		font-size: 21px;
		line-height: 35px;
		margin: 40px 0 15px 0;
	}
	
	
	.container, .container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}
	
    #modal-cta .modal-content .desc{
        margin-bottom:0
    }
    #modal-cta .modal-content .cols{
        flex-direction:column;
        border:0
    }
	
    #modal-cta .modal-content .cols .col{
        flex:none;
        margin-top:30px;
        border-radius:8px;
        border:1px solid #2a4e52
    }
	
    #modal-cta .modal-content .cols .col:first-child .info-box{  border:0   }
	
	#menu { text-align: center; }
		
	#menu .logo { float: none; }
		
	#menu ul { margin: 0; }
	
	#slider {  min-height: 370px; margin-top: 120px;}
	
	#slider .image-background{
		background-image:url("../images/header.2.bg.jpg") ;	
		background-repeat: repeat-y;
		background-position: center center;
	}
	
	.interview #slider .image-background{
		background-image:url("../images/header.3.bg.jpg") ;	
	}
		
    #slider .main-character, #game-registration, #game-icon { display:none;}
	
	.interview p.answer {font-size: 15px; }
	
	.interview #game-info h2.title { font-size: 16px;}
	
	#game-registration { position: absolute; top: 450px;}
	
	#game-registration .logo {display:none; }
	
	#game-registration .register-button  { margin: -100px 0 0 -50px; }
	
	#game-registration .register-button img { max-width: 200px; }
	
	.interview #game-info p {margin: 0 0 20px;}
	
	#game-info .register-button img { max-width: 120px; float: right; } 
	
	#game-info, #company-info { text-align: center; } 
		
	#game-info .container {background:transparent; padding: 0px 10px 0;}
	
    #game-info .item .row,#company-info .descr{
        flex-direction:column
    }
		
	#game-info .register-button {display: block ;}

    #game-info .item .row .image{
        order:1;
        width:50%;
	    margin-bottom: 30px;
    }
		
	#game-info h2.title, #company-info h2.title { margin-bottom: 10px;}
	
	.interview #game-info h2.title { text-align: center; }
	
	#Key-features-box {  margin: -20px 0 0 0;  background: transparent;}
	
	#Key-features-box .row .image {width: 120% !important;}

	
	#Key-features-box #book-image 
	{     
		margin: -57px 0 -80px;
		
		-webkit-transform: scale(0.7, 0.7);
		-moz-transform: scale(0.7, 0.7);
		-ms-transform: scale(0.7, 0.7);
		-o-transform: scale(0.7, 0.7);
		transform: scale(0.7, 0.7);
	}		
	
	#footer2, #footer2 .menu {text-align:center;}
		
	#footer2 .menu 
	{ 
		padding: 0;
		display: inline-block;
		text-align: center;
		margin-top: 20px;
	}
	
	#footer2 .logo { float: none; margin: 0 auto 30px;}
	
	#coppa{width: 100%; margin: 5px 0 35px;}
	

	#footer3 { margin: -50px auto 50px; text-align: center; }
	
	
}



@media(max-width:650px){
	
	#slider {  min-height: 370px; margin-top: 60px;  margin-bottom: -60px;}
	
}


/*Mobile*/

@media(max-width:570px){
	
	
	
	#slider {  min-height: 260px; margin-top: 60px; margin-bottom: -38px; }
	
	.interview #slider { min-height: 310px; margin-bottom: -8px; }
	
    #slider .main-character	{ left: -20%;}
	
	#game-registration .register-button {  margin: -100px 0 0 0px; }
	
	#game-registration .register-button img { max-width: 170px; }
	
	#game-info .store-button { width: 160px; }
	
	#game-registration {  top: 400px;}
	
	#game-registration .register-button {  margin: -100px 0 0 0px; }
	
	#game-info h2.title, #company-info h2.title{ margin-bottom: 4px; margin-top: 20px; line-height: 25px;}
	
	.interview #game-info h2 { margin-top: 10px; }
	
	#company-info { padding-top: 20px;  padding-bottom: 20px; }
	
	#game-info .item .row .image { margin-bottom: 0px; }
	
	#game-info .register-button img { margin: 10px;	}
	
	.interview .item {margin: 0;}
	
	.interview #game-info .videoWrapper { margin-bottom: 10px; }
	
	.flex-direction-nav .flex-prev { margin-left: 4px;}

	.flex-direction-nav .flex-next {margin-right: 10px;}
	
	#footer2 .menu li a {font-size: 11px;}
	
}

@media only screen and (max-width: 478px){
	
	body { font-size: 13px; }
	
	.interview p.answer {font-size: 13px; }
	
	.interview #game-info h2.title {font-size: 15px; margin-top: 0px;}
	
	#game-info h2.title, #company-info h2.title{ margin-bottom: 10px; margin-top: 15px; font-size: 15px; }
	
}

@media(max-width:390px)
{
	 	
	.item {  margin: 0 15px ;}
	
	#slider .main-character	{ left: -40%;}
	
    #modal-cta .modal-content .cols .col .info-title{
        font-size:23px
    }
	
    #modal-cta .modal-content .cols .col span{ font-size:16px  }
	
	#game-info { margin-top: 20px; }
	
	#game-info .store-button { width: 120px; margin: 0 5px 10px 0;}
	
	#game-info .register-button { margin: 20px 0; }
	
	#game-info .videoWrapper { margin-bottom: 30px; }
	
	.interview #game-info .videoWrapper { margin-bottom: 10px; }

	#Key-features-box .row .image {margin-top: -30px;}
	
	#Key-features-box #book-image { margin: -17px 0 -60px; } 
	
	#footer1 .logo { margin: 0 20px 0 0;  }
	
	#footer1 .logo, #coppa img {  max-width: 100px;}
	
	#footer2 .menu li {float: none; border:0px;}
	
	#footer2 .menu li a, #footer2 .copyright {font-size: 11px;}
}

@media(max-width:340px){
	
	#slider { min-height: 160px;  margin-bottom: 0; }
	/*#game-info .store-button { width: 90px; }*/
	#slider .main-character { display: none;}
	#game-info .store-button { width: 110px; margin: 0 5px 0px 0;}	
	.interview #game-info .store-button { margin: 0 5px 15px 0;}	
	#game-info { margin-top: -20px; }
	#game-info h2.title, #company-info h2.title {margin-top: 25px;}	
	#game-registration .register-button { margin: -140px 0 0 0; position: relative; display: block; }
	#game-registration .register-button img { max-width: 120px; }
	#game-registration .register-button p { width: 80%;}
	#Key-features-box #book-image { margin: -17px 0 -50px; }
	
}
 /* CSS specific to iOS devices */ 
@supports (-webkit-overflow-scrolling: touch) {
 
	
}

/* CSS for other than iOS devices */
@supports not (-webkit-overflow-scrolling: touch) {
	
	    
	
	
}
 