@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600,300,300italic,400italic,600italic,700italic,800italic);
.blue-bold,
.bold,
.list h3,
.list span {
  font-weight: 700;
}

.fancybox-lock .fancybox-overlay,
html.fancybox-lock {
  overflow: auto !important;
}

.alt:hover .opt1 {
  display: none;
}

.alt:hover .opt2 {
  display: block;
}

.opt2,
header.site-header.reduced .nav.navbar-nav {
  display: none;
}

.web-dev-content h2 a {
  text-decoration: none;
  color: #646464;
}

.latest-works-block h2 a,
.workflow-block h2 a {
  text-decoration: none;
  color: #05c0fc;
}

.internet-mktg-content h2 a {
  text-decoration: none;
  color: #fff;
}

.portfolio-block h2 a,
.soft-dev-content h2 a {
  text-decoration: none;
  color: #151515;
}

.navbar-default {
  background: rgba(0, 0, 0, 0) !important;
  border: none !important;
  box-shadow: none !important;
}

.navbar-default .navbar-nav > li.active > a:after,
.navbar-default .navbar-nav > li.last > a:after {
  content: " " !important;
}

.navbar-default .navbar-nav > li.active:after {
  content: "|";
  position: absolute;
  right: -10px;
  color: #acacac;
  line-height: 17px;
  top: 16px;
}

.navbar-default .navbar-nav > li.active.last::after {
  content: "";
}

.navbar-default .navbar-nav > li > a:after {
  content: "|";
  position: absolute;
  right: 0;
  color: #acacac;
  line-height: 17px;
}

.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #05c0fc;
}

.index .navbar-default .navbar-nav > li > a:focus,
.index .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}

.nav.navbar-nav {
  float: right;
}

.navbar-brand.logo,
header.site-header.reduced .navbar-brand.logo {
  padding: 15px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
  background: rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background: #05c0fc;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #e7e7e7;
  color: #e7e7e7;
}

.index .navbar-default .navbar-nav > .active > a,
.index .navbar-default .navbar-nav > .active > a:focus,
.index .navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
}

#footer-menu-items .nav > li > a:focus,
#footer-menu-items .nav > li > a:hover {
  background: 0 0;
}

#main_menu_items {
  border: none;
  box-shadow: none;
  margin-left: -15px;
  margin-right: -15px;
}

#main_menu_items.collapsing > ul,
#main_menu_items.in > ul {
  background: rgba(0, 0, 0, 0.73);
  float: none;
  margin-top: 35px;
  width: 100%;
}

#main_menu_items.collapsing .navbar-nav a::after,
#main_menu_items.collapsing li.active::after,
#main_menu_items.in .navbar-nav a::after,
#main_menu_items.in li.active::after {
  content: "";
}

header.site-header.reduced #main_menu_items.collapsing .nav.navbar-nav,
header.site-header.reduced #main_menu_items.in .nav.navbar-nav {
  display: block;
  margin-top: 10px;
}

.interactive-menu {
  background: #05c0fc;
}

.fancybox-margin {
  margin-right: 0 !important;
}

.flexslider {
  border: none !important;
  margin: 0 !important;
}

.flex-direction-nav a.flex-next:before {
  content: url(../images/right-arrow.png) !important;
}

.flex-direction-nav a:before {
  content: url(../images/left-arrow.png) !important;
  display: inline-block;
  font-family: flexslider-icon;
  font-size: 40px;
}

.flex-direction-nav a {
  height: 60px !important;
  opacity: 1 !important;
}

.flex-direction-nav .flex-prev {
  left: 10px !important;
  text-align: right;
}

.flex-direction-nav .flex-next {
  right: 10px !important;
  text-align: left;
}

.slides li {
  position: relative !important;
}

.testimonials-slider .flex-direction-nav a.flex-next:before {
  content: url(../images/right-arrow-small-light.png) !important;
}

.testimonials-slider .flex-direction-nav a:before {
  content: url(../images/left-arrow-small-light.png) !important;
}

.collage-box::before,
.type-search::after {
  content: "";
}

* {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@-moz-keyframes cursor-blink {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #000;
  }
}

@-webkit-keyframes cursor-blink {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #000;
  }
}

@keyframes cursor-blink {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #000;
  }
}

@-webkit-keyframes highlight {
  0% {
    background: #acacac;
  }
  100% {
    background: 0 0;
  }
}

@-moz-keyframes highlight {
  0% {
    background: #acacac;
  }
  100% {
    background: 0 0;
  }
}

100% {
  background: 0 0;
}

@keyframes highlight {
  0% {
    background: #acacac;
  }
  100% {
    background: 0 0;
  }
}

.highlight {
  animation: highlight 1s 1;
  border-radius: 20px;
}

.type-search::after {
  animation: 1s step-end 0 normal none infinite running cursor-blink;
  border-right: 1px solid #000;
  display: inline-block;
  height: 1.2em;
  vertical-align: middle;
}

.type-search {
  color: #000;
  left: 138px;
  position: absolute;
  top: 137px;
}

#search-results-image {
  left: 20%;
  max-width: 70%;
  position: absolute;
  top: 146px;
}

.get-quote-block .form-title {
  color: #05c0fc;
  display: block;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.get-quote-block .modal-header .close {
  font-size: 30px;
  position: absolute;
  right: 5px;
  top: 0;
}

.list h3,
.list span {
  font-size: 16px;
}

#get-quote-request-form::-webkit-input-placeholder {
  opacity: 0;
}

#get-quote-request-form:-moz-placeholder {
  opacity: 0;
}

#get-quote-request-form::-moz-placeholder {
  opacity: 0;
}

#get-quote-request-form:-ms-input-placeholder {
  opacity: 0;
}

body.modal-open {
  overflow: visible;
  padding: 0 !important;
}

.index .content_wrapper,
.not-found .list {
  padding: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, 0) !important;
}

.editable:focus,
.editable:focus * {
  outline: red dotted 1px;
}

body {
  color: #646464;
  font-family: "Open Sans";
}

video:hover {
  cursor: pointer;
}

.index .content_wrapper,
.internet-marketing .content_wrapper,
.social-media-marketing .content_wrapper,
.software-development .content_wrapper,
.web-design .content_wrapper {
  padding-top: 0;
}

a:focus {
  outline: 0;
}

.main_content {
  position: relative;
}

.main_content .container {
  overflow: hidden;
}

.pay-per-click-management .main_content .container {
  overflow: visible;
}

.pay-per-click-management h3 > img {
  display: block;
  margin: auto;
  width: 50%;
}

.pay-per-click-management .display-banner-container h3 > img,
.pay-per-click-management .remarketing-container h3 > img {
  width: 80%;
}

.pay-per-click-management .inner-services-description {
  margin: auto;
  text-align: center;
  text-shadow: 2px 2px 3px #000;
  width: 80%;
}

.required {
  color: red;
  margin-left: 5px;
}

