﻿@CHARSET "UTF-8";
* {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.body {
	margin: 0; padding: 0;
    font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	line-height: 1.42857143;
    color: #333;
    background-color: #E7E7E7;
    /*background: url('../images/bg.jpg');*/
}

a {
  background: transparent;
	text-decoration: none;
	color: #0066CC;
}

form {
	padding: 0; margin: 0;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}

.absolute {
  position: absolute;
}

b, strong {
  font-weight: bold;
}

img {
  border: 0;
}

p {
	/*margin: 0 10px;*/
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit; font-weight: 500; line-height: 1.2;
	color: inherit; margin: 0;
	margin-top: 15px; margin-bottom: 15px;
}

h1 {
	font-size: 28px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

hr {
  margin-top: 15px; margin-bottom: 15px;
  border: 0; border-top: 1px solid #DEDEDE;
	height: 0;
  -moz-box-sizing: content-box; box-sizing: content-box;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

table {
  border-spacing: 0; border-collapse: collapse;
}

td, th {
	padding: 0;
}

legend {
  padding: 0; border: 0;
}

/* Pagination Start */
.page_selected {
	display: block; width: 24px; height: 24px;
	line-height: 23px; text-align: center;
	color: #666; font-size: 13px;
	font-weight: bold;
	margin-right: 5px; margin-left: 5px;
}
.page_unselected:link, .page_unselected:visited, .page_unselected:active {
	display: block; width: 24px; height: 24px;
	line-height: 23px; text-align: center;
	color: #666; font-size: 13px;
	border: 1px solid #CECECE;
	margin-right: 5px; margin-left: 5px;
	border-radius: 4px;
	
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DEDEDE));
	background-image: -webkit-linear-gradient(top, #FFF, #DEDEDE);
	background-image: -moz-linear-gradient(top, #FFF, #DEDEDE);
	background-image: -ms-linear-gradient(top, #FFF, #DEDEDE);
	background-image: -o-linear-gradient(top, #FFF, #DEDEDE);
}
.page_unselected:hover {
	background-color: #DEDEDE;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DEDEDE), to(#FFF));
	background-image: -webkit-linear-gradient(top, #DEDEDE, #FFF);
	background-image: -moz-linear-gradient(top, #DEDEDE, #FFF);
	background-image: -ms-linear-gradient(top, #DEDEDE, #FFF);
	background-image: -o-linear-gradient(top, #DEDEDE, #FFF);
}
/* Pagination End */

/* Errors Start */
.valid_errors {
	color: red; font-size: inherit;
	line-height: 1.2;
	margin-top: 14px; margin-bottom: 14px;
}
/* Errors End */


.page_width {
  /*width: 1003px;*/
  margin: 0px auto;
  background-color: #fff;  
}

.top {
  width: 1003px;
  margin: 14px auto 8px auto;
}
.contact_email, .contact_phone, .contact_basket {
  background: url('../images/contact_icon.png') 0px -5px no-repeat;
  height: 20px;
  font-size: 13px;
  color: #002975;
  white-space: nowrap;
  padding-left: 30px;  
  height: 30px;
  margin-top: 4px;  
}

.contact_profile {
  background: url('../images/profile_icon.png') 0px 0px no-repeat;
  height: 20px;
  font-size: 13px;
  color: #002975;
  padding-left: 30px;
  margin-top: 4px;  
  height: 30px;
  min-width:90px;  
}

.contact_email 
{
    width:210px;
    
}
.contact_phone {
  background: url('../images/contact_icon.png') 0px -35px no-repeat;      
  min-width:150px;
}

.contact_basket {
  background: url('../images/contact_basket.png') 0px -4px no-repeat;  
  min-width:120px;
}

.fb, .tw, .inst {
  display: block;
  float: left;
  background: url('/images/social2.png') 0px 0px no-repeat;
  height: 26px;
  width: 26px;
  margin-top: 2px;
  margin-right: 10px;
}
.tw {
  background: url('/images/social2.png') -42px 0px no-repeat;  
}

.inst {
  background: url('/images/social2.png') -84px 0px no-repeat;  
}
.search_top {
  background-color: #fff;
  border: 1px solid #343434;
  padding: 1px;
  margin-left: 17px;
}
.search_top input {
  float: left;
  border: 0px solid #FFF;
  background-color: #fff;
  width: 168px;
  height: 26px;
  line-height: 26px;
  padding: 0px;
  margin: 0px;
  text-indent: 5px;
  font-size: 16px;
  color: #001947;
}
.search_top a {
  display: block;
  background: url('../images/search_icon.png') #0071C4 center center no-repeat;
  width: 26px;
  height: 26px;
  float: right;
}

.header {
  padding: 20px 10px 20px 10px;
}
.logo {
  display: block;
  background: url('../images/logo.png') center center no-repeat;
  width: 185px;
  height: 107px;
  margin:auto;  
}

.logoc 
{
    background-color:#002975;
    overflow:auto;
    border-radius: 5px;
}

.top_box {
  background-color: #002975;
  height: 90px;
  color: #fff;
  text-align: center;  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position:relative;  
  margin-top: 9px;
  display: flex;
  align-items: center;  
}

.top_box:hover, .top_selected {
  background-color: #3A539B;
}

.top_box .stitle 
{
    margin: 0 auto;
    position:relative;
}

.top_box .stitle a {
    display: block;
    height: 90px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 20px 5px 20px 5px;   
}

.top_box .stitle a {
    text-decoration:none;
}

.top_box .stitle a:hover {
    text-decoration:none;
    background-color: #3A539B;
}

.top_box .subtitle {
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  bottom: 7px;
  left: 0px;
  right: 0px;
}

.menu_bg {
  background: url('../images/nmn2_bg.png') center center repeat-x;
  height: 50px;
  width: 100%;
  border:0;
  z-index: 100;
}

a.menu_bg:hover 
{
    background-image: none; 
}

.menu_bg_fixed {
  position: fixed;
  top: 0px;
}
.menu_container {
  width: 1003px;
  margin: 0px auto;
  padding: 0px 0px;
}



.menu_container ul {
  float: right;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.menu_container ul li {
  float: left;
  margin: 0px;
  padding: 0px;
  height: 41px;
  line-height: 41px;
  padding: 0px 10px;
}
.menu_container ul li a {
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.menu_container ul li.selected, .menu_container ul li:hover {
  background: #002975;
}

.content {  
}

.breadcrumbs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.breadcrumbs a {
  color: #002773;
  font-size: 14px;
  line-height: 18px;
}
.breadcrumbs .bd_bg {
  background: url('../images/arrow2_icon.png') 100% 60% no-repeat;
  padding-right: 16px;
  margin-right: 5px;
}

.col_left {    
  padding: 20px 0px 20px 10px;
}

.left_title {
  background: url('../images/box_title.png') center center repeat-x;
  height: 34px;
  line-height: 30px;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.left_title a {
    color: white;
    text-decoration: none;
}

.left_content {
  background-color: #EFEFEF;
}

.menu_left {
  list-style: none;
  margin: 0px;
  padding: 12px 0px;
}
.menu_left li {
  margin: 0px;
  margin-bottom: 7px;
}
.menu_left li a {
  display: block;
  background: url('../images/category_bg.png') top left repeat-y;
  padding-left: 12px;
  color: #002975;
  font-size: 15px;
  height: 34px;
  line-height: normal;  
  vertical-align: middle;
  text-transform: uppercase;
  display: flex;
  align-items: center;  
  
}
.menu_left li:hover, .menu_left li.selected 
{
    text-decoration:none;
}
.menu_left li:hover a, .menu_left li.selected a {
  background: #002975;
  color: #fff;
  font-weight: 400;
  text-decoration:none;
}
.menu_left li .submenu_left {
  display: none;
}
.menu_left li.selected .submenu_left {
  display: block;
}

.submenu_left {
  list-style: none;
  margin: 0px;
  padding: 12px 0px;
}
.submenu_left li {
  background: none;
  margin: 0px;
  padding: 0px;
}
.menu_left li .submenu_left li a {
  background: none;
  color: #002975;
  font-size: 14px;  
  vertical-align: middle;
  text-transform: none;
  padding-left: 24px;
  display: flex;
  align-items: center;
  
}
.menu_left li .submenu_left li:hover, .menu_left li .submenu_left li.selected {
}
.menu_left li .submenu_left li:hover a, .menu_left li .submenu_left li.selected a {
  background: #002975;
  color: #fff;
  font-weight: 400;
}

.testimonial_container {
  padding: 10px 12px;
}
.testimonial {
  padding: 10px 0px;
}
.testimonial .desc {
  color: #002975;
  font-size: 14px;
  line-height: normal;
}
.testimonial .by {
  float: left;
  color: #61677F;
  margin-top: 5px;
}
.testimonial .more {
  float: right;
  background: url('../images/arrow_icon.png') 100% 52% no-repeat;
  padding-right: 18px;
  margin-top: 5px;
}
.testimonial .more a {
  color: #000C24;
  font-weight: 700;
}

.howto {
  list-style: none;
  margin: 0px;
  padding: 12px 0px;
}
.howto li {
  margin: 0px;
  padding: 0px 0px 0px 12px;
  margin-bottom: 7px;
}
.howto li a {
  color: #001946;
  font-size: 15px;
}

.copyright {
  background-color: #000715;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
}
.footer {
  background-color: #000D24;
  padding: 60px 0px 40px 0px;
  text-align: center;
}
.footer_contact{
  display: inline-block;
}
.footer_contact .contact_email, .footer_contact .contact_phone {
  background: url('../images/contact_w_icon.png') 0px -5px no-repeat;
  color: #FFF;
}
.footer_contact .contact_email {
  margin-left: 40px;
}
.footer_links {
  margin-bottom: 20px;
}
.footer_links ul {
  display: inline-block;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer_links ul li {
  float: left;
  margin: 0px;
  padding: 0px 12px;
}
.footer_links ul li a {
  color: #fff;
  font-size: 16px;
}

/* Homa Page */

.content_home   
{
  padding:10px 10px 10px 5px;  
}
.slider {
  margin-bottom: 40px;
}

.desc h3 
{
    text-align:left !important;    
}

.category_item 
{
  /*
  
float: left;
  margin-right: 9px;
  margin-bottom: 30px;  
  margin:10px 10px 10px 10px;
 */ 
}

.category_item a 
{
    display: block;
}

.category_item .image {
    text-align: center;
    max-width: 185px;
    /*height: 171px;
    background-color: #F7F7F7;
    overflow: hidden;*/
    border:1px solid #d0d0d0;
    border-bottom:1px solid  #002975;
    margin-top:10px;
}

.category_item .image:hover 
{
    border:1px solid #002975;
}

.category_item .title {
  background-color: #002975;
  max-width: 185px;
  min-height: 60px;
  line-height: normal;
  text-align: center;  
  padding-right:2px;
  padding-left:2px;
  display: flex;
  align-items: center;  
  
}
.category_item .title a {
  color: #FFF;
  font-size: 14px;
  margin: 0px auto;
}
.category_item a img {
  /*float: left;*/
  margin:0px auto;
}

.category_itemx {
/*  float: left;
  margin-right: 6px;*/
  
}

.category_itemx .image {
    text-align: center;
    max-width: 120px;
    /*height: 120px;
    background-color: #F7F7F7;
    overflow: hidden;*/
    border:1px solid #d0d0d0;
    border-bottom:1px solid  #002975;
    margin-top:10px;
}

.category_itemx .image:hover 
{
    border:1px solid #002975;
}


.category_itemx .title {
  background-color: #002975;
  max-width: 120px;
  height: 50px;
  line-height: normal;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  display: flex;
  align-items: center;  
  
}
.category_itemx .title a {
  color: #FFF;
  font-size: 12px;
  margin: 0px auto;
}
.category_itemx a img {
  /*float: left;*/
  margin:0px auto;
}

.category_last {
  margin-right: 0px;
}

.latest, .seller {
  margin: 30px 0px 30px 0px;
}

.latest .title, .seller .title {
  color: #001947;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  float:left;
}

.latest .sidelink, .seller .sidelink {
    float: right;
    line-height: 40px;
    }

.latest .item, .seller .item {
  float: left;
  margin-right: 5px;
  width: 74px;
  height: 74px;
  background-color: #F7F7F7;
  text-align: center;
}

.latest .item a, .seller .item a {
    display: block;
    height: 74px;
}

.latest {
  margin-top: 30px;
  max-width: 830px;
}

.seller {
  margin-bottom: 30px;
  max-width: 830px;
}

/* Products and Listing */

.content_product {
  width: 752px;
  -moz-box-sizing: content-box; box-sizing: content-box;
}
.section_title {
  color: #002773;
  font-size: 24px;
  border-bottom: 1px solid #002975;
  line-height: 80px;
  width: 752px;
  margin-bottom: 20px;
}
.section_property {
  border-top: 1px solid #002975;
  border-bottom: 1px solid #002975;
  margin: 30px 0 20px 0;
  padding: 30px 0px 10px 0;
}
.section_property .property {
  float: left;
  width: 188px;
  margin-bottom: 20px;
}

.section_options {
  border-bottom: 1px solid #002975;
  margin-bottom: 20px;
  padding: 10px 0px 30px 0px;
}
.section_options .sort, .section_options .sort_by {
  float: left;
}
.section_options .page, .section_options .page_nr {
  float: right;
}
.section_options .sort, .section_options .page {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  margin-right: 10px;
}
.section_options .page_nr {
  padding-top: 3px;
}
.section_options .page_nr a {
  display: block;
  float: left;
  color: #183A8A;
  border-right: 1px solid #000;
  padding: 0px 5px;
  line-height: 16px;
}
.section_options .page_nr a.selected {
  font-weight: 700;
}
.section_options .sort_by {
  width: 220px;
  padding-top: 3px;
}

.section_property .selected .back {
    padding-right: 20px;
}

.section_property .selected .del {
    margin-bottom: -4px;
}

.section_page {
  text-align: center;
}
.section_page a {
  color: #002874;
  font-size: 15px;
  margin: 0px 2px;
}
.section_page a:hover, .section_page a.selected {
  font-weight: 700;
}
.section_page a.next, .section_page a.prev {
  color: #000;
}
.section_page a.next:hover, .section_page a.prev:hover {
  font-weight: 400;
}

.section_prod .item {
  float: left;
  width: 236px;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 30px;
  margin-right: 22px;
}
.section_prod .item_last {
  margin-right: 0px;
}

.section_prod .item .image {
    width: 234px;
    height: 200px;
    /*height: 160px;*/ /*changed by cristi to 200*/
    overflow: hidden;
    text-align: center;
}

.section_prod .item .image img {
    max-height: 200px;
}

.section_prod .item .add_to {
  display: none;
  /*background: rgba(0,0,0,0.70);*/
  background: url('../images/basket_hover.png');
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 200px;
  /*height: 160px;*/ /*changed by cristi to 200*/
  width: 234px;
}
.section_prod .item:hover .add_to, .section_prod .selected .add_to {
  display: block;
}
.section_prod .item .add_to a {
  background-color: #E74C3C;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 45px;
  line-height: 45px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
}

.section_prod .item .add_to a.plink {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 200px;
    color: transparent;
    background-color: transparent;
    }

.section_prod .item .title {
  line-height: 42px;
  text-align: center;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_prod .item .title a {
  color: #666666;
  font-size: 16px;
  font-weight: 300;
}

.section_prod .pack {
  padding: 0px 5px;
  padding-bottom: 10px;
}

.prod_left {
 /*
  float: left; 
  width: 296px;
  position: relative;*/
}
.prod_right {
  /*float: right;
  max-width: 510px;  
  margin-left: 10px;*/
}

.prod_img 
{
    border: 1px solid silver;
    padding: 10px;
    overflow:auto;    
}
/*
.prod_img img {
  border: 1px solid #CCC;
}
*/
.prod_left .info {
  color: #FFF;
  font-size: 12px;
  border: 1px solid #FFF;
  position: absolute;
  right: 3px;
  bottom: 7px;
  height: 18px;
  line-height: 12px;
  padding: 0px 4px 2px 4px;
}

.prod_img_extra {
    
}

.prod_img_extra a {
  height: 45px;
  border: 1px solid #ccc;
  float: left;
  margin-right: 2px;
  margin-top: 2px;
  text-align: center;
  overflow: hidden;
}

.prod_img_extra a.last {
  margin-right: 0px;
}

.prod_img_extra img {
    max-height: 45px;
}

.prod_details {
  border: 1px solid #DDD;
  padding: 14px;
  margin-top: 25px;
  color: #666666;
  font-size: 14px;
}

.prod_details .detail {
  padding: 5px 0px;
}

    .prod_details .detail a, .prod_details .detail a:visited, .prod_details .detail a:active, .prod_details .detail a:link {
        color: #666666;
        text-decoration: underline;
    }

    .prod_details .detail a:hover {
        color: #666666;
        text-decoration: none;
    }

.prod_details .detail_color span {
  display: block;
  float: left;
  margin-right: 4px;
}

.prod_details .detail_color a {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  border: 1px solid #666666;
  margin-right: 2px;
  margin-top: 3px;
}

.prod_details img, .sbOptions img {
  width: 20px;
  height: 20px;
  /*border: 1px solid #666666;*/
  margin-right: 2px;
  margin-left: 2px;
  margin-top: 3px;
  margin-bottom: -5px;
}

.prod_right .title {
  color: #666666;
  font-size: 16px;
  margin-bottom: 20px;
}
.prod_right .option {
  margin-bottom: 20px;  
}
.cart_button {
  margin-bottom: 20px;
}
.cart_button a {
  background-color: #E74C3C;
  display: block;
  width: 283px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
  -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.20);
  box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.20);
  text-transform: uppercase;
  cursor: pointer;
}

.button {
  border: 0;
  background-color: #E74C3C;
  line-height: 20px;
  padding: 0 5px 0 5px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
  -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.20);
  box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.20);
  cursor: pointer;
  margin-right: 10px;
}


.desc {
  margin-bottom: 20px;
}

.content_main .desc {
  margin-bottom: 0px;
}

.desc .about_title {
  color: #333;
  font-size: 12px;
  margin-bottom: 10px;
}
.desc .about_content {
  color: #333;
  font-size: 12px;
  font-weight: 300;
}


.recomment, .bought {
  margin: 30px 20px 20px 0px;
}
.recomment .title, .bought .title {
  color: #474747;
  font-size: 14px;
  line-height: 30px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
}
.recomment .item, .bought .item {
  float: left;
  margin-right: 7px;
  margin-top: 20px;  
  height: 140px;
  width:120px;  
  display:inline-block;
  padding: 5px 5px 5px 5px;  
}
.recomment .item:hover, .bought .item:hover {
 /* border:1px solid #0071C4;*/
}

.recomment .item_last, .bought .item_last {
  margin-right: 0px;
}
.recomment .item_first, .bought .item_first {
  margin-right: 6px;
}
.recomment .item_title, .bought .item_title {
  text-align: center;
}
.recomment .item_title a, .bought .item_title a {
  color: #474747;
}

.recomment .item .image, .bought .item .image {
        text-align: center;
        /*background-color: #F7F7F7;*/
    }

.recomment .item .image img, .bought .item .image  img {
        /*height:90px;*/
        margin:0px auto;
        max-width:80px;
    }

.recomment {
  margin-top: 60px;
}
.bought {
  margin-bottom: 60px;
}

/* Category */

.category_title {
  color: #002773;
  font-size: 24px;
  line-height: 60px;
}
.category_description {
  border-top: 1px solid #002975;
  border-bottom: 1px solid #002975;
  padding-top:10px;
  padding-bottom:10px;
}
.category_description .title, .category_description h2 {
  color: #002672;
  font-size: 16px;
  line-height: 40px;
  margin-top: 0;
}
.category_description .desc {
  color: #000;
  font-size: 14px;
  line-height: normal;  
}

.category_description .desc .photo 
{    
    float: left;
    padding-right: 20px;
    max-width: 220px;    
    }

.subcategory_item {
  text-align: center;
  padding-top:10px;  
}

.subcategory_item .catcontainer 
{
    max-width: 208px;
    border:1px solid white;
    padding:5px 5px 5px 5px;
}

.subcategory_item .catcontainer:hover
{
    border:1px solid #0071C4;
}


.subcategory_item .first 
{
    float:left;
    margin-left:-5px;
}

.subcategory_item .second
{    
    margin:0px auto;
}

.subcategory_item .third
{
    float:right;
    margin-right:-7px;
}

.subcategory_item .image {  
  max-width: 196px;
  text-align: center;
  overflow: hidden;
}

.subcategory_item .title {
  text-align: center;
  margin-top: 5px;
  max-width: 196px;
  padding:5px 5px 5px 5px;
}
.subcategory_item .title a {
  color: #333333;
  font-size: 14px;
}
.subcategory_item a img {
  /*float: left;*/
}
.subcategory_last {
  margin-right: 0px;
}

/* Blog */

.content_main   
{
  padding:0px 10px 0px 0px;
  
}

.blog_title {
  color: #494949;
  font-size: 25px;
  border-bottom: 1px solid #494949;
  line-height: 80px;
  margin-bottom: 20px;
}

.blog_archive {
  float: right;
  width: 150px;  
  -moz-box-sizing: content-box; box-sizing: content-box;
  margin-bottom: 10px;
}
.blog_archive .title {
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #222;
  margin-bottom: 5px;
  padding-bottom: 8px;
}
.blog_archive ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.blog_archive ul li {
  padding: 2px 0px;
}
.blog_archive ul li a {
  color: #222;
}
.blog_archive ul li.selected a {
  font-weight: 700;
}

.blog_column {
  float: left;
  margin-right: 10px;  
}
.blog_last {
  /*margin-right: 0px;*/
}
.blog_item {
  -moz-box-sizing: content-box; box-sizing: content-box;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow:    0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow:         0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  width: 210px;
  margin-bottom: 10px;
}
.blog_item .title {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 22px;
  border-bottom: 1px solid #222;
  margin: 0px 14px 5px 14px;
}
.blog_item .title a {
  color: #000;
  font-size: 16px;
}
    .blog_item .date {
        padding-left: 14px;
        font-weight: bold;
    }

.blog_item .desc {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  padding: 6px;
  line-height: 20px;
}

.blog_box {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow:    0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow:         0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  padding: 10px;
  width: 190px;
}

.blog_content {
  float: left;
  max-width: 610px;
}
.blog_content .title {
  float: left;
  color: #484848;
  font-size: 18px;
  margin-bottom: 12px;
}
.blog_social {
  float: right;
}
.blog_social a {
  /*background: url('../images/blog_social.png') 0px 0px no-repeat;*/
  display: block;
  float: left;
  width: 22px;
  height: 22px;
  margin: 0px;
  margin-right: 5px;
}
.blog_social .fk {
  background: url('../images/blog_social.png') 0px 0px no-repeat;
}
.blog_social .fb {
  background: url('../images/blog_social.png') -25px 0px no-repeat;
}
.blog_social .tw {
  background: url('../images/blog_social.png') -50px 0px no-repeat;
}
.blog_social .gp {
  background: url('../images/blog_social.png') -75px 0px no-repeat;
}
.blog_social .pi {
  background: url('../images/blog_social.png') -100px 0px no-repeat;
}
.blog_content .desc {
  color: #484848;
  font-size: 15px;
  font-weight: 300;
  margin-top: 16px;
  line-height: 24px;
}


/* JQuery Selectbox */

.sbHolder{
	background-color: #FFF;
	border: solid 1px #CCC;
  color: #666666;
	font-size: 16px;
	font-weight: 300;
	height: 33px;
	position: relative;
	width: 96%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 33px;
	left: 0;
	line-height: 33px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 85%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #666666;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 33px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 15%;
}
.sbToggle:hover{
	background: url(../images/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(../images/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #CCC;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #FFF;
	border: solid 1px #CCC;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 2;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #CCC;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #666666;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #666666;
}

.sbOptions a:hover {
	color:black;
	background-color: #eeeeee;	
}

.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #CCC;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #CCC;
	color: #666666;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}


.sbHolder2{
	background-color: #FFF;
	border: solid 1px #CCC;
  color: #666666;
	font-size: 11px;
	font-weight: 300;
	height: 19px;
	position: relative;
	width: 96%;
}
.sbSelector2{
	display: block;
	height: 19px;
	left: 0;
	line-height: 18px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 80%;
}
.sbSelector2:link, .sbSelector2:visited, .sbSelector2:hover{
	color: #666666;
	outline: none;
	text-decoration: none;
}
.sbToggle2{
	background: url(../images/select-icons.png) 0 -124px no-repeat;
	display: block;
	height: 19px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20%;
}
.sbToggle2:hover{
	background: url(../images/select-icons.png) 0 -175px no-repeat;
}

.sbHolder3{
	background-color: #FFF;
	border: solid 1px #CCC;
  color: #000;
	font-size: 11px;
	font-weight: 300;
	height: 19px;
	position: relative;
	width: 100%;
}
.sbSelector3{
	display: block;
	height: 19px;
	left: 0;
	line-height: 18px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 2px;
	top: 0;
	width: 92%;
}
.sbSelector3:link, .sbSelector3:visited, .sbSelector3:hover{
	color: #000;
	outline: none;
	text-decoration: none;
}
.sbToggle3{
	background: url(../images/select-icons.png) -8px -124px no-repeat;
	display: block;
	height: 19px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 8%;
}
.sbToggle3:hover{
	background: url(../images/select-icons.png) -8px -175px no-repeat;
}

.sbHolder4{
	background-color: #FFF;
	border: solid 1px #CCC;
  color: #000;
	font-size: 11px;
	font-weight: 300;
	height: 25px;
	position: relative;
	width: 100%;
}
.sbSelector4{
	display: block;
	height: 25px;
	left: 0;
	line-height: 24px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 2px;
	top: 0;
	width: 92%;
}
.sbSelector4:link, .sbSelector4:visited, .sbSelector4:hover{
	color: #000;
	outline: none;
	text-decoration: none;
}
.sbToggle4{
	background: url(../images/select-icons.png) -8px -121px no-repeat;
	display: block;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 8%;
}
.sbToggle4:hover{
	background: url(../images/select-icons.png) -8px -172px no-repeat;
}


/* Jcarousel */

.jcarousel-wrapper {
    position: relative;
    width: 711px;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 711px;
    float: left;
    border: 0px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    top: 10px;
    right: 1%;
    z-index: 5;
    -webkit-transform: translate(-1%, 0);
    -ms-transform: translate(-1%, 0);
    transform: translate(-1%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    /*background: rgba(250,250,250,0.25);*/
    background-color: #FFF;
    opacity: 0.30;
    filter: alpha(opacity=30);
    color: #4E443C;
    /*border-radius: 10px;*/
    text-indent: -9999px;

    margin-right: 7px;


    /*-webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;*/
}

.jcarousel-pagination a.active {
    /*background: rgba(250,250,250,1);*/
    background-color: #FFF;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
    opacity: 1;

    /*-webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;*/
}


@media screen and (min-width: 980px) {
	
}
@media screen and (min-width: 768px) {
	
}
@media screen and (min-width: 640px) {
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (max-width: 320px) {
	
}

.hidden {
    display: none;
}

/********** Basket & accout styles *************/


label
{
    margin-top:5px;
    font-size:14px;
    line-height:1.428;
}
.boxtable
	{
	/*font-size: 11px;*/
	font-family: Verdana;
	}    

.boxtable th
	{
	/*font-size: 11px;*/
	background-color: #666666;
	color: #FFFFFF;
	text-align: left;
	font-family: tahoma, arial;
	font-weight: bold;
	margin: 0px;
	padding: 3px 6px 3px 12px;
	}

.boxtable td
	{
	background-color: #F1F1F1;	
    font-size:14px;
    line-height:1.428;	
	}
  
.error
    {
    color: #CC0000;
    font-family: Arial;
    font-size: 12px;     
	}	
	
.BasketMessage    
    {
    background-color: #CC0000;   
    padding: 10px;
    color: #FFFFFF;
    font-size: 20px; 
    font-weight: bold;
    text-align: center; 
    margin-bottom: 15px;
    }

.basket_image {
    margin-top: 3px;
    float: left;
    width: 90px;
}

.basket_image img {
    border: 1px solid #CCCCCC;
    }

.basket_summary_link {
    display: none;
}


table.product_variations {
	border-bottom: 1px solid #95B5FF;
	width:100%;
    font-size: 13px;    
	}
	
table.product_variations th {
	display: none;
	}
	
table.product_variations td {
	border-top: 1px solid #95B5FF;
	}
	
table.product_variations td label {
	color: #183C8A;
	
	}
	
table.product_variations td input {
	border: 1px solid #95B5FF;
	padding: 2px;
	width: 20px;
	}
	
table.product_variations .description {
	color: #183C8A;
	padding: 3px 5px 3px 5px;
	}
	
table.product_variations .price {
	color: #000;
	padding: 2px 5px 0px 5px;
	width: 60px;
	}
	
table.product_variations .qty {
	padding: 2px 5px 0px 5px;
	width: 30px;
	font-weight:normal;
	}
	
table.product_variations .qtybox {
	padding: 2px 0px 2px 0px;
	width: 35px;
	}


table.product_variations .qtybox img {
    margin-left: -15px;
    }


.plAddImg
{
    max-height:45px;
    width:45px;
    border:1px solid silver;    
}

.plAddImgList
{
    position:absolute;
    height:200px;
    width:50px;
    overflow:hidden;
    border:0px solid red;
    top:0px;left:183px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    white-space: nowrap;
    padding-top:4px;
    }
    
/*
*	MAIN COLUMN
*/

#maincolumn {
	/*background: transparent url(/images/mainback2.gif) no-repeat top left;*/
	float: left;
	padding: 0px;
	width:100% !important;
	}
	
#maincolumn .breadcrumbs {
	padding: 0px;
	}
	
#maincolumn .heroimage {
	height: 165px;
	margin: 0px;
	padding: 0px;
	max-width: 700px;
	}
	
#maincolumn .column {
	float: left;
	padding: 20px 20px 0px 0px;
	max-width: 220px;
	}

#maincolumn .columnend {
	float: left;
	padding: 20px 0px 0px 0px;
	max-width: 220px;
	}
	
#maincolumn .content {
	padding: 20px 0px 0px 0px;
	}
	
#maincolumn .content p {
	margin: 0px;
	padding: 0px;
	}
	
#maincolumn .categorycontent {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	width: 700px;
	}
	
#maincolumn .categorycontent .photo {
	border: 1px solid #E2E2E2;
	float: left;
	max-width: 220px;
	text-align:center;
	}
	
#maincolumn .categorycontent .text {
	float: left;
	padding: 0px 0px 0px 20px;
	width: 458px;
	}
	
#maincolumn .categorycontent .text p, #maincolumn .products .productstext p {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#maincolumn .categories {
	border-bottom: 1px solid #95B5FF;
	border-top: 1px solid #95B5FF;
	margin: 0px;
	padding: 20px 0px 5px 0px;
	}
	
#maincolumn .categories .category {
	float: left;
	margin: 0px 10px 10px 0px;
	text-align: center;
	vertical-align: middle;
	}
	
#maincolumn .categories .categoryend {
	float: left;
	margin: 0px;
	}
	
#maincolumn .categories .category a, #maincolumn .categories .category a:visited, #maincolumn .categories .categoryend a, #maincolumn .categories .categoryend a:visited {
	border: 1px solid #CADAFF;
	display: block;
	width: 218px;
	height: 131px;
	}

