@import url(reset.css);
@import url(normalize.css);
/** Variables **/
/** Mixins **/
/* =WordPress Core
-------------------------------------------------------------- */


.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/** General **/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }



ul.sub-menu {
  display: none; }
.boxShadow{
		box-shadow:0px 2px 5px #ccc;
		border:solid 2px #ccc;
		border-top:none;
		border-radius:0px 0px 10px 10px;
		overflow:hidden;
		}

/** Header **/
header {
 /** background-color: #222;
  border-bottom:solid 4px #E84C3D;
  border-top:solid 2px #E84C3D;
  margin: 20px 0 0 0;**/
  
 }
  header .header-container {
    /**width: 1330px;**/
    width:89.1%;
    margin: 0 auto;
	padding:10px;
	padding-left: 10%;
    float: left;
    clear: both;
    background:black; }
  header .logo {
    float: left;
    padding-top: 23px; }
  header nav {
    padding-top: 0px;
    float: left; }
    header nav ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      header nav ul li {
        position: relative;
        display: inline;
        padding-right: 20px;
        padding-bottom: 40px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
		
		.subMenuTitle{font-size:13px;
					color:#fff;
					margin:0 5px;
					background:#c2392b ;
					padding:5px 0 5px 10px ;
					font-family:Arial, Helvetica, sans-serif;
					border-bottom:solid 3px #9c190c;
					font-weight:bold;
					}
        header nav ul li a {
          font-family: 'proxima-nova';
          font-size: 13px;
          font-weight: 400;
          color: #fff ;
          font-family:verdana;
		  text-decoration:none ;
          position: relative;
		  padding:3px 0 5px 0;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
		  
          transition: all 0.2s ease-in-out; }
          header nav ul li a:hover:after {
            position: absolute;
            content: " ";
            opacity: 0.6;
            top: 5px;
            bottom: 2px;
			
            left: 0px;
            right: 0px; }
        header nav ul li:hover ul.sub-menu {
          display: block;
          font-family: proxima-nova;
          background-color:#fff;
          position: absolute;
          left: -5px;
          top: 25px;
          z-index: 10; }
          header nav ul li:hover ul.sub-menu:before {
            position: absolute;
            content: ' ';
            top: 0px;
            left: 0px;
            right: 1px;
            background: url("../img/dropdown-arrow.png") no-repeat;
            z-index: 22;
            width: 100%;
            height: 17px; }
          header nav ul li:hover ul.sub-menu li {
            padding: 1px 0 ;
            display: block;
            position: relative;
            background: #fff;
            width: 210px;
            float: left;
            text-align: left; }
            header nav ul li:hover ul.sub-menu li a {
              color: #000 ;
              padding-left: 0px;
              margin-left: 10px;
              z-index: 100;
              font-weight: 400;
              float: left;
              width: 90%;
              font-family: arial;
              line-height: 18px;
              font-size: 13px;
              background: url("../img/icon-webb.png") no-repeat; }
              header nav ul li:hover ul.sub-menu li a:after {
                border: none;
				 }
            header nav ul li:hover ul.sub-menu li:before {
              position: absolute;
              content: " ";
              
              top: 57px;
              left: 5%;
              right: 0px;
              z-index: 21;
              width: 100%; }
            header nav ul li:hover ul.sub-menu li:first-child a {
              padding-left: 0px; }
            header nav ul li:hover ul.sub-menu li:first-child + li a {
              background: url("../img/icon-mob.png") no-repeat; }
            header nav ul li:hover ul.sub-menu li:first-child + li + li a {
              background: url("../img/icon-concept.png") no-repeat; }
            header nav ul li:hover ul.sub-menu li ul.sub-menu {
              width: 100%;
              height: auto;
              position: relative;
              left: 0px;
              top: 0px;
              padding-top: 5px; }
              header nav ul li:hover ul.sub-menu li ul.sub-menu:before {
                background: none; }
              header nav ul li:hover ul.sub-menu li ul.sub-menu li.current-menu-item a {
                font-weight: 400;
                }
              header nav ul li:hover ul.sub-menu li ul.sub-menu li {
                background: none;
                padding: 0 20px 0;
                text-align: left;
                border: none;
                float: none;
                border: solid 1px blue;
                width: 100%; }
                header nav ul li:hover ul.sub-menu li ul.sub-menu li:before {
                  border: none; }
                header nav ul li:hover ul.sub-menu li ul.sub-menu li a {
                  background: none;
                  font-weight: 200;
                  font-size: 16px;
                  display: block;
                  padding: 0;
                  margin: 0;
                  -webkit-transition: all 0.2s ease-in-out;
                  -moz-transition: all 0.2s ease-in-out;
                  -o-transition: all 0.2s ease-in-out;
                  transition: all 0.2s ease-in-out; }
                  header nav ul li:hover ul.sub-menu li ul.sub-menu li a:hover {
                    font-weight: 400; }
  header .headline {
    padding-top: 50px; }

.arrow-img {
  cursor: pointer; }

header.image img.headline {
  margin-bottom: -3px; }

/** Home **/
header.home {
  background: url("../img/top-img-start.png") no-repeat;
  width: 100%;
  height: 728px;
  position: relative;
  -ms-behavior: url(../js/backgroundsize.min.htc); }
  header.home .introduction {
    padding-top: 160px; }
  header.home h1 {
    background-color: #fff;
    display: inline-block;
    font-size: 41px;
    font-weight: 700;
    padding: 10px; }
  header.home h2 {
    background-color: #fff;
    display: inline-block;
    font-size: 34px;
    font-weight: 300;
    margin-top: 10px;
    padding: 10px; }
    header.home h2 mark {
      background-color: #fff;
      font-weight: 400; }
    header.home h2 a {
      color: #000;
      text-decoration: underline; }
  header.home nav ul li a {
    color: #fff;
    position: relative; }
    header.home nav ul li a:hover:after {
      position: absolute;
      content: " ";
      border-bottom: 1px solid #FFF;
      opacity: 0.8;
      top: 5px;
      bottom: 2px;
      left: 0px;
      right: 0px; }
  header.home .arrow-img {
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -66px;
    left: 50%;
    margin-left: -60px; }

section.main {
  margin: 0 auto; }
  section.main article img.img-center {
    margin-bottom: 45px; }

.contact-button {
  background-color: #CD412D;
  width: 175px;
  height: 50px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .contact-button a {
    padding-top: 12px;
    text-decoration: none;
    color: #FFF;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
    .contact-button a p {
      font-weight: 200;
      color: #fff; }
  .contact-button:hover {
    background-color: #af2a16; }

.section-2-home p {
  width: 420px;
  margin: 0 auto; }
  .section-2-home p:first-child {
    width: 480px;
    margin-top: 70px; }

.section-3-home p {
  width: 440px;
  margin: 0 auto; }

article .device-width {
  padding: 70px 0 0 0;
  width: 555px;
  margin: 0 auto; }
article .device-width-smaller {
  width: 425px;
  margin: 0 auto;
  padding: 40px 0 0 0; }
article .concept-width {
  width: 440px;
  margin: 0 auto; }
article .concept-width-smaller {
  width: 440px;
  margin: 0 auto;
  padding: 40px 0 40px 0; }

/** START PHONES **/
.start-phone-holder {
  height: 430px;
  position: relative; }
  .start-phone-holder .absolute {
    position: absolute;
    -webkit-transition: ease-in-out 0.7s;
    -moz-transition: ease-in-out 0.7s;
    -ms-transition: ease-in-out 0.7s;
    transition: ease-in-out 0.7s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Chrome and Safari */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */ }
  .start-phone-holder #start-iphone-left {
    left: 21%;
    width: 21%; }
    .start-phone-holder #start-iphone-left.spread {
      -webkit-transform: translateX(-20%);
      -moz-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
      transform: translateX(-20%); }
  .start-phone-holder #start-android {
    left: 38.4%;
    z-index: 1000;
    width: 23%;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
    .start-phone-holder #start-android.spread {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .start-phone-holder #start-iphone-right {
    left: 59.5%;
    z-index: 100;
    width: 19.5%; }
    .start-phone-holder #start-iphone-right.spread {
      -webkit-transform: translateX(19%);
      -moz-transform: translateX(19%);
      -ms-transform: translateX(19%);
      transform: translateX(19%); }
  .start-phone-holder .device-description-left {
    position: absolute;
    width: 137px ;
    left: -70px;
    top: 180px;
    color: #A8A4A4;
    font-weight: 200;
    text-align: right; }
  .start-phone-holder .device-description-middle {
    position: absolute;
    top: 456px;
    left: 393px;
    color: #A8A4A4;
    font-weight: 200; }
  .start-phone-holder .device-description-right {
    color: #A8A4A4;
    position: absolute;
    right: -10px;
    top: 170px;
    font-weight: 200;
    width: 94px ; }
  .start-phone-holder .device-border-left {
    z-index: 1;
    position: absolute;
    top: 199px;
    width: 80px;
    height: 2px;
    content: " ";
    border-bottom: 1px solid #A8A4A4;
    left: 83px; }
  .start-phone-holder .device-border-middle {
    position: absolute;
    top: 427px;
    border-right: 1px solid #A8A4A4;
    width: 1px;
    content: " ";
    height: 28px;
    left: 477px; }
  .start-phone-holder .device-border-right {
    position: absolute;
    top: 203px;
    width: 85px;
    height: 2px;
    content: " ";
    border-bottom: 1px solid #A8A4A4;
    right: 101px; }
  .start-phone-holder .device-desc {
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s; }
  .start-phone-holder .single-phone {
    cursor: pointer; }
  .start-phone-holder .single-phone:hover .device-desc {
    color: black; }

section.pattern-bg {
  background: url("../img/subtle-dots-pattern.png") repeat; }

section.break-top-concept {
  margin-top: 30px; }

.concept-map .map-holder {
  background: url(../img/map-start.png);
  background-repeat: no-repeat;
  max-height: 360px;
  height: 360px;
  overflow: hidden; }
.concept-map .mobile-up {
  position: relative;
  top: 150px;
  left: 50%;
  margin-left: -140px;
  z-index: 12;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome and Safari */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* Internet Explorer */ }
  .concept-map .mobile-up.slide-up {
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%); }