.down-arrow-blue {
  bottom: -34px;
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.w100 {
  width: 100%;
}

.blog article.post-content ul > li,
.list > li {
  margin-bottom: 10px;
  list-style: url(../images/gray-bullet.png);
}

.list.list-no-bullet > li {
  list-style: none;
}

.list.list-blue-bullet > li {
  list-style: url(../images/blue-bullet.png);
}

.list.list-dark-blue-bullet > li {
  list-style: url(../images/dark-blue-bullet.png);
}

.list.list-white-bullet > li {
  list-style: url(../images/white-bullet.png);
}

.list span {
  color: #05c0fc;
  display: block;
}

.list span.highlight-blue {
  display: inline;
}

.list.white-items span {
  color: #fff;
}

.list.dark-blue-items span {
  color: #005e7c;
}

.list.dark-items span {
  color: #252525;
}

.list h3 {
  display: block;
}

.internet-mktg-content .list h3,
.web-dev-content .list h3 {
  color: #05c0fc;
}

.list h3.highlight-blue {
  display: inline;
}

.collage-box {
  padding: 0 !important;
  position: relative;
}

.collage-box .services-text-container {
  color: #fff;
  display: table;
  height: 100%;
  padding: 15px;
  position: absolute;
  top: 10%;
}

.collage-box .services-text-container.services-text-container-top {
  top: 0;
}

.collage-box.collage-box-tall {
  min-height: 500px;
}

.collage-box:hover {
  box-shadow: 0 0 50px -10px #000;
}

.collage-box:hover::before {
  width: 75%;
}

.collage-box.collage-box-blue::before {
  background-color: #fff;
}

.collage-box::before {
  background-color: #00a2ff;
  height: 5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: width 0.5s ease-out 0;
  width: 25%;
}

.bg-video,
.overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.action-button.no-margin {
  margin: 0;
}

.action-button,
.filter.active,
.filter:hover {
  background: #05c0fc;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.action-button.disabled {
  background: #acacac !important;
  color: #fff !important;
  cursor: normal !important;
}

.action-button-clear {
  background: 0 0;
  border: 1px solid #fff;
}

.action-button-clear:hover {
  background: #05c0fc;
  border: 1px solid #05c0fc;
}

.action-button-light,
.action-button-light-inverse:hover {
  background: #fff;
  color: #05c0fc;
}

.action-button-light-inverse,
.action-button-light:hover {
  background: #05c0fc;
  color: #fff;
}

.action-button-dark {
  background: #252525;
  color: #fff;
}

.action-button-dark:hover {
  background: #fff;
  color: #252525;
}

.blue-bold {
  color: #05c0fc;
}

.center-inline-element {
  display: block;
  margin: auto;
  text-align: center;
}

.case-study-chart-container {
  margin-bottom: 15px;
}

.image-caption {
  display: block;
  font-style: italic;
  text-align: center;
}

.capitalize {
  text-transform: capitalize;
}

.no-text-transform {
  text-transform: none;
}

.credential-container .list img {
  float: left;
  margin-right: 15px;
  vertical-align: middle;
}

.logo {
  color: #fff;
  font-family: Verdana;
  font-style: italic;
  text-transform: uppercase;
}

.clearfix > li {
  float: left;
  list-style: none;
}

.error,
.has-error {
  color: #ff0f0a;
}

.gray-text {
  color: #646464;
}

.dark-text {
  color: #252525;
}

.dark-blue-text {
  color: #005e7c;
}

.uppercase {
  text-transform: uppercase;
}

.big-text {
  font-size: 20px;
}

.bigger-text {
  font-size: 25px;
}

.oraiko-blue {
  color: #07a8b2;
}

.aca-color {
  color: #db703b;
}

.hfd-color {
  color: #304d56;
}

.zelco-color {
  color: #053267;
}

.noahsark-color {
  color: #38103f;
}

.phoenixroze-color {
  color: #000;
}

.vosmap-color {
  color: #cf6b00;
}

.google-adwords {
  font-family: "Open Sans" !important;
  font-size: 32px !important;
  font-weight: 100 !important;
}

.overlay {
  background: rgba(255, 255, 255, 0.7);
  display: block;
  z-index: 1;
}

.overlay.overlay-dark {
  background: rgba(0, 13, 26, 0.5);
}

.bg-video {
  overflow: hidden;
}

.bg-video-content.bg-video-content-dark {
  color: #303030;
}

.bg-video-content.bg-video-content-light {
  color: #fff;
}

.bg-video-content {
  z-index: 2;
}

body.not-found {
  text-align: center;
}

.wd-sphere {
  -webkit-transition: none 0 ease 0;
  -moz-transition: none 0 ease 0;
  -o-transition: none 0 ease 0;
  transition: none 0 ease 0;
}

#fixedEstimate,
#scrollTopArrow,
#scrollTopArrow > a,
#slide-dropdown,
#slide-dropdown *,
.portfolio-box {
  transition: none;
}

@media screen and (max-width: 991px) {
  #button-int-mktg,
  .port-btns {
    text-align: center;
  }
  .wd-sphere {
    width: 25%;
  }
  .index .list {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #button-int-mktg {
    display: inline-block;
    margin: auto;
    width: 50%;
  }
  .internet-mktg-image img {
    display: block;
    float: none;
    margin: 20px auto;
  }
  .soft-dev-image img {
    margin: 10px auto;
  }
  .soft-dev-content p {
    margin: 0 0 10px !important;
  }
  .soft-dev-block .container {
    padding: 40px 0;
  }
  .ppc-partner-logo {
    display: block;
    float: none;
    margin: auto;
  }
  .bg-video-container img {
    content: url(../images/background/bg-video-image-900.png);
  }
  .portfolio-banner-container {
    height: 300px;
  }
  .grid figure {
    width: 50%;
  }
  .content > div.show {
    height: auto;
  }
  .port-box-inner {
    max-width: 100%;
    margin: auto;
  }
  .port-descr {
    margin-top: 20px;
    padding: 20px;
    position: static;
  }
  .port-descr img {
    margin: auto;
  }
  .web-dev-block {
    background-size: 90%;
    background-position: center top;
  }
  .web-dev-image {
    margin-top: 60%;
  }
}

.wd-sphere.animated {
  animation-delay: 0;
  animation-duration: 0.5s !important;
}

.inner-content-block p {
  font-size: 16px;
}

#scrollTopArrow {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  bottom: 30px;
  font-size: 30px;
  line-height: 30px;
  padding: 0;
  position: fixed;
  right: 20px;
  z-index: 10;
}

#scrollTopArrow > a {
  display: block;
  padding: 8px 8px 10px 10px;
}

.inner-content-block.inner-web-dev-block h1 {
  margin: 30px 0;
  white-space: nowrap;
}

@media screen and (max-width: 800px) {
  .bg-video-container img {
    content: url(../images/background/bg-video-image-800.png);
  }
}

@media screen and (max-width: 768px) {
  .inner-content-block.inner-web-dev-block h1 {
    float: none;
    white-space: normal;
    width: auto;
  }
}

.local-business .content_wrapper {
  padding: 0;
}

.inner-bus-listing-block.inner-web-dev-block {
  background-image: url(../images/inner-bus-listing-bg2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 160px 0;
}

.inner-seo-block.inner-web-dev-block {
  color: #fff;
  background: url(../images/inner-blank-desk-bg.jpg) 0 0 / cover no-repeat
    rgba(0, 0, 0, 0);
  padding: 80px 0;
}

.portfolio-navigation-controller .previous {
  background: url(../images/left-arrow.png) no-repeat rgba(0, 0, 0, 0);
  left: 10px;
}

.portfolio-navigation-controller .next {
  background: url(../images/right-arrow.png) no-repeat rgba(0, 0, 0, 0);
  right: 10px;
}

.portfolio-navigation-controller a {
  display: block;
  height: 60px;
  position: absolute;
  top: 45%;
  width: 31px;
}

.double-line-separator {
  border-top: 1px solid #030303;
  display: block;
  margin: 20px auto;
  width: 10%;
}

.double-line-separator::after {
  border-bottom: 1px solid;
  content: "";
  display: block;
  margin: 10px auto;
  position: relative;
  width: 50%;
}

.social-line a {
  display: inline-block;
  height: 31px;
  text-indent: -9999px;
  width: 31px;
}

.facebook,
.facebook.dark:hover,
.facebook.light:hover {
  background: url(../images/social-fb-color.png) no-repeat rgba(0, 0, 0, 0);
}

.facebook.dark {
  background: url(../images/social-fb-dark.png) no-repeat rgba(0, 0, 0, 0);
}

.facebook.light {
  background: url(../images/social-fb-light.png) no-repeat rgba(0, 0, 0, 0);
}

.twitter,
.twitter.dark:hover,
.twitter.light:hover {
  background: url(../images/social-twitter-color.png) no-repeat rgba(0, 0, 0, 0);
}

.twitter.dark {
  background: url(../images/social-twitter-dark.png) no-repeat rgba(0, 0, 0, 0);
}

.twitter.light {
  background: url(../images/social-twitter-light.png) no-repeat rgba(0, 0, 0, 0);
}

.map,
.map.dark:hover,
.map.light:hover {
  background: url(../images/google_map_colo.png) no-repeat rgba(0, 0, 0, 0);
}

.map.dark {
  background: url(../images/google_map_dark.png) no-repeat rgba(0, 0, 0, 0);
}

.google,
.google.dark:hover,
.google.light:hover {
  background: url(../images/social-google-color.png) no-repeat rgba(0, 0, 0, 0);
}

.google.dark {
  background: url(../images/social-google-dark.png) no-repeat rgba(0, 0, 0, 0);
}

.google.light {
  background: url(../images/social-google-light.png) no-repeat rgba(0, 0, 0, 0);
}

.pinterest,
.pinterest.dark:hover,
.pinterest.light:hover {
  background: url(../images/social-pinterest-color.png) no-repeat
    rgba(0, 0, 0, 0);
}

.pinterest.dark {
  background: url(../images/social-pinterest-dark.png) no-repeat
    rgba(0, 0, 0, 0);
}

.pinterest.light {
  background: url(../images/social-pinterest-light.png) no-repeat
    rgba(0, 0, 0, 0);
}

.linkedin,
.linkedin.dark:hover,
.linkedin.light:hover {
  background: url(../images/social-linkedin-color.png) no-repeat
    rgba(0, 0, 0, 0);
}

.linkedin.dark {
  background: url(../images/social-linkedin-dark.png) no-repeat rgba(0, 0, 0, 0);
}

.linkedin.light {
  background: url(../images/social-linkedin-light.png) no-repeat
    rgba(0, 0, 0, 0);
}

.instagram,
.instagram.dark:hover,
.instagram.light:hover {
  background: url(../images/social-instagram-color.png) no-repeat
    rgba(0, 0, 0, 0);
}

.instagram.dark {
  background: url(../images/social-instagram-dark.png) no-repeat
    rgba(0, 0, 0, 0);
}

.instagram.light {
  background: url(../images/social-instagram-light.png) no-repeat
    rgba(0, 0, 0, 0);
}

.blog,
.blog.dark:hover,
.blog.light:hover {
  background: url(../images/social-blog-color.png) no-repeat rgba(0, 0, 0, 0);
}

.blog.dark {
  background: url(../images/social-blog-dark.png) no-repeat rgba(0, 0, 0, 0);
}

.blog.light {
  background: url(../images/social-blog-light.png) no-repeat rgba(0, 0, 0, 0);
}

.vcenter-parent {
  display: table;
  height: 100%;
  width: 100%;
}

.vcenter {
  display: table-cell;
  vertical-align: middle;
}

.call-to-action-text,
.header_top_section .phoneNum,
.servicesArrow {
  display: inline-block;
  vertical-align: middle;
}

.call-to-action-block {
  background: url(../images/call-to-action-bg.jpg) left top/cover no-repeat
    #262626;
  color: #05c0fc;
  padding: 55px 0;
}

.call-to-action-alt-block {
  background: url(../images/call-to-action-alt-bg.jpg) left top/cover no-repeat
    #262626;
  color: #05c0fc;
  padding: 55px 0;
}

.call-to-action-alt2-block {
  background: url(../images/call-to-action-alt2-bg.jpg) left top/cover no-repeat
    #262626;
  color: #05c0fc;
  padding: 55px 0;
}

.call-to-action-text {
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}

#button-call-to-action,
#call-to-action-block a {
  vertical-align: middle;
}

