.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} a:focus {  }
a {
color: #8183d8; color: #780001; text-decoration: none;
}
a:hover,
a:focus {
color: #474ac6;
text-decoration: underline;
}
blockquote {
border-left: 5px solid #780001;
}
.btn-link {
border-color: transparent;
cursor: pointer;
color: #780001;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
color: #474ac6;
text-decoration: underline;
background-color: transparent;
}
.btn-primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #6a6cd1;
background-image: -moz-linear-gradient(top, #780001, #474ac6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#780001), to(#474ac6));
background-image: -webkit-linear-gradient(top, #780001, #474ac6);
background-image: -o-linear-gradient(top, #780001, #474ac6);
background-image: linear-gradient(to bottom, #780001, #474ac6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff780001' , endColorstr='#ff474ac6' , GradientType=0);
border-color: #474ac6 #474ac6 #2d3093;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #474ac6; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
color: #ffffff;
background-color: #474ac6;
*background-color: #393cba;
}
.btn-primary:active,
.btn-primary.active {
background-color: #3336a6 \9;
}
.btn-info {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #b8b9e9;
background-image: -moz-linear-gradient(top, #cfd0f0, #9496de);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cfd0f0), to(#9496de));
background-image: -webkit-linear-gradient(top, #cfd0f0, #9496de);
background-image: -o-linear-gradient(top, #cfd0f0, #9496de);
background-image: linear-gradient(to bottom, #cfd0f0, #9496de);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcfd0f0' , endColorstr='#ff9496de' , GradientType=0);
border-color: #9496de #9496de #5a5dcc;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #9496de; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
color: #ffffff;
background-color: #9496de;
*background-color: #780001;
}
.btn-info:active,
.btn-info.active {
background-color: #6e70d2 \9;
}
.btn:focus {
outline: thin dotted #333;
outline: 5px auto #836D6D;
outline-offset: -2px;
}
.btn-group.open .btn-primary.dropdown-toggle {
background-color: #474ac6;
}
.btn-group.open .btn-info.dropdown-toggle {
background-color: #9496de;
}
.carousel-control:hover,
.carousel-control:focus {
color: #780001;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #797bd6; background-image: -moz-linear-gradient(top, #780001, #6e70d2);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#780001), to(#6e70d2));
background-image: -webkit-linear-gradient(top, #780001, #6e70d2);
background-image: -o-linear-gradient(top, #780001, #6e70d2);
background-image: linear-gradient(to bottom, #780001, #6e70d2);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff780001' , endColorstr='#ff6e70d2' , GradientType=0);
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
background-color: #ffffff;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
border-color: #836D6D;
outline: 0;
outline: thin dotted \9; -webkit-box-shadow: 0 0 8px #836D6D;
-moz-box-shadow: 0 0 8px #836D6D;
box-shadow: 0 0 8px #836D6D;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted #333;
outline: 5px auto #836D6D;
outline-offset: -2px;
}
.navbar-link {
color: #777777; }
.navbar-link:hover,
.navbar-link:focus {
color: #780001; }
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover { background-color: transparent;
color: #780001;
text-decoration: none;
}
.navbar .btn-navbar {
float: right;
padding: 7px 10px;
margin-left: 5px;
margin-right: 5px;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #595bc8; background-image: -moz-linear-gradient(top, #6e70d2, #393cba);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6e70d2), to(#393cba));
background-image: -webkit-linear-gradient(top, #6e70d2, #393cba);
background-image: -o-linear-gradient(top, #6e70d2, #393cba);
background-image: linear-gradient(to bottom, #6e70d2, #393cba);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6e70d2' , endColorstr='#ff393cba' , GradientType=0);
border-color: #393cba #393cba #27297f;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #393cba; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
color: #ffffff;
background-color: #393cba; background-color: #3336a6; }
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
background-color: #2d3093 \9;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
border-top-color: #780001;
border-bottom-color: #780001;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
color: #780001;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
background-color: #780001;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
color: #ffffff;
background-color: #780001;
}
.nav .dropdown-toggle .caret {
border-top-color: #780001;
border-bottom-color: #780001;
margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
border-top-color: #474ac6;
border-bottom-color: #474ac6;
}
a.thumbnail:hover,
a.thumbnail:focus {
border-color: #780001;
-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.tc-header {
border-top: 5px solid #780001;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
background-color: #474ac6;
background-position: 0 -30px;
}
.navbar .nav-collapse.in + .btn-toggle-nav .icon-bar,
.tc-is-mobile.tc-sn-visible .btn-toggle-nav .icon-bar,
.no-csstransforms .tc-sn-visible .btn-toggle-nav .icon-bar,
.navbar .btn-toggle-nav.hover .icon-bar {
background-color: #780001;
}
.navbar .btn-toggle-nav.hover .menu-label {
color: #780001;
}
.site-description {
color: #780001;
}
.navbar .nav > li.current-menu-item > a,
.tc-regular-menu .navbar .nav > li.current-menu-ancestor > a {
color: #780001;
}
.navbar .nav > li.current-menu-item > a .caret,
.tc-regular-menu .navbar .nav li.current-menu-ancestor > a .caret,
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.current-menu-item > a .caret,
.tc-regular-menu .navbar .nav li.dropdown.current-menu-ancestor > a .caret,
.navbar .nav li.dropdown.open.current-menu-ancestor > .dropdown-toggle .caret {
border-top-color: #780001;
border-bottom-color: #780001;
}
.dropdown-menu > li.current-menu-item > a,
.tc-regular-menu .dropdown-menu > li.current-menu-ancestor > a {
color: #780001; }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
color: #780001;
}
.dropdown-submenu:hover > a:after,
.dropdown-menu > li.current-menu-item > a:after,
.tc-regular-menu .dropdown-menu > li.current-menu-ancestor > a:after {
border-left-color: #780001;
} a + span.tc-external:after {
color: #780001;
}
table {
border-bottom: 5px solid rgba(129, 131, 216, 0.5);
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 2;
margin: 0 0 20px;
width: 100%;
}
th {
font-weight: bold;
border-bottom: 1px solid rgba(129, 131, 216, 0.5);
}
td {
border-top: 1px solid #ededed;
padding: 6px 10px 6px 0;
} .widget h3:before {
color: #780001;
} .search .search-header .format-icon:before,
.archive .archive-header .format-icon:before {
color: #780001;
opacity: 1;
line-height: 0.2em;
} .widget.widget_archive li:before,
.widget.widget_categories li:before,
.widget.widget_calendar li:before,
.widget.widget_pages li:before,
.widget.widget_links li:before,
.widget.widget_meta li:before,
.widget.widget_recent_entries li:before,
.widget.widget_recent_comments li:before,
.widget.widget_nav_menu li:before,
.widget.widget_rss li:before {
color: #780001; }
.social-block a:hover {
color: #780001;
} .tc-carousel-control:hover {
color: #780001;
} .page-links button.btn {
color: #780001;
} .comments-link .tc-comment-bubble {
color: #780001;
}
.comments-link .default-bubble:before {
border: solid 2px #780001;
}
.comments-link .tc-comment-bubble {
color: #780001;
border: 2px solid #780001;
}
.comments-link .custom-bubble-one:before {
border-color: #780001 rgba(0, 0, 0, 0);
} h3.assistive-text {
color: #bbbcea; color:#836D6D;
} #footer #calendar_wrap table a {
color: #780001;
}
#wp-calendar th {
background-color: #474ac6;
color: white;
}  .btt-arrow,
footer#footer .colophon a.back-to-top {
color: #780001;
} .tc-grid-border .tc-grid {
border-bottom: 3px solid #780001; } .tc-grid-icon:before {
color: #780001;
} .tc-placeholder-wrap::before,
.tc-admin-notice:before {
color: #780001;
} .tc-gallery-style{
color:#000;
font-family: Verdana, Geneva, sans-serif;
}