

@font-face {
                  font-family: 'Gotham-Bold';
                  src: url('fonts/GothaBol.eot');
 }

@font-face {
                  font-family: 'Gotham-Bold';
                  src: url('fonts/GothaBol.woff') format('woff'),
                  url('fonts/GothaBol.svg#Gotham-Bold') format('svg');
 }
@font-face {
                  font-family: 'Gotham-Book';
                  src: url('fonts/GothaBoo.eot');
 }

@font-face {
                  font-family: 'Gotham-Book';
                  src: url('fonts/GothaBoo.woff') format('woff'),
                  url('fonts/GothaBoo.svg#Gotham-Book') format('svg');
 }
@font-face {
                  font-family: 'Gotham-Light';
                  src: url('fonts/GothaLig.eot');
}
@font-face {
                  font-family: 'Gotham-Light';
                  src: url('fonts/GothaLig.woff') format('woff'),
                  url('fonts/GothaLig.svg#Gotham-Light') format('svg');
}
@font-face {
                  font-family: 'Gotham-Medium';
                  src: url('fonts/GothaMed.eot');
 }

@font-face {
                  font-family: 'Gotham-Medium';
                  src: url('fonts/GothaMed.woff') format('woff'),
                  url('fonts/GothaMed.svg#Gotham-Medium') format('svg');
 }

 .arial {
    font-family: 'Arial, Helvetica, sans-serif';
 }


.editable-wrap{display:inline-block;white-space:nowrap;margin:0}
.editable-wrap .editable-controls,.editable-wrap .editable-error{margin-bottom:0}
.editable-wrap .editable-controls>input,.editable-wrap .editable-controls>select,.editable-wrap .editable-controls>textarea{margin-bottom:0}
.editable-wrap .editable-input{display:inline-block}
.editable-buttons{display:inline-block;vertical-align:top}
.editable-buttons button{margin-left:5px}
.editable-input.editable-has-buttons{width:auto}
.editable-bstime .editable-input input[type=text]{width:46px}
.editable-bstime .well-small{margin-bottom:0;padding:10px}
.editable-range output{display:inline-block;min-width:30px;vertical-align:top;text-align:center}
.editable-color input[type=color]{width:50px}
.editable-checkbox label span,.editable-checklist label span,.editable-radiolist label span{margin-left:7px;margin-right:10px}
.editable-hide{display:none!important}
.editable-click,a.editable-click{text-decoration:none;color:#428bca;border-bottom:dashed 1px #428bca}
.editable-click:hover,a.editable-click:hover{text-decoration:none;color:#2a6496;border-bottom-color:#2a6496}
.editable-empty,.editable-empty:hover,.editable-empty:focus,a.editable-empty,a.editable-empty:hover,a.editable-empty:focus{font-style:italic;color:#D14;text-decoration:none}


.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body, html {
  height: 100%;
  /*overflow: hidden;*/
}

#scroll {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*overflow-y: scroll;
    overflow-x: hidden;*/
}

.btn:focus {
    outline: none;
}
/* ************************************************************************* */
.main {
    margin: 0 20px;
    background-image: linear-gradient(0deg, rgb(77, 77, 77) 0px, rgb(45, 51, 54) 35%);
    background-color: rgb(77, 77, 77);
    background-repeat: no-repeat;
}
.main .header {
  
  background: #005aab;
    background-size: 100%;
}
.main .container {
    background-color: #000;
}
.main .body {
    border-top: 2px solid #000000;
}
.main .body, .main .footer {
    background: #0078b1; /* Old browsers */
    background: -moz-linear-gradient(left, #0078b1 0%, #207cca 100%, #0094d9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0078b1), color-stop(100%,#207cca), color-stop(100%,#0094d9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #0078b1 0%,#207cca 100%,#0094d9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #0078b1 0%,#207cca 100%,#0094d9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #0078b1 0%,#207cca 100%,#0094d9 100%); /* IE10+ */
    background: linear-gradient(to right, #0078b1 0%,#207cca 100%,#0094d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078b1', endColorstr='#0094d9',GradientType=1 ); /* IE6-9 */
}
.main #content {
    overflow: hidden;
}

.main .body {
    border-top: 2px solid #000000;
}
.main #content {
    overflow: hidden;
}
.main .container {
    display: block;
    overflow: hidden;
    margin: 0;
    width: 960px;
}
.main .container div {
    display: inline-block;
    float: left;
    background-color: rgba(0, 148, 217, 0.701961);
    color: #FFF;
    margin-left: 1px;
    margin-bottom: -1px;
    font-family: 'Gotham-Medium';
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    border: none;
    display: inline-block;
    line-height: 36px;
    height: 36px;
    min-height: 36px;
    border: none;
    margin-left: 1px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.main .container .selected {
    background-color: #f57b20;
    opacity: 1;
}
.main .container div:nth-child(1) {
    margin-left: 0px;
    width: 100%;
}
.main .container div:nth-child(2) {
    width: 152px;
}
.main .container div:nth-child(3) {
    width: 113px;
}
.main .container #login {
    background-color: rgba(0, 148, 217, 0.701961);
    height: 36px;
    position: relative;
}
#glogin {
    position: absolute;
    top: 0;
    left: 0;
    width: 113px;
    background-color: transparent;
    opacity: 0;
    height: 36px;
}

#glogin div {
    opacity: 0;
}

#glogin-disp {
    position: absolute;
    top: 0;
    left: 0;
    width: 113px;
    background-color: transparent;
    opacity: 1;
    height: 36px;
    pointer-events: none;
}
#glogin-disp span .buttonText {
    display: inline-block;
    width: 113px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    float: left;
    text-align: center;
}
.main .container div:nth-child(4) {
    width: 113px;
}
.main .container div:hover, #glogin:hover {
    background-color: #f57b20;
    opacity: 1;
}

.main .nav-tabs a {
    border: none;
    color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    cursor: pointer;
    background-color: rgba(143, 143, 143, .7);
    margin: 0;
}
.main .my-account {
    display: inline-block;
    float: left;
    font-family: 'Gotham-Medium';
    font-size: 12px;
    width: 113px;
    height: 35px;
    background-color: #8f8f8f;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    margin-left: 1px;
    margin-bottom: -1px;
    text-shadow: 1px 1px #888;
}
.main .footer {
    padding: 0 8px;
    font-family: 'Gotham-Bold';
    font-size: 10px;
    border-top: 1px solid #000000;
    height: 32px;
    line-height: 32px;
    background-image: url('img/osel-footer_nav_bg.png');
}
.main .footer, .main .footer a {
    color: #FFFFFF;
}
.main .footer a, .main .footer div {
    display: inline-block;
}
.main .footer a {
    padding-left: 25px;
    float: right;
}
.main .footer a:hover {
    text-decoration: none;
    color: #f57b20;
}

/* ************************************************************************* */
#welcome {
    padding: 0 5px;
    margin: 19px 0;
    background: transparent;
    overflow: hidden;
    display: block;
}
.welcome .carousel-control {
    display: none;
}

.welcome .carousel-indicators {
    top: 515px;
}
.welcome .carousel-indicators li{
    background-color: transparent;
    border: 1px solid #0094d9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 8px;
    height: 8px;
}

.welcome .carousel-indicators .active {
    border: 1px solid #f57b20;
    background-color: #f57b20;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.welcomeDivider {
    border-bottom: 2px solid #000000;
}
#welcome .ads {
    width:950px; height: 190px; position: relative;overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#welcome .ads>div {
    display: inline-block;overflow: hidden; position: relative;
}
#welcome .ads:nth-child(2) {
    border-left: 2px solid #000000;
}
.welcomeText {
    background-image: url("img/homepage_banner.png");
    width: 950px;
    height: 249px;
    background-size: 100%;
}
.welcomeLink {
    width:195px;
    height: 45px;
    top: 184px;
    left: 0px;
    z-index: 120;
    background-color: #0078b1;
    color: #FFFFFF;
    text-shadow: 1px 1px #888;
    font-family: 'Gotham-Bold';
    font-size: 15px;
    display:block;
    vertical-align:middle;
    padding-left: 20px;
    position: absolute;
    box-shadow: none;
    line-height: 45px;

}
.welcomeLink:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 10px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #FFFFFF;
}

