@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Oswald:300|Open+Sans:400,300,300italic,400italic,700,600);
* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: Open Sans, sans-serif;
}

ul, li, h1, h2, h3, h4, h5, h6, address {
  margin: 0;
  padding: 0;
}

p {
  margin: 10px 0;
  padding: 0;
}

a, a:hover, a:link, a:active, a:visited, input, textarea, button {
  outline: none !important;
}

body {
  z-index: 1;
  position: relative;
  padding: 0;
  margin: 0;
  font: 400 14px Open Sans, sans-serif;
  background: #fafafa;
  min-height: 100%;
}

body.blured section, body.blured footer {
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
}

ol li {
  margin: 10px 0;
}

ul[aria-label]:before, ol[aria-label]:before {
  content: attr(aria-label);
  font-size: 120%;
  font-weight: bold;
  margin-left: -15px;
}

main.wrapper {
  overflow: hidden;
}

#loader_overlay {
  position: fixed;
  z-index: 900;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#loader_indicator {
  position: fixed;
  z-index: 910;
  display: none;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}
#loader_indicator .logo {
  width: 100px;
  height: 100px;
  position: relative;
}
#loader_indicator .logo .softvoyager {
  position: absolute;
  z-index: 100;
  top: 30px;
  width: 40px;
  left: 30px;
}
#loader_indicator .logo div {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: 20px;
  border-radius: 14%;
  -o-border-radius: 14%;
  -ms-border-radius: 14%;
  -webkit-border-radius: 14%;
  -moz-border-radius: 14%;
  transform: rotate(45deg);
  mix-blend-mode: multiply;
  animation: 2s cubic-bezier(0.66, -0.7, 0.27, 1.6) infinite;
}
#loader_indicator .logo div:nth-child(1) {
  background-color: #111;
  animation-name: rotate-1;
}
#loader_indicator .logo div:nth-child(2) {
  background-color: #23BFCD;
  animation-name: rotate-2;
}
#loader_indicator .logo div:nth-child(3) {
  background-color: #333;
  animation-name: rotate-3;
}

.modal-body p {
  padding: 10px;
}
.modal-body ul {
  list-style: square;
  padding: 0 30px;
  margin: 0 0 30px 0;
}
.modal-body h3 {
  margin: 20px 0 0 0;
  font: 300 22px/22px Oswald, sans-serif;
  color: #00acbb;
}

@keyframes rotate-1 {
  to {
    transform: rotate(135deg);
  }
}
@keyframes rotate-2 {
  to {
    transform: rotate(225deg);
  }
}
@keyframes rotate-3 {
  to {
    transform: rotate(315deg);
  }
}
.scrollToTop {
  position: fixed;
  z-index: 300;
  display: none;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  background-color: #00acbb;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  border-radius: 50% 50% 50% 50%;
}

.scrollToTop:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

body.minify_nav .scrollToTop {
  display: block;
}

body.loading {
  overflow: hidden;
}
body.loading section, body.loading footer, body.loading nav {
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
}
body.loading #loader_overlay, body.loading #loader_indicator {
  display: block;
}

h1, h2 {
  font: 300 60px/60px Oswald, sans-serif;
  text-transform: uppercase;
  color: #00acbb;
}

.blue_card {
  width: auto;
  height: auto;
  padding: 16px 22px;
  color: #fff;
  background: #00acbb;
}
.blue_card p {
  margin: 16px 0 0 0;
  font-size: 16px;
  font-weight: 300;
}
.blue_card h1, .blue_card h2 {
  color: #fff;
  margin: 0 0 30px 0;
}
.blue_card a {
  color: #fff;
  text-decoration: none;
  border-bottom: #fff 1px dashed;
}

#message-box,
#error-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: auto;
  color: #F0F0F0;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  z-index: 9999;
}

#message-box {
  background-color: rgba(0, 255, 0, 0.7);
  -webkit-box-shadow: 0 0 24px -1px #383838;
  -moz-box-shadow: 0 0 24px -1px #383838;
  box-shadow: 0 0 24px -1px #383838;
}

#error-box {
  background-color: rgba(255, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 24px -1px #383838;
  -moz-box-shadow: 0 0 24px -1px #383838;
  box-shadow: 0 0 24px -1px #383838;
}

