
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: #eee;
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
}


.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-bottom-color: #b3b3b3;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ccc;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ccc;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.btn.active, .btn.disabled, .btn:active, .btn:focus, .btn:hover, .btn[disabled] {
    background-color: #e6e6e6;
    color: #333;
}
.btn:focus, .btn:hover {
    background-position: 0 -30px;
    color: #333;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    transition-delay: 0s;
    transition-duration: 0.1s;
    transition-property: background-position;
    transition-timing-function: linear;
}
.btn.active, .btn:active {
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}
.btn.disabled, .btn[disabled] {
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
}
.btn-large {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 17.5px;
    padding-bottom: 11px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 11px;
}
.btn-large [class*=" icon-"], .btn-large [class^="icon-"] {
    margin-top: 4px;
}
.btn-small {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 11.9px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
}
.btn-small [class*=" icon-"], .btn-small [class^="icon-"] {
    margin-top: 0;
}
.btn-mini [class*=" icon-"], .btn-mini [class^="icon-"] {
    margin-top: -1px;
}
.btn-mini {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 10.5px;
    padding-bottom: 0;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 0;
}
.btn-block {
    box-sizing: border-box;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input.btn-block[type="button"], input.btn-block[type="reset"], input.btn-block[type="submit"] {
    width: 100%;
}
.btn-danger.active, .btn-info.active, .btn-inverse.active, .btn-primary.active, .btn-success.active, .btn-warning.active {
    color: rgba(255, 255, 255, 0.75);
}
.btn-warning {
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-warning.active, .btn-warning.disabled, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .btn-warning[disabled] {
    background-color: #f89406;
    color: #fff;
}
.btn-danger {
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-danger.active, .btn-danger.disabled, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger[disabled] {
    background-color: #bd362f;
    color: #fff;
}
.btn-success {
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-success.active, .btn-success.disabled, .btn-success:active, .btn-success:focus, .btn-success:hover, .btn-success[disabled] {
    background-color: #51a351;
    color: #fff;
}
.btn-inverse {
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-inverse.active, .btn-inverse.disabled, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .btn-inverse[disabled] {
    background-color: #222;
    color: #fff;
}
button.btn::-moz-focus-inner, input.btn[type="submit"]::-moz-focus-inner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover {
    color: #333;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}


.btn-primary {
    background-color: #0074ad;
    background-image: linear-gradient(to bottom, #08c, #005580);
    background-repeat: repeat-x;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
a {
    color: #08c;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
  

#main-wrapper .widget li {
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 25px;
    position: relative;
}
#main-wrapper .widget li::after {
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    bottom: -2px;
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
}
#main-wrapper .widget li:hover, .widget li:focus {
    background-color: #eee;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
#main-wrapper .widget li a {
    text-shadow: 0 1px 0 #fff;
}
.no-widget-icons h3.widget-title::before {
    content: none !important;
}
.navbar-inner .social-block {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 0;
}
.social-block.widget_social a {
    font-size: 1em;
}
.colophon .social-block {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: center;
}
.social-block a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #5a5a5a;
    display: inline;
    font-size: 1.3em;
    height: inherit;
    line-height: inherit;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    opacity: 0.8;
    padding-right: 13px;
    position: relative;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-shadow: 0 1px 0 #fff;
    top: 2px;
    vertical-align: inherit;
    width: inherit;
}

.carousel {
    margin-bottom: 0;
}
.carousel .container {
    position: relative;
    width: auto;
    z-index: 9;
}
.tc-carousel-control {
    color: #999;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 120px;
    height: 38px;
    line-height: 16px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    vertical-align: middle;
    z-index: 10;
}
.tc-carousel-control:focus, .tc-carousel-control:hover {
    opacity: 0.9;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
.tc-slider-controls {
    bottom: 0;
    line-height: 500px;
    max-height: 500px;
    opacity: 0;
    position: absolute;
    width: 10%;
}
.tc-slid-hover .tc-slider-controls {
    opacity: 1;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: ease;
}
.tc-slider-controls.right {
    right: 0;
    text-align: right;
}
.tc-slider-controls.left {
    left: 0;
    text-align: left;
}
.carousel .item {
    line-height: 500px;
    min-height: 500px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.carousel-image {
    left: 0;
    max-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
}
.carousel-image img {
    transition-duration: 0.25s;
    transition-property: width, height, top, left;
    transition-timing-function: ease-in-out;
    width: 100%;
}
.carousel-image.slider-full img {
    max-width: 100%;
}
.carousel-caption {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    display: inline-block;
    line-height: 14px;
    margin-left: 11%;
    max-width: 60%;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    position: relative;
    vertical-align: middle;
}
.carousel-caption .lead, .carousel-caption h1 {
    color: #fff;
    line-height: 1.25;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.carousel-caption .btn {
    margin-top: 10px;
}
.slider.edit-link {
    bottom: 40px;
    position: absolute;
    right: 11%;
}
.carousel > .center-slides-enabled > .item > .carousel-image img {
    display: block;
    position: relative;
}
.tc-slider-loader-wrapper {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fafafa;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 500px;
    line-height: 500px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1000;
}
.tc-img-gif-loader {
    display: inline-block;
    line-height: 15px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.marketing {
    margin-top: 20px;
}
.marketing .span4 {
    text-align: center;
}
.marketing h2 {
    font-weight: 400;
}
.marketing .span4 p {
    margin-left: 25px;
    margin-right: 25px;
}
.thumb-wrapper {
    display: block;
    height: 250px;
    left: -1px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    text-align: center;
    top: 0;
    width: 269px;
}
.span9.article-container .thumb-wrapper {
    left: 1px;
}
.thumb-wrapper img {
    position: relative;
    z-index: 90;
}
.thumb-wrapper.no-effect img {
    min-height: initial;
}
.round-div {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #fafafa;
    border-bottom-left-radius: 900px;
    border-bottom-right-radius: 900px;
    border-bottom-style: solid;
    border-bottom-width: 104px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #fafafa;
    border-left-style: solid;
    border-left-width: 104px;
    border-right-color: #fafafa;
    border-right-style: solid;
    border-right-width: 104px;
    border-top-color: #fafafa;
    border-top-left-radius: 900px;
    border-top-right-radius: 900px;
    border-top-style: solid;
    border-top-width: 104px;
    display: block;
    height: 170px;
    left: -54px;
    position: absolute;
    top: -66px;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    width: 170px;
    z-index: 99;
}
.span6.article-container .round-div {
    height: 115px;
    left: -76px;
    top: -76px;
    width: 115px;
}
.span6.article-container .thumb-wrapper {
    height: 180px;
}
.round-div.no-effect {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
}

.no-cssanimations .round-div {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
}
.no-cssanimations .thumb-wrapper {
    opacity: 0.7;
}
.no-cssanimations .thumb-wrapper:hover {
    opacity: 1;
}
.widget-front.hover .round-div, article.hover .round-div {
    transform: scale(1.4);
}
.row {
    margin-left: -30px;
}
.row::after, .row::before {
    content: "";
    display: table;
    line-height: 0;
}
.row::after {
    clear: both;
}
[class*="span"] {
    float: left;
   
    min-height: 1px;
}

.span4 {
    width: 33.333333333333333%;
}

.row-fluid::after, .row-fluid::before {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid::after {
    clear: both;
}
.row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.5641%;
    min-height: 30px;
    width: 100%;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.5641%;
}
.row-fluid .span12 {
    width: 100%;
}
.row-fluid .span11 {
    width: 91.453%;
}
.row-fluid .span10 {
    width: 82.906%;
}
.row-fluid .span9 {
    width: 74.359%;
}
.row-fluid .span8 {
    width: 65.812%;
}
.row-fluid .span7 {
    width: 57.265%;
}
.row-fluid .span6 {
    width: 48.7179%;
}
.row-fluid .span5 {
    width: 40.1709%;
}
.row-fluid .span4 {
    width: 31.6239%;
}
.row-fluid .span3 {
    width: 23.0769%;
}
.row-fluid .span2 {
    width: 14.5299%;
}
.row-fluid .span1 {
    width: 5.98291%;
}
.row-fluid .offset12 {
    margin-left: 105.128%;
}
.row-fluid .offset12:first-child {
    margin-left: 102.564%;
}
.row-fluid .offset11 {
    margin-left: 96.5812%;
}
.row-fluid .offset11:first-child {
    margin-left: 94.0171%;
}
.row-fluid .offset10 {
    margin-left: 88.0342%;
}
.row-fluid .offset10:first-child {
    margin-left: 85.4701%;
}
.row-fluid .offset9 {
    margin-left: 79.4872%;
}
.row-fluid .offset9:first-child {
    margin-left: 76.9231%;
}
.row-fluid .offset8 {
    margin-left: 70.9402%;
}
.row-fluid .offset8:first-child {
    margin-left: 68.3761%;
}
.row-fluid .offset7 {
    margin-left: 62.3932%;
}
.row-fluid .offset7:first-child {
    margin-left: 59.8291%;
}
.row-fluid .offset6 {
    margin-left: 53.8462%;
}
.row-fluid .offset6:first-child {
    margin-left: 51.2821%;
}
.row-fluid .offset5 {
    margin-left: 45.2991%;
}
.row-fluid .offset5:first-child {
    margin-left: 42.735%;
}
.row-fluid .offset4 {
    margin-left: 36.7521%;
}
.row-fluid .offset4:first-child {
    margin-left: 34.188%;
}
.row-fluid .offset3 {
    margin-left: 28.2051%;
}
.row-fluid .offset3:first-child {
    margin-left: 25.641%;
}
.row-fluid .offset2 {
    margin-left: 19.6581%;
}
.row-fluid .offset2:first-child {
    margin-left: 17.094%;
}
.row-fluid .offset1 {
    margin-left: 11.1111%;
}
.row-fluid .offset1:first-child {
    margin-left: 8.54701%;
}
.uneditable-input, input, textarea {
    margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
}
.uneditable-input.span12, input.span12, textarea.span12 {
    width: 1156px;
}
.uneditable-input.span11, input.span11, textarea.span11 {
    width: 1056px;
}
.uneditable-input.span10, input.span10, textarea.span10 {
    width: 956px;
}
.uneditable-input.span9, input.span9, textarea.span9 {
    width: 856px;
}
.uneditable-input.span8, input.span8, textarea.span8 {
    width: 756px;
}
.uneditable-input.span7, input.span7, textarea.span7 {
    width: 656px;
}
.uneditable-input.span6, input.span6, textarea.span6 {
    width: 556px;
}
.uneditable-input.span5, input.span5, textarea.span5 {
    width: 456px;
}
.uneditable-input.span4, input.span4, textarea.span4 {
    width: 356px;
}
.uneditable-input.span3, input.span3, textarea.span3 {
    width: 256px;
}
.uneditable-input.span2, input.span2, textarea.span2 {
    width: 156px;
}
.uneditable-input.span1, input.span1, textarea.span1 {
    width: 56px;
}
.thumbnails {
    margin-left: -30px;
}
.thumbnails > li {
    margin-left: 30px;
}
.row-fluid .thumbnails {
    margin-left: 0;
}