#maincolumn .categories .category h5 a, #maincolumn .categories .category h5 a:visited {	
	border-width: 0;
	height: auto;
	width: auto;
	}
	
#maincolumn .categories .category h5, #maincolumn .categories .categoryend h5 {
	background: #CADAFF;
	color: #183C8A;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	text-align: left;
	}
	
#maincolumn .items {
	border-bottom: 1px solid #95B5FF;
	padding: 0px 0px 10px 0px;
	text-align: right;
	width: 700px;
	}
	
#maincolumn .products {
	border-bottom: 1px solid #95B5FF;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	/*border:1px solid blue;*/
	}


#maincolumn .products .pat 
{
    float: left;
    padding:0px;
    max-width:430px;
    display:inline-block !important;
}
#maincolumn .products .photo {
	float: left;
	padding: 0px 20px 20px 0px;
	width: 150px;
	text-align: center;
	display:inline-block !important;
	}
	
#maincolumn .products h4 {
	float: left;
	margin: 0px;
fgadd	padding: 0px 20px 0px 0px;
	}
	
#maincolumn .products h5 {
	color: #5B7CC9;
	font-weight:bold;
	float: left;    
	margin: 0px;
	padding: 1px 0px 0px 0px;
	width: 200px;
	}
	
#maincolumn .products .productstext {
	float: left;
	padding: 0px 0px 0px 10px;
	max-width: 280px;
	min-width: 40px;
	display:inline-block !important;
	overflow: auto;
	}
	