header.site-header {
  padding-top: 25px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

header.site-header.reduced {
  background-color: rgba(255, 255, 255, 0.9);
  height: 60px;
}

.navbar-brand.logo > img {
  height: 60px;
}

.main_header {
  position: relative;
}

.header_top_section {
  float: right;
  position: relative;
  margin-top: 10px;
  z-index: 100;
}

.header_top_section .phoneNum {
  font-size: 25px;
  font-weight: 700;
  line-height: 20px;
  margin-left: 25px;
}

@media screen and (min-width: 768px) {
  .header_top_section .phoneNum {
    margin-left: 5px;
  }
}

.header_top_section .phoneNum > a {
  color: #fff;
}

header.reduced .header_top_section .phoneNum > a {
  color: #333;
}

.servicesArrow {
  cursor: pointer;
}

#header_servicesArrow > img {
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

#header_servicesArrow > img.rotate {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (min-width: 767px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

#slide-dropdown .get-quote {
  margin: 0;
  width: 175px;
}

#slide-dropdown {
  background-color: rgba(255, 255, 255, 0.9);
  right: -15px;
  position: absolute;
  top: 80px;
  z-index: 1001;
  width: 250px;
}

.company-testimonials #innerHeadBanner {
  background-image: url(../images/innerHeadBanner/testimonials.jpg);
  padding: 290px 20px 300px;
}

@media (max-width: 767px) {
  .company-testimonials #innerHeadBanner {
    padding: 60px 0;
  }
}

header.site-header.reduced #slide-dropdown {
  top: 60px;
}
#slide-dropdown .vcard,
#slide-dropdown .phone-numbers,
#slide-dropdown .slide-dropdown-menu ul {
  padding-left: 25px;
}

.slide-dropdown-menu ul {
  border-bottom: 1px solid #acacac;
  padding: 25px 0 10px;
}

.slide-dropdown-menu li {
  list-style: none;
  margin: 10px 0;
}

.slide-dropdown-menu .active:before {
  color: #05c0fc;
  content: "\e079";
  font-family: "Glyphicons Halflings";
  left: 10px;
  position: absolute;
}

.slide-dropdown-menu .active a {
  color: #05c0fc;
}

.slide-dropdown-menu ul li a {
  color: #494949;
  text-transform: uppercase;
}

#slide-dropdown-close {
  cursor: pointer;
  font-size: 20px;
  left: 345px;
  position: absolute;
  top: 20px;
}

.phone-number-container {
  margin-bottom: 10px;
}

.phone-number-title {
  display: block;
  text-transform: uppercase;
}

.phone-number {
  color: #05c0fc;
  font-size: 25px;
}

#slideshow-block,
#slideshow-block .logo,
#slideshow-block .slide-caption li a {
  color: #fff;
}

#slide-dropdown address {
  border-bottom: 1px solid #acacac;
  padding-bottom: 20px;
}

#slide-dropdown .social-line {
  float: left;
  margin-bottom: 25px;
  padding-left: 25px;
}

#slide-dropdown .get-quote-container {
  margin-bottom: 50px;
  padding-left: 25px;
}

#slideshow-block .slides li .container-fluid {
  padding: 0;
  position: absolute;
  top: 10%;
  width: 100%;
}

@media screen and (orientation: portrait) {
  #slideshow-block .slides li .container-fluid {
    top: 20% !important;
  }
}

#slideshow-block .slideshow-hr-img,
#slideshow-block .slideshow-oraiko-logo {
  max-width: 50%;
}

#slideshow-block .slide-caption {
  font-size: 30px;
  text-align: center;
}

#slideshow-block .slide-caption p {
  font-size: 30px;
  font-style: italic;
  margin-bottom: 5px;
}

.slide-caption ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

#slideshow-block .slide-caption li {
  font-size: 16px;
  margin: 10px;
  font-style: italic;
}

#slideshow-block .slide-caption li:first-child {
  list-style: none;
}

#banner-web-design .clearfix > li {
  list-style: none;
  margin: 0 25px;
}

#banner-web-design.slide-caption p {
  margin-top: 20px;
  font-size: 16px;
}

#banner-web-design li > img {
  height: 100px;
  margin: auto;
  padding: 10px;
  width: auto;
}

#banner-web-design .slides li .container-fluid {
  top: 20%;
}

#banner-web-design h1 {
  font-size: 16px;
  width: 44%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

#banner-web-design h3 {
  font-size: 54px;
  font-weight: 400;
}

#banner-int-mktg p > span,
#banner-ppc p > span {
  display: block;
  font-size: 30px;
  font-style: italic;
  margin-bottom: 20px;
  margin-top: 20px;
}

#type span {
  color: #05c0fc;
}

#slideshow-block .action-button {
  bottom: 15%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
}

@media (min-width: 768px) {
  #slideshow-block .slides li .container-fluid {
    top: 5%;
  }
  #slideshow-block .action-button {
    bottom: 25%;
  }
  #slideshow-block .logo {
    font-size: 58px;
    margin-top: 0;
  }
  .slide-caption .action-button-clear {
    margin: 20px 0;
  }
  h2.banner-tag {
    font-size: 30px;
  }
}

@media screen and (orientation: landscape) and (width: 1024px) {
  #banner-web-design h2.banner-tag {
    font-size: 30px;
  }
  #banner-web-design.slide-caption p {
    font-size: 20px;
  }
  #banner-web-design .clearfix > li {
    margin: 0;
    width: 25%;
  }
  #banner-web-design li > span {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  h2.banner-tag,
  h2.banner-tag-up {
    font-weight: 300;
    font-family: "Open Sans";
  }
  #slideshow-block .slides li .container-fluid {
    top: 20%;
  }
  #slideshow-block .action-button {
    bottom: 15%;
  }
  #banner-web-design li > span {
    font-size: 30px;
  }
  h2.banner-tag-up {
    font-size: 35px;
    font-style: italic;
  }
  h2.banner-tag {
    font-size: 55px;
    margin-top: 0;
    text-transform: uppercase;
  }
  h2.banner-tag span {
    font-weight: 700;
  }
}

@media (min-width: 1200px) {
  #slide-dropdown * {
    transition: none;
  }
  #slideshow-block .slides li .container-fluid {
    top: 30%;
  }
  #slideshow-block .action-button {
    bottom: 31%;
  }
  #slideshow-block .logo {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  #slideshow-arrow {
    display: none;
  }
  #slideshow-block .slides li .container-fluid {
    top: 20%;
  }
  #slideshow-block .slide-caption,
  #slideshow-block .slide-caption .logo,
  #slideshow-block .slide-caption a,
  #slideshow-block .slide-caption p {
    font-size: inherit;
  }
  #slideshow-block .slide-caption li {
    margin: 0 10px;
  }
  #slideshow-block .slide-caption ul {
    display: flex;
    padding: 5px 0;
  }
  #slideshow-block .slide-caption ul li {
    float: left;
    font-size: 13px;
    list-style: none;
  }
  #slideshow-block .slide-caption p {
    margin-bottom: 5px;
  }
  h2.banner-tag {
    font-size: 10px;
  }
  #banner-web-design li > img {
    display: none;
    height: auto;
    width: 25%;
  }
  #banner-web-design li > span {
    font-size: 8px;
  }
  #banner-int-mktg p > span,
  #banner-ppc p > span,
  #banner-web-design.slide-caption p {
    font-size: 12px;
  }
  #slideshow-block .logo {
    margin-bottom: 0;
  }
}

.web-dev-block {
  background: url(../images/web-dev-bg.gif) no-repeat #fff;
  padding-bottom: 35px;
}

@media (min-width: 992px) {
  .web-dev-block {
    background-size: 60%;
    background-position: center left;
  }
  .web-dev-content {
    margin: 60px 0;
    padding-left: 30px;
  }
}

.web-dev-content .action-button {
  margin-bottom: 20px;
  margin-left: 130px;
  margin-top: 20px;
}

.internet-mktg-block {
  background: #262626;
}

@media (min-width: 992px) {
  .internet-mktg-block {
    background: url(../images/int-mktg-bg.gif) center top/cover no-repeat
      #262626;
  }
  .internet-mktg-content {
    margin: 60px 0;
    padding-right: 25px;
  }
}

.internet-mktg-content {
  color: #a2a2a2;
}

.internet-mktg-content h2 {
  color: #fff;
}

.internet-mktg-content .list {
  margin-right: 130px;
}

.internet-mktg-content .list > li {
  padding-right: 25px;
}

.ppc-logos > img {
  border-right: 1px solid #585858;
  margin: 5px 0;
  padding: 0 20px;
}

.ppc-logos > img:last-child {
  border: none;
}

.internet-mktg-image img {
  float: right;
  margin: 30px 130px 30px 0;
}

@media (min-width: 992px) {
  .internet-mktg-image {
    position: relative;
  }
  .internet-mktg-image img {
    left: -95px;
    margin: 0;
    position: absolute;
    top: 430px;
  }
}

.internet-mktg-block .action-button {
  margin-right: 130px;
}

