/* additiona css start*/

#Content  .container {

}

#Content   .row {}
	
#Content .products{margin-bottom:20px;  }
#Content .products .price{color:#db1016; font-size:14px; margin-bottom:13px;}
#Content .products .record{ margin-bottom:20px; height:300px; padding:15px;border:1px solid #dcdcdc;}
#Content .products .record .image img{max-height:170px;}
#Content .products .record .name{overflow:hidden; margin-top:10px;}
#Content .products .record:hover .masking{opacity: 1;}
#Content .products .record .image  .masking{
	    background-color: rgba(129, 0, 0, 0.4);
		height: 100%;
		left: 15px;
		opacity: 0;
		position: absolute;
		top: 0;
		transition: all 0.3s ease-in-out 0s;
		width: 100%;
}

#Content .products .record .masking a{
	    left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		
}

#Content .products .record .masking a{
	    border: 3px solid #ffffff;
		border-radius: 0;
		color: #ffffff;
		font-size: 16px;
		font-weight: 700;
		line-height: 30px;
		min-height: 30px;
		padding: 0px 10px;
		text-transform: uppercase;
		transition: all 0.3s ease-in-out 0s;
		background-color:#810000;
		
}

#Content .products .record .masking a:hover{
	    border: 3px solid #810000;
		color: #810000;
		background-color:#ffffff;
		
}



.filter h4{
    color: #810000;
    font-size: 22px;
    text-transform: uppercase;
}

