@font-face {
  font-family: opensans-regular;
  /* Имя шрифта */
  src: url(fonts/opensans/OpenSans-Regular.ttf);
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: opensans-bold;
  /* Имя шрифта */
  src: url(fonts/opensans/OpenSans-Regular.ttf);
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: opensans-extrabold;
  /* Имя шрифта */
  src: url(fonts/opensans/OpenSans-ExtraBold.ttf);
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: raleway-semibold;
  /* Имя шрифта */
  src: url('fonts/opensans/Raleway-SemiBold.ttf');
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: raleway-bold;
  /* Имя шрифта */
  src: url(fonts/opensans/Raleway-Bold.ttf);
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: opensans-condbold;
  /* Имя шрифта */
  src: url(fonts/opensans/OpenSans-CondBold.ttf);
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: opensans-semibold;
  /* Имя шрифта */
  src: url(fonts/opensans/OpenSans-Semibold.ttf);
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: opensans-italic;
  /* Имя шрифта */
  src: url(fonts/opensans/OpenSans-Italic.ttf);
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: R-Bold;
  /* Имя шрифта */
  src: url(fonts/Raleway/Raleway-Bold.otf);
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: R-ExtraBold;
  /* Имя шрифта */
  src: url(fonts/Raleway/Raleway-ExtraBold.otf);
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: R-ExtraLight;
  /* Имя шрифта */
  src: url(fonts/Raleway/Raleway-ExtraLight.otf);
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: R-Heavy;
  /* Имя шрифта */
  src: url(fonts/Raleway/Raleway-Heavy.otf);
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: R-Light;
  /* Имя шрифта */
  src: url(fonts/Raleway/Raleway-Light.otf);
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: R-Medium;
  /* Имя шрифта */
  src: url(fonts/Raleway/Raleway-Medium.otf);
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: R-Regular;
  /* Имя шрифта */
  src: url(fonts/Raleway/Raleway-Regular.otf);
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: R-SemiBold;
  /* Имя шрифта */
  src: url(fonts/Raleway/Raleway-SemiBold.otf);
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: R-Thin;
  /* Имя шрифта */
  src: url(fonts/Raleway/Raleway-Thin.otf);
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: HN-Light;
  /* Имя шрифта */
  src: url(fonts/HelveticaNeueCyr-Light.otf);
  /* Путь к файлу со шрифтом */
}

ol,
ul {
  list-style: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a {
  color: #00c8ff;
  text-decoration: none;
}

a:hover{
    text-decoration: underline;
    color: #00c8ff;
}

a.view {
  color: #fff;
}

body,
html {
  margin: 0;
}
/*body{
  background: rgba(0, 0, 0, 0) url("../img/contactus_bg1.png") repeat scroll 0 0;
}*/

.page-about header {
  background: url(../img/images/about_header_bg_01.jpg) no-repeat;
}

.home header {
  background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.menu-top-menu-container{

}
.home header .menu-top-menu-container{
  background: none !important;
}

.project {
  width: 36.3%;
  padding-top: 45px;
  padding-left: 12%;
  padding-right: 1.7%;
  /* height: 650px; */
  padding-bottom: 40px;
  float: left;
  transition: background 0.3s;
  box-sizing: content-box;
}

.project:nth-child(2n) {
  padding-left: 1.7%;
  padding-right: 12%;
}

.project:nth-child(4) {
  /*
    background-image: -webkit-gradient(linear, left center, right center, from(rgba(0, 180, 230, 0.17)), to(rgba(255, 255, 255, 0.17)));
    background-image: -webkit-linear-gradient(left, rgba(0, 180, 230, 0.17), rgba(255, 255, 255, 0.17));
    background-image: -moz-linear-gradient(left, rgba(0, 180, 230, 0.17), rgba(255, 255, 255, 0.17));
    background-image: -o-linear-gradient(left, rgba(0, 180, 230, 0.17), rgba(255, 255, 255, 0.17));
    background-image: -ms-linear-gradient(left, rgba(0, 180, 230, 0.17), rgba(255, 255, 255, 0.17));
    background-image: linear-gradient(to right, rgba(0, 180, 230, 0.17), rgba(255, 255, 255, 0.17));
*/
}

.project:nth-child(1),
.project:nth-child(5) {
  /*
    background-image: -webkit-gradient(linear, left center, right center, from(rgba(255, 255, 255, 0.17)), to(rgba(0, 180, 230, 0.17)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.17), rgba(0, 180, 230, 0.17));
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.17), rgba(0, 180, 230, 0.17));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.17), rgba(0, 180, 230, 0.17));
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.17), rgba(0, 180, 230, 0.17));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.17), rgba(0, 180, 230, 0.17));
*/
}


/* .project:nth-child(1):hover {
    background: #bfd8ff;
}

.project:nth-child(2):hover {
    background: #ffabab;
}

.project:nth-child(3):hover {
    background: #a3ffa6;
}

.project:nth-child(4):hover {
    background: #ffee8f;
}

.project:nth-child(5):hover {
    background: #ffc07d;
}

.project:nth-child(6):hover {
    background: #a8b2ff;
} */

.projects {
  overflow: hidden;
}

.bigimg {
  width: 100%;
  /*     height: 510px;
    height: 78.4%; */
  position: relative;
}

.view {
  text-align: center;
  /* border: 1px solid #fff; */
  width: 100%;
  margin-top: 10px;
  text-transform: uppercase;
  background-color: #00b4e6;
  color: #fff;
  padding: 6% 0;
  font-size: 0.75vw;
  font-family: R-Regular;
  opacity: 0;
  transition: opacity 0.3s;
  display: block;
}

.bottom {
  height: 18%;
  width: 100%;
  margin-top: 20px;
}

.project-logo {
  width: 32%;
  /* height: 100%; */
  margin-right: 3%;
  float: left;
}

.project-text {
  width: 65%;
  height: 100%;
  float: left;
}

.project-title {
  text-transform: uppercase;
  font-size: 1.85vw;
  font-family: R-Bold;
  line-height: 90%;
  color: #232323;
}

.project-title span {
  font-family: R-Regular;
}

.single-project .title span {
  font-family: R-Light;
}

.project-desc p,
.project-desc {
  font-size: 0.879vw;
  margin-top: 10px;
  line-height: 26px;
  font-family: R-Light;
}

.page-template-contact .main-container {
  margin: 0;
}

.title {
  font-size: 80px;
  font-family: R-Bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-top: 1%;
/*  text-shadow: 3px 4px 1px rgba(0, 0, 0, 0.4);*/
  line-height: normal;
}

.project-info .title {
  font-size: 2.8vw;
  font-family: R-SemiBold;
  margin-top: 6.5%;
  text-align: left;
}

.desc {
  font-size: 30px;
  font-family: R-Light;
  text-align: center;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  margin-top: 0.6%;
/*  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);*/
  line-height: normal;
}

.logo {
  padding-top: 14px;
}

.top {
/*
  width: 60%;
  margin: 0 auto;
*/
      width: 85%;
    margin: 0 auto;
    padding-top: 35px;
}

footer {
  width: 100%;
  background: #222;
  overflow: hidden;
  padding-bottom: 55px;
}

.footer {
  width: 60%;
  margin: 0 auto;
}

.box {
  width: 33.33%;
  float: left;
}

.footer-logo {
  margin-top: 43px;
  width: 70%
}

.menu {
  margin-top: 33px;
}

#cd-nav .menu {
  margin: 20px 0;
  overflow: auto;
}

.left {
  float: left;
  width: 50%;
  overflow: hidden;
}

.menu a {
  padding-left: 18px;
  width: 100%;
  float: left;
  font-family: R-Regular;
  font-size: 1.12vw;
  text-decoration: none;
  color: #d7d7d7;
  line-height: 2.12vw
}

#cd-nav .menu a {
  font-size: 40px;
  line-height: 1.5;
  padding: 0;
}