section {
  margin: -4em 0 0 0;
  z-index: 2;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 500px;
}

@-webkit-keyframes resize {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes resize {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
button:hover,
.btn:hover,
.social {
  -webkit-animation: resize 0.2s linear;
  animation: resize 0.2s linear;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?99ojay");
  src: url("../fonts/icomoon.eot?99ojay#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?99ojay") format("truetype"), url("../fonts/icomoon.woff?99ojay") format("woff"), url("../fonts/icomoon.svg?99ojay#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-spin:before {
  content: "";
}

.icon-soundcloud:before {
  content: "";
}

.icon-display:before {
  content: "";
}

.icon-mobile:before {
  content: "";
}

.icon-user-tie:before {
  content: "";
}

.icon-html-five:before {
  content: "";
}

.icon-css3:before {
  content: "";
}

nav#main_nav {
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  width: 100%;
  height: 98px;
  background: rgba(246, 246, 246, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav#main_nav .container {
  position: relative;
}
nav#main_nav .container .main_nav_logobox {
  float: left;
  width: 220px;
}
nav#main_nav .container .main_nav_logobox a {
  display: inline-block;
  padding: 0;
  margin: 27px 0;
  width: 220px;
  height: 46px;
  text-decoration: none;
  background: transparent url("../img/logo.png") 0 0 no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav#main_nav .container .main_nav_logobox a:hover {
  text-decoration: none;
}
nav#main_nav .container .main_nav_menubox {
  margin: 0 0 0 200px;
  overflow: hidden;
}
nav#main_nav .container .main_nav_menubox ul {
  list-style: none;
  float: right;
  width: auto;
}
nav#main_nav .container .main_nav_menubox ul li {
  float: left;
  width: auto;
  height: 98px;
}
nav#main_nav .container .main_nav_menubox ul li a {
  display: inline-block;
  padding: 0 24px;
  width: auto;
  height: 98px;
  font: 700 16px/98px Open Sans, sans-serif;
  color: #333;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav#main_nav .container .main_nav_menubox ul li a:hover {
  text-decoration: none;
  color: #00acbb;
}
nav#main_nav .container .main_nav_menubox ul li.active a {
  text-decoration: none;
  color: #fff;
  background: #00acbb;
}
nav#main_nav .container .main_nav_menubox ul .navbar-toggle {
  font-size: 30px;
  padding: 0;
  margin: 0;
  height: 100%;
}

body nav#mobile_nav {
  position: fixed;
  z-index: 400;
  left: -360px;
  top: 0;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 120px 0 0 0;
  background: rgba(250, 250, 250, 0.9);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body nav#mobile_nav ul {
  list-style: none;
}
body nav#mobile_nav ul li {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 40px;
  border-bottom: #00acbb 1px solid;
  border-top: #fff 1px solid;
}
body nav#mobile_nav ul li a {
  display: inline-block;
  width: 100%;
  height: 50px;
  font: 600 22px/50px Oswald, sans-serif;
  text-decoration: none;
}
body nav#mobile_nav ul li:hover {
  background: #00acbb;
}
body nav#mobile_nav ul li:hover a:hover, body nav#mobile_nav ul li:hover a:active {
  text-decoration: none;
  color: #fff;
}
body nav#mobile_nav ul li:first-child {
  border-top: none;
}
body nav#mobile_nav ul li:last-child {
  border-bottom: none;
}
body .navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}
body .navbar-toggle .icon-bar:nth-of-type(3) {
  top: 2px;
}
body .navbar-toggle .icon-bar {
  background-color: #00acbb;
  position: relative;
  transition: all 500ms ease-in-out;
  width: 36px;
  height: 6px;
  border-radius: 0;
}
body .navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}
body .navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}
body .navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -10px;
  transform: rotate(-45deg);
}

body.mobile_menu nav#mobile_nav {
  left: 0;
}

