/*
	Theme Name: Agency Child Theme
	Theme URL: http://www.studiopress.com/themes/agency
	Description: Agency 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.1
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
@font-face {
    font-family: 'MyriadProSemibold';
    src: url('fonts/MyriadPro-Semibold.eot');
    src: url('fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/MyriadPro-Semibold.otf') format('opentype');
}
@font-face {
    font-family: 'HelveticaNeueLTStd-Cn';
    src: url('fonts/HelveticaNeueLTStd-Cn.eot');
    src: url('fonts/HelveticaNeueLTStd-Cn?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeueLTStd-Cn.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLTStd-BdCn';
    src: url('fonts/HelveticaNeueLTStd-BdCn.eot');
    src: url('fonts/HelveticaNeueLTStd-BdCn?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeueLTStd-BdCn.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLTStd-MdCn';
    src: url('fonts/HelveticaNeueLTStd-MdCn.eot');
    src: url('fonts/HelveticaNeueLTStd-MdCn?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeueLTStd-MdCn.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLTStd-Roman';
    src: url('fonts/HelveticaNeueLTStd-Roman.eot');
    src: url('fonts/HelveticaNeueLTStd-Roman?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeueLTStd-Roman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
body {
	background: #FFFFFF;
	color: #333;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 auto 0;
	padding: 0;
	line-height: 28px;
	overflow-x:hidden;
	}
/***** Hyperlinks ********************/

a, a:visited {
	color: #D28B1D;
	text-decoration: none;
	}
	
a:hover {
	color: #D28B1D;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}
p {
	margin: 5px 0 10px 0;
}
/***** Wrap ********************/

#wrap {
	margin: 0 auto 0;
	padding: 0;
	}

/***** Header  ********************/

#header {
	font-family: MyriadProSemibold, Arial, Tahoma, Verdana;
	margin: 0 auto 0;
	padding: 30px 0 18px;
	position:fixed;
	top:0px;
	width:100%;	
	background-color:#114c82;
	z-index:999;
	}
.admin-bar #header {
	top:32px;
}
	
#header .wrap {
	max-width: 1200px; 
	margin: 0 auto 0;

	}

#title-area {
	width: 500px;
	float: left;
	margin: 0; 
	padding: 0px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
	margin: 0; 
	padding: 0 0 0 20px;
	}
	
#title-area #title a {
	color: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	text-indent: -9999px;
}
	
#title-area #title a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#title-area #description {
	color: #FFFFFF;
	font-size: 28px;
	line-height:32px;
	font-weight: normal;
	margin: 0; 
	margin-left:20px;
	margin-top:25px;
	display: block;
	width:360px;
	float:left;
	font-family:'HelveticaNeueLTStd-MdCn', Arial, Helvetica, sans-serif;
}

#header .widget-area {
	width: 350px;
	color: #FFFFFF;
	float: right;
	text-align:right;
	margin: 0; 
	padding: 0;
	font-size:22px;
	font-family:'HelveticaNeueLTStd-BdCn', Arial, Helvetica, sans-serif;
	}
	
#header .widget-area a, #header .widget-area a:visited {
	color: #FFFFFF;
	//text-decoration: underline;
	}
	
#header .widget-area a:hover {
	color: #FFFFFF;
	//text-decoration: none;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.png) left top no-repeat;
	}

.header-image #title-area {
	display: block; 
	float: left;
	width: 500px;
	height: 119px;
	margin: 0; 
	padding: 0;
	overflow: hidden;
}
.header-image #title-area #title {
	display:block;
	width:119px;
	height:119px;
	padding-left:0;
	float:left;
}
.header-image #title-area a {
	text-indent:-9999px;
	display:block;
	width:119px;
	height:119px;
}
	
.header-image #title-area #description {
}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	max-width: 1200px;
	}
	
/***** Header Right Navigation ********************/

#header ul.nav, #header ul.menu {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	margin: 0;
	padding: 29px 0 0 0;
	}
	
#header ul.nav li, #header ul.menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header ul.nav li a, #header ul.nav li a:visited, #header ul.menu li a, #header ul.menu li a:visited {
	color: #FFFFFF;
	display: block;
	font-family: 'HelveticaNeueLTStd-Cn', Arial, Tahoma, Verdana;
	font-size: 24px;
	font-weight:normal;
    margin: 0;
	padding: 0px 20px 0px 10px;
	text-decoration: none;
	position: relative;
	text-transform:uppercase;
	}
#header ul.menu li a:hover {
	text-decoration:underline;
}
#header ul.menu li:last-child a, #header ul.menu li:last-child a.sf-with-ul {
	padding-right:0;
}
#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 li.current-menu-item a, 
#header ul.menu li.current-menu-parent a, 
#header ul.menu li li.current-menu-item a, 
#header ul.menu li.current-menu-parent li.current-menu-item a {
	color:#f2a531;
	//text-decoration: none;
}
#header ul.menu li.current-menu-parent li a,
#header ul.menu li.current-menu-item li a,
#header ul.menu li.current-page-item li a {
	color:#FFF;
}
	
#header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 5px;
	}
	
#header ul.nav li li a, #header ul.menu li li a {
	//background: #CC3300;
	//width: 148px; 
	color: #FFFFFF;
	font-size: 18px;
	margin: 0;
	padding: 5px 20px 5px 20px;
	text-transform: none;
	position: relative;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	}
#header ul.menu li li:last-child a {
	padding-right:10px;
}	
#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, #header ul.menu li.current-menu-parent li.current-menu-item a:hover {
	background-color: #FFF;
	color: #114c82;
	text-decoration:none;
}

#header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
	top: 10px;
	}

#header ul.nav li ul, #header ul.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	//width: 170px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a, #header ul.menu li ul a { 
	//width: 150px;
	}

#header ul.nav li ul ul, #header ul.menu li ul ul {
	margin: -31px 0 0 169px;
	}

#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;
	}

#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;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover { 
	position: static;
	}

/***** Nav Menu ********************/

#nav {
	//clear: both;
	color: #333333;
	font-family: MyriadProSemibold, Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0 auto 0;
	padding: 0;
	width:100%;
	}

#nav ul {
	max-width: 1200px;
//	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	}

#nav ul li ul {
//	width: auto;//100%;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li a {
	color: #FFFFFF;
	display: block;
	font-size: 19px;
    font-weight: normal;//bold;
	letter-spacing:0px;
    margin: 0;
	padding: 2px 15px 2px 15px;
	text-decoration: none;
	position: relative;
	line-height:24px;
	}
#nav li ul {
	z-index: 9990;
	position: absolute;
//	left: -999em;
	height: auto;
	//width: 170px;
	margin: 0px 0 0 0;
	padding: 0;
	//background-color:#f3d98a;
	display:none;
	}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	display: block;
	visibility: visible;
	}

	
#nav li ul li ul, #nav li:hover ul li ul, #nav li:active ul li ul{
	width:auto;
}
#nav li ul li, #nav li:hover ul li, #nav li:active ul li {
	position:relative;
	padding-bottom:3px;
	clear:both;
}
#nav .sub-menu, #header ul.menu li ul {
	background-color:#114c82;
	padding: 20px 0px 10px;
}
#header ul.menu li ul li {
	width:100%;
}

	
/***** SubNav Menu ********************/

#subnav {
	clear: both;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 10px auto 0;
	padding: 0;
	}

#subnav .wrap {
	background: #F2F2F2;
	max-width: 1200px;
	height: 42px;
	margin: 0 auto 0;
	}
	
#subnav ul {
	width: 950px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li a {
	color: #333333;
	display: block;
	font-size: 14px;
    font-weight: bold;
    margin: 0;
	padding: 9px 15px 9px 15px;
	text-decoration: none;
	position: relative;
	}

#subnav li a:hover, #subnav li a:active {
	color: #CC3300;
	}

#subnav li a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}
	
#subnav li a:hover .sf-sub-indicator {
	background: none;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #FFFFFF;
	color: #333333;
	width: 148px; 
	font-size: 12px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	text-transform: none;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #F2F2F2;
	color: #CC3300;
	}

#subnav li li a .sf-sub-indicator, #subnav li li a:hover .sf-sub-indicator {
	background: none;
	}
	
#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0;
	padding: 0;
	}

#subnav li ul a { 
	width: 150px;
	}

#subnav li ul a:hover, #subnav li ul a:active { 
	}

#subnav li ul ul {
	margin: -37px 0 0 168px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#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 {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}

/***** Inner ********************/

