*{
	margin:0; 
	padding:0;
    border:none;
}	

html,body{
	height:100%;
} 

body{
	font-family: Roboto, Helvetica, sans-serif;
}

.clearFloat{
	clear:both;
}

.fix_ul{
	list-style:none;
}

header{
	background:#000000;
	padding:5px 0;
	position: fixed;
    width: 100%;
	z-index:999;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer{
    font-size: 11px;
    text-align: center;
    padding: 5px 0;
    background-color: #000000;
    color: #DCDCDC;
    width: 100%;
    font-weight: 300;
    z-index: 9999999;
    position: fixed;
    height: 26px;
    bottom: 0;
}

footer a{
	color: #DCDCDC;
	text-decoration:none;
}

#ocean_logo{
    height: 42px;
    display: block;
    margin-right: 20px;
}

#ocean_logo img{
	height:100%;
}

.top_menu ul{
	text-align:left;
}

.top_menu ul li{	
	display:inline-block;
	margin-left:-4px;
}

.top_menu ul li a,
.top_menu ul li span{
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 13px 14px;
    font-weight: 300;	
	cursor:pointer;
}

.mob_nav{
	color: #fff;
    padding: 10px;
	display:none;
}

.ttl_section{
	font-family: 'BebasNeu', Open Sans, sans-serif;
    font-weight: 400;
    margin: 0;
	text-align:justify;
}

.ttl_section span{
	line-height: 80%;
	display: block;	
}

.ttl_section span span{
	display: inline !important;
}

.bg_image{
	height: 100%;
}

/*About Title*/
.about_ttl{
	color:#fff;
	text-align:center;
	width:385px;
    margin: auto;	
}

.about_ttl span{
	    line-height: 77% !important;
}

.about_ttl .line1{
    font-size: 100px;
}
.about_ttl .line2{
    font-size: 94px;
	    text-align: left;
}
.about_ttl .line3{
    font-size: 133px;
}
.about_ttl .line4{
    font-size: 101px;
}
.about_ttl .line5{
    font-size: 90px;
}
.about_ttl .line6{
    font-size:94px;
}

/*Brand Title*/

/*Contact Title*/
.contact_ttl{color:#272727;}
.contact_ttl .line1{
    font-size: 44px;
}
.contact_ttl .line3{
	font-size:44px;
}
.contact_ttl .line5{
	font-size:44px;
}
.contact_ttl .line7{
	font-size:44px;
}
.contact_ttl .line2{
	font-size:43px;
}
.contact_ttl .line4{
	font-size:44px;
}
.contact_ttl .line6{
	font-size:59px;
}


/*About*/
#about{
	background: url(../images/bottle_can_bg_final2.jpg) center center no-repeat fixed;
	background-size: cover;
	background-color:#000000;
}

.about_logo{
    display: block;
    margin: auto;
	padding: 0 0 15px;
    height: 90px;
} 

.about_wrap{
    width: 385px;
    transform: translate(50%, 110px);
    -webkit-transform: translate(50%, 110px);
    margin: auto;
}

.about_txt{
    color: #fff;
    font-size:18px;
    margin: 30px auto 0;
    font-weight: 300;
    text-align: center;
    line-height: 150%;
}



/*Brand*/
#product{
	background: url(../images/bottle_can_bg2.jpg) center center no-repeat fixed;
	background-size: cover;
	background-color:#8D8E86;
}

#product .container{
	height:100%;
}

.brand_wrap{
    width: 385px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 50%;	
}
.about_ttl {
    text-align: center;
    margin: auto;
}

.brand_ttl .line1 {
    font-size:45px;
}

.brand_ttl .line2 {
    font-size: 50px;
}

.brand_ttl .line3 {
    font-size: 67px;
    margin: 7px 0 6px;
}

.brand_ttl .line4 {
    font-size: 80px;
}

.brand_ttl .line5 {
    font-size: 69px;
}

.brand_ttl .line6 {
    font-size: 108px;
}

.brand_ttl .line7{
    font-size: 121px;
}

.out_lnk{
    background-color: #000;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    font-size: 13px;
    letter-spacing: 0.01em;
    display: block;
    width: calc(100% - 30px);
    text-transform: uppercase;
    text-align: center;
	font-weight: 600;
    margin-top: 20px;	
}

.out_lnk span{
    border-bottom: 1px solid #fff;
	line-height: 146%;
	display: inline-block;
}


.out_lnk:hover{
	 background: #696A49
}

.icon_img{
    height: 26px;
    margin-right: 14px;
	    display: inline-block;
    vertical-align: middle;
}

.brand_img{
	height:28px;
	display: inline-block;
	vertical-align: middle;
}

.v_link{
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    margin: 15px 0 0;
    text-transform: uppercase; 
}

/*Contact*/
#contact{
	background: url(../images/bottle_can_bg3_2.jpg) center center no-repeat;
	background-size: cover;
}

.contact_mobile{
    background: url(../images/bottle_can_bg3_2_mob.jpg) center center repeat;
    height: 120px;
    background-size: contain;
    background-color: #D6D6D6;
}