body.minify_nav nav#mobile_nav {
  background: rgba(51, 51, 51, 0.9);
}
body.minify_nav nav#mobile_nav a {
  color: #fff;
}
body.minify_nav nav#main_nav {
  height: 60px;
  background: rgba(51, 51, 51, 0.9);
}
body.minify_nav nav#main_nav .main_nav_logobox a {
  margin: 6px 0;
}
body.minify_nav nav#main_nav .main_nav_menubox ul li {
  height: 60px;
}
body.minify_nav nav#main_nav .main_nav_menubox ul li a {
  height: 60px;
  font: 700 16px/60px Open Sans, sans-serif;
  color: #fff;
  background: transparent;
}

section#section_home {
  margin: 0;
  background: transparent;
}
section#section_home .blue_card {
  margin: 230px 0;
}

section#section_about {
  padding: 2em 0 6em 0;
  width: 100%;
  position: relative;
}
section#section_about:before, section#section_about:after {
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  background-color: #fafafa;
  z-index: -1;
}
section#section_about::before {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left top;
  transform: skewY(-3deg);
}
section#section_about::after {
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: right bottom;
  transform: skewY(-3deg);
}
section#section_about .container {
  min-height: 500px;
  background: transparent url("../img/voyager_draft.png") right 0 no-repeat;
}
section#section_about .container h2 {
  margin: 50px 0 30px 0;
}
section#section_about .container p {
  margin: 10px 0 0 0;
  color: #333;
}
section#section_about .container img.about_us_image {
  max-width: 100%;
  margin-top: -100px;
}

section#section_about_advance {
  background: transparent;
}
section#section_about_advance .container .blue_card {
  width: auto;
  height: auto;
  margin: 270px 0 240px 0;
  padding: 16px 22px;
  color: #fff;
  background: #00acbb;
}
section#section_about_advance .container .blue_card p {
  margin: 16px 0 0 0;
  font-size: 16px;
  font-weight: 300;
}

section#section_services {
  padding: 2em 0 6em 0;
  width: 100%;
  position: relative;
}
section#section_services:before, section#section_services:after {
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  background-color: #fafafa;
  z-index: -1;
}
section#section_services::before {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: right top;
  transform: skewY(3deg);
}
section#section_services::after {
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left bottom;
  transform: skewY(3deg);
}
section#section_services .container h2 {
  display: inline-block;
  margin: 30px 0 50px 0;
}
section#section_services .container .services-card h3 {
  margin: 20px 0;
  font: 300 20px/20px Oswald, sans-serif;
  color: #333;
  text-transform: uppercase;
}
section#section_services .container .services-card .sIconBox {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  text-align: center;
  background: #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
section#section_services .container .services-card .sIconBox .sIconBox_radius {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
  background: transparent;
  border: #eee 2px solid;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -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#section_services .container .services-card .sIconBox #sIconBox_html {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  margin: -32px 0 0 -58px;
  font-size: 76px;
  color: #333;
}
section#section_services .container .services-card .sIconBox #sIconBox_css {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  margin: -20px 0 0 11px;
  font-size: 50px;
  color: #00acbb;
}
section#section_services .container .services-card .sIconBox #sIconBox_user {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  margin: -18px 0 0 -30px;
  font-size: 60px;
  color: #333;
}
section#section_services .container .services-card .sIconBox #sIconBox_refresh {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  margin: -54px 0 0 -48px;
  font-size: 110px;
  color: #00acbb;
  transform: rotate(30deg);
}
section#section_services .container .services-card .sIconBox #sIconBox_pc {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  margin: -38px 0 0 -52px;
  font-size: 80px;
  color: #00acbb;
}
section#section_services .container .services-card .sIconBox #sIconBox_cloud {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  margin: -31px 0 0 -42px;
  font-size: 44px;
  color: #fff;
}
section#section_services .container .services-card .sIconBox #sIconBox_phone {
  position: absolute;
  z-index: 11;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  margin: -13px 0 0 2px;
  font-size: 50px;
  color: #333;
}
section#section_services .container .services-card .sIconBox:hover {
  background: #00acbb;
}
section#section_services .container .services-card .sIconBox:hover .sIconBox_radius {
  left: -10px;
  top: -10px;
  width: 170px;
  height: 170px;
  border: #00acbb 2px solid;
}
section#section_services .container .services-card .sIconBox:hover #sIconBox_css, section#section_services .container .services-card .sIconBox:hover #sIconBox_refresh, section#section_services .container .services-card .sIconBox:hover #sIconBox_pc {
  color: #fff;
}
section#section_services .container .services-card .sIconBox:hover #sIconBox_refresh {
  animation-name: animation_spin;
  animation-duration: 1800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
