@import url(font-awesome.min.css);

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  margin-top:20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width:100%;
  /* Set the fixed height of the footer here */
  /*height: 60px;*/
  padding: 6em 0 2em 0 ;
  background-color: #2e3842;
  /*background-color: #2c2d2d;*/
  /*background-color:#1b4f90;*/
  
  text-align: center;

}

/* Footer */

		footer .col {
			font-size: 1.25em;
			list-style-type:none;
			margin: 0;
			padding: 0 0em 0 3em;
			text-align: left;
		
		
		}
		
		footer .col label{
			font-size: 1.25em;
			list-style-type:none;
			margin: 0;
			padding: 0;
		

		
		}

		footer .col li{
			 display: block;
			 padding:20px; 
		}
			
			
			footer .col li a {
				color: rgba(255, 255, 255, 0.5);
				display: block;
				
				text-decoration: none;
				
			}

				footer .col a:hover {
					color: #fff;
				}
				
		
		
		footer .icons {
			font-size: 1.25em;
			list-style-type:none;
			margin: 0;
			padding: 0;
			right:0;
		
		}

				
		footer .icons li{
			 display: inline-block;
			 padding:20px; 
		}
			
			
			footer .icons li a {
				color: rgba(255, 255, 255, 0.5);
				display: block;
				text-align: center;
				text-decoration: none;
				
			}

				footer .icons a:hover {
					color: #fff;
				}

		footer .copyright {
			color: rgba(255, 255, 255, 0.5);
			font-size: 0.8em;
			letter-spacing: 0.225em;
			list-style: none;
			padding: 0;
			text-transform: uppercase;
		}

			footer .copyright li {
				border-left: solid 1px rgba(255, 255, 255, 0.5);
				display: inline-block;
				line-height: 1em;
				margin-left: 1em;
				padding-left: 1em;
			}

				footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				footer .copyright li a {
					color: inherit;
				}

					footer .copyright li a:hover {
						color: #fff;
					}

				@media screen and (max-width: 480px) {

					footer .copyright li {
						border: 0;
						display: block;
						line-height: 1.65em;
						margin: 0;
						padding: 0.5em 0;
					}

				}

		@media screen and (max-width: 980px) {

			footer {
				padding: 4em 3em 2em 3em ;
			}

		}

		@media screen and (max-width: 736px) {

			footer {
				padding: 3em 2em 1em 2em ;
			}

		}
		
		.label{
		
		display:none;
		}