#inner {
	width: 100%;
	margin: 0px auto 0px;
	padding: 0;
	overflow: hidden;
	margin-top:169px;//193px;
	//padding-bottom:142px;
	}
.admin-bar #inner {
	//margin-top:193px;//201px;
}
/***** Inner Backgrounds ********************/

.content-sidebar #inner {
    }
   
.sidebar-content #inner {
    }
   
.content-sidebar-sidebar #inner {
    }
   
.sidebar-sidebar-content #inner {
    }
    
.sidebar-content-sidebar #inner {
    }

.full-width-content #inner {
    }
	
/***** Home Top ********************/

#home-top-bg {
	clear: both;
	width: 100%;
	margin: 0 auto 0;
	}

#home-top {
	margin: 10px auto 30px;
	padding: 0px 0 0px 0;
	max-width:1200px;
}
#home-top::after {
	content:" ";
	display:block;
	width:100%;
	clear:both;
}
	
#home-top a, #home-top a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#home-top a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
#home-top img {
	display:block;
}	
#home-top .button {
	position:absolute;
	bottom:40px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	display:table;
}
	
#home-top .more-link:hover {
}
	
#home-top p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#home-top h2 {
	color: #444444;
	font-size: 24px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#home-top h2 a, #home-top h2 a:visited {
	color: #444444;
	text-decoration: none;
	}

#home-top h2 a:hover {
	color: #CC3300;
	text-decoration: none;
	}
	
#home-top .home-top-right h4 {
	color: #444444;
	font-size: 24px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	}

#home-top ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}

#home-top ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-top .byline {
	margin: 0;
	padding: 0;
	}
	
#home-top .textwidget {
	margin: 0;
	padding: 0;
	position:relative;
	}
	
#home-top li.widget_tag_cloud div {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#home-top .featuredpost .post, #home-top .featuredpage .page {
	clear: both;
	}
	
#home-top .featuredpost, #home-top .featuredpage  {
	clear: both;
	}
	
#home-top .featuredpost img, #home-top .featuredpage img {
	background: #FFFFFF;
	padding: 7px;
	border: 1px solid #BBBBBB;
	}
	
.home-top-left {
	float: left;
	margin: 0 auto 0 auto;
	padding: 0;
	}
	
.home-top-left .widget {
	padding: 0px;
	}

.blog-home-top-left {
	width: 1136px;
	margin: 0 auto 0 auto;
	padding: 0;
	}
	
.blog-home-top-left .widget {
	padding: 0px;
	}
.blog-home-top-left #buttons .slideshow-button {
	float:left;
	margin-right:35px;
}
	

.home-top-right {
	float: right;
	margin: 0;
	padding: 0px 0 0 0;
	}
	
/***** Home Bottom ********************/

#home-bottom-bg {
	padding: 0px 0 0 0;
	margin:10px auto 30px;
	clear: both;
	}

#home-bottom {
	max-width: 1200px;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	}
	
#home-bottom a, #home-bottom a:visited {
	color: #CC3300;
	text-decoration: none;
	}
	
#home-bottom a:hover {
	color: #CC3300;
	text-decoration: underline;
	}
	
#home-bottom p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#home-bottom h2 {
	color: #444444;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: none;
	}
	
#home-bottom h2 a, #home-bottom h2 a:visited {
	color: #444444;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	}

#home-bottom h2 a:hover {
	color: #CC3300;
	text-decoration: none;
	}
	
#home-bottom h4 {
	color: #114c82;
	font-size: 28px;
	line-height:1.2;
	font-family: 'HelveticaNeueLTStd-Cn', Arial, Tahoma, Verdana;
	font-weight: normal;
	text-transform:uppercase;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#home-bottom ul {
	list-style-type: none;
	margin: 0;
	margin-top:20px;
	margin-left:20px;
	padding: 0;
	}
	
#home-bottom ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 20px;
	background-image:url(images/dot.png);
	background-repeat:no-repeat;
	background-position: 0px 3px;
	line-height:16px;
	}

#home-bottom ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}

#home-bottom ul li ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-bottom .widget {
	margin: 0;
	padding: 0 0 5px 0;
	position:relative;
	}
	
#home-bottom .textwidget {
	margin: 0;
	padding: 0;
	}
	
#home-bottom .featuredpost .post, #home-bottom .featuredpage .page {
	clear: both;
	}
	
#home-bottom .featuredpost, #home-bottom .featuredpage {
	clear: both;
	}
	
#home-bottom .featuredpost img, #home-bottom .featuredpage img {
	margin: 0 0 10px 0;
	padding: 0;
	border: 10px solid #F2F2F2;
	}
	
#home-bottom .user-profile .avatar {
	background: #FFFFFF;
	margin: 0 0 -5px 0;
	padding: 1px;
	border: 4px solid #EEEEEE;
	}
#home-bottom::after {
	content:" ";
	display:block;
	clear:both;
	width:100%;
}
.home-bottom-1, .home-bottom-2, .home-bottom-3, .home-bottom-4 {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	text-align:center;
}
.home-bottom-5, .home-bottom-6 {
	display:block;
}

.blog-home-bottom-1 {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}
.featured-post-box {
	background: #FFFFFF;
	padding: 3px;
	width:310px;
	height: 138px;
	margin-bottom: 16px;
	margin-right:16px;
	float:left;
	font-size:13px;
	line-height:17px;
	color:#333333;
}

.featured-post-box p {
	padding: 0px;
	margin: 0px;
}

.featured-post-box img {
	float:left;
	margin-right:15px;
}
.featured-post-box h2, .featured-post-box h2 a {
	color:#036;
	font-size:15px;
	margin:10px 0 10px 0;
}
/***** Breadcrumb ********************/

.breadcrumb {
//	float:left;
//	width:600px;
	//background: #F2F2F2;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0px;
	color:#003366;
	font-weight:normal;
	font-size:14px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
body.single-post .breadcrumb {
	float:left;
	width:100%;
}

body.content-sidebar .breadcrumb, body.page-id-8 .breadcrumb {
	color:#333333;//ffffff;
}
.breadcrumb	a, .breadcrumb	a:hover, .breadcrumb	a:visited {
	color:#d28b1d;
	font-weight:normal;
}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #F2F2F2;
	margin: 0 0 30px 0;
	padding: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
#content .taxonomy-description p {
	margin: 0;
	padding: 0;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	max-width: 1200px;
	margin: 0 auto 0 auto;
	padding: 0;
	//float: left;
}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	max-width: 1200px;
}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
}

/***** Content ********************/

#content {
//	width: 470px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 900px;
	padding: 0;
	}
	
.full-width-content #content {
	max-width: 1200px;
}

#content img, #content p img {
	//border: 10px solid #F2F2F2;
	max-width: 100%;
    height: auto!important;
	}

#content blockquote {
	background: #F2F2F2;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	}

#content .post {
	margin: 0 0 40px 0;
	padding:0;
	}
body.page #content .post, body.archive #content .post, #content .post, body.content-sidebar #content .page {
	margin: 0 0 40px 0;
	padding:  0px 0px 30px 0px;
	color:#333333;
}

#content .page {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#content .post ul, 
#content .page ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ul li, 
#content .page ul li {
	list-style-type: square;
	padding: 0;
	}
.post ul li, 
.page ul li {
	margin: 0 0 0 20px;
	}	
	
#content .post ul ul, #content .page ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
	
#content .post ol, #content .page ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ol li, #content .page ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol ol, #content .page ol ol {
	margin: 0;
	padding: 0;
	}

#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#content .archive-page {
	float: left;
	width: 45%;
	margin: 0;
	padding: 20px 20px 0 0;
	}

.clear {
	clear: both;
	}
	
/***** Post Info ********************/
	
.post-info {
	font-size: 11px;
	margin: 0;//10px 0 20px 0;
	padding: 0;
	text-transform: uppercase;
	}
#content .post .post-info {
	display:block;
	}	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 0 0;
	//border-top: 1px solid #DDDDDD;
    clear: both;
	}
/***** Author Box ********************/
	
.author-box {
	background: #F2F2F2;
	margin: 0 0 30px 0;
	padding: 10px;
	overflow: hidden;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	border: 5px solid #FFFFFF !important;
	}

/***** Headlines in Content ********************/
h1, h2, h3, h4, h5, h6,
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #114c82;
	font-family: 'HelveticaNeueLTStd-Cn', Arial, Tahoma, Verdana;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