section#section_services .container .services-card .sIconBox:hover #sIconBox_cloud {
  color: #CEE02C;
  animation-name: animation_upDown;
  animation-duration: 1800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
section#section_services .container .services-card .sIconBox:hover #sIconBox_css {
  color: #333;
  animation-name: animation_css;
  animation-duration: 1800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
section#section_services .container .services-card .sIconBox:hover #sIconBox_html {
  color: #fff;
  animation-name: animation_html;
  animation-duration: 1800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
section#section_services .container .services-card:hover .sIconBox {
  background: #00acbb;
}
section#section_services .container .services-card:hover .sIconBox .sIconBox_radius {
  left: -10px;
  top: -10px;
  width: 170px;
  height: 170px;
  border: #00acbb 2px solid;
}
section#section_services .container .services-card:hover .sIconBox #sIconBox_radius {
  left: -10px;
  top: -10px;
  width: 170px;
  height: 170px;
  border: #00acbb 2px solid;
}
section#section_services .container .services-card:hover .sIconBox #sIconBox_html, section#section_services .container .services-card:hover .sIconBox #sIconBox_css, section#section_services .container .services-card:hover .sIconBox #sIconBox_refresh, section#section_services .container .services-card:hover .sIconBox #sIconBox_pc {
  color: #fff;
}
section#section_services .container .services-card:hover .sIconBox #sIconBox_refresh {
  animation-name: animation_spin;
  animation-duration: 1800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
section#section_services .container .services-card:hover .sIconBox #sIconBox_cloud {
  color: #CEE02C;
  animation-name: animation_upDown;
  animation-duration: 1800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
section#section_services .container .services-card:hover .sIconBox #sIconBox_css {
  color: #333;
  animation-name: animation_css;
  animation-duration: 1800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
section#section_services .container .services-card:hover .sIconBox #sIconBox_html {
  color: #fff;
  animation-name: animation_html;
  animation-duration: 1800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
section#section_services .container .service_text {
  text-align: left;
}
section#section_services .container .service_text ul {
  list-style: square;
  margin-left: 20px;
}
section#section_services .container .service_text h3 {
  font: 300 26px/26px Oswald, sans-serif;
  color: #333;
  text-transform: uppercase;
}

@keyframes animation_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animation_upDown {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(0, 4px);
  }
  66% {
    transform: translate(0, -4px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes animation_css {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(0, 5px);
  }
  66% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes animation_html {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(0, -5px);
  }
  66% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
section#section_stayUpdated {
  background: transparent;
}
section#section_stayUpdated .container .blue_card {
  margin: 270px 0 240px 0;
}
section#section_stayUpdated .container .blue_card .form-group {
  margin: 20px 0 0 0;
}

section#section_expertise {
  padding: 2em 0 8em 0;
  width: 100%;
  position: relative;
}
section#section_expertise:before, section#section_expertise:after {
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  background-color: #fafafa;
  z-index: -1;
}
section#section_expertise::before {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: right top;
  transform: skewY(3deg);
}
section#section_expertise::after {
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left bottom;
  transform: skewY(3deg);
}
section#section_expertise .container .row > div {
  float: left;
}
section#section_expertise .container h2 {
  margin: 50px 0 30px 0;
}
section#section_expertise .container p {
  margin: 10px 0;
}
section#section_expertise .container .expertise-content {
  width: calc(100% - 600px);
  height: auto;
}
section#section_expertise .container .expertise-solar {
  position: relative;
  width: 600px;
  height: 600px;
}
section#section_expertise .container .expertise-solar .solar_space {
  position: absolute;
  z-index: 10;
  left: 7px;
  top: 0;
  width: 586px;
  height: 586px;
  background: url("../img/solar_bg_lg.png") 0 0 no-repeat;
  animation-name: animation_spin;
  animation-duration: 20000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
section#section_expertise .container .expertise-solar .solar_objects {
  position: absolute;
  z-index: 30;
  left: 7px;
  top: 0;
  width: 586px;
  height: 586px;
  background: url("../img/solar_objects_lg.png") 0 0 no-repeat;
  animation-name: animation_spin;
  animation-duration: 40000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
