ul.tab-links {
    list-style: none;
    border-bottom: 1px solid #ddd;
    float: left;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
    margin-left: 15px;
}
.tab-links li{
  float:left;
  margin-bottom: -1px;
}
.tab-links>li.active>a, .tab-links>li.active>a:hover, .tab-links>li.active>a:focus{
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
border-bottom-color: transparent;
padding: 10px 15px;
position: relative;
display: block;

}
.tab-links>li>a{
      position: relative;
    display: block;
    padding: 10px 15px;
}

input.ninja-forms-field, textarea.ninja-forms-field, select.ninja-forms-field {
  float:left;
}
.media_block, .debug_block{
  box-shadow: none !important;
}
textarea#mediaUrl, textarea#licenseUrl, textarea#customData{
  min-height: 50px !important;
}
.top50 {
    margin-top: 50px !important;
}
.mypadding {
    padding: 20px 0;
}
.sdk_icon {
    padding-right: 20px;
    float: left;
    margin-top: -10px;
}
.casestudy {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
.casestudy_logo img {
    max-width: 70%;
    margin: 0 auto;
    display: block;
}
ul.the-newicons div {
    margin: 0 10%;
    height: 100px;
    line-height: 100px;
}
ul.the-newicons li {
    float: left;
    width: 33%;
    height: 150px;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #c7c7c7;
}
ul.the-newicons img {
    margin: 0 auto;
}
.customer-logo {
    display: inline;
    margin: 0 auto;
}
.feature-icon {
    float: left;
    padding-right: 10px;
}
.features-icon {
    float: left;
    padding-right: 10px;
    padding-top: 15px;
}
.toc-dropmenu a:hover {
    color: #1656a0 !important;
}
/*EP start Styles*/
#login-buttons a.btn.btn-small {
    border: 1pt solid #1656a0;
    color: #1656a0;
    font-weight: 600;
}
#login-buttons {
    overflow: auto;
    clear: both;
    margin-bottom: 30px;
}
.dev-center {
    margin: 0 0 60px 0;
    clear: both;
    overflow: auto;
}
.packagebox {
    margin-bottom: 20px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #1656a0;
}
ul.nav.nav-pills {
    margin-bottom: 30px !important;
    margin-top: 20px;
}
.top30 {
    margin-top: 30px;
}
a.my-hyperlink:hover {
    color: #1656a0 !important;
}
.btn-expressplay {
    color: #fff !important;
    background-color: #1656a0 !important;
    background-image: linear-gradient(to bottom,#08c,#1656a0) ! important;
    background-repeat: repeat-x;
    border-radius: 4px;
    text-shadow: none !important;
    display: inline-block;
    padding: 8px 20px;
    margin-right: 3px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -pie-border-radius: 5px;
}
.sdkdocbox {
    margin-bottom: 20px;
    min-height: 463px;
}
.box30 {
    background-color: #eee;
    padding: 30px;
}
.box20 {
    background-color: #eee;
    padding: 20px;
}
hr {
    border-top: 1px solid #ababab;
    float: left;
    margin: 30px 0;
    width: 100%;
}
.superbox-img {
  width: 50px;
  height: 50px;
  filter: inherit;
max-width: 100%;
  vertical-align: middle;
  border: 0;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.superbox-usecase-boxes {
  border: 2px solid #fff;
    background: #e8eef2;
  padding: 40px 30px 10px 30px;
}
.superbox-list {
  display: inline-block;
  zoom: 1;
  width: 33.05%;
  vertical-align: top;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
}
.superbox-active {
    background-color: #cce3f2;
}
.superbox-active:after {
  bottom: -2px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 15px;
  left: 50%;
  margin: -5px 0 0 -15px;
}
.superbox-active .superbox-img, .superbox-active .superbox-triggertext {
  color: black;
}
.superbox-list>div {
  overflow: hidden;
  min-height: 60px;
  text-align: center;
  margin-top: 10px;
}
.box-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -pie-border-radius: 5px;
}
.superbox-show {
  text-align: left;
  position: relative;
  width: 100%;
  float: left;
  padding: 40px;
  display: none;
  overflow: hidden;
}
.superbox-current-img {
  float: left;
  margin-right: 30px;
  overflow: hidden;
  margin-top: 15px;
}
.superbox-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../images/close.gif) no-repeat center center;
  width: 25px;
  height: 25px;
}
.superbox-triggertext {
  -webkit-transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  color: #5a6370;
  font-size: 16px;
  font-weight: 700;
  filter: inherit;
  text-align: center;
  text-transform: uppercase;
}
h6.superbox-bodytext {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}
.contentbox {
    border: 1px solid #D8D8D8;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #ECECEC;
}
.dev-sdk-icon, .dev-sdk-icon2 {
    float: left;
    width: 100%;
    height: 70px;
}
.dev-sdk-icon2 img {
    float: left;
}
.row-fluid:after {
clear: both;
}
  