/** Blog **/
.paging {
  text-align: center;
  background-color: white;
  padding: 30px 0;
  margin-top: 0px;
  font-size: 18px; }

.load-post {
  text-transform: capitalize; }

#___plusone_0 {
  width: 59px ; }

section.blog article section.post {
  width: 725px; }
  section.blog article section.post h1 {
    position: relative;
    padding: 0;
    margin-left: -2px;
    margin-bottom: 10px; }
  section.blog article section.post small {
    text-transform: uppercase;
    font-weight: 300;
    padding: 5px 0 0 0;
    width: 100%; }
    section.blog article section.post small a {
      padding: 0 5px 0 0; }
      section.blog article section.post small a:after {
        right: 5px; }
  section.blog article section.post .wp-post-image {
    margin: 20px 0; }
  section.blog article section.post p {
    font-size: 16px;
    margin: 10px 0 0 0; }
  section.blog article section.post ul {
    margin-top: 10px; }
    section.blog article section.post ul li {
      list-style: disc;
      color: #3b3b3b;
      margin-left: 18px;
      line-height: 27px; }
      section.blog article section.post ul li a {
        list-style: disc;
        color: #3b3b3b;
        margin-left: 18px;
        line-height: 27px; }
  section.blog article section.post img.thumbnail {
    margin: 20px 0 20px 0;
    max-width: 725px;
    height: auto; }
  section.blog article section.post h2, section.blog article section.post h3, section.blog article section.post h4, section.blog article section.post h5, section.blog article section.post mark, section.blog article section.post strong {
    font-weight: 500;
    margin-top: 20px; }
  section.blog article section.post strong {
    font-family: proxima-nova;
    color: #3b3b3b;
    font-weight: 600; }
    section.blog article section.post strong a {
      font-family: proxima-nova;
      color: #3b3b3b;
      font-weight: 600; }
  section.blog article section.post mark {
    line-height: 27px;
    font-family: proxima-nova; }
  section.blog article section.post blockquote {
    margin: 15px 0px 15px;
    font-style: italic;
    font-weight: 200;
    line-height: 27px;
    border-left: 3px #CD412D solid;
    padding: 5px 0 5px 30px; }
  section.blog article section.post .social-field {
    padding: 30px 0 30px;
    margin-top: 30px;
    border-top: 1px #C7C7C7 solid; }
    section.blog article section.post .social-field a {
      text-decoration: none; }
    section.blog article section.post .social-field .share {
      float: right; }
      section.blog article section.post .social-field .share #___plusone_0 {
        width: 59px ;
        margin-right: 10px ; }
      section.blog article section.post .social-field .share .IN-widget, section.blog article section.post .social-field .share .fb-like, section.blog article section.post .social-field .share twitter-share-button {
        margin-right: 10px ; }
