/*
	Theme Name: Crystal Child Theme
	Theme URL: http://www.studiopress.com/themes/crystal
	Description: Crystal is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #000 url(http://night-magnet.com/wp-content/uploads/night-bg-l.jpg) top center no-repeat;
	color: #fff;
	font-family: Arial;
	font-size: 13px;
	margin: 0 auto 0;
	line-height: 20px;
	}

body.home {
	background: #000 url(http://night-magnet.com/wp-content/uploads/night-bg-l.jpg) top center no-repeat;
	}

/***** Hyperlinks ********************/

a, a:visited {
	color: #fff;
	text-decoration: underline;
	}
	
a:hover {
	color: #334366;
	text-decoration: none;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	background: url(images/bg-center.jpg) repeat center top;
	width: 960px;
	margin: 0 auto 0;
	}

.home #wrap {
	background: url(images/bg-center-home.jpg) no-repeat center top;
	}

/***** Header  ********************/

#header {
	width: 960px; 
	height: 0px;
	}

#title-area {
	width: 350px;
	float: left;
	padding: 0px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0; 
	padding: 0;
	}
	
#title-area #title a, #title-area #title a:hover {
	color: #333333;
	text-decoration: none;
	}
	
#title-area #description {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	}

#header .widget-area {
	width: 600px;
	text-align: center;
	padding: 30px 0 0 0;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}

/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.png) center top no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 320px;
	height: 300px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 960px;
	}
	
/***** Navigation Menus ********************/

#nav, #subnav {
	width: 960px;
	margin: 0;
	overflow: hidden;
	clear: both;
	}

	#nav {background: #dfbe42;}
	#subnav {background:#3a393e;}

#nav ul, #subnav ul, #header ul.nav, #header ul.menu {
	/* color: #00A0DE; */
	float: right;
	margin: 0;
	padding: 0;
	}
	
#nav li, #subnav li, #header ul.nav li, #header ul.menu li, #header ul.nav li {
	float: right;
	list-style: none;
	}
	
#nav li a, #subnav li a, #header ul.nav li a, #header ul.menu li a {
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	margin: 1px 0 0 0;
	padding: 11px 20px 10px 20px;
	text-decoration: none;
	/* text-shadow: #fff 1px 1px; */
	position: relative;
	/* border-left: 1px solid #333333; */
	/* font-weight: bold; */
}

#nav li a:hover, #nav li a:active, #nav .current_page_item a, #nav .current-cat a, #nav .current-menu-item, #subnav li a:hover, #subnav li a:active, #subnav .current_page_item a, #subnav .current-cat a, #subnav .current-menu-item, #header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a {
	color: #FFFFFF;
	}
	
#nav li a.sf-with-ul, #subnav li a.sf-with-ul, #header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul {
	padding-right: 35px;
	}	
	
#nav li a .sf-sub-indicator, #subnav li a .sf-sub-indicator, #header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.gif);
	display: block;
	width: 7px;
	height: 5px;
	top: 19px;
	right: 14px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}

#nav li li a, #nav li li a:link, #nav li li a:visited, #subnav li li a, #subnav li li a:link, #subnav li li a:visited, #header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
	background: #dfbe42;
	color: #fff;
	width: 138px; 
	margin: 0;
	padding: 12px 30px 10px 20px;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active, #subnav li li a:hover, #subnav li li a:active, #header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
	color: #fff;
	padding: 12px 30px 10px 20px;

	}

#nav li li a .sf-sub-indicator, #subnav li li a .sf-sub-indicator, #header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
	width: 5px;
	height: 7px;
	background: url(images/arrow-right.gif);
	top: 19px;
	}

#nav li ul, #subnav li ul, #header ul.nav li ul, #header ul.menu li ul {
	width: 190px;
	z-index: 9999;
	position: absolute;
	left: 999em;
	height: auto;
	margin: 0;
	padding: 0;
	}

#nav li ul a, #subnav li ul a, #header ul.nav li ul a, #header ul.menu li ul a { 
	width: 140px;
	}

#nav li ul ul, #subnav li ul ul, #header ul.nav li ul ul, #header ul.menu li ul ul {
	margin: -42px 0 0 190px;
	padding: 0;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul, #subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul, #header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul, #header ul.menu li:hover ul ul, #header ul.menu li:hover ul ul ul, #header ul.menu li.sfHover ul ul, #header ul.menu li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul, #subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul, #header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li li:hover ul, #header ul.menu li li li:hover ul, #header ul.menu li.sfHover ul, #header ul.menu li li.sfHover ul, #header ul.menu li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover, #subnav li:hover, #subnav li.sfHover, #header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover { 
	position: static;
	}
	
/***** Primary Navigation Extras ********************/
	
#nav li.right {
	float: right;
	margin: 0;
	padding: 7px 10px 5px 10px;
	}

#nav li.right a {
	background: none;
	display: inline;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border: none;
	}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}

#nav li.rss a, #nav li.rss a:hover {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
	}
	
#nav li.twitter a, #nav li.twitter a:hover {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 7px 0 5px 20px;
	}
	
#nav li.rss a:hover, #nav li.twitter a:hover {
	text-decoration: underline;
	}

/***** Inner ********************/

#inner {
	width: 960px;
	margin: 0;
}
	
.home #inner {
	width: 960px;
	margin: 0 0 20px 0;
	}

/***** Breadcrumb ********************/

.breadcrumb {
	color: #6C7996;
	font-size: 11px;
	margin: 0 0 30px 0;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #e4dbe2;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #e4dbe2;
	}
	
#content .taxonomy-description p {
	margin: 0;
	padding: 0;
	}

/***** Content-Sidebar Wrap ********************/

#content-sidebar-wrap {
	width: 790px;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 960px;
	background: #000;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Home Page ********************/

#home-top {
	position: relative;
	}

#home-top .home-top-shadow {
	position: absolute;
	width: 1020px;
	height: 57px;
	background: url(images/home-shadow.png) no-repeat bottom;
	bottom: -24px;
	left: -30px;
	z-index: -1;
	}

