@charset "utf-8";

#cws_google_reviews {
   background:#c6dce7
}


/* CSS Document */

/************************************************************************************
RESET
*************************************************************************************/

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	max-width:100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/************************************************************************************
GENERAL
*************************************************************************************/

body {
	border-top:2px solid #0376b5;
	background:#f2f2f2;
	font:14px/150% Arial, Helvetica, sans-serif;
	color:#383b39;
}
a {
	color: #383B39;
	text-decoration:none;
	outline: none;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
	font:normal 190%/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
}
/* list */
ul, ol {
	margin: 1em 0 0px 14px;
	padding: 0;
	line-height: 140%;
	list-style-type:none;
}
li {
	margin: 0 0 0 0;
	padding: 0;
}
/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:1.4em;
}
h4 {
	font-size:20px;
}
h5 {
	font-size:18px;
}
h6 {
	font-size:1em;
}
.maintop_pan {
	background:url(../images/top_img3.gif) repeat-x 0 0;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/

#pagewrap {
	width:960px;
	margin:0 auto;
}
/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position:relative;
}
/* site logo */
#site-logo {
	float:left;
	margin-top:8px;
	line-height:0;
}
.servingArea {
	margin:0px;
	padding:0px;
	width:33%;
	float:left;
}
.servingArea ul {
	margin:0px;
	padding:0px;
}
.servingArea ul li {
	margin:0px;
	padding:0px;
	margin:0;
	font-size:1em;
	font-family:Tahoma;
	color:#000;
}
/* site description */
#site-description {
	font:italic 190%/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	float:right;
    font-size:22px;
	margin:49px 0 0 1em;
}

#contct_pan {
	float:right;
	margin:49px 0 0 0;
	color: #ffffff;
}
#contct_pan img {
	float:left;
	margin-right:1em;
}
#contct_pan p {
	font:normal 190%/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#0376b5;
	float:left;
}
/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width:100%;
	margin:0;
	padding:0;/*background:url(../images/navmain_bg.gif) repeat-x 0 0 #171917;
	border:1px solid #abacab;*/
}
#main-nav li {
	margin:0;
	float:left;
	position:relative;
	/*width:16.6%;*/
	width: 14%;
}
#main-nav li a {
	display:block;
	font:normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:100%;
}
#main-nav li a span {
	display:block;
	text-align:center;
	padding:17px 0;
	line-height:100%;
}

#main-nav li:first-child {
/*margin-left:4em;*/
}
#main-nav ul {
	margin:0px;
	padding:0px;
	position:absolute;
	visibility:hidden;
	z-index:9;
}
#main-nav ul a {
	width:215px;
	padding:0px;
	margin:0px;
	display:block;
	line-height:35px;
	background-image:none;
	padding-left:5px;
	color:#fff;
}
#main-nav ul li {
	width:233px;
	padding:0px;
	height:35px;
	float:left;
	background-image:none;
	background-color:#000;
}

.hidden {
	display: none;
	visibility: hidden;
}
#dropdownNav {
	display:none;
	padding:5px;
	width:230px;
	margin:0 auto 20px;
}
div.selectBox {
	position:relative;
	display:inline-block;
	cursor:default;
	text-align:left;
	line-height:30px;
	clear:both;
	color:#888;
	z-index:100;
}
span.selected {
	width:190px;
	text-indent:20px;
	border:1px solid #ccc;
	border-right:none;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	background:#f6f6f6;
	overflow:hidden;
}
span.selected a {
	color:#3D403D;
}
span.selectArrow {
	width:30px;
	border:1px solid #bb0755;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	text-align:center;
	font-size:20px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	background:#bb0755;
}
span.selectArrow, span.selected {
	position:relative;
	float:left;
	height:30px;
	z-index:1;
}
div.selectOptions {
	position:absolute;
	top:28px;
	left:0;
	width:198px;
	border:1px solid #ccc;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	overflow:hidden;
	background:#f6f6f6;
	padding-top:2px;
	display:none;
}
span.selectOption {
	display:block;
	width:90%;
	line-height:20px;
	padding:5px 10%;
	color:#3D403D;
}
span.selectOption a {
	color:#3D403D;
	display:block;
}
span.selectOption:hover {
	color:#f6f6f6;
	background:#e7e7e7;
}
ul#slider1 {
	margin:0px;
	height:400px;
	padding:0px;
}
/************************************************************************************
BANNER
*************************************************************************************/

