/* ==========================================================================
   Line6 2013-2014 redesign. Generic CSS file. Author: @jlopezuy
   ========================================================================== */

/* generic styles */

body {
	background-color:#333333;
}

.site-container {
	max-width:1400px;
	margin:0 auto;
	background-color:#222;
	padding-bottom: 20px;
	overflow:hidden;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	max-width:1400px;
	margin:0 auto;
}

hr {
	border:none;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-color: #e4e5e7;
}

.btn-default {
	font-family: 'TG-Bold';
	text-shadow: none;
	background-image: none;
	border-color: #575757;
	filter: none;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default:hover, .btn-default:focus {
	background-color: #4D4D4D;
	color:#FFFFFF;
	border-color: #575757;
}

.homepage.collapsed .container.main-content,
.homepage .container.main-content {
	margin-top: 0;
    padding-top: 0px;
		background-color:#FFFFFF;
}

.container.main-content {
	width:100%;
	height:auto;
	background-color:#FFFFFF;
}

.img-responsive {
	display: inline-block !important;
}

#global_breadcrumb A {
    color: #CCC;
    font-family: "TG-Bold";
    text-decoration: none;
        font-style: initial;
}

INPUT.segment_q {
    margin: 4px 4px 0 0;
}

/* /generic styles */
/* news */

.article-preview img {
    padding-top: 20px;
    vertical-align: text-top;
}

.article-preview .article.preview {
    border: 1px solid red;
    padding: 0 10px;
    background-color: #ffd2d2;
    background: rgb(255,208,208);
    background: rgba(255,208,208,0.6);
}

.main-content .article a.title {
    font-family: inherit;
    text-decoration: none;
    font-style: inherit;
}
/* /news */

/* customtone */
    .customtone .tone-details > td {
        padding-bottom: 10px;
    }

    .customtone ul.rating {
        margin-bottom: 0;
    }

    #ct_upload .copy {
        float: right;
        border-left: 1px solid #a1b0be;
        padding: 20px;
    }

    #ct_upload form {
        margin: 20px;
    }

    #ct_header_upload_btn,
    #ct_search .search_btn {
        margin: 6px;
        padding: .6em 1em;
        background-color:#666;
        font-size: 12px;
        background: url('/images/general/gradient_gray.png');
        background-position-y:50%;
        color: #FFF;
        border-radius: 7px;
        text-shadow: 1px 1px #000;
        font-weight: bold;
    }

    #ct_header_upload_btn {
        background: url('/images/general/gradient_red.png');
    }

    #contact_form .input_title {
        padding-right:10px; 
        min-width: 200px; 
        vertical-align:top; 
        text-align:right;
        padding-top: 8px;
        color: #424242;
    }

    #contact_form .input_field {
       padding-bottom:10px;
    }

    #contact_form .input_field input {
    //    width:350px;
    }

    #contact_form .input_field input[type="checkbox"],
    #contact_form .input_field input[type="radio"] {
      width: initial;
      margin: 6px;
    }

    #ct_pagination a,
    #ct_pagination b {
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #e5e5e5;
        width: auto;
        height: 42px;
        display: inline-block !important;
        padding: 0 10px;
        line-height:40px;
        text-decoration: none;
        font-style: normal;
    }

.fancy {
    font-family: 'TG-Cond';
}

.bold-cta {
    background-color: #50b0ff;
    border-color: #50b0ff;
    transition: all 2s ease;
}

.bold-cta.pulse.up,
.bold-cta:hover,
.bold-cta:focus {
    background-color: #3090ff;
    transition: all 2s ease;
}

.alert-info {
    color: #000;
}

@media (max-width: 800px) {
    .ui-selectmenu-button span.ui-selectmenu-text {
        line-height: 30px;
    }
}

    /* /customtone */
    /* dealer finder */
    body.distributors #distributor_list {
        list-style: none;
    }

    body.distributors #distributor_list hr { 
        margin-top:4px;
        margin-bottom:4px;
        border-color: #EFEFEF; 
        border-width:1px;
        height:0;
               min-height:0;
    }

    body.distributors #distributor_list li { 
        padding-top: 20px;
    }

    body.distributors #distributor_list li > h4 {
        font-family: "TradeGothic";
        font-weight: bold;
    }
    /* /dealer finder */

    .main-content #news_article_content a {
        font-weight: bold;
        text-decoration: underline;
        font-style: italic;
    }
    .page-nav a {
        text-decoration: none;
        font-style: normal;
        font-family: "TradeGothic";
        color: #FFF;
        font-weight: inherit;
    }

    a.glyphicon {
        font-family: 'Glyphicons Halflings','TradeGothic' !important;   
        font-size: .7em;
    }

	a.cta {
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background-color: #e5e5e5;
        background-image: none;
		width: auto;
		height: 36px;
		display: inline-block;
		text-transform: uppercase;
        font-weight: bold;
		color: #595959;
		padding: 0 10px;
		line-height: 36px;
        text-decoration: none;
        font-style: normal;
	}

	a.cta:hover {
		background-color:#595959;
		color:#e5e5e5;
        text-shadow:none;
	}
	
    input.cta-button,
    a.cta-button {
        border-style: none;
        font-weight: bold;
        color:#595959;
        display:inline-block;
        background-color:#ededed;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 6px 10px;
        margin: 10px 10px 0 0;
        text-decoration: none;
        font-style: normal;
    }

	a.inline-cta {
        font-weight: bold;
		text-decoration:underline;
	}

	.sub-feature .overlay-text {
        font-style: normal;
        font-family: 'TG-Light';
	}
	
    #account_nav a {
        font-family: inherit;
        text-decoration: none;
        font-style: initial;
        font-weight:normal;
    }

    .account .product_registration TH {
        background-color:#a3a3a3;
        color: #FFF;
               font-weight: normal;
    }

    /*videos*/
    #video-header .copy {
        line-height: 1.7em;
    }

    .collapsed .search-bar button {
        padding: 7px;
    }

    .video_nav_filter {
        color: #FFF;
        background:#999;
        padding: 4px;
        border-radius: 0;
        border-color: #CCC;
    }
.video_nav_filter .ui-multiselect-checkboxes label {
    padding: 10px;
    border: none;
}
.video_nav_filter.ui-multiselect-menu {
    padding: 0;
}
.video_nav_filter.ui-multiselect-menu label {
    font-weight: normal;
}
.video_nav_filter .ui-widget-header {
    border: none;
            background: none;
}

.video_nav_filter .ui-multiselect-checkboxes label input {
    margin-right: 10px;
}

.video_nav_filter .ui-multiselect-checkboxes li {
    padding-right: 0;
}

.video-description .title {
    color: #FFF;
}

.video-description {
    background-color:#444;
    margin-top: 0px;
    padding-bottom:20px;
    color:#FFF;
}
.video-description .copy a {
    color: #FFF;
    text-decoration:underline;
}

    .video-playlist {
        list-style-type: none;
        display: inline-block;
        padding-left: 0;
        width: 100%;
    }
    .playlist-item {
        padding-bottom: 20px;
            cursor: pointer;
    }
    .playlist-item .preview {
        font-weight: bold;
        margin-left: 5px;
        margin-right: 10px;
    }
    .playlist-item .preview > .glyphicon {
            margin-left: -25px;
            margin-right: 5px;
            color: #AAA;
    }

    .playlist-item .thumbnail {
        margin-bottom: 10px;
        border: none;
                width: 100%;
    }

    .node_video_container {
        margin: auto;
    }

    .search-bar {
        margin-top:8px;
    }
    .collapsed .search-bar {
        margin-top:2px;
    }
    /* /videos */
    .node_reveal {
        display: block;
    }

	/* homepage */
	
	.main-feature {
		height:600px;
		background-position:top center;
		background-size: cover;
		background-color:#000000;
        position: relative;
	}
	
	.main-feature .overlay-text {
        width: 100%;
		background-color: rgba(33, 33, 33, 0.8);
		color: rgb(255,255,255);
		margin-top:0px;
        bottom: 0;
		padding: 15px 20px;
        position: absolute;
        font-size:26px;
        min-height:150px;
	}
	
	.main-feature .overlay-text .headline {
		font-size:32px;
		line-height:36px;
	}
	
	.main-feature .overlay-text .headline b, .main-feature .overlay-text .headline strong {
		font-weight:bold;
	}
	
	.main-feature .overlay-text p {
		margin-top:20px;
		margin-bottom:15px;
	}
	
	.main-feature .overlay-text .cta {
		color:#ffffff;
              font-weight:bold;
		text-transform:uppercase;
		font-size:16px;
		position:static;
        background-color: inherit;
        line-height: inherit;
        padding: 0;
	}

    body.homepage #video_container {
    //    background-color: #000;
    }
    /* definition list by eze */
    .reveal-single dl { padding:0px 20px;}

.video-container {
    background-color:#000; 
    min-height:580px;
}
    /* /homepage */

    .float-left {
        float: left;
    }

.ui-dialog.sans-title .ui-dialog-titlebar {
    display: none !important;
}
	
/*artist*/
.artist-card:hover {
    background-color: #DEDEDE;
}
    .artist-card-content div.bio-container {
        overflow: hidden;
                height: 6em;
        color: #666;
                line-height: 1.5em;
    }
    .artist-card-content .bio-container .quote {
        margin-right: 0px;
        height: 90px;
        margin-top:0;
    }

    span.left-quote {
        width: 24px;
        height: 23px;
        display: inline-block;
        background-image:url(/images/icons/up-apostrophe.svg);
        background-repeat: no-repeat;
        margin-right: 8px;
    }
    span.right-quote {
        background-image:url(/images/icons/down-apostrophe.svg);
        width: 38px;
        height: 23px;
        display: inline-block;
        background-repeat: no-repeat;
        margin-top:-5px;
    }

.artist-card-content p.text-right {
    margin-top:10px;
}

.artist-card-content span.artist-name {
    font-weight: bold;
    text-transform: uppercase;
}
.artist-card-content span.artist-band {
    font-weight: bold;
    font-style: italic;
    }
.artist-card {
    min-height:150px;
    margin-top: 20px;
    padding: 10px 10px 0;
             cursor: pointer;
}
    .artist-card-content {
        margin:10px 0;
        padding: 0px 10px 4px;
        text-decoration: none;
        border-bottom: 1px solid #DEDEDE;
        position: relative;
    }
.artist-card-content .read-more {
    position: absolute;
    left: 10px;
    bottom: 5px;
    font-size: 2em;
}
ul#artist-list {
    list-style-type: none;
    display:inline-block;
}

    body.artist .main-content h3.name{
        border-top: 6px solid #999;
        padding-top: 20px;
    }

    body.artist .main-content h3,
    body.artist .main-content h4,
    body.artist .main-content h5 {
        margin: 0;
        text-transform: uppercase;
    }

    body.artist .main-content .gear-container h4{
        border-bottom:2px solid #999;
    }

    body.artist .main-content .gear-container .gear img {
        margin:20px 0;
    }

    body.artist .main-content .gear-container .gear p {
        font-family: "TG-Cond";
        font-size: 16px;
        line-height: 24px;
        color: #666666;
               margin-top: 20px;
               margin-bottom: 20px;
    }


    body.artist .main-content .gear-container .gear a.details {
        border-radius: 3px;
        background-color: #e5e5e5;
        width: auto;
        height: 35px;
        display: inline-block !important;
        text-transform: uppercase;
        font-family: "TG-Bold";
        color: #595959;
        padding: 0 10px;
        line-height: 35px;
        margin-top: 20px;
    }

    body.artist .main-content .gear-container .gear a.details:hover {
        text-decoration: none;
        background-color: #595959;
        color: #e5e5e5;
    }
  


    body.artist .main-content h4.band {
        text-transform: none;
    }
    body.artist .main-content .online-media {
        margin-top:20px;
    }
    body.artist .main-content .online-media h5 {
        color: #AAAAFF;
        font-weight: normal;
    } 

    body.artist .main-content .bio {
        margin: 20px 0 0;
    }
    body.artist .main-content .bio h5 {
        color: #999;
        font-size: 30px;
        font-weight: normal;
    }

    body.artist .main-content .quote-container {
        margin:40px 0;        
    }

    .quote-container span.right-quote,
    .quote-container span.left-quote {
        width:40px;
        height:25px;
    }

    .quote-container .quote {
        font-size: 20px;
    }
