﻿/*
 * 6.0 FOOTER
 */
.mobile_portrait
 {
   display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: #000000;
    z-index: 999;
}

.mobile_portrait .container {
    display: table;
    margin: auto;
    height: 100%;
    position: relative;
}
.mobile_portrait img.phone_animate {
    display: table-cell;
    vertical-align: bottom;
    height: 80px;
    margin-top: 100px;
}

.footer-section{
	margin-top: 22px;
	border-top-width: 1px;
	border-top-style: solid;
}
.footer-section .inner{
	padding-top: 25px;
	padding-bottom: 10px;
}

.footer-grid{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	/*display: -ms-flexbox;*/
	display: -ms-box;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

/* logo */

.footer-logo{
	padding-right: 10px;
	padding-top: 2px;
}
.footer-logo img{
	float: left;
}
.footer-logo .logo-info{
	margin-left: 110px;
	text-align: left;
}



/* menu */

.footer-nav{
	padding: 0 10px;
	line-height: 1.3rem;
}
.footer-nav ul{
	margin: 0;
	padding: 0;
}
.footer-nav li{
	display: block;
	margin: 0 0 0.8rem 0;
	padding: 0;
}
.footer-nav li a{
	min-width: 7.7rem;
	display: block;
	border-radius: 0.6rem;
	/*background-color: #f2f5f8;*/
	background-color: #ddd;
	height: 26px;
    line-height: 27px;
}


/* contacts */

.footer-contacts{
	padding: 0 10px;
}


/* social */

.footer-social{
	padding-left: 10px;
}
.footer-social a{
	padding: 2px;
}

.footer-social a:hover
{
	opacity:0.7;
}

/* Desktop */

@media all and (max-width: 2880px){
	
}
@media all and (max-width: 2560px){
	
}
@media all and (max-width: 2048px){
	
}
@media all and (max-width: 1920px){
	
}
@media all and (max-width: 1680px){
	
}
@media all and (max-width: 1600px){
	
}
@media all and (max-width: 1440px){
	
}
@media all and (max-width: 1366px){
	
}
@media all and (max-width: 1280px){
	
}
@media all and (max-width: 1200px){
	
}
@media all and (max-width: 1136px){
	
}
@media all and (max-width: 1024px){
	
}

/* ~ Tablets */

@media all and (max-width: 960px){
	
}
@media all and (max-width: 906px){
	
}
@media all and (max-width: 854px){
	
}
@media all and (max-width: 800px) {
	
}
@media all and (min-width: 769px){
	.footer-logo .logo-info .footer-nav{
		padding: 0;
	}
	.footer-logo .logo-info .footer-nav li a{
		min-width: 0;
		display: inline-block;
		padding: 0 16px;
	}
}
@media all and (max-width: 768px){
	.footer-section .inner{
		padding-top: 22px;
		padding-bottom: 23px;
	}
	
	.footer-grid{
		display: block;
	}
	
	.footer-logo{
		padding: 0;
		text-align: center;
	}
	.footer-logo img{
		float: none;
	}
	.footer-logo .logo-info{
		margin-left: 0;
		text-align: center;
	}
	
	.footer-nav li a{
		width: 292px;
	    max-width: calc(100% - 30px);
	    display: block;
	    margin: 20px auto 0 auto;
	    /*padding: 12px 10px;*/
	    border-radius: 10px;
	    background-color: #f5f7fa;
	    text-decoration: none;
	    text-align: center;
	    line-height: 1.3rem;
	    color: #a0a0a0;
	}
	
	.footer-contacts, .footer-social, .footer-section .created-by{
		margin-top: 0.8rem;
		text-align: center;
	}
	
	
}
@media all and (max-width: 736px){
	
}
@media all and (max-width: 720px){
	
}

/* ~ Cellphones */

@media all and (max-width: 667px){
	
}
@media all and (max-width: 640px){
	
}
@media all and (max-width: 601px){
	
}
@media all and (max-width: 568px){
	
}
@media all and (max-width: 540px){
	
}
@media all and (max-width: 480px){
	
}
@media all and (max-width: 414px){
	
}
@media all and (max-width: 384px){
	
}
@media all and (max-width: 375px){
	
}
@media all and (max-width: 360px){
	
}
@media all and (max-width: 320px){
	
}
@media all and (max-width: 218px){ /* Moto 360 Watch */
	
}
@media (max-device-width: 42mm) and (min-device-width: 38mm){ /* Apple Watch ~ 158px max, 143px min */
	
}