#banner {
	behavior: url(https://chicagopatiodoors.com/css/pie/PIE.htc);
	position:relative;
	padding:0px;
}
#banner img {
	border:4px solid #fff;
	padding:0px;
	margin:0px;
	margin:15px auto 0;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0px 0px 5px #888;
	height:400px;
	width:800px;

}
#bannerInner {
	border:4px solid #fff;
	margin:15px auto 0;
	padding:0px;
	-webkit-box-shadow: #666 0px 0px 6px;
	-moz-box-shadow: #666 0px 0px 6px;
	box-shadow: #666 0px 0px 6px;
	float:left;
	behavior: url(https://chicagopatiodoors.com/css/pie/PIE.htc);
	position:relative;
}
/*#banner img{
	display:block;
}

.banner-caption{
	position:absolute;
	right:0;
	top:0;
	width:50%;
	background-color:#2f2d30;
}

.grid_960{
	font:normal 15px/22px Georgia, "Times New Roman", Times, serif;
	color:#0de0fb;
	font-style:italic;
	padding:1em 2em 1em 1em;
	margin:0;
}

.grid_800{
	display:none;
}

.grid_650{
	display:none;
}

.grid_480{
	display:none;
}

.grid_320{
	display:none;
}

.grid_240{
	display:none;
}

.left-quote{
	float:left;
	position:relative;
	top:-5px;
	margin-right:5px;
}

.right-quote{
	position:relative;
	top:10px;
	display:inline !important;
	margin-left:5px;
}*/


/************************************************************************************
CONTENT
*************************************************************************************/

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

.row {

  flex-wrap: wrap;
  padding: 0 4px;
}


