@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}


/*p {font-size:14px}*/
p.small {
    font-size: 16px
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a:active,
a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3 {
    margin-top: 0;
    font-size: 30px;
}

h2 {
    margin-top: 0;
    font-size: 30px;
}

h1 {
    margin-top: 0;
    font-size: 30px;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em
}

hr.star-light {
    border-color: #fff
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c
}

hr.star-primary {
    border-color: #2c3e50
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff
}

.img-centered {
    margin: 0 auto
}

label {
    font-weight: normal;
    font-size: 14px;
}

@media(min-width:768px) {
    .text-center.col-sm-12.col-lg-12.mb20 h2 {
        margin-top: 0 !important;
        font-size: 30px !important;
    }
}

@media(max-width:767px) {

    .navbar-default,
    .navbar-inverse {
        border-bottom: 1px solid #c8c8c8;
    }

    section.first {
        padding-top: 75px
    }

    .ml20 {
        margin-left: 0 !important;
    }

    .down2 {
        left: auto !important;
        top: -17px !important;
    }

    .down1 {
        left: auto !important;
        top: -17px !important;
    }

    .btnChoose2 {
        right: 35% !important;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24, 188, 156, .9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0
}

#portfolio * {
    z-index: 2
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none !important;
    resize: none
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease, opacity .3s ease;
    -moz-transition: top .3s ease, opacity .3s ease;
    -ms-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1
}

.floating-label-form-group-with-focus label {
    color: #18bc9c
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee
}

footer {
    color: #fff
}

footer h3 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
}

footer .footer-above {
    padding-top: 40px;
    background-color: #1a1a1a;
}

footer .footer-col {
    margin-bottom: 40px
}

footer .footer-below {
    padding: 15px 0;
    background-color: #101010;
}

.footer-below a {
    color: #fff;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 15%;
    width: 50px;
    height: 50px
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px
}

.scroll-top .btn:focus {
    outline: 0
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer
}

.portfolio-modal .close-modal:hover {
    opacity: .3
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0
}

/********nicker********/
/*.container {width: 1080px;}*/
.btn:hover,
.btn:focus,
.btn.focus {
    color: #0069b4;
}

.kontak:hover {
    color: #fff !important;
}

.mb30 {
    margin-bottom: 30px;
}

.pad0 {
    padding: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb60 {
    margin-bottom: 60px;
}

.h158 {
    height: 158px !important;
}

.mb40 {
    margin-bottom: 40px;
}



.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px !important;
}

.black {
    border-color: #323232;
}

/*.bfd6740 {background-color: #fd6740 !important;}*/
sup {
    top: -1em;
    font-size: 16px;
}

.ml20 {
    margin-left: 20px;
}

/*.btnBooknow {-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #0069b4; color: #fff !important;}
.btnBooknow:hover {background-color: #0069b4 !important; opacity: 0.8; filter: alpha(opacity=80);}*/
.navbar-default {
    background: #fff;
    box-shadow: 5px 5px 18px 0px rgb(0, 0, 0, 0.4);
}

.navbar-brand {
    padding: 13px 15px 20.5px;
}

.navbar-nav>li>a {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-left: 10px;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-brand {
    color: #000;
}

.navbar-default .navbar-nav>li:nth-child(6)>a {
    text-transform: uppercase;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: #0069b4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.navbar-default .navbar-nav>.active>a {
    background: #0069b4;
}

.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    padding-top: 10px;
}

.navbar-toggle {
    background-color: #0069b4;
}

.navbar-default .navbar-toggle {
    border: none;
}

.item {
    background: #333;
    text-align: center;
}

.carousel-caption {
    top: 20%;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
}

.carousel-indicators .active {
    background-color: #208e4f;
    border: 3px solid #208e4f;
    width: 17px;
    height: 17px;
}

.banner {
    padding-bottom: 0;
    margin-top: 50px;
}

