/*
 * Joiee v1.0 - Widget Stylesheet
 *
 * This file is part of Joiee, a HTML template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * December 10, 2012
 *
 */

/* #Icon List
================================================== */

.icons-list,
.icons-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.icons-list {
    text-align: center;
}

.icons-list li {
    display: inline-block;
    margin: 8px;
    cursor: pointer;
}

.icons-list li span {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 32px;
    line-height: 1;
}

.icons-list.small li {
    margin: 4px;
}

.icons-list.small li span {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 1;
}

/* #Checked List Widget
================================================== */

.check-list,
.check-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.check-list {
    margin-bottom: 20px
}

.check-list li {
    padding: 5px 0;
    line-height: 1.7;
}

.check-list .arrow-list {
    margin-left: 25px
}

.check-list li:before {
    font-family: 'glyphicons';
    content: "\e103";
    color: #8ecd44;
    margin-right: 8px;
}

/* #Social List Widget
================================================== */

.social:before,
.social:after {
    display: table;
    content: "";
    line-height: 0;
}

.social:after {
    clear: both
}

.social {
    margin-bottom: 20px
}

.social ul {
    float: left;
    position: relative;
}

.social ul,
.social ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social ul li {
    float: left;
    font-size: 28px;
    margin-right: 5px;
}

.social ul li a {
    color: #aaa;
    display: block;
    font-size: 0;
}

.social ul li a:hover {
    color: #666
}

.social ul li a [class*="icos-"] {
    opacity: 0.65;
    vertical-align: top;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.social ul li a:hover [class*="icos-"] {
    opacity: 1
}

/* #Arrow List Widget
================================================== */

.arrow-list,
.arrow-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.arrow-list li {
    position: relative;
    line-height: 1.7;
    padding: 3px 0;
}

.arrow-list li a {
    color: #666;
    -webkit-transition: all .05s ease-out;
    -moz-transition: all .05s ease-out;
    transition: all .05s ease-out;
}

.arrow-list li:hover a {
    color: #444
}

.arrow-list .check-list {
    margin-left: 25px
}

.arrow-list li:before {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-left-color: #8ecd44;
    margin-right: 3px;
}

/* #Tag Labels Widget
================================================== */

.tag-labels,
.tag-labels li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tag-labels li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 1.7;
    margin: 0 6px 6px 0;
}

