.alert {
  padding: 15px;
  margin-bottom: 20px;
/*  border: 1px solid transparent;*/
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
/*  font-size: 18px;*/
    font-size: 1.286em;     /* 18px */
  line-height: 1.2em;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success,
.messages.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success h4 {
  color: #3c763d !important;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info, .messages.info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info h4 {
  color: #31708f !important;
 }
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning, .messages.warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning h4 {
  color: #8a6d3b !important;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger, .messages.danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger h4 {
  color: #a94442 !important;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.close {
  color: #000;
  float: right;
/*  font-size: 21px;*/
    font-size: 1.500em;     /* 21px */
  font-weight: 700;
  line-height: 1;
  opacity: 0.4;
  text-shadow: 0 1px 0 #fff;
}

.close:hover{ opacity: 0.2; }

.messages.success .close,
.alert-success .close{ color: #3c763d; }
.messages.warning .close,
.alert-warning .close{ color: #8a6d3b; }
.messages.danger .close,
.alert-danger .close{ color: #a94442; }
.messages.info .close,
.alert-info .close{ color: #31708f; }


/* BUTTON */
.btn {
  background: #2d3e50;
/*  border: 1px solid #2d3e50;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
    font-weight: bold;
/*  font-size: 13px;*/
    font-size:1em;      /* 14px */
/*  letter-spacing: 0.15em;*/
/*  line-height: 20px;*/
    line-height: 1.429em;
  margin-bottom: 0;
    margin-left:10px;
  padding: 5px 15px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  vertical-align: middle;
}
.btn:focus {
  background: none;
}
.btn.btn-lg {
  padding: 9px 60px;
}
.btn:hover,
.button:hover,
button:hover,
.btn:active,
.button:active,
button:active,
.btn.active,
.button.active,
button.active,
.btn.disabled,
.button.disabled,
button.disabled,
.btn[disabled],
.button[disabled],
button[disabled] {
  color: #FFF;
  background-color: #2d3e50;
  *background-color: #2d3e50;
}

.btn:active,
.button:active,
button:active,
.btn.active,
.button.active,
button.active {
  background-color: #ccc e("\9");
}
.btn:first-child,
.button:first-child,
button:first-child {
  margin-left: 0;
}
.btn:hover,
.button:hover,
button:hover {
/*  color: #2d3e50;*/
  text-decoration: none;
/*  background-color: #FFF;*/
    background-color: #ee7101;
  /* Buttons in IE7 don't get borders, so darken on hover */
  *background-color: #ee7101;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.btn:focus,
.button:focus,
button:focus {
  outline: thin dotted #2d3e50;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.button.active,
button.active,
.btn:active,
.button:active,
button:active {
  background-color: #FFF;
  background-color: #d9d9d9 e("\9");
  background-image: none;
  outline: 0;
  -webkit-box-shadow: "none";
  -moz-box-shadow: "none";
  box-shadow: "none";
  color: #2d3e50;
}
.btn.disabled,
.button.disabled,
button.disabled,
.btn[disabled],
.button[disabled],
button[disabled] {
  cursor: default;
  background-color: #FFF;
  background-image: none;
  opacity: 0.65;
  filter: "alpha(opacity=${opacity})";
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.view-latest-work .btn,
.view-latest-work .button,
.view-latest-work button {
  padding: 4px 12px;
}
.jm-btn {
  line-height: 30px;
  margin: 0 10px;
}
.btn-large {
  padding: 9px 60px;
/*  font-size: 15px;*/
    font-size: 1.071em;     /* 15px */
  line-height: normal;
/*
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
*/
}
.btn-large [class^="fa fa-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 15px;
/*  font-size: 11px;*/
    font-size: 0.786em;     /* 11px */
/*  line-height: 18px;*/
    line-height: 1.636em;       /* 18px */
}
.btn-small [class^="fa fa-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 10px;
/*  font-size: 10px;*/
    font-size: 0.714em;     /* 10px */
/*  line-height: 16px;*/
    line-height: 1.600em;   /* 16px */
}

.btn-primary.btn-mini{
    padding: 1px 9px;
/*    border: 1px solid #49810d;*/
}

.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;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, .75);
}
.btn-info,
.btn-success,
.btn-inverse,
.btn-danger,
.btn-warning {
  border: none !important;
}
.btn-primary:hover,
.button:hover,
.btn-primary:active,
.button:active,
.btn-primary.active,
.button.active,
.btn-primary.disabled,
.button.disabled,
.btn-primary[disabled],
.button[disabled] {
  color: #FFF;
  background-color: #ee7101;
  *background-color: #ee7101;
}
.btn-primary:active,
.button:active,
.btn-primary.active,
.button.active {
  background-color: #090909 e("\9");
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .20);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) fadein(rgba(0, 0, 0, .1), 15%);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *background-color: #f89406;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 e("\9");
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .20);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) fadein(rgba(0, 0, 0, .1), 15%);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *background-color: #bd362f;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 e("\9");
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .20);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) fadein(rgba(0, 0, 0, .1), 15%);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *background-color: #51a351;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 e("\9");
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .20);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) fadein(rgba(0, 0, 0, .1), 15%);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *background-color: #2f96b4;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c e("\9");
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .20);
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
  border-color: #222 #222 #000;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) fadein(rgba(0, 0, 0, .1), 15%);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *background-color: #222;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 e("\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;
}
.btn-link, .btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #222;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-default {
  background: #49810d;
  color: #FFF; 
  text-shadow: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
/*  background: none;*/
    background-color: #ee7101;
/*  color: #2d3e50;*/
    color: #fff;
}
.btn-primary,
.button,
button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #49810d;
    padding: 4px 14px;
/*  background: #ecf0f1;*/
    background-color: #fff;
/*  border: 2px solid #2d3e50;*/
/*  color: #2d3e50;*/
    color: #49810d;
  text-shadow: none;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.btn-primary:hover,
.button:hover,
button:hover,
.btn-primary:focus,
.button:focus,
button:focus,
.btn-primary:active,
.button:active,
button:active {
/*  background: #2d3e50;*/
    background-color: #ee7101;
/*  border: 2px solid #2d3e50;*/
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border: 1px solid #ee7101;
  color: #fff;
}
.btn-primary.link {
/*  background: #2d3e50;*/
    background-color: #fff;
  border: 1px solid #d4d4d4;
    padding: 4px 14px;
  color: #5c5c5c;
    text-decoration: none;
}
.btn-primary.link:hover,
.btn-primary.link:focus,
.btn-primary.link:active {
/*  background: #ecf0f1;*/
    background: #fff;
/*  border: 2px solid #ecf0f1;*/
    border: 1px solid #ee7101;
/*  color: #2d3e50;*/
    color: #ee7101;
}
.btn.btn-trans-white {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.btn.btn-trans-white:hover {
  border: 1px solid #fff;
}
.btn.form-submit {
  background: #fff;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.btn.form-submit:hover {
  background: #222;
  color: #fff;
}

.btn-group .btn{
    text-decoration: none;
}


/* CAROUSEL */
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
/*  font-size: 20px;*/
    font-size: 1.429em;     /* 20px */
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
/*
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: -20px;
  left: 15%;
  z-index: 10;
    display: block;
    padding: 5px 0;
    background: rgba(0,0,0,.5);
  color: #fff;
    color: #5c5c5c;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
*/
.carousel-caption .btn {
  text-shadow: none;
}
.carousel-caption {}