body {
        margin-bottom: 80px;
		background-color:#033;
		direction: rtl;
        }

.about{
			
			color:#FFF;
	}
	
.border{
		border-style: solid;
		border-color: #E0E0E0;
		border-radius: 25px;
		box-shadow: 7px 7px 5px #888888;
	}
	
.contact{
			color:#000;
	}
	
.contactimg{

    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
	}

.publish{
		direction: ltr;
	}
	
.pushRight{
		margin-left: 15px;
	
	}
	
.pos_fixed {
    position: fixed;
}

span.glyphicons-lg {

	font-size: 18px;
	line-height: 1.33;
  }
	
	
footer {
		margin-left:40px;
		padding-top:10px;
		}