

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17.12.2015, 15:56:07
    Author     : jokl
*/
@media all{
    
    .top-bar {
      /*  background-color: #378F41;*/
    }
    ul.social-share li a {
        background-color: white;
    }
    ul.social-share li .fa,ul.social-share li .fontello {
         color: dodgerblue;   
   }
   
   #footer {
    background-color: #378F41;
   }

   

    .row2{
        background-color: #E6E6E6;
    }
    input.error{
        
        border-color: #d05a4e;
        
    }
    
    label.error {
        color: red;
        display: none;
    }
 
    
}

.form-bottom form .input-error {
    border-color: #d05a4e;
}

.hyphens{
	-ms-hyphens: auto;        
	-moz-hyphens: auto;        
	-webkit-hyphens: auto;        
	hyphens: auto;
}


