/* Generated by less 2.5.1 */
/* user     :   @berkantfidan */
/* publisher:   @vidizayn */
/*************************************************************/
/* ELEMENTS                                                 */
/***********************************************************/
@font-face {
  font-family: 'proxima';
  src: url('../fonts/proxima/bold/ProximaNova-Bold.eot');
  src: url('../fonts/proxima/bold/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima/bold/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/proxima/bold/ProximaNova-Bold.woff') format('woff'), url('../fonts/proxima/bold/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/proxima/bold/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'proxima';
  src: url('../fonts/proxima/regular/ProximaNova-Regular.eot');
  src: url('../fonts/proxima/regular/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima/regular/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/proxima/regular/ProximaNova-Regular.woff') format('woff'), url('../fonts/proxima/regular/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/proxima/regular/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'proxima';
  src: url('../fonts/proxima/light/ProximaNova-Light.eot');
  src: url('../fonts/proxima/light/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima/light/ProximaNova-Light.woff2') format('woff2'), url('../fonts/proxima/light/ProximaNova-Light.woff') format('woff'), url('../fonts/proxima/light/ProximaNova-Light.ttf') format('truetype'), url('../fonts/proxima/light/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}
html,
body {
  height: 100%;
}
.grab {
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: url('../images/grabbing.png') 8 8, move;
  cursor: url('../images/grabbing.png'), move;
}
.transition {
  transition: all 150ms ease-in-out;
}
.no-gap {
  padding: 0;
}
.no-gap div[class="row"],
.no-gap div[class*="col"] {
  padding: 0;
  margin: 0;
}
.block-shadow {
  position: relative;
  z-index: 999999;
  box-shadow: 0 4px 10px #ccc;
}
/* scroll-to-top */
.scroll-to-top {
  position: fixed;
  z-index: 999999 !important;
  bottom: 50px;
  right: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  background-color: #003677;
  transition: transform 0.3s;
  overflow: hidden;
  opacity: .6;
  display: none;
}
.scroll-to-top:before,
.scroll-to-top:after {
  content: '';
  position: absolute;
  display: block;
  top: 15px;
  background-color: #fff;
  height: 20px;
  width: 5px;
}
.scroll-to-top:before {
  transform: rotate(-45deg);
  left: 28px;
}
.scroll-to-top:after {
  transform: rotate(45deg);
  right: 28px;
}
.scroll-to-top:focus {
  outline: none;
}
.scroll-to-top:hover {
  opacity: 1;
}
/* loading */
.page-load {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #003677;
  z-index: 99999999999;
}
.page-load .ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  border: 5px solid rgba(159, 218, 248, 0.75);
  border-radius: 100%;
}
.page-load .ball-holder {
  position: absolute;
  width: 12px;
  height: 45px;
  left: 17px;
  top: 0px;
}
.page-load .ball {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #ee003d;
}
.page-load .ball-holder {
  animation: loadingE 1.3s linear infinite;
}
@keyframes loadingE {
  0 {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:focus,
::focus {
  outline: none;
}
/****************** CODING... ***********************/
body {
  font-family: "proxima", serif;
}
a,
a:hover {
  text-decoration: none;
  transition: all 150ms ease-in-out;
}
/**************** STATIC-OBJECTS ********************/
.header--top {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  padding: 0 0 .2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 80px;
  transition: height 100ms ease-in;
}
.header--top .logo {
  margin-top: 1.2em;
  margin-bottom: 0;
}
.header--top.shrink {
  padding: .1em 0 .1em;
  background: #ffffff;
  box-shadow: 0 0 5px #ccc;
  height: 60px;
}
.header--top.shrink .link-group {
  margin-top: 5px;
}
.header--top.shrink .link-item {
  padding-top: .7em;
}
.header--top.shrink .link-item .submenu {
  top: 50px;
}
.header--top.shrink .logo {
  margin-top: .5em;
}
.header--top.shrink.homepage-shrink {
  background: rgba(255, 255, 255, 0.4) !important;
  box-shadow: none !important;
}
.page--navigation {
  display: inline-block;
  float: right;
}
.page--navigation .link-group {
  display: inline-block;
  margin-bottom: 0;
}
.page--navigation .link-item {
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 20px;
  min-height: 80px;
  padding-top: 1.7em;
}
.page--navigation .link-item a {
  color: #666666;
  font-size: 15px;
  font-weight: 600;
}
.page--navigation .link-item a.active {
  color: #ee003d;
}
.page--navigation .link-item a.active:hover {
  color: #ff3c6e;
}
.page--navigation .link-item a:hover {
  color: #4499ff;
}
.page--navigation .link-item.select-language a {
  font-weight: 400;
  font-size: 13px;
}
.page--navigation .link-item.select-language .icon-lang-tr {
  background: url('../images/icon/icon-lang-tr.png') no-repeat;
  width: 15px;
  height: 11px;
  display: block;
  float: right;
  margin: 7px 0 0 10px;
}
.page--navigation .link-item .submenu {
  display: none;
  position: absolute;
  width: 220px;
  z-index: 2;
  top: 78px;
  left: 0;
  border-top: 2px solid #ee003d;
}
.page--navigation .link-item .submenu li {
  padding: 10px 0 10px 20px;
  background-color: #333333;
}
.page--navigation .link-item .submenu li:hover {
  background: #4d4d4d;
}
.page--navigation .link-item .submenu li:hover a {
  color: #fff;
}
.page--navigation .link-item .submenu li a {
  color: #979797;
  font-size: 14px;
}
.page--navigation .link-item:hover .submenu {
  display: block;
}
.page--navigation.nav-transparent a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.page--navigation.nav-transparent a.active {
  color: #ee003d;
}
.page--navigation.nav-transparent a.active:hover {
  color: #ff3c6e;
}
.page--navigation.nav-transparent a:hover {
  color: #4499ff;
}
.page--body {
  position: relative;
  top: 80px;
  margin-bottom: 80px;
}
.btn {
  border-radius: 0;
  border: none;
}
.btn-vistream-default {
  background: transparent;
  border: 2px solid #d7d7d7;
  font-size: 15px;
  color: #bebebe;
}
.btn-vistream-default:hover {
  background: #ee003d;
  border-color: transparent;
  color: #fff;
}
.btn-vistream-danger {
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  color: #ee003d;
}
.btn-vistream-danger:hover {
  background: #ee003d;
  color: #fff;
}
.checklist li {
  position: relative;
  z-index: 1;
  padding-left: 25px;
  font-size: 16px;
}
.checklist li::after {
  content: '';
  width: 15px;
  height: 7px;
  position: absolute;
  top: 7px;
  left: 0;
  border: 2px solid #ee003d;
  border-top: none;
  border-right: none;
  transform: rotate(-55deg);
}
.checklist li p {
  margin-bottom: 5px;
}
.checklist-title {
  font-size: 21px;
  font-weight: 400;
  color: #333333;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.checklist-title::after {
  content: '';
  width: 15px;
  height: 7px;
  position: absolute;
  top: 7px;
  left: 0;
  border: 2px solid #003677;
  border-top: none;
  border-right: none;
  transform: rotate(-55deg);
}
/****************** HEADER **************************/
.homepage--header {
  background-image: url('../images/bg/homepage-header-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
}
.homepage--header .header--body {
  padding-top: 10em;
}
.homepage--header .header--body .page-heading {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  margin-top: 1em;
}
.homepage--header .header--body .text {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.3;
  color: #fff;
}
.homepage--header .header--body .jump-link {
  color: #fff;
  font-size: 64px;
  margin-top: 1em;
  display: block;
}
/****************** HOMEPAGE-ABOUT ******************/
.homepage-about {
  position: relative;
  z-index: 1;
  top: -100px;
}
.homepage-about .centered-video {
  position: relative;
  box-shadow: 0 0px 70px rgba(255, 255, 255, 0.6);
}
.homepage-about .centered-video:hover {
  border-color: #003677;
}
.homepage-about .centered-video .icon-play {
  background: url('../images/icon/icon-play-video.svg') no-repeat center center;
  width: 120px;
  height: 120px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2s linear infinite;
}
.homepage-about .content {
  margin-top: 5em;
}
.homepage-about .content .title {
  font-size: 44px;
  font-weight: 600;
  color: #333333;
}
.homepage-about .content .text {
  color: #555555;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
}
/**************** HOMEPAGE-COUNTER ******************/
.homepage-counter {
  background-image: url('../images/bg/bg-homepage-counter.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 7em 0;
  color: #fff;
}
.homepage-counter .counter-item {
  width: 20%;
  text-align: center;
}
.homepage-counter .counter-item--header {
  min-height: 110px;
}
.homepage-counter .counter-item--body {
  position: relative;
  z-index: 1;
  font-size: 40px;
  font-weight: 600;
  padding: 20px 0 20px;
}
.homepage-counter .counter-item--body:after {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 2px;
  background: #fff;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  content: '';
}
.homepage-counter .counter-item--body p {
  margin-bottom: 0;
  text-shadow: 0.707px 0.707px 1px rgba(1, 15, 35, 0.2);
}
.homepage-counter .counter-item--footer {
  font-size: 18px;
  font-weight: 600;
}
/*************** HOMEPAGE-LIVE-SOLUTIONS ************/
.homepage-live-solutions {
  padding: 5em 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.homepage-live-solutions .signal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.homepage-live-solutions .signal .signal-small {
  width: 800px;
  height: 800px;
  display: block;
  border: 12px solid #ffeef2;
  border-radius: 50%;
  opacity: 0;
  animation: pulsate 2s ease-out;
  animation-iteration-count: infinite;
}
.homepage-live-solutions .signal-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.homepage-live-solutions .signal-2 .signal-small {
  width: 500px;
  height: 500px;
  display: block;
  border: 6px solid #ffeef2;
  border-radius: 50%;
  opacity: 0;
  animation: pulsate 2s ease-out;
  animation-iteration-count: infinite;
}
.homepage-live-solutions .signal-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.homepage-live-solutions .signal-3 .signal-small {
  width: 300px;
  height: 300px;
  display: block;
  border: 3px solid #ffeef2;
  border-radius: 50%;
  opacity: 0;
  animation: pulsate 2s ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.homepage-live-solutions .head {
  min-height: 110px;
}
.homepage-live-solutions .head .title {
  font-size: 44px;
  color: #333333;
}
.homepage-live-solutions .live-solutions--item {
  color: #333333;
}
.homepage-live-solutions .live-solutions--item a p {
  color: #333333;
}
/************* HOMEPAGE-RECORDING *******************/
.homepage-recording {
  background-image: url('../images/bg/bg-homepage-recording.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 4em 0;
  text-align: center;
}
.homepage-recording .title {
  font-size: 44px;
  color: #fff;
  margin-bottom: 2em;
}
.homepage-recording .recording-item {
  margin-bottom: 3em;
}
.homepage-recording .recording-item .head {
  min-height: 170px;
}
.homepage-recording .recording-item .head .circle {
  width: 135px;
  height: 135px;
  line-height: 135px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  border: 3px solid transparent;
  transition: all 150ms ease-in-out;
}
.homepage-recording .recording-item .body {
  color: #fff;
  font-size: 22px;
}
.homepage-recording .recording-item .body a {
  color: #fff;
}
.homepage-recording .recording-item:hover .head .circle {
  border-color: lightslategray;
  animation: pulseBorder 1.5s ease-out;
  animation-iteration-count: infinite;
}
@-webkit-keyframes pulseBorder {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(70, 142, 229, 0.4);
    box-shadow: 0 0 0 0 rgba(70, 142, 229, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(70, 142, 229, 0);
    box-shadow: 0 0 0 30px rgba(70, 142, 229, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(70, 142, 229, 0);
    box-shadow: 0 0 0 0 rgba(70, 142, 229, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(70, 142, 229, 0.4);
    box-shadow: 0 0 0 0 rgba(70, 142, 229, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(70, 142, 229, 0);
    box-shadow: 0 0 0 30px rgba(70, 142, 229, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(70, 142, 229, 0);
    box-shadow: 0 0 0 0 rgba(70, 142, 229, 0);
  }
}
/******************** CUSTOMERS *********************/
.homepage-clients {
  padding: 4em 0;
  position: relative;
  z-index: 999999;
  box-shadow: 0 4px 10px #ccc;
}
.homepage-clients .title {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #333333;
}
.homepage-clients .item {
  width: 185px;
  height: 90px;
  display: block;
  border-radius: 3px;
  opacity: .5;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  transition: all 150ms ease-in-out;
}
.homepage-clients .item img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.homepage-clients .item:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.homepage-clients .item:hover img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
}
.homepage-clients .lSAction,
.homepage-clients .lSPager.lSpg {
  display: none !important;
}
/******************** MAPS **************************/
.homepage-map #map_wrapper {
  height: 500px;
}
.homepage-map #map_canvas {
  width: 100%;
  height: 500px;
}
.homepage-map .info_content {
  padding: 10px 0 0 0;
  text-align: center;
}
.homepage-map .info_content h3 {
  color: #003677;
}
.homepage-map .info_content p {
  color: #ee003d;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
/****************** PAGE-FOOTER *********************/
.page--footer {
  background-color: #00224c;
  background-image: url('../images/bg/bg-footer.png');
  background-repeat: no-repeat;
  background-position: center;
  padding: 4em 0;
}
.page--footer .footer-links {
  float: right;
  margin-top: 10px;
}
.page--footer .footer-links .link-group {
  display: inline-block;
}
.page--footer .footer-links .link-group .link-item {
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 20px;
  font-size: 14px;
  font-weight: 600;
}
.page--footer .footer-links .link-group .link-item:after {
  position: absolute;
  left: 110%;
  top: 5px;
  width: 2px;
  height: 12px;
  background: #fff;
  content: '';
  margin: 0 10px;
}
.page--footer .footer-links .link-group .link-item a {
  color: #fff;
}
.page--footer .footer-links .link-group .link-item a:hover {
  color: #ee003d;
}
.page--footer .footer-links .link-group .link-item:last-child:after {
  background: transparent;
}
.page--footer .footer--bottom {
  padding-top: 1em;
}
.page--footer .footer--bottom .icon-address {
  background: url('../images/icon/icon-address-small.png') no-repeat;
  width: 17px;
  height: 24px;
  display: block;
  float: left;
  margin-left: 5px;
  margin-right: 15px;
}
.page--footer .footer--bottom .icon-phone {
  background: url('../images/icon/icon-phone-small.png') no-repeat;
  width: 21px;
  height: 26px;
  display: block;
  float: left;
  margin-right: 15px;
}
.page--footer .footer--bottom .icon-mail {
  background: url('../images/icon/icon-mail-small.png') no-repeat;
  width: 23px;
  height: 17px;
  display: block;
  float: left;
  margin-right: 15px;
}
.page--footer .footer--bottom .info {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  display: block;
  margin-top: 20px;
  margin-bottom: 0;
}
.page--footer .social-links {
  float: right;
  margin-right: 10px;
}
.page--footer .social-links .link-group {
  display: inline-block;
}
.page--footer .social-links .link-group .item {
  float: left;
  margin: 0 10px;
}
.page--footer .social-links .link-group .item a {
  width: 32px;
  height: 32px;
  line-height: 36px;
  font-size: 20px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  display: block;
  color: #00224c;
}
.page--footer .social-links .link-group .item a:hover {
  background: #ee003d;
  color: #fff;
}
/******************* PAGE-HERO **********************/
.page-hero {
  position: relative;
  width: 100%;
  padding: 8em 0;
  background: black;
  overflow: hidden;
}
.page-hero .hero-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-hero .title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/**************** CONTENT-BLOCKS *********************/
.content-block .title {
  font-size: 44px;
  color: #333333;
}
.content-block .title.pink {
  color: #ee003d;
  font-size: 40px;
  font-weight: 300;
}
.content-block .sub-title {
  color: #ee003d;
  font-size: 22px;
  font-weight: 300;
}
.content-block .text-size-md {
  font-size: 18px;
}
.content-block .text {
  font-size: 17px;
  color: #666666;
}
.content-block .text .pink {
  color: #ee003d;
}
.content-block .title-italic {
  font-family: 'Georgia', serif;
  font-size: 26px;
  font-style: italic;
  color: #333333;
  padding: 10px 0;
}
.content-block figure {
  margin-bottom: 0;
}
.card-content {
  background: #f8f8f8;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  border: 3px solid transparent;
  transition: all 150ms ease-in-out;
}
.card-content--header {
  padding: 2em 0;
  min-height: 100px;
  text-align: center;
}
.card-content--header img {
  max-width: 100px;
}
.card-content--body {
  min-height: 220px;
  text-align: center;
}
.card-content--body .title {
  font-size: 20px;
  color: #666666;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.card-content--body ul li {
  text-align: left;
}
.card-content:hover {
  background: #fff;
  border-color: #f9f9f9;
  box-shadow: 0 0 15px #ccc;
  transform: scale(1.1, 1.1);
}
.card-content:hover .title {
  color: #ee003d;
}
.video-screen {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 5em 0 3em;
}
.video-screen .title {
  font-size: 40px;
  color: #fff;
}
.video-screen .text {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
.video-screen .subtitle {
  font-family: 'Georgia', serif;
  font-size: 26px;
  font-style: italic;
  color: #fff;
  padding: 1em 0;
}
.video-screen .link {
  font-size: 62px;
  color: #fff;
}
.included-services .block-title {
  color: #003677;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.included-services .item {
  min-height: 65px;
  padding: 10px;
  color: #333333;
  display: block;
  margin: 5px 0;
  transition: all 150ms ease-in-out;
}
.included-services .item .media {
  display: table;
}
.included-services .item .media .media-left {
  width: 45px;
  margin-right: 5px;
}
.included-services .item .media .media-body {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 15px;
}
.included-services .item .media .media-body p {
  line-height: 1;
  margin-bottom: 0;
}
.included-services .item:hover {
  box-shadow: 0 0 5px #ccc;
  display: block;
}
.included-services.content-bg .block-title {
  color: #fff;
}
.included-services.content-bg .item {
  color: #fff;
  float: left;
  min-width: 80px;
  margin-right: 1em;
}
.included-services.content-bg .item:hover {
  box-shadow: 0 0 15px rgba(238, 238, 238, 0.5);
}
.included-services.content-bg .item:hover .media-body {
  color: #d1d1d1;
}
.included-services.content-bg .item .media {
  display: inline;
  width: 100%;
}
.included-services.content-bg .item .media .media-container {
  float: none;
  display: block;
  width: 100%;
  min-height: 70px;
}
.included-services.content-bg .item .media .media-container img {
  margin-top: 20px;
  margin-bottom: 10px;
}
.included-services.content-bg .item .media .media-body {
  text-align: center;
  padding-top: .5em;
}
.animated-figure {
  position: relative;
  z-index: 1;
}
.animated-figure .rec-animate {
  position: absolute;
  left: 40px;
  top: 40px;
  color: #ee003d;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}
.animated-figure .rec-animate .rec-icon {
  width: 20px;
  height: 20px;
  display: block;
  background: #ee003d;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  animation: recording 1.3s linear infinite;
}
@keyframes recording {
  to {
    opacity: 0;
  }
  from {
    opacity: 1;
  }
}
/***************** GET-IN-TOUCH *********************/
.get-in-touch {
  background-image: url('../images/bg/bg-get-in-touch.png');
  background-repeat: repeat;
  padding: 2em 0;
  animation: animatedBackground 100s linear infinite;
}
.get-in-touch .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1600px 0;
  }
}
/******************** CONTACT ***********************/
.contact-form .title {
  font-size: 18px;
  font-weight: 600;
  color: #003677;
  margin-bottom: 20px;
}
.contact-form .form-control {
  border-radius: 0;
  border-width: 2px;
  min-height: 50px;
  margin-bottom: 30px;
}
.contact-form .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #a1a1a1;
}
.contact-form .form-control::-moz-placeholder {
  font-size: 14px;
  color: #a1a1a1;
}
.contact-form .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: #a1a1a1;
}
.contact-form .form-control:-moz-placeholder {
  font-size: 14px;
  color: #a1a1a1;
}
.contact-form .form-control:hover,
.contact-form .form-control:focus {
  box-shadow: none;
  border-color: #003677;
}
.contact-form .btn-send {
  background: #ee003d;
  color: #fff;
  font-size: 15px;
  padding: 10px 40px;
  border-radius: 6px;
}
.contact-form .btn-send:hover,
.contact-form .btn-send:focus {
  background: #ff225b;
}
.contact-form .list-unstyled {
  color: #ee003d;
  font-size: 13px;
  padding: 5px;
  margin-top: -30px;
}
.address-block {
  margin-top: 3em;
  margin-left: 1em;
}
.address-block .address-item {
  margin-bottom: 40px;
}
.address-block .address-item address {
  margin-bottom: 0;
}
.address-block .address-item .title {
  font-size: 18px;
  font-weight: 600;
}
.address-block .address-item .item-link {
  color: #333333;
  padding-top: 10px;
  display: inline-block;
}
/********************* SPACES ***********************/
.push-xs {
  margin: 1em;
}
.push-sm {
  margin: 2em;
}
.push-md {
  margin: 3em;
}
.push-lg {
  margin: 4em;
}
.push-xl {
  margin: 5em;
}
.push-top-xs {
  margin-top: 1em;
}
.push-top-sm {
  margin-top: 2em;
}
.push-top-md {
  margin-top: 3em;
}
.push-top-lg {
  margin-top: 4em;
}
.push-top-xl {
  margin-top: 5em;
}
.push-right-xs {
  margin-right: 1em;
}
.push-right-sm {
  margin-right: 2em;
}
.push-right-md {
  margin-right: 3em;
}
.push-right-lg {
  margin-right: 4em;
}
.push-right-xl {
  margin-right: 5em;
}
.push-bottom-xs {
  margin-bottom: 1em;
}
.push-bottom-sm {
  margin-bottom: 2em;
}
.push-bottom-md {
  margin-bottom: 3em;
}
.push-bottom-lg {
  margin-bottom: 4em;
}
.push-bottom-xl {
  margin-bottom: 5em;
}
.push-left-xs {
  margin-left: 1em;
}
.push-left-sm {
  margin-left: 2em;
}
.push-left-md {
  margin-left: 3em;
}
.push-left-lg {
  margin-left: 4em;
}
.push-left-xl {
  margin-left: 5em;
}
.pull-xs {
  padding: 1em;
}
.pull-sm {
  padding: 2em;
}
.pull-md {
  padding: 3em;
}
.pull-lg {
  padding: 4em;
}
.pull-xl {
  padding: 5em;
}
.pull-top-xs {
  padding-top: 1em;
}
.pull-top-sm {
  padding-top: 2em;
}
.pull-top-md {
  padding-top: 3em;
}
.pull-top-lg {
  padding-top: 4em;
}
.pull-top-xl {
  padding-top: 5em;
}
.pull-right-xs {
  padding-right: 1em;
}
.pull-right-sm {
  padding-right: 2em;
}
.pull-right-md {
  padding-right: 3em;
}
.pull-right-lg {
  padding-right: 4em;
}
.pull-right-xl {
  padding-right: 5em;
}
.pull-bottom-xs {
  padding-bottom: 1em;
}
.pull-bottom-sm {
  padding-bottom: 2em;
}
.pull-bottom-md {
  padding-bottom: 3em;
}
.pull-bottom-lg {
  padding-bottom: 4em;
}
.pull-bottom-xl {
  padding-bottom: 5em;
}
.pull-left-xs {
  padding-left: 1em;
}
.pull-left-sm {
  padding-left: 2em;
}
.pull-left-md {
  padding-left: 3em;
}
.pull-left-lg {
  padding-left: 4em;
}
.pull-left-xl {
  padding-left: 5em;
}
@media only screen and (max-width: 1199px) {
  .push-xs {
    margin: .5em;
  }
  .push-sm {
    margin: 1em;
  }
  .push-md {
    margin: 1.5em;
  }
  .push-lg {
    margin: 2em;
  }
  .push-xl {
    margin: 2.5em;
  }
  .push-top-xs {
    margin-top: .5em;
  }
  .push-top-sm {
    margin-top: 1em;
  }
  .push-top-md {
    margin-top: 1.5em;
  }
  .push-top-lg {
    margin-top: 2em;
  }
  .push-top-xl {
    margin-top: 2.5em;
  }
  .push-right-xs {
    margin-right: .5em;
  }
  .push-right-sm {
    margin-right: 1em;
  }
  .push-right-md {
    margin-right: 1.5em;
  }
  .push-right-lg {
    margin-right: 2em;
  }
  .push-right-xl {
    margin-right: 2.5em;
  }
  .push-bottom-xs {
    margin-bottom: .5em;
  }
  .push-bottom-sm {
    margin-bottom: 1em;
  }
  .push-bottom-md {
    margin-bottom: 1.5em;
  }
  .push-bottom-lg {
    margin-bottom: 2em;
  }
  .push-bottom-xl {
    margin-bottom: 2.5em;
  }
  .push-left-xs {
    margin-left: .5em;
  }
  .push-left-sm {
    margin-left: 1em;
  }
  .push-left-md {
    margin-left: 1.5em;
  }
  .push-left-lg {
    margin-left: 2em;
  }
  .push-left-xl {
    margin-left: 2.5em;
  }
  .pull-xs {
    padding: .5em;
  }
  .pull-sm {
    padding: 1em;
  }
  .pull-md {
    padding: 1.5em;
  }
  .pull-lg {
    padding: 2em;
  }
  .pull-xl {
    padding: 2.5em;
  }
  .pull-top-xs {
    padding-top: .5em;
  }
  .pull-top-sm {
    padding-top: 1em;
  }
  .pull-top-md {
    padding-top: 1.5em;
  }
  .pull-top-lg {
    padding-top: 2em;
  }
  .pull-top-xl {
    padding-top: 2.5em;
  }
  .pull-right-xs {
    padding-right: .5em;
  }
  .pull-right-sm {
    padding-right: 1em;
  }
  .pull-right-md {
    padding-right: 1.5em;
  }
  .pull-right-lg {
    padding-right: 2em;
  }
  .pull-right-xl {
    padding-right: 2.5em;
  }
  .pull-bottom-xs {
    padding-bottom: .5em;
  }
  .pull-bottom-sm {
    padding-bottom: 1em;
  }
  .pull-bottom-md {
    padding-bottom: 1.5em;
  }
  .pull-bottom-lg {
    padding-bottom: 2em;
  }
  .pull-bottom-xl {
    padding-bottom: 2.5em;
  }
  .pull-left-xs {
    padding-left: .5em;
  }
  .pull-left-sm {
    padding-left: 1em;
  }
  .pull-left-md {
    padding-left: 1.5em;
  }
  .pull-left-lg {
    padding-left: 2em;
  }
  .pull-left-xl {
    padding-left: 2.5em;
  }
}
/****************** MOBIL-VIEW **********************/
/* SMALL-DESKTOP */
/* TABLET-HORIZONTAL */
@media (min-width: 768px) and (max-width: 991px) {
  .header--top {
    position: relative;
    height: auto;
  }
  .page--navigation .link-item .submenu {
    width: 35% !important;
  }
  .included-services .item {
    min-height: 55px;
    margin-bottom: 10px;
  }
  .included-services.content-bg .item {
    min-width: 130px;
    min-height: 120px;
    margin-left: 15px;
  }
  .included-services.content-bg .item .media .media-body {
    display: block;
  }
  .content-block .title.pink {
    font-size: 32px;
  }
  .content-block .text {
    font-size: 14px;
  }
  .page--body {
    position: relative;
    top: 0;
    margin-bottom: 0;
  }
  .homepage--header .header--body .jump-link {
    font-size: 32px;
    margin-top: 0;
  }
  .homepage-about {
    top: -60px;
  }
  .homepage-live-solutions .live-solutions--item .body {
    min-height: 55px;
  }
  .card-content {
    min-height: 530px;
  }
}
/* MOBILE */
@media only screen and (max-width: 767px) {
  .homepage--header .header--body .page-heading {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin-top: 0;
  }
  .homepage--header .header--body .jump-link {
    margin-top: 0;
    font-size: 35px;
  }
  .page-hero {
    padding: 6em 0 2em;
  }
  .page-hero .title {
    font-size: 32px;
  }
  .homepage-about .content .title,
  .homepage-about .content .text {
    font-size: 32px;
  }
  .homepage-counter {
    padding: 4em 0;
  }
  .homepage-counter .counter-item {
    width: 100%;
  }
  .homepage-counter .counter-item .counter-item--header {
    min-height: 90px;
  }
  .homepage-counter .counter-item .counter-item--body {
    padding: 0 0 20px;
  }
  .homepage-counter .counter-item .counter-item--footer {
    margin-bottom: 30px;
  }
  .homepage-live-solutions {
    padding: 5em 0 1.5em;
  }
  .homepage-live-solutions .live-solutions--item {
    margin-bottom: 40px;
  }
  .page--footer .footer-logo {
    width: 200px;
  }
  .page--footer .footer-links {
    float: none;
    margin-top: 2em;
  }
  .page--footer .footer-links .link-group .link-item {
    float: none;
    padding: .5em;
  }
  .page--footer .footer-links .link-group .link-item:after {
    display: none;
  }
  .get-in-touch {
    text-align: center;
  }
  .get-in-touch .title {
    margin-bottom: 2em;
  }
  .content-block {
    text-align: left;
  }
  .content-block .text-size-md {
    padding-right: 0 !important;
  }
  .content-block figure {
    margin-bottom: 1em;
  }
  .content-block .card-content:hover {
    box-shadow: none;
    transform: none;
  }
  .content-block .title.pink {
    font-size: 32px;
  }
  .content-block .pl-5 {
    padding-left: 1rem !important;
  }
  .included-services.content-bg .item {
    float: none;
    width: 100%;
    padding: 5px;
  }
  .included-services.content-bg .item:hover {
    box-shadow: none;
  }
  .included-services.content-bg .item .media .media-body {
    display: block;
  }
  .video-screen {
    background-position: center center;
  }
  .video-screen .title {
    font-size: 32px;
  }
  .video-screen .text {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .checklist li {
    font-size: 14px;
  }
  .checklist-title {
    font-size: 17px;
  }
  .checklist-title:after {
    top: 4px;
  }
}
/* MOBILE-NAVIGATION */
@media only screen and (max-width: 992px) {
  .page--navigation {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #383838;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: none;
  }
  .page--navigation .link-group {
    width: 100%;
  }
  .page--navigation .link-item {
    width: 100%;
    display: block;
    min-height: 60px;
    float: none;
    padding-top: 0;
  }
  .page--navigation .link-item a {
    color: #eee;
  }
  .page--navigation .link-item:first-child {
    margin-top: 8em;
  }
  .page--navigation .link-item .submenu {
    position: relative;
    z-index: 999999 !important;
    top: 10px;
    width: 85%;
    margin-bottom: 20px;
    display: none;
  }
  .page--navigation .link-item:hover .submenu {
    display: none;
  }
  .header--top .logo {
    position: relative;
    top: 5px;
    left: 10px;
    z-index: 9999;
    max-width: 160px;
  }
  .header--top.shrink.homepage-shrink .mobile-menu {
    top: 10px;
  }
  .header--top.shrink .mobile-menu {
    top: 5px;
  }
  .header--top.shrink .link-item .submenu {
    top: 5px;
  }
  .mobile-menu {
    position: relative;
    top: 10px;
    right: 0;
    width: 60px;
    height: 60px;
    float: right;
    cursor: pointer;
  }
  .mobile-menu .hamburger {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 9999;
    display: block;
    width: 30px;
    height: 4px;
    background: #9fdaf9;
    transition: 0.5s;
  }
  .mobile-menu .hamburger:before {
    top: -12px;
  }
  .mobile-menu .hamburger:after {
    top: 12px;
  }
  .mobile-menu .hamburger-three:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    background: #ef003e;
    transition: 0.5s;
  }
  .mobile-menu .hamburger-three:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    background: #ef003e;
    transition: 0.5s;
  }
  .mobile-menu.active-three .hamburger-three {
    background: rgba(0, 0, 0, 0);
  }
  .mobile-menu.active-three .hamburger-three:before {
    top: 0;
    transform: rotate(135deg);
  }
  .mobile-menu.active-three .hamburger-three:after {
    top: 0;
    transform: rotate(225deg);
  }
  .page--navigation .link-item.select-language .icon-lang-tr {
    display: none;
  }
}
@media (min-width: 1199px) {
  .autoHeight {
    min-height: 395px;
  }
}