#content {
	margin:30px 0;
	width:665px;
	float:left;
}
.contentInner {
	margin:0px;
	width:100%;
	float:left;
}
#contact {
	margin:0px;
	width:100%;
	/*float:left;*/
	overflow:hidden;
	padding:0 0 3% 0%;
	margin-bottom: 16px;
	border:2px solid #0376b5;
	background-size:100%;
	border-radius:5px;
	behavior: url(https://chicagopatiodoors.com/css/pie/PIE.htc);
}
#contact h3 {
	margin:0;
	padding:0;
	padding:3% 2%;
	background:#0376B5;
	font:22px/26px Georgia, "Times New Roman", Times, serif;
	color:#fff;
}
select {
	background:url(../images/textBg.gif) repeat-x;
	height:24px;
	border: 1px solid #0376b5;
	border-radius: 3px;
	color: #000;
	font-size: 1em;
	width:25.3%;
	text-align:left;
	float:left;
	margin-left: 1%;
	margin-right:0%;
	padding: 0% 0%;
	margin-top: 2.5%;
	behavior: url(https://chicagopatiodoors.com/css/pie/PIE.htc);
}
label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#023B68;
	text-decoration:none;
	text-transform:none;
	font-weight:bold;
	float:left;
	margin-top: 1%;
	width:22%;
	padding-top:1.8%;
	text-align:right;
	font-size:0.9em;
}
input[type="text"] {
	background:url(../images/textBg.gif) repeat-x;
	height:24px;
	border: 1px solid #0376b5;
	border-radius: 3px;
	color: #000;
	font-size: 1em;
	width:25%;
	text-align:left;
	float:left;
	margin-left: 1%;
	margin-right:0%;
	padding:0%;
	margin-top: 2.5%;
	behavior: url(https://chicagopatiodoors.com/css/pie/PIE.htc);
}
input[type="submit"] {
	float:right;
	border:none;
	cursor:pointer;
	padding:1%;
	margin:2% 3% 0% 0%;
	background-color:#023b68;
	color:#fff;
	border: 1px solid #CDD5D9;
	border-radius: 5px 5px 5px 5px;
	behavior: url(https://chicagopatiodoors.com/css/pie/PIE.htc);
}
.title {
	margin:0;
	font:normal 22px/120% Georgia, "Times New Roman", Times, serif;
	color:#252826;
	margin-bottom:16px;
}
.post-left {
	float:left;
}
.post-right {
	float:right;
}
.blue {
	color: #0376b5;
}
.post-image {
	float:left;
	padding:0;
	margin:0px 20px 6px 0;
	font-size:0;
	line-height:0;
	border:2px solid #ffffff;
	/* For IE 8 */
-webkit-box-shadow: #666 0px 0px 5px;
	-moz-box-shadow: #666 0px 0px 5px;
	box-shadow: #666 0px 0px 5px;
	background: #EEFF99;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
	background: -webkit-linear-gradient(#EEFF99, #66EE33);
	background: -moz-linear-gradient(#EEFF99, #66EE33);
	background: -ms-linear-gradient(#EEFF99, #66EE33);
	background: -o-linear-gradient(#EEFF99, #66EE33);
	background: linear-gradient(#EEFF99, #66EE33);
	-pie-background: linear-gradient(#EEFF99, #66EE33);
	behavior: url(https://chicagopatiodoors.com/css/pie/PIE.htc);
}
.post-image + p {
	padding-bottom:70px;
}
.post-image3 {
	float:left;
	padding:0;
	margin:0px 0px 6px 20px;
	font-size:0;
	line-height:0;
	border:2px solid #ffffff;
	/* For IE 8 */
-webkit-box-shadow: #666 0px 0px 5px;
	-moz-box-shadow: #666 0px 0px 5px;
	box-shadow: #666 0px 0px 5px;
	background: #EEFF99;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
	background: -webkit-linear-gradient(#EEFF99, #66EE33);
	background: -moz-linear-gradient(#EEFF99, #66EE33);
	background: -ms-linear-gradient(#EEFF99, #66EE33);
	background: -o-linear-gradient(#EEFF99, #66EE33);
	background: linear-gradient(#EEFF99, #66EE33);
	-pie-background: linear-gradient(#EEFF99, #66EE33);
	behavior: url(https://chicagopatiodoors.com/css/pie/PIE.htc);
}
.post-image3 + p {
	padding-bottom:70px;
}
#content p span {
	color:#0376B5;
	font-weight:bold;
}
.login_sect {
	padding:0 40px;
	margin:40px 0 0 0;
}
.login-banner {
	float:left;
	padding:0;
	margin:0 4px 0 3px;
}
.login-banner img {
	box-shadow:0 0 3px #a5a4a4;
	-webkit-box-shadow:0 0 3px #a5a4a4;
	-moz-box-shadow:0 0 3px #a5a4a4;
	font-size:0;
	line-height:0;

}
.login_sect .last {
	margin-right:0;
}
/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width:253px;
	float:right;
	margin:115px 0 30px;
}
.widget {
	background:#fff;
	margin:0 0 30px;
}
.widget p {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin: 0;
	padding:12px;
	list-style: none;
	text-align:center;
	color:#000;
}
.widget h1 {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin: 0;
	padding:0px;
	font-weight:bold;
	color:#000;
	list-style: none;
	float:right;
	padding-right:10px;
}
.widgettitle {
	margin:0;
	background:#000
}
.widgettitle span {
	background:#000;
	font:normal 20px/40px Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
    padding-top:8px;
	padding-bottom:9px;
	padding-left:8px;
	display:block;
}
.widget ul {
	margin: 0;
	padding:0 0 15px;
}
.widget li {
	margin: 0;
	padding:6px 27px;
	list-style: none;
	clear: both;
	border-bottom:solid 1px #d6d6d6;
	background:url(../images/sidebar_bullet.gif) no-repeat 15px 12px;
}
.widget ul li.head {
	background-image:none;
	font-weight:bold;
	text-transform:uppercase;
	margin: 0;
	padding:2px 13px;
	list-style: none;
}
.widget li.last {
	border-bottom:0;
}
.widget li a {
	color:#383b39;
	background:url(../images/sidebar_bullet.gif) no-repeat 7px 7px;
	padding:0 0 0 17px;
	display:block;
}
.widget li a:hover {
	color:#565a58;
}
/************************************************************************************
FOOTER
*************************************************************************************/

.footer-top {
	background-color:#000000;
	padding:18px 0 0 0;
}
.footer-wrapper {
	width:960px;
	margin:0 auto;
}
.footer-sidebar {
	width:24%;
	float:left;
	margin-bottom:18px;
}
.footer-sidebar h3 {
	font:normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin:0 0 7px 0;
}
.footer-sidebar ul {
	margin:0;
}
.footer-sidebar ul li {
	font-size:15px;
	line-height:16px;
	color:#ffffff;
	padding:0 0 0 13px;
}
.footer-sidebar ul li a {
	color:#ffffff;
}
.footer-sidebar p {
	font-size:14px;
	line-height:20px;
	color:#ffffff;
}
.footer-bot {
	background-color:#000810;
	text-align:center;
}
.footer-bot p {
	font-size:12px;
	color:#ffffff;
	line-height:15px;
	padding:10px 0;
	margin:0;
}
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
	zoom: 1;
}
/************************************************************************************
About Us
*************************************************************************************/


.title2 {
	margin:0;
	font:normal 18px/120% Arial, Helvetica, sans-serif;
	color:#bb0755;
	margin-bottom:5px;
}
.adnice {
	width:auto;
}
.adnice li {
	background:url(../images/checkmark.png) no-repeat 0 5px;
	padding-left:14px;
	font-size:14px;
	color:#383b39;
	font-family:Arial, Helvetica, sans-serif;
}
.coreValue {
	width:auto;
	/*background-color:#0376b5;*/
 background:url(../images/bgMain.gif) repeat-x #000000;
	padding:2%;
	border-radius:5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(https://chicagopatiodoors.com/css/pie/PIE.htc);
}
.coreValue li.heading {
	padding:0px;
	font-size:19px;
	color:#000;
	font-weight:bold;
	background-image:none;
}
.coreValue li {
	background:url(../images/checkmark.png) no-repeat 0 5px;
	padding-left:14px;
	font-size:14px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
/************************************************************************************
Investment
*************************************************************************************/


.post-image2 {
	padding:0;
	margin:0 0 30px 0;
	/*box-shadow:0 0 3px #a5a4a4;
	-webkit-box-shadow:0 0 3px #a5a4a4;
	-moz-box-shadow:0 0 3px #a5a4a4;*/
	font-size:0;
	line-height:0;/*border:2px solid #ffffff;*/
}
.tableSec {
	border:1px solid #9e2a5c;
	width:663px;
	border-right:none;
	border-bottom:none;
	margin:20px 0;
	display:inline-block;
}
.trFst {
	background:#9e2a5c;
	height:auto;
	width:auto;
	width:663px;
}
.trFst table td {
	width:36%;
	padding:15px 0 15px 18px;
}
.td {
	width: 37%;
}

/************************************************************************************
Reviews
************************************************************************************/


#map-plug {
	display:none;
}
#google-reviews {
	display:flex;
	flex-wrap:wrap;
	/*display: grid;
	grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));
	*/
}
.review-item {
	border:solid 1px rgba(190,190,190,.35);
	margin:0 auto;
	padding:1em;
	flex: 1 1 20%;
}
@media ( max-width:1200px) {
	.review-item {
	flex: 1 1 40%;
	}
}
@media ( max-width:450px) {
	.review-item {
		flex: 1 1 90%;
	}
}
.review-meta, .review-stars {
	text-align:center;
	font-size:115%;
}
.review-author {
	text-transform: capitalize;
	font-weight:bold;
}
.review-date {
	opacity:.6;
	display:block;
}
.review-text {
	line-height:1.55;
	text-align:left;
	max-width:32em;
	margin:auto;
}
.review-stars ul {
	display: inline-block;
	list-style: none !important;
	margin:0;
	padding:0;
}
.review-stars ul li {
	float: left;
	list-style: none !important;
	margin-right: 1px;
	line-height:1;
}
.review-stars ul li i {
	color: #E4B248;
	font-size: 1.4em;
	font-style:normal;
}
.review-stars ul li i.inactive {
	color: #c6c6c6;
}
.star:after {
	content: "\2605";
}



/*}
/*.following { width:350px;  height:50px; padding-left:18px; display:inline-block; }*/
.trFst p {
	font:bold 16px/18px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
}
/*.management { width:279px;  height:50px; padding-left:12px; display:inline-block; clear:none; }*/



.tableSec2 {
}
.tableSec2 table {
	background:#fff;
}
.tableSec2 table tr {
}
.tableSec2 table td {
	padding:15px 0 15px 18px;
	width:50%;
	border-bottom:1px solid #9e2a5c;
	border-right:1px solid #9e2a5c;
}
.tableSec2 table td p {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#383b39;
	line-height:18px;
	margin:0;
}
.title3 {
	margin:0;
	font:italic 18px/120% Arial, Helvetica, sans-serif;
	color:#bb0755;
	margin-bottom:16px;
}
.office {
	width:auto;
	float:left;
	margin-right:60px;
	margin-bottom:20px;
}
.office h3 {
	font: 18px Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin:0 0 10px 0;
}
.office p {
	font:normal 14px/18px Arial, Helvetica, sans-serif;
	color:#383b39;
	margin:0;
}
.address {
	width:auto;
	float:left;
}
.address h3 {
	font: 18px Arial, Helvetica, sans-serif;
	color:#0376B5;
	margin:0 0 10px 0;
}
.address p {
	font:normal 14px/18px Arial, Helvetica, sans-serif;
	color:#383b39;
	margin:0 0 25px 0;
}
.mailerDiv {
	display:inline-block;
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#272727;
}
.mailerDiv span {
	color:#bb0755;
}
.mailerDiv a {
	color:#272727;
	font-size:18px;
}
.title2 {
	margin:0;
	font:bold 18px/100% Georgia, "Times New Roman", Times, serif;
	color:#252826;
	margin-bottom:14px;
}
#content ul {
	margin:10px;
	float:left;
}
#content ul li {
	background:no-repeat left 11px;
	padding:6px 0 6px 22px;
}
.residential-para-list {
	padding: 0 0 14px;
}
.residential-para-list span {
	display: inline-block;
	margin-right:2px;
}
.residential-para-list p {
	margin-bottom: 3px;
}
.residential-img-holder img {
	border: 2px solid #fff;
	display: block;
	max-width: 100%;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.company-in-chicago-contents img {
	display: inline-block;
	margin-bottom: 14px;
	border: 3px solid #fff;
	max-width: 95%;
}
.strip-default {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .strip-default li {
	background-image: none;
	padding-left: 0;
}
#content .strip-default {
	margin: 0 0 14px;
}
.servingArea a {
	color: #000;
}



/*===================================review====================*/

.reciew_sec{
	width: 100%;
	float: left;
	margin: 0;
	padding:38px 0;
	background: #fff;
}

.reciew_sec > img {
  display: block;
  float: none;
  margin: 0 auto;
  width: auto;
}

