.right {
  float: right;
  width: 42%;
  overflow: hidden;
}

.contact-us {
  width: 100%
}

.button {
  margin: 0;
  margin-top: 36px;
  border: 1px solid #d7d7d7;
  width: 62%;
  float: right;
  color: #d7d7d7;
  text-align: center;
  padding: 2.2% 0;
  font-family: R-Regular;
  font-size: 1.1vw;
  background-color: transparent;
  transition: box-shadow 0.5s, border-color 0.5s;
}

.button:hover {
  box-shadow: inset 0 0 0 2px #00c8ff;
  border-color: #00c8ff;
}

.copyright {
  color: #d7d7d7;
  font-family: R-light;
  font-size: 0.807vw;
  padding-top: 10px;
}

.project img,
.box img {
  width: 100%;
  height: auto;
}

.project:hover .view {
  opacity: 1;
}

.contact-info .social, {
  width: 20%;
  margin-right: 6.5%;
  float: left;
  height: 45px;
  /* height: 5%; */
  background: url(../img/social_1.png) no-repeat 0 0;
  background-size: contain;
}

.contact-info .social:last-child {
  margin-right: 0;
}

.contact-info .social:nth-child(2){
  background: url(../img/social_2.png) no-repeat 0 0px;
  background-size: contain;
}

.contact-info .social:nth-child(3){
  background: url(../img/social_3.png) no-repeat 0 0;
  background-size: contain;
}

.contact-info .social:nth-child(4){
  background: url(../img/social_4.png) no-repeat 0px 0px;
  background-size: contain;
}

footer .socials {
  width: 62%;
  float: right;
  margin-top: 20px;
}

.header-project-logo {
  float: left;
  width: 16.7%;
  margin-top: 4.8%;
  margin-right: 2.6%;
}

.single-project .text {
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
}

.project-info {
  float: left;
  width: 58.5%
}

.ios-version,
.android-version, .project-skills-wrap {
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
  font-family: HN-Light;
  color: #fff;
  font-size: 1.25vw;
  line-height: 1.8;
  float: left;
}
.project-skills-wrap{
  float: none;
}
.android-version{
  margin-left: 10px;
}
.android-url:hover {
  background: url(../img/images/android_url_hover.png) no-repeat;
  background-size: contain;
}

.android-url {
  margin-bottom: 6.6%;
  width: 100%;
  background: url(../img/images/android_url_03.png) no-repeat;
  height: 55px;
  background-size: contain;
  transition: background 0.3s;
  display: block;
  outline: none;
}

.download-url {
  float: left;
  margin-top: 4.7%;
  margin-left: 4.8%;
  width: 17%;
}

.slide-image {
  width: 34.3%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 13.3%
}

.two-mobile .slide-info {
  width: 25%;
}

.one-mobile .slide-image {
  width: 30%;
}

.two-mobile .slide-image {
  width: 45%;
}

.one-tablet .slide-image {
  width: 50%;
  margin-left: 6%;
}

.one-tablet .slide-info {
  width: 33%;
  margin-left: 4%
}

.desktop {
  text-align: center;
}

.desktop .slide-image {
  width: auto;
  margin: 0;
}

.desktop .slide-info {
  min-width: 50%;
  width: auto;
}

.slider {
  width: 70%;
  margin: 0 auto;
  margin-top: 2%;
}

.slide-info {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-left: 0.85%;
  width: 43%;
}

.slide-title {
  font-family: HN-Light;
  font-size: 3vw;
  padding-bottom: 2.5%;
  margin-bottom: 4%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.33);
  color: #252525;
  line-height: 1.13;
}

.slide-desc {
  font-family: HN-Light;
  font-size: 1.4vw;
  line-height: 170%;
  margin-left: 1.5%;
}

