/*
  Template: Halves
  Description: Business / Organisation / Blog / Portfolio website theme using the Twitter Bootstrap framework.
  Version: 1.0
  Author: Pukeko Design Studio
  Website: http://www.pukekodesigns.co.nz
*/
/*
  FONTS
*/
/* Font Imports */
@import url('http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic');
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic');
@import url('http://fonts.googleapis.com/css?family=Cookie');

body {
    padding: 50px 0 0;
    font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #fff;
}

*:focus {
    outline: none;
}

html,
body {
    height: 100%;
    width: 100%;
}

/*
  COLOURS
*/
.red {
    color: #E45F56;
}

.blue {
    color: #3498db;
}

.light-blue {
    color: #66B9F9;
}

.green {
    color: #21BC5F;
}

.yellow {
    color: #F7EA73;
}

.grey {
    color: #95A5A6;
}

.white {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.pink {
    color: #D6487E;
}

.purple {
    color: #7461aa;
}

/*
  APPEARANCE VARIABLES border radius, box shadow, gradient
*/
/*
  UTILITIES
*/
.width-10pc {
    width: 10% !important;
}

.width-20pc {
    width: 20% !important;
}

.width-25pc {
    width: 25% !important;
}

.width-30pc {
    width: 30% !important;
}

.width-40pc {
    width: 40% !important;
}

.width-50pc {
    width: 50% !important;
}

.width-60pc {
    width: 60% !important;
}

.width-70pc {
    width: 70% !important;
}

.width-75pc {
    width: 75% !important;
}

.width-80pc {
    width: 80% !important;
}

.width-90pc {
    width: 90% !important;
}

.width-100pc {
    width: 100% !important;
}

.width-5 {
    width: 5px !important;
}

.width-10 {
    width: 10px !important;
}

.width-15 {
    width: 15px !important;
}

.width-20 {
    width: 20px !important;
}

.width-25 {
    width: 25px !important;
}

.width-30 {
    width: 30px !important;
}

.width-40 {
    width: 40px !important;
}

.width-50 {
    width: 50px !important;
}

.width-60 {
    width: 60px !important;
}

.width-70 {
    width: 70px !important;
}

.width-80 {
    width: 10px !important;
}

.width-90 {
    width: 90px !important;
}

.width-100 {
    width: 100px !important;
}

.width-150 {
    width: 150px !important;
}

.width-200 {
    width: 200px !important;
}

.width-250 {
    width: 250px !important;
}

.width-300 {
    width: 300px !important;
}

.width-350 {
    width: 350px !important;
}

.width-450 {
    width: 450px !important;
}

.width-500 {
    width: 500px !important;
}

@media (max-width: 767px) {
    [class^="width-"],
    [class*=" width-"] {
        width: 100% !important;
    }
}

.margin-0 {
    margin: 0 !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.margin-right-0 {
    margin-right: 0 !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

/* PADDING */
.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.padding-right-40 {
    padding-right: 40px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-right-50 {
    padding-right: 50px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

/*
  SPACE
*/
[class^="space-"],
[class*=" space-"] {
    margin: 0;
    display: block;
    overflow: hidden;
    clear: both;
}

.space-5 {
    height: 5px;
    max-height: 5px;
}

.space-10 {
    height: 10px;
    max-height: 10px;
}

.space-15 {
    height: 15px;
    max-height: 15px;
}

.space-20 {
    height: 20px;
    max-height: 20px;
}

.space-25 {
    height: 25px;
    max-height: 25px;
}

.space-30 {
    height: 30px;
    max-height: 30px;
}

.space-40 {
    height: 40px;
    max-height: 40px;
}

.space-50 {
    height: 50px;
    max-height: 50px;
}

.space-60 {
    height: 60px;
    max-height: 60px;
}

.space-70 {
    height: 70px;
    max-height: 70px;
}

.space-80 {
    height: 80px;
    max-height: 80px;
}

.space-90 {
    height: 90px;
    max-height: 90px;
}

.space-100 {
    height: 100px;
    max-height: 100px;
}

.clear {
    margin: 0;
    height: 0;
    clear: both;
    font-size: 0;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/*
  BUTTONS
*/
.btn {
    padding: 6px 15px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.btn [class^="fa-"],
.btn [class*=" fa-"] {
    margin-right: 3px;
    vertical-align: baseline;
}

.btn:hover,
.btn:focus {
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}

.btn:active,
.btn.active {
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-lg {
    padding: 14px 28px;
    font-size: 18px;
}

.btn-xl {
    padding: 16px 30px;
    font-size: 18px;
}

.btn-sm {
    padding: 6px 12px;
}

.btn-xs {
    padding: 2px 7px;
}

.btn-default {
    background: none;
    border-width: 2px;
}

.btn-default:active,
.btn-default.active {
    background: #efefef;
}

.btn-primary {
    background-color: #1bbc9b;
    border-color: #1bbc9b;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #1ed2ad;
    border-color: #1ed2ad;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #158f76;
    border-color: #158f76;
}

.btn-info {
    background-color: #66B9F9;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #8DCBFF;
}

.btn-info:active,
.btn-info.active {
    background-color: #569DD3;
}

.btn-danger {
    background-color: #E45F56;
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: #F86D68;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #BF4D46;
}

.btn-success {
    background-color: #21BC5F;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #52E27D;
}

.btn-success:active,
.btn-success.active {
    background-color: #1A974C;
}

.btn-warning {
    background-color: #FFC23F;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #FFDA8C;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #BF922F;
}

.btn-pink {
    background-color: #D6487E;
    color: #fff;
}

.btn-pink:hover {
    background-color: #fc8bb4;
    color: #fff;
}

.btn-pink:active,
.btn-pink.active {
    background-color: #b73766;
    color: #fff;
}

.btn-purple {
    background-color: #7461aa;
    color: #fff;
}

.btn-purple:hover {
    background-color: #9585bf;
    color: #fff;
}

.btn-purple:active,
.btn-purple.active {
    background-color: #513D8B;
    color: #fff;
}

.btn-yellow {
    background-color: #F7EA73;
    color: #963;
}

.btn-yellow:hover {
    background-color: #FFFF9A;
}

.btn-yellow:active,
.btn-yellow.active {
    background-color: #E5DC6D;
}

.btn-grey {
    background-color: #95A5A6;
    color: #fff;
}

.btn-grey:hover {
    background-color: #bbb;
    color: #fff;
}

.btn-grey:active,
.btn-grey.active {
    background-color: #7F8C8D;
    color: #fff;
}

.btn-inverse {
    background-color: #34495E;
    color: #fff;
}

.btn-inverse:hover {
    background-color: #647688;
    color: #fff;
}

.btn-inverse:active,
.btn-inverse.active {
    background-color: colour-btn-inverse-active;
    color: #fff;
}

.btn-light {
    color: #777;
    background-color: #ECF0F1;
}

.btn-light [class^="fa-"],
.btn-light [class*=" fa-"] {
    color: #777;
}

.btn-light:hover {
    background-color: #f5f5f5;
}

.btn-light:active,
.btn-light.active {
    background-color: #BDC3C7;
}

.btn-facebook {
    color: #fff;
    background-color: #233678;
}

.btn-facebook:hover {
    background-color: #465EB1;
}

.btn-facebook:active,
.btn-facebook.active {
    background-color: #132255;
}

.btn-twitter {
    color: #fff;
    background-color: #54AEE1;
}

.btn-twitter:hover {
    background-color: #A5DEFF;
}

.btn-twitter:active,
.btn-twitter.active {
    background-color: #2D86B8;
}

.btn > .fa-only {
    margin: 0;
    vertical-align: middle;
    text-align: center;
}

.btn-group .btn {
    margin: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
}

.btn-group .btn .badge {
    padding-top: 2px;
    line-height: 14px;
}

.btn-group .btn:first-child {
    -webkit-border-radius: 4px 0 0 4px !important;
    -moz-border-radius: 4px 0 0 4px !important;
    -o-border-radius: 4px 0 0 4px !important;
    border-radius: 4px 0 0 4px !important;
}

.btn-group .btn:last-child {
    -webkit-border-radius: 0 4px 4px 0 !important;
    -moz-border-radius: 0 4px 4px 0 !important;
    -o-border-radius: 0 4px 4px 0 !important;
    border-radius: 0 4px 4px 0 !important;
}

.btn-group .btn:only-child {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
}

.btn-group .btn-light {
    color: #333 !important;
}

.btn-group .btn-light .badge {
    color: #333 !important;
    background: #c9c9c9 !important;
}

.btn-group .btn-light.active {
    background: #c9c9c9 !important;
}

.btn-group .btn-light.active .badge {
    background: #a9a9a9 !important;
}

.btn-group .btn-light.active:after {
    border: none;
}

.btn-group .btn-info {
    border-right-color: #569DD3 !important;
}

.btn-group .btn-primary {
    border-right-color: #158f76 !important;
}

.btn-group .btn-success {
    border-right-color: #1A974C !important;
}

.btn-group .btn-warning {
    border-right-color: #BF922F !important;
}

.btn-group .btn-danger {
    border-right-color: #BF4D46 !important;
}

.btn-group .btn-inverse {
    border-right-color: #2C3E50 !important;
}

.btn-group .btn-pink {
    border-right-color: #b73766 !important;
}

.btn-group .btn-purple {
    border-right-color: #513D8B !important;
}

.btn-group .btn-yellow {
    border-right-color: #E5DC6D !important;
}

.btn-group .btn-grey {
    border-right-color: #7F8C8D !important;
}

.btn-group .btn-light {
    border-right-color: #BDC3C7 !important;
}

.btn-group .btn.dropdown-toggle {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
}

.btn-group .btn + .dropdown-toggle {
    -webkit-border-radius: 0 4px 4px 0 !important;
    -moz-border-radius: 0 4px 4px 0 !important;
    -o-border-radius: 0 4px 4px 0 !important;
    border-radius: 0 4px 4px 0 !important;
}

.btn-group.btn-group-vertical .btn:first-child {
    -webkit-border-radius: 4px 4px 0 0 !important;
    -moz-border-radius: 4px 4px 0 0 !important;
    -o-border-radius: 4px 4px 0 0 !important;
    border-radius: 4px 4px 0 0 !important;
}

.btn-group.btn-group-vertical .btn:last-child {
    -webkit-border-radius: 0 0 4px 4px !important;
    -moz-border-radius: 0 0 4px 4px !important;
    -o-border-radius: 0 0 4px 4px !important;
    border-radius: 0 0 4px 4px !important;
}

.btn-group.btn-group-vertical .btn {
    border-bottom: 2px solid #8b9aa3 !important;
    border-right: none !important;
    border-left: none !important;
}

.btn-group.btn-group-vertical .btn-info {
    border-bottom-color: #569DD3 !important;
}

.btn-group.btn-group-vertical .btn-primary {
    border-bottom-color: #158f76 !important;
}

.btn-group.btn-group-vertical .btn-success {
    border-bottom-color: #1A974C !important;
}

.btn-group.btn-group-vertical .btn-warning {
    border-bottom-color: #BF922F !important;
}

.btn-group.btn-group-vertical .btn-danger {
    border-bottom-color: #BF4D46 !important;
}

.btn-group.btn-group-vertical .btn-inverse {
    border-bottom-color: #2C3E50 !important;
}

.btn-group.btn-group-vertical .btn-pink {
    border-bottom-color: #b73766 !important;
}

.btn-group.btn-group-vertical .btn-purple {
    border-bottom-color: #513D8B !important;
}

.btn-group.btn-group-vertical .btn-yellow {
    border-bottom-color: #E5DC6D !important;
}

.btn-group.btn-group-vertical .btn-grey {
    border-bottom-color: #7F8C8D !important;
}

.btn-group.btn-group-vertical .btn-light {
    border-bottom-color: #BDC3C7 !important;
}

.btn-group.btn-group-vertical .btn:last-child {
    border-bottom: none !important;
}

.btn-group.dropup .btn,
.btn-group.dropdown .btn {
    margin-right: 0 !important;
    -webkit-border-radius: 4px 0 0 4px !important;
    -moz-border-radius: 4px 0 0 4px !important;
    -o-border-radius: 4px 0 0 4px !important;
    border-radius: 4px 0 0 4px !important;
}

.btn-group.dropup .btn .caret,
.btn-group.dropdown .btn .caret {
    border-bottom-color: #fff;
}

.btn-group.dropup .dropdown-toggle,
.btn-group.dropdown .dropdown-toggle {
    padding: 5px 10px !important;
    -webkit-border-radius: 0 4px 4px 0 !important;
    -moz-border-radius: 0 4px 4px 0 !important;
    -o-border-radius: 0 4px 4px 0 !important;
    border-radius: 0 4px 4px 0 !important;
}

.btn-group.dropup .dropdown-toggle .caret,
.btn-group.dropdown .dropdown-toggle .caret {
    margin-left: 0;
}

.btn-group.dropup .btn.dropdown-toggle.btn-sm,
.btn-group.dropdown .btn.dropdown-toggle.btn-sm {
    padding: 3px 8px !important;
}

.btn-group.dropup .btn.dropdown-toggle.btn-xs,
.btn-group.dropdown .btn.dropdown-toggle.btn-xs {
    padding: 2px 8px !important;
}

.btn-group.dropup .btn.dropdown-toggle.btn-xser,
.btn-group.dropdown .btn.dropdown-toggle.btn-xser {
    padding: 1px 6px !important;
}

.btn-group.dropup .dropdown-toggle.btn-info:active,
.btn-group.dropdown .dropdown-toggle.btn-info:active {
    background: #4f99c6 !important;
}

.btn-group.dropup:hover .btn,
.btn-group.dropdown:hover .btn {
    background: #fff !important;
    border-right-color: #fff !important;
}

.btn-group.dropup:hover .dropdown-toggle.btn,
.btn-group.dropdown:hover .dropdown-toggle.btn {
    background: #fff !important;
}

.btn-group.dropup:hover .btn-info,
.btn-group.dropdown:hover .btn-info {
    background: #569DD3 !important;
    border-right-color: #569DD3 !important;
}

.btn-group.dropup:hover .dropdown-toggle.btn-info,
.btn-group.dropdown:hover .dropdown-toggle.btn-info {
    background: #8DCBFF !important;
}

.btn-group.dropup:hover .btn-primary,
.btn-group.dropdown:hover .btn-primary {
    background: #158f76 !important;
    border-right-color: #158f76 !important;
}

.btn-group.dropup:hover .dropdown-toggle.btn-primary,
.btn-group.dropdown:hover .dropdown-toggle.btn-primary {
    background: #1ed2ad !important;
}

.btn-group.dropup:hover .btn-success,
.btn-group.dropdown:hover .btn-success {
    background: #1A974C !important;
    border-right-color: #1A974C !important;
}

.btn-group.dropup:hover .dropdown-toggle.btn-success,
.btn-group.dropdown:hover .dropdown-toggle.btn-success {
    background: #52E27D !important;
}

.btn-group.dropup:hover .btn-warning,
.btn-group.dropdown:hover .btn-warning {
    background: #BF922F !important;
    border-right-color: #BF922F !important;
}

.btn-group.dropup:hover .dropdown-toggle.btn-warning,
.btn-group.dropdown:hover .dropdown-toggle.btn-warning {
    background: #FFDA8C !important;
}

.btn-group.dropup:hover .btn-danger,
.btn-group.dropdown:hover .btn-danger {
    background: #BF4D46 !important;
    border-right-color: #BF4D46 !important;
}

.btn-group.dropup:hover .dropdown-toggle.btn-danger,
.btn-group.dropdown:hover .dropdown-toggle.btn-danger {
    background: #F86D68 !important;
}

.btn-group.dropup:hover .btn-inverse,
.btn-group.dropdown:hover .btn-inverse {
    background: #2C3E50 !important;
    border-right-color: #2C3E50 !important;
}

.btn-group.dropup:hover .dropdown-toggle.btn-inverse,
.btn-group.dropdown:hover .dropdown-toggle.btn-inverse {
    background: #647688 !important;
}

.btn-group.dropup:hover .btn-pink,
.btn-group.dropdown:hover .btn-pink {
    background: #b73766 !important;
    border-right-color: #b73766 !important;
}

.btn-group.dropup:hover .dropdown-toggle.btn-pink,
.btn-group.dropdown:hover .dropdown-toggle.btn-pink {
    background: #fc8bb4 !important;
}

.btn-group.dropup:hover .btn-purple,
.btn-group.dropdown:hover .btn-purple {
    background: #513D8B !important;
    border-right-color: #513D8B !important;
}

.btn-group.dropup:hover .dropdown-toggle.btn-purple,
.btn-group.dropdown:hover .dropdown-toggle.btn-purple {
    background: #9585bf !important;
}

.btn-group.dropup:hover .btn-yellow,
.btn-group.dropdown:hover .btn-yellow {
    background: #E5DC6D !important;
    border-right-color: #E5DC6D !important;
}

.btn-group.dropup:hover .dropdown-toggle.btn-yellow,
.btn-group.dropdown:hover .dropdown-toggle.btn-yellow {
    background: #FFFF9A !important;
}

.btn-group.dropup:hover .btn-grey,
.btn-group.dropdown:hover .btn-grey {
    background: #7F8C8D !important;
    border-right-color: #7F8C8D !important;
}

.btn-group.dropup:hover .dropdown-toggle.btn-grey,
.btn-group.dropdown:hover .dropdown-toggle.btn-grey {
    background: #bbb !important;
}

.btn-group.dropup:hover .btn-light,
.btn-group.dropdown:hover .btn-light {
    background: #BDC3C7 !important;
    border-right-color: #BDC3C7 !important;
}

.btn-group.dropup:hover .dropdown-toggle.btn-light,
.btn-group.dropdown:hover .dropdown-toggle.btn-light {
    background: #f5f5f5 !important;
}

.btn-group.open .btn {
    background: #e3e3e3 !important;
}

.btn-group.open .dropdown-toggle.btn {
    background: #fff !important;
}

.btn-group.open .btn-info {
    background: #66B9F9 !important;
}

.btn-group.open .dropdown-toggle.btn-info {
    background: #569DD3 !important;
}

.btn-group.open .btn-primary {
    background: #1bbc9b !important;
}

.btn-group.open .dropdown-toggle.btn-primary {
    background: #158f76 !important;
}

.btn-group.open .btn-success {
    background: #21BC5F !important;
}

.btn-group.open .dropdown-toggle.btn-success {
    background: #1A974C !important;
}

.btn-group.open .btn-warning {
    background: #FFC23F !important;
}

.btn-group.open .dropdown-toggle.btn-warning {
    background: #BF922F !important;
}

.btn-group.open .btn-danger {
    background: #E45F56 !important;
}

.btn-group.open .dropdown-toggle.btn-danger {
    background: #BF4D46 !important;
}

.btn-group.open .btn-inverse {
    background: #34495E !important;
}

.btn-group.open .dropdown-toggle.btn-inverse {
    background: #2C3E50 !important;
}

.btn-group.open .btn-pink {
    background: #D6487E !important;
}

.btn-group.open .dropdown-toggle.btn-pink {
    background: #b73766 !important;
}

.btn-group.open .btn-purple {
    background: #7461aa !important;
}

.btn-group.open .dropdown-toggle.btn-purple {
    background: #513D8B !important;
}

.btn-group.open .btn-yellow {
    background: #F7EA73 !important;
}

.btn-group.open .dropdown-toggle.btn-yellow {
    background: #E5DC6D !important;
}

.btn-group.open .btn-grey {
    background: #95A5A6 !important;
}

.btn-group.open .dropdown-toggle.btn-grey {
    background: #7F8C8D !important;
}

.btn-group.open .btn-light {
    background: #ECF0F1 !important;
}

.btn-group.open .dropdown-toggle.btn-light {
    background: #BDC3C7 !important;
}

.btn-toolbar {
    margin: 30px 0 0;
}

.btn-toolbar .btn {
    font-size: 14px;
}

.btn-toolbar .btn-xs {
    font-size: 11px;
}

.btn-toolbar .btn-sm {
    font-size: 12px;
}

.btn-toolbar .btn-lg {
    font-size: 16px;
}

.btn-toolbar .btn-xl {
    font-size: 18px;
}

.btn-toolbar .btn-group-vertical .btn {
    margin: 0;
}

@media (max-width: 767px) {
    .btn-xl {
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .btn-toolbar .btn {
        margin-bottom: 10px;
    }
}

@media (max-width: 550px) {
    .btn-xs,
    .btn-sm,
    .btn-lg,
    .btn-xl {
        font-size: 14px !important;
    }
}

/*
  TYPOGRAPHY
*/
a {
    color: #158f76;
}

a:hover,
a:focus {
    color: #0e6351;
    outline: none;
    text-decoration: none;
}

a:active {
    color: #0b4c3f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    line-height: 1.2;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 30px 0 0;
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.2;
}

h1 .btn,
h2 .btn,
h3 .btn,
h4 .btn,
h5 .btn,
h6 .btn {
    font-size: 100%;
}

h1 {
    font-size: 54px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 34px;
    }
}

h2 {
    font-size: 36px;
}

@media (max-width: 767px) {
    h2 {
        font-size: 28px;
    }
}

h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    h3 {
        font-size: 16px;
    }
}

h4 {
    font-size: 18px;
    line-height: 1.4;
    text-transform: uppercase;
}

h5,
h6 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;
}

h6 {
    font-size: 13px;
}

p {
    margin: 20px 0 0;
    font-size: 15px;
    line-height: 1.7;
}

p a {
    word-wrap: break-word;
}

@media (max-width: 767px) {
    p {
        margin-top: 10px;
        font-size: 14px;
    }
}

ul,
ol {
    margin-left: 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

ul li,
ol li {
    margin: 5px 0;
    font-size: 15px;
    line-height: 1.6;
}

ul li ul,
ol li ul,
ul li ol,
ol li ol {
    margin-left: 35px;
}

.fa-ul {
    margin: 20px 0 0 25px !important;
}

.fa-ul li {
    margin: 8px 0;
}

.fa-ul li .fa {
    top: 4px;
    font-size: 18px;
    color: #777;
}

strong {
    font-weight: 800;
}

pre {
    margin: 30px 0 0;
    padding: 10px 10px 0;
    word-break: break-word;
    font-size: 12px;
    background: #f3f3f3;
    border: 1px solid #e6e6e6;
    text-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #e6e6e6;
    -webkit-box-shadow: 0 1px 0 #e6e6e6;
    -o-box-shadow: 0 1px 0 #e6e6e6;
    box-shadow: 0 1px 0 #e6e6e6;
}

code {
    padding: 3px 5px;
    border: 1px solid #E45F56;
}

blockquote {
    font-style: normal;
    font-size: 15px;
    line-height: 1.7;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
    opacity: 0.5;
    content: open-quote;
}

blockquote.large.center {
    margin: 0;
    padding: 0 20px;
    text-align: center;
    border: none;
    font-size: 25px;
    font-style: italic;
}

blockquote.large.center small {
    margin: 10px 0 0;
    font-size: 15px;
    font-style: normal;
    opacity: 0.75;
}

blockquote.large.center:before {
    margin: 0;
    position: relative;
    font-size: 25px;
    line-height: 1;
}

dl {
    margin: 20px 0 -20px;
}

dl dt {
    margin-bottom: 10px;
}

dl dd {
    margin-bottom: 20px;
}

dl dt,
dl dd {
    font-size: 15px;
    line-height: 1.4;
}

dl:after {
    content: "";
    display: table;
    clear: both;
}

.purple {
    color: #7461aa !important;
}

hr {
    margin: 60px 0;
    clear: both;
    border-top-color: #d9d9d9;
}

img {
    width: 100%;
    height: auto;
}

/*
  DROPDOWN MENUS
*/
ul.dropdown-menu {
    border: none;
    background: #34495E;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

ul.dropdown-menu li {
    font-size: 13px;
}

ul.dropdown-menu li a {
    color: #fff;
    background: #34495E;
}

ul.dropdown-menu li:hover a {
    background: #fff;
    color: #34495E;
}

ul.dropdown-menu li.divider {
    border: none;
    background: #000;
}

ul.dropdown-menu li.nav-header {
    color: #ccc;
    text-shadow: none;
}

ul.dropdown-menu:before,
ul.dropdown-menu:after {
    border-bottom-color: #fff;
}

/*
  ICONS
*/
/*
  NAVBAR
*/
.navbar {
    padding: 30px 0;
    border: none;
    transition: padding 0.3s ease;
}

.navbar .navbar-brand {
    padding: 6px 0;
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.navbar .navbar-brand .logo {
    margin: 0 5px 0 0;
    display: inline-block;
    height: 35px;
    width: 35px;
    vertical-align: middle;
    background: url(../img/sample/favicon/logo.png);
    background-size: 35px 35px;
}

.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
    color: #66c9ce;

}

.navbar .navbar-toggle {
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-color: #333;
    color: #fff;
}

.navbar .navbar-toggle .fa {
    margin-right: 5px;
}

.navbar .navbar-toggle:hover {
    text-decoration: none;
    background: #1bbc9b;
}

.navbar .navbar-nav {
    float: right;
}

.navbar .navbar-nav li {
    margin: 0;
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.navbar .navbar-nav li a {
    color: #fff;
}

.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:focus {
    color: #fbc502;
}

.navbar .navbar-nav li .dropdown-menu {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.navbar .navbar-nav li .dropdown-menu li a {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #333;
    background: #fff;
}

.navbar .navbar-nav li .dropdown-menu li a:hover {
    background: #158f76;
    color: #fff;
}

.navbar .navbar-nav li .dropdown-menu li.divider {
    margin: 10px 0;
    border: none;
    background: #d0d0d0;
}

.navbar .navbar-nav li .dropdown-menu li.nav-header {
    padding: 3px 20px;
    font-size: 12px;
    text-transform: uppercase;
    color: #888;
    text-shadow: none;
}

.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:hover,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:active {
    background: none;
    color: #069ddf;
}

.navbar .btn-toolbar {
    margin: 8px 0 0;
}

.navbar .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.navbar-inverse .navbar-nav .open > a,
.navbar-inverse .navbar-nav .open > a:hover,
.navbar-inverse .navbar-nav .open > a:focus {
    background: none;
    color: #1bbc9b;
}

.navbar.scroll {
    padding: 0;
}

@media (max-width: 991px) {
    .navbar .navbar-brand {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar .navbar-nav li a {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 767px) {
    .navbar {
        padding: 0;
    }

    .navbar .btn-toolbar.pull-right {
        float: none !important;
    }

    .navbar .btn-toolbar.pull-right .btn {
        margin-left: 0;
        margin-bottom: 20px;
        display: block;
    }

    .navbar .navbar-collapse {
        clear: both;
        max-height: 1000000000em;
    }

    .navbar .navbar-nav {
        float: none;
    }

    .navbar .navbar-nav li a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar .navbar-nav li .dropdown-menu li.nav-header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar .navbar-nav .open .dropdown-menu {
        position: relative;
        float: none !important;
        background: none;
    }

    .navbar .navbar-nav .open .dropdown-menu li a {
        background: none;
        color: #fff;
    }
}

/*
  BOOTSTRAP CSS ELEMENTS & COMPONENTS
*/
[class^="col-md-"],
[class*="col-md-"] {
    position: relative;
}

[class^="col-md-"]:after,
[class*="col-md-"]:after {
    content: "";
    display: table;
    clear: both;
}

.page-header {
    margin: 0;
    padding: 0 0 30px;
    border-bottom-width: 0;
}

.page-header img {
    margin: 0 0 20px;
    width: 100%;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.page-header h1 {
    margin: 0;
}

.page-header h1 em {
    color: #7461aa;
    font-style: normal;
}

.page-header .lead {
    margin: 10px 0 0;
    font-weight: 400;
    color: #9a9a9a;
}

.breadcrumb {
    margin: 20px 0 0;
}

.breadcrumb li {
    font-size: 13px;
    font-weight: 500;
}

.popover {
    font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background: #34495E;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.popover .popover-title {
    color: #fff;
    background: #2C3E50;
    border: none;
}

.popover .popover-content {
    font-size: 12px;
}

.popover .popover-content p,
.popover .popover-content ul li,
.popover .popover-content ol li {
    color: #fff;
    font-size: 12px;
}

.popover.top .arrow,
.popover.top .arrow:after {
    border-top-color: #34495E;
}

.popover.right .arrow,
.popover.right .arrow:after {
    border-right-color: #34495E;
}

.popover.bottom .arrow,
.popover.bottom .arrow:after {
    border-bottom-color: #2C3E50;
}

.popover.left .arrow,
.popover.left .arrow:after {
    border-left-color: #34495E;
}

ul.popover-examples {
    margin: 30px 0 0;
}

ul.popover-examples li {
    margin: 0 20px 5px 0;
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
}

.tooltip {
    font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.tooltip-inner {
    max-width: 200px;
    padding: 4px 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #34495E;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #34495E;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #34495E;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #34495E;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #34495E;
}

.typeahead.dropdown-menu li {
    font-size: 14px;
}

.alert {
    margin: 30px 0 0;
    background: #fdfbef;
    border-color: #faebcc;
}

.alert-error {
    background: #faf2f2;
    border-color: #ebccd1;
}

.alert-success {
    background: #f0f8ed;
    border-color: #d6e9c6;
}

.alert-info {
    background: #f2fbff;
    border-color: #bce8f1;
}

.panel {
    margin: 30px 0 0;
}

.panel-group .panel {
    margin-bottom: 5px;
}

.panel-group .panel .panel-heading {
    font-size: 15px;
    background: #f3f3f3;
}

.panel-group .panel .panel-heading:hover {
    background: #158f76;
}

.panel-group .panel .panel-heading:hover a {
    text-decoration: none;
    color: #fff;
}

.panel-group .panel .panel-body {
    font-size: 15px;
    line-height: 1.6;
}

.list-group {
    margin: 30px 0 0;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #1bbc9b;
    border-color: #158f76;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading,
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #fff;
}

.pager {
    margin: 30px 0 0;
    clear: both;
}

.pager li {
    padding: 0 30px 0 0;
    width: 50%;
    display: block;
    float: left;
    vertical-align: top;
    text-align: left;
}

.pager li a {
    padding: 0;
    display: inline-block;
    background: none;
    border: none;
}

.pager li a:hover {
    background: none;
}

.pager li small {
    margin: 0 0 10px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    color: #787878;
}

.pager li h3 {
    margin: 0 0 10px;
}

.pager li p {
    margin: 0;
    font-size: 13px;
    color: #787878;
}

.pager li .fa {
    margin: 0 5px 0 0;
}

.pager li.next {
    padding: 0 0 0 30px;
    text-align: right;
}

.pager li.next small .fa {
    margin: 0 0 0 5px;
}

.pagination {
    margin: 30px 0 0;
}

.pagination li {
    font-size: 14px;
}

.pagination li span,
.pagination li a {
    padding: 9px 12px;
    line-height: 1.2;
}

.pagination li a {
    color: #158f76;
}

.pagination li a:hover,
.pagination li a:focus {
    background: rgba(21, 143, 118, 0.2);
    color: #158f76;
}

.pagination li.disabled span,
.pagination li.disabled a {
    color: #888;
    background: #d0d0d0;
}

.pagination li.active a,
.pagination li.active span,
.pagination li.active a:hover,
.pagination li.active span:hover,
.pagination li.active a:focus,
.pagination li.active span:focus {
    background: #1bbc9b;
    border-color: #1bbc9b;
}

.well {
    margin: 30px 0 0;
    background: #f3f3f3;
    border: 1px solid #e6e6e6;
    text-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #e6e6e6;
    -webkit-box-shadow: 0 1px 0 #e6e6e6;
    -o-box-shadow: 0 1px 0 #e6e6e6;
    box-shadow: 0 1px 0 #e6e6e6;
}

.well p:first-child {
    margin-top: 0;
}

.well:after {
    content: "";
    display: table;
    clear: both;
}

.media-list {
    margin: 30px 0 0;
}

.media-list li {
    margin: 30px 0 0;
}

.media-list li a .media-object {
    position: relative;
    top: 5px;
    height: 64px;
    width: 64px;
}

.media-list li a.pull-left {
    margin: 0 15px 0 0;
}

.media-list li .media-body p {
    margin: 5px 0 0;
    font-size: 14px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: none;
    border-color: none;
}

.nav-tabs,
.nav-pills {
    margin: 30px 0 0;
}

.nav-tabs li,
.nav-pills li {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}

.nav-tabs {
    border-bottom-width: 2px;
    border-bottom-color: rgba(21, 143, 118, 0.2);
}

.nav-tabs li {
    margin-bottom: -2px;
}

.nav-tabs li a {
    padding-left: 25px;
    padding-right: 25px;
    border-width: 0;
    color: #158f76;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active:hover > a,
.nav-tabs > li.active:focus > a,
.nav-tabs > li.active:active > a,
.nav-tabs > li:hover > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active:hover > a:hover,
.nav-tabs > li.active:focus > a:hover,
.nav-tabs > li.active:active > a:hover,
.nav-tabs > li:hover > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active:hover > a:focus,
.nav-tabs > li.active:focus > a:focus,
.nav-tabs > li.active:active > a:focus,
.nav-tabs > li:hover > a:focus,
.nav-tabs > li.active > a:active,
.nav-tabs > li.active:hover > a:active,
.nav-tabs > li.active:focus > a:active,
.nav-tabs > li.active:active > a:active,
.nav-tabs > li:hover > a:active {
    background: none;
    border-width: 0;
    border-bottom: 2px solid #158f76;
}

.nav-tabs > li.dropdown.active > a,
.nav-tabs > li.dropdown.active:hover > a,
.nav-tabs > li.dropdown.active:focus > a,
.nav-tabs > li.dropdown.active:active > a,
.nav-tabs > li:hover > a,
.nav-tabs > li.dropdown.active > a:hover,
.nav-tabs > li.dropdown.active:hover > a:hover,
.nav-tabs > li.dropdown.active:focus > a:hover,
.nav-tabs > li.dropdown.active:active > a:hover,
.nav-tabs > li:hover > a:hover,
.nav-tabs > li.dropdown.active > a:focus,
.nav-tabs > li.dropdown.active:hover > a:focus,
.nav-tabs > li.dropdown.active:focus > a:focus,
.nav-tabs > li.dropdown.active:active > a:focus,
.nav-tabs > li:hover > a:focus,
.nav-tabs > li.dropdown.active > a:active,
.nav-tabs > li.dropdown.active:hover > a:active,
.nav-tabs > li.dropdown.active:focus > a:active,
.nav-tabs > li.dropdown.active:active > a:active,
.nav-tabs > li:hover > a:active {
    background: none;
}

.nav-tabs .dropdown-menu {
    margin-top: -2px;
}

.nav-tabs-center,
.nav-tabs-centre {
    text-align: center;
}

.nav-tabs-center li,
.nav-tabs-centre li {
    display: inline-block;
    float: none;
}

.nav-pills li {
    display: inline-block;
    float: none;
}

.nav-pills li a {
    border: 1px solid rgba(51, 51, 51, 0.35);
    color: rgba(51, 51, 51, 0.75);
}

.nav-pills li.active a,
.nav-pills li.active:hover a,
.nav-pills li.active a:hover,
.nav-pills li.active:hover a:hover,
.nav-pills li.active a:focus,
.nav-pills li.active:hover a:focus,
.nav-pills li.active a:active,
.nav-pills li.active:hover a:active {
    background: #1bbc9b;
}

.nav-pills.nav-stacked li {
    display: block;
}

.nav-pills.nav-stacked li [class^="fa-"],
.nav-pills.nav-stacked li [class*=" fa-"],
.nav-pills.nav-stacked li [class^="icon-"],
.nav-pills.nav-stacked li [class*=" icon-"] {
    color: #333;
}

.nav-pills.nav-stacked li.active [class^="fa-"],
.nav-pills.nav-stacked li.active [class*=" fa-"],
.nav-pills.nav-stacked li.active [class^="icon-"],
.nav-pills.nav-stacked li.active [class*=" icon-"] {
    color: #fff;
}

.alert {
    font-size: 14px;
}

.alert .close {
    font-size: 18px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.modal .modal-header {
    padding: 15px 20px;
}

.modal .close {
    font-size: 25px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.modal .modal-content {
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25) !important;
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25) !important;
}

.table tr th {
    font-size: 15px;
}

.table tr td {
    font-size: 14px;
}

.table tr:hover td,
.table tr:nth-child(odd):hover td {
    background: #e8edf2;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background: #f5f5f5;
}

.table-alternative {
    border-collapse: separate;
}

.table-alternative thead tr th {
    background: #f0f0f0;
    border-top: 2px solid #e6e6e6 !important;
    border-bottom: 2px solid #e6e6e6;
}

.table-alternative thead tr th:first-child {
    border-left: 2px solid #e6e6e6;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    -o-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}

.table-alternative thead tr th:last-child {
    border-right: 2px solid #e6e6e6;
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    -o-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}

.table-alternative tbody tr td {
    border-top: none;
    border-bottom: 2px solid #e6e6e6;
}

.table-alternative tbody tr td:first-child {
    border-left: 2px solid #e6e6e6;
}

.table-alternative tbody tr td:last-child {
    border-right: 2px solid #e6e6e6;
}

.table-alternative tbody tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    -o-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}

.table-alternative tbody tr:last-child td:last-child {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    -o-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}

.tabbable {
    margin: 30px 0 0;
}

.tabbable .nav-tabs {
    margin: 0 0 -1px;
}

.tabbable .nav-tabs li.open ul.dropdown-menu li.active a,
.tabbable .nav-tabs li.open ul.dropdown-menu li:hover a {
    color: #fff;
    background: #158f76;
}

.tabbable .tab-content {
    padding: 15px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.tabbable .tab-content p:last-child {
    margin: 0;
}

.label,
.badge {
    font-weight: normal;
}

.label-medium {
    padding: 2px 6px 3px;
    font-size: 11px;
}

.label-large {
    padding: 3px 8px 4px;
    font-size: 14px;
}

/*
  FORM INPUTS & ELEMENTS
*/
form {
    margin: 20px 0 0;
}

.form-group .row {
    margin-bottom: 0;
}

.form-group .row [class^="col-md-"] .help-inline,
.form-group .row [class*=" col-md-"] .help-inline {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .form-group [class^="col-md-"],
    .form-group [class*="col-md-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.has-error .help-inline {
    color: #b94a48;
}

.has-success .help-inline {
    color: #468847;
}

.has-warning .help-inline {
    color: #c09853;
}

.control-label {
    padding-top: 6px;
}

.form-control {
    font-size: 15px;
}

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: #1bbc9b;
}

label,
input,
button,
select,
textarea {
    line-height: 22px;
}

label {
    line-height: 24px;
}

.input-prepend .add-on,
.input-append .add-on {
    margin-right: 0;
    height: 24px;
    min-width: 20px;
    position: relative;
    line-height: 24px;
    border: 2px solid #dce4ec;
    background: #dce4ec;
    z-index: 2;
}

.input-prepend input[type="text"],
.input-append input[type="text"] {
    position: relative;
    z-index: 1;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.input-prepend .btn,
.input-append .btn {
    padding: 7px 15px;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.input-prepend .icon-append,
.input-append .icon-append {
    position: relative;
    z-index: 2;
}

.input-prepend .add-on {
    margin-right: -2px;
}

.input-prepend input[type="text"] {
    border-left: none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.input-prepend .btn {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.input-append .add-on {
    margin-left: -3px;
    z-index: 2;
}

.tt-dropdown-menu {
    padding: 5px 0;
    min-width: 200px;
    background: #34495e !important;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.tt-dropdown-menu .tt-suggestion {
    padding: 5px 20px;
}

.tt-dropdown-menu .tt-suggestion p {
    margin: 0;
    font-size: 13px;
    color: #fff;
}

.tt-dropdown-menu .tt-suggestion:hover {
    background: #158f76;
}

.tt-dropdown-menu .tt-suggestion:hover p {
    color: #fff;
}

.tt-hint {
    top: -2px !important;
    left: -1px !important;
}

.twitter-typeahead {
    width: 100%;
}

input.search-query + .icon-append,
input.typeahead + .icon-append {
    z-index: 2;
    right: 25px;
    top: 3px;
    position: relative;
    font-size: 15px;
    color: #bbb;
}

input.search-query + .icon-append {
    right: 28px;
    top: 2px;
}

label {
    cursor: pointer;
}

label.checkbox,
label.radio {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 25px !important;
    position: relative;
    line-height: 19px;
    font-weight: normal;
}

label.checkbox input[type="checkbox"],
label.radio input[type="checkbox"],
label.checkbox input[type="radio"],
label.radio input[type="radio"] {
    display: none;
}

label.checkbox span,
label.radio span {
    position: absolute;
    top: -1px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/checkbox-2x.png) -90px 0 no-repeat;
    background-size: 110px 110px;
}

label.checkbox input[type="radio"]:checked + span,
label.radio input[type="radio"]:checked + span,
label.checkbox input[type="checkbox"]:checked + span,
label.radio input[type="checkbox"]:checked + span {
    background-position: -60px -30px;
}

label.checkbox input[type="radio"]:disabled + span,
label.radio input[type="radio"]:disabled + span,
label.checkbox input[type="checkbox"]:disabled + span,
label.radio input[type="checkbox"]:disabled + span {
    background-position: -30px -60px;
    cursor: not-allowed;
}

label.checkbox input[type="radio"]:disabled:checked + span,
label.radio input[type="radio"]:disabled:checked + span,
label.checkbox input[type="checkbox"]:disabled:checked + span,
label.radio input[type="checkbox"]:disabled:checked + span {
    background-position: 0 -90px;
    cursor: not-allowed;
}

label.radio span {
    background-image: url(../img/radio-2x.png);
}

label.checkbox:hover,
label.radio:hover {
    color: #999;
}

label.checkbox.disabled,
label.radio.disabled {
    color: #999;
    cursor: not-allowed;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-inline label.radio,
.form-inline label.checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

label.radio.inline,
label.checkbox.inline {
    margin-right: 10px;
    padding-top: 0;
}

.checkbox .icon,
.radio .icon {
    top: 0;
}

.checkbox .icon,
.checkbox .icon-to-fade {
    top: 0;
    background-image: url(../img/checkbox.png);
}

.radio .icon,
.radio .icon-to-fade {
    top: 0;
    background-image: url(../img/radio.png);
}

.help-block,
.help-inline {
    font-size: 13px;
    color: #333;
}

.help-inline {
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.help-block {
    padding: 5px 0;
}

.form-inline label,
.form-inline input,
.form-inline .btn {
    margin-right: 5px;
}

.separator {
    margin: 5px 0 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
    text-align: center;
}

.separator .line {
    margin: 0 10px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -1px;
    height: 1px;
    width: 50px;
    border-top: 1px solid #d0d0d0;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.toggle {
    background: #34495E;
}

.toggle [class^="icon-"],
.toggle [class*=" icon-"] {
    color: #fff;
}

.toggle label.toggle-radio {
    line-height: 21px;
    color: #fff;
    background-image: url(../img/icon-on.png);
}

.toggle.toggle-off {
    background: #cbd2d8;
}

.toggle.toggle-off label.toggle-radio,
.toggle.toggle-off [class^="icon-"],
.toggle.toggle-off [class*=" icon-"] {
    color: #777;
}

.toggle.toggle-off label.toggle-radio {
    background-image: url(../img/toggle/icon-off.png);
}

.toggle.toggle-icon .toggle-radio {
    background-image: url(../img/block-on.png);
}

.toggle.toggle-icon.toggle-off .toggle-radio {
    background-image: url(../img/toggle/block-off.png);
}

.form-actions {
    margin: 0 0 15px;
}

.form-actions-no-bg {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    border: none;
}

.ui-slider {
    margin: 30px 0 0;
    height: 20px;
    border: none;
    background: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ui-slider .ui-slider-handle {
    height: 26px;
    top: -3px;
    background: #e6e6e6;
    cursor: pointer;
}

.ui-slider .ui-slider-range {
    background: #158f76;
}

.progress {
    margin: 30px 0 0;
}

/*
  CUSTOM CSS ELEMENTS & COMPONENTS
*/
.module-title {
    margin-top: 0;
}

h2.module-title {
    font-size: 34px;
}

@media (max-width: 767px) {
    h2.module-title {
        font-size: 24px;
    }
}

.module-subtitle {
    margin-top: 10px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .module-subtitle {
        font-size: 16px;
        line-height: 1.4;
    }
}

.wrapper {
    padding: 150px 0;
    position: relative;
}

@media (max-width: 767px) {
    .wrapper .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (max-width: 550px) {
    .wrapper .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.wrapper-light,
.wrapper-grey {
    background: #dae5e8;
}

.wrapper-light a:not(.btn),
.wrapper-grey a:not(.btn) {
    color: #0e6351;
}

.wrapper-light a:not(.btn):hover,
.wrapper-grey a:not(.btn):hover {
    color: #1cbb9b;
}

.wrapper-grey {
    background: #e3e7ea;
}

.wrapper-content {
    padding: 110px 0 75px;
}

.wrapper-hero {
<<<<<<< HEAD
    padding: 0;
    /* height: 100%;*/
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #000;
    background-image: url(../img/sample/final-pic-for-web.png);
    background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.35)), url(../img/sample/final-pic-for-web.png
    );
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
=======
  padding: 0;
 /* height: 100%;*/
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #000;
  background-image: url(../img/sample/final-pic-for-web.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.35)), url(../img/sample/final-pic-for-web.jpg
  );
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
>>>>>>> 372bbe316aba4dcf6726c121cd8907c035b93cde
}

.wrapper-hero h1 {
    margin-top: 0;
    font-size: 38px;
    display: inline-block;
    color: #fff;
}

.wrapper-hero .module-subtitle {
    font-size: 22px;
}

.wrapper-hero .centralise {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.wrapper-hero .centralise .btn-toolbar {
    margin-top: 40px;
}

.wrapper-hero .centralise .btn-toolbar .btn {
    margin-left: 10px;
    margin-right: 10px;
    float: none;
}

@media (max-width: 767px) {
    .wrapper-hero {
        padding: 80px 0;
        height: 100vh;
        background-attachment: inherit;
    }

    .wrapper-hero .centralise {
        margin-top: 0 !important;
    }

    .wrapper-hero h1 {
        margin-top: 0;
        font-size: 28px;
    }

    .wrapper-hero .module-subtitle {
        font-size: 18px;
        line-height: 1.4;
    }

    .wrapper-hero .centralise .btn-toolbar {
        margin-top: 20px;
    }

    .wrapper-hero .centralise .btn-toolbar .btn {
        margin-left: 0;
        margin-right: 0;
    }

    .wrapper {
        padding: 50px 0;
    }
}

.offset-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 50%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.offset-bg.right {
    left: auto;
    right: 0;
}

@media (max-width: 979px) {
    .offset-bg {
        display: none;
    }
}

.offset-bg.desk {
    background-image: url(../img/sample/desk.jpg);
}

.offset-bg.coffee {
    background-image: url(../img/sample/coffee-mag.jpg);
}

.offset-bg.office {
    background-image: url(../img/sample/office.jpg);
}

/*
  MAP WRAPPER
*/
.wrapper-map {
    padding-top: 0;
    padding-bottom: 0;
}

.feature {
    margin-top: 30px;
}

.feature img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.icon-small {
    width: 80px !important;
    height: auto;
}

.sub-feature-text {
    margin: 30px -20px 0;
}

.sub-feature-text li {
    margin: 0 -1px;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    list-style-type: none;
}

.sub-feature-image {
    margin-top: 30px;
}

@media (max-width: 979px) {
    .sub-feature-image {
        margin: 60px auto 30px;
        display: block;
        width: 75%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .sub-feature-text {
        margin-left: 0;
        margin-right: 0;
    }

    .sub-feature-text li {
        margin-top: 30px;
        margin-left: 0;
        margin-right: 0;
        display: block;
        width: 100%;
        text-align: center;
    }
}

.feature-center {
    /* A block of content with a centered title, image in the center and text either side */
}

.feature-center [class^="col-md-"],
.feature-center [class*=" col-md-"] {
    margin-top: 50px;
}

.feature-center h3 {
    margin-top: 100px;
}

.feature-center .feature-image {
    margin: 0 auto;
    display: block;
    width: 70%;
    height: auto;
    text-align: center;
}

@media (max-width: 767px) {
    .feature-center [class^="col-md-"],
    .feature-center [class*=" col-md-"] {
        margin-top: 0;
    }

    .feature-center h3 {
        margin-top: 30px;
    }
}

.list-icons {
    margin: 20px 0 0;
}

.list-icons li {
    margin: 80px 0 0;
    padding: 0 0 0 120px;
    position: relative;
    list-style-type: none;
}

.list-icons li h3 {
    margin-top: 0;
}

.list-icons li img {
    position: absolute;
    top: 6px;
    left: 0;
    width: 80px;
}

.list-icons li .icon.light {
    opacity: 0.35;
}

@media (max-width: 767px) {
    .list-icons li {
        margin-top: 60px;
        padding-left: 80px;
    }

    .list-icons li h3 {
        font-size: 16px;
    }

    .list-icons li img {
        width: 60px;
    }
}

.list-icons-vertical {
    margin: 20px -30px 0;
}

.list-icons-vertical li {
    margin: 30px -2px 0;
    padding: 0 30px;
    display: inline-block;
    vertical-align: top;
    width: 33.3333333%;
}

.list-icons-vertical li img {
    position: relative;
    top: auto;
    left: auto;
}

.list-icons-vertical li h2,
.list-icons-vertical li h3,
.list-icons-vertical li h4,
.list-icons-vertical li p {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .list-icons-vertical {
        margin-left: 0;
        margin-right: 0;
    }

    .list-icons-vertical li {
        margin-left: 0;
        margin-right: 0;
        display: block;
        width: 100%;
        text-align: center;
    }
}

.list-circle-icons li {
    margin: 0 5px 10px;
    padding: 10px;
    height: 90px;
    width: 90px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 42px;
    background: #1bbc9b;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
}

.list-circle-icons li [class^="fa-"],
.list-circle-icons li [class*=" fa-"] {
    font-size: 45px;
    line-height: 1.6;
    color: #fff;
}

.list-circle-icons li .fa-heart,
.list-circle-icons li .fa-desktop {
    line-height: 1.7;
}

.list-circle-icons-small li {
    height: 45px;
    width: 45px;
    line-height: 24px;
}

.list-circle-icons-small li [class^="fa-"],
.list-circle-icons-small li [class*=" fa-"] {
    font-size: 24px;
    vertical-align: top;
    line-height: 1.2;
}

/*
  PRICING TABLES
*/
.wrapper-pricing {
    text-align: center;
}

.price-table {
    margin: 30px 0 0;
    position: relative;
}

.price-table .price-column {
    margin: 0 -1px;
    padding: 15px 30px 30px;
    display: block;
    float: left;
    position: relative;
    vertical-align: middle;
    background: #fff;
    border: 5px solid #dae5e8;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.price-table .price-column .heading {
    text-align: center;
}

.price-table .price-column .heading .label-popular {
    padding: 0 5px;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    background: #3a87ad;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.price-table .price-column .heading p {
    margin: 0 0 5px;
    color: #333;
}

.price-table .price-column .heading p .price {
    font-size: 35px;
}

.price-table .price-column .heading p .sign {
    position: relative;
    top: -15px;
    font-size: 13px;
}

.price-table .price-column .heading p small {
    font-size: 13px;
}

.price-table .price-column .heading h3 {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #e0e0e0;
}

.price-table .price-column ul {
    margin: 0;
    text-align: center;
}

.price-table .price-column ul li {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    list-style-type: none;
    color: #48576B;
}

.price-table .price-column ul li s {
    color: #aaa;
}

.price-table .price-column ul li span {
    padding: 1px 5px;
    background: rgba(193, 221, 193, 0.5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.price-table .popular {
    margin: -30px -3px 0;
    padding-top: 45px;
    padding-bottom: 60px;
    z-index: 10;
}

.prices-2 .price-column {
    width: 50%;
}

.prices-3 .price-column {
    width: 33.2%;
}

.prices-4 .price-column,
.prices-5 .price-column {
    width: 25%;
}

.prices-4 .price-column .heading .label-popular,
.prices-5 .price-column .heading .label-popular {
    margin-bottom: 5px;
}

.prices-4 .price-column .heading p .price,
.prices-5 .price-column .heading p .price {
    font-size: 25px;
}

.prices-4 .price-column .heading p .sign,
.prices-5 .price-column .heading p .sign {
    top: -10px;
}

.prices-5 .price-column {
    width: 20%;
}

.prices-5 .price-column .heading h3 {
    font-size: 22px;
}

.prices-5 .price-column .heading .label-popular {
    margin-bottom: 10px;
}

.prices-5 .price-column .heading p .price {
    font-size: 15px;
}

.prices-5 .price-column .heading p .sign {
    top: -5px;
    font-size: 13px;
}

@media (max-width: 991px) {
    .popular {
        margin-top: 60px;
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .prices-2 .price-column,
    .prices-3 .price-column,
    .prices-4 .price-column,
    .prices-5 .price-column {
        margin-top: 30px;
        width: 100%;
    }

    .price-column .sign {
        top: auto !important;
    }
}

/*
  TESTIMONIALS
*/
.wrapper-testimonials {
    padding-bottom: 170px;
}

.wrapper-testimonials blockquote {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    font-style: italic;
    border-left: none;
}

.wrapper-testimonials .carousel .carousel-indicators {
    bottom: -40px;
}

.wrapper-testimonials .carousel .carousel-indicators li {
    border-color: #bababa;
}

.wrapper-testimonials .carousel .carousel-indicators li:hover {
    background-color: #1ed2ad;
}

.wrapper-testimonials .carousel .carousel-indicators .active {
    background-color: #1bbc9b;
}

.wrapper-testimonials .carousel img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 40px;
}

@media (max-width: 767px) {
    .wrapper-testimonials {
        padding-bottom: 90px;
    }

    .wrapper-testimonials blockquote {
        font-size: 16px;
    }
}

/*
  SIGNUP TEXT
*/
.wrapper-signup .module-subtitle {
    margin-top: 20px;
}

.wrapper-signup .btn-toolbar .btn {
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .wrapper-signup .btn-toolbar .btn {
        margin-left: 0;
        margin-right: 0;
    }
}

/*
  CLIENTS
*/
.wrapper-clients {
    text-align: center;
    background: #34495E;
    color: #fff;
}

.wrapper-clients .module-title {
    color: #fff;
}

.wrapper-clients .list-inline {
    margin-top: 50px;
    margin-left: 0;
}

.wrapper-clients .list-inline li {
    margin: 20px;
    display: inline-block;
    vertical-align: middle;
}

.wrapper-clients .list-inline li img {
    width: auto;
    height: 30px;
    opacity: 0.75;
}

.wrapper-clients .list-inline li:hover img {
    opacity: 0.5;
}

/*
  SIDEBAR
*/
.sidebar .module {
    margin: 60px 0 0;
}

.sidebar .module .module-title {
    margin: 0;
}

.sidebar .module:first-child {
    margin-top: 30px;
}

.sidebar .list-unstyled li {
    margin: 20px 0 0;
}

.sidebar .list-unstyled li a span {
    color: #898989;
    font-size: 13px;
}

/*
  PORTFOLIO
*/
.wrapper-portfolio {
    text-align: center;
    background: #fff;
}

.wrapper-portfolio .container {
    padding-left: 0;
    padding-right: 0;
}

.wrapper-portfolio h1 {
    font-size: 48px;
}

.portfolio-items {
    margin: 0 -10px;
    text-align: center;
}

.portfolio-items .portfolio-item {
    margin: 30px 10px 0;
    width: 370px;
    display: inlie-block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.portfolio-items .portfolio-item .portfolio-thumb {
    width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
}

.portfolio-items .portfolio-item .portfolio-thumb .portfolio-tag {
    padding: 2px 5px;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 2;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background: #7461aa;
    color: #fff;
}

.portfolio-items .portfolio-item .portfolio-thumb img {
    position: relative;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.portfolio-items .portfolio-item .portfolio-thumb img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

.portfolio-items .portfolio-item .portfolio-body {
    padding: 10px;
    z-index: 2;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.portfolio-items .portfolio-item .portfolio-body h3 {
    margin: 0 0 2px;
}

.portfolio-items .portfolio-item .portfolio-body h3 a {
    color: #333;
}

.portfolio-items .portfolio-item .portfolio-body h3 a:hover,
.portfolio-items .portfolio-item .portfolio-body h3 a:focus,
.portfolio-items .portfolio-item .portfolio-body h3 a:active {
    color: #158f76;
}

.portfolio-items .portfolio-item .portfolio-body p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: rgba(51, 51, 51, 0.75);
}

@media (max-width: 767px) {
    .portfolio-items .portfolio-item {
        margin-left: 0;
        margin-right: 0;
    }

    .portfolio-items .portfolio-item .portfolio-thumb {
        width: 100%;
        height: auto;
        text-align: center;
    }
}

.wrapper-portfolio-item .portfolio-item-detail {
    margin: 30px 0 0;
}

.wrapper-portfolio-item .portfolio-item-detail img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.wrapper-portfolio-item .portfolio-icons .fa {
    margin: 0 10px 0 0;
    font-size: 32px;
    color: #999;
}

@media (max-width: 991px) {
    .portfolio-icons {
        margin-top: 30px;
    }
}

.slideshow-controls #next,
.slideshow-controls #prev {
    padding: 30px;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 101;
}

.slideshow-controls #next [class^="fa-"],
.slideshow-controls #prev [class^="fa-"],
.slideshow-controls #next [class*=" fa-"],
.slideshow-controls #prev [class*=" fa-"] {
    font-size: 32px;
    color: #999;
}

.slideshow-controls #next {
    left: auto;
    right: 0;
}

.slideshow-controls #next:hover,
.slideshow-controls #prev:hover {
    cursor: pointer;
    background: rgba(227, 227, 227, 0.5);
}

/*
  ISOTOPE FILTERING 
*/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.isotope {
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -ms-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/* disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/*
  CONTACT
*/
.google-map {
    margin: 20px 0 0;
    padding: 0 0 340px;
    position: relative;
    height: 0;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important;
}

@media (max-width: 991px) {
    .google-map {
        margin-bottom: 30px;
    }
}

/*
  BLOG
*/
.wrapper-blog .pagination {
    margin-top: 80px;
}

.wrapper-blog .post {
    margin: 80px 0 0;
}

.post h2,
.post h3 {
    margin-top: 20px;
}

.post h2 a,
.post h3 a {
    color: #333 !important;
}

.post h2 a:hover,
.post h3 a:hover,
.post h2 a:focus,
.post h3 a:focus,
.post h2 a:active,
.post h3 a:active {
    color: #158f76 !important;
}

.post img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.post img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

.post .post-content p {
    margin-top: 10px;
}

.post .page-header {
    padding-bottom: 15px;
}

article.post:first-child {
    margin-top: 30px;
}

.post-content .caption {
    padding: 5px 0;
    display: block;
    font-size: 13px;
    line-height: 1.6;
    color: #787878;
}

.post-content ul {
    margin: 20px 0 0;
}

.post-content ul li {
    margin: 5px 0;
    font-size: 15px;
    line-height: 1.5;
}

.post-content ul ul {
    margin-top: 0;
    margin-left: 40px;
}

.post-meta {
    margin: 10px 0 0;
}

.post-meta li {
    margin: 5px 15px 0 0;
    padding: 0;
    font-size: 14px;
    color: #787878;
}

.post-meta li .fa {
    margin-right: 5px;
}

#comments {
    margin: 60px 0 0;
    padding: 60px 0 0;
    border-top: 1px solid #d0d0d0;
}

#comments .comments-title {
    margin-top: 0;
}

#comments ol.commentlist {
    margin: 0 0 60px;
    padding: 0;
}

#comments ol.commentlist li.comment {
    margin: 30px 0 0;
    list-style-type: none;
}

#comments ol.commentlist li.comment ul,
#comments ol.commentlist li.comment ol {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 70px;
}

#comments ol.commentlist li.comment .avatar {
    margin: 0 20px 0 0;
    display: block;
    float: left;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75) inset;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75) inset;
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75) inset;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75) inset;
}

#comments ol.commentlist li.comment .comment-author cite {
    font-size: 18px;
    font-weight: bold;
}

#comments ol.commentlist li.comment .comment-meta a {
    color: #888;
}

#comments ol.commentlist li.comment .comment-meta a:hover {
    color: #158f76;
}

#comments ol.commentlist li.comment > div > div {
    margin-left: 70px;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#comments ol.commentlist li.comment > div > div .comment-author {
    margin: 0 0 5px;
}

#comments ol.commentlist li.comment > div > div .comment-meta {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.4;
    color: #999;
}

#comments #respond {
    margin: 30px 0 0;
}

#comments #respond #reply-title small {
    margin-left: 10px;
    font-size: 11px;
}

#comments #respond #reply-title small a {
    color: #158f76;
}

#comments #respond #commentform .row {
    margin-bottom: 15px;
}

#comments #respond #commentform .row:last-child {
    margin-bottom: 0;
}

#comments #respond #commentform label,
#comments #respond #commentform .required {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

#comments #respond #commentform .required {
    color: #cc0000;
    font-size: 15px;
    line-height: 1.2;
}

#comments #respond #commentform .form-submit .btn {
    font-size: 15px;
}

@media (max-width: 767px) {
    .post h2,
    .post h3 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .post .post-meta {
        margin-top: 0;
    }

    .post .post-content ul {
        margin-left: 20px;
    }

    .wrapper-blog .page-header {
        margin-bottom: 0;
    }
}

@media (max-width: 550px) {
    #comments ol.commentlist li.comment ul,
    #comments ol.commentlist li.comment ol {
        margin-left: 0;
    }
}

/*
  TEAM
*/
.wrapper.team {
    text-align: center;
}

.wrapper.team p {
    margin-top: 5px;
}

.wrapper.team p .btn {
    margin: 5px 0 0;
}

.wrapper.team .team-image {
    margin: 50px 0 0;
}

.wrapper.team .team-image img {
    width: 200px;
    height: 200px;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.wrapper.team .team-image .overlay {
    display: none;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50px;
    left: 46px;
    z-index: 2;
    background: rgba(27, 188, 155, 0.5);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.wrapper.team .team-image a .fa {
    margin: 90px 5px 0;
    font-size: 24px;
    color: #fff;
}

.wrapper.team .team-image a .fa:hover {
    opacity: 0.75;
}

.wrapper.team .team-image:hover .overlay {
    display: block;
}

@media (max-width: 1199px) {
    .wrapper.team .team-image .overlay {
        left: 21px;
    }
}

@media (max-width: 979px) {
    .wrapper.team h3 {
        margin-top: 10px;
    }

    .wrapper.team .team-image .overlay {
        margin: 20px auto 0;
        display: block;
        left: auto;
        height: auto;
        position: relative;
        top: auto;
        width: auto;
        text-align: center;
        background: none;
    }

    .wrapper.team .team-image a .fa {
        margin-top: 0;
        color: #333;
    }
}

.wrapper.hiring img {
    width: 50px;
    height: auto;
}

.wrapper.hiring h2 {
    margin: 10px 0 0;
}

/*
  CONTACT INFO
*/
.wrapper-contact h3 {
    margin-top: 0;
}

.info-times em {
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    color: #676767;
}

/*
  RESUME
*/
.page-header-resume {
    text-align: center;
}

.page-header-resume h1 {
    margin-top: 15px;
}

.page-header-resume img {
    margin: 30px auto 0;
    width: 125px;
    height: 125px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

/*
  DOCUMENTATION
*/
.bs-docs-nav-wrapper .nav-pills {
    margin-top: 0;
}

pre {
    margin-bottom: 30px;
}

.image-attribution {
    overflow: hidden;
}

.image-attribution img {
    margin: 5px 30px 0 0;
    float: left;
    height: auto;
    max-width: 200px;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

@media (max-width: 767px) {
    .image-attribution {
        margin-top: 30px;
    }

    .image-attribution img {
        margin: 0 0 10px;
        clear: both;
        float: none;
        max-width: none;
        width: 100%;
    }
}

/*
  SUB FOOTER
*/
.wrapper-sub-footer {
    padding-top: 120px;
    background: #c3d2d8;
}

.wrapper-sub-footer a {
    color: #0e6351;
}

@media (max-width: 767px) {
    .wrapper-sub-footer {
        padding-top: 20px;
    }
}

/*
  FOOTER
*/
footer {
    padding: 40px 0;
    background: #4e6c75;
    color: #fff;
}

footer p {
    font-size: 13px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    opacity: 0.5;
    text-decoration: none;
}

footer .list-inline li {
    margin: 0 10px 0 0;
    font-size: 13px;
    text-transform: uppercase;
}

footer .list-circle-icons {
    margin: 0 0 10px;
    display: block;
}

footer .list-circle-icons li {
    padding: 0;
    height: auto;
    width: auto;
    background: none;
}

footer .list-circle-icons li a {
    padding: 10px;
    height: 45px;
    width: 45px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 36px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

footer .list-circle-icons li a:hover {
    background: #fff;
}

footer .list-circle-icons li a:hover .fa {
    color: #4e6c75;
}

@media (max-width: 767px) {
    footer .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    footer .list-inline.pull-right {
        clear: both;
        float: none !important;
    }

    footer .list-circle-icons {
        margin-left: -15px;
    }
}

#projects {
    height: 100vh;
    overflow: hidden;
}