*{
	padding:0;
	margin:0;
	box-sizing:border-box;
	font-family: 'PT Sans Narrow', sans-serif;
}
html,body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

img{
	border:none;
	outline:none;
	max-width:100%;
}
a,a:active,a:focus,a:hover{
	outline:none;
	text-decoration:none;
}
a{
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
input:focus,textarea:focus,select:focus{
	outline:none!important;
	box-shadow:none;
}
ul{
	margin:0;
	list-style-type:none;
}

.container{
	width:1170px;
	margin:0 auto;
	position:relative;
}
body{
	font-size:14px;
	line-height:24px;
	color:#333333;
	overflow-x:hidden;
}
.topbar{
	width:100%;
	float:left;
	height:auto;
	padding:10px 0;
	position:relative;
}
.topbar::before{
	width:275px;
	height:1px;
	position:absolute;
	left:50%;
	bottom:0;
	content:'';
	background:#3091ae;
	margin-left:-137px;
}
.left{
	float:left;
	width:auto;
}
.right{
	float:right;
	width:auto;
}
.topbar ul li{
	display:inline-block;
	margin:0 20px;
}
.topbar ul li a{
	font-size:14px;
	color:#a3a3a3;
	display:block;
	text-transform:none;
}
.topbar ul li a:hover{
	color:#3091ae;
}
.topbar p{
	font-size:14px;
	color:#1f1f1f;
	font-weight:700;
	display:block;
	font-family: 'Josefin Sans', sans-serif;
	margin:0;
}
.top-menu{
	width:100%;
	float:left;
	text-align:center;
}
.top-menu li{
	display:inline-block;
	margin:0 20px;
}
.top-menu li a{
	font-size:12px;
	font-weight:400;
	color:#696969;
	display:block;
	line-height:16px;
}
.header-info{
	width:100%;
	float:left;
	height:auto;
	padding-bottom:25px;
}
.logo{
	padding-top:25px;
}
.one-third{
	width:33.33%;
	float:left;
	height:auto;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.header-info h3{
	font-size:14px;
	color:#3091ae;
	margin:0 0 0px;
	line-height:24px;
	font-weight:normal;
}
.header-info p{
	font-weight:400;
	font-size:14px;
	color:#a2a2a2;
	margin:0;
}
.nav-section{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	min-height:45px;
	margin:0 0 38px;
}
.nav-section::before{
	width:100%;
	height:1px;
	background:#e1e1e1;
	content:'';
	position:absolute;
	left:0;
	top:50%;
}
#navbar{
	width:100%;
	float:left;
	height:auto;
}
.header-inner{
	width:100%;
	float:left;
	height:auto;
}
#navbar > ul{
	width:100%;
	float:left;
	text-align:center;
	background:#3091ae;
	padding:17px 10px;
	-webkit-box-shadow:inset 0 2px 10px rgba(0,0,0,0.43);
	-moz-box-shadow:inset 0 2px 10px rgba(0,0,0,0.43);
	-ms-box-shadow:inset 0 2px 10px rgba(0,0,0,0.43);
	box-shadow:inset 0 2px 10px rgba(0,0,0,0.43);
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}
#navbar > ul > li{
	display:inline-block;
	margin:0 5px;
}
#navbar > ul > li > a{
	font-size:18px;
	color:#fff;
	display:block;
	line-height:26px;
	padding:0px 18px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
#navbar > ul > li > a:hover,
#navbar > ul > li.active > a{
	background:#fff;
	color:#6a6a6a;
}
.nav.navbar-right{
	float:right;
}

