/* ----------------------------------------------
	Theme Name: d.light
	Author: Chris Seymour
	Author URI: http://www.c5mix.com/	
 ------------------------------------------------ */


/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

body {
	margin:0;
	padding:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
	margin:0;
	padding:0;
}
a { }
a img { border: 0 }
img, object, embed {
	max-width: 100%;
}
img {
	width: auto;
	height: auto;
	-ms-interpolation-mode:bicubic;
}
* {
	outline:none!important;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 

#container {
}
.row {
}
.inner {
}

/* Header */

#header {
	border-bottom:1px solid #ccc;
}

#header-branding {
}

#logo.navbar-brand {
	padding:10px 15px;
	height:80px;
}
#logo img {
	width:89px;
}
#header-search, #header-search-mobile {
	border-right:1px solid #ccc;
	overflow:hidden;
	display:none;
}
#header-search-mobile {
	background-color:#fff;
	border-right:none;
	border-bottom:1px solid #ccc;
	padding:3px 15px;
	width:100%;
	z-index:991;
}
#header-search-mobile form {
	margin:0!important;
	padding:0!important;
	border:none;
}
#header-search-mobile .form-group, #header-search-mobile input {
	margin:0;
}
#header-branding {
	position:relative;
}
#page-title {
	line-height:1;
	clear:both;
	border-top:1px solid #ccc;
}
#page-title h1 {
	line-height:1;
	margin:0;
	padding:12px 15px;
	position:relative;
}
#page-title small {
	font-size:100%;
	font-weight:300;
	color:inherit;
}
#header-sec-nav {
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
}
#nav-mobile #header-sec-nav {
	overflow:hidden;
	margin:0 -15px;
	padding:10px 15px;
	border-bottom:1px solid #ccc;
}
#header-sec-nav li {
	float:left;
	margin:0;
	padding:0 7px;
	border-left:1px dotted #ccc;
}
#header-sec-nav li:first-child {
	border-left:none;
}
#social-nav {
	margin:0;
	padding:0;
	list-style:none;
}
#nav-mobile #social-nav {
	position:absolute;
	top:42px;
	right:85px;
}
#social-nav li {
	margin:0;
	padding:0;
	float:left;
	display: block;
    position: relative;
}
#social-nav a {
	margin:0 4px!important;
	border:none!important;
}
#social-nav a:hover {
	border:none!important;
}
#social-nav img {
	width:20px;
	height:20px;
}
.expand-btn {
	background:none!important;
	font-size:18px;
	line-height:1;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.expand-btn span {
	float:right;
	margin:9px 15px 0 0;
}
body.page_type_home #header .expand-btn {
	display:none!important;
}

.search-btn {
	font-size:19px;
	line-height:1;
	padding:5px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	z-index:990;
}
#nav-mobile.sticky #logo.navbar-brand {
	height:40px;
}
#nav-mobile.sticky #logo img {
	width:39px;
}
#nav-mobile.sticky .navbar-toggle {
	margin-top:1px;
}
#nav-mobile.sticky #social-nav {
	top:8px;
}

#nav-mobile #logo.navbar-brand,
#nav-mobile #logo img,
#nav-mobile .navbar-toggle,
#nav-mobile #social-nav,
#nav-mobile .search-btn,
#page-title
{
	transition: all 0.4s ease;
}


/*  Main Navigation  */

#nav, #nav-mobile {
	background-color:#fff;
	border:none;
	border-bottom:1px solid #ccc;
	border-radius:0;
	margin-bottom:0;
	min-height:10px;
}
#nav .navbar-collapse {
	margin-left:-15px;
	margin-right:-15px;
	padding:0;
}
#header .navbar-form {
	margin:2px 0 0;
	padding:0;
}
#header .navbar-form .form-control {
	border:none;
	box-shadow:none;
	font-size:16px;
	padding:10px 0;
}
#nav .navbar-nav {
	margin-bottom:-3px;
}
#nav-mobile .navbar-nav {
	margin:15px -15px;
}
#nav .navbar-nav > li > a {
	font-size:16px;
	margin:0 15px;
	padding:9px 0;
}
#nav-mobile .navbar-nav > li > a {
	padding:6px 20px;
}
.nav a {
	text-decoration:none!important;
}