#vtab { margin: auto; }
.box-shadow {
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.rounded {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-pie-border-radius: 5px;
}
.box10 {
background-color: #eee;
padding: 10px;
}

#vtab > ul > li {
width: 142px; /* substract any left-padding from here */
list-style-type: none;
        display: block; /*@*/
margin: auto;
padding: 10px 10px 10px 10px; /* left padding adds to width */
border: 1px solid transparent;
position: relative;
border-right: 1px solid transparent;
cursor: pointer;
}
#vtab > ul > li.selected {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    border: 1px solid #ddd; /*@*/
border-right: 1px solid transparent; /*@*/
z-index: 10;
background-color: #fafafa !important;
position: relative;
}

#vtab > ul {
float: left; /*@*/
width: 142px; /*@*/
text-align: left;
display: block;
margin: auto 0; /*@*/
padding: 0;
position: relative;
}
#vtab > div {
    background-color: #fafafa;
    margin-left: 141px;
    border: 1px solid #ddd;
    min-height: 218px;
    padding: 30px 30px 30px 30px;
    position: relative;
    z-index: 9;
    overflow: auto;
}
ol.number li h4{ 
font-size: 16px;
}
button.close{
opacity: 1;
color: #fff;
}
.boxslice3 {
    overflow: hidden;
    background-color: #eee;
}
ol.number{
padding: 0;
}
.number li {
padding: 0 0 1px 37px;
margin: 0;
list-style: none;
padding: 5px 0 5px 37px;
}

/* ###################### TEST APPTS ######################## */
.test-player {
width: 100%;
display: block;
overflow: auto;
position: relative;
}
ul.gallery {
height: auto;
float: left;
margin:0;
padding: 0;
}
.gallery button {
border: 0;
opacity: .8;
background: transparent;
padding: 0;
}
.gallery button:hover {
opacity: 1;
}
button img {
width: 100% !important;
}
#silverlightControlHost {
width: 100%;
min-height: 600px;
text-align: center;
}
.videoframe {
width: 460px;
height: 350px;
margin-left: 40px;
}
.closing, .closing_wide {
z-index: 2;
position: relative;
top: -597px;
left: 815px;
opacity: .8;
}
.closing_wide{
left: 455px;
top: 97px;
}
.closing img, .closing_wide img {
width: 35px;
height: 35px;
display:inherit;
}

