* {
    outline: 0;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #545454;
    overflow-x: hidden;
}
.clear {
    clear: both;
}
a,
a:hover {
    font-weight: 400;
    text-decoration: none;
}
p {
    margin: 0 0 15px;
}
h1,
h2,
h3,
h4 {
    font-family: 'Open Sans', sans-serif;
    color: #282428;
    margin: 0;
}
h1 {
    text-transform: uppercase;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0;
    color: #282428;
    line-height: 30px;
}
ul {
    list-style-type: none;
    margin: 0;
}
a,
a:focus,
a:active {
    outline: none!important;
    text-decoration: none;
}
img {
    max-width: 100%;
}
iframe {
    border: none;
}
.animated {
    opacity: 1;
}
.visible {
    opacity: 1;
}
/* body::-webkit-scrollbar {
    width: 0.5em;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
    background-color: #27b6fa;
    outline: 1px solid slategrey;
} */
.project-title {
    color: #ff686b;
    font-size: 50px;
    margin: 40px 0;
    text-align: center;
    text-transform: uppercase;
}
#bootstrap-touch-slider {
    position: relative; padding-top:89px;
}
.bs-slider{
    overflow: hidden;
    /*position: relative; padding-top:89px;*/
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 1;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 40px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    border: 2px solid;
    background: transparent;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%; display:none;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0%;
    top: 45%; display:none;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    text-align: right !important;
    padding: 10px 80px;

}

.slide-text h1 {
    animation-delay: 0.7s;
    color: #fff;
    display: block;
    font-size: 48px;
    font-weight: 900; background:url(../images/bg.png) no-repeat;
    letter-spacing: 2px; background-size:cover;
    line-height: 52px;
    margin-bottom: 30px;
    padding: 0 .6em;
    text-transform: uppercase;
}
.slide-text h1 span{ color:#fe3030;}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.nav-item {
    background: #fff;
    border: 2px solid #ff686b;
    cursor: pointer;
    display: none;
    margin-right: 20px;
    transition: background .4s;
}
.nav-item:last-of-type {
    margin-right: 0;
}
.nav-item:hover {
    transform: scale(1.3);
}
.item-active {
    background: #ff686b;
    transform: scale(1.3);
}
.dot {
    border-radius: 50%;
}
.dot,
.square {
    height: 15px;
    width: 15px;
}
.rectangle {
    height: 15px;
    width: 30px;
}
/*================css==============================*/
/*===== Navbar Custom ======*/