/* Feature */
#feature {
	overflow:hidden;
}
#feature img {
	margin:0;
}
body.page_type_home #feature .col-sm-8 {
	padding:0;
}
body.page_type_home #feature .col-sm-4 {
	display:none;
}


/* Wrapper */
#wrapper {
}


/* Content */
#content {
}
body.page_type_one_over_two #content, body.page_type_one_over_two #aside {
	border-top:1px solid #ccc;
}

#content ul, #aside ul {
	margin:0 0 15px;
	padding:0;
	list-style:none;
}
#content ul li, #aside ul li {
	background:url(../img/bullet.png) no-repeat 15px 6px;
	margin:0 0 12px;
	padding:0 0 0 40px;
}


/* Sidebar */
#sidebar {
	display:none;
	border-bottom:1px solid #ccc;
}
body.page_type_home #sidebar {
	display:block!important;
}
#sidebar.open div {
	display:none;
}


/* Aside */


#content, #sidebar, #aside, #sections .col-sm-4 {
	padding:30px 15px;
}


/* Sections */
#sections .col-sm-4 {
	text-align:center;
}
#sections h4 {
	font-family: "myriad-pro",sans-serif;
	font-size:20px;
	font-weight:900;
	color:#ff4612;
	text-transform:uppercase;
	margin-bottom:0;
}
#sections p {
	font-size:18px;
	font-weight:bold;
	line-height:1.222em;
}


/* Footer */
#footer {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:14px;
	color:#41474d;
}
#footer h3 {
	color:#ff4612;
	line-height:1;
	clear:left;
	margin:20px 0 0;
}
#footer p {
	margin-top:2px;
	margin-right:7px;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
}
#footer ul {
	margin:2px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#footer ul li {
	float:left;
	padding:0 7px;
	border-left:1px solid #ccc;
}
#footer-branding {
	padding-top:12px;
	padding-bottom:12px;
}
#footer-utility {
	text-align:center;
}
#footer-utility .container {
	min-height:75px;
}

#back-to-top {
	background:url(../img/back-to-top.png) no-repeat center top;
	background-size:35px 35px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	margin:20px auto 20px;
	padding-top:35px;
	display:inline-block;
	width:35px;
	color:#108fb9;
}
#back-to-top:hover {
	background:url(../img/back-to-top-hover.png) no-repeat center top;
	background-size:35px 35px;
	color:#ff4612;
}


/* Product Page */
#tabs .nav-tabs {
	margin-bottom:30px;
	padding:0;
}

