body {
 	background-image: url("../img/pattern3.png");
  background-repeat: repeat;
	padding:0;
  padding-top: 40px; /* Required padding for .navbar-fixed-top.  */
  height: 100%;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
  line-height: 1.57142857;
  font-size: 15px;
}

.box {
  position: relative;
  background: #EEE;
}
.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}

.panel {
margin-bottom: 30px;

border-radius: 0 0 8px 8px;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

.carousel-indicators li {
    background-color: #337ab7;
    display: inline-block;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #C0C0C0;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);   
}

.carousel-indicators .active{
    background-color: #337ab7;
}

.carousel-indicators {
  bottom:0px;
}

.carousel-inner {
   margin-bottom:0px;
}

.SliderIMG {
  border-radius: 10px; 
  padding:1px; 
  border:1px solid #C0C0C0;
}
header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.HolidayIMG {
  border-radius: 25px; 
  padding:1px; 
  border:2px solid #C0C0C0;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

.iconbuttonbar {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hovover {
  min-height: 420px;
  transition: background .7s ease-in-out; /* add this here */
  transition-delay: initial;
}

.hovover:hover {
    background: #DFDFDF;
    /* and we've removed it from here */
}
.hovover2 {
  transition: background .7s ease-in-out; /* add this here */
  transition-delay: initial;
}

.hovover2:hover {
    background: #DFDFDF;
    /* and we've removed it from here */
}


.article-item {
  padding-top: 10px;
  padding-bottom: 10px;
  position:relative;  
}
.chart-item {
  padding-top: 10px;
  padding-bottom: 10px;
  float:left;
  overflow:hidden;
  position:relative;  
}
.portfolio-item {
  padding-top: 10px;
  padding-bottom: 10px;
  position:relative;  
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}


/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}


.btn-primary {
    background-color: #CE002F;
    border-color: #930021;
}


/* #00469B  #337ab7 */
a {  color: #CE002F; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
a:hover {  color: #337ab7; text-decoration: none}

a:Link.BodyLink {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC0000}
a:hover.BodyLink {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC0000}
a:visited.BodyLink {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC0000}

a:active.FooterLink {  font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #CC0000}
a:Link.FooterLink {  font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #CC0000}
a:visited.FooterLink {  font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #CC0000}
a:hover.FooterLink {  font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #CCCCCC}

.articlelisting {
  background: #E6EEF0;
border: 1px solid #ddd;

}
.navbar-inner-NOTHING {
  background: #CE002F;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #F40037));
	background: -webkit-linear-gradient(top, #000000,#F40037);
	background: -moz-linear-gradient(top, #000000,#F40037);
	background: -o-linear-gradient(top, #000000,#F40037);
	background: -ms-linear-gradient(top, #000000,#F40037);
	background: linear-gradient(top, #000000,#CE002F);
}	


.popularfiles ul {
  list-style-type: disc;
}
.popularfiles li {
  font-size: 12px;
  line-height: 24px;
  display: block;

}
.popularfiles em {
font-family: "Arial", Helvetica, Arial, sans-serif;
}

.navbar-brand  {
	color: #fff;
	text-shadow: none;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: 600;
}

.navbar-nav {
	padding-top: 10px;
	padding-bottom: 0px;


}
.footer-extra {
  background: #111;
  color: silver;
  line-height: 2;
}
.footer-bg {
  background: #FFF;
  padding-bottom: 0px;
  padding-top: 10px;

}
.nav-footer {
position:absolute;
top: 1px;
height: 20px;
border-radius: 7px;
width:100%;
background: #CE002F;
  font-weight: bold;
color:#fff;
z-index: 1;
}
.nav-footer > .col-sm-5 {
  padding-left: 0px;
}

.nav-bottom {
position:absolute;
top: 50px;
height: 10px;
width:100%;
background: #CE002F;
z-index: -1;
}
.navbar-inner .nav li a {
	color: #fff;
	background: #B90A00;
	text-shadow: none;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: background 0.1s linear,opacity 0.1s linear;
	-moz-transition: background 0.1s linear,opacity 0.1s linear;
	-ms-transition: background 0.1s linear,opacity 0.1s linear;
	-o-transition: background 0.1s linear,opacity 0.1s linear;
	transition: background 0.1s linear,opacity 0.1s linear;
	-webkit-font-smoothing: antialiased;			
	opacity: .9;
	font-weight: 400;
}
.navbar-inner .nav li a:hover {
	background: #B90A00;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	opacity: 1;
}

.navbar-inner .dropdown-menu {
	background: #C9161B;

}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.navbar {
  -webkit-box-shadow: 15px 7px 15px 0px rgba(184,180,184,1);
  -moz-box-shadow: 15px 7px 15px 0px rgba(184,180,184,1);
  box-shadow: 15px 7px 15px 0px rgba(184,180,184,1);

}

.navbar-form {
margin-top: 0px;

  }

@media (max-width:992px){
 .navbar-right {
  display: none;
  }
  
}

hr  {
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}



img.img-related { 

border:2px solid #C0C0C0; 
margin-bottom: 10px;
margin-top: 10px;
} 

.page-header {
margin-top: 20px;
margin-bottom: 5px;

}

.breadcrumb {
margin-bottom: 5px;  
}
.product-details {
  background: #fff;
  margin-bottom: 20px;  
}


.articletitle {
  font-size: 14px;
  line-height: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  margin-top: 40px;
  background: #f8f8f8;
  padding: 10px 5px;
  margin: 0px 0px 20px 0px;
  border-bottom: 1px dotted #a9a9a9;
  border-top: 1px dotted #a9a9a9;
}

.product-image-container {
  position: relative;
  overflow:hidden;

}

.product-image-container img{
   
    max-width: 350px;
    height: auto;
}

.navbar-custom {
  border-color: #C0C0C0;
    color:#ffffff;
    border-radius:3;
    background-color: #ffffff;
}

.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color:transparent;

}



.navbar-nav li a:hover {
   background-color: #337ab7;
   color: #FFF;

}

.navbar-custom .navbar-brand {
    color:#eeeeee;
}


.Stock {
	padding-top: 20px;
color: #008a00!important;
font-size: 17px!important;
line-height: 1.255!important;
font-family: Arial,sans-serif;
}
.LowStock {
	padding-top: 20px;
  color: #FF4500!important;
  font-size: 17px!important;
  line-height: 1.255!important;
  font-family: Arial,sans-serif;
}
.OutOfStock {
	padding-top: 20px;
  color: #B20000!important;
  font-size: 17px!important;
  line-height: 1.255!important;
  font-family: Arial,sans-serif;
}


.Features {
	padding-top: 15px;
	padding-left: 40px;

}

.Features ul  {
	padding-left: 40px;
}


/* nav nav-tabs */
.nav-tabs> li > a {
    background-color: #fff;
    margin-bottom: 0;
}


.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
   background-color: #FFF7D7;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    background-color: #FFF7D7;
    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-bottomright: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;

}



.modal-dialog {}


.carousel-control.left, .carousel-control.right{
  background-image:none;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  color: #337ab7;  
}




@media (min-width: 768px) {
  .modal-dialog {
    width: 85%;
    margin: 30px auto;
  }
}

.carousel-inner .img-responsive {
    margin: 0 auto;
}



#profile-grid { overflow: auto; white-space: normal; }
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0; border-radius: 8px 8px 0 0;}
#profile-grid .panel-body { padding: 15px; }


#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail {overflow: hidden;}
#profile-grid .img-rounded { border-radius: 8px 8px 0 0;}



.footer-text {
  font-size: 83%;
  color: #999;
  text-align: right;
  padding-bottom: 10px;
}




.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	padding: 1em 0;    
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  

}

.nbs-flexisel-inner {
	overflow: hidden;
	width:90%;
	margin: 0 auto;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:200px;
    max-height:200px;
}

/*---- Navigation ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:32px;
	height:32px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../img/img-sprite.png) no-repeat -44px 0px;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../img/img-sprite.png) no-repeat -77px 0px;
}

.hide-in{
	padding:1px 0 1em;
	text-align:center;
}
.hide-in p{
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1.5em;
	padding:0 0 0.3em;
	color: #373737;
}
.hide-in span{
	font-size: 1em;
	color: #CE002F;
	line-height: 1em;
	font-weight: 600;
}
.hide-in span a{
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #c3c3c3;
	min-height:22px;
}
.hide-in span a:hover{
	border-bottom:none;
	color:#CE002F;
}

.related-products{
border: 1px solid #D1D0D0;
	background:#fff;
	padding: 1em 1em;
		border-radius:12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
}


.buy-an {
	border-bottom: 1px solid #D1D0D0;
}
.buy-an h3{
	font-size:1.5em;
	color:#000;
	font-family: 'Oswald', sans-serif;
}
.buy-an p{
	font-size: 1em;
	color: #252525;
	padding: 0.5em 0 1em;
}


/* start share-des */
.share-desc{
	padding: 10px 0;
}
.share h4{
	font-size: 1.1em;
	color: #777;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #ffffff;
}
.share_nav{
	float:left;
}
.share_nav li {
	display: inline-block;
	margin: 5px 6px;
}
.share_nav li a {
	background: #9C9C9C;
	padding: 10px;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
}
.share_nav li a:hover{
	background: #CE002F;
}
.share li img {
	vertical-align:middle; 
}
/*----*/


.effect2
{
  position: relative;

}
.effect2:before, .effect2:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}


#in {
  transition: background .7s ease-in-out; /* add this here */
  transition-delay: initial;
}

#in:hover {
    background: #DFDFDF;
    /* and we've removed it from here */
}

.article-item {
  padding-top: 10px;
  padding-bottom: 10px;
  position:relative;  
}

.portfolio-item {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height:400px;
  position:relative;  
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}


body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*----*/
 ul{
	padding: 0;
	margin: 0;
}
h2,h3,h4,h5,h6,p{
	margin:0;

}

h3 {
  font-size: 22px;
}

h2 {
  font-size: 25px;
}

h1 {
  margin-top: 10px;
  font-size: 28px;
}


.header-top{
	background:#2d2d2d;
}
.header-grid{
	float:left;
}
.logo{
	float:left;
}
.top-nav{
	float:left;
}
.header-grid ul li{
	display:inline-block;
	padding:1.4em 1em;
}
.header-grid ul li a{
	color:#fff;
	font-size:1.1em;
	text-decoration:none;
}
.header-grid ul li a:hover{
	color:#CE002F;
}
.search{
	float:right;
}
.ad-right {
	float:right;
	padding: 0.7em 0;
}
.ad-right img{
	width:100%;
}
.header-grid-right{
	float:right;
	padding:15px 0;
	width: 47.4%;
}
.header-grid-right label{
	color:#fff;
	font-size:19px;
	float:left;
}
a.sign-in{
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
	float: left;
	width: 11%;
	padding: 4px 0;
	font-weight: 600;
}
.header-grid-right input[type="text"],.header-grid-right input[type="submit"]{
	outline: none;
	border: none;
	background: #4a4a4a;
	color: #ababab;
	font-size: 0.9em;
	padding: 5px 12px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	float: left;
	width: 27%;
	margin-right: 18px;
}
.header-grid-right input[type="submit"]{
	background: #ea6a53;
	width: 7%;
	margin-right: 25px;
	font-weight: 600;
	color:#fff;
}
a.sign-up{
	font-size: 1.1em;
	text-decoration: none;
	float: left;
	padding: 4px 0;
	font-weight: 600;
	color: #ea6a53;
	width: 14%;
	padding: 4px 0px 4px 13px;
}
a.sign-up:hover{
	color:#FD1E01;
}
/*----*/
.header-bottom-bottom{
	background:#c3c3c3;
}
.top-nav ul li{
	display:inline-block;
	padding: 1em;
	border-right: 1px solid #A7A5A5;
}
.top-nav ul li a{
	text-decoration:none;
	color:#000;
	font-size:1.2em;
	font-family: 'Oswald', sans-serif;
}
.top-nav ul li a:hover,.top-nav ul li.active a{
	color:#fff;
}
/*----*/
.top-nav span.menu:before{
	content: url(../images/menu.png)no-repeat 0px 0px;
	cursor:pointer;	
	width:100%;
}
.top-nav span.menu{
	display: none;
}
/*--responsive media-quries--*/
@media(max-width:768px){
.top-nav ul{
	display: none;
	position:absolute;
	width:100%;
	z-index: 9999;
	left: 0%;
	margin: 0em;
	background:#CE002F;
}
.top-nav ul li label{
	display:none;
}
.top-nav span.menu {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
	padding: 1em 1em 0.6em;
}
.top-nav ul li,.top-nav ul li.active{
	display: block;
	float:none;
	padding: 0.5em 0;
	text-align: center;
}
.top-nav ul li a,.top-nav ul li.active a{
	color:#fff;
	border: none;
	padding: 0;
	background:none;
	margin: 0.3em 1em;
}
.top-nav ul li a:hover{
	color:#000;
}
}
/*----*/
.women-in {
	padding: 1.5em 0;
}
.search {
	margin: 0.8em 0.8em 0 0em;	
	border-radius:25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	position: relative;
	background: #fff;
	padding: 5px 0px;
	width: 15%;
	float: right;
}
.search input[type="text"] {
	outline: none;
	padding-left: 10px;
	background: none;
	width: 79.33%;
	border: none;
	font-size:1em;
	color:#888;	
}
.search input[type="submit"] {	
	width: 20px;
	height: 20px;	
	background:url(../img/img-sprite.png) 0px 0px;
	padding: 0px 10px;
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	margin: 1px 0px 0px 6px;
}	
/*--content--*/
.col-d{
	width: 71%;
	padding:0;
	margin-right: 1.5%;
}
.col-m-left{
	width: 27.16%;
	margin:0;
	padding:0;
}

p.para-in {
	color: #fff;
	font-size: 1.2em;
	position: absolute;
	bottom: 12px;
	left: 16px;
}
.in-line {
	padding: 2em 0;
}
/*----*/
.para-an h3{
	font-size:2em;
	color:#000;
	font-family: 'Oswald', sans-serif;
}
.para-an p{
	font-size: 1em;
	color: #252525;
	padding: 0.5em 0 1em;
}
.you-para{
	position:relative;
	float:left;
	width: 31.49%;
	margin-right: 1.5%;
	padding: 0 0 2em;
}
.lady-in {
	padding: 1.5em 0 0;
}
.para-grid{
	margin:0;
}
.you-para p{
	color: #373737;
	font-size: 0.9em;
	font-weight: 600;
	padding: 8px 0 0;
}
.you-para span{
	font-size: 1em;
	color: #CE002F;
	font-weight: 600;
}
.you-para span a{
	color:#252525;
	text-decoration:none;
}
.you-para span a:hover{
	color: #CE002F;
}

.pic-in{
	width:100%;
}
.you-in span label {
	font-size:15px;	
}
label.cat-in{
	background: url(../img/img-sprite.png) -24px 0px;
	width: 20px;
	min-height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.para-an {
	border-bottom: 1px solid #D1D0D0;
}

/*----*/
.footer{
	background: #202628;
	padding: 2em 0 1em;
}
.footer p{
	margin:1em 0;
	font-size: 0.9em;
	color:#a0a0a0;
}
p.footer-grid a{
	color:#fff;	
}
p.footer-grid a:hover{
	color:#a0a0a0;
}
.footer a{
	text-decoration:none;
}
.class-footer{
	float:left;
	padding:10px 0;
}
.footer-left{
	float:right;
}
.class-footer ul li{
	display:inline-block;
}
.class-footer ul li label{
	color:#a0a0a0;
}
.class-footer ul li a{
	text-decoration:none;
	color:#a0a0a0;
	font-size:0.87em;	
}
.class-footer ul li a:hover{
	color:#fff;
}


/* start share-des */
.share-desc{
	padding: 20px 0;
}
.share h4{
	font-size: 1.1em;
	color: #777;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #ffffff;
}
.share_nav{
	float:left;
}
.share_nav li {
	display: inline-block;
	margin: 5px 6px;
}
.share_nav li a {
	background: #9C9C9C;
	padding: 10px;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
}
.share_nav li a:hover{
	background: #CE002F;
}
.share li img {
	vertical-align:middle; 
}

/*--contact--*/
.contact-in h3{
	margin:0.5em 0;
	font-size:3em;
	color:#5f5f5f;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Oswald', sans-serif;
}
.contact-right  h5 {
	color:#5f5f5f;
	margin-bottom:0.5em;
	font-size:1.7em;
	margin-top: 0px;
}
.contact-left input[type="text"],.contact-left textarea{
	padding:14px;
	display:block;
	width:98%;
	background:#fcfcfc;
	border: 1px solid #E0E0E0;
	outline:none;
	color:#464646;
	font-size:0.8125em;	
}
.contact-left textarea{
	resize:none;
	height:100px;		
}
.contact-left input[type="submit"]{
	outline:none;
	padding:7px 20px;
	color:#FFF;
	cursor:pointer;
	background:#CE002F;
	border:none;
   margin:0.5em 0 ;
   transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.contact-left input[type="submit"]:hover{
	background-color:#FD1E01;
}
.contact-right p{
	font-size:1em;
	color:#333;
	line-height: 1.8em;
}
.contact-right p span{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}
.contact-right p a{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}
.contact-right p span:hover,.contact-right p a:hover{
	text-decoration:none;
}
.map iframe{
	border:0;
	margin-bottom:15px;
	width: 100%;
	height: 175px;
}
.contact-left span{
	font-size:1em;
	display: block;
	padding: 0.5em 0;
}
.contact-in{
	padding: 0em 0 3em;
}
.contact {
	padding: 2em 0 3em;
}
.contact-left {
	padding: 0 2em 0 0;
}
.contact-right {
	padding: 0;
}
/*----*/


/*--article--*/
.article-top h3{
	font-size: 3em;
	color: #5f5f5f;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;	
}
.article-bottom h6 a{
	font-size:1.5em;
	color:#CE002F;
	text-decoration:none;
	font-family: 'Oswald', sans-serif;	
}
.article-bottom h6 a:hover{
	color:#000;
}
.article-bottom p{
	font-size:1em;
	color:#000;
	padding: 0.5em 0;
	width: 97%;
	line-height:1.6em;
}
.article-bottom {
	padding: 2em 0 0;
}
.article-top {
	padding: 3em 0;
}



/*-- start scrollpane --*/
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
	outline: none;
	padding: 20px !important;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right:0px;
	width:5px;
	height: 100%;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	background: #f0f0f0;
	position: relative;
}
.jspDrag{
	background: #777777;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
.single {
	padding: 3em 0;
}
/*-- end scrollpane --*/

/*-- List Grid View --*/
.item.thumbnail {
    min-height:0;
}
.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;

}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
 /*   background: #428bca; */
}


.item.list-group-item .list-group-image
{
height:100px;

    margin-right: 10px;
}
.item.list-group-item .thumbnail
{

    margin-bottom: 0px;
}
.item.list-group-item .caption
{

    padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    float: left;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{

}
.grid-group-item {

}

/*-- End List Grid View --*/

.btn-default:hover {
  color:#e6e6e6;
  background-color: #337ab7;
  border-color: #adadad;
}


.well {
-moz-border-radius: 12px;
-webkit-border-radius:12px;
border-radius: 12px;
margin-bottom: 10px;
padding:10px;
margin-top:15px;
}

.nobordformula {
  border-style: solid;
  border-width: 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
}

.nobord {
  border-style: solid;
  border-width: 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
    width: 100%;    
}

.nobordbld {
  border-style: solid;
  border-width: 0;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
    width: 100%;
}

.data-img {
    margin-bottom: 20px;
    border:1px solid #000;
}

.data-img:hover {
    opacity: 0.65;
}

.small-wrap {     
  width:30%;
	margin: 0 2% 2% 2%;    
} 
.otherlinks ul {
  list-style-type: disc;
}
.otherlinks li {
  line-height: 24px;
  display: block;
}
.fullheight{
height: 100%;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