#maincolumn .products .productsbasket {
	float: right;
	padding: 5px 0px 0px 20px;
	max-width: 400px;	
	}
	
#maincolumn .products .productsbasket table 
{
    border-collapse: separate;
	border-top: 1px solid #95B5FF;
	max-width: 380px;		
	}
	
#maincolumn .products .productsbasket th {
	display: none;
	}
	
#maincolumn .products .productsbasket td {
	border-bottom: 1px solid #95B5FF;
	}
	
#maincolumn .products .productsbasket td label {
	color: #183C8A;
	font-weight: normal;
	}
	
#maincolumn .products .productsbasket td input {
	border: 1px solid #95B5FF;
	padding: 2px;
	width: 20px;
	}
	
#maincolumn .products .productsbasket .description {
	color: #183C8A;
	font-weight: normal;
	padding: 2px 5px 0px 5px;
	width: 270px;
	/*border:1px solid green;*/
	}
	
#maincolumn .products .productsbasket .price {
	color: #000;
	font-weight: bold;
	padding: 2px 5px 0px 5px;
	width: 80px;
	}
	
#maincolumn .products .productsbasket .qty {
	padding: 2px 5px 0px 5px;
	width: 20px;
	}
	
#maincolumn .products .productsbasket .qtybox {
	padding: 2px 0px 2px 0px;
	width: 35px;
	}
	
