@charset "UTF-8";
/* GENERAL */
a{
  color: #e7505a;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
  color: #e22c38;
}

a.bgdark {
    color: #e7505a;
}

a[href$=".pdf"]:before {
  font-family: FontAwesome;
  content: "\00a0\f1c1  ";     /* 00a0 is a non-breaking space, f1c1 is the pdf symbol */
}

a[href^="mailto:"]::before {
    font-family: FontAwesome;
    content: "\00a0\f0e0  "; /* FA envelope icon */
}

/* PAGE KLING NET COMPATIBLE DEVICES */
ul.glossary{
  margin: 0;
  padding:0;
}

ul.glossary li{
  vertical-align: top;
  display: inline-block;
  position: relative;
  max-width: 24%;
  width:24%;
  margin: 0 1px 5px 0;
  height: auto;
}

/* GLOBAL */
.citation {
    font-weight: 400;
    font-style: italic;
    font-size: 36px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
    text-align: right;
    line-height: normal;
    font-family: 'Playfair Display', serif;
    margin: 0 auto;
}

/* Video Tutorial */
#video_tutial h4 {
}

#video_tutial ul.tutorial {
	margin: 0;
	padding:0;

}

#video_tutial ul.tutorial li {
  vertical-align: top;
  display: inline-block;
  position: relative;
}

#video_tutial ul.tutorial li .video{
  	max-width: 220px;
  	width:220px;
  	margin: 0 1px 5px 0;
  	height: auto;
}
#video_tutial ul.tutorial li .video .smallblackarea {
	top: 0;
    display: inline-block;
    padding:4px;
    position: absolute;
    right: 0;
    background: rgba(0,0,0,0.5);
    color: #FFF;
}

#video_tutial ul.tutorial li .video .description{
	position:relative;
	text-align:center;
	width:220px;
	font-size:14px;
	font-weight: bold;
	color:#cb1d29;
	text-transform: uppercase;
	padding-top: 5px;
	font-family: 'SourceSansProRegular';
}

#video_tutial ul.tutorial li .video .src{
	position:relative;
	text-align:center;
	width:220px;
	font-size:10px;
	font-weight: bold;
	color:#000000;
	font-style: italic;
	padding-top: 2px;
	padding-bottom: 5px;
	font-family: 'SourceSansProRegular';
}


/* LOGO DOWNLOAD PAGE FOR MARKETING */

.marketing li {
  display: inline-block;
  height: 200px;
  margin: 0 1em 1em 0;
  position: relative;
  width: 200px;
}

.marketing li img {
    padding: 5px;
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

/* BLOCK */
.block-latest-videos-block .block-inner h2 {
  text-transform: none;
}

.block-latest-news-block .block-inner h2 {
  text-transform: none;
}

.block-product-updates-block .block-inner h2 {
  text-transform: none;
}

.domain-arkaospro-com article h2 {
  text-transform: none;
}

.domain-arkaospro-com.page-videos #page-title {
  text-transform: none;
}

.domain-arkaospro-com.page-news #region-content #page-title {
  text-transform: none;
}

aside .cta-arrow-link {
    text-transform: none;
}

.block-latest-videos-block .block-inner h2 {
  margin-bottom: 10px !important;
}

.block-latest-videos-block .block-inner h2 a{
  color: #d9d9d9;
  text-decoration: none;
}

.block-latest-videos-block .block-inner h2 a:hover{
  color: #d9d9d9;
  text-decoration: underline;
}

.block-latest-news-block-1 .block-inner h2 a{
  color: #d9d9d9;
  text-decoration: none;
}

.block-latest-news-block-1 .block-inner h2 a:hover{
  color: #d9d9d9;
  text-decoration: underline;
}

h2.block-title {
  margin-bottom: 10px !important;
}

.block-latest-news-block-1 .block-inner h2 {
    font-size: 13px;
    margin-top: 0px;
    background-color: #333;
    color: #d9d9d9;
    padding-left: 5px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
}

.block-product-updates-block .block-inner h2 {
  margin-bottom: 0px !important;
}

/* DEALER LINK MENU */
@media screen and (min-width:300px) and (max-width:745px){
  #zone-menu #dealer-link {
    display:none;
  }
}


#zone-menu #dealer-link {
    font-size: 15px;
    position: absolute;
    right: 132px;
    top:-3px;
}

#zone-menu #dealer-link span.red {
    color: #CB1C29;
}

#zone-menu #shop-link span.red {
    color: #CB1C29;
}

#zone-menu #dealer-link a:hover {
    color: #262626;
}