.welcomeLink:hover {
    color: #FFFFFF;
    background-color: #0094d9;
    text-decoration: none;

}
.welcomeAdText {
    color: #f57b20;
    font-family: 'Gotham-Light';
    font-size: 30px;
    line-height: 30px;
    padding: 5px;

}
.welcomeAdLink {
    padding: 5px;
    color: #f57b20;
    font-family: 'Gotham-Medium';
    font-size: 14px;
    font-weight: normal;
    position: relative;
}
.welcomeAdLink:hover {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
.welcomeAdLink:hover:after {
    border-left-color: #FFFFFF;
}

.welcomeAdLink:after {
    content: "";
    position: absolute;
    top: 7px;
    right: -20px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #f57b20;
}

/* ************************************************************************* */
#matrix {
    padding: 0 5px;
    margin: 19px 0;
    background: transparent;
    overflow: hidden;
    display: block;
}
.configMenu {
    position: absolute;
    z-index: 500;
    width: 425px;
}

.config {
    position: relative;
    color: #FFFFFF;
}

.config #indicator {
    top: 0px;
    position: absolute;
    display: block;
    z-index: 200;
    margin: 20px 0px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #0078b1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.config .accordion-heading {
    overflow: hidden;
}

.config .accordion-heading,
    .config .accordion-toggle {
    padding: 0px;
    margin: 0px;
    border: none;
    width: 425px;
    height: 53px;
    position: relative;
}
.config .accordion-heading a,
    .config .accordion-heading a:hover {
    text-decoration: none;
}
.config .accordion-heading-content {
    color: rgba(255, 255, 255, 0.5);
    line-height: 53px;
    overflow: hidden;
    background-color: #002c56; /* 0 44 86*/
    font-family: 'Gotham-Book';
    font-size: 20px;
    font-weight: normal;
    opacity: .80;
}
.config .accordion-heading-content2 {
    background-color: #005482; /* 0 84 130*/
}
.config .accordion-heading-content3 {
    background-color: #0078b1;/* 0 120 177*/
}
.config .accordion-heading-content4 {
    background-color: #00A4D2;
}

.config .accordion-heading-content:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.config .accordion-heading-content div {
    display:  inline-block;
    float: left;
    padding-right: 15px;
}
.config .accordion-heading .highlight{
    width: 100%;
    height: 100%;
}
.config .accordion-heading .selected{
    background-color: #f57b20;
    color: #FFFFFF;
    opacity: .80;
}
.config .accordion-heading .index, .config .calculate-heading .index
{
    display: inline-block;
    padding-left: 8px;
    width: 20px;
    text-align:center;
    font-family: 'Gotham-Bold';
    font-weight: bold;

}
.config .calculate-heading .index
{
    float: left;
    height: 36px;
    width: 40px;
    line-height: 36px;
    font-size: 20px;
    padding: 0;
}
.config .accordion {
    margin: 0;
}
.config .accordion-inner {
    border: none;
}
.config .accordion-group {
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    margin: 0;
}
.config .accordion-inner {
    padding: 0;
}

/* ************************************************************************* */
.config .calculate-heading {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(154, 197, 217, .7);
    padding: 0px;
    margin: 0px;
    border: none;
    width: 425px;
    height: 36px;
    position: relative;
}

.config .calculateButton, .config .resetButton{
    display: inline-block;
    padding: 0;
    cursor: pointer;
    float: left;
}

.config .calculateButton div, .config .resetButton div{
    color: rgba(0, 44, 86, 0.4);
    height: 36px;
    position: relative;
    text-align:center;
    font-family: 'Gotham-Book';
    font-size: 20px;
    line-height: 36px;
    padding: 0;
    float: left;
    margin: 0px;
}
 .config .calculateButton div{
    width: 229px;
    border-left: 1px solid #002C56;
 }

 .config .resetButton div{
    width: 154px;
    border-left: 1px solid #0988BF;
 }

.config .calculateButton div:hover, .config .resetButton div:hover{
    color: rgb(255, 255, 255);
    background-color: rgb(154, 197, 217);
    opacity: 1.0;
}

.config .calculate-heading:hover {
    color: rgba(255, 255, 255, 1.0);
}


/* ************************************************************************* */
.configMenu .recalculateButtonIndicator {
    position: absolute;
    left: -5px;
    background-color: #f57b20;
    height: 35px;
    width: 5px;

}
.config .recalculateButton{
    margin-left: -5px;
    height: 35px;
}

.config .recalculateButton div{
    margin-left: 2px;
    color: rgba(0, 84, 130, .4);
    background-color: rgba(0, 148, 217, .7);
    height: 100%;
    width: 100%;
    position: relative;
    text-align:center;
    font-family: 'Gotham-Book';
    font-size: 20px;
    line-height: 36px;
}
.config .recalculateButton div:hover {
    color: rgb(255, 255, 255);
    background-color: #0094d9;
}

/* ************************************************************************* */

.config .configGroup {
    overflow: hidden;
    font-family: 'Gotham-Book';
    font-size: 15px;
}
.config .configStageArea {
    display: block;
    width: 425px;
    overflow: hidden;
}

.config .configStagePad {
    width: 40px;
    background-color: #0078b1;
    opacity: .30;
    display: block;
    float: left;
}
.config .configStage {
    overflow: hidden;
    width:385px;
    display: inline-block;
    float: left;
}

.config .configStageUom .btn-group{
    width: 100%;
    background-color: #002c56;
    opacity: .80;

}
.config .configStageUom .btn{
    color: rgba(255, 255, 255, .7);
    width: 50%;
    line-height: 42px;
    background: none;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border-bottom: 4px solid transparent;
    box-shadow: none;
    position: relative;
    padding: 0px;
}
.config .configStageUom .btn:nth-child(2){
    border-left: 1px solid #0078b1;
}
.config .checkbox div{
    display: inline-block;
    float: left;
    color: rgba(255, 255, 255, .7);
}
.config .configStageUom .btn .text {
    position: relative;
    line-height: 42px;
    display: inline-block;
    padding-right: 22px;
}
.config .configStageUom .btn .check{
    top: 12px;
    right: 0px;
    width: 16px;
    height: 16px;
    position: absolute;
    display: inline-block;
    background-color: transparent;
    background-image: url('img/check.png');
    background-position: 16px 0px;
    line-height: 0px;
    color: #0078b1;
}
.config .configStageUom .active{
    color: #FFFFFF;
    border-bottom: 4px solid #f57b20;
}
.config .configStageUom .active .check{
    background-position: 0px 0px;
}
.config .configStage .sectionTitle {
    padding-left: 10px;
    font-family: 'Gotham-Book';
    font-size: 16px;
    line-height: 30px;
    background-color: #002c56;
    opacity: .80;

}
.config .configStage .section {
    padding-left: 10px;
    background-color: #2D4467;
    opacity: .80;
    font-size: 10px;
    height: 46px;
    opacity: .80;

}
.config .configStage .sectionPad {
    border-top: 1px solid #002C56;
}
.config .configStage .section .pad {
    width: 364px;
    line-height: 46px;
    position: relative;
}
.config .configStage .section div {
    display: inline-block;
}
.config .configStage .label {
    font-family: 'Gotham-Book';
    font-size: 11px;
    font-weight: normal;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: none;
    padding:0;
    margin: 0;
    display:inline-block;
    vertical-align:middle
}

.config .configStage input[type=number], .config .configStage select {
    background-color: #FFFFFF;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    height: 25px;
    outline: none;
    color: #0078b1;
    font-family: 'Gotham-Medium';
    font-size: 11px;
    text-align: right;
}

.config .configStage input[type=number]{
    padding: 0;
    width: 60px;
}

