/*-------------------------------------------------------------------
							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;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {	line-height: 1;}
ol, ul { list-style: none; padding: 0;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
a{	text-decoration: none; color: inherit; }
*:focus  {  outline: none;  }
*{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;      
}
html,body{
	width: 100%;
	height: 100%;
}

.loader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50; 
	background: #2a4065 url('images/load.gif') center center no-repeat;
}

/*-------------------------------------------------------------------
							GENERAL
-------------------------------------------------------------------*/

body{
	font-family: 'Roboto', sans-serif;
	line-height: 20px;
	font-size: 15px;
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

header.header{
	max-width: 1000px;
	padding: 40px 20px;
	margin: 0 auto;
	text-align: center;
}

header.header img{
	width: 100%;
}

section.content{
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
}

/*-------------------------------------------------------------------
							HEADER INFO
-------------------------------------------------------------------*/


article.info{
	margin-bottom: 50px;
	text-align: center;
}


article.info .info-cont{
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	background: rgba(255,255,255,0.3);
	border-radius: 10px;
	padding: 20px 40px;
	text-transform: uppercase;
	text-align: center;
	color: #2a4065;
	line-height: 20px;
	font-size: 14px;
}

article.info .info-cont h2{
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
}

article.info .info-cont strong{
	display: block;
	font-weight: 700;
	font-size: 16px;
}

article.info .info-cont p{
	padding-top: 5px;
	padding-bottom: 12px;
}

.coming-soon{
	display: block;
	text-align: center;
	padding: 30px 0;
}

.btn-appstore{
	display: inline-block;
	background: url('images/app-store.png');
	width: 279px;
	height: 84px;
	overflow: hidden;
	text-indent: -900px;
	margin: 0 20px;

  -webkit-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 

  -webkit-transform: scale(1); 
      -ms-transform: scale(1); 
          transform: scale(1); 
}

.btn-googleplay{
	display: inline-block;
	background: url('images/google-play.png');
	width: 279px;
	height: 84px;
	overflow: hidden;
	text-indent: -900px;
	margin: 0 20px;

  -webkit-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 

  -webkit-transform: scale(1); 
      -ms-transform: scale(1); 
          transform: scale(1); 
}

.btn-googleplay:hover, .btn-appstore:hover{

  -webkit-transform: scale(0.97); 
      -ms-transform: scale(0.97); 
          transform: scale(0.97); 
}

/*-------------------------------------------------------------------
							GALLERY	
-------------------------------------------------------------------*/

article.gallery{
	padding: 40px 0;
}

article.gallery h2{
	text-align: center;
	font-size: 30px;
	text-shadow: 2px 1px 2px #000;
	font-family: 'Roboto Slab', sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 30px;
}



/*-------------------------------------------------------------------
							PRESS KIT	
-------------------------------------------------------------------*/

article.press-kit{
	position: relative;
	max-width: 800px;
	margin: 70px auto;
	background: rgba(255,255,255,0.3);
	border-radius: 10px;
	padding: 20px 40px;
	text-transform: uppercase;
	text-align: center;
	color: #2a4065;
	line-height: 20px;
	font-size: 14px;
}

.btn-presskit{
	width: 275px;
	height: 77px;
	background: url('images/presskit-button.png');
	display: inline-block;
	overflow: hidden;
	text-indent: -900px;
	margin-top: 30px;

  -webkit-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 

  -webkit-transform: scale(1); 
      -ms-transform: scale(1); 
          transform: scale(1); 

}

.btn-presskit:hover{
  -webkit-transform: scale(0.97); 
      -ms-transform: scale(0.97); 
          transform: scale(0.97); 

}

/*-------------------------------------------------------------------
							VIDEO	
-------------------------------------------------------------------*/

article.video{
	padding: 40px 0;
}

article.video h2{
	text-align: center;
	font-size: 30px;
	text-shadow: 2px 1px 2px #000;
	font-family: 'Roboto Slab', sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 30px;
}



/*-------------------------------------------------------------------
							CAROUSEL
-------------------------------------------------------------------*/

.item-video div{
	background-size: 100% 100% !important;
}
.item-video{
	background: #000;
}

.owl-carousel-gallery .item{
	background-size: 100% 100% !important;
}

.owl-video-wrapper{
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.item-video img{
	width: 100%;
	display: block;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-controls .owl-nav[class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
}
.owl-theme .owl-controls .owl-nav[class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: rgba(255,255,255,0.5);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ab3db8
}




/*-------------------------------------------------------------------
							FOOTER	
-------------------------------------------------------------------*/

footer.footer{
	height: 250px;
	width: 100%;
	display: block;
	background: #3c2238;
	text-align: center;
	padding: 50px 20px;
}

footer.footer h5{
	color: #fff;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

footer.footer ul{
	display: inline-block;
}

footer.footer ul li{
	display: inline-block;
}

.icon{
	background: url('images/icons.png');
	display: inline-block;
	margin: 10px;

  -webkit-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 

  -webkit-transform: translate(0,0); 
      -ms-transform: translate(0,0); 
          transform: translate(0,0); 
}

.icon:hover{

  -webkit-transform: translate(0, -5px); 
      -ms-transform: translate(0, -5px); 
          transform: translate(0, -5px); 
}

.icon-facebook {
    width: 50px;
    height: 49px;
    background-position: -15px -15px;
}

.icon-instagram {
    width: 50px;
    height: 49px;
    background-position: -95px -15px;
}

.icon-twitter {
    width: 50px;
    height: 49px;
    background-position: -15px -94px;
}

.icon-web {
    width: 50px;
    height: 49px;
    background-position: -95px -94px;
}

.icon-youtube {
    width: 50px;
    height: 49px;
    background-position: -175px -15px;
}



@media screen and (min-width:1025px) {

	body{
		background: #2a4065 url('images/background.jpg') no-repeat center top fixed;
	}

}

@media screen and (min-width:1000px) {


	footer.footer{
		background: url('images/footer.png') top center;
	}


	article.info .info-cont:after{
		content: ' ';
		position: absolute;
		top: -45px;
		left: -32px;
		background: url('images/decorado.png');
		width: 100px;
		height: 251px;
	}

	article.info .info-cont:before{
		content: ' ';
		position: absolute;
		bottom: -35px;
		right: -32px;
		background: url('images/bottle.png');
		width: 82px;
		height: 131px;
	}


}


@media screen and (max-width:1024px) and (orientation: landscape) {

	body{
		background: #2a4065 url('images/background_mobile_landscape.jpg') no-repeat center top fixed;
	}


}



@media screen and (max-width:1024px) and (orientation: portrait) {

	body{
		background: #2a4065 url('images/background_mobile_portrait.jpg') no-repeat center top fixed;
	}


}

@media screen and (max-width:1000px) {

	footer.footer{
		padding: 20px 5px;
		height: auto;
	}

	.btn-googleplay, .btn-appstore{
		width: 167.5px;
    	height: 50.4px;
    	background-size: 100% 100%;
    	margin: 0 10px;
	}

	.btn-presskit{
	    width: 165px;
	    height: 46.2px;
	    background-size: 100% 100%;
	}

}

@media screen and (max-width:800px) {
	
	article.press-kit{
		padding: 20px;
	}

	article.info .info-cont{
		font-size: 13px;
		padding: 20px;
	}

	article.info .info-cont h2{
		font-size: 15px;
	}

	article.info .info-cont strong{
		font-size: 14px;
	}

	.logo{
		overflow: hidden;
	}

	header.header{
		padding: 20px 0;
	}

	header.header img{
		position: relative;
		width: 140%;
		left: -20%;
	}

	article.gallery h2, article.video h2{
		font-size: 24px;
	}

	.icon{
		margin: 10px 5px;
	}

}

@media screen and (max-width:430px) {
	

	.icon{
		margin: 10px 2px;
	}

	.coming-soon img{
		width: 80%;
	}

	.owl-theme .owl-dots .owl-dot span{
		width: 15px;
		height: 15px;
	}

	header.header img{
		position: relative;
		width: 160%;
		left: -30%;
	}

}