*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


html {
  font-size: 62.5%;
}

body {
font-size: 1.6rem;
font-family: 'Montserrat', sans-serif;
background-color: #fff;
color: #000;

overflow-x: hidden;
}

a {
  color: #196a74;
  text-decoration: none;
}




h2 {
position: relative;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
text-transform: uppercase;
font-size: 48px;
margin-bottom: 40px;
padding: 10px 0;
text-align: center;
overflow: hidden;
z-index: 99;
opacity: 0.99;
}

h2:before {
left: calc(50% - 50px);
z-index: -9;
content: '';
position: absolute;
top: 100%;
width: 100%;
height: 18px;
background: #FF0000;
transform-origin: 0 50%;
transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}




.cd-background-wrapper {
  background-color: #001426;
  position: relative;
  overflow: hidden;
}
.no-touch .cd-background-wrapper {
  -webkit-perspective: 4000px;
  -moz-perspective: 4000px;
  perspective: 4000px;
}
.cd-background-wrapper::before {
  /* never visible - this is used in jQuery to check the device type */
  content: 'web';
  display: none;
}
.touch .cd-background-wrapper::before {
  /* never visible - this is used in jQuery to check the device type */
  content: 'mobile';
}

.cd-floating-background {
  position: relative;
}
.cd-floating-background img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* fixes a Firefox bug - images not correctly rendered*/
  background-color: rgba(255, 255, 255, 0.01);
}
.cd-floating-background img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.no-touch .cd-floating-background {
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.no-touch .cd-floating-background.is-absolute {
  position: absolute;
}
.no-touch .cd-floating-background img:first-child {
  -webkit-transform: translateZ(50px);
  -moz-transform: translateZ(50px);
  -ms-transform: translateZ(50px);
  -o-transform: translateZ(50px);
  transform: translateZ(50px);
}
.no-touch .cd-floating-background img:nth-child(2) {
  -webkit-transform: translateZ(450px);
  -moz-transform: translateZ(450px);
  -ms-transform: translateZ(450px);
  -o-transform: translateZ(450px);
  transform: translateZ(450px);
}
.no-touch .cd-floating-background img:nth-child(3) {
  -webkit-transform: translateZ(600px);
  -moz-transform: translateZ(600px);
  -ms-transform: translateZ(600px);
  -o-transform: translateZ(600px);
  transform: translateZ(600px);
}
.no-touch .cd-floating-background img:nth-child(4) {
  -webkit-transform: translateZ(200px);
  -moz-transform: translateZ(200px);
  -ms-transform: translateZ(200px);
  -o-transform: translateZ(200px);
  transform: translateZ(200px);
}
.no-touch.no-preserve-3d .cd-floating-background {
  /* we target browsers that don't support preserve-3d and show just a standard image - no effect visible */
  position: relative;
}


.grif_title {
opacity: 0.3;
}





.logo {
z-index: 999;
width: 100%;
text-align: center;
position: fixed;
top: 0px;
}
.logo a {
display: block;
padding: 10px 0 20px 0;
text-align: center;
}
.logo a img {
width: 150px;
text-align: center;
}

.section--menu {
width: 100%;
position: fixed;
top: 40px;
z-index: 9999;
}



.logo.m_t_p_shwn {
top: -200px;
}

.m_t_p_shwn {
top: 0px;
background-color: rgba(255, 255, 255, 0.45);
}

.m_t_p_shwn .menu {
margin: 0px auto 0px auto !important;
}

.m_t_p_shwn .menu__item {
height: 40px !important;
}
.m_t_p_shwn .menu__item::before {
height: 4px !important;
width: 70% !important;
top: 85% !important;
left: 25% !important;
}
.m_t_p_shwn .menu__link {
font-size: 0.8em;
}



.logo,

.section--menu,
.menu,
.menu__item,
.menu__item::before,
.menu__link,

#buy .buy_cnob,

.transy {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}



.section {
display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}


.menu {
text-align: center;
/* width: 960px; */
line-height: 1;
margin: 40px auto -100px auto;
z-index: 99999;
opacity: 0.99;
}

.menu__list {
text-align: center;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu__item {
text-align: center;
	display: block;
	margin: 1em 0;
}

.menu__link {
text-align: center;
	font-size: 1.05em;
	font-weight: bold;
	display: block;
	padding: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu__link:hover,
.menu__link:focus {
	outline: none;
}






/* Maria */
.menu--maria .menu__item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 60px;
	height: 60px;
	margin: 0 1.25em;
	text-align: center;
}

.menu--maria .menu__item::before {
	content: '';
	position: absolute;
top: 85%;
left: 10%;
width: 100%;
height: 8px;
	background: #FF0000;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(0, 1, 1);
	transform: rotate3d(0, 0, 1, -45deg) scale3d(0, 1, 1);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
}

.menu--maria .menu__item.menu__item--current::before {
	-webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
	transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

.menu--maria .menu__link {
	position: relative;
	color: #000;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

.menu--maria .menu__link:hover,
.menu--maria .menu__link:focus {
	color: #FF0000;
}

.menu--maria .menu__item.menu__item--current .menu__link {
	color: #333;
}


.container {
padding: 80px 0;
width: 960px;
margin: 0 auto;
}

.container p {
font-weight: 400;
font-size: 18px;
line-height: 1.6em;
margin-bottom: 1.2em;
color: #555;
}









.pos_rel {
position: relative;
}

#design {
background: url(../img/bg_004.jpg) no-repeat;
background-size: cover;
color: #fff;
}

.bg_padding {
padding: 180px 0 !important;
}

#security {
width: 580px;
text-align: center;
}


#fly_text {
float: right; opacity: 0.7;
}

#specs {
background-color: #eee;
}

#plain_02 {
width: 120%;
margin: 0 -10%;
background-color: #FFFBD5;
}

#plane_out {
max-height: 130px !important;
}

#design_plane {
max-width: 650px;
margin-left: -150px;
}


.specs_row {
padding: 20px 50px; margin: 40px 0 0 0;
}

#right_top_bg {
opacity: 0.5;
position: absolute;
top: -700px;
right: -90px;
margin-right: -140px;
z-index: -99;
}




#buy {
}
#buy h3 {
text-align: center;
font-size: 20px;
}

#buy .buy_cnob {
color: #000;
font-weight: bold;
font-size: 20px;
letter-spacing: 10px;
max-width: 400px;
width: 90%;
margin: 10px auto;
display: block;
text-align: center;
padding: 20px 30px;
border: 2px solid #000;
}
#buy .buy_cnob:hover {
color: #fff;
border: 2px solid #ff0000;
background-color: #ff0000
}


.trade_plane {
max-width: 600px;
margin: -110px auto -75px auto;
}
.trade_plane img {
width: 100%;
}


