@font-face {
    font-family: "Yekan";
    src: url(../../includes/fonts/Yekan.eot);
    src: url(../../includes/fonts/Yekan.eot?#iefix) format("embedded-opentype"),
         url(../../includes/fonts/Yekan.woff) format("woff"),
         url(../../includes/fonts/Yekan.ttf) format("truetype"),
         url(../../includes/fonts/Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal
}

body{
    
    font-family: Yekan, Tahoma !important;
	height: 100%;
    background-image: url(../pattern/cheap_diagonal_fabric.png);
    
}

.container-fluid{
	
	background-color: none;
}

.container {
	
	min-height: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 50px;
    border-width: 2px;
	border-style: solid;
    padding-bottom: 50px;
    
}

.btn-btn {
    
	padding-top: 7px;
	
	}	
	
	
	/* modal style */
	
.modal-header, h4, .close {
    
      background-color:  #009999;
      color:white !important;
      text-align: center;
      font-size: 30px;
  }
  
  .modal-footer {
      background-color: #f9f9f9;
  }
  

footer {
      background-color: #555;
      color: white;
      padding: 15px;
    }

.jumbotron {
    
    background: url(includes/photos/ICON-2-10.png)left / contain no-repeat;
    background-color: 	#fff;
    margin-left: 10px;
   
    
}

p.error{
    
    color: #ff4141 ;
}