
/* ----------------------------------------------------------------------
	Buttons
-------------------------------------------------------------------------*/

.btn {
  border-radius: 4px;
  padding: 12px 20px;
}
.btn.btn-primary:hover {
    opacity: 0.8;
}
.button + .button,
.btn + .btn {
    margin-left: 10px;
}
.button {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 100%;
    margin: 10px 0;
    outline: 0 none;
    padding: 18px 36px;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid #ccc;
}
.button:hover:not,
a.button:hover {
    opacity: 0.8;
}
button:focus {
    outline: 0;
}
.button.effect:hover {
    opacity: 1;
}
.btn-send-icon {
    padding: 13px 6px 12px 14px;
}
.button-light {
    background-color: #fff;
    border: 1px solid #eee;
}
.button-light,
.button-light span {
    color: #111 !important;
}
.button-dark {
    background-color: #111;
    color: #fff;
}
.button-dark:hover {
    background-color: #333;
    color: #fff;
}
/*Button icons*/

.button i {
    font-size: 15px;
    margin-right: 10px;
}
.button.icon-left i {
    margin-right: 10px;
}
.button.icon-right i {
    margin-left: 10px;
    margin-right: 0;
}
.button.small {
    font-size: 10px;
    height: 28px;
    line-height: 24px;
    padding: 0 14px;
}
.button.transparent.small {
    line-height: 0;
}
.button.small i {
    font-size: 11px;
    margin-right: 6px;
}
.button.small.icon-left i {
    margin-right: 6px;
}
.button.small.icon-right i {
    margin-left: 6px;
    margin-right: 0;
}
.button.large {
    font-size: 16px;
    height: 55px;
    letter-spacing: 2px;
    line-height: 52px;
    padding: 0 32px;
}
.button.transparent.large {
    line-height: 22px;
}
.button.border:hover,
.button.transparent:hover {
    opacity: 1;
}
.button.transparent:hover,
.button.transparent:hover span,
.button.transparent:hover i {
    color: #333 !important;
}
.button.full-rounded {
    border-radius: 50px
}
.button.rounded {
    border-radius: 3px
}
.button.fullwidth-button {
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important
}
/*3d buttons*/

.button.button-3d {
    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
}
.button.button-3d:hover {
    box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
}
/*Border buttons*/

.button.border {
    color: #333;
    border: 2px solid #333;
}
.button.border:hover {
    background-color: #333;
    color: #fff
}
.button.border.light {
    border: 2px solid #fff;
    color: #fff
}
.button.border.light:hover {
    background-color: #fff;
    color: #252525
}
.button.border.light:hover:hover i {
    color: #252525
}
/*Transparent*/

