/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9.5.2014, 13:17:44
    Author     : Hermanik
*/

body {
    color: #666;
    font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    background: #fff url('image/section-1-bg.jpg') no-repeat center top;
}

.text-upp {
    text-transform: uppercase;
}  

a {
    text-decoration: none;
}

h2 {
    color: #000;
    font-weight: lighter;
    font-size: 32px;
}

h3 {
    color: #000;
}

hr {
    border: 1px solid #ebebeb;
}

ul li {
    list-style-type: none;
}

medium {
    font-size: 80%;
}

small {
    font-size: 50%;
}

/* Navbar */

nav {
    font-size: 11px;
    background-color: #ffffff;
    color: #666666;
    display: block;
    height: 65px;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
    list-style-type: none;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 22px;
}

ul li a {
    color: #666;
}

ul li a:active {
    color: black;
}

ul li a:hover {
    color: black;
}

.big {
    font-size: 38px
}

/*Section 1*/

.video {
    min-height: 541px;
    /*background: #fff url('image/bg_video.png') center center;*/
    background-size: 100%;
}

.section-1 {
    /*background: #000000 url('image/molekules.png') center top;*/
    /*background: #fff url('image/section-1-bg.jpg') center top;*/
}

.btn {
    display: inline-block;
    padding: 20px 40px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}

.btn-danger {
    color: #fff;
    background-color: #d71921;
    border: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    color: #fff;
    background-color: #d71921;
    border: none;
}

/*section 2*/
.section-2-FAQ {
    /*border: 4px solid #edcf53;*/
    /*border-radius: 6px;*/
    background: #fff;
}


.section-2 ul li {
    margin-top: 15px;
    margin-bottom: 15px;
}

.section-2 ul {
    padding-left: 0px;
}

.btn-success {
    color: #212121;
    background-color: #ffeb52;
    border: none;
    font-weight: bold;
    font-size: 23px;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    color: #212121;
}

.PayButtonText {
    position: absolute;
    
    margin-left: 33%;
    margin-top: 8.5%;
    font-size: xx-large;
    color: #212121;
}

.PayButtonBox {
    margin-top: 45px;
    margin-bottom: 45px;
}

/*Footer*/

.footer {
    font-weight: lighter;
}

.ul-footer li {
    display: inline-block;
    list-style-type: none;
    margin-left: 8px;
    margin-right: 8px;
}

.ul-footer li a:hover {
    color: #edcf53;
}