section#section_expertise .container .expertise-solar .solar_item {
  position: absolute;
  z-index: 20;
  width: 140px;
  height: 140px;
  background-image: url("../img/solar_item_lg.png");
  background-repeat: no-repeat;
}
section#section_expertise .container .expertise-solar .solar_item.solar_logo {
  left: 230px;
  top: 230px;
  background-position: -1400px 0;
}
section#section_expertise .container .expertise-solar .solar_item.solar_sun {
  left: 230px;
  top: 230px;
  background-position: 0 0;
  animation-name: animation_spin_reverse;
  animation-duration: 50000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
section#section_expertise .container .expertise-solar .solar_item.solar_java {
  position: absolute;
  z-index: 20;
  left: 230px;
  top: 230px;
  width: 140px;
  height: 140px;
  background-position: -1260px 0;
  animation-name: planet_java_move;
  animation-duration: 40000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
section#section_expertise .container .expertise-solar .solar_item.solar_nodejs {
  position: absolute;
  z-index: 20;
  left: 230px;
  top: 230px;
  width: 140px;
  height: 140px;
  background-position: -560px 0;
  animation-name: planet_nodejs_move;
  animation-duration: 40000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
section#section_expertise .container .expertise-solar .solar_item.solar_angular {
  position: absolute;
  z-index: 20;
  left: 230px;
  top: 230px;
  width: 140px;
  height: 140px;
  background-position: -1120px 0;
  animation-name: planet_angular_move;
  animation-duration: 40000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
section#section_expertise .container .expertise-solar .solar_item.solar_python {
  position: absolute;
  z-index: 20;
  left: 230px;
  top: 230px;
  width: 140px;
  height: 140px;
  background-position: -280px 0;
  animation-name: planet_python_move;
  animation-duration: 20000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
section#section_expertise .container .expertise-solar .solar_item.solar_ios {
  position: absolute;
  z-index: 20;
  left: 230px;
  top: 230px;
  width: 140px;
  height: 140px;
  background-position: -840px 0;
  animation-name: planet_ios_move;
  animation-duration: 20000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
section#section_expertise .container .expertise-solar .solar_item.solar_android {
  position: absolute;
  z-index: 20;
  left: 230px;
  top: 230px;
  width: 140px;
  height: 140px;
  background-position: -980px 0;
  animation-name: planet_android_move;
  animation-duration: 20000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
section#section_expertise .container .expertise-solar .solar_item.solar_net {
  position: absolute;
  z-index: 20;
  left: 230px;
  top: 230px;
  width: 140px;
  height: 140px;
  background-position: -700px 0;
  animation-name: planet_net_move;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
section#section_expertise .container .expertise-solar .solar_item.solar_ruby {
  position: absolute;
  z-index: 20;
  left: 230px;
  top: 230px;
  width: 140px;
  height: 140px;
  background-position: -140px 0;
  animation-name: planet_ruby_move;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