.tag-labels li a,
.tag-labels li span {
    background-color: #fafafa;
    color: #444;
    line-height: 1;
    border: 1px solid #e6e6e6;
    display: block;
    padding: 6px 10px;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.tag-labels li:hover a,
.tag-labels li:hover span {
    background-color: #eee;
    border-color: #ddd;
}

/* #Media Widget
================================================== */

.media {
    margin: 0 0 20px 0
}

.media img {
    max-width: 100%
}

/* #Skill Widget
================================================== */

.skill {
    margin-bottom: 20px
}

.skill h3 {
    margin-bottom: 5px
}

.skill .circles {
    overflow: hidden;
    *zoom: 1;
}

.skill .circles:before,
.skill .circles:after {
    display: table;
    content: "";
    line-height: 0;
}

.skill .circles:after {
    clear: both
}

.skill .circles span {
    display: block;
    float: left;
    padding: 3.75%;
    margin-right: 2.5%;
    width: auto;
    height: auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #eee;
    text-align: center;
    position: relative;
}

.skill .circles span.filled {
    background-color: #8ecd44
}

/* #Testimonial Widget
================================================== */

.testimonial {
    margin-bottom: 20px
}

.testimonial .body {
    padding: 20px 20px 20px 48px;
    position: relative;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

.testimonial .body:before {
    content: "\02EE";
    color: #444;
    text-align: center;
    font-size: 72px;
    line-height: 1;
    position: absolute;
    left: 16px;
    top: 17px;
}

.testimonial .author {
    padding-left: 20px
}

.testimonial .author [class*="icon-"] {
    float: left;
    line-height: 23px;
}

.testimonial .author .name {
    margin-left: 24px
}

/* #Tweet Stream Widget
================================================== */

.tweet-stream .tweet_list,
.tweet-stream .tweet_list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tweet-stream .tweet_list li {
    margin-bottom: 12px
}

.tweet-stream .tweet_list li .tweet_text,
.tweet-stream .tweet_list li .tweet_time {
    display: block
}

.tweet-stream .tweet_list li .tweet_time {
    font-size: 12px;
    margin-top: 1px;
}

.tweet-stream .tweet_list li .tweet_time a {
    color: #eee
}

/* #Flickr Stream Widget
================================================== */

.flickr-stream ul,
.flickr-stream ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flickr-stream ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 6px 6px 0;
}

.flickr-stream ul li img {
    max-width: 64px;
    max-height: 64px;
}

/* #Google Maps Widget
================================================== */

.google-maps {
    height: 250px;
    border: 1px solid #ddd; 
    margin-bottom: 20px;
}

/* #Team Widget
================================================== */

.our-team {
    margin: 0 0 20px
}

.our-team .photo {
    margin-bottom: 10px;
    min-height: 62px;
    width:300px;
    height:250px;
    background-color:#e6e4e5;
     position: relative;
}

.our-team .photo > a{
	width:300px;
    height:200px;
    position: relative;
    display:block;
}
.our-team .photo img {
  position: absolute;
top: 0;
bottom: 0;
margin: auto;
left: 0px;
right: 0px;
}

.our-team .photo .info {
    position: absolute;
    bottom: 0;
    background-color: #373737;
    background-color: rgba(0, 0, 0, 0.75);
    border-left: 4px solid #8ecd44;
    color: #fff;
    padding: 8px 20px;
    font-weight: bold;
    right: 0;
    left: 0;
}

.our-team .photo .info small {
    display: block;
    font-size: 12px;
    color: #999;
}

.our-team .social {
    border-top: 2px solid #ddd
}

.our-team .social ul {
    border-top: 2px solid #8ecd44;
    top: -2px;
}

.our-team .social ul li {
    margin: 20px 5px 0 0
}

/* #Service Widget
================================================== */

.service {
    margin-bottom: 60px;
    border-bottom: 1px solid #ddd;
    *zoom: 1;
}

.service:before,
.service:after {
    display: table;
    content: "";
    line-height: 0;
}

.service:after {
    clear: both
}

.service .icon {
    width: 72px;
    color: #4f4f4f;
    font-size: 72px;
    line-height: 1;
    float: left;
}

.service .icon [class*="icon-"] {
    vertical-align: top
}

.service .wrap {
    margin-left: 85px
}

.service .info {
    margin-bottom: 30px
}

.service .read-more {
    float: right;
    text-transform: uppercase;
    font-weight: bold;
}

.service .read-more a {
    color: #fff;
    display: block;
    margin-bottom: -22px;
    line-height: 20px;
    background-color: #8ecd44;
    padding: 8px 16px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.service .read-more a:hover {
    background-color: #444
}

/* #Highlights Widget
================================================== */

.highlights .highlight-item {
    margin-bottom: 40px
}

.highlights .icon {
    width: 48px;
    line-height: 1;
    font-size: 32px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.highlights .icon [class*="icon-"] {
    vertical-align: top
}

.highlights.bold .icon {
    width: 56px;
    height: 56px;
    margin-right: 15px;
    font-size: 24px;
    color: #fff;
    background-color: #444;
}

.highlights.bold .highlight-item:hover .icon {
    background-color: #8ecd44
}

.highlights.bold .icon [class*="icon-"] {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
}

.highlights .text {
    overflow: hidden
}

/* #Callout Widget
================================================== */

.callout {
    background-color: #333;
    clear: both;
    padding: 12px 40px;
    margin-bottom: 40px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.callout h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 125px 0 0;
}

.callout h2 small {
    display: block;
    font-size: 14px;
    line-height: 1.7;
    text-transform: none;
}

.callout .link {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    background-color: #8ecd44;
    color: #fff;
    height: 100%;
    text-align: center;
}

.callout .link:before {
    content: '';
    border: 500px solid transparent;
    border-right-color: #8ecd44;
    position: absolute;
    right: 100%;
}

.callout .link [class*="icon-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
}

/* #Portfolio Carouse Widget
================================================== */

.portfolio-carousel {
    /*margin-bottom: 20px;*/
    position: relative;
}

.portfolio-carousel .portfolio-items {
    : 
}

.portfolio-carousel .carousel-nav,
.portfolio-carousel .carousel-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.portfolio-carousel .carousel-nav {
    float: right;
    margin-top: -29px;
}

.portfolio-carousel .carousel-nav li {
    float: left;
    margin-left: 1px;
}

.portfolio-carousel .carousel-nav li a {
    color: #fff;
    background-color: #8ecd44;
    display: block;
    width: 24px;
    height: 24px;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.portfolio-carousel .carousel-nav li a:hover {
    background-color: #333
}

/* #Latest Blog Posts Widget
================================================== */

.latest-blog h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 125%;
}

.latest-blog .column {
    margin-bottom: 20px
}

.latest-blog .media {
    position: relative;
    min-height: 48px;
    margin: 0;
    background-color: #fafafa;
}

.latest-blog .media img {
    max-width: 100%
}

.latest-blog .overlay {
    position: absolute;
    bottom: 0;
    right: 0;
}

.latest-blog .overlay .post-type {
    background-color: #8ecd44;
    width: 48px;
    height: 48px;
    overflow: hidden;
    text-align: center;
    float: left;
}

.latest-blog .overlay .post-type [class*="icon-"] {
    line-height: 48px;
    font-size: 32px;
    color: #fff;
}

.latest-blog .overlay .date {
    background-color: #333;
    text-align: center;
    margin-left: 48px;
    line-height: 22px;
    padding: 2px 16px;
}

.latest-blog .overlay .date span {
    display: block;
    font-weight: bold;
    color: #fff;
}

.latest-blog .overlay .date span.day {
    font-size: 21px
}

/* #Our Clients Widget
================================================== */

.our-clients {
    *zoom: 1;
    clear: both;
    margin-bottom: 20px;
}

.our-clients:before,
.our-clients:after {
    display: table;
    content: "";
    line-height: 0;
}

.our-clients:after {
    clear: both
}

.our-clients.second .client {
    float: left;
    width: 48%;
    margin: 0;
    margin-bottom: 0px;
    width: 100px;
	height: 60px;
	position:relative;
}

.our-clients .client {
    float: left;
    width: 23%;
    margin: 0 1%;
    margin-bottom: 20px;
}

.our-clients .client img {
    max-width: 100%;
    position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0px;
	right: 0px;
}

/* #ui-accordion
================================================== */

.ui-accordion {
    margin-bottom: 40px
}

.ui-accordion .ui-accordion-header {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    padding: 10px 10px;
    padding-right: 40px;
    line-height: 20px;
    outline: none;
    cursor: pointer;
    position: relative;
    color: #666;
    border-left: 3px solid #B1005D;
    background-color: #f5f5f5;
}

.ui-accordion .ui-accordion-header ~ .ui-accordion-header {
    margin-top: 6px
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -16px;
    text-align: center;
    color: #666;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon:after {
    font-family: 'Glyphicons';
    content: "\e049";
    font-size: 16px;
    line-height: 32px;
}

.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:after {
    content: "\e047"
}

.ui-accordion .ui-accordion-content {
    padding: 15px 0px
}

/* #Pricing Table
================================================== */

.pricing-table {
    position: relative;
    z-index: 100;
    float: left;
    margin-bottom: 40px;
}

.pricing-table.t-1-3 {
    width: 33.3333%
}

.pricing-table.t-1-4 {
    width: 25%
}

.pricing-table .header {
    background-color: #444;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 32px 0;
    font-weight: bold;
    text-align: center;
    border: 1px solid #333;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.pricing-table:first-child .header {
    border-left: 1px solid #333
}

.pricing-table:last-child .header {
    border-right: 1px solid #333
}

.pricing-table .body {
    border: solid #ddd;
    border-width: 1px 0;
}

.pricing-table.featured .header {
    margin-top: -10px;
    background-color: #333;
    border: 1px solid #222;
}

.pricing-table.featured .header:before,
.pricing-table.featured .header:after {
    position: absolute;
    content: '';
    border: 5px solid transparent;
}

.pricing-table.featured .header:before {
    border-right-color: #111;
    border-bottom-color: #111;
    top: -10px;
    left: -10px;
}

.pricing-table.featured .header:after {
    border-bottom-color: #111;
    border-left-color: #111;
    top: -10px;
    right: -10px;
}

.pricing-table.featured .body {
    border: 1px solid #ddd;
    position: relative;
    z-index: 50;
    background-color: #fff;
    padding-bottom: 20px;
}

.pricing-table.featured .footer {
    z-index: 0;
    margin-top: -10px;
    position: relative;
}

.pricing-table:first-child .body {
    border-left: 1px solid #ddd
}

.pricing-table:last-child .body {
    border-right: 1px solid #ddd
}

.pricing-table .price {
    font-size: 18px;
    color: #333;
    padding: 15px 0;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    background-color: #f0f0f0;
}

.pricing-table .price span {
    font-size: 32px
}

.pricing-table .list {
    background-color: #f0f0f0;
    border-top: 1px solid #ddd;
    line-height: 20px;
}

.pricing-table .list ul,
.pricing-table .list ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-table .list ul li {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    padding: 10px 0;
}

.pricing-table .list ul li:nth-child(even) {
    background-color: #fff
}

.pricing-table .footer {
    padding: 21px 0;
    text-align: center;
    background-color: #ddd;
}

.pricing-table .footer .btn {
    text-transform: uppercase;
    font-weight: bold;
}

/* #Sharrre Styles
================================================== */

.sharrre {
    float: left
}

.sharrre + .sharrre {
    margin-left: 10px
}

.lt-ie9 .sharrre {
    margin-left: 10px
}

.sharrre .box a:hover {
    text-decoration: none
}

.sharrre .count {
    color: #525b67;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    padding: 0 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #b2c6cc;
    background: #fbfbfb;
}

.sharrre .count:before,
.sharrre .count:after {
    content: '';
    display: block;
    position: absolute;
    left: -14px;
    top: 50%;
    width: 0;
    height: 0;
}

.sharrre .count:before {
    border: solid 7px transparent;
    border-right-color: #b2c6cc;
    margin-top: -7px;
}

.sharrre .count:after {
    border: solid 6px transparent;
    border-right-color: #fbfbfb;
    margin-top: -6px;
    left: -12px;
}

.sharrre .share {
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 70px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sharrre.twitter .share {
    text-shadow: 1px 0px 0px #0077be;
    border: 1px solid #0075c5;
    background: #26c3eb;
    -webkit-box-shadow: 0 1px 4px #ddd, 0 1px 0 #5cd3f1 inset;
    -moz-box-shadow: 0 1px 4px #ddd, 0 1px 0 #5cd3f1 inset;
    box-shadow: 0 1px 4px #ddd, 0 1px 0 #5cd3f1 inset;
}

.sharrre.facebook .share {
    text-shadow: 1px 0px 0px #26427e;
    border: 1px solid #24417c;
    background: #5582c9;
    -webkit-box-shadow: 0 1px 4px #ddd, 0 1px 0 #80a1d6 inset;
    -moz-box-shadow: 0 1px 4px #ddd, 0 1px 0 #80a1d6 inset;
    box-shadow: 0 1px 4px #ddd, 0 1px 0 #80a1d6 inset;
}

.sharrre.googleplus .share {
    text-shadow: 1px 0px 0px #222;
    border: 1px solid #262626;
    background: #6d6d6d;
    -webkit-box-shadow: 0 1px 4px #ddd, 0 1px 0 #929292 inset;
    -moz-box-shadow: 0 1px 4px #ddd, 0 1px 0 #929292 inset;
    box-shadow: 0 1px 4px #ddd, 0 1px 0 #929292 inset;
}

/* #Table (Bootstrap v2.3.1)
================================================== */

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    /*width: 100%;*/
    margin-bottom: 20px;
}

.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table th {
    font-weight: bold
}

.table thead th {
    vertical-align: bottom
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0
}

.table tbody + tbody {
    border-top: 2px solid #dddddd
}

.table .table {
    background-color: #ffffff
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px
}

.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #dddddd
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
    border-top-left-radius: 4px
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
    border-top-right-radius: 4px
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
    border-bottom-left-radius: 4px
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
    border-bottom-right-radius: 4px
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    border-bottom-left-radius: 0
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 0
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
    border-top-left-radius: 4px
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
    border-top-right-radius: 4px
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    background-color: #f5f5f5
}

/* #Navs, tabs and Pills (Bootstrap v2.3.1)
================================================== */

.nav {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
}

.nav > li > a {
    display: block
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav > li > a > img {
    max-width: none
}

.nav > .pull-right {
    float: right
}

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.nav li + .nav-header {
    margin-top: 9px
}

.nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
    padding: 3px 15px
}

.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);
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    margin-right: 2px
}

.nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
    *zoom: 1
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
    display: table;
    content: "";
    line-height: 0;
}

.nav-tabs:after,
.nav-pills:after {
    clear: both
}

.nav-tabs > li,
.nav-pills > li {
    float: left
}

.nav-tabs > li > a,
.nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    margin-bottom: -1px
}

.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #dddddd
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
    color: #ffffff;
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li > a {
    margin-right: 0
}

.nav-tabs.nav-stacked {
    border-bottom: 0
}

.nav-tabs.nav-stacked > li > a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
    border-color: #ddd;
    z-index: 2;
}

.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px
}

.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px
}

.nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.nav .dropdown-toggle .caret {
    margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
    border-top-color: #005580;
    border-bottom-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px
}

.nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
    cursor: pointer
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
    color: #ffffff;
    background-color: #999999;
    border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
    border-color: #999999
}

.tabbable {
    *zoom: 1
}

.tabbable:before,
.tabbable:after {
    display: table;
    content: "";
    line-height: 0;
}

.tabbable:after {
    clear: both
}

.tab-content {
    overflow: auto
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none
}

.tab-content > .active,
.pill-content > .active {
    display: block
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-bottom-color: transparent;
    border-top-color: #ddd;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}

.nav > .disabled > a {
    color: #999999
}

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    cursor: default;
}