/* /artist */

    /* products */
    .product_models a {
        font-weight: inherit;
        font-style: inherit;
        text-decoration: inherit;
    }

    /*footer*/
    ul.legal li a {
        font-weight: inherit;
        font-style: inherit;
        text-decoration: inherit;
    }

    #subnav_buy_link {
        float: right;
        margin-left: right;
    }

    #frontpage_socialmedia {
        margin: 0px;
        padding: 0px;
    }
    #frontpage_socialmedia li {
        display: inline;
        padding: 0 10px;
    }
	.social_media_block {
		padding:35px 0;
	}
	
    

/* mobile media 0px->767px */
@media (max-width: 767px) { /* xs */
	body {
		padding-top: 67px;
	}
	
	/* homepage */
	
	.main-features {
		background-color:#000000;
	}
	
	.main-feature {
        height: initial;
		background-position:top center;
		background-color:#000000;
		border-bottom:solid 1px #666666;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	
	}
	
	.main-feature .overlay-text {
		position: relative;
		display:block;
		width:100%;
		background-color: #404040;
		padding: 20px 25px;
		bottom: initial;
		border-bottom:solid 1px #666666;
	}
	
	
	.main-feature .overlay-text .headline {
		margin:0;
		color:#ffffff;
		text-transform:uppercase;
		font-size:24px;
		line-height:28px;
		letter-spacing: -1px;
	}
	
	.main-feature .overlay-text .headline b, .main-feature .overlay-text .headline strong {
		font-family:"TG-Bold";
		font-weight:normal;
	}
	
	.main-feature .overlay-text p {
		margin-top:10px;
		font-size:12px;
		line-height:20px;
		color:#cacaca;
	}
	
	.main-feature .overlay-text .cta {
		font-family:"TG-Light";
        background-color:initial;
		margin: 0;
		color:#cacaca;
		font-size:24px;
	}
	
	.main-feature .overlay-text .cta:hover {
		text-decoration:none;
	}
	
	.sub-features {
		position:relative;
		background-color:#000000;
	}
	
	.sub-feature {
		display:block;
		width:100%;
		position:relative;
		height:300px;
		background-position:top left;
		-webkit-background-size: 50%;
		-moz-background-size:50%;
		-o-background-size: 50%;
		background-size: 50%;
		border-bottom:solid 1px #666666;
		clear:both;
		background-repeat:no-repeat;
	}
	
	.sub-feature.inverse {
		background-position:top right;
	}
		
	.sub-feature .overlay-text {
		position: absolute;
		width:50%;
		height:300px;
		background-color: #454545;
		padding: 22px 25px;
		right:0;
		border-left:solid 1px #666666;
		border-bottom:solid 1px #666666;
		border-right:none;
	}
	
	.sub-feature .overlay-text.inverse {
		left:0;
		border-right:solid 1px #666666;
		border-left:none;
	}
	
	.sub-feature .overlay-text .headline {
		margin:0;
		color:#ffffff;
		text-transform:uppercase;
		font-size:24px;
		line-height:24px;
		letter-spacing: -1px;
	}
	
	.sub-feature .overlay-text .headline b, .sub-feature .overlay-text .headline strong {
		font-family:"TG-Bold";
		font-weight:normal;
	}
	
	.sub-feature .overlay-text p {
		margin-top:11px;
		color:#cacaca;
	}
	
	.sub-feature .overlay-text .cta {
		font-family:"TG-Light";
		color:#cacaca;
		font-size:24px;
		bottom:10px;
		position:absolute;
        background-color:initial;
	}
	
	.sub-feature .overlay-text .cta:hover {
		text-decoration:none;
	}
	
	.claim {
		height:145px;
		padding:25px;
	}
	
	.claim .tagline {
		font-size:30px;
		line-height:32px;
		color:#666666;
	}
	
	.claim .logo {
		display:block;
		margin: 15px auto;
	}
	
	/* homepage */
	
	/* category page */
	
	.product-header {
		background-color:#3b3b3b;
		font-family:"TG-Light";
		color:#ffffff;
		padding:20px 0 20px 0;
		border-top: 1px solid #575757;
		border-bottom: 2px solid #575757;
	}
	
	.product-header h1 {
		font-family:"TG-Light";
		color:#ffffff;
		text-transform:uppercase;
		font-size:32px;
		margin:0;
	}
	
	.product-header h1 strong {
		font-family:"TG-Bold";
		font-weight:normal;
	}
	
	.product-header h3 {
		font-family: 'TG-Cond';
		color:#adadad;
		font-size:18px;
		margin:5px;
	}
		
	.breadcrumbs {
		font-family:"TG-Light";
		color:#bebebe;
		text-transform:uppercase;
		font-size:11px;
		line-height:20px;
		text-indent:5px;
		background-color:#4e4e4e;
		border-bottom:1px solid #303030;
		padding-top:2px;
	}
	
	/* category page with 2 subcategories */
	.product-double-image {
		position:relative;
		margin-top:20px;
		margin-bottom:10px;
		z-index:1;
	}
	
	.subcategories {
	}
	
	.subcategory {
		border-bottom: 1px solid #E6E6E6;
		position:relative;
	}
	
	.subcategory .bg {
		height:45%;
		width:100%;
		background-color:#F2F2F2;
		position:absolute;
		bottom:0;
		z-index:0;
	}
	
	.subcategory .cta {
		position:absolute;	
		right:10px;
		bottom:10px;
		font-size:36px;
		z-index:1;
	}
	
	.subcategory .cta a {
		font-family:"TG-Light";
		color: #8C8C8C;
        text-decoration: none;
        font-style: initial;
	}
	
	.subcategory .cta a:hover {
		text-decoration:none;
	}
	
	.subcategory .title {
		z-index:1;
	}
	
	.subcategory .title h4 {
		font-family:"TG-Light";
		color:#666666;
		text-transform:uppercase;
		font-size:22px;
		margin: 10px 0 20px 0;
		width: 80%;
	}
	
	.subcategory-image-container {
		padding-top: 60px;
		margin-bottom: 20px;
		background: #f0f0f0;
		background: -moz-linear-gradient(top,  #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(13%,#ffffff), color-stop(100%,#ffffff));
		background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
		background: -o-linear-gradient(top,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
		background: -ms-linear-gradient(top,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
		background: linear-gradient(to bottom,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );
	}
	
	
	
	/* category page with 2 subcategories */
	
	.category-intro a.cta {
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background-color: #e5e5e5;
		width: auto;
		height: 35px;
		display: inline-block !important;
		text-transform: uppercase;
		font-family: "TG-Bold";
		color: #595959;
		padding: 0 10px;
		line-height: 35px;
		overflow:hidden;
	}
	
	.category-intro p {
		font-family:"TG-Light";
		color:#737373;
		font-size:14px;
		line-height:26px;
		margin:20px 0 20px 0;
	}
	
	.product-double-subtitle-bg {
		position:absolute;
		top:0;	
	}
	
	.product-image-container .main-image {
		position:relative;
		margin-top:30px;
		margin-bottom:20px;
	}
	
	.product-text h2 {
		font-family:"TG-Light";
		color:#666666;
		font-size:28px;
		margin:20px 0 0 0;
	}
	
	.product-text h2 strong, .product-text h2 bold {
		font-family:"TG-Bold";
	}
	
	.product-text hr {
		border-bottom-width: 1px;
		border-color:#e2e2e2;
	}
	
	.product-text h3 {
		font-family:"TG-Cond";
		color:#666666;
		font-size:18px;
		margin:20px 0 0 0;
	}
	
	.product-text p {
		font-family:"TG-Light";
		color:#737373;
		font-size:14px;
		line-height:26px;
		margin:20px 0 20px 0;
	}
	
	.product-thumb {
		padding-bottom:10px;
		padding-top:20px;
		margin-bottom:20px;
		background-color:#f7f7f7;
	}
	
	.product-thumb .thumb {
		text-align:center;
		z-index:1;
		position:relative;
		height: 100%;
	}
	
	.product-thumb .thumb .cta {
		position:absolute;	
		right:20px;
		bottom:0;
		font-size:36px;
        line-height: 36px;
		z-index:1;
		color: #8C8C8C;
		font-family:"TG-Light";
        background:none;
	}
	
	.product-thumb .thumb .cta:hover {
		text-decoration:none;
	}
		
    .product-thumb .content .product-link {
        position: absolute;
        bottom: 10px;
        right: 32px;
        color: #8C8C8C;
        font-size: 20px;
    }

	.product-thumb .bg {
		height:45%;
		width:100%;
		background-color:#F2F2F2;
		position:absolute;
		bottom:0;
		z-index:0;
	}
	
	.product-thumb .thumb img {
		height:150px;
		width:auto;	
	}
	
	.product-thumb .thumb h4 {
		font-family:"TG-Light";
		font-size:24px;
		color:#666666;
		font-weight:normal;
		text-align:left;
		margin:0 20px;
	}
	
	.product-thumb .thumb h4 strong, .product-thumb .thumb h4 bold {
		font-family:"TG-Bold";
	}
	
	.product-thumb .content {
		position:absolute;
		display:none;
		top:0;
		z-index:2;
		background-color:#f7f7f7;
		width:100%;
		height:100%;
		background-color: rgba(248, 248, 248, 0.9);
		color: rgba(248, 248, 248, 0.9);
		padding:20px;
	}
	
	.product-thumb .content h4 {
		font-family:"TG-Light";
		font-size:24px;
		color:#666666;
		font-weight:normal;
		text-align:left;
		margin:0 0 10px 0;
	}
	
	.product-thumb .content p {
		font-family:"TG-Light";
		font-size:14px;
		line-height:20px;
		color:#666666;
	}
	
	.foggy-pass-absolute { /* foggy hack */
		width:100%;	
	}
	
	/* category page with 2 subcategories */
	
	.footnotes {
		font-family:'TG-Light';
		font-style:italic;
		color:#737373;
		font-size:12px;
		padding-top: 20px;
		padding-bottom:40px;
	}
			
	/* category page */
	
	/* product page */
    .product-title {
        text-align: left;
    }

	.page-nav {
		background-color:#404040;
		border-top: 1px solid #595959;
		border-bottom: 1px solid #595959;
		color:#FFF;
        position: relative;
        padding:0;
	}
	.page-title {
        padding: 6px 10px;
    }
	
	.main-content .page-nav .nav-links a {
        text-decoration: none;
        text-transform: uppercase;
        font-style: normal;
		display: inline-block;
		font-family:'TG-Light';
		font-size:12px;
		line-height:36px;
		color:#bfbfbf;
		margin: 0 10px 0 10px;
		height:38px;
	}
	
	.page-nav a.active {
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
		color:#ffffff;
	}
	
	.page-nav a.buy {
        margin: 0;
        border-color: #fff;
        color: #fff;
        background-color: #50b0ff;
	}
	
	.page-nav .scroll-indicator {
		background-color:#4D4D4D;
		border-left: 1px solid #666666;
		position:absolute;
		right:0;
		top:0;
		width:30px;
		height:38px;
		line-height:38px;
		color:#bcbcbc;
		font-size:9px;
	}
	
	.page-nav .nav-clipper {
		overflow:hidden;
        height:38px;
	}
	
	.page-nav .nav-container {
		overflow: hidden;
	}
	
	.page-nav .nav-links {
        text-align:left;
	}
	
	.product-splash {
        min-height:150px;    
    }

	.product-splash .title {
		background-color: rgba(0, 0, 0, 0.6);
        padding:20px 25px;
    }

	.product-splash .title.text-left {
		left:0;
	}
	
	.product-splash .title.text-center {
		padding: 20px 20px 20px 10px;
		position:absolute;
		background-color: rgba(0, 0, 0, 0.6);
		width:300px;
		left:50%;
		top:50%;
		margin: -50px 0 0 -150px;
	}

	.product-splash .title h2 {
		font-family:"TG-Light";
		font-size:24px;
		color:#ffffff;
		margin:0;
	}
	
	.product-splash .title h3 {
		font-family:"TG-Cond";
		font-size:14px;
		color:#adadad;
		margin:10px 0 0 0;
		
	}
	
	.product-splash .title h2 strong, .product-splash .title h2 b {
		font-family:"TG-Bold";
	}
	
	.product-inline-video {
		padding-top:30px;
	}
	
	.product-video-thumbs {
		padding-top:30px;
	}
	
	.product-video-thumbs a {
		width:80px;
		height:70px;
		border: 1px solid #a3a3a3;
		display:inline-block;
		padding:5px;
	}
	
	.product-video-thumbs .thumb-container {
		width:80px;
		display:inline-block;
		height:75px;
		margin: 0 10px 20px 10px;
	}
	
	.product-video-thumbs .thumb-container.active, .product-video-thumbs .thumb-container:hover {
		border-bottom: 1px solid #a3a3a3;
	}
	
	.product .product-section {
		padding-top:20px;
		padding-bottom:20px;	
	}
	
	.product .product-section.first-section {
		margin-top:-20px;
		padding:0;
	}
	
	.product .product-section-bg {
		margin-top: 20px;
		padding-top: 20px;
		background: #f0f0f0;
		background: -moz-linear-gradient(top,  #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(13%,#ffffff), color-stop(100%,#ffffff));
		background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
		background: -o-linear-gradient(top,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
		background: -ms-linear-gradient(top,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
		background: linear-gradient(to bottom,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );
	}
		
	.product-specs h3 {
		font-family:'TG-Light';
		font-size:18px;
		color:#666666;
		margin:30px 0 0 0;
	}
	
	.product-specs hr {
		margin:10px 0 10px 0;
		border-bottom: 1px solid #9f9f9f;
	}
	
	.product-specs ul {
		margin:0;
		padding:15px;
		font-family:'TG-Light';
		font-size:14px;
		color:#737373;
	}
	
	/* double reveal */

	
	.reveal-double .reveal-content {
	}
	
	.reveal-cta {
		font-family: "TG-Light";
		color: #666666;
		font-size: 28px;
	}
	
	.reveal-cta strong, .reveal-cta b {
		font-family: "TG-Bold";
	}
		
	.reveal-double .reveal-content, .reveal-double .reveal-content p {
		font-family: "TG-Light";
		color: #737373;
		font-size: 14px;
		line-height: 26px;
	}
	
	.reveal-double .reveal-content .white-box {
		background-color:#e5e5e5;
		padding:20px;
		color:#585858;
		min-height:125px;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	/* double reveal */
	
	/* single reveal */
	
	.product-text.reveal-single-cta {
		margin-bottom:-1px;
	}
	
	.reveal-single,
	.product-text .reveal-single p {
		background-color: #595959;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 25px;
		display: none;
		font-family: "TG-Light";
		color:#ffffff !important;
		font-size: 14px;
		top:-10px;
		padding-bottom:0px;
	}
	
	.reveal-single hr {
		border-bottom-width: 1px;
		border-color:#e2e2e2;
		margin-top:5px;
	}
	
	.reveal-cta-active {
		-webkit-border-radius: 3px 3px 0px 0px !important;
		border-radius: 3px 3px 0px 0px !important;
		color:#e5e5e5 !important;
		background-color:#595959 !important;
	}
	
	.reveal-single .double-line {
		line-height:32px;
	}
	
	.reveal-single .double-line strong {
		font-family: "TG-Bold";
	}
	
	.reveal-transparent {
		background-color: transparent !important;
		color:#737373 !important;
		padding: 25px 0 25px 0;
	}
	
	.reveal-transparent .reveal-cta-active {
		-webkit-border-radius: 3px !important;
		border-radius: 3px !important;
	}
	
	
	/* single reveal */	
	
	.product-section table {
		margin-top: 40px;
		margin-bottom:40px;
		border-width: 0 0 1px 1px;
		border-color: #e6e6e6;
		border-spacing: 0;
		border-collapse: collapse;
		border-style: solid;
		color:#666666;
	}
	
	.product-section th {
		margin: 0;
		padding: 10px;
		border-width: 1px 1px 0 0;
		border-style: solid;
		border-color: #e6e6e6;
		background-color:#e6e6e6;
	}
	
	.product-section td {
		margin: 0;
		padding: 10px;
		border-width: 1px 1px 0 0;
		border-style: solid;
		border-color: #e6e6e6;
	}
	
	.product-section tr {
	}
	
	/* product page quick start guides */
	
	.product .table-title h2 {
		font-family: "TG-Light";
		color: #666666;
		font-size: 24px;
	}
	
	.product .row.first-section h2 {
		margin-top: 50px;
	}
	
	.product .table-title h2 strong {
		font-family: "TG-Bold";
		font-weight: normal;
		color: #666666;
	}
	
	.product .product-title{
		padding:6px;
	}
	
	.product .product-title h2 {
		margin-top:10px;
	}
	
	.product .product-title h2 strong {
		font-family: "TG-Bold";
		font-weight: normal;
		color: #666666;
		font-size: 24px;
	}
	
	.product .guides-table tr.border-up {
		border-top: 1px solid #dfdfdf;
	}
	
	.product .guides-table td {
		padding:5px;
		color: #999999;
		font-size: 12px;
	}
	
	.product .guides-table td.icon {
		color: #666666;
		text-align:center;
		font-size: 24px;
	}
	
	.product .guides-table td strong {
		font-family: "TG-Bold";
		font-weight: normal;
		color: #666666;
		font-size: 14px;
	}
	
	.product .guides-table td.icon-download {
		font-size: 24px;
	}
	
	.product .grey-bar {
		border-top: 2px solid #666666;
		margin-bottom: 20px;
	}
	.product-section.diagrams {
		padding-top:0;
	}
	
	.product .diagrams div {
		font-family: "TG-Light";
		color: #999999;
		font-size: 12px;
	}
	
	.product .diagrams div strong {
		font-family: "TG-Bold";
		font-weight: normal;
		color: #666666;
		font-size: 14px;
	}
	
	.product .diagrams div img {
		margin-top:10px;
		margin-bottom: 20px;
	}
	
	/* product page */
	
	/* about page */
	
	.about-text h2 {
		font-family:"TG-Light";
		color:#666666;
		font-size:28px;
		margin:20px 0 0 0;
	}
	
	.about-text h2 strong, .about-text h2 bold {
		font-family:"TG-Bold";
	}
	
	.about-text hr {
		border-bottom-width: 1px;
		border-color:#e2e2e2;
	}
	
	.about-text h3 {
		font-family:"TG-Cond";
		color:#666666;
		font-size:18px;
		margin:20px 0 0 0;
	}
	
	.about-text p {
		font-family:"TG-Light";
		color:#737373;
		font-size:14px;
		line-height:26px;
		margin:20px 0 20px 0;
	}

	body.jobs .about-text p {
        color: #333;
    }

	
	.about .about-text ul {
		margin:10px 0 40px 0;
	}
	
	.about .about-text ul li {
		color:#737373;
		margin: 10px 0 10px 0;
	}
	
	.about .about-section {
		margin-top:40px;
		margin-bottom:40px;
	}
	
	.about .about-section h2 {
		font-family: "TG-Bold";
		color: #666666;
		font-size: 24px;
		margin: 0;
		text-align:center;
	}
	
	.about .about-section hr {
		border-bottom-width: 1px;
		border-color: #e2e2e2;
		margin: 15px 0 15px 0;
	}
	
	.about .about-section h3 {
		font-family: "TG-Cond";
		color: #666666;
		font-size: 18px;
		margin: 0;
		text-align:center;
	}
	
	.about .about-section p {
		font-family:"TG-Light";
		color:#737373;
		font-size:14px;
		line-height:28px;
		margin:20px 0 0 0;
	}
	
	.about .about-section .thumb {
		text-align:center;
		margin-bottom:20px;
	}

	.about .oblique-link {
		font-family:"TG-Bold";
		font-style:italic;
		text-decoration:underline;
	}
	
	.about h5 {
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		background-color:#ededed;
		padding:20px;
		margin:0;
		border-bottom: 1px solid #e0e0e0;
		font-family:"TG-Light";
		font-size:20px;
		color:#4d4d4d;
	}
	
	.about h5 strong {
		font-family:"TG-Bold";
	}
	
	.about .contact-box {
		-webkit-border-radius: 0 0 3px 3px;
		border-radius:  0 0 3px 3px;
		display:inline-block;
		background-color:#f7f7f7;
		padding:10px 20px 20px 20px;
		margin-bottom:40px;
		border-top: 1px solid #ffffff;
	}
	
	.about .contact-box p {
		margin: 10px 0 0 0;
	}
	
	/* about page */
	
    
    /*  generic content pages
        pages using these styles: custom tone
    */
    
    .page-section {
        /*padding-top:20px;*/
        padding-bottom:20px;    
    }
        
    .page-section-bg {
        /*margin-top: 20px;*/
        padding-top: 20px;
        background: #f0f0f0;
        background: -moz-linear-gradient(top,  #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(13%,#ffffff), color-stop(100%,#ffffff));
        background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
        background: -o-linear-gradient(top,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
        background: -ms-linear-gradient(top,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
        background: linear-gradient(to bottom,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );
    }
    
    /* dropdown generic */
    
    div.fancy-select {
        position: relative;
        text-transform: uppercase;
        color: #999999;
        width:50%;
        height:42px;
        display:inline-block;
        line-height: 30px;
    }
    
    
    
    div.fancy-select.disabled {
        opacity: 0.5;
    }
    
    div.fancy-select select:focus + div.trigger.open {
        box-shadow: none;
    }
    
    div.fancy-select div.trigger {
        -webkit-border-radius: 0;
        border-radius: 0;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        color: #ffffff;
        background-color: #4d4d4d;
        border: 1px solid #595959;
        padding:5px 10px;
        width: 100%;
    
        transition: all 240ms ease-out;
        -webkit-transition: all 240ms ease-out;
        -moz-transition: all 240ms ease-out;
        -ms-transition: all 240ms ease-out;
        -o-transition: all 240ms ease-out;
    }
    
    div.fancy-select div.trigger:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #ffffff;
        top: 18px;
        right: 9px;
    }
    
    div.fancy-select div.trigger.open {
        background: #666666;
        color: #ffffff;
    }
    
    div.fancy-select div.trigger.open:after {
        border-top-color: #ffffff;
    }
    
    div.fancy-select ul.options {
        list-style: none;
        margin: 0;
        position: absolute;
        top: 42px;
        left: 0;
        visibility: hidden;
        opacity: 0;
        z-index: 50;
        max-height: 200px;
        overflow: auto;
        background: #999999;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        width:100%;
        padding: 0;
    
        transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
        -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
        -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
        -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
        -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    }
    
    div.fancy-select ul.options.open {
        visibility: visible;
        top: 42px;
        opacity: 1;
    
        /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
        /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
        transition: opacity 300ms ease-out, top 300ms ease-out;
        -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
        -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
        -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
        -o-transition: opacity 300ms ease-out, top 300ms ease-out;
    }
    
    div.fancy-select ul.options.overflowing {
        top: auto;
        bottom: 40px;
    
        transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
        -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
        -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
        -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
        -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    }
    
    div.fancy-select ul.options.overflowing.open {
        top: auto;
        bottom: 50px;
    
        transition: opacity 300ms ease-out, bottom 300ms ease-out;
        -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
        -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
        -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
        -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    }
    
    div.fancy-select ul.options li {
        padding: 8px 12px;
        color: #ffffff;
        cursor: pointer;
        white-space: nowrap;
    
        transition: all 150ms ease-out;
        -webkit-transition: all 150ms ease-out;
        -moz-transition: all 150ms ease-out;
        -ms-transition: all 150ms ease-out;
        -o-transition: all 150ms ease-out;
    }
    
    div.fancy-select ul.options li.selected {
        background: #666666;
        color: #ffffff;
    }
    
    div.fancy-select ul.options li.hover {
        color: #fff;
    }
    
    /* dropdown generic */
    
    /*  generic content pages */
    
    /*customtone */
    .customtone .search-bar {
        background-color: #4d4d4d;
        height:42px;
    }
    
    .customtone .search-bar select {
        -webkit-appearance:none;
        moz-webkit-appearance:none;
        text-indent: 0.01px;
        text-overflow: '';
        -webkit-border-radius: 0;
        border-radius: 0;
        font-family:"TG-Bold";
        color: #ffffff;
        background-color: #4d4d4d;
        border: 1px solid #595959;
        padding:5px 10px;
        width:50%;
        line-height:30px;
    }
    
    .customtone .search-bar input[type=text] {
        -webkit-appearance:none;
        moz-webkit-appearance:none;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-family:"TG-Light";
        color: #ffffff;
        background-color: #4d4d4d;
        border: 1px solid #595959;
        border-left: 1px solid #363636;
        padding:5px 10px;
        width:50%;
        line-height:30px;
        position:absolute;
        right:0;
        height:42px;    
    }
    
    .customtone .search-bar ::-webkit-input-placeholder { /* WebKit browsers */
        color:    #ffffff;
    }
    .customtone .search-bar :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:    #ffffff;
    }
    .customtone .search-bar ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    #ffffff;
    }
    .customtone .search-bar :-ms-input-placeholder { /* Internet Explorer 10+ */
        color:    #ffffff;
    }
    
    .customtone .search-bar .search-button {
        display:block;
        position:absolute;
        color: #ffffff;
        top: 14px;
        right: 14px;
    }
    
    .customtone .product {
        padding-top:15px;
        padding-bottom:15px;
        display:block;
    }
    
    .customtone .product .pic {
        text-align:left;
        width:20%;
        display:inline-block;
        height:100%;
    }
    
    .customtone .product .title {
        font-family:"TG-Light";
        font-size:20px;
        color:#666666;
        text-align:left;
        margin-top:10px;
        margin-bottom:10px;
        display:inline-block;
        height:100%;
    }
    
    .customtone .product .title b, .customtone .product .title strong {
        font-family:"TG-Bold";
        font-size:20px;
        color:#666666;
    }
    
    .customtone .dark {
        background-color:#f7f7f7;
    }
    
    .customtone .title-label {
        font-family: "TG-Bold";
        font-size: 14px;
        color: #666666;
        width: auto;
        height: 35px;
        display: none;
        text-transform: uppercase;
        line-height: 35px;
        position: relative;
        top: 40px;
        left: 5%;
    }
    
    .customtone .top-tones {
        font-family: "TG-Light";
        color: #737373;
        font-size: 14px;
        line-height: 22px;
        display:block;
        padding-bottom:20px;
    }
    
    .customtone .top-tones h2 {
        font-family: "TG-Light";
        text-align: left;
        color: #666666;
        font-size: 36px;
        margin: 20px 0 0 0;
    }
    
    .customtone .top-tones h2 strong, .customtone .top-tones h2 b {
        font-family: "TG-Bold";
    }

    .customtone .top-tones a {
        
    }
    
    .customtone .product-pic {
        background-color: #404040;
    }
    
    .customtone .product-pic h2 {
        font-family: "TG-Light";
        color:#ffffff;
        font-size:28px;
        margin:0 0 20px 0;
    }
    
    .customtone .product-pic b, .customtone .product-pic strong {
        font-family: "TG-Bold";
    }
    
    .customtone .product-pic img {
        margin-top:20px;
        margin-bottom:10px;
        max-width:80%;
    }
    
    .customtone .tone-name {
        padding: 7px 10px 5px 10px;
        font-family: "TG-Light";
        color:#999999;
        font-size:12px;
        border-bottom: 2px solid #ebebeb;
    }
    
    .customtone .tone-cta {
        padding: 15px 10px 15px 10px;
        font-family: "TG-Bold";
        color:#595959;
        font-size:18px;
        border-top: 1px solid #eeeeee;
        background-color:#fff;
    }
    
    .customtone .tone-cta span.votes {
        font-family: "TG-Light";
        color:#999999;
        font-size:14px;
        margin-left: 10px;
    }
    
    .customtone .tone-cta.dark {
        background-color:#f7f7f7;
    }
    
    .customtone .tone-cta.highlighted {
        background-color:#4f4f4f;
        color:#ffffff;
        border: 1px solid #404040;
    }
    
    .customtone .tone-cta.highlighted span.votes {
        font-family: "TG-Light";
        color:#999999;
        font-size:14px;
        margin-left:10px;
    }
    
    .customtone .tone-cta .cta {
        font-family: "TG-Light";
        color:#b5b5b5;
        font-size:20px;
        position: absolute;
        right:10px;
        top:15px;
        display:block;
    }
    
    .customtone .tone-details {
        padding: 5px 10px 5px 10px;
        font-family: "TG-Light";
        color:#e2e2e2;
        font-size:18px;
        background-color:#474747;
        border-top: 1px solid #4f4f4f;
        display:none;
    }
    
    .customtone .tone-details th {
        width:25%;
        color:#9f9f9f;
        vertical-align:top;
        padding-top:5px;
    }
    
    .customtone .tone-details td {
        padding:5px;
    }
    
    .customtone .add-tones {
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #383838;
        border:1px solid #525252;
        width: auto;
        height: 35px;
        display: inline-block !important;
        text-transform: uppercase;
        font-family: "TG-Bold";
        color: #e2e2e2;
        padding: 0 10px;
        line-height: 35px;
        overflow:hidden;
        margin: 10px 0 10px 0;
    }
    
    .customtone .more-tones {
        min-height:110px;
        background-color:#e7e7e7;
        border-top:2px solid #f0f0f0;
        border-bottom:2px solid #f0f0f0;
    }
    
    .customtone .more-tones .cta {
        color: #8f8f8f;
        display:block;
        width:100%;
        height:100%;
    }

    #ct_pagination {
        font-size: 20px;
        color: #595959;
        padding: 0 10px;
        line-height: 40px;
        display: inline-block !important;
        text-transform: uppercase;
        font-family: "TG-Bold";
        text-align: center;
    }

    #ct_upload .copy {
        border: none;
    }

    #ct_pagination a,
    #ct_pagination b {
        height: 22px;
        padding: 0 6px;
         line-height:22px;
         font-size: 12px;
        background-color: #BBB;
    }

    /*  /customtone pages */
    
    /* login page */
	.login-page h2 {
		font-family:"TG-Light";
		color:#666666;
		font-size:44px;
		margin:20px 0 0 0;
	}
	
	.login-page h2 strong, .login-page h2 bold {
		font-family:"TG-Bold";
	}
	
	.login-page hr {
		border-bottom-width: 1px;
		border-color:#e2e2e2;
		clear:left;
	}
	
	.login-page h3 {
		font-family:"TG-Cond";
		color:#666666;
		font-size:18px;
		margin:20px 0 0 0;
	}
	
	.login-page .main_content p {
		font-family:"TG-Light";
		color:#737373;
		font-size:14px;
		line-height:26px;
		margin:15px 0 15px 0;
	}
	
	/* validation popup */ 
	.login-page .validation-alert { 
		margin:40px 0px; 
		color:#ebebeb; 
		background-color:#636363; 
		border-radius:5px; 
		-webkit-border-radius:5px;
	}
	
	.login-page .validation-alert div {
		padding:14px; font-size:17px;
	}
	
	.login-page .validation-alert .header {
		border-bottom:1px solid #7d7d7d;
	}
	
	.login-page .validation-alert .errors {
		background-color:#707070; 
		color:#f1f1f1; 
		border-radius:0px 0px 5px 5px;
		-webkit-border-radius:0px 0px 5px 0px;
	}
	
	::-webkit-input-placeholder { /* WebKit browsers */
    color:    #595959;
	}
	
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	    color:    #595959;
	}
	
	::-moz-placeholder { /* Mozilla Firefox 19+ */
	    color:    #595959;
	}
	
	:-ms-input-placeholder { /* Internet Explorer 10+ */
	    color:    #595959;
	}
	
	/* form fields */
	.login-page input[type="text"], .login-page input[type="password"], .login-page input[type="email"], .login-page select  {
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		background-color:#f5f5f5;
		padding:12px;
		margin:15px 0px;
		border: 1px solid #ebebeb;
		box-shadow: 0px 0px 0px 1px #fff inset;
		font-family:"TG-Bold";
		font-size:17px;
		color:#595959; 
		float:left;
		margin-right:0px;
		width:100%;
	}
	
	.login-page select { 
		-webkit-appearance:none;
		margin-right:0px; 
		color:#707070;
		/* mozilla hack */
		-moz-appearance: none; 
		text-indent: 0.01px;
	    text-overflow: '';
	}
		
	.login-page input[type="text"]:hover, .login-page input[type="password"]:hover, .login-page input[type="email"]:hover, .login-page select:hover {
		 border:1px solid #E8E8E8; background:#F9F9F9; outline:none;
	}
	
	.login-page input:nth-child(odd) { 
		margin-right:0px;
	}
	
	.login-page input:focus, .login-page input:focus:hover { 
		border:1px solid #cacaca; background:#ffffff; outline:none; box-shadow:0px 0px 3px rgba(0,0,0,0.20);
	}
	
	.login-page .forgot { 
		display:block; font-size:13px; color:#959595; margin-top:10px; clear:left; 
	}
	
	.login-page .terms { 
		display:block; font-size:13px; color:#959595; margin:10px 0px; clear:left; 
	}
	
	.login-page .select-style { 
		position:relative;
		float:left;
	}
	
	.login-page .select-style:after {
		content: "\e114";
		font-family: 'Glyphicons Halflings';
		position:absolute;
		right:10px;
		top:35px;
		width:20px;
		height:20px;
		display:block;
		color:#707070;
	}
	
	.login-page input[type="submit"] {
		background-color:#f1f1f1; 
		padding:10px 22px;
		font-family:"TG-Bold";
		font-size:20px;
		color:#595959;
		border-radius:6px;
		-webkit-border-radius:6px;
		box-shadow:1px 1px 0px 1px #d9d9d9; 
		border:none;
		margin-top:15px;
	}
	
	.login-page input[type="submit"]:hover {
		background-color:#f5f5f5;
	}
	
	.login-page .main_content p { 
		font-size: 17px; margin-right:10px;
	}
	
	.login-page .typeofuser {
		margin:0px;
		padding:0px;
	}
	
	.login-page .typeofuser li { 
		list-style-type:none; 
		width:33%; 
		float:left;
	}
	
	.login-page .typeofuser p {
		font-size: 14px;
		line-height: 22px;
		margin:0px 10px 15px 0px
	}
	
	.login-page input[type="checkbox"] {
		 display:none;
	}
	
	.login-page p.select { 
		margin:10px 0px 25px; font-size:16px;
	}
	
	.login-page label:before { 
	    content: ""; 
	    display:inline-block;
		background-color:#f5f5f5;
		border: 1px solid #ebebeb;
		box-shadow: 0px 0px 0px 1px #fff inset;
		font-family:"TG-Bold";
		font-size:16px;
		color:#595959; 
		width:30px;
		height:30px;
		position:absolute; left:0px; top:0px;
		padding:0px;
		line-height:20px;
	}
	
	.login-page input[type=checkbox]:checked + label:before {  
		content: "\e013";
		font-family: 'Glyphicons Halflings';
	    /* content: "\2713";  */
	    padding-top:3px;
	    font-size: 17px;  
	    color: #707070;  
	    text-align: center;     
	}  
	
	.login-page label { 
		margin-bottom:15px !important;
		font-size:16px; 
		font-family:"TG-Bold";
		cursor:pointer; 
		position:relative;
		padding-left:40px; line-height:27px;
		color:#595959;
	}
	
	login-page .captcha { 
		background-color:#f5f5f5;
		padding:15px;
		width: 400px;
		float: right;	
	}
	
	.login-page input[type="text"], .login-page input[type="password"], .login-page input[type="email"], .login-page select  {
		width:100%; 
		font-size:17px;
		padding:12px;
		margin-right:0px !important;
	}
	
	.login-page .select-style { 
		width:100%;
	}
	
	.login-page .select-style:after {
		right:2%;
	}
	
	.login-page .typeofuser li {
		width:100%;
	}
	
	.captcha { 
		float:none;
	}
	
	.login-page .validation-alert div {
		font-size:15px; 
		padding:11px;
	}
	
	.login-page .validation-alert {
		margin:30px 0px 10px; 
	}
	
	.login-page h2 { 
		font-size:28px;
	}
	
	.create-account {
		padding-bottom:20px;
	}
	
	/* login page */
    
    /* contact form */
    #contact_form .input_field,
    #contact_form .input_title,
    #contact_form .input_field input,
    #contact_form .input_field textarea {
              min-width:100px;
    }
    /* /contact form */

    /* videos */
    .search-bar {
        margin-top:0px;
    }
    .video_nav_filter {
        color: #FFF;
        background:#4D4D47;
        border: 1px solid #595959;
    }
  
    /* sonic port eze */
    .dark-background {
	    margin-bottom:-5px;
    }
    .dark-background div.product_section_bg .col-xs-24 {
	    background-color: #323232;
	    margin-top: -40px;
	    padding-bottom:20px;
	    margin-bottom: -20px;
    }
    .dark-background .col-xs-24 {
	    background: #323232;
	    padding-bottom:20px;
    }
    .dark-background h2, .dark-background h3, .dark-background p {
	    color:#FFF;
    }
    .specs-page {
	    margin-top:40px !important;
	    margin-bottom:30px;
    }
    .specs-page .product_section_bg { 
	    background:none !important;
    } 
    .specs-page h2 {
	    font-size:20px;
	    font-family: "TG-Bold";			    
		border-bottom: 1px solid #444;
		padding-bottom: 6px;
		margin-top:10px !important;
    }
    .specs-page h3 { 
	    font-size:17px;
	    font-family: "TG-Bold";
    }
    .specs-page ul  {
		margin:10px 0px 25px;
		padding-left:16px;
	}
    .specs-page ul li {
	  line-height:24px;
	    
    }
    .product_section_bg .product-splash { margin-top:-40px; } /* fix for sonic port products by eze */

	.video-container {
	    min-height:158px;
	}

    /* /videos */

    /* artist */
    .artist-card-content .read-more {
        font-size: 3em;
        bottom: 8px;
    }
    /* /artists */
}
/* /mobile media 0px->767px */

/* small media: 768px->∞ */
@media (min-width: 768px) {
	.page-nav .product-title {
        padding-left: 0px;	
    }
	
	/* homepage */
	.main-feature .overlay-text .headline {
		margin:0;
		color:#ffffff;
		text-transform:uppercase;
		letter-spacing: -1px;
		font-size:36px;
		line-height:30px;
        font-weight: bold;
	}
	
	.main-feature .overlay-text p {
		margin:0px;
	}
			
	.main-feature .overlay-text .cta {
        background-color: initial;
        padding: 0;
	}
	
	.main-feature .overlay-text .cta:hover {
		text-decoration:none;
	}
	
	.sub-features {
		height:375px;
		border-left:none;
		border-right:none;
		background-color:#585858;
	}
	
	.sub-feature {
		width:25%;
		float:left;
		position:relative;
		height:200px;
		background-position:top center;
		-webkit-background-size: cover;
		-moz-background-size:cover;
		-o-background-size: cover;
		background-size: cover;
		border: none;
	}
	
	.sub-feature.right-border {
	}
	
	.sub-feature .overlay-text {
		position: absolute;
        bottom: -175px;
        min-height: 175px;
		padding: 22px 25px;
		display:block;
		width:100%;
		background-color: #454545;
    }

	.sub-feature .overlay-text .headline {
		margin:0;
		color:#ffffff;
	/*	text-transform:uppercase; */
		font-size:24px;
		line-height:24px;
		letter-spacing: -1px;
	}
	
	.sub-feature .overlay-text .headline b, .sub-feature .overlay-text .headline strong {
		font-family:"TG-Bold";
		font-weight:normal;
	}
	
	.sub-feature .overlay-text p {
		margin-top:11px;
		color:#cacaca;
	}
	
	.sub-feature .overlay-text .cta {
		font-family:"TG-Light";
		color:#cacaca;
		font-size:28px;
		position:absolute;
		bottom:10px;
		background-color: initial;
		padding: 0;
	}
	
	.sub-feature .overlay-text .cta:hover {
		text-decoration:none;
	}
	
	.claim {
		height:107px;
		padding-top:35px;
	}
	
	.claim-container {
		width:480px;
		display:inline-block;
	}
	
	.claim-container .tagline {
		font-size:30px;
		color:#666666;
		float:left;
	}
	
	.claim-container .logo {
		margin:6px 0 0 15px;
		float:left;
	}
	
	/* homepage */
	
	/* category page */
	
	/*body.category {
		padding-top: 83px;
	}*/
	
	.product-header {
		min-height:180px;
		background-color:#404040;
		margin:0;
	}
	
	.breadcrumbs {
		position: relative;
		top:20px;
		left:20px;
		color:#999999;
		font-size:11px;
		width:400px;
	}
	
	.breadcrumbs a {
		color:#999999;
		text-decoration:none;
	}
	
	.breadcrumbs .active {
		color:#bfbfbf;
	}
	
	.product-header h1 {
		font-family:"TG-Light";
		color:#ffffff;
		text-transform:uppercase;
		font-size:54px;
		margin:20px 0 0 0;
	}
	
	.product-header h1 strong {
		font-family:"TG-Bold";
		font-weight:normal;
	}
	
	.product-header h3 {
		font-family: 'TG-Cond';
		color:#adadad;
		font-size:18px;
		margin:5px;
	}
	
	.product-image-container .main-image {
		text-align:center;
	}
	
	.product-image-container .overlay {
		position:relative;
		margin-top:-80px;
	}
	
	.subcategory-image-container {
		background: #f0f0f0;
		background: -moz-linear-gradient(top,  #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(13%,#ffffff), color-stop(100%,#ffffff));
		background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
		background: -o-linear-gradient(top,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
		background: -ms-linear-gradient(top,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
		background: linear-gradient(to bottom,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );
		padding-bottom: 40px;
	}
	
	
	/* category page with 2 subcategories */
	.product-double-subtitle {
		padding-bottom:20px;
	}
	
	.product-double-image {
		position:relative;
	}
	
	.row.overlay {
		position:relative;
		margin-top:-50px;
	}
	
	.product-double-subtitle-bg {
		background-color:#404040;
		margin:0;
	}
		
	.product-double-subtitle h4 {
		font-family:"TG-Light";
		color:#ffffff;
		font-size:36px;
		margin:30px 0 0 0;
	}
	
	.product-double-subtitle h4 strong {
		font-family:"TG-Bold";
		font-weight:normal;
	}
	
	.product-double-subtitle p {
		font-family:"TG-Light";
		color:#adadad;
		font-size:14px;
		margin:20px 0 0 0;
	}
	
	.product-double-subtitle a {
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background-color:#595959;
		width:auto;
		height:35px;
		display:inline-block;
		text-transform:uppercase;
		font-family:"TG-Bold";
		color:#e5e5e5;
		padding:0 10px;
		line-height:35px;
		margin-top:20px;
	}
	
	.product-double-subtitle a:hover {
		text-decoration:none;
		background-color:#e5e5e5;
		color:#595959;
	}
	
	.category-intro {
		padding:40px 0 40px 0;
	}
	
	.category-intro p {
		font-family:"TG-Light";
		color:#737373;
		font-size:14px;
		line-height:28px;
	}
	
	.category-intro a.cta {
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background-color: #e5e5e5;
		width: auto;
		height: 35px;
		display: inline-block !important;
		text-transform: uppercase;
		font-family: "TG-Bold";
		color: #595959;
		padding: 0 10px;
		line-height: 35px;
		overflow:hidden;
	}
	
	.category-intro a:hover {
		text-decoration:none;
		background-color:#595959;
		color:#e5e5e5;
	}
	
	/* category page with 2 subcategories */
	
	.product-text {
		margin-bottom:20px;
	}
	
	.product-text h2 {
		font-family:"TG-Light";
		text-align:center;
		color:#666666;
		font-size:48px;
		margin:0;
	}
	
	.product-text h2 strong, .product-text h2 bold {
		font-family:"TG-Bold";
	}
	
	.product-text hr {
		border-bottom-width: 1px;
		border-color:#e2e2e2;
	}
	
	.product-text h3 {
		font-family:"TG-Cond";
		text-align:center;
		color:#666666;
		font-size:24px;
		margin:20px 0 0 0;
	}
	
	.product-text p {
		color:#737373;
		font-size:14px;
		line-height:28px;
		margin:20px 0 0 0;
	}
	
	.product-text a:hover {
		text-decoration:none;
		background-color:#595959;
		color:#e5e5e5;
	}
	
	.product-thumb {
		text-align:center;
		padding-bottom:30px;
		padding-top:20px;
		margin-bottom:20px;
		border:1px solid transparent;
		cursor:pointer;
	}

	div.section_nav {
		min-height: 45px;
	}

	.product-thumb.active {
		background-color:#f7f7f7;
		border:1px solid #f1f1f1;
	}
	
	.product-thumb .content {
		display: block !important;
	}
	
	.product-thumb .content h4 {
		font-family:"TG-Light";
		font-size:30px;
		color:#666666;
		font-weight:normal;
	}
	
	.product-thumb .content h4 strong, .product-thumb .content h4 bold {
		font-family:"TG-Bold";
	}
	
	.product-thumb .content p {
		font-family:"TG-Cond";
		font-size:16px;
		line-height:24px;
		color:#666666;
	}
	
	.product-thumb .content a {
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background-color:#e5e5e5;
		width:auto;
		height:35px;
		display:inline-block !important;
		text-transform:uppercase;
		font-family:"TG-Bold";
		color:#595959;
		padding:0 10px;
		line-height:35px;
		margin-top:20px;
        font-weight: inherit;
        font-style: inherit;
        text-decoration: inherit;
	}
	
	.product-thumb .content a:hover {
		text-decoration:none;
		background-color:#595959;
		color:#e5e5e5;
	}
	
	.product-line {
		text-align:center;
	}
	
	.product-line span {
		margin-top:50px;
		border-left:1px solid #e2e2e2;
		min-height:300px;
		display:inline-block;
	}
	
	/* category page with 2 subcategories */
	
	.footnotes {
		font-family:'TG-Light';
		color:#737373;
		font-size:12px;
		padding-top: 20px;
		padding-bottom:40px;
		font-style:italic;
	}
	
	/* category page */
	
	/* product page */
	
	/*body.product {
		padding-top: 133px;
	}*/
	
	.page-nav .product-title {
		font-family:"TG-Light";
		font-size:20px;
		color:#ffffff;
		line-height:45px;
	}
	
	.page-nav .product-title strong, .page-nav .product-title b {
		font-family:"TG-Bold";
	}
	
	.page-nav .links-bar a.active, .page-nav .links-bar a:hover {
		height:45px;
		color:#ffffff;
	}

	.page-nav .buy {
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background-color:#50b0ff;
		width:auto;
		height:30px;
		display:inline-block;
		text-transform:uppercase;
		font-family:"TG-Bold";
		font-size:13px;
		color:#ffffff;
		padding:0 10px;
		line-height:30px;
		margin-top:7px;
        margin-left: 30px;
	}

	.product-splash .title.text-left,
	.product-splash .title.text-right {
		padding: 20px 40px 20px 20px;
		position:absolute;
		right:0;
		top:50%;
        background-color: rgba(0, 0, 0, 0.6);
		width:500px;
		margin-top:-100px;	
	}

	.product-splash .title.text-left {
		left:0;
	}
	
	.product-splash .title.text-above,
	.product-splash .title.text-below {
        position: absolute;
        bottom: 0;
		background-color: rgba(0, 0, 0, 0.6);
        text-align: left;
        width: 100%;
               padding: 15px 20px;
    }

	.product-splash .title.text-above { 
        top: 0;
             bottom: inherit;
    }

	.product-splash .title.text-center {
		padding: 20px 40px 20px 20px;
		position:absolute;
		background-color: rgba(0, 0, 0, 0.6);
		width:500px;
		left:50%;
		top:50%;
		margin: -100px 0 0 -250px;
	}
	
	.product-splash .title h2 {
		font-family:"TG-Light";
		font-size:36px;
		color:#ffffff;
		
	}
	
	.product-splash .title h3 {
		font-family:"TG-Cond";
		font-size:20px;
		color:#adadad;
		
	}
	
	.product-splash .title h2 strong, .product-splash .title h2 b {
		font-family:"TG-Bold";
	}
	
	.product-splash .breadcrumbs {
		position:absolute;
		top:10px;
	}
	
	.product-splash img {
		width:100%;
	}
	
	.product-splash  {
		/*margin-top: 50px;*/	
	}
	
	.product-inline-video {
		padding-top:40px;
	}
	
	.product-video-thumbs {
		padding-top:40px;	
	}
		
	.product-video-thumbs a {
		width:150px;
		height:110px;
		border: 1px solid #a3a3a3;
		display:inline-block;
		padding:5px;
	}
	
	.product-video-thumbs .thumb-container {
		width:150px;
		display:inline-block;
		height:120px;
		margin: 0 10px 20px 10px;
	}
	
	.product-video-thumbs .thumb-container.active, .product-video-thumbs .thumb-container:hover {
		border-bottom: 1px solid #a3a3a3;
	}
	
	.product .product-section {
		padding-bottom:40px;	
	}
	
	.product .product-section-bg {
		padding-top: 40px;
		background: #f0f0f0;
		background: -moz-linear-gradient(top,  #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(13%,#ffffff), color-stop(100%,#ffffff));
		background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
		background: -o-linear-gradient(top,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
		background: -ms-linear-gradient(top,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
		background: linear-gradient(to bottom,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );
	}
	
	.product .product-section .overlay {
		margin-top: -80px;	
	}
	
	.product .product-text h2, .product .product-text h3 {
		text-align:left;	
	}
	
	.product .product-text h2, .product .product-text h3 {
		text-align:left;	
	}
	
	.product .product-text.single-col h2, .product .product-text.single-col h3 {
		text-align:center;	
	}
	
	.product .product-text.reveal-stack h2 {
		font-size: 30px;
		text-align: center;
		margin-top: 120px;
	}
	
	.product .product-text.reveal-stack h3 {
		font-size: 18px;
		text-align: center;
		margin-top: 10px;
	}
	
	.product-specs {
		padding-top:40px;
		padding-bottom:40px;	
	}
	
	.product-specs h3 {
		font-family:'TG-Light';
		font-size:18px;
		color:#666666;
		margin:0;
	}
	
	.product-specs hr {
		margin:10px 0 10px 0;
		border-bottom: 1px solid #9f9f9f;
	}
	
	.product-specs ul {
		margin:0;
		padding:15px;
		font-family:'TG-Light';
		font-size:12px;
		color:#737373;
	}
	
	/* double reveal */
	
	.reveal-double {
		position:relative;	
	}
	
	.reveal-double .reveal-cta {
		margin-bottom:40px;
	}
	
	.reveal-double .reveal-cta .text {
		height:170px;
	}
	
	.reveal-double .reveal-cta h3 {
		font-family:"TG-Light";
		font-size:24px;
		color:#666666;
		font-weight:normal;
		margin-top:0;
		line-height:30px;
	}
	
	.reveal-double .reveal-cta h3 strong, .reveal-double .reveal-cta h3 bold {
		font-family:"TG-Bold";
	}
	
	.reveal-double .reveal-cta a.cta {
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background-color: #e5e5e5;
		width: auto;
		height: 35px;
		display: inline-block !important;
		text-transform: uppercase;
		font-family: "TG-Bold";
		color: #595959;
		padding: 0 10px;
		line-height: 35px;
		overflow:hidden;
		position:absolute;
		top:133px;
	}
	
	.reveal-double .reveal-cta a:hover {
		text-decoration:none;
		background-color:#595959;
		color:#e5e5e5;
	}
	
	.reveal-double .reveal-content {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background-color: #595959;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 25px;
		display: none;
		width: 100%;
		height: 100%;
		overflow:auto;
	}
	
	.reveal-double .reveal-content .close-link {
		position: absolute;
		right: 20px;
		top:10px;
		font-family: "TG-Light";
		color:#ffffff !important;
		font-size: 14px;
	}
	
	.reveal-double .reveal-content, .reveal-double .reveal-content p {
		font-family: "TG-Light";
		color: #ffffff;
		font-size: 14px;
		line-height: 28px;
	}
	
	.reveal-double .reveal-content .white-box {
		background-color:#e5e5e5;
		padding:20px;
		color:#585858;
		min-height:125px;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	/* double reveal */
	
	/* single reveal */
	
	.product-text.reveal-single-cta {
		margin-bottom:-1px;
	}
	
	.reveal-single {
		background-color: #595959;
		border-radius: 3px;
		padding: 25px;
		color:#ffffff !important;
		font-size: 14px;
	}
	
	.reveal-cta-active {
		-webkit-border-radius: 3px 3px 0px 0px !important;
		border-radius: 3px 3px 0px 0px !important;
		color:#e5e5e5 !important;
		background-color:#595959 !important;
	}
	
	.reveal-single hr {
		border-bottom-width: 1px;
		border-color:#e2e2e2;
		margin-top:5px;
	}
	
	.reveal-single .double-line {
		line-height:32px;
	}
	
	.reveal-single .double-line strong {
		font-family: "TG-Bold";
	}
	
	.reveal-transparent {
		background-color: transparent !important;
		color:#737373 !important;
		padding: 25px 0 25px 0 !important;
	}
	
	.reveal-transparent .reveal-cta-active {
		-webkit-border-radius: 3px !important;
		border-radius: 3px !important;
	}
	.reveal-single ul { padding:20px 20px 0px;}
	.reveal-single ul li { 
		list-style-type:none; 
		margin-bottom: 16px;
	}
	.reveal-single ul li ul {
		margin-top:16px;
	}
	.reveal-single ul li ul li {
		margin-bottom:0px;
	}
	.reveal-single p  { 
		display:block;
		padding: 0px 20px;
		color:#fff;

	}
	.reveal-single h4 { 
		padding:0px 20px;
	}
	.reveal-single h4 + ul { 
		padding-top:0px; margin-top:0px;
	}
	.reveal-single h4 strong {
		font-family:"TG-Bold";
	}
	img.absolute-right { 
		position:absolute;
		bottom:0px;
		right:-30px;
	}
	.reveal-single ul.image-right { 
		width:400px;
	}
	/* single reveal */	
	
	.product-section table {
		margin-top: 40px;
		margin-bottom:40px;
		border-width: 0 0 1px 1px;
		border-color: #e6e6e6;
		border-spacing: 0;
		border-collapse: collapse;
		border-style: solid;
		color:#666666;
	}
	
	.product-section th {
		margin: 0;
		padding: 10px;
		border-width: 1px 1px 0 0;
		border-style: solid;
		border-color: #e6e6e6;
		background-color:#e6e6e6;
	}
	
	.product-section td {
		margin: 0;
		padding: 10px;
		border-width: 1px 1px 0 0;
		border-style: solid;
		border-color: #e6e6e6;
	}
	
	.product-section tr {
	}

	/* product page quick start guides */
	
	.product .table-title {
		padding-bottom: 10px;
		padding-top: 20px;
	}
	
	.product .table-title h2 {
		font-family: "TG-Light";
		color: #666666;
		font-size: 24px;
	}
	
	.product .table-title h2 strong {
		font-family: "TG-Bold";
		font-weight: normal;
		color: #666666;
	}
	
	.product .product-title{
		padding:0;
		/* new */
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.product .product-title h2 {
		margin-top:10px;
	}
	
	.product .product-title h2 strong {
		font-family: "TG-Bold";
		font-weight: normal;
		color: #666666;
		/* font-size: 24px; */
	}
	
	.product .guides-table tr.border-up {
		border-top: 1px solid #dfdfdf;
	}
	
	.product .guides-table td {
		padding:5px;
		color: #999999;
		font-size: 12px;
	}
	
	.product .guides-table td.icon {
		color: #666666;
		text-align:center;
		font-size: 24px;
	}
	
	.product .guides-table td strong {
		font-family: "TG-Bold";
		font-weight: normal;
		color: #666666;
		font-size: 14px;
	}
	
	.product .guides-table td.icon-download {
		font-size: 24px;
	}
	
	.product .grey-bar {
		border-top: 2px solid #666666;
		margin-bottom: 20px;
	}
	.product .grey-bar.last { 
		margin-bottom:40px;
	}

	.product-section.diagrams {
		padding-top:0;
	}
	
	.product .diagrams div {
		font-family: "TG-Light";
		color: #999999;
		font-size: 12px;
	}
	
	.product .diagrams div strong {
		font-family: "TG-Bold";
		font-weight: normal;
		color: #666666;
		font-size: 14px;
	}
	
	.product .diagrams div img {
		margin-top:10px;
		margin-bottom: 20px;
	}
	
	/* product page specs table */
	
	.product .specs-table {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.product .specs-table tr th, .product .specs-table tr td {
		border-color: #dfdfdf;	
	}
	
	.product .specs-table tr th { 
		font-weight: normal;
		font-family: "TG-Light";
		font-size: 24px;
		text-align: center;
		background-color: #e6e6e6;
	}
	.product .specs-table tr th strong  { /*  eze */
		font-family: "TG-Bold";
	}
	.product .specs-table tr th:first-child {
		font-size: 14px;
	}
	
	.product .specs-table tr td {
		text-align: center;
	}
	
	.product .specs-table tr td br {
	   display: block;
	   margin: 10px 0;
	   line-height:22px;
	   content: " ";
	}
	.product .specs-table tr.sub-head th {  /* eze */
		font-size:16px;
		font-family: "TG-Bold";
	}
	.product .specs-table.spider tr td br { /* eze */
		margin:0px;
		content: initial;
	}
	
	.product .specs-table.spider tr td { 
		font-size:13px;
		vertical-align:top;
	}
	.product .specs-table.spider tr td strong { 
		font-family: "TG-Bold";
	}
	/* product page */
	
	/* about page */
	.about-text h2 {
		font-family:"TG-Light";
		text-align:center;
		color:#666666;
		font-size:48px;
	}
	
	.about-text h2 strong, .about-text h2 bold {
		font-family:"TG-Bold";
	}
	
	.about-text hr {
		border-bottom-width: 1px;
		border-color:#e2e2e2;
	}
	
	.about-text h3 {
		font-family:"TG-Cond";
		text-align:center;
		color:#666666;
		font-size:24px;
		margin:20px 0 0 0;
	}
	
	.about-text p {
		font-family:"TG-Light";
		font-size:14px;
		line-height:28px;
		margin:20px 0 0 0;
	}
	
	.about .breadcrumbs {
		top:40px;	
	}
	
	.about ul {
		margin:10px 0 40px 0;
	}
	
	.about-text ul li {
		margin: 10px 0 10px 0;
	}
	
	.about .about-section {
		padding-top:20px;
		padding-bottom:40px;	
	}
	
	.about .about-section-bg {
		/*margin-top: 20px;*/
		padding-top: 40px;
		background: #f0f0f0;
		background: -moz-linear-gradient(top,  #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(13%,#ffffff), color-stop(100%,#ffffff));
		background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
		background: -o-linear-gradient(top,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
		background: -ms-linear-gradient(top,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
		background: linear-gradient(to bottom,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );
	}
	
	.about .about-section h2 {
		font-family: "TG-Bold";
		color: #666666;
		font-size: 24px;
		margin: 0;
	}
	
	.about .about-section hr {
		border-bottom-width: 1px;
		border-color: #e2e2e2;
		margin: 15px 0 15px 0;
	}
	
	.about .about-section h3 {
		font-family: "TG-Cond";
		color: #666666;
		font-size: 18px;
		margin: 0;
	}
	
	.about .about-section p {
		font-family:"TG-Light";
		color:#737373;
		font-size:14px;
		line-height:28px;
		margin:20px 0 0 0;
	}
	
	.about h4 {
		font-family:"TG-Bold";
		color:#737373;
	}
	
	.about .oblique-link {
		font-family:"TG-Bold";
		font-style:italic;
		text-decoration:underline;
	}
	
	.about h5 {
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		background-color:#ededed;
		padding:20px;
		margin:0;
		border-bottom: 1px solid #e0e0e0;
		font-family:"TG-Light";
		font-size:20px;
		color:#4d4d4d;
	}
	
	.about h5 strong {
		font-family:"TG-Bold";
	}
	
	.about .contact-box {
		-webkit-border-radius: 0 0 3px 3px;
		border-radius:  0 0 3px 3px;
		display:inline-block;
		background-color:#f7f7f7;
		padding:10px 20px 20px 20px;
		margin-bottom:40px;
		border-top: 1px solid #ffffff;
	}
	
	.about .contact-box p {
		margin: 10px 0 0 0;
	}

	
	/* about page */
	
    /*  generic content pages
        pages using these styles: custom tone
    */
    .page-nav {
        background-color:#a3a3a3;
        border-bottom: 1px solid #8c8c8c;
        width: 100%;
        max-width:1400px;
		top:83px;
		z-index:100;
        background-repeat: repeat-y;
        background-size: cover;
    }
    
    .page-nav .page-title {
        font-family:"TG-Light";
        font-size:20px;
        color:#ffffff;
        line-height:45px;
    }
    
    .page-nav .page-title strong, .page-nav .page-title b {
        font-family:"TG-Bold";
    }
    
    .page-nav .links-bar a {
        font-family:"TG-Light";
        text-transform:uppercase;
        font-size:14px;
        line-height:45px;
        display:inline-block;
        color:#e5e5e5;
        margin:0 12px;
    }

    .main-content .page-nav .links-bar a:last-of-type,
    .page-nav .links-bar a:last-of-type {
        padding-right:0px;
        margin-right:0px;
    }

    
    .page-nav .button {
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color:#999999;
        width:auto;
        height:30px;
        display:inline-block;
        text-transform:uppercase;
        font-family:"TG-Bold";
        font-size:13px;
        color:#ffffff;
        padding:0 10px;
        line-height:30px;
        border: 1px solid #AEAEAE;
    }
    .page-splash .title.text-right {
        padding: 20px 40px 20px 20px;
        position:absolute;
        background-color: rgba(0, 0, 0, 0.6);
        right:0;
        top:50%;
        width:500px;
        margin-top:-100px;  
    }
    
    .page-splash .title.text-center {
        padding: 20px 40px 20px 20px;
        position:absolute;
        background-color: rgba(0, 0, 0, 0.6);
        width:500px;
        left:50%;
        top:50%;
        margin: -100px 0 0 -250px;
    }
    
    .page-splash .title h2 {
        font-family:"TG-Light";
        font-size:36px;
        color:#ffffff;
        
    }
        
    .page-splash .title .plus {
        font-family:"TG-Light";
        font-size:20px;
        color:#adadad;
    }
    
    .page-splash .title .cta {
        font-family:"TG-Bold";
        font-size:20px;
        color:#ffffff;
    }
    
    .page-splash .title h2 strong, .page-splash .title h2 b {
        font-family:"TG-Bold";
    }
    
    .page-splash .breadcrumbs {
        position:absolute;
        top:10px;
    }
    
    .page-splash img {
        width:100%;
    }
    
    .page-splash  {
        margin-top: 50px;   
    }
    
    .page-section {
        /*padding-top:20px;*/
        padding-bottom:20px;    
    }
        
    .page-section-bg {
        /*margin-top: 20px;*/
        padding-top: 40px;
        background: #f0f0f0;
        background: -moz-linear-gradient(top,  #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(13%,#ffffff), color-stop(100%,#ffffff));
        background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
        background: -o-linear-gradient(top,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
        background: -ms-linear-gradient(top,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
        background: linear-gradient(to bottom,  #f0f0f0 0%,#ffffff 13%,#ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );
    }
    
    /* dropdown generic */
    
    div.fancy-select {
        position: absolute;
        text-transform: uppercase;
        color: #999999;
        width: 180px;
        display:inline-block;
        font-family:"TG-Bold";
        top: 10px;
    }
    
    div.fancy-select.disabled {
        opacity: 0.5;
    }
    
    div.fancy-select select:focus + div.trigger.open {
        box-shadow: none;
    }
    
    div.fancy-select div.trigger {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        color: #ffffff;
        background-color: #999999;
        border: 1px solid #b3b3b3;
        padding:5px 10px;
        width: 180px;
    
        transition: all 240ms ease-out;
        -webkit-transition: all 240ms ease-out;
        -moz-transition: all 240ms ease-out;
        -ms-transition: all 240ms ease-out;
        -o-transition: all 240ms ease-out;
    }
    
    div.fancy-select div.trigger:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #ffffff;
        top: 15px;
        right: 9px;
    }
    
    div.fancy-select div.trigger.open {
        background: #666666;
        color: #ffffff;
    }
    
    div.fancy-select div.trigger.open:after {
        border-top-color: #ffffff;
    }
    
    div.fancy-select ul.options {
        list-style: none;
        margin: 0;
        position: absolute;
        top: 32px;
        left: 0;
        visibility: hidden;
        opacity: 0;
        z-index: 50;
        max-height: 200px;
        overflow: auto;
        background: #999999;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        min-width: 180px;
        padding: 0;
    
        transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
        -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
        -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
        -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
        -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    }
    
    div.fancy-select ul.options.open {
        visibility: visible;
        top: 32px;
        opacity: 1;
    
        /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
        /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
        transition: opacity 300ms ease-out, top 300ms ease-out;
        -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
        -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
        -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
        -o-transition: opacity 300ms ease-out, top 300ms ease-out;
    }
    
    div.fancy-select ul.options.overflowing {
        top: auto;
        bottom: 40px;
    
        transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
        -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
        -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
        -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
        -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    }
    
    div.fancy-select ul.options.overflowing.open {
        top: auto;
        bottom: 50px;
    
        transition: opacity 300ms ease-out, bottom 300ms ease-out;
        -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
        -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
        -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
        -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    }
    
    div.fancy-select ul.options li {
        padding: 8px 12px;
        color: #ffffff;
        cursor: pointer;
        white-space: nowrap;
    
        transition: all 150ms ease-out;
        -webkit-transition: all 150ms ease-out;
        -moz-transition: all 150ms ease-out;
        -ms-transition: all 150ms ease-out;
        -o-transition: all 150ms ease-out;
    }
    
    div.fancy-select ul.options li.selected {
        background: #666666;
        color: #ffffff;
    }
    
    div.fancy-select ul.options li.hover {
        color: #fff;
    }
    
    /* dropdown generic */
    
    /*  generic content pages */

    /*  customtone pages */
    
    .customtone .search-bar select {
        -webkit-appearance:none;
        moz-webkit-appearance:none;
        text-indent: 0.01px;
        text-overflow: '';
        -webkit-border-radius: 3px;
        border-radius: 3px;
        font-family:"TG-Bold";
        color: #ffffff;
        background-color: #999999;
        border: 1px solid #b3b3b3;
        padding:5px 10px;
        margin-top: 10px;
        margin-right: 10px;
        width:180px;
    }
    
    .customtone .search-bar input[type=text] {
        border-radius: 3px;
        font-family:"TG-Light";
        color: #ffffff;
        background-color: #999999;
        border: 1px solid #b3b3b3;
        padding:5px 10px;
        margin-right: 10px;
        position:absolute;
        left:190px;
        height: 32px;
        padding-right: 30px;
    }
    
    .customtone .search-bar ::-webkit-input-placeholder { /* WebKit browsers */
        color:    #ffffff;
    }
    .customtone .search-bar :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:    #ffffff;
    }
    .customtone .search-bar ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    #ffffff;
    }
    .customtone .search-bar :-ms-input-placeholder { /* Internet Explorer 10+ */
        color:    #ffffff;
    }
    
    .customtone .search-bar .search-button {
        display:block;
        position:absolute;
        color: #ffffff;
        top: 8px;
        left: 335px;
    }
    
    .customtone .product {
        margin-bottom:30px;
    }
    
    .customtone .product .pic {
        text-align:center;
        border:1px solid #f2f2f2;
               min-height:156px;
    }
    
    .customtone .product .title {
        font-family:"TG-Light";
        font-size:20px;
        color:#666666;
        text-align:center;
        margin-top:10px;
        margin-bottom:10px;
    }
    
    .customtone .product .title b, .customtone .product .title strong {
        font-family:"TG-Bold";
        font-size:20px;
        color:#666666;
    }
    
    .customtone .product:hover {
        background-color:#f7f7f7;
    }
    
    .customtone .product:hover .pic {
        border:1px solid transparent;
    }
    
    .customtone .title-label {
        background-color:#f0f0f0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0; 
        font-family:"TG-Bold";
        font-size:14px;
        color:#666666;
        width: auto;
        height: 35px;
        display: inline-block !important;
        text-transform: uppercase;
        font-family: "TG-Bold";
        padding: 0 10px;
        line-height: 35px;
        position:relative;
        top:0px;
        left:6%;
    }
    
    .customtone .top-tones {
        font-family: "TG-Light";
        color: #737373;
        font-size: 14px;
        line-height: 22px;
        display:block;
        padding-bottom:20px;
    }
    
    .customtone .top-tones h2 {
        font-family: "TG-Light";
        text-align: left;
        color: #666666;
        font-size: 36px;
        margin: 20px 0 0 0;
    }
    
    .customtone .top-tones h2 strong, .customtone .top-tones h2 b {
        font-family: "TG-Bold";
    }

    .customtone .top-tones a {
        
    }
    
    .customtone .product-pic {
        margin-top:40px;
    }
    
    .customtone .grey-bar {
        background-color:#666666;
        height:5px;
        margin-top: 5px;
        margin-bottom: 2px;
    }
    
    .customtone .table-title {
        font-family:"TG-Light";
        font-size:40px;
        color:#666666;
    }
    
    .customtone .table-title strong, .customtone .table-title b {
        font-family:"TG-Bold";
    }
    
    .customtone .expanded-button .cta {
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #e5e5e5;
        width: auto;
        height: 40px;
        display: inline-block !important;
        text-transform: uppercase;
        font-family: "TG-Bold";
        font-size:20px;
        color: #595959;
        padding: 0 10px;
        line-height: 40px;
        margin-top:5px;
    }
    
    .customtone .expanded-button .cta:hover {
        background-color: #595959;
        color: #e5e5e5;
    }
    
    .customtone .tones-table-main {
        margin-bottom:30px;
    }
    
    .customtone .tones-table th {
        color:#666666;
    }
        
    .customtone .tones-table tbody .border-up td {
        line-height: 10px;
        padding:2px;
    }

    .customtone .tones-table td {
        vertical-align:top;
    }

    .customtone .tones-table td .ratetone {
        display: inline-block;
    }
    
    .customtone .border-up {
        border-top: 1px solid #c5c5c5;
    }
    
    .customtone .border-up:last-child {
        border-bottom: 1px solid #c5c5c5;
    }
    
    .customtone .glyphicon-download {
        font-size:32px;
        padding-bottom:10px;
    }
    
    .customtone .glyphicon-star {
        color: #e5e5e5;
    }
    
    .customtone .glyphicon-star.lit {
        color: #666666;
    }
    
    .customtone .tone-name {
        font-family:"TG-Bold";
        font-style:italic;
    }
    
    .customtone .tone-details-title {
        border-top: 1px solid #F3F3F3;
    }

    .customtone .tones-table th {
        height:35px;
    }

    #ct_pagination {
        font-size: 20px;
        color: #595959;
        padding: 0 10px;
        line-height: 40px;
        display: inline-block !important;
        text-transform: uppercase;
        text-align: center;
    }
    /* /customtone */
    
    /* login page */
	.login-page h2 {
		font-family:"TG-Light";
		color:#666666;
		font-size:44px;
		margin:20px 0 0 0;
	}
	
	.login-page h2 strong, .login-page h2 bold {
		font-family:"TG-Bold";
	}
	
	.login-page hr {
		border-bottom-width: 1px;
		border-color:#e2e2e2;
		clear:left;
	}
	
	.login-page h3 {
		font-family:"TG-Cond";
		color:#666666;
		font-size:18px;
		margin:20px 0 0 0;
	}
	
	.login-page .main_content p {
		font-family:"TG-Light";
		color:#737373;
		font-size:14px;
		line-height:26px;
		margin:15px 0 15px 0;
	}
	
	/* validation popup */ 
	.login-page .validation-alert { 
		margin:40px 0px; 
		color:#ebebeb; 
		background-color:#636363; 
		border-radius:5px; 
		-webkit-border-radius:5px;
	}
	
	.login-page .validation-alert div {
		padding:14px; font-size:17px;
	}
	
	.login-page .validation-alert .header {
		border-bottom:1px solid #7d7d7d;
	}
	
	.login-page .validation-alert .errors {
		background-color:#707070; 
		color:#f1f1f1; 
		border-radius:0px 0px 5px 5px;
		-webkit-border-radius:0px 0px 5px 0px;
	}
	
	::-webkit-input-placeholder { /* WebKit browsers */
    color:    #595959;
	}
	
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	    color:    #595959;
	}
	
	::-moz-placeholder { /* Mozilla Firefox 19+ */
	    color:    #595959;
	}
	
	:-ms-input-placeholder { /* Internet Explorer 10+ */
	    color:    #595959;
	}
	
	/* form fields */
	.login-page input[type="text"], .login-page input[type="password"], .login-page input[type="email"], .login-page select  {
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		background-color:#f5f5f5;
		padding:15px;
		margin:15px 0px;
		border: 1px solid #ebebeb;
		box-shadow: 0px 0px 0px 1px #fff inset;
		font-family:"TG-Bold";
		font-size:20px;
		color:#595959; 
		width:243px;
		float:left;
		margin-right:25px;
	}
	
	.login-page select { 
		-webkit-appearance:none;
		margin-right:0px; 
		color:#707070;
		/* mozilla hack */
		-moz-appearance: none; 
		text-indent: 0.01px;
	    text-overflow: '';
	}
	
	.login-page input[type="text"]:hover, .login-page input[type="password"]:hover, .login-page input[type="email"]:hover, .login-page select:hover {
		 border:1px solid #E8E8E8; background:#F9F9F9; outline:none;
	}
	
	.login-page input:nth-child(odd) {
		margin-right:0px;
	}
	
	.login-page input:focus, .login-page input:focus:hover {
		border:1px solid #cacaca; background:#ffffff; outline:none; box-shadow:0px 0px 3px rgba(0,0,0,0.20);
	}
	
	.login-page .forgot {
		display:block; font-size:13px; color:#959595; margin-top:10px; clear:left;
	}
	
	.login-page .terms {
		display:block; font-size:13px; color:#959595; margin:10px 0px; clear:left;
	}
	
	.login-page .select-style { 
		position:relative;
		float:left;
	}
	
	.login-page .select-style:after {
		content: "\e114";
		font-family: 'Glyphicons Halflings';
		position:absolute;
		right:10px;
		top:35px;
		width:20px;
		height:20px;
		display:block;
		color:#707070;
	}
	
	.login-page input[type="submit"] {
		background-color:#f1f1f1; 
		padding:10px 22px;
		font-family:"TG-Bold";
		font-size:20px;
		color:#595959;
		border-radius:6px;
		-webkit-border-radius:6px;
		box-shadow:1px 1px 0px 1px #d9d9d9; 
		border:none;
		margin-top:15px;
	}
	
	.login-page input[type="submit"]:hover {
		background-color:#f5f5f5;
	}
	
	.login-page .main_content p {
		font-size: 17px; margin-right:10px;
	}
	
	.login-page .typeofuser {
		margin:0px;
		padding:0px;
	}
	
	.login-page .typeofuser li { 
		list-style-type:none; 
		width:33%; 
		float:left;
	}
	
	.login-page .typeofuser p {
		font-size: 14px;
		line-height: 22px;
		margin:0px 10px 15px 0px
	}
	
	.login-page input[type="checkbox"] {
		 display:none;
	}
	
	.login-page p.select {
		margin:10px 0px 25px; font-size:16px;
	}
	
	.login-page label:before { 
	    content: ""; 
	    display:inline-block;
		background-color:#f5f5f5;
		border: 1px solid #ebebeb;
		box-shadow: 0px 0px 0px 1px #fff inset;
		font-family:"TG-Bold";
		font-size:17px;
		color:#595959; 
		width:30px;
		height:30px;
		position:absolute; left:0px; top:0px;
		padding:0px;
		line-height:20px;
	}
	
	.login-page input[type=checkbox]:checked + label:before {  
		content: "\e013";
		font-family: 'Glyphicons Halflings';
	    /* content: "\2713";  */
	    padding-top:3px;
	    font-size: 17px;  
	    color: #707070;  
	    text-align: center;     
	}
	  
	.login-page label { 
		margin-bottom:15px !important;
		font-size:16px; 
		font-family:"TG-Bold";
		cursor:pointer; 
		position:relative;
		padding-left:40px; line-height:27px;
		color:#595959;
	}
	
	login-page .captcha { 
		background-color:#f5f5f5;
		padding:15px;
		width: 400px;
		float: right;	
	}
	
	.login-page .create-account {
		 border-left:1px solid #e2e2e2;
		 padding-left:3%;
		 width:55%;
		 padding-bottom: 50px;
		 margin-bottom: 50px;
	}
	
	.login-page input[type="text"], .login-page input[type="password"], .login-page input[type="email"], .login-page .select-style  {
		width:44%; 
		font-size:16px;
	}
	
	.login-page .select-style select { 
		width:100%;
	}
	
	.login-page .typeofuser li {
		width:100%;
	}
	
	.login-page .captcha { 
		float:none; 
	}
	
	/* login page */
	
	
	/* relay * eze */
       .product-splash .title.text-left {
               padding: 20px 40px 20px 20px;
               position:absolute;
               background-color: rgba(0, 0, 0, 0.6);
               left:0;
               top:40%;
               width:490px;
               margin-top:-100px;
       } 
	.header-margin { margin-top:40px !important; } /* eze */

    /* mics eze */
    .extra-padding { padding-left:20px;}

    
    /* sonic port eze */
    .dark-background {
	    margin-bottom:-5px;
    }
    .dark-background div.product_section_bg .col-xs-24 {
	    background-color: #323232;
	    margin-top: -40px;
	    padding-bottom:20px;
	    margin-bottom: -20px;
    }
    .dark-background .col-xs-24 {
	    background: #323232;
	    padding-bottom:20px;
	    margin-bottom: -20px;
    } 
    .dark-background h2, .dark-background h3, .dark-background p {
	    color:#FFF;
    }
    .specs-page {
	    margin-top:40px;
    }
    .specs-page .product_section_bg { 
	    background:none !important;
    } 
    .specs-page h2 {
	    font-size:20px;
	    font-family: "TG-Bold";			    
		border-bottom: 1px solid #444;
		padding-bottom: 6px;
    }
    .specs-page .text-center img { min-height:217px; }
    .specs-page h3 { 
	    font-size:17px;
	    font-family: "TG-Bold";
    }
    .specs-page ul  {
		margin:10px 0px;
		padding-left:16px;
	}
    .specs-page ul li {
	  line-height:24px;
    }
    .product_section_bg .product-splash { margin-top:-40px; } /* fix for sonic port products by eze */

    .video-container {
        min-height:300px;
    }

}
/* /small media 767px->∞ */
/* standard media 992px->∞ */
@media (min-width: 992px) { /* md */

    BODY.customtone.collapsed .search-bar input[type=text] {
        top: 0px;
    }

    BODY.customtone.collapsed .search-bar .search-button {
        top: 14px;
    }

	.page-nav .product-title {
		padding-left: 0px;	
	}

	body.collapsed div.section_nav {
		min-height: 47px;
	}
	
	div.section_nav {
		min-height: 45px;
	}
	
	.sub-features {
		position:relative;
        margin-top:0px;
		background-color:#000000;
        height: 450px;
	}
	
	.sub-feature {
		height:450px;
	}
	
	.sub-feature.right-border {
	}
	
	.sub-feature .overlay-text {
		position: absolute;
		background-color: rgba(33, 33, 33, 0.6);
		color: rgba(33, 33, 33, 0.6);
       bottom: 0;
	}
	
	.claim-container .logo {
		margin:4px 0 0 15px;
	}
	
	/* homepage */
	
	/* category page */
	
	/*body.category {
		padding-top: 83px;
	}*/
	
	.product-image-container .overlay {
		position:relative;
		margin-top:-80px;
	}
	
	/* category page */
	
	/* product page */
	
	/*body.product {
		padding-top: 153px;
	}*/
	
	.page-nav {
		height:45px;
		top:83px;
		max-width: 1400px;
        padding:0;
	}

    body.collapsed .page-nav {
        padding-top:0px;
	}
	
	.main-content .page-nav .links-bar a,
	.page-nav .links-bar a {
		text-transform:uppercase;
	}
	
	.page-nav .links-bar a.active, .page-nav .links-bar a:hover {
		height:45px;
	}
	
	.page-nav .buy {
		font-size:16px;
	}
	
	.page-nav .product-title {
		font-size:24px;
	}
	
	.product-splash  {
		min-height: 100px;
	}
	
	.product-splash .title h2 {
		font-family:"TG-Light";
		font-size:46px;
		color:#ffffff;
		
	}
	
	.product-splash .breadcrumbs {
		top:20px;
	}
	
	.reveal-double .reveal-content {
		position: fixed;
		top: 50%;
		margin-top: -40%;
		left: 50%;
		margin-left:-45%;
		z-index: 1000;
		background-color: #595959;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 25px;
		display: none;
		width: 90%;
		height: 80%;
		-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.4);
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.4);
		overflow:auto;
	}
	
	/* product page */
	
	/* login */
	.login-page input[type="text"], .login-page input[type="password"], .login-page input[type="email"], .login-page .select-style  {
		font-size:18px; 
	}
	
	.login-page .captcha {
		float:right;
	}
	
	.login-page .typeofuser li { 
		list-style-type:none; 
		width:33%; 
		float:left;
	}
	/* login */
    /* videos */
    .collapsed .search-bar {
        margin-top:5px;
    }
    .video-container {
        min-height:395px;
    }

    /* /videos */
    
    div.section_bgimage > div:not(.hidden-md) {
        min-height: 600px;
    }
	

}
/* /standard media 992px->∞ */

/*showroom */
    .showroom_dealer .dealer-location {
        position:absolute;
        bottom:0;
        background:rgba(3,3,3,0.6);
        color: #FFF;
    }
    .showroom_dealer .dealer-location {
        width: 95%;
               text-align:left;
               padding:5px;
    }

    .showroom_dealer .dealer-location ul {
        padding:0;
                margin:0;
    }
    .showroom_dealer .dealer-location ul li {
        list-style: none;
        padding:0;
                font-size:12px;
    }

    .showroom_dealer .dealer-location .name {
        display: block;
    }

    .showroom_dealer .dealer-location .dealer-contact {
               text-align:right;
    }
/* /showroom */