#maincolumn .products .productsbasket .button2 {
	border: 0px;
	float: right;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	height: 20px;
	width: 102px;
	}


#maincolumn .products .productsbasket .psatb {
	border: 0px;
	float: right;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	height: 20px;
    width:275px;
    color:red;
    font-weight:bold;
    font-size:1.25em;	
}

	
#maincolumn .pagenav {
	margin: 0px;
	width: 700px;
	}
	
#maincolumn .pagenav .pageno {
	color: #000;
	float: left;
	padding: 10px 0px 0px 0px;
	width: 120px;
	}
	
#maincolumn .pagenav .numbers {
	color: #000;
	float: left;
	padding: 8px 0px 0px 0px;
	width: 440px;
	}
	
#maincolumn .pagenav .numbers .button {
	float: left;
	height: 20px;
	width: 100px;
	}
	
#maincolumn .pagenav .morenumbers {
	color: #000;
	float: left;
	padding: 2px 0px 0px 0px;
	text-align: center;
	width: 240px;
	}
	
#maincolumn .pagenav .directpage {
	color: #000;
	float: left;
	padding: 8px 0px 0px 20px;
	width: 120px;
	}
	
#maincolumn .pagenav .directpage label {
	color: #000;
	float: left;
	padding: 2px 2px 0px 0px;
	}
	