button img {
width: 80%;
}
.firetvbox,.chromecastbox,.rokubox,.lightbox {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.7);
padding: 75px;
text-align: center;
display: none;
}
.closing {
z-index: 2;
position: relative;
top: 97px;
left: 370px;
opacity: .8;
}
#codewrap, #codewrap_wide, #chromewrap_wide, #silverlightwrap_wide {
padding: 20px;
background: #fff;
width: 740px;
margin: 0 auto;
display: block;
margin-top: 80px;
min-height: 350px;
overflow-y: scroll;
max-height: 500px;
}
#codewrap_wide, #chromewrap_wide, #silverlightwrap_wide{
  width:910px;
}
#chromewrap_wide{max-height: 560px;}
.input-text {
width: 98%;
}
.pull-right {
float: right;
}
#codeblock {
width: 100%;
min-height: 194px;
white-space: pre-line;
margin-top: 30px;
}
.sdk-table {
    width: 100%;
    border-spacing: 4px;
}
.sdk-table .sdk-table-header {
background-color: transparent;
margin: 3px;
padding: 10px 4px 4px 4px;
color: #000000;
border-spacing: 3px 3px;
}
.sdk-table td {
border-left: 0 none;
}
.sdk-table .sdk-table-left-item {
background-color: transparent;
border: 0 none;
padding: 10px;
color: black;
}
.sdk-table .sdk-table-right-items {
padding: 10px;
color: white;
border-radius: 4px 4px 4px 4px;
}
.sdk-table-color1 {
background: linear-gradient(to bottom, rgba(104,112,164,1) 0%,rgba(85,93,143,1) 100%);
}
.sdk-table-color2 {
background: linear-gradient(to bottom, rgba(103,144,166,1) 0%,rgba(76,122,152,1) 100%);
}
.sdk-table-color3 {
background: linear-gradient(to bottom, rgba(148,114,154,1) 0%,rgba(128,95,134,1) 100%);
}
.sdk-table-color4 {
background: linear-gradient(to bottom, rgba(100,136,134,1) 0%,rgba(86,116,114,1) 100%);
}
.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    border-left: 0;
    border-radius: 4px;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
border:none;
}
.footnotes{
margin-left: 20px;
}
ol.fn {margin-left:50px;}
ol.fn li{
font-size: 0.9em; 
line-height: 1.2em;
}
.tutorial_codeblock {
padding: 10px;
margin: 20px 0;
background-color: #F3EFD8;
border: 1px solid #CFCDA0;
word-wrap: break-word;
}
code {
padding: 0;
color: #333;
background-color: transparent;
border: none;
word-break: break-all;
word-wrap: break-word;
white-space: pre-wrap;
border-radius: 0;
font-size: 12px;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}
.code-white{
color: #fff;
}
.compatibility-table {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: 1px solid #666666;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
}
.compatibility-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.compatibility-table tr:nth-child(odd) {
  background-color: rgb(238, 238, 238);
}
.compatibility-table table tr:first-child td:first-child {
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
}
.compatibility-table table tr:first-child td:last-child {
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
}
.compatibility-table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.compatibility-table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.compatibility-table tr:first-child td:first-child {
  border-width: 0px 0px 1px 0px;
}
.compatibility-table tr:first-child td {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#626ebc", endColorstr="#3c478f");
  background-color: #626ebc;
  border: 0px solid #666666;
  text-align: center;
  border-width: 0px 0px 1px 1px;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
.compatibility-table td {
  vertical-align: middle;
  border: 1px solid #666666;
  border-width: 0px 1px 1px 0px;
  text-align: left;
  padding: 10px;
  font-size: 13px;
  font-family: Arial;
  font-weight: normal;
  color: #666666;
}
#rest-api_my-sub-menu .dropdown-toggle:hover, #rest-api_my-sub-menu .dropdown-toggle:focus, #rest-api_my-sub-menu .dropdown-toggle:active{
color: #28a3ff;
}
.logged-in #myfancynav.affix {
  top: 0;
  width: 90%;
  position: fixed;
}
#myfancynav.affix {
    height: 40px;
    padding: 0;
    box-shadow: 0 5px 5px rgba(0,0,0,.25);
    z-index: 99;
    top: 90px;
    width: 90%;
}
a.dropdown-toggle {
  cursor: pointer;
}
.anchorlinks {
  padding-top:150px;
  margin-top:-150px !important;
}
.anchorlinks-dev{
  padding-top: 190px;
  margin-top: -190px !important;
}
.open{
}
.affix {
position: fixed;
}
.open > .dropdown-menu {
display: block;
}
#myfancynav-container {
height: 40px;
padding: 0;
position: relative;
}
#rest-api_my-sub-menu {
display: block;
background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%);
box-shadow: 0 1px 1px rgba(0,0,0,.25);
}
.dropdown {
position: relative;
}
.dropdown-dev {
position: relative;
}
   /*----- Content of Tabs -----*/