.config .configStage .section .by {
    font-family: 'Gotham-Book';
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

.config .configStageRoom .btn, .config .configStageMatrix .compare .btn {
    background: none;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    box-shadow: none;
    position: relative;
    padding: 0px;
    text-align: left;
    width: 16px;
    height: 16px;
    float: left;
    position: absolute;
    width: 16px;
    height: 16px;
}

.config .configStageRoom .btn {
    top: 7px;
    right: 175px;
}

.config .configStageMatrix .compare .btn {
    top: 17px;
    right: 204px;
}


.config .configStageRoom .checkbox,
    .config .configStageMatrix .compare .checkbox {
    width: 100%;
    line-height: 30px;
    background: none;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    box-shadow: none;
    position: relative;
    padding: 0px;
    text-align: left;
}
.config .configStageRoom .checkbox .text,
    .config .configStageMatrix .compare
    .checkbox .text{
    display: inline-block;
    font-family: 'Gotham-Book';
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    float: left;
}
.configStageRoom .compare  .checkbox .text{
    line-height: 30px;
}

.configStageMatrix .compare  .checkbox .text{
    line-height: 50px;
}
.config .configStageMatrix .model1Section,
.config .configStageMatrix .model2Section,
{
    overflow: hidden;
}
.config .configStageMatrix .tab-content
{
    overflow: hidden;
}

.config .configStageRoom .btn .check,
.config .configStageMatrix .compare  .btn .check,
.config .configStageMatrix .model1Section  .btn .check,
.config .configStageMatrix .model2Section  .btn .check{
    background-color: transparent;
    display: inline-block;
    background-image: url('img/check.png');
    background-position: 16px 0px;
    line-height: 0px;

    width: 16px;
    height: 16px;
}
.config .configStageRoom .active .check,
.config .configStageMatrix .compare .active .check,
.config .configStageMatrix .model1Section .active .check,
.config .configStageMatrix .model2Section .active .check
{
    background-position: 0px 0px;
}

.config .configStageRoom .color {
    border: solid 1px transparent;
}

.config .configStageRoom .color:hover {
    border: solid 1px white;
}

.config .configStageRoom .colorSelected {
    border: solid 1px black;
}

.config .configStageRoom .colorSelected:hover {
    border: solid 1px #cccccc;
}
.config .configStageRoom .dropdown-toggle {
    margin-top: 10px;
    display: inline-block;
    width: 25px;
    height: 25px;
    float:left;
    border: solid 1px black;
}
.config .configStageRoom .dropdown-menu {
    top: -101px;
    left: -84px;
    width: 108px;
    min-width: 108px;
    height: 108px;
    min-height: 108px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #FFFFFF;
    color: rgba(255, 255, 255, .4);
    background-color: #001e3a;
    font-size: 10px;
    padding: 0;
}
.config .configStageMatrix .compare .btn:hover{
    border: none;
}
.config .configStageMatrix {
    margin-left: 0;
    background-color: transparent;
    width:425px;
}
.config .configStageMatrix .nav {
    display: inline-block;
    float: left;
    margin: 0;
    height: 144px;
    background-color: #B2DAE7;
    cursor: default;
}
.config .configStageMatrix .nav .active{
    border: none;
}

.config .configStageMatrix .nav li {
    width: 40px;
    overflow: hidden;
    height: 72px;
    position: relative;
}

.config .configStageMatrix .nav a {
    padding-top: 10px;
    color: #FFFFFF;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: -103px;
     width: 136px;
     height: 72px;
    -webkit-transform-origin: 103px 0;
    -moz-transform-origin:    103px 0;
    -ms-transform-origin:     103px 0;
    -o-transform-origin:      103px 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    text-align:center;
    font-family: 'Gotham-Bold';
    font-size: 11px;
    cursor: pointer;
}

.config .configStageContent .nav a {
    width: 111px;
    left: -130px;
    -webkit-transform-origin: 130px 0;
    -moz-transform-origin:    130px 0;
    -ms-transform-origin:     130px 0;
    -o-transform-origin:      130px 0;

}

.config .configStageContent .nav {
    height: 306px;
}
.config .configStageContent .nav li {
    height: 153px;
}

.config .configStageMatrix .model1Tab {
    background-color: #f6d4b9;
    border: none;
    text-decoration: none;
}
.config .configStageMatrix .model1Tab:hover, .config .configStageMatrix .model1Tab.active
{
    background-color: #f47b20;
    border: none;
    text-decoration: none;
}
.config .configStageMatrix .model2Tab {
    background-color: #9ac5d9;
}

.config .configStageMatrix .model2Tab:hover, .config .configStageMatrix .model2Tab.active{
    background-color: rgb(0, 148, 217);
}

.config .configStageMatrix .disabled ,
.config .configStageMatrix .disabled a,
.config .configStageMatrix .disabled:hover,
.config .configStageMatrix .disabled a:hover
{
    background-color: #0078b1;
    opacity: .30;
    color: #0078b1;
    cursor: default;
}

.config .configStageMatrix .tab-content {
    display: inline-block;
    float: left;
    width: 384px;

}
.config .configStageMatrix .model1Section {
    border: 2px solid #F16917;
}
.config .configStageMatrix .model2Section {
    border: 2px solid #0094d9;
}

.config .configStageMatrix .tab-content .active{
    border: none;

}
.config .configStageMatrix .indent {
    margin-left: 25px;
}
.config .configStageMatrix .btn-group{
    padding-top: 8px;
    padding-left: 10px;
}
.config .configStageMatrix .btn{
    background-image: none;
    background-color: #0078b1;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border-bottom: 2px solid transparent;
    box-shadow: none;
    font-family: 'Gotham-Medium';
    font-size: 11px;
    width: 115px;
    height: 30px;
    padding: 0;
    text-align: center;
}
.config .configStageMatrix .checkbox
{
    padding-left: 0;
    position: relative;

}
.config .configStageMatrix .checkbox .label
{
    font-family: 'Gotham-Book';
    font-size: 11px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    display: inline-block;
    line-height: 30px;
}

.config .configStageMatrix .model1Section .checkbox,
.config .configStageMatrix .model2Section .checkbox
{
    width: 100%;
}

.config .configStageMatrix .model1Section .checkbox .btn,
.config .configStageMatrix .model2Section .checkbox .btn
{
    border: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    line-height: 0px;
    top: 7px;
    right: 204px;
}

.config .configStageMatrix .model1Section .multiTouchError,
.config .configStageMatrix .model2Section .multiTouchError
{
    position: absolute;
    color: red;
    font-family: 'Gotham-Book';
    font-size: 11px;
    line-height: 30px;
    top: 0px;
    right: 17px;
    width: 170px;

}

.config .configStageMatrix .model1Section .fiberModulesError,
.config .configStageMatrix .model2Section .fiberModulesError
{
    position: absolute;
    color: red;
    height: 30px;
    font-family: 'Gotham-Book';
    font-size: 11px;
    line-height: 14px;
    top: 0px;
    right: 0px;
    width: 190px;
    overflow: hidden;
    word-wrap:break-word;
    white-space: normal;

}

.config .configStageMatrix .configMethod .active{
    border-bottom: 2px solid #00a8ff;
    background-color: #005482;
}

.config .configStageContent
{
    line-height: 0;
}

.config .configStageContent .label
{
    overflow: hidden;
    line-height: 46px;
}

.config .configStageContent .label1
{
    padding-top: 0px;
    overflow: hidden;
    line-height: 13px;
}


.config .configStageContent .label2
{
    padding-top: 9px;
    overflow: hidden;
    line-height: 13px;
    display: block;
}

.config .configStageContent .label2_5
{
    padding-top: 0;
    overflow: hidden;
    line-height: 13px;
}

.config .configStageContent .label3
{
    overflow: hidden;
    line-height: 13px;
    padding-top: 4px;
    padding-bottom: 15px;
}

.config .configStageContent .label4
{
    overflow: hidden;
    line-height: 13px;
    padding-top: 16px;
}
.config .configStageContent .label5
{
    overflow: hidden;
    line-height: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.config .configStageContent .sectionUpload
{
    border-top: 1px solid #002C56;
    height: 54px;
}

.config .configStageContent .sectionVideoUrl
{
    border-top: 1px solid #002C56;
    height: 107px;
    position: relative;
    overflow: hidden;
}

.config .configStageContent .sectionVideoUrl .pad
{
    line-height: 0px;
}

.config .configStageContent .sectionVideoFile
{
    position: relative;
}

.config .configStageContent .sectionVideoFile select
{
    position: absolute;
    top: 12px;
    left: 238px;
}

.config .configStageContent .sectionContentReset
{
    position: relative;
    border-top: 1px solid #002C56;
}

.config .configStageContent div
{
    height: auto;
    line-height: 0;
}

.config .configStage my-file-upload, .config .configStage .resetContentButton,
.config .configStage .videoContentSelect, .config .configStage .setContentUrlButton {
    position: absolute;
    top: 12px;
    left: 238px;
    overflow: hidden;
    width: 120px;
    height: 22px;
}

.config .configStage .resetContentButton, .config .configStage .setContentUrlButton {
    background-color: #0078b1;
    border-bottom: 2px solid #0078b1;
    line-height: 22px;
    font-family: 'Gotham-Medium';
    font-size: 11px;
    text-align: center;
    cursor: pointer;
}

.config .configStage .setContentUrlButton {
    top: 42px;
    left: 248px;
}

.config .configStage .fileInput .label {
    position: absolute;
    background-color: #0078b1;
    border-bottom: 2px solid #0078b1;
    line-height: 22px;
    font-family: 'Gotham-Medium';
    font-size: 11px;
    width: 120px;
    text-align: center;
    top: 0px;
    left: 0px;
    z-index: 5;
    cursor: pointer;
}


.config .configStage .sectionContentUrl
{
    height: 100px;
}

.config .configStage .setContentUrl
{
    width: 225px;
    height: 17px;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    margin: 0;
    padding: 4px 6px 3px 6px;

}
.config .configStage .fileInput:hover .label, .config .configStage .resetContentButton:hover
, .config .configStage .setContentUrlButton:hover {
    background-color: #005482;
    border-bottom: 2px solid #00a8ff;
}
.config .configStage .fileInput input[type=file]{
    position: absolute;
    opacity: 0;
    width: 120px;
    height: 25px;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.config .configStage .fileInput .progress{
    position: absolute;
    width: 120px;
    height: 25px;
    top: 0px;
    left: 0px;
    margin: 0;

}

.config .configStage .fileInput .container {
    position: absolute;
    width: 120px;
    height: 25px;
    top: 0px;
    left: 0px;
}

.config .configStage .fileInput .progress .bar {
    background-image: none;
    background-color: rgb(245, 123, 32);
}

/* ************************************************************************* */
numeric-input {
    display: inline-block;
    /* overflow: hidden; */
    padding: 0 6px;
    margin: 0 4px;
    height: 25px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.numEntry {
    overflow: hidden;
    background-color: #FFFFFF;
    border: none;
    height: 25px;
    line-height: 25px;
    width: 60px;
    outline: none;
    color: #0078b1;
    font-family: 'Gotham-Medium';
    font-size: 11px;
    text-align: right;
    position: relative;
    z-index: 1;
}
.numEntry .numEntryData, .numEntry input[type=text] {
    height: 25px;
    display: inline-block;
    position: absolute;
    left: -4px;
    top: 0px;
    width: 40px;
    margin: 0 4px;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    outline: none;
    background-color: #FFFFFF;
    font-family: 'Gotham-Medium';
    font-size: 11px;
    color: #0078b1;
    padding:0;
    text-align: right;
}

.numEntryDisabled .numEntryData{
    color: #DDDDDD;
}

.numEntry .numEntryCtrl {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 25px;
    width: 16px;
    background-color: rgba(255, 255, 255, .50);
    display: inline-block;
    position: relative;
}

.numEntry .numEntryUp, .numEntry .numEntryDown{
    display: block;
    border: none;
    position: absolute;
    left:0px;
    width: 16px;
    height: 12px;
    overflow: hidden;
    cursor: pointer;
    background-color: rgba(0, 120, 177, .50);
}
.numEntry .numEntryUp:hover, .numEntry .numEntryDown:hover{
    background-color: rgba(0, 120, 177, .25);
}

.numEntryDisabled .numEntryUp:hover, .numEntryDisabled .numEntryDown:hover{
    background-color: transparent;
}

.numEntry .numEntryDivider {
    display: block;
    position: absolute;
    left:0px;
    top: 12px;
    width: 16px;
    height: 1px;
    background-color: #0078b1;
}

.numEntry .numEntryUp {
    top: 0px;
}
.numEntry .numEntryDown {
    top: 13px;
}

.numEntry .numEntryUpIcon, .numEntry .numEntryDownIcon{
    display: block;
    border: 4px solid transparent;
    position: absolute;
    left: 4px;

}
.numEntry .numEntryUpIcon {
    top: 0px;
    border-bottom: 4px solid #0078b1;
}
.numEntry .numEntryDownIcon {
    border-top: 4px solid #0078b1;
    top: 3px;
}


/* ************************************************************************* */
.message {
    position: absolute;
    top: 150px;
    left: 556px;
    background-color: #FF4D4D;
    width: 260px;
    z-index: 500;
    color: #FFFFFF;
    padding: 10px;
    font-family: 'Gotham-Book';
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}
.room {
    margin: auto;
    overflow: hidden;
}

.scaleObject {
    position: absolute;
    bottom: 15px;
    right: 150px;
    background-image: url("img/scale_object.png");
    z-index: 100;
    background-size: cover;
    background-size:100% 100%;
    background-repeat:no-repeat;

}

.roomElement {
    position: absolute;
    background-size: cover;
    background-size:100% 100%;
    background-repeat:no-repeat;
}
.contact-back{
    margin-top: 10px;
    background: #187bc4;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
}
.requesttab{
    color: #fff;
    margin-top: 9px;
    padding: 0;
    cursor: pointer;
}
.matrix {
    top: 250px;
    left: 200px;
    position: absolute;
    z-index: 2;
    width: 400px;
    height: 300px;
    background-color: #888;
    box-shadow: 0 0 10px 5px #888;
}

.matrix .background {
    z-index: 10;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #000000;
}

.matrix .background-image
{
    background-size: cover;
    background-size:100% 100%;
    background-repeat:no-repeat;
}

.matrix .background-image, .matrix .background-video {
    position: absolute;
}

.matrix .labelM1, .matrix .labelM2{
    display:block;
    overflow: hidden;
    position: absolute;
    bottom:1px;
    right: 1px;
    padding: 1px;
    font-size: 10px;
    height: 12px;
    line-height: 12px;
    z-index: 30;
}
.matrix .labelM1{
    background-color: #F5CEAF;
}
.matrix .labelM2{
    background-color: #9DCBDD;
}
.matrix table{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;

    border-spacing:0;
    border-collapse:collapse;
    border:1px solid #000;

}
.matrix td{
    border:1px solid #000;
}
.cadArea, .pwrArea, .dispArea {
    min-height: 534px;
    background-color: #FFFFFF;
    position: relative;
}
.cadArea .pad, .pwrArea .pad, .dispArea .pad {
    position: relative;
    padding: 0px;
    padding-top: 100px;
    padding-bottom: 204px;
    overflow: hidden;
    background-color: #FFFFFF;
}

.cadArea .minimumDistance {
    position: relative;
   background-image: url('img/service_area.gif');
   background-repeat: repeat;
}

.pwrArea .hx60 {
    width: 950px;
    font-size: 20px;
    border: none;
    text-align: center;
    line-height: 382px;
}

.cadArea .cad {
    background-color: #FFFFFF;
    z-index: 10;
}

.cadArea .annotation{
    position: absolute;
    background-color: transparent;
    border: 1px solid #888;
    z-index: 15;
}

.cadArea .annotation .label {
    width: 50px;
    position: absolute;
    font-family: 'Gotham-Light';
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    border: none;
    background: none;
    text-shadow: none;
    margin: 0;
    padding: 0;
    color: inherit;
}

.cadArea .annotation .leader {
    border-style: dashed;
    border-color: transparent;
    border-width: 1px;
    position: absolute;
}

.cadArea .arrowH1, .cadArea .arrowH2{
    border-color: transparent;
}
.cadArea .annotationL, .cadArea .annotationR{
    border-left: none;
    border-right: none;
    width: 15px;
}
.cadArea .annotationL .label {
    top: 5px;
    left: -50px;
    text-align: right;
    -webkit-transform-origin: 50px 0;
    -moz-transform-origin:    50px 0;
    -ms-transform-origin:     50px 0;
    -o-transform-origin:      50px 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.cadArea .aboveL .label{
    left: -60px;
}
.cadArea .belowL .label{
    left: -30px;
}

.cadArea .annotationR .label {
    top: 5px;
    left: 15px;
    text-align: left;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin:    0 0;
    -ms-transform-origin:     0 0;
    -o-transform-origin:      0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.cadArea .annotationL .arrow {
    left: 15px;
}
.cadArea .annotationR .arrow {
    left: 0px;
}
.cadArea .annotationL .arrow, .cadArea .annotationR .arrow{
    position: absolute;
    width: 1px;
    height: 100%;
}
.cadArea .annotationL .arrowH1 {
    left: 11px;
    top: -4px;
}
.cadArea .annotationR .arrowH1 {
    left: -4px;
    top: -4px;
}
.cadArea .annotationL .arrowH1, .cadArea .annotationR .arrowH1{
    position: absolute;
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
}
.cadArea .annotationL .arrowH2 {
    left: 11px;
    bottom:-4px;
}
.cadArea .annotationR .arrowH2 {
    left: -4px;
    bottom:-4px;
}
.cadArea .annotationL .arrowH2, .cadArea .annotationR .arrowH2{
    position: absolute;
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
}
.cadArea .annotationT{
    height: 15px;
    border-top: none;
    border-bottom: none;
}
.cadArea .annotationT .label {
    top: 0px;
    right: 5px;
    text-align: right;
}

.cadArea .aboveT .label{
    top: -10px;
}


.cadArea .annotationT .arrow{
    position: absolute;
    width: 100%;
    height: 1px;
    top: 15px;
}
.cadArea .annotationT .arrowH1{
    position: absolute;
    top: 11px;
    right: -4px;
    border-width: 4px;
    border-style: solid;
}
.cadArea .annotationT .arrowH2{
    position: absolute;
    top: 11px;
    left:-4px;
    border-width: 4px;
    border-style: solid;

}
.cadArea .annotationB{
    height: 15px;
    border-top: none;
    border-bottom: none;
}
.cadArea .annotationB .label {
    bottom: 0px;
    right: 5px;
    text-align: right;
}
.cadArea .annotationB .arrow{
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0px;
}
.cadArea .annotationB .arrowH1{
    position: absolute;
    top: -4px;
    right: -4px;
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
}
.cadArea .annotationB .arrowH2{
    position: absolute;
    top: -4px;
    left:-4px;
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
}

.cadAreaDisabled {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 534px;
    position: relative;
}
.cadAreaDisabled .text {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 534px;
    color: rgba(0, 84, 130, .4);
    position: relative;
    text-align: center;
    font-family: 'Gotham-Book';
    font-size: 20px;
    text-transform: none;
}

/* Shared with cad, power route, and display route*/
.legend{
    position: relative;
    overflow: hidden;
    width:950px;
    height:166px;
    line-height: 44px;
    font-family: 'Gotham-Bold';
    font-size: 11px;
    position: absolute;
    color: #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
    opacity: .8;
    bottom: 0px;
    border: none;
}
.legend-tall {
    height: 200px;
}

.legend-line0 {
    top: 0px;
    overflow: hidden;
    width:950px;
    height: 30px;
    overflow: hidden;
    color: #002c56;
    border-top: 1px solid rgb(0, 148, 217);
    border-bottom: 1px solid rgb(0, 148, 217);
    line-height: 30px;
    padding-left: 10px;
    background-color: rgba(29, 118, 187, .3);
}
.legend-line1 {
    top: 32px;
    overflow: hidden;
    padding: 10px;
}

.legend-line1 .row {
    margin: 0;
    display: block;
    width:950px;
    height:45px;
}



.legend-line1 div {
    display: inline-block;
    width:220px;
    height:30px;
    line-height: 12px;
    vertical-align: middle;
}

.legend-line1 div .text{
    display: inline-block;
    font-family: 'Gotham-Book';
    width: 190px;
    float: left;
}


.legend-line1 div .line{
    display: inline-block;
    width:10px;
    height:5px;
    float: left;
}

.legend-line1 div .line-rounded {
    border 1px solid transparent;
    border-radius: 2px;
}
.legend-line1 div .square{
    padding: 0;
    margin-right: 10px;
    margin-top: 0px;
    width: 16px;
    height: 16px;
    background-color: rgba(29, 118, 187, .3);
    border: 1px solid #002c56;
    float: left;
}

.legend-line2{
    overflow: hidden;
    width:950px;
    line-height: 44px;
    font-family: 'Gotham-Bold';
    font-size: 11px;
    position: absolute;
    color: #FFFFFF;
    bottom: 0px;
}
.legend-line1 div, .legend-line2 div {
    display: inline-block;
    float: left;
    padding-left: 10px;
}
.legend-line2 div:nth-child(1) {
    width: 220px;
    background-color: #002c56;
    border: 1px solid #002c56;
}
.legend-line2 div:nth-child(2), .legend-line2 div:nth-child(3), .legend-line2 div:nth-child(4) {
    width: 133px;
    background-color: rgb(0, 148, 217);
    border: 1px solid rgb(0, 148, 217);
    border-left: 1px solid #FFFFFF;
}
.legend-line2 div:nth-child(5)
{
    width: 272px;
    height: 44px;
    color: rgb(0, 148, 217);
    background-color: rgb(0, 148, 217);
    border: 1px solid rgb(0, 148, 217);;
    border-left: 1px solid #FFFFFF;
    border-right: none;
}
.cadArea .cad td {
    padding: 0;
    margin: 0;
}

/* ************************************************************************* */
.pwr-route-matrix, .disp-route-matrix{
    display: block;
    position: absolute;

}

.pwr-route-matrix-row, .disp-route-matrix-row{
    display: block;
    position: relative;

    white-space: nowrap;
}

.pwr-route-matrix-cell, .disp-route-matrix-cell {
    display: inline-block;
    position: relative;
    border: 1px solid #CCC;
}

.pwr-route-matrix-connector, .disp-route-matrix-connector {
    display: inline-block;
    position: absolute;
    background-color: #CCC;
    z-index: 2;
}

.pwr-route-segment-connector {
    position: absolute;
    background: #000;
    border: 4px solid #000;
    border-radius: 4px;
    z-index: 2;
}


.pwr-route-segment, .disp-route-segment {
    display: block;
    position: absolute;
    z-index: 3;
    background-repeat: no-repeat;
}
.pwr-route-segment{
    background: #000;
    border:2px solid transparent;
    border-radius: 4px;

}

.pwr-route-start {
    display: block;
    position: absolute;
    z-index: 1;
    width: 0px;
    height: 0px;
    border-color: transparent;
    border-style: solid;
    z-index: 3;
}

.pwr-route-block, .disp-route-block{
    display: block;
    position: absolute;
    z-index: 4;
    border: 2px solid #097bb1;
}

.pwr-route-legend-line1 {
    display: block;
    position: absolute;
    z-index: 2;
    width: 949px;
    height: 88px;
    background-image: url('img/router/osel_Matrix_PC_Routing_Legend.png');
}

/* ************************************************************************* */
.disp-route-legend-line1 {
    display: block;
    position: absolute;
    z-index: 2;
    width: 949px;
    height: 88px;
    background-image: url('img/router/osel_Matrix_DC_Routing_Legend.png');
}
/* ************************************************************************* */
#specBar {
    height: 37px;
    border-top: 5px solid #0094d9;
    border-bottom: 5px solid #0094d9;
    background-color: #1F487B;
    position: relative;
    font-family: 'Gotham-Bold';
    font-size: 12px;
}
#specBar div {
    display: inline-block;
    float: right;
}
#specBar .btn-group{
    background-color: #002c56;
    float: left;
}
#specBar .btn{
    width: 213px;
    height: 36px;
    font-size: 12px;
    background: none;
    background-color: #9ac5d9;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    box-shadow: none;
    margin-left: 1px;
    font-family: 'Gotham-Bold';
    font-size: 12px;
    color: #002c56;
    text-shadow: 1px 1px rgba(255, 255, 255, .3);
    margin-top: 1px;
}
#specBar .btn:nth-child(1){
    margin-left: 0;
}
#specBar .btn:nth-child(3){
    width: 261px;
}

