@charset UTF-8;

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Signika:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Oswald);

@media all and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'FontAwesome';
		src: url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg'), url('../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype');
		font-weight: normal;
		font-style: normal;
	}
}


/* Style Index * /

#0 Reset
#1 Layout Structure
#2 Main header
#3 Main menu
#4 Content styling
#5 Comments (removed)
#6 Photo gallery (removed)
#7 Sidebar styling
#8 Footer


/* #0 Reset */

body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	color: #3b3b3b;
	background-image: url(/images/background-texture-2.jpg);
	background-position: 0 0;
	background-repeat: repeat;
}

body.frame {
	background-image: none;
	background: #fff !important;
}


/* #1 Layout Structure */

a {
	color: #232323;
	text-decoration: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

p {
	line-height: 27px;
}

p a {
	color: #c12026;
}

p a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* =================================================== *
 * CONTENT LETTERING
 * =================================================== */	

.ccontent.has-sidebar > .wrapper > .main-content p {
	//color:#555;
	//letter-spacing:0.5;
	//font-weight:normal;
	//font-style:normal;
	//font-size:16px;
	//font-family:Arimo, Helvetica, Arial, sans-serif;
    	//line-height:1.60;
    	//margin-bottom: 30px;
}



.shortcode-content li a,
a:hover {
	color: #c12026;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

.clear-float {
	clear:both;
}

.wrapper {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}

.wrapper.picwidth {
	width: 100%;
	margin: 0px auto;
	position: relative;
	background-color: #f2f2f2;
}

.wrapper:after {
	display: block;
	clear: both;
	content: '';
}

.boxed:not(.active) {
	background: #fff;
}

.active.boxed {
	width: 1200px;
	margin: 0px auto;
	background: #fff;
	box-shadow: 0 0px 10px rgba(0,0,0,0.7);
	padding: 0px;
	min-height: 100%;
	overflow: hidden;
}

.active.gallery.boxed {
	width: 1250px;
}

.left {
	float: left;
}

.right {
	float: right;
}

i.fa {
	line-height: inherit;
	font-weight: normal;
}


/* #2 Main header */

.header {
	background: url(/images/bkgd/bg_header.jpg) 0px 0px repeat;
	border-bottom: 1px solid #fff;
}

.header.product {
	background: url(/images/bkgd/bg_header_pics.jpg) 0px 0px repeat;
	border-bottom: 1px solid #fff;
}

.header .wrapper {
	margin: 0px;
}
.header .wrapper.pics {
	margin: auto !important;
}

.header-block {
	display: table;
	width: 96.5%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
	margin-bottom: 19px;
}

.header-block > div {
	display: table-cell;
	vertical-align: middle;
}

.header-block .header-banner {
	width: auto;
	text-align: center;
}

.header-block .header-banner a {
	display: block;
	color: #aaa;
	font-size: 11px;
	margin: 5px 0;
	text-transform: uppercase;
}

.header-logo {
	width: 50%;
	text-align: left;
}

.header-logo h1 {
	display: inline-block;
	font-size: 49px;
	line-height: 100%;
	margin-bottom: 0px;
	font-family: Oswald;
}

.header-logo h1 a {
	font-family: Oswald;
	color: #ddd !important;
}


/* #3 Main menu */

.main-menu {
	display: block;
	background: #292a32;
	color: #292a32;
	box-shadow: inset 0 -3px 0 rgba(255,255,255,0.15);
	margin-bottom: 25px;
	position: relative;
	z-index: 100;
	border-top: 2px ridge #f0c14b;
	//margin-left: -50px !important;

}

.main-menu.pics {
	margin-bottom: 26px;
	margin-left: auto !important
}

.main-menu .wrapper {
	color: inherit;
	background: inherit;
	box-shadow: inherit;
}

.main-menu ul.menu {
	display: block;
	width: 100%;
	color: inherit;
	background: inherit;
	box-shadow: inherit;
}

.main-menu ul.menu:after {
	display: block;
	content: '';
	clear: both;
}

.main-menu ul.menu > li:hover {
	background: inherit;
}

.main-menu ul.menu > li {
	position: relative;
	float: left;
	background: transparent;
	margin-left: 0px;
	margin-bottom: 3px;
}

.main-menu ul.menu > li a span.module {
	font-size: 13px !important;
	color: #ccc !important;
	vertical-align: bottom !important;
	padding-right: 8px;
}

.main-menu ul.menu > li:last-child:not(:hover) {
	box-shadow:  1px 0 0 rgba(255,255,255,0.08);
}

.main-menu ul.menu > li:first-child {
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.02), -1px 0 0 rgba(0,0,0,0.25);
}

.main-menu ul.menu > li ul.sub-menu > li > a,
.main-menu ul.menu > li > a {
	display: block;
	color: #fff;
	padding: 16px 22px 16px 22px;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 17px;
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.08), inset -1px 0 0 rgba(0,0,0,0.25);
	position: relative;
	border-bottom: 3px solid transparent;
	z-index: 3;
}



.mmain-menu ul.menu > li.mega-menu-full ul.sub-menu {
 	opacity:0;
	transition:visibility 0s linear 0.5s,opacity 0.5s linear;
	
}

.mmain-menu ul.menu  > li.mega-menu-full:hover ul.sub-menu {
  visibility: visible !important;
  opacity:0.5;
  transition-delay: visibility 5s linear 5.5s,opacity 5.5s linear;
}




.main-menu ul.menu > li.toggleimage {
	padding: 13px 20px 10px 20px;
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.08), 1px 0 0 rgba(0,0,0,0.4), inset -1px 0 0 rgba(255,255,255,0.07), inset 1000px 0 0 rgba(255,255,255,0.08);
}


.main-menu ul.menu > li.toggleimage:hover {
	border-bottom: 3px solid #c12026 !important;
	margin-bottom: 0px;
}
	



.main-menu ul.menu > li:not(:hover) > a {
	border-bottom: 3px solid transparent!important;
	margin-bottom: -3px;
}

.main-menu ul.menu > li:hover > a {
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.08), 1px 0 0 rgba(0,0,0,0.4), inset -1px 0 0 rgba(255,255,255,0.07), inset 1000px 0 0 rgba(255,255,255,0.08);
	z-index: 4;
	border-bottom: 3px solid #c12026;
	margin-bottom: -3px;
}

/*.main-menu ul.le-first li:hover a:before {
	display: block;
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.2);
	z-index: 2;
}*/

.main-menu .search-block {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 3px;
	top: 0px;
	color: inherit;
	background: rgba(255,255,255,0.15);
}

.main-menu .search-block form {
	color: inherit;
}

.main-menu .search-block .search-value {
	position: relative;
	right: 0px;
	top: 0px;
	width: 10px;
	border: 0px;
	line-height: 100%;
	font-size: 14px;
	padding: 15px 20px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	color: #fff;
	height: 100%;
	z-index: 4;
	background: transparent;
	color: transparent;
	cursor: pointer;
}

.main-menu .search-block .search-value:focus {
	width: 120px;
	z-index: 2;
	margin-right: 30px;
	color: #fff;
	cursor: text;
}

.main-menu .search-block .search-button {
	position: absolute;
	z-index: 3;
	right: 0px;
	top: 0px;
	height: 100%;
	border: 0px;
	cursor: pointer;
	width: 50px;
	overflow: hidden;
	color: inherit;
	font-family: 'FontAwesome', serif;
	background: transparent;
}