.testapp-tab-content {
padding:15px;
border-radius:3px;
background:#fff;
padding-left: 0;
padding-top: 10px;}
.tab {
display:none;
} 
.tab.active {
display:block;
}
.codebox_control{
display:flex;
float:left;
width: 70%;
margin-left: 10px;
}
.description{
height: 150px;
}
.description h2{
float: left;
width: 80%;
padding-bottom: 10px;
text-align: left;
}
.description p{
float: left;
text-align: left;
width: 60%;
}
.media_block{
margin:5px; 
background-color: #F4F4F4;
border-radius: 5px;
padding: 10px;
}
.media_inner{
border:0px solid #000; 
margin:5px; 
padding:5px; 
display:block;
}
.media_title{
font-weight: 600;
color: #555;
font-size: 20px;
padding-bottom: 10px;
}
.media_input{margin:10px;}
.media_info{
  margin:5px; 
  border:0px solid #000;
}
.media_info_inner{
  border:0px solid #00f;
}
span#media_label{
color: #555;
font-size: 13.6px;
float:left;
}
p.message{
  text-align:left;
}
#accordion-1 textarea{
  width: 630px;
  height: 150px;
}
input#mediaUrl, input#customData{width: 605px;}
button:focus{
  outline: none !important;
}
button#download{
  width: 200px;
  margin: 10px;
}
.description_right{
  width: 40%;
  float: right;
}
.description_right img{
  margin: 0 auto;
}
span#moreinfo{
  text-align: right;
  float: right;
  padding-right: 40px;
}
.moreinfo{
float:right;
padding-right: 10px;
padding-top: 10px;
width: 100px;
}
.moreinfo img{
  width: 18px;
  float:left;
}
.moreinfo a{
  font-size: 15px;
  color: #7D7D7D;
}
.moreinfo a:hover{
  color: #08c;
}
#ccplayer{
  text-align: left;
  min-height: 460px;
}
.top_btn{
text-align: right;
padding-right: 15px;
width: 50%;
display: inline;
float: right;
padding-top: 15px;
}
button.sidepadding{
  margin: 0 3px;
}
.media_controlbtn{
  text-align:center;
}
.checkboxes{
  width: 30%;
  float:left;
}
button#update{
  margin-top:5px;
}
/*Accordian*/

 .accordion {
/*    width: 640px;*/
    margin: 5px 0;
    padding: 10px 0;
}
.accordion .faq {
    background-color: #e8eef2;
    position: relative;
    cursor: pointer;
    padding: 20px;
    border-radius:5px;
    margin-top: 10px;
    border: 1px solid #e8eef2;
}
.accordion .accordion2 {
    background-color: #e8eef2;
    position: relative;
    cursor: pointer;
    padding: 5px 20px;
    border-radius: 5px;
    margin-top: 10px;
    border: 1px solid #e8eef2;
    overflow: auto;
    height: 100%;
}
.accordion2 h3{margin: 10px 0;}
h3.accordion-heading-title{
  width: 90%;
  display:inline-block;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  padding: 4px 0 0 10px;
}
.image-mag img.themag {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}
.accordion .accordion-heading * {
    cursor: pointer;
}
.accordion .accordion-heading:hover{
    background-color: #cce3f2;
border: 1px solid #61B9F3;
}

.accordion .accordion-body {
    padding: 10px;
    height: auto;
    display: none;
}
img.arrowdown{
  width: 20px;
  float: right;
  margin: 5px;
  padding-top: 5px;
  padding-right: 10px;
}
.accordion-body textarea{
  width: 605px;
  height: 150px;
  margin-top: 10px;
}
#rest-api_my-sub-menu .dropdown-toggle {
text-decoration: none;
display: block;
font-size: 20px;
color: #006699;
outline: 0;
margin-left: 30px;
margin-right: 30px;
line-height: 40px;
}
#rest-api_my-sub-menu .dropdown-toggle .caret {
border-top-color: #006699;
margin-top: 18px !important;
}
.dropdown .caret {
margin-left: 2px;
}
.caret {
border-top-width: 6px;
border-right-width: 6px;
border-left-width: 6px;
}
.caret {
display: inline-block;
width: 0;
height: 0;
vertical-align: top;
border-top: 4px solid #000000;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
}
#rest-api_my-sub-menu .dropdown-menu {
margin-top: 0px;
background: #fff;
width: 100%;
border: none;
border-top-right-radius: 0px;
  margin-left: 0 !important;