.button.transparent {
    background-color: transparent;
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    box-shadow: none;
    color: #fff;
    letter-spacing: 2px;
    opacity: 1;
    padding: 16px 36px;
    transition: all 0.2s linear 0s;
}
.button.transparent:hover,
.button.transparent:active {
    background-color: #fff;
    color: #333;
}
.button.fullwidth {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/*Colors*/

.button.blue,
.button.blue-dark,
.button.aqua,
.button.purple-light,
.button.purple,
.button.purple-dark,
.button.red-dark,
.button.red,
.button.red-light,
.button.red-light,
.button.pink-dark,
.button.pink,
.button.orange-dark,
.button.orange,
.button.orange-light,
.button.yellow,
.button.green,
.button.amber,
.button.brown,
.button.brown-light,
.button.black,
.button.black-light,
.button.grey-dark {
    border-color: #000;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.button.blue {
    background-color: #41a5db;
    border-color: #3ca0d6;
}
.button.blue-dark {
    background-color: #2b6baa;
    border-color: #25629f;
}
.button.aqua {
    background-color: #40c0cb;
    border-color: #3eb5bf;
}
.button.purple-light {
    background-color: #903090;
    border-color: #892689;
}
.button.purple {
    background-color: #9B175E;
    border-color: #901155;
}
.button.purple-dark {
    background-color: #5d4157;
    border-color: #55384f;
}
.button.red-dark {
    background-color: #CA0027;
    border-color: #b20022;
}
.button.red {
    background-color: #E42D3F;
    border-color: #d42b3c;
    color: #fff;
}
.button.red-light {
    background-color: #F05761;
    border-color: #ed4b55;
    color: #fff;
}
.button.red-light {
    background-color: #F05761;
    border-color: #ed4b55;
    color: #fff;
}
.button.pink-dark {
    background-color: #F51E70;
    border-color: #e31865;
}
.button.pink {
    background-color: #F772A3;
    border-color: #f2689b;
}
.button.orange-dark {
    background-color: #e57200;
    border-color: #d66b00;
}
.button.orange {
    background-color: #F59017;
    border-color: #e5820b;
}
.button.orange-light {
    background-color: #F7D137;
    border-color: #edc72b;
    color: #774f38;
}
.button.yellow {
    background-color: #FFEC00;
    border-color: #e6d500;
    color: #333;
}
.button.green {
    background-color: #77A600;
    border-color: #6e9a00;
}
.button.amber {
    background-color: #eb9c4d;
    border-color: #d88d42;
}
.button.brown {
    background-color: #774f38;
    border-color: #714a34;
}
.button.brown-light {
    background-color: #935d3f;
    border-color: #8b583b;
}
.button.black {
    background-color: #111;
    border: 0;
}
.button.black-light {
    background-color: #2a2a2a;
}
.button.grey-dark {
    background-color: #404051;
}
/*Effects*/

.button.effect {
    position: relative;
    overflow: hidden;
}
.button,
.button.effect.fill-vertical:after,
.button.effect.fill-horizontal:after,
.button.effect.icon-bottom span,
.button.effect.icon-bottom i,
.button.effect.icon-top span,
.button.effect.icon-top i,
.button.effect.icon-right span,
.button.effect.icon-right i,
.button.effect.icon-left span,
.button.effect.icon-left i {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
/*Effect icon left*/

.button.effect.icon-left i {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-24px, -50%);
    -ms-transform: translate(-24px, -50%);
    transform: translate(-24px, -50%);
    ms-transform: translate(-24px, -50%);
    opacity: 0
}
.button.effect.icon-left span {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    ms-transform: translate(0, 0);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    ms-backface-visibility: hidden;
}
.button:hover.effect.icon-left span {
    -webkit-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    transform: translate(15px, 0);
    ms-transform: translate(15px, 0);
}
/*Effect Small buttons*/

.button.small.effect.icon-left i {
    -webkit-transform: translate(-14px, -50%);
    -ms-transform: translate(-14px, -50%);
    transform: translate(-14px, -50%);
}
.button.small.effect.icon-left:hover span {
    -webkit-transform: translate(8px, 0px);
    -ms-transform: translate(8px, 0px);
    transform: translate(8px, 0px);
}
/*Effect icon right*/

.button.effect.icon-right i {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    -webkit-transform: translate(30px, -50%);
    -ms-transform: translate(30px, -50%);
    transform: translate(30px, -50%);
    ms-transform: translate(30px, -50%);
    opacity: 0
}
.button.effect.icon-right span {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    ms-transform: translate(0, 0);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    ms-backface-visibility: hidden;
}
.button:hover.effect.icon-right span {
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
    ms-transform: translate(-15px, 0);
}
/*Effect Small buttons*/

.button.small.effect.icon-right i {
    -webkit-transform: translate(14px, -50%);
    -ms-transform: translate(14px, -50%);
    transform: translate(14px, -50%);
}
.button.small.effect.icon-right:hover span {
    -webkit-transform: translate(-5px, 0px);
    -ms-transform: translate(-5px, 0px);
    transform: translate(-5px, 0px);
}
/*Effect icon top*/

.button.effect.icon-top i {
    position: absolute;
    display: block;
    top: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    ms-transform: translate(-50%, -50%);
    opacity: 0;
}
.button.effect.icon-top span {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    ms-backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    ms-transform: translate(0, 0)
}
.button:hover.effect.icon-top span {
    -webkit-transform: translate(0px, 35px);
    -ms-transform: translate(0px, 35px);
    transform: translate(0px, 35px);
    ms-transform: translate(0px, 35px);
}
/*Effect Small buttons*/

.button.small.effect.icon-top i {
    top: -22px;
}
/*Effect large buttons*/

.button.large.effect.icon-top:hover span {
    -webkit-transform: translate(0px, 54px);
    -ms-transform: translate(0px, 54px);
    transform: translate(0px, 54px);
}
/*Effect icon bottom*/

.button.effect.icon-bottom i {
    position: absolute;
    display: block;
    bottom: -36px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    ms-transform: translate(-50%, -50%);
    opacity: 0;
}
.button.effect.icon-bottom span {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    ms-backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    ms-transform: translate(0, 0)
}
.button:hover.effect.icon-bottom span {
    -webkit-transform: translate(0px, -27px);
    -ms-transform: translate(0px, -27px);
    transform: translate(0px, -27px);
    ms-transform: translate(0px, -27px);
}
/*Effect Small buttons*/

.button.small.effect.icon-bottom i {
    bottom: -27px;
}
/*Effect Large buttons*/

.button.large.effect.icon-bottom:hover span {
    -webkit-transform: translate(0px, -48px);
    -ms-transform: translate(0px, -48px);
    transform: translate(0px, -48px);
}
.button:hover.effect.icon-right i,
.button:hover.effect.icon-left i,
.button:hover.effect.icon-top i,
.button:hover.effect.icon-bottom i {
    opacity: 1;
}
/*Effect fill verical*/

.button.effect.fill-vertical,
.button.effect.fill-horizontal {
    overflow: hidden;
}
.button.effect.fill-vertical span {
    position: relative;
    z-index: 1;
}
.button.effect.fill-vertical:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(40deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(40deg);
    transform: translateX(-50%) translateY(-50%) rotate(40deg);
}
.button.effect.fill-vertical:hover:after {
    height: 550%;
    opacity: 1
}
.button.effect.fill-vertical:after {
    background-color: #252525;
}
.button.effect.fill-vertical:hover {
    color: #fff;
}
/*Effect fill horizontal*/

.button.effect.fill-horizontal span {
    position: relative;
    z-index: 1;
}
.button.effect.fill-horizontal:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-11%);
    -ms-transform: translateX(-50%) translateY(-11%);
    transform: translateX(-50%) translateY(-11%);
}
.button.effect.fill-horizontal:hover:after {
    height: 550%;
    opacity: 1
}
.button.effect.fill-horizontal:after {
    background-color: #252525;
}
.button.effect.fill-horizontal:hover {
    color: #fff;
}
/*Effect fill*/