body.content-sidebar #content h1, body.content-sidebar #content h2, body.content-sidebar #content h3, body.content-sidebar #content h4, body.content-sidebar #content h5, body.content-sidebar #content h6 {
	color: #114c82;
}

h1, #content h1, #content h2.entry-title, #content h2.entry-title a, h2.entry-title, h2.entry-title a {
	font-size: 33px;
	text-transform:uppercase;
	line-height:33px;
	text-align:center;
}
.single-post #content h1.entry-title, .archive #content h2.entry-title, .archive #content h2.entry-title a {
	text-align:left;
}	
#content h2 {
	font-size: 28px;
}

#content h2.sub-title {
	color:#333;
}
		
#content .single_product_display .product_description h2 {
	margin-top:8px;
}
#content .wpsc-product h2.entry-title {
	display:none;
}
#content .wpsc-product h2.prodtitle {
	display:block;
}
	
#content h2 a, #content h2 a:visited, #content h6 a, #content h6 a:visited {
	color: #003366;
	text-decoration: none;
	}
	
#content h2 a:hover, #content h6 a:hover {
	color: #003366;
	text-decoration: underline;
	}
	
#content h3 {
	font-size: 20px;
	}
	
#content h4 {
	font-size: 18px;
	}
	
#content h5 {
	font-size: 16px;
	}
	
#content h6 {
	font-size: 14px;
	}
	
/***** Post Icons ********************/
	
.time {
	background: url(images/icon-time.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	margin: 0;
    padding: 7px 0 7px 38px;
	line-height:16px;
	}
	
.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}

/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 0 0 20px 10px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background:#eeeeee;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #DDDDDD;
	color:#333333;
	}

#content .wp-caption h4 {
	font-size:15px;
	text-align:left;
	line-height:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	margin-bottom:5px;
	border: none !important;
	}

.wp-caption p.wp-caption-text, .wp-caption p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-align:left;
	}

#content .wp-caption p.wp-caption-text, #content .wp-caption p {
	padding-left:5px;
}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}
	
/***** 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 {
	color: #CC3300;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li a:hover {
	background: #CC3300;
	color: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li.active a {
	background: #CC3300;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 300px;
	float: right;
	margin: 0;
	padding: 0;
	padding-top:0px;
	display: inline;
//	position:fixed;
//	margin-left:20px;
	}
	
#sidebar-alt {
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	margin: 0px 0 15px 0;
	padding: 0px 15px 5px 15px;
}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #444444;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #CC3300;
	text-decoration: none;
	}

#sidebar h4, #sidebar-alt h4 {
	color: #f3800c;
	font-size: 32px;
	font-family: 'HelveticaNeueLTStd-Cn', Arial, Tahoma, Verdana;
	font-weight: normal;
	text-transform:none;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 0;
	}
	
#sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 0 0 10px 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 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0;
	}

#sidebar li, #sidebar-alt li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
 	word-wrap: break-word;
	}

/***** Tag Cloud ********************/

#home-bottom .widget_tag_cloud div, #sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div, #footer-widgeted .widget_tag_cloud div div {
	padding: 0;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #FFFFFF;
	color: #444444;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 0 5px 0;
	padding: 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#sidebar #cat {
	width: 238px;
	}
	
#sidebar-alt #cat {
	width: 148px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	clear: both;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 0 0 10px 0;
	clear: both;
	}

#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img, #sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 0;
	border: 5px solid #FFFFFF;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F4F4F4;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 5px 0 10px 0;
	}
	
#nav .searchform {
	float: right;
	padding: 5px 0 0 0;
	}
	
.s {
	background: #FFFFFF url(images/search.png) right no-repeat;
	width: 170px;
	color: #666666;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 5px 0 5px 7px;
	border: 1px solid #444444;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#header .s {
	width: 250px;
	}
	
.searchsubmit {
	background: url(images/button.png);
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 4px 5px 4px 5px;
	border: 1px solid #CC3300;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.searchsubmit:hover {
	background: url(images/button-hover.png);
	border: 1px solid #CC3300;
	}

/***** eNews & Updates Widget ********************/

.enews {
	margin: 0;
	padding: 0;
	}
	
#header .enews {
	width: 300px;
	float: right;
	margin: 0;
	padding: 0;
	}

.enews #subscribe {
	margin: 0;
	padding: 0 0 10px 0;
	overflow: hidden;
	}

.enews #subbox {
	width: 210px;
	color: #777777;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 6px 0 6px 7px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.enews #subbutton {
	background: url(images/button.png);
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 4px 5px 4px 5px;
	border: 1px solid #CC3300;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.enews #subbutton:hover {
	background: url(images/button-hover.png);
	border: 1px solid #CC3300;
	}

/***** Latest Tweets Widget ********************/

#header .latest-tweets {
	width: 450px;
	float: right;
	margin: 0;
	padding: 0;
	}
	
#sidebar .latest-tweets {
	margin: 0 0 15px 0;
	padding: 10px 15px 5px 15px;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#wp-calendar caption {
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#sidebar #wp-calendar caption {
	color: #444444;
	}

#sidebar #wp-calendar th {
	color: #444444;
	}
	
#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	}
	
#sidebar #wp-calendar thead {
	color: #F7F7F7 !important;
	}

#wp-calendar td {
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}
	
#sidebar #wp-calendar td {
	}
	
#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Contact Form ********************/
	
.gform_footer .button {
	background: url(images/button.png);
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 4px 5px 4px 5px;
	border: 1px solid #CC3300;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.gform_footer .button:hover {
	background: url(images/button-hover.png);
	border: 1px solid #CC3300;
	}
	
.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .gform_footer {
	border: none!important;
	}

/***** Footer Widgets ************/
.footer-widgets {
	width: 100%;
	background-color:#333333;
	margin: 0 auto 0;
	padding: 35px 0;
	color: #FFFFFF;
}
.footer-widgets .wrap {
	max-width:1200px;
	margin:0px auto;
	padding-left:0px;
	padding-right:0px;
	color:#FFF;
	font-size:17px;
	font-weight:bold;
}

.footer-widgets h3{
	color:#FFF;
	font-size:26px;
	font-family:'HelveticaNeueLTStd-Cn', Arial, Helvetica, sans-serif;
	margin:0 0 10px;
	padding:0;
	font-weight:normal;
	text-transform:uppercase;
}
.footer-widgets-3 {
	text-align:center;
}
.footer-widgets-3 a img {
	margin:0 5px;
}
	
.footer-widgets .footer-widgets-1, .footer-widgets .footer-widgets-2, .footer-widgets .footer-widgets-3 {
	float:left;
	width:33%;
	margin:0;
	color:#FFFFFF;
	font-family:'HelveticaNeueLTStd-Cn', Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:23px;
	font-weight:normal;
}
.footer-widgets .footer-widgets-1 img {
	float:left;
	margin-right:20px;
	display:block;
}
.footer-widgets .footer-widgets-1 p {
	padding-top:15px;
}
.footer-widgets .footer-widgets-4 {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding-top:10px;
	text-align:center;
	font-size:14px;
	line-height:16px;
	color: #FFF;
	clear:both;
}

.footer-widgets .footer-widgets-4 a, .footer-widgets .footer-widgets-4 a:hover {
	font-size:14px;
	color: #FFF;
}
.footer-widgets .menu a {
	font-family:'HelveticaNeueLTStd-Cn', Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:24px;
	color:#fff;
}
.footer-widgets .widget_nav_menu {
	float:left;
	margin:0;
	padding:0;
}
.footer-widgets-2 .widget_nav_menu:first-child {
	margin-left:10%;
	width:40%;
}
.footer-widgets-2 .widget_nav_menu:last-child {
	width:50%;
}
.footer-widgets .widget_nav_menu ul {
	margin:0;
	padding:0;
}

.skype_tb_innerText {
	font-weight:lighter!important;
	letter-spacing:-1px!important;
	}
/***** Footer ********************/

#footer {
	background: #FFFFFF;
	color: #343465;
	margin: 0 auto 0;
	padding: 0;
	clear: both; 
	overflow: hidden;
	width:100%;
	//position:fixed;
	//bottom:130px;
	}

#footer .wrap {
//	width: 1580px;
//	height:129px;
//	background-image:url(images/bg-footer.jpg);
//	background-repeat:no-repeat;
	margin: 0 auto 0;
	padding: 0px 0 0px 0;
	overflow: hidden;
	}
	
#footer a, #footer a:visited {
	color: #343465;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #343465;
	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: 0;
	}
	