#specBar .active, #specBar .active:hover{
    background-color: #0094d9;
}
#specBar .btn:hover{
    background-color: #0094d9;
    color: #FFFFFF;
    text-shadow: none;
}
#specBar .export .dropdown-toggle {
    width: 135px;
    color: #f57b20;
    /*color: rgba(255, 255, 255, .4);*/
    font-size: 12px;
    line-height: 37px;
    text-align: center;
    background-color: #001e3a;
    cursor: pointer;
}
#specBar .export .dropdown-toggle:hover {
    color: #FFFFFF;
    color: rgba(255, 255, 255, 1.0);
}
#specBar .export .dropdown-menu, #specBar .position .dropdown-menu {
    top: auto;
    bottom: 41px;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #FFFFFF;
    color: rgba(255, 255, 255, .4);
    background-color: #001e3a;
    font-size: 10px;
    padding: 0;
    margin-top: 0;
}

#specBar .export .dropdown-menu div{
    height: 26px;
    #background-color: #4592D5;
    #opacity: .5;
    border: none;
    padding: 0;
    line-height: 26px;
}

#specBar .export .dropdown-menu div:hover{
    color: #FFFFFF;
    color: rgba(255, 255, 255, 1.0);
    opacity: 1;
}
#specBar .export .dropdown ul {
    width: 135px;
    min-width: 135px;
    color: #FFFFFF;
}
#specBar .export .dropdown-menu li {
    text-align: center;
    border-bottom: 1px solid #888888;
}
#specBar .export form {
    margin: 0;
    width: 100%;
}
#specBar .export input[type=submit] {
    background-color: #4592D5;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    outline: none;
    padding: 0;
    color: #FFFFFF;
    font-family: 'Gotham-Bold';
    font-size: 10px;
    width: 100%;
    line-height: 26px;
    text-align: center;
}
#specBar .export li:hover {
    opacity: .9;
}
#specBar .export li div {
    float: none;
    width:100%;
    cursor: pointer;
}
#specBar .export li a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
#specBar .switchViews {
    background-color: #001e3a;
    background-image: url("img/osel-icon-view_3d.png");
    height: 37px;
    width: 37px;
    background-size: 100%;
    margin-left: 1px;
    opacity: .4;
    cursor: pointer;
}
#specBar .switchViews:hover {
    opacity: 1.0;
}
#specBar .flipFlop {
    background-color: #001e3a;
    background-image: url("img/osel-icon_switch.png");
    height: 37px;
    width: 37px;
    background-size: 100%;
    margin-left: 1px;
    opacity: .4;
    cursor: pointer;
}
#specBar .flipFlop:hover {
    opacity: 1.0;
}
#specBar .position .dropdown-toggle {
    width: 114px;
}
#specBar .dropdown ul {
    width: 114px;
}
#specBar .position  .dropdown-menu
{
    font-size: 0px;
    min-width: 114px;
}
#specBar .position  .dropdown-menu div{
    height: 26px;
    background-color: #1F487B;
    border: none;
    padding: 0;
    margin:0;
    cursor: pointer;
}
#specBar .position .dropdown-toggle {
    background-image: url("img/osel_dvled-icon_screen_position.png");
    height: 37px;
    width: 37px;
    background-size: 100%;
    margin-left: 1px;
    opacity: .4;
}
#specBar .position  .dropdown-toggle:hover {
    opacity: 1.0;
}
#specBar .position-item {
    background-color: #000;
    background-image: url("img/screen_position_button-off.png");
    width: 38px;
    height: 26px;
    background-size: 100%;
    margin-left: 1px;
    opacity: .4;
}
#specBar .position-item:hover {
    opacity: 1.0;
}
#specBar .position-item-selected {
    background-image: url("img/screen_position_button-on.png");
    opacity: 1;
}
#specBar .position .dropdown-menu ul {
    width: 114px;
    min-width: 114px;
    font-size: 0px;
}
#specBar .position .dropdown-menu li {
    float: left;
    margin: 0;
    background-color: #000;
    display: inline-block;
    width: 38px;
    height: 26px;
    line-height: 26px;
    border: none;
    font-size: 10px;
    text-align: center;
}
#specBar .position .dropdown-menu li:nth-child(1) {
    width: 114px;
}
#specBar .position .dropdown-menu li:nth-child(1):hover {
    opacity: 1;
}
#specBar .position .dropdown-menu li:nth-child(1) div {
    width: 114px;
    background-color: #0094D9;
    color: #002c56;
    opacity: 1;
}
#specBar .dropdown-menu row {
    clear: right;
}