.banner h3 {
    font-size: 40px;
    text-shadow: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.banner h1 {
    font-size: 40px;
    text-shadow: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.banner p {
    font-size: 22px;
    text-shadow: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.btnBooknow2 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #0069b4;
    color: #fff;
    text-shadow: none;
    padding: 10px 40px;
    font-size: 19px;
}

.info img {
    width: 100%;
}

.btnBooknow3 {
    font-size: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #0069b4;
    color: #fff;
    padding: 5px 70px;
}

.btnBooknow3:hover {
    color: #fff;
    /*opacity: 0.8;
    filter: alpha(opacity=80);*/
	background-color: rgba(0, 105, 180, 0.8);
	
}

.btnBooknow3:focus {
    color: #fff;
}

.info {
    background-color: #0069b4;
    color: #fff;
}

.info p {
    line-height: 1.5em;
}

.info h4 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.price h4 {
    margin-top: 0;
    text-transform: uppercase;
}

.price h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 0;
}

.footer-col ul {
    list-style: none;
    text-align: left;
    padding-left: 0;
}

.footer-col p {
    color: #919191;
    text-align: left;
}

.footer-below p {
    margin-bottom: 0;
}

.footer-above ul li a {
    color: #919191;
}

ul.pricing-list {
    margin-top: 40px;
}

ul.pricing-list li {
    color: #000;
    margin-left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1), inset 0 0 0 2px rgba(255, 255, 255, .75);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .1), inset 0 0 0 2px rgba(255, 255, 255, .75);
    box-shadow: 0 0 7px rgba(0, 0, 0, .1), inset 0 0 0 2px rgba(255, 255, 255, .75);
    border: solid 1px #d7d7d7;
    padding: 0 0 20px;
    font-family: 'Open Sans', sans-serif;
    width: 345px;
    float: left;
    position: relative;
}

ul.pricing-list li.no {
    /*right: -10px;*/
}

ul.pricing-list li.focus {
    top: -30px;
}

.pricing-title {
    position: relative;
    padding: 25px 20px;
    text-transform: uppercase;
    text-align: center;
    background-color: #0069b4;
    color: #fff;
    border-bottom: 1px solid #d7d7d7;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.pricing-title h4 {
    margin-bottom: 0;
}

ul.pricing-list li ul {
    padding: 0 10px 10px;
}

ul.pricing-list li ul li {
    border-radius: 0;
    border: none;
    box-shadow: none;
    width: 100%;
}

ul.pricing-list li ul li:last-child {
    padding-bottom: 5px;
}

.price2 {
    font-size: 50px;
    font-weight: bold;
    color: #0069b4;
}

.decimal {
    font-size: 20px;
    color: #0069b4;
    font-weight: bold;
}

ul.pricing-features li {
    color: #5a5a5a;
    font-size: 14px;
}

ul.pricing-features li p {
    font-size: 14px;
}

.pricing-table:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: relative;
    top: -10px;
    transition: all 0.25s ease 0s;
    z-index: 99;
}

ul.pricing-list li.focus:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: relative;
    top: -40px;
    transition: all 0.25s ease 0s;
    z-index: 99;
}