#maincolumn .pagenav .directpage input {
	border: 1px solid #95B5FF;
	float: left;
	padding: 2px;
	width: 16px;
	}
	
#maincolumn .pagenav .directpage .button3 {
	border: 0px;
	float: left;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	height: 20px;
	width: 34px;
	}
		
fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
	
legend {
	display: none;
	}

.add_images 
    {
    clear: both;
    padding-top:2px;
    width:150px;
    }

.add_images .add_image 
    {
    float: left;
    padding: 0 2px 10px 0;
    }

.products .photo img,
.add_images .add_image img 
    {
    border: 1px solid #EEEEEE;
    }

/*img.newsphoto
{
max-width: 70px;
}*/
.submit-search {
  background: url('../images/jwsrc2.png');
  border: none;
  width: 30px;
  height: 28px;
  float: right;
  
}
.bsttxt 
{
    height:29px;    
    float:right;
    max-width:210px;
    
}

.srcbox 
{
    
}
.cso
{
    border:1px solid red;    
}

#srcgrp
{
    display:inline-block;
    width:240px;
    margin-top:10px;    
}

#topsoc 
{
    position:relative;
    margin-top: 10px;
    padding-right: 20px;
}

#bottomsoc
{
    position:relative;          
    padding:0;
    margin-top:-5px;
    overflow: auto;
}