#home-top .home-top-left {
	background: #000;
	width: 320px;
	height: 320px;
	float: left;
	/* text-shadow: #FFFFFF 1px 1px; */
	/* border-left: 1px solid #D9DFE4; */
	/* border-right: 1px solid #D9DFE4; */
	display:none;
	}
	
#home-top .home-top-left .wrap {
	background: #000;
	height: 278px;
	padding: 20px;
	/* border: 1px solid #FFFFFF; */
	overflow: hidden;
	}

#home-top .home-top-left h4, #home-top .home-top-left h2 {
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 10px 0;
	}

#home-top .home-top-left h2 a {
	text-decoration: none;
	line-height: 30px;
	}

#home-top .byline, #home-bottom .byline {
	color: #6C7996;
	font-size: 11px;
	}
	
#home-top .more-link {
	margin: 0 auto 0;
	}
	
#home-top .more-link, #home-bottom .more-link {
	background: url(images/btn-more-bg.png) repeat-x top;
	display: block;
	width: 130px;
	padding: 5px 0 5px 0;
	margin: 10px 0 0 0;
	text-align: center;
	text-decoration: none;
	text-shadow: #FFFFFF 1px 1px;

	}
	
#home-bottom .more-link {
	width: 100px;
	}
	
#home-top .more-link:hover, #home-bottom .more-link:hover {
	background: url(images/btn-more-bg.png) repeat-x 0px -30px;

	}

#home-top .home-top-right {
	background: #FFFFFF;
	width: 620px;
	height: 320px;
	float: right;
	display:none;

	}

#home-top .home-top-right .wrap {
	padding: 10px;
	}

#home-middle {
	background: #000;
	float: none;
	margin: 30px 0 0 0;
	/* text-shadow: #FFFFFF 1px 1px; */
	text-align: center;
}

#home-middle h2 {color:#ffe427;}

#home-middle .wrap {
	padding: 15px 5px 5px 5px;
	}

#home-middle .alignleft {
	margin: 0 2px 10px 2px;
	}

#home-middle img {
	background: #FFFFFF;
	padding: 5px;
	border-left: 1px solid #D7DBE0;
	border-right: 1px solid #D7DBE0;
	border-top: 1px solid #D7DBE0;
	border-bottom: 1px solid #B6BCC3;
	}

#home-middle a:hover img {
	background: #8199A9;
	}

#home-middle .home-middle-top {
	/* background: url(images/home-middle-top.png) no-repeat; */
	width: 950px;
	height: 4px;
	}

#home-middle .home-middle-bottom {
	/* background: url(images/home-middle-bottom.png) no-repeat; */
	width: 950px;
	height: 4px;
	}

#home-middle h4 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 10px 0;
	text-align: center;
	/* text-shadow: #FFFFFF 1px 1px; */
	line-height: 26px;
	color: #ffe427;
}

#home-bottom .home-bottom-1 {
	width: 307px;
	margin: 0 20px 0 0;
	float: left;
	/* border-right: 10px solid #000; */
	background: #000;
	color:#fafafa;
	height:380px;
	}

#home-bottom .home-bottom-2 {
	width: 307px;
	float: left;
	/* border-right: 10px solid #000; */
	background: #000;
	color:#fafafa;
	height:380px;
	}

#home-bottom .home-bottom-3 {
	width: 306px;
	float: right;
	/* border-right: 10px solid #000; */
	background: #000;
	color:#fafafa;
	height:380px;
	}

#home-bottom .home-bottom-1 .wrap, #home-bottom .home-bottom-2 .wrap, #home-bottom .home-bottom-3 .wrap {
	padding: 25px 20px 25px 10px;
	}

#home-bottom h4, #home-bottom h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color:#ffe427;
	}

#home-bottom h2 a {
	text-decoration: none;
	}
	
#home-bottom img {
	background: #FFFFFF;
	padding: 1px;
	border: 2px solid #D4D8DF;
	}

	
/***** Portfolio ********************/

#content .portfolio {
	width: 210px;
	margin: 0 15px 20px 15px !important;
	float: left;
	overflow: hidden;
	}
	
.page-template-pageportfolio-php #content .portfolio p {
	margin: 0;
	padding: 0;
	}
	
#content .portfolio .entry-title {
	font-size: 18px;
	margin: 10px 0 0 0;
	line-height: 22px;
	}

#content .portfolio .more-link {
	background: url(images/btn-more-bg.png) repeat-x top;
	width: 100px;
	display: block;
	padding: 5px 0 5px 0;
	margin: 10px 0 0 0;
	text-align: center;
	text-decoration: none;
	border-left: 1px solid #D4DBE1;
	border-right: 1px solid #D4DBE1;
	text-shadow: #FFFFFF 1px 1px;
	}
	
#content .portfolio .more-link:hover {
	background: url(images/btn-more-bg.png) repeat-x 0px -30px;
	border-left: 1px solid #D0D9E0;
	border-right: 1px solid #D0D9E0;
	}

/***** Content ********************/

#content {
	width: 470px;
	float: left;
	background: #000;
}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 640px;
	margin:10px 10px 10px 10px;
	}
	
.full-width-content #content {
	width: 960px;
}

#content blockquote {
	background: #F7F7F7;
	margin: 5px 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #E6E6E6;
	}

#content .post {
	margin: 0 10px 20px 10px;
	padding: 0 10px 20px 10px;
	border-bottom: 2px solid #e4dbe2;
	}
	
#content .page {
	margin: 0;
	padding: 15px 15px 15px 15px;
	}

#content .post p, #content .page p {
	margin: 0;
	padding: 0 0 15px 0;
	}

.clear {
	clear: both;
	}

/***** Headlines ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #header .widget-area h4 {
	color: #fff;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	/* text-shadow: 1px 1px #fff; */
}

#content h1, #content h2 {
	font-size: 24px;
	line-height: 40px;
}