border-top-left-radius: 0px;

}
/*.dropdown-menu {
padding-top: 10px;
padding-bottom: 10px;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}

li {
line-height: 20px;
} */
#rest-api_my-sub-menu .dropdown-menu > li > a {
padding-left: 30px;
}
/*.dropdown-menu > li > a {
padding: 5px 20px;
}
.dropdown-menu > li > a {
display: block;
clear: both;
font-weight: normal;
line-height: 20px;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
color: #ffffff;
text-decoration: none;
background-color: #0081c2;
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
background: none;
background: #aaa;
} */
.frame{
border: 1px solid #B6B6B6;
}
div.tutorial_step p {
    font-size: 22px;
    line-height: 24px;
    width: 100%;
    display: inline-block;
    zoom: 1;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
div.tutorial_step {
    height: 54px;
    width: 100%;
    display: table;
    margin-bottom: 20px;
}

@media(min-width:1200px){
ul.gallery {width: 100%;}
.appstore{width: 100%;}
#cc_iframe {width: 1025px; min-height: 450px;}
#codewrap_wide, #chromewrap_wide, #silverlightwrap_wide, #testplayer, #codebox, #descriptionbox {width: 1040px; overflow-x: hidden; padding: 15px;}
.testapp-tab-content{width: 1000px;}
.closing{left:370px;}
.closing_wide{left: 520px;} 
.left_column_video, .left_column {width:47%; float:left;}
.right_column_video, .right_column {width:50%; margin-top: 0; float:left; margin-left: 30px;}
.silverlight_input, .code_input{height: 350px;}
#placeholder{width: 460px;}
.videoframe{margin-left:0px; width: 460px;}
#codeblock {width: 460px; margin-left: 0;}
#codewrap {width: 740px;}
.description{width: 100%;} 
.description_right{width: 40%;}
.description p{width: 60%;}
.moreinfo {padding-top: 30px; margin-right: 35px;}
.logged-in #myfancynav.affix{    
  width: 1170px;
  top: -45px;}
#myfancynav.affix{
max-width: 1140px;
}
}
@media(max-width:1200px){
.left_column_video, .left_column {width:47%; float:left;}
.right_column_video, .right_column {width:50%; margin-top: 0; float:left; margin-left: 3%;}
}
@media(max-width: 1024px) and (min-width: 768px){
.headline {width: 650px; padding: 0 30px;}
.container>.navbar-header, .container>.navbar-collapse {width: 100%;}
.hidden-xs{display:none !important;}
.visible-xs {display: block !important;}
.navbar-toggle{display:block;}
.navbar-nav {margin: 7.5px -15px; width: 100%;}
.navbar-nav>li{ float:none !important;}
.navbar-collapse.collapse{display:none !important;}
ul.gallery{width: 33%;}
.appstore{width: 40%;}
.appstore a{padding: 5px !important;}
.ep-mobile{  width: 50%; float: right; margin-top: -50px;}
#codewrap, #codewrap_wide, #chromewrap_wide, #silverlightwrap_wide{margin-top:100px;}
.closing{left: 285px; top: 117px;}
.closing_wide{left: 280px; top:117px;}
#cc_iframe {width: 680px;}
#codewrap_wide, #chromewrap_wide, #silverlightwrap_wide, .testapp-tab-content, #testplayer, #codebox, #ccplayer, #descriptionbox {width: 570px; overflow-x: hidden;}
#codewrap {width: 570px;}
.left_column_video, .left_column {width:520px;}
.right_column_video, .right_column {width:520px; margin-top: 20px; margin-left:0;}
.silverlight_input, .code_input{height: 270px;}
#placeholder{margin-left:0; width: 520px;}
.videoframe{margin-left:0; width: 520px;}
#codeblock{margin-left: 0; width: 520px; height: 230px;}
.description_right, .description p {width: 100%;}
.moreinfo {padding-top: 25px;}
.errormessage {margin-top: -40px; margin-left: 80px;}
.errormessage2 {width:340px; padding-top: 10px;}
img#alert {margin-top: 140px; margin-left: 44px;}
img#alert2 {margin-top: 140px; margin-left: 50px;}
.description{width: 530px;}
}