.main-menu ul.menu ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 250px;
	background: inherit;
	margin-top: 3px;
}

@-webkit-keyframes fadeIn {
    0%   {opacity: 0;}
    99%  {opacity: 0;}
    100% {opacity: 1;}
} 
@keyframes fadeIn {
    0%   {opacity: 0;}
    99%  {opacity: 0;}
    100% {opacity: 1;}
} 

.main-menu ul.menu li.mega-menu-full ul.sub-menu,
.main-menu ul.menu li > ul {
     display: none;
     background: transparent;
     -webkit-animation: fadeIn 0.1s;
     -webkit-animation-fill-mode: forwards;
     -webkit-animation-delay: 0.5s;
     animation: fadeIn 0.1s;
     animation-fill-mode: forwards;
     animation-delay: 0.5s;
     opacity: 0;
}

.main-menu ul.menu li.mega-menu-full:hover ul.sub-menu,
.main-menu ul.menu li:hover > ul {
    display: block;
    background: inherit;
}


.main-menu ul.menu ul.sub-menu > li > a {
	display: block!important;
	font-size: 16px!important;
}

.main-menu ul.menu ul li:not(.menu-block) {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.main-menu ul.menu ul li:last-child {
	border-bottom: 0px;
}

.main-menu ul.menu ul li:hover > a {
	display: block;
	background: rgba(255,255,255,0.08);
}

.header-topmenu {
	display: block;
	background: #292a32;
	border-top: 4px solid #c12026;
	font-family: 'PT Sans Narrow', sans-serif;
	border-bottom: 2px ridge #eee;
}

.header-topmenu .le-first {
	display: block;
	width: 100%;
	border-left: 1px solid rgba(255,255,255,0.15);
}

.header-topmenu .le-first:after {
	display: block;
	content: '';
	clear: both;
}

.header-topmenu li {
	display: block;
	float: left;
	border-right: 1px solid rgba(255,255,255,0.15);
}

.header-topmenu a {
	color: #bcbcbc;
	padding: 11px 18px 10px 18px;
	display: block;
	text-transform: uppercase;
}

.header-topmenu li:hover > a {
	background: rgba(255,255,255,0.08);
}

.main-menu .mega-menu-full ul {
	display: block;
	color: #fff;
}

.main-menu .menu > .mega-menu-full {
	position: static;
}

.main-menu .menu > .mega-menu-full > ul.sub-menu {
	position: absolute;
	left: 0px;
	top: 100%;
	margin-top: 0px;
	width: 100%;
	border-bottom: 4px solid rgba(255,255,255,0.2);
}

.header-topmenu li {
	background: #292a32;
}


.header-topmenu li > ul {
	position: absolute;
	width: 200px;
	background: inherit;
	display: none;
}

.header-topmenu li:hover > ul {
	display: block;
}

.header-topmenu li > ul li {
	display: block;
	float: none;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-right: 0px;
}

.header-topmenu {
	position: relative;
	z-index: 101;
}




.menu-blocks {
	display: block!important;
	position: relative!important;
	top: auto!important;
	left: auto!important;
	bottom: auto!important;
	right: auto!important;
	margin: 0px!important;
	padding: 0px!important;
}

.menu-blocks a {
	color: #fff;
}

.menu-blocks .menu-content {
	padding: 20px;
}

.color-light {
	background: rgba(255,255,255,0.07);
}

.menu-block .category-menu a {
	display: block;
	position: relative;
	padding: 14px 15px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	text-transform: uppercase;
}

.menu-block .category-menu a:hover {
	background: rgba(255,255,255,0.05);
}

.menu-block .category-menu a:last-child {
	border-bottom: 0px;
	margin-bottom: -3px;
}

.menu-block .category-menu a:first-child {
	margin-top: -3px;
}

.comments-list .item,
.article-list .item {
	display: block;
	margin-bottom: 18px;
}

.comments-list .item:last-child,
.article-list .item:last-child {
	margin-bottom: 0px;
}

.comments-list .item:after,
.article-list .item:after {
	display: block;
	clear: both;
	content: '';
}

.comments-list .item .item-photo,
.article-list .item .item-photo {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
}

#sidebar .comments-list .item .item-content {
	border-bottom: 1px dotted rgba(0,0,0,0.2);
	padding-bottom: 15px;
}

.comments-list .item .item-content,
.article-list .item .item-content {
	display: block;
	margin-left: 75px;
	border-bottom: 1px dotted rgba(255,255,255,0.2);
	min-height: 59px;
}

.comments-list .item .item-content h3 {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 7px;
}

.article-list .item .item-content h3 {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 7px;
}