#footer .creds {
	width: 740px;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	}

/***** Comments ********************/

#comments {
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F4F4F4 !important;
	width: 250px;
	color: #444444;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #DDDDDD;
	}
	
#comment {
	background: #F4F4F4 !important;
	width: 98%;
	height: 150px;
	color: #444444;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #DDDDDD;
	}
	
#submit {
	background: url(images/button.png);
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 4px 5px 4px 5px;
	border: 1px solid #CC3300;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#submit:hover {
	background: url(images/button-hover.png);
	border: 1px solid #CC3300;
	}
	
.comment-list {
	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: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	float: right;
	margin: 0 5px 0 10px;
	padding: 0;
	}

.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;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}
	
.children { 
	margin: 0;
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.reply a, .reply a:visited {
	background: url(images/button.png);
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 4px 5px 4px 5px;
	border: 1px solid #CC3300;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.reply a:hover {
	background: url(images/button-hover.png);
	text-decoration: none;
	border: 1px solid #CC3300;	
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	margin: 0;
	padding: 0;
	}

.depth-1 {
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
	}

.even, .alt {
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
	}

/*-----------------------------------------------------------------------------*/
.stripe {
	height:12px;
	background-image:url(images/bar.gif);
	background-repeat:repeat-x;
}
.logo {
	width:119px;
	height:119px;
	margin-left:0px;
	padding-top:10px;
	float:left;
	position:absolute;
	z-index:9920;
}	
.description_ok {
	width:400px;
	height:48px;
	padding-top:40px;
	margin-left:139px;//20px;
	float:left;
	color:#fffbcc;
	font-size:24px;
}	

#home-middle-bg {
	width:100%;
	background-color:#d28b1d;
	border-top:#000000 2px solid;
	height:26px;
}

.contacts_ok {
	text-align: center;
	font-weight:normal;
	margin-top:10px;
	font-size:16px;
}

#home-bottom h3 {
	font-size:20px;
	padding:0 0 0 0;
	margin:0 0 0px 0;
}

.bottom_box {
	max-width: 1200px;
	height:222px;
	margin-left:auto;
	margin-right:auto;
	margin-top:14px;
	margin-bottom:15px;
	padding-left:20px;
	padding-right:0px;
	background-color:#e1b471;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}

.bottom_box .more-column {
	width:225px;
	float:left;
	margin-right:20px;
	font-size:12px;
	line-height:15px;
}

.bottom_box .more-column img {
	margin-right:8px;
}

.bottom_box h1 {
	font-size:22px;
	color:#FFFFFF;
	padding-top:15px;
}
.bottom_box .more-column h3 {
	font-size:20px;
	color:#343465;
	margin:0;
	padding:0;
	padding-bottom:5px;
}
.bottom_box .more-column h4 {
	font-size:14px;
	color:#343465;
	margin:0;
	padding:0;
	padding-bottom:5px;
}

.bottom_box .more-column a, .bottom_box .more-column a:visited {
	color:#343465;
	text-decoration:none;
	font-weight:bold;
}

.bottom_box .more-column a:hover{
	text-decoration:underline;
}

.contacts_box {
	max-width: 1200px;
	height:48px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}
.contacts_box {
	color:#c34c3e;
	font-size:19px;
}

.contacts_box h3{
	color:#c34c3e;
	font-size:20px;
	margin:0;
	padding:0;
}
.contacts_box .left-column {
	float:left;
	width:200px;
}
.contacts_box .right-column {
	float:right;
	width:200px;
}

.contacts_box .middle-column {
	width:460px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#footer_ok .wrap {
	width: 1580px;
	height:129px;
	background-image:url(images/bg-footer.jpg);
	background-repeat:no-repeat;
	margin: 0 auto 0;
	padding: 0px 0 0px 0;
	overflow: hidden;
	color: #343465;
	}
	
#footer_ok a, #footer_ok a:visited {
	color: #343465;
	text-decoration: none;
	}
	
#footer_ok a:hover {
	color: #343465;
	text-decoration: underline;
	}
	
#footer {
	//display:none;
}

body.services #content h1.entry-title {
	display:none;
}
.map-scales {
	width:100%;
	clear:both;
	float:left;
	text-align:center;
}

.team-box {
	background: #F3D98A;
	padding: 20px;
	border: 1px solid #935C06;
	width:438px;
	height: 290px;
	margin-bottom: 10px;
	margin-right:10px;
	float:left;
}
.team-box.featured {
	background: #D28B1D;
}
.team-box img {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
/* WPCF 7 ***************************************************/
.wpcf7 p {
	margin: 5px 0 5px 0;
}
.wpcf7-checkbox  {
	clear:both;
}
.wpcf7-checkbox span.wpcf7-list-item {
	float:left;
	clear:both;
}

#wpcf7-f633-p6-o1 input.wpcf7-submit {
	background-image: url(images/btn-get-my-quote.png);
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -9999px;
	width: 120px;
	height: 31px;
	border: none;
	cursor: pointer;
}
#wpcf7-f633-p6-o1 .column1, #wpcf7-f633-p6-o1 .column2, #wpcf7-f633-p6-o1 .column3 {
	float:left;
	margin-right:30px;
}
#wpcf7-f633-p6-o1 .column3 {
	margin-left:30px;
	margin-right:0px
}

#wpcf7-f408-p10-o1 input.wpcf7-submit, #wpcf7-f853-p850-o1 input.wpcf7-submit {
	background-image: url(images/btn-send.png);
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -9999px;
	width: 69px;
	height: 31px;
	border: none;
	cursor: pointer;
}
#wpcf7-f408-p10-o1, #wpcf7-f853-p850-o1 {
	font-weight:bold;
}
#wpcf7-f408-p10-o1 textarea {
	width:450px;
	height:120px;
}
#wpcf7-f853-p850-o1 textarea {
	width:450px;
	//height:120px;
}
/* Header SC ************************************************/
#widgetshoppingcart h3 {
	display:none;
}

#header .widget-area .shoppingcart_ok {
	font-size:20px;
	font-family:'HelveticaNeueLTStd-Cn', Arial, Helvetica, sans-serif;
	margin-bottom:30px;
}
#header .widget-area .shoppingcart_ok img, #header .widget-area .shoppingcart_ok span {
	float:right;
}
#header .widget-area .shoppingcart_ok span {
	background-image:url(images/cart.png);
	background-repeat:no-repeat;
	padding-left:45px;
	height:35px;
}
#header .widget-area .shoppingcart_ok img {
	margin-right:6px;
}

#header .widget-area .shoppingcart_ok a, #header .widget-area .shoppingcart_ok a:hover, #header .widget-area .shoppingcart_ok a:visited {
	color:#fff;
}
#header .widget-area .shoppingcart_ok a {
	text-decoration:none;
}

#header .widget-area .shoppingcart_ok a:hover {
	text-decoration:underline;
}

.float-bottom {
	position:absolute;
	bottom:0px;
	text-align:center;
	width:100%;
}

/* Product Page ============================================================*/
.wpsc-product h1.entry-title {
	display:none;
}

.legend {
	text-align:center;
}

.price {
	color:#003366;
	font-size:22px;
}

.product_form {
	margin-top:10px;
}
.wpsc-breadcrumbs {
	color: #036;
	font-weight: bold;
	font-size: 14px;
}
.wpsc-breadcrumbs a, .wpsc-breadcrumbs a:hover, .wpsc-breadcrumbs a:visited {
	color: #D28B1D;
	font-weight: normal;
}
#single_product_page_container .breadcrumb {
	width:610px;
	float:left;
}
#google_checkout_btn_image {
	width:65px;
	height:16px;
	opacity:0;
	filter: alpha(opacity = 0);
}
#header .widget-area .shoppingcart_ok form {
	display:inline;
	width:65px;
	height:16px;
	background-image:url(images/checkout.png);
	background-repeat:no-repeat;
}

#google_checkout_large_btn_image {
	width:193px;
	height:31px;
	opacity:0;
	filter: alpha(opacity = 0);
}
.checkout-buttons_ok {
	width:770px;
	//text-align:center;
}
form#checkout_btn_large	{
	background-image: url(images/btn-proceed-to-checkout.png);
	background-repeat: no-repeat;
	width: 193px;
	height: 31px;
	float:left;
	margin-right:20px;
	margin-left:200px;
}