.sticky-wrapper.is-sticky .navbar-custom {
    padding: 10px 0px !important;
}
.geniuspayNavbar {
    background-color: #000;
    z-index: 99999; margin-right:0 !important;
}
p.navbar-brand.logo.geniuspayLogo {
    margin-bottom: 0;
}
.navbar-brand.logo.geniuspayLogo img {
    width: 163px;
}
.navbar-custom {
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    position: fixed;
    padding: 20px 0px;
    border: none !important;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar-custom .navbar-nav li a {
    /*color: #858585;*/
    
    color: #fff;
    font-size: 13px;
    margin: 0 6px 0 6px;
    font-family: 'Montserrat', sans-serif;
    padding: 13px 4px;
    border-bottom: 4px solid transparent;
    letter-spacing: .2px;
}
.navbar-custom .nav>li>a:focus,
.navbar-custom .nav>li>a:hover {
    background-color: transparent;
}
.navbar-nav li.active a {
    color: #fff;
    border-bottom: 4px solid #f16000 !important;
}
.navbar-btn {
    padding: 7px 13px !important;
    font-size: 13px !important;
    margin-top: 7px !important;
    background-color: transparent !important;
    border: 2px solid #fff !important;
    color: #fff;
    border-radius: 5px;
}
.navbar-btn:hover {
    background-color: #f16000 !important;
}
li.current-menu-item a.navbar-btn{background-color: #f16000 !important; color:#fff;} 
.logo {
    font-weight: 500;
    font-size: 22px;
    color: #374760 !important;
    letter-spacing: 1px;
    padding-top: 5px;
    font-family: 'Montserrat', sans-serif;
}
.logo i {
    font-size: 18px;
    height: 26px;
    line-height: 26px;
    width: 26px;
    color: #fff;
    padding: 0px 8px;
    text-align: center;
    border-radius: 3px;
}
.navbar-toggle {
    font-size: 30px;
}
.navbar-custom .btn-custom {
    margin-top: 8px;
    margin-left: 20px;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}
.sticky-wrapper {
    position: absolute;
    width: 100%;
}
.sticky-wrapper.is-sticky .navbar-custom {
    padding: 10px 0px !important;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
li.last-child a {
    background: #f16000 !important;
    margin: 3px 5px 0px 5px !important;
    padding: 8px 12px !important;
    border: 2px solid #fff !important;
    border-radius: 6px;
}
li.last-child.active a{background: #f16000 !important; border: 2px solid #f16000 !important;}

@keyframes pulse_animation {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.08);
    }
    50% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    70% {
        transform: scale(1.05);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}
.pulse {
    animation-name: pulse_animation;
    animation-duration: 5000ms;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
/*===================== TJÄNSTEN ========================*/

.section {
    padding: 100px 0;
}
h5.title-alt.p-tag {
    font-size: 18px;
    color: #383d42;
    margin: 0 0 0px 0;
    letter-spacing: .5px;
    line-height: normal;
    padding: 0;
    font-weight: 400;
}
h1.first_heading {
    color: #f16000;
    font-size: 36px;
    font-weight: 900;
    padding: 0;
    margin: 5px 0 40px 0;
}
.service-item {
    margin: 0 0 45px;
}
.service-item img {
    margin-bottom: 20px; height:54px;
    transition: all 1s ease 0s;
    display: inline-block;
}
.service-detail h4 {
    font-weight: bold;
    font-size: 18px;
    color: #000; min-height:39px;
    margin: 0 0 15px 0;
    letter-spacing: .3px;
}
.service-detail p {
    line-height: 18px;
    color: #000;
    letter-spacing: .3px;
    font-size: 15px;
    font-weight: 400;
}
/*=================webportalSection===================*/

#webportalSection {
    padding: 90px 0 0 !important;
    background: #ffffff;
}
#webportalSection .col-md-6 {
    padding: 0;
}
.webportal_left {
    background: transparent url(../images/webportal_bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    min-height: 686px;
}
.webportal_left img {
    padding: 3em 5em;
}
.webportal_right {
    padding: 65px 85px;
}
h3.title-alt {
    color: #f16000;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 40px;
    letter-spacing: 1px;
}
.webportal_right p {
    font-size: 18px;
    color: #383d42;
    line-height: normal;
    margin: 0 0 20px;
}
ul.zmdi-hc-ul {
    margin: 0 0 20px;
}
ul.zmdi-hc-ul li span {
    color: #f16000;
    font-size: 18px;
    background: transparent url(../images/li_circle.png) no-repeat left center;
    margin-bottom: 7px;
    padding-left: 20px;
    display: block;
}
/*========================varforandroid======================*/

#varforAndroid {
    padding: 0 !important;
    background: #ffffff;
}
#varforAndroid .col-md-6 {
    padding: 0;
}
#varforAndroid .webportal_left {
    background: transparent url(../images/android_bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    min-height: 686px;
}
/*==================passargeniuspay============================*/

section#passarGeniuspay {
    padding: 80px 0 40px;
    background: #edf2f6;
    text-align: center;
}
.howItWorks h3.title-alt {
    font-size: 36px !important;
    margin: 0 0 40px !important;
}
.howItWorks p {
    font-size: 18px;
    color: #383d42;
    line-height: normal;
    margin: 0 0 25px;
}
.service-detail p {
    font-size: 16px;
}
.service_img {
    width: 100px;
    height: 100px;
    border-radius: 10rem;
    background: #fff;
    margin: 0 auto 20px;
    padding: 25px 0 0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
img.img-thumb:hover {
    transform: rotateZ(360deg);
    transition: all 1s ease 0s;
}
/*=========================Kassaprogram===========================*/
section#Kassaprogram {
    padding: 80px 0 60px;
}
.sectionPricing h5 {
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 400;
}
#Kassaprogram h1.first_heading {
    color: #f16000;
    font-size: 36px;
    font-weight: 900;
    padding: 0;
    margin: 5px 0 2px 0;
}
h5.title-alt.p-tag {
    font-size: 18px;
    color: #383d42;
    margin: 0 0 25px 0;
    letter-spacing: .5px;
    line-height: normal;
    padding: 0;
    font-weight: 400;
    text-transform: uppercase;
}
.icon-list {
    text-align: center;
    margin-bottom: 35px;
}
.icon-list img {
    display: block;
    margin: 0 auto 25px;
    text-align: center;
}
.icon-list span {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin: 0 0 15px 0;
    display: block;
    letter-spacing: .3px;
}
/*===============basic kassaprogram======================*/

