
/*Import Global CSS Files*/
@import url(app.css);
@import url(blocks.css);

.u-shadow-v1-3 {
    box-shadow: 0 0 5px #ddd;
}

* {
	border-radius: 0;
}
a {
color: #22a0b8;
text-decoration: none;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}
/*my quotes section*/
.quote_body_resize {
    border-bottom: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
    background: #f8f8f8;
}
.quote_body {
    
    padding: 20px;

}
.quote_body img {
    float: left;
    margin: 5px 20px 5px 0;
    
	
}
.quote_body p {
    font: normal 14px Georgia, "Times New Roman", Times, serif;
    color: #717171;
    font-style: italic;
    padding: 5px 0 0 0;
    margin: 0;
    line-height: 1.5em;
	 overflow:hidden;
}


.quote_body a {
    float: right;
    color: #22a0b8;
    font-weight: bold;
    text-decoration: none;
	
}
/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../images/white_bg.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}


/* Welcome Area */
#welcomeArea { padding: 10px 20px; color: #fff; background: #3b444b; border-top: 1px solid #3b444b; }
#welcomeArea h1 { color: #fff; }
#welcomeArea a.btn { margin: 5px 10px; }