/* ************************************************************************* */
#specBarDivider {
    height: 5px;
    width: 950px;
    background-color: #001e3a;
    position: relative;
}
#specBarDivider #indicator {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgb(0, 148, 217);

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* ************************************************************************* */
#specifications {
    background-color: #002c56;
    position: relative;
}
#specifications .htitle, #specifications .rtitle, #specifications .stitle {
    width: 415px;
    float: left;
}

#specifications .htitle, #specifications .stitle {
    padding-left: 10px;
}

#specifications .htitleElement {
    display: block;
    padding-left: 10px;
    line-height: 50px;
}

#specifications .htitleM1, #specifications .htitleM2
{
    width: 257px;
    vertical-align: bottom;
    float: left;
    line-height: 0px;
}


#specifications .stitleM1, #specifications .stitleM2, #specifications .stitleM1R, #specifications .stitleM2R, #specifications .sdata {
    width: 247px;
    vertical-align: bottom;
    float: left;
    padding-left: 10px;
}

#specifications .stitle, #specifications .stitleM1, #specifications .stitleM2, #specifications .stitleM1R, #specifications .stitleM2R {
    height: 30px
}
#specifications .stitle {
    line-height: 30px;
    background-color: #1F487B;
    color: #5E8EAF;
}



#specifications .rtitle, #specifications .sdata {
    height: 30px;
}

