html {
    color: #2a2a2a;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    text-align: center;
    background: #fff;
}

.slider-well {
    border-radius: 0px;
    background: #fff;
    padding: 0px;
    display: table;
    width: 100%;
    max-width: 800px;
    margin: auto;
    border: none;
}
.slider-well {
    border-radius: 0px;
    background: #fff;
    padding: 0px;
    display: table;
    width: 100%;
    max-width: 800px;
    margin: auto;
    border: none;
}
#carousel .slides img {
        -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 5px;
}
.action-btn {
    z-index: 1;
    font-family: 'Lato', sans-serif;
    position: relative;
    font-size: 17px;
    letter-spacing: 0px;
    font-weight: 500;
    padding: 8px 11px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#ffffff')";
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    background-color: #13ff16;
    background: #13ff16;
    text-shadow: none;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: auto;
    height: auto;
    text-transform: uppercase;
}

.action-btn:hover,
.action-btn:focus,
.action-btn:active {
    background: #13ff16;
    color: #ffffff;
}

.action-btn {
    width: 86px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0px !important;
}

.action-btn span {
    position: absolute !important;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.custom-navigation {
    width: 100%;
    max-width: 800px;
}
.action-btn.left {
    left: 0px;
    float: left;
    margin-left: 0px;
}

.action-btn.right {
    right: 0px;
    float:right;
    margin-right: 0px;
}
.social-container {
  position: relative;
  left: 0 !important;
  width: 100% !important;
    display: block;
  float: none;
  height: auto;
  line-height: 100% !important;
}

.social-container .blues > a {
    display: inline-block !important;
    padding: 0px !important;
}

.social-container .blues {
    height: auto !important;
    padding: 12px 30px !important;
    width: auto !important;
    margin-right: 2px;
}

.social-container .blues:first-child {
    margin-right: 20px;
}

 .social-container .blues:before {
    margin-right: 0.75em;
    font-size: 1.33em;
    display: inline-block !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

.social-container .blues.twitter:hover {
    background-image: linear-gradient( #1a96c4 100%, #2eb2e3 0%) !important;
}

.social-container .blues.facebook:hover {
    background-image: linear-gradient( #2d4372 100%, #3b5997 0%) !important;
}

#slider .share-area {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f7f8fc;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: table-cell;
    vertical-align: middle;
    resize: none;
    height: auto;
    overflow-x: hidden;
}
#slider  .input-group {
    margin-top: 25px;
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}


#slider .input-group-addon {
    text-transform: uppercase;
    margin-bottom: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    padding: 2px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background-color: #ff1344;
    border: 0px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
      border-radius: 0px;
  background-color: #13ff16;
  background: #13ff16;
}

.embed {
    padding: 20px 40px;
}
.controls {
    position: relative;
    display: block;
}
a.control_prev {
    left: 0;
} 
a.control_next {
    right: 0;

}
.embed-btn {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 6px 23px;
  margin-left: auto;
  margin-right: auto;
}

.copied-tip {
    color: #fff !important;
    background: #13ff16;
    border-radius: 0px;
    border: none;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 0; right: 0; bottom: 0; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}
.flexslider {
    margin: 0 0 20px;
    border: 0px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:  none;
    -o-box-shadow:  none;
    box-shadow: none;
}
.custom-navigation {
    position: relative;
    display: table;
    -webkit-transition: all .3s ease-in-out; 
   -moz-transition: all .3s ease-in-out;  
     -o-transition: all .3s ease-in-out;  
        transition: all .3s ease-in-out; 
}
#carousel {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 15px;

}
#carousel-controls {
    margin-top: 0px;
    padding-bottom: 20px;
}
#slider-controls {
    /*top: -95px;*/
    padding: 15px;
    opacity: 0;
    z-index: 100;
}
#slider:hover + #slider-controls, #slider-controls:hover {
    opacity: 1;
}
#slider-controls.hovered {
    opacity: 1;
}
.flex-control-paging {
    display: none !important;
}
.thumb-inner {
    position: relative;
    text-align: center;
}
.field img {
    display: block;
    width: 100%; 
    float: none;
    position: relative;
}
.count {
    position: absolute;
    top: 50%;
    margin: auto;
    text-align: center;
    width: auto;
    display: inline;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 8px;
    font-weight: 900;
    font-size: 20px;
    line-height: 100%;
    vertical-align: middle;
    border-radius: 25px;
    width: 35px;
    height: 35px;
    margin-top: -13px;
    background: #ffdf00;
    z-index: 101010;
}