@charset "utf-8";
/* CSS Document */

/* =========================================  CSS RESET  ================================================== */


html, body, div, span, object, iframe,
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,
b, i,
dl, dt, dd, ol, ul, li,
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 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* =========================================  CSS RESET  ================================================== */


body {
	background:#000;
	font-family: 'Open Sans', sans-serif;
}
#sb-site {
	margin:0 auto;
	/*max-width:1456px;*/
    overflow:hidden;
}
#header {
	height:72px;
	width:100%;
	background:#414194;
	margin:0 0 3px 0;
}
.logo {
	display:block;
	width:50%;
	height:100%;
	background:url(../images/logo_claude_neon_signs_desktop.png) right center no-repeat;
	text-indent:-9999px;
	float:left;
}
.menu-logo {
	height:72px;
	background:#414194 url(../images/logo_claude_neon_signs_desktop.png) center center no-repeat;
	text-indent:-9999px;
}
/* ========================    NAVIGATION ======================= */
.sb-slidebar ul {
	list-style:none;
	width:100%;
	margin-top:50px;
}
.sb-slidebar ul li {
	text-align:center;
}
.sb-slidebar ul li a {
	color:#fff;
	font-size:19px;
	text-transform:uppercase;
	padding:24px 0;
	margin:0 20%;
	display:block;
	border-bottom:1px solid #818283;
	text-decoration:none;	
}
.sb-slidebar ul li:last-child a {
	border-bottom:none;
}
#navigation {
	font-weight:600;
	font-size:14px;
	color:#fff;
	width:50%;
	padding-top:32px;
	float:left;
}
#navigation ul {
	list-style:none;
	padding-left:10%;
}
#navigation ul li {
	float:left;
	margin-left:20px;
}
#navigation ul li a {
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
}
ul li a.active, #navigation ul li a.active  {
	color:#fdf03f;
}
/* ==================================================================== */


/* ============================= BOX MODEL ============================= */

.parent, .smallparent, .parent-prod {
    position: relative;
    width:50%;
    max-width: 100%;
	float:left;
}
.parent:before, .smallparent:before, .parent-prod:before  {
    margin-top: 66.3%;
    content: '.';
    font-size: 0;
    display: inline-block;
}
.child, .smallchild, .child-prod {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	margin:0 3px 3px 0; 
}
.smallparent {
    width:25%;
}
.parent-prod {
    width:46.4%;
	float:right;
}
.parent-prod:before {
    margin-top: 53.4%;
}
.child-prod {
	margin:0; 
}
.child img, .smallchild img, .child-prod img {
	width:100%;
	height:100%;
}

/* ======================================================================== */

#content {
	width:700px;
	margin:50px auto;
}
.story:hover .story_detail {
	-ms-filter:"alpha(Opacity=100)";
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.story .story_detail {
	-ms-filter:"alpha(Opacity=0)";
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	z-index:5;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url(../images/black-60-12x12.png);
	color:#fff;	
}
.story .story_detail h2 {
	margin:20px; 
	font-size:20px;
	font-weight:normal;
	border-bottom:0;
}
.story .story_detail p {
	margin:0 20px 10px 20px;
}
h1 {
	color:#414194;
	font-size:24px;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
	margin-bottom:30px;
}
h2 {
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	border-bottom:1px solid #6e6e6e;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
p {
	color:#fff;
	font-size:14px;
	line-height:28px;
	padding-bottom:20px;
}
.content:first-child .product {
	margin-top:50px;
}
.product {
	margin-top:30px;
}
.product p {
	color:#a79b9b;
	font-size:13px;
	line-height:19px;
	display:block;
	float:left;
	width:45%;
	padding-top:20px;
}
p.footer {
	color:#a79b9b;
	font-size:13px;
	border-top:1px solid #a79b9b;
	line-height:20px;
	margin-top:30px;
	padding-top:20px;
}
.clear {
	clear:both;
	height:0px;
}

/* ======================================= FORMS ======================================= */

form {
	margin:50px 0;
}
.leftForm {
	float:left;
	width:50%
}
.rightForm {
	float:right;
	width:50%;
}
label {
	color:#fff;
	font-size:13px;
	display:block;
	margin-bottom:5px;
}
input, textarea {
	display:block;
	margin-bottom:15px;
	width:70%;
}
input {
	height:26px;
}
textarea {
	height:60px;
}
input.submit {
	background:#414194;
	border:none;
	color:#fff;
	width:50%;
	height:36px;
	cursor:pointer;
}


/* ===================================================================================== */

/* ================================= MEDIA QUERIES ===================================== */

@media all and (max-width: 1060px) {
	.parent {
		width:50%;
	}
	.smallparent {
		width:33.333%;
	}
	.logo {
		background:url(../images/logo_claude_neon_signs_mobile.png) right center no-repeat;
	}
	.hamburger {
		display:none;
	}
}
@media all and (max-width: 768px) {
	.parent, .parent-prod {
		width:100%;
	}
	.smallparent {
		width:50%;
	}
	.logo {
		width:100%;
		height:100%;
		background:url(../images/logo_claude_neon_signs_desktop.png) center center no-repeat;
	}
	#navigation {
		display:none;
	}
	.hamburger {
		display:block;
	}
	#content {
		width:80%;
		margin:50px 10%;
	}
	.product p {
		display:none;
	}
	p, h2 {
		text-align:center;
	}
	form {
		padding:0 30%;
	}
	.leftForm, .rightForm {
		width:100%;
		float:left;
	}
	input, textarea {
		width:100%;
	}

}
@media all and (max-width: 481px) {
	.parent {
		width:100%;
	}
	.smallparent {
		width:100%;
	}	
	.logo, .menu-logo {
		background:url(../images/logo_claude_neon_signs_mobile.png) center center no-repeat;
		width:110%;
	}
	.menu-logo {
		background-color:#414194;
	}
	.hamburger {
		display:block;
	}
	form {
		padding:0;
	}

}
@media all and (max-width: 320px) {
	.logo, .menu-logo {
		background:url(../images/logo_claude_neon_signs_small_mobile.png) right center no-repeat;
		margin-right:5%;
		width:95%;
	}
	.menu-logo {
		background-color:#414194;
	}
}
@media all and (min-width: 769px) {
	.hamburger {
		display:none;
	}
}


/* ==============================  HAMBURGER ====================================== */

.hamburger {
	position:absolute;
	top:25px;
	left:15px;
}
.hamburger {
  width: 30px;
  height: 20px;
  position: absolute;
  /*margin: 50px auto;*/
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  top:25px;
  left:15px;
}

.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0px;
}

.hamburger span:nth-child(2),.hamburger span:nth-child(3) {
  top: 10px;
}

.hamburger span:nth-child(4) {
  top: 20px;
}

.hamburger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#fb-desktop {
    display:inline-block;
    margin-top:-7px;
}