.product-gallery, .product-gallery-carousel {
	margin:0 -15px;
	padding:0 15px;
}
.product-gallery-carousel {
	display:none;
	margin-bottom:45px!important;
	padding-bottom:0!important;
}
.product-gallery-carousel li {
	margin-right:19px!important;
}
.product-gallery-carousel .slides li {
	position:relative;
}
.product-gallery-carousel .slides li.flex-active-slide:after {
	background:url(../img/thumb-selected.png) repeat left top;
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.product-gallery-carousel img {
	border:1px solid #e6e6e6;
	cursor:pointer;
}
.product-gallery-carousel img:hover {
	border-color: #ff4612;
}
.flex-direction-nav a {
	color:#108fb9!important;
}
.product-gallery-carousel .flex-direction-nav a {
	opacity:0.2;
	color:#666!important
}
.product-gallery-carousel:hover .flex-direction-nav a {
	color:#108fb9!important
}
.flex-direction-nav a:hover, .product-gallery-carousel:hover .flex-direction-nav a:hover {
	color:#ff4612!important;
}
.flexslider {
	max-width:400px;
}
.flexslider ul {
	margin:0!important;
	padding:0!important;
	list-style:none!important;
}
.flexslider ul li {
	margin-bottom:0!important;
	padding:0!important;
	background:none!important;
}

.product-features-list {
	margin:0 0 35px!important;
	padding:0!important;
	list-style:none!important;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.product-features-list li {
	margin:0!important;
	padding:16px 20px 16px 60px!important;
	font-size:18px;
	border-top:1px dotted #ccc;
}
.product-features-list li:first-child {
	border:none;
}
.product-features-list li.battery {
	background:url(../img/icon-battery.png) no-repeat 15px center!important;
	background-size:30px 30px!important;
}
.product-features-list li.brightness {
	background:url(../img/icon-brightness.png) no-repeat 15px center!important;
	background-size:30px 30px!important;
}
.product-features-list li.solar {
	background:url(../img/icon-solar.png) no-repeat 15px center!important;
	background-size:30px 30px!important;
}
.product-features-list li.portability {
	background:url(../img/icon-portability.png) no-repeat 15px center!important;
	background-size:30px 30px!important;
}
.product-features-list li.charger {
	background:url(../img/icon-charger.png) no-repeat 15px center!important;
	background-size:30px 30px!important;

}
.product-features-list li.paygo {
	background:url(../img/icon-paygo.png) no-repeat 15px center!important;
	background-size:37px 37px!important;

}
.product-features-list li.radio {
	background:url(../img/icon-radio.png) no-repeat 15px center!important;
	background-size:37px 37px!important;
	
}
.product-features-list li.tv {
	background:url(../img/icon-tv.png) no-repeat 15px center!important;
	background-size:30px 30px!important;


}
.product-features-list li strong {
	color:#ff4612;
}

/* Product Comparison */
table.ccm-product-comparison {
	border:none!important;
	margin-bottom:40px;
	font-size:13px;
	word-wrap:break-word;
}
table.ccm-product-comparison td, table.ccm-product-comparison th {
	vertical-align:middle!important;
	text-align:center;
	border-color:#ccc!important;
}
table.ccm-product-comparison th {
	vertical-align:top!important;
	font-weight:normal!important;
	border-bottom-width:1px!important;
}
table.ccm-product-comparison th img {
	margin:5px auto;
	max-width:30px;
}
table.ccm-product-comparison td {
	text-transform:lowercase;
}
.ccm-product-comparison-title {
	text-align:left!important;
	text-transform:none!important;
	border-left:none!important;
}
.ccm-product-comparison-title div {
	display:inline-block;
	vertical-align:middle;
	padding:0 15px;
}
.ccm-product-comparison-title img {
}
.ccm-product-comparison h4 {
	color:#41474c;
	margin:0 0 2px;
}
table.ccm-product-comparison th h4 {
	color:#ff4612;
}

div.ccm-product-comparison-title {
	overflow:hidden;
	padding:10px 0;
}
div.ccm-product-comparison-title img {
	float:left;
	margin:0 15px 0 0;
}
.ccm-product-comparison-info {
	overflow:hidden;
	margin:20px 0 0;
}
.ccm-product-comparison-item span h4 {
	margin:0;
	display:inline;
}
div.ccm-product-comparison .product-features-list {
	margin:0!important;
}
div.ccm-product-comparison .product-features-list li {
	background-position:15px 20px!important;
}


/* Where to Buy */
#where-to-buy {
}
#where-to-buy #where-to-buy-select {
	color:#108fb9;
	font-size:16px;
	border-color:#108fb9;
	display:inline-block;
	width:auto;
	padding:6px 7px;
}


/* ------------------------------------------
   ELEMENTS
------------------------------------------- */ 