#content h2 a, #content h2 a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #fafafa;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 16px;
	}
	
#content h4, #header .widget-area h4 {
	font-size: 14px;
	}

#content h5 {
	font-size: 12px;
	}
	
#content h6 {
	font-size: 10px;
	}
	
/***** Unordered/Ordered Lists ********************/
	
#content .post ul, #content .page ul, #content .post ol, #content .page ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ul li, #content .page ul li, #content .post ol li, #content .page ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol li, #content .page ol li {
	margin: 0 0 0 25px;
	}
	
#content .post ul li, #content .page ul li {
	list-style-type: square;
	}

#content .post ul ul, #content .page ul ul, #content .post ol ol, #content .page ol ol {
	padding: 0;
	}

/***** Post Info ********************/
	
.post-info {
	color: #6C7996;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #e4dbe2;
	}

/***** Post Meta ********************/
	
.post-meta {
	color: #6C7996;
	font-size: 11px;
	padding: 10px 0 0 0;
	border-top: 1px dotted #e4dbe2;
	clear: both;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	overflow: hidden;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
/***** Sticky Posts ********************/
	
#content .sticky {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
/***** Archive Page ********************/
	
#content .archive-page {
	float: left;
	width: 50%;
	padding: 20px 0 20px 0;
	}

body.page-template-pagearchive-php .post {
	border: 0 !important;
	}

/***** Post Icons ********************/
	
.time, .categories {
	margin: 0;
	padding: 0;
	}
	
.post-comments, .tags {
	background: url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
	}

/***** Images ********************/

#content img, #content p img {
	max-width: 100%;
	}
	

#content .portfolio img {
	float: none;
	margin: 10px auto 10px;
	}

#content .post-image {
	background: #FFFFFF;
	margin: 0 10px 10px 0;
	padding: 4px;
	border-left: 1px solid #D7DBE0;
	border-right: 1px solid #D7DBE0;
	border-bottom: 1px solid #B6BCC3;
	border-top: 1px solid #D7DBE0;
	}

#content a:hover img {
	background: #8199A9;
	}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 15px;
	}
	
img.alignnone {
	margin: 0 0 15px 0;
	display: inline;
	}
	
img.alignleft {
	margin: 0 15px 15px 0;
	display: inline;
	}

img.alignright {
	margin: 0 0 15px 15px;
	display: inline;
	}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
	}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
	}

.wp-caption {
	background: #F7F7F7;
	padding: 5px 0 0 1px;
	text-align: center;
	border: 1px solid #E6E6E6;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	}

/***** Post Navigation **********/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a, .navigation li.disabled, .navigation li a:hover, .navigation li.active a {
	color: #334366;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li a:hover, .navigation li.active a {
	background: #F7F7F7;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	/* background: url(images/sidebar-bg.png) repeat-y left; */
	width: 280px;
	float: right;
	display: inline;
	padding: 0 0 0 20px;
	}

body.sidebar-content #sidebar, body.sidebar-sidebar-content #sidebar {
	background: url(images/sidebar-bg-left.png) repeat-y right;
	padding-left: 0px;
	padding-right: 20px;
	}

#sidebar-alt {
	width: 150px;
	float: left;
	display: inline;
	margin: 33px 0 0 0;
	}

#sidebar-top {
	/* background: url(images/sidebar-top.png) no-repeat left; */
	width: 300px;
	height: 33px;
	margin: 0 0 0 -20px;
	}

#sidebar-bottom {
	/* background: url(images/sidebar-bottom.png) no-repeat left; */
	width: 300px;
	height: 33px;
	margin: 0 0 0 -20px;
	}

body.sidebar-content #sidebar-top, body.sidebar-sidebar-content #sidebar-top{
	background: url(images/sidebar-top-left.png) no-repeat right;
	margin: 0 -20px 0 0;
	}

body.sidebar-content #sidebar-bottom, body.sidebar-sidebar-content #sidebar-bottom{
	background: url(images/sidebar-bottom-left.png) no-repeat right;
	margin: 0 -20px 0 0;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	margin: 0 0 15px 0;
	padding: 0 10px 0 0;
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#sidebar h4, #sidebar-alt h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #e4dbe2;
	}
	
#sidebar .textwidget, #sidebar-alt .textwidget {
	margin: 0;
	padding: 10px 0 0 0;
	}
	
#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 0;
	}
	
#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	margin: 10px 0 0 0;
	padding: 0 10px 0 25px;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px;
	}

#sidebar li, #sidebar-alt li {
	list-style-type: square;
 	word-wrap: break-word;
	}

#sidebar .post-info {
	border: 0;
	}

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 10px 10px 0 10px;
	}
	
/***** Sidebar(s) Dropdowns ********************/
	
#cat, #sidebar .widget_archive select, #sidebar-alt .widget_archive select {
	background: #FFFFFF;
	width: 100%;
	color: #6C7996;
	font-family: Arial;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 5px;
	display: inline;
	border: 1px solid #e4dbe2;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0 0 10px 0;
	padding: 10px 0px 15px 0px;
	border-bottom: 2px solid #e4dbe2;
	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar, #sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {	
	background: #FFFFFF;
	margin: 0;
	border-top: 1px solid #D7DBE0;
	border-bottom: 1px solid #B6BCC3;
	border-left: 1px solid #D7DBE0;
	border-right: 1px solid #D7DBE0;
	padding: 3px;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #FFFFFF;
	float: left;
	margin: 0 0 -10px 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 0 0 0;
	}

/***** Buttons ********************/
	
#submit, .searchsubmit, .enews #subbutton, .gform_footer .button, .reply a, .reply a:visited {
	background: url(images/btn-more-bg.png) repeat-x top !important;
	color: #334366 !important;
	font-size: 12px;
	font-weight: normal !important;
	display: inline-block;
	padding: 7px 10px 7px 10px !important;
	margin: 10px 0 0 0;
	text-decoration: none;
	text-align: center;
	text-shadow: #FFFFFF 1px 1px;
	border-top: 0;
	border-bottom: 0;
	border-left: 1px solid #D4DBE1;
	border-right: 1px solid #D4DBE1;
	cursor: pointer;
	line-height: 16px;
	}

