
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0 auto;
    cursor: default;
    max-width: 1600px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.container {
    position: relative;
    max-width:1200px;
    width:100%;
    margin:0 auto;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    height: auto;
    width: 100%;
    border: 0;
    /*max-width: 1600px;*/
    margin:0 auto;
}
.slider {
    max-width:800px;
    margin:0 auto;
    position: relative;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    border-radius: 50%;
    visibility: visible;
    height: 15px;
    width: 15px;
    display: inline-block;
    background:#fff;
    text-indent: -9999px;
    margin:0 6px;

}

.callbacks_here a:after{
    background: #ff6000;
}
.callbacks_tabs a{
    visibility:hidden;

}
.callbacks_tabs li{
    display:inline-block;
    position: relative;
    bottom:5px;
    left:-5px;
}

.dual_left .callbacks_tabs li{
    bottom:40px;
    z-index: 999;

}

ul.callbacks_tabs.callbacks1_tabs {
    background: black;
    position: relative;
    z-index: 999;
    text-align: center;
    width: 100%;
    padding:5px;
}

.callbacks_container .callbacks_tabs {
    margin-bottom:0;
    padding:0;
}


.logo {
    text-align: center;
    margin:0 auto;
    padding:10px;
}

.logo img {
    text-align: center;
}

.dual_content {
    max-width:1200px;
    margin:0 auto;
    vertical-align: top;
    position: relative;
    display: inline-block;
    color:#000000;
    cursor: default;
    font-size: 16px;
    padding: 15px;
}


.dual_left  , .dual_right {
    width: 50%;
    padding:10px;
    vertical-align:top;
    position: relative;
    display: table-cell;
}


.footer {
    width:100%;
    color: whitesmoke;
    position: relative;
    text-align: center;
    margin:0 auto;
    padding-top: 20px;
    padding-bottom:30px;
    max-width:1600px;
    background: black;
}

.footer_insider {
    width:100%;
    position: relative;
    text-align: center;
    margin:0 auto;
    display: table;
    max-width:1200px;
}

.footer_columns {
    width:50%;
    margin:0 auto;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align:top;
}

.footer_columns a{

    color: #277187;
}


.footer_text {
    padding:5px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.powered_by {
    margin: 30px auto;
    position: relative;
    display: block;
    text-align: center;
    font-size: 13px;
    color: #646f6a;
    width:100%;

}

.powered_by a {
    color: #277187;
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}


.facebook img{
     padding:10px;
     transition: all .3s;
     -webkit-transition: all .3s;
     -moz-transition: all .3s;
     -o-transition: all .3s;
 }

.powered_by a:hover {
    color: #ee8545;
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

@media only screen and (max-width:768px) {

    .dual_left , .dual_right {

        position: relative;
        display: block;
        text-align: center;
        margin:10px auto;
        width:100%;
        padding: 0;
    }

    .footer_columns {
        position: relative;
        display: block;
        text-align: center;
        margin:20px auto;
        width:100%;
        padding: 0;
    }
}
