/*CUSTOM STYLES*/

.schedule-list {
    text-align: center;
    width: 100%;
}

.schedule-list .btn{
    max-width: 300px;
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
}

header {
    background: none;
    color: #222;
}
p { color:#000; }
img { max-width:100%; }
.required { color:#A94442; font-size: 12px; }

/*HEADER STYLES*/

header .container { background:#428BCA; color:#FFF; }
header .container h3 { color:#FFF; text-transform:uppercase; font-weight:bold; line-height:normal; line-height:normal; padding:20px 0 0; }

/*CONTENT STYLES*/

.content { width:100%; float:left; margin:0; padding:30px 0; background:#fbfbfb; box-shadow:0 0 15px rgba(0,0,0,.3); border-left: 1px solid #FFF; border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; position:relative; }
.sidebar, .main-content { float:right; }
.order-form { width:100%; margin:0; padding:0; clear:both; }
.order-form form label { font-weight:normal; text-align:left !important; }
.collapse-group { width:100%; clear:both; margin:0; padding:0; }
.collapse-group > p { margin-bottom:0; }
.collapse-group > p > a.btn { border-radius:0; }
#accout .col-lg-12 { padding:15px; margin-bottom:15px; background:#eee; border-bottom: 1px solid #777; border-left: 1px solid #777; border-right: 1px solid #777; }
#accin .col-lg-12 { padding:15px; margin-bottom:15px; background:#eee; border-bottom: 1px solid #777; border-left: 1px solid #777; border-right: 1px solid #777; float:none; }
.Flexible-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;margin-bottom:15px;}
.Flexible-container iframe,.Flexible-container object,.Flexible-container embed{position:absolute;top:0;left:0;width:100%;height:100%}
.twoinone { padding:0 1% 0 0 !important; margin-bottom:5px; }
.boxwithborder { padding:15px; border: 1px solid #CCC; margin-bottom:20px; }
.form-horizontal .control-label { text-align:left; font-weight:normal; }
.center { text-align:center; }
.center form { display:inline-block; }
.hundredpercent { width:100%; }


/*TOOLTIP STYLE*/

.tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-color: #333; border-width: 5px 5px 0; }
.tooltip-inner { color: #FFF; background: #333; border: solid 1px #333; }

/*FORMS STYLE*/

.form-control:focus { box-shadow:none; }
.form-control { border: 1px solid #999; border-radius:0; box-shadow:none; }
.form-control:hover, .form-control:focus { border: 1px solid #428BCA; }

/*FOOTER STYLES*/

footer .container { background:#428BCA; color:#FFF; padding: 0; }
footer .container p { color:#FFF; }

ul.footer-navigation { width:100%; float:left; margin:0; padding:0; list-style:none; color:#FFF; }
ul.footer-navigation li { text-align:center; display:inline; padding:0 2%; border-right: 1px solid #FFF; }
ul.footer-navigation li:last-child { border:none;}
ul.footer-navigation li a { color:#FFF; }

/*RESPONSIVE STYLES*/


@media (max-width: 1199px) {


.hidden-phone {
        display: none;
    }

}

 #testimonial_container {
        width: 350px;
        text-align: center;
        padding-top: 25px;
    }
@media (max-width: 480px) {

    .sidebar, .main-content {
        margin-bottom: 20px;
        clear: both;
        float: none;
    }


}