.basic_kassaprogram {
    padding: 50px 0 !important;
    background: #edf2f6;
}
.basic_kassaprogram .col-md-6 {
    padding: 0;
    margin-bottom: 30px;
}
#basicKassaprogram h3.title-alt {
    color: #385bfe;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 40px;
    letter-spacing: 1px;
}
.basic_kassaprogram_video1 {
    padding: 0 0 0 50px;
}
.basic_kassaprogram_video {
    padding: 0 50px 0 0px;
}
.basic_kassaprogram_right {
    padding: 5em 3em;
}
.basic_kassaprogram_right p {
    font-size: 18px;
    color: #383d42;
    line-height: normal;
    margin: 0 0 25px;
}
img.play_video {
    width: 100%;
    display: block;
    padding: 0 0em 2em 0;
}
button.btn_play_video {
    background: #edf2f6;
    width: 100%;
    padding: 0 5em 0 0;
    border: none;
    border-radius: 10px;
    box-shadow: 10px 17.321px 40px 0px #ccc;
}
#myModal .modal-dialog,
#myModal1 .modal-dialog {
    width: 70%;
    margin: 30px auto;
}
#myModal .modal-body,
#myModal1 .modal-body {
    position: relative;
    padding: 0px;
    background: #000;
}
#myModal .modal-header .close,
#myModal1 .modal-header .close {
    margin-top: -9px;
}
img.play_video1 {
    width: 100%;
    display: block;
    padding: 0 0em 0 0em;
}
/*==========================table kassaprgram======================*/

.tableScroll {
    background: #fff;
    padding: 10px 0 1px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border: 0px !important;
    margin-top: 25px;
}
h2.kassaprogram_table {
    color: #385bff;
    font-size: 48px;
    font-weight: 600;
    padding: 10px 20px 14px;
    margin: 0 0 0px;
    letter-spacing: 1px;
}
.table-info {
    background: #385bff;
    color: #fff;
}
tr.table-info th {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid transparent !important;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 11px 20px;
}
tr.kassaList1 {
    background: #ebeeff;
}
tr {
    box-shadow: 0px 5px 5px 0px transparent !important;
    margin-bottom: 0px !important;
}
.table-bordered {
    border: 1px solid transparent !important;
}
#kassaprogramList tr td span {
    font-size: 18px;
    color: #383d42;
    font-weight: 600;
    line-height: normal;
}
#kassaprogramList td span img {
    margin-right: 10px;
    display: inline-block;
}
.table-hover tbody tr:hover,
.table-hover tbody tr:focus {
    outline: 1px solid #f16000 !important;
    background: #ebeeff;
    cursor: pointer;
    box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.2) !important;
}
.table-info:hover {
    border: none !important;
    box-shadow: 0px 0px 0px 0px !important;
}
/*===========================kassaLicenser========================*/
#kassaLicenser {
    background: #3b4e6a;
    padding: 110px 0px;
}
#kassaLicenser h1.first_heading {
    color: #fff; margin-top:40px;
}
#kassaLicenser h5.title-alt.p-tag {
    color: #fff;
    margin-bottom: 40px;
}
article.pricing-column {
    background: #fff;
    min-height: 220px;
    text-align: center;
    padding: 0 0em;
    transition: all .7s ease 0s;
    margin: 0px auto 0;
}
.inner-box {
    padding: 3em 1em;
    border-right: 2px solid #f16000;
    margin: 40px 0;
    text-align: center;
}
.inner_last_box {
    border-right: 2px solid transparent;
}
article.pricing-column:hover {
    transform: scale(1.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2) !important;
}
article.pricing-column:hover .inner-box {
    border-right: 3px solid transparent;
}
h3.plan-title {
    color: #555555;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 1px;
    margin: 0 0 25px 0;
}
h2.plan-price {
    color: #00b19d;
    font-size: 25px;
    letter-spacing: .5px;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}
h2.plan-price span {
    color: #000;
}
ul.plan-stats li {
    font-size: 16px;
    color: #383d42;
    line-height: normal;
}
article.pricing-column:hover h3.plan-title,
article.pricing-column:hover h2.plan-price,
article.pricing-column:hover h2.plan-price span,
article.pricing-column:hover ul.plan-stats li {
    color: #f16000;
}
h3.Kassalicenser_heading {
    margin: 70px auto 10px;
    font-size: 36px;
    color: #fff;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
    font-weight: 900;
}
a.google_play {
    text-align: center;
    margin: 0 auto;
    display: block; position:relative;
    width: 260px;
}
.google_play img {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block; cursor:pointer;
}

a[title]:hover:after {
  content: attr(title);
  padding: 4px 8px;
  color: #fff;
  position: absolute;
  left: 0; right:0;
  top: 50%;
  white-space: nowrap;
  z-index: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background:#f16000;
}
.modal_popups .control-round .carousel-control{ color:#000;}
/*=======================Kassal============================*/
#Kassal {
    background: #edf2f6;
    min-height: 1900px;
}
#Kassal.section{ padding:0 0 0px;}
.kassal_section{ padding:110px 0;}
#Kassal1 {
    background:url(../images/information_bg.jpg) no-repeat;
    background-size: 100% 100%; height:700px;
    background-attachment: fixed;
}

