@charset "UTF-8";
/* CSS Document */
a:focus, input:focus {
  outline: none; }

body {
  font-family: "proxima_nova_rgregular";
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  /*overflow:hidden;*/ }

.nicescroll-rails {
  z-index: 55 !important; }
  .nicescroll-rails > div {
    border: none !important;
    background-color: #666666 !important;
    opacity: 0.6; }

.no-gutter {
  margin: 0; }
  .no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.transition, .header, .header .dropdownMenu > div ul li a, .social a, .mainPromo .slider .owl-container .item .content .details, .whatWeDoing .item .content .inner a, .selectedWorks .container-fluid .row > div .item .content .inner a, .selectedWorks .container-fluid .row > div h3 a, .allClients .container .row .all, .footer .news ul li p a, .footer .news ul li p a span, .footer .news > a, .footer .address a, .pg-works .container .row .works-menu ul li a, .pg-works .container .row .works-list > div .img a, .recentCaseStudy .container .row > div .img a, .blogs .row > div .cover .inner .bottom a, .blogs .row > div .otherContent .list .img a, .blogs .row > div .allTags a {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms ease-in 0s;
  -ms-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s; }

a.teb-color {
  color: #009b7b;
  text-decoration: underline; }
  a.teb-color:hover {
    color: #009b7b;
    text-decoration: underline; }

.nopadding {
  padding: 0; }

/* ==========================================================================
   Header
   ========================================================================== */