#specifications .htitleM1, #specifications .stitleM1, #specifications .stitleM1R{
    background-color: #f5d4ba;
    color: #001e3a;
    float: left;
}

#specifications .htitleM2, #specifications .stitleM2,  #specifications .stitleM2R {
    background-color: #9ac5d9;
    color: #001e3a;
    float: left;
}

#specifications .stitleM1 div, #specifications .stitleM2  div, #specifications .stitleM1R div, #specifications .stitleM2R  div{
    border-left: 1px solid #1C2B50;
    width: 72px;
    float: left;
    line-height: 30px;
    padding-left: 10px;
}
#specifications .stitleM1 div:nth-child(1), #specifications .stitleM2  div:nth-child(1){
    width: 81px;
    border: none;
    padding-left: 0;
}


#specifications .stitleM1R .hx60, #specifications .stitleM2R .hx60 {
    width: 247px;
    font-size: 10px;
    border: none;
}

#specifications .sdata div {
    width: 72px;
    border-left: 1px solid #1C2B50;
    padding-left: 10px;
    line-height: 30px;
    float: left;
}
#specifications .sdata div:nth-child(1) {
    width: 81px;
    border-left: none;
    padding-left: 0;
}


#specifications .header {
    background-image: none;
    height: 50px;
    background-color: #1B2C52;
    color: #FFFFFF;
    position: relative;
    line-height: 50px;
    border-bottom: 5px solid #1C2B50;
    font-family: 'Gotham-Book';
    font-size: 20px;
}

#specifications .headerCmp {
    height: 77px;
}


#specifications .header div{
    display: inline-block;
}

#specifications .showCadHeader {
    display: inline-block;
    width:257px;
    height:27px;
}

#specifications .showCad {
    background-image: url('img/view_mechanical_drawing-dual-off.png');
}
#specifications .showCad:hover {
    background-image: url('img/view_mechanical_drawing-dual-on.png');
}

#specifications .hideCad{
    background-image: url('img/view_wall-rendering-dual-off.png');
}

#specifications .hideCad:hover {
    background-image: url('img/view_wall-rendering-dual-on.png');
}


#specifications .section{
    width: auto;
    float: left;
}
#specifications .title{
    border-bottom: 5px solid #1B2C52;
    clear: both;
    overflow: hidden;
    float: left;
    font-family: 'Gotham-Book';
    font-size: 15px;

}
#specifications .title div{
    display: inline-block;
}


#specifications .htitleM1, #specifications .htitleM2, #specifications .stitleM1,#specifications .stitleM2, #specifications .stitleM1R,#specifications .stitleM2R, #specifications .sdata{
    border-left: 5px solid #1C2B50;
}
#specifications .srow div{
    display: inline-block;
}
#specifications .srow {
    font-family: 'Gotham-Book';
    font-size: 12px;
    margin: 0px;
    clear: both;
    line-height: 30px;
}

#specifications .srow .rtitle {
    background-color: #FFFFFF;
    color: #000000;
    padding-left: 10px;
}

#specifications .sdata, #specifications .sdata div {
    text-align: left;
    background-color: #FFFFFF;

}
#specifications .sdata, #specifications .rtitle{
    border-bottom: 1px solid #1C2B50 ;
}
#specifications .footer {
    clear: both;
    float: left;
    height: 30px;
    background-color: #1B2C52;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 950px;
}
#specifications .cadTitle{

    height: 50px;
    width: 253px;
    float: left;
    text-align: center;
    color: #0094d9;
    border-left: 5px solid #1C2B50;
    cursor: pointer;
}