#menu-switcher{
	display:none;
}
.switch{
	width:100%;
	float:left;
	text-align:right;
	min-height:45px;
	position:relative;
	display:none;
}
.nav-section label::before {
    border-bottom: 2px solid #000;
    box-shadow: 0 5px 0 0 #000, 0 0 0 0 inset, 0 -5px 0 0 #000;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 20px;
}
.nav-section label {
    cursor: pointer;
    display: block;
    height: 35px;
    padding: 0;
    position: absolute !important;
    right: 15px;
    top: 4px;
    width: 40px;
    z-index: 9999;
	border:1px solid #000;
	display:none;
	background:#fff;
}
#navbar{
	width:100%;
	float:left;
	height:auto;
}
.breadcrumb{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 45px;
}
.breadcrumb ul{
	position:relative;
	padding:3px 0 1px;
}
.breadcrumb ul::before{
	width:275px;
	height:3px;
	position:absolute;
	left:50%;
	margin-left:-137px;
	content:'';
	background:#3091ae;
	top:0;
}
.breadcrumb ul::after{
	width:275px;
	height:1px;
	position:absolute;
	left:50%;
	margin-left:-137px;
	content:'';
	background:#3091ae;
	bottom:0;
}
.breadcrumb ul li{
	display:inline-block;
	font-size:14px;
	color:#767676;
	line-height:37px;
}
.breadcrumb ul li + li{
	padding-left:12px;
	margin-left:6px;
	background:url(http://tdnstores.com/ebay/arrow.png) no-repeat left center;
}
.breadcrumb ul li a{
	font-size:14px;
	color:#767676;
	line-height:37px;
	display:block;
}
.breadcrumb ul li a:hover{
	color:#3091ae;
}


/*============== product slider =========*/
.product-desc{
	width:100%;
	float:left;
	height:auto;
	padding:0px 0 80px;
	background:url(http://tdnstores.com/ebay/bg.png) no-repeat right center;
}
.product-desc input[type='radio']{
	display:none;
}
.product-desc input[type="radio"]:checked + img{
	opacity:1;
	visibility:visible;
	height:100%;
}
.slider-thumb img{
	opacity:0;
	visibility:hidden;
	float:left;
	width:100%;
	height:0;
	-webkit-object-fit:scale-down;
	-moz-object-fit:scale-down;
	-ms-object-fit:scale-down;
	object-fit:scale-down;
}
.desc-left{
	width:555px;
	float:left;
	height:auto;
	position:relative;
}
.slider-thumb{
	width:433px;
	float:left;
	height:auto;
	overflow:hidden;
	height:473px;
	margin-left:1px;
	border:1px solid #3091ae;
}
.slider-nav{
	width:117px;
	float:left;
}
.slider-nav li{
	width:100%;
	float:left;
}
.slider-nav li label{
	cursor:pointer;
	display:block;
	height:117px;
	border:1px solid #3091ae;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.slider-nav li label img{
	width:100%;
	height:100%;
	-webkit-object-fit:scale-down;
	-moz-object-fit:scale-down;
	-ms-object-fit:scale-down;
	object-fit:scale-down;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.slider-nav li:last-child{
	margin:0;
}
.slider-nav li{
	overflow:hidden;
}
.slider-nav li img{
	float:left;
	width:100%;
	height:auto;
	-webkit-transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-ms-transition:all 0.6s ease-in-out;
	transition:all 0.6s ease-in-out;
}
.desc-right {
    width: 560px;
    float: right;
    height: auto;
}
.price-section{
	width:100%;
	float:left;
	height:auto;
}
.price{
	width:auto;
	float:left;
	height:auto;
	position:relative;
	padding:0 0 5px;
	margin:0 0 10px;
}
.sale-price{
	font-size:36px;
	color:#3091ae;
	line-height:44px;
	display: inline-block;
	vertical-align:middle;
}
.regular-price{
	font-size:24px;
	color:#b2b2b2;
	margin-left:12px;
	line-height:44px;
	display: inline-block;
	vertical-align:middle;
	text-decoration:line-through;
}


.desc-right h1{
	font-size:36px;
	color:#616161;
	font-weight:400;
	position:relative;
	padding-bottom:10px;
	line-height:35px;
	margin:0 0 5px;
}
.desc-right h1::before,
.price::before{
	width:185px;
	position:absolute;
	left:0;
	bottom:0;
	content:'';
	background:#3091ae;
	height:1px;
}
.desc-right h1 span{
	color:#9e9e9e;
}
.info-list{
	position:relative;
}

.desc-right br{
	font-size:16px;
	color:#464646;
	line-height:24px;
	font-weight:400;
	margin:0 0 12px;
}

.desc-right p{
	font-size:16px;
	color:#464646;
	line-height:24px;
	font-weight:400;
	margin:0 0 12px;
}
.desc-right p a{
	color:#3091ae;
}
.info-list{
	width:360px;
	float:left;
	height:auto;
	border:1px solid #3091ae;
	padding:15px 33px;
}
.list-left{
	width:100%!important;
	float:left;
	height:auto;
}
.list-block{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 15px;
}
.list-block > label {
    color: #3091ae;
    display: inline-block;
    font-size: 18px;
    line-height: 29px;
    vertical-align: middle;
	font-weight:400;
    width: 80px;
    padding-left: 0px;
}
.info-list .pull-left {
    color: #787878;
    display: inline-block;
    float: none;
    font-size: 18px;
    line-height: 20px;
    vertical-align: middle;
    margin-left: 0px;
	font-weight:400;
}
.info-list .pull-left > a {
    color: #787878;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    text-align: center;
}
.list-block.size .pull-left > a{
	margin-right:10px;
}
.colorbox {
    display: block;
    height: 29px;
    width: 17px;
}
.info-list .list-block:last-child{
	margin:0;
}
.list-block.size a{
	width:auto;
}
.service-section {
    width: 160px;
    float: left;
    height: auto;
	margin-right:10px;
}
.service-section ul{
	float:left;
}
.service-section ul li{
	float:left;
	width:100%;
	line-height:76px;
	margin:0 0 15px;
	border:1px solid #3091ae;
	font-size:18px;
	color:#3091ae;
	padding-left:30px;
}
/*=====.service-section ul li:first-child{
	background:url(http://addtowatchlist.com/30/images/s-1.png) no-repeat 18px center;
}
.service-section ul li:nth-child(2){
	background:url(http://addtowatchlist.com/30/images/s-2.png) no-repeat 18px center;
}
.service-section ul li:nth-child(3){
	background:url(http://addtowatchlist.com/30/images/s-3.png) no-repeat 18px center;
}=====*/


/*============= Tab ================*/
.tab-block  input[type="radio"] {
    display: none;
}
.tabs .tab-selector-1:checked ~ .label-block .tab-label-1, .tabs .tab-selector-2:checked ~ .label-block .tab-label-2, .tabs .tab-selector-3:checked ~ .label-block .tab-label-3, .tabs .tab-selector-4:checked ~ .label-block .tab-label-4,
.label-block label:hover{
	color:#fff;
}
.tabs .tab-selector-1:checked ~ .tab-content #menu1, .tabs .tab-selector-2:checked ~ .tab-content #menu2, .tabs .tab-selector-3:checked ~ .tab-content #menu3, .tabs .tab-selector-4:checked ~ .tab-content #menu4 {
    height: auto;
    opacity: 1;
    width: 100%;
    z-index: 100;
	visibility:visible;    
	padding:0;
}

.tab-content > .tab-pane {
    box-sizing: border-box;
    float: left;
    height: 0;
    position: relative;
    z-index: 1;
	overflow:hidden;
	opacity:0;
}
.tab-content{
	width:85%;
	padding:0;
	float:left;
	padding-left:37px;
}
.tab-outer{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 120px;
}
.tab-block.tabs{
	width:100%;
	float:left;
	height:auto;
	background:#fff;
	border:1px solid #464646;
	position:relative;
	padding:55px;
}
.label-block{
	width:15%;
	float:left;
	height:auto;
	padding:65px 10px 65px 33px;
	background:#3091ae;
}
.label-block label{
	font-size: 18px;
	color: #024964;
	position: relative;
	text-transform: none;
	cursor: pointer;
	position: relative;
	line-height: 43px;
	display: block;
	width: 100%;
}

.panel-left{
	width:50%;
	float:left;
	height:auto;
	padding-right:25px;
}
.tab-block p{
	font-size:16px;
	line-height:24px;
	margin:0 0 20px;
	color:#464646;
	font-weight:400;
}
.tab-block p a{
	color:#3091ae;
}
.tab-block ul li{
	padding-left:24px;
	background:url(http://tdnstores.com/ebay/list-bg.png) no-repeat left 8px;
	margin:0 0 8px;
	line-height:24px;
}
.video-block{
	width:50%;
	float:right;
	height:auto;
	margin:0px 0 0;
}
.responsive-video{
	width:100%;
	height:auto;
	max-width:500px;
	display:block;
	margin:0 auto;
}
.featured-block{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 60px;
	position:relative;
	padding-top:55px;
}
.featured-block::before{
	width:98%;
	top:0;
	left:50%;
	bottom:200px;
	border:4px solid #3091ae;
	position:absolute;
	content:'';
	max-width:1378px;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}
.featured-title{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 55px;
}
.featured-title h2{
	font-size:36px;
	color:#3091ae;
	text-transform:capitalize;
	font-weight:normal;
	text-align:center;
}
.featured-title h2 span{
	display:inline-block;
	position:relative;
}
.featured-block ul{
	float:left;
	width:100%;
}
.featured-block ul li{
	float:left;
	width:270px;
	margin:0 30px 0 0;
	background:#f6f6f6;
}
.featured-block ul li:last-child{
	margin:0;
}
.product-thumb{
	width:100%;
	float:left;
	height:385px;
	position:relative;
	overflow:hidden;
	border:1px solid #c2c2c2;
	background:#fff;
}
.product-thumb img{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	max-width:90%;
	margin:auto;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.product-bottom p{
	font-size:14px;
	color:#afafaf;
	line-height:24px;
}
.product-bottom .sale-price{
	font-size:30px;
	color:#3091ae;
	font-weight:700;
	line-height:20px;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
.product-bottom .regular-price{
	font-weight:400;
	font-size:18px;
	color:#a6a6a6;
	text-decoration:line-through;
	line-height:18px;
}
.featured-block ul li:hover .product-thumb img{
	-webkit-transform:translateY(30px);
	-ms-transform:translateY(30px);
	-moz-transform:translateY(30px);
	transform:translateY(30px);
}
.featured-block ul li:hover .overlay{
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-moz-transform:translateY(0px);
	transform:translateY(0px);
}
.overlay{
	position:absolute;
	left:0;
	top:42px;
	width:100%;
	float:left;
	text-align:center;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
	opacity:0;
	visibility:hidden
	-webkit-transform:translateY(-30px);
	-ms-transform:translateY(-30px);
	-moz-transform:translateY(-30px);
	transform:translateY(-30px);
}
.overlay a{
	display:inline-block;
	width:145px;
	line-height:18px;
	font-size:14px;
	text-align:center;
	padding:11px 10px;
	background:#3091ae;
	position:relative;
	font-weight:700;
	color:#fff;
	z-index:8;
	text-transform:capitalize;
}

.product-bottom{
	width:100%;
	float:left;
	height:auto;
	background:#fff;
	text-align:center;
}
.product-title{
	width:100%;
	float:left;
	height:auto;
	padding:10px 0;
	border-bottom:1px solid #363636;
}
.product-title h3{
	font-size:14px;
	color:#b5b5b5;
	font-weight:normal;
	margin:0;
}
.product-price{
	width:100%;
	float:left;
	height:auto;
	margin:15px 0 0;
}
.product-price .sale-price{
	font-size:36px;
	color:#2a2a2a;
	
}
.product-price .regular-price{
	font-size:18px;
	color:#8b8b8b;
	text-decoration:line-through;
	
} 
.price-block{
	display:block;
	text-align:center;
	margin-top:-57px;
	position:relative;
	padding:0 0 10px;
	background:url(http://tdnstores.com/ebay/shadow.png) no-repeat center bottom;
}
.price-block-inner{
	width:117px;
	height:117px;
	display:block;
	margin:0 auto;
	border:1px solid #ababab;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background:#fff;
}


.footer{
	width:100%;
	float:left;
	height:auto;
	background:#f5f5f5;
	padding:0px 0 0px;
	position:relative;
}
.footer-bottom{
	width:100%;
	float:left;
	text-align:center;
	border-top:1px solid #e1e1e1;
	padding:10px 0;
	font-size:14px;
	line-height:22px;
	color:#6d6d6d;
}
.footer-top{
	width:100%;
	float:left;
	height:auto;
	padding:37px 0 10px;
}
.footer-left{
	width:476px;
	float:left;
	height:auto;
	padding-right:100px;
}

.footer .footer-logo{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	padding-bottom:8px;
	margin:0 0 15px;
}
.footer p{
	font-size:14px;
	line-height:24px;
	color:#afafaf;
	margin:0 0 15px;
}
.footer .footer-logo a{
	display:inline-block;
}
.footer .footer-logo img{
	float:left;
}
.footer .footer-logo::before{
	width:40px;
	left:0;
	height:1px;
	position:absolute;
	content:'';
	background:#cccccc;
	bottom:0;
}
.footer-link{
	width:193px;
	float:left;
	margin-top:12px;
}
.footer-link li{
	margin:0 0 6px;
}
.footer-link li a{
	font-size:14px;
	color:#aeaeae;
	line-height:24px;
}
.footer-link li a:hover{
	color:#3091ae;
}
.contact-info{
	width:200px;
	float:left;
}
.contact-info li{
	font-size:14px;
	line-height:24px;
	color:#aeaeae;
	margin:0 0 25px;
}
.contact-info li:last-child{
	margin:0;
}
.contact-info li span{
	color:#3091ae;
}


/*======================================== Responsive Design =============================*/
@media only screen and (max-width: 479px){
.caption h2{
	font-size:22px;
	margin:0 0 5px;
}
.caption h1{
	font-size:25px;
	margin:0 0 5px;
}
.cb-slideshow, .cb-slideshow::after{
	height:400px;
}
.slider-nav{
	width:100%;
	height:85px;
}
.slider-nav li{
	width:23.5%;
	float:left;
	margin:0 2% 0 0;
}
.slider-nav li:last-child{
	margin:0;
}
.label-block{
	padding:15px!important;
}
.label-block label{
	width:100%;
	margin:0 0 10px;
	float:left;
	text-align:center;
	padding:5px;
}
.label-block label:last-child{
	margin:0;
}
.desc-right h1{
	font-size:20px;
}
.header-right ul li{
	width:100%!important;
	padding:0;
	margin:0 0 10px!important;
	text-align:left;
	border:none;
}
.featured-block ul li{
	width:100%!important;
	margin:0 0 30px!important;
}

.slider-nav li label{
	height:68px;
	max-width:68px;
}
.slider-thumb{
	height:317px;
	margin:0;
	width:100%;
}

.left-info ul li{
	font-size:13px;
}

.topbar ul.right li{
	margin:0 5px!important;
}
.sale-price{
	font-size:30px;
}

.label-block label{
	width:100%!important;
	margin:0 0 5px!important;
	line-height:20px;
}
.tab-content{
	padding:8px 0 0!important;
}

.info-list{
	width:100%;
	padding:15px 20px;
}
.topbar ul li{
	margin:0 6px;
}

}

@media only screen and (min-width: 480px) and (max-width:639px) {
.label-block label{
	margin:0 15px;
}
.slider-nav{
	width:90px;
}
.caption h2{
	font-size:30px;
	margin:0 0 5px;
}
.caption h1{
	font-size:35px;
	margin:0 0 5px;
}
.cb-slideshow, .cb-slideshow::after{
	height:500px;
}
.header-right ul li{
	padding-left:8px!important;
}
.header-right ul li{
	margin:0 3px!important;
}
.slider-nav li{
	margin:0 0 3px;
}
.slider-nav li label{
	height:90px;
}
.slider-thumb{
	height:370px;
	margin-left: 15px;
	width:345px;
}
.label-block label{
	padding:5px 8px;
}
.label-block label{
	margin:0 5px!important;
}

}
@media only screen and (max-width: 639px){
.list-left{
	width:100%;
	padding:0;
}
.info-list .list-block:last-child{
	margin:0 0 15px;
}
.services li{
	width:100%;
	padding:0!important;
	margin:0 0 25px;
}
.services li:last-child{
	margin:0;
}
.services li h3{
	margin:0 0 10px;
}
.services li{
	margin:0 0 30px;
	width:100%;
	padding:0!important;
	max-width:100%;
}
.services li > img{
	margin:0 0 5px;
}
}

@media only screen and (min-width: 640px) and (max-width:767px) {
.caption h2{
	font-size:45px;
}
.caption h1{
	font-size:50px;
}
.services li{
	margin:0;
}
}

@media only screen and (max-width: 767px){
.container{
	width:100%;
	padding:0 15px;
}
.navbar-header label{
	display:block;
}
.nav-section label{
	display:block;
}
#navbar{
	display:none;
}
#menu-switcher:checked + #navbar{
	display:block;
}
.left-info{
	width:100%;
}
.left-info.right{
	text-align:center;
	margin:10px 0 0;
}
.left-info{
	text-align:center;
}
.left-info ul{
	width:100%;
	text-align:center;
}
.left-info ul li{
	float:none;
	display:inline-block;
}
.desc-left{
	width:100%;
}
.desc-right{
	width:100%;
	margin:40px 0 00px;
}

.desc-right p{
	margin:0 0 20px;
}
.panel-left{
	width:100%;
	padding:0;
}
.video-block{
	width:100%;
	margin:10px 0 0;
}
.featured-block ul{
	padding:0;
}
.featured-block ul li{
	width:48%;
	margin:0 4% 30px 0;
}
.featured-block ul li:nth-child(2n){
	margin-right:0;
}
.featured-block .sale-price{
	font-size:30px;
}
.featured-block .regular-price{
	font-size:22px;
}
.featured-block{
	margin:0 0 30px;
}
.services li{
	padding-right:15px;
}
.footer-left {
    width: 100%;
    float: left;
    height: auto;
    padding-right: 0;
	margin:0 0 20px;
}
.quick-link{
	width:100%;
	margin:0 0 20px;
}
.nav-container{
	width:100%;
}
#navbar{
	width:100%;
}
#navbar ul {
    float: left;
    width: 100%;
}
#navbar ul li {
    float: left;
    margin: 0 0px 2px 0;
    width: 100%;
}
#navbar ul li a {
    font-size: 14px;
    display: block;
    line-height: 18px;
    padding: 7px 0;
}
.cb-slideshow li .caption{
	top:50%;
}
.product-desc{
	padding:0px 0 30px;
}
.header-left,
.logo{
	width:100%;
	text-align:center;
}
.logo a{
	display:inline-block;
}
.header-right ul{
	width:100%;
	text-align:center;
}
.header-right ul li{
	float:none;
	display:inline-block;
	margin:0 10px;
}
.header-right{
	width:100%;
}

#navbar .dropdown{
	width:100%!important;
	left:0!important;
	padding:30px 20px;
}
#navbar .dropdown ul{
	width:100%!important;
	margin:0 0 20px;
}
#navbar .dropdown .offer-block{
	float:left;
	max-width:100%;
}
#navbar .dropdown ul li.heading{
	margin:0 0 10px;
}

