
footer {
    width: 100%;
    background-color: #2e2d2d;
    min-height: 337px;
    padding-top: 85px;
    padding-bottom: 85px;
    position: relative;
    z-index: 100;
}

footer .container {
    max-width: 1280px
}

footer .facebook-btn {
    width: 50px;
    height: 50px;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -khtml-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-image: url(/images/facebook.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    display: inline-block;
    margin-right: 34px
}

footer .twitter-btn {
    width: 50px;
    height: 50px;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -khtml-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-image: url(/images/twitter.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    display: inline-block;
    margin-right: 34px
}

footer .instagram-btn {
    width: 50px;
    height: 50px;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -khtml-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-image: url(/images/instagram.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    display: inline-block;
    margin-right: 34px
}

footer #footer-nav {
    float: right;
    line-height: 50px
}

footer #footer-nav ul {
    list-style: none;
    padding-left: 0;
    float: right
}

footer #footer-nav ul li {
    float: left;
    margin-left: 30px
}

footer #footer-nav ul li:first-child {
    margin-left: 0
}

footer #footer-nav ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-family: RobotoMedium, sans-serif;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 2px solid transparent;
    height: 46px
}

footer #footer-nav ul li a:hover {
    text-decoration: none;
    border-bottom: 2px solid #fff
}

footer #footer-nav ul li a:active {
    color: #fff;
    text-decoration: none
}

footer #icon-bar {
    float: left
}

footer #copyrait {
    color: #fff;
    font-family: RobotoMedium, sans-serif;
    font-size: 18px;
    margin-top: 80px;
    margin-left: 40px
}

footer .version {
    text-align: center
}

.sidebar-menu footer{
	padding-top: 40px;
    padding-bottom: 40px;
}

.sidebar-menu .footer-wrap{
	border-top: 1px solid #FFF;
	position: relative;
	bottom: 0;
	width: 100%;
}

.sidebar-menu .footer-wrap a{
	color: #FFF;
}

.sidebar-menu .footer-wrap .copy{
	color: #FFF;
	padding-left: 62px;
	height: 55px;
    line-height: 55px;
}

footer.landing{
	position: relative;
	overflow: hidden;
}

footer.landing .bg-holder:before{
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	opacity: 0.92;
	background-color: #2e2d2d;
}

footer.landing .container{
	position: relative;
	z-index: 5;
}

footer.landing .follow-block p{
	font: 18px/1em MyriadProRegular;
	color: #FFF;
	margin-bottom: 35px;
}

footer.landing .follow-block a{
	margin: 0;
	text-align: center;
}

footer.landing #copyrait{
	/* margin-top: 200px; */
	margin-left: 0;
	text-align: center;
}

footer.landing .container {
    width: 1260px;
}

footer.landing .footer-nav{
	/* margin-left: 60px; */
}

footer.landing .footer-nav ul.menu{
	padding-left: 0px;
	list-style: none;
}

footer.landing .footer-nav ul.menu li + li{
	margin-top: 5px;
}

footer.landing .footer-nav ul.menu li a:before,
footer.landing .footer-nav ul.menu li a{
	-webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

footer.landing .footer-nav a{
	font: 18px/1em MyriadProRegular;
	color: #FFF;
	display: block;
	padding: 5px 0;
}

footer.landing .footer-nav a:hover{
	text-decoration: none;
	color: #3bb82e;
}

footer.landing .footer-nav > ul{
	float: right;
}

footer.landing .footer-nav > ul > li{
	display: inline-block;
	padding-left: 130px;
}

footer.landing .footer-nav ul.menu li a:before{
	content: ">";
	display: inline-block;
	font: 18px/1em MyriadProRegular;
	color: #FFF;
	margin-right: 10px;
}

footer.landing .footer-nav ul.menu li a:hover:before{
	margin-right: 5px;
	margin-left: 5px;
	color: #3bb82e;
}

footer.landing h3{
	font: 18px/1em MyriadProRegular;
	color: #FFF;
	margin-bottom: 30px;
}
footer .social{
  padding-left: 0 !important;
  margin-left: 0 !important;
  justify-content: space-between;
  width: 221px;
}
footer .social li{
  padding-left: 0 !important;
  width: auto;
}
footer .follow-block{
  width: 262px;
}

footer .footer-nav{
  width: calc(100% - 262px);
  padding-left: 30px;
}
footer .footer-nav>ul{
  float: left !important;
}

@media screen and (min-width: 1024px) and (max-width: 1260px) {
	footer #footer-nav ul li {
		margin-left: 40px;
	}
	
	footer.landing .container{
		width: auto;
	}
	
	footer.landing .footer-nav{
		margin-left: 0;
	}
	
	footer.landing .footer-nav > ul > li{
		padding-left: 80px;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	footer .instagram-btn{
		margin: 0;
	}
	
	footer.landing .container{
		width: auto;
	}
	
	footer.landing .footer-nav{
		margin-left: 0;
	}
	
	footer.landing .footer-nav > ul > li{
		padding-left: 35px;
	}
	
	footer.landing h3{
		font: 18px/1em RobotoMedium;
	}
	
	footer.landing .footer-nav a{
		font: 16px/1.2em RobotoRegular;
	}
	
	footer.landing .footer-nav{
		margin: 0;
	}
}	

.container-no-padding{
  padding: 0 !important;
}

.main-footer{
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-box-pack: space-evenly; -webkit-justify-content: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly;
}

.main-footer .follow-block{
  width: auto !important;
}



.main-footer__column{
  margin: 0 !important;
  padding: 0 !important;
}

footer .version{
  color: #fff;
}