/* Page List */
h3.ccm-page-list-title {
	margin:0 0 0.25em;
}
div.ccm-page-list-description {
	margin:0 0 2em;
}
.ccm-page-list-content {
	overflow:hidden;
}


/* Google Map */
.googleMapCanvas img {
	max-width:none;
}

/* Forms */
.form-control {
	color:#999;
	border-radius:0;
}
.form-group {
	margin-bottom:20px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #999!important;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #999!important;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #999!important;
}


/* Content + & Product Page List */
.column-left .cpb-quote,
.column-left .cpb-image,
.ccm-product-list .ccm-page-list-img
{
	margin-right:25px!important;
}
.column-right .cpb-quote,
.column-right .cpb-image
{
	margin-left:25px!important;
}
.cpb-image img,
.ccm-product-list .ccm-page-list-img
{
	margin-top:2px;
}

.ccm-product-list .ccm-page-list-item {
	overflow:hidden;
	border-top:1px solid #ccc;
	padding:25px 0 0;
}
.ccm-product-list .ccm-page-list-item.first {
	padding:0;
	border:none;
}
.ccm-product-list .ccm-page-list-img {
	float:left;
	margin-bottom:25px;
}

/* Video ----------------------------- */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	z-index:9998;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:9999;
}

.ccm-video-player {
	overflow:hidden;
}
.ccm-video-player-thumb {
	float:left;
	margin:3px 10px 5px 0;
	width:22px;
	height:22px;
	position:relative;
}
.ccm-video-player-thumb img {
	display:none;
}
.ccm-video-player-thumb a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.ccm-video-player-thumb a {
	background:url(../img/play-btn.png) no-repeat center;
	background-size:22px 22px;
}
.ccm-video-player-thumb a:hover {
	background:url(../img/play-btn-hover.png) no-repeat center;
	background-size:22px 22px;
}
.ccm-video-player-title {
	margin:4px 0 5px;
}
.ccm-video-player-desc {
	font-size:14px;
	color:#808080;
	display:none;
}


/* Navs */
.nav li a, #header-sec-nav a, #footer a {
	color:#4d6f8c!important;
	text-decoration:none;
}
.nav > li > a {
	font-size:16px;
	padding:6px 10px;
}
.nav li li a {
	font-size:14px;
}
.nav a:hover, .nav a:focus {
	background-color:#fff!important;
}
.nav a:hover, .nav a:focus, #header-sec-nav a:hover, #header-sec-nav a:focus, #footer a:hover, #footer a:focus {
	color: #ff4612!important;
}
.nav li.active > a, .nav li.active > a:hover, .nav li.active > a:focus, .nav li.active-path > a, .nav li.active-path > a:hover, .nav li.active-path > a:focus, .expand-btn.open, .search-btn.open {
	background-color:#fff!important;
	color:#000!important;
	font-weight:bold;
}
.expand-btn, .search-btn {
	color:#ff4612!important;
}
.expand-btn:hover, .expand-btn:focus, .search-btn:hover, .search-btn:focus {
	color:#4d6f8c!important;
}
.expand-btn.open, .search-btn.open {
	background:none!important;
	font-weight:normal!important;
}
.nav ul {
	list-style:none!important;
	margin:0 30px;
	padding:0;
}
.nav ul li {
	background:none!important;
}
#product-sub-menu ul {
	margin-bottom:30px;
}
.nav-stacked > li > a {
	padding:4px 15px;
	border-radius:0;
}
.nav-stacked > li.active > a, .nav-stacked > li.active > a:hover, .nav-stacked > li.active > a:focus, .nav-stacked > li.active-path > a, .nav-stacked > li.active-path > a:hover, .nav-stacked > li.active-path > a:focus {
	border-right:3px solid #000;
	border-left:3px solid #000;
	margin-left:-2px;
	margin-right:-2px;
	padding:4px 14px;
}
.nav-stacked h5 {
	margin-left:15px;
	margin-right:15px;
}
.nav-tabs {
    border-bottom: 1px solid #ccc;
}
.nav-tabs > li {
	background:none!important;
	margin-bottom:-1px!important;
	padding:0!important;
}
.nav-tabs > li > a {
	font-size:14px;
	border-radius:0;
}
.nav-tabs > li > a:hover {
	border-color:#fff #fff #ccc;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-color:#ccc #ccc transparent;
}

