.slider {
    margin: 2px 0 -60px!important;
}

.slider2 {
	margin:0px 0px 20px 0px;}
#carousel li {
    margin-right: 0px;
    margin-left: 0px;
    /*border:1px solid #ccc;*/
}
#carousel img {
    display: block;
    opacity: .5;
    cursor: pointer;
}
#carousel img:hover {
    opacity: 1;
}
#carousel .flex-active-slide img {
    opacity: 1;
    cursor: default;
}
.button {
    display: inline-block;
    margin: 0;
    padding: .461em 1.563em .41em;
    color: #fff!important;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    line-height: 1;
    font-size: .9em;
    cursor: pointer;
    font-family: "open sans";
    border: 1px solid #1a4064;
    background: #255a8c;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
}
.button:active {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.button.green {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    border: 1px solid #578824;
    background: #71b02f;
}
.button.green:hover {
    background: #79bc32;
}
/* Loading
***********************/

.loading #container {
    opacity: 0;
}
.loading:before {
    content: 'LOADING';
    display: block;
    margin: 100px 0 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 60px;
    opacity: 0.3;
}
body {
    width: 100%;
    float: left;
    opacity: 1;
    -webkit-transition: opacity 1s ease;
}