html, body {
    margin: 0;
    padding: 0;
    color: #fefefe;
    font-family: museo, museo-sans, sans-serif;

    overflow-x: hidden;
}

body {
    background-image: url("http://indaco.com/wp-content/uploads/2016/04/pattern_25.png");
    background-repeat: repeat;
    background-position: center;
    background-color: #000;
    background-attachment: fixed;
}

@font-face {
    font-family: gotham-light;
    src: url(../fonts/Gotham-Light.woff) format('woff'),
        url(../fonts/Gotham-Light.ttf) format('truetype'),
        url(../fonts/Gotham-Light.svg) format('svg'),
        url(../fonts/Gotham-Light.eot) format('embedded-opentype');
}
.tk-museo{
    font-family:"museo",serif;
}
.tk-museo-sans{
    font-family:"museo-sans",sans-serif;
}
@font-face {
    font-family: museo;
    src:url(https://use.typekit.net/af/a75f16/000000000000000000011b25/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1) format("woff2"),
        url(https://use.typekit.net/af/a75f16/000000000000000000011b25/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1) format("woff"),
        url(https://use.typekit.net/af/a75f16/000000000000000000011b25/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1) format("opentype");
    font-weight:100;
    font-style:normal;
}
@font-face{
    font-family: museon-sans;
    src:url(https://use.typekit.net/af/736167/00000000000000000000e7fe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3) format("woff2"),
        url(https://use.typekit.net/af/736167/00000000000000000000e7fe/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3) format("woff"),
        url(https://use.typekit.net/af/736167/00000000000000000000e7fe/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3) format("opentype");
    font-weight:300;font-style:normal;
}
@font-face{
    font-family:tk-museo-sans-n5;
    src:url(https://use.typekit.net/af/04c976/00000000000000000000e803/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5) format("woff2"),
        url(https://use.typekit.net/af/04c976/00000000000000000000e803/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5) format("woff"),
        url(https://use.typekit.net/af/04c976/00000000000000000000e803/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5) format("opentype");
    font-weight:500;
    font-style:normal;
}

.navbar-default {
    background-color: rgba(29, 29, 27, .85);
    border: none;
    height: 65px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 65px;
    padding-right: 65px;
    margin: 0px;
}

.navbar-header {
    display: block;
    height: 45px;
    /*width: 600px;*/
    line-height: 45px;
    /*padding-top: 11px;*/
}
.navbar-header > span {
    display: inline-block;
    vertical-align: middle;
}
.navbar-brand {
    padding: 0px;
    padding-left: 15px;
    height: 45px;
    display: block;
}
.navbar-title {
    height: 30px;
    padding-left: 20px;
    line-height: normal;
    margin-left: 20px;
    font-family: gotham-light, museo, museo-sans, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 100;
    font-style: normal;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    border-left: solid 1pt;
}

.navbar-title-top {
    font-size: 12px;
}

.navbar-title-bottom {
    font-size: 15px;
}

.navbar-brand > img {
    vertical-align: middle;
}
.page-section {
}

.line-on-top {
    position: relative;
    margin-bottom: 20px;
}
.line-on-top:before {
    height: 3px;
    background-color: #0091d5;
    transition: .5s all .4s ease-out;
    visibility: visible;
    width: 60px;
    position: absolute;
    top: 0px;
    left: 28px;

}

h1 {
    font-family: gotham-light, museo, museo-sans, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 100;
    font-style: normal;
    color: inherit;
    margin-top: 0;
    margin-bottom: 2rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 32px;
}
h2 {
    font-family: gotham-light, museo, museo-sans, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 100;
    font-style: normal;
    color: inherit;
    margin-top: 0;
    margin-bottom: 2rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 26px;
}
h3 {
    font-family: museo, museo-sans, sans-serif;
    font-weight: 100;
    font-size: 26px;
}
h4 {
    font-family: museo, museo-sans, sans-serif;
    font-weight: 100;
}
h5 {
    font-family: museo, museo-sans, sans-serif;
    font-weight: 100;
}
.video-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.code-wrapper {
    width: 100%;
    height: 120px;
    background-color: rgba(29, 29, 27, .85);
    text-align: center;
    padding: 30px 10px;
    border-color: #404040;
    resize: none;
    color: #b7b7b7;
    overflow: hidden;
}
textarea.code-wrapper:focus {
    outline: none;
}
.copy-code {
    color: #fefefe;
    text-decoration: none;
    background-color: rgba(29, 29, 27, .85);
    text-align: center;
    float: right;
    /*padding: 7px;*/
    transition: border-color .25s ease-out, color .25s ease-out;
    border-radius: 0;
    padding: 1em 3em;
    margin: 0 0 1rem;
    font-size: 1rem;
    border: 1px solid #fefefe;
    display: inline-block;
}
a.copy-code:hover{
    border-color: #0091d5;
    color: #0091d5;
    text-decoration: none;
    cursor: pointer;
}
.right-bar {
    padding-left: 35px;
    /*border-right: solid 1pt #0091d5;*/
}
.right-bar > span {
}
.title-container {
    margin-top: 95px;
    margin-bottom: 15px;
    padding-top: 2.75rem;
}
.section-container-1{
    margin-top: 65px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-container-1 .section-body-row {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    color: #fefefe
}
.section-container-2{
    padding-top: 80px;
    padding-bottom: 80px;
}
.blue-container {
    background-color: #00486a;
}
.row {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    color: #fefefe
}
.section-row {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 30px;
    color: #fefefe
}

.info-header {
    display: block;
    font-family: museo, museo-sans, sans-serif;
    font-weight: 100;
    color: #b7b7b7;
    margin-bottom: 5px;
}

.info-text {
    display: block;
    font-family: gotham-light, museo, museo-sans, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 100;
    font-style: normal;
    color: inherit;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
}
.info-text.last {
    margin-bottom: 0px;
}

.custom-header {
    display: block;
}
.custom-size-div {
    margin-top: 15px;
    font-family: museo, museo-sans, sans-serif;
    font-weight: 100;
}
.custom-size-input {
    margin-right: 6px;
    display: inline-block;
}
.custom-size-input > input {
    margin-right: 4px;
}
.custom-size-input .size-input {
    display: block;
}
.size-input > input {
    background-color: rgba(29, 29, 27, .85);
    width: 50px;
    border: solid 1pt;
    margin: 10px 5px 0px 5px;
    border-color: #404040;
    text-align: right;
}
.custom-size-input.size-input.disabled{
    color: #626567;
}
.share-link {
    display: inline-block;
    padding: 10px 0px;
    margin-right: 40px;
}
.m-b-80 {
    margin-bottom: 80px;
}
.download-link {
    font-family: museo, museo-sans, sans-serif;
    font-weight: 100;
    margin-top: 10px;
}
.download-link > a {
    color: #fefefe;
    font-size: 12pt;
    text-decoration: none;
    position: relative;
    display: block;
    width: 100%;
}
.download-link-icon {
    display: inline-block;
    float: left;
    font-size: 30pt;
    width: 100%;
    text-align: left;
    height: 57px;
}
.download-icon {
    float: left;
    margin-right: 5px;
}
.download-icon-bottom {
    display: block;
    margin-top: 10px;
    height: 3px;
    width: 0px;
    background-color: #0091d5;
    transition: .5s all .4s ease-out;
    transition-delay: 0s;
}
.footer {
    padding: 30px 0px;
    font-family: museo, museo-sans, sans-serif;
    color: #fefefe;
    font-weight: 100;
    font-size: 8pt;
    background-color: rgba(29, 29, 27, .85);
}
.download-link-description {
    display: inline-block;
    height: 18px;
    line-height: 16px;
    width: 100%;
}
.download-link-description > span {
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
}
.download-link-title {
    width: 138px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.popover {
    top: -42px;
    left: 632.8203125px;
    display: block;
    background-color: rgba(29, 29, 27, .85);
    border: solid 1pt #404040;
    font-family: museo, museo-sans, sans-serif;
    color: #fefefe;
    border-radius: 0;
}
.popover.top>.arrow:after {
    border-top-color: #404040;
}
a.share_btn:hover {
    cursor: pointer;
}

.download-section-container > div > div{
  vertical-align: middle;
  line-height: 80px;
}

.download-section-container a {
    display: inline-block;
}

.support {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 100;
}

.support a {
  text-decoration: underline;
  color: #fefefe;
  font-style: italic;
}

@media (max-width: 590px) {
    .code { text-align: center; }
    .copy-code { float: none; }
}

/* Extra-small devices (mobiles, up to 768px) */
@media (max-width: 768px) {
    .container, .container-fluid { padding-left: 0px; padding-right: 0px; }
    .navbar-default { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; height: 47px; min-height: 47px; }
    .navbar-header { line-height: 43px; margin-right: 25px !important; margin-left: 25px !important; }
    .title-container { margin-top: 45px; margin-bottom: 0px; }
    h1 { font-size: 22px; }
    h2 { font-size: 18px; margin-bottom: 0; }
    .section-container-2 { padding-top: 30px; padding-bottom: 30px; }
    .info-header { min-height: 40px; }
    .code-text { text-align: center; }
    .code-wrapper { padding: 10px; }
    .img-responsive { max-height: 30px; }
    .download-link-icon { font-size: 20pt; }
    .section-container-1 { margin-top: 50px; padding: 0px; padding-bottom: 30px; }
    .video-col {padding: 0px;}
}

/* Small devices (tablets, up to 992px) */

/* Small devices (tablets, 768px and up) */
@media (max-width: 992px) {
    /*.section-container-1 { margin-top: 0px; padding: 0px; padding-bottom: 30px; }*/
    .video-wrapper { margin-bottom: 30px; }

}

@media (max-width: 1200px) {
    .navbar-title{max-width: 440px;overflow: hidden;text-overflow: ellipsis;}
    .code-wrapper {

        padding: 20px 10px;

    }
}



/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .code-wrapper {

      padding: 20px 10px;

  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .info-header{margin-bottom: 10px;}
    .info-text{margin-bottom: 15px;}
    .code-wrapper {

        padding: 30px 10px;

    }
}