/* #Pagination (Bootstrap v2.3.1)
================================================== */

.pagination {
    margin: 20px 0
}

.pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
    display: inline
}

.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #f5f5f5
}

.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #999999;
    cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
    color: #999999;
    background-color: transparent;
    cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.pagination-centered {
    text-align: center
}

.pagination-right {
    text-align: right
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 10.5px;
}

/* #Pager (Bootstrap v2.3.1)
================================================== */

.pager {
    margin: 20px 0;
    list-style: none;
    text-align: center;
    *zoom: 1;
}

.pager:before,
.pager:after {
    display: table;
    content: "";
    line-height: 0;
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
    float: right
}

.pager .previous > a,
.pager .previous > span {
    float: left
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999999;
    background-color: #fff;
    cursor: default;
}

/* #Alert (Bootstrap v2.3.1)
================================================== */

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert,
.alert h4 {
    color: #c09853
}

.alert h4 {
    margin: 0
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-success h4 {
    color: #468847
}

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
    color: #b94a48
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.alert-info h4 {
    color: #3a87ad
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0
}

.alert-block p + p {
    margin-top: 5px
}


/* #Tooltip (Bootstrap v2.3.1)
================================================== */

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

/* #Modals (Bootstrap v2.3.1)
================================================== */

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}