@media(max-width:992px){
  .border-line{border-right:0}
.textarea {padding: 70px 50px !important;}
.pull-right{float:left !important;}
.trynow h2 {
  float: none;
text-align:center;
}
.video .col-md-6 {
  text-align: center;
  float: none;
}
.trynow #btn_or {
  text-align: center;
  display: block;
  margin: 13px auto;
  width: 60%;
  float: none;
}
.viewmore {
  margin-top: -50px;
  margin-right: 85px;
}
.superbox-list {
  width: 49.4%;
}
.border-line {
border-right:0pt;
border-bottom: 1pt solid #fff;
  overflow: auto;
  margin: 0 0 50px 0;
  padding: 0 0 50px 0;
}
ul.logos li {
  width: 20% !important;
}
.video .col-md-6 {
  text-align: center;
  float: none;
}
.home-events{
  height: 237px;
}
.home-events h3{
  margin-bottom: 40px;
}
.white.col-md-4, .gray.col-md-4 {
  padding-right: 30px;
  padding-left: 30px;
}
.doc-box {
    width: 50%;
    min-height: 0;
    margin-bottom: 30px;
}
.thumb-wp{
  width: 50%;
} 
}

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	.no-more-tables table, 
	.no-more-tables thead, 
	.no-more-tables tbody, 
	.no-more-tables th, 
	.no-more-tables td, 
	.no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.no-more-tables tr { border: 1px solid #ccc; }
 
	.no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	.no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	.no-more-tables td:before { content: attr(data-title); }
}

@media(max-width:767px) and (min-width: 668px){
.headline {width: 650px; padding: 0 30px;}
ul.gallery{text-align:center; float:none; margin: 0 auto;}
.appstore{height: 70px;}
.appstore a{width: 50%; padding: 5px !important}
#vtab > ul { float: none; width: 100%; margin: 7px 0; }
#vtab > ul > li { display: inline; }
#vtab > ul > li.selected { border: 1px solid #ddd; border-bottom: none; }
#vtab > div { margin-left: 0; }
#codewrap, #codewrap_wide, #chromewrap_wide, #silverlightwrap_wide{margin-top:100px;}
.closing{left: 285px; top: 117px;}
.closing_wide{left: 280px; top:117px;}
#cc_iframe {width: 680px;}
#codewrap_wide, #chromewrap_wide, #silverlightwrap_wide, .testapp-tab-content, #testplayer, #codebox, #ccplayer, #descriptionbox {width: 570px; overflow-x: hidden;}
#codewrap {width: 570px;}
.left_column_video, .left_column {width:520px;}
.right_column_video, .right_column {width:520px; margin-top: 20px;}
.silverlight_input, .code_input{height: 270px;}
#placeholder{margin-left:0; width: 520px;}
.videoframe{margin-left:0; width: 520px;}
#codeblock{margin-left: 0; width: 520px; height: 230px;}
.description_right, .description p {width: 100%;}
.moreinfo {padding-top: 25px;}
.errormessage {margin-top: -40px; margin-left: 80px;}
.errormessage2 {width:340px; padding-top: 10px;}
img#alert {margin-top: 140px; margin-left: 44px;}
img#alert2 {margin-top: 140px; margin-left: 50px;}
.description{width: 530px;}
/* .modal.fade.in {top: 10%;width: 90%;left: 63%;} */
.wp-title{top: 0px;}
.inner {display:inline-block !important;}
.inner-left{width: 100% !important; border-bottom-left-radius:0 !important; border-top-right-radius: 6px;}
.inner-left img {width: 60px !important; padding: 5px !important;}
.inner-left p{padding-top: 20px !important; padding: 20px; margin: 0;}
.inner-right {width: 90% !important;}
.nivo-caption h1{display:none;}
.caption-block h4{display:none;}
.textarea {padding: 70px 50px !important;}
.viewmore {margin-top: -60px; margin-right: 85px; width: 79px; text-align: center;}
.superbox-list {
  width: 100%;
}

}