#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, .gform_footer .button:hover, .reply a:hover {
	background: url(images/btn-more-bg.png) repeat-x 0px -30px !important;
	border-left: 1px solid #D0D9E0;
	border-right: 1px solid #D0D9E0;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 0px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 5px 0 0 0px;
	}
	
#nav .searchform {
	float: right;
	padding: 0;
	}
	
.s {
	background: #FFFFFF !important;
	width: 170px;
	color: #6C7996;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	margin: 5px 2px 0 0;
	padding: 8px 10px 7px 10px;
	border: 1px solid #e4dbe2;
	}
	
#header .s, #nav .s, #sidebar .s, #sidebar-alt .s {
	width: 170px;
	}

/***** eNews & Updates Widget ********************/

.enews {
	background: url(images/enews.png) top right no-repeat;
	}
	
#sidebar .enews p {
	padding: 10px 0px 0 0px;
	}

.enews #subscribe {
	padding: 0;
	}
	
.enews #subbox {
	background: #FFFFFF !important;
	width: 190px;
	color: #6C7996;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 8px 10px 7px 10px;
	border: 1px solid #e4dbe2;
	}
	
/***** Latest Tweets Widget ********************/

.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}

/***** Calendar ********************/

#wp-calendar {
	width: 100%;
	}
	
#sidebar .widget_calendar {
	padding: 0;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
	}

#wp-calendar td {
	background: #F7F7F7;
	font-weight: normal;
	text-align: center;
	padding: 2px;
	}
	
/***** Contact Form ********************/

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #F7F7F7 !important;
	color: #333333 !important;
	font-family: Arial, Tahoma, Verdana !important;
	font-size: 12px !important;
	padding: 4px 0 4px 5px !important;
	border: 1px solid #E6E6E6;
	}

.gform_footer input.button {
	color: #334366 !important;
	}
	
.gform_wrapper .ginput_complex label {
	font-size: 12px !important;
	}
	
.gform_wrapper li, .gform_wrapper form li {
	margin: 0 0 10px 0 !important;
	}
	
.gform_wrapper .gform_footer {
	border: none !important;
	}

/***** Footer ********************/

#footer {
	background: #000;
	width: 960px;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 25px 0 25px 0;
	text-shadow: #FFFFFF 1px 1px;
	overflow: hidden;
	clear: both; 
	}

#footer a, #footer a:visited {
	color: #334366;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #334366;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	}
	
#footer .gototop a {
	margin: 0;
	padding: 2px 0 2px 18px;
	background: url(images/footer-top.png) no-repeat left center;
	}
	
#footer .creds {
	width: 740px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	}
	
	
	
#phone { 
width: 250px;
height: 110px;
background-color: transparent;
background-image: url(images/phone.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
top: 0;
left: 70px;
position: absolute;
z-index: 10001;
}

#discount { 
width: 300px;
height: 100px;
background-color: transparent;
background-image: url(http://night-magnet.com/wp-content/uploads/discount.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
top: 0;
right: 70px;
position: absolute;
z-index: 10001;
}
	

/***** Comments ********************/

#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #FCFCFD !important;
	width: 250px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 3px 0 3px 3px;
	border: 1px solid #E6E6E6;
	}
	
#comment {
	background: #FCFCFD !important;
	width: 98%;
	height: 150px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 5px 0 5px 0;
	padding: 3px 0 3px 3px;
	border: 1px solid #E6E6E6;
	}
	