section#section_expertise .container .expertise-solar .solar_item.solar_php {
  position: absolute;
  z-index: 20;
  left: 230px;
  top: 230px;
  width: 140px;
  height: 140px;
  background-position: -420px 0;
  animation-name: planet_php_move;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes animation_spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes animation_spin_reverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes planet_java_move {
  from {
    transform: rotate(0deg) translate(-292px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(-292px) rotate(-360deg);
  }
}
@keyframes planet_nodejs_move {
  from {
    transform: rotate(0deg) translate(0, -292px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(0, -292px) rotate(-360deg);
  }
}
@keyframes planet_angular_move {
  from {
    transform: rotate(0deg) translate(0, 292px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(0, 292px) rotate(-360deg);
  }
}
@keyframes planet_python_move {
  from {
    transform: rotate(0deg) translate(0, 218px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(0, 218px) rotate(-360deg);
  }
}
@keyframes planet_ios_move {
  from {
    transform: rotate(0deg) translate(0, -218px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(0, -218px) rotate(-360deg);
  }
}
@keyframes planet_android_move {
  from {
    transform: rotate(0deg) translate(218px, 0) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(218px, 0) rotate(-360deg);
  }
}
@keyframes planet_net_move {
  from {
    transform: rotate(0deg) translate(158px, 0) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(158px, 0) rotate(-360deg);
  }
}
@keyframes planet_ruby_move {
  from {
    transform: rotate(0deg) translate(-158px, 0) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(-158px, 0) rotate(-360deg);
  }
}
@keyframes planet_php_move {
  from {
    transform: rotate(0deg) translate(0, 100px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(0, 100px) rotate(-360deg);
  }
}
section#section_careers {
  padding: 10em 0;
  background: transparent;
}
section#section_careers h2 {
  text-shadow: 0 -1px 1px #336565;
}
section#section_careers .container .item {
  width: auto;
  height: auto;
  margin: 0;
  padding: 16px 22px;
  color: #fff;
  cursor: move;
  background: #333;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=$d3, Direction=$dm, Color='$color')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=$d3, Direction=$dm, Color="$color");
}
section#section_careers .container .item h4 {
  margin: 0;
  padding: 0 0 10px 0;
  font: 300 22px/22px Oswald, sans-serif;
  color: #00acbb;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 -1px 1px black;
  border-bottom: #00acbb 1px dashed;
}
section#section_careers .container .item .item-content {
  height: 700px;
  position: relative;
}
section#section_careers .container .item .inner-content {
  height: 100%;
  min-height: 100%;
  max-height: 700px;
  overflow: hidden;
  margin-bottom: -20px;
}
section#section_careers .container .item .inner-content .read-more {
  display: block;
  margin: 0 auto;
  padding-top: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 30px;
  text-align: center;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #333 55%);
}
section#section_careers .container .item ul {
  padding: 10px 0;
  margin-left: 20px;
  list-style: square;
}
section#section_careers .container .item ul li {
  color: #ebebeb;
  border-bottom: #3F3D3D 1px dashed;
}
section#section_careers .container .item .btn {
  width: 100%;
  text-transform: uppercase;
  font: 300 22px/22px Oswald, sans-serif;
}
section#section_careers .container .item div.text-center {
  margin: 10px 0;
  text-transform: uppercase;
}
section#section_careers .container .carrers_control {
  width: 100%;
  height: 24px;
  margin: 0 0 20px 0;
  padding: 20px 0;
  text-align: center;
}
section#section_careers .container .carrers_control a {
  display: inline-block;
  width: auto;
  height: 24px;
  font: 300 20px/24px Oswald, sans-serif;
  color: #333;
}

section#section_contacts {
  height: 500px;
  background: #fafafa;
}
section#section_contacts #map-canvas {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 500px;
}
section#section_contacts #map_overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 500px;
  background: rgba(51, 51, 51, 0.3);
}
section#section_contacts #map_close {
  position: absolute;
  z-index: 20;
  display: none;
  right: 60px;
  top: 10px;
  width: 42px;
  height: 42px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  background: transparent;
  font-size: 28px;
  line-height: 46px;
  color: #333;
  border: #333 1px solid;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
section#section_contacts #map_close:hover {
  color: #00acbb;
  border: #00acbb 1px solid;
  text-decoration: none;
}
section#section_contacts #map_textbox {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 40px;
  width: 100%;
  height: 400px;
  padding: 40px 0 0 0;
}
section#section_contacts #map_textbox .white_card {
  height: 100%;
  margin: 0;
  padding: 64px 22px;
  color: #fff;
}
section#section_contacts #map_textbox .blue_card {
  margin-bottom: 20px;
}
section#section_contacts #map_textbox .blue_card .contacts-icon {
  font-size: 140px;
}
section#section_contacts #map_textbox .blue_card p {
  margin: 10px 0 0 0;
  font-size: 14px;
  font-weight: normal;
}
section#section_contacts #map_textbox .blue_card p.contact_phone a, section#section_contacts #map_textbox .blue_card p.contact_email a, section#section_contacts #map_textbox .blue_card address a {
  color: #fff;
  text-decoration: none;
  border-bottom: #fff 1px dashed;
}
section#section_contacts #map_textbox .blue_card p.contact_phone a:hover, section#section_contacts #map_textbox .blue_card p.contact_email a:hover, section#section_contacts #map_textbox .blue_card address a:hover {
  border-bottom: none;
}
section#section_contacts #map_textbox .blue_card address {
  margin: 30px 0 0 0;
  color: #fff;
}
section#section_contacts #map_textbox .blue_card .glyphicon {
  margin: 0 20px 0 0;
}
section#section_contacts #map_textbox .blue_card .show_map_button {
  color: #fff;
  border-bottom: none;
}
section#section_contacts #map_textbox .blue_card .show_map_button:hover {
  color: #333;
}
section#section_contacts #map_textbox textarea {
  resize: none;
}
section#section_contacts #map_textbox .form-error {
  padding: 2px 10px;
  color: #fff;
  font-size: 12px;
  background: #e02f2f;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#section_contacts #map_textbox .form-error.shown {
  opacity: 1;
}