#Kassal1 h5.title-alt.p-tag {
    color: #fff;
}
#Kassal1 h1.first_heading {
    color: #f16000; margin-top:40px;
    margin-bottom: 5px;
}
#Kassal1 .title-box p {
    font-size: 18px;
    color: #fff;
    line-height: normal;
    margin: 0 0 25px;
}
.table_packet td{ text-transform:uppercase;}
.table_new{ margin:100px 0 0;}
.table_packet{ border:2px solid #385bff !important;}
.table_packet td:nth-child(2), .table_packet td:nth-child(3){
    color: #fff;width: 235px;
    text-align: center;
    border-right: 2px solid #fff !important;
}
.table_packet td:nth-child(4), .table_packet1 td:nth-child(3) {
    color: #fff;width: 235px;
    text-align: center;
    border-right: none !important;
}
.table_packet th:nth-child(2), .table_packet th:nth-child(3){
    background: #2549f1;
    color: #fff; text-transform:uppercase;
    text-align: center;
    border-right: 2px solid #fff !important;
}
.table_packet tr:last-child td.news {
    width: 582px !important;
    position: absolute;
}
.table_packet th:first-child{background: #fff;}
.table_packet tr:nth-child(odd){background: #ebeeff; color:#000; font-size:18px; font-weight:bold;}
.table_packet tr:nth-child(even){background: #fff; color:#000; font-size:18px; font-weight:bold;}
.table_packet123 tr:last-child td:nth-child(2), .table_packet123 tr:last-child td:nth-child(3), .table_packet123 tr:last-child td:nth-child(4) {
    background: #ebeeff !important;border-right:none !important;
}
.table_packet th:nth-child(4), .table_packet1 th:nth-child(3){
    background: #2549f1;
    color: #fff; text-transform:uppercase;
    text-align: center;
    border-right: none !important;
}
.table_packet123 tr:last-child {
    color: #00b19d;
    text-transform: uppercase;
    font-size: 18px; width:100%;
}
.table_packet tr {
    height: 50px !important;
}
h3.table_heading{ color: #f16000;
    margin-bottom: 15px; font-size:30px; font-weight:600;}

#scroll-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin: 0;
    text-decoration: none;
}
#scroll-top button {
    width: 50px;
    height: 50px;
    outline: none;
    cursor: pointer;
    border-radius: 100%;
    border: solid 5px #e05a02;
    background-color: #f16000;
    color: #fff;
    box-shadow: 0 0 1px #333;
    display: block;
    font-family: tahoma;
    font-size: 11px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#scroll-top button:hover {
    background-color: #e05a02;
    border-color: #f16000;
}
/*================table=============================*/
section#packageCompare {
    background: #edf2f6;
}

/*======================video=============================*/

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.modal-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.75);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.modal-wrapper.open {
    opacity: 1;
    visibility: visible;
}
.modal-wrapper .modal {
    width: 650px;
    height: 450px;
    display: block;
    margin: 0px auto;
    position: relative;
    top: 15%;
    left: 0%;
    overflow: visible;
    background: #fff;
    opacity: 0;
    border-radius: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.modal-wrapper.open .modal {
    margin-top: 0px;
    opacity: 1;
}

.head {
    margin: 0px -60px 0 0;
    right: 0;
    z-index: 9999;
    position: absolute;
}
.btn-close {
    width: 60px;
    height: 60px;
    display: block;
    padding-top: 28px;
    background: #fff;
    position: relative;
    padding-left: 14px;
}
.btn-close::before,
.btn-close::after {
    content: '';
    width: 32px;
    height: 6px;
    display: block;
    background: #f16000;
}
.btn-close::before {
    margin-top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-close::after {
    margin-top: -6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.content_video {
    padding: 1%;
    background: #fff;
}

.modal-wrapper1 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.75);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.modal-wrapper1.open {
    opacity: 1;
    visibility: visible;
}
.modal-wrapper1 .modal {
    width: 650px;
    height: 450px;
    display: block;
    margin: 0px auto;
    position: relative;
    top: 15%;
    left: 0%;
    overflow: visible;
    background: #fff;
    opacity: 0;
    border-radius: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.modal-wrapper1.open .modal {
    margin-top: 0px;
    opacity: 1;
}
/*==========================login===================================*/

section#loginPage {
    background: #2c353a;
    /*padding: 130px 0;*/
}
.login_form {
    box-shadow: 0px 0px 22px 0px #c8d2ff;
    padding: 3em 2em;
    text-align: center;
    margin: 0 auto;
    border-radius: 18px;
}
.login_form p {
    color: #f16000;
    letter-spacing: 1px;
    font-size: 14px; 
    margin-bottom:40px;
    text-transform: uppercase;
    margin-top:10px;
}
.input-container {
    position: relative;
    margin: 0 60px 50px;
}
.input-container input {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;line-height: 54px;
    width: 100%;
    height: 54px !important;
    /*border: 0;*/
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 400;
}
.input-container input:focus ~ label {
    color: #fff;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}
.input-container input:focus ~ .bar:before,
.card .input-container input:focus ~ .bar:after {
    width: 50%;
}
.login_form .form-group input:valid ~ label {
    color: #fff;
    -webkit-transform: translate(-12%, -64%) scale(0.75);
    transform: translate(-12%, -64%) scale(0.75);
}
.login_form .form-group label {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 60px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.button-container {
    margin: 0 60px;
    text-align: center;
}
.button-container button {
    outline: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: 0;
    width: 200px;
    border: 2px solid #f16000;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.button-container button span {
    position: relative;
    z-index: 1;
    color: #ddd;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.button-container button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background: #f16000;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.button-container button:hover,
.button-container button:active,
.button-container button:focus {
    border-color: #f16000;
}
.button-container button:hover span,
.button-container button:active span,
.button-container button:focus span {
    color: #f16000;
}
.button-container button:active span,
.button-container button:focus span {
    color: #ffffff;
}
.button-container button:active:before,
.button-container button:focus:before {
    opacity: 1;
    -webkit-transform: scale(10);
    transform: scale(10);
}
.login_form .form-group input {
    background: transparent; margin:0 auto;
    border-bottom: 1px solid#fff; width: 80%;
}
.footer p {
    margin: 40px 0 0;
    color: #d3d3d3;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    text-align: center;
}
.footer a {
    color: #f16000;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.footer a:hover {
    color: #bababa;
}
a.forgot-password {
    color: #fff;
    margin: 20px 0;
    display: block;
    letter-spacing: .5px;
}
.login_form img.img-responsive {
    margin: 0 auto;
    max-width: 85%;
}
form.form-signin input {
    border-bottom: 1px solid #fff !important;
    border-radius: 0px;color: #f16000;
    border: none;margin-bottom: 50px !important;
    box-shadow: none;
}
#myModal2 .modal-dialog {
    margin: 170px auto;
    width: 350px;
}
#myModal2 .modal-header {
    border: none;
}
#myModal2 .modal-body {
    text-align: center;
}
#myModal2 .input-container label {
    color: #222;
    font-size: 15px;
    font-weight: 600;
}
#myModal2 .input-container input[type=text]:focus:not([readonly])+label{ color:#f16000;}
#myModal2 .input-container {
    margin: 0 20px 30px;
}
#myModal2 .input-container input {
       color: #f16000 !important;
    box-shadow: none !important;
    border-bottom: 1px solid#ccc !important;
    border: none;
}
#myModal2 h2.sign_up_title {
    display: block;
    margin: 0 0 15px;
}
#myModal2 .btn.btn-success.btn-block.btn-lg {
    background: #1f8efa;
    font-size: 1.2em;
    border-color: #1f8efa;
}
#myModal2 .btn.btn-success.btn-block.btn-lg:hover,
.btn.btn-success.btn-block.btn-lg:focus {
    background: #0cbfa7;
    border-color: #0cbfa7;
}
/*=====================packages==============================*/