@media(max-width:667px) and (min-width: 320px){
.headline{width: 360px;}
.headline h2{font-size: 30px !important;}
.tab-content{padding: 0;}
div#content, .sidebar-inner {margin: 0 !important;}
ul.gallery{text-align:center; float:none; margin: 0 auto;}
#vtab > ul { float: none; width: 100%; margin: 8px 0; }
#vtab > ul > li { display: inline; }
#vtab > ul > li.selected { border: 1px solid #ddd; border-bottom: none; }
#vtab > div { margin-left: 0; }
#codewrap, #codewrap_wide, #chromewrap_wide, #silverlightwrap_wide{margin-top:130px;}
.firetvbox, .chromecastbox, .rokubox, .lightbox{padding:20px;}
.closing, .closing_wide{left: 140px; top:147px;} 
#codewrap, #codewrap_wide, #silverlightwrap_wide, #chromewrap_wide{padding:15px;}
#codewrap_wide, #silverlightwrap_wide, #chromewrap_wide, .testapp-tab-content, #testplayer, #codebox, #ccplayer, #descriptionbox {width: 285px; overflow-x: hidden; padding: 15px;}
textarea#silverlightUrl, textarea#codeUrl, textarea#mediaUrl {width: 220px; min-height: 60px;}
textarea#silverlightCustom, textarea#codeCustom, textarea#customData {width: 95%; min-height: 130px;}
#testplayer, #codewrap, #descriptionbox {width: 255px;}
.left_column_video, .left_column {width:255px;}
.right_column_video, .right_column {width:255px; margin-top: 10px; margin-bottom: 10px;}
.right_column_video{width: 255px;}
.silverlight_input { width: 96%; height: 355px;}
.code_input{width: 96%; height: 395px;}
#placeholder{margin-left:0; width: 280px;}
.videoframe{margin-left:0; width: 255px; height: 280px;}
#codeblock {margin-left: 0;width: 240px; height: 200px;}
.description_right, .description p {width: 100%;}
.checkboxes {width: 100%;}
button#update, button#play-stream {width: 100%; margin: 10px auto;}
.description h2 {width: 100%; padding-bottom: 0; text-align:center;}
.moreinfo {padding: 0;text-align:center;}
button#download{width:100%; margin: 5px auto 20px;}
button img{width: 211px !important; margin: 0 auto;}
.gallery button {width: 100%;}
button#lightboxlink img{width: 211px !important;}
#cc_iframe{width: 667px;}
.errormessage {margin-top: 10px; margin-left: 50px; width: 60%;}
.errormessage2 {margin-top: 10px; margin-left: 50px; width: 60%;}
img#alert {margin-top: 90px; margin-left: 100px;}
img#alert2 {margin-top: 90px; margin-left: 100px;}
.appstore a{padding: 5px !important;}
.trynow .col-2{text-align: center; width: 100%; margin-bottom:20px;}
.trynow #btn_or{float:none;}
.modal.fade.in {top: 10%;width: 90%;margin-left: 20px;left: 0;}
.dev-icons{width: 130px;}
.doc-text{overflow:hidden; width: 50%;}
.thumb-wp{width: 40%;}
.documentation{width: 150px;}
.wp-title h1{line-height: 1 !important; font-size: 32px !important; padding: 5px;}
ul.chipset-logo li{width: 50% !important;}
.signup_text {text-align: center;}
.signup_bar {padding-bottom: 30px;}
.wp-title{top: 0px;}
.inner {display:inline-block !important;}
.inner-left{width: 100% !important; border-bottom-left-radius:0 !important; border-top-right-radius: 6px;}
.inner-left img {width: 60px !important; padding: 5px !important;}
.inner-left p{padding-top: 20px !important; padding: 20px; margin: 0;}
.inner-right {width: 90% !important;}
.nivo-caption h1{display:none;}
.caption-block h4{display:none;}
.textarea {padding: 70px 50px !important;}
.imgarea {width: 100% !important;padding: 0 !important;margin-bottom: 70px !important;}
.caption-block{width: auto; margin: 8% 3%; text-align:center;}
.caption-bock h2{padding-bottom: 10px;}
.viewmore {margin-top: -50px; margin-right: 55px; width: 79px; text-align: center;}
#metaslider_3378 img.nivo-main-image{
  height: auto !important;
}

}

