body {
    background: url(https://download.unsplash.com/photo-1428342319217-5fdaf6d7898e) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 auto;
}
html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.theme,
.menu_circle:before,
.overlap {
    position: absolute;
}
.first_page,
.second_page {
    position: relative;
    height: 100%;
}
.text,
.menu_circle,
.c_sub,
.videoprom span,
.photosquare,
.photosquare img,
.formwrap {
    position: relative;
}
a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}
.theme {
    display: block;
    z-index: 20;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
}
.m_red {
    border-color: rgba(77, 176, 185, 0.6) transparent transparent;
}
.m_yellow {
    border-color: rgba(255, 204, 102, 0.6) transparent transparent;
}
.left_m {
    display: block;
    width: 0;
    height: 0;
    transition: all .3s ease 0s;
    border-color: transparent transparent #ffcc66;
    border-style: solid;
    border-width: 0 0 70px 70px;
}
.left_m:hover {
    border-color: transparent transparent #FFF;
}
.right_m:hover {
    border-color: transparent transparent transparent #FFF;
}
.right_m {
    display: block;
    width: 0;
    height: 0;
    transition: all .3s ease 0s;
    border-color: transparent transparent transparent #4db0b9;
    border-style: solid;
    border-width: 70px 0 0 70px;
}
.close,
.closemap,
.closematerial,
.scroll {
    right: 0;
    position: fixed;
    z-index: 9999;
    height: 50px;
    width: 50px;
    display: Block;
    background-color: #36b4a7;
    transition: all .3s ease 0s;
}
.scroll {
    bottom: 0;
}
.close,
.closemap,
.closematerial
{
    top: 0;
}
.close:hover,
.scroll:hover,
.closemap:hover,
.closematerial
{
    cursor: pointer;
    background-color: #3e3e3e;
}
.close img,
.closemap img,
.closematerial img
{
    padding: 18px;
}
.scroll img {
    padding: 13px;
}
.text {
    z-index: 9999;
    color: #FFF;
    line-height: 80px;
    font-size: 17px;
    font-weight: 200;
    text-align: center;
    bottom: 15%;
    background-image: url(../img/overlay.png);
    width: 100%;
    height: 100%;
    letter-spacing: 2px;
}
.first_col,
.third_col,
.fourth_col,
.fifth_col,
.sixth_col {
    width: 100%;
}
.first_col {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}
.mask {
    background-color: rgba(54, 180, 167, 0.9);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}
button:focus, input:focus,.lightbox:target,textarea:focus{
    outline: 0;
}
.loading {
    background: #36b4a7;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
}

.loading img {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px; 
}