.comment-list, .children {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 20px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-left: 10px;
	margin-right: -6px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #FFFFFF;
	float: left;
	border: 2px solid #BDC9D3;
	margin: 0 10px 0 0;
	padding: 1px
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.nocomments {
	text-align: center;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #FCFCFD;
	text-shadow: #FFFFFF 1px 1px;
	}

.even, .alt, .depth-1 {
	border: 1px solid #D4DBE1;
	}
	
ul.children {
	margin-top: 20px;
	}

ul.children li.comment  {
	background: #FFFFFF;
	}

.commentmetadata {
	font-weight: normal;
	}

.comment-author { 
	background: #E8EBEF;
	padding: 7px 10px 0 10px;
	text-shadow: #FFFFFF 1px 1px;
	}

.comment-author {
	font-size: 14px;
	font-weight: bold;
	}
	
.comment-meta { 
	background: #E8EBEF;
	padding: 0 10px 5px 10px;
	text-shadow: #FFFFFF 1px 1px;
	}


.ngg-gallery-thumbnail img {margin: 0 auto!important; display:block;}
.ngg-gallery-thumbnail-box, .ngg-gallery-thumbnail {float:none!important;}

input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"] {width:90%;}


#socialiconsbox {
margin: 10px 0;
position:absolute;

}
#socialiconsbox a {text-decoration:none;}
.socialicons {
color: #FFF;
font-size: 1.5em;
margin-right: 6px;
font-family: georgia, serif;
letter-spacing: -1px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.facebook { background:#3B5998; padding:2px 10px; }
.twitter { background:#00ACED; padding:2px 10px; }
.googleplus { background:#D2412E; padding:2px 3px; }
.linkedin { background:#4A9CC9; padding: 2px 6px; }
#socialiconsbox a:visited {color: #fff;}


@media screen and (max-width: 480px){
#wrap,
#header,
#nav,
#subnav,
#home-middle .home-middle-top,
#home-middle .home-middle-bottom,
#home-bottom .home-bottom-1,
#home-bottom .home-bottom-2,
#home-bottom .home-bottom-3,
.home #inner,
#home-top .home-top-left .wrap,
#home-top .home-top-left,
#footer,
#home-top .home-top-right,
.header-full-width #title-area,
.header-full-width #title-area #title,
.header-full-width #title-area #title a,
.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap,
#inner,
.full-width-content #content,
#content-sidebar-wrap
{width: 100%!important;}

.sidebar-content #content, .content-sidebar #content {width: 100%!important; margin:0;}

#sidebar {float:right; padding:0; width:100%;}

#content .page {padding:15px;}


#home-top .home-top-left .wrap {padding:0;}
.widget {padding:10px;}
#footer .gototop {float: none;text-align: Center;width: 100%;}

#home-top .home-top-shadow {display:none;}

#home-top .home-top-right {height:auto;}


#home-bottom .home-bottom-1,
#home-bottom .home-bottom-2,
#home-bottom .home-bottom-3 {
	box-shadow:0px 0px 0px #3f24ed;  
	-moz-box-shadow: 0px 0px 0px #3f24ed;  
	-webkit-box-shadow: 0px 0px 0px #3f24ed;
	border-right: 0px solid #3f24ed;
    border-left: 0px solid #3f24ed;
	border-bottom: 0px solid #3f24ed;

	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	}

#home-top .home-top-left {height:auto;}

.header-image #header #title-area {
	background: url(images/logom.png) center top no-repeat!important;
	height:163px;
	}
	
}
#menu {display:none;}

@media screen and (max-width: 768px){
#wrap,
#header,
#nav,
#subnav,
#home-middle .home-middle-top,
#home-middle .home-middle-bottom,
#home-bottom .home-bottom-1,
#home-bottom .home-bottom-2,
#home-bottom .home-bottom-3,
.home #inner,
#home-top .home-top-left .wrap,
#home-top .home-top-left,
#footer,
#home-top .home-top-right,
.header-full-width #title-area,
.header-full-width #title-area #title,
.header-full-width #title-area #title a,
.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap,
#inner,
.full-width-content #content,
#content-sidebar-wrap
{width: 100%!important;}

 #nav {display:none;}

.header-full-width #title-area {margin-top:77px;}

.sidebar-content #content, .content-sidebar #content {width: 100%!important; margin:0;}

#sidebar {float:right; padding:0; width:100%;}

#sidebar {float:right; padding:0; width:100%;}

#content .page {padding:15px;}


#home-top .home-top-left .wrap {padding:0;}
.widget {padding:10px;}
#footer .gototop {float: none;text-align: Center;width: 100%;}

#home-top .home-top-right {height:auto;}


#home-top .home-top-shadow {display:none;}

#home-bottom .home-bottom-1,
#home-bottom .home-bottom-2,
#home-bottom .home-bottom-3 {
	box-shadow:0px 0px 0px #3f24ed;  
	-moz-box-shadow: 0px 0px 0px #3f24ed;  
	-webkit-box-shadow: 0px 0px 0px #3f24ed;
	border-right: 0px solid #3f24ed;
    border-left: 0px solid #3f24ed;
	border-bottom: 0px solid #3f24ed;

	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	}
	
	#home-top .home-top-left {height:auto;}
#phone {/* position:relative!important; */ /* top: 71px!important; */ margin:0 auto;z-index: 1;display: none;}
#socialiconsbox {text-align:center!important;top: 140px;display: none;}
#mymenu {display:block!important;position: fixed;z-index: 9999;}

/********************************************************************/
/***************************	mobile style		*********************/
/********************************************************************/
#archive-top-bar{
	text-align:center;
}

.blog .ui-content{
	padding: 75px 0;
	margin: 0;
	text-align:center;
	background:url(img/lightbg1.png);
	overflow:hidden;
}

/*************************	LATEST POSTS INDEX	*************************/

.latest-post .post-content{
	margin: auto;
    position:relative;
	max-height:195px; /* Adjust to desired max height of post thumbnail */
	width:320px;
}  

.latest-post .post-content img{
	width:320px;
	height:auto;
}

.latest-post .post-description{ 
    position:absolute; 
	bottom:0px; 
    left:0px;  
    width:100%;
    background:url(img/translucent-bg.png);
	color:white;
} 

.latest-post .post-description p{
	margin:0;
	padding:8px;	
}

#latest-post-no-thumbnail-container{
	max-width:640px;
	padding:2.5%;
	padding-top:15px;
	margin: 0 auto;
}

#latest-post-left-section{
	float: right;
	max-height:195px;
	width:45%;
	text-align:right;
	margin-left: 2.5%;
	overflow:auto;	
}

#latest-post-left-section h4{
	padding:0;
	margin:0;
	text-transform: uppercase;
	margin-bottom:15px;
	word-wrap: break-word;
}

#latest-post-left-section #meta{
	list-style:none;
	font-size:small;
	font-style:italic;
	color:#a1a1a1;
	padding:0;
	margin-right:1px;
}

#latest-post-left-section #meta #comments{
	margin-top:10px;
}

#latest-post-excerpt-container{
	width:45%;
	padding-right: 2.5%;
	border-right: 1px dotted #e5e5e5;
	max-height:195px;
	float: right;	
	overflow:auto;
}

#latest-post-excerpt-container #excerpt{
	float:right;
	padding:0;
	margin:0;	
	text-align:left;
	width:100%;
	overflow:auto;
}

#latest-post-excerpt-container #excerpt p{
	padding:0;
	margin:0;
	font-size:small;
	margin-bottom:10px;
	word-wrap: break-word;
	text-align: right;
}


.blog .ui-listview{
	padding:inherit;
	margin:inherit;
}

.recent-posts h4{
	margin-top:0;
	margin-bottom:10px;
	white-space:normal;
	font-size: 0.8em;
}

.recent-posts p{
	font-size:0.6em;
	font-weight:normal;
	font-style:italic;
	white-space:normal;
	color: #a1a1a1;
}

.recent-posts img {
	margin-top:15px;
	margin-left:5px;
	display:block;
	max-height:60px;
}

.posts-pagination{
	padding:15px;
}

.sticky{
	color:#d34836;
}

/*************************	SINGLE BLOG POST	*************************/


.blog-post p{
	margin-top:30px;
}