#subcatlist 
{
    padding-bottom: 10px;
}

#subcatlist .col-sm-3:nth-child(4n + 1)
{
    clear:both;
}


/*By default, Bootstrap adjusts margins/padding to the body, container and navbars at 978px*/
@media screen and (min-width: 0px) and (max-width: 992px) 
{
    .top_box 
    {
         height: auto;           
    }
    .top_box .stitle a 
    {
         height: auto;
    }
    .left_title 
    {
        margin-right:10px;    
    }
    
    .left_content 
    {
        margin-right:10px;    
    }
    
    .content_home 
    {
        padding-top:0px;
        padding-left:10px;
    }        
    .content_home .breadcrumbs 
    {
        display:none;
    }
    .content_main 
    {
        padding-left:10px;
        padding-right:10px;
    }
    
    #ltsttitle, #ltstcontent, #lhtotitle, #lhtocontent, #lhsac
    {
        display: none;
    }

}

@media screen and (min-width: 0px) and (max-width: 768px) 
{
    .section_property
    {
        display:none;
        }
    #srcgrp   
    {
        margin-top:0px; 
    }    

    .menu_bg_fixed {
        position: relative;
        top: auto;
    }

    #custtest1, #custtest2, #howtoorder1, #howtoorder2
    {
        display:none;
    }

    #lhsac 
    {
        display:none;
    }

    .subcategory_item .first 
    {
        float:none;
        margin:0px auto;
    }

    .subcategory_item .second
    {    
        float:none;
        margin:0px auto;
    }


    .subcategory_item .third
    {
        float:none;
        margin:0px auto;
    }
    
    .category_item .image 
    {
        float:none;
        margin:0px auto;
        margin-top:10px;
    }

    .category_itemx .image
    {
        float:none;
        margin:0px auto;
        margin-top:10px;
    }
    

    .category_itemx .title 
    {
        float:none;
        margin:0px auto;        
    }    

    .category_item .title 
    {
        float:none;
        margin:0px auto;
    }    

    .subcategory_item .catcontainer 
    {
        float:none;
        margin:0px auto;
    }

    #subcatlist .col-xs-6:nth-child(odd)
    {
        clear:both;
    }

    .category_itemx:nth-child(3n+1)
    {
        clear:both;
    }

    .category_item:nth-child(odd)
    {
        clear:both;
    }

    .infg-responsive 
    {
        max-width: 100%;
        height: auto;    
    }

    
}