#tabs2 ul {
    border-bottom: 2px solid #fff;
    text-align: center;
    margin: 0 auto;
    width: 72%;
    padding: 0 0 15px;
}
#tabs2 ul > li.ui-state-active > a,
#tabs2 ul > li.ui-state-active > a:focus,
#tabs2 ul > li.ui-state-active > a:hover {
    border-width: 0;
    background: transparent !important;
}
#tabs2 ul > li > a {
    border: none;
    color: #888888;
    background: transparent !important;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 0 35px 11px;
}
#tabs2 ul > li.ui-state-active > a,
#tabs2 ul > li > a:hover {
    color: #f16000 !important;
    background: transparent !important;
    border-bottom: 8px solid !important;
}
.tab-pane {
    padding: 15px 0;
}
.tab-content {
    padding: 20px;
}
#tabs2 ul>li {
    float: none;
    margin: 0 45px -1px;
    display: inline-block;
}
.tab-content p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 40px 0 40px;
}
.package_outer{ width:32%; margin:0 .5%; float:left;}
.packet1 {
    background: white;
    padding: 1em 0;box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
    position: relative;
}
.alternative_img {
    border-bottom: 1px solid #385bff;
    padding-bottom: 1em;
}
.packet1 h3 {
    background: #edf2f6;
    display: block;
    width: 200px;
    text-align: center;
    font-size: 20px;
    margin: -24px auto 0;
    border: 1px solid #385bff;
    padding: 10px;
    font-weight: 600;
    border-radius: 6px;
    position: relative;
    color: #385bff;
    z-index: 9;
}
.packet1 p {
    font-size: 18px;
    text-align: left;
    color: #000;
    padding: 0px 0 0 15px !important;
}
.packet1 span.package_text {
    font-size: 20px;
    display: block;
    color: #000;
    margin-bottom: 80px;
    padding: 0px 0 15px 15px;
}
.packet1 ul {
    margin: 0 0 15px 15px !important;
    font-size: 20px; padding: 0 1em 0 0!important;
    color: #f16000;
    border: none !important;
    width: 100% !important;
    text-align: left !important;
}
.packet1 ul li {
    margin: 0 0 10px 0 !important;font-size: 17px; position:relative;
    padding: 0 0 0 20px !important; font-weight:bold;
}
.packet1 ul li:before {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    background: #f16000;
    margin: 0 0px 0 0;
    left: 0;
    top: 7px;
    border-radius: 20px;
}
i.fa.fa-circle {
    font-size: 7px;
    vertical-align: middle;
}
p.packet_price1 {
    display: block;
    margin: 0 .5em 10px !important;
    text-align: center;
    border: 2px solid #f16000;
    border-radius: 6px;
    padding: 20px 10px !important;
    color: #f16000;
    font-weight: 900;
    transition: all .5s ease-in-out;
    font-size: 32px;
}
p.packet_price1:hover {
    background: #f16000;
    color: #fff;
}
p.packet_price1 em:hover {
    color: #fff !important;
}
p.packet_price {
    display: block;
    margin: 0 .5em 10px;
    text-align: center;
    border: 2px solid #f16000;
    border-radius: 6px;
    height: 72px;
    padding: 3px 0;
    color: #f16000;
    font-weight: 900;
    transition: all 0.5s ease-in-out;
    font-size: 32px;
}
p.packet_price span,
p.packet_price1 span,
p.packet_price2 span {
    font-weight: 400;
}
span.eller {
    display: block;
    text-align: center;
    margin: 0 0 10px;
    font-weight: 600;
    font-style: italic;
}
p.packet_price em {
    font-size: 16px;
    display: block;
    font-weight: 400;
    margin: 0 0 5px 0;
    font-style: normal;
    color: #888;
    letter-spacing: .5px;
}
p.packet_price:hover {
    background: #f16000;
    color: #fff;
}
p.packet_price:hover em {
    color: #fff !important;
}
p.packet_price2 {
    display: block;
    margin: 0 .5em 10px;
    text-align: center;
    border: 2px solid #f16000;
    border-radius: 6px;
    height: 72px;
    padding: 3px 0;
    color: #00b19d;
    font-weight: 900;
    transition: all 0.5s ease-in-out;
    font-size: 32px;
}
p.packet_price2 em {
    font-size: 16px;
    display: block;
    font-weight: 400;
    margin: 0 0 5px 0;
    font-style: normal;
    color: #888;
    letter-spacing: .5px;
}
p.packet_price2:hover {
    background: #f16000;
    color: #fff;
}
p.packet_price2:hover em {
    color: #fff !important;
}
.package_oter1{ margin-left:20% !important;}
/*=================popup hover=============================*/

