/****************************
HaqueHost
info@haquehost.com
https://www.haquehost.com;
*****************************/

body{
  background-color: #fff;
  color: #333; 
  font-size: 13px;
  line-height: 22px;
  font-family: Tahoma, Helvetica, Roboto, Arial, sans-serif;
}


body,table,td,th,form,ul,li{
	padding: 0;
	margin: 0;
}


a{
	color: #333;
}

a:hover{
text-decoration: none;
}

#search{
	float: right;
	padding-top: 25px;
}

#right_col{
	width: 100%;
	background-color: #ddd;
	padding: 10px;
	border-radius: 10px;
}

.panel-heading{
background-color: #333;
	
}

/************|| AREA || ******/
#area {
    border-left: 4px;
	border-bottom: 1px;
	border-right: 1px;
	background-color: #fff;
	margin-bottom: 20px;
}

#specs-area{
	background-color: #f7f7f7;
}

#earea{
	background-color: #f2f2f2;
}


.view {
	font-family: 'Roboto', sans-serif;
	padding: 10px 0 15px 0;
	text-align: center;
	font-size: 20px;
	color: #C94503;
}


#title {
background-color: #303A42;
color: #fff;
font-weight: bold;
padding: 3px 3px 3px 10px;
text-transform: uppercase;
letter-spacing: 1px;
}


.wellview {
	font-family: 'Roboto', sans-serif;
	padding: 10px 0 15px 0;
	font-size: 18px;
	color: #3C4043;
	border-bottom:  1px dashed #ff8c00;
}



.breadcrumb {
padding: 5px 5px 5px 10px;
margin-bottom: 20px;
list-style: none;
color: #455a64;
background-color: #f5f5f5;
border-radius: 0px;
}

.breadcrumb a {
color: #455a64;
border-radius: 0px;
}
.breadcrumb a:hover {
color: #000;
border-radius: 0px;
}


.breadcrumb .active {
color: #333;
border-radius: 0px;
}




.col-md-product {
    position: relative;
}
@media (min-width: 992px) {
    .col-md-product {
        width: 20%;
        float: left;
    }
}

/***************|| LEFT MENU || ******/

#category_list .parent{
	border-radius: 5px;
    background: #f5f5f5;
    color: #4f4f4f;
    padding:2px 5px 2px 5px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
}


#category_list{
	padding: 5px;
	color: #666;
	border-left: 1px solid  #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 20px;
}

#category_list ul{
list-style: none;
}

#m_category_list{
	padding-top: 5px;
	margin-bottom: 20px;
}

#m_category_list .parent{
	border-radius: 5px;
    background: #455A64;
    color: #FFF;
    padding:2px 5px 2px 5px;
    font-weight: bold;
    text-align: center;
}



#m_left_menu{
background-color: #303A42;
color: #fff;
}

#m_left_menu ul{
list-style: none;
clear: #fff;
}

#m_left_menu li{
	color: #fff;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
}


#m_left_menu a{
  font: 15px/18px Roboto,sans-serif;
  color: #fff;
}


.mytable {
	background-color: #F8FFFB;
	padding: 10px;

}


.leftsimple {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #777;
}


.rightsimple {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #999;
}








#left_area {
	border-left: 2px solid  #FF8C00;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 20px;
}

#left_menu{
padding: 5px;
}

#left_menu ul{
list-style: none;
}

#left_menu li{
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #ddd;
}


#left_menu a{
  font: 15px/18px Roboto,sans-serif;
  color: #303C42;

}

#left_menu a:hover{
	color: #000;
}



/**********Top Header Menu**************/

.top_header_menu{
	margin:0px 15px 0px 15px;
}


.top_header_menu .navbar{
border-radius: 0px;
padding-right: 0px;
padding-left: 0px;
}

.navbar {
    position: relative;
    min-height: 15px;
    margin-bottom: 15px;
	background-color: #303A42;
}

.navbar-nav {
	background: #494949;
}


.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    background-color: #ccc;

}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}



.navbar-toggle {
    position: relative;
    float: right;
    padding:3px 8px 3px 8px;
    margin-top: 4px;
    margin-right: 15px;
    margin-bottom: 4px;
    background-color: #FF8C00;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-brand {
    float: left;
    height: 20px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding: 5px 0px 0px 10px;
}
.navbar-inverse .navbar-brand {
    color: #fff;
}
.navbar-inverse .navbar-brand:hover {
    color: #FF8C00;
    background-color: transparent;
}