@media screen and (min-width: 0px) and (max-width: 1200px) 
{
    #maincolumn .products .productsbasket 
    {
        
    clear:both;
	float: left;
	padding: 5px 0px 0px 0px;
	
	}
    
}

@media screen and (min-width: 0px) and (max-width: 500px) 
{
    #maincolumn .products .productstext 
    {
        width:140px;    
    }
    .blog_archive {
      float: left;
    }
    .blog_item 
    {
        width:100%;
    }

}


#maincell 
{
    margin-top:-20px;
}

/*<navbar 1>*/
#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
}
#custom-bootstrap-menu.navbar-default {
    font-size: 14px;
    background-color: rgba(230, 230, 232, 1);
    border-width: 0px;
    border-radius: 0px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(0, 41, 117, 1);
    background-color: rgba(230, 230, 232, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(147, 165, 216, 1);
    background-color: rgba(248, 248, 248, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(147, 165, 216, 1);
    background-color: rgba(0, 41, 117, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #002975;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #002975;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #002975;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #e6e6e8;
}
/*</navbar 1>*/

/*<navbar 2>*/
#custom-bootstrap-menu2.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
}
#custom-bootstrap-menu2.navbar-default {
    font-size: 14px;
    background-color: rgba(0, 113, 196, 1);
    border-width: 0px;
    border-radius: 0px;
    text-transform: uppercase;
}
#custom-bootstrap-menu2.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 113, 196, 1);
    background: url('../images/nmn2_bg.png') center center repeat-x; 
}
#custom-bootstrap-menu2.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu2.navbar-default .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 41, 117, 1);
    background-image:none;
}
#custom-bootstrap-menu2.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu2.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu2.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 41, 117, 1);
    background-image:none;    
}
#custom-bootstrap-menu2.navbar-default .navbar-toggle {
    border-color: #002975;
}
#custom-bootstrap-menu2.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu2.navbar-default .navbar-toggle:focus {
    background-color: #002975;
}
#custom-bootstrap-menu2.navbar-default .navbar-toggle .icon-bar {
    background-color: #002975;
}
#custom-bootstrap-menu2.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu2.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #0071c4;
}
/*</navbar 2>*/