.blog-post-meta{
	font-size:small;
	color:#a1a1a1;
	margin-bottom:15px;
}

.blog-post-categories{
	font-size:small;
	color:#a1a1a1;
	margin-top:45px;
	margin-bottom:30px;
}

.blog-post-categories p{
	margin:0;
}

.blog-post-categories a{
	font-size:0.9em;
}

.blog-post-title{
	margin-bottom:5px;
	word-wrap: break-word;
}

#comments-closed p{
	padding-top:15px;
	font-size:medium;
}

.wp-caption .wp-caption-text{
	font-style:italic;
	margin:0;
	font-size:small;
	text-align:center;
}

.mobile-image{
	max-width:290px;
	height:auto;
}

#post-navigation{
	font-size:small;
	font-style:italic;
}

#post-navigation #next-post{
	float:right;
}

#post-navigation #previous-post{
	float:left;
}


/*************************	BLOG COMMENTS	*************************/

.blog-comments{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	
}

.blog-comments li{
	position:relative;
	width:95%;
	max-width:640px;
	word-wrap: break-word;
}

.blog-comments a{
	font-size:small;
}

.blog-comments img{
	width:40px;
	position:absolute;
	right: 0px;
}

.blog-comments .comment{
	position:relative;
	right: 60px;
	padding-bottom:20px;
}

.blog-comments .comment h5{
	position: relative;
	top:10px;
}

.bypostauthor{
	color:#d34836; /* Set author comment color */
}

.blog-comments .comment p{
	position:relative;
	right: -40px;
	top:10px;
	padding-bottom:5px;
}

.blog-comments .comment span{
	position:relative;
	right: -40px;
}

.blog-comment-date{
	font-style:italic;
	font-size:0.7em;
	color:#a1a1a1;
}

.comment-pagination{
	padding:5px;
	margin-bottom:5px;
	font-size:small;
}

#no-comments{
	font-size:small;
	color:#a1a1a1;
	text-align:center;
}


/********************************************************************/
/**************************		FORMS		*************************/
/********************************************************************/

form p.error {
	color:red;
	margin-top:15px;
	padding:0;
}

form input.error{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 0px 7px red;  
    -moz-box-shadow: 0px 0px 7px red;  
    box-shadow: 0px 0px 7px red;
}

form textarea.error{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 0px 7px red;  
    -moz-box-shadow: 0px 0px 7px red;  
    box-shadow: 0px 0px 7px red;
}

#comment-form-success{
	text-align:center;
}

#comment-form p{
	text-align:center;
}

.ui-hide-label.ui-br, .no-field-separator {
    border-bottom-width: 0;
}
.ui-field-contain.ui-hide-label, .no-field-separator {
    margin: 1em 0;
    padding: 0;
}

#contact-form h3{
	text-align:center;
}

#contact-form-success{
	text-align:center;
}

/********************************************************************/
/*********************		PORTFOLIO		*************************/
/********************************************************************/

.portfolio-item{
	text-align:center;
	word-wrap:break-word;
	margin-top:30px;
	margin-bottom:20px;
}

.portfolio-item img{
	max-width:320px;
	width:100%;
	-webkit-box-shadow: 0px 0px 20px 0.1em #222;
	-moz-box-shadow: 0px 0px 20px 0.1em #222;
	box-shadow: 0px 0px 20px 0.1em #222;
	margin-bottom:30px;
}

.portfolio-information{
	text-align:left;
	margin: 0 auto;
	overflow:auto;
}

.portfolio-information h3{
	text-transform:uppercase;
	margin-bottom:2px;
	word-wrap:break-word;
}

.portfolio-information .portfolio-date{
	font-style:italic;
	color:#a1a1a1;
}

.portfolio-information .portfolio-link{
	float:right;
	margin-right:15px;
}

.portfolio-gallery {
	display:block;
	margin-top:15px;
	margin-bottom:15px;
}


/********************************************************************/
/***********************		CONTACT		*************************/
/********************************************************************/

.address p{
	line-height:0.2em;
}

.location-content{
	text-align:center;
}

.location-content p{
	font-weight: bold;
	font-style:italic;
}

#map img{
	border:8px solid white;
	-webkit-box-shadow: 0px 0px 20px 0.1em #222;
	-moz-box-shadow: 0px 0px 20px 0.1em #222;
	box-shadow: 0px 0px 20px 0.1em #222;
	margin-top:15px;
	margin-bottom:15px;
}

#personal-contact{
	overflow:hidden;
}


/*
 * photoswipe.css
 * Copyright (c) %%year%% by Code Computerlove (http://www.codecomputerlove.com)
 * Licensed under the MIT license
 *
 * Default styles for PhotoSwipe
 * Avoid any position or dimension based styles
 * where possible, unless specified already here.
 * The gallery automatically works out gallery item
 * positions etc.
 */

 
body.ps-active, body.ps-building, div.ps-active, div.ps-building
{
	background: #000;
	overflow: hidden;
}
body.ps-active *, div.ps-active *
{ 
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
	display: none;
}
body.ps-active *:focus, div.ps-active *:focus 
{ 
	outline: 0; 
}


/* Document overlay */
div.ps-document-overlay 
{
	background: #000;
}


/* UILayer */
div.ps-uilayer { 
	
	background: #000;
	cursor: pointer;
	
}


/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate{
	background: #000;
}
div.ps-zoom-pan-rotate *  { display: block; }


/* Carousel */
div.ps-carousel-item-loading 
{ 
	background: url(img/gallery/loader.gif) no-repeat center center; 
}

div.ps-carousel-item-error 
{ 
	background: url(img/gallery/error.gif) no-repeat center center; 
}


/* Caption */
div.ps-caption
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-bottom: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
}
div.ps-caption *  { display: inline; }

div.ps-caption-bottom
{ 
	border-top: 1px solid #42403f;
	border-bottom: none;
	min-height: 44px;
}

div.ps-caption-content
{
	padding: 13px;
	display: block;
}