section.blog article .meta-box {
  overflow: hidden;
  background: url(images/arrow-autor.gif) no-repeat 0 70px;
  padding: 25px 0 0 43px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  margin-left: 783px; }
section.blog article .meta-fixed {
  position: fixed ;
  top: 40px ; }
section.blog article .meta-box .photo {
  margin: 5px 0 7px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  behavior: url(../pie/PIE.htc); }
section.blog article .meta-box .photo img {
  vertical-align: top; }
section.blog article .meta-box .author {
  display: block;
  color: #d34a33;
  font-size: 14px; }
section.blog article .meta-box time {
  display: block;
  text-transform: uppercase;
  font-family: PROXIMA-NOVA;
  font-size: 12px;
  font-weight: 200; }

/** Comments **/
#comments ol {
  margin: 0;
  padding: 0;
  overflow: hidden; }

#comments ol li {
  list-style: none outside;
  padding: 0 0 16px;
  overflow: hidden; }

#comments a {
  color: #d34a33;
  text-decoration: none; }

#comments .author {
  color: #85a4bf; }

#comments .meta-box {
  background-position: 0 50%;
  padding: 11px 0 11px 43px; }

#comments .content-post {
  padding: 16px 24px 20px; }

#comments .content-post p {
  margin: 0; }

#main #comments .content-post h2 {
  text-transform: uppercase;
  font: 21px/21px "Futurastd-CnBd", Arial, Helvetica, sans-serif;
  color: #515151;
  margin: 2px 0 22px; }

#comments .heading {
  overflow: hidden; }

#comments .heading time {
  float: right;
  color: #d34a33;
  font-weight: bold;
  margin: 10px 0 0; }

#comments .even .content-post {
  border-color: #fff;
  background: #fff; }

.comment-form {
  overflow: hidden;
  width: 725px;
  margin: 0 0 38px; }

.main-post + .comment-form {
  margin-top: -36px; }

.comment-form input[type=text],
.comment-form textarea,
.area {
  float: left;
  width: 368px;
  border: 1px solid #c4c3c3;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  color: #c5c2c2;
  padding: 10px;
  margin: 15px 0; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c5c2c2; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #c5c2c2; }

.comment-form textarea,
.area {
  resize: none;
  height: 140px;
  margin: 0;
  width: 96%; }

#main .comment-form h2 {
  border-bottom: 1px solid #c4c3c3;
  text-transform: uppercase;
  font: 30px/30px "Futurastd-CnBd", Arial, Helvetica, sans-serif;
  color: #515151;
  margin: 0 0 26px;
  padding: 0 0 10px; }

.comment-form .row {
  overflow: hidden;
  margin: 0 0 31px;
  width: 100%; }

.comment-form .btn-row {
  margin: -10px 0 0; }