.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%;
}

.modal.fade.in {
    top: 10%
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

.modal-header .close {
    margin-top: 2px
}

.modal-header h3 {
    margin: 0;
    line-height: 30px;
}

.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}

.modal-form {
    margin-bottom: 0
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    *zoom: 1;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: "";
    line-height: 0;
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

/* #Utilities (Bootstrap v2.3.1)
================================================== */

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.hide {
    display: none
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}

.affix {
    position: fixed
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.collapse.in {
    height: auto
}

/* #Button (Bootstrap v2.3.1)
================================================== */

.btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    *margin-left: .3em;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
    background-color: #cccccc \9
}

.btn:first-child {
    *margin-left: 0
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 4px
}

.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px
}

.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75)
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    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: #0044cc;
    *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #003399 \9
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #f89406;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #ffffff;
    background-color: #f89406;
    *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \9
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #bd362f;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #51a351;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #ffffff;
    /*background-color: #51a351;*/
    background-color: #B1005D;
    
    /**background-color: #499249;*/
}

.btn-success:active,
.btn-success.active {
    background-color: #408140 \9
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2f96b4;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    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: #2f96b4;
    *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
    background-color: #24748c \9
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #222222;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #ffffff;
    background-color: #222222;
    *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808 \9
}

button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}

/* #Button Color Tweaks
================================================== */