section#section_contacts.shownMap #map_overlay, section#section_contacts.shownMap #map_textbox {
  display: none;
}
section#section_contacts.shownMap #map_close {
  display: block;
}

footer {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 100px;
  margin: 0;
  padding: 10px 0 20px;
  background: #333;
}
footer p {
  margin: 10px 0;
  font: 300 12px/12px Open Sans, sans-serif;
  color: #ebebeb;
}
footer a.social {
  display: inline-block;
  margin: 34px 4px;
  width: 32px;
  height: 32px;
  text-decoration: none;
}
footer a.social.social-in {
  background: url("../img/social_in.png") 0 0 no-repeat;
}
footer a.social.social-fb {
  background: url("../img/social_fb.png") 0 0 no-repeat;
}
footer a.social.social-tw {
  background: url("../img/social_tw.png") 0 0 no-repeat;
}
footer a.social.social-vk {
  background: url("../img/social_vk.png") 0 0 no-repeat;
}

@media screen and (max-width: 768px) {
  h2 {
    font: 300 40px/40px Oswald, sans-serif;
  }

  section#section_home {
    width: 100%;
    height: auto;
    min-height: 300px;
  }
  section#section_home .blue_card {
    margin: 200px 0;
  }
  section#section_home .blue_card h1 {
    font: 300 26px/26px Oswald, sans-serif;
  }

  section#section_about h2 {
    margin: 80px 0 0 0;
  }

  section#section_about_advance .blue_card {
    margin: 100px 0 100px 0;
  }
  section#section_about_advance .blue_card h2 {
    font: 300 26px/26px Oswald, sans-serif;
  }

  section#section_careers .blue_card {
    margin: 100px 0 100px 0;
  }

  section#section_contacts {
    min-height: 800px;
  }
  section#section_contacts #map-canvas {
    height: 800px;
  }
  section#section_contacts #map_overlay {
    height: 800px;
  }
  section#section_contacts #map_textbox .container > div:last-child {
    margin-top: 40px;
  }

  section#section_expertise .container .expertise-content {
    width: 100%;
    height: auto;
    z-index: 2;
  }
  section#section_expertise .container .expertise-solar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    float: none;
    opacity: 0.3;
    margin: auto;
    z-index: 1;
  }

  section#section_stayUpdated {
    width: 100%;
    height: auto;
    min-height: 300px;
  }
  section#section_stayUpdated .blue_card {
    margin: 100px 0 100px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .container {
    width: inherit;
  }

  nav#main_nav .container .main_nav_menubox ul li a {
    padding: 0 10px;
  }

  section#section_about .container {
    background-position: center center;
  }

  section#section_contacts {
    min-height: 800px;
  }
  section#section_contacts #map-canvas {
    height: 800px;
  }
  section#section_contacts #map_overlay {
    height: 800px;
  }
  section#section_contacts #map_textbox .container > div:last-child {
    margin-top: 40px;
  }

  section#section_expertise .container .expertise-content {
    width: 100%;
    height: auto;
    z-index: 2;
  }
  section#section_expertise .container .expertise-solar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    float: none;
    opacity: 0.3;
    margin: auto;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  section#section_about .container h2 {
    margin: 80px 0 30px 0;
  }

  section#section_expertise .container .expertise-content {
    width: 100%;
    height: auto;
    z-index: 2;
  }
  section#section_expertise .container .expertise-solar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    float: none;
    opacity: 0.3;
    margin: auto;
    z-index: 1;
  }
}

/*# sourceMappingURL=main.css.map */