.comment-form input[type=submit],
.btn-submit {
  background: #d34a33;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 44px;
  height: 44px;
  padding: 0 29px;
  overflow: visible;
  float: right;
  border: 0; }

input[type=submit]:hover {
  cursor: pointer; }

input[type=submit]::-moz-focus-inner {
  padding: 0;
  border: 0; }

.comment-list p {
  margin: 0 0 17px ; }

/** Page **/
article h1 {
  font-size: 36px;
  font-weight: 200;
  padding: 0 0 35px 0; }

section.image img {
  margin-bottom: 30px; }

nav.sub-nav ul {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  list-style-type: none;
  border-bottom: 1px solid #D7D7D7;
  text-align: center; }
  nav.sub-nav ul li {
    display: inline-block;
    padding: 16px 30px 16px 30px;
    border-right: 1px solid #D7D7D7;
    margin-left: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    nav.sub-nav ul li:first-child {
      border-left: 1px solid #D7D7D7; }
    nav.sub-nav ul li:hover {
      background-color: #d7d7d7; }
    nav.sub-nav ul li a {
      font-family: 'proxima-nova';
      font-size: 18px;
      font-weight: 300;
      color: #000;
      text-decoration: none; }
  nav.sub-nav ul li.current-item a {
    color: #D34A33;
    text-decoration: none; }
  nav.sub-nav ul li.last {
    border-right: none; }

article.related-posts {
  position: relative; }
  article.related-posts .related-posts-box {
    float: left;
    width: 40%; }
  article.related-posts .first-related {
    margin-bottom: 1px;
    padding-left: 0 ; }
  article.related-posts .image-related-box {
    -webkit-background-size: cover ;
    -moz-background-size: cover ;
    -o-background-size: cover ;
    background-size: cover;
    position: relative;
    height: 180px;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    article.related-posts .image-related-box:hover {
      opacity: 0.7; }
  article.related-posts a:hover + .image-related-box img {
    opacity: 0.7; }
  article.related-posts p:hover + .image-related-box img {
    opacity: 0.7; }
  article.related-posts h2:hover + .image-related-box img {
    opacity: 0.7; }

.tech-bg {
  background-color: #F6F3F0; }

.page {
  padding: 40px 0 30px 0;
  padding-top: 40px ; }
  .page .text-col {
    padding: 0; }
  .page h2 {
    padding: 10px 0;
    font-weight: normal; }
    .page h2:first-child {
      padding-top: 0px;
      padding-bottom: 5px; }
  .page p {
    padding-bottom: 20px; }
  .page .colpage h2 {
    padding: 5px 0; }
    .page .colpage h2:first-child {
      padding-top: 0px;
      padding-bottom: 5px; }
  .page .colpage p {
    padding-bottom: 10px; }

.text-col img {
  max-width: 100%;
  height: auto; }

.tech-preview {
  width: 1140px;
  height: 330px;
  padding: 60px 0 0 0;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px; }
  .tech-preview h2 {
    font-weight: 500;
    margin: 10px 0;
    position: relative; }
  .tech-preview .col {
    width: 255px;
    height: 200px;
    display: inline-block;
    text-align: center;
    margin-left: 36px; }
    .tech-preview .col:first-child {
      margin-left: 0px; }
    .tech-preview .col a {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .tech-preview .col a:hover {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .tech-preview .col a:hover img {
          opacity: 0.7;
          background-color: #fff; }
    .tech-preview .col img {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .tech-preview .col img:hover {
        opacity: 0.7;
        background-color: #fff; }
    .tech-preview .col p {
      font-size: 14px;
      line-height: 22px; }

.methods h2 {
  font-weight: 400; }
.methods .row {
  width: 960px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 60px; }
  .methods .row .col {
    display: inline-block;
    width: 445px;
    margin-left: 66px; }
    .methods .row .col .text {
      margin-left: 80px; }
    .methods .row .col h2 {
      margin: 0 0 10px; }
    .methods .row .col p {
      font-size: 14px;
      line-height: 22px; }
    .methods .row .col:first-child {
      margin-left: 0px; }

.project-contact {
  margin: 100px 0 0 0;
  background-color: #E7E7E8; }
  .project-contact img.img-circle {
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -132px; }
  .project-contact p {
    position: absolute;
    top: 207px;
    left: 50%;
    margin-left: -97px;
    color: #fff;
    font-family: Signika;
    font-size: 25px;
    font-weight: 300; }

.about article {
  padding: 40px 0 60px; }
  .about article .text-col {
    padding-bottom: 0px; }

/** Case **/
.case-full {
  min-height: 600px; }
  .case-full h1, .case-full h2 {
    width: auto;
    font-weight: 300; }
    .case-full h1 a, .case-full h2 a {
      width: auto;
      font-weight: 300; }

.holder {
  margin: 0 auto;
  text-align: center;
  width: 490px; }

.case-1 {
  background: url("../img/case_featured_moderna.png") no-repeat;
  background-size: cover; }
  .case-1 h2 {
    background-color: #fff;
    display: inline-block;
    font-family: proxima-nova;
    font-size: 43px;
    font-weight: 200;
    margin-top: 3px;
    padding: 10px; }
    .case-1 h2:first-child {
      margin-top: 120px; }
    .case-1 h2 a {
      background-color: #fff;
      color: #3b3b3b;
      text-decoration: none; }
  .case-1 p {
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    color: #fff;
    border: 2px #fff solid;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(../pie/PIE.htc);
    display: inline-block;
    margin-top: 60px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .case-1 p:hover {
      background: #000;
      border-color: #000; }
    .case-1 p a {
      color: #fff;
      font-size: 18px;
      font-weight: 600; }

.case-2 {
  background: url("../img/case_featured_fob.png") no-repeat;
  background-size: cover;
  margin-top: 30px; }
  .case-2 a {
    color: #3b3b3b;
    text-align: right; }
    .case-2 a:after {
      border: none; }
  .case-2 h2 {
    background-color: #fff;
    display: initial;
    font-family: proxima-nova;
    font-size: 44px;
    font-weight: 200;
    margin-top: 3px;
    padding: 10px;
    float: right;
    width: auto;
    text-align: right;
    clear: both; }
    .case-2 h2:first-child {
      margin-top: 205px;
      width: auto; }
    .case-2 h2 a {
      background-color: #fff;
      font-family: proxima-nova;
      color: #3b3b3b;
      text-decoration: none; }
  .case-2 p {
    background-color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    margin-top: 30px;
    padding: 15px 20px;
    float: right;
    clear: both;
    text-align: right; }

.case-grid {
  background: #E7E7E8;
  display: inline-block; }
  .case-grid .row:first-child .case {
    margin-top: 30px;
    margin-bottom: 0px; }
  .case-grid .case {
    position: relative;
    float: left;
    width: 583px;
    position: relative;
    margin: 30px 0;
    min-height: 391px; }
    .case-grid .case .float-link {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      z-index: 16; }
      .case-grid .case .float-link:hover + .text-container {
        background: rgba(37, 37, 37, 0.95); }
    .case-grid .case .text-container {
      position: relative;
      background: rgba(37, 37, 37, 0.8);
      z-index: 10;
      margin: 0 auto;
      margin-top: 20%;
      height: 165px;
      text-align: center;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .case-grid .case .text-container:hover {
        background: rgba(37, 37, 37, 0.95); }
      .case-grid .case .text-container p {
        padding-top: 35px;
        max-width: 310px;
        margin: 0 auto;
        color: #fff;
        font-family: proxima-nova;
        font-size: 24px;
        font-weight: 200; }
        .case-grid .case .text-container p a {
          color: #fff;
          font-family: proxima-nova;
          font-size: 24px;
          font-weight: 200; }
          .case-grid .case .text-container p a:after {
            border: none; }
        .case-grid .case .text-container p strong {
          color: #fff;
          font-family: proxima-nova;
          font-size: 24px;
          font-weight: 600; }
    .case-grid .case img {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 1; }
  .case-grid .even {
    margin-left: 32px; }

.references h1 {
  padding-top: 40px;
  margin-bottom: -40px; }
.references .references-list {
  margin: 30px -120px 0 0;
  overflow: hidden;
  width: 1080px;
  padding-left: 130px; }
  .references .references-list li {
    width: 266px;
    height: 129px;
    float: left;
    display: table;
    margin: 55px 94px 55px 0;
    position: relative; }
    .references .references-list li a {
      width: 100%;
      height: 100%; }
    .references .references-list li:before {
      position: absolute;
      content: " ";
      border-top: 1px solid #e8e8e8;
      top: -55px;
      bottom: 2px;
      left: -100px;
      right: 1px; }
    .references .references-list li:first-child:before {
      border: none; }
    .references .references-list li:first-child + li:before {
      border: none; }
    .references .references-list li:first-child + li + li:before {
      border: none; }
    .references .references-list li:first-child + li + li + li:before {
      left: 0px; }
    .references .references-list li:first-child + li + li + li + li + li + li:before {
      left: 0px; }
    .references .references-list li:first-child + li + li + li + li + li + li + li + li + li:before {
      left: 0px; }
    .references .references-list li:first-child + li + li + li + li + li + li + li + li + li + li + li + li:before {
      left: 0px; }
    .references .references-list li a {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .references .references-list li a:hover + a img {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
        /* Netscape */
        -moz-opacity: 1;
        /* Safari 1.x */
        -khtml-opacity: 1;
        /* Good browsers */
        opacity: 1; }
      .references .references-list li a:hover + img {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
        /* Netscape */
        -moz-opacity: 1;
        /* Safari 1.x */
        -khtml-opacity: 1;
        /* Good browsers */
        opacity: 1; }
    .references .references-list li img {
      display: block;
      margin: 0 auto;
      max-width: 240px;
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 50 ")";
      /* Netscape */
      -moz-opacity: 0.5;
      /* Safari 1.x */
      -khtml-opacity: 0.5;
      /* Good browsers */
      opacity: 0.5;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .references .references-list li img:hover {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
        /* Netscape */
        -moz-opacity: 1;
        /* Safari 1.x */
        -khtml-opacity: 1;
        /* Good browsers */
        opacity: 1; }

/** CF7 **/
.col-form .row label {
  float: left;
  display: block;
  width: 100%; }
.col-form .row .wpcf7-form-control-wrap {
  float: right; }

.area-col .row .wpcf7-form-control-wrap textarea {
  width: 938px;
  margin: 10px 0;
  padding: 5px 10px; }

.wpcf7-display-none {
  display: none ; }

/** Contact **/
section.contact h2 {
  font-family: proxima-nova;
  font-weight: 600; }
section.contact .color_black {
  color: #000 ; }
section.contact .gform_fields {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  height: 240px; }
section.contact .contact_email, section.contact .contact_name, section.contact .contact_tele, section.contact .contact_dropdown {
  width: 440px;
  float: left; }
  section.contact .contact_email .ginput_container, section.contact .contact_name .ginput_container, section.contact .contact_tele .ginput_container, section.contact .contact_dropdown .ginput_container {
    float: right; }
    section.contact .contact_email .ginput_container input, section.contact .contact_name .ginput_container input, section.contact .contact_tele .ginput_container input, section.contact .contact_dropdown .ginput_container input {
      font-size: 16px;
      font-weight: 200;
      padding: 10px;
      margin-top: 10px;
      width: 230px;
      height: 25px;
      border: 1px solid #c4c3c3; }
    section.contact .contact_email .ginput_container select, section.contact .contact_name .ginput_container select, section.contact .contact_tele .ginput_container select, section.contact .contact_dropdown .ginput_container select {
      position: relative;
      font-size: 16px;
      font-weight: 200;
      margin-top: 10px;
      width: 252px;
      height: 45px;
      float: right;
      background-color: #fff;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 1px solid #c4c3c3;
      padding-left: 10px; }
  section.contact .contact_email label.gfield_label, section.contact .contact_name label.gfield_label, section.contact .contact_tele label.gfield_label, section.contact .contact_dropdown label.gfield_label {
    float: left;
    margin-top: 22px; }
section.contact .contact_dropdown .ginput_container {
  position: relative; }
  section.contact .contact_dropdown .ginput_container:after {
    position: absolute;
    top: 12px;
    right: 2px;
    background: url("../img/btn-select.gif") no-repeat;
    width: 44px;
    height: 30px;
    content: ' '; }
section.contact .contact_message label {
  display: none ; }
section.contact .contact_message .ginput_container textarea {
  padding: 10px;
  font-size: 16px;
  margin-top: 10px;
  width: 84%;
  float: right;
  color: #c5c2c2;
  font-weight: 200;
  border: 1px solid #c4c3c3; }
section.contact .gform_wrapper li.gfield.gfield_error {
  width: 440px;
  background-color: white;
  border: none;
  margin: 0 ;
  padding: 0 ; }
  section.contact .gform_wrapper li.gfield.gfield_error .gfield_description {
    display: none ; }
section.contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0 ; }
section.contact .gform_wrapper .validation_error {
  font-size: 16px;
  font-family: proxima-nova;
  text-align: center;
  font-weight: 400; }
section.contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 22px; }
section.contact .gform_button {
  float: right;
  background-color: #CD412D;
  width: 100px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-family: proxima-nova;
  font-weight: 200;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  section.contact .gform_button:hover {
    background-color: #af2a16; }
section.contact .ginput_container input, section.contact .ginput_container select, section.contact .ginput_container textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
  section.contact .ginput_container input:focus, section.contact .ginput_container select:focus, section.contact .ginput_container textarea:focus {
    border-color: #555555; }
section.contact .gform_footer {
  padding: 0;
  margin-top: -35px; }

/** Footer **/
footer {
  background: #fff;
  margin-top: 10px; }
  footer nav {
    text-align: center;
    padding: 65px 0 30px; }
    footer nav ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      text-align: center; }
      footer nav ul li {
        display: inline;
        padding-right: 20px; }
        footer nav ul li a {
          font-family: 'proxima-nova';
          font-size: 18px;
          font-weight: 200;
          color: #000;
          text-decoration: none;
          position: relative;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          footer nav ul li a:hover:after {
            position: absolute;
            content: " ";
            border-bottom: 1px solid #D34A33;
            opacity: 0.6;
            top: 5px;
            bottom: 2px;
            left: 0px;
            right: 0px; }
  footer .footer-contact-text {
    width: 296px;
    font-weight: 200;
    margin: 0 auto;
    padding: 10px 0 40px; }

/* Tablet */
@media only screen and (max-width: 1200px) {
  /* General */
  html, body, section, article, header, .wrapper, header .header-container {
    width: 100%; }

  .small-hr:after {
    border-bottom: none ; }

  header {
    height: auto;  }

  img {
    max-width: 100%;
    height: auto; }

  img.smaller-img {
    max-width: 90%; }

  img.thumbnail {
    max-width: 100% ;
    clear: both;
    display: inherit; }

  article section.text-col {
    width: 42%;
    margin-left: 40px; }
  article .left {
    margin: 0 0 0 40px; }

  section section {
    width: auto; }

  .responsive-padding {
    padding: 0 5%;
    width: 90% ; }

  header.responsive-padding {
    width: 90%; }

  .responsive-map {
    margin-left: -5%;
    width: 110%;
    max-width: 110%; }

  .only-mobile {
    display: none; }

  .post {
    width: 70% ; }
    .post small {
      float: left; }

  nav.sub-nav ul {
    width: 100%; }

  .hidden-responsive {
    display: none; }

  /* Home */
  .videoBG {
    display: none; }

  .videoBG_wrapper {
    width: 100% ; }

  .section-2-home p {
    width: 90% ;
    padding: 0 5% ; }

  .section-3-home p {
    width: 90% ;
    padding: 0 5% ; }

  .start-phone-holder {
    height: 380px;
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    margin-top: 40px; }

  /* Page */
  article.related-posts {
    position: relative; }
    article.related-posts .related-col-container .first-related {
      margin-bottom: 1px;
      padding-left: 0 ; }
    article.related-posts .related-posts-box {
      float: left;
      width: 45% ;
      padding-left: 10% ; }

  .tech-preview {
    width: 100%;
    height: 660px; }
    .tech-preview .col {
      width: 49%;
      margin-left: 0px;
      margin-top: 20px; }
      .tech-preview .col p {
        width: 255px;
        margin: 0 auto; }
    .tech-preview .col + .col + .col {
      margin-top: 95px; }
    .tech-preview .col + .col + .col + .col {
      margin-top: 95px; }

  /** References **/
  .case-grid .row:first-child .case {
    margin-bottom: 7%; }
  .case-grid .row .case {
    width: 45%;
    min-height: 100%;
    height: auto;
    margin-bottom: 8%;
    margin-left: 3.5%; }

  .references .references-list {
    width: 100%;
    padding-left: 0;
    margin: 0; }
    .references .references-list li {
      float: left;
      margin: 20px 2% 0 2%;
      width: 46%; }
      .references .references-list li:before {
        top: -15px;
        width: 200%; }
      .references .references-list li:first-child + li + li:before {
        border-top: 1px solid #e8e8e8; }

  /** Erbjudande **/
  .project-contact {
    margin: 100px 0 0 0;
    background-color: #E7E7E8; }
    .project-contact img.img-circle {
      position: absolute;
      top: 20%;
      left: 50%;
      margin-left: -132px; }
    .project-contact p {
      position: absolute;
      top: 35%;
      left: 50%;
      margin-left: -97px;
      color: #fff;
      font-family: Signika;
      font-size: 25px;
      font-weight: 300; }

  /** Contact form **/
  section.contact .gform_button {
    margin-top: 10px; }
  section.contact .gform_fields {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    height: auto; }
  section.contact .contact_email, section.contact .contact_name, section.contact .contact_tele {
    width: 100%; }
    section.contact .contact_email .ginput_container, section.contact .contact_name .ginput_container, section.contact .contact_tele .ginput_container {
      width: 70%;
      float: right; }
      section.contact .contact_email .ginput_container input, section.contact .contact_name .ginput_container input, section.contact .contact_tele .ginput_container input {
        width: 100%;
        float: right; }
  section.contact .contact_dropdown {
    width: 100%; }
    section.contact .contact_dropdown .ginput_container {
      width: 72.23%; }
      section.contact .contact_dropdown .ginput_container select {
        width: 100%; }
  section.contact .contact_message .ginput_container textarea {
    width: 70%; }
  section.contact .gform_footer {
    margin-top: 10px ; }

  /**  CF7  **/
  .area-col .row .wpcf7-form-control-wrap textarea {
    padding: 1% 2%;
    width: 96%;
    margin: 1% 0; } }
@media only screen and (max-width: 1000px) {
  .only-mobile {
    display: none; }

  .hidden-desktop {
    display: block; }

  .hidden-tablet {
    display: none; }

  .methods .row {
    width: 100%;
    margin: 0; }
    .methods .row .col {
      width: 100%;
      display: block;
      margin-left: 0px;
      margin-top: 30px; }

  /** Post **/
  .post {
    width: 90% ; }
    .post small {
      float: left; }

  /** Contact **/
  section.contact .contact_email, section.contact .contact_name, section.contact .contact_tele {
    width: 100%; }
    section.contact .contact_email .ginput_container, section.contact .contact_name .ginput_container, section.contact .contact_tele .ginput_container {
      width: 60%;
      float: right; }
      section.contact .contact_email .ginput_container input, section.contact .contact_name .ginput_container input, section.contact .contact_tele .ginput_container input {
        width: 100%;
        float: right; }
  section.contact .contact_dropdown {
    width: 100%; }
    section.contact .contact_dropdown .ginput_container {
      width: 62.63%; }
      section.contact .contact_dropdown .ginput_container select {
        width: 100%; }
  section.contact .contact_message .ginput_container textarea {
    width: 60%; }

  /** References **/ }
  
@media only screen and (max-width: 768px) {
	   header{display:none;}
}

/* Phone */
@media only screen and (max-width: 767px) {
  /* General */
   header{display:none;}
  header.home {
    height: 400px; }
    header.home .introduction {
      padding-top: 60px ; }

  header.image {
    overflow: hidden; }

  header .headline {
    padding-top: 0px;
    max-width: 140%;
    margin-left: -20%; }

  p {
    font-size: 12px ; }

  h2 {
    font-size: 20px;
    padding: 10px 0; }

  article section.text-col {
    width: 100%;
    margin-left: 0; }
  article .left {
    margin-left: 5%; }
  article .device-width, article .device-width-smaller, article .concept-width, article .concept-width-smaller {
    width: 90%; }

  section.break-top {
    margin-top: 0px; }

  article.distance {
    padding-top: 10px; }

  footer {
    padding-top: 30px; }

  .coltext {
    -webkit-column-count: auto ;
    -moz-column-count: auto ;
    column-count: auto ;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px; }
    .coltext p {
      padding-bottom: 20px; }

  .colpage {
    -webkit-column-count: auto ;
    -moz-column-count: auto ;
    column-count: auto ;
    padding-bottom: 40px; }
    .colpage p {
      padding-bottom: 20px; }

  .red-line-left:before {
    bottom: -4px;
    left: -8px; }

  .hidden-mobile {
    display: none; }

  .mobile-word-break {
    word-break: break-word; }

  .start-phone-holder {
    height: 140px;
    max-width: 450px; }

  /* Page */
  .tech-preview {
    display: inline-block;
    height: auto; }
    .tech-preview .col {
      width: 100%;
      margin-top: 30px;
      margin-bottom: 30px;
      height: auto; }

  .text-col {
    margin-top: 30px ; }
    .text-col:first-child {
      margin-top: 0px; }

  article section.image {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    float: none;
    margin-left: 5% ; }

  /** Post **/
  section.post .social-field .share {
    padding-top: 20px;
    display: none; }

  /** Page **/
  article.related-posts {
    position: relative; }
    article.related-posts .related-col-container .first-related {
      margin-bottom: 1px;
      padding-left: 0 ; }
    article.related-posts .related-posts-box {
      float: none;
      width: 100% ;
      padding-left: 0 ;
      padding-bottom: 30px; }

  /** Home **/
  header.home .introduction h1 {
    font-size: 34px; }
  header.home .introduction h2 {
    font-size: 22px; }

  /** Comments **/
  .comment-form {
    width: 100%; }
    .comment-form .h2 {
      width: 100% ; }
    .comment-form .row {
      width: 100%;
      overflow: visible; }
    .comment-form .textarea {
      float: none; }
      .comment-form .textarea .area {
        height: 140px;
        margin: 0;
        width: 95%; }
    .comment-form input[type=text], .comment-form textarea, .comment-form .area {
      float: left;
      width: 90%;
      border: 1px solid #c4c3c3;
      font-size: 14px;
      line-height: 24px;
      color: #c5c2c2;
      padding: 5%;
      margin: 5% 0; }

  .blog-page {
    margin-top: -150px ; }

  /** Erbjudande **/
  .methods .row .col {
    margin-top: 60px; }

  .top-mobile {
    margin: 60px 0 20px 0; }

  /** Contact **/
  section.contact .contact_email label, section.contact .contact_name label, section.contact .contact_tele label, section.contact .contact_dropdown label {
    width: 100%; }
  section.contact .contact_email .ginput_container, section.contact .contact_name .ginput_container, section.contact .contact_tele .ginput_container, section.contact .contact_dropdown .ginput_container {
    width: 100%; }
    section.contact .contact_email .ginput_container input, section.contact .contact_name .ginput_container input, section.contact .contact_tele .ginput_container input, section.contact .contact_dropdown .ginput_container input {
      width: 95%;
      float: none;
      padding: 1% 2%; }
  section.contact .contact_message .ginput_container textarea {
    width: 95.5%;
    padding: 1% 2%;
    margin-top: 20px; }
  section.contact .gform_footer {
    float: none;
    margin: 0 auto;
    text-align: center; }
  section.contact .gform_button {
    float: none; }

  /** References **/
  .case-grid .row .case {
    width: 80%;
    margin-left: 10%;
    max-width: 583px;
    margin-bottom: 27% ; }

  .references {
    margin-top: 60px; }
    .references .references-list li {
      width: 90%;
      margin-left: 0;
      padding-left: 5%; }
      .references .references-list li a img {
        ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
      .references .references-list li:first-child {
        margin-top: 60px; }
        .references .references-list li:first-child + li:before {
          border-top: 1px solid #e8e8e8; }

  .case-full {
    min-height: 400px; }
    .case-full .holder {
      width: 100%; }
      .case-full .holder .child-text-center {
        margin: 0 auto; }

  .case-1 h2 {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 30px; }
    .case-1 h2:first-child {
      margin-top: 50px; }
  .case-1 p {
    margin-left: 15px;
    margin-right: 15px; }

  .case-1 p {
    background: #000;
    border: 1px solid #000; }

  .case-2 {
    margin-top: 40px; }
    .case-2 h2 {
      float: right;
      width: 81%;
      font-size: 30px;
      margin-right: 0; }
      .case-2 h2:first-child {
        width: auto;
        width: 82%;
        margin-top: 50px; }
    .case-2 p {
      font-size: 16px ;
      margin-right: 0;
      margin-left: 5%; }

  .case-full h2 {
    font-size: 24px; }

  .case-grid .case .text-container {
    height: 60px; }
    .case-grid .case .text-container p {
      padding-top: 15px; }

  .only-mobile {
    display: block; }

  /** CF7 **/
  .wpcf7 input {
    width: 100%;
    margin: 2% 0; } }
/** Iphone **/
@media only screen and (max-width: 480px) {
  header.home .introduction {
    text-align: center; }
    header.home .introduction h1 {
      font-size: 30px; }
    header.home .introduction h2 {
      font-size: 16px; }
	  
	  header{display:none;}

  .concept-phone {
    margin-top: 10px ; }
    .concept-phone article {
      padding-top: 20px ; }

  article h1 {
    font-size: 28px; }

  /** Home **/
  .concept-phone h1 {
    padding-bottom: 30px; }

  /** Referenser **/
  .start-phone-holder {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15); }

  .tech-preview .col {
    margin-top: 25px ; } }
