﻿body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    top: 0;
    left: 0;
    position: absolute;
}
html,
body,
#container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
a {
    -ms-transition: color .5s;
    -o-transition: color .5s;
    -webkit-transition: color .5s;
    transition: color .5s;
}
a:hover,
a:active,
a:focus {
    color: #fe4900;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    -webkit-transition: color .2s;
    transition: color .2s;
}
.navbar {
    background: #fff;
    border: 0 none;
    box-shadow: 0 1px 20px 0 gray;
}
.navbar-nav {
    float: right;
}
.navbar li {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar li a {
    color: #6a6a6a;
    padding-top: 25px;
    padding-bottom: 25px;
}
.navbar li a.blue:hover,
.navbar li a.blue:active,
.navbar li a.blue:focus,
.navbar li.open > a.blue {
    background: #e4edf2;
}
.navbar li a.orange:hover,
.navbar li a.orange:active,
.navbar li a.orange:focus,
.navbar li.open > a.orange {
    background: #f2e9e6;
}
.navbar li a.yellow:hover,
.navbar li a.yellow:active,
.navbar li a.yellow:focus,
.navbar li.open > a.yellow {
    background: #eff1e4;
}
.navbar li a.magenta:hover,
.navbar li a.magenta:active,
.navbar li a.magenta:focus,
.navbar li.open > a.magenta {
    background: #f2e7f2;
}
.navbar li.open li a {
    color: #6a6a6a;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-brand {
    color: #515151;
    font-size: 26px;
    font-weight: 700;
    height: 70px;
}
.navbar-brand:hover {
    background: #f2e7f2;
    color: #515151;
    -webkit-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.navbar-brand span {
    display: block;
    float: left;
    margin-left: 10px;
    padding-top: 8px;
}
.navbar-brand img {
    float: left;
    width: 32px;
    -webkit-transition: -webkit-transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    margin-top: 4px;
    margin-right: 5px;
    margin-left: 5px;
}
a.navbar-brand:hover img {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.header {
    margin-top: 70px;
    padding: 50px 15px 50px;
    text-align: center;
}
.headerTextBoxShadowOutside {
    position: relative;
    box-shadow: 0 0 40px 60px #000000;
    box-shadow: 0 0 40px 60px rgba(0, 0, 0, 0.25);
}
.headerTextTransparentBackground {
    position: relative;
    box-shadow: inset 0 0 1000px 100px #000000;
    box-shadow: inset 0 0 1000px 100px rgba(0, 0, 0, 0.25);
}
.header h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-shadow: 0 3px 3px #000000;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
.header h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    text-shadow: 0 3px 3px #000000;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
.download-header {
    padding-top: 50px;
    padding-bottom: 45px;
}
.download-header h2 {
    margin: 40px 0 55px;
}
.download-email-wrapper {
    background: #fff;
    border: 0 none;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: block;
    font-size: 100%;
    height: auto;
    line-height: 1.714285714;
    margin: 70px auto 45px;
    padding: 3px;
    overflow: auto;
    max-width: 400px;
    text-align: left;
    vertical-align: baseline;
    zoom: 1;
}
.download-email-wrapper div {
    color: #2fbbfe;
    float: left;
    font-weight: 700;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 8px;
}
.download-email-wrapper img {
    float: left;
    margin-left: 5px;
    margin-top: 9px;
}
img {
    border: 0;
}
img a {
    outline: none;
}
.download-email {
    background: transparent;
    color: #333;
    display: inline-block;
    vertical-align: 20%;
    border: 0 none;
    -ms-border-radius: 3px;
    border-radius: 3px;
    float: left;
    font-size: 14px;
    font-weight: 700;
    vertical-align: baseline;
    height: 30px;
    width: 82%;
    margin-top: 3px;
    padding: 6px;
    padding: .428571429rem;
    -webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    outline: none;
}
.download-header #submit img {
    margin-top: 0;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}
.download-header a#submit:hover img {
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.purchase-header {
    background: #1d1d1d url(/Resources/Images/home-header-background.png) 50% 50% no-repeat;
    height: 380px;
    padding-top: 10px;
}
.purchase-header-text-wrapper {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-header {
    background: #1d1d1d url(/Resources/Images/home-header-background.png) 50% 50% no-repeat;
    padding-bottom: 30px;
}
.home-header h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}
.home-header h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}
.home-header a img {
    -ms-opacity: .9;
    opacity: .9;
    -webkit-transition: -webkit-transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}
.home-header a:hover img {
    -webkit-transition: -webkit-transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.download-header {
    background: #1d1d1d url(/Resources/Images/home-header-background.png) 50% 50% no-repeat;
}
.content {
    background: #fff;
    max-width: 960px;
    margin: 30px auto;
    padding: 0 40px;
    text-align: center;
}
.content h2 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
}
.content h1 a,
.content h1 a:hover,
.content h2 a,
.content h2 a:hover {
    text-decoration: none;
}
.callout {
    max-width: 830px;
    padding: 20px 40px 0;
    text-align: center;
}
.callout-wide {
    max-width: 960px;
}
.callout h1,
.content h1 {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 40px;
}
.callout p {
    font-size: 14px;
    line-height: 24px;
}
.callout p a img {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 25px;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.callout p a:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.callout p > img {
    margin-bottom: 20px;
}
.home-callouts {
    max-width: 1060px;
    padding-top: 20px;
    text-align: center;
}
.home-callouts h1,
.home-purchase h1,
.home-emumovies h1 {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 40px;
}
.home-callouts .icon-container {
    color: #ff4900;
    font-size: 60px;
    padding-top: 7px;
}
.home-callouts h4 {
    color: #444;
}

.home-callouts p {
    color: #444;
    font-size: 14px;
    line-height: 24px;
    padding: 0 20px 20px;
}

.payment-callouts p {
    padding-bottom: 10px;
}

.home-callouts a,
.home-purchase a,
.home-emumovies a {
    display: block;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.home-callouts a:hover,
.home-purchase a:hover,
.home-callouts a:active,
.home-callouts a:focus,
.home-purchase a:active,
.home-purchase a:focus,
.home-emumovies a:hover,
.home-emumovies a:active,
.home-emumovies a:focus {
    text-decoration: none;
}
.home-callouts a i {
    -webkit-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.home-callouts a:hover i,
.home-purchase a:hover img {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.home-callouts .orange a:hover,
.home-purchase a:hover {
    background: #f2e9e6;
}
.home-emumovies a:hover {
    background: #e4edf2;
}
.home-callouts .yellow a:hover {
    background: #eff1e4;
}
.home-callouts .magenta a:hover {
    background: #f2e7f2;
}
.home-callouts .blue a:hover,
.home-purchase-action a:hover {
    background: #e4edf2;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
}
.video-container-tall {
    position: relative;
    padding-bottom: 59.5%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube-video-border {
    -ms-border-radius: 20px;
    border-radius: 20px;
    border: 30px solid #080808;
}
.footer {
    text-align: center;
    padding: 20px;

}
.home-purchase {
    max-width: 830px;
    text-align: center;
}
.home-purchase a {
    padding: 20px 40px 30px;
    margin-bottom: 40px;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}
.home-emumovies a {
    margin-top: 20px;
    padding-bottom: 15px;
}
.home-purchase a:hover {
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.home-purchase a img {
    float: left;
    margin-right: 25px;
    margin-top: -10px;
    width: 100px;
}
.home-purchase h1 {
    color: #444;
}
.home-purchase p {
    color: #444;
    line-height: 24px;
}
.home-purchase-action {
    max-width: 900px;
}
.home-purchase-action h1 {
    margin-bottom: 30px;
}
.home-purchase-action a img {
    margin-top: 0;
}
@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 #ffffff;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}
.navbar-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
}
.icon-bar {
    background: #444;
}
.dmtop {
    background-color: #ff4900;
    background-image: url(/Resources/Images/back-to-top-arrow.png);
    -ms-background-position: 50% 48%;
    background-position: 50% 48%;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    z-index: 9999;
    width: 40px;
    height: 40px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    text-indent: -99999px;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: auto;
}
.dmtop:hover {
    background-color: #b43bb1;
}
.header-spacer {
    margin-top: 70px;
}
h2 {
    font-weight: 700;
}

.screenshots {
    background: #222;
    padding-bottom: 10px;
    padding-top: 50px;
    text-align: center;
}

.screenshots img {
    margin-bottom: 50px;
    padding: 0 50px;
}














































.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

.changelog h4, .changelog h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.changelog li {
    margin-bottom: 10px;
}