.logo {
    left: 0%;
    line-height: normal;
    position: relative;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    line-height: normal;
    top: 0;
	text-align:center;
}
.info-list::before,
.info-list::after{
	max-width:100%;
}
.label-block{
	padding:0;
	width:100%;
	text-align:center;
}
.label-block label{
	width:auto;
	display:inline-block;
	float:none;
	margin:0 15px;
}
.tab-content{
	padding:20px 0 0;
	width:100%;
}
.footer-link li{
	margin:0 0px 10px!important;
}
.tab-outer{
	margin:0 0 50px;
}
.nav-link{
	width:100%;
	float:left;
	text-align:left;
	margin:0 0 20px;
}
.nav-link li{
	float:left;
	margin:0 0 5px;
	width:100%;
}
.footer-left {
    width: 100%;
    float: left;
    height: auto;
    padding-right: 0;
	margin:0 0 0px;
}
.quick-link{
	width:100%;
}
.topbar .left{
	width:100%;
	float:left;
	text-align:center;
}
.topbar .right{
	width:100%;
	float:left;
	text-align:center;
}
.topbar .right li{
	display:inline-block;
}
.topbar ul.right li{
	float:none;
	display:inline-block;
	margin:0 10px;
}
.one-third{
	width:100%;
	float:left;
	text-align:center;
}
.header-info{
	padding:10px 0;
}
.header-info .one-third.text-center{
	margin:15px 0;
	padding:0;
}
#navbar ul{
	margin:45px 0 0;
}
.tab-block.tabs{
	padding:20px;
}
.footer-link{
	width:100%;
}

}