.inner-web-dev-block.inner-social-media-block {
  background-image: url(../images/inner-social-media-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.soft-dev-block {
  background: url(../images/soft-dev-bg.jpg) center top/cover no-repeat #26bcec;
  color: #fff;
  z-index: 2;
}

.soft-dev-content {
  color: #151515;
  z-index: 2;
}

@media (min-width: 992px) {
  .soft-dev-image img {
    margin: 30px 0 !important;
    width: auto !important;
  }
  .soft-dev-content {
    margin: 60px 0;
    padding-left: 30px;
    z-index: 2;
  }
}

.soft-dev-image img {
  display: block;
  margin: 50px auto;
  width: 50%;
}

.soft-dev-content h2 {
  color: #151515;
}

.soft-dev-content .list > li {
  list-style: url(../images/white-bullet.png);
}

.soft-dev-content .action-button {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 5px 40px;
}

.company-testimonials .main_content h1 {
  color: #5e5e5e;
  font-weight: 700;
}

.company-testimonials .testimonials-text-container::before {
  bottom: -29px;
  color: #e5e5e5;
  content: "\e252";
  font-family: "Glyphicons Halflings";
  font-size: 30px;
  left: 65px;
  position: absolute;
}

.company-testimonials .testimonials-text-container {
  background: #e5e5e5;
  border-radius: 15px;
  padding: 50px 20px;
  margin-bottom: 16px;
}

.company-testimonials .testimonials-text {
  margin: 0;
}

.company-testimonials .testimonial-video {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.company-testimonials .testimonial-video > img {
  vertical-align: middle;
  width: 100%;
}

.company-testimonials .testimonials-client {
  color: #5e5e5e;
  display: inline-block;
  font-weight: 400;
  margin-left: 5%;
}
.video-modal {
  background-color: rgba(0, 0, 0, 0.9);
}
.video-modal .close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 76px;
  padding: 10px;
  font-weight: 100;
  opacity: 1;
  z-index: 2;
}
.video-modal .modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.video-modal .modal-content {
  color: #fff;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.video-modal .modal-body {
  width: 55%;
  font-weight: 300;
  overflow: auto;
  margin: 15% auto;
  display: table;
}
.video-modal .modal-text,
.video-modal .modal-video {
  display: table-cell;
  vertical-align: middle;
}
.video-modal .modal-text {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  padding-right: 60px;
}
.video-modal .modal-text img {
  max-width: 200px;
}
.video-modal .modal-video {
  padding-left: 60px;
  padding-top: 5px;
}
.video-modal video {
  width: 100%;
  max-width: 100%;
}

.testimonials-block {
  background: url(../images/testimonials-bg.jpg) center top/cover no-repeat
    #252525;
  color: #fff;
  padding: 20px 0;
}

.testimonials-block h2 {
  text-align: center;
}

.testimonials-hr-img {
  max-width: 100%;
}

.testimonials-slider {
  margin-top: 25px;
}

.testimonials-block .testimonials-right {
  margin-top: 85px;
}

.testimonial-content-block .testimonials-right {
  margin-top: 25px;
}

.testimonials-text {
  font-style: italic;
  text-align: center;
}

.testimonials-text:after {
  content: "\201D";
}

.testimonials-text:before {
  content: "\201C";
}

.testimonials-client {
  color: #05c0fc;
  font-weight: 700;
  text-align: center;
}

.testimonial-video-block {
  color: #333;
}

.testimonial-content-wrapper > .container {
  margin-bottom: 15px;
}

.inner-latest-works-block,
.latest-works-block {
  background: url(../images/latest-works-bg.jpg) center bottom/cover no-repeat
    #acacac;
  color: #444;
}

.latest-work-description-block > ul {
  color: #444;
}

.latest-works-block .container {
  padding-top: 20px;
}

.inner-latest-works-block .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.inner-latest-works-block h2,
.latest-works-block h2 {
  color: #05c0fc;
  text-align: center;
}

.inner-latest-works-block .container > p,
.latest-works-block .container > p {
  color: #151515;
  text-align: center;
}

.latest-work-image-block img {
  width: 100%;
}

@media (min-width: 1200px) {
  .latest-work-image-block img {
    width: auto;
  }
}

.latest-work-description-block {
  font-weight: 700;
}

.latest-works-description {
  // padding-left: 20px;
  color: #333;
}

.latest-work-description-block ul {
  padding-left: 20px;
}

.latest-works-description > img {
  display: block;
  margin: 15px auto;
  // width: 100%
}

@media (max-width: 992px) {
  .web-dev-block {
    background-size: 90%;
    background-position: center top;
  }
  .web-dev-image {
    margin-top: 55%;
  }
}

@media (max-width: 767px) {
  .latest-works-description {
    color: #252525;
  }
  .latest-works-description > img {
    width: 40%;
  }
  .web-dev-block {
    background-size: 100%;
  }
}

.latest-works-description > span {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

.inner-latest-works-block .slide-title {
  color: #053267;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.before-after-slider .slide-image-container {
  max-width: 100%;
  margin: auto;
}

.before-after-slider .slides img {
  display: block;
  margin: auto;
  width: 100%;
}

.before-after-slider-dots-container .flex-control-nav {
  bottom: initial;
  margin: 15px 0;
  position: relative;
}

.flex-control-paging li a {
  background: url(../images/gray-bullet.png) 0 0/100% auto no-repeat fixed
    #acacac;
  -webkit-box-shadow: initial;
  box-shadow: unset;
  height: 15px;
  width: 15px;
}

.flex-control-paging li a.flex-active {
  background: url(../images/blue-bullet.png) 0 0/100% auto no-repeat fixed
    #05c0fc;
}

.workflow-block {
  background: url(../images/workflow-bg.jpg) center top/cover no-repeat #cdcdcd;
  color: #151515;
}

.workflow-block .container {
  padding: 80px 0 40px;
}

.workflow-block h2 {
  color: #05c0fc;
  text-align: center;
}

.workflow-block .container > p {
  color: #151515;
  text-align: center;
}

.workflow-images-container {
  padding-top: 50px;
}

.workflow-images-container .big-ball-container:before {
  content: "";
  clear: both;
  display: block;
  padding-top: 30px;
}

.workflow-images-container #big-white-ball,
.workflow-images-container #circular-pointer {
  display: none;
}

.workflow-images-container #bullseye-blue {
  display: none;
  margin: auto;
  padding-left: 25px;
}

.workflow-images-container h3.big-ball-title {
  color: #05c0fc;
  display: none;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
}

.workflow-images-container .big-ball-text {
  color: #787878;
  text-align: center;
}

.workflow-images-container #button-workflow {
  display: block;
  margin: auto;
}

.workflow-images-container .workflow-balls {
  background: url(../images/workflow-balls-shadow.png) center bottom/133px auto
    no-repeat rgba(0, 0, 0, 0);
  cursor: pointer;
  float: left;
  height: 180px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .workflow-balls:nth-child(even) .workflow-content {
    left: auto;
    right: 15%;
  }
  .workflow-balls:nth-child(odd) .workflow-content {
    left: 15%;
    right: auto;
  }
  #banner-web-design h1 {
    width: 60%;
  }
}

.workflow-images-container .workflow-balls,
.workflow-images-container .workflow-balls img {
  margin: auto;
  display: block;
}

.workflow-images-container .workflow-balls h4 {
  font-weight: 700;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  z-index: 5;
}

.workflow-images-container .workflow-content {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  box-shadow: 0 3px 25px #222;
  cursor: auto !important;
  left: 0;
  opacity: 0;
  border: 1px solid #222;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 240px;
  z-index: 10;
}

.workflow-content .description {
  margin: 0;
}

@media (max-width: 768px) {
  .workflow-images-container .workflow-content {
    left: 15%;
  }
}

.workflow-images-container .workflow-content:before {
  color: #fff;
  font-family: "Glyphicons Halflings";
  font-size: 30px;
  position: absolute;
}

.workflow-images-container .workflow-content .title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.workflow-images-container .workflow-balls:focus .workflow-content,
.workflow-images-container .workflow-balls:hover .workflow-content {
  opacity: 1;
}

.workflow-images-container .workflow-balls:focus,
.workflow-images-container .workflow-balls:hover {
  background-size: 90px auto;
}

.workflow-images-container .workflow-balls:focus h4,
.workflow-images-container .workflow-balls:hover h4 {
  opacity: 0;
}

.workflow-images-container .workflow-balls:focus img,
.workflow-images-container .workflow-balls:hover img {
  top: -30px;
}

.inner-workflow-block {
  background: url(../images/workflow-bg.jpg) center top/cover no-repeat #cdcdcd;
  color: #151515;
  padding: 20px 0;
}

.inner-workflow-block h2,
.our-process .inner-workflow-block h1 {
  color: #05c0fc;
  text-align: center;
}

.inner-workflow-block .container > p {
  color: #151515;
  text-align: center;
}

.inner-workflow-balls {
  background: url(../images/workflow-balls-shadow.png) center bottom/143px auto
    no-repeat rgba(0, 0, 0, 0);
  max-width: 143px;
  text-align: center;
  text-transform: uppercase;
}

.our-process .inner-workflow-balls {
  max-width: none;
}

.inner-workflow-balls h3 {
  font-size: 20px;
  font-weight: 700;
}

.inner-workflow-description {
  padding-top: 70px;
}

.our-process .inner-workflow-description {
  padding-top: 10px;
}

.services-image-container > a > img,
.services-image-container > img {
  width: 100%;
}

p.inner-services-description a {
  display: inline-block;
}

.service-boxes-container {
  padding-top: 40px;
}

.service-boxes-container > div {
  min-height: 240px;
}