.navbar-toggle {
	background:#fff!important;
	border:none;
	margin-top:35px;
	margin-bottom:0;
	margin-right:5px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#000;
	height:4px;
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
	background-color:#ff4612;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color:#4d6f8c;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color:#ccc;
}


.ccm-image-block {
	margin:0 0 20px;
}


/* Reviews block */
div.ccm-rating {
	overflow:hidden;
	clear:left;
}

/* alignment classes & additional classes*/

.pull-left  { float: left; }
.pull-right { float: right; }


/* concrete5 interface */
#ccm-page-controls-wrapper *,
#ccm-page-controls-wrapper *:before,
#ccm-page-controls-wrapper *:after,
.ui-dialog *,
.ui-dialog *:before,
.ui-dialog *:after,
.ccm-ui,
.ccm-ui:before,
.ccm-ui:after,
.ccm-ui *,
.ccm-ui *:before,
.ccm-ui *:after
{
	-moz-box-sizing: content-box!important;
	-webkit-box-sizing: content-box!important;
	box-sizing: content-box!important;
}
.ui-dialog input {
	display:inline-block;
	width:auto;
}
.ui-dialog select {
	width:auto;
}
div#ccm-page-status-bar {
	z-index:998!important;
}
#ccm-page-controls-wrapper .breadcrumb > li + li:before {
	content:'';
	padding:0;
}
.ccm-ui .popover .arrow, .ccm-ui .popover .arrow:after {
	border-style:none;
}


/* Landscape phones
------------------------- */
@media (max-width: 480px) {
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
	body { padding-top: 122px; }
	#page-title {
		background:#fff;
		position:fixed;
		z-index:990;
		width:100%;
		top:80px;
		left:0;
	}
	#page-title.sticky {
		top:40px;
		border-bottom:1px solid #ccc;
	}
	#page-title h1 {
		font-size:16px;
	}
	.navbar-collapse {
		padding-top:41px;
	}
	#header-search-mobile {
		position:fixed;
		top:82px;
		left:0;
	}
	body.sticky #header-search-mobile {
		top:42px;
	}
	.search-btn {
		position:absolute;
		top:38px;
		right:50px;
	}
	#nav-mobile.sticky .search-btn {
		top:4px;
	}
	#content, #sidebar, #aside, .cell {
		height:auto!important;
	}
	/* remove column float and make full-width */
	.ccm-layout-col {float: none !important; width: 100% !important;}
	/* remove column "spacing" */
	.ccm-layout-col-spacing {margin: 0 !important;}
	
	#sidebar {
		background:#fff;
		position:fixed;
		z-index:989;
		width:100%;
		top:122px;
		left:0;
	}
	body.page_type_home #sidebar {
		background:none;
		position:static;
		z-index:10;
		width:inherit;
		top:auto;
		left:auto;
	}
	#sidebar.sticky {
		top:80px;
	}
	#sidebar div {
		display:none;
	}
	body.page_type_home #sidebar div {
		display:block;
	}
	
	.flexslider {
		margin-bottom:30px!important;
	}
	.flex-direction-nav a {
		opacity:0.2;
		color:#666!important
	}
	.flexslider:hover .flex-direction-nav a {
		color:#108fb9!important
	}
	.flex-direction-nav a:hover, .flexslider:hover .flex-direction-nav a:hover {
		color:#ff4612!important;
	}
	#sections .cell {
		width:50%;
		float:left;
	}
	#sections hr {
		display:none;
	}
	.product-features-list li strong {
		display:block;
	}
	table.ccm-product-comparison {
		table-layout:fixed;
		width:100%;
	}
	table.ccm-product-comparison th p {
		margin:0;
	}
	table.ccm-product-comparison th img {
		height:auto!important;
	}
	.cpb-image {
		max-width:60px!important;
	}
	.column-left .cpb-content {
		margin-left:85px!important;
	}
	.column-right .cpb-content {
		margin-right:85px!important;
	}
	.nav-tabs {
		border:none;
	}
	.nav-tabs > li {
		width:33.33%;
	}
	.nav-tabs > li a {
		border:1px solid #ccc!important;
		margin-right:-1px;
	}
}