.filter h4{font-size:14px;}
.filter .LeftList{margin-bottom:20px;}
.filter .LeftList strong{margin-bottom:5px; display:block;font-size:12px;line-height:16px;}
.filter .LeftList .div_wrap{max-height:200px;overflow:auto;}
.filter .LeftList a{display:block; font-size:11px;line-height:17px;color:#464034; margin-bottom:3px; background:url(extras/icon.png) no-repeat left; padding:0 0 0 22px;}
.filter .LeftList a.active{background:url(extras/icon-active.png) no-repeat left;}
.FilteredBy b{font-size:14px;}
.FilteredBy a {
    background: #dfe3e3 url("extras/filter-bg.png") no-repeat scroll;
	 background-position:right -14px;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    margin: 6px 6px 0 0;
    padding: 0px 30px 0px 10px;
    text-decoration: none;
	font-size:12px;
	line-height:24px;

}

.FilteredBy a:hover {
 background-position:right 9px;	
}

.SortBy{display:inline-block;vertical-align:top;margin-left:5px;}
.pagination{margin:0px;}

.product-img{min-height:300px;border:1px solid #dcdcdc;}


#flexiselDemo2 { display:none; margin-top:20px; margin-bottom:30px;}
.nbs-flexisel-container { position:relative; max-width:100%; padding:0px 20px; }
.nbs-flexisel-ul { position:relative; width:99999px; margin:0px; padding:0px; list-style-type:none; text-align:center; }
.nbs-flexisel-inner { overflow:hidden; float:left; width:100%;}
.nbs-flexisel-item { float:left; margin:2px; padding:0px; cursor:pointer; position:relative; line-height:0px;border:1px solid #dcdcdc;min-height:70px;}
.nbs-flexisel-item img{ cursor: pointer; position: relative; height:auto; max-width:100%; }

/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right { width:20px; height:20px; position: absolute; cursor: pointer; z-index: 100; opacity: 0.5;}
.nbs-flexisel-nav-left{ left:0px; background: url(extras/button-previous.png) no-repeat; }
.nbs-flexisel-nav-right{ right:0px; background: url(extras/button-next.png) no-repeat; }


.ProductAdditionRow{width:100%;padding:10px 0px;}
.SpPriceWrap .norm_price,#DisplayPriceDetails .norm_price{font-size: 16px;}	
.SpPriceWrap .sale_price,#DisplayPriceDetails .sale_price{ color: #810000;
    font-size: 18px;
    font-weight: bold;}	
	
	
.add-to-cart{padding:10px 0px;}	

.table-cart .price{text-align:right;}

/* Shopping Cart Page 
***************************************************/
.table-bordered,.table-bordered tr th,.table-bordered tr td{}
/*.table>thead>tr>th{vertical-align:middle;padding:10px;border-bottom-width:1px;background-color: #810000;color:#fff;}*/

.panel-body { background-color:#f5ebc4;}

.btn-default , .btn-primary { color: #fff; background-color: #810000; border-color: #810000; }

.Button{background-color:#810000; border:none; border-radius:5px; color:#fff; font-size:13px; font-weight:700; padding:4px 27px; text-transform:uppercase;}
.Button:hover{background:#000;color:#fff; text-decoration:none;}

.ButtonMain{background-color:#810000;color:#fff; border:none; border-radius:5px; font-size:20px; font-weight:700; padding:10px 27px; text-transform:uppercase;}
.ButtonMain:hover{background:#000;color:#fff; text-decoration:none;}

.flyout2,.flyout3,.flyout4{display:none;}

.CMSArea{
	padding:0px;
	margin:0px;
	list-style:none;
}
.CMSArea li{
	padding:0px;
	margin:2%;
	list-style:none;
	width:29.2%;
	float:left;
}

.CMSArea li a{
	display:block;
	border-radius:5px;
	box-shadow:2px 2px 4px rgba(0,0,0,0.6);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fed51b+0,fdb31c+100 */
	background: #fed51b; /* Old browsers */
	background: -moz-linear-gradient(top, #fed51b 0%, #fdb31c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fed51b 0%,#fdb31c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fed51b 0%,#fdb31c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed51b', endColorstr='#fdb31c',GradientType=0 ); /* IE6-9 */
	color:#5a2800;
	font-weight:600;
	margin:0px;
	padding:12px;
    line-height:1;
	margin:1px;	
	transition: background-color 0.8s ease;
	
}
.CMSArea li a:hover{
	background:#fde51c;
	color:#000;
	text-decoration:none;
}

.CMSContentText{
overflow: auto;
background: rgb(253, 253, 246) none repeat scroll 0% 0%;
padding: 20px;
width: 700px;
max-width: 100%;
border-radius: 6px;
max-height: 600px;
line-height:22px;
}

.CMSContentText h2{ color:#900;}


label.error{font-size:11px;color:#800000;
position: absolute;
left: 50px;
top: 26px;
}

@media (max-width: 679px) {
	.CMSArea li{
	width:100%;
	float:none;
	}
}

.nav-tabs { background:none;  }
.nav-tabs > li { background-color:#f2f2f2; border-bottom:1px solid #f2f2f2; margin-bottom:0px; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { background-color:#e9e9e9; color:#222; border-left:none;}
.tab-content { background-color:#e9e9e9; border-color:none; color:#222; padding:15px; }
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th { border-color:#eddfa7;}
.table-cart > thead > tr > td, .table-cart > thead > tr > th { background: #ffcb5b; /* Old browsers */
background: -moz-linear-gradient(top, #ffcb5b 0%, #ffdd94 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffcb5b 0%,#ffdd94 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffcb5b 0%,#ffdd94 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb5b', endColorstr='#ffdd94',GradientType=0 ); /* IE6-9 */ color:#640000;border-bottom-width:1px; }
.table-cart > tbody > tr > td, .table-cart > tbody > tr > th, .table-cart > tfoot > tr > td, .table-cart > tfoot > tr > th, .table-cart > thead > tr > td, .table-cart > thead > tr > th { padding:10px;}
.table-cart > thead > tr > th { font-size:16px; }
.table-striped > tbody > tr:nth-of-type(2n+1) { background-color: #fff8dc; }
#FormViewCart { padding-left:0px; padding-right:0px; }
.btn-delete span { color:#8e0000; }
.grand-total { background-color:#fff8dc; font-weight:700; }

.form-horizontal .control-label { padding:0px; }
.form-horizontal .checkbox-inline, .form-horizontal  .radio-inline { padding:0px;}
.form-horizontal .form-control { font-size:15px; padding:6px; }

.panel-default { border:none;}
.panel-warning > .panel-heading, .panel-default > .panel-heading { background: #ffcb5b; /* Old browsers */
background: -moz-linear-gradient(top, #ffcb5b 0%, #ffdd94 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffcb5b 0%,#ffdd94 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffcb5b 0%,#ffdd94 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb5b', endColorstr='#ffdd94',GradientType=0 ); /* IE6-9 */ color:#640000; border-color:#fff;  }

.Head-contact { font-size:14px;}

.MyAccountLinks a { background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #f6dc6f 100%) repeat scroll 0 0; border: 1px solid #b60000; border-radius: 5px; box-shadow: 2px 2px 0 #d6d6d6; color:#b60000; display:inline-block; font-weight:600; padding:10px; margin-bottom:15px; text-decoration:none; width:250px;}
.MyAccountLinks a:hover { background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f6dc6f 0%, #f6dc6f 100%) repeat scroll 0 0;}
.MyAccountLinks a span { border-right:1px solid #d8c05d; padding-right:15px; color:#b60000; display:inline-block; margin:0px 10px; }
.AboutSection h3 { border-bottom: 1px solid #b60000; color:#b60000; font-weight:600; padding:10px 0px; margin-bottom:15px;}

.scrollToTop{
	position:fixed;
	bottom:50px;
	right:0px;
	display:none;
	background-color: #aaa;
    border-radius: 25px;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    width: 50px;
	height: 50px;
    margin: 10px;
    padding: 10px;
    text-align: center;
  
}
.scrollToTop:hover{ text-decoration:none; color: #fff; }

.your-sunsign .row > div { margin-bottom:10px;}
.your-sunsign .row > div .block { background-color:#f2f2f2; font-style:italic; padding:20px;}
.your-sunsign .row > div .block a { color:#777; }
.your-sunsign .row > div .block a:hover { text-decoration:none; }
.your-sunsign .row > div .block span {color:#d00000; font-weight:700; font-size:18px; font-style:normal;}
.your-sunsign .row > div img {float:none; margin:auto; }


.block-title { background:#900 !important; font-size:22px; font-weight:bold; color:#fff; text-shadow:1px 1px 1px #000; }

.cart-quantity{font-size:20px;}

@media (max-width: 1024px) {
	#MainNav .nav > li > a {padding:14px 10px;}
	#st-2{width:360px !important;}
	}
	
@media (max-width: 768px) {
	/*#st-2{bottom:36px !important;}*/
	}
	
@-webkit-keyframes blinker {  
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}

.txtblink {
  font-weight:700;
  -webkit-animation-name: blinker;  
  -webkit-animation-iteration-count: infinite;  
  -webkit-animation-timing-function: cubic-bezier(.8, 0, 0, 0);
  -webkit-animation-duration: 1s; 
}  

#custom-search-input .input-group{width:100% !important;}

.cycle-prev, .cycle-next {
    position: absolute;
    top: 0;
    width: 10%;
    height: 100%;
    cursor: pointer;
	color:#aaa;
	font-size:40px;
	z-index:99999;
	margin-top:7%;
	opacity:0.5;
	padding:0px 10px;
}

.HomeTestimonialCycle .cycle-prev,.HomeTestimonialCycle .cycle-next 
{
	color:#640000;
	margin-top:7%;
	font-size:24px;
}

.cycle-prev:hover, .cycle-next:hover {
	opacity:1;
}
.cycle-next {
    right: 0;
	text-align:right;		
}

.cycle-prev {
    left: 0;
	text-align:left;	
}

/*=========================
  Icons
 ================= */

/* footer social icons */
.SocialIcons{margin-top:5px;float:right;}
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 3px;
}


/* footer social icons */

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	text-align:center;
	font-size:20px;
	width:30px;
	height:30px;
	color:#fff;
}
.social-circle .li-facebook a {
	background:#3B5998;
}
.social-circle .li-twitter a {
	background:#55ACEE;
}

.social-circle .li-google-plus a {
	background:#DC4E41;
}

.social-circle .li-linkedin a {
	background:#0091CA;
}

.social-circle li a:hover {
}


.bootstrap-dialog.type-primary .modal-header {
   background: #ffcb5b;
	background: -moz-linear-gradient(top, #ffcb5b 0%, #ffdd94 100%);
	background: -webkit-linear-gradient(top, #ffcb5b 0%,#ffdd94 100%);
	background: linear-gradient(to bottom, #ffcb5b 0%,#ffdd94 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb5b', endColorstr='#ffdd94',GradientType=0 );
	border-color: #fff;
}

.bootstrap-dialog .bootstrap-dialog-title{
	color: #900 !important;
	font-size: 18px !important;
	font-weight: bold;
}

.prd-template-options h1.title{margin-bottom:0px !important;}
.prd_title{font-size: 18px;margin-bottom:20px;color: #900;}
.prd_checkbox{font-size: 16px;color: #900;}
#SectionAppointment{background-color: #8c0000;color:#fff;font-size:24px;padding:14px 0px;margin:10px 0px;font-weight:600;}