.services-text-container h3 {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .workflow-block .container {
    padding: 80px 0 0;
  }
  .workflow-images-container {
    padding: 180px 0 100px;
    position: relative;
  }
  .workflow-images-container #circular-pointer {
    display: block;
    margin: auto;
  }
  .workflow-images-container .big-ball-container {
    bottom: 0;
    left: 264px;
    position: absolute;
    width: 612px;
  }
  .workflow-images-container #big-white-ball {
    display: block;
  }
  .workflow-images-container #bullseye-blue {
    bottom: 300px;
    display: block;
    left: 260px;
    position: absolute;
    padding: 0;
  }
  .workflow-images-container h3.big-ball-title {
    bottom: 250px;
    display: block;
    position: absolute;
    width: 100%;
  }
  .workflow-images-container .big-ball-text {
    bottom: 180px;
    left: 131px;
    position: absolute;
    width: 350px;
  }
  .workflow-images-container #button-workflow {
    bottom: 100px;
    left: 205px;
    margin: 0 15px;
    position: absolute;
  }
  .workflow-images-container .workflow-balls {
    background: url(../images/workflow-balls-shadow.png) center bottom/100% auto
      no-repeat rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 141px;
    padding: 0;
    position: absolute;
    width: 143px;
  }
  .workflow-images-container .workflow-balls h4 {
    font-weight: 700;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -30px;
    width: 100%;
    z-index: 5;
  }
  #workflow-demo:hover .workflow-content,
  #workflow-plan:hover .workflow-content {
    z-index: 11;
  }
  .workflow-images-container .workflow-balls img {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .workflow-images-container .workflow-balls:focus,
  .workflow-images-container .workflow-balls:hover {
    background-size: 60%;
  }
  .workflow-images-container .workflow-balls:focus h4,
  .workflow-images-container .workflow-balls:hover h4 {
    opacity: 0;
  }
  .workflow-images-container .workflow-balls:focus img,
  .workflow-images-container .workflow-balls:hover img {
    top: -30px;
  }
  #workflow-meet {
    bottom: 90px;
    left: -5px;
  }
  #workflow-plan {
    bottom: 350px;
    left: 50px;
  }
  #workflow-design {
    left: 260px;
    top: 100px;
  }
  #workflow-develop {
    left: 500px;
    top: 40px;
  }
  #workflow-demo {
    right: 260px;
    top: 100px;
  }
  #workflow-support {
    bottom: 350px;
    right: 50px;
  }
  #workflow-market {
    bottom: 90px;
    right: -5px;
  }
  .workflow-images-container .workflow-content {
    left: initial;
    top: initial;
  }
  #workflow-meet .workflow-content,
  #workflow-plan .workflow-content {
    left: 145px;
    top: -40px;
  }
  #workflow-design .workflow-content {
    left: 0;
    top: 100%;
  }
  #workflow-develop .workflow-content {
    left: -40%;
    top: 100%;
  }
  #workflow-demo .workflow-content {
    right: 0;
    top: 100%;
  }
  #workflow-market .workflow-content,
  #workflow-support .workflow-content {
    right: 145px;
    top: -40px;
  }
  #workflow-meet .workflow-content:before,
  #workflow-plan .workflow-content:before {
    content: "\e251";
    left: -22px;
    top: 60px;
    text-shadow: -1px 0 0 #222, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff;
  }
  #workflow-demo .workflow-content:before,
  #workflow-design .workflow-content:before,
  #workflow-develop .workflow-content:before {
    content: "\e253";
    top: -28px;
    text-shadow: 0 -1px 0 #222, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff;
  }
  #workflow-design .workflow-content:before {
    left: 55px;
  }
  #workflow-develop .workflow-content:before {
    left: 115px;
  }
  #workflow-demo .workflow-content:before {
    right: 55px;
  }
  #workflow-market .workflow-content:before,
  #workflow-support .workflow-content:before {
    content: "\e250";
    right: -22px;
    top: 60px;
    text-shadow: 1px 0 0 #222, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff;
  }
}

.inner-portfolio-block .portfolio-hr-up-img,
.portfolio-box img {
  width: 100%;
}

.portfolio-block {
  background: #d6d6d6;
  color: #2b2b2b;
}

.portfolio-block .container {
  padding: 40px 0;
}

.portfolio-block h2 {
  text-align: center;
}

.portfolio-link-container {
  padding: 20px 0;
}

.inner-portfolio-block.inner-content-block,
.portfolio .inner-portfolio-block .container-fluid,
.portfolio-box,
.portfolio-container img.col-md-8 {
  padding: 0;
}

#portfolio-projects .mix {
  display: none;
}

.portfolio-box {
  overflow: hidden;
}

.inner-portfolio-block .portfolio-box {
  margin: 0;
  padding: 0;
}

.portfolio .container-fluid > h1,
.portfolio .container-fluid > h2 {
  text-align: center;
}

.portfolio .portfolio-boxes-container {
  margin-top: 20px;
}

.portfolio-box > a {
  display: block;
  overflow: hidden;
}

.inner-portfolio-block .portfolio-box img {
  filter: none;
}

.portfolio-box .portfolio-box-caption-container img {
  display: block;
  height: auto;
  margin: 25px auto 0;
  width: 50%;
}

.portfolio-banner-container > img {
  width: 100%;
}

.portfolio-banner-container p {
  color: #303030;
  font-size: 30px;
  position: absolute;
  right: 180px;
  text-align: center;
  top: 50px;
}

.portfolio-banner-container {
  position: relative;
}

.portfolio-box-caption-container {
  background-color: rgba(51, 51, 51, 0.7);
  bottom: 50%;
  height: 0;
  left: 50%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.portfolio-box-caption-container h3,
.portfolio-box-caption-container p {
  color: #fff;
  display: block;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.portfolio-box-caption-container p {
  font-size: 1.5em;
  margin-top: 35%;
}

.portfolio-box-caption-container h3 {
  font-size: 2em;
  margin-top: 20%;
}

.web-design-portfolio .inner-portfolio-block h1 {
  margin-bottom: 15px;
  text-align: center;
}

.portfolio-filters-container .filter {
  border: 1px solid #05c0fc;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin: 0 5px 12px;
  padding: 5px 20px;
  position: relative;
  text-transform: uppercase;
}

.portfolio-box:hover a {
  cursor: url(../images/cursor-more.png) 40 40, crosshair;
}

.portfolio-box:hover .portfolio-box-caption-container {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  width: 100%;
}

.portfolio-box:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.portfolio-box .blank {
  height: 100%;
  witdth: 100%;
}

.portfolio-block .portfolio-hr-down-img,
.portfolio-block .portfolio-hr-up-img {
  max-width: 100%;
  margin: 15px 0;
}

#button-portfolio {
  display: block;
  margin: auto;
  width: 155px;
}

.footer-form-contact-section a > img,
.portfolio-popup-image-container img {
  width: 100%;
}

.portfolio-bg-blue {
  background: #516683;
  color: #fff;
}

.portfolio-bg-gray {
  background: #d2d0d3;
  color: #838181;
}

.portfolio-bg-gray .action-button {
  color: #838181;
}

.portfolio-bg-yellow {
  background: #f3ab00;
  color: #fff;
}

.pay-per-click-management .inner-workflow-block h2 span {
  margin-left: 15px;
}

.footer-form-block {
  background: #d6d6d6;
  padding: 40px 0;
  color: #2b2b2b;
}

.footer-form-block h2 {
  margin-top: 0;
}

.footer-form-contact-section a::before {
  background-color: rgba(150, 150, 150, 1);
  bottom: 0;
  content: " ";
  display: block;
  height: 100%;
  opacity: 0.65;
  position: absolute;
  width: 100%;
}

.footer-form-contact-section a:hover::before {
  opacity: 0;
}

.footer-form-contact-section a {
  color: #23527c;
  display: block;
}

.footer-form-contact-section a:hover {
  color: #337ab7;
}

#footer-newsletter-form label,
#footer-request-form label {
  display: none;
}

.footer-form-newsletter-section .action-button {
  margin-top: 2px;
}

.main-footer {
  background: url(../images/main-footer-bg.jpg) center top/cover no-repeat
    #252525;
  color: #707070;
  padding-bottom: 40px;
}