.article-list .item .item-content h3 a {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.article-list .item .item-content h3 a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.comments-list .item .item-content p {
	margin-bottom: 10px;
	font-size: 13px;
}

.comments-list .item .item-content span,
.article-list .item .item-content span {
	font-family: 'Roboto Slab', serif;
	font-size: 11px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	font-weight: 300;
}

.comments-list .item .item-content span {
	opacity: 1;
	filter: alpha(opacity=100);
	font-size: 12px;
	line-height: 12px;
	margin-right: 8px;
}

.comments-list .item .item-content a span,
.article-list .item .item-content a span {
	display: inline-block;
	margin-left: 6px;
	padding-left: 10px;
	border-left: 1px solid #fff;
	line-height: 100%;
}

.article-list .item .item-content > span.redblock {
	font-size: 36px;
	border: 10px solid #000 !important;
	color: #000;
	padding-left: 5px;
}

.menu-block .featured-post {
	display: block;
	text-align: center;
}

.menu-block .featured-post p {
	opacity: 0.4;
	filter: alpha(opacity=40);
	font-size: 13px;
}

.menu-block .featured-post .item-content {
	text-align: left;
}

.menu-block .featured-post .item-content p {
	margin-bottom: 10px;
}

.menu-block .featured-post .article-icons {
	font-size: 12px;
	text-transform: uppercase;
	border-top: 1px dotted rgba(255,255,255,0.2);
	padding-top: 15px;
	font-family: 'Roboto Slab', serif;
}

.menu-block .featured-post .article-icons .article-icon {
	display: inline-block;
	margin-right: 10px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.menu-block .featured-post .article-icons a.article-icon:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.menu-block .featured-post .item-photo {
	display: block;
	position: relative;
	margin-bottom: 15px;
}

.menu-block .featured-post .item-photo h3 {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 25px;
	right: 25px;
	background: rgba(0,0,0,0.4);
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 14px;
}

.menu-block .featured-post .item-photo h3 a {
	display: block;
	padding: 15px 10px;
}

.menu-block .featured-post .item-photo img {
	padding:3px;
	border:1px solid #6E6A61;
	background: inherit;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}




/* #4 Content styling */

.content {
	
}

.content.productpics {
	background-color: #f2f2f2;
}

.content.has-sidebar > .wrapper > .main-content {
	display: block;
	float: left;
	width: 800px;
}

.content.has-sidebar > .wrapper > .main-content.picwidth {
	width: 70%;
}


.contentt.has-sidebar.topmargin {
	margin-top: -30px;
	margin-bottom: 0px !important";
}


.contentt.has-sidebar.topmargin > .wrapper > .main-content {
	margin-top: 0px !important;
}

.content.has-nosidebar > .wrapper > .main-content {
	margin: 50px 130px 50px 50px;
}

.content.has-nosidebar.travel > .wrapper > .main-content {
	margin: 35px !important;
}

.panel-split {
	display: block;
	position: relative;
}

.panel-split:before {
	display: block;
	content: '';
	top: 0px;
	bottom: 25px;
	left: 50%;
	width: 1px;
	background: #d9d9d9;
	position: absolute;
}

.panel-split:after {
	display: block;
	clear: both;
	content: '';
}

.panel-split > div {
	display: block;
	float: left;
	width: 47%;
	margin-left: 6%;
}

.panel-split > div:nth-child(2n+1) {
	clear: both;
	margin-left: 0px;
}

.panel .panel-split:before {
	bottom: 0px;
}

.review-block {
	display: block;
	position: relative;
}

.review-block:before {
	display: block;
	content: '';
	top: 0px;
	bottom: 0px;
	left: 32.4%;
	right: 32.4%;
	background: transparent;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	position: absolute;
	z-index: 0;
}

.review-block:after {
	display: block;
	clear: both;
	content: '';
}

.review-block > .item {
	display: block;
	float: left;
	width: 30%;
	margin-left: 5%;
	z-index: 2;
	position: relative;
}

.review-block > .item:nth-child(3n+1) {
	clear: both;
	margin-left: 0px;
}

.review-block .item-photo {
	margin-bottom: 10px;
}

.review-block p {
	font-size: 13px;
}

.review-block p a {
	white-space: nowrap;
	color: #c12026;
}

.rating-table .rate-item,
.rating-table {
	display: block;
	position: relative;
}

.rating-table {
	margin-bottom: 15px;
	border-top: 1px dotted #aaa;
}

.rating-table .rate-item {
	padding: 8px 0px;
	border-bottom: 1px dotted #aaa;
	text-transform: uppercase;
}

.rating-table .rate-item strong {
	display: inline-block;
	margin-right: 0px;
	font-size: 13px;
	font-weight: normal;
}

.rating-table .rate-item:after {
	display: block;
	clear: both;
	content: '';
}

.breaking-news {
	display: block;
	margin-bottom: 20px;
	border-top: 1px solid #b3b3b6;
	border-bottom: 1px solid #b3b3b6;
	line-height: 30px;
}

.breaking-news .breaking-title {
	overflow: hidden;
	padding-right: 13px;
	float: left;
	display: block;
	margin-top: -1px;
	position: relative;
}

.breaking-news .breaking-title i {
	display: block;
	position: absolute;
	background: #c12026;
	width: 35px;
	height: 140%;
	right: 5px;
	top: -12px;
	z-index: 1;
	-ms-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

.breaking-news h3 {
	background: #c12026;
	color: #fff;
	line-height: 32px;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 15px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0px;
	z-index: 2;
	position: relative;
}

.breaking-news .breaking-block {
	display: block;
	margin-left: 140px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
}

.breaking-news .breaking-block ul {
	display: block;
	line-height: 30px;
	white-space: nowrap;
}

.breaking-news .breaking-block ul li {
	display: inline-block;
	line-height: 30px;
	margin-right: 20px;
}

.breaking-news .breaking-block h4 {
	display: inline-block;
	font-size: 14px;
	line-height: 30px !important;
	margin-bottom: 0px;
	font-weight: normal;
	font-family: 'PT Sans Narrow', sans-serif;
}

.breaking-news .breaking-block li > i.fa {
	padding-left: 8px;
	color: #c12026;
}
.breaking-news.mobile {
	display: none;
}
.breaking-news.mobile .breaking-block {
	margin-left: 25px;
}
.breaking-news.mobile .breaking-block ul li {
	margin-left: 10px;
}
.breaking-news.mobile .breaking-block h4.mobilenav {
	padding-left: 25px;
	background: transparent url(/images/icons/navigate.png) left 10px no-repeat !important;
}

.main-slider {
	display: block;
	background: #ececec;
	padding: 20px 0px;
	margin-bottom: 20px;
}

.slider-row {
	display: block;
	position: relative;
	background: #232323;
	font-size: 0;
}


.slider {
	display: block;
	height: 410px;
}

.slider .slider-image {
	display: block;
	float: left;
	width: 65%;
	height: 409px;
	overflow: hidden;
	position: relative;
}

.slider .slider-image a {
	display: block;
	position: absolute;
	top: 0px;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	transition: left 0s;
	-moz-transition: left 0s;
	-webkit-transition: left 0s;
	-o-transition: left 0s;
	transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
}

.slider .slider-image a.active {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	transition: left 0.3s;
	-moz-transition: left 0.3s;
	-webkit-transition: left 0.3s;
	-o-transition: left 0.3s;
	transition-delay: 0s;
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
}

.slider .slider-image a .slider-overlay {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 0;
	color: #fff;
}

.slider .slider-image a.active .slider-overlay {
	display: block;
	z-index: 10;
}

.slider-navigation {
	display: block;
	float: left;
	width: 35%;
}

.slider-navigation li {
	display: block;
	margin-bottom: 1px;
}

.slider-navigation li a {
	display: block;
	background: #ededed;
	border: 1px solid transparent;
	border-left: 0px;
	height: 79px;
}

.slider .slider-image a img {
	width: 100%;
}

.slider-navigation li:hover a {
	background: #e0e0e0;
}

.slider-navigation li.active a {
	display: block;
	background: #292a32;
	border: 1px solid transparent;
	border-left: 0px;
	height: 79px;
}

.slider .slider-image a .slider-overlay strong {
	display: block;
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	padding: 15px 20px 8px 20px;
	font-size: 19px;
	line-height: 22px;
}

.slider .slider-image a .slider-overlay span {
	display: block;
	font-weight: normal;
	padding: 0px 20px 17px 20px;
	font-size: 13px;
	line-height: 150%;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.slider-navigation li a span {
	display: block;
	font-size: 12px;
	color: #828282;
	line-height: 16px;
	padding-left: 15px;
	padding-right: 15px;
	text-shadow: 0px 1px 0px #fff;
	height: 32px;
	overflow: hidden;
}

.slider-navigation li a strong {
	display: block;
	font-size: 14px;
	color: #232323;
	line-height: 20px;
	padding-bottom: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	text-shadow: 0px 1px 0px #fff;
}


.slider-navigation li.active a span {
	color: #828282;
	text-shadow: none;
}

.slider-navigation li.active a strong {
	color: #fff;
	text-shadow: none;
}

.article-head {
	display: block;
	margin-bottom: 15px;
}

.article-head.productpic {
	margin-left: 55px;
	margin-top: 50px;
}


.article-head .article-info {
	display: block;
	margin-bottom: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 20px 0px;
	color: #aaa;
}

.article-head h1:first-letter {
	font-size: 36px;
	vertical-align: baseline;
	line-height: 10px;
}

.social-buttons {
	display: block;
}

.social-buttons .social-thing {
	display: inline-block;
	margin-right: 12px;
	line-height: 24px;
	margin-top: -10px;
	margin-bottom: -10px;
}

.social-buttons .social-thing i.fa {
	display: inline-block;
	background: #232323;
	color: #fff;
	width: 25px;
	text-align: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

.social-buttons .social-thing.facebook i.fa {
	background: #4c66a4;
}

.social-buttons .social-thing.twitter i.fa {
	background: #4cb6e2;
}

.social-buttons .social-thing.google i.fa {
	background: #dd4b39;
}

.social-buttons .social-thing.pinterest i.fa {
	background: #e3262e;
}

.social-buttons .social-thing:hover .counter {
	border: 1px solid #aaa;
}

.social-buttons .social-thing .counter {
	display: inline-block;
	border: 1px solid #ccc;
	line-height: 22px;
	margin-left: 8px;
	position: relative;
	padding: 0 8px;
	font-size: 11px;
	background: #fff;
	color: #aaa;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

.social-buttons .social-thing .counter:before {
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	border-left: inherit;
	border-bottom: inherit;
	content: '';
	top: 8px;
	left: -4px;
	background: inherit;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.article-foot {
	display: block;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #aaa;
	padding-bottom: 10px;
	color: #aaa;
	font-size: 12px;
	line-height: 20px;
}

.article-foot.productpic {
	margin-left: 55px;
}

.article-foot a {
	color: #aaa;
}

.article-foot a:hover {
	color: #bbb;
}

.article-foot span {
	display: inline-block;
	margin-right: 10px;
}

li p {
	margin-bottom: 0px;
}

.review-photo {
	display: block;
	margin-bottom: 15px;
}

.review-photo img {
	max-width: 100%;
	height: auto;
}

.panel-title {
	display: block;
	padding: 6px 10px;
	background: #ededed;
	font-size: 16px;
	font-weight: normal;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
}

.paragraph-row .spacer-1 {
	margin: 0px 0px;
}



/* #7 Sidebar styling */

.content.has-sidebar > .wrapper > #sidebar {
	display: block;
	float: right;
	width: 350px;
	border-bottom: 2px groove #c9c9c9;
	height: auto !important;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	
}

#sidebar {
	position: relative;
	//overflow-y: hidden;
	//overflow-x: visible !important;
}

.banner {
	text-align: center;
}

.banner-grid img {
	display: inline-block;
	margin: 10px;
}

.banner:after {
	display: block;
	clear: both;
	content: '';
}

.content .panel,
.content .panel .widget.endarea,
#sidebar .widget {
	display: block;
	margin-bottom: 25px;
	position: relative;
}


/* ------------------------------------------------------------
* ADDITIONS/CHANGES left -1%
* ------------------------------------------------------------ */


#sidebar:before {
	display: block;
	content: '';
	top: 0px;
	bottom: 0px;
	left: -0.5%;
	width: 1px;
	background: #c9c9c9;
	position: absolute;
	overflow: hidden;
}

#sidebar.left:before {
	right: -7%;
}

.content .panel .upper-title,
#sidebar .widget .upper-title {
	position: absolute;
	top: 13px;
	right: 15px;
	color: #aaa;
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
}

.content .panel .upper-title:hover,
#sidebar .widget .upper-title:hover {
	color: #232323;
}