#specifications .cadTitle .cadLabel {
    line-height: 20px;
    font-size: 10px;
    color: #FFFFFF;
}

#specifications .cadTitle div {
    display: block;
    margin: auto;
    height: auto;
    line-height: 25px;
}

#specifications .cadTitle:hover {
    background-color: #001e3a;
}
#specifications .cadDrawing {
    position: absolute;
    right: 0;
    top: 0;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    width: 252px;
    font-size: 20px;
    z-index: 10;
}
#specifications .cadDrawing-button div {
    display: block;
}

#specifications .cadDrawing .image{
    width: 233px;
    height: 131px;
    margin-right: 15px;
}

#specifications .cadDrawing-button {
    margin: 4px;
    margin-top: 0px;
    color: #0094D9;
    line-height: 25px;
    float: right;
    text-align: center;
    cursor: pointer;
    width: 254px;
    font-size: 20px;
    height: 97px;
}

#specifications .cadDrawing-buttonMatrix {
    background-image: url('img/matrix_button_1_off.png');
}
#specifications .cadDrawing-buttonMatrixOn {
    background-image: url('img/matrix_button_1_active.png');
}

#specifications .cadDrawing-buttonMatrix:hover {
    background-image: url('img/matrix_button_1_on.png');
}

#specifications .cadDrawing-buttonCad {
    background-image: url('img/matrix_button_2_off.png');
}
#specifications .cadDrawing-buttonCadOn {
    background-image: url('img/matrix_button_2_active.png');
}

#specifications .cadDrawing-buttonCad:hover {
    background-image: url('img/matrix_button_2_on.png');
}

#specifications .cadDrawing-buttonPower {
    background-image: url('img/matrix_button_3_off.png');
}
#specifications .cadDrawing-buttonPowerOn {
    background-image: url('img/matrix_button_3_active.png');
}

#specifications .cadDrawing-buttonPower:hover {
    background-image: url('img/matrix_button_3_on.png');
}

#specifications .cadDrawing-buttonDisplay {
    background-image: url('img/matrix_button_4_off.png');
}
#specifications .cadDrawing-buttonDisplayOn {
    background-image: url('img/matrix_button_4_active.png');
}

#specifications .cadDrawing-buttonDisplay:hover {
    background-image: url('img/matrix_button_4_on.png');
}


#specifications .cadDrawing-label {

    margin-right: 10px;
    color: #FFFFFF;
    line-height: 15px;
    font-size: 10px;
}


/* ************************************************************************* */
#product {
    padding: 0 5px;
    margin: 7px 0;
}

#product .section {
    background-color: #FFFFFF;
    width: 100%;
    margin-top: 12px;
    overflow: hidden;
}

#product .section iframe{
    width: 952px;
    height: 658px;
    border: none;
    overflow: hidden;
    scrolling: no;
}

#product .section .title {
    background-color: #1B2C52;
    color: #FFFFFF;
    padding-left: 38px;
    font-family: 'Gotham-Medium';
    font-size: 21px;
    font-weight: normal;
    height: 53px;
    line-height: 53px;
}

#product .section .title a {
    background-color: #1B2C52;
    color: #FFFFFF;
}
#product .section .image {
    margin: 10px auto;
}

#product .section .contentFooter {
    height: 19px;
    width: 100%;
}

#product .section .content{
    margin: 7px 20px 17px 38px;
    color: #0094d9;
    overflow: hidden;
}

#product .section .contentLeft {
    float: left;
    width: 440px;
    display: inline-block;
}

#product .section .contentRight {
    margin-left: 20px;
    float: left;
    width: 420px;
    display: inline-block;
}

#product .section .ytplayer
{
    width:440px;
    height:248px;
}
#product .section .contentHeader {
    font-family: 'Gotham-Light';
    font-size: 21px;
    font-weight: normal;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #0078b1;
    display: block;
    height: auto;
}
#product #market_specifications .content {
    margin-top: 24px;
}
#product #market_videos .content {
    margin-top: 24px;
    margin-bottom: 0px;
}
#product #market_videos .contentHeader {
    line-height: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
}
#product .section .content .dataRow {
    text-align: center;
    background-color: #FFFFFF;
    color: #000000;
}
#product .section .content .tableTitle {
    background-color: #1F487B;
    color: #5E8EAF;
    font-family: 'Gotham-Light';
    font-size: 20px;
    font-weight: normal;
    height: 46px;
    line-height: 46px;
}
#product .section .content  table {
    margin: auto;
}
#product .section table {
    font-size: 12px;
}
#product .section .titleRow {
    background-color: #1F487B;
    box-sizing: content-box;
    color: #5E8EAF;
    font-family: 'Gotham-Light';
    font-size: 13px;
    font-weight: normal;
    height: 46px;
    line-height: 46px;
    border-left:  1px solid #000000;
    border-right:  1px solid #000000;
}
#product .section .tableRowTitle {
    text-align: left;
    padding: 5px;
}
#product .section .content .titleRow td{
    padding: 0 5px;
}
#product .section .content .titleRow td:last-child{
    border-right:  1px solid #000000;
}
#product .section .content .dataRow td{
    border-left:  1px solid #000000;
    border-right:  1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 5px;
}
#product .section .contentText{
    padding-top: 10px;
    font-family: 'Gotham-Light';
    font-size: 16px;
    font-weight: normal;
}

#product .section .contentText a {
    color: #f57b20;
    cursor: pointer;
}

/* ************************************************************************* */
#contact {
    background-color: #FFFFFF;
    padding: 0 5px;
    margin: 19px 0;
}

#contact .heading {
    margin-bottom: 10px;
    line-height: 40px;
    color: #f57b20;
    font-family: 'Gotham-Book';
    font-size: 40px;
}

#contact .headingText {
    color: #004165;
    font-family: 'Gotham-Book';
    font-size: 18px;
    margin-bottom: 10px;
}
#contact .section .left {
    float: left;
}
#contact .section iframe {
    width: 100%;
    height: 719px;
    border: none;
    min-height: 719px;
}
#contact .section .right {
    width: 400px;
    float: right;
}
#contact .section .right .heading {
    line-height: 15px;
    color: #004165;
    font-family: 'Gotham-Book';
    font-size: 15px;
/*    border-top: 1px solid #004165;*/
    width: 100%;
    padding-top: 5px;
    margin-bottom: 20px;
}
#contact .section .right .subheading {
    line-height: 25px;
    color: #f57b20;
    font-family: 'Gotham-Light';
    font-size: 25px;
    margin-bottom: 5px;
}
#contact .section .right .subheading2 {
    line-height: 15px;
    color: #004165;
    font-family: 'Gotham-Bold';
    font-size: 15px;

}
#contact .section .right .pad {
    height: 15px;
}
#contact .section .right .text {
    line-height: 15px;
    color: #004165;
    font-family: 'Gotham-Light';
    font-size: 15px;
    margin-bottom: 15px;
}
#contact .section .right .text a {
    line-height: 15px;
    color: #004165;
    font-family: 'Gotham-Bold';
    font-size: 15px;

    border-bottom: 3px solid transparent;
}
#contact .section .right .text a:hover {
    color: #80a1b6;
    border-bottom: 3px solid #f57b20;
    text-decoration: none;
}
#contact .section .right .left {
    float: left;
    width: 250px;
}
#contact .section .right .right {
    width: 250px;
    float: right;
}