.second_col {
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
}
.left,
.right {
    width: 50%;
    float: left;
    height: 100%;
}
.right {
    overflow: hidden;
    background-color: #3c3f41;
}
#particles {
    width: 100%;
    height: 100%;
    background-color: #36b4a7;
}
.third_button {
    width: 410px;
    background-color:#cacaca;
    color: #4e4e4e;
    margin-top: 5px;
    border: none;
    height: 45px;
    letter-spacing: 1px;
    clear: both;
    transition: all .3s ease 0s;
}
.third_button:hover {
    cursor: pointer;
    background-color: white;
}
.third_page textarea {
    width: 392px;
    padding-left: 15px;
	padding-top:15px;
    margin-left: 3px;
    clear: both;
    background-color: rgba(255, 255, 255, 0.9);
	border:none;
    font-size: 16px;
    word-spacing: 2px;
    line-height: 20px;
    ont-family: Lato, sans-serif;
}
placeholder{
color:#4e4e4e;
}
.third_page input {
    clear: both;
    width: 392px;
    height: 40px;
    display: block;
    padding-right: 2px;
    background-color: rgba(255, 255, 255, 0.9);
	border:none;
    font-size: 16px;
    font-family: Lato, sans-serif;
    margin: auto;
}
input[type="text"] {
    padding-left: 15px;
}
.second_col_menu {
    width: 20%;
    height: 5px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.4);
    position: fixed;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    transition: all .3s ease 0s;
}
.menu_circle {
    width: 15px;
    height: 15px;
    border-radius: 12px;
    border: 3px solid rgba(255, 255, 255, 0.6);
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1;
    top: -9px;
    margin-right: 10%;
    margin-left: 10%;
    display: inline-block;
}
.menu_circle_active,
.menu_circle:hover {
    border: 3px solid rgba(132, 235, 224, 0.7);
    background-color: rgba(132, 235, 224, 0.7);
}
.stripes {
    height: 13px;
    width: 100%;
    background: url(../img/stripes.jpg);
}
.blog img {
    padding-right: 50px;
    padding-top: 30px;
}
.menu_circle:before {
    right: 2px;
    top: 2px;
    left: 2px;
    bottom: 2px;
    content: '';
    background-color: #36b4a7;
    border-radius: 25px;
    z-index: -1;
}
.companies {
    margin-top: 90px;
    background-color: #FFF;
    border-top: 1px solid #e4e4e4;
    height: auto;
    padding-bottom: 25px;
}
.partners, .companies{
    background-color: #FFF;
    border-top: 1px solid #e4e4e4;
    height: auto;
    padding-bottom: 25px;
}
.partners h4, .companies h4{
	text-align:center;
	font-size:28px;
	padding:20px;
	color:#535353;
	font-family: Lato, sans-serif;
	font-weight:400;
	letter-spacing: 3px;
}
.triangle{
width: 0;
height: 0;
border-style: solid;
border-width: 100px 100px 0 100px;
border-color: #36b4a7 transparent transparent transparent;
margin:auto;
top:-2px;
position:relative;
}
.introduction {
    height: auto;
    font-family: Lato, sans-serif;
    z-index: 0;
    margin: auto;
    padding: 60px;
    background-color: #1fb5ad;
}
.introduction h5 {
    display: block;
    width: 80%;
    font-size: 23px;
    color: #FFF;
    letter-spacing: 3px;
    word-spacing: 3px;
    line-height: 40px;
    font-weight: 200;
    z-index: 1;
    margin: auto;
}
.logos {
    width: 80%;
    margin: 20px auto auto;
	text-align:center;
}
.logos img {
    -moz-box-shadow: 0 0 3px #a1a1a1;
    -webkit-box-shadow: 0 0 3px #a1a1a1;
    box-shadow: 0 0 3px #ccc;
}
.circle {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    line-height: 100px;
    text-align: center;
    background: #36b4a7;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    transition: all .3s ease 0s;
}
.circle:hover {
    background-color: #a4bebb;
    cursor: pointer;
}
.c_mobile{
display:none;
}
#footer {
    height: 30px;
    background-color: #d1d3d3;
    font-size: 11px;
    text-align: center;
}
#footer a {
    display: block;
    font-family: Lato, sans-serif;
    color: #525252;
    padding: 8px;
}
.subtitle {
    width: 40%;
    height: 40px;
    text-align: center;
    background: transparent;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    transition: all .3s ease 0s;
}
.subtitle li {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: Lato, sans-serif;
    color: #FFF;
    margin-top: 2px;
}
.subtitle ul {
    height: 30px;
    display: block;
    z-index: 3;
    padding: 10px;
}
.subtitle li:hover {
    cursor: pointer;
    color: #dcdbdb;
}
.m_title span, .m_title a{
    color: white;
    font-family: Lato, sans-serif;
	text-align:left;
	line-height: 25px;
	display:block;
	text-align:left;
	letter-spacing:1px;
}