/* TF Share ================================================================*/
.bottomcontainerBox * {
//	float: right!important;
}
.bottomcontainerBox {
	float: right!important;
	height: 30px!important;
	width: 174px!important;
	text-align:right!important;
	margin-top:2px;
}
.post .bottomcontainerBox {
	float: left!important;
	height: 30px!important;
	width: 174px!important;
	text-align:right!important;
	margin-top:2px;
}
.bottomcontainerBox div {
	//float:right!important;
	margin-left:0px!important;
	padding-right:0px!important;
	//width:auto!important;
}
.bottomcontainerBox .titter_ok {
	margin-right:2px;
}

.bottomcontainerBox div div, .bottomcontainerBox div iframe {
	//float:right!important;
	margin:0px!important;
	padding:0px!important;
	//width:auto!important;
}
/* Pin It ==================================================================*/	
.post .pinit-button-wrapper {
	width:43px;
	float:left;
	margin-top:6px!important;
}
.post .pin-it-btn-shortcode-wrapper {
	width:43px;
	float:left;
	margin-top:6px!important;
}
.post .pin-it-btn-wrapper-shortcode {
	width:43px;
	float:left;
	margin-top:6px!important;
}

.pinit-button-wrapper {
	width:43px;
	float:right;
	margin-top:6px!important;
}
.pin-it-btn-shortcode-wrapper {
	width:43px;
	float:right;
	margin-top:6px!important;
}
.pin-it-btn-wrapper-shortcode {
	width:43px;
	float:right;
	margin-top:6px!important;
}

/* No shipping  ==============================================*/
.white_content_alert {
//	display: none;
	position: absolute;
	top:200px;
	left: 50%;
	margin-left: -260px;
	width: 520px;
	height: 150px;
	padding: 16px;
	background-color: white;
	z-index: 9999;
	overflow: hidden;
}
.black_overlay_alert {
//	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: auto;
	min-height: 100%;
	background-color: black;
	z-index: 9998;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

.white_content_alert .close-btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.btn-proceed-to-checkout-grey {
	float:left;
	margin-right:20px;
}

/* Zoom=====================================================================*/
		#overlay_popup{
			display: none;
			position: fixed;
			top: 0%;
			left: 0%;
			width: 100%;
			height: auto;
			min-height:100%;
			background-color: black;
			z-index:9998;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		#map_popup {
			display: none;
			position: fixed;
			top:30px;//5%;
			left:50%;
			transform: translateX(-50%);
		    -webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
			padding: 25px;
			background-color: #114c82;
			z-index:9999;
			overflow: hidden;
			box-sizing: border-box;
			max-width:90%;
//			max-height:90%;
//			width:100%;
			max-width:850px;
		}
		#map_popup .close-btn {
		    width: 24px;
		    height: 25px;
		    display: block;
		    float: right;
		    background-image: url(images/close-btn.png);
		    background-repeat: no-repeat;
		}
		#map_popup .description h3 {
			color:#FFF;
		}
		#map_popup img {
			display:block;
			margin:0;//0px auto 0;
			max-width:none;//100%;
			max-height:none;//100%;
			position:relative;
		}
		#map_popup 	.image-wrap {
			overflow:hidden;
			margin-top:10px;
		}
		.white_content .close-btn {
			position:absolute;
			bottom:10px;
			right:10px;
		}
		.white_content .description {
			text-align:center;
		}
		.item-box {
			text-align:center;
			padding-top:40px;
		}
		.zoom-thumbnail {
			width:120px;
			float:left;
			margin-right:6px;
		}
		.zoom-thumbnail .title {
			font-size:12px;
			text-align:center;
			color:#003366;
		}
		.zoom-thumbnail img {	
			-moz-border-radius: 6px;
			-khtml-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
			behavior: url(htc/border-radius.htc);
			
			-moz-box-shadow: -3px 3px 6px #666666;
			-webkit-box-shadow: -3px 3px 6px #666666;
			box-shadow: -3px 3px 6px #666666;
			/* For IE 8 */
			-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=225, Color='#666666')";
			/* For IE 5.5 - 7 */
			filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=225, Color='#666666');
		}
/*===================================================================================*/
/*===================================================================================*/
#header .login {
	text-align:right;
	font-size:12px;
	margin-right:0px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
/** Carousel  ******************************************************************************/   
#content	#featured {
	background: #f6dc91;
	padding: 15px 10px;
	max-width: 1200px;
	position: relative;
	float: left;
	} 
#content	#featured h3 {
	color:#000;
	margin:0 0 10px 5px;
 	}
 	
#content 	#featured ul {
 	margin-left:-4px;
 	}
	
#content	#featured ul li {
	display:inline;
 	float:left;
	margin:0;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	padding:7px 7px 10px;
	}
	
#content	#featured li a {
	color:#000;
	font-weight:bold;
	}
	
#content	#featured .thumb img {
	margin-bottom:4px;
	}
	
#content	#featured li:hover {
	background:#fff;
	}
 
#content 	.jcarousel-clip {
	 width:954px;
 	}
	  
#content   .jcarousel-item {
	width:145px;
	overflow:hidden;
	}
 
#content 	.jcarousel-prev {
    position: absolute;
    top: 15px;
    right:50px;
	width: 27px;
    height: 27px;
    cursor: pointer;
    background: url(images/arrows.png) no-repeat;
    background-position:0 -59px;
	}
 
#content	.jcarousel-prev:hover {
	background-position: 0 -85px;
	}

#content	.jcarousel-next {
	position: absolute;
	top: 15px;
	right: 16px;
	width: 27px;
	height: 27px;
	cursor: pointer;
	background: url(images/arrows.png) no-repeat;
	background-position:-29px -59px;
	}
 
#content	.jcarousel-next:hover {
	background-position: -29px -85px;
	}

/** Featured Slider	 ***********************************************************************/   
 		
#content #slider {
background:#000;
 position:relative; 
 clear:both; 
 float:left;
 width:100%;
 border-top:1px dotted #303131;
 line-height:19px;
}

#content #featPostsBig {font-size: 12px; line-height: 18px;  min-height: 450px; width:720px; float:left; }
#content #featPostsBig div.cover {float: left; display: inline; margin-right: 15px; }
#content #featPostsBig p {color: #fff; }
#content #featPostsBig h2 a {font-size: 31px; line-height: 36px; margin-bottom: 10px; color:#F6DC91;}
 
#content #featPostsSmall { width:245px;  float:left; }
#content #featPostsSmall h3 { color:#fff; padding: 10px 10px 10px 0;  border-bottom:1px solid #303131; margin:0 0 8px 10px;}
#content #featPostsSmall li a { float:left; width:228px; clear:both; color:#fff; font-weight:bold; padding:10px 10px 10px 0;  margin:0 0 0 10px;  border-bottom:1px dotted #303131; -moz-border-radius-topright: 2px; -moz-border-radius-bottomright: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; }
#content #featPostsSmall li.active a, #content #featPostsSmall li a:hover { text-decoration:none; background:#242425 url(images/bg_slide.png) repeat-x top; border-bottom:1px solid transparent; margin-left:0; padding-left:10px;}
  
/* Required */
#content .container { overflow:hidden; position:relative; min-height: 450px; }
#content .slides { position:absolute; top:0; left:0; }
#content .slides li.slide { position:absolute; top:0; width:930px; min-height: 250px; display:none; }
#content ul.slides li {z-index:10; }
#content .postcontent { height:100%; width:690px; overflow:hidden; position:absolute; z-index:15; bottom:0; height:110px; left:0; background:url(images/bg_slidecont.png) repeat; padding: 10px 15px;}

/* Optional */
#content a.browse { position: absolute; width: 29px; height: 29px; display: block; cursor: pointer; font-size: 1px; z-index: 99; text-indent: -2000px; background: url("images/arrows.png") no-repeat 0 0; outline:none; border:none;}

#content a.previous { position: absolute; top: 10px; left: 645px;  background-position: 0 0;  }
#content a.previous:hover { background-position: 0 -30px; }

#content a.next { position: absolute; top: 10px; left: 680px;  background-position: -30px 0; }
#content a.next:hover { background-position: -30px -30px; }

#content .slides div a.more_link { display: none; }

/*------------------------------------------------------------------*/
#content #featPostsSmall h3 {
	color: white;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #303131;
	margin: 0 0 8px 10px;
	font-size:20px;
}

#content .postcontent, #content .postcontent p {
	color:#f6dc91;
	font-size:14px;
}
#content .postcontent h2 a {
	color:#f6dc91;
	font-size:28px;
	text-decoration:none;
}

