.preview img{
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	box-shadow: 0px 3px 4px 0px #888888;
}

/*ul.gallery li .preview .overlay{
	width:100%;
}*/

.row-fluid table{
	width:65%;
}

.row-fluid .span9 table{
	width:80%;
}

/*.row-fluid .span9{
	margin-left:0;
}*/

.row-fluid .span3_rightimg{
	margin-right: 0;
	width: 20%;
}

/*.row-fluid .span3{
	margin-right: 12px;
	margin-left: 12px;
}*/

.center  .lead{
	text-align:center;
	color: #333333;
	font-family:"Fjalla One";
	font-size:18px;
}

.row-fluid [class*="span6"]:first-child{
	margin-top: 15px;
	margin-bottom: -13px;
}

p {
	text-align:justify;
}

#recent-works {
	background: #f5f5f5;
}

.center ul li{
	text-align:left;
}

.total{
	font-size:14px;	
}

.row-fluid .span6 tr{
	margin-bottom:15px;
}

.center span{
	text-align:center;
	padding:6px;
	margin-top:25px;
	/*border:2px solid #fff;*/
	background:#fff;
	box-shadow:	0px 2px 3px 0px #888888;
	margin-top:20px;
	font-size:18px;
	font-weight:700;
	width:100%
}
	
	

td{
	padding:5px;
}

p img{
	margin: 0 0 0px;
}

.blog-item table{
	width:50%;
}

#pricing-table .plan > li > .box{
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	padding: 4px;
	border-radius:none;
}

.main-content{
	padding:25px;
	box-shadow: 0 0 14px 7px rgba(224, 224, 224, 0.5);
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	height:1400px;
}

.table-total{
	padding:6px;
	background:#fff;
	box-shadow: 0 0 14px 0px rgba(224, 224, 224, 0.5);
	font-size:18px;
	font-family:inherit;	
	margin-bottom:0;
	width:64%;
	border: 1px solid #e3e3e3;
}

/*ul.gallery li .preview{
	margin: 9px;
}*/

#recent-works h3, h5{
	color: #34495e;
}

#recent-works p{
	color: #333333;
}

#services{
	background: #e3e3e3;	
}

#services h3, #services h4{
	color: #333333;
}

@media (max-width:320px){

ul.gallery.col-4 li{
	width: 90%;
}
ul.gallery li .preview .overlay{
	width: auto;
}
.row-fluid table{
	width:95%;
}

.navbar-fixed-top{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

/*.row-fluid .span3{
	margin-right: 9px;
	margin-left: 9px;
}*/

.main-content{
	height:1360px;
}

}

@media (max-width:360px){
ul.gallery.col-4 li{
	width: 100%;
}
ul.gallery li .preview .overlay{
	width: auto;
}
.row-fluid table{
	width:95%;
}
/*.row-fluid .span3{
	margin-left: 9px;
}*/
}

@media (max-width:767px){
ul.gallery li .preview .overlay{
	width: auto;
}
.row-fluid table{
	width:95%;
}
/*.row-fluid .span3{
	margin-left: 9px;
}*/
}

@media (max-width:768px){
ul.gallery li .preview .overlay{
	width: auto;
}
.row-fluid table{
	width:95%;
}
/*.row-fluid .span3{	
	margin-right: 7px;
	margin-left: 7px;
}*/

.main-content{
	height:1560px;
}
}

@media (max-width:800px){
.main-content{
	height:1570px;
}
.row-fluid table{
	width:95%;
}
}

@media (max-width:980px){
.main-content{
	height:1455px;
}
}

.fixed-icon {
	position: fixed;
	right: 10px;
	bottom: 60px;
	height: 50px;
	opacity: 0.5;
  }
  .fixed-icon:hover {
	opacity: 1;
  }