.inner-cms-block,
.inner-web-dev-block {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.main-footer > .container {
  padding: 40px 0;
}

.footer-logo {
  float: right;
}

#footer-menu-items .nav.navbar-nav,
.footer-secondary-menu .nav.navbar-nav {
  float: left;
}

#footer-menu-items .nav.navbar-nav a,
.footer-secondary-menu .nav.navbar-nav a {
  color: #707070;
  padding: 0 18px;
  text-transform: uppercase;
}

#footer-menu-items .nav.navbar-nav a:after,
.footer-secondary-menu .nav.navbar-nav a:after {
  content: "|";
  color: #05c0fc;
  line-height: 17px;
  position: absolute;
  right: 0;
}

#footer-menu-items .nav.navbar-nav .last a:after,
.footer-secondary-menu .nav.navbar-nav .last a:after {
  content: "";
}

#footer-menu-items .nav > li > a:hover,
.footer-secondary-menu .nav > li > a:hover {
  background-color: initial;
  color: 5c0fc;
  text-decoration: none;
}

.social-line {
  float: right;
}

.copyright {
  padding-left: 10px;
  text-transform: uppercase;
}

.footer-form-contact-section .paragraph-title {
  color: #05c0fc;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

.main-footer span.paragraph-title {
  color: #707070;
  display: block;
  font-weight: 700;
  line-height: 30px;
  margin-left: 15px;
  text-transform: uppercase;
}

.footer-contact-section address {
  border-bottom: 1px solid #575757;
  float: right;
  font-weight: 700;
  margin: 20px 0;
  padding: 20px 0;
  text-align: right;
  text-transform: uppercase;
  width: 260px;
}

.footer-contact-section .vcard a span {
  color: #05c0fc;
  font-size: 25px;
  font-weight: 700;
}

.vcard {
  text-transform: uppercase;
}

.vcard a:hover {
  text-decoration: none;
}

.vcard .region,
.vcard .zip {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #footer-menu-items .nav.navbar-nav,
  .footer-logo,
  .footer-secondary-menu .nav.navbar-nav {
    display: block;
    margin: auto;
    float: none;
  }
  #footer-menu-items .nav.navbar-nav li,
  .copyright,
  .footer-secondary-menu .nav.navbar-nav li,
  .footer-top-section {
    text-align: center;
  }
  #footer-menu-items .nav.navbar-nav a::after,
  .footer-secondary-menu .nav.navbar-nav a::after {
    content: "";
  }
  #footer-menu-items .nav.navbar-nav a,
  .footer-secondary-menu .nav.navbar-nav a {
    display: inline-block;
  }
  .footer-form-newsletter-section .action-button,
  .social-line {
    display: block;
    margin: auto;
  }
  .footer-contact-section address {
    width: 100%;
    text-align: center;
  }
  .social-line {
    float: none;
    width: 242px;
  }
  .footer-top-section > a {
    display: inline-block;
  }
}

.case-study-chart-container > img,
.fixed-footer,
.inner-mobile-app-image img,
.inner-pay-per-click-image > img,
.ppc-popup-image-container > img,
.web-presence-image-container img {
  width: 100%;
}

.fixed-footer {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #fff;
  height: 40px;
  position: fixed;
  z-index: 100;
}

.fixed-footer .container > div {
  margin-top: 5px;
}

.fixed-footer .partners img {
  display: inline-block;
  float: right;
  margin-left: 20px;
  max-height: 30px;
}

.web-design .inner-workflow-container > div {
  min-height: 300px;
}

.our-process .inner-workflow-container > div {
  min-height: 350px;
}

.inner-web-dev-block {
  background-image: url(../images/inner-web-dev-bg-blank.jpg);
  color: #fff;
  padding: 120px 0 40px;
  min-height: 700px;
}

.inner-web-dev-block .tech-icons {
  margin: 20px 0;
}

.main_content h1 {
  margin-bottom: 50px;
}

.inner-cms-block {
  background-image: url(../images/inner-cms-bg.jpg);
  color: #fff;
  padding: 120px 0 40px;
}

.pay-per-click-management .web-dev-image {
  overflow: hidden;
}

.inner-web-dev-block .web-dev-image img {
  margin-top: 120px;
  width: 100%;
}

.inner-internet-mktg-block {
  background: #094b5e;
  color: #fff;
  padding: 120px 0 40px;
}

@media (min-width: 1200px) {
  .inner-internet-mktg-block {
    background-image: url(../images/inner-int-mktg-bg.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}

.inner-internet-mktg-block h1 {
  white-space: nowrap;
  color: #fff;
}

.inner-seo-block {
  background: url(../images/inner-seo-bg.jpg) center center/cover no-repeat #fff;
  color: #252525;
  padding: 40px 0;
}

#button-inner-seo {
  margin-top: 15px;
}

.inner-seo-block h2 {
  color: #05c0fc;
  font-size: 30px;
  text-transform: unset;
}

.seo-details-container h3,
.seo-details-container img {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}

.seo-details-container h3 {
  text-transform: capitalize;
  color: #05c0fc;
  font-weight: 700;
}

.inner-pay-per-click-block {
  background: url(../images/workflow-bg.jpg) center center/cover no-repeat #fff;
  color: #252525;
  padding: 40px 0;
}

.inner-pay-per-click-block h2 {
  color: #05c0fc;
  display: inline-block;
}

.ppc-partner-logo {
  float: right;
}

.ppc-top-section {
  margin-bottom: 20px;
}

.inner-web-presence-block {
  background: #58c8ea;
  background: -moz-linear-gradient(top, #58c8ea 0, #59c9eb 50%, #51badf 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #58c8ea),
    color-stop(50%, #59c9eb),
    color-stop(100%, #51badf)
  );
  background: -webkit-linear-gradient(
    top,
    #58c8ea 0,
    #59c9eb 50%,
    #51badf 100%
  );
  background: -o-linear-gradient(top, #58c8ea 0, #59c9eb 50%, #51badf 100%);
  background: -ms-linear-gradient(top, #58c8ea 0, #59c9eb 50%, #51badf 100%);
  background: linear-gradient(to bottom, #58c8ea 0, #59c9eb 50%, #51badf 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#58c8ea', endColorstr='#51badf', GradientType=0);
  padding: 40px 0;
  color: #252525;
}

.inner-web-presence-block h2 {
  color: #fff;
  font-size: 28px;
  text-align: center;
}

h2 .glyphicon.glyphicon-arrow-right {
  font-size: 23px;
}

.web-presence-text-container h3 {
  font-size: 18px;
}

.inner-web-presence-description a {
  color: #fff;
  display: block;
  font-weight: 700;
  margin-top: 10px;
}

.inner-case-studies-block {
  padding: 40px 0;
}

.inner-case-studies-block h2 {
  text-align: center;
  color: #05c0fc;
}

.inner-case-studies-block .container > p {
  color: #000;
}

.case-studies-container {
  padding: 50px 0;
}

.case-study-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin: 25px 0;
  text-transform: uppercase;
}

.inner-soft-dev-block {
  background: url(../images/inner-soft-dev-bg.jpg) center center/cover no-repeat
    #05c0fc;
  color: #000;
  padding: 120px 0;
}

.inner-soft-dev-block .container {
  padding-bottom: 50px;
  padding-top: 90px;
}

.inner-mobile-app-block {
  background: url(../images/inner-web-dev2-bg.jpg) center top/cover no-repeat
    #fff;
  padding: 40px 0;
}

.inner-mobile-app-block h2 {
  color: #05c0fc;
  font-size: 44px;
}

.mobile-app-text-container {
  padding: 25px 0;
}

.mobile-app-description-title {
  display: block;
  font-size: 18px;
}

.mobile-app-description-image-container {
  height: 80px;
  display: table-cell;
}

.inner-custom-soft-block {
  background: url(../images/custom-soft-bg.jpg) center center/cover no-repeat
    #05c0fc;
  color: #252525;
  padding: 80px 0;
}

.inner-custom-soft-block h2 {
  color: #fff;
  font-size: 44px;
  text-align: center;
}

.custom-soft-description-title {
  font-size: 20px;
  font-weight: 700;
}

.custom-soft-description a {
  color: #000;
}

.blog-block {
  background: url(../images/int-mktg-bg.jpg) center center no-repeat #262626;
  padding: 80px 0;
}

.blog-block h1,
.blog-block h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.blog-breadcrumbs-container > li {
  float: left;
  list-style: none;
  margin-right: 30px;
  padding-right: 30px;
  position: relative;
}

.blog-breadcrumbs-container,
.blog-filters-container {
  border-bottom: 1px solid #ccc;
  border-color: #ccc;
  border-left: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
  border-right: 1px solid #ccc;
  padding: 20px 20px 10px;
}

.blog-breadcrumbs-container a {
  vertical-align: middle;
}

.blog-breadcrumbs-container li a:after {
  content: "\e080";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  position: relative;
  right: -20px;
  top: -2px;
  vertical-align: middle;
}

.blog-filters-container span.glyphicon {
  cursor: pointer;
  font-size: 40px;
  margin: 0 10px;
}

.blog-filters-container span.active {
  color: #05c0fc;
}

.blog-filters-left {
  padding: 5px 0 0;
}

.blog-search-form,
.category-select-container {
  padding: 0;
}

.blog-filters-title {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
}

.select-category-menu {
  display: inline-block;
  margin-left: 15px;
  max-width: 80%;
  vertical-align: top;
}

#blog-search-form > a,
#blog-search-form > a:after,
.career-item-image-container > img,
.career-item-title,
.meta li,
.meta li span {
  vertical-align: middle;
}

.blog-search-input {
  display: inline-block;
  width: 60%;
}

#blog-search-form > a:after {
  content: "\e003";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  padding-left: 10px;
}

#blog-search-form > a:hover {
  text-decoration: none;
}

#blog-container {
  padding: 40px 0 0;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.blog article.post-content ul.meta > li {
  list-style: none;
}

.blog .meta {
  list-style: none;
  padding: 0;
}

.blog .meta .author:before,
.blog .meta .categories:before,
.blog .meta .date:before {
  color: #05c0fc;
  font-family: "Glyphicons Halflings";
  margin-right: 10px;
  vertical-align: middle;
}

.blog .meta .author:before {
  content: "\e008";
}

.blog .meta .date:before {
  content: "\1f4c5";
}

.blog .meta .categories:before {
  content: "\e117";
}

.blog-list-block article > a:hover {
  text-decoration: none;
}

.post-excerpt-container {
  color: #252525;
  width: 100%;
}

.blog-list-block .post-image-container {
  filter: grayscale(0);
}

.blog-list-block article > a:hover .post-read-more {
  text-decoration: underline;
}

.action-button:hover,
.middle-navigation a:hover,
.top-section2 a {
  text-decoration: none;
}

.blog-list-block article > a:hover .post-image-container {
  filter: grayscale(100%);
}

.post-thumbnail {
  width: 100%;
}

.post-image-container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 100%;
}

.blog-list-block article.col-sm-6 {
  margin-bottom: 25px;
}

.blog-list-block article.col-sm-6 h2 {
  display: block;
  min-height: 70px;
  position: relative;
}

.blog-list-block article.col-sm-6 h2 > a {
  bottom: 0;
  position: absolute;
}

.blog-list-block article.col-sm-6 .post-excerpt-container tr {
  height: 305px;
}

.blog-list-block article.col-sm-6 .categories > span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}

.post-excerpt {
  background: rgba(220, 220, 220, 0.8);
  height: 126px;
  overflow: hidden;
  padding: 15px 20px;
}

.post-read-more {
  background-color: rgba(50, 50, 50, 0.9);
  color: #fff;
  font-size: 12px;
  min-height: 126px;
  text-align: center;
}

.our-team .team-member-name,
.our-team-block h1 {
  color: #05c0fc;
  text-align: center;
}

.post-read-more img {
  display: block;
  margin: auto;
}

.blog-content-block .wp-post-image {
  height: auto;
  width: 100%;
}

.blog-menu-container {
  position: sticky;
  top: 135px;
}

.blog-menu,
.inner-menu {
  margin-top: 20px;
  width: 100%;
}

.blog-menu ul,
.inner-menu ul {
  list-style: none;
  margin: 10px 5px;
  padding: 0;
  text-transform: uppercase;
}

.blog-menu li,
.inner-menu li {
  margin: 10px 0;
}

.blog-menu-title,
.inner-menu-title {
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
}

.contact .vcard p,
.services-text-container h3.uppercase {
  text-transform: none;
}

.blog-content-block,
.inner-content-block {
  padding-bottom: 40px;
}

.nav-next,
.nav-previous {
  clear: both;
  padding: 20px 0;
}

.commentlist {
  list-style: none;
  padding: 0;
}

.commentlist li {
  padding: 15px;
}

.commentlist li:nth-child(2n + 1) {
  background-color: #dcdcdc;
}

.our-team .our-team-block {
  padding: 0 0 40px;
}

.our-team-block p {
  text-align: center;
}

.our-team .team-member-container {
  margin-bottom: 15px;
}

.our-team .team-member-image-container {
  max-height: 168px;
}

.our-team .team-member-image-container > img,
.our-team .team-member-image-container > video {
  display: block;
  margin: auto;
}

.our-team .team-member-image-container > img {
  opacity: 1;
}

.our-team .team-member-image-container > video {
  opacity: 0;
}

.our-team .team-member-image-container:hover > video {
  opacity: 1;
}

.our-team .team-member-image-container:hover > img {
  opacity: 0;
}

.our-team .team-member-name {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.our-team .team-member-title {
  display: block;
  font-size: 18px;
  font-style: italic;
  text-align: center;
}

.team-member-image-container * {
  outline: 0 !important;
}

.our-office .our-office-block {
  padding-bottom: 40px;
}

.no-child-col-pad {
  padding: 15px 0 0;
}

.contact h2 {
  font-size: 18px;
}

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

#contact_form {
  text-align: left;
}

.contact-block .container-fluid {
  margin-top: 25px;
}

.contact-block .address-line,
.contact-block .phone-line {
  margin-bottom: 10px;
}

.contact-block .address-line > p,
.contact-block .phone-line > p {
  display: inline;
}

.contact-icon {
  position: relative;
  z-index: 2;
}

.contact #contact-map,
.contact #contact-virtual-tour {
  margin-top: -10px;
}

.contact-block label {
  height: 34px;
  line-height: 34px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 25%;
  z-index: 1;
}

.contact-block .has-error {
  display: block;
  position: relative;
  white-space: normal;
  width: 100%;
}

.inner-cms-block h1,
.post-content h1 {
  white-space: nowrap;
}

.contact-block .form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  padding: 0 0 0 28%;
  border-bottom: 1px solid #9f9f9f;
}
.contact-block .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #555;
}
.contact-block .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #555;
}
.contact-block .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #555;
}
.contact-block .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #555;
}
.contact-block .form-control .contact-block select.form-control {
}
.contact .vcard p {
  font-size: 16px;
}

