
html {
	max-width:100%;
	overflow-y: scroll;
    -ms-overflow-style: scrollbar;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: 'Lato',sans-serif;
	font-weight:300;
	color: #000;
	max-width:100%;
	overflow:hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	color: #000;
}
img {
  max-width: 100%;
  height: auto;
}
.main-head {
  padding: 50px 0;
  background: #000;
  margin-bottom: 50px;
}
.main-head h1 {
  margin-top: 0;
  font-size: 55px;
  color: #fff;
}
.themes {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.themes:hover {
  -ms-transform: translatey(-26px);
  -webkit-transform: translatey(-26px);
  transform: translatey(-26px);
}
.themes img {
  -webkit-box-shadow: 0 0 0 1px #444;
  box-shadow: 0 0 0 1px #444;
}
h2{
  color: #fff;
}
.areaFilter {
	margin-bottom:40px;
	text-align:center;
}
.areaFilter a {
	margin: 10px;
	display: inline-block;
	padding: 5px 10px;
	color: #999;
	font-size:13px;
	border-bottom: 1px solid transparent;
	text-transform:uppercase;
	letter-spacing:1px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.areaFilter a:hover {
	border-bottom:1px solid #999;
}
.areaFilter a.current {
	color:#000;
	border-bottom: 1px solid #000 !important;
}

/* ==========================================================================
   Footer
============================================================================= */

.footer {
	background: #000;
	clear: both;
	font-size: 13px;
	margin-top: 200px;
	color: #fff;
}
.footer > .container{
	padding-top:100px;
	padding-bottom:100px;
}
.footer img{
height:50px;
width:200px;
}
.footer h6 {
	color: #fff;
	margin: 0;
}
.footer ul {
	margin-bottom: 0;
}
.footer ul.social-icons li {
	padding-top:0 !important;
	padding-bottom: 0 !important;
	margin-bottom: -5px;
}
.social-icons {
 	background: transparent;
}
ul.social-icons {
	margin: 5px 0 5px -5px;
}
.social-icons a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.social-icons a {
  	border: 1px solid #000;
	color: #000;
	font-size: 17px;
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 34px;
	position: relative;
	text-align: center;
	width: 35px;
}
.social-icons a:hover {
  background: #000;
  color: #fff;
}
.social-icons a, .social-icons a {
  margin-right: 10px;
}
.social-icons.si-no-border.inverse a{
	width: auto;
	height: 17px;
	line-height: 17px;
}
ul.social-icons.si-no-border.inverse {
	margin-left: 0;
}
.social-icons.si-no-border.inverse li{
	padding: 5px 15px 5px 0;
}
.social-icons a:last-child {
	margin-right: 0!important;
}
.social-icons li:last-child {
	padding-right: 0 !important;
}
.inverse a:hover {
	background-color: transparent;
}
.si-no-border.inverse a {
	border: none;
	background-color: transparent;
	color: #000 !important;
}
.si-light.si-no-border.inverse a {
	color: #fff !important;
}

.inverse a.facebook:hover {
	color: #4d67a4 !important;
}

.inverse a.youtube:hover {
	color: #cb2025 !important;
}

.inverse a.twitter:hover {
	color: #55acee !important;
}

.inverse a.linkedin:hover {
	color: #0077b4 !important;
}
.spacing {
    word-spacing: 5px !important;
    letter-spacing: 2px !important;
}
.mar-30 {
	margin-bottom: 30px !important;
}