#content .postcontent h2 a:hover {
	color:#d58e1a;
}

#content .post #slider ul li, #content .page #slider ul li {
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0;
}

/*==================================================================================*/
#googlecart-widget {
	display:none;
	}
/*==================================================================================*/
body.product-category img.size-full {
	display:none;
}

.shipping-calculator_ok {
	display:none;
}
a.button, .home-top-right a.more-link {
	color: #FFFFFF;
	background-color:#114c82;
	font-family: 'HelveticaNeueLTStd-Cn', Arial, Tahoma, Verdana;
	font-size: 33px;
	font-weight: normal;
	margin: 0;
	padding: 12px 20px 12px 20px;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*
.atlas, .map, .app {
	float:left;
	margin:0 44px 25px 0;
	position:relative;
}
.atlas:nth-child(4n) {
	margin-right:0;
}
.atlas:nth-child(4n+1) {
	clear:left;
}
.map:nth-child(6n) {
	margin-right:0;
}
.map:nth-child(6n+1) {
	clear:left;
}
.app:nth-child(4n) {
	margin-right:0;
}

.atlas a, .map a, .app a {
	position:relative;
	display:block;
}
.atlas a::after, .map a::after, .app a::after {
	content:" ";
	display:block;
	position:absolute;
	right:15px;
	bottom:15px;
	width:64px;
	height:64px;
	background-image:url(images/mag-glass.png);
	background-repeat:no-repeat;
}

.atlas img, .map img, .app img {
	width:267px;
	height:auto;
}
.map img {
	width:163px;
}
.app img {
	width:204px;
}
*/
.single #inner {
//	padding-top:45px;
}
#inner_empty {
	display:none;
}
.page-header {
	background-image:none;
}
.page-header .wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    height: 100%;
    padding: 0;
}
.page-header img {
    display: block;
    width: 100%;
}
.page-header .title {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    text-align: center;
}
.page-header .title h1 {
	color:#FFFFFF;
	text-transform:uppercase;
}
.section {
	padding:25px 0;
}
.section.full-width .description {
	margin-left:auto;
	margin-right:auto;
}
.section h1 {
	text-align:center;
}
.section.full-width-content .section-wrap, .section.full-width .section-wrap {
	max-width:1200px;
	margin:0px auto;
	padding:25px 0;
}
.home-top-right {
	width:350px;
}
.home-top-right #genesis-responsive-slider {
    border: none;
    margin: 0 auto;
    padding: 0;
}
.home-top-right #genesis-responsive-slider .slides li img {
	width:100%;
}
#home-top .home-top-right ul {
	padding:0;
}
#home-top .home-top-right ul li {
    padding: 0;
}
.home-top-right .slide-excerpt {
    background-color: transparent;
    filter: alpha(opacity=100);
    margin: 0;
    opacity: 1;
    padding: 0;
}
html > body .home-top-right .slide-excerpt-border {
    background: none;
    border: none;
    float: none;
	display:block;
    margin: 0px;
    padding: 0px;
	width:100%;
	text-align:center;
	margin-bottom:40px;
}
.home-top-right a.more-link {
    display: table;
    margin: 0 auto;
}
#home-top .home-top-right p {
    padding: 0;
	font-size:0px;
}
#content-sidebar-wrap {
	margin-top:40px;
}
.sections #content-sidebar-wrap {
	margin-top:0px;
}
.sections #content .page {
    padding: 0;
}
#content-sidebar-wrap::after {
	content:" ";
	display:block;
	clear:both;
	width:100%;
}
.page-header .title h1 span {
	background: rgba(17,76,130,0);
	background: -moz-linear-gradient(left, rgba(17,76,130,0) 0%, rgba(17,76,130,0.8) 50%, rgba(17,76,130,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17,76,130,0)), color-stop(50%, rgba(17,76,130,0.8)), color-stop(100%, rgba(17,76,130,0)));
	background: -webkit-linear-gradient(left, rgba(17,76,130,0) 0%, rgba(17,76,130,0.8) 50%, rgba(17,76,130,0) 100%);
	background: -o-linear-gradient(left, rgba(17,76,130,0) 0%, rgba(17,76,130,0.8) 50%, rgba(17,76,130,0) 100%);
	background: -ms-linear-gradient(left, rgba(17,76,130,0) 0%, rgba(17,76,130,0.8) 50%, rgba(17,76,130,0) 100%);
	background: linear-gradient(to right, rgba(17,76,130,0) 0%, rgba(17,76,130,0.8) 50%, rgba(17,76,130,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#114c82', endColorstr='#114c82', GradientType=1 );

	padding:25px 180px;
	font-size:45px;
}
.entry .date {
	margin-bottom:5px;
}
.entry .post-info {
	margin-bottom:10px;
}
.entry .date, .entry .post-info, .entry .post-info a {
	color:#333;
	font-size:23px;
	font-family:'HelveticaNeueLTStd-Cn', Arial, Helvetica, sans-serif;
	text-transform:none;
}
.entry .featured-image {
	float:left;
	margin-right:30px;
}
.entry .addtoany_share_save_container {
	clear:none;
}
.entry .post-meta, .entry .post-meta a {
	font-family:Arial, Helvetica, sans-serif;
	color:#f3800c;
	font-size:15px;
}
.entry .content_column {
	float:left;
	width:560px;
}
#sidebar li a {
	color:#114c82;
	font-size:24px;
	font-family:'HelveticaNeueLTStd-Cn', Arial, Helvetica, sans-serif;
}
.entry::after, .single_product_display .product_description::after {
	content:" ";
	display:block;
	width:100%;
	clear:both;
}
.page-template-page_blog .entry {
	border-bottom:#CCCCCC 1px solid;
}
#home-top .home-top-left img.portrait {
	display:none;
}
#content h1.entry-title {
	margin-bottom:20px;
}
.clearboth {
	clear:both;
}
.pp_overlay, .pp_pic_holder {
	margin-top:-193px;
}
.about-us .grid-gallery-photos figcaption {
	display:none;
}
.wpsc_update_location_error .shipping_error {
	display:none;
}
body.tax-product_cat #primary, body.single-product #primary, body.tax-manufacturer #primary, body.woocommerce #primary {
    max-width: 1200px;
    margin: 0 auto;
}
.header-widget-area, .header-widget-area a {
	font-size: 20px;
    font-family: 'HelveticaNeueLTStd-Cn', Arial, Helvetica, sans-serif;
	text-decoration:none;
} 
.header-widget-area a:hover {
	text-decoration:underline;
}
.header-widget-area a.cart-contents {
	background-image: url(images/cart.png);
    background-repeat: no-repeat;
    padding: 5px 0px 5px 45px;
}
#header .widget-area {
    line-height: 35px;
    margin-bottom: 5px;
}

.woocommerce .site-main {
	margin-top:40px;
}

body.woocommerce #content div.product div.images, 
body.woocommerce div.product div.images, 
body.woocommerce-page #content div.product div.images, 
body.woocommerce-page div.product div.images {
	width:100%;
    max-width: 394px;
}
body.woocommerce.folded-map #content div.product div.images, 
body.woocommerce.folded-map div.product div.images, 
body.woocommerce-page.folded-map #content div.product div.images, 
body.woocommerce-page.folded-map div.product div.images {
    max-width: 267px;
}

body.woocommerce #content div.product div.summary, 
body.woocommerce div.product div.summary, 
body.woocommerce-page #content div.product div.summary, 
body.woocommerce-page div.product div.summary {
	width:100%;
    max-width: 780px;
}
body.woocommerce.folded-map #content div.product div.summary, 
body.woocommerce.folded-map div.product div.summary, 
body.woocommerce-page.folded-map #content div.product div.summary, 
body.woocommerce-page.folded-map div.product div.summary {
    max-width: 907px;
}