img.show_info {
    margin: 0px 0 0px 27px;
    bottom: 62px;
    position: relative;
}
.popup_note {
    display: none;
    position: absolute;
    z-index: 9;
    background: #fff;
    border-radius: 30px;
    top: 570px;
    left: -210px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
    width: 420px;
    padding: 1.2em .5em;
}
.popup_note p{ font-size:17px; padding:0; margin:0;}
.popup_note:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 3px 0 8px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0px 0px 0px rgba(2, 2, 4, 0.2);
    bottom: -12px;
    right: 150px;
}
 .image:hover .popup_note {
    display: block !important;
}
/*=================Betalterminaler=============================*/
section#Betalterminaler {
    background: #f16000;
}
section#Betalterminaler.section{ padding:120px 0 120px !important;}
section#Betalterminaler h1{ color:#fff; margin:40px 0 0px;}
section#Betalterminaler h5{ color:#fff; margin:0 0 25px;}
section#Betalterminaler p{ color:#fff; font-size:17px; margin:0 0 25px;}
.nets_logo {
    margin: 0 auto 70px;
    width: 200px;
    background: white;
    border-radius: 80px;
}
.betal_more {
    position: relative;min-height: 416px;
    background: #fff;box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 1em 1.5em;
}
.betal_machine1 {
    float: left;
    margin: -90px 10px -90px 15px;
}
.machine_info {
    float: right;
    width: 53%;
    text-align: right;
}
img.show_info1 {
    margin: -18px 0 0px 0px;
    position: relative;
}
.popup_note1 {
    display: none;
    position: absolute;
    z-index: 9; text-align:left !important;
    background: #fff;
    border-radius: 30px;
    top: -90px;
    left: 290px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
    width: 380px;
    padding: 1.2em .5em;
}
.popup_note1 p{ font-size:17px; padding:5px 10px; margin:0 !important; color:#000 !important;}
.popup_note1:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 3px 0 8px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0px 0px 0px rgba(2, 2, 4, 0.2);
    bottom: -12px;
    right: 150px;
}
 .image1:hover .popup_note1 {
    display: block !important;
}
.machine_info h3 {
    font-size: 36px;
    color: #555555; margin:12px 0 0 0;
    font-weight: 900;
    display: inline-block;
}
.image1 {
    display: inline-block; margin-left:30px;
}
.center_info {
    text-align: center;
}
.center_info p {
    color: #000 !important;
    margin: 30px 0 20px 0 !important;
    display: block; font-size:15px !important;
}
.center_info strong {
    color: #00b19d !important; font-size:36px;
    margin: 0px 0 40px 0 !important;
    display: block; text-transform:uppercase;
}
.center_info strong span {
    color: #000 !important; font-size:36px;
    margin: 0px 0 30px 0 !important; font-weight:400;
    display: inline-block; text-transform:uppercase;
}
/*=======================package compare=====================*/
#packageCompare .table_new1 {
    margin:0px 0;
}
/*==================questionAnswer=======================*/
#questionAnswer {background:url(../images/info_bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}
.machine_ino_ques {
    /*padding: 1.5em 1.5em;
    background: white; margin-bottom:30px;min-height: 300px;
    position: relative;box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);*/
}
.machine_ino_ques1{ min-height:auto;padding: 1.5em 1.5em;
    background: white; margin-bottom:30px;
    position: relative;box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);}
