/* Responsive Full Background Image Using CSS
 * Tutorial URL: http://sixrevisions.com/css/responsive-background-image/
*/
.bodyfon {
  
  /* Image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based on its container's size */
  background-size: cover;
  
  /* Pick a solid background color that will be displayed while the background image is loading */
  background-color:#464646;
  
  /* SHORTHAND CSS NOTATION
   * background: url(background-photo.jpg) center center cover no-repeat fixed;
   */
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
  
  .textrightfot{
     text-align: center; 
         font-size: 14px;
}

.textleftfot{
     text-align: center;
         font-size: 14px;
}

.textleftfot1{
     text-align: center;  
     font-size: 14px;
}

.mtt100 {
    margin-top: 100px;
}

.btn-black1 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.72);
    border-color: #000;
    font-size: 14px;
    margin-bottom: 10px;
    min-width: 230px;
}

.logotip img{
width: 90px;   
}
	}
	
@media only screen and (max-width: 980px) {

.textleftfot1{
     text-align: center;   
}
	}
	

	
@media screen and (min-width:1920px) and (max-width:1920px) {	
    
    .btn-black5 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.72);
    border-color: #000;
    font-size: 12px;
    margin-bottom: 5px;
    width: 270px;
    position: relative;
    z-index: 2;
    text-align: left;
    padding: initial;
}

.btn-black5:hover,active {
    color: #ff8b02;
    background-color: rgba(0, 0, 0, 0.72);
    border-color: #000;
    font-size: 12px;
    margin-bottom: 5px;
    width: 270px;
    position: relative;
    z-index: 2;
    text-align: left;
    padding: initial;
}

.btn-spam1 {
    display: inline-block;
    vertical-align: middle;
    background: #00e4ff;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    width: 30px;
    text-align: center;
}
    
} 

@media screen and (min-width:1680px) and (max-width:1680px) {	
    
    .btn-black5 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.72);
    border-color: #000;
    font-size: 12px;
    margin-bottom: 5px;
    width: 260px;
    position: relative;
    z-index: 2;
    text-align: left;
    padding: initial;
}

.btn-black5:hover,active {
    color: #ff8b02;
    background-color: rgba(0, 0, 0, 0.72);
    border-color: #000;
    font-size: 12px;
    margin-bottom: 5px;
    width: 260px;
    position: relative;
    z-index: 2;
    text-align: left;
    padding: initial;
}

.btn-spam1 {
    display: inline-block;
    vertical-align: middle;
    background: #00e4ff;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    width: 30px;
    text-align: center;
}
    
}  

@media screen and (min-width:1440px) and (max-width:1600px) {
    
    .btn-spam1 {
    display: inline-block;
    vertical-align: middle;
    background: #00e4ff;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    width: 25px;
    text-align: center;
}
}    
	

@media screen and (min-width:1366px) and (max-width:1366px) {
    .btn-black5 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.72);
    border-color: #000;
    font-size: 8px;
    margin-bottom: 5px;
    width: 200px;
    position: relative;
    z-index: 2;
    text-align: left;
    padding: initial;
}

.btn-black5:hover,active {
    color: #ff8b02;
    background-color: rgba(0, 0, 0, 0.72);
    border-color: #000;
    font-size: 8px;
    margin-bottom: 5px;
    width: 200px;
    position: relative;
    z-index: 2;
    text-align: left;
    padding: initial;
}
    
}

@media screen and (min-width:1280px) and (max-width:1280px) {
    .btn-black5 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.72);
    border-color: #000;
    font-size: 8px;
    margin-bottom: 5px;
    width: 190px;
    position: relative;
    z-index: 2;
    text-align: left;
    padding: initial;
}

.btn-black5:hover,active {
    color: #ff8b02;
    background-color: rgba(0, 0, 0, 0.72);
    border-color: #000;
    font-size: 8px;
    margin-bottom: 5px;
    width: 190px;
    position: relative;
    z-index: 2;
    text-align: left;
    padding: initial;
}
    
}

@media screen and (min-width:1024px) and (max-width:1024px) {
    .btn-black5 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.72);
    border-color: #000;
    font-size: 6px;
    margin-bottom: 5px;
    width: 150px;
    position: relative;
    z-index: 2;
    text-align: left;
    padding: initial;
}

.btn-black5:hover,active {
    color: #ff8b02;
    background-color: rgba(0, 0, 0, 0.72);
    border-color: #000;
    font-size: 6px;
    margin-bottom: 5px;
    width: 150px;
    position: relative;
    z-index: 2;
    text-align: left;
    padding: initial;
}

.logotip img {
    width: 220px;
}

.btn-black4 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.72);
    border-color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    min-width: 220px;
    position: relative;
    z-index: 2;
}
    
}