.btnBook4 {
    padding: 5px 40px;
    color: #fff;
    background-color: #0069b4;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.btnBook4:hover {
    color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.btnBook4:focus {
    color: #fff;
}

.caret-green {
    color: #0069b4;
    position: absolute;
    bottom: -25px;
}

.caret-tomato {
    color: #fd6740;
    position: absolute;
    bottom: -25px;
}

.testimonials {
    background-color: #0069b4;
    color: #fff;
}

.post {
    -moz-box-shadow: 8px 8px 0px #208e4f;
    -webkit-box-shadow: 8px 8px 0px #208e4f;
    box-shadow: 8px 8px 0px #208e4f;
    background-color: #fff;
    color: #323232;
    padding: 30px 20px;
    position: relative;
    border: none 5px #000000;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*.icon-people {background-color: #ebebeb; -webkit-box-shadow: inset 0 0 0 2px rgba(255,255,255,.75); -moz-box-shadow: inset 0 0 0 2px rgba(255,255,255,.75); box-shadow: inset 0 0 0 2px rgba(255,255,255,.75); position: absolute; top: -60px; left: 30px; border-radius: 50%; width: 80%;}*/
/*.icon-people {position: absolute; top: -60px; left: 30px; }*/
.icon-open {
    background: url(../img/icon-open.png) no-repeat;
    width: 22px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.icon-close {
    background: url(../img/icon-close.png) no-repeat;
    width: 22px;
    height: 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.testimonials {
    min-height: 360px;
}

.btnSend {
    background-color: #0069b4;
    color: #fff;
    display: block;
    width: 100%;
    padding: 5px 0;
}

.btnSend:hover {
    color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.btnSignup {
    background-color: #0069b4;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 7px 10px;
    float: left;
}

.btnSignup:hover {
    color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.btnSignup:focus {
    color: #fff;
}

/*.newsletter input {border-radius: 0; border: none; background-color: #515151; color: #efefef; height: 35px; float: left; width: 79%;}*/
.btnLivechat {
    padding: 10px 20px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color: #0069b4;
    font-size: 18px;
    text-transform: uppercase;
    color: #303030 !important;
    text-shadow: 0 0 29px rgba(255, 255, 255, .8), 1px 1px 1px rgba(255, 255, 255, .78);
    position: fixed;
    bottom: 0;
    right: 225px;
}

.main-content {
    margin-top: 90px;
}

.box {
    text-align: left;
    border: 1px solid #d7d7d7;
    background: #f8f8f8;
    border-top: 2px solid #323232;
    padding: 20px 0px;
    position: relative;
    /*min-height: 300px;*/
    min-height: 440px;

}

.box p {
    font-size: 14px;
}

.box h3 {
    font-size: 26px;
}

.btnChoose {
    font-size: 17px;
    color: #fff;
    padding: 5px 30px;
    border: 1px solid #0069b4;
    background: #0069b4;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    right: 80px;
}

.btnChoose:hover {
    background: #0069b4;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=80);
}

.btnUnChoose {
    font-size: 17px;
    color: #0069b4;
    padding: 5px 30px;
    border: 1px solid #0069b4;
    background: #fff;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    right: 80px;
}

.btnUnChoose:hover {
    background: #fff;
    color: #0069b4;
    opacity: 0.7;
    filter: alpha(opacity=80);
}

.btnCheck {
    font-size: 17px;
    color: #fff;
    padding: 5px 30px;
    border: 1px solid #0069b4;
    background: #0069b4;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    right: 125px;
}

.btnCheck:hover {
    background: #0069b4;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=80);
}

.btnUnCheck {
    font-size: 17px;
    color: #0069b4;
    padding: 5px 30px;
    border: 1px solid #0069b4;
    background: #fff;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    right: 80px;
}

.btnUnCheck:hover {
    background: #fff;
    color: #0069b4;
    opacity: 0.7;
    filter: alpha(opacity=80);
}

.btnChoose2 {
    position: absolute;
    bottom: 20px;
    right: 80px;
}

/*.btnChoose2:hover {background: #0069b4; color: #fff; opacity: 0.8;filter: alpha(opacity=80);}
.btnChoose2.active {background: #0069b4; color: #fff;}*/

.down1 {
    position: absolute;
    top: -20px;
    left: 104px;
}

.down2 {
    position: absolute;
    top: -20px;
    left: 123px;
}

.btnAddcart {
    background: #0069b4;
    color: #fff;
    padding: 10px 60px;
}

.btnAddcart:hover {
    color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.btnAddcart:active {
    color: #fff;
}

.btnAddcart:focus {
    color: #fff;
}

.en {
    display: none;
}

.en h3 {
    font-size: 26px;
}

.en .box {
    /*min-height: 330px;*/
}

a.btnEdit {
    color: #0069b4;
    margin-top: 10px;
    font-size: 16px;
}

a.btnEdit:hover {
    color: #0069b4;
}

.btnPayment {
    background: #0069b4;
    color: #fff;
    padding: 10px 200px;
}

.btnPayment:hover {
    color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.btnPayment:focus {
    color: #fff;
}

.btnRefresh {
    color: #0069b4;
    padding: 5px 30px;
    border: 1px solid #0069b4;
    background: #fff;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
}

.btnRefresh:hover {
    background: #0069b4;
    color: #fff;
}

.table thead {
    margin-bottom: 10px;
}

.table th {
    background: #323232;
    color: #fff;
    font-weight: normal;
    padding: 8px 12px !important;
}

.table tr {}

.bor-b {
    border-bottom: 1px solid #e5e5e5;
}

.table tr td {
    padding: 12px !important;
}

.table input {
    border: 1px solid #e5e5e5;
    padding: 4.5px;
    width: 60%;
}

.input {
    background-color: #f8f8f8;
    border: solid 1px #d7d7d7;
    border-radius: 0;
    height: 38px;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 15px;
}

.input3 {
    background-color: #f8f8f8;
    border: solid 1px #d7d7d7;
    border-radius: 0;
    height: 38px;
    line-height: 38px;
}

.bor-l {
    border-left: 1px solid #d7d7d7;
    padding-left: 50px;
}

.pr40 {
    padding-right: 40px;
}

.cb {
    background: #dedede;
    border: 1px solid #a6a6a6;
    padding: 3px !important;
}

.link:hover {
    color: #0069b4;
}

.pl50 {
    padding-left: 50px;
}

.mb300 {
    margin-bottom: 300px;
}

.bor-b0 {
    border-bottom: none !important;
}

.mb100 {
    margin-bottom: 100px;
}

.input2 {
    background: #f8f8f8 url(../img/icon-folder.png) no-repeat 98% center;
    border: solid 1px #d7d7d7;
    border-radius: 0;
    height: 35px;
    font-style: italic;
    font-size: 14px;
    width: 100%;
    display: block;
    position: absolute;
    top: 4px;
    z-index: 10;
    padding: 0 10px
}

.h195 {
    height: 195px !important;
    border: solid 1px #d7d7d7;
    border-radius: 0;
    font-size: 14px;
    background: #f8f8f8;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: '';
    display: inline-block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.custom-file-input:hover {
    cursor: pointer;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active::before {
    background: #f8f8f8;
}

input[type='file'] {
    opacity: 0;
}

.relative {
    position: relative;
}

.custom-file-input {
    position: relative;
    z-index: 11;
}

.btnHome {
    background: #0069b4;
    color: #fff;
    padding: 10px 60px;
}

.btnHome:hover {
    color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.btnHome:focus {
    color: #fff;
}

.w100p {
    width: 93%;
}

.btnClose {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #323232;
}

.btnClose:hover {
    color: #323232;
}

.bor-l2 {
    border-left: 1px solid #424242;
    padding-left: 30px;
    min-height: 130px;
}

.price3 {
    font-size: 20px !important;
}

.w-price {
    position: absolute;
    bottom: 45px;
    text-align: center;
    width: 92%;
    min-height: 90px;
}

.w-price2 {
    position: absolute;
    bottom: 45px;
    text-align: center;
    width: 92%;
    min-height: 69px;
}

.pricing-price {
    margin: 40px 0 20px;
    position: relative;
}

.modal-body p {
    margin-bottom: 0;
}

.b2ecc71 {
    background: #0069b4;
    color: #fff !important;
}

.bfff {
    background: #fff;
    color: #0069b4;
}

.ml10 {
    margin-left: 10px;
}

.ml17 {
    margin-left: 17px;
}

.testimonials p,
.contact p {
    font-size: 20px;
    line-height: 1.3em;
}

.contact h3 {
    font-size: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.post p {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0;
    text-align: left;
}

.f20 {
    font-size: 20px;
    line-height: 1.5em;
}

.f18 {
    font-size: 18px;
    line-height: 1.3em;
}

.upload-content {
    padding: 0 20px
}

.upload-content h3 {
    margin-left: -18px;
}

.bor-r {
    border-right: 1px solid #d7d7d7;
}

.position {
    height: 60px;
    position: absolute;
    margin-top: -60px;
}

.padr0 {
    padding-right: 0;
}

.footer-col p a {
    display: block;
}

.f3-5 {
    font-size: 3.7em !important;
}

.pl0 {
    padding-left: 0;
}

.mce_feature {
    margin-bottom: 20px;
}

.hvordan .hvordan-item {
    min-height: 100px;
}

.hvordan-img {
    margin: 0 30px;
}

.mb0 {
    margin-bottom: 0;
}

.ml8p {
    margin-left: 8%;
}

.banner-fix {
    position: relative;
    overflow: hidden;
}

.banner-fix .caption {
    position: absolute;
    top: 20%;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    width: 100%;
}

.invalid {
    border: 1px solid red !important;
}

.eachRowUpload {
    overflow: hidden;
    position: relative;
    min-height: 42px;
}

.fakefile {
    width: 205px !important;
}

input.fakefile {
    position: absolute;
    top: 0;
    border: solid 1px #d7d7d7;
    padding: 5px 10px;
    width: 100% !important;
    background: #f8f8f8 url(../img/icon-folder.png) no-repeat 98% center;
    font-style: italic;
}

.input-upload {
    width: 100% !important;
    opacity: 0.0;
    /*position: absolute;*/
    top: 0;
    cursor: pointer;
    padding: 5px 10px;
}

.box2 {
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    width: 702px;
    margin-left: 19%;
}

/*.box2 h3 {color: #0069b4;}*/
.box2 input {
    height: 40px;
}

.close {
    font-size: 31px;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 99999;
}

.bor-b {
    border-bottom: 1px dotted #d7d7d7;
    margin-bottom: 10px;
}

.modal-dialog {
    margin-top: 100px;
    z-index: 9999;
}

.mt5 {
    margin-top: 5px;
}

.mt32 {
    margin-top: 32px;
}

.ml60 {
    margin-left: 60px;
}

.c2ecc71 {
    color: #0069b4;
}

.order-item {
    border: 1px solid #d7d7d7;
    padding: 15px 0;
    margin-bottom: 15px;
}

.order-item a:hover {
    color: #0069b4;
}

.cfd6740 {
    color: #fd6740;
}

.btnHome:hover {
    color: #fff !important;
}

.frm-login {
    border: 1px solid #0069b4;
    padding: 30px 15px;
}

.frm-login h3 {
    color: #0069b4;
}

.frm-login input {
    background-color: #f8f8f8;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    font-size: 14px;
    font-style: italic;
    height: 35px;
}

.main {
    padding: 0;
}

.btnUpload {
    background: #0069b4;
    color: #fff;
    padding: 10px 60px;
    display: block;
    margin-bottom: 10px;
    width: 50%;
}

.btnUpload:hover {
    color: #fff !important;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.btnUpload:focus {
    color: #fff;
}

.btnSendmail {
    background: #0069b4;
    color: #fff;
    padding: 13px 10px;
    display: block;
    border: none;
    width: 50%;
    text-align: center;
}

.btnSendmail:hover {
    color: #fff !important;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.btnSendmail:focus {
    color: #fff;
}

.btnLogout:hover {
    color: #18bc9c;
}

.mg0 {
    margin: 0;
    padding: 0 15px;
}

.box-right a:hover {
    color: #18bc9c;
}

.box-right a.active {
    text-decoration: underline;
}

.panel-title p {
    margin-bottom: 0;
}

.panel-title a:hover {
    color: #18bc9c;
}

.fa-angle-right {
    display: block !important;
}

.btn-default {
    display: block;
    width: 50%;
}

.btnDownload:hover {
    color: #18bc9c;
}

.pagination {
    clear: both;
    display: block;
    padding-bottom: 15px;
}

.pagination ul {}

.pagination li {
    display: inline-block;
    list-style: outside none none;
}

.pagination a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #8b8b8b;
    border-color: #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-family: Arial, sans-serif;
    line-height: 24px;
    min-width: 30px;
    padding: 2px;
    text-decoration: none;
}

.pagination li.active a,
.pagination a:hover {
    background: none repeat scroll 0 0 #037861;
    text-decoration: none;
}

.pagination li.disabled a {
    background: none repeat scroll 0 0 #cacaca;
}

.pagination a i {
    font-family: Arial, Helvetica, sans-serif;
}

.pagination .icon-first::after {
    content: "<<";
}

.pagination .icon-previous::after {
    content: "<";
}

.pagination .icon-next::after {
    content: ">";
}

.pagination .icon-last::after {
    content: ">>";
}

.article a:hover {
    color: #f68e13;
}

ul.list-article {
    list-style: none;
    padding-left: 0;
}

ul.list-article li {
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}

.input4 {
    border-radius: 0;
    margin-bottom: 10px;
}

.txta {
    border-radius: 0;
    margin-bottom: 10px;
}

.disabled {
    z-index: 1000;
    background-color: lightgrey !important;
    opacity: 0.6;
    pointer-events: none;
}

.disabled .btnChoose2 {
    background: lightgrey;
    border-color: #808b96;
    color: #808b96;
}


.loadajax {
    float: left;
    height: 30px;
    width: 30px;
    left: 340px;
    position: absolute;
    top: 50px;
    background: rgba(0, 0, 0, 0) url(../img/loadajax.gif) no-repeat scroll 0 0;
}



/***18-04-2015***/
#myCarousel .carousel-inner>.item {
    background: transparent;
}

#myCarousel .carousel-indicators {
    bottom: -95px;
}

#myCarousel .carousel-control.left,
.carousel-control.right {
    background: transparent;
}

.arrow-left {
    background: url(../img/left-gray.png) no-repeat left center;
}

.arrow-right {
    background: url(../img/right-gray.png) no-repeat right center;
}

#myCarousel .glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
    content: " "
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: -35px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: -35px;
}

.people {
    float: left;
    width: 20%;
}

.info-people {
    float: right;
    width: 80%;
    /*margin-top: 45px; */
    margin-top: 0;
    padding: 0 35px;
}

.office {
    margin-top: 15px;
}

.office p {
    text-align: center;
}

.testimonials {
    padding: 40px 0 80px 0;
}

.post {
    min-height: 280px;
}

.iconDown {
    top: 42px;
    position: absolute;
    right: -10px;
}

.btnBook {
    background: none repeat scroll 0 0 #0069b4;
    color: #fff;
}

.btnBook:hover {
    color: #fff;
    opacity: 0.8;
}

.btnBook:focus {
    color: #fff;
}

/*
 *   Price Box
 */
.details-features {
    text-align: left;
    padding: 15px 37px;
}

.pricing-table .details-features {
    padding: 15px 50px
}

/* Homepage */

.box-pris-standard {
    float: left;
    position: absolute;
    border: 2px solid #fd6740;
    padding: 4px;
    top: -17px;
    left: 28px;
    color: #fd6740;
}

.box-pris-premium {
    float: left;
    position: absolute;
    border: 2px solid #0069b4;
    padding: 4px;
    top: -17px;
    left: 28px;
    color: #0069b4;
}

section.info #p_move_up_down {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.icon-block {
    position: absolute;
    left: 21px;
    top: 29px;
}

.icon-block img {
    width: 32px;
}

.cookiepolitikImg {
    max-width: 100%;
    height: auto;
}


.vimeovideowrap,
.content,
.youtubevideowrap,
#disqus_thread,
.videocontent {
    width: 80%;
    max-width: 640px;
    margin: 0 auto;
}

.video-block {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.video-block iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
 * Testimonial carousel
 */
#testimonialCarousel .carousel-inner>.item {
    background: transparent;
}

#testimonialCarousel .carousel-indicators {
    bottom: -95px;
}

#testimonialCarousel .carousel-control.left,
.carousel-control.right {
    background: transparent;
}

#testimonialCarousel .glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
    content: " "
}

/* Trustpilot */
.trustpilot-stars {
    width: 120px;
    text-align: left;
}


/*fix cart css*/
.com-virtuemart .main-content {
    margin-top: 0px !important;
}

.com-virtuemart #sp-main-body {
    padding: 0px 0 !important;
}

.com-virtuemart .modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.com-virtuemart .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}


.com-virtuemart .details-features {
    padding: 15px 25px !important;
}

.com-virtuemart .system-message .alert {
    display: none;
}

.com-virtuemart .col-md-8 {
    float: left !important;
}

.rowx {
    margin-right: -15px;
    margin-left: -15px;
}

form#checkoutForm {
    float: left;
    display: contents;
}

.com-virtuemart #userForm {
    display: flex;
}

.com-virtuemart .table input {
    border: 1px solid #e5e5e5;
    padding: 4.5px;
    width: 60%;
    margin-right: 20px;
}

.com-virtuemart section {
    padding: 0px 0px 0px 0px;
}

.com-virtuemart .col-md-6.pr40 {
    float: left;
}

.com-virtuemart .col-md-6.pl50 {
    float: left;
}

.com-virtuemart .rowx.text-center.mb300 {
    clear: both;
    padding-top: 2px;
}

.alert {
    display: none !important;
}

/*mobile*/
.com-virtuemart .col-md-6.col-xs-3 {
    display: inline-block;
    width: 28%;
}

.com-virtuemart .btnPayment {
    margin-bottom: 20px;
}



span.prisliste::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-block;
    color: #0069b4;
    font-weight: 900;
    padding-right: 10px;
}

