html,body,p,button {
	margin: 0;
	padding: 0;
}
.cleafix {
	clear: both;
	display: table;
	content: '';
}
.wrapper {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	display: relative;
}
/*header*/
body header {
	background-image: url('../img/bg.png');
	background-position: center;
	background-repeat: no-repeat;
	height: 1024px;
	width: 100%;
	position: relative;
	z-index: 1;
}

header:before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: absolute;
	z-index: -1;
}
body header nav {
	line-height: 56px;
	padding-top: 40px;
	height: 56px;
	margin: 0 auto;
}
body header nav .logo,
body header nav p {
	float: left;
}

body header nav .logo {
	float: left;
	width: 64px;
	height: 56px;
	background: url('../img/logos.png') no-repeat center;
}
body header nav p a {
	float: left;
	margin: 0 0 0 2px;
	color: #ffffff;
	font-family: Raleway;
	font-size: 34px;
	letter-spacing: -1.36px;
	text-decoration: none; 
}
body header nav .menu {
	float: right;
	margin: 0;
}
body header nav .menu a:first-child {
	margin: 15px 15px 15px 0;
}
body header nav .menu a {
	margin: 15px;
	color: #ffffff;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
}

body header nav .menu a:hover {
	color: #c7b299;
}

body header nav .menu .market,
body header nav .menu .search {
	float: right;
}

body header nav .menu .market {
	margin: 15px 0 0 48px;
	width: 18px;
	height: 24px;
	background: transparent url('../img/cart.png') no-repeat center;
	cursor: pointer;
}

body header nav .menu .search {
	margin: 15px 0 0 28px;
	width: 24px;
	height: 24px;
	color: white;
	z-index: 3;
	background: transparent url('../img/search.png') no-repeat center;
	cursor: pointer;
}
/*/header*/

/*slide*/

.slider {
	width: 100%;
	height: 275px;
	margin: 309px auto 0 auto;
	position: relative;
	box-shadow: 0 0 3px 0 0;
	overflow: hidden;
}

.arr {
	position: absolute;
	width: 40px;
	height: 73px;
	margin-top: -14px;
	top: 50%;
	border-radius: 50%;
	z-index: 5;
	background-color: transparent;
	cursor: pointer;
}



.arr_left {
	left: 150px;
	background: transparent url('../img/left.png') no-repeat center;
	
}

.arr_left:before {
	margin: -8px 0 0 -14px; 
}

.arr_right {
	right: 150px;
	background: transparent url('../img/right.png') no-repeat center;
}

.arr_right:before {
	margin: -8px 0 0 -2px;
	border-color: transparent transparent transparent black; 
}

.wrap {
	position: relative;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
	transition: .7s;
	font-size: 0;
}

.wrap > div {
	width: 100%;
	height: 600px;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	text-align: center;
	line-height: 1;
	margin: 0;
}


/* 1 */
.wrap > div:nth-of-type(1) {
	background-color: transparent;
}

.wrap > div:nth-of-type(1) p {
	text-align: center;
}

.wrap > div:nth-of-type(1) .modern {
	padding-bottom: 14px;
	color: #ffffff;
	font-family: Raleway;
	font-size: 36px;
	font-weight: 500;
}