.single-product .tabs.wc-tabs,
.woocommerce-Tabs-panel h2 {
	display:none;
}
body.woocommerce div.product .woocommerce-tabs .panel {
	padding: 20px 30px;
    border: #CCCCCC 1px solid;
}
body.woocommerce div.product .woocommerce-tabs .panel::after {
	content: " ";
	display:block;
	width:100%;
	clear:both;
}
body.woocommerce div.product .product_title {
	text-align: left;
	display:none;
}
body.woocommerce div.product .entry-summary .product_title {
	display:block;
}
body.woocommerce div.product p.price, body.woocommerce div.product span.price {
    color: #114c82;
    font-size: 33px;
    font-family: 'HelveticaNeueLTStd-Cn', Arial, Tahoma, Verdana;
	display:inline-block;
	margin-right:15px;
}
body.woocommerce div.product form.cart {
    display: inline-block;
    vertical-align: top;
}
body.woocommerce #respond input#submit.alt, 
body.woocommerce a.button.alt, 
body.woocommerce button.button.alt, 
body.woocommerce input.button.alt,
body.woocommerce ul.products li.product .button,
div.woocommerce ul.products li.product .button {
	color:#fff;
    background-color: #114c82;
	font-family: 'HelveticaNeueLTStd-Cn', Arial, Tahoma, Verdana;
    font-size: 22px!important;
    line-height: 22px!important;
    font-weight: normal;
    margin: 0;
    padding: 6px 20px 6px 20px!important;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}
body .woocommerce #respond input#submit.alt, 
body .woocommerce a.button.alt, 
body .woocommerce button.button.alt, 
body .woocommerce input.button.alt {
    background-color: #114c82;
}

body .woocommerce #respond input#submit.alt:hover, 
body .woocommerce a.button.alt:hover, 
body .woocommerce button.button.alt:hover, 
body .woocommerce input.button.alt:hover {
//    background-color: #114c82;
}

body .woocommerce ul.products li.product,
body.woocommerce ul.products li.product, 
body.woocommerce-page ul.products li.product {
    margin: 0 3.6% 2.992em 0;
    width: 22.25%;
}
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
	position:relative;
	display:block;
}
body.wall-map .woocommerce ul.products li.product > a.woocommerce-LoopProduct-link:first-child,
body.wall-map.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link:first-child {
	min-height:267px;
	background-color:#CCCCCC;
	border: #114c82 1px solid;
	margin-bottom: 1em;
}
body.wall-map .woocommerce ul.products li.product > a.woocommerce-LoopProduct-link:first-child img,
body.wall-map.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link:first-child img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 92%!important;
	width:auto;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link span.magnifying-glass {
    content: " ";
    display: block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 64px;
    height: 64px;
    background-image: url(images/mag-glass.png);
    background-repeat: no-repeat;
}
body.woocommerce ul.products li.product a img {
	margin-bottom:0px;
}
body.woocommerce ul.products li.product .price,
body .woocommerce ul.products li.product .price {
	color: #114c82;
    font-size: 33px;
    font-family: 'HelveticaNeueLTStd-Cn', Arial, Tahoma, Verdana;
	display:inline-block;
	margin-right:15px;
}
body.woocommerce ul.products li.product .button {
    margin-top: 0;
	display:inline-block;
}
.woocommerce-page #content {
	float:none;
}
#content .woocommerce ul.products li.product {
	list-style-type:none;
}
body.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 5px;
}
body.woocommerce div.product div.images .flex-control-thumbs li img {
    width: 96%;
}
body.folded-map ul.products {
	text-align:center;
}
body.folded-map ul.products li.product {
    width: 167px!important;
    float: none!important;
    display: inline-block!important;
    vertical-align: top!important;
	text-align:left;
	margin: 0 1% 30px!important;
}
body.wall-map ul.products {
	text-align:center;
}
body.wall-map ul.products li.product {
    width: 267px!important;
    float: none!important;
    display: inline-block!important;
    vertical-align: top!important;
	text-align:left;
	margin: 0 1% 30px!important;
}
#content .cart-info h5 {
	color: #9a0000;
	font-size:22px;
}
.cart-info p {
	font-size: 16px;
    line-height: 1.5;
}
#content .page ul.payment_methods li {
	list-style-type:none;
}
body #payment .place-order {
    max-width: 100%;
    width: auto;
}
#nav .sub-menu .sub-menu {
	margin: -31px 0px 0px;
    width: auto;
    left: 100%!important;
}
#header ul.menu li ul li {
    max-width: 9999px;
    white-space: nowrap;
}
#header ul.nav li ul a, 
#header ul.menu li ul a {
    line-height: 1;
}
li.wall ul.sub-menu {
	overflow-y: visible;
}
ul.sub-menu,
ul.sub-menu ul.sub-menu {
	overflow-y: auto;
}
body.woocommerce div.product div.images .flex-control-thumbs li {
    margin-bottom: 4px;
}
body.woocommerce ul.products li.product .woocommerce-loop-category__title, body.woocommerce ul.products li.product .woocommerce-loop-product__title, body.woocommerce ul.products li.product h3 {
	font-size:28px;
    padding-top: 0;
}
.archive h1 {
	margin-bottom:20px;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
    background-color: #f2a531!important;
}
body.woocommerce #respond input#submit.alt:hover, 
body.woocommerce a.button.alt:hover, 
body.woocommerce button.button.alt:hover, 
body.woocommerce input.button.alt:hover, 
body.woocommerce ul.products li.product .button:hover, 
div.woocommerce ul.products li.product .button:hover {
	background-color: #f2a531!important;
}
body.logged-in .header-widget-area .my_account_ok,
body.logged-in .header-widget-area .pipe {
	display:inline;
}
body.empty-cart .header-widget-area .pipe,
body.logged-in.empty-cart .header-widget-area .pipe {
    display: none;
}
.header-widget-area .my_account_ok,
.header-widget-area .pipe {
	display:none;
}
body.woocommerce .cart-collaterals .cart_totals, 
body.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display:none;
}
.term-description {
	margin-bottom:30px;
}
body.woocommerce-page #content table.cart td.actions #coupon_code {
	width:100px;
}
.woocommerce ul.order_details li {
    padding-right: 2em!important;
    list-style-type: none!important;
    width: 20%;
	box-sizing: border-box;
}
.cart #calc_shipping_country_field {
	display:none;
}
.header-widget-area .widget {
	display:inline-block;
}


/* ======================================================= */
/* Basic columns
---------------------------------------------------------- */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position: relative;
	margin-right: 4%;
	float: left;
	min-height: 1px;
	height: auto !important;
	height: 1px;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.6666%;
}
.two_third {
	width: 65.3332%;
}
.one_fourth {
	width: 22%;
}
.two_fourth {
	width: 48%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 79.2%;
}
.one_sixth {
	width: 13.3333%;
}
.two_sixth {
	width: 30.6666%;
}
.three_sixth {
	width: 47.9998%;
}
.four_sixth {
	width: 65.3332%;
}
.five_sixth {
	width: 82.6665%;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
/* Two level columns
---------------------------------------------------------- */
.one_half .one_half {
	margin-right: 8.3333%;
	width: 45.8333%;
}
.one_half .one_third {
	margin-right: 8.3333%;
	width: 27.7778%;
}
.one_half .two_third {
	margin-right: 8.3333%;
	width: 63.8889%;
}
.two_third .one_third {
	margin-right: 6.1224%;
	width: 29.2517%;
}
.two_third .two_third {
	margin-right: 6.1224%;
	width: 64.6258%;
}
.two_third .one_fourth {
	margin-right: 6.1224%;
	width: 20.4082%;
}


/* RESPONSIVE */
@media only screen and (min-width: 769px) {
	#content .woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
/*    	float: left;
	    margin: 0 3.8% 2.992em 0;
    	padding: 0;
	    position: relative;
    	width: 22.05%;
	    margin-left: 0; */
		list-style-type:none;
	}
}
@media only screen and (max-width: 1240px) {
	.home-top-left {
    	width: 69.4167%;
	}
	.home-top-left img {
		max-width:100%;
	}
	.home-top-right {
    	width: 29.1667%;
	}
	#inner {
		padding: 0 20px;
    	box-sizing: border-box;
	}
	#header {
    	padding: 30px 20px 20px 20px;
		box-sizing: border-box;
	}
	#footer-widgets {
		padding: 35px 20px;
		box-sizing: border-box;
	}
	.home-bottom-box {
		width:23%;
		margin-right:2.6666%;
	}
	.home-bottom-box.home-bottom-4 {
		margin-right:0;
	}
	.home-bottom-box img {
		max-width:100%;
	}
	.atlas, .map, .app,
	.atlas a, .map a, .app a {
		display:inline-block;
		margin:0;
		float:none;
	}
	body.page.atlases .entry-content, body.page.maps .entry-content, body.page.digital-maps .entry-content {
		text-align:center;
	}
	.footer-widgets .footer-widgets-1 p {
		padding-top:5px;
	}
	
	.header-image #title-area {
	    transform: scale(.75);
    	margin: -20px 0 0 -50px;
	}
	body.woocommerce #content div.product div.images, 
	body.woocommerce div.product div.images, 
	body.woocommerce-page #content div.product div.images, 
	body.woocommerce-page div.product div.images {
		width:32%;
	    margin-right:3%;
	}
	body.woocommerce #content div.product div.summary, 
	body.woocommerce div.product div.summary, 
	body.woocommerce-page #content div.product div.summary, 
	body.woocommerce-page div.product div.summary {
		width:65%;
	}
	
	body.woocommerce.folded-map #content div.product div.images, 
	body.woocommerce.folded-map div.product div.images, 
	body.woocommerce-page.folded-map #content div.product div.images, 
	body.woocommerce-page.folded-map div.product div.images {
    	width: 267px;
	}

	body.woocommerce.folded-map #content div.product div.summary, 
	body.woocommerce.folded-map div.product div.summary, 
	body.woocommerce-page.folded-map #content div.product div.summary, 
	body.woocommerce-page.folded-map div.product div.summary {
		width: calc(100% - 3% - 267px);
	}	
	
	
	#header ul.menu {
	    padding: 0px 0 0 0;
	}	
}

