body {
    background: #f6f5f2;
}

a {
    color: #0083bf;
}

.alignleft {
	float:left;
	margin-right:10px; 
}

.alignright {
	float:right;
	margin-left:10px;   
}

.aligncenter {
	text-align:center;
	display:block;
	margin:auto auto; 
}

.top-bar {
	background: url("images/menu-bg.png") #0b9b49 repeat-x;
}

.wrapper {
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow:    0px 0px 27px 0px rgba(0, 0, 0, 0.27);
    box-shadow:         0px 0px 27px 0px rgba(0, 0, 0, 0.27);
    padding: 10px;
    background: #fff;
    padding-top: 0px;
}

.header-widget {
    display: table-cell;
    vertical-align: middle;
    height: 95px;
}

.header-phone {
    font-size:16px;
    color:#0083bf;
    margin-top: 20px;
}

.footer-phone {
    color:#0083bf;
}

.login {
    margin-top: 10px;
    text-align: right;
}

.top-bar-section ul li > a {
    text-transform: uppercase;
}

.banner {
    margin-top:10px !important;
}

.banner img {
    width: 100%;
}

.home-intro {
    padding-top:20px;
}

.home-intro h1, .home-intro .lead {
    color:#0083bf;
}

.home-intro h1 {
    font-size:25px;
     font-weight: bold;
}

.why-ar-title {
    background: #00994c;
    color:#ffffff;
    padding:10px 10px;
    text-align: center;
    margin-bottom: 2px;
    margin-top:25px;
}

.table-clear {
    border:none;
    background: transparent;
    width: 100%;
    color:#fff;
}

.table-clear td {
    color:#fff;
}

.table-clear tr:nth-of-type(even) {
    background: transparent;
}

.why-ar-body {
    padding:20px 20px;
    background: url("img/why-ar-bg.jpg") no-repeat bottom #97d1a9;
}

.center {
    text-align: center;
}

.sub-banners {
    padding-bottom:20px;
}

.page-content h1 {
    margin-top:15px;
}

.clients [class*="column"] + [class*="column"]:last-child {
    float:left;
}

.page-content h1 {
    color:#0083bf;
}

.lead {
	color: #0b9b49;
}

.clients {
    text-align: center;
}

.client-name {
    font-size: 18px;
    color:#888;
    font-weight: 300;
}

.case-studies {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom:20px !important;
}

.snapshot-title {
    font-size:20px;
    background: #2288c7;
    color:#fff;
    padding:20px;
    font-weight:300;
    text-align: center;
    margin-top:25px;
}

.table-snapshot {
    border-collapse: collapse;
}

.table-snapshot td.title {
    color:#fff;
    background: #77b8df;
    border-top:2px solid white;
}

.table-snapshot td.description {
    color:#fff;
    background: #a4cee8;
    border-top:2px solid white;
}

.wpcf7-text, .wpcf7-form-control-wrap {
    width: 100% !important;
}

div.wpcf7-response-output {
    padding: 20px !important;
    font-weight: 200 !important;
}

.footer {
    font-size:14px;
}

.footer div {
    height:50px;
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (min-width: 641px) and (max-width: 860px)  {
    .top-bar-section ul li > a {
        padding: 0 10px !important;
        font-size:0.55rem;
    }
}

@media only screen and (max-width: 640px)  {
	
	.wrapper {
		padding:0px;
	}
	
	#slider-direction-nav {
		display:none; 
	}
	
	.header-widget {
		float:none !important;
		clear:none;
		display:block;
		height:auto;
	}
	
	.logo {
		float: none !important;
		text-align: center;
	}
	
	.header-phone {
		margin-top:0px;
		text-align:center;
	}
	
	.login {
		text-align:center; 
	}
	
    .case-studies {
        text-align: center;
    }

    .case-studies img {
        margin-bottom:20px;
        width: 100%;
    }

    .snapshot-title {
        margin-top:0px;
    }

    .footer {
        text-align: center;
    }

    .footer div {
        display: block;
        margin-top:10px;
        height:auto;
        float:none !important;
    }

    .footer img {
        float:none !important;
    }
	
} 