.button.effect.fill:hover {
    background-color: #252525;
    color: #fff;
}
/*aqua effect fill-vertical*/

.button.aqua.effect.fill-vertical:after {
    background-color: #1a9ca7;
}
.button.aqua.effect.fill-vertical:hover {
    color: #fff;
}
/*aqua effect fill-horizontal*/

.button.aqua.effect.fill-horizontal:after {
    background-color: #1a9ca7;
}
.button.aqua.effect.fill-horizontal:hover {
    color: #fff;
}
/*aqua effect fill*/

.button.aqua.effect.fill:hover {
    background-color: #087680;
}
/*transparent effect fill-vertical*/

.button.transparent.effect.fill-vertical:after,
.button.transparent.effect.fill-horizontal:after {
    background-color: #fff;
}
.button.transparent.effect.fill-vertical:hover,
.button.transparent.effect.fill-horizontal:hover {
    color: #333;
}
/*transparent effect fill*/

.button.transparent.effect.fill:hover {
    background-color: #fff;
    color: #333;
}
/*Read more button*/

a.read-more {
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    margin: 0px;
}
.form-group > label {
    display: block;
}

.has-feedback label ~ .form-control-feedback {
  top: 44px;
}

.form-gray-fields .form-control {
    background-color: #f2f2f2;
    border-color: #e9e9e9;
    color: #333
}
.form-gray-fields .form-control:focus {
    background-color: #eee
}

.form-transparent-fields .form-control {
  background-color: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.4);
}

.form-transparent-fields .form-control:focus {
    background-color: rgba(0, 0, 0, 0.7);
}
.form-transparent-light-fields .form-control {
    background-color: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
}
.form-transparent-light-fields .form-control:focus {
    background-color: rgba(255, 255, 255, 0.7);
}

label.error {
    color: #b71828;
    display: none !important;
    font-weight: 400;
}
.form-control.error, .sm-form-control.error {
    border-color: #b71828;
}

.form-control.error {
    color: #b71828;
}

.form-control::-moz-placeholder {
  color: #bbbbbb;
}

.form-control::-ms-input-placeholder  {
  color: #bbbbbb;
}
.form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}


/*form select*/

select {
    border: 1px solid #e3e3e3;
    color: #777;
    cursor: pointer;
    display: block;
    line-height: 14px;
    max-width: 100%;
    min-width: 100%;
    padding: 14px;
}
.order-select > h6 {
    margin-bottom: 0;
}
.order-select p {
    font-size: 13px;
}
.button-search {
    background-color: #fff;
    border-color: #e9e9e9 #e9e9e9 #e9e9e9;
    border-style: solid;
    border-width: 1px 1px 1px 0 !important;
    box-shadow: none;
    margin-left: -6px !important;
    z-index: 2 !important;
}