.icon_i {
    float: left;
    margin: 0 0px 10px 0;
}
.info_texts {
    float: right;
    width: 79%;
    text-align: left;
    margin: 4px 0 0 0;
}
    .info_texts h4 {
    font-weight:600;}
.info_texts1{width: 93%;}
.info_texts h3{ font-size:36px; font-weight:900; margin-bottom:35px; color:#000; text-transform:uppercase;}
.info_texts p{ font-size:15px !important; color:#000 !important;}

/*===================kortinlosen==============================*/
section#kortinlosen {
    background: #edf2f6;
}
section#kortinlosen.section{ padding:50px 0;}
img.teller_logo {
    margin-bottom: 15px;
}
section#kortinlosen p {
    font-size: 17px; color:#383d42;
}
/*=========================komma============================*/
section#Komma {
    padding: 110px 0;
}
section#Komma h1 {
    margin: 40px 0 0 0;
}
.steps_info {
    padding-top: 80px;
}
.steps_info ul{ margin-bottom:25px;}
.steps_info ul li {
    margin: 0 0 13px;
    font-size: 19px;
    color: #f16000;
    display: flex;
}
.steps_info span {
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0;
}

@media screen and (min--moz-device-pixel-ratio:0) {.steps_info ul li:last-child span {
    width: 1.5em;
}}
a.steps_button {
    background: transparent;
    color: #222222;
    font-weight: 900;
    text-align: center;
    border: 2px solid #f16000;
    border-radius: 40px;
    font-size: 24px; transition:all 0.5s ease 0s;
    padding: 1em;
    display: inline-block;
}
a.steps_button:hover{background: #222222; color:#fff; border-color:#222;}
/*+++++++++++++++++++++++Kontakta=================================*/
#Kontakta {background:url(../images/support_bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}
#Kontakta.section{ padding:150px 0 50px;}
.support_icon h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin: 15px 0 10px 0;
}
.support_icon p{
    font-size: 24px;
    font-weight: 400;
    color: #000; line-height:30px;
    margin: 0px 0 5px 0;
}
.support_icon p a {
    font-size: 24px;
    font-weight: 400;
    color: #000; text-decoration:none;
    margin: 0px 0 5px 0;
}
.support_text {
    background: #f16000;
    text-align: center;
    color: #fff;box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 6.5em 2em;
}
.support_text h3{font-size: 36px;
    font-weight: 900; text-transform:uppercase;
    color: #fff;}
	
.support_text p{font-size: 18px;
    font-weight: 400; text-transform:uppercase;
    color: #fff;}	
.support_icon img{ transition:all 0.8s ease 0s;}
	
.support_icon img:hover{ transform:rotatez(360deg);}	
	
/*=================varvision=========================*/	
#varVision.section{ padding:110px 0;}
#varVision h3{ color:#f16000; font-size:36px; font-weight: 900; margin:40px 0 30px 15px;}	
.var_vision_left p{font-size: 18px;
    font-weight: 400;
    color: #383d42; }	
	
.var_vision_left ul {
    margin: 20px 0;
}
.var_vision_left ul li {
    margin: 0px 0 10px;
    font-size: 18px;
    position: relative;
    padding: 0 0 0 20px;
    color: #f16000;
}
.var_vision_left ul li:before {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    background: #f16000;
    margin: 0 0px 0 0;
    left: 0;
    top: 7px;
    border-radius: 20px;
}
.var_vision_right img {
    width: 100%;
}	
/*==============================contactform==========================*/	
#contactForm{background:url(../images/form_bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}	
#contactForm.section{ padding:50px 0;}
#contactForm h3{ color:#fff; font-size:36px; font-weight: 900; margin:0 0 60px 0px; text-align:center;}		
.form_container label {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}
.form_container input {
    height: 60px;
    font-size: 24px; padding:0 1em;
    color: #222; margin-bottom:20px;
}	
.form_container textarea{ height:200px;font-size: 24px;
    color: #222; margin-bottom:20px;padding:1em;}
button#send {
    background: #f16000;
    display: block; transition:all 0.5s ease-in-out;
    width: 100%;
    height: 60px; text-transform:uppercase; font-size:24px; letter-spacing:1px; border:none;
}
button#send:hover{ background:#fff; color:#f16000;}
/*===========================footer========================*/
#footer{ border-top:5px solid #f16000;}
#footer.section{ padding:60px 0; background:#fff;}
h3.footer_heading{margin: 0px 0 14px; font-size:23.99px; color:#f16000;font-weight: 600; text-transform:uppercase;}
.footer_left p{ color:#111; font-size:18px;}
img.fl_image {
    display: block;
    margin: 0 0 20px 0;
}
.footer_middle p a {
    text-decoration: none;
    color: #111;
    font-weight: 400;
    font-size: 18px;
}
.footer_middle p a:hover{color:#f16000;}
.footer_right p a {
    text-decoration: none;
    color: #111;
    font-weight: 400;
    font-size: 18px;
}
.footer_right p .fa{color:#f16000; margin-right:8px; font-weight: 400;
    font-size: 18px;}
.footer_right p a:hover{color:#f16000;}

/*===========================13/4/2018===========================*/
.center_info h4{ margin:15px 0 0; font-weight:600;}





/*====================terms_condition========================*/
h5.terms_title {
    margin: 20px 0 30px;
    font-size: 21px;
    letter-spacing: .7px;
    background: #f16000;
    text-align: center;
    padding: 9px 0;
    font-weight: 600;
    color: #fff;
    box-shadow: 0px 2px 4px 0px #ccc;
}
#termsCondition h3 {
    margin: 0 0 18px 0;
    color: #000;
    position: relative;
    padding-bottom: 12px; text-align:center;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 400;
}
#termsCondition h3::before {
    background: #000;
    content: "";
    height: 4px;
    width: 55px;
    position: absolute;
    bottom: 0;
}
#termsCondition h4 {
    margin: 0 0 15px 0;
    color: #000;
    position: relative;
    padding-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 400;
}
#termsCondition h4::before {
    background: #000;
    content: "";
    height: 4px;
    width: 55px;
    position: absolute;
    bottom: 0;
}
button#cmd {
    background: #f16000;
    border-color: #f16000;
    font-family: 'Open Sans', sans-serif !important;
}
button#cmd:hover{background: #222;
    border-color: #222;}
button#cmd span.glyphicon.glyphicon-download-alt {
    margin: 0 10px 0 0px;
}
@-webkit-keyframes autofill {
    to {
        color: #f16000;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

/*=================================Reklamskärmar======================*/
img.page_under_construction {
    width: 56%;
    margin: 25px auto 25px;
    text-align: center;
    display: block;
}
h1.reklams{ margin-bottom:40px !important;}
.steps_info p {
    font-size: 18px;
}
/*=============popup slider=====================*/
.modal_popups {
    width: 700px;
    margin: 10% auto;
}
.modal_popups .bs-slider{ background:#fff;}
.modal_popups .bs-slider img{ height:400px;}
.modal-dialog.modal_popups .modal-title {
    font-weight: 600;
}
.account-body {
    padding: 12em 0 7em;
}
form#frmResetPwd {
    padding: 40px;
    margin: 0 auto;
    float: none;
}
.newreset_form {
    box-shadow: 0px 0px 22px 0px #c8d2ff;
    border-radius: 18px;
}
form#frmResetPwd input {
    height: 44px;
}
button#btnSubmit {
    background: #f16000;
    opacity: 1;
    border: none;
}
    button#btnSubmit:hover {background: #da5700;border: none;
    }
.newreset_form a {
 color:#f16000;}