/* Toolbar */
div.ps-toolbar
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-top: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
	height: 44px;
	display: table;
	table-layout: fixed;
}
div.ps-toolbar * { 
	display: block;
}

div.ps-toolbar-top 
{
	border-bottom: 1px solid #42403f;
	border-top: none;
}

div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play
{
	cursor: pointer;
	display: table-cell;
}

div.ps-toolbar div div.ps-toolbar-content
{
	width: 44px;
	height: 44px;
	margin: 0 auto 0;
	background-image: url(img/gallery/icons.png);
	background-repeat: no-repeat;
}

div.ps-toolbar-close div.ps-toolbar-content
{
	background-position: 0 0;
}

div.ps-toolbar-previous div.ps-toolbar-content
{
	background-position: -44px 0;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content
{
	background-position: -44px -44px;
}

div.ps-toolbar-next div.ps-toolbar-content
{
	background-position: -132px 0;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content
{
	background-position: -132px -44px;
}

div.ps-toolbar-play div.ps-toolbar-content
{
	background-position: -88px 0;
}

/* Hi-res display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
	div.ps-toolbar div div.ps-toolbar-content
	{
		-moz-background-size: 176px 88px;
		-o-background-size: 176px 88px;
		-webkit-background-size: 176px 88px;
		background-size: 176px 88px;
		background-image: url(img/gallery/icons@2x.png);
	}
}

/*CUSTOM*/

.ui-body-c, .ui-overlay-c  {
color: #fff;
text-shadow:none;
background: #eee;
border: 1px solid #000;}

.ui-body-b, .ui-overlay-b {
background-image:none;
background:#444;
text-shadow:none;
color:#fff;
border:1px solid #000;}

/* menu */

#menu
{
	top: 0;
	width: 320px;
	height: 69px;
	border-top: 0;
	background-image: linear-gradient(bottom, rgb(46,46,46) 0%, rgb(74,75,75) 100%);
	background-image: -o-linear-gradient(bottom, rgb(46,46,46) 0%, rgb(74,75,75) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(46,46,46) 0%, rgb(74,75,75) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(46,46,46) 0%, rgb(74,75,75) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(46,46,46) 0%, rgb(74,75,75) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(46,46,46)),color-stop(1, rgb(74,75,75)));
	text-align: center;
	margin: 0 auto;
	/* position: fixed; */
	display: block;
}
.menu
{
	float: right;
	cursor: pointer;
	padding: 12px 4px 0px 4px;
	width: 55px;
	height: 57px;
	border-right: 1px solid #b37718;
}

#menu div:hover
{
	color: #fff;
	background-image: linear-gradient(bottom, rgb(92,91,92) 0%, rgb(129,128,128) 100%);
	background-image: -o-linear-gradient(bottom, rgb(92,91,92) 0%, rgb(129,128,128) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(92,91,92) 0%, rgb(129,128,128) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(92,91,92) 0%, rgb(129,128,128) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(92,91,92) 0%, rgb(129,128,128) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(92,91,92)),color-stop(1, rgb(129,128,128)));
}

.menu img {width: 32px;height:	32px;margin-bottom: -3px;/* opacity: 0.5; */}
.menu span {color: #fff;font-size: 12px;font-family: Arial, Helvetica, sans-serif;padding-top: 10px;display: block;}
#menu div:hover img {opacity: 1;}
#menu div:hover span {color: #fff;}
.menu a {text-decoration: none;}

.ui-header, .ui-footer {position:relative;margin: 0 auto;display: block;vertical-align: middle;width: 100%;margin: 0 auto;text-align: center;}

.ui-bar-a {border: 0;border: 0;    background: #111;    color: #fff;    font-weight: bold;    text-shadow: 0 -1px 1px #000;    background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#111));    background-image: -webkit-linear-gradient(#3c3c3c,#111);    background-image: -moz-linear-gradient(#3c3c3c,#111);    background-image: -ms-linear-gradient(#3c3c3c,#111);    background-image: -o-linear-gradient(#3c3c3c,#111);    background-image: linear-gradient(#3c3c3c,#111);}

.ui-content {padding:0 15px;}

.ui-li, .ui-li.ui-field-contain {text-align:center;}
.ui-btn-icon-right .ui-icon {right:10px;}
.ui-icon-arrow-r {background-position:-468px 50%;}


input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  width: 97%;
  height: 30px;
  line-height: 40px; font-size: 17px;
  border: 1px solid #bbb;
  color:#000;
  font-weight:bold;
}

div.wpcf7 img.ajax-loader {display:none;}

#gallery-1 .gallery-item img {height:13%;}


h2 {font-size:14px;}
h3 {font-size:12px;}

.menu {background: #ffc427;    background: -webkit-gradient(linear, left top, left bottom, from(#ffc427), to(#b37718));    background: -moz-linear-gradient(top, #ffc427, #b37718);    background: linear-gradient(to bottom, #ffc427, #b37718);}

.menu:hover {background:#0058b3!important;}

#color-bar{
	/* height:7px; */
	/* background-color:#d34836; */ /* Set to desired color of bar under header */
	/* -webkit-box-shadow: 0px 3px 10px 5px #222; */
	/* box-shadow: 0px 3px 10px 5px #222; */
	width: 100%;  height: 7px;  display: block;  content: '';  background: #6a253e;  background: -moz-linear-gradient(left, #6a253e 0%, #d46c0c 10%, #74c730 20%, #1573bd 30%, #6a253e 40%, #d46c0c 50%, #74c730 60%, #1573bd 70%, #6a253e 80%, #d46c0c 90%, #74c730 100%);  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#6a253e), color-stop(10%,#d46c0c), color-stop(20%,#74c730), color-stop(30%,#1573bd), color-stop(40%,#6a253e), color-stop(50%,#d46c0c), color-stop(60%,#74c730), color-stop(70%,#1573bd), color-stop(80%,#6a253e), color-stop(90%,#d46c0c), color-stop(100%,#74c730));  background: -webkit-linear-gradient(left, #6a253e 0%,#d46c0c 10%,#74c730 20%,#1573bd 30%,#6a253e 40%,#d46c0c 50%,#74c730 60%,#1573bd 70%,#6a253e 80%,#d46c0c 90%,#74c730 100%);  background: -o-linear-gradient(left, #6a253e 0%,#d46c0c 10%,#74c730 20%,#1573bd 30%,#6a253e 40%,#d46c0c 50%,#74c730 60%,#1573bd 70%,#6a253e 80%,#d46c0c 90%,#74c730 100%);  background: -ms-linear-gradient(left, #6a253e 0%,#d46c0c 10%,#74c730 20%,#1573bd 30%,#6a253e 40%,#d46c0c 50%,#74c730 60%,#1573bd 70%,#6a253e 80%,#d46c0c 90%,#74c730 100%);  background: linear-gradient(to right, #6a253e 0%,#d46c0c 10%,#74c730 20%,#1573bd 30%,#6a253e 40%,#d46c0c 50%,#74c730 60%,#1573bd 70%,#6a253e 80%,#d46c0c 90%,#74c730 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a253e', endColorstr='#74c730',GradientType=1 );  }

@media screen and (max-width: 1024px){
#wrap,
#header,
#nav,
#subnav,
#home-middle .home-middle-top,
#home-middle .home-middle-bottom,
#home-bottom .home-bottom-1,
#home-bottom .home-bottom-2,
#home-bottom .home-bottom-3,
.home #inner,
#home-top .home-top-left .wrap,
#home-top .home-top-left,
#footer,
#home-top .home-top-right,
.header-full-width #title-area,
.header-full-width #title-area #title,
.header-full-width #title-area #title a,
.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap,
#inner,
.full-width-content #content,
#content-sidebar-wrap
{width: 100%!important;}

#home-top .home-top-right {height:auto;}

.sidebar-content #content, .content-sidebar #content {width: 100%!important; margin:0;}

#sidebar {float:right; padding:0; width:100%;}

#content .page {padding:15px;}

#home-top .home-top-left .wrap {padding:0;}
.widget {padding: 0;}
#footer .gototop {float: none;text-align: Center;width: 100%;}

#home-top .home-top-shadow {display:none;}

#home-bottom .home-bottom-1,
#home-bottom .home-bottom-2,
#home-bottom .home-bottom-3 {
	box-shadow:0px 0px 0px #3f24ed;  
	-moz-box-shadow: 0px 0px 0px #3f24ed;  
	-webkit-box-shadow: 0px 0px 0px #3f24ed;
	border-right: 0px solid #3f24ed;
    border-left: 0px solid #3f24ed;
	border-bottom: 0px solid #3f24ed;

	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	}
	
	#home-top .home-top-left {height:auto;}

#text-4 {text-align:center;}
.wpcf7-submit {display:block; width:97%; height:30px;position:absolute;}
.wpcf7-text {width:99%;}
#home-top .home-top-left {min-height:330px;}
#socialiconsbox {display:none;}
.home-top-left h3 {font-size:22px; text-align:center;}


}

.wpcf7-text {width:99%;}
.entry-content .wpcf7-text {width:50%;}
#wprmenu_bar, #wprmenu_bar *, #wprmenu_menu, #wprmenu_menu * {text-align:right!important;}
#wprmenu_bar .wprmenu_icon {margin-right:0!important; margin-left:16px!important;}


.mybutton {
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 8px 12px;
    border: 1px solid #b37718;
    border-radius: 8px;
    background: #ffc427;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc427), to(#b37718));
    background: -moz-linear-gradient(top, #ffc427, #b37718);
    background: linear-gradient(to bottom, #ffc427, #b37718);
    text-shadow: #805511 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    margin: 0 auto;
}
.mybutton:hover,
.mybutton:focus {
    border: 1px solid #ffaa22;
    background: #ffeb2f;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffeb2f), to(#d78f1d));
    background: -moz-linear-gradient(top, #ffeb2f, #d78f1d);
    background: linear-gradient(to bottom, #ffeb2f, #d78f1d);
    color: #ffffff;
    text-decoration: none;
}
.mybutton:active {
    background: #b37718;
    background: -webkit-gradient(linear, left top, left bottom, from(#b37718), to(#b37718));
    background: -moz-linear-gradient(top, #b37718, #b37718);
    background: linear-gradient(to bottom, #b37718, #b37718);
}
.mybutton:after{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px 4px;
    position: relative;
    top:8px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABOElEQVRIibXWQUrDUBAG4K8uxAOIS5HSlXgJ9QriSlwVj1CKFyg9SqngAYpncCOKIO6KIIIUl7HERZISjeS9NPSHgZDM+2fe/97MpKMePZzjGEfYzd9/4AF3uMFLgKeCLqZIkAYswSRfE4VLLCKI/9oCFyHyIZZrkBe2xKAu8zbk5SCVnXTXlKVOrl9nMm2w+Bb3EX6Tgrwn7rakeSLb2MNTwDfJuV03JIcTfEWsGcIscrtNydOc29sGMi9sLqB/G/IUyZZ6vOI7fz7ATsD/X4QkGpd8+5oV45y4Qx6Vglw1CDIju0oxzmMUkvbF1c6QZoVWlitUP6tCI7vnsbqOsI/ngN+qVdC82X0GvleaHVmL3Vi7LjBoGaR24JR3srGRWaArO6TWQ78TCNTDGU5xKJsD8I5HEb8tP25fjQPls4nrAAAAAElFTkSuQmCC") no-repeat left center transparent;
    background-size: 100% 100%;
    float: left;
}


#lightGallery-Gallery.opacity .thumb_cont {display:block!important; max-height:350px;}
#lightGallery-Gallery .thumb_cont .thumb_info .close, #lightGallery-Gallery .thumb_cont .thumb_info .count {display:none!important;}
	
	
img{
	max-width:100%;
}