.text-muted {
    color: #f7f7f7;
    font-weight: 400;
}

.tpad {
    padding-top: 20px;
}

hr{
    border-top: 1px solid #ffc43e;
}

.info{
    background: #f4f1ea repeat-x bottom;
	height: 0px;
	margin-top: 10px;
    'background: url("../images/background/clark2.png") repeat-x bottom;
    padding: 30px 10px 10px;
}

.button_link{
    'background: #cde6ea  url("../images/background/img_blue7.jpg") repeat-x bottom;
    'background-image: url("../images/background/img_blue7.jpg");
    padding: 0px 20px 10px 20px;
}

.button_link2{
    'background: #cde6ea  url("../images/background/img_blue7.jpg") repeat-x bottom;
    background: #28aadb  url("../images/background/img_blue7.jpg") repeat-x bottom;
    'background-image: url("../images/background/img_blue7.jpg");
    padding:10px 20px 10px 20px;
}

.info small{
    color: #e7e7e7;
}
.info a{
    color: #ffffff;
}

.info a:hover{
    color: #333;
}

.tab-pane{
    padding: 40px 10px 0 10px;
}

.footer{
	background: #f4f1ea url("../images/background/bg_footer14.png") repeat-x bottom;
	'background: #6bbfd2  url("../images/background/bg_footer5.png") repeat-x bottom;
    'background: #cde6ea  url("../images/background/img_blue7.jpg") repeat-x bottom;
    'background-image: url("../images/background/img_blue7.jpg");
    padding:10px 20px 10px 20px;
}

.footer address .footer a .footer p{
    color: #fff;
}

.trim{
    width: 40px;
    height: 40px;
}

.scale_down{
    width: 100px;
    height: 60px;
}

.icon {
    'max-width: 70px;
	'max-height: 65px;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
    display: block;
}

.icon2 {
    max-width: 100%;
	max-height: 35px;
    margin: 0 auto;
    display: block;
}

.services section {
    text-align: center;
}

.nav-color a:link {
    color: white;
}

.imagefull {
    width: 100%;
    height: 100%;
}

.h1 small{
    font-size:14px;
    text-transform:uppercase;
    font-family:"Open Sans", serif;
    'letter-spacing: 0.2em;
    'line-height: 30px;
    'display: block;
    font-weight: 900;
}

.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}

.scale_down_logo1{
    height: 50px;
    width: auto;
}

.scale_down_logo1_a{
    height: 80px;
    width: 230px;
}

.scale_down_logo2{
    height: 50px;
    width: auto;
}

.scale_down_logo2_a{
    height: 80px;
    width: 192px;
}

.scale_down_logo3{
    height: 80px;
    width: 100%;
}

.scale_down_logo_a{
    height: 20px;
    width: 50px;
}

.scale_down_button1{
    height: 75px;
    width: 75px;
}

.tales {
    width: 100%;
}

.fixed_bottom{
    bottom:0;
    position: relative;
    width: 100%;
    height: 80px;
}

.animate-area	{
    background-image: url("../images/logo/cdclogo1.png"), url("../images/logo/iso_badge2.png");
    background-position: 20px -90px, 30px 80px, 0px 0px;
    background-repeat: no-repeat, no-repeat, repeat-x;
}

@keyframes animatedBird {
    from { background-position: 20px 20px, 30px 80px, 0 0; }
    to { background-position: 300px -90px, 30px 20px, 100% 0; }
}

.animate-area	{
    animation: animatedBird 4s linear infinite;
}

.wrap {
    position:relative;
    margin:0 auto;
    /*replace 900px with your width*/
    width:100%;
}

#footer_bottom {
    width:100%;
    float:left;
    position:fixed;
    bottom:0;
    z-index:999999;
}

.content_height {
    height: "100px";
    width: 100%;
}

.font_aboutus{
    'background-color:#cde6ea;
    color:a8a8a8;
    text-align: justify;
    'padding:0px;
    font-size: 40px;


}