body,
html {
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #222;
    font-size: 17px;
    background-color: #fafafa;
    line-height: 160%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

p {
    margin: 16px 0;
    line-height: 165%;
}

a {
    color: #d91f27;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #be1623;
    text-decoration: none;
}

.main {
    background: #fff;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    margin-bottom: 30px;
}

.container {
    max-width: 100%;
}

article {
    width: 800px;
    margin: auto;
    max-width: 100%;
    display: block;
    position: relative;
}

article:first-child,
article.intro {
    padding-top: 30px;
}

article:last-child {
    padding-bottom: 30px;
}

footer {
    text-align: center;
    bottom: 0;
    width: 100%;
    height: auto;
    font-size: 18px;
    padding: 30px 0px;
    background: #0b2b43;
    color: #fff;
}

footer a,
footer a:hover,
footer a:focus {
    color: #fff;
}

img,
iframe {
    max-width: 100%;
    margin: auto;
    display: table;
}

ul {
    margin: 16px 0px;
    padding-left: 20px;
}

ul > li {
    width: auto;
    text-align: left;
    font-weight: 500;
    white-space: normal;
    word-wrap: break-word;
}

ul > li span {
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    display: block;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 1px;
    padding: 20px 0px 0px;
    margin: 0;
    text-transform: uppercase;
    line-height: 110%;
}

h2 {
    font-size: 26px;
}

h1.normal,
h2.normal,
h3.normal,
h4.normal,
h5.normal,
h6.normal {
    letter-spacing: 0px;
    text-transform: capitalize;
}

.intro {
    position: relative;
}

.sharing-links {
    overflow: visible;
    display: table;
    height: auto;
    margin: 0px auto 30px;
    text-align: center;
}

.sharing-links span {
    overflow: visible;
    height: auto;
}

.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices {
    height: auto;
}

.stButton_gradient,
.stButton,
.sharing-links span {
    min-height: 23px;
}
.slider-well {
    border-radius: 0px;
    background: #fff;
    padding: 0px;
    display: table;
    width: 100%;
    max-width: 800px;
    margin: auto;
    border: none;
}

.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: #d91f27;
    background: #d91f27;
    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;
    text-align: center;
}

.action-btn:hover,
.action-btn:focus,
.action-btn:active {
    background: #be1623;
    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;
}

.flexslider .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;
}
.flexslider  .input-group {
    margin-top: 25px;
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}


.flexslider .input-group-addon, .flexslider .input-group-addon:hover {
    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;
    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: #d91f27;
  background: #d91f27;
}

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

@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

@media (max-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: auto;
    }
    article {
        width: auto;
        margin: 0px 30px;
    }
    h2 {
        font-size: 23px;
    }
    .sharing-links > span {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        float: none !important;
    }
     article {
        width: auto;
        margin: 0px 25px;
    }
    article:first-child, article.intro {
        padding-top: 15px;
    }
    
}

@media (max-width: 520px) {
    .main {
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0px;
    }
    article {
        width: auto;
        margin: 0px 20px;
    }
    article:first-child, article.intro {
        padding-top: 15px;
    }
    p {
        font-size: 16px;
    }
}
