@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END MEYERS RESET */

/* FONT FACCES */
@font-face {
    font-family: 'goth-bk';
    src: url('webfonts/goth-bk.woff2') format('woff2'),
         url('webfonts/goth-bk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'goth-bk-i';
    src: url('webfonts/goth-bk-i.woff2') format('woff2'),
         url('webfonts/goth-bk-i.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'goth-bld';
    src: url('webfonts/goth-bld.woff2') format('woff2'),
         url('webfonts/goth-bld.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'goth-bld-i';
    src: url('webfonts/goth-bld-i.woff2') format('woff2'),
         url('webfonts/goth-bld-i.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'goth-blk';
    src: url('webfonts/goth-blk.woff2') format('woff2'),
         url('webfonts/goth-blk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'goth-blk-i';
    src: url('webfonts/goth-blk-i.woff2') format('woff2'),
         url('webfonts/goth-blk-i.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'goth-med';
    src: url('webfonts/goth-med.woff2') format('woff2'),
         url('webfonts/goth-med.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'goth-med-i';
    src: url('webfonts/goth-med-i.woff2') format('woff2'),
         url('webfonts/goth-med-i.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'goth-ult';
    src: url('webfonts/goth-ult.woff2') format('woff2'),
         url('webfonts/goth-ult.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'goth-ult-i';
    src: url('webfonts/goth-ult-i.woff2') format('woff2'),
         url('webfonts/goth-ult-i.woff') format('woff');
    font-weight: normal;
}


/*END FONT FACES*/

























/* ALL FONT */
body,
html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "goth-bk", Arimo, Gotham, Helvetica Neue, Helvetica, Arial, "sans-serif";

	
}


body {
	/*background-color: rgba(0,255,255,1);*/
	/* border: 6px solid black; */
	height: 100%;
	
}

html {height: 100%;}
a:link       { color: black; text-decoration: none; }
a:visited    { color: black; text-decoration: none; }

/* BEGIN ALL SIDENAV CSS */




.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 60px;
  left: 0;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255, 1);
  overflow-x: hidden;
	
}



.overlay-content {
	position: relative;
	top: 15px;
	left: 10px;
	display: inline-block;
}

.menu-link {
	line-height: 1.6em;
	font-size: 14px;
}

.overlay-content .menu-link::after {
	content: "\a";
    white-space:pre;
}



.overlay-content a:hover::before {
  content: "[ ";
	left: -7.5px;
	position: absolute;
	
}
.overlay-content a:hover::after {
	content: " ]  \a";
	position: relative;
	right: 3px;
	

}

.overlay .closebtn {
  position: fixed;
  top: 25px;
  	 right: 10px;
  font-size: 14px;
	text-transform: uppercase;
	z-index: 99;
	/* background-color: aqua;
	border: solid 3px red; */
	display: block;
}

.menubtn {
	font-size: 14px;
    position: absolute;
    top: 50%;
	left:10px;
    transform: translateY(-50%);


	cursor: pointer;
	opacity: 0.9;
	/* border: 3px solid #b9e544; */
}

.menubtn:hover::before {
	content: "[";
	left: -6px;
	top: -2px;
	position: absolute;
	  -webkit-transform: scale(1, 1.5);
        -moz-transform: scale(1, 1.5);
        -o-transform: scale(1, 1.5);
        transform: scale(1, 1.5);
	
      

}
.menubtn:hover::after {
	content: "]";
	right: -6px;
	top: -2px;
	position: absolute;
	-webkit-transform: scale(1, 1.5);
        -moz-transform: scale(1, 1.5);
        -o-transform: scale(1, 1.5);
        transform: scale(1, 1.5);

}

.closebtn:hover::before {
	content: "[";
	left: -6px;
	top: -1px;
	position: absolute;
	  -webkit-transform: scale(1, 1.8);
        -moz-transform: scale(1, 1.8);
        -o-transform: scale(1, 1.8);
        transform: scale(1, 1.8);

}
.closebtn:hover::after {
	content: "]";
	right: -6px;
	top: -1px;
	position: absolute;
	-webkit-transform: scale(1, 1.8);
        -moz-transform: scale(1, 1.8);
        -o-transform: scale(1, 1.8);
        transform: scale(1, 1.8);

}

/* @media screen and (max-height: 450px) {*/
/*  .overlay a {font-size: 20px}*/
/*  .overlay .closebtn {*/
/*  font-size: 40px;*/
/*  top: 15px;*/
/*  right: 35px;*/
/*  }*/
/*} */



	


/* END ALL SIDENAV CSS */



.clear {
	height: 60px;
	display: block;
}

#wrapper {
	position: relative;
	background: #fff;
	height: 100%;
	/*border: 5px solid mistyrose;*/

}



















#nav-rel {
	width: 100%;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 0px #DFDFDF solid;
}

#nav-abs {
	width: 100%;
	position: absolute;
	top: 0;
    left: 0;
	z-index: 2;
	
	background-color: rgba(193,77,79,1.00);
	/*border: 10px solid #A900FF;*/
}

#nav-fixed {
	position: fixed;
	background-color: #fff;
	width: 100%;
	height: 60px;
	/*background-color: rgba(199,194,55,1.00);
	border: 0px solid #a97544;*/
	border-bottom: 1px solid #DFDFDF;
}

#nav-fixed h1 {
	text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
	background-image: url("https://inbirth.com/images/inb-log.png"); 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: contain;
	width: 50px;
	height: 100%;
	text-indent: -9999px;
	border: 0px solid #B31215;
}

#nav-fixed h2{
	position: relative;
	background-image: url("inbirth-big-motion4.svg"); 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: 60px;
	width: 0px;

	text-indent: -9999px;
	display: none;
	border: 1px solid #a97544;

}