@media(max-width:480px){
  .header {font-size: 30px;}
  img#ife{margin-top: 0 !important; padding-bottom: 50px;}
  .viewmore {width: 150px; margin-top: -40px; margin-right: 35px; text-align: center;}
  ul.logos li {width: 29% !important;}
.pageicon{
  width: 100px;
}
ul.nav.nav-pills{
  margin-bottom: 20px;
}
#event-board-items .eo-eb-event-box{
width: 500px;
}
.doc-box {
    width: 100%;
}
}

/*EP end Styles*/








/* UPDATED MASTER STYLES WITH OVERRIDES - 03/06/2018 ##################### // */

table {
    border-collapse: collapse;
    width: 100%;
}
/*tr{
  border-bottom: 1px solid #CFCDA0;
}*/
td, th {
    text-align: left;
    padding: 14px;
}

/* From REST API page */

.section {
    padding: 60px 0 0 !important;
}
td, th {
    padding: 10px;
    border: 1pt solid #ececec;
}

/* // From REST API page */



button.close {
    background: #1656a0;
    padding: 5px 10px;
    border-radius: 50px;
}
img.mydrop {
    border: 1px solid #eeeeee;
    box-shadow: 1px 1px 5px -1px black;
}
.modal .modal-header {
    border: 0;
    padding: 70px 60px 0;
}
.modal-header .close {
    margin: 5px 5px 0 0;
}
li#menu-item-3217 a {
  background-color: #2c3e50;
    color: #fff;
  }
code {
    color: #555 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300;
    font-size: 14px;
}

.ui-icon-triangle-1-s {
    background-position:-24px;
}
.ui-icon-triangle-1-e {
    background-position: 28px;
}
.accordion2 { 
  height: 70px;
}
.accordion2 h4{
  margin-top: 18px;
  font-weight: 600;
}
.accordion-group {
    border:0;
}

.accordion-inner {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* ~~~~~~~~~ */


.link-arrow,
.link-arrow-left {
    display: inline-block;
    position: relative;
}

.link-arrow:hover { /* color: red; */ }

.link-arrow:after {
    content: "\25BA";
    font-size: 50%;
    position: relative;
    top : -.25em;
    display: inline-block;
    padding-left: 5px;
    pointer-events: none;
}

.link-arrow:hover:after { /* color: red; */ }

.link-arrow-left:before {
    content: "\25C0";
    font-size: 50%;
    position: relative;
    top : -.25em;
    display: inline-block;
    padding-right: 5px;
    pointer-events: none;
}


/* ~~~~~~~~~ */

.modal {
  cursor: pointer !important;
  text-align: center !important;
}

.modal .modal-body {
  display: inline-block !important;
  position: relative !important;
  margin-top: 5% !important;
  max-width: 80% !important;
  cursor: default !important;
}

button.close {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
}


/* ~~~~~~~~~ */

/* Tutorials Home // */

.myparent {
  margin-bottom: 10px;
}

.myrightcontent {
  padding-right: 10px;
}

/* // Tutorials Home */


/* ExpressPlay Packager Guide // */
@media only screen and (max-width: 800px) {
  .no-more-tables td {
    padding: 10px;
  }
}
/* // ExpressPlay Packager Guide */



/* // UPDATED MASTER STYLES WITH OVERRIDES - 03/06/2018 ##################### */