.header {
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 55;
  background-color: #000000;
  /*-webkit-transition:all 0.6s ease-in 0s;
  -moz-transition:all 0.6s ease-in 0s;
  -ms-transition:all 0.6s ease-in 0s;
  -o-transition: all 0.6s ease-in 0s;
  transition: all 0.6s ease-in 0s;*/ }
  .header .container {
    height: 70px;
    max-height: 70px; }
  .header .logo {
    width: 154px;
    height: 28px;
    margin-top: 27px;
    display: block;
    background: url(../img/logo.png) 0 0 no-repeat;
    position: relative;
    z-index: 4;
    float: left;
    margin-right: 20px; }
  .header .pageName {
    font-size: 20px;
    color: #a6a6a6;
    font-family: "proxima_nova_ththin";
    float: left;
    margin-top: 22px;
    line-height: normal;
    position: relative;
    z-index: 4;
    margin-right: 20px; }
    .header .pageName:hover, .header .pageName:focus {
      text-decoration: none; }
  .header .worksName {
    color: #4e4f50;
    font-size: 20px;
    font-family: "proxima_nova_ththin";
    float: left;
    margin-top: 21px;
    line-height: normal;
    position: relative;
    z-index: 4; }
    .header .worksName:hover, .header .worksName:focus {
      text-decoration: none; }
  .header .logoaside ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .header .logoaside ul li {
      float: left; }
      .header .logoaside ul li a {
        color: #4e4f50;
        font-size: 20px;
        font-family: "proxima_nova_rgregular";
        float: left;
        margin-top: 25px;
        line-height: 20px;
        position: relative;
        z-index: 4;
        text-decoration: none; }
      .header .logoaside ul li:first-child a {
        font-size: 20px;
        color: #a6a6a6;
        font-family: "proxima_nova_rgregular";
        float: left;
        margin-top: 25px;
        line-height: 20px;
        position: relative;
        z-index: 4;
        margin-right: 20px;
        text-decoration: none;
        font-weight: normal; }
  .header .slider-loader {
    height: 2px;
    width: 0;
    background-color: #00a4e4;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1; }
  .header .btn-menu {
    width: 22px;
    height: 15px;
    display: block;
    float: right;
    margin-top: 28px;
    position: relative;
    z-index: 4;
    overflow: visible; }
    .header .btn-menu span {
      height: 2px;
      background-color: #FFF;
      position: absolute;
      display: block;
      left: 0;
      width: 22px;
      z-index: 5;
      -webkit-backface-visibility: hidden;
      -webkit-transition: -webkit-transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -moz-transition: -moz-transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -ms-transition: -ms-transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -o-transition: -o-transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      .header .btn-menu span.top {
        top: 0px;
        -webkit-transform-origin: 0px 0.9px;
        -moz-transform-origin: 0px 0.9px;
        -ms-transform-origin: 0px 0.9px;
        -o-transform-origin: 0px 0.9px;
        transform-origin: 0px 0.9px; }
      .header .btn-menu span.center {
        top: 5px;
        z-index: 1;
        -webkit-transition: opacity 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -moz-transition: opacity 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: opacity 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: opacity 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      .header .btn-menu span.bottom {
        top: 10px;
        z-index: 3;
        -webkit-transform-origin: 0px 1.5px;
        -moz-transform-origin: 0px 1.5px;
        -ms-transform-origin: 0px 1.5px;
        -o-transform-origin: 0px 1.5px;
        transform-origin: 0px 1.5px; }
    .header .btn-menu.animate span.top {
      -webkit-transform: translateY(-3px) rotate(45deg);
      -moz-transform: translateY(-3px) rotate(45deg);
      -o-transform: translateY(-3px) rotate(45deg);
      -ms-transform: translateY(-3px) rotate(45deg);
      transform: translateY(-3px) rotate(45deg); }
    .header .btn-menu.animate span.center {
      opacity: 0; }
    .header .btn-menu.animate span.bottom {
      -webkit-transform: translateY(2px) rotate(-45deg);
      -moz-transform: translateY(2px) rotate(-45deg);
      -o-transform: translateY(2px) rotate(-45deg);
      -ms-transform: translateY(2px) rotate(-45deg);
      transform: translateY(2px) rotate(-45deg); }
  .header .dropdownMenu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    padding: 95px 0 180px 0;
    background: #000;
    z-index: 3;
    display: none; }
    .header .dropdownMenu > div ul {
      padding: 0;
      margin: 0;
      text-align: right;
      list-style: none; }
      .header .dropdownMenu > div ul li {
        line-height: normal;
        margin-top: 23px; }
        .header .dropdownMenu > div ul li.page-355 a, .header .dropdownMenu > div ul li.page-356 a {
          color: #999999; }
        .header .dropdownMenu > div ul li:first-child {
          margin-top: 0; }
        .header .dropdownMenu > div ul li a {
          font-family: "proxima_nova_rgregular";
          font-weight: normal;
          font-style: normal;
          font-size: 38px;
          color: #FFF;
          text-decoration: none;
          line-height: normal;
          position: relative;
          /*&::before {
          	position: absolute;
          	top: 0;
          	left: 0;
          	overflow: hidden;
          	padding: 0;
          	max-width: 0;
          	color: #00a4e4;
          	content: attr(data-hover);
          	-webkit-transition: max-width 0.241s;
          	-moz-transition: max-width 0.241s;
          	transition: max-width 0.241s;
          }
          
          
          &:hover, &:focus{
          	&::before{max-width: 100%;}
          }*/ }
          .header .dropdownMenu > div ul li a:hover {
            color: #00a4e4; }
  .header.fixed {
    position: fixed; }
  .header .line {
    position: absolute;
    left: 0;
    top: 70px;
    height: 50px;
    width: 100%;
    z-index: 2; }
    .header .line p {
      margin: 0;
      line-height: 50px;
      color: #FFF; }
    .header .line .text-left {
      font-family: "proxima_nova_ltsemibold";
      font-size: 20px; }
    .header .line .text-right {
      font-family: "proxima_nova_rgregular";
      font-size: 15px; }
    .header .line.fixed {
      position: fixed;
      top: 70px;
      bottom: auto;
      z-index: 99;
      -webkit-transform: translate3d(0, 0, 0); }
  .header .lineBase {
    position: absolute;
    left: 0;
    top: 70px;
    height: 50px;
    width: 100%;
    z-index: 1;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9; }
    .header .lineBase.fixed {
      position: fixed;
      top: 70px;
      bottom: auto;
      z-index: 98;
      -webkit-transform: translate3d(0, 0, 0); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .header .logoaside ul li a {
    margin-top: 30px; }
  .header .logoaside ul li:first-child a {
    margin-top: 30px; } }
.social {
  position: absolute;
  left: 0;
  bottom: 0; }
  .social a {
    display: block;
    width: 44px;
    height: 44px;
    margin-left: 20px;
    border: 2px solid #00a4e4;
    -webkit-border-radius: 22px;
    border-radius: 22px; }
    .social a:first-child {
      margin-left: 0; }
    .social a:hover {
      border-color: #FFFFFF; }
    .social a.social {
      background-image: url(../img/social_v2.png);
      background-repeat: no-repeat;
      position: relative;
      float: left; }
      .social a.social.facebook {
        background-position: 15px -1px; }
        .social a.social.facebook:hover {
          background-position: 15px -42px; }
      .social a.social.twitter {
        background-position: -45px -1px; }
        .social a.social.twitter:hover {
          background-position: -45px -42px; }
      .social a.social.linkedin {
        background-position: -104px -1px; }
        .social a.social.linkedin:hover {
          background-position: -104px -42px; }
      .social a.social.behance {
        background-position: -165px -3px; }
        .social a.social.behance:hover {
          background-position: -165px -44px; }

/* ==========================================================================
   Main Promo
   ========================================================================== */
.mainPromo {
  background-color: #A3A3A3;
  background-image: url(../img/_728.gif);
  background-repeat: no-repeat;
  background-position: center center; }
  .mainPromo .container-fluid .row > div {
    padding: 0; }
  .mainPromo video {
    width: 100%; }
  .mainPromo .slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 70px; }
    .mainPromo .slider .scroll {
      position: absolute;
      left: 50%;
      bottom: 80px;
      width: 35px;
      height: 70px;
      background: url(../img/scroll.png) 0 0 no-repeat;
      margin-left: -16px;
      z-index: 10; }
    .mainPromo .slider .owl-container {
      height: 945px; }
      .mainPromo .slider .owl-container .owl-item {
        width: 1920px;
        height: 945px;
        overflow: hidden;
        background: #00b7fd;
        position: relative; }
      .mainPromo .slider .owl-container .owl-stage {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab; }
        .mainPromo .slider .owl-container .owl-stage.owl-grab {
          cursor: -webkit-grabbing;
          cursor: -o-grabbing;
          cursor: -ms-grabbing;
          cursor: grabbing; }
      .mainPromo .slider .owl-container .owl-controls {
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 30px;
        z-index: 10; }
        .mainPromo .slider .owl-container .owl-controls .owl-dots > div {
          display: inline-block; }
          .mainPromo .slider .owl-container .owl-controls .owl-dots > div span {
            width: 10px;
            height: 10px;
            background: url(../img/mainPromo_pagination.png) 0 0 no-repeat;
            display: inline-block;
            margin: 5px;
            text-indent: -99999px; }
          .mainPromo .slider .owl-container .owl-controls .owl-dots > div.active span {
            background-position: top right; }
      .mainPromo .slider .owl-container .item {
        height: 100%;
        /*background-attachment:fixed !important;*/
        background-position: center top;
        background-size: cover !important;
        position: relative;
        background-attachment: fixed !important; }
        .mainPromo .slider .owl-container .item .content {
          text-align: center;
          position: absolute;
          left: 0;
          top: 50%;
          width: 100%;
          z-index: 52;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          .mainPromo .slider .owl-container .item .content h2 {
            font-family: "proxima_nova_rgbold";
            font-size: 64px;
            color: #FFF;
            margin: 0 auto 16px;
            font-weight: normal; }
          .mainPromo .slider .owl-container .item .content h3 {
            font-family: "proxima_nova_rgregular";
            font-size: 18px;
            color: #FFF;
            margin: 0 auto 45px;
            font-weight: normal; }
          .mainPromo .slider .owl-container .item .content .view {
            display: inline-block;
            text-decoration: none;
            color: #FFF;
            font-family: "proxima_nova_rgbold";
            font-size: 13px;
            height: 80px;
            -webkit-backface-visibility: visible; }
            .mainPromo .slider .owl-container .item .content .view div {
              height: 80px;
              padding-top: 10px;
              -webkit-transition: -webkit-transform .22s ease;
              -ms-transition: -ms-transform .22s ease;
              transition: transform .22s ease;
              -webkit-transform-style: preserve-3d;
              -ms-transform-style: preserve-3d;
              transform-style: preserve-3d;
              -webkit-backface-visibility: visible; }
              .mainPromo .slider .owl-container .item .content .view div span {
                display: block;
                width: 200px;
                height: 60px;
                line-height: 54px; }
                .mainPromo .slider .owl-container .item .content .view div span.flip {
                  background-color: #00a4e4;
                  color: #FFF;
                  border: 3px solid #00a4e4;
                  -webkit-transform: translateZ(25px);
                  -ms-transform: translateZ(25px);
                  transform: translateZ(25px);
                  display: block; }
                .mainPromo .slider .owl-container .item .content .view div span.flop {
                  border: 3px solid #00a4e4;
                  -webkit-transform: rotateX(-90deg) translateZ(-35px);
                  -ms-transform: rotateX(-90deg) translateZ(-35px);
                  transform: rotateX(-90deg) translateZ(-35px);
                  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1 );
                  display: block; }
            .mainPromo .slider .owl-container .item .content .view:hover div, .mainPromo .slider .owl-container .item .content .view:focus div {
              -webkit-transform: rotateX(90deg);
              -ms-transform: rotateX(90deg);
              transform: rotateX(90deg); }
          .mainPromo .slider .owl-container .item .content .details {
            border: 2px solid #00a4e4;
            width: 200px;
            line-height: 55px;
            display: inline-table;
            margin: 0 auto;
            color: #00a4e4;
            text-decoration: none;
            font-family: "proxima_nova_rgbold";
            font-size: 12px; }
            .mainPromo .slider .owl-container .item .content .details:hover {
              background-color: #00a4e4;
              color: #fff; }
        .mainPromo .slider .owl-container .item .videoWrap {
          width: 100%;
          height: 100%;
          overflow: hidden;
          text-align: center; }
          .mainPromo .slider .owl-container .item .videoWrap video {
            width: 1920px;
            height: 1080px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -540px 0 0 -960px;
            background-attachment: fixed; }

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #7fc242; }

#progressBar {
  width: 100%;
  background: #EDEDED; }

html[data-useragent*='Trident/7'] .view, html[data-useragent*='Trident/6'] .view, html.no-borderimage .view {
  -webkit-backface-visibility: hidden; }
  html[data-useragent*='Trident/7'] .view div, html[data-useragent*='Trident/6'] .view div, html.no-borderimage .view div {
    -webkit-transform-style: none;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
    html[data-useragent*='Trident/7'] .view div span .flip, html[data-useragent*='Trident/6'] .view div span .flip, html.no-borderimage .view div span .flip {
      display: block;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    html[data-useragent*='Trident/7'] .view div span .flop, html[data-useragent*='Trident/6'] .view div span .flop, html.no-borderimage .view div span .flop {
      display: none !important;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
  html[data-useragent*='Trident/7'] .view:hover div, html[data-useragent*='Trident/7'] .view:focus div, html[data-useragent*='Trident/6'] .view:hover div, html[data-useragent*='Trident/6'] .view:focus div, html.no-borderimage .view:hover div, html.no-borderimage .view:focus div {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
    html[data-useragent*='Trident/7'] .view:hover div span .flip, html[data-useragent*='Trident/7'] .view:focus div span .flip, html[data-useragent*='Trident/6'] .view:hover div span .flip, html[data-useragent*='Trident/6'] .view:focus div span .flip, html.no-borderimage .view:hover div span .flip, html.no-borderimage .view:focus div span .flip {
      display: none !important; }
    html[data-useragent*='Trident/7'] .view:hover div span .flop, html[data-useragent*='Trident/7'] .view:focus div span .flop, html[data-useragent*='Trident/6'] .view:hover div span .flop, html[data-useragent*='Trident/6'] .view:focus div span .flop, html.no-borderimage .view:hover div span .flop, html.no-borderimage .view:focus div span .flop {
      display: block !important; }

.videoArea {
  position: relative;
  z-index: 1;
  background-color: #000; }

.vjs-control-bar {
  display: none; }

/* ==========================================================================
   About Us
   ========================================================================== */
.aboutUs {
  text-align: center;
  background-color: #FFFFFF;
  padding-top: 80px;
  padding-bottom: 40px; }
  .aboutUs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #cdcdcd; }
    .aboutUs ul li {
      float: left;
      text-align: center;
      padding: 0; }
      .aboutUs ul li a {
        font-size: 12px;
        color: #000000;
        font-family: "proxima_nova_rgbold";
        display: block;
        padding: 12px 0; }
        .aboutUs ul li a:hover, .aboutUs ul li a:focus {
          text-decoration: none;
          background-color: #f7f7f7; }
      .aboutUs ul li:first-child a {
        border-right: 1px solid #cdcdcd; }
  .aboutUs h2 {
    font-size: 22px;
    color: #00a4e4;
    font-family: "proxima_nova_rgbold";
    font-weight: normal;
    margin: 35px 0 20px 0;
    text-align: center; }
  .aboutUs p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: "proxima_nova_ththin";
    font-weight: normal;
    margin: 0 0 30px 0;
    text-align: center; }
    .aboutUs p a {
      color: #00a4e4;
      text-decoration: none; }
  .aboutUs em {
    display: block;
    font-size: 12px;
    color: #010101;
    font-family: "proxima_nova_rgbold";
    font-style: normal;
    text-align: center; }
    .aboutUs em a {
      color: #010101;
      text-decoration: none; }

/* ==========================================================================
   After Party
   ========================================================================== */
.afterParty {
  padding-top: 150px;
  font-size: 18px;
  line-height: 30px;
  color: #22252f;
  background-color: #f3f4f4;
  font-family: "proxima_novalight"; }
  .afterParty h1 {
    font: 45px "proxima_nova_rgbold";
    margin: 0 0 80px;
    text-align: center; }
  .afterParty .blue {
    color: #2492e3; }
  .afterParty .block {
    margin-bottom: 98px;
    text-align: justify; }
    .afterParty .block .right-side {
      float: none; }
    .afterParty .block img {
      max-width: 100%; }
    .afterParty .block .v_table {
      display: table; }
    .afterParty .block .v_cell {
      display: table-cell;
      vertical-align: middle;
      float: none; }
    .afterParty .block .vektor {
      margin-bottom: 40px; }
  .afterParty h3 {
    font-family: "proxima_nova_ltsemibold";
    margin-bottom: 50px;
    padding-top: 45px;
    text-align: center; }
  .afterParty .hizmetler {
    text-align: center;
    line-height: normal;
    margin-bottom: 70px; }
    .afterParty .hizmetler figure {
      margin-bottom: 25px; }
      .afterParty .hizmetler figure img {
        max-width: 100%; }
    .afterParty .hizmetler .desc {
      margin-bottom: 50px;
      font-family: "proxima_nova_rgregular"; }
  .afterParty .button {
    max-width: 320px;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #00a4e4;
    font: 13px "proxima_nova_rgbold";
    display: inline-block;
    line-height: 60px;
    margin-top: 40px; }
    .afterParty .button:hover {
      background-color: #0D86B5; }
  @media screen and (min-width: 480px) {
    .afterParty {
      padding-top: 197px; }
      .afterParty h1 {
        font-size: 55px; }
      .afterParty .block {
        text-align: center; }
        .afterParty .block-text {
          padding-left: 5px; }
          .afterParty .block-text.right {
            padding-left: 0;
            padding-right: 5px; } }
  @media screen and (min-width: 768px) {
    .afterParty h1 {
      font-size: 68px;
      text-align: left; }
    .afterParty .right-side {
      float: right !important; }
    .afterParty .block {
      text-align: left; }
      .afterParty .block-text.right, .afterParty .block .vektor.right {
        text-align: right; }
      .afterParty .block .vektor {
        margin-bottom: 0; } }
  @media screen and (min-width: 992px) {
    .afterParty h3 {
      text-align: left; }
    .afterParty .hizmetler .desc {
      margin-bottom: 0; } }
  @media screen and (min-width: 1200px) {
    .afterParty .block-text {
      margin-top: 43px; } }

/* ==========================================================================
   What we Doing
   ========================================================================== */
.whatWeDoing {
  background-color: #191919; }
  .whatWeDoing .item {
    position: relative;
    height: 100%; }
    .whatWeDoing .item .content {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      text-align: center;
      z-index: 5;
      color: #FFFFFF; }
      .whatWeDoing .item .content .inner h4 {
        font-family: "proxima_nova_rgbold";
        font-size: 13px;
        font-weight: normal;
        margin: 0 0 15px 0; }
      .whatWeDoing .item .content .inner h2 {
        font-family: "proxima_nova_rgregular";
        font-size: 24px;
        font-weight: normal;
        margin: 0 0 23px 0; }
      .whatWeDoing .item .content .inner a {
        border: 2px solid #FFF;
        height: 37px;
        line-height: 34px;
        display: inline-block;
        padding: 0 33px;
        color: #FFF;
        text-decoration: none;
        font-family: "proxima_nova_rgbold";
        font-size: 12px; }
        .whatWeDoing .item .content .inner a:hover {
          background-color: #FFF;
          color: #000000; }
  .whatWeDoing .owl-controls {
    padding: 0px 0 10px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none; }
    .whatWeDoing .owl-controls .owl-nav {
      display: none; }
    .whatWeDoing .owl-controls .owl-dots {
      text-align: center; }
      .whatWeDoing .owl-controls .owl-dots .owl-dot {
        display: inline-block; }
        .whatWeDoing .owl-controls .owl-dots .owl-dot span {
          width: 5px;
          height: 5px;
          background-color: #CCC;
          display: block;
          margin: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px; }
        .whatWeDoing .owl-controls .owl-dots .owl-dot.active span {
          background-color: #000; }

/* ==========================================================================
   Selected Works
   ========================================================================== */
.selectedWorks {
  background-color: #191919; }
  .selectedWorks .container-fluid .row > div {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    text-align: center;
    				/*.img_bx{position:relative; height:240px; overflow:hidden;
    					a{display:block; width:100%; height:100%; position:absolute; left:0; top:0; z-index:5; text-align:center;
    					@extend .transition;
    					span{font-size:14px; position:absolute; left:0%; top:50%; width:100%; -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    						h2{margin:0;}
    					}
    				}
    				img{width:100%;
    					@extend .transition;
    				}
    				}*/ }
    .selectedWorks .container-fluid .row > div .item {
      position: relative;
      height: 100%; }
      .selectedWorks .container-fluid .row > div .item .content {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        text-align: center;
        z-index: 5;
        color: #FFFFFF;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .selectedWorks .container-fluid .row > div .item .content .inner h4 {
          font-family: 'proxima_nova_thextrabold';
          font-size: 15px;
          font-weight: normal;
          margin: 0 0 15px 0;
          letter-spacing: 3.0px; }
        .selectedWorks .container-fluid .row > div .item .content .inner h2 {
          font-family: "proxima_nova_rgregular";
          font-size: 36px;
          font-weight: normal;
          margin: 0 0 23px 0;
          letter-spacing: 2.0px; }
        .selectedWorks .container-fluid .row > div .item .content .inner a {
          border: 2px solid #FFF;
          width: 136px;
          padding: 12px 0;
          line-height: 10px;
          display: inline-table;
          color: #FFF;
          text-decoration: none;
          font-family: "proxima_nova_rgbold";
          font-size: 12px; }
          .selectedWorks .container-fluid .row > div .item .content .inner a:hover {
            background-color: #FFF;
            color: #000000; }
      .selectedWorks .container-fluid .row > div .item img {
        width: 100%; }
    .selectedWorks .container-fluid .row > div h3 {
      margin: 0;
      font-size: 18px;
      font-family: "proxima_nova_ltsemibold"; }
      .selectedWorks .container-fluid .row > div h3 a {
        text-decoration: none;
        color: #a8a8a8;
        padding: 28px 0;
        display: block; }

/* ==========================================================================
   All Clients
   ========================================================================== */
.allClients .container {
  width: 100%;
  text-align: center;
  padding: 0; }
  .allClients .container .row {
    margin: 0;
    			/*> div{padding:0;
    				.item{position:relative;
    					a{ display:block;cursor: move !important;
    					cursor: -webkit-grab !important;
    					cursor: -o-grab !important;
    					cursor: -ms-grab !important;
    					cursor: grab !important;
    					span{background-color:#FFF; display:block; position:absolute; left:0; top:0; z-index:2; width:100%;
    						@extend .transition;
    						}
    						&:hover{
    							span{background-color:rgba(255,255,255,0.8);}
    						}
    					}	
    				}
    				
    				
    				
    				.owl-item{ border-bottom:1px solid #f2f2f2;
    					&.active{border-left:1px solid #f2f2f2;	}
    					> img{position:absolute; left:0; top:0; z-index:1;}
    				}
    				.owl-controls{padding:20px 0 25px 0; display:none;
    					.owl-dots{text-align:center;
    					.owl-dot{display:inline-block;
    						span{width:5px; height:5px; background-color:#CCC; display:block; margin:5px; -webkit-border-radius: 5px;
    border-radius: 5px;}
    						&.active{
    							span{background-color:#000;}
    						}
    					}
    				}
    				}
    			}
    			*/
    /*&.slider{
    		.owl-carousel{
    			.owl-stage-outer{
    				.owl-stage{
    			&.owl-grab {
    					
    					.item{
    						a{cursor: -webkit-grabbing !important;
    						cursor: -o-grabbing !important;
    						cursor: -ms-grabbing !important;
    						cursor: grabbing !important;}
    					}
    					
    					}
    				}	
    			}
    		}
    	}*/ }
    .allClients .container .row h2 {
      font-size: 22px;
      font-family: "proxima_nova_ltsemibold";
      padding-top: 24px;
      padding-bottom: 16px; }
    .allClients .container .row > div {
      padding: 0; }
      .allClients .container .row > div .owl-controls {
        padding: 20px 0 25px 0;
        display: none; }
        .allClients .container .row > div .owl-controls .owl-dots {
          text-align: center; }
          .allClients .container .row > div .owl-controls .owl-dots .owl-dot {
            display: inline-block; }
            .allClients .container .row > div .owl-controls .owl-dots .owl-dot span {
              width: 5px;
              height: 5px;
              background-color: #CCC;
              display: block;
              margin: 5px;
              -webkit-border-radius: 5px;
              border-radius: 5px; }
            .allClients .container .row > div .owl-controls .owl-dots .owl-dot.active span {
              background-color: #000; }
    .allClients .container .row.slider {
      border-bottom: 1px solid #e9e9e9; }
      .allClients .container .row.slider .item {
        height: 200px;
        text-align: center;
        padding-top: 70px;
        border-left: 1px solid #f2f2f2; }
        .allClients .container .row.slider .item img {
          width: 120px;
          display: inline-block; }
    .allClients .container .row .all {
      height: 80px;
      line-height: 82px;
      background-color: #f6f6f6;
      display: block;
      font-size: 12px;
      color: #000;
      font-family: "proxima_nova_rgbold";
      text-decoration: none; }
      .allClients .container .row .all:hover {
        background-color: #c9c9c9; }
    .allClients .container .row .owl-controls {
      padding: 0 20px; }

@media screen and (max-width: 480px) {
  .allClients .slider .item {
    width: 100% !important;
    border-right: 1px solid #f2f2f2; } }
/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  background-color: #191919;
  padding-top: 70px;
  padding-bottom: 90px; }
  .footer h2 {
    font-size: 12px;
    color: #555555;
    font-family: "proxima_nova_rgbold";
    margin: 0 0 10px 0; }
  .footer .news, .footer .address, .footer .contact {
    float: left; }
  .footer .news {
    width: 400px;
    margin-right: 28px; }
    .footer .news ul {
      list-style: none;
      padding: 0;
      margin: 0 0 20px 0; }
      .footer .news ul li {
        border-top: 1px solid #252525; }
        .footer .news ul li:first-child {
          border: none; }
        .footer .news ul li p {
          line-height: 24px;
          color: #a8a8a8;
          margin-top: 10px; }
          .footer .news ul li p a {
            font-size: 14px;
            color: #6c6c6c;
            font-family: "proxima_nova_ththin";
            text-decoration: none; }
            .footer .news ul li p a:first-child {
              color: #a8a8a8 !important; }
            .footer .news ul li p a:hover {
              color: #FFF; }
              .footer .news ul li p a:hover span {
                color: #a8a8a8; }
            .footer .news ul li p a span {
              font-size: 12px;
              color: #6c6c6c; }
    .footer .news > a {
      font-family: "proxima_nova_rgbold";
      font-size: 11px;
      color: #a8a8a8;
      float: left;
      margin-top: 0 !important;
      padding: 10px 0;
      text-decoration: none;
      margin-top: 50px;
      width: auto; }
      .footer .news > a:hover {
        color: #FFF;
        border-color: #FFFFFF; }
  .footer p {
    color: #a8a8a8; }
  .footer .address {
    width: 130px;
    margin-right: 30px; }
    .footer .address p {
      line-height: 24px;
      margin-bottom: 20px; }
    .footer .address a {
      border: 2px solid rgba(255, 255, 255, 0.5);
      width: 136px;
      padding: 12px 0;
      line-height: 10px;
      display: inline-table;
      color: #FFF;
      text-decoration: none;
      font-family: "proxima_nova_rgbold";
      font-size: 12px;
      text-align: center; }
      .footer .address a:hover {
        background-color: #FFF;
        color: #000000; }
  .footer .contact {
    width: 150px; }
    .footer .contact p {
      margin-bottom: 5px; }
    .footer .contact a {
      color: #a8a8a8;
      text-decoration: none; }

.footer-bottom {
  min-height: 60px;
  background-color: #121212;
  text-align: center; }
  .footer-bottom .container .row div p {
    font-size: 10px;
    color: #555555;
    font-family: "proxima_nova_ltsemibold";
    line-height: 60px;
    margin: 0;
    float: left; }
  .footer-bottom .container .row div .social {
    display: inline-block;
    position: relative;
    left: auto;
    top: auto;
    margin-top: 13px;
    float: right; }
    .footer-bottom .container .row div .social p {
      float: left;
      margin: 0;
      line-height: 38px;
      font-family: "proxima_nova_rgbold";
      font-size: 10px;
      color: #555555; }
    .footer-bottom .container .row div .social a {
      width: 36px;
      height: 34px;
      border: 1px solid #303030; }
      .footer-bottom .container .row div .social a:hover {
        border: 1px solid #303030; }
    .footer-bottom .container .row div .social .social {
      display: block;
      float: left;
      margin-top: 0;
      background: url(../img/social_v2_footer.png);
      background-repeat: no-repeat; }
      .footer-bottom .container .row div .social .social.facebook {
        background-position: 12px -4px; }
        .footer-bottom .container .row div .social .social.facebook:hover {
          background-position: 12px -46px; }
      .footer-bottom .container .row div .social .social.twitter {
        background-position: -48px -4px; }
        .footer-bottom .container .row div .social .social.twitter:hover {
          background-position: -48px -46px; }
      .footer-bottom .container .row div .social .social.linkedin {
        background-position: -107px -5px; }
        .footer-bottom .container .row div .social .social.linkedin:hover {
          background-position: -107px -47px; }
      .footer-bottom .container .row div .social .social.behance {
        background-position: -167px -5px; }
        .footer-bottom .container .row div .social .social.behance:hover {
          background-position: -167px -47px; }
      .footer-bottom .container .row div .social .social.vimeo {
        background-position: -216px -4px; }
        .footer-bottom .container .row div .social .social.vimeo:hover {
          background-position: -216px -45px; }

/* ==========================================================================
   About Us
   ========================================================================== */
.pg-aboutus-head {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  background-repeat: no-repeat; }
  .pg-aboutus-head .content {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .pg-aboutus-head .content img {
      margin: 44px 0; }
    .pg-aboutus-head .content h2 {
      font-size: 36px;
      line-height: 44px;
      margin: 0;
      font-family: "proxima_nova_rgbold";
      font-weight: normal;
      color: #000; }
  .pg-aboutus-head.biz {
    height: 570px; }

.promo-text-cont {
  padding: 0 20px; }

.biz-content {
  padding: 30px 0; }
  .biz-content .section-head h4 {
    margin: 30px 0;
    font-size: 26px;
    /* font-weight: bold; */
    font-family: "proxima_nova_rgbold";
    /* margin-bottom: 30px; */ }
  .biz-content .section-head p {
    font-size: 24px;
    /* margin: 0px; */ }
    .biz-content .section-head p.extpad {
      padding: 0 0px; }

.counters-cont {
  margin: 15px 0; }
  .counters-cont .counter {
    padding-bottom: 10px; }
  .counters-cont .number {
    font-family: "proxima_nova_rgbold";
    font-size: 64px;
    white-space: nowrap;
    /* font-weight: 900; */ }
  .counters-cont .desc {
    font-family: "proxima_nova_rgbold";
    font-size: 14px;
    /* font-weight: 700; */
    padding: 0 20px; }

.biz-grid .container {
  width: 100%;
  max-width: 100%; }
.biz-grid .row {
  margin: 0; }
.biz-grid .col-lg-6 {
  padding: 0; }
.biz-grid img {
  width: 100%; }

.service-cont {
  margin-top: 40px; }
  .service-cont h4 {
    font-size: 24px;
    font-family: "proxima_nova_rgbold";
    margin-bottom: 15px; }
  .service-cont p {
    font-size: 16px; }

@media (min-width: 768px) {
  .promo-text-cont {
    padding: 0 50px; }

  .biz-content {
    padding: 60px; }
    .biz-content .section-desc {
      font-size: 24px;
      margin: 30px; }
      .biz-content .section-desc.extpad {
        padding: 0 80px; } }
@media (min-width: 992px) {
  .promo-text-cont {
    padding: 0 50px; }

  .counters-cont {
    margin: 30px 0 10px; }
    .counters-cont .col-lg-3 {
      border-right: 1px solid #e0e0e0; }
      .counters-cont .col-lg-3:last-child {
        border-right: none; } }
@media (min-width: 1200px) {
  .promo-text-cont {
    padding: 0 50px; } }
.pg-aboutus h1 {
  font-family: "proxima_nova_ltsemibold";
  font-weight: normal;
  font-size: 84px;
  color: #00a4e4;
  margin-bottom: 70px; }
.pg-aboutus h2 {
  font-family: "proxima_nova_rgbold";
  font-weight: normal;
  font-size: 26px;
  color: #000;
  margin-bottom: 40px; }
.pg-aboutus p {
  font-family: "proxima_nova_rgregular";
  font-size: 18px;
  ccolor: #000;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 27px; }
  .pg-aboutus p strong {
    font-size: 24px;
    font-weight: normal;
    line-height: 32px; }
  .pg-aboutus p a {
    color: #00a4e4;
    text-decoration: none; }
.pg-aboutus .container {
  padding-top: 72px;
  padding-bottom: 160px; }
  .pg-aboutus .container .row > div > img {
    width: 100%;
    margin-bottom: 30px; }
  .pg-aboutus .container.compnay-list {
    padding: 0; }
    .pg-aboutus .container.compnay-list .row > div {
      margin-bottom: 28px; }
      .pg-aboutus .container.compnay-list .row > div a {
        border: 1px solid #ececec;
        display: block;
        margin-bottom: 35px; }
        .pg-aboutus .container.compnay-list .row > div a img {
          display: none; }
          .pg-aboutus .container.compnay-list .row > div a img:first-child {
            display: block; }
        .pg-aboutus .container.compnay-list .row > div a:hover img {
          display: block; }
          .pg-aboutus .container.compnay-list .row > div a:hover img:first-child {
            display: none; }
      .pg-aboutus .container.compnay-list .row > div:first-child {
        margin-top: 0 !important; }
      .pg-aboutus .container.compnay-list .row > div.text-right {
        margin-top: 150px; }
      .pg-aboutus .container.compnay-list .row > div.text-left {
        margin-top: -150px; }
      .pg-aboutus .container.compnay-list .row > div img {
        width: auto; }
      .pg-aboutus .container.compnay-list .row > div h3 {
        margin: 0 0 8px 0;
        font-size: 24px;
        font-weight: normal;
        color: #000;
        font-family: "proxima_nova_ltsemibold"; }
      .pg-aboutus .container.compnay-list .row > div p {
        font-family: "proxima_nova_rgregular";
        font-size: 18px;
        color: #000;
        line-height: 26px;
        font-weight: normal;
        margin-bottom: 0; }
      .pg-aboutus .container.compnay-list .row > div a {
        border: none;
        font-family: "proxima_nova_rgregular";
        font-size: 18px;
        color: #000;
        text-decoration: underline;
        font-weight: normal; }

/* ==========================================================================
   Clients
   ========================================================================== */
.pg-clients {
  padding: 120px 0 60px 0; }
  .pg-clients .container .row > div h1 {
    font-family: "proxima_nova_ltsemibold";
    font-weight: normal;
    font-size: 84px;
    color: #00a4e4;
    margin-bottom: 70px; }
  .pg-clients .container .row > div h2 {
    font-family: "proxima_nova_rgbold";
    font-weight: normal;
    font-size: 26px;
    color: #000;
    margin-bottom: 40px; }
  .pg-clients .container .row > div p {
    font-family: "proxima_nova_rgregular";
    font-size: 18px;
    ccolor: #000;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 27px; }
    .pg-clients .container .row > div p strong {
      font-size: 24px;
      font-weight: normal;
      line-height: 32px; }
    .pg-clients .container .row > div p a {
      color: #00a4e4;
      text-decoration: none; }
  .pg-clients .container .row .client-list {
    margin: 0;
    /*> div{border-right:1px solid #ececec; border-bottom:1px solid #ececec; padding-right:0; padding-left:0;
    	img{width:100%;}				
    	a{
    		span{background-color:#FFF; display:block; position:absolute; left:0; top:0; z-index:2; width:100%;
    			@extend .transition;
    		}
    		&:hover{
    			span{background-color:rgba(255,255,255,0.8);}
    		}
    	}	
    	
    	
    }*/ }
    .pg-clients .container .row .client-list ul {
      list-style: none;
      padding: 0; }
      .pg-clients .container .row .client-list ul li {
        width: 120px;
        height: 60px;
        float: left;
        margin: 0 35px 60px 35px;
        opacity: 0; }

/* ==========================================================================
   Works
   ========================================================================== */
.pg-works {
  padding: 120px 0 90px 0; }
  .pg-works .container .row > div h1 {
    font-family: "proxima_nova_ltsemibold";
    font-weight: normal;
    font-size: 84px;
    color: #00a4e4;
    margin-bottom: 58px; }
  .pg-works .container .row > div h2 {
    font-family: "proxima_nova_rgbold";
    font-weight: normal;
    font-size: 26px;
    color: #000;
    margin-bottom: 40px; }
  .pg-works .container .row > div p {
    font-family: "proxima_nova_rgregular";
    font-size: 18px;
    ccolor: #000;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 27px; }
    .pg-works .container .row > div p strong {
      font-size: 24px;
      font-weight: normal;
      line-height: 32px; }
    .pg-works .container .row > div p a {
      color: #00a4e4;
      text-decoration: none; }
  .pg-works .container .row .works-menu {
    margin-left: 15px;
    margin-bottom: 46px; }
    .pg-works .container .row .works-menu ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .pg-works .container .row .works-menu ul li {
        float: left;
        margin-right: 13px;
        /*&:hover, &.active{
        		a{
        			&::before{max-width: 100%;}
        		}
        	}*/ }
        .pg-works .container .row .works-menu ul li a {
          font-family: "proxima_nova_ltsemibold";
          font-weight: normal;
          font-size: 20px;
          color: #000;
          text-decoration: none;
          position: relative;
          left: 0;
          top: 0;
          /*&::before {
          	position: absolute;
          	top: -1px;
          	left: 0;
          	overflow: hidden;
          	padding: 0;
          	max-width: 0;
          	color: #00a4e4;
          	content: attr(data-hover);
          	-webkit-transition: max-width 0.241s;
          	-moz-transition: max-width 0.241s;
          	transition: max-width 0.241s;
          }*/ }
        .pg-works .container .row .works-menu ul li:hover a, .pg-works .container .row .works-menu ul li.active a {
          color: #00a4e4; }
  .pg-works .container .row .works-list {
    position: relative; }
    .pg-works .container .row .works-list > div {
      min-height: 320px;
      padding-left: 10px;
      padding-right: 10px; }
      .pg-works .container .row .works-list > div:hover .img a {
        -moz-box-shadow: inset #00a4e4 0px 0px 0px 4px;
        -webkit-box-shadow: inset #00a4e4 0px 0px 0px 4px;
        box-shadow: inset #00a4e4 0px 0px 0px 4px; }
      .pg-works .container .row .works-list > div a {
        display: block; }
      .pg-works .container .row .works-list > div .img {
        position: relative;
        margin-bottom: 20px; }
        .pg-works .container .row .works-list > div .img a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 5;
          background: url(../img/spacer.gif) 0 0 repeat; }
          .pg-works .container .row .works-list > div .img a:hover {
            -moz-box-shadow: inset #00a4e4 0px 0px 0px 4px;
            -webkit-box-shadow: inset #00a4e4 0px 0px 0px 4px;
            box-shadow: inset #00a4e4 0px 0px 0px 4px; }
      .pg-works .container .row .works-list > div img {
        width: 100%;
        position: relative;
        z-index: 2; }
      .pg-works .container .row .works-list > div p {
        text-align: center;
        /*margin-bottom:57px;*/ }
        .pg-works .container .row .works-list > div p a {
          color: #000;
          text-decoration: none;
          font-family: "proxima_nova_ltsemibold";
          font-weight: normal;
          font-size: 16px; }

/* ==========================================================================
   Contact
   ========================================================================== */
.pg-contact {
  padding: 120px 0 90px 0; }
  .pg-contact .container .row > div .text {
    padding-right: none;
    border: none; }
  .pg-contact .container .row > div .text2 {
    padding-left: none; }
  .pg-contact .container .row > div h1 {
    font-family: "proxima_nova_ltsemibold";
    font-weight: normal;
    font-size: 84px;
    color: #00a4e4;
    margin-bottom: 45px; }
  .pg-contact .container .row > div h2 {
    font-family: "proxima_nova_rgbold";
    font-weight: normal;
    font-size: 26px;
    line-height: 28px;
    color: #000;
    margin-bottom: 20px; }
  .pg-contact .container .row > div p {
    font-family: "proxima_nova_rgregular";
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-bottom: 17px; }
    .pg-contact .container .row > div p strong {
      font-family: "proxima_nova_rgbold";
      font-weight: normal;
      margin-right: 10px; }
    .pg-contact .container .row > div p a {
      color: #000;
      text-decoration: underline; }

#map-container {
  width: 100%;
  height: 350px; }

/* ==========================================================================
   About Us
   ========================================================================== */
.pg-careers {
  padding: 120px 0 200px 0; }
  .pg-careers h1 {
    font-family: "proxima_nova_ltsemibold";
    font-weight: normal;
    font-size: 84px;
    color: #00a4e4;
    margin-bottom: 45px; }
  .pg-careers h2 {
    font-family: "proxima_nova_rgbold";
    font-weight: normal;
    font-size: 26px;
    color: #000;
    margin-bottom: 40px; }
  .pg-careers p {
    font-family: "proxima_nova_rgregular";
    font-size: 18px;
    ccolor: #000;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 27px; }
    .pg-careers p strong {
      font-size: 24px;
      font-weight: normal;
      line-height: 32px; }
    .pg-careers p a {
      color: #00a4e4;
      text-decoration: none; }
  .pg-careers .basvur {
    font-family: "proxima_nova_ltsemibold";
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 37px;
    float: none;
    display: inline-block;
    color: #00a4e4;
    padding-right: 12px;
    background: url(../img/btn_basvur.png) right 4px no-repeat;
    text-decoration: none; }
  .pg-careers dl dd {
    padding-top: 0; }
    .pg-careers dl dd p {
      margin-bottom: 3px;
      opacity: 1 !important; }
      .pg-careers dl dd p strong {
        font-family: "proxima_nova_ltsemibold";
        font-weight: normal;
        font-size: 18px; }
    .pg-careers dl dd ul {
      list-style: none;
      padding: 0;
      margin: 0 0 18px 0; }
      .pg-careers dl dd ul li {
        font-family: "proxima_nova_rgregular";
        font-weight: normal;
        font-size: 16px;
        background: url(../img/dl_ul_li.png) left 10px no-repeat;
        padding-left: 15px;
        margin-bottom: 3px; }

.hr-button {
  width: 100%;
  text-align: center;
  display: block;
  background-color: #00a4e4;
  height: 80px;
  line-height: 76px;
  font-family: "proxima_nova_rgbold";
  font-weight: normal;
  font-size: 22px;
  color: #fff;
  text-decoration: none; }
  .hr-button:hover {
    color: #fff;
    text-decoration: none; }

.footer-instagram .container-fluid {
  padding: 0; }
  .footer-instagram .container-fluid .row {
    margin-right: 0;
    margin-left: 0; }
    .footer-instagram .container-fluid .row #instafeed > div {
      padding: 0 !important;
      overflow: hidden; }
      .footer-instagram .container-fluid .row #instafeed > div a {
        background-size: cover;
        width: 300px;
        height: 300px;
        background-position: 50% 50%;
        display: block; }
      .footer-instagram .container-fluid .row #instafeed > div div {
        background: url(../img/cover_overlay.png) top center repeat;
        position: absolute;
        left: 0;
        top: -500px;
        width: 100%;
        height: 100%;
        z-index: 1;
        text-align: center; }
        .footer-instagram .container-fluid .row #instafeed > div div a {
          text-align: center;
          text-decoration: none;
          color: #FFF;
          font-size: 18px;
          display: block;
          width: 100%;
          height: 100%;
          padding: 35% 15%; }
          .footer-instagram .container-fluid .row #instafeed > div div a:hover, .footer-instagram .container-fluid .row #instafeed > div div a:focus {
            text-decoration: none; }
      .footer-instagram .container-fluid .row #instafeed > div img {
        width: 100%;
        position: relative; }

.footer-instagram-home {
  position: relative; }
  .footer-instagram-home .container-fluid {
    padding: 0; }
    .footer-instagram-home .container-fluid .row {
      margin-right: 0;
      margin-left: 0; }
      .footer-instagram-home .container-fluid .row .instafeed .wrapper {
        width: 100%;
        margin: 0;
        padding: 0; }
        .footer-instagram-home .container-fluid .row .instafeed .wrapper a {
          background-size: cover;
          max-width: 352px;
          height: 300px;
          background-position: 50% 50%;
          display: block; }
      .footer-instagram-home .container-fluid .row .instafeed > div {
        padding: 0 !important;
        overflow: hidden; }

/* ==========================================================================
   Awards
   ========================================================================== */
.pg-awards {
  padding: 120px 0 120px 0; }
  .pg-awards h1 {
    font-family: "proxima_nova_ltsemibold";
    font-weight: normal;
    font-size: 84px;
    color: #00a4e4;
    margin-bottom: 45px; }
  .pg-awards h2 {
    font-family: "proxima_nova_rgbold";
    font-weight: normal;
    font-size: 26px;
    color: #000;
    margin-bottom: 40px; }
  .pg-awards p {
    font-family: "proxima_nova_rgregular";
    font-size: 18px;
    ccolor: #000;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 27px; }
    .pg-awards p strong {
      font-size: 24px;
      font-weight: normal;
      line-height: 32px; }
    .pg-awards p a {
      color: #00a4e4;
      text-decoration: none; }
  .pg-awards .award-list h3 {
    font-family: "proxima_nova_rgbold";
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 14px; }
  .pg-awards .award-list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 80px 0; }
    .pg-awards .award-list ul li {
      border-bottom: 1px solid #ececec;
      padding: 14px 0 11px 0;
      cursor: pointer;
      position: relative; }
      .pg-awards .award-list ul li > div {
        padding: 0;
        font-size: 16px; }
        .pg-awards .award-list ul li > div.firms {
          font-family: "proxima_nova_ltsemibold";
          font-weight: normal; }
        .pg-awards .award-list ul li > div.name {
          font-family: "proxima_nova_rgregular";
          font-weight: normal; }
        .pg-awards .award-list ul li > div a {
          color: #00a4e4;
          text-decoration: none; }
      .pg-awards .award-list ul li .aTips {
        position: absolute;
        right: -10px;
        bottom: -5px;
        background: url(../img/award-tooltips.png) left bottom no-repeat;
        width: 188px;
        height: 117px;
        display: none;
        padding: 0 20px 30px; }
        .pg-awards .award-list ul li .aTips img {
          width: 100%;
          margin-top: -40px; }

/* ==========================================================================
   Case Study
   ========================================================================== */
.caseHeader {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2; }
  .caseHeader .caseImage {
    position: relative;
    height: 100%;
    background-attachment: fixed !important;
    background-position: center top;
    background-size: cover !important; }
    .caseHeader .caseImage .gradiant {
      width: 100%;
      height: 326px;
      position: absolute;
      left: 0;
      z-index: 51; }
      .caseHeader .caseImage .gradiant.top {
        top: 0;
        background: url(../img/gradiant-top.png) 0 0 repeat-x; }
      .caseHeader .caseImage .gradiant.bottom {
        bottom: 0;
        background: url(../img/gradiant-bottom.png) 0 0 repeat-x; }
    .caseHeader .caseImage img {
      width: 100%; }
    .caseHeader .caseImage .content {
      text-align: center;
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      z-index: 52;
      margin-top: -75px; }
      .caseHeader .caseImage .content h2 {
        font-family: "proxima_nova_rgbold";
        font-size: 64px;
        color: #FFF;
        margin: 0 0 16px 0;
        font-weight: normal; }
      .caseHeader .caseImage .content a {
        font-family: "proxima_nova_rgregular";
        font-size: 22px;
        color: #FFF;
        margin: 0 0 20px 0;
        font-weight: normal;
        text-decoration: none; }
      .caseHeader .caseImage .content .view {
        display: inline-block;
        text-decoration: none;
        color: #FFF;
        font-family: "proxima_nova_rgbold";
        font-size: 13px;
        height: 70px;
        -webkit-backface-visibility: visible; }
        .caseHeader .caseImage .content .view div {
          height: 70px;
          padding-top: 10px;
          -webkit-transition: -webkit-transform .22s ease;
          -ms-transition: -ms-transform .22s ease;
          transition: transform .22s ease;
          -webkit-transform-style: preserve-3d;
          -ms-transform-style: preserve-3d;
          transform-style: preserve-3d;
          -webkit-backface-visibility: visible; }
          .caseHeader .caseImage .content .view div span {
            display: block;
            width: 160px;
            height: 50px;
            line-height: 50px; }
            .caseHeader .caseImage .content .view div span.flip {
              background-color: #00a4e4;
              color: #FFF;
              -webkit-transform: translateZ(25px);
              -ms-transform: translateZ(25px);
              transform: translateZ(25px);
              display: block; }
            .caseHeader .caseImage .content .view div span.flop {
              border: 3px solid #00a4e4;
              -webkit-transform: rotateX(-90deg) translateZ(-25px);
              -ms-transform: rotateX(-90deg) translateZ(-25px);
              transform: rotateX(-90deg) translateZ(-25px);
              filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1 );
              display: block; }
        .caseHeader .caseImage .content .view:hover div, .caseHeader .caseImage .content .view:focus div {
          -webkit-transform: rotateX(90deg);
          -ms-transform: rotateX(90deg);
          transform: rotateX(90deg); }
    .caseHeader .caseImage .scroll {
      position: absolute;
      left: 50%;
      bottom: 80px;
      width: 35px;
      height: 70px;
      background: url(../img/scroll.png) 0 0 no-repeat;
      margin-left: -16px; }
    .caseHeader .caseImage .line {
      position: absolute;
      left: 0;
      bottom: 0;
      height: 50px;
      width: 100%;
      z-index: 3; }
      .caseHeader .caseImage .line p {
        margin: 0;
        line-height: 50px;
        color: #FFF; }
      .caseHeader .caseImage .line .text-left {
        font-family: "proxima_nova_ltsemibold";
        font-size: 20px; }
      .caseHeader .caseImage .line .text-right {
        font-family: "proxima_nova_rgregular";
        font-size: 15px; }
      .caseHeader .caseImage .line.fixed {
        position: fixed;
        top: 70px;
        bottom: auto;
        z-index: 99;
        -webkit-transform: translate3d(0, 0, 0); }
    .caseHeader .caseImage .lineBase {
      position: absolute;
      left: 0;
      bottom: 0;
      height: 50px;
      width: 100%;
      z-index: 2;
      -moz-opacity: 0.9;
      -khtml-opacity: 0.9;
      opacity: 0.9; }
      .caseHeader .caseImage .lineBase.fixed {
        position: fixed;
        top: 70px;
        bottom: auto;
        z-index: 98;
        -webkit-transform: translate3d(0, 0, 0); }

.pg-caseStudy {
  padding-top: 113px; }
  .pg-caseStudy .container .row > div {
    text-align: center; }
    .pg-caseStudy .container .row > div > h2 {
      font-family: "proxima_nova_ltsemibold";
      font-weight: normal;
      font-size: 26px;
      line-height: normal;
      margin-bottom: 26px; }
    .pg-caseStudy .container .row > div > p {
      ont-family: "proxima_nova_rgregular";
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 60px;
      padding: 0 150px; }
    .pg-caseStudy .container .row > div > img {
      width: 100%;
      margin-bottom: 120px; }
    .pg-caseStudy .container .row > div > .video-container {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden;
      margin-bottom: 120px; }
      .pg-caseStudy .container .row > div > .video-container iframe, .pg-caseStudy .container .row > div > .video-container object, .pg-caseStudy .container .row > div > .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .pg-caseStudy .container .row > div .row > div p {
      padding: 0; }
    .pg-caseStudy .container .row > div .row > div.text-right {
      text-align: right; }
    .pg-caseStudy .container .row > div .row > div.text-left {
      text-align: left; }

#caseGallery {
  width: 100%;
  margin-bottom: 120px;
  opacity: 0; }
  #caseGallery .owl-stage-outer {
    width: 100%;
    margin-bottom: 20px; }
  #caseGallery .item {
    position: relative; }
    #caseGallery .item img {
      display: block;
      width: 100%;
      height: auto; }
  #caseGallery .owl-controls {
    padding: 0px 0 10px;
    display: block;
    width: 100%; }
    #caseGallery .owl-controls .owl-nav {
      display: none; }
    #caseGallery .owl-controls .owl-dots {
      text-align: center; }
      #caseGallery .owl-controls .owl-dots .owl-dot {
        display: inline-block; }
        #caseGallery .owl-controls .owl-dots .owl-dot span {
          width: 10px;
          height: 10px;
          background: url(../img/casePagination.jpg) 0 0 no-repeat;
          display: block;
          margin: 0 5px; }
        #caseGallery .owl-controls .owl-dots .owl-dot.active span {
          background-position: right 0; }

.customerComment {
  text-align: left;
  width: 640px;
  padding-top: 60px;
  border-top: 1px solid #e0e0e0; }
  .customerComment .content {
    float: left;
    padding-top: 15px;
    position: relative;
    min-height: 300px;
    padding-left: 300px; }
    .customerComment .content img {
      width: 270px;
      position: absolute;
      left: 0;
      bottom: 0; }
    .customerComment .content p {
      font-size: 18px;
      font-family: "proxima_nova_ththin";
      font-weight: normal;
      font-style: italic; }
    .customerComment .content h4 {
      font-family: "proxima_nova_rgbold";
      font-weight: normal;
      font-size: 16px;
      margin-top: 0; }
    .customerComment .content h5 {
      font-family: "proxima_nova_rgbold";
      font-weight: normal;
      font-size: 12px;
      margin-top: 0; }

.recentCaseStudy {
  background-color: #f6f6f6;
  padding: 94px 0 90px 0; }
  .recentCaseStudy .container .row h2 {
    text-align: center;
    margin: 0 0 40px 0;
    font-family: "proxima_nova_rgbold";
    font-weight: normal;
    font-size: 22px; }
  .recentCaseStudy .container .row > div {
    min-height: 200px;
    padding-left: 10px;
    padding-right: 10px; }
    .recentCaseStudy .container .row > div a {
      display: block; }
    .recentCaseStudy .container .row > div .img {
      position: relative;
      margin-bottom: 30px; }
      .recentCaseStudy .container .row > div .img a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background: url(../img/spacer.gif) 0 0 repeat; }
        .recentCaseStudy .container .row > div .img a:hover {
          -moz-box-shadow: inset #00a4e4 0px 0px 0px 4px;
          -webkit-box-shadow: inset #00a4e4 0px 0px 0px 4px;
          box-shadow: inset #00a4e4 0px 0px 0px 4px; }
    .recentCaseStudy .container .row > div img {
      width: 100%; }
    .recentCaseStudy .container .row > div p {
      text-align: center; }
      .recentCaseStudy .container .row > div p a {
        color: #000;
        text-decoration: none;
        font-family: "proxima_nova_ltsemibold";
        font-weight: normal;
        font-size: 16px; }

/* ==========================================================================
   Accordion
   ========================================================================== */
dl {
  border-bottom: 1px solid #ececec;
  margin-bottom: 0; }
  dl dt {
    height: 71px;
    line-height: 71px;
    font-family: "proxima_nova_rgregular";
    font-size: 22px;
    font-weight: normal;
    cursor: pointer;
    background: url(../img/acc_cl.png) right center no-repeat;
    /*border-bottom:1px solid #ececec;*/ }
    dl dt.active {
      color: #00a4e4;
      background: url(../img/acc_op.png) right center no-repeat; }
    dl dt.noline {
      border: none; }
  dl dd {
    display: none;
    padding-top: 10px; }

/* ==========================================================================
   BLOG
   ========================================================================== */
.blogs .row > div {
  padding: 0;
  position: relative;
  height: 100%; }
  .blogs .row > div.fixed {
    position: fixed;
    left: 0;
    top: 0; }
  .blogs .row > div.scrolling {
    position: relative;
    top: 0;
    left: 50%; }
  .blogs .row > div .cover {
    position: relative;
    background-size: cover !important;
    background-position: 50% 0 !important;
    padding: 50px;
    z-index: 5;
    height: 100%; }
    .blogs .row > div .cover .inner {
      position: relative;
      z-index: 2;
      min-height: 400px;
      height: 100%; }
      .blogs .row > div .cover .inner .head {
        background: url(../img/blog_header_border.png) left bottom repeat-x;
        width: 100%;
        display: block;
        padding-bottom: 32px;
        margin-bottom: 60px; }
        .blogs .row > div .cover .inner .head a.logo {
          display: block;
          width: 105px;
          height: 20px;
          background: url(../img/gricreative_logo_white.png) 0 0 no-repeat;
          float: left; }
        .blogs .row > div .cover .inner .head a.btn {
          display: block;
          width: 21px;
          height: 16px;
          background: url(../img/btn_toggle.png) 0 0 no-repeat;
          display: block;
          float: right; }
      .blogs .row > div .cover .inner .content {
        position: relative;
        z-index: 4; }
        .blogs .row > div .cover .inner .content h1 {
          font-family: "proxima_nova_rgbold";
          font-weight: normal;
          font-size: 50px;
          color: #FFFFFF;
          line-height: 60px;
          margin-bottom: 37px; }
        .blogs .row > div .cover .inner .content .info .date {
          float: left;
          font-family: "proxima_nova_rgregular";
          font-size: 16px;
          font-weight: normal;
          color: #cdcdcd;
          margin-right: 37px; }
        .blogs .row > div .cover .inner .content .info .like {
          float: left;
          margin-right: 20px; }
          .blogs .row > div .cover .inner .content .info .like a {
            font-family: "proxima_nova_rgregular";
            font-size: 16px;
            font-weight: normal;
            color: #cdcdcd;
            text-decoration: none;
            padding-left: 24px;
            background: url(../img/like_heart.png) left 3px no-repeat; }
        .blogs .row > div .cover .inner .content .info .share {
          float: left; }
          .blogs .row > div .cover .inner .content .info .share a {
            font-family: "proxima_nova_rgregular";
            font-size: 16px;
            font-weight: normal;
            color: #cdcdcd;
            text-decoration: none;
            padding-left: 24px;
            background: url(../img/blog_share.png) left 3px no-repeat; }
      .blogs .row > div .cover .inner .bottom {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%; }
        .blogs .row > div .cover .inner .bottom a {
          border: 2px solid #dcdcdc;
          font-family: "proxima_nova_rgbold";
          height: 46px;
          line-height: 43px;
          color: #a8a8a8;
          padding: 0 38px;
          text-decoration: none;
          width: auto; }
          .blogs .row > div .cover .inner .bottom a:hover {
            color: #FFF; }
          .blogs .row > div .cover .inner .bottom a.newer {
            float: right; }
          .blogs .row > div .cover .inner .bottom a.older {
            float: left; }
    .blogs .row > div .cover .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      background: url(../img/cover_overlay.png) 0 0 repeat;
      left: 0;
      top: 0;
      z-index: 1; }
  .blogs .row > div .otherContent {
    background-color: #191919;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 50px;
    z-index: 4;
    display: none; }
    .blogs .row > div .otherContent .head {
      background: url(../img/blog_header_border.png) left bottom repeat-x;
      width: 100%;
      display: block;
      padding-bottom: 32px;
      margin-bottom: 60px; }
      .blogs .row > div .otherContent .head a.close {
        color: #a8a8a8;
        text-decoration: none;
        font-family: "proxima_nova_ltsemibold";
        font-weight: normal;
        font-size: 13px;
        padding-right: 20px;
        background: url(../img/blg_close.png) right 3px no-repeat;
        text-shadow: none;
        opacity: 1; }
      .blogs .row > div .otherContent .head p {
        font-size: 12px;
        color: #a8a8a8;
        margin: 0;
        float: left; }
      .blogs .row > div .otherContent .head .chosen-container {
        float: left;
        margin: -5px 0 0 10px;
        border-radius: 10px; }
    .blogs .row > div .otherContent .list {
      overflow-x: hidden;
      overflow-y: auto; }
      .blogs .row > div .otherContent .list .row {
        margin: 0 0 30px 0; }
      .blogs .row > div .otherContent .list .img {
        position: relative; }
        .blogs .row > div .otherContent .list .img a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          background: url(../img/spacer.gif) 0 0 repeat; }
          .blogs .row > div .otherContent .list .img a:hover {
            -moz-box-shadow: inset #00a4e4 0px 0px 0px 4px;
            -webkit-box-shadow: inset #00a4e4 0px 0px 0px 4px;
            box-shadow: inset #00a4e4 0px 0px 0px 4px; }
        .blogs .row > div .otherContent .list .img img {
          width: 100%; }
      .blogs .row > div .otherContent .list .content {
        float: left;
        margin-left: 30px; }
        .blogs .row > div .otherContent .list .content h2 {
          margin: 0 0 14px 0;
          color: #fefefe;
          font-size: 24px;
          line-height: 30px; }
          .blogs .row > div .otherContent .list .content h2 a {
            color: #fefefe;
            text-decoration: none; }
            .blogs .row > div .otherContent .list .content h2 a:hover {
              color: #FFFFFF; }
        .blogs .row > div .otherContent .list .content .info .date {
          float: left;
          font-family: "proxima_nova_rgregular";
          font-size: 12px;
          font-weight: normal;
          color: #cdcdcd;
          margin-right: 37px; }
        .blogs .row > div .otherContent .list .content .info .like {
          float: left;
          margin-right: 20px; }
          .blogs .row > div .otherContent .list .content .info .like a {
            font-family: "proxima_nova_rgregular";
            font-size: 12px;
            font-weight: normal;
            color: #cdcdcd;
            text-decoration: none;
            padding-left: 24px;
            background: url(../img/like_heart.png) left 3px no-repeat;
            display: block; }
        .blogs .row > div .otherContent .list .content .info .share {
          float: left; }
          .blogs .row > div .otherContent .list .content .info .share a {
            font-family: "proxima_nova_rgregular";
            font-size: 12px;
            font-weight: normal;
            color: #cdcdcd;
            text-decoration: none;
            padding-left: 24px;
            background: url(../img/blog_share.png) left 3px no-repeat;
            display: block; }
  .blogs .row > div .contentArea {
    padding: 100px 70px 70px 70px; }
    .blogs .row > div .contentArea p {
      font-family: "proxima_nova_rgregular";
      font-size: 18px;
      line-height: 26px;
      font-weight: normal;
      color: #000;
      margin-bottom: 35px; }
      .blogs .row > div .contentArea p strong {
        font-family: "proxima_nova_ltsemibold"; }
      .blogs .row > div .contentArea p a {
        color: #00a4e4;
        text-decoration: none;
        overflow-x: hidden;
        position: relative;
        margin-bottom: -11px;
        margin-right: 4px;
        padding: 4px;
        overflow-y: hidden;
        display: inline-block; }
        .blogs .row > div .contentArea p a:before {
          background-attachment: scroll;
          background-clip: border-box;
          background-color: #00a4e4;
          background-image: none;
          background-origin: padding-box;
          background-position: 0 0;
          background-repeat: repeat;
          background-size: auto auto;
          content: "";
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          transform: scaleY(0.618) translateX(-100%);
          transition-delay: 0s;
          transition-duration: 0.3s;
          transition-property: transform;
          transition-timing-function: ease;
          width: 100%;
          z-index: -1; }
        .blogs .row > div .contentArea p a:hover, .blogs .row > div .contentArea p a:focus {
          color: #FFFFFF; }
          .blogs .row > div .contentArea p a:hover:before, .blogs .row > div .contentArea p a:focus:before {
            transform: scaleY(0.618) translateX(0px); }
    .blogs .row > div .contentArea ul {
      padding: 0;
      margin: 0 0 35px 0;
      list-style: inside; }
      .blogs .row > div .contentArea ul li {
        font-family: "proxima_nova_rgregular";
        font-size: 18px; }
    .blogs .row > div .contentArea .bottom {
      width: 100%;
      padding-top: 30px;
      border-top: 1px solid #dfdfe3; }
      .blogs .row > div .contentArea .bottom .tags {
        float: left; }
        .blogs .row > div .contentArea .bottom .tags p {
          float: left;
          font-family: "proxima_nova_rgbold";
          font-weight: normal;
          font-size: 12px;
          margin: 0;
          line-height: 18px;
          margin-right: 10px; }
        .blogs .row > div .contentArea .bottom .tags a {
          float: left;
          line-height: normal;
          margin-right: 5px;
          color: #00a4e4; }
      .blogs .row > div .contentArea .bottom .share {
        float: right; }
  .blogs .row > div .comments {
    padding: 70px;
    background-color: #f7f7f9; }
    .blogs .row > div .comments .fb-comments > span {
      width: 100% !important; }
      .blogs .row > div .comments .fb-comments > span iframe {
        width: 100% !important; }
  .blogs .row > div .allTags {
    padding: 70px; }
    .blogs .row > div .allTags h2 {
      font-family: "proxima_nova_rgbold";
      font-weight: normal;
      font-size: 16px;
      margin-bottom: 20px; }
    .blogs .row > div .allTags a {
      padding: 5px 10px;
      border: 1px solid #dfdfe3;
      margin: 0 5px 5px 0;
      float: left;
      line-height: normal;
      color: #00a4e4;
      -webkit-border-radius: 2px;
      font-size: 12px;
      font-family: "proxima_nova_rgregular";
      -moz-border-radius: 2px;
      border-radius: 2px;
      text-decoration: none; }
      .blogs .row > div .allTags a:hover {
        background-color: #f6f6f6; }

/* ==========================================================================
   404
   ========================================================================== */
.pg-404 {
  position: relative;
  width: 100%;
  height: 770px;
  padding-top: 270px;
  background-color: #00a4e4; }
  .pg-404 .content {
    text-align: center;
    position: relative; }
    .pg-404 .content h2 {
      font-size: 250px;
      font-family: "proxima_nova_ththin";
      color: #FFF;
      margin: 0 0 50px;
      line-height: 200px; }
    .pg-404 .content video, .pg-404 .content img {
      position: absolute;
      width: 300px;
      height: 175px;
      left: 50%;
      top: 70px;
      margin-left: -150px; }
    .pg-404 .content h3 {
      font-size: 18px;
      font-family: "proxima_nova_rgregular";
      color: #FFF !important;
      margin: 0; }

/*#ascrail2000{display:none;}*/
.isotope,
.isotope .iso-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .iso-item {
  -webkit-transition-property: left, top, opacity;
  -moz-transition-property: left, top, opacity;
  -ms-transition-property: left, top, opacity;
  -o-transition-property: left, top, opacity;
  transition-property: left, top, opacity;
  -webkit-transition-delay: 0s, 0.8s, 0s;
  -moz-transition-delay: 0s, 0.8s, 0s;
  -ms-transition-delay: 0s, 0.8s, 0s;
  -o-transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.8s, 0s; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .iso-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/* End: Recommended Isotope styles */
@media (min-width: 320px) and (max-width: 360px) {
  .whatWeDoing .item .content .inner a {
    width: 80%; }

  .header .dropdownMenu > div ul {
    height: 100%;
    overflow: hidden !important; }
    .header .dropdownMenu > div ul li {
      margin-top: 2px; }
      .header .dropdownMenu > div ul li a {
        font-size: 22px; } }
@media (max-width: 320px) {
  .whatWeDoing .item .content .inner a {
    width: 80%; } }
@media (min-width: 320px) and (max-width: 480px) {
  .header .dropdownMenu > div ul {
    height: 300px;
    overflow: hidden !important; }
    .header .dropdownMenu > div ul li {
      margin-top: 2px; }
      .header .dropdownMenu > div ul li a {
        font-size: 22px; }

  .selectedWorks .container-fluid .row > div .item .content .inner h4 {
    font-size: 12px; }
  .selectedWorks .container-fluid .row > div .item .content .inner h2 {
    font-size: 20px; }

  .blogs .row > div .allTags {
    padding: 20px; }
    .blogs .row > div .allTags h2 {
      text-align: center; }
    .blogs .row > div .allTags a {
      display: block;
      text-align: center;
      width: 100%; }

  .pg-caseStudy .container .row > div > p {
    padding: 0; }

  .pg-aboutus-head {
    height: 300px; }
    .pg-aboutus-head .content h2 {
      font-size: 16px;
      line-height: normal; }

  .pg-404 {
    position: relative;
    width: 100%;
    height: 570px;
    padding-top: 100px;
    background-color: #00a4e4; }
    .pg-404 .content {
      text-align: center;
      position: relative; }
      .pg-404 .content h2 {
        font-size: 150px; }
      .pg-404 .content video, .pg-404 .content img {
        position: absolute;
        width: 300px;
        height: 175px;
        left: 50%;
        top: 70px;
        margin-left: -150px; }
      .pg-404 .content h3 {
        font-size: 18px;
        font-family: 'proxima_nova_rgregular';
        color: #FFF !important;
        margin: 0; } }
@media (min-width: 502px) and (max-width: 768px) {
  .pg-contact .container .row > div .text {
    border: none; }
  .pg-contact .container .row > div .text, .pg-contact .container .row > div .text2 {
    padding: 0; } }
@media (min-width: 320px) and (max-width: 767px) {
  .header .dropdownMenu > div ul {
    height: 100%;
    overflow: hidden !important; }
    .header .dropdownMenu > div ul li {
      margin-top: 2px; }
      .header .dropdownMenu > div ul li a {
        font-size: 22px; }

  .footer-bottom {
    padding-top: 24px; }
    .footer-bottom .container .row div p {
      float: none;
      display: inline-block; }
    .footer-bottom .container .row div > .social {
      float: none;
      display: inline-block;
      width: 100%;
      text-align: center; }
      .footer-bottom .container .row div > .social .social {
        float: none;
        display: inline-block; }
      .footer-bottom .container .row div > .social.facebook {
        margin-left: 0; }

  .allClients .container .row.slider {
    margin-left: 60px;
    margin-right: 60px; }
  .allClients .container .row .all {
    height: 50px;
    line-height: 48px; }
  .allClients .container .row > div .owl-item.active {
    border: 1px solid #f2f2f2; }
  .allClients .container .row > div .owl-controls {
    display: block; }

  .whatWeDoing .owl-controls {
    display: block; }

  .pg-aboutus .container {
    padding-top: 0; }
    .pg-aboutus .container.compnay-list .row > div.text-right {
      margin-top: 0;
      text-align: left; }
    .pg-aboutus .container.compnay-list .row > div.text-left {
      margin-top: 0; }
  .pg-aboutus .head img {
    padding-top: 70px; }

  .pg-clients, .pg-works, .pg-contact, .pg-careers, .pg-awards, .pg-aboutus {
    padding: 100px 0; }
    .pg-clients .container .row > div h1, .pg-works .container .row > div h1, .pg-contact .container .row > div h1, .pg-careers .container .row > div h1, .pg-awards .container .row > div h1, .pg-aboutus .container .row > div h1 {
      font-size: 45px;
      margin-bottom: 50px;
      text-align: center; }

  .pg-awards .award-list ul li {
    cursor: default; }
    .pg-awards .award-list ul li > div.text-right {
      text-align: left; }

  .mainPromo .slider .owl-container .item {
    background-position: 50% top !important; }
    .mainPromo .slider .owl-container .item .content {
      margin-top: -45px; }
      .mainPromo .slider .owl-container .item .content h2 {
        font-size: 30px;
        color: #FFF; }
      .mainPromo .slider .owl-container .item .content h3 {
        display: none; }

  .caseHeader .caseImage {
    background-position: 50% top !important;
    background-attachment: local !important; }
    .caseHeader .caseImage .content {
      margin-top: -45px; }
      .caseHeader .caseImage .content h2 {
        font-size: 30px;
        color: #FFF; }
      .caseHeader .caseImage .content h3 {
        display: none; }

  .customerComment {
    width: 100%;
    text-align: center; }
    .customerComment .content {
      margin-bottom: 20px;
      padding-left: 0 !important; }
      .customerComment .content img {
        float: none;
        width: 270px;
        position: static;
        margin-bottom: 20px; }

  .pg-caseStudy {
    padding-top: 30px; }
    .pg-caseStudy .container .row > div > img {
      margin-bottom: 30px; }

  #caseGallery {
    margin-bottom: 30px; }

  .blogs .row > div {
    padding: 0; }
    .blogs .row > div .cover {
      padding: 50px 30px; }
      .blogs .row > div .cover .inner {
        min-height: 230px;
        height: 100%; }
        .blogs .row > div .cover .inner .head {
          margin-bottom: 10px;
          padding-bottom: 15px; }
        .blogs .row > div .cover .inner .content h1 {
          font-size: 30px;
          line-height: 40px;
          margin-bottom: 17px; }
        .blogs .row > div .cover .inner .bottom a {
          padding: 0 30px; }
    .blogs .row > div .contentArea {
      padding: 40px; }
    .blogs .row > div .comments {
      padding: 40px; }
    .blogs .row > div .otherContent {
      background-color: #191919;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      padding: 50px; }
      .blogs .row > div .otherContent .head {
        padding-bottom: 15px;
        margin-bottom: 20px; }
      .blogs .row > div .otherContent .list {
        overflow-y: scroll; }
        .blogs .row > div .otherContent .list .row {
          margin: 0 0 20px 0; }
        .blogs .row > div .otherContent .list .content {
          margin-left: 0; }
          .blogs .row > div .otherContent .list .content h2 {
            margin: 0;
            color: #fefefe;
            font-size: 14px; }
            .blogs .row > div .otherContent .list .content h2 a {
              color: #fefefe; }
              .blogs .row > div .otherContent .list .content h2 a:hover {
                color: #FFFFFF; }

  .chosen-container {
    display: none; }

  .pg-clients .container .row .client-list ul li {
    width: 50%;
    text-align: center;
    margin-left: 0;
    margin-right: 0; } }
@media (max-width: 640px) and (orientation: landscape) {
  .header .dropdownMenu {
    padding-top: 75px; }
    .header .dropdownMenu > div ul {
      height: 100%;
      overflow: hidden !important; }
      .header .dropdownMenu > div ul li {
        margin-top: 2px; }
        .header .dropdownMenu > div ul li a {
          font-size: 22px; } }
@media (max-width: 480px) and (orientation: portrait) {
  .header .dropdownMenu > div ul {
    height: 100%;
    overflow: hidden !important; }
    .header .dropdownMenu > div ul li {
      margin-top: 2px; }
      .header .dropdownMenu > div ul li a {
        font-size: 32px; } }
/*SM*/
@media (min-width: 768px) {
  .aboutUs h2 {
    font-size: 26px; }
  .aboutUs p {
    font-size: 24px;
    color: #a8a8a8;
    line-height: 32px; }

  .pg-works .container .row .works-list > div {
    min-height: 320px; }

  .pg-clients .container .row .client-list ul li {
    margin: 0 30px 60px 0; } }
/*MD*/
@media (min-width: 992px) {
  .aboutUs h2 {
    text-align: left;
    font-size: 26px; }
  .aboutUs p {
    text-align: left;
    font-size: 24px;
    color: #a8a8a8;
    line-height: 32px; }
  .aboutUs em {
    text-align: left; }

  .pg-contact .container .row > div .text {
    padding-right: 100px;
    border-right: 1px solid #ececec; }
  .pg-contact .container .row > div .text2 {
    padding-left: 60px; }

  #map-container {
    height: 500px; }

  .pg-works .container .row .works-list > div {
    min-height: 320px; }

  .pg-clients .container .row .client-list ul li {
    margin: 0 25px 60px 0; } }
/*LG*/
@media (min-width: 1200px) {
  .aboutUs h2 {
    text-align: left;
    font-size: 26px; }
  .aboutUs p {
    text-align: left;
    font-size: 24px;
    color: #a8a8a8;
    line-height: 32px; }
  .aboutUs em {
    text-align: left; }

  .footer .news {
    margin-right: 108px; }
    .footer .news ul li a {
      color: #a8a8a8;
      text-decoration: none; }
  .footer .address {
    margin-right: 122px; }

  .pg-contact .container .row > div .text {
    padding-right: 100px;
    border-right: 1px solid #ececec; }
  .pg-contact .container .row > div .text2 {
    padding-left: 60px; }

  #map-container {
    height: 500px; }

  .pg-works .container .row .works-list > div {
    min-height: 320px; }

  .pg-clients .container .row .client-list ul li {
    margin: 0 30px 60px 0; } }
/* ==========================================================================
 Gri Gundem Mailing 
  ========================================================================== */
   /*------------------------------------*\
    #header-alpha
\*------------------------------------*/
/*<-- GLOBAL -->*/
.header-alpha {
  min-height: 805px;
  background-color: #000;
  background-image: url(../img/bg-mobil.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 85px 0;
  margin: 0; }

.header-alpha #logo {
  display: block;
  text-align: center;
  margin-bottom: 50px; }

.header-alpha h1 {
  text-align: center;
  font-size: 35px;
  color: #fff;
  margin: 15px 0 35px;
  font-weight: bold; }

.header-alpha p {
  font-size: 16px;
  color: #fff;
  text-align: center; }

.header-alpha input[type="submit"] {
  background: #256cf5;
  border-color: #256cf5;
  border-style: solid;
  border-width: 2px;
  color: #fff;
  min-height: 47px;
  line-height: 21px;
  min-width: 130px;
  padding: 6px 28px 4px; }

.header-alpha input[type="text"] {
  border: 1px solid #256cf5;
  background-color: transparent;
  width: 225px;
  height: 47px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px; }

.header-alpha ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff; }

.header-alpha ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

.header-alpha :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff; }

.header-alpha :-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

.header-alpha #frm-magaza {
  margin: 50px auto;
  text-align: center; }

.header-alpha #send-modal-response.success {
  padding: 45px;
  font-size: 16px;
  text-align: center; }

/*<-- MD -->*/
@media (min-width: 992px) {
  .header-alpha {
    background-image: url(../img/bg-web.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 85px 0;
    margin: 0;
    height: 1000px; }

  .header-alpha #logo {
    margin-bottom: 100px; }

  .header-alpha h1 {
    font-size: 57px;
    color: #fff;
    margin-bottom: 40px; }

  .header-alpha p {
    font-size: 16px;
    color: #fff;
    text-align: auto; }

  .header-alpha .header-wrapper {
    width: 60%;
    max-width: 450px;
    padding: 50px; }

  .header-alpha .left-content {
    min-height: 450px; }

  .header-alpha .left-content .header-wrapper {
    text-align: right;
    float: right;
    width: 60%;
    max-width: 450px;
    padding: 50px; }

  .header-alpha .left-content .header-wrapper h1, .header-alpha .left-content .header-wrapper p {
    text-align: right; }

  .header-alpha .right-content .header-wrapper {
    text-align: left;
    float: left;
    width: 90%;
    /*max-width: 500px;*/
    max-width: 700px;
    padding: 50px; }

  .header-alpha .right-content .header-wrapper h1, .header-alpha .right-content .header-wrapper p {
    text-align: left; }

  .header-alpha #frm-magaza {
    text-align: left; } }
/*------------------------------------*\
    #content-alpha
\*------------------------------------*/
/*<-- GLOBAL -->*/
.content-alpha {
  position: relative; }

.content-alpha .medium {
  position: absolute;
  width: 300px;
  right: 50px;
  top: -60px; }

.content-alpha .medium a {
  text-decoration: underline;
  color: #000;
  font-weight: bold; }

.content-alpha .medium a img {
  margin-left: 10px; }

.content-alpha .blue {
  color: #12b7ec; }

.content-alpha h1 {
  font-size: 40px;
  font-weight: bold; }

.content-alpha h3 {
  font-weight: 20px;
  font-weight: bold;
  margin-top: 48px;
  margin-bottom: 33px; }

.content-alpha p {
  font-weight: 18px;
  line-height: 24px; }

/*<-- SM -->*/
@media (min-width: 992px) {
  .content-alpha h1 {
    font-size: 50px; }

  .content-alpha h3 {
    font-weight: 27px; }

  .content-alpha p {
    font-weight: 18px; } }
/*------------------------------------*\
    #footer-alpha
\*------------------------------------*/
/*<-- GLOBAL -->*/
.footer-alpha {
  position: relative;
  background-color: #000;
  color: #fff; }

.footer-alpha img {
  width: 100%; }

.footer-alpha h3 {
  font-size: 50px;
  font-weight: bold;
  padding-left: 25px;
  margin-bottom: 30px; }

.footer-alpha li {
  font-size: 15px;
  line-height: 40px; }

.footer-alpha #logo {
  display: block;
  margin: 100px 25px 60px; }

.footer-alpha #logo img {
  width: auto; }

/*------------------------------------*\
    #E-bülten
\*------------------------------------*/
.ebulten {
  width: 100%;
  height: auto;
  padding: 120px 0;
  background-color: #f2f6f9;
  display: block; }
  .ebulten__content .formSide p {
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    color: #22252f;
    padding-top: 10px; }
  .ebulten__content .formSide input {
    width: 100%;
    display: block;
    border: 1px solid #e3eaef;
    background-color: #e9eff3;
    padding: 15px 10px;
    font-family: 'proxima_nova_ltsemibold';
    color: #22252f;
    font-size: 16px;
    margin-top: 20px; }
  .ebulten__content .formSide:last-child input {
    background-color: #41adfd;
    border: 1px solid #41adfd;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold; }
  .ebulten__content .checkbox p {
    font-size: 14px;
    color: #181818;
    font-weight: bold;
    position: absolute;
    left: 40px;
    top: 3px; }

@media screen and (min-width: 768px) {
  .ebulten {
    padding: 230px 0; }
    .ebulten__content .submit {
      margin-top: 37px; } }
.fancybox-skin {
  max-width: 500px !important;
  width: 100% !important; }

.success-popup {
  text-align: center; }
  .success-popup p {
    font-size: 20px;
    color: #181818;
    font-family: 'proxima_nova_rgbold';
    padding-top: 35px; }

.fancybox-wrap {
  top: 37% !important;
  left: 50% !important;
  transform: translateX(-50%);
  max-width: 500px !important;
  width: 90% !important; }

.fancybox-inner {
  width: 100% !important; }

.fancybox-close {
  background-image: url(/Sites/1/content/img/fancy_close.png);
  width: 30px !important;
  height: 30px !important;
  top: -15px !important;
  right: -15px !important;
  background-size: 30px !important; }

/* Kıs Kampanyası Css */
.wt-container .wt-top-container {
  background-color: #19ade6;
  padding-top: 15px; }
  .wt-container .wt-top-container .wt-header .logo {
    padding-left: 0; }
  .wt-container .wt-top-container .wt-header .info {
    padding-right: 0;
    padding-left: 0; }
    .wt-container .wt-top-container .wt-header .info span {
      font-size: 12px;
      color: #fff;
      font-family: "proxima_nova_ltsemibold"; }
  .wt-container .wt-top-container .wt-banner .title {
    margin-top: 50px; }
    .wt-container .wt-top-container .wt-banner .title h2 {
      font-size: 36px;
      color: #fff;
      font-family: "proxima_nova_ltsemibold";
      padding-right: 60px; }
  .wt-container .wt-top-container .wt-banner .content p {
    font-size: 16px;
    color: #fff;
    margin-top: 15px; }
  .wt-container .wt-top-container .wt-banner .button {
    width: 100%;
    height: 60px;
    display: table;
    background-color: #4fc2f0;
    margin-top: 25px; }
    .wt-container .wt-top-container .wt-banner .button a {
      color: #fff;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      font-size: 14px;
      font-family: "proxima_nova_rgbold";
      letter-spacing: 3px; }
  .wt-container .wt-top-container .wt-banner .bn-image {
    margin-top: 20px; }
.wt-container .wt-content-wrapper {
  margin-top: 55px;
  background-color: #fbfbfb; }
  .wt-container .wt-content-wrapper .title h3 {
    font-size: 36px;
    color: #2a2a2a;
    font-family: "proxima_nova_ltsemibold";
    padding-right: 35px; }
  .wt-container .wt-content-wrapper .img {
    margin: 45px 0; }
    .wt-container .wt-content-wrapper .img img {
      display: block;
      margin-right: auto;
      margin-left: auto; }
  .wt-container .wt-content-wrapper .list-content .content-wrapper {
    width: 100%;
    display: inline-block;
    padding: 40px;
    border-bottom: 1px solid #dbdbdb;
    padding-left: 15px;
    padding-right: 15px; }
    .wt-container .wt-content-wrapper .list-content .content-wrapper:last-child {
      border-bottom: 0; }
  .wt-container .wt-content-wrapper .list-content .title {
    padding-left: 15px;
    margin-bottom: 20px; }
    .wt-container .wt-content-wrapper .list-content .title h4 {
      font-size: 24px;
      color: #2a2a2a;
      font-family: "proxima_nova_ltsemibold";
      padding-right: 55px; }
  .wt-container .wt-content-wrapper .list-content .list-wrapper {
    width: 100%;
    display: inline-block; }
    .wt-container .wt-content-wrapper .list-content .list-wrapper .content {
      /* min-height: 130px; */
      margin: 0 0 30px 0; }
      .wt-container .wt-content-wrapper .list-content .list-wrapper .content p {
        font-size: 18px;
        color: #515151;
        margin: 0; }
        .wt-container .wt-content-wrapper .list-content .list-wrapper .content p strong {
          font-family: "proxima_nova_rgbold"; }
.wt-container .wt-form {
  margin-top: 35px; }
  .wt-container .wt-form .title h2 {
    font-size: 30px;
    color: #2a2a2a;
    padding-right: 45px;
    font-family: "proxima_nova_ltsemibold"; }
  .wt-container .wt-form .frm-wrapper {
    margin-top: 35px; }
    .wt-container .wt-form .frm-wrapper .input-wrapper .title {
      margin-bottom: 7px; }
      .wt-container .wt-form .frm-wrapper .input-wrapper .title p {
        font-size: 18px;
        color: #22252f;
        font-family: "proxima_nova_ltsemibold";
        margin: 0; }
    .wt-container .wt-form .frm-wrapper .input-wrapper input {
      width: 100%;
      margin: 0 0 10px 0;
      border: 1px solid #e3eaef;
      background-color: #e9eff3;
      padding: 15px 0 15px 15px;
      color: #22252f;
      font-family: "proxima_novalight"; }
    .wt-container .wt-form .frm-wrapper .submit {
      width: 100%;
      height: 60px;
      display: table;
      background-color: #4fc2f0; }
      .wt-container .wt-form .frm-wrapper .submit .center {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        .wt-container .wt-form .frm-wrapper .submit .center input {
          border: 0;
          background-color: transparent;
          font-size: 14px;
          color: #fff;
          font-family: "proxima_nova_rgbold"; }
    .wt-container .wt-form .frm-wrapper .check-wrapper {
      width: 100%;
      display: inline-block;
      margin-top: 35px; }
      .wt-container .wt-form .frm-wrapper .check-wrapper .icheckbox_minimal-blue {
        float: left;
        border: 1px solid #b8b8b8;
        border-radius: 50%;
        background-color: #e1e1e1; }
      .wt-container .wt-form .frm-wrapper .check-wrapper .info {
        width: 85%;
        float: left;
        padding-left: 20px; }
        .wt-container .wt-form .frm-wrapper .check-wrapper .info p {
          font-size: 12px;
          color: #22252f;
          font-family: "proxima_novalight";
          line-height: 13px; }

/* Desktop Css */
@media (min-width: 992px) {
  .wt-container .wt-top-container {
    background-color: transparent;
    background: url("../img/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 530px;
    position: relative; }
    .wt-container .wt-top-container .mini-elipse {
      position: absolute;
      bottom: -35px;
      left: 50%; }
    .wt-container .wt-top-container .big-elipse {
      position: absolute;
      bottom: -75px;
      left: 0; }
    .wt-container .wt-top-container .wt-banner .wrapper .wr-content {
      max-width: 400px; }
    .wt-container .wt-top-container .wt-banner .wrapper .wr-image {
      position: relative; }
    .wt-container .wt-top-container .wt-banner .wrapper .button {
      width: 70%; }
      .wt-container .wt-top-container .wt-banner .wrapper .button a:focus, .wt-container .wt-top-container .wt-banner .wrapper .button a:hover {
        text-decoration: none; }
    .wt-container .wt-top-container .wt-banner .wrapper .title h2 {
      font-size: 54px; }
    .wt-container .wt-top-container .wt-banner .wrapper .bn-image img {
      display: none; }
    .wt-container .wt-top-container .wt-banner .img-wrap {
      position: absolute;
      right: -90px;
      bottom: -132px; }
  .wt-container .wt-content-wrapper {
    padding-right: 0;
    padding-left: 0; }
    .wt-container .wt-content-wrapper .context {
      width: 100%;
      display: table;
      padding: 20px; }
      .wt-container .wt-content-wrapper .context .title {
        display: table-cell;
        vertical-align: middle; }
      .wt-container .wt-content-wrapper .context .img {
        display: table-cell;
        vertical-align: middle; }
    .wt-container .wt-content-wrapper .list-content {
      background-color: #f2f6f9;
      padding-top: 80px; }

  .form-wrap {
    background-color: #fff;
    min-height: 700px;
    position: relative; }
    .form-wrap .fr-wrapper {
      width: 70%;
      float: left;
      z-index: 1;
      margin-top: 60px;
      position: relative; }
    .form-wrap .frm-img {
      position: relative;
      z-index: 0; }
      .form-wrap .frm-img img {
        position: absolute;
        right: -50px;
        top: 66px; }
    .form-wrap .frm-wrapper .input-wrapper {
      padding-left: 0; }
    .form-wrap .frm-wrapper .submit {
      width: 48% !important;
      margin-top: 15px; }
      .form-wrap .frm-wrapper .submit .center input {
        width: 100%;
        height: 65px; } }
.en-button a {
  float: right;
  margin-top: 22px;
  font-size: 18px;
  color: #fff;
  text-decoration: none; }

/* New Case Study Edit */
.caseContent article {
  display: block;
  max-width: 640px;
  text-align: center;
  margin: 90px auto 90px auto; }
  .caseContent article h3 {
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    margin: 0px;
    margin-bottom: 40px; }
  .caseContent article p {
    font-size: 18px;
    color: black;
    margin-bottom: 40px;
    line-height: 30px; }
    .caseContent article p:last-child {
      margin-bottom: 0px; }
.caseContent .customer {
  margin-bottom: 100px; }
  .caseContent .customer picture {
    display: block;
    max-width: 437px;
    margin: auto; }
    .caseContent .customer picture img {
      width: 100%; }
  .caseContent .customer span {
    display: block;
    max-width: 437px;
    margin: auto;
    font-weight: 600;
    font-size: 12px;
    color: #b1b1b1;
    margin-top: 20px;
    margin-bottom: 30px; }
  .caseContent .customer p {
    display: block;
    max-width: 560px;
    margin: auto;
    font-weight: 600;
    font-size: 20px;
    color: black;
    text-align: center; }

.half-carousel-content {
  position: relative; }
  .half-carousel-content:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    width: 100%;
    height: 432px;
    background-color: #dee1e7; }
  .half-carousel-content .half-carousel {
    position: relative; }
    .half-carousel-content .half-carousel .owl-stage .item img {
      max-width: 830px;
      margin: auto;
      max-height: 590px;
      width: auto; }
    .half-carousel-content .half-carousel .owl-nav {
      position: absolute;
      z-index: 9;
      pointer-events: none;
      width: 100%;
      top: 50%;
      transform: translateY(-50%); }
      .half-carousel-content .half-carousel .owl-nav .owl-prev {
        display: table;
        pointer-events: auto;
        float: left;
        font-size: 0px;
        width: 73px;
        height: 73px;
        background-color: white;
        text-align: center;
        margin-left: -73px; }
        .half-carousel-content .half-carousel .owl-nav .owl-prev:after {
          content: "\f104";
          display: table-cell;
          font-family: FontAwesome;
          font-size: 37px;
          color: #14bad3;
          vertical-align: middle; }
      .half-carousel-content .half-carousel .owl-nav .owl-next {
        display: table;
        pointer-events: auto;
        float: right;
        font-size: 0px;
        width: 73px;
        height: 73px;
        background-color: white;
        text-align: center;
        margin-right: -73px; }
        .half-carousel-content .half-carousel .owl-nav .owl-next:after {
          content: "\f105";
          display: table-cell;
          font-family: FontAwesome;
          font-size: 37px;
          color: #14bad3;
          vertical-align: middle; }

.full-carousel {
  position: relative; }
  .full-carousel .owl-stage .item {
    height: 486px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .full-carousel .owl-nav {
    position: absolute;
    z-index: 9;
    pointer-events: none;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
    .full-carousel .owl-nav .owl-prev {
      display: table;
      pointer-events: auto;
      float: left;
      font-size: 0px;
      width: 73px;
      height: 73px;
      background-color: white;
      text-align: center;
      margin-left: -73px; }
      .full-carousel .owl-nav .owl-prev:after {
        content: "\f104";
        display: table-cell;
        font-family: FontAwesome;
        font-size: 37px;
        color: #14bad3;
        vertical-align: middle; }
    .full-carousel .owl-nav .owl-next {
      display: table;
      pointer-events: auto;
      float: right;
      font-size: 0px;
      width: 73px;
      height: 73px;
      background-color: white;
      text-align: center;
      margin-right: -73px; }
      .full-carousel .owl-nav .owl-next:after {
        content: "\f105";
        display: table-cell;
        font-family: FontAwesome;
        font-size: 37px;
        color: #14bad3;
        vertical-align: middle; }
  .full-carousel .owl-dots {
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 0;
    margin-bottom: 40px;
    transform: translateX(-50%);
    text-align: center; }
    .full-carousel .owl-dots .owl-dot {
      display: inline-block;
      width: 14px;
      height: 14px;
      background-color: white;
      margin-right: 6px;
      border-radius: 50%; }
      .full-carousel .owl-dots .owl-dot:last-child {
        margin-right: 0px; }
      .full-carousel .owl-dots .owl-dot span {
        display: block;
        border-radius: 50%;
        width: 6px;
        height: 6px;
        margin-left: 4px;
        margin-top: 4px;
        background-color: transparent; }
      .full-carousel .owl-dots .owl-dot.active span {
        background-color: #14bad3; }

.color-carousel {
  position: relative; }
  .color-carousel .owl-stage .item {
    height: 486px; }
    .color-carousel .owl-stage .item img {
      position: relative;
      max-width: 640px;
      margin-left: auto;
      margin-right: auto;
      top: 50%;
      transform: translateY(-50%); }
  .color-carousel .owl-nav {
    position: absolute;
    z-index: 9;
    pointer-events: none;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
    .color-carousel .owl-nav .owl-prev {
      display: table;
      pointer-events: auto;
      float: left;
      font-size: 0px;
      width: 73px;
      height: 73px;
      background-color: white;
      text-align: center;
      margin-left: -73px; }
      .color-carousel .owl-nav .owl-prev:after {
        content: "\f104";
        display: table-cell;
        font-family: FontAwesome;
        font-size: 37px;
        color: #14bad3;
        vertical-align: middle; }
    .color-carousel .owl-nav .owl-next {
      display: table;
      pointer-events: auto;
      float: right;
      font-size: 0px;
      width: 73px;
      height: 73px;
      background-color: white;
      text-align: center;
      margin-right: -73px; }
      .color-carousel .owl-nav .owl-next:after {
        content: "\f105";
        display: table-cell;
        font-family: FontAwesome;
        font-size: 37px;
        color: #14bad3;
        vertical-align: middle; }
  .color-carousel .owl-dots {
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 0;
    margin-bottom: 40px;
    transform: translateX(-50%);
    text-align: center; }
    .color-carousel .owl-dots .owl-dot {
      display: inline-block;
      width: 14px;
      height: 14px;
      background-color: white;
      margin-right: 6px;
      border-radius: 50%; }
      .color-carousel .owl-dots .owl-dot:last-child {
        margin-right: 0px; }
      .color-carousel .owl-dots .owl-dot span {
        display: block;
        border-radius: 50%;
        width: 6px;
        height: 6px;
        margin-left: 4px;
        margin-top: 4px;
        background-color: transparent; }
      .color-carousel .owl-dots .owl-dot.active span {
        background-color: #14bad3; }

@media screen and (max-width: 1199px) {
  .half-carousel-content .half-carousel .owl-stage .item img {
    max-width: 700px; } }
@media screen and (max-width: 991px) {
  .half-carousel-content .half-carousel .owl-stage .item img {
    max-width: 550px; }

  .full-carousel .owl-nav .owl-prev {
    margin-left: 73px; }
  .full-carousel .owl-nav .owl-next {
    margin-right: 73px; }

  .color-carousel .owl-nav .owl-prev {
    margin-left: 73px; }
  .color-carousel .owl-nav .owl-next {
    margin-right: 73px; } }
@media screen and (max-width: 767px) {
  .full-carousel .owl-nav {
    display: none; }

  .color-carousel .owl-nav {
    display: none; }

  .half-carousel-content .half-carousel .owl-nav .owl-prev {
    margin-left: 30px; }

  .half-carousel-content .half-carousel .owl-nav .owl-next {
    margin-right: 30px; }

  .half-carousel-content:after {
    height: 100%; }

  .full-carousel .owl-stage .item {
    height: 300px; }

  .color-carousel .owl-stage .item {
    height: 300px; }

  .half-carousel-content .half-carousel .owl-stage .item img {
    max-width: none;
    max-height: none;
    width: 90%; } }
.video-modal {
  text-align: center; }

@media screen and (min-width: 768px) {
  .video-modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%; } }
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.video-modal .modal-content {
  box-shadow: none;
  border-radius: 23px;
  border: 25px solid white; }

.video-modal .modal-body {
  padding: 0px; }

.video-modal .modal-header {
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 40px;
  border: 0px; }

.csBox > div {
  margin-top: 50px; }
  .csBox > div .img {
    min-height: 111px; }
    .csBox > div .img img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .csBox > div .title-content h4 {
    color: #14bad3;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-top: 25px; }
  .csBox > div .title-content p {
    text-align: center; }

@media screen and (min-width: 768px) {
  .csBox {
    margin-top: 130px; }
    .csBox > div {
      margin-top: 0; } }
/* Breadcrumb */
.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0; }
  .breadcrumb .works:before {
    content: ""; }
  .breadcrumb .works a {
    font-size: 15px;
    color: #ffffff;
    font-family: "proxima_nova_rgregular";
    float: left;
    margin-top: 14px;
    line-height: 20px;
    position: relative;
    z-index: 4;
    opacity: .5;
    margin-right: 10px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase; }
  .breadcrumb li {
    float: left;
    /* text-transform: uppercase; */ }
    .breadcrumb li:before {
      content: ""; }
    .breadcrumb li a {
      color: #ffffff;
      font-size: 15px;
      font-family: "proxima_nova_rgregular";
      float: left;
      margin-top: 14px;
      line-height: 20px;
      position: relative;
      z-index: 4;
      text-decoration: none; }
    .breadcrumb li:first-child a {
      text-transform: uppercase;
      font-size: 15px;
      color: #ffffff;
      font-family: "proxima_nova_rgregular";
      float: left;
      margin-top: 14px;
      line-height: 20px;
      position: relative;
      z-index: 4;
      opacity: .5;
      margin-right: 10px;
      text-decoration: none;
      font-weight: normal; }
    .breadcrumb li:last-child:before {
      content: ""; }
    .breadcrumb li:last-child:after {
      content: ""; }
    .breadcrumb li:after {
      content: ">";
      color: #ffffff;
      font-size: 15px;
      font-family: "proxima_nova_rgregular";
      float: left;
      margin-right: 10px;
      margin-top: 14px;
      opacity: .5;
      line-height: 20px;
      position: relative;
      z-index: 4;
      text-decoration: none; }

/* kullanicitesti */
.kullanicitesti .info {
  margin: 60px 0;
  text-align: center; }
  .kullanicitesti .info p {
    color: #000;
    line-height: 34px;
    font-size: 18px; }
.kullanicitesti .info-box {
  text-align: center; }
  .kullanicitesti .info-box h1 {
    margin-bottom: 60px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    color: #000; }
  .kullanicitesti .info-box .info-box-in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .kullanicitesti .info-box .info-box-in .boxs {
      border-left: 1px solid #e4e4e4;
      margin-bottom: 60px; }
      .kullanicitesti .info-box .info-box-in .boxs:nth-child(1) {
        border-left: none; }
      .kullanicitesti .info-box .info-box-in .boxs h3 {
        color: #000;
        font-size: 18px;
        font-weight: bold; }
      .kullanicitesti .info-box .info-box-in .boxs .image {
        height: 170px; }
        .kullanicitesti .info-box .info-box-in .boxs .image img {
          max-width: 100%;
          height: auto;
          margin: 35px 0; }
      .kullanicitesti .info-box .info-box-in .boxs p {
        color: #000;
        line-height: 1.6;
        font-size: 18px; }
.kullanicitesti .info-box-second {
  text-align: center; }
  .kullanicitesti .info-box-second h1 {
    margin-bottom: 60px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    color: #000; }
  .kullanicitesti .info-box-second .info-box-second-in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .kullanicitesti .info-box-second .info-box-second-in .boxs-full-border {
      border-left: 1px solid #e4e4e4;
      border-top: 1px solid #e4e4e4;
      border-bottom: 1px solid #e4e4e4;
      margin-bottom: 60px;
      padding-top: 60px;
      padding-bottom: 60px; }
      .kullanicitesti .info-box-second .info-box-second-in .boxs-full-border:nth-child(4) {
        border-right: 1px solid #e4e4e4; }
      .kullanicitesti .info-box-second .info-box-second-in .boxs-full-border h3 {
        color: #000;
        margin-bottom: 50px;
        font-size: 18px;
        font-weight: bold; }
      .kullanicitesti .info-box-second .info-box-second-in .boxs-full-border p {
        color: #000;
        line-height: 1.6;
        font-size: 18px; }
  .kullanicitesti .info-box-second .box-full-border-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .kullanicitesti .info-box-second .box-full-border-button h3 {
      width: 50%;
      line-height: 1.7; }

/* kullanicitesti-formPopup-wrapper */
.kullanicitesti-formPopup-wrapper .formPopup_title h1 {
  margin: 60px 0 40px 0;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center; }
.kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-text,
.kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-select {
  font-family: "proxima_novalight";
  color: #22252f;
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 30px; }
  .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-text h1,
  .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-select h1 {
    font-family: "proxima_nova_ltsemibold";
    color: #22252f;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600; }
  .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-text input,
  .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-select input {
    padding: 15px 10px;
    width: 100%;
    background-color: #e9eff3;
    border: none; }
    .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-text input::-webkit-input-placeholder,
    .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-select input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-family: "proxima_novalight";
      color: #22252f;
      font-size: 16px;
      font-weight: 100; }
    .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-text input::-moz-placeholder,
    .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-select input::-moz-placeholder {
      /* Firefox 19+ */
      font-family: "proxima_novalight";
      color: #22252f;
      font-size: 16px;
      font-weight: 100; }
    .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-text input:-ms-input-placeholder,
    .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-select input:-ms-input-placeholder {
      /* IE 10+ */
      font-family: "proxima_novalight";
      color: #22252f;
      font-size: 16px;
      font-weight: 100; }
    .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-text input:-moz-placeholder,
    .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-select input:-moz-placeholder {
      /* Firefox 18- */
      font-family: "proxima_novalight";
      color: #22252f;
      font-size: 16px;
      font-weight: 100; }
  .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-text input[type="date"],
  .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-select input[type="date"] {
    padding: 8px 10px; }
  .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-text .e_bulten,
  .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-select .e_bulten {
    /* input[type=checkbox] {
    	float: left;
    } */ }
    .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-text .e_bulten .icheckbox_minimal-blue,
    .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-select .e_bulten .icheckbox_minimal-blue {
      float: left;
      margin: 0 10px 0 0; }
  .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-text h1.select-h1,
  .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-select h1.select-h1 {
    font-family: "proxima_nova_ltsemibold";
    font-size: 11px;
    color: #22252f;
    margin: 10px 0; }
  .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-text .iradio_minimal-blue,
  .kullanicitesti-formPopup-wrapper .form-wrapper .formPopup-select .iradio_minimal-blue {
    margin: 10px 5px 10px 0; }
.kullanicitesti-formPopup-wrapper .form-wrapper .button-form {
  padding: 0 0 20px 0; }

@media screen and (max-width: 480px) {
  .kullanicitesti .info p {
    font-size: 18px; } }
@media screen and (max-width: 767px) {
  .kullanicitesti .info-box .info-box-in {
    display: block; }
    .kullanicitesti .info-box .info-box-in .boxs {
      border-left: none;
      border-bottom: 1px solid #e4e4e4;
      margin-bottom: 60px; }
      .kullanicitesti .info-box .info-box-in .boxs:last-child {
        border-bottom: none; }
  .kullanicitesti .info-box-second .info-box-second-in {
    display: block; }
    .kullanicitesti .info-box-second .info-box-second-in .boxs-full-border {
      border-right: 1px solid #e4e4e4;
      border-bottom: none;
      margin-bottom: 0; }
      .kullanicitesti .info-box-second .info-box-second-in .boxs-full-border:last-child {
        border-bottom: 1px solid #e4e4e4; } }
/* griux (kullanicitesti sayfasındaki bazı css'ler bu sitede de kullanıldı güncellendiği zaman dikkat edilmesi rica olunur) */
.griux .info-ux {
  margin: 60px 0 0 0; }
.griux h2 {
  font-family: "proxima_nova_ltsemibold";
  color: #000;
  font-size: 18px; }
.griux p {
  margin-bottom: 0; }
.griux .info-box .boxs .image {
  width: 100%;
  height: auto;
  margin-bottom: 15px; }
  .griux .info-box .boxs .image img {
    width: 100%;
    position: relative; }
  .griux .info-box .boxs .image .position-absolute-content {
    position: absolute;
    top: 0;
    padding: 10%;
    width: 80%; }
    .griux .info-box .boxs .image .position-absolute-content.left-side {
      left: 0;
      float: left;
      text-align: left;
      padding: 10% 0 0 10%; }
    .griux .info-box .boxs .image .position-absolute-content.right-side {
      right: 0;
      float: right;
      text-align: right;
      padding: 10% 10% 0 0; }
  .griux .info-box .boxs .image h2 {
    font-family: "proxima_nova_ltsemibold";
    font-size: 30px;
    color: #fff; }
  .griux .info-box .boxs .image p {
    font-family: "proxima_nova_rgregular";
    font-size: 16px;
    color: #fff; }

.griux .form-wrapper {
  margin-bottom: 50px; }
  .griux .form-wrapper .form-equal-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .griux .form-wrapper .form-equal-columns .formPopup-text {
      margin: 0; }
    .griux .form-wrapper .form-equal-columns .button-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      margin: 0;
      padding: 0; }

@media screen and (max-width: 767px) {
  .griux .info-box .boxs .image .position-absolute-content {
    position: unset;
    width: 90%; }
    .griux .info-box .boxs .image .position-absolute-content.left-side {
      padding: 0 0 0 10px; }
    .griux .info-box .boxs .image .position-absolute-content.right-side {
      padding: 0 10px 0 0; }
  .griux .info-box .boxs .image h2 {
    font-size: 20px;
    margin: 10px 0;
    color: #000; }
  .griux .info-box .boxs .image p {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 15px; }
  .griux .form-wrapper .form-equal-columns .button-form {
    display: block;
    margin: 20px 0; } }

/*# sourceMappingURL=main.css.map */