/* KLING FORCE CONTENT */
.zoom {
	position: relative;
  	overflow: hidden;
}
.zoom img {
  	max-width: 100%;
  	-moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
}
.zoom:hover img {
	-moz-transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
}
.kling-force_box {
	padding: 5px;
	border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}
ul.kling-force_products {
	list-style-type: none;
	margin: 0;
	padding: 0;
  	text-align: center;
}
ul.kling-force_products li {
  	display: inline-block;
  	height: 250px;
  	margin: 0 1em 1em 20px;
  	position: relative;
  	width: 250px;
}
ul.kling-force_products li a span.more_info {
	background-color:#F2F2F2;
  	border-radius:0 0 3px 3px;
  	color:#2F3137;
  	display:block;
  	font-weight:500;
  	padding:10px 15px;
  	transition:background-color 0.3s;
	margin-top:5px;
}
ul.kling-force_products li a {
	text-decoration:none;
}
.kling-force_products li:hover span.more_info {
	background-color:#e0e0e0;
}
ul.kling-net_software {
	list-style-type: none;
	margin: 0;
	padding: 0;
  	text-align: center;
}
ul.kling-net_software li {
  	display: inline-block;
  	height: 200px;
  	margin: 0 1em 1em 0;
	position: relative;
  	width: 200px;
}
ul.kling-net_software li span.title {
  	background: rgba(0,0,0,0.5);
  	color: white;
  	cursor: pointer;
  	display: table;
  	height: 200px;
  	left: 0;
  	position: absolute;
  	top: 0;
  	width: 200px;
  	padding: 5px;
}
ul.kling-net_software li span.title span {
  	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
}
ul.kling-net_software li span.title {
  	background: rgba(0,0,0,0.5);
  	color: white;
  	cursor: pointer;
 	display: table;
  	height: 200px;
  	left: 0;
  	position: absolute;
  	top: 0;
  	width: 200px;
  	font-size:20px;
  	opacity: 0;
}
ul.kling-net_software li:hover span.title {
	opacity: 1;
}

/* DEALER PAGE */
.view-id-dealers .view-content li.views-row {
    height: 270px !important;
}

/* Mobile applications */
.app{
  display: block;
  padding: 10px;
  line-height: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom:10px;
  border-width: medium;
}