@media (min-width: 768px) {
	#logo {
		height:110px;
		text-align:center;
	}
	#logo img {
		width:103px;
		margin-top:17px;
	}
	#nav #main-nav {
		margin-left:-15px;
	}
	#nav .navbar-nav a:hover, #nav .navbar-nav a:focus, #nav .navbar-nav li.active > a, #nav .navbar-nav li.active > a:hover, #nav .navbar-nav li.active > a:focus, #nav .navbar-nav li.active-path > a, #nav .navbar-nav li.active-path > a:hover, #nav .navbar-nav li.active-path > a:focus {
		border-bottom:3px solid;
		padding-bottom:6px;
	}
	#social-nav {
		margin-right:-4px;
	}
	#header-sec-nav {
		position:absolute;
		top:15px;
		right:8px;
	}
	.expand-btn {
		margin-top:0;
	}
	#feature {
		padding-top:30px;
	}
	body.page_type_home #feature .col-sm-8 {
		padding:0 15px 0 30px;
	}
	body.page_type_home #feature .col-sm-4 {
		display:block;
		padding-right:30px;
	}
	#wrapper {
	}
	#container, #header .container, #footer .container, #footer-utility .container {
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
	}
	#content, #sections .col-sm-4 {
		padding:30px;
	}
	body.page_type_home #content {
		padding-right:15px;
	}
	#sidebar .nav-stacked {
		margin-left:-15px;
		margin-right:-15px;
	}
	body.page_type_home #sidebar {
		border:none;
		padding-right:30px;
	}
	#aside {
		padding:30px;
		border-left:1px solid #ccc;
	}
	body.page_type_product #aside, body.page_type_home #aside {
		border-left:none;
	}
	#sections #section-two, #sections #section-three {
		border-left:1px dotted #ccc;
	}
	#sections hr {
		margin-left:-30px;
		margin-right:-30px;
	}
	#tabs .nav-tabs {
		margin:-30px -30px 30px;
	}
	#tabs .nav-tabs > li > a {
		border-top:none!important;
	}
	#tabs .nav-tabs li:first-child a {
		border-left:none;
	}
	.product-gallery, .product-gallery-carousel {
		margin:0 -30px 30px;
		padding:0 30px 30px;
	}
	.product-gallery {
		border-bottom:1px solid #ccc;
	}
	.product-gallery-carousel {
		display:block;
	}
	.ccm-product-list .ccm-page-list-item {
		min-height:140px;
		height:140px;
	}
	.ccm-video-player-thumb {
		margin:0 0 12px;
		float:none;
		height:auto;
		width:100%;
		max-width:340px;
	}
	.ccm-video-player-thumb img {
		border:1px solid #e7e7e7;
		vertical-align:bottom;
		display:block;
	}
	.ccm-video-player-thumb a {
		background:url(../img/play-btn.png) no-repeat center;
		background-size:44px 44px;
	}
	.ccm-video-player-thumb a:hover {
		background:url(../img/play-btn-hover.png) no-repeat center;
		background-size:44px 44px;
	}
	.ccm-video-player-title {
		margin:0 0 2px;
	}
	.ccm-video-player-desc {
		display:block;
	}
	#footer p {
		margin-bottom:0;
		float:left;
	}
	#footer ul {
		float:left;
	}
	table.ccm-product-comparison th#product-name {
		width:25%;
	}
	table.ccm-product-comparison th#product-battery,
	table.ccm-product-comparison th#product-brightness,
	table.ccm-product-comparison th#product-solar,
	table.ccm-product-comparison th#product-portability,
	table.ccm-product-comparison th#product-charger {
		width:15%;
	}
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
	#page-title h1 {
		font-size:24px;
	}
	#header-search {
		border:none;
	}
	.search-btn {
		float:left;
		margin:3px 10px 0 -5px;
	}
	.expand-btn span {
 		margin: 13px 15px 0 0;
	}
	#sidebar {
		height:auto!important;
	}
	#sidebar div {
		display:none;
	}
	body.page_type_home #sidebar div {
		display:block;
	}
	body.page_type_product #aside {
		background:url(../img/rule.gif) repeat-y center top;
		border-bottom:1px solid #ccc;
		padding-bottom:0;
	}
	.product-gallery {
		margin:-30px 0 0 -30px;
		padding:30px;
	}
	body.page_type_product #content, body.page_type_product #sidebar, body.page_type_product #aside {
		height:auto!important;
	}
	.product-gallery, .product-gallery-carousel {
    	margin: 0 -15px 30px -30px;
	}
	body.page_type_product #aside .alt-col {
		padding-left:30px;
	}
	.ccm-product-comparison h4 {
		font-size:15px;
	}
	table.ccm-product-comparison th p {
		margin:0;
	}
	table.ccm-product-comparison th img {
		height:auto!important;
	}
	.ccm-product-comparison-title img {
		max-width:40px;
	}
	#footer h3 {
		margin-top:35px;
	}
	.flex-direction-nav a {
		opacity:0.2;
		color:#666!important
	}
	.flexslider:hover .flex-direction-nav a {
		color:#108fb9!important
	}
	.flex-direction-nav a:hover, .flexslider:hover .flex-direction-nav a:hover {
		color:#ff4612!important;
	}
}