@media only screen and (max-width: 1024px) {
	#header ul.menu {
    	padding: 0px 0 0 0;
	}
}
@media only screen and (max-width: 960px) {
	.home-top-left a.button, .home-top-right a.more-link {
    	font-size: 23px;
	}
	#header .widget-area {
		width:330px;
	}
	#map_popup {
		max-width:90%;
	}
	
	.header-image #header #title-area {
    	background: none;
		width:100%;
	    max-width:400px;
	}
	.header-image #title-area #title {
	    width: 80px;
    	height: 80px;
	    background: url(images/logo.png) left top no-repeat;
    	background-size: contain;
	}
	.header-image #title-area a {
	    width: 80px;
    	height: 80px;
	}
	#title-area #description {
	    font-size: 22px;
    	margin-left: 20px;
	    margin-top: 10px;
	    width: 300px;
	}
	
}
@media only screen and (max-width: 768px) {
	#header {
		position:static;
	}
	#header::after {
		content:" ";
		display:block;
		clear:both;
		width:100%;
	}
	#header .widget-area {
    	width: 200px;
	}
	.header-image #header #title-area {
    	background-size: contain;
	}
	.header-image #title-area {
	    height: 90px;
		width: 100%;
	}
	.header-image #title-area #title {
	    width: 90px;
    	height: 90px;
		margin-right:20px;
	}
	.header-image #title-area a {
	    width: 90px;
    	height: 90px;
	}
	#title-area #description {
	    margin-top: 15px;
	    width: auto;
		float:none;
	}
	#header .widget-area {
	    margin-left: auto;
	    margin-right: auto;
	    float: none;
		clear:both;
	}
	#nav {
		display:none;
	}
	#inner {
		margin-top:0;
	}
	.home-top-left, .home-top-right {
		width:49%;
	}
	#home-top .home-top-left img.landscape {
		display:none;
	}
	#home-top .home-top-left img.portrait {
		display:block;
	}
	.home-bottom-box {
    	width: 49%;
		margin-bottom:20px;
	    margin-right: 2%;
	}
	.home-bottom-box:nth-child(2n) {
		margin-right:0;
	}
	.footer-widgets .footer-widgets-1, .footer-widgets .footer-widgets-2, .footer-widgets .footer-widgets-3 {
		width:100%;
		margin-bottom:20px;
	}
	.footer-widgets .footer-widgets-1 h3 {
	    padding: 20px 0 0 0;
	}
	.atlas, .map, .app {
		margin-bottom:10px;
	}
	.pp_overlay, .pp_pic_holder {
		margin-top:0px;
	}
	.pp_pic_holder .pp_content_container .pp_details {
    	float: none;
	    margin: 0;
		padding-left:0;
		padding-right:0;
	}
	.pp_pic_holder a.pp_expand, .pp_pic_holder a.pp_contract, .pp_pic_holder .pp_hoverContainer, .pp_pic_holder .pp_gallery, .pp_pic_holder .pp_top, .pp_pic_holder .pp_bottom {
    	display: block!important;
	}
	#header .widget-area {
 	    width: 100%;
    	text-align: center;
	}
	.header-image #title-area {
	    transform: none;
    	margin: 0px;
	}
	body.woocommerce #content div.product div.images, body.woocommerce div.product div.images, body.woocommerce-page #content div.product div.images, body.woocommerce-page div.product div.images {
 	   width: 100%;
    	margin-right: 0%;
		max-width:100%;
	}
	body.woocommerce #content div.product div.summary, body.woocommerce div.product div.summary, body.woocommerce-page #content div.product div.summary, body.woocommerce-page div.product div.summary {
 	   width: 100%;
	}
	body.woocommerce.folded-map #content div.product div.images, 
	body.woocommerce.folded-map div.product div.images, 
	body.woocommerce-page.folded-map #content div.product div.images, 
	body.woocommerce-page.folded-map div.product div.images {
    	width: 100%;
	}

	body.woocommerce.folded-map #content div.product div.summary, 
	body.woocommerce.folded-map div.product div.summary, 
	body.woocommerce-page.folded-map #content div.product div.summary, 
	body.woocommerce-page.folded-map div.product div.summary {
		width: 100%;
	}	
	
	body.woocommerce div.product div.images .flex-control-thumbs {
	    margin-bottom: 30px;
	}
	.woocommerce ul.products[class*=columns-] li.product, 
	.woocommerce-page ul.products[class*=columns-] li.product {
	    margin: 0 4% 2.992em 0%!important;
	}
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), 
	.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
	    margin-right: 0!important;
	}
	body.folded-map ul.products[class*=columns-] li.product,
	body.wall-map ul.products[class*=columns-] li.product {
		margin: 0 1% 30px!important;
		margin-right: 1%!important;
		max-width:100%;
	}
	
	body.woocommerce div.product .product_title {
		display:block;
		text-align:center;
		margin-bottom:20px;
	}
	body.woocommerce div.product .entry-summary .product_title {
		display:none;
	}
	.woocommerce ul.order_details li {
	    width: 45%;
		margin-bottom:20px;
	}
	.woocommerce ul.order_details li:nth-child(2n) {
 	   border: none;
	}

}
@media only screen and (max-width: 479px) {
	.home-top-left, .home-top-right {
    	width: 100%;
	}
	#home-top .home-top-left img.landscape {
    	display: block;
	}
	#home-top .home-top-left img.portrait {
    	display: none;
	}
	.home-top-left {
		margin-bottom:20px;
	}
	.home-top-left .widget {
		text-align:center;
	}
	#home-top .button {
    	position: static;
    	transform: none;
	    -webkit-transform: none;
    	-ms-transform: none;
	    display: inline-block;
    	margin: 10px auto;
	}
	#title-area #description {
		font-size:18px;
	    line-height: 22px;
	}
	#header .widget-area {
		margin-top:15px;
	}
	#title-area #description {
 	   margin-top: 3px;
    	width: 200px;
	    float: none;
	}
	.header-image #title-area #title {
 	   width: 70px;
    	height: 70px;
	    margin-right: 10px;
	}
	.header-image #title-area a {
 	   width: 70px;
    	height: 70px;
	}
	.header-image #title-area {
		float:none;
	}
	.home-bottom-box {
    	width: 100%;
	    margin-right: 0;
	}
	.footer-widgets .footer-widgets-1 img {
		display:block;
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
	.footer-widgets-2 .widget_nav_menu, .footer-widgets-2 .widget_nav_menu:first-child {
		width:100%;
		margin-left:0;
	}
	.footer-widgets .footer-widgets-2 {
		padding-left:20px;
	}
	.footer-widgets .footer-widgets-1 h3 {
		text-align:center;
	}
	.header-widget-area a.cart-contents {
	    padding: 0px 0px 0px 30px;
    	background-size: contain;
	}
	.header-widget-area a {
	    font-size: 16px;
	}
	
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	    font-size: 20px!important;
    	line-height: 1.2;
	}
	body .woocommerce ul.order_details li {
	    width: 100%;
		padding-right:0;
		margin-right:0;
		border-right:none;
	}
	.header-image #title-area {
	    height: 70px;
	}
	#header .widget-area {
	    margin-top: 0px;
    	margin-bottom: 0px;
	}
	.header-widget-area a.cart-contents {
    	line-height: 1;
	    background-size: contain;
    	padding: 0 0 0 25px;
	}
}