@media only screen and (min-width: 768px) and (max-width:991px) {
.container{
	width:750px;
}
#navbar ul li{
	margin-right:18px;
}
#navbar ul li a,
.contact-info ul li{
	font-size:13px;
}
#navbar > ul > li{
	margin:0 0px;
}
.nav{
	width:50%;
}

.logo {
    left: 0%;
    line-height: normal;
    position: relative;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    line-height: normal;
    top: 0;
	text-align:center;
}
.info-list::before,
.info-list::after{
	max-width:100%;
}

.desc-left{
	width:100%;
}
.desc-right{
	width:100%;
	margin:70px 0 0;
}
.tab-block p {
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 20px;
}
.panel-left{
	width:100%;
	padding:0;
}
.video-block{
	width:100%;
	margin:10px 0 0;
}
.featured-block ul{
	padding:0;
}
.featured-block ul li{
	width:48%;
	margin:0 4% 30px 0;
}
.featured-block ul li:nth-child(2n){
	margin-right:0;
}
.featured-block .sale-price{
	font-size:30px;
}
.featured-block .regular-price{
	font-size:22px;
}


.nav-link{
	width:100%;
	float:left;
	text-align:left;
	margin:0 0 20px;
}
.nav-link li{
	float:left;
	margin:0 0 5px;
	width:100%;
}
.footer-left {
    width: 100%;
    float: left;
    height: auto;
    padding-right: 0;
	margin:0 0 20px;
}
.quick-link{
	width:100%;
}
.tab-content{
	padding:10px 23px 20px;
}
.services li{
	padding-right:20px;
}

