.price-box:hover ul > li {
  color: #eee;
}

.price-box .price {
  color: #f56363;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  margin: 20px 0;
}

.about {
	padding-top: 150px;
    padding-bottom: 100px;
}

.services {
	padding-top: 150px;
    padding-bottom: 100px;
}
.management {
	padding-top: 150px;
    padding-bottom: 100px;
}

blockquote{
  display: inline-block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
    
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote p::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  /*content: "";*/
  content: "\201D";
   font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
}
.blockquote-style{  
  border-left: 15px solid #f56363;
  border-right: 2px solid #f56363;
}
.blockquote-style-reverse{
	border-left: 2px solid #f56363;
    border-right:15px solid #f56363;
}
.square{width:200px;
	min-height:200px;
	margin-right:22px;
	text-align:center!important;
	background-color:#E6E6E6;
	padding:20px 0}

.border-top-megenda{
	border-top: 3px solid #c644fc;
}
.border-top-red{
	border-top: 3px solid #f55b63;
}
.border-top-green{
	border-top: 3px solid #43c5b9;
}
.border-top-blue{
	border-top: 3px solid #42a3ee;
}
.border-top-yellow{
	border-top: 3px solid #e6e837;
}
.border-top-gold{
	border-top: 3px solid #e8c537;
}

.modal-dialog {width:300px; height: 300px;}
.thumbnail {margin-bottom:6px;}

.product ul li {
    font-size: 16px;
    line-height: 40px;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #ececec;
}

.product ul li i {
    margin-right: 10px;
    color: #f56363;
}