.header-project-logo img {
  width: 100%;
  `
}

.download-url img {
  width: 100%;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 45.9%;
  left: 2.8%;
  height: 7.8%;
  background: url(../img/projects/slider_arrow.png) no-repeat;
  background-size: contain;
  width: 2.4%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.owl-theme .owl-nav .owl-next {
  transform: rotate(0deg);
  right: 2.8%;
  left: auto;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-dots {
  margin-bottom: 3.1%;
  margin-top: 2.2%;
}

.ios-url:hover {
  background: url(../img/images/ios_url_hover.png)no-repeat;
  background-size: contain;
}

.ios-url {
  margin-bottom: 6.6%;
  width: 100%;
  background: url(../img/images/ios_url_09.png) no-repeat;
  height: 55px;
  background-size: contain;
  transition: background 0.3s;
  display: block;
  outline: none;
}
.website-url {
  margin-bottom: 6.6%;
  width: 100%;
  background: url(../img/website_url.png) no-repeat;
  height: 55px;
  background-size: contain;
  transition: background 0.3s;
  display: block;
  outline: none;
}

.popup-video {
  margin-bottom: 6.6%;
  width: 100%;
  background: url(../img/play_video.png) no-repeat;
  height: 55px;
  background-size: contain;
  transition: background 0.3s;
  display: block;
  outline: none;
}

.popup-video:hover {
  background: url(../img/play_video_hover.png)no-repeat;
  background-size: contain;
}
.website-url:hover {
  background: url(../img/website_url_hover.png)no-repeat;
  background-size: contain;
}

.content {
  width: 65%;
  margin: 0 auto;
  margin-top: 2.8%;
  margin-bottom: 5%;
}
.content.page-testimonials .testimonial-image{
  margin-left: 13%;
}
.content.page-testimonials .testimonial-name, .content.page-testimonials .testimonial-desc{
  margin-left: 8%;
}
.page-testimonials .content {
  margin-top: 1.8%;
  overflow: hidden;
  padding-top: 15px;
  margin-bottom: 3.35%;
}

.page-expertise .content {
  margin-top: 0.48%;
  width: 60.5%;
  overflow: hidden;
  padding-top: 15px;
  margin-bottom: 3.75%;
}

.content-title {
  font-family: R-Medium;
  font-size: 2.2vw;
  letter-spacing: -0.7;
  margin-bottom: 1.9%;
}

.content-text {
  font-family: HN-Light;
  font-size: 1vw;
  line-height: 1.7;
}

.content-quote {
  font-family: R-Medium;
  font-size: 1.4vw;
  margin-top: 2.7%;
  margin-bottom: 3.5%;
  padding-left: 16.15%;
  line-height: 1.55;
  background: url(../img/big_comment.png) no-repeat 7% 10%;
  background-size: 6.4%;
}

.founders {
  width: 91%;
  margin: 0 auto;
  margin-top: 4.6%;
  overflow: auto;
  margin-bottom: 6.3%;
  padding-top: 15px;
}

.founder {
  float: left;
  width: 50%;
  text-align: center;
}

.founder-image {
  width: 49%;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.testimonial-image img,
.founder-image img {
  width: 100%;
  vertical-align: middle;
  border-radius: 50%;
}

.founder-name {
  font-family: R-Regular;
  font-size: 1.58vw;
  margin-top: 5%;
  margin-bottom: 2.5%;
}

.founder-quote {
  font-family: R-Regular;
  font-size: 1vw;
  padding-left: 14%;
  padding-right: 11%;
  padding-top: 1.1%;
  line-height: 1.5;
  background: url(../img/small_comment.png) no-repeat 3% 0;
  background-size: 8.8%;
}

.content-quote-line {
  margin-top: 2.5%;
  padding-left: 3.2%;
  margin-left: 1.3%;
  border-left: 7px solid #00c8ff;
  font-family: HN-Light;
  font-size: 1vw;
  line-height: 1.7;
  margin-bottom: 2.3%;
}

.testimonial-image {
  width: 44%;
  margin-left: 3%;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.06);
}

.testimonial {
  display: inline-block;
  width: 49.7%;
  margin-bottom: 5.27%;
  vertical-align: top;
}

.testimonial-name {
  font-family: R-Regular;
  font-size: 1.58vw;
  margin-top: 5%;
  margin-bottom: 1.9%;
  padding-left: 11%;
  background: url(../img/small_comment.png) no-repeat 0% 0%;
  background-size: 8.5%;
  width: 80%;
  line-height: 1.2;
}

.testimonial-desc {
  font-family: R-Regular;
  font-size: 1vw;
  padding-left: 1%;
  line-height: 1.5;
}

.expertise-title {
  font-family: R-ExtraLight;
  font-size: 5.45vw;
  color: #404040;
  margin-bottom: 1.6%;
  line-height: 1.17;
}

.expertise-content {
  width: 98.7%;
  margin: 0 auto;
}
.expertise-box {
  width: 31.65%;
  margin-right: 1.8%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: #f2f2f2 url(../img/images/expertise-box_03.png) no-repeat;
  margin-bottom: 1.9%;
}
.expertise-box .expertise-box-content{
  text-align: center;
}
.expertise-box:nth-child(3n) {
  margin-right: 0;
}

.expertise-box-title {
  font-family: R-Medium;
  font-size: 1.8vw;
  letter-spacing: 0.3;
  margin-top: 6.8%;
  margin-bottom: 4.5%;
  color: #2d2d2d;
}

.expertise-box-content {
  font-family: HN-Light;
  font-size: 0.94vw;
  color: #696969;
  padding: 0 9.5%;
  line-height: 1.47;
  padding-bottom: 8%;
}

.expert {
  overflow: hidden;
  margin-bottom: 2.2%;
}

.post-image {
  padding: 0;
}

.post-info .category a {
  color: #808080;
  border: 1px solid #00c8ff;
  padding: 6px 9px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 26px;
  font-family: "opensans-regular";
  display: block;
  margin-right: 10px;
  float: left;
  margin-bottom: 10px;
  padding: 0;
  border: 0;
}
.post-info .category a:hover{
  color: #000000;
}
footer .menu-item {
  float: left;
  width: 50%;
}

.section-title div {
  font-size: 17px;
  letter-spacing: 1px;
}

.section-title .line {
  width: 90px;
  background: #dedede;
  height: 1px;
  margin: 5px 15px;
  display: inline-block;
}

.section-title .line.big {
  width: 170px;
}

.section-title .line {
  background: #fff;
}

.section-title h1,
.section-title div a,
.section-title div span {
  color: #fff;
}

.section-title div a {
  text-decoration: underline;
}

.section-title h1,
.section-title h2,
.section-title h3 {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  display: inline-block;
}

.section-title h1 {
  font-size: 80px;
}

@media (min-width: 992px) {
  div.contact-phone {
    font-size: 40px;
    padding-top: 30px;
  }
}

div.contact-phone {
  font-family: 'Raleway', sans-serif;
  color: #fff;
}

.form-group .form-control.input-lg {
  font-size: 14px;
}

.form-group .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  border-color: #DEDEDE;
}

.form-group .input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.text-center {
  text-align: center;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 1.4;
  color: #00c8ff;
}
/*

.form-group-wrapper {
  width: 48%;
  margin: 0 1%;
  float: left;
}
*/

.form-group label {
  text-transform: uppercase;
  color: #00c8ff;
  font-family: R-Bold;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-group {
  position: relative;
}

.form-group {
  margin-bottom: 15px;
}

.element-line {
  margin-top: 40px;
}

#contact .form-group textarea {
  height: 219px;
  resize: vertical;
}

.form-button {
  margin-top: 50px;
}

.mybutton.medium button span {
  padding: 0 15px;
  background: #00c8ff;
}


/* home page*/

#home {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}

.intro-pattern {
  /*background: #000 url("../img/intro-pattern.jpg") no-repeat center;
  background: #000 url("../img/3-new.jpg") no-repeat center;*/
  /*background: #000 url("../img/3-new-2.jpg") no-repeat center;*/
}

.intro-pattern .text-slider,
.intro-pattern .text-home {
  width: 100%;
  height: 100%;
  margin:0;
  display: table;
  position: absolute;
  top: 0;
  background: #000 url("../img/3-new-2.jpg") no-repeat center;
}

.intro-pattern .intro-item {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.mybutton {
  display: inline;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.section-title h1,
.section-title h2,
.section-title h3 {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  display: inline-block;
}

#home h1 {
  color: inherit;
  margin: 25px 0;
  color: #fff;
  font-family: R-Medium;
}

@media (min-width: 768px) {
  #home .section-title h1 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 600;
  }
}

@media (min-width: 992px) {
  #home .section-title h1 {
    font-size: 90px;
    line-height: 100px;
    letter-spacing: -3px;
    font-weight: 400;
  }
}

@media (min-width: 992px) {
  #home .intro-about {
    font-size: 51px;
    line-height: 65px;
    padding: 0px 0px 0px;
  }
  #home .intro-about span {
    font-family: R-ExtraLight;
  }
  #home h1{font-size: 50px; margin-bottom: 10px;}
}

@media (min-width: 992px) {
  #home .intro-phone {
    font-size: 34px;
    padding: 20px 0px;
  }
}

.mybutton.ultra a,
.mybutton.ultra button {
  font-size: 20px;
  line-height: 60px;
}

.mybutton a:hover,
.mybutton button:hover,
.mybutton a:focus .mybutton button:focus {
  outline: none;
}

@media (min-width: 992px) {
  .mybutton a,
  .mybutton button {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    letter-spacing: 0;
  }
}

.mybutton a,
.mybutton button {
  text-transform: uppercase;
  border: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .mybutton a span,
  .mybutton button span {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}

.mybutton a span,
.mybutton button span {
  color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
}

@media (min-width: 992px) {
  .mybutton a:hover span,
  .mybutton button:hover span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
  }
}

.mybutton.ultra a span,
.mybutton.ultra button span {
  padding: 0 30px;
}

.csstransforms3d .mybutton a span::before,
.csstransforms3d .mybutton button span::before,
.mybutton2 a::before {
  background: #0098f9;
}

@media (min-width: 992px) {
  .csstransforms3d .mybutton a span::before,
  .csstransforms3d .mybutton button span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.5s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}

.home main {
  height: 100%;
}

.section-title h1 i {
  color: #0098f9;
}

.section-title h1 i {
  font-style: normal;
  display: block;
}

i {
  font-style: italic;
}

#home .intro-phone,
#home .intro-about,
.navbar-email a,
.navbar-phone {
  font-family: R-Medium;
  color: #fff;
}

#home .intro-phone {
  color: #00c8ff;
}

.mybutton a span {
  background: #0098f9;
}

.mybutton a,
.mybutton button {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  letter-spacing: 0
}

.mybutton a span,
.mybutton button span {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  /*     -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d */
}

.mybutton a:hover span,
.mybutton button:hover span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px)
}

.csstransforms3d .mybutton a span::before,
.csstransforms3d .mybutton button span::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.5s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0
}

.mybutton a,
.mybutton button {
  text-transform: uppercase;
  border: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  font-family: "Abel";
}

.mybutton a span,
.mybutton button span {
  color: #fff;
  text-align: center;
  position: relative;
  display: inline-block
}

.mybutton {
  display: inline;
}

.section-title div {
  font-size: 17px;
  letter-spacing: 1px;
}

.section-title .line {
  width: 90px;
  background: #dedede;
  height: 1px;
  margin: 5px 15px;
  display: inline-block;
}

.section-title .line.big {
  width: 170px;
}

.section-title .line {
  background: #fff;
}

.section-title h1,
#contact .section-title div span {
  color: #fff;
}

.section-title h1,
.section-title h2,
.section-title h3 {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  display: inline-block;
}

.section-title h1 {
  font-size: 110px;
  line-height: 1.3;
  color: #fff;
}

@media (min-width: 992px) {
  div.contact-phone {
    font-size: 40px;
    padding-top: 30px;
  }
}

div.contact-phone {
  font-family: 'Raleway', sans-serif;
  color: #fff;
}

.form-group .form-control.input-lg {
  font-size: 14px;
}

.form-group .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  border-color: #DEDEDE;
}

.form-group .input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.text-center {
  text-align: center;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 1.4;
  color: #00c8ff;
}

/*
.form-group-wrapper {
  width: 48%;
  margin: 0 1%;
  float: left;
}
*/

.form-group label {
  text-transform: uppercase;
  font-family: R-Bold;
  color: #2cd0f9;
  font-size: 15px;
  font-weight: bold;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  width: 100%;
}

.form-group {
  position: relative;
}

.form-group {
  margin-bottom: 15px;
}

.element-line {
  margin-top: 40px;
}

#contact .form-group textarea {
  height: 225px;
  resize: vertical;
}

.form-button {
  margin-top: 50px;
}

.mybutton.medium button span {
  padding: 0 15px;
  background: #00c8ff;
}

.form-action {
  clear: both;
  text-align: center;
  padding-top: 15px;
}

.form-action input[type='submit'] {
  float: none;
  background: #00c8ff;
  font-size: 15px;
  padding: 10px 25px;
  text-transform: uppercase;
}

.form-action input[type='submit']:hover {
  background: #00c2ff;
}

.form-group-wrapper .wpcf7-form-control {
  display: block;
  width: 100%;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ddd;
  font-family: R-Light;
}

.form-group-wrapper textarea.wpcf7-form-control {
  height: auto;
}

wpcf7-display-none wpcf7-validation-errors {
  display: none!important;
}


.preview-text-wrapper{
  position: relative;
  background: #8597a1;
  height: 180px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-bottom: 20px;
}

.preview-hello{
  font-family: raleway-semibold;
  font-size: 46px;
  color: #FFF;
  padding-top: 40px;
  margin-bottom: 20px;
}

.preview-text{
  font-family: R-Medium;
  font-size: 16px;
  color: #FFF;
  width: 90%;
  margin: 0 auto;
}

.form-group-wrapper.new-form {
  width: 85%;
  margin: 0 auto;
}

.form-group-wrapper .new-form-input input.wpcf7-form-control,
.form-group-wrapper .new-form-input textarea.wpcf7-form-control {
  background: #ebebeb;
  color: #474747;
  border: 0;
  border-radius: 0;
}
.form-group-wrapper .new-form-input input.wpcf7-form-control::-webkit-input-placeholder{ color: #474747;}
.form-group-wrapper .new-form-input input.wpcf7-form-control::-moz-placeholder{ color: #474747;}
.form-group-wrapper .new-form-input input.wpcf7-form-control:-moz-placeholder{ color: #474747;}
.form-group-wrapper .new-form-input input.wpcf7-form-control:-ms-input-placeholder{ color: #474747;}
.form-group-wrapper .new-form-input textarea.wpcf7-form-control::-webkit-input-placeholder{ color: #474747;}
.form-group-wrapper .new-form-input textarea.wpcf7-form-control::-moz-placeholder{ color: #474747;}
.form-group-wrapper .new-form-input textarea.wpcf7-form-control:-moz-placeholder{ color: #474747;}
.form-group-wrapper .new-form-input textarea.wpcf7-form-control:-ms-input-placeholder { color: #474747;}

.form-action.new-form-action input{
  font-family: raleway-semibold;
  font-size: 19px;
  color: #FFFFFF;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.form-action.new-form-action  {
  padding-top: 5px;
}

.new-form-response {
  width: 85%;
  margin: 0px auto 15px;
}
.new-form-response div.wpcf7-response-output {
  border: 0;
  text-align: center;
  color: #5a656b;
  font-size: 14px;
  font-family: R-Regular;
  margin: 0;
}

.new-form-response div.wpcf7-response-output.wpcf7-validation-errors{
    background: #ffd9d9;
}
.new-form-response div.wpcf7-response-output.wpcf7-mail-sent-ok{
    background: #c4ffd7;
    padding: 10px;
}
.new-form-response div.wpcf7-response-output.wpcf7-display-none{
    display: block;
}


.ppsMainFrame {
  border: 0!important;
}

#cd-form .cd-half-block {
  display: table-cell;
  vertical-align: middle;
}

#cd-form .cd-form-wrapper {
  display: table;
  width: 100%;
  position: absolute;
  width: 100%;
  top: 0;
}


/*
#cd-form{
      background: #000 url("../img/1.jpg") no-repeat center;
}

#cd-nav
  {
    background: #000 url("../img/intro-pattern.jpg") no-repeat center;
      background: #000 url("../img/2.jpg") no-repeat center;

}
.nav-wrapper
{
  width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 0px;
}
*/

.project.search {
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}

.project.search .social-likes {
  display: none;
}

.search-results .page-header .page-title {
  margin: 0;
}

.search .pagination a:hover {
  background: #00c8ff;
}

/*span.short {
  color: #383838;
}*/

.category-name {
  text-decoration: underline;
  text-transform: lowercase;
  /* color: #00c8ff; */
}

.social-likes {
  margin-bottom: 10px;
}

.home .mCSB_container{
  height: 100%;
}
.page-template-contact .mCSB_container {
  height: 200%;
}

footer .menu a[href="#contactform"] {
  display: none;
}

footer .socials a:hover {
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.serch-result article.feed-item .row {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wpcf7-display-none.wpcf7-validation-errors {
  display: none!important;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.form-group-wrapper .wpcf7-form-control.wpcf7-not-valid {
  border-color: #f00;
}

.white-popup {
  width: 300px;
  padding: 3%;
  color: #000;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  position: relative;
  font-size: 26px;
  line-height: 1.2;
}

.projects {
  width: 78%;
  margin: 0 auto;
}

.project {
  width: 30.7%;
  padding-top: 17px;
  padding-left: 1.3%;
  padding-right: 1.3%;
  /* height: 650px; */
  padding-bottom: 17px;
  float: left;
  transition: background 0.3s;
}

.project:nth-child(2n) {
  padding-left: 1.3%;
  padding-right: 1.3%;
}

.project-title {
  text-transform: uppercase;
  font-size: 1.28vw;
  font-family: R-Bold;
  line-height: 90%;
  color: #232323;
}

.project-desc p,
.project-desc {
  height: 90px;
  font-size: 0.9vw;
  margin-top: 3px;
  line-height: 21px;
  font-family: R-Light;
  overflow: hidden;
}

.view {
  text-align: center;
  width: 100%;
  margin-top: 3px;
  text-transform: uppercase;
  background-color: #00b4e6;
  color: #fff;
  padding: 3% 0 1%;
  font-size: 0.67vw;
  font-family: R-Regular;
  opacity: 1;
  transition: opacity 0.3s;
  display: block;
}

.bottom {
  height: 13%;
  width: 100%;
  margin-top: 10px;
}

.projects .project {
  display: none;
}

.projects-filter {
  width: 78%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
}

.filter {
  margin: 10px 4px;
  font-size: 12px;
  line-height: 35px;
  outline: none;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  letter-spacing: 0;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  letter-spacing: 0;
  cursor: pointer;
}

.filter span {
  padding: 0 10px;
  background: #00c8ff;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-family: R-Medium;
}

.filter span::before {
  background: #00c8ff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.filter span::before {
  background: #03BAEC;
}

.filter:hover span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
}

.filter.active span {
  background: #2f2f2f;
}

.filter.active span::before {
  background: #222;
}

.alm-listing {
  overflow: hidden;
}

button.alm-load-more-btn {
  background: #00b4e6;
  outline: none;
  border-radius: 0;
}

button.alm-load-more-btn:hover {
  background: #00b4e6;
}

button.alm-load-more-btn.done {
  background: #00b4e6;
}


/*---- NEW 15.12.15 -----*/


/*-- MENU --*/

#toggle-nav {
  position: absolute;
  opacity: 0;
}

#toggle-nav + label {
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 500;
  display: none;
  font-size: 5em;
  color: #00c8ff;
  cursor: pointer;
  width: 58px;
  height: 42px;
  /*-webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);*/
  -webkit-transition: -webkit-transform .4s;
  transition: transform .4s;
}
/*
#toggle-nav:checked ~ label {
  transform: translate3d(370px, 0, 0) rotate(90deg);
}*/
.page-template-contact main{
  height: 200%;
}
main {
  transform: translate3d(0, 0, 0);
  transition: transform .4s;
}

#toggle-nav:checked ~ main {
  transform: translate3d(370px, 0, 0);
}

#toggle-nav:checked ~ .cd-navigation-wrapper {
  transform: translate3d(0, 0, 0);
}

#toggle-nav:checked ~ .cd-navigation-wrapper .nav-wrapper li {
  width: 100%;
}

.cd-navigation-wrapper {
  transform: translate3d(-370px, 0, 0);
  position: fixed;
  width: 370px;
  background-image: url(../img/bg-dot.png);
  background-repeat: repeat;
  color: #fff;
  left: 0;
  top: 0;
  height: 100%;
  transition: all .4s;
  z-index: 50;
}

.nav-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-wrapper a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  padding: 9px;
  padding-left: 48px;
}

.nav-wrapper .active a {
  font-weight: bold;
}

.nav-wrapper a:hover {
  background-color: #01c7fd;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#menu-home-menu li {
  display: inline-block;
  width: 260px;
  border: 4px solid #00c8ff;
  margin: 0 30px;
  padding: 5px;
}

#menu-home-menu a {
  color: #fff;
  font-size: 34px;
  padding: 0;
}

.footer-phone {
  color: #fcfcfc;
  font-size: 34px;
}

.home-footer {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -125px;
}
.all-footer-social{
    position: relative;
    bottom: 0px;
    left: 0px;
    margin-left: 0px;
    float: right;
    width: 159px;
}

.contact-info .socials,
.home-footer .socials,
.all-page-footer .socials {
  width: 255px;
  margin: 0 auto;
  margin-top: 25px;
}
.all-footer-social .socials{width: 159px; margin:25px 0px 0px;}

.contact-info .social{
    background: url(../img/social_1_contact.png) no-repeat 0 0px;
  background-size: contain;
}

.home-footer .social {
  background: url(../img/social_1_home.png) no-repeat 0 0px;
  background-size: contain;
}

.home-footer .social-wrap, .contact-info .social-wrap{
  -webkit-transition: -webkit-transform .1s ease-in-out;
  transition: transform .2s ease-in-out;
}
.home-footer .social-wrap:hover, .contact-info .social-wrap:hover{
  /*transform: rotate(180deg);*/
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transition: transform .4s ease-in-out;
  -webkit-transition: -webkit-transform .4s ease-in-out;
}

.contact-info .social:nth-child(2){
    background: url(../img/social_2_contact.png) no-repeat 0 0px;
  background-size: contain;
}

.home-footer .soc_fb, .contact-info .soc_fb {
  background: url(../img/soc_fb.png) no-repeat 0 0px;
  background-size: contain;
}

.home-footer .soc_tw, .contact-info .soc_tw {
  background: url(../img/soc_tw.png) no-repeat 0 0px;
  background-size: contain;
}
.home-footer .soc_in, .contact-info .soc_in {
  background: url(../img/soc_in.png) no-repeat 0 0px;
  background-size: contain;
}
.home-footer .soc_bee, .contact-info .soc_bee {
  background: url(../img/soc_bee.png) no-repeat 0 0px;
  background-size: contain;
}

.contact-info .social:nth-child(3){
   background: url(../img/social_3_contact.png) no-repeat 0 0;
  background-size: contain;
}
.home-footer .social:nth-child(3) {
  background: url(../img/social_3_home.png) no-repeat 0 0;
  background-size: contain;
}

.contact-info .social:nth-child(4) {
    background: url(../img/social_4_contact.png) no-repeat 0px 0px;
  background-size: contain;
}
.home-footer .social:nth-child(4) {
  background: url(../img/social_4_home.png) no-repeat 0px 0px;
  background-size: contain;
}
.home-footer .social-wrap, .all-page-footer .social-wrap{
  padding-left: 8px;
  padding-right: 8px;
}
.all-footer-social .social-wrap{
    padding-left: 4px;
    padding-right: 4px;
}
.mailchamp-wrap {
    /*background: #ededed none repeat scroll 0 0;*/
    padding: 15px;
}
.search-form input[type="search"] {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  height: 56px;
  text-transform: uppercase;
  color: #3f3f3f;
  font-style: italic;
  font-family: R-Light;
  padding: 11px 12px 12px 12px;
    padding-left: 48px;
}

.search-form input[type="submit"] {
  top: 20px;
}

.search-form input[type="search"]::-webkit-input-placeholder {
  color: #3f3f3f;
}

.search-form input[type="search"]::-moz-placeholder {
  color: #3f3f3f;
}


/* Firefox 19+ */

.search-form input[type="search"]:-moz-placeholder {
  color: #3f3f3f;
}


/* Firefox 18- */

.search-form input[type="search"]:-ms-input-placeholder {
  color: #3f3f3f;
}

.search-form input[type="search"]:focus {
  border-color: transparent;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.contact-info {
  margin-top: 3.4em;
}

.page-template-contact footer {
  display: none;
}
#menu-top-menu .menu-item{
  float: left;
}
ul#menu-top-menu{
  margin: 0 auto;
  display: block;
  max-width: 66em;
}
ul#menu-top-menu li{
  height: 55px;
}
ul#menu-top-menu li.email{
  padding-top: 22px;
  display: none;
}
ul#menu-top-menu li.email a{
  font-size: 20px;
  color: #00c8ff;
  text-decoration: underline;
  text-transform: none;
  font-family: "opensans-regular";
  height: auto;
  line-height: normal;
  padding-right: 20px;
}
ul#menu-top-menu li.header_logo{
  margin-right: 14.8em;
}
ul#menu-top-menu li.header_logo a{
  background: rgba(0, 0, 0, 0) url("../img/logo_bgr_small.png") no-repeat scroll 0 11px;
  height: 100%;
  line-height: 55px;
  width: 142px;
}
ul#menu-top-menu li.email:hover, ul#menu-top-menu li.header_logo:hover{
  background-color: transparent;
}
ul#menu-top-menu li:hover{
  /*background-color: #00c8ff;*/
}
ul#menu-top-menu li a:hover{
  color: #00c8ff;
  /*-webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .75);
  -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .75);
  box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .75);*/
}
ul#menu-top-menu li a{
  display: inline-block;
  height: 100%;
  line-height: 55px;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: middle;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "raleway-semibold";
}
.home-footer .socials a, .all-page-footer .socials a{
  display: block;
  height: 47px;
  width: 47px;
}

.all-footer-social .socials a{
    height: 30px;
    width: 30px;
}

.home-footer .social-wrap, .all-page-footer .social-wrap{
  float:left;
}
.mybutton a span{
  width: 272px;
}
.page-template-contact .mybutton a span{
  width: 305px;
}
.page-template-contact section.main-container{
  background: rgba(0, 0, 0, 0) url("../img/bg_contact.jpg") no-repeat scroll 0 0;
  background-size: cover;
  /*height: 100%;*/
}
.page-id-115 .header-menu{
  position: relative;
}
.page-id-115{
  background-color: #fff !important;
}
.page-id-115 .home-footer, .search-results .home-footer{
  /*display: none;*/
}
.header-menu{
  position: fixed;
  width: 100%;
}
.page-template-contact #row_first{
  padding-top: 55px;
  height: 100vh!important;
}
.page-template-contact #row_first, .page-template-contact #row_second{
  height: 25%;
  display: table;
}
.page-template-contact .move-next{
  background: rgba(0, 0, 0, 0) url("../img/btndown.png") no-repeat scroll 0 0;
  height: 32px;
  width: 32px;
  margin: 0 auto;
  position: relative;
  bottom: 30px;
  top: 0;
  visibility: hidden;
}

.page-template-contact #row_second .contact-info{
  padding-top: 124px;
}
.page-template-contact .footer-addr-icon{
  background: rgba(0, 0, 0, 0) url(../img/map-icon.png) no-repeat scroll 0 0;
  height: 38px;
  width: 28px;
  float: left;
  margin-right: 45px;
}
.page-template-contact .footer-addr span, .page-template-contact .footer-email span, .page-template-contact .footer-phone span{
  line-height: 38px;
  float: left;
}
.page-template-contact .footer-phone span{
  width: 80%;
}
.page-template-contact .footer-addr{
  min-height: 38px;
}
.page-template-contact .footer-email{
  min-height: 29px;
}
.page-template-contact .footer-email-icon{
  background: rgba(0, 0, 0, 0) url(../img/email-icon.png) no-repeat scroll 0 0;
  width: 44px;
  height: 29px;
  float: left;
  margin-right: 35px;
  margin-top: 5px;
}
.page-template-contact .footer-phone-icon{
  background: rgba(0, 0, 0, 0) url("../img/phone-icon.png") no-repeat scroll 0 0;
  height: 34px;
  margin-right: 1%;
  width: 15%;
  float: left;
  background-position: right;
}
.page-template-contact .footer-data.footer-addr{
  padding-top: 5px;
  width: 100%;
}
.page-template-contact .footer-data{
  font-size: 45px;
  font-family: "opensans-regular";
  color: #00c8ff;
  text-align: center;
  width: 100%;
}
.page-template-contact .move-previous{
  background: rgba(0, 0, 0, 0) url("../img/btn_up.png") no-repeat scroll 0 0;
  height: 32px;
  width: 32px;
  margin: 0 auto 30px;
}
.page-template-contact .move-previous:hover{
  background: rgba(0, 0, 0, 0) url("../img/btn_up_hover.png") no-repeat scroll 0 0;
  cursor: pointer;
}
.page-template-contact .footer-descr{
  font-family: "opensans-italic";
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 28px;
  color: #fff;
  text-align: center;
  margin-top: 42px;
}
.page-template-contact .move-next:hover{
  background: rgba(0, 0, 0, 0) url("../img/btndown_hover.png") no-repeat scroll 0 0;
  cursor: pointer;
}
body:after{
  display:none;
  content: url("../img/btndown_hover.png") url("../img/btn_up_hover.png");
}
.mybutton.ultra.contact{
  margin: 0 auto;
  width: 305px;
  display: block;
  text-transform: uppercase;
  font-family: "opensans-semibold";
  font-size: 31px;
}
.page-template-contact .row-wrap{
  display: table-cell;
  vertical-align: middle;
}
.page-template-contact .contact-info{
  padding-top: 238px;
}
.page-template-contact .email-big{
  color: #ffffff;
  font-family: raleway-semibold;
  font-size: 52px;
  line-height: 52px;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 40em) {
  .page-template-contact .footer-data{
    font-size: 32px;
  }
  .page-template-contact .footer-email-icon, .page-template-contact .footer-addr-icon, .page-template-contact .footer-phone-icon{
    background-size: 70%;
  }
  .page-template-contact .footer-email-icon{
    margin-right: 20px;
    margin-top: 9px;
  }
  .page-template-contact .footer-addr span, .page-template-contact .footer-email span, .page-template-contact .footer-phone span{
    line-height: 32px;
  }
  .page-template-contact .footer-data {
    margin: 0 auto !important;
    width: -moz-fit-content !important;
	width: -moz-fit-content !important;
    width: -webkit-fit-content !important;
    width: -ms-fit-content !important;
    width: -o-fit-content !important;
    width: fit-content !important;
  }
  .page-template-contact .footer-addr-icon, .page-template-contact .footer-phone-icon {
    margin-right: 15px;
  }
  .page-template-contact .footer-phone span {
    width: auto;
  }
  .page-template-contact .footer-phone-icon {
    width: 34px;
  }
}
@media (max-width: 420px) {
  .page-template-contact .email-big{
    font-size: 22px;
    line-height: 22px;
  }
  .mybutton.ultra.contact{
    width: 150px;
  }
  .mybutton.ultra a, .mybutton.ultra button {
    font-size: 15px;
    line-height: 40px;
  }
  .page-template-contact .mybutton a span {
    width: 150px;
  }
  .mybutton.ultra a span, .mybutton.ultra button span {
    padding: 0 15px;
  }
  .page-template-contact .footer-data {
    font-size: 16px;
  }
  .page-template-contact .footer-email-icon, .page-template-contact .footer-addr-icon, .page-template-contact .footer-phone-icon {
    background-size: 50% auto;
  }
  .page-template-contact .footer-email-icon, .page-template-contact .footer-addr-icon{
    margin-right: 0;
  }
  .page-template-contact .footer-phone-icon{
    margin-right: 10px;
  }
  .page-template-contact .footer-descr {
    margin-bottom: 14px;
    margin-top: 22px;
  }
  .page-template-contact .footer-descr {
    font-size: 26px;
  }
  .page-template-contact .contact-info {
    padding-top: 138px;
  }
  .page-template-contact .footer-addr-icon{
    background-position: 0 7px;
  }
  .intro-logo img {
    width: 70%;
	max-width: 449px;
  }
}
@media(max-width: 1170px) {
  #toggle-nav + label{
    display: block;
  }
  .header-menu{
    display: none;
  }
  .cd-navigation-wrapper li.email{
    display: none;
  }
  .cd-navigation-wrapper .menu a{
    text-align: center;
	padding-bottom: 10px;
    padding-top: 10px;
	font-size: 25px;
  }
  .cd-navigation-wrapper .nav-wrapper, .menu-top-menu-container{
    height: 100%;
  }
  .cd-navigation-wrapper{
    margin-top: -13px;
  }
  .cd-navigation-wrapper .menu{
    padding-bottom: 23px;
  }
  #toggle-nav:checked ~ main {
    transform: translate3d(0px, 0px, 0px);
  }
  header{
    display: none;
  }
  .main header{
    display: block;
  }
  .menu {
    margin-top: 0;
  }
  .single-project .slider{
    padding-top: 10px;
  }
  html{
    background-color: #fff;
  }
  .menu-top-menu-container {
    padding-top: 25px;
 }
 .footer div.menu{
   margin-top: 30px;
 }
 .menu-top-menu-container li:first-child a:hover{
   background-color: transparent;
 }
}
@media(min-width: 1171px) {
  .cd-navigation-wrapper{
    display: none;
  }
  #toggle-nav:checked ~ main{
    transform: translate3d(0px, 0px, 0px);
  }
}
/*@media (max-width: 50em) {
  .page-template-contact .email-big {
    font-size: 65px;
    margin-bottom: 80px;
  }
  .page-template-contact .footer-addr {
    background-position: 90px 0;
  }
  .page-template-contact .footer-email {
    background-position: 80px 0;
  }
  .page-template-contact .footer-phone{
    background-position: 140px 0;
  }
  .page-template-contact .footer-data{
    width: auto;
  }
  .page-template-contact .move-previous{
    margin-bottom: 70px;
  }
}
@media (max-width: 1170px) {
  .page-template-contact .email-big {
    font-size: 75px;
  }
}
@media (min-width: 50em) {
  .page-template-contact .email-big {
    font-size: 50px;
  }
  .page-template-contact .footer-addr {
    background-position: 90px 0;
  }
  .page-template-contact .footer-email {
    background-position: 80px 0;
  }
  .page-template-contact .footer-phone{
    background-position: 140px 0;
  }
  .page-template-contact .footer-data {
    width: auto;
  }
}

@media (max-width: 1024px) {
  .page-template-contact .email-big {
    font-size: 50px;
  }
  .page-template-contact .footer-addr {
    background-position: 0 0;
  }
  .page-template-contact .footer-email {
    background-position: 0 0;
  }
  .page-template-contact .footer-phone{
    background-position: 50px 0;
  }
  .page-template-contact .footer-data {
    width: 588px;
  }
}*/

.big-header .desc {
    color: #4cdeff;
    font-family: R-SemiBold;
    font-size: 1.5vw;
	display: none;
    line-height: normal;
    margin: 0.6% auto 0;
    text-align: center;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
    width: 44.141%;
	height: 70px;
}
.big-header .title, .big-header .title h1 {
    color: #fff;
    font-family: R-Bold;
    font-size: 3.7vw;
    line-height: normal;
    margin-top: 5%;
    text-align: center;
    text-shadow: 3px 4px 1px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    padding-top: 0px;
}
.big-header .title h1{padding-bottom: 0px; }
.text.big-header{
  padding-top: 10px;
}
.single-post .text.big-header {
    padding-top: 10px;
}
.single-post .top {
  padding-top: 0;
}
.single-post .feed-excerpt p a, .blog .feed-excerpt p a{
  /*color: #000 !important;
  text-decoration: underline;*/
}
.single-project .project-description {
    color: #000;
    font-family: "HN-Light";
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.single-project .project-description .project-bold {
  font-family: "opensans-bold";
  font-weight: bolder;
  font-size: 17px;
  padding-right: 10px;
}
.project-item{padding-bottom:20px;}
.single-post .comment-section, .single-post .category{
  display: none;
}
aside.right-sidebar .side-item:nth-of-type(1){
  /*height: 80px;*/
}
.big-header-wrap.testimon-header{
  background: rgba(0, 0, 0, 0) url("../img/testimonials_bgr.jpg") no-repeat scroll 0 0;
}
.page-id-117 .content{
  margin-top: 25px;
}
.big-header-wrap.expertise-header{
  background: rgba(0, 0, 0, 0) url("../img/expertise_bgr.jpg") no-repeat scroll 0 0;
}
.big-header-wrap.about-us-header{
  background: rgba(0, 0, 0, 0) url("../img/about_bgr.jpg") no-repeat scroll 0 0;
}
.big-header-wrap.header-blog, .single-post .big-header-wrap{
  background: rgba(0, 0, 0, 0) url("../img/blog_bgr.jpg") no-repeat scroll 0 0;
}
body.single-post:after{
  display:none;
  content: url("../img/back_hover.png");
}
.back-to-blog:hover{
  color: #00c8ff;
  background-image: url("../img/back_hover.png");
}
.back-to-blog {
  color: #808080;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 20px;
  font-family: "opensans-italic";
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  width: fit-content;
  padding-bottom: 2px;
  /*  border-bottom: 1px solid #808080;*/
  background-image: url("../img/back_normal.png");
  background-repeat: no-repeat;
  padding-left: 13px;
  background-position: 0 2px;
    position: absolute;
    top:-30px;
}
.row{position: relative;}
/*.prefooter-wrapper{
  float: left;

}*/
.mc4wp-form input[type="submit"]{
  color: #fff !important;
  background-color: #00caff !important;
  float: right !important;
  font-family: "R-Medium" !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}
#the_champ_gp_commenting{
  height: auto !important;
  min-height: auto !important;
}
#widget_bounds{
  min-height: auto !important;
}
.mc4wp-form input[type="submit"]:hover{
  background-color: #000 !important;
  cursor: pointer;
}
.about-us-header .top{
    padding-top: 0;
}
.about-us-header .text.big-header{
    padding-top: 10px;
}
.big-header-wrap {
    background: rgba(0, 0, 0, 0) url("../img/header_bg.jpg") no-repeat scroll 0 0;
    padding-bottom: 25px;
    width: 100%;
}
.page-template-portfolio .header-menu{
  position: fixed;
  top: 0px;
  left: 0px ;
}
#menu-main li a:hover{
  color: #00c8ff;
}
.blog-hire-us-button:hover{
  background-color: #000;

  color: #fff;

}
.blog-hire-us-button div{
  text-transform: uppercase;
  width: 104px;
  font-size: 18px;
  text-transform: uppercase;
  -ms-transform:rotate(270deg);
  -moz-transform:rotate(270deg);
  -webkit-transform:rotate(270deg);
  -o-transform:rotate(270deg);
  font-family: "R-Bold";
  height: 75px;
  margin-top: 50px;
}
.blog-hire-us-button{
  display: block;
  width: 50px;
  height: 200px;
  background-color: #00caff;
  position: fixed;
  right: 0;
  border-radius: 7px 0 0 7px;
  color: #fff;
  z-index: 100;
  top: 227px;
}
/*142*42*/
.single .header-menu{
  position: relative;
}
.single .header-menu.for-single-project{
  position: fixed;
}
.single .home-footer{
  /*display: none;*/
}
.single-project main{
  background-color: #fff;
}
.single-project header .text{
  padding: 27px 0;
}
.read-more.button:hover{
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.feed-item .feed-content a h2:hover{
  color: #00c8ff;
}
.feed-item .feed-img{
  height: 260px;
}
.feed-item .category{
  float: left;
  margin-top: 10px;
  width: 100%;
}

body.blog .feed-excerpt .category{display: none;}
body.postid-421 div.img-holder{display: none;}
.home-get-more{position: relative; top: 10px;}
body.postid-426 div.img-holder{display: none;}
.pocket-btn{position: relative; top: 9px; left: 3px;}
em{font-style: italic;}
h1{line-height: 40px; padding: 10px 0px}
header{
  background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;
  position: fixed;
  width: 100%;
  z-index: 1;
}
/*#project-single .slider{margin-top:0px;}*/
a.project-title:hover{
    color: #000;
    text-decoration: none;
}
body.blog .feed-content a, a.page-numbers, body.single-post a.article-title, a.blog-hire-us-button:hover{text-decoration: none;}
article.feed-item h2{font-weight: bold;}
article.feed-item h3{font-size: 26px; margin: 10px 0px}
article.feed-item h4{font-size: 20px;}

/* Services Page*/
.service-content{max-width: 60em; width: auto;}
#services:after{ clear: both;}
#services{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service-item{
  width: 300px;
  /*float: left;*/
  background-color: #f0f0f0;
  height: 510px;
  margin: 0 5px 20px;
  display:flex;
  flex-direction: column;
}
.service-item:hover{background: url("../img/service-hover.jpg") repeat;}
.service-icon{width: 80px; height: 80px; margin: 30px auto;border-radius: 40px; background-color: #fff;}
.service-title{width: 250px; margin: 0px auto; font-size: 24px; color: #000; text-align: center;}
.service-line{width: 50px; height: 1px; margin: 25px auto; background: #c2c2c2;}
.service-desc{width: 250px; margin: 0px auto; font-size: 16px; color: #000; text-align: center;}
.service-item:hover .service-line{background: #fff;}
.service-item:hover .service-title, .service-item:hover .service-desc{color: #fff;}
.service-more{padding-top: 40px;}
.service-more a{font-size: 16px; display: block; width: 130px; height: 40px; line-height: 40px; margin: 0px auto; text-align: center; border-radius: 3px; background: #fff; color: #000; }
.service-item:hover .service-more a{color: #fff; background: #000; opacity: 0.5;}

.service-ios .service-icon{background: url("../img/service-ios.png") no-repeat center center #fff;}
.service-android .service-icon{background: url("../img/service-android.png") no-repeat center center #fff;}
.service-reactjs .service-icon{background: url("../img/service-reactjs.png") no-repeat center center #fff;}
.service-web .service-icon{background: url("../img/service-web.png") no-repeat center center #fff;}
.service-ux .service-icon{background: url("../img/service-ux.png") no-repeat center center #fff;}
.service-ui .service-icon{background: url("../img/service-ui.png") no-repeat center center #fff;}
.service-backend .service-icon{background: url("../img/service-backend.png") no-repeat center center #fff;}
.service-web, .service-ux, .service-backend{height: 510px;}

body.page-id-676 .post-image,
body.page-id-674 .post-image,
body.page-id-678 .post-image,
body.page-id-671 .post-image,
body.page-id-680 .post-image,
body.page-id-682 .post-image
{display: none}

.alm-reveal{
  display: flex;
  flex-wrap: wrap;
}
fir