.contact_wrap{
    position: absolute;
    top: 50%;
    left: 0;
    background-color: rgb(255, 255, 255);
    padding: 25px;
    -webkit-box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.2);
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.contact_slide{
    width: 340px;
    height: calc(100% - 40px);
    padding-top: 40px;
    background-color: #fff;
    float: right;
    -webkit-box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.12);	
    box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.12);	
}

.contact_slide h3{
    font-family: 'BebasNeu', Open Sans, sans-serif;
    font-weight: 400;
    margin: 0 0 10px;
    color: #000;
    font-size: 38px;
    display: inline-block;
}

.cls_cnt{
	float: right;
    width: 20px;
    margin: 10px 0px;
    cursor: pointer;
	
}

.fill_form{
	padding: 10px;
    border: 1px solid #000;
    width: calc(100% - 22px);
    width: -webkit-calc(100% - 22px);
    margin-bottom: 10px;
	font-family:Open sans;
	font-size: 12px;
    border-radius: 0;	
	    box-shadow: none;
}

.prm_btn{
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    min-width: 140px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin-top: 5px;
}

#sentMsg{
	display:none;
}

.cnt{
    margin: 5px 0;
    font-size: 14px;
}

.social a{
	display:inline-block;
	color:#000;
	text-decoration:none;
	
}

@media (max-width:1024px){
	
	#about,
	#product{
		background-attachment:scroll !important;
	}
	
	.about_logo {
		height: 70px;
	}

	.about_ttl{
		text-align:center;
	}
	
	.about_ttl span {
		line-height: 84%;
	}
	
	.line1{
		font-size: 60px;
	}
	.line2{
		font-size: 45px; 
	}
	.line3{ 
		font-size: 72px;
	}
	.line4{
		font-size: 47px;
	}

	.about_wrap {
		width: 60%;
		transform: translate(25%, 140px);
		-webkit-transform: translate(25%, 140px);
	}
	
	.about_ttl span{
		font-size: 77px !important;
		text-align: center !important;
	}
	
	.about_ttl .line2 {
		margin-bottom:7px
	}
	
	.top_menu{
		margin-right:15px
	}
	
	.brand_wrap{
		width: 390px;
	}
	
	.contact_ttl span {
		font-size: 28px !important;
	}
}

@media (max-width:768px){ 
	
	#about,
	#product{
		background-position-x: -320px;
	} 
	
	#ocean_logo{
		margin-left:40px
	}
	
	.about_wrap{
		width: 46%;
		transform: translate(100px, 40%);
		-webkit-transform: translate(100px, 40%);	
	}
	
	.about_ttl {
		width: auto;
	}
	
	.brand_wrap{
		left: 40%;
	}
	
}

@media (max-width:640px){
	
	#about,
	#product{
		background-position-x: -220px;
	} 
	
	.top_menu{
		position: absolute;
		right:-220px;
		width: 200px;
		top: 50px;
		background-color: #000;
		margin: 0;
		text-align: right;
		padding: 0 10px;
		transition: right ease-out 0.5s;
		-webkit-transition: right ease-out 0.5s;
	}
	.mob_nav{display:block;}
	
	.top_menu ul li {
		display: block;
		margin-left: 0;
		border-bottom: 1px dotted rgba(255, 255, 255, 0.49);
		text-align: right;
	}
	
	.top_menu ul li a{
		padding: 10px 14px;
	}
	
	#ocean_logo {
		margin: 0 0 0 20px;
	}
	
	.about_wrap{
		width:86%;
		background-color: rgba(0, 0, 0, 0.44);
		padding: 10px;
		transform: translate(0, 120px);
		-webkit-transform: translate(0, 120px);
		margin-bottom: 10px;
	}
	
	.about_ttl span{
		font-size:60px !important;
	}
	
	#product .container{
		height:auto;
		
	}
	
	.brand_wrap{
		width: 70%;
		transform: translate(-50%, 50px);
		-webkit-transform: translate(-50%, 50px);
		left: 50%;
		background-color: rgba(255, 255, 255, 0.31);
		padding: 20px 0 0;
	}
	
	.brand_ttl span{
		font-size:40px !important;
		text-align:center;
	}
	
	.brand_img{
		display: block;
		margin: auto;
	}

	.contact_wrap{
		position: static;
		top:auto;
		left:auto;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	}
	
	.contact_wrap,
	.contact_slide{
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.contact_slide{
		width: 100%;
		height: auto;
		padding: 0;
		float:none;
		    padding-top: 10px;
	}
	
	.contact_slide .padding30{
		padding: 0 30px;
	}

	.contact_ttl {
		text-align:center;
	}
	
	.contact_ttl span {
		font-size:26px !important;
	}
	
	.about_txt {
		font-size: 13px;
		margin-top: 5px;
		width: calc(100% - 40px);	
	}
	
	.fill_form {
		margin-bottom: 5px;
		padding: 7px 10px;
	}
	
	#contact{
		height:auto;
	}
	
	footer {
		font-size: 9px;
		height: auto;
		position: static;
		margin: auto;
	}
	
	
}

@media (max-width:320px){
	
	.about_ttl span{
		font-size:34px !important
		
	}
	
	.about_txt {
		font-size: 14px !important;
		line-height: 130%;
	}
	
}