@media (min-width: 992px) {
	#header-branding {
		height:175px;
	}
	#header-search {
		display:block;
	}
	#logo {
		height:175px;
		border-right:1px solid #ccc;
	}
	#logo img {
		width:147px;
		margin-top:35px;
		margin-right:-10px;
	}
	#page-title {
		position:absolute;
		top:71px;
		left:175px;
		border:none;
	}
	body.page_type_one_over_two #content-wrapper {
		border-left:1px solid #ccc;
		margin-left:-1px;
	}
	#sidebar {
		display:block;
		border-right:1px solid #ccc;
		border-bottom:none;
	}
	body.page_type_one_over_two #sidebar {
		border:none;
	}
	body.page_type_home #sidebar {
		padding-right:15px;
	}
	body.page_type_product #aside {
		border-right:1px solid #ccc;
	}
	body.page_type_home #aside {
		padding-left:15px;
		border:none;
	}
	#footer h3 {
		margin:0;
		float:right;
		clear:none;
	}
	table.ccm-product-comparison {
		font-size:16px;
		word-wrap:normal;
	}
	.ccm-product-comparison h4 {
		font-size:18px;
	}
	table.ccm-product-comparison th img {
		margin:20px auto;
		max-width:none;
	}
	.ccm-product-comparison-title {
		white-space:nowrap;
	}
	.ccm-product-comparison-title img {
		max-width:none;
	}
	#back-to-top {
		display:none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#header-branding, #logo {
    	height: 150px;
	}
	#logo img {
		margin-top:25px;
	}
	#page-title {
		top:65px;
	}
	#page-title h1 {
		font-size:30px;
	}
}

@media (min-width: 1200px) {
	.container {
		width:1200px;
	}
	#page-title {
		left:210px;
		top:81px;
	}
}


/* customize_miscellaneous */ /* customize_miscellaneous */