@charset "utf-8";
/* CSS Document */

/* Reset default browser styles */
@import url('library/css/reset.css');

/* Rebuild default browser styles */
@import url('library/css/rebuild.css');

/* Basic WordPress Styles */
@import url('library/css/wp.css');

/* Import a basic layout */
@import url('library/css/2c-r.css');

/* =Fonts
-------------------------------------------------------------- */
@font-face {
	font-family: Helvetica-cond-bold;
	src: url('library/fonts/Helvetica-cond-bold.ttf');
}

@font-face {
	font-family: Helvetica-cond-bold-IE;
	src: url('library/fonts/Helvetica-cond-bold.eot');
}

/* =Structure
-------------------------------------------------------------- */
header,
nav,
footer,
section,
article {
	display: block;
}

html,
body {
	display: table;
	width: 100%;
	height: 100%;
}

body {
	background: url(library/images/body-background.jpg) repeat-y;
	background-size: 100% auto;
}

#nav-bg {
	position: absolute;
	width: 100%;
	min-width: 942px;
	height: 50px;
	margin-top: 29px;
	background: url(library/images/nav-background-repeat.png) repeat-x;
}

#nav-bg-left {
	width: 194px;
	height: 46px;
	margin-top: 1px;
	background: url(library/images/nav-background-left.png) left no-repeat;
	float: left;
}

#nav-bg-right {
	width: 194px;
	height: 46px;
	margin-top: 1px;
	background: url(library/images/nav-background-right.png) left no-repeat;
	float: right;
}

#wrapper {
	display: table;
	width: 942px;
	height: 100%;
	margin: 0 auto;
	background: url(library/images/wrapper-background.jpg) repeat-y;
	box-shadow: 0 0 9px rgba(0,0,0,1);
}

#wrapper-background-top {
	width: 942px;
	height: 100%;
	background: url(library/images/wrapper-background-top.jpg) 0 83px no-repeat;
}

#branding {
	position: absolute;
	display: table;
	left: 50%;
	margin: 8px -156px 0;
	z-index: 1; /*for slide show*/
}

#main-navigation {
	position: absolute;
	width: 310px;
	margin-top: 42px;
	font-family: Helvetica-cond-bold, Helvetica-cond-bold-IE, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B8B8B8;
}

#main-navigation ul,
#secondary-navigation ul {
	list-style-type: none;
	margin: 0 0 0 10px;
}

#main-navigation li {
	display: inline;
	margin-right: 11px;
}

#main-navigation .current-menu-item a,
#main-navigation .current-menu-item a:hover,
#secondary-navigation .current-menu-item a,
#secondary-navigation .current-menu-item a:hover {
	color: #ECBB57;
}

#main-navigation a,
#secondary-navigation a {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#main-navigation a:hover,
#secondary-navigation a:hover {
	color: #FFFFFF;
}

#secondary-navigation {
	position: absolute;
	margin-top: 37px;
	margin-left: 632px;
	text-align: right;
	font-family: Helvetica-cond-bold, Helvetica-cond-bold-IE, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B8B8B8;
}

#secondary-navigation li {
	background-color: #383838;
	border-radius:3px;
	padding: 3px 7px 0;
	border: 2px solid #5E5E5E;
}

#language {
	position: absolute;
	float: right;
	margin-top: 45px;
	margin-left: 807px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B8B8B8;
}

#language ul {
	list-style-type: none;
	margin: 0 10px 0 0;
	white-space: nowrap;
}

#language li {
	display: inline;
	margin-left: 7px;
}

#language .current-menu-item {
	display: inline;
	margin-left: 7px;
	border-radius:3px;
	padding: 3px 7px;
	background-color: #E4A014;
	color: #000000;
}

#language .current-menu-item a:hover {
	color: #000000;
}

#language a {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#language a:hover {
	color: #FFFFFF;
}

#content {
	width: 604px;
	margin: 272px auto 20px;
	background-color: #E4A014;
	border: 4px solid  #FFFFFF;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
	font-size: 14px;
}

#content.notopmargin {
	margin-top: 0;
}

#content > * {
	margin: 26px;
}

#content .notopmargin {
	margin-top: 0;
}

#content h1 {
	width: 425px;
	height: 41px;
	margin-left: -8px;
	margin-bottom: 0.5em;
	font-family: Helvetica-cond-bold, Helvetica-cond-bold-IE, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #FFFFFF;
	padding: 10px 0 0 34px;;
	background: url(library/images/title-background.png) no-repeat;
}

#footer-main {
	display: table;
}

#footer-widget-area {
	display: table;
	width: 100%;
	margin-top: 60px;
	background: url(library/images/footer-widget-background.jpg) repeat-y;
}

#first {
	width: 50%;
	float: left;
	
	/*border: 1px solid red;*/
}