.btn {
    outline: none;
    -webkit-transition: background-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
}

.btn:focus {
    outline: none
}

.btn:hover,
.btn:active,
.btn[disabled] {
    background-color: #e8e8e8
}

.btn-primary {
    background-color: #77a6ee
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary[disabled] {
    background-color: #4866c8
}

/* Warning Button
================================================== */

.btn-warning {
    background-color: #B1005D
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning[disabled] {
    background-color: #ea7b31
}

/* Danger Button
================================================== */

.btn-danger {
    background-color: #d84d5a
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger[disabled] {
    background-color: #cd4955
}

/* Success Button
================================================== */

.btn-success {
    background-color: #bc0329
}

.btn-success:hover,
.btn-success:active,
.btn-success[disabled] {
    background-color: #b32b47
}

/* Info Button
================================================== */

.btn-info {
    background-color: #4dd0d8
}

.btn-info:hover,
.btn-info:active,
.btn-info[disabled] {
    background-color: #49c5cd
}

/* Inverse Button
================================================== */

.btn-inverse {
    background-color: #333
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse[disabled] {
    background-color: #303030
}

/* #Media Queries
================================================== */

@media only screen and (max-width: 767px) { 
    .callout {
        padding: 12px
    }

    .callout h2 {
        margin: 0 40px 0 0
    }

    .callout .link {
        width: 40px
    }

    .callout .link:before {
        display: none
    }

    .our-clients .client {
        width: 48%
    }

    .pricing-table.t-1-3,
    .pricing-table.t-1-4 {
        width: 100%;
        display: block;
        float: none;
    }

    .pricing-table.featured .header {
        margin-top: -10px;
        background-color: #333;
        border: 1px solid #222;
    }

    .pricing-table.featured .header:before,
    .pricing-table.featured .header:after {
        display: none
    }

    .pricing-table.featured .body {
        padding-bottom: 0
    }

    .pricing-table.featured .footer {
        margin-top: 0
    }

    .pricing-table .header,
    .pricing-table .body {
        border-width: 1px
    }
}

@media only screen and (max-width: 480px) { 
    .headline {
        font-size: 16px
    }

    .our-clients .client {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}






ul.arrow-list ul.simpleul, ul.arrow-list ul.simpleul li{
    list-style: circle;
}
 ul.arrow-list ul.simpleul li:before{
    list-style: circle;
    border:0px;
}



.alert-oferte{
    background-color: rgba(247, 130, 52, 0.23);
    border-color: #EEE0D3;
    color: #FF6600;
    margin-bottom: -5px;
    margin-top: 10px;
}