/* ************************************************************************* */
.modal-backdrop {
    background-color: rgb(0, 0, 0);
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.85;
}
.modal {
    width: 0px;
    margin-left: 0px;
}
.modal .border {
    position:absolute;
    border: 2px solid #1a252e;
    background-color: #001128;
}
.modal .frame {
    position:relative;
    border: 1px solid #f1791f;
    left: 52px;
    top:51px;
    overflow: hidden;
}
.modal-header
{
    font-family: 'Gotham-Book';
    font-size: 22px;
    color: #FFF;
    line-height: 42px;
    height: 42px;
    background-color: #001128;
    border: none;
}
.modal-header .title {
    float:left;
}
.modal-body
{
    font-family: 'Gotham-Book';
    font-size: 20px;
    background-color: #1d3350;
    overflow: hidden;
}
.modal-footer
{
    padding: 0;
    margin-bottom: 0;
    text-align: right;
    border-radius: 0px;
    border-top: 1px solid #EEE;
    background: inherit;
    height: 63px;
}
/* ************************************************************************* */
#projects {
    width: 891px;
    height: 559px;
    margin-left: -456px;
}
#projects .modal-body {
    padding-right: 2px;
    height: 366px;
}
#projects .frame {
    width: 790px;
    height: 456px;
}
#projects .settings, #account .settings {
    font-family: 'Gotham-Medium';
    line-height: 42px;
    font-size: 12px;
    float: right;
    margin-right: 12px;
    cursor: pointer;
    color: #a6a6a6;
}
#projects .settings:hover, #account .settings:hover {
    color: #f57b20;
}
#projects #close, #account #close{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    background-image: url("img/close.png");
    cursor: pointer;
}
#projects .edit, #account .edit{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
    background-image: url("img/edit.png");
    cursor: pointer;
    z-index: 0;
}
#projects .edit:hover, #account .edit:hover {
    background-color: #FFF;
}
#projects #projects-list {
    overflow-x: hidden;
    overflow-y: auto;
    height: 362px;
}
#projects #projects-container {
    width: 758px;
}
#projects #projects-title {
    padding: 6px 12px;
    font-size: 14pt;
    font-family: 'Gotham-Book';
    height: 25px;
    line-height: 25px;
    background-color: #001128;
    color: #FFF;
}
#projects .project {
    height: 74px;
    font-size: 10pt;
    font-family: 'Gotham-Book';
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background-color: #FFFFFF;
}
#projects .models {
    width: 150px;
    display: inline-block;
    line-height: 24px;
    border-right: 1px solid #000;
    float: left;
}
#projects .model {
    padding: 6px 12px;
    display: block;
    height: 24px;
    border-bottom: 1px solid transparent;
}
#projects .model:nth-child(1) {
    border-bottom: 1px solid #000;
}
#projects .description {
    position: relative;
    float: left;
    padding: 6px 12px;
    display: inline-block;
    height: 63px;
    width: 427px;
    vertical-align: top;
    border-right: 1px solid #000;
}
#projects .description .editable
{
    color: #001128;
    border:none;
}
#projects .description .editable:after
{
    content: " ";
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 32px;
    height: 32px;
    background-image: url("img/edit-off.png");
    cursor: pointer;
    transition: background-image .4s;
}
#projects .description .editable:hover:after
{
    background-image: url("img/edit-on.png");
}

#projects .description .editable:hover
{
    border-bottom: 1px dashed #007aba;
}
#projects .description .editable-input{
    width: 385px;
    height: 50px;
    z-index: 10;
    display: inline-block;
    background-color: #FFF;
    color: #001128;
}
#projects .description .editable-buttons{
    float: right;
}
#projects .description .editable-buttons button{
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    display: block;
}
#projects .description .editable-submit{
    width: 24px;
    height: 24px;
    background-image: url("img/confirm_edit-off.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: background-image .4s;
}
#projects .description .editable-cancel{
    width: 24px;
    height: 24px;
    background-image: url("img/exit_edit-off.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: background-image .4s;
}
#projects .description .editable-cancel:hover{
    background-image: url("img/exit_edit-on.png");
}
#projects .description .editable-submit:hover{
    background-image: url("img/confirm_edit-on.png");
}
#projects #btnBorder {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 153px;
    float: left;
    border-bottom: 1px solid #000;
    height: 33px;
}
#projects .view, #projects .mail, #projects .delete {
    position: absolute;
    display: inline-block;
    line-height: 24px;
    font-family: 'Gotham-Medium';
    font-size: 12px;
    text-align: center;
    background-color: #FFF;
    cursor: pointer;
    vertical-align: top;

    padding: 6px 6px;
    color: #001128;
}
#projects .view:hover,  #projects .delete:hover {
    color: #007aba;
}
#projects .delete
{
    left: 80px;
    width: 60px;
    border-left: 1px solid #000;
}
#projects .view
{
    border-right: 1px solid #000;
}
#projects .mail {
    left: 48px;
    width: 32px;
    height: 24px;
    padding: 6px 0px;
    background-image: url("img/mail-off.png");
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image .4s;
}
#projects .mail:hover{
    background-image: url("img/mail-on.png");
}

/* ************************************************************************* */
#account {
    width: 891px;
    height: 276px;
    margin-left: -456px;
}

#account .frame {
    width: 790px;
    height: 173px;
    background-color: #1F487B;
}

#account .modal-body {
    padding-top: 0px;
}
#account #pad {
    height: 115px;
    overflow: hidden;
}
#account .row{
    position: relative;
    display: block;
    width: 760px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding-top: 15px;
}
#account .dlabel {
    position: relative;
    top: 0px;
    display: inline-block;
    width: 225px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-family: 'Gotham-Book';
    font-weight: normal;
    vertical-align:top;
    color: #fff;
}
#account .data {
    height: 32px;
    position: relative;
    font-family: 'Gotham-Book';
    display: inline-block;
    width: 350px;
    font-weight: normal;
    padding: 0;
    font-size: 14px;
    line-height: 32px;
    color: rgba(255, 255, 255, .8);
    text-shadow: none;
    white-space: nowrap;
    background-color: #FFF;
    vertical-align:top;
}
#account .row .editable
{
    position: relative;
    color: #001128;
    border:none;
    padding-left: 12px;
}

#account .row .editable:after
{
    content: " ";
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("img/edit-off.png");
    cursor: pointer;
    transition: background-image .4s;
}
#account .row .editable:hover:after
{
    background-image: url("img/edit-on.png");
}
#account .row .editable:hover
{
    border-bottom: 1px dashed #007aba;
}
#account .row .editable-input{
    width: 350px;
    z-index: 10;
    display: inline-block;
    color: #001128;
    background-color: #FFF;
}
#account .row .editable-controls {
    position: relative;
    display: block;
    height: 30px;
}

#account .row .editable-buttons{
    position: absolute;
    right: 0px;
    top: 0px;
}

#account .row .editable-buttons button{
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    display: inline-block;
}
#account .row .editable-submit{
    width: 24px;
    height: 24px;
    background-image: url("img/confirm_edit-off.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: background-image .4s;
}

#account .row .editable-cancel{
    width: 24px;
    height: 24px;
    background-image: url("img/exit_edit-off.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: background-image .4s;
}
#account .row .editable-cancel:hover{
    background-image: url("img/exit_edit-on.png");
}
#account .row .editable-submit:hover{
    background-image: url("img/confirm_edit-on.png");
}

#account .deleteAcct {
    position: absolute;
    bottom: 0px;
    right: 0px;
    float:right;
    width: 125px;
    color: rgba(255, 255, 255, 1);
    height: 12px;
    line-height: 12px;
    font-family: 'Gotham-Medium';
    font-size: 12px;
    position: absolute;
    text-align: center;
    vertical-align:top;
    cursor: pointer;
}
#account .deleteAcct:hover {
    color: #f57b20;
}

/* ************************************************************************* */
#mail-to {
    width: 572px;
    height: 525px;
    margin-left: -286px;
}
#mail-to .frame {
    width: 468px;
    height: 422px;
    background-color: #1F487B;
}
#mail-to .modal-body {
    padding-top: 0px;
}
#mail-to #pad {
    height: 365px;
    overflow: hidden;
}
#mail-to .row{
    position: relative;
    display: block;
    width: 438px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding-top: 15px;
}
#mail-to .dlabel {
    position: relative;
    top: 0px;
    display: inline-block;
    width: 150px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-family: 'Gotham-Book';
    font-weight: normal;
    vertical-align:top;
    color: rgba(255, 255, 255, .4);
}
#mail-to .data {
    height: 32px;
    position: relative;
    font-family: 'Gotham-Book';
    display: inline-block;
    width: 250px;
    font-weight: normal;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 32px;
    color: #001128;
    text-shadow: none;
    white-space: nowrap;
    background-color: #FFF;
    vertical-align:top;
    border-radius: 0;
    border: 1px solid black;
}
#mail-to .mrow, #mail-to .mdata {
    height: 190px;
    line-height: 15px;
}
#mail-to .mdata {
    padding: 6px 12px;
}
#mail-to .action {
    float:right;
    width: 75px;
    height: 32px;

    color: #FFF;
    line-height: 32px;
    font-family: 'Gotham-Medium';
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    transition: color .4s;
}
#mail-to .action:hover {
    color: #f57b20;
}


/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
} 