#nav-abs ul {
	position: absolute;
    top: 50%;
	right:10px;
    transform: translateY(-50%);


	cursor: pointer;

	/*border: 3px solid #ffc1f4;*/
}

#nav-abs ul .li-usflag {
	opacity: 1;
	pointer-events: none;
}

#nav-abs ul li:hover::before {
	content: "[ ";
	left: -6px;
	top: 6px;
	position: absolute;
	  -webkit-transform: scale(1, 2);
        -moz-transform: scale(1, 2);
        -o-transform: scale(1, 2);
        transform: scale(1, 2);
}
#nav-abs ul li:hover::after {
	content: "] ";
	right: -6px;
	top:6px;
	position: absolute;
	-webkit-transform: scale(1, 2);
        -moz-transform: scale(1, 2);
        -o-transform: scale(1, 2);
        transform: scale(1, 2);
}

img[alt*="usa-top"] {
	display: none;
	width: 22px;
}

img[alt*="download"] {
	width: 25px;

}













#wrapper {
	text-transform: uppercase;
	position: relative;
	background: #fff;
	font-weight: 600;
	border-bottom: 1px #DFDFDF solid;
	/*border: 5px solid #00FFD3;*/
}

/* #local-wrap {
	width: 100%;
	height: 60px;
	background-color: #000000;
	background-image:url("C:\Users\inbirth\Documents\Adobe\Dreamweaver\inbirth main web\topbar-center-logo\Untitled-6.svg");
	background-repeat: repeat;
	background-position: center;
	background-size: 50px;

}

#local-wrap:hover {
	box-shadow: 0 0 0 1px #DFDFDF;
}*/

#wrapper {
	
}

#local-trapper {
	position: relative;
	background: #fff;
	/*border: 0px solid #00FFD3;*/
}

#local-trapper img {
    max-width: 100%;
	display: block;
}

#content {
	position: relative;
	z-index: 1;
	width: 100%;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;

	padding-left: 10px;
	padding-right: 10px;
	border: 0px solid #06FF22;
}


/* ALL FOOTER */

#local-foottrapper {
	position: relative;
	background: #fff;
	border: 0px solid #00FFD3;
}

#footer {
	font-size: 12px;
	position: relative;
	z-index: 1;
	width: 100%;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px #DFDFDF solid;
}

#footer h1 {
	position: relative;
	background-image: url("inbirth-big-motion4.svg"); 
	background-repeat: no-repeat; 
	background-position: 0px 0px; 

	width: 77px;
	height: 100%;
	text-indent: -9999px;
	display: inline-block;
	border: 0px solid #a97544;

}

#footer-content {
	border: 0px solid red;
	padding-top: 15px;

}
.release {
	padding-top:5px;
	padding-bottom: 10px;
}


.video-responsive{
    overflow:hidden;
    padding-bottom:41.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
} 

























#local-contrapper {
	position: relative;
	background: #fff;
	border: 0px solid #00FFD3;
	padding-left: 10px;
	padding-right: 10px;
	display: none;
}

.song {
	font-family: "goth-med", Arimo, Gotham, Helvetica Neue, Helvetica, Arial, "sans-serif";
	border-bottom: 2px #679DD5 solid;
	padding-bottom: 2px;
	line-height: 2em;
}

.song a {
	font-family: "goth-med", Arimo, Gotham, Helvetica Neue, Helvetica, Arial, "sans-serif";
}


.info-box-tan {
	background-color: #b9a88e;
	color: #FFFFFF;
}

.info-box-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
}


.col {
	width: 100%;
}

.col-sml-hal {
	float: left;
	width: 50%;
}

.row {
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}



























































/*Tablet View*/
@media (min-width: 768px){

	
		img[alt*="apple"] {
			width: 11px;
		}

		img[alt*="spotify"] {
			width: 12px;
		}

		img[alt*="google play"] {
			width: 10px;
		}

		img[alt*="twitter"] {
			width: 12px;
			height: 11px;
		}

		img[alt*="instagram"] {
			width: 12px;
		}

		img[alt*="facebook"] {
			width: 12px;
			height: 12px;
		}

	
	.col-md-one-half {
		width: 50%;
	}
	
	.col-sml-hal {
	width: 25%;
}
	
	.col {
		float: left;
		padding: 0px;
	}
	
	.release {
	padding-top:5px;
	padding-bottom: 10px;
}
	

		#footer-links {
			width: 100%;
			text-align: center;
			font-size: 11px;
			visibility:visible;
		}
	
	
}
/*END Tablet View*/








/*Desktop View*/

@media (min-width: 1024px){

	
	
#wrapper {
padding-left: -200px;
	}
	
	
	
.closebtn {
		display:none; 
	}
	
		#nav h2 {
			display: inline-block;
		}
	

		img[alt*="download"] {
			padding: 3px 0 0 0;
			width: 21px;
		}
	
		img[alt*="usa-top"] {
			padding: 8px 0 0 0;
			display: none;
		}
	
	
		.clear {
			
		}


		/* BEGIN HAMBURGER MENU CSS  */ 
		.hamburger {
			display: none;
		}
		/* END HAMBURGER MENU CSS  */ 


		/* ALL NAV */
		#nav {

		}

		#nav-content {

		}

		#nav-content h1 {
			background-size: 55px;
		}

		#nav-content a {

		}


		#nav ul li { 

		}

	
/* END ALL NAV */
		
	
	
	
}
/*END Desktop View*/