span.asterisk::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    display: inline-block;
    padding-right: 10px;
    font-size: 0.9rem;
    color: #0069b4;
    font-weight: 900;
}

section#sp-bottom {
    position: relative;
}

.sp-copyright {
    display: block;
}

.sp-copyright::after {
    background: url(https://studiekorrektur.dk/templates/studie/img/icon.png) left center no-repeat;
    /*content: ' ';*/
    position: absolute;
    top: -5px;
    width: 30px;
    height: 30px;
    background-size: 15px auto;
    margin-left: 5px;
}




/*==========  Non-Mobile First Method  ==========*/

@media (min-width: 1200px) {
    .container {
        width: 1080px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {}

@media only screen and (max-width : 1024px) {
    .testimonials .post {
        margin: 0 15px;
        box-shadow: none;
    }

    /* .navbar-brand { */
    /* padding: 13px 44px 20.5px; */
    /* }	 */
}



/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .row.mb20 img,
    .btn.btnBooknow3 a,
    .info {
        position: relative;
        z-index: 1;
    }

    .mce_feature {
        text-align: center;
        margin-bottom: 10px;
    }

    .banner h3 {
        font-size: 16px;
    }

    .info h4 {
        margin-top: 10px;
    }

    .carousel-caption {
        top: 5%;
    }

    .banner p {
        font-size: 13px;
    }

    .icon-people {
        position: relative;
        width: 32%;
        left: 39%;
    }

    .post {
        text-align: center;
    }

    ul.pricing-list li {
        width: 100%;
        padding-left: 0;
        box-shadow: none;
        margin-bottom: 10px;
        border-radius: 0;
    }

    ul.pricing-list li:hover {
        box-shadow: none;
        top: 0;
    }

    ul.pricing-list li.no {
        left: 0;
    }

    ul.pricing-list li.focus {
        box-shadow: none;
        top: 0;
    }

    .pricing-title {
        border-radius: 0;
    }

    .bor-l2 {
        padding-left: 10px;
    }

    .newsletter input {
        width: 79%;
    }

    .banner {
        margin-top: 21px;
    }

    .btnBooknow {
        margin-top: 10px;
    }

    .w100p {
        width: 100%;
    }

    .footer-below p {
        text-align: center;
    }

    .box {
        margin-bottom: 10px;
    }

    .down2 {
        top: -16px !important;
    }

    .down1 {
        top: -20px !important;
        left: 145px !important;
    }

    .pr40 {
        padding-right: 20px;
    }

    .pl50 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .btnPayment {
        padding: 10px 0;
        display: block;
    }

    a.btnEdit {
        margin-bottom: 10px;
    }

    .h3- {
        font-size: 20px;
        bottom: -10px;
        position: relative;
    }

    h3,
    .h3 {
        font-size: 20px;
    }

    .padr0 {
        padding-right: 15px;
    }

    .hvordan-img {
        margin: 0;
    }

    .ml8p {
        margin-left: 0;
    }

    .pl0 {
        padding-left: 15px;
    }

    .banner-fix img {
        max-width: 260%;
    }

    /* Customy */
    .banner-fix .caption {
        top: 10%;
        width: 100%;
    }

    .banner-fix .caption h3 {
        font-size: 20px;
    }

    .banner-fix .caption h1 {
        font-size: 18px;
    }

    /*.banner-fix .caption span {display: none;}*/



    .box2 {
        width: 100%;
        margin: 0 auto;
    }

    .btnBooknow3 {
        display: block;
    }

    .box2 {
        width: 100%;
        padding: 0 20px;
    }

    /**18-05/2015**/
    .carousel-inner>.item {
        height: auto;
    }

    .people {
        width: 100%;
    }

    .info-people {
        width: 100%;
        padding-left: 0;
        padding-top: 15px
    }

    /*.banner-fix img.img-responsive{max-width:100%; }*/

    .pricing-table .details-features {
        padding: 15px 30px
    }

    /* Homepage */
    .icon-people {
        display: contents
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    #myCarousel .arrow-right,
    #myCarousel .arrow-left {
        width: 30px;
        height: 30px;
    }

    .info-people {
        padding: 15px 0
    }
}



/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .navbar-brand {
        width: 80%;
    }

    .nav>li {
        padding: 0 10px;
    }

}



@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .container {
        width: 100%;
    }

    .carousel-caption h3 {
        font-size: 10px;
    }

    .carousel-caption h1 {
        font-size: 10px;
    }

    .banner {
        margin-top: 21px;
    }

    table {
        display: block;
    }

    .pl50 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .bor-l2 {
        padding-left: 10px;
        border: none;
    }

    .pr40 {
        padding-right: 30px;
        padding-left: 30px;
    }

    a.btnEdit {
        margin-bottom: 10px;
    }

    .btnPayment {
        display: block;
        padding: 10px;
    }

    h3 {
        font-size: 22px;
    }

    ul.pricing-list li.no {
        right: 0;
    }

    ul.pricing-list li {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .contact h3 {
        font-size: 22px;
    }

    .testimonials p,
    .contact p {
        font-size: 16px;
    }

    .btnBooknow {
        left: -7px;
    }

    .icon-people {
        width: 60%;
        position: relative;
        left: 20%;
    }

    .testimonials p,
    .contact p {
        font-size: 16px;
        line-height: 1.8em;
    }

    /*.banner-fix img.img-responsive{max-width:150%; } Customy */
    .row.text-center {
        margin: 0px !important;
        padding-left: 25px;
        padding-right: 25px;
    }

    img.img-responsive.hvordan-img {
        padding-left: 10px;
        padding-right: 10px;
    }

    p.f20 {
        padding: 0px 10px 0px 10px !important;
    }

    .row.text-center.owner-picture img {
        width: 50%;
    }

    .banner-fix {
        filter: brightness(85%);
        -webkit-filter: brightness(85%);
        -moz-filter: brightness(85%);
    }
}

@media (min-width: 768px) {
    .navbar-brand {
        margin-left: 12px !important;
    }
}

@media only screen and (min-device-width: 568px) and (max-device-width: 811px) {

    .navbar-brand {
        margin-left: 50px !important;
    }

    .icon-block {
        position: absolute;
        left: 21px;
        top: 17px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 415px) {
    .icon-block {
        display: none;
    }

    .navbar-brand {
        padding: 13px 15px 20.5px;
    }

    .com-virtuemart .details-features {
        padding: 15px 5px !important;
    }

}