.content .panel .upper-title i.fa,
#sidebar .widget .upper-title i.fa {
	padding-left: 5px;
}


/* ------------------------------------------------------------
* ADDITIONS/CHANGES 
* ------------------------------------------------------------ */


.content .panel > .p-title,
.content .panel .widget.endarea > .w-title,
#sidebar .widget > .w-title {
	display: block;
	background: #f2f2f2;
	position: relative;
	margin-bottom: 20px;
}

#sidebar .widget > .w-title.specials {
	display: none;
}

#sidebar .widget.sidenav {
	display: none;
}

.content .panel > .p-title h2,
.content .panel .widget.endarea > .w-title h3,
#sidebar .widget > .w-title h3 {
	display: inline-block;
	padding: 11px 22px;
	color: #fff;
	background: #386780;
	margin-bottom: 0px;
	font-size: 18px !important;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'PT Sans Narrow', sans-serif;
	/*letter-spacing: 1px;*/
}

.content .panel > .p-title h2.header {
	background: #999;
}

.w-title h3 span {
	margin-bottom: 0px;
	padding-left: 15px;
	font-size: 14px !important;
	text-transform: none;
	font-weight: normal;
	font-family: 'PT Sans Narrow', sans-serif;
	/*letter-spacing: 1px;*/
}



/* --------- END ---------------------- */


.content .panel > .p-title h2:after,
#sidebar .widget > .w-title h3:after {
	display: block;
	position: absolute;
	height: 3px;
	background: inherit;
	width: 100%;
	left: 0px;
	bottom: 0px;
	content: '';
}

.widget .tagcloud > a {
	display: inline-block;
	padding: 8px 13px;
	font-size: 14px!important;
	line-height: 13px;
	margin: 0px 9px 9px 0;
	background: rgba(255,255,255,0.13);
	color: #ccc !important;
	border-radius: 10px;
}

.widget .tagcloud > a:hover {
	background: rgba(255,255,255,0.3);
}

.widget .tagcloud.shopresponsive {
	margin-left: 7px;
	margin-right: 5px;
}

.widget .tagcloud.shopresponsive > a {
	background: #7E899F !important;
	color: #fff !important;
}

