@import url(https://fonts.googleapis.com/css?family=Raleway:300, 400, 500, 600, 700);
@import url(https://fonts.googleapis.com/css?family=Cardo:400, 400italic, 700);
.btn,
h5 {
    text-transform: uppercase;
}
.gpr_btn,
.gpr_btn-close,
a:focus,
a:hover,
div.spagination a {
    text-decoration: none;
}
.underline {
    background-color: #e63838;
    display: block;
    height: 2px;
    width: 100%;
    padding: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
a:hover .underline {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
a {
    font-weight: 700 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #333;
}
#textarea,
.textarea {
    white-space: nowrap;
    overflow-x: auto;
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    height: 200px;
    padding: 2px;
    resize: both;
    width: 90%;
    -webkit-touch-callout: all;
    -webkit-user-select: all;
    -khtml-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}
@font-face {
    font-family: "Fredericka the Great";
    font-style: normal;
    font-weight: 400;
    src: local("Fredericka the Great"), local("FrederickatheGreat"), url(/fonts/frederickathegreat.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
.regular-checkbox {
    display: none;
}
.btn,
.navigation li {
    display: inline-block;
}
div.spagination a,
div.spagination span.current,
div.spagination span.disabled {
    font-size: 20px;
    padding: 2px 5px;
    margin: 10px;
}
div.spagination {
    padding: 3px;
    margin: 50px;
}
div.spagination a {
    border: 1px solid #aad;
    color: #000;
}
div.spagination a:active,
div.spagination a:hover {
    border: 1px solid #009;
    color: #000;
    margin: 10px;
}
div.spagination span.current {
    border: 1px solid #009;
    font-weight: 700;
    background-color: #66697e;
    color: #fff;
}
div.spagination span.disabled {
    border: 1px solid #eee;
    color: #ddd;
}
.tableheader {
    background-color: #66697e !important;
    color: #fff !important;
}
.btn,
.nav-toggle:after,
.nav-toggle:before {
    background-color: #e84545;
}
.tableheader a,
.tableheader:focus a,
.tableheader:hover a {
    color: #fff !important;
    text-decoration: none;
}
.formerror {
    color: red;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
}
h1,
h2,
h3,
h4,
h5 {
    color: #2d3033;
}
p {
    font-size: 14px;
    line-height: 22.4px;
    color: #000000;
}
h1 {
    font-size: 65px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 28px;
    font-weight: 300;
}
h4 {
    font-size: 22px;
    font-weight: 400;
}
h5 {
    font-size: 14px;
    font-weight: 700;
}
.btn {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.btn:focus,
.btn:hover {
    background-color: #e52e2e;
    color: #fff;
}
.btn-large {
    padding: 15px 40px;
}
a {
    color: #e84545;
}
a:focus,
a:hover {
    -moz-transition: background-color, color, 0.3s;
    -o-transition: background-color, color, 0.3s;
    -webkit-transition: background-color, color, 0.3s;
    transition: background-color, color, 0.3s;
}
body {
    font-family: Raleway, sans-serif;
    font-weight: 400;
    color: #000000;
}
.banner-text h1,
.navigation a {
    font-weight: 700;
    text-transform: uppercase;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
.section {
    padding: 100px 0;
}
.no-padding {
    padding: 0;
}
.no-gutter [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
#header {
    position: fixed;
    width: 100%;
    z-index: 999;
}
#header .header-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
    max-width: 1170px;
    padding: 40px 0;
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}
#header .logo {
    float: left;
}
#header.fixed {
    background-color: #4a5668;
}
#header.fixed .header-content {
    border-bottom: 0;
    padding: 25px 0;
}
#header.fixed .nav-toggle {
    top: 18px;
}
.navigation.open {
    opacity: 0.9;
    visibility: visible;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.navigation {
    float: right;
}
.navigation a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    margin-left: 40px;
}
.navigation a.active,
.navigation a:hover {
    color: #9bc750;
}
.nav-toggle {
    display: none;
    height: 44px;
    overflow: hidden;
    position: fixed;
    right: 5%;
    text-indent: 100%;
    top: 32px;
    white-space: nowrap;
    width: 44px;
    z-index: 99999;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.nav-toggle:after,
.nav-toggle:before {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}
.nav-toggle:before {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.nav-toggle:after {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.nav-toggle span {
    background-color: #fff;
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 18px;
    z-index: 10;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:after,
.nav-toggle span:before {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.nav-toggle span:before {
    -moz-transform: translateY(-6px) rotate(0);
    -ms-transform: translateY(-6px) rotate(0);
    -webkit-transform: translateY(-6px) rotate(0);
    transform: translateY(-6px) rotate(0);
}
.nav-toggle span:after {
    -moz-transform: translateY(6px) rotate(0);
    -ms-transform: translateY(6px) rotate(0);
    -webkit-transform: translateY(6px) rotate(0);
    transform: translateY(6px) rotate(0);
}
.nav-toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.nav-toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:after,
.nav-toggle.close-nav span:before {
    background-color: #fff;
}
.nav-toggle.close-nav span:before {
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
.banner {
    background-image: url(/images/wallpaper.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 150px;
}
.banner-text {
    padding-top: 25%;
}
.banner-text h1 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
}
.banner-text p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 80px;
}
.feature {
    margin-bottom: 50px;
}
.feature-content {
    padding: 0 15px;
    margin-top: 30px;
}
.feature .icon {
    color: #e84545;
    font-size: 60px;
}
.work {
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    min-height: 350px;
    overflow: hidden;
    position: relative;
    visibility: hidden;
}
.work .overlay {
    background: rgba(232, 69, 69, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s;
}
.work .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.work h5,
.work img,
.work p {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}
.work h5,
.work p {
    color: #fff;
    margin: 0;
    opacity: 0;
}
.work h5 {
    margin-bottom: 5px;
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
}
.work p {
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.work-box:hover .overlay {
    opacity: 1;
}
.work-box:hover .overlay h5,
.work-box:hover .overlay p {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.footer .footer-share,
.social-icons {
    margin-top: 30px;
}
.footer .footer-share li,
.social-icons li {
    float: left;
}
.footer .footer-share a,
.social-icons a {
    border: 1px solid #e8ecee;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #c6cacc;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
}
.customization h3,
.demo h3 {
    font-size: 28px;
    font-weight: 300;
}
.footer .footer-share a:hover,
.social-icons a:hover {
    background-color: #e84545;
    border-color: #e84545;
    color: #fff;
}
.customization,
.demo {
    background-color: #66697e;
}
.demo {
    color: #fff;
}
.demo h3 {
    color: #fff !important;
}
.customization {
    color: #fff;
}
.customization h3 {
    color: #fff !important;
}
.footer {
    text-align: center;
}
.footer-top {
    background-color: #3a3e64;
    padding-top: 50px;
}
.footer-bottom {
    background-color: #4a5668;
    padding: 20px 0;
}
.footer .footer-col {
    margin-bottom: 80px;
}
.footer h5 {
    color: #fff;
    margin-bottom: 20px;
}
.footer p {
    color: rgba(255, 255, 255, 0.5);
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #e84545;
}
.footer .footer-share {
    margin-top: 0;
}
.footer .footer-share li {
    display: inline-block;
    float: none;
}
.footer .footer-share a {
    border-width: 2px;
    color: #fff;
}
.footer .fa-heart {
    color: #e84545;
    font-size: 11px;
    margin: 0 2px;
}
.modal-open .navbar-fixed-bottom,
.modal-open-noscroll .navbar-fixed-top,
body,
dy.modal-open-noscroll {
    margin-right: 0 !important;
}
.work:nth-child(1) {
    -moz-animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.work:nth-child(2) {
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.work:nth-child(3) {
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.work:nth-child(4) {
    -moz-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.work:nth-child(5) {
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.work:nth-child(6) {
    -moz-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.work:nth-child(7) {
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.work:nth-child(8) {
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.animated {
    visibility: visible;
}
@font-face {
    font-family: elegant-theme-line;
    src: url(../fonts/elegant-theme-line.ttf?1439850014) format("truetype"), url(../fonts/elegant-theme-line.eot?1439850014) format("embedded-opentype"), url(../fonts/elegant-theme-line.svg?1439850014) format("svg"),
        url(../fonts/elegant-theme-line.woff?1439850014) format("woff");
}
.icon {
    font-family: elegant-theme-line;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-mobile:before {
    content: "\e000";
}
.icon-laptop:before {
    content: "\e001";
}
.icon-desktop:before {
    content: "\e002";
}
.icon-tablet:before {
    content: "\e003";
}
.icon-phone:before {
    content: "\e004";
}
.icon-document:before {
    content: "\e005";
}
.icon-documents:before {
    content: "\e006";
}
.icon-search:before {
    content: "\e007";
}
.icon-clipboard:before {
    content: "\e008";
}
.icon-newspaper:before {
    content: "\e009";
}
.icon-notebook:before {
    content: "\e00a";
}
.icon-book-open:before {
    content: "\e00b";
}
.icon-browser:before {
    content: "\e00c";
}
.icon-calendar:before {
    content: "\e00d";
}
.icon-presentation:before {
    content: "\e00e";
}
.icon-picture:before {
    content: "\e00f";
}
.icon-pictures:before {
    content: "\e010";
}
.icon-video:before {
    content: "\e011";
}
.icon-camera:before {
    content: "\e012";
}
.icon-printer:before {
    content: "\e013";
}
.icon-toolbox:before {
    content: "\e014";
}
.icon-briefcase:before {
    content: "\e015";
}
.icon-wallet:before {
    content: "\e016";
}
.icon-gift:before {
    content: "\e017";
}
.icon-bargraph:before {
    content: "\e018";
}
.icon-grid:before {
    content: "\e019";
}
.icon-expand:before {
    content: "\e01a";
}
.icon-focus:before {
    content: "\e01b";
}
.icon-edit:before {
    content: "\e01c";
}
.icon-adjustments:before {
    content: "\e01d";
}
.icon-ribbon:before {
    content: "\e01e";
}
.icon-hourglass:before {
    content: "\e01f";
}
.icon-lock:before {
    content: "\e020";
}
.icon-megaphone:before {
    content: "\e021";
}
.icon-shield:before {
    content: "\e022";
}
.icon-trophy:before {
    content: "\e023";
}
.icon-flag:before {
    content: "\e024";
}
.icon-map:before {
    content: "\e025";
}
.icon-puzzle:before {
    content: "\e026";
}
.icon-basket:before {
    content: "\e027";
}
.icon-envelope:before {
    content: "\e028";
}
.icon-streetsign:before {
    content: "\e029";
}
.icon-telescope:before {
    content: "\e02a";
}
.icon-gears:before {
    content: "\e02b";
}
.icon-key:before {
    content: "\e02c";
}
.icon-paperclip:before {
    content: "\e02d";
}
.icon-attachment:before {
    content: "\e02e";
}
.icon-pricetags:before {
    content: "\e02f";
}
.icon-lightbulb:before {
    content: "\e030";
}
.icon-layers:before {
    content: "\e031";
}
.icon-pencil:before {
    content: "\e032";
}
.icon-tools:before {
    content: "\e033";
}
.icon-tools-2:before {
    content: "\e034";
}
.icon-scissors:before {
    content: "\e035";
}
.icon-paintbrush:before {
    content: "\e036";
}
.icon-magnifying-glass:before {
    content: "\e037";
}
.icon-circle-compass:before {
    content: "\e038";
}
.icon-linegraph:before {
    content: "\e039";
}
.icon-mic:before {
    content: "\e03a";
}
.icon-strategy:before {
    content: "\e03b";
}
.icon-beaker:before {
    content: "\e03c";
}
.icon-caution:before {
    content: "\e03d";
}
.icon-recycle:before {
    content: "\e03e";
}
.icon-anchor:before {
    content: "\e03f";
}
.icon-profile-male:before {
    content: "\e040";
}
.icon-profile-female:before {
    content: "\e041";
}
.icon-bike:before {
    content: "\e042";
}
.icon-wine:before {
    content: "\e043";
}
.icon-hotairballoon:before {
    content: "\e044";
}
.icon-globe:before {
    content: "\e045";
}
.icon-genius:before {
    content: "\e046";
}
.icon-map-pin:before {
    content: "\e047";
}
.icon-dial:before {
    content: "\e048";
}
.icon-chat:before {
    content: "\e049";
}
.icon-heart:before {
    content: "\e04a";
}
.icon-cloud:before {
    content: "\e04b";
}
.icon-upload:before {
    content: "\e04c";
}
.icon-download:before {
    content: "\e04d";
}
.icon-target:before {
    content: "\e04e";
}
.icon-hazardous:before {
    content: "\e04f";
}
.icon-piechart:before {
    content: "\e050";
}
.icon-speedometer:before {
    content: "\e051";
}
.icon-global:before {
    content: "\e052";
}
.icon-compass:before {
    content: "\e053";
}
.icon-lifesaver:before {
    content: "\e054";
}
.icon-clock:before {
    content: "\e055";
}
.icon-aperture:before {
    content: "\e056";
}
.icon-quote:before {
    content: "\e057";
}
.icon-scope:before {
    content: "\e058";
}
.icon-alarmclock:before {
    content: "\e059";
}
.icon-refresh:before {
    content: "\e05a";
}
.icon-happy:before {
    content: "\e05b";
}
.icon-sad:before {
    content: "\e05c";
}
.icon-facebook:before {
    content: "\e05d";
}
.icon-twitter:before {
    content: "\e05e";
}
.icon-googleplus:before {
    content: "\e05f";
}
.icon-rss:before {
    content: "\e060";
}
.icon-tumblr:before {
    content: "\e061";
}
.icon-linkedin:before {
    content: "\e062";
}
.icon-dribbble:before {
    content: "\e063";
}
td {
    padding: 15px !important;
}
table {
    background-color: #fff;
    color: #000;
}
a:active,
a:focus,
a:hover {
    outline: 0;
}
#textarea,
textarea {
    padding: 9px;
    border: 1px solid #e5e5e5;
    outline: 0;
    font: 400 13px/100% Verdana, Tahoma, sans-serif;
    background: url(bg_form.png) left top repeat-x #fff;
    background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(4%, #eee), to(#fff));
    background: -moz-linear-gradient(top, #fff, #eee 1px, #fff 25px);
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
}
.gpr_btn,
.gpr_btn:hover {
    background: #e84545;
}
textarea {
    width: 100%;
    max-width: 100%;
    height: 150px;
    line-height: 150%;
    white-space: pre;
}
textarea:focus,
textarea:hover {
    border-color: #c9c9c9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
}
.form label {
    margin-left: 10px;
    color: #999;
}
table {
    border-collapse: separate;
    border: 1px solid #000;
    border-radius: 6px;
}
.gpr_btn {
    border: 1px solid #357ebd;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 8px 15px;
    text-align: center;
    min-width: 60px;
    position: relative;
    transition: color 0.1s ease;
}
.gpr_btn.gpr_btn-big {
    font-size: 18px;
    padding: 15px 20px;
    min-width: 100px;
}
.gpr_btn-close {
    color: #e84545;
    font-size: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}
.gpr_btn-close:hover {
    color: #e84545;
}
.gpr_modal:target:before {
    display: none;
}
.gpr_modal:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.gpr_modal .gpr_modal-dialog {
    background: #fefefe;
    border: 1px solid #333;
    border-radius: 5px;
    margin-left: -200px;
    position: fixed;
    left: 50%;
    z-index: 11;
    width: 360px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    top: 20%;
}
.gpr_modal:target .gpr_modal-dialog {
    top: -100%;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
}
.gpr_modal-body {
    padding: 20px;
}
.gpr_modal-footer,
.gpr_modal-header {
    padding: 10px 20px;
}
.modal-open,
body,
body.modal-open {
    padding-right: 0 !important;
}
.gpr_modal-header {
    border-bottom: #eee solid 1px;
}
.gpr_modal-header h2 {
    font-size: 20px;
}
.gpr_modal-footer {
    border-top: #eee solid 1px;
    text-align: right;
}
.modal-header,
.modal-header h4 {
    color: #fff !important;
    background-color: #66697e !important;
}
.modal-header .close {
    color: #fff !important;
    font-size: 30px;
}
.modal {
    overflow-y: auto;
}
.modal-open {
    overflow: auto;
}
body.modal-open {
    width: 100% !important;
    overflow-y: scroll !important;
}
dy.modal-open-noscroll {
    overflow: hidden;
}
#passwordStrength {
    height: 10px;
    display: block;
    float: left;
}
.strength0 {
    width: 250px;
    background: #ccc;
}
.strength1 {
    width: 50px;
    background: red;
}
.strength2 {
    width: 100px;
    background: #ff5f5f;
}
.strength3 {
    width: 150px;
    background: #56e500;
}
.strength4 {
    background: #4dcd00;
    width: 200px;
}
.strength5 {
    background: #399800;
    width: 250px;
}
.container {
    padding: 20px;
}