@media (min-width:768px) {
	.navbar-nav > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 15px;
		
	}
}

@media (max-width: 478px) {
	.top_header_menu{
	margin:0px 15px 0px 15px;
	}
}

@media (min-width:768px) { 
.top_header_menu{
	margin:0px 15px 0px 15px;
}

}


/****************************************|| HEADER MENU || ******/
#header_menu{
background-color: #333;
color: #ccc;
}

#header_menu a{
color: #fff;
font-family: 'Roboto', sans-serif;
border-bottom: 1px solid  #333;
}
#header_menu a:hover{	
background-color:  #5a5d60 ;
color: #fff;
border-bottom: 1px solid  #FF8C00;
}



/*************|| BRAND LIST || ******/
#brands{
	padding: 1px;
}

#brands ul{
list-style: none;
margin-bottom: 10px;
}

#brands li{
text-align: center;
float: left;
background-color: #fff;
border: 1px solid #ccc;
margin: 0 10px 10px 5px;
}

#brands li img{
	width: 100px;
	height: 70px;
}


/*************|| PRODUCT LIST || ******/
#products{
margin: 0 0 20px 0;
}


#products ul{
list-style: none;
padding:0;
}

#products li .product{
text-align: center;
background-color: #fff;
border-top: 1px solid #ddd;
margin-bottom: 15px;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}




#products .pname{
    padding: 5px;
	height: 50px; 
    overflow: hidden;
    color:  #076cc4;
	text-align: center;
	font-weight: bold;
}

#products .txti {
position: relative;
color:  #585C69;
text-align: center;

}


#products .price{
	text-align: center;
	font-size: 13px;

}

/*************|| PRODUCT DETAILS || ******/
#product_details{
	padding: 3px;
}

#product_features{
	padding-bottom: 10px;
}

#product_features table{
background-color: #fff;
border: 2px solid #ccc;
border-spacing: 10px;
}


#product_features h3{
	font-family: Lobster,Arial;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #FCA746;
}

#product_price{
	padding: 10px;
	font-weight: bold;
}

#product_photo{
width: 100%;

}

#product_photo .p_ads{
float: right;

width: 380px;
}

#product_photo .p_photo{
width: 420px;

}

/*************|| POSTS || ******/


#posts{
	margin-top: 1px 1px 1px 20px !important;
}

#posts ul{
	list-style: none;
}
#posts li{
	border-bottom: 1px solid #ddd;
	height: 200px;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
}

#posts img{
	float: left;
	width: 80px !important ;
	height: 80px !important ;
	padding: 2px;
	margin: 0 5px 5px 0;
	border: 1px solid #999;
}

#posts .more {
    background-color: #ccc;
    padding: 0 10px 0 10px;
}

#margin-left{
	margin-bottom:50px !important; 
}

#post{
	margin-left: 2px;
}


#post img{
float: left !important;
padding: 0px;
margin: -3px 10px 5px 0px;
border: 1px solid #ccc !important;
width: 100%;
max-width: 400px;
height: auto;
}



/***************|| GO TO UP || ******/
.go-up {
  position:fixed;
  bottom:30px;
  margin-bottom:0;text-align:center;
  z-index:999;right:0;
}


.go-up a {
    background: #FF8C00;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
/***************|| END GO TO UP || ******/

/*************|| FOOTER || ******/


#footer{
 	width: 100%;
	margin: 0 auto;
	color: #cfd8dc;
}

.footer-title {
  font-size: 15px;
  margin: 0 2% 10px 0;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #fff;
  text-transform: uppercase;
}


#footer ul{
  list-style: none;
}

#footer li{
  padding: 0 0 30px 0;
}

#footer li a{
color: #fff;
font-weight: bold;
text-decoration: none;
}

#footer_top{
background-color: #2A2C30;
color: #cfd8dc;
padding: 5px;
}

#footer_right{
float: right;
width: 500px;
text-align: left;
}

#footer_left{
width: 500px;
}

#footer_bottom{
background-color: #2E3133;
color: #fff;
text-align: center;
}



#footer a{
    
font-size: 15px;
font-weight: 400;
line-height: 1.5;
color: #cfd8dc;
}


#footer a:hover{
  color: #FFF;
}










.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}