.widget .tagcloud.shopresponsive > a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.content .article-list .item .item-content span {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.content .article-list .item .item-content h3 a {
	opacity: 1;
	filter: alpha(opacity=100);
}

.content .article-list .item .item-content {
	display: block;
	margin-left: 75px;
	border-bottom: 1px dotted rgba(0,0,0,0.2);
	min-height: 59px;
}

#sidebar .more-button {
	display: block;
	text-align: center;
	padding: 7px;
	text-transform: uppercase;
	font-size: 11px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.tab-a h3 {
	cursor: pointer;
}

.tab-a h3:hover {
	box-shadow: inset 0 -100px 0 rgba(255,255,255,0.07);
}

.tab-a h3.active {
	box-shadow: none!important;
	cursor: default;
	background: #c12026!important;
}

.tab-a h3:after {
	display: none!important;
}

.tab-a {
	box-shadow: inset 0 -3px 0 #292a32;
}






.tab-b h3 {
	cursor: pointer;
}

.tab-b.ideas h3 {
	font-size: 18px !important;
	font-weight: 100 !important;
	padding: 13px 22px !important;
	font-weight: normal !important;
	font-family: 'PT Sans Narrow', sans-serif;
	letter-spacing: 0.5px !important;
}

.tab-b h3:hover {
	box-shadow: inset 0 -100px 0 rgba(255,255,255,0.07);
}

.tab-b h3.active {
	box-shadow: none!important;
	cursor: default;
	background: #609AB9!important;
}

.tab-b h3:after {
	display: none!important;
}

.tab-b {
	box-shadow: inset 0 -3px 0 #292a32;
}






.tab-d > div {
	display: none!important;
}

.tab-d > div.active {
	display: block!important;
}

.review-list .item {
	display: block;
	margin-bottom: 15px;
	position: relative;
}

.review-list .item:after {
	display: block;
	clear: both;
	content: '';
}

.review-list .item {
	background: #f0f0f0;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
}

.review-list .item .item-content {
	padding: 10px 70px 10px 15px;
	display: table-cell;
	vertical-align: middle;
	height: 30px;
}

.review-list .item .item-photo {
	display: block;
	float: left;
}

.review-list .item .item-photo img {
	padding:2px;
	border:1px solid #C0BFBC;
	background:#fff;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.review-list .item .item-content h3 {
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: normal;
}

.review-list .item .item-content .review-rating {
	display: block;
	position: absolute;
	right: 10px;
	padding: 8px 12px;
	color: #fff;
	background: #698ac1;
	top: 10px;
	font-size: 14px;
}

.w-gallery .w-photos {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.w-gallery .w-photos:last-child {
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.w-gallery .w-photos:hover .gallery-link-left {
	left: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.w-gallery .w-photos:hover .gallery-link-right {
	right: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.w-gallery .w-photos .gallery-link-left {
	position: absolute;
	left: -20px;
	font-size: 20px;
	color: #fff;
	top: 40%;
	z-index: 10;
	text-shadow: 0 0 4px rgba(0,0,0,0.4);
	padding: 11px 14px;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	filter: alpha(opacity=0);
}

.w-gallery .w-photos .gallery-link-right {
	position: absolute;
	right: -20px;
	font-size: 20px;
	color: #fff;
	top: 40%;
	z-index: 10;
	text-shadow: 0 0 4px rgba(0,0,0,0.4);
	padding: 11px 14px;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	filter: alpha(opacity=0);
}

.w-gallery .w-photos .gallery-link-right:hover,
.w-gallery .w-photos .gallery-link-left:hover {
	background: #232323;
	text-shadow: 0px;
}

.w-gallery .w-photos .photo-images {
	display: block;
	position: relative;
}

.w-gallery .w-photos .photo-images a {
	display: none;
	position: absolute;
	z-index: 2!important;
	top: 0px;
}

.w-gallery .w-photos .photo-images a.active {
	display: block!important;
	position: relative!important;
	z-index: 1!important;
}

#sidebar .widget .tagcloud > a {
	background: rgba(0,0,0,0.1);
}

#sidebar .widget .tagcloud > a:hover {
	background: rgba(0,0,0,0.3);
	color: #232323;
}

.article-list .item {
	position: relative;
}

.article-list .item .item-header .article-slide {
	display: block;
	position: absolute;
	bottom: 0px;
	z-index: 2;
	width: 100%;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.article-list .item:hover .item-header .article-slide {
	bottom: 30px;
}

.article-list .item .item-header .article-slide h3 {
	margin-bottom: 0px;
}

.article-list .item.light .item-header .article-slide h3 a {
	color: #232323;
	background: rgba(255,255,255,0.4);
}

.article-list .item .item-header .article-slide h3 a {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 100%;
	background: rgba(0,0,0,0.4);
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	left: 20px;
	right: 20px;
	padding: 15px 10px;
	text-align: center;
}

.article-list .item .item-header .article-slide .info-line {
	display: block;
	position: absolute;
	z-index: 2;
	background: #c12026;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	left: 20px;
	right: 20px;
	font-size: 11px;
	line-height: 12px;
	padding: 9px 10px;
	text-align: center;
	text-transform: uppercase;
}

.article-list .item .item-header .article-slide .info-line span {
	display: inline-block;
	margin: 0px 5px;
}

.article-list .ot-star-rating {
	position: absolute;
	right: 0px;
	bottom: 10px;
}

.ot-star-rating {
	position: relative;
	text-align: right;
	width: 69px;
	color: #c12026;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 1px;
	height: 15px;
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
}

.ot-star-rating:before {
	display: block;
	font-family: "FontAwesome";
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	text-shadow: none;
	letter-spacing: 2px;
	content: '\f005\f005\f005\f005\f005';
	top: 0px;
	left: 0px;
	position: absolute;
	color: #e2e2e2;
	z-index: 1;
	white-space: nowrap;
}

.ot-star-rating span {
	display: block;
	height: 15px;
	text-indent: 500px;
	white-space: nowrap;
	overflow: hidden;
	z-index: 2;
	position: relative;
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
}

.ot-star-rating span:before {
	display: block;
	font-family: "FontAwesome";
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	text-shadow: none;
	letter-spacing: 2px;
	content: '\f005\f005\f005\f005\f005';
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
	text-indent: 0px;
	white-space: nowrap;
}

.rating-total {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.rating-total .master-rate {
	display: block;
	font-weight: normal;
	font-size: 50px;
	margin-bottom: 10px;
	font-family: 'PT Sans Narrow', sans-serif;
}

.rating-total .ot-star-rating {
	display: inline-block;
}

.shortcode-content .rating-table {
	margin-bottom: 8px;
}

.shortcode-content .rating-table .rate-item:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}

.shortcode-content .panel {
	margin-bottom: 15px;
}


/* #8 Footer */

img {
	max-width: 100%;
	height: auto;
}

.footer {
	display: block;
	background: #1c1c1c;
	color: #bbbbbb;
	margin-top: 10px;
}

.footer.directory {
	margin-top: 1px;
}


/* ------------------------------------------------------------
* ADDITIONS/CHANGES width: 100% over 1150 and margin-left: 40px
* ------------------------------------------------------------ */



.boxed.active .content.has-sidebar > .wrapper > .main-content {
	width: 751px;
	margin-left: 40px;
	margin-top: 30px;
}
.boxed.active.gallery .content.has-sidebar > .wrapper > .main-content {
	width: 801px;
}

.boxed.active .content .wrapper,
.boxed.active .footer .wrapper {
	width: 100%;
}

.boxed.active .content .wrapper.landing {
	margin-top: -24px !important;
}
.content.has-sidebar {
	background-color: #f2f2f2;
}
.content.has-nosidebar {
	background-color: #f2f2f2;
}

#content-wrapper {
	background-color: #fff;
	border-top: 3px solid #c12026;
	border-style: groove;
	bottom-margin: 0px;
	}
	
#content-fullwrapper {
	background-color: #fff;
	border-top: 3px solid #c12026;
	border-style: groove;
	margin: 45px;
	}
	
#sidebar > .widget > h3.title.header {
	color: #6F6C69;
	margin: 25px 0px 0px 22px;
	font-weight: normal;
	}
	
/* ----- */



.footer a {
	color: #c5c5c5;
}

.footer .footer-bottom {
	background: #000;
	padding: 10px 0px;
	font-size: 12px;
}

/* ------------------------------------------------------------
* ADDITIONS/CHANGES padding: 30px
* ------------------------------------------------------------ */

.footer .footer-widgets {
	display: block;
	padding: 30px;
}

.footer .footer-bottom {
	padding: 15px 30px 15px 30px;
}

.bottom-line {
	padding: 3px;
	background: #333;
}

.ending {
	height: 50px;
	}



/* ----- */



.footer .footer-widgets:after {
	display: block;
	clear: both;
	content: '';
}

.footer .footer-widgets > .widget > h3,
.footer .footer-widgets > .widget > .w-title h3 {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}

.footer .footer-widgets > .widget:nth-child(3n+1) {
	clear: both;
	margin-left: 0px;
}

.footer .footer-bottom ul {
	padding: 2px 0;
}

.footer .footer-bottom ul:after {
	display: block;
	content: '';
	clear: both;
}

.footer .footer-bottom ul li {
	display: block;
	float: left;
	margin-left: 19px;
	position: relative;
}

.footer .footer-bottom ul li:before {
	display: block;
	content: '';
	border-left: 1px solid rgba(255,255,255,0.2);
	left: -10px;
	height: 100%;
	top: 0px;
	width: 1px;
	position: absolute;
}

.footer .footer-bottom ul li:first-child:before {
	display: none;
}

.footer .footer-bottom p {
	margin-bottom: 0px;
}

body .toggle-menu {
	display: none;
	color: #f1f1f1;
	text-align: center;
	padding: 15px 0px!important;
	font-weight: normal;
	font-size: 14px!important;
	line-height: 14px!important;
	letter-spacing: 1px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
}

.toggle-menu:hover {
	background: rgba(255,255,255,0.1);
	color: #fff;
}

.big-message-block {
	display: block;
	padding: 110px 0;
	text-align: center;
}

.big-message-block h1 {
	font-size: 54px;
}










.lightbox hr {
	margin: 20px 0px;
}

.lightbox p,
.lightbox span,
.lightbox h2,
.lightbox h3 {
	color: #232323;
	text-shadow: none;
}

.lightbox .loading-box {
	padding:50px 0px;
	line-height: 24px;
}

.startlightbox  {
	overflow: hidden;
}

.startlightbox .lightbox {
	display:block;
}

.lightbox {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    text-align:center;
	z-index:200;
	display:none;
	overflow-y:scroll!important;
}

.lightbox .main-black-block {
	box-shadow:none;
	background:#212121;
	color:#ccc;
	font-size: 11.5px;
	line-height: 20px;
	font-weight: 300;
	padding-bottom: 5px;
	color:#8a8a8a;
}

.lightbox .lightcontent .light-close:hover, .lightbox .lightcontent-loading .light-close:hover {
	color:#db2727;
}

.lightbox .lightcontent .light-close:active, .lightbox .lightcontent-loading .light-close:active {
	color:#b01e1e;
}

.lightbox .lightcontent .light-close, .lightbox .lightcontent-loading .light-close {
	display:block;
	right:0px;
	top:-30px;
	font-family: Arial;
	position:absolute;
	font-size:12px;
	color:#fff;
	text-shadow:0 1px 3px rgba(0,0,0,0.6);
}

.lightbox .lightcontent, .lightbox .lightcontent-loading {
	background:#f4f4f4;
	width:1200px;
	max-width: 100%;
	margin:100px auto 70px auto;
	position:relative;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
	text-align:left;
}

.lightbox .light-title {
	display:block;
	position:absolute;
	top:-33px;
	color:#fff;
	text-shadow:0 1px 3px rgba(0,0,0,0.6);
	height:23px;
	width:780px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap; 
}

.lightbox .gallery-thumbs {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	width: 95%;
}

.lightbox .thacontent {
	padding: 0px 25px 20px 25px;
}

.loading-box {
	display:block;
	text-align:center;
}

.loading-box .loading-image {
	display:block;
	text-align:center;
	padding-top:20px;
}

.lightbox .carousel-left {
	left:8px;
}

.lightbox .carousel-right {
	right:8px;
}

.lightbox blockquote {
	padding-bottom:30px;
}

.lightbox .article-main-content {
	padding: 0px 55px;
	width: auto;
}

.loading-message {
	display: block;
	background: #f0f0f0;
	padding: 10px 15px;
	font-size: 11px;
	line-height: 140%;
}

.loading-message img {
	display: block;
	float: left;
	width: 34px;
	padding-right: 15px;
}

.main-content-split .loading-message img {
	display: none;
}

.loading-message:before {
	display: block;
	content: '';
	clear: both;
}

.loading-message b {
	font-size: 18px;
	display: block;
	padding-bottom: 4px;
}

.ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next {
	z-index: 20px;
}

.ls-fullwidth .ls-nav-next {
	right: 50px!important;
}

.ls-fullwidth .ls-nav-prev {
	left: 50px!important;
}


.light-close i.fa {
	padding-right: 6px;
}

.lightbox .big-photo-block .the-image {
	box-shadow: none;
	text-align: center;
	padding-top: 10px;
	background-color: transparent;
}

.lightbox .big-photo-block .the-image img {
	max-width: 98%;
}

.lightbox .big-photo-block .the-thumbs {
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
}

.lightbox .lightbox-content {
	display: block;
	padding: 0px 2% 8px 2%;
}

.the-image img {
	max-width: 100%;
}

.lightbox .photo-gallery-full {
	box-shadow: none;
}

/* ------------------------------------------------------------
* GALLERY DDITIONS/CHANGES 
* ------------------------------------------------------------ */


.gallery-description {
	margin: 0px 50px !important;
	width: 100%;
	background: #f2f2f2;
}

.gallery-description p.borderout1b,
.gallery-description p.takeout,
.gallery-description p.borderout2,
.gallery-description p.shopoutlink {
	display: none !important;
}

.gallery-description p.tagcloud {
	width: 70% !important;
}

.gallery-description p.tagcloud > a {
	display: inline-block;
	padding: 7px 14px;
	font-size: 13px!important;
	line-height: 13px;
	margin: 15px 15px 12px 0;
	text-transform: lowercase !important;
	font-weight: 600 !important;
	border: 1px solid #ccc;
	border-radius: 14px;
	-moz-border-radius: 14px;
	background: #f6f6f6 !important;
}



.gallery-description p.tagcloud.linkattribution > a {
	background: #CEE9D9 !important;
	border: 1px solid #aaa;
	margin-top: -50px;
}


/* ------END ------ */



/* ------------------------------------------------------------
* ADDITIONS TO CODE: PAGE BACKGROUNDS
* ------------------------------------------------------------ */


.wrapper.bkgd {
	background-position: 237px top;
	background-repeat: no-repeat;
	}
.wrapper.bkgd.analyze {
	background-image: url(/images/bkgd/filebg_analze.jpg);
	}
.wrapper.bkgd.file{
	background-image: url(/images/bkgd/filebg_file.jpg);
	}
.wrapper.bkgd.value{
	background-image: url(/images/bkgd/filebg_tools_forms.jpg);
	}
.wrapper.bkgd.moneykey{
	background-image: url(/images/bkgd/filebg_moneykey.jpg);
	}
.wrapper.bkgd.steps {
	background-image: url(/images/bkgd/filebg_step.jpg);
	}
.wrapper.bkgd.howto {
	background-image: url(/images/bkgd/filebg_howto.jpg);
	}
.wrapper.bkgd.contractorsearch {
	background-image: url(/images/bkgd/filebg_contractor.jpg);
	}
.wrapper.bkgd.select {
	background-image: url(/images/bkgd/filebg_select.jpg);
	}
.wrapper.bkgd.contract {
	background-image: url(/images/bkgd/filebg_contract.jpg);
	}
.wrapper.bkgd.contractmod {
	background-image: url(/images/bkgd/filebg_contractormod.jpg);
	}
.wrapper.bkgd.yellow {
	background-image: url(/images/bkgd/filebg_respond-contractor.jpg);
	}
.wrapper.bkgd.classifiedad {
	background-image: url(/images/bkgd/filebg_classified.jpg);
	}
.wrapper.bkgd.building {
	background-image: url(/images/bkgd/filebg_inspect.jpg);
	}
.wrapper.bkgd.remodelidea {
	background-image: url(/images/bkgd/filebg_idea.jpg);
	}
.wrapper.bkgd.archstyle {
	background-image: url(/images/bkgd/filebg_style.jpg);
	}
.wrapper.bkgd.houseplans {
	background-image: url(/images/bkgd/filebg_dirplans.jpg);
	}
.wrapper.bkgd.sketch {
	background-image: url(/images/bkgd/filebg_sketch.jpg);
	}
.wrapper.bkgd.success {
	background-image: url(/images/bkgd/filebg_success.jpg);
	}
.wrapper.bkgd.consider {
	background-image: url(/images/bkgd/filebg_consider.jpg);
	}
.wrapper.bkgd.remodel {
	background-image: url(/images/bkgd/filebg_remodel.jpg);
	}
.wrapper.bkgd.spec {
	background-image: url(/images/bkgd/filebg_spec.jpg);
	}
.wrapper.bkgd.tool {
	background-image: url(/images/bkgd/filebg_tool.jpg);
	}
.wrapper.bkgd.finance {
	background-image: url(/images/bkgd/filebg_finance.jpg);
	}
.wrapper.bkgd.landingfinance2 {
	background-image: url(/images/bkgd/filebg_landingfinance2.jpg);
	}
.wrapper.bkgd.landingservice {
	background: #fff url(/images/bkgd/filebg_landingservice.jpg) right 0px no-repeat !important;
	}
.wrapper.bkgd.landingremodel {
	background: #fff url(/images/bkgd/filebg_landingremodel.jpg) right 0px no-repeat !important;
	}
.wrapper.bkgd.landingfinance {
	background: #fff url(/images/bkgd/filebg_landingfinance.jpg) right 0px no-repeat !important;
	}
.wrapper.bkgd.landinggallery {
	background: #fff url(/images/bkgd/filebg_landinggallery.jpg) right 0px no-repeat !important;
	}
.wrapper.bkgd.landingtools {
	background: #fff url(/images/bkgd/filebg_landingtool.jpg) right 0px no-repeat !important;
	}
.wrapper.bkgd.bank {
	background-image: url(/images/bkgd/filebg_bank.jpg);
	}
.wrapper.bkgd.budget {
	background-image: url(/images/bkgd/filebg_budget.jpg);
	}
.wrapper.bkgd.qualify {
	background-image: url(/images/bkgd/filebg_qualify.jpg);
	}
.wrapper.bkgd.rates {
	background-image: url(/images/bkgd/filebg_rates.jpg);
	}
.wrapper.bkgd.credit {
	background-image: url(/images/bkgd/filebg_credit.jpg);
	}
.wrapper.bkgd.calculator {
	background-image: url(/images/bkgd/filebg_calculator.jpg);
	}
.wrapper.bkgd.manage {
	background-image: url(/images/bkgd/filebg_manage.jpg);
	}
.wrapper.bkgd.work{
	background-image: url(/images/bkgd/filebg_work.jpg);
	}
.wrapper.bkgd.inspect{
	background-image: url(/images/bkgd/filebg_inspect.jpg);
	}
.wrapper.bkgd.internatl{
	background-image: url(/images/bkgd/filebg_inter.jpg);
	}
.wrapper.bkgd.calc{
	background-image: url(/images/bkgd/filebg_calc.jpg);
	}
.wrapper.bkgd.forms{
	background-image: url(/images/bkgd/filebg_forms.jpg);
	}
.wrapper.bkgd.estimate{
	background-image: url(/images/bkgd/filebg_estimate.jpg);
	}
.wrapper.bkgd.pic{
	background-image: url(/images/bkgd/filebg_shop-homeimprove-pic.jpg);
	}
.wrapper.bkgd.picc{
	background: #fff url(/images/bkgd/filebg_shop-homeimprove-pic.jpg)  62% 0px no-repeat !important;
	}
.wrapper.bkgd.pics{
	background: #fff url(/images/bkgd/filebg_shop-productpic.jpg)  62% 0px no-repeat !important;
	}
.wrapper.bkgd.slides{
	background-image: url(/images/bkgd/filebg_bloc_slides.jpg);
	}
.wrapper.bkgd.bloc{
	background-image: url(/images/bkgd/filebg_bloc.jpg);
	}
.wrapper.bkgd.blocsteps{
	background-image: url(/images/bkgd/filebg_bloc_steps.jpg);
	}
.wrapper.bkgd.rolodex{
	background-image: url(/images/bkgd/filebg_rolo.jpg);
	}
.wrapper.bkgd.tidbit{
	background-image: url(/images/bkgd/filebg_tidbit.jpg);
	}
.wrapper.bkgd.sayimprove{
	background: #62707D url(/images/bkgd/filebg_sayimprove.gif) center 125px no-repeat !important;
	}
.wrapper.bkgd.sayattic{
	background: #62707D url(/images/bkgd/filebg_sayattic.gif) center 80px no-repeat !important;
	}
.wrapper.bkgd.saybasement{
	background: #62707D url(/images/bkgd/filebg_saybasement.gif) center 60px no-repeat !important;
	}
.wrapper.bkgd.saymain{
	background: #62707D url(/images/bkgd/filebg_saymain.gif) center 90px no-repeat !important;
	}
.wrapper.bkgd.sayexterior{
	background: #62707D url(/images/bkgd/filebg_sayexterior.gif) center 80px no-repeat !important;
	}
.wrapper.bkgd.sayupstairs{
	background: #62707D url(/images/bkgd/filebg_sayupstairs.gif) center 80px no-repeat !important;
	}
.wrapper.bkgd.saygarage{
	background: #62707D url(/images/bkgd/filebg_saygarage.gif) center 80px no-repeat !important;
	}
.wrapper.bkgd.sayyard{
	background: #62707D url(/images/bkgd/filebg_sayyard.gif) center 90px no-repeat !important;
	}
.wrapper.bkgd.sayinternatl{
	background: #62707D url(/images/bkgd/filebg_sayinternatl.jpg) center 90px no-repeat !important;
	}


/* ------------------------------------------------------------
* ADDITIONS
* ------------------------------------------------------------ */

.contentmobile {
	display: none;
	}

.content .panel > h2.p-titlecontent {
	display: block;
	background: transparent url(/images/bkgd/icon-topic-form.gif) left top no-repeat;
	position: relative;
	padding: 14px 0px 0px 50px;
	height: 55px;
	margin: 0px 0px 35px -30px;
	//margin: 25px 0px 20px -30px;
	font-size: 22px;
	color: #2C4258;
}

.content .panel.topic > h2.p-titlegallery {
	display: block;
	background: transparent url(/images/bkgd/icon-topic-form-gallery.jpg) left top no-repeat;
	position: relative;
	padding: 9px 0px 0px 50px;
	height: 45px;
	margin: 25px 0px 20px -30px;
	font-size: 20px !important;
	color: #2C4258;
}


.contentarea {
	margin-left: 20px;
	margin-top: -20px;
	//margin-top: 45px;
}
.contentarea.min {
	margin-right: 90px;
}

.contentarea .panel p {
	line-height: 22px !important;
}

.contentarea .panel ul li a {
	color: #c12026;
}

.contentarea .panel ul li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.contentarea .panel blockquote {
	display: block;
	border-left: 0px solid #fff;
	padding: 7px 0px 7px 35px;
	margin: 20px 0px;
	font-style: normal;
}

.contentarea .panel blockquote a {
	color: #c12026 !important;
}


.contentarea .panel a {
	text-decoration: underline !important;
}

.contentarea ul {
	list-style: none;
}

.contentarea ul li {
	margin-top: 5px !important;
	margin-left: 10px !important;
	background: url('/images/bkgd/bullet.png') no-repeat 2px 8px !important;
	padding-left: 25px !important;
	line-height: 22px !important;
}

.contentarea ol li {
	margin-top: 20px !important;
	margin-left: 10px !important;
	padding-left: 10px !important;
	line-height: 22px !important;
}

blockquote ul, 
blockquote ol {
	margin-top: -15px !important;
}

.contentarea ul li:first-child {
	margin-top: 15px !important;
}

.contentarea ul li > ul li {
	margin-top: 0px !important;
	margin-left: 20px !important;
	background: none !important;
	padding-left: 15px !important;
	list-style: lower-roman;
}

.contentarea ul li:first-child {
	margin-top: 15px !important;
}

div.panel .topic {
padding: 15px 10px 15px 25px !important;
height: 1%;
}


div.panel.picgallery {
margin: 40px -40px 0px -95px !important;
}

div.panel .topic.first {
border-top: 1px dotted #fff !important;
}

#summarycontent {
	width: 70%;
	margin-top: 25px;
	}
	