.m_title span:after{
content:"";
display:block;
margin-top:18px;
border-bottom:1px solid white;
width:100px;
}
.m_title a{
font-size:15px;
font-weight:200;
}
.intro {
    width: 40%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.intro h2,
.intro h3 {
    font-size: 18px;
    font-weight: 300;
}
.intro h2 {
    padding-top: 10px;
    font-size: 32px;
    letter-spacing: 5px;
    font-family: 'Droid Serif', serif;
}
.intro h3 {
    line-height: 35px;
    font-size: 16px;
    word-spacing: 1px;
    letter-spacing: 4px;
    font-family: Lato, sans-serif;
}
.third_page h3{
	text-align:left;
}
.circle img {
    padding-top: 35px;
}
.material_img {
    height: 128px;
    width: 128px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
}
.second_col,
.second_page {
    transition: all .3s ease 0s;
}
.navbar {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 93%;
    height: 35px;
    padding-top: 20px;
    z-index: 1000;
}
.navbar span:nth-child(1),
.navbar span:nth-child(2) {
    margin-top: 4px;
}
.navbar span:nth-child(1) {
    float: left;
}
.navbar span:nth-child(2) {
    float: right;
}
.options .o_btns{
padding-top:85px;
clear:both;
display:block;
}
.first_body h1,
.first_body h2 {
    color: #FFF;
    letter-spacing: 2px;
    font-weight: 300;
    text-align: center;
}
.first_body h1 {
    padding-top: 73px;
    font-size: 36px;
}
.first_body h2 {
    color: #FFF;
    font-size: 27px;
}
.first_body h1,
.first_body h2,
.menu li,
.logo,
.second_body,
.caption span,
.text {
    font-family: Lato, sans-serif;
}
.logo {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    color: #FFF;
    padding: 13px;
}
.buttons {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 90px;
}
.buttons button {
    height: 50px;
    width: 150px;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 20px;
    letter-spacing: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.buttons button:nth-child(1) {
    background-color: #FFF;
    border: none;
    color: #37444e;
}
.buttons button:nth-child(2) {
    background-color: transparent;
    border: 1px solid #FFF;
    color: #FFF;
    transition: all .3s ease 0s;
}
.buttons button:nth-child(2):hover {
    background-color: #FFF;
    color: #37444e;
    cursor: pointer;
}
.screen {
    background-image: url(../img/window.png);
    height: 390px;
    width: 950px;
    margin: auto;
}
.videoprom {
    padding-top: 90px;
    padding-left: 5px;
}
.videoprom span {
    display: block;
    width: 940px;
    height: 390px;
}
.logo img {
    margin-top: -13px;
}
.photosquare {
    height: 25%;
    width: 25%;
    float: left;
}
.photosquare .randomimg {
    height: 100%;
    width: 100%;
    min-height: 100%;
    float: left;
    transition: 0 .25s ease;
}
.overlap {
    background-image: url(../img/overlay.png);
    height: 100%;
    width: 100%;
}
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}
.lightbox img {
    max-width: 87%;
    max-height: 90%;
    margin-top: 3%;
    transition: all .3s ease 0s;
}
.lightbox:target {
    display: block;
}
.formwrap {
    text-align: center;
    margin-top: 3%;
	display:none;
}
#map-container {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 0;
}
#map {
    width: 100%;
    height: 100%;
}
.menu_circle:hover,
.logo_img:hover,
.buttons button:nth-child(1):hover,
.overlap:hover {
    cursor: pointer;
}
.material_description,
.buttonBar,
.closemap,
.closematerial,
.call_form,
.mobile_map,
.show_window,
.playerimg
 {
    display: none;
}
.mobile_map{
    width: 100%;
    height: 100%;
    z-index: 6666;
    top: 0;
    left: 0;
    position: fixed;
}
.description{
    width: 270px;
    height: 210px;
    text-align: center;
    background:  #36b4a7;
    position: fixed;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    transition: all .3s ease 0s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display:none;
	border:1px solid  white;
}
.zoom{
display: none; padding-left: 40%; padding-top:40%;
}
.contact_btn{
display:block;
width:140px;
margin:auto;
height:45px;
background-color:transparent;
border:1px solid white;
color:white;
transition: all .3s ease 0s;
}
.contact_btn:hover{
background-color:white;
color:black;
cursor:pointer;
}
.c_btn{
margin-top:30px; 
display:block;
}
@media only screen and (max-width: 1020px) { 
.contact_btn{
float:left;
}
.formwrap input, .formwrap textarea{
width:70%;
}
.formwrap button{
width:73%;
}
.first_body h1{
font-size: 30px;
}
.first_body h2{
font-size: 23px;
}
.screen{
background-image: url(../img/window_med.png);
width:675px;
}

.second_col_menu {
    width: 40%;	
}

.videoprom span {
width: 665px;
}
.left{
  width: 85%;
}
.right{
width:15%;
}
.first_page, .intro{
margin:auto;
}
.introduction h5{
font-size:20px;
text-align:center;
}
.circle, .formwrap{
display:none;
}

.circle{
display:block;
    top: 90%;
	left: 43%;
}
.intro {
    width: 70%;
    left: 43%;
}

.subtitle {
left:5%;
}

.photosquare {
    height: 20%;
    width: 100%;
    display:block;
}


.call_form{
 display:block;
 position:absolute;
 z-index:999;
}
.call_form span{
 display:block;
 margin-top: 200px;
    display:inline-block;
background-color:#1fb5ad;
width:50px;
height:50px;
}

.call_form span img{
padding:15px;
}

.call_form:hover{
cursor:pointer;
}

#map-container {
width:15%;

}

}

/* Tablets */

@media only screen and (max-width: 790px) { 
.first_body h1{
font-size: 22px;
}

.first_body h2, .introduction h5{
font-size: 18px;
}
.buttons {
padding-top:30px;
}
.right{
width:15%;
}
.intro h2 {
    font-size: 28px;
}
.intro h3 {
    font-size: 15px;
}
.photosquare {
    height: 20%;
}

.screen{
background-image: url(../img/window_small.png);
width:570px;
}
.videoprom span {
width:560px;
}
}

/* Big smartphones */

@media only screen and (max-width: 620px) { 
.show_window{
display:block;
width:140px;
margin:auto;
height:45px;
background-color:transparent;
border:1px solid white;
color:white;
}
.show_window:hover{
background-color:white;
color:black;
}
.first_body h1{
font-size: 17px;
}

.first_body h2, .introduction h5{
font-size: 15px;
}

.first_page img, .second_page img, .contact_info img{
width:80px;
height:80px;
}

.zoom img, .second_col_menu, .subtitle,.theme{
display:none;
}
.photosquare{
height:20%;
}
.left{
width:80%;
}
.right{
width:20%;
overflow-y:scroll;
}

.screen, .second_col_menu, .scroll, .circle, .second_col_menu{
display:none;
}

.intro {
   top:40%;
   height:66%;
   overflow-y:scroll;
       width: 70%;
    left: 40%;
}
.close{
left:0;
}

.c_mobile{
display:block;
}

.c_mobile:hover{
background-color:transparent;
}

.playerimg{
display:block;
margin:auto;
}
}

/* Small Smartphones */

@media only screen and (max-width: 440px) { 
.first_body h1{
font-size: 16px;
}
.c_btn{
margin-top:10px;
}
.first_body h2, .introduction h5{
font-size: 15px;
}

.introduction h5{
font-size:13px;
}
.photosquare {
    height: 13%;
}
}