@charset "UTF-8";
/* CSS Document */

/*red #b40101 */
.btn:focus, .subscribe-btn, .progress .progress-bar, .accordionMod .panel-heading .current, #current:after, .tp-leftarrow.default:hover,.tp-rightarrow.default:hover, .nivo-prevNav:hover, .nivo-nextNav:hover, .contact-box:hover, #options li a.selected, .ch-info .ch-info-back {
    background: #e20101;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pager li > a:hover, .pager li > a:focus, .navbar-toggle i, .cn-wrapper li a, .cn-wrapper:after {
    background-color: #e20101;
    color: #fff;
}

#options li a.selected {
	border: 1px solid #e20101;
}

.ie8 .btn-color, .ie9 .btn-color {
	background: #b40101 !important;
}

.ie8 .btn-color:hover, .ie9 .btn-color:hover {
	background: #f20101 !important;
}

.btn-color:hover, .subscribe-btn:hover {
	background: -webkit-linear-gradient(#b40101,#f20101);
	background: -moz-linear-gradient(#b40101,#f20101);
	background: -o-linear-gradient(#b40101,#f20101);
	background: -ms-linear-gradient(#b40101,#f20101);
	background: linear-gradient(#b40101,#f20101);
}

.btn-color, .subscribe-btn {
	background: -webkit-linear-gradient(#f20101,#b40101);
	background: -moz-linear-gradient(#f20101,#b40101);
	background: -o-linear-gradient(#f20101,#b40101);
	background: -ms-linear-gradient(#f20101,#b40101);
	background: linear-gradient(#f20101,#b40101);
	border: 1px solid #990000;

	-webkit-box-shadow: inset 0 1px 1px 0 #9fcee7, 0 2px 0 -1px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 1px 0 #c16a6a, 0 2px 0 -1px rgba(0,0,0,0.2);
	cursor: pointer;
}


#current,.menu ul li a:hover,.menu ul>li:hover>a {
    border-bottom: 3px solid #b40101;
}

ul.why li:before {
    background: #b40101;
}

.menu ul ul {
    border-top: 3px solid #b40101 !important;
}

#horizontal-tabs ul.tabs li.current {
    border-top: 2px solid #b40101;
}

#vertical-tabs ul.tabs li.current {
    border-left: 2px solid #b40101;
}

.author-content, div.content-box.big, #cn-tabs .service, .comment-des, .contact-box {
	border-bottom-color:#b40101;
}

a, .post-item h4 a:hover, .cn-wrapper li a:hover, .cn-wrapper li a.active {
    color: #b40101;
}





/*  cr Modified Override for Original Bootstrap 3 CSS . top-nab signing join button styles  */

.btn-link
{
  font-weight: normal;
  color: #ffffff;
  cursor: pointer;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link
{
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active
{
  border-top-color: transparent;
  border-right-color-value: transparent;
  border-bottom-color: transparent;
  border-left-color-value: transparent;
}

a:active, a:hover
{
  outline-width: 0px;
  outline-style: none;
}

a:hover, a:focus
{
  color: #2a6496;
}

.btn:hover, .btn:focus
{
  color: #333333;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active
{
  border-top-color: transparent;
  border-right-color-value: transparent;
  border-bottom-color: transparent;
  border-left-color-value: transparent;
}

.btn-link:hover, .btn-link:focus
{
  background-color: transparent;
}

.navbar-inverse .navbar-link
{
  color: #ffffff;
}

.navbar-inverse .navbar-link:hover
{
  color: #ffffff;
}

  /* button styles */

.btn-danger
{
  color: #ffffff;
  background-color: #d2322d;
  border-top-color: #d43f3a;
  border-right-color-value: #d43f3a;
  border-bottom-color: #d43f3a;
  border-left-color-value: #d43f3a;
}





.btn-danger:hover,
.btn-danger:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
  background: #fc0303 url("http://www.donnasintay.com/images/uploads/bg/btn.png") 100% 0 no-repeat;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #f10101 url("http://www.donnasintay.com/images/uploads/bg/btn.png") 100% 0 no-repeat;
}
.btn-danger:active,
.btn-danger.active,
.btn-danger.active:hover {
  background: #29a6fe url("http://www.donnasintay.com/images/uploads/bg/btn.png") 100% 0 no-repeat;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.active,
.btn-danger[disabled] .btn-oldstyle:hover,
.btn-danger[disabled] .btn-oldstyle:focus,
.btn-danger[disabled] .btn-oldstyle:active,
.btn-danger[disabled] .btn-oldstyle.active {
  background: #29a6fe url("http://www.donnasintay.com/images/uploads/bg/btn.png") 100% 0 no-repeat;
}

/* END cr Override for Original Bootstrap 3 CSS */