#summarycontent ul {
	list-style: none;
}

#summarycontent ul li {
	margin-top: 5px !important;
	margin-left: 30px !important;
	background: url('/images/bkgd/bullet.png') no-repeat 2px 6px !important;
	padding-left: 25px !important;
	font: normal 13px/20px arial,helvetica,sans-serif !important;
}

#summarycontent ul li a {
	color: #5A8787;
	text-decoration: underline;
}

#summarycontent ul li a:hover {
	color: #8CB9B9;
}


/* ------------------------------------------------------------
* MENU NAVIGATION
* ------------------------------------------------------------ */


.header-topmenu li.active {
	background: #386780;
}

.header-topmenu li.active.frame {
	background: #386780 url('/images/navarrow.png') no-repeat right 12px !important;
}

.header-topmenu li.active a {
	color: #fff;
}

.header-topmenu li.menutitle {
	border-top: none;
	padding: 10px 0px;
}

.header-topmenu li.menutitle span {
	color: #777;
	font-size: 13px;
	font-weight: normal;
	padding: 10px;
}

.header-topmenu li.menurow {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.header-topmenu li.imagechild a {
	padding: 6px 14px !important;
}

.main-menu ul.menu li.active  {
	border-bottom: 1px solid rgba(255,255,255,0.08);
	background-imagee: url(/images/bkgd/navigation.png) no-repeat center top !important;
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.08), 1px 0 0 rgba(0,0,0,0.4), inset -1px 0 0 rgba(255,255,255,0.07), inset 1000px 0 0 rgba(255,255,255,0.08);
	z-index: 4;
}