.app a.btnmobile {
  margin: 10px 10px 0 10px;
  padding: 15px 20px !important;
  font-size: 14px !important;
  border: none !important;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
.app a.btnmobile:hover {
  opacity: .7;
}

.app a.btnklingNet{
  background-color: #243666;
}

.app a.btnArKnator{
  background-color: #66052e;
}

.app a.btnKling-Force-LED{
  background-color: #000;
}

.app a.btn-android:before {
  font-family: FontAwesome;
  content: "\00a0\f17b  ";
  color: #fff;
  font-size: 20px !important;
}
.app a.btn-ios:before {
  font-family: FontAwesome;
  content: "\00a0\f179  ";
  color: #fff;
  font-size: 20px !important;
}

/* COMPATIBLE DEVICES KLING NET */
.row_compatible_devices:after {
  content: "";
  display: table;
  clear: both;
}
.column_compatible_devices {
  float: left;
  width: 21%;
  text-align: center;
  padding: 5px;
  margin: 5px;
  border: solid 1px #CCC;
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
}
.column_compatible_devices a {
  color: #2F3137;
  text-decoration: none;
}
.column_compatible_devices a:hover {
  text-decoration: underline;

}
.title_compatible_devices{
  display: block;
  margin-top: 5px;
}

.btn-orange{
  color: #ffffff;
  background: #e7505a;
  font-size: 14px;
  padding: 7px 20px 5px 20px;
  border-color: #e7505a !important;
  text-transform: uppercase;
  border-radius: 10px;
}
.btn-orange:hover{
  color: #ffffff;
  background: #e22c38;
}

.c-content-pagination{
  margin-top:10px;
}

table{width:100%;}
tr.odd td{background-color:#eef1f5;}
tr.even td{background-color:#ffffff /*!important*/;}

/* PAGE */
#page_arkaos_tv {
  width:100%;
}

.arkaos_tv_boxes li{
  vertical-align: top;
  display: inline-block;
  max-width: 335px;
  width:335px;
  height: auto;
  margin: 0 1em 1em 0;
  position: relative;
}

.arkaos_tv_boxes li p .title{
  color: #111 !important;
  font-family: 'SourceSansProRegular';
  font-weight: normal;
  text-decoration: none;
}

.col-right {
    width: 48%;
    padding-left: 2%;
    float: left;
}

.col-left {
    width: 48%;
    padding-right: 2%;
    float: left;
}

/* Server table comparison */

table.base-table {
  width: 100%;
}
table.base-table tr:nth-child(even) {
  background: #d7d7d7;
}
table.base-table tr:nth-child(odd) {
  background: #ffffff;
}
table.base-table td {
  border: 0;
  padding: 5px;
}
table.base-table thead td h4 {
  border: 0;
  color: #fff;
  margin: 0;
  font-weight: normal;
  font-size: 18px;
}
table.base-table tbody td {
  font-size: 14px;
}
table.base-table td.base-td {
  width: 25%;
  background: #333333;
  color: #fff;
  border: 0;
}
table.base-table td.stage-td {
  width: 25%;
  background: #4a96cd;
  color: #fff;
  border: 0;
}
table.base-table td.studio-td {
  width: 25%;
  background: #1c5ea6;
  color: #fff;
  border: 0;
}
table.base-table td.stadium-td {
  width: 25%;
  background: #003d83;
  color: #fff;
}

table.base-table td.base-td {
    width: 21%;
}

table.base-table td.stage-td {
  width:20%;
}

table.base-table td.studio-td {
  width:20%;
}

table.base-table td.stadium-td {
  width:20%;
}

table.base-table td.server4k-td {
  width:20%;
  background-color: #002f5b;
}

/*Blog list display nicely image*/
.views-row .node-blog-item img {
    margin: 0px 20px 20px 0px;
    float: left;
    display: inline;
    clear: none;
}

/* Flags */
.flag-wrapper {
  width: 100px;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 2px black;
  overflow: hidden;
  margin-bottom: 20px;
}
.flag-wrapper:after {
  padding-top: 75%;
  /* ratio */
  display: block;
  content: '';
}
.flag-wrapper .flag {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100px;
  height: 74px;
  background-size: cover;
}
.mega-nav li a{
  color:white;
}
h2{
  color:#e7505a;
  font-weight: bold;
  text-transform: uppercase;
}

.c-layout-breadcrumbs-1.c-font-white h1 {
    color: #fff;
    font-weight: 600 !important;
    margin: 10px 0 6px 0;
    font-size: 20px;
    letter-spacing: 1px;
}

.title_video_background{
  font-size: 60px !important;
  color: #fff !important;
}

.c-content-blog-post-card-1-grid .c-content-blog-post-card-1 {
  height: 560px;
}

.applications .c-content-blog-post-card-1-grid .c-content-blog-post-card-1 {
  height: 670px;
}

/* MEDIAMASTER PRO SECTION */
.linear-gradient {
   /* background: linear-gradient(white, #cecece); */
   /* background: linear-gradient(to bottom right,white, #bdc3c7); */
   background: linear-gradient(white, #bdc3c7);
}

h2.highlight-title{
  color: #3f444a;
  font-size: 80px;
  font-weight: 600;
}

/* VIDEO HOMEPAGE WITH VIDEO ON ARKAOS NOT YOUTUBE */
.arkaos-video-hp{
 height:75vh;
 min-height:527px;
 overflow:hidden;
 position:relative;
 width:100%
}

.arkaos-video-hp-bg-image {
 background-position:center;
 background-repeat:no-repeat;
 background-size:cover;
 height:100%;
 left:0;
 position:absolute;
 top:0;
 width:100%;
 z-index:0
}

.arkaos-video-hp-bg-video {
 height:100%;
 left:0;
 object-fit:cover;
 object-position:top center;
 position:absolute;
 top:0;
 width:100%;
 z-index:0
}

.arkaos-video-hp__text-section {
 display:table;
 height:100%;
 margin:0 auto;
 position:relative;
 width:100%
}

.arkaos-video-hp__text {
 color:#f8f8f8;
 display:table-cell;
 text-align:center;
 vertical-align:middle
}

/* SERVER PAGES */
ul.server_hp_summary{
  margin-bottom:20px;
  height:120px;
}

.server_hp_box_menu{
  border-right: 0.5px solid rgba(0, 0, 0, 0.1);
  padding-bottom:10px;
}
.server_hp_box_img_align{
  padding-top:10px;
}
/* Good display mobile servers list page*/
.c-content-pricing-1 > .c-tile-container > .c-tile-product{
  width:48%;
  margin: 10px 5px;
  padding: 10px 0;
}

@media screen and (max-width: 710px) and (orientation:portrait){
  .c-content-pricing-1 > .c-tile-container > .c-tile-product{
    width:96%;
  }
}