#first h3 {
	width: 316px;
	height: 41px;
	margin-top: -55px;
	margin-left: -5px;
	color: #FFFFFF;
	background: url(library/images/widget-left-title.png) no-repeat;
	text-align: right;
	padding: 10px 130px 0 0;
	font-family: Helvetica-cond-bold, Helvetica-cond-bold-IE, Arial, Helvetica, sans-serif;
	font-size: 21px;
}

#first ul,
#second ul {
	width: 350px;
	margin: 20px auto;
}

#first li,
#second li {
	display: table;
	width: 350px;
	background-color: #ECBD5B;
	border: 1px solid #FFFFFF;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
	margin-bottom: 5px;
}

#first li > *,
#second li > * {
	margin: 12px;
}

#first h4 {
	display: table;
	float: left;
	width: 140px;
	margin-right: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
}

#first a {
	display: table;
	color: #393939;
}

#first a:hover {
	color: #FFF;
}

#first img {
	float: right;
	margin-left: 0;
}

#second {
	width: 50%;
	float: right;
	
	/*border: 1px solid red;*/
}

#second h3 {
	float: right;
	width: 316px;
	height: 41px;
	margin-top: -55px;
	margin-right: -6px;
	color: #FFFFFF;
	background: url(library/images/widget-right-title.png) no-repeat;
	padding: 10px 0 0 130px;
	font-family: Helvetica-cond-bold, Helvetica-cond-bold-IE, Arial, Helvetica, sans-serif;
	font-size: 21px;
}

.social-links a {
	display: table;
	float: left;
	margin-right: 15px;
	font-size: 14px;
	color: #303030;
}

.social-links a:hover {
	color: #912500;
	text-decoration: underline;
}

#second img {
	margin-right: 8px;
	vertical-align: middle;
}

.fb-like-holder {
	background-color: #333333;
	padding: 10px;
}

#colophon {
	display: table;
	width: 810px;
	margin: 20px auto;
}

#copyright,
#creators {
	display: table-cell;
	vertical-align: middle;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #303030;
	/*border: 1px solid red;*/
}

#creators {
	text-align: right;
}

#creators img {
	vertical-align: middle;
}

#creators a:hover {
	color: #8f3700;
}

/* =Typography General
-------------------------------------------------------------- */
#content h2 {
	font-family: Helvetica-cond-bold, Helvetica-cond-bold-IE, Arial, Helvetica, sans-serif;
	font-size: 21px;
	margin-bottom: 0.5em;
}

#content p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

#content a {
	color: #912500;
	text-decoration: underline;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

/* =Navigation
-------------------------------------------------------------- */

/* =General Widget Formatting
-------------------------------------------------------------- */

/* =Custom Pages
-------------------------------------------------------------- */
/*Projects' List*/
.projects-list {
	margin: 20px auto;
}

.projects-list li {
	display: table;
	width: 100%;
	background-color: #ECBD5B;
	border: 1px solid #FFFFFF;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
	margin-bottom: 5px;
}

.projects-list li > * {
	margin: 12px;
}

.projects-list h4 {
	display: table;
	width: 326px;
	float: left;
	margin-right: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
}

.projects-list p {
	display: table;
	width: 326px;
	float: left;
	margin-right: 20px;
	font-size: 13px;
}

#content .projects-list .read-more,
#content .backto-list {
	margin-top: 10px;
	display: table;
	clear: both;
	font-size: 13px;
	background-color: #353535;
	padding: 1px 4px;
	color: #B8B8B8;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
	text-decoration: none;
}

#content .projects-list a {
	display: table;
	color: #393939;
	text-decoration: none;
}

#content a:hover,
#content .projects-list a:hover {
	color: #FFF;
}

.projects-list img {
	float: right;
	margin-left: 0;
}

/*Gallery*/

.gallery-th {
	float: left;
	clear: both;
	line-height: 0;
	margin-bottom: 4px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

/*CONTACT*/

label {
	float: left;
	width: 100px;
	vertical-align: top;
}

input.norm {
	width: 300px;
}

textarea {
	width: 440px;
}

input.Btn {
	border-width: 0px;
	background-color:#343434;
	color:#FFFFFF;
	width: 100px;
	height: 20px;
	padding-bottom:2px;
}

input.Btn:hover {
	cursor: pointer;
	background-color: #666666;
}

#btnSend {
	margin-left: 100px;
}

.contactform-nfo {
	height: 282px;
	float: right;
	background-color: #7D8BA8;
	color: #FFFFFF;
	font-size: 11px;
	padding: 7px;
}

.contactform-nfo a {
	color: #FFFF8A;
	text-decoration: none;
}

.contactform-nfo a:hover {
	text-decoration: underline;
}

/*GUITARS GALLERY*/

.guitar-thumbnail {
	flex-grow: 1;
	height: 340px;
	position: relative;
}

.guitar-thumbnail:before {
	content: 'VIEW THE GUITAR';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 340px;
	color: transparent;
	transition: all 1s;
}

.guitar-thumbnail:hover:before {
	color: #fff;
	background-color: rgba(0,0,0,0.5);
}