.wrap > div:nth-of-type(1) .portfolio {
	padding-bottom: 19px;
	color: #ffffff;
	font-family: "Raleway - Extra Bold";
	font-size: 52px;
}
.wrap > div:nth-of-type(1) .other {
	text-align: center;
	color: #ffffff;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

.wrap > div:nth-of-type(1) button {
	margin-top: 52px;
	width: 170px;
	height: 53px;
	border: none;
	border-radius: 3px;
	background-color: #998675;
	box-shadow: inset 0 -3px 0 #736357;
	color: #ffffff;
	font-family: "Raleway - Extra Bold";
	font-size: 14px;
	line-height: 23px;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
}
/*delete*/
.wrap > div:nth-of-type(2),
.wrap > div:nth-of-type(3),
.wrap > div:nth-of-type(4),
.wrap > div:nth-of-type(5) {
	color: red;
	font-size: 44px;
}
/*delete*/
/* /1 */


.wrap > div:nth-of-type(2) {
	background-color: transparent;
}

.wrap > div:nth-of-type(3) {
	background-color: transparent;
}

.wrap > div:nth-of-type(4) {
	background-color: transparent;
}

.radio {
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 121px;
	height: 17px;
	transform: translate(-50%,0);
}
/*/slide*/
/*content*/
body .content .wrapper .web,
body .content .wrapper .development,
body .content .wrapper .customization,
body .content .wrapper .marketing {
	width: 25%;
	height: 213px;
}
body .content .info {
	max-width: 1166px;
	width: 100%;
	margin: 89px auto 80px auto;
	display: flex;
	justify-content: space-between;
}

body .content .info p {
	margin-top: 19px;
	text-align: center;
	white-space: pre-wrap;
	color: #8c8c8c;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
}

body .content .wrapper .web .pencil,
body .content .wrapper .development .layer,
body .content .wrapper .customization .setting,
body .content .wrapper .marketing .folder {
	margin: 0 auto;
}

body .content .wrapper .web .pencil {
	width: 49px;
	height: 49px;
	background: transparent url('../img/pencil.png') no-repeat center;
}

body .content .wrapper .web .web-app,
body .content .wrapper .development .develop,
body .content .wrapper .customization .cust_img,
body .content .wrapper .marketing .inf-market {
	padding: 29px 0 0 0;
	text-align: center;
	color: #555555;
	font-family: "Raleway - Semi Bold";
	font-size: 22px;
	
}

body .content .wrapper .development .develop {
	padding: 38px 0 0 0;
}

body .content .wrapper .customization .cust_img {
	padding: 34px 0 0 0;
}

body .content .wrapper .marketing .inf-market  {
	padding: 42px 0 0 0;
}

body .content .wrapper .development .layer {
	width: 44px;
	height: 40px;
	background: transparent url('../img/layer.png') no-repeat center;
}

body .content .wrapper .customization .setting {
	width: 44px;
	height: 44px;
	background: transparent url('../img/setting.png') no-repeat center;
}

body .content .wrapper .marketing .folder {
	width: 52px;
	height: 36px;
	background: transparent url('../img/folder.png') no-repeat center;
}
body .content .wrapper .info-hr {
	margin: 30px auto 0 auto;
	width: 70px;
	height: 3px;
	background-color: #f1eee9;
	border: 0;
}
.web *, {
	background-color: black/* #c7b299 */;
	color:  #c7b299;
}
/*content*/

/*realization*/
.realization {
	background-color: #fbfaf8;
}
.theme {
	width: 1230px;
	height: 700px;
}
.realization,.theme {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.waxom {
	margin: 0;
	padding: 83px 0 0 0;
	color: #555555;
	font-family: "Raleway - Semi Bold";
	font-size: 30px;
}
.realization .theme .investigationes {
	padding: 24px 0 0 0 ;
	white-space: pre-wrap;
	color: #8c8c8c;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}
.layouts {
	margin: 12px auto 0 auto;
	background: transparent url('../img/layouts.png') no-repeat center;
	max-width: 100%;
	width: 1230px;
	height: 483px;
}
.waxom-bottom {
	width: 100%;
	height: 150px;
	background-color: #f4f5f8;
    background-image: -webkit-linear-gradient(left, #211b19 0%, #4e3427 100%);
    background-image: -o-linear-gradient(left, #211b19 0%, #4e3427 100%);
    background-image: linear-gradient(to right, #211b19 0%, #4e3427 100%);
}
.multipurpose {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.multipurpose-left {
	line-height: 0;
	float: left;
}
.multipurpose .multipurpose-left h2 {
	
	margin-top: 48px;
	color: #ffffff;
	font-family: Raleway;
	font-size: 28px;
}
.multipurpose .multipurpose-left h2 span {
	color: #c7b299;
}
.multipurpose .multipurpose-left p {
	margin-top: 8px;
	
	float: left;
	color: #615855;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 300;
}

.purchase {
	position: absolute;
	top: 50px;
	right: 30px;
	box-shadow: inset 0 -3px 0 #736357;
	border-radius: 3px;
	background-color: #998675;
	border: 0;
	padding: 19px 29px 20px 28px;  
	color: #ffffff;
	font-family: "Raleway - Extra Bold";
	font-size: 14px;
	line-height: 23px;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
}
/*realization*/
.latest {
	margin: 0 auto;
	text-align: center;
}
.latest .h1-latest {
	margin: 81px 0 24px 0;
	color: #555555;
	font-family: "Raleway - Semi Bold";
	font-size: 30px;
}
.latest .p-latest {
	white-space: pre-wrap;
	color: #8c8c8c;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}
.choice {
	padding: 40px 0 0 0;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}
.choice div {
	display: inline-block;
	padding: 10px 25px;
	margin: 0 5px;
	color: #8c8c8c;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
	border-radius: 3px;
	border: 1px solid #ebebeb;
}

.choice div:hover {
	background-color: #998675;
	color: white;
	cursor: pointer;
}
.vote {
	max-width: 1290px;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.vote > div {
	margin: 30px;
	float: left;
	width: 370px;
	height: 337px;
	display: inline-block;
}
.vote > div > div {
	overflow: hidden;
	width: 370px;
	height: 237px;
	transition: all 1s ease-out;
	cursor: pointer;
}
.vote > div:hover {
	transition: 0.5s;
	transform: scale(1.1);
	background-color: black;
	background-color: rgba(17, 17, 17, 0.7);
}
/*1 block img*/





.phone,.quam,.book,.bird,.magazine,.rock {
	background-color: #fbfaf8;
}
.phone .claritas .vote-title,
.quam .quam-mutamus .vote-title,
.book .usus .usus-title,
.bird .processus .processus-title,
.magazine .page .page-magazin,
.rock .land .land-title {
	margin: 30px 0 0 28px;
	float: left;
	color: #c7b299;
	font-family: Raleway;
	font-size: 20px;
	font-weight: 500;
}
.phone .claritas .vote-description,
.quam .quam-mutamus .vote-description,
.book .usus .usus-description,
.bird .processus .processus-description,
.magazine .page .page-description,
.rock .land .land-description  {
	margin: 5px 0 27px 28px;
	
	color: #d1d1d1;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}
/*/1 block img*/
/*2 block img*/
.phone .vote-img {
	background: #e0eeef url('../img/mobile.png') no-repeat center;
}

.quam .quam-img {
	background: #e0eeef url('../img/mountain.png') no-repeat center;
}

.book .img-book {
	background: #e0eeef url('../img/qinim.png') no-repeat center;
}
.bird .img-bird {
	background: #e0eeef url('../img/bird.png') no-repeat center;
}
.magazine .img-magazine {
	background: #e0eeef url('../img/magazine.png') no-repeat center;
}
.rock .img-rock {
	background: #e0eeef url('../img/rock.png') no-repeat center;
}
.btn-latest {
	margin-top: 40px;
	width: 170px;
	height: 50px;
	color: #ffffff;
	font-family: "Raleway - Extra Bold";
	font-size: 14px;
	line-height: 23px;
	text-transform: uppercase;
	box-shadow: inset 0 -3px 0 #736357;
	border-radius: 3px;
	background-color: #998675;
	border: 0;
	outline: none;
	cursor: pointer;
}

/* presentation */
.presentation {
	position: relative;
	margin: 80px 0 0 0;
	width: 100%;
	height: 705px;
	background: #fff url('../img/videobg.png') no-repeat center;
	z-index: 1; 
}
.presentation:before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	z-index: -1;
}
iframe {
	margin: 80px 0 0 0;
}
.presentation .present-wrap {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 552px;
	height: 288px;
}

.presentation .present-wrap .play {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	background: transparent url('../img/play.png') no-repeat center; 
}
.presentation .present-wrap .present-h4 {
	margin: 44px 0 0 0;
	color: #ffffff;
	font-family: Raleway;
	font-size: 30px;
	font-weight: 500;
}
.presentation .present-wrap .present-p {
	padding: 29px 0 0 0;
	color: #ffffff;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}
.presentation .present-wrap .time {
	margin-top: 40px;
	color: #c7b299;
	font-family: Montserrat;
	font-size: 14px;
	line-height: 24px;
}
/* /presentation*/
/* adapt-phone */
.adapt-phone {
	height: 695px;
	position: relative;
}
.iphone {
	position: absolute;
	top: 79px;
	width: 416px;
	height: 616px;
	background: transparent url('../img/iPhone_in_hand.png') no-repeat center;
}
.devices {
	margin: 192px 0 0 29px;
	float: right;
	width: 666px;
	height: 321px;
}
.devices-h4 {
	margin: 0;
	color: #555555;
	font-family: "Raleway - Semi Bold";
	font-size: 30px;
}
.devices-p {
	margin-top: 40px;
	color: #8c8c8c;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	white-space: pre-wrap;
}
.list {
	margin-top: 45px;
	width: 100%;
	height: 111px;
	float: right;
}
.list ul li {
	list-style: none;
	color: #8c8c8c;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
}
.arr-device {
	padding: 8px 29px 0 0;
	width: 21px;
	float: left;
}
.arrow {
	margin-top: 12px;
	width: 21px;
	height: 21px;
	background: transparent url('../img/arrow.png') no-repeat center;
}
.phone-footer {
	padding: 69px 0 60px 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #f4f5f8;
    background-image: -webkit-linear-gradient(left, #211b19 0%, #4e3427 100%);
    background-image: -o-linear-gradient(left, #211b19 0%, #4e3427 100%);
    background-image: linear-gradient(to right, #211b19 0%, #4e3427 100%);
}
.phone-footer > div {
	padding: 20px;
	width: 160px;
	height: 171px;
}

.phone-all {
	margin: 0 auto;
	width: 60px;
	height: 44px;
	
}
.client {
	background: transparent url('../img/client.png') no-repeat center;
}
.coffe {
	background: transparent url('../img/coffe.png') no-repeat center;
}
.send {
	background: transparent url('../img/send.png') no-repeat center;
}
.heart {
	background: transparent url('../img/heart.png') no-repeat center;
}
.food {
	background: transparent url('../img/food.png') no-repeat center;
}
.counter {
	padding-top: 30px;
	color: #ffffff;
	font-family: "Montserrat - Ultra Light";
	font-size: 48px;
	line-height: 36px;
}
.phone-title {
	padding-top: 21px;
	color: #c7b299;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-transform: uppercase;
}
.hr-phone {
	margin-top: 30px;
	width: 30px;
	height: 2px;
	background-color: #ffffff;
	border: 0;
}
/* /adapt-phone */
/*posts*/
.posts {
	text-align: center;
}
.posts .posts-log {
	margin-top: 82px;
	color: #555555;
	font-family: "Raleway - Semi Bold";
	font-size: 30px;
}
.posts .posts-description {
	padding-top: 30px;
	white-space: pre-wrap;
	color: #8c8c8c;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}

.posts-slide {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.posts-slide > .block {
	display: inline-block;
}
.block {
	width: 370px;
	height: 395px;
	border: 1px solid #f8f8f8;
}
.block:hover {
	background-color: rgba(17, 17, 17, 0.7);
	background-color: #777777;
	color: white;
}
.posts-slide .slippers {
	position: relative;
	width: 370px;
	height: 395px;
}
.posts-slide .slippers {
	width: 370px;
	height: 220px;
	background: transparent url('../img/slippers.png') no-repeat center;
}
.posts-slide .coffe {
	width: 370px;
	height: 220px;
	background: transparent url('../img/laptop.png') no-repeat center;
}
.posts-slide .ship {
	width: 370px;
	height: 220px;
	background: transparent url('../img/ship.png') no-repeat center;
}

.sep {
	padding: 20px 0 0 20px;
	width: 50px;
	height: 60px;
	background: transparent url('../img/sep.png') no-repeat center;
}
.post-title {
	padding: 30px 0 0 29px;
	color: #555555;
	font-family: Raleway;
	font-size: 20px;
	font-weight: 500;
}
.posts-descript {
	padding: 19px 0 0 29px;
	white-space: pre-wrap;
	color: #8c8c8c;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
}

.more {
	padding: 27px 0 0 29px;
	text-decoration: none;
	color: #c7b299;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	cursor: pointer;
}
.sepc {
	padding: 20px 0 0 20px;
	width: 50px;
	height: 60px;
	background: transparent url('../img/sepc.png') no-repeat center;
}
.post-wrap {
	width: 52px;
}
.left {
	float: left;
	width: 22px;
	height: 22px;
	background: transparent url('../img/left.png') no-repeat center;
}
.right {
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url('../img/right.png') no-repeat center;
}
.post-wrap {
	width: 52px;
	height: 22px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.slippers-radio {
	position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%);
}


/* /posts*/
/*lable*/
.lable {
	position: relative;
	background: transparent url('../img/mountain1.png') repeat center;
	z-index: 1;
	}
.lable:before {
	content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    z-index: -1;
}
.lable .log-lable {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.lable .log-lable .logOne {
	padding: 181px 90px 181px 0;
	width: 210px;
	height: 127px;
	background: transparent url('../img/logo-01.png') no-repeat center;
}
.lable .log-lable .logTwo {
	padding: 140px 90px 139px 0;
	width: 210px;
	height: 210px;
	background: transparent url('../img/logo-02.png') no-repeat center;
}
.lable .log-lable .logThree {
	padding: 181px 90px 178px 0;
	width: 210px;
	height: 127px;
	background: transparent url('../img/logo-03.png') no-repeat center;
}
.lable .log-lable .logFour {
	padding: 163px 90px 162px 0;
	width: 210px;
	height: 164px;
	background: transparent url('../img/logo-04.png') no-repeat center;
}
/* /lable*/
/* bottom-logo */
.bottom-logo {
	padding-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #191919;
}
.bottom-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.waxom-footer {
	/* float: left; */
	padding: 80px 42px 144px 0;
	width: 265px;
	height: 254px;
}
.waxom-img {
	
	width: 64px;
	height: 56px;
	background: transparent url('../img/logos.png') no-repeat center;
}
.wax-title {
	/* float: left; */
	padding-top: 14px;
	color: #ffffff;
	font-family: Raleway;
	font-size: 34px;
	font-weight: 400;
	letter-spacing: -1.36px;
}
.wax-descript {
	padding-top: 29px;
	/* float: left; */
	color: #555555;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
}
.read {
	padding-top: 33px;
	/* float: left; */
	color: #d1d1d1;
	font-family: Montserrat;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}
.recent-posts {
	padding: 108px 38px 81px 0;
	/* float: left; */
	width: 266px;
	height: 319px;
}
.posts-recent {
	color: #ffffff;
	font-family: Raleway;
	font-size: 24px;
	font-weight: 700;
}
.post-date {
	padding-top: 33px;
	color: #363636;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
}
.post-date2 {
	color: #555555;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	padding-top: 10px;
}
.hr-bottom {
	margin-top: 21px;
	width: 270px;
	height: 1px;
	background-color: #252525;
	border: 0;
}
.white {
	padding-top: 20px;
	color: white;
}
.brown {
	width: 270px;
	padding-top: 10px;
	color: #c7b299;
}
.last {
	padding-top: 20px;
}
.bottom{
	padding-bottom: 81px;
}
.post-date2 .blue {
	color: #00bff3;
}
.our-twitter {
	padding: 107px 30px 50px 0;
	/* float: left; */
	width: 270px;
	height: 300px;
}
.tbottom {
	padding-top: 30px;
}
.min-lather {
	padding-top: 11px;
	color: #363636;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
}
.hr-twit {
	margin-top: 23px;
	width: 270px;
	height: 1px;
	background-color: #252525;
	border: 0;
}
.twit-post {
	padding-top: 18px;
	width: 275px;
}
.plus {
	padding-top: 12px;
}
.twit-last {
	padding-top: 18px;
}
.dribbble-widget {
	padding: 107px 26px 0 0;
	/* float: left; */
	width: 290px;
	height: 255px;
}
.dribbble-widget > div {
	padding: 5px;
	width: 130px;
	height: 98px;
	display: inline-block;
}
.dribbble {
	padding-bottom: 26px;
	color: #ffffff;
	font-family: Raleway;
	font-size: 24px;
	font-weight: 700;
}
.mobile {
	background: transparent url('../img/mobilephone.png') no-repeat center;
}
.package {
	background: transparent url('../img/package.png') no-repeat center;
}
.magazine {
	background: transparent url('../img/magazine.png') no-repeat center;
}
.icon {
	background: transparent url('../img/icon.png') no-repeat center;
}
/* /bottom-logo */
/* footer */
footer {
	width: 100%;
	height: 111px;
	background-color: #111111;
	line-height: 111px;
}
.end {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
}

.footer-left {
	margin-left: 5%;
	float: left;
	color: #555555;
	font-family: Montserrat;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
}
.link-wax {
	color: #959595;
	text-decoration: none;
	line-height: 111px;
}
.faq {
	color: #c7b299;
	text-decoration: none;
}
.footer-right {
	margin-right: 5%;
	float: right;
	color: #555555;
	font-family: Montserrat;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	line-height: 111px;
}
.themefire,.envato {
	color: #959595;
}
.adaptive {
	text-align: center;
	display: none;
	position: fixed;
	top:0;
	left: 0;
	z-index: 50;
	width:100%;
	height: 100%;
	background-color: #2e3e4f;
}
.adaptive ul li {
	list-style: none;
}
.adaptive ul li a {
	text-decoration: none;
	color: #948C8C;
}
.show {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 6;
	background-color: lightgray;
}
.close_mob_menu {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
/* /footer */
@media only screen and (max-width: 1289px) {
	.vote {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 1020px) {
		.menu {
			display: none;
		}
		.nav-btn {
			display: block;
    		position: absolute;
   			z-index: 4;
    		left: 50%;
    		transform: translate(-50%,0);
		}
		.nav-btn > div {
			margin-top: 5px;
			width: 30px;
			height: 5px;
			background-color: lightgray;
		}
	}
	@media only screen and (max-width: 1000px) {
		.arr_left {
			left: 10px;
		}
		.arr_right {
			right: 10px;
		}
		.iphone {
			opacity: 0.1;
		}
	}

	@media only screen and (max-width: 758px) {
		.adapt-phone {
			height: 696px;
		}
		.footer-right,
		.footer-left {
			float: left;
			margin-left: 5%;
			font-size: 12px;
		}
		.multipurpose .multipurpose-left h2 {
			font-size: 15px;
		}
		.multipurpose {
			height: 150px;
		}
		.multipurpose-left {
			line-height: 1;
			padding-top: 1px;
		}
		.multipurpose .multipurpose-left p {
			float: none;
			font-size: 14px;
			float: none;
		}
		.devices {
			width: 100%;
		}
		.purchase {
			right: 0;
			float: right;
			padding: 10px 20px 10px 20px;
			transform: translate(-50%,0);
			
		}
		
		.footer-right {
			line-height: 1;
			margin-top: 25px;
		}
		.footer-left {
			margin-top: 25px;
		}
		.link-wax {
			line-height: 1;
		}	
	}
	@media only screen and (max-width: 628px) {
		.purchase {
			right: 0;
			float: right;
			padding: 10px 20px 10px 20px;
			transform: translate(-50%,0);
		
		}
		.ourtwitter {
			padding: 107px 30px 50px 0;
		}
	}

	@media only screen and (max-width: 591px) {
		.waxom-bottom {
			height: 200px;
		}
		.multipurpose .multipurpose-left p {
			float: none;
			font-size: 14px;
			float: none;
		}
		.purchase {
			padding: 10px 20px 10px 20px;
			transform: translate(-50%,0);
			margin-top: 80px;
			
		}
	}


	@media only screen and (max-width: 436px) {
		body header nav p a {
			font-size: 30px;
		}
		.arr_left {
			left: 10px;
		}
		.arr_right {
			right: 10px;
		}
	.wrap > div:nth-of-type(1) .modern {
		font-size: 20px;
	}
	.wrap > div:nth-of-type(1) .portfolio {
		font-size: 30px;
	}
	.wrap > div:nth-of-type(1) .other {
		font-size: 9px;
	}
	body .content .info {
		display: flex;
    	justify-content: center;
    	flex-wrap: wrap;
	}
	body .content .wrapper .web,
	body .content .wrapper .development,
	body .content .wrapper .customization,
	body .content .wrapper .marketing {
		width: 100%;
		margin-top: 45px;
	}
	.waxom {
		font-size: 22px;
	}
	.latest .p-latest {
		line-height: 20px;
		width: 100%;
	}
	.realization .theme .investigationes {
		line-height: 20px;
	}
	.choice {
		padding: 40px 0 25px 0;
	}
	.choice div {
		margin: 0 auto;
	}
	.layouts {
		max-width: 1230px;
    	width: 100%;
	}
	.multipurpose .multipurpose-left h2 {
		font-size: 15px;
	}
	.multipurpose {
		height: 150px;
	}
	.multipurpose-left {
		line-height: 1;
		padding-top: 1px;
	}
	.multipurpose .multipurpose-left p {
		float: none;
		font-size: 14px;
		float: none;
	}
	.purchase {
		padding: 10px 20px 10px 20px;
		transform: translate(-50%,0);
		margin-top: 80px;
		
	}
	.waxom-bottom {
		height: 200px;
	}
	.presentation .present-wrap {
		width: 100%;
	}
	.devices {
		margin: 0 auto;
		width: 100%;
		text-align: center;
		float: none;
	}	
	.adapt-phone {
		height: 1294px;
	}
	.iphone {
		margin-top: 600px;
	}
	.list ul {
		text-align: center;
	}
	.list ul li {
		text-align: center;
	}
	.iphone-descript li {
		text-align: center;
	}
	.vote {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.vote > div {
		margin: 0;
		width: 100%;
	}
	.iphone {
		width: 100%;
	}
	.vote > div > div {
		width: 100%;
	}
	.nav-btn {
		display: block;
    	position: absolute;
    	z-index: 4;
    	left: 85%;
    	top: 45px;
	}
	.footer-right,
	.footer-left {
		float: left;
		margin-left: 5%;
		font-size: 12px;
	}
}
@media only screen and (max-width: 360px) {
         .posts-slide > div {
                 width: 360px;
        }
}
@media only screen and (max-width: 320px) {
	.posts-slide .slippers,
	.posts-slide .coffe,
	.posts-slide .ship {
		max-width: 370px;
		width: 100%;
	}
	.post-title {
		padding-right: 29px;
	}
	.posts-descript {
		padding-right: 29px;
	}
}
	
 