#jwCarousel 
{
    max-height: 380px;
    overflow-y: hidden; 
}

.carousel-indicators li {
  background-color: #d0d0d0;
}
.carousel-indicators .active {
  background-color: #002975;
}


.top_box .title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  height: 88px;
  line-height: 88px;
}

    .top_box .title a {
        display: block;
        color: white;
    }

.top_box .subtitle {
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  text-transform: uppercase;
  bottom: 7px;
  left: 0px;
  right: 0px;
}

    .top_box .subtitle a {
        display: block;
        color: white;
    }



span.glyphicon {
    font-size: 1.2em;
    padding-left:10px;
}

#mainc
{
    padding-bottom:10px;
}
.checkbox label 
{
    margin-top:0px;
    margin-left:-10px;  
}

.delOptions {
    padding:5px;
}

.delOptions:nth-child(even){
    background-color: #dcdcdc;
}

#pwdrempanel div 
{
    width:100%;    
}

#pwdrempanel div table, #pwdrempanel table  
{
    width:100%;    
}

#pwdrempanel div table td
{
    border:none;    
}

.delOptions a 
{
    font-size:12px;
    font-family:Verdana !important;       
}

.btn-sm
{
    font-size:11px;    
}
#phBtable td 
{
    border:none;    
   font-size:12px;
}

#phBtable a 
{
    font-size:12px;
}

.bremall 
{
    padding-left:4px;
}

.info 
{
    font-size:12px;
    font-family:Verdana !important;     
}
.baddr 
{
    margin-top:-50px;
    margin-left:3px;
}

.bntck 
{    
    margin-right:10px;
}
#addaddr tr td
{
   padding-right:5px;   
}
.boxtable table tr td 
{
    border:none !important;
    padding:5px 5px 5px 5px !important; 
}

.boxtable tr
{
    border:none !important;    
}
.boxtable tr td 
{
    border:none !important;
    padding:5px 5px 5px 5px !important; 
    }

.discinfo {
    position:relative;
    margin-bottom:-30px;
    clear:left;
    color:red
}
    .discinfo a, .discinfo a:visited {
    color:red;
    text-decoration:underline
    }
.desc p {
    clear: both;
}

  .tiles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .tile {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .zoomphoto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
  }
  #hovertxt
    {
        position:absolute;
        left:165px;
        top:140px;        
    }

/*after imgix*/

.add_images .add_image {
    width: 32.31%;
}

.add_images .add_image img {
    width: 100% !important;
    height: 45px !important;
}