.tech-icon-container {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.tech-icon-tooltip {
  background: #fff;
  border: 1px solid #222;
  border-radius: 15px;
  color: #000;
  cursor: auto !important;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: -140px;
  width: 240px;
  z-index: -1;
}

.web-design .tech-icon-container .tech-icon-tooltip::before {
  bottom: -14px;
  color: #fff;
  content: "\e252";
  font-family: "Glyphicons Halflings";
  left: 37px;
  position: absolute;
  text-shadow: 0 1px 0 #222, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff;
  z-index: -1;
}

.tech-icon-container:hover .tech-icon-tooltip {
  opacity: 1;
  z-index: 2;
}

.tech-icon-container img {
  z-index: 10;
}

#tech-js:hover .tech-icon-tooltip {
  top: -180px;
}

.inner-portfolio-container > .inner-portfolio-image-container {
  margin-bottom: 10px;
}

.inner-portfolio-link-container {
  text-align: center;
}

.page-tagline-container {
  background-color: #05c0fc;
  color: #fff;
  margin: 0 0 50px;
}

.about .page-tagline-container h2 {
  font-size: 42px;
  margin: 0;
}

.page-tagline-container h2 span {
  background: url(../images/blue1px.png);
  color: #fff;
  display: inline-block;
  padding: 20px 0;
}

.oraiko-text {
  color: #05c0fc;
  font-family: Verdana;
  font-style: italic;
  font-weight: 700;
}

#innerHeadBanner,
.light-text {
  font-family: "Open Sans";
}

.about-us-main-image-container {
  padding: 50px 0;
}

.middle-navigation-block {
  margin: 0 0 30px;
}

.middle-navigation > li {
  list-style: none;
}

.middle-navigation a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 43px;
  line-height: 43px;
  text-align: center;
}

.middle-navigation a.our-team-link {
  background: url(../images/parallelogram-grey.png) 0 0/100% 100%
    rgba(0, 0, 0, 0);
}

.middle-navigation a.our-office-link {
  background: url(../images/parallelogram-sky-blue.png) 0 0/100% 100%
    rgba(0, 0, 0, 0);
}

.middle-navigation a.our-difference-link {
  background: url(../images/parallelogram-medium-blue.png) 0 0/100% 100%
    rgba(0, 0, 0, 0);
}

.middle-navigation a.credentials-link {
  background: url(../images/parallelogram-light-blue.png) 0 0/100% 100%
    rgba(0, 0, 0, 0);
}

.middle-navigation a.privacy-link {
  background: url(../images/parallelogram-dark-blue.png) 0 0/100% 100%
    rgba(0, 0, 0, 0);
}

#interactiveEstimateModal .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.interactive-estimate-result {
  background-color: #fff;
  background-image: url(../images/page-fold-md.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 12% auto;
}

.interactive-estimate-result > * {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  padding: 9px 0 0 15px;
}

.interactive-estimate-result ul li {
  border-bottom: 1px solid #ddd;
  list-style: none;
  margin-left: 0;
  padding: 9px 0 0 15px;
}

.interactive-estimate-result > ul {
  margin-left: 0;
  padding-left: 0;
}

.interactive-estimate-result li:last-child {
  border-bottom: medium none;
}

.interactive-estimate-result .glyphicon {
  padding-right: 10px;
}

.interactive-estimate-result .glyphicon glyphicon-info-sign {
  padding-right: 0;
}

.light-text {
  color: #fff;
}

.fancybox-skin[style] {
  background: 0 0 !important;
  box-shadow: 0 0;
  padding: 0 !important;
}

.fancybox-inner video {
  display: block;
  height: 90%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  z-index: 2147483646;
}

#fixedEstimate img,
.career-item-image-container > img {
  width: 100%;
}

.fancybox-close,
.fancybox-wrap {
  right: 0 !important;
  top: 0 !important;
}

.fancybox-close {
  position: absolute;
  z-index: 2147483647;
}

.fancybox-wrap {
  left: auto !important;
}

#fixedEstimate {
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 800;
}

#homeSlider h2,
#homeSlider p {
  -moz-transition: none !important;
}

.careers .main_content h1 {
  color: #9c9b9b;
  text-align: center;
  text-transform: uppercase;
}

.career-item {
  background: #f7f7f7;
}

.career-item-description-wrapper {
  background: #00cbfd;
  color: #fff;
  position: relative;
}

.career-item-description-inner-wrapper {
  padding: 10% 5%;
}

.career-item-title {
  font-size: 80px;
  margin-left: 30px;
  text-transform: uppercase;
}

#estimateModal .popDetails li,
ul.credentials li {
  vertical-align: top;
}

.career-item-description {
  padding: 20px;
  width: 80%;
}

.career-item-details-container {
  background: #00cbfd;
  padding: 5%;
}

#homeSlider h2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
}

#homeSlider p {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
}

@media screen and (min-width: 768px) {
  .career-item-details-container {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 75%;
    z-index: -1;
  }
  .career-item-description-wrapper:hover .career-item-details-container {
    margin-left: 100%;
    opacity: 1;
    z-index: 1;
  }
}

@media screen and (max-width: 460px) {
  .career-item-details-container {
    opacity: 1;
    position: relative;
    z-index: 1;
  }
  .tech-icon-container img {
    width: 60px;
  }
}

.career-item-description-container a.apply-for-job::before {
  content: "+";
  padding-right: 5px;
}

.career-item-description-container a.apply-for-job {
  color: #4d4d4d;
  font-weight: 700;
}

.job-duty-text::before {
  content: url(../images/check-mark.png);
  float: left;
  margin-right: 5%;
}

.career-item-title-wrapper {
  color: #9c9b9b;
  text-align: center;
  text-transform: uppercase;
}

a.popup-btns {
  margin: 0;
  padding: 5px 10px;
}

.fancybox-inner .inner-portfolio-block > .container {
  padding: 30px 0 0;
}

.fancybox-inner .inner-portfolio-block > .container h2 {
  text-align: center;
  margin-top: 0;
}

section.module.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

section.module.parallax-1 {
  background-image: url(../images/inner-web-dev-bg-blank.jpg);
}

section.module.parallax-2 {
  background-image: url(../images/seo_scroll.jpg);
}