.main-menu ul.menu li.active  {
	border-bottom: 3px solid #EECC1A;
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.08), 1px 0 0 rgba(0,0,0,0.4), inset -1px 0 0 rgba(255,255,255,0.07), inset 1000px 0 0 rgba(255,255,255,0.08);
	margin-bottom: -3px;
}


.sub-menu.frame li a {
	text-align: left;
}


/* ------------------------------------------------------------
* FOOTER/HEADER CHANGE
* ------------------------------------------------------------ */

.footer .footer-widgets > .widget {
	display: block;
	float: left;
	width: 30.00%;
	margin-left: 5.0%;
}





.article-head h1.normal:first-letter {
	font-size: 30px;
	vertical-align: initial;
}

.article-head h1.summary {
	margin-top: 25px;
}

.article-head h1.small:first-letter {
	font-size: 14px;
}



/* ------------------------------------------------------------
* TAB FOR END POST
* ------------------------------------------------------------ */

	
.shortcode-content .tabrenovate  {
	diplay: block;
	width: 100%;
	}

.shortcode-content .tagcloud.tabremodeling {
	float: right !important;
	margin-top: 10px;
}

.shortcode-content .tagcloud.tabremodeling a {
	display: inline-block;
	padding: 8px 14px;
	font-size: 13px!important;
	line-height: 13px;
	margin: 0 12px 12px 0;
	text-transform: lowercase !important;
	font-weight: 600 !important;
	border: 1px solid #ccc;
	border-radius: 14px;
	-moz-border-radius: 14px;
	background: #f6f6f6 !important;
}