.dropdown.three{
	width:750px;
	left:-45px;
	padding-left:55px;
}
#navbar .dropdown.three ul.first-nav{
	width:188px;
	float:left;
}
#navbar .dropdown.three ul.second-nav{
	width:153px;
	float:left;
}
#navbar .dropdown .offer-block{
	width:353px;
	float:right;
	height:auto;
	position:relative;
}
.product-desc{
	padding:0px 0 60px;
}
.header-info p{
	font-size:12px;
}
.services li{
	margin:0 20px;
}
.tab-block.tabs{
	padding:25px 25px;
}
.featured-block{
	margin:0 0 20px;
}

.label-block{
	padding:65px 10px 65px 15px;
}
.tab-outer{
	margin:0 0 80px;
}

}




@media only screen and (min-width: 992px) and (max-width: 1199px) {
.container{
	width:970px;
}
.desc-right{
	width:445px;
}
.info-list{
	width: 350px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.list-block > label{
	width:80px;
}
.slider-thumb{
	width:394px;
	height:425px;
}
.slider-nav{
	width:105px;
}
.slider-nav li label{
	height:105px;
}
.desc-right h1{
	margin:0 0 10px;
	font-size:20px;
}
.info-list .list-block:last-child{
	margin:0 0 10px;
}

.list-left {
    width: 100%;
    padding-right: 0;
}
.list-block {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 10px;
}
.list-block > label{
	font-size:14px;
}
.info-list .pull-left,
.info-list .pull-left > a{
	font-size:14px;
}

.tab-block p{
	font-size:14px;
	line-height:28px;
}
.featured-block ul li{
	width:217px;
}
.featured-block .sale-price{
	font-size:30px;
}
.featured-block .regular-price{
	font-size:22px;
}

.footer-left{
	width: 380px;
padding-right: 30px;
}
.quick-link{
	width:280px;
}
.nav-link{
	width:400px;
}
.desc-right p{
	margin:0 0 15px;
}
.desc-left{
	width:500px;
}

}

@media only screen and (min-width: 1200px){

}