section.module.parallax-3 {
  background-image: url(../img/demo/_small/3.jpg);
}

ul.credentials {
  text-align: center;
  margin-bottom: 30px;
}

ul.credentials li:after {
  content: url(../images/shadow.png);
  position: absolute;
  bottom: -18px;
  left: 0;
}

ul.credentials li {
  position: relative;
  margin: 20px 20px 45px;
  max-width: 216px;
  min-height: 350px;
  background: #00a9d1;
  color: #fff;
  line-height: 1.5;
  padding: 0;
}

ul.credentials li p {
  padding: 10px;
  text-align: left;
}

ul.credentials li div {
  display: table;
  width: 100%;
}

ul.credentials li div.google {
  background: #333;
}

.nav.navbar-nav {
  margin-top: 5px;
}

.carousel.fade {
  opacity: 1;
  z-index: 2;
}

.bg-video-container img,
.bg-video-container video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.bg-video-container img {
  content: url(../images/background/bg-video-image-1280.png);
}

.carousel.fade .item {
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
}

.carousel.fade .item:first-child {
  top: auto;
  position: relative;
}

.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
}

#homeSlider .slide-caption {
  top: 40%;
  position: absolute;
  width: 100%;
}

#homeSlider .carousel-inner > .item {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.site-header {
  background: 0 0;
}

.index-header-white {
  background-color: rgba(0, 13, 26, 0.8);
  padding-top: 0 !important;
}

.index-header-white .header_top_section .phoneNum > a {
  color: #fff;
}

.careers-head {
  background: url(../images/innerHeadBanner/jobs_banner.jpg) center center
    no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 428px 0 29px;
  color: #fff;
}

.about-us-banner-container {
  background-image: url(../images/about-us-banner.jpg);
  color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 460px;
}

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

#estimateModal .popDetails,
#innerHeadBanner,
.grid,
.ribbon span {
  text-align: center;
}

.ribbon span {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#05eff7 0, #087f8f 100%);
  boxshadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -21px;
}

.ribbon span::after,
.ribbon span::before {
  content: "";
  position: absolute;
  top: 100%;
  z-index: -1;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #087f8f;
}

.ribbon span::before {
  left: 0;
  border-left: 3px solid #087f8f;
  border-right: 3px solid transparent;
}

.ribbon span::after {
  right: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid #087f8f;
}

.index-header-white .navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.index-header-white .navbar-default .navbar-nav > li > a:hover {
  color: #05c0fc;
}

.index-header-white .navbar {
  margin-bottom: 0;
}

#innerHeadBanner {
  text-shadow: 0 1px 1px #4d4d4d;
  color: #fff;
  line-height: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#innerHeadBanner .innerHeading {
  font-size: 70px;
}

@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav .phone,
  .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  .mMenuBttm {
    border-top: 1px solid #fff;
    padding: 15px;
  }
  .flex-direction-nav {
    display: none;
  }
  .navbar-default .navbar-nav .social-line {
    margin-bottom: 10px;
  }
  footer .madnyc {
    text-align: center;
  }
  footer .madnyc img {
    float: none !important;
    margin: auto;
  }
  #main_menu_items.in > ul {
    margin-top: 0;
    width: auto;
  }
  #innerHeadBanner .innerHeading {
    font-size: 26px;
  }
  #innerHeadBanner {
    padding: 105px 0 5px;
    background-attachment: local;
  }
}

#estimateModal .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#estimateModal.modal {
  background-color: rgba(0, 0, 0, 0.81);
}

#estimateModal .modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

#estimateModal .modal-content {
  color: #fff;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#estimateModal .modal-body {
  top: 0;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
}

#instafeed,
.index .portfolio-block {
  overflow: hidden;
}

#estimateModal .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #f1f3f5;
}

#estimateModal .popDetails span {
  font-size: 30px;
  display: block;
  padding: 10px 0;
}

#estimateModal .popDetails i {
  padding-top: 22px;
  display: block;
  margin: auto;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 20px;
  width: 70px;
  height: 70px;
}

.content > div.show,
.port-box {
  height: 100%;
}

#estimateModal .popDetails img {
  max-width: 320px;
}

#estimateModal .form-control:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

#estimateModal .form-control {
  color: #c7c7c7;
  background-color: transparent;
  border: 0;
  font-size: 18px;
  border-bottom: 1px solid #05c0fc;
  text-transform: uppercase;
}

#estimateModal .form-group {
  margin-bottom: 25px;
}

#estimateModal .form-control.captcha-label {
  border: none;
  font-size: 14px;
}

#estimateModal h3 {
  color: #05c0fc;
  font-size: 32px;
  margin-bottom: 30px;
}

#estimateModal .close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 36px;
  padding: 10px;
  font-weight: 100;
  opacity: 1;
  z-index: 2;
}

.instant-web-development-estimate #innerHeadBanner {
  background-image: url(../images/innerHeadBanner/contact.jpg);
  margin-bottom: 40px;
}

.post-content h1 img {
  width: 99px;
}

.our-office #innerHeadBanner {
  background-image: url(../images/innerHeadBanner/office-banner.jpg);
  margin-bottom: 40px;
}

.port-box {
  padding-top: 20px;
}

.port-btns li {
  margin: 5px;
}

.port-box-inner {
  max-width: 1600px;
  height: 100%;
  margin: auto;
  position: relative;
}

.port-descr img {
  margin-bottom: 20px;
}

.port-btns {
  margin-top: 30px;
}

.port-descr li {
  padding: 7px;
}

.grid-wrap {
  margin-top: 0;
}

@media only screen and (max-width: 787px) {
  .contact .need,
  .contact input#amount {
    text-align: left;
  }
  .call-to-action-alt-block,
  .call-to-action-alt2-block,
  .call-to-action-block {
    text-align: center;
  }
  #footer-request-form button,
  #get-quote-request-form button,
  #inner-content button,
  .bg-video-content.bg-video-content-light button,
  .footer-form-newsletter-section button {
    display: block;
    margin: auto;
  }
  .grid {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 661px) {
  .careers figure.effect-bubba h2 {
    padding-top: 62%;
  }
  .careers figure {
    height: 300px;
    width: 100%;
  }
  .careers {
    margin-top: 30px;
  }
  .bg-video-container img {
    content: url(../images/background/bg-video-image-600.png);
  }
}

.careers {
  display: block;
}

.careers .php {
  background-color: #4684e2;
}

.careers .design {
  background-color: #0e4177;
}

.careers .dev {
  background-color: #4684e2;
}

.careers .account {
  background-color: #0e4177;
}

.careers figure img {
  width: auto;
  display: block;
  text-align: center;
  margin: auto;
  min-height: auto;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}

.wd-sphere {
  width: 99px;
}

.contact .footer-contact-section .social-line {
  float: right;
}

@-moz-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-image: url(../images/banner_arrow.png);
  background-size: contain;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.preloader {
  display: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-menu-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-control .glyphicon-menu-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .preloader {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #000;
    z-index: 1001;
  }
  .preloader img {
    position: absolute;
    left: 0;
    top: 38%;
    right: 0;
  }
  body.index {
    overflow: hidden;
  }
  #loaderP {
    position: absolute;
    top: 50%;
    width: 100%;
  }
  #mynano div {
    text-align: right;
    color: #fff;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 22px;
    font-style: italic;
  }
  .carousel-control .glyphicon-menu-left,
  .carousel-control .glyphicon-menu-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
}

.carousel-control .glyphicon-menu-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .glyphicon-menu-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

#instafeed {
  margin: 0;
  padding: 0;
  text-align: center;
}

#instafeed li {
  padding: 0;
  width: calc(100% / 5);
}

#instafeed li img {
  width: 100%;
}

.navbar-nav > li > a {
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.25);
}

.top-section2 {
  background-color: #05c0fc;
  padding: 15px;
}

.top-section2 .get-quote {
  border: 1px solid #fff;
  padding: 5px 15px;
}

.top-section2 a {
  color: #fff;
  text-transform: uppercase;
}

.our-team #innerHeadBanner,
.privacy-policy #innerHeadBanner {
  background-image: url(../images/innerHeadBanner/differance.jpg);
  padding: 290px 20px 300px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  #instafeed li {
    width: calc(100% / 3);
  }
  header.site-header {
    padding-top: 0;
  }
  #innerHeadBanner {
    margin-top: 30px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .careers figure.effect-bubba h2 {
    padding-top: 55%;
  }
}

@media screen and (min-width: 767px) {
  .social-media-marketing .inner-content-block {
    padding-bottom: 255px;
    padding-top: 180px;
  }
  .instant-web-development-estimate #innerHeadBanner {
    padding: 110px 20px 10px;
    font-size: 18px;
  }
  .instant-web-development-estimate #innerHeadBanner .innerHeading {
    font-size: 36px;
  }
  .our-office #innerHeadBanner {
    padding: 240px 20px;
    font-size: 18px;
  }
  #estimateModal .modal-dialog,
  .video-modal {
    position: fixed;
  }
  #estimateModal .get-quote-form-elements {
    margin-top: 20%;
  }
}

#banner-web-design #textSlider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

#banner-web-design .description {
  padding-top: 20px;
}

@media screen and (max-width: 375px) {
  .bg-video-container img {
    content: url(../images/background/bg-video-image-375.png);
  }
}

.footer-logo {
  border-bottom: 1px solid #575757;
  padding: 0 36px;
}

.footer-contact-section address {
  border-top: none;
}

.address-padding {
  padding-top: 10px;
}

.adress-border {
  border-top: 1px solid #575757;
}
.adress-border-white {
  border-top: 1px solid #ffffff;
}