.shortcode-content .tagcloud.tabremodeling a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.post-content .takeout {
font: normal 26px/140% Georgia, "Times New Roman", Times, serif;
line-height: 140% !important;
color: #555;
text-align: center;
margin-top: 70px;
}

.post-content .breakline {
text-align: center;
background: none;
margin-top: 0px;
}

.post-content .breakline.yes {
background: url(/images/sep-line.png) no-repeat center top;
}


/* ========================= RESPONSIVE STYLES FIXES FOR PRODUCT PICS ======================== */

/* --------------------------- 1600px-1499px --------------------------- */

@media only screen and (max-width: 1600px) and (min-width: 1499px) {
	
	.content.has-sidebar > .wrapper > .main-content.picwidth {
		width: 75% !important;
	}

	#sidebar.product-pics {
		margin-right: 5px !important;
		}
}

/* --------------------------- 1498px-1199px --------------------------- */

@media only screen and (max-width: 1498px) and (min-width: 1199px) {
	
	.content.has-sidebar > .wrapper > .main-content.picwidth {
		width: 60% !important;
	}

	#sidebar.product-pics {
		margin-right: 65px !important;
		}
}

/* --------------------------- 1198px-1100px --------------------------- */

@media only screen and (max-width: 1198px) and (min-width: 1100px) {
	
	.content.has-sidebar > .wrapper > .main-content.picwidth {
		width: 70% !important;
	}

	#sidebar.product-pics {
		margin-right: 0px !important;
		}
}

/* --------------------------- 1099px-999px --------------------------- */

@media only screen and (max-width: 1099px) and (min-width: 999px) {
	
	.content.has-sidebar > .wrapper > .main-content.picwidth {
		width: 60% !important;
	}

	#sidebar {
		//width: 400px !important;
		}

	#sidebar.product-pics {
		margin-right: 0px !important;
		}

	ul.sectionNav li a {
		font-size: 90% !important;
		}
}

/* ---------------------------- 768px-999px --------------------------- */

@media only screen and (max-width: 999px) and (min-width: 768px) {
	
	.content.has-sidebar > .wrapper > .main-content.picwidth {
		width: 50%;
	}

	#sidebar.product-pics {
		margin-right: 0px !important;
		}

	ul.sectionNav li a {
		font-size: 90% !important;
		}
	.wrapper.bkgd.picc{
		background: #fff url(/images/bkgd/filebg_shop-homeimprove-pic.jpg)  right 0px no-repeat !important;
		}
}

/* ------------------------------ 0-767px ---------------------------- */

@media handheld, only screen and (max-width: 767px) {

	.content.has-sidebar > .wrapper > .main-content.picwidth {
				width: 90% !important;
	}
	
	
}

/* ---------------------------- 480px-767px -------------------------- */

@media handheld, only screen and (max-width: 767px) and (min-width: 480px) {
	
}

/* ---------------------------- 320px-479px -------------------------- */

@media handheld, only screen and (max-width: 479px) {
	
}


