* {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	font-size-adjust: none;
}

html, body, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

body {
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	background-color: #999;
	font-weight: 300;
	font-size: 18px;
}

a {
	color: #FFF;
	text-decoration: none;
}

.top {
	position: fixed;
	top: 0px;
	z-index: 999;
	left: 0px;
	right: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}

.active, .top a:hover {
	text-decoration: underline;
}

.top-scroll {
	background-color: #111A39;
	padding-top: 10px;
	padding-bottom: 10px;
}

.top .logo {
	display: block;
	max-width: 180px;
}

.top .navigation {
	text-align: right;
	vertical-align: middle;
	display: table-cell !important;
}

.top .navigation ul li {
	display: inline-block;
/* 	margin-left: 85px; */
/* 	min-width: 200px !important; */
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.top .navigation ul li a {
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 14px !important;
}

.top .navigation ul li.active a {
}

.top .navigation-mob-content {
	position: fixed !important;
	z-index: 999;
	display: none;
	top: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.90);
	left: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
}

.top .navigation-mob-content ul {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.top .navigation-mob-content ul li a {
	font-size: 20px;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
}

.top .navigation-mob-content ul li.active a {
}

.top .navigation-mob-content ul li a:hover {
}

.top .navigation-mob-content.show {
	display: table !important;
}

.navigation-mob-button {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	width: 26px;
	position: relative;
	z-index: 999999;
}

.navigation-mob-button-ico {
	text-shadow: 0 0 5px #000000;
}

.navigation-mob-button-ico li {
	width: 28px;
	height: 4px;
	padding: 0;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-moz-transition: all 333ms cubic-bezier(0.5, 0, 0, 1);
	-o-transition: all 333ms cubic-bezier(0.5, 0, 0, 1);
	-webkit-transition: all 333ms cubic-bezier(0.5, 0, 0, 1);
	transition: all 333ms cubic-bezier(0.5, 0, 0, 1);
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FFF;
}

.navigation-mob-button-checked .navigation-mob-button-ico li.navigation-mob-button-ico-first {
	-moz-transform: rotate(-135deg) translateY(-7.35px) translateX(-5.35px);
	-ms-transform: rotate(-135deg) translateY(-7.35px) translateX(-5.35px);
	-webkit-transform: rotate(-135deg) translateY(-7.35px) translateX(-5.35px);
	transform: rotate(-135deg) translateY(-7.35px) translateX(-5.35px);
}

.navigation-mob-button-checked .navigation-mob-button-ico li.navigation-mob-button-ico-second {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.navigation-mob-button-checked .navigation-mob-button-ico li.navigation-mob-button-ico-third {
	-moz-transform: rotate(135deg) translateY(7.35px) translateX(-5.35px);
	-ms-transform: rotate(135deg) translateY(7.35px) translateX(-5.35px);
	-webkit-transform: rotate(135deg) translateY(7.35px) translateX(-5.35px);
	transform: rotate(135deg) translateY(7.35px) translateX(-5.35px);
}

.navigation-mob-button.hide {
	display: none !important;
}

.section {
	text-align: center;
	height: 100vh !important;
	width: 100%;
    max-width: none;
	overflow: hidden;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.section.home {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.section.home .content {
	height: 100vh;
	width: 100%;
	display: table;
	position: relative;
}

.section.home .content .inner {
    height: 100vh;
    width: 100%;
	vertical-align: middle;
	display: table-cell;
	text-align: left;
}

.section.home .content .inner h1 {
	font-size: 52px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 6px;
}

.section.home .more {
	position: absolute;
	bottom: 60px;
	left: 0px;
	right: 0px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.section.home .more a {
	border: 1px solid #FFF;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
        border-radius: 5px;
}


/*.content-top {
}*/


.section.development {
    height: 100vh;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/section2.jpg);
	background-attachment: fixed;
}

/* development top */

.section.development .content-top {
	padding-top: 0px;
}
/*.content-bottom {
	display: inline-table;
}*/


.section.development .content-top h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.section.development .content-top h3 {
	font-weight: 300;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.section.development .content-top .column {
/*	background-color: #000;
	opacity:0.65;*/
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	font-size: 20px;
	padding-right: 90px;
	padding-left: 90px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.section.development .content-top .column h2 {
	color: #FFF;
	font-size: 32px;
	font-weight: 300;
	text-transform: uppercase;
}

.section.development .content-top .column strong {
	color: #FFF;
	font-weight: 700;
}

/* development bottom */

.section.development .content-bottom {
/* 	background-color: #FFF; */
/*  	background-color: #000; */
/* 	opacity:0.65;  */
    height: 100vh;
    width: 100%;
	padding-top: 50px;
	padding-bottom: 40px;
	padding-right: 40px;
	padding-left: 40px;
}

.section.development .content-bottom h2 {
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.section.development .content-bottom h3 {
	color: #FFF;
	font-weight: 300;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.section.development .content-bottom .column {
	color: #FFF;
	width: 20%;
	padding: 10px;
	background-color: #000;
	opacity:0.85;
	box-sizing: border-box;
	display: inline-table;
}

.section.development .content-bottom .column.mob {
	color: #FFF;
	min-width: 100%;
	background-color: #000;
	opacity:0.85;
	padding: 25px;
	box-sizing: border-box;
}

.section.development .content-bottom .column strong {
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.section.development .content-bottom {
/* 	background-color: #000; */
/* 	opacity:0.65; */
/*	padding-top: 50px;
	padding-bottom: 40px;
	padding-right: 40px;
	padding-left: 40px;*/
	color: #FFF;
	padding-top: 25px;
	padding-bottom: 25px;
}


.section.aboutus {
/* 	padding-top: 55px; */
    height: 100vh;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/section2.jpg);
	background-attachment: fixed;
}

.section.aboutus .content-top {
	padding-top: 50px;
	background-color: #000;
	opacity:0.65;
/* 	background-color: #000;
	opacity:0.35; */
/* 	padding-top: 25px; */
/* 	padding-bottom: 5px; */

}

.section.aboutus .content-bottom {
	padding-top: 50px;
	background-color: #000;
	opacity:0.65;
/* 	background-color: #000;
	opacity:0.35; */
/* 	padding-top: 25px; */
/* 	padding-bottom: 5px; */

}
/*.section.projects .content-bottom h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.section.projects .content-bottom h3 {
	font-weight: 300;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.section.projects .content-bottom .column {
	background-color: #000;
	opacity:0.65;
	width: 20%;
	padding: 10px;
	box-sizing: border-box;
	display: inline-table;
}

.section.projects .content-bottom .column.mob {
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
}

.section.projects .content-bottom .column strong {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.section.projects .content-bottom {
	color: #FFF;
	padding-top: 25px;
	padding-bottom: 25px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/section2.jpg);
	background-attachment: fixed;
}*/


.section.consulting {
/* 	padding-top: 55px; */
    height: 100vh;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/consulting.jpg);
	background-attachment: fixed;

}

/* consulting top */

.section.consulting .content-top {
	padding-top: 50px;
/* 	background-color: #000;
	opacity:0.35; */
/* 	padding-top: 25px; */
/* 	padding-bottom: 5px; */

}

.section.consulting .content-top h2 {
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: normal;
/*	margin: 0px;
	padding: 0px;*/
}

.section.consulting .content-top h3 {
	font-weight: 300;
	text-transform: uppercase;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.section.consulting .content-top .column {
/* 	background-color: #000; */
	color: #FFF;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	font-size: 20px;
	padding-right: 90px;
	padding-left: 90px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.section.consulting .content-top .column h2 {
	color: #FFF;
	font-size: 32px;
	font-weight: 300;
	text-transform: uppercase;
}

.section.consulting .content-top .column strong {
	color: #FFF;
	font-weight: 700;
}


/* consulting bottom */

.section.consulting .content-bottom {
	color: #FFF;
/* 	background-color: #000;
	opacity:0.35; */
	font-size: 26px;
	padding-top: 0px;
	padding-bottom: 25px;

}




.section.projects {
    height: 100vh;
    width: 100%;
/* 	padding-top: 55px; */
	background-color: #000;
/* 	background-size: 100% 100%; */
	opacity: 0.75;
	color: #FFF;
/* 	padding-bottom: 25px; */
/* 	padding-top: 25px; */
/*	padding-bottom: 40px;
	padding-right: 40px;
	padding-left: 40px;*/
}

.section.projects .content-top {

	padding-top: 50px;

}

.section.projects h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.section.projects .column {
	display: inline-block;
	width: 200px;
	height: 200px;
	border: 1px solid #999;
	margin: 20px;
	padding-top: 15px;
}
.section.projects .column .inner {
	display: table;
	height: 100%;
	width: 100%;
	font-size: smaller;
}
.section.projects .column .inner a {
	vertical-align: middle;
	display: table-cell;
}
.section.projects .column .inner img {
	width: 150px;
}



/* prices top */

.section.prices {
/* 	padding-top: 55px; */
    height: 100vh;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/consulting.jpg);
	background-attachment: fixed;

}

/* prices top */

.section.prices .content-top {
/* 	background-color: #000;
	opacity:0.35; */
/* 	padding-top: 25px; */
/* 	padding-top: 50px; */
/* 	padding-bottom: 25px; */

}

.section.prices .content-top h2 {
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: normal;
}

.section.prices .content-top h3 {
	font-weight: 300;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.section.prices .content-top .column {
	color: #FFF;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	font-size: 20px;
	padding-right: 90px;
	padding-left: 90px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.section.prices .content-top .column h2 {
	color: #FFF;
	font-size: 32px;
	font-weight: 300;
	text-transform: uppercase;
}

.section.prices .content-top .column strong {
	color: #FFF;
	font-weight: 700;
}


/* prices bottom */

.section.prices .content-bottom {
	color: #FFF;
 	background-color: #000;
	opacity:0.35; 
	padding-top: 25px;
	padding-bottom: 25px;

}


.ajax .content {
	position: fixed;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.90);
	overflow-y: scroll;
	left: 0px;
	top: 0px;
    height: 100vh;
    width: 100%;
	text-align: center;
}
.ajax .content .inner {
	padding: 50px;
}
.ajax .content .inner .logo {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.ajax .content .inner .logo img {
	max-width: 80px;
}
.ajax .content .inner .about {
	margin-bottom: 30px;
}
.ajax .content .inner .discount {
	color: #000;
	background-color: #6F0;
	display: inline-block;
	margin-bottom: 30px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.ajax .content .inner .discount div {
	font-size: 24px;
}
.ajax .content .inner .address {
	margin-bottom: 10px;
}
.ajax .content .inner .address div {
	display: inline-block;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 15px;
}
.ajax .content .inner .address div a {
	font-weight: 700;
	color: #66ccff;
}
.ajax .content .inner .address div a:hover {
	text-decoration: underline;
}
.ajax .content .inner .pictures {
}
.ajax .content .inner .pictures div {
	display: inline-block;
	padding: 10px;
}
.ajax .content .inner .pictures div img {
	max-width: 400px;
}
.ajax .content .close {
	position: fixed;
	top: 25px;
	right: 45px;
	cursor: pointer;
	z-index: 99999;
}
.ajax .content .close li {
	width: 28px;
	height: 4px;
	padding: 0;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-moz-transition: all 333ms cubic-bezier(0.5, 0, 0, 1);
	-o-transition: all 333ms cubic-bezier(0.5, 0, 0, 1);
	-webkit-transition: all 333ms cubic-bezier(0.5, 0, 0, 1);
	transition: all 333ms cubic-bezier(0.5, 0, 0, 1);
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FFF;
}
.ajax .content li.close-first {
	-moz-transform: rotate(-135deg) translateY(-7.35px) translateX(-5.35px);
	-ms-transform: rotate(-135deg) translateY(-7.35px) translateX(-5.35px);
	-webkit-transform: rotate(-135deg) translateY(-7.35px) translateX(-5.35px);
	transform: rotate(-135deg) translateY(-7.35px) translateX(-5.35px);
}
.ajax .content li.close-second {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.ajax .content li.close-third {
	-moz-transform: rotate(135deg) translateY(7.35px) translateX(-5.35px);
	-ms-transform: rotate(135deg) translateY(7.35px) translateX(-5.35px);
	-webkit-transform: rotate(135deg) translateY(7.35px) translateX(-5.35px);
	transform: rotate(135deg) translateY(7.35px) translateX(-5.35px);
}
/*.section.login {
	background-color: #666;
	padding-top: 70px;
	padding-bottom: 120px;	
	padding-right: 40px;
	padding-left: 40px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-image: url(../images/register.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.section.login h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 46px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 120px;
	padding-left: 0px;
}*/
