@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,700,700italic,800,800italic,600italic,300italic);

body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: #fff;
	color: #fff;
}
html, body, #bg-top-wymien {height:100%;}
.clr{
	clear:both;
}
a, a:hover{
	color: #fff;
}
#bg-top{
	background: #fff url('../img/bg.jpg');
	min-width: 100%;
	padding-top: 30px;
}
#bg-top-wymien p{
	text-align: center;
	margin-top: 10px;
}
.btn-register{
	background: url(../img/register-icon.png) no-repeat 16px 10px transparent;
    padding-left: 25px;
    background-color: #18aecc;
    display: inline-block;
    border-radius: 6px;
    padding: 10px 22px 10px 38px;
    box-shadow: 0px 3px 0px #11879E;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}
.btn-register:hover{
	background-color: #1dbcdc;
}
.right{
	float: right;
	text-align: right;
}
.text{
	margin-top: 80px;
	text-align: center;
}
.text header{
	font-size: 36px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}
.text article{
	color: #e9e9e9;
	font-size: 16px;
}
.text img{
	margin-top: 60px;
}
.big{
	background: url(../img/register-icon.png) no-repeat 18px 15px transparent;
	background-color: #18aecc;
	font-size: 20px;
	margin-top: 60px;
}
#section1{
	background-image: url(../img/bg-green.png);
	padding: 70px 0;
	text-align: center;
}
#section1 article{
	font-size: 30px;
	font-weight: bold;
}
#section2{
	background-color: #18aecc;
	padding: 70px 0 0 0;
	text-align: center;
}
#section2 header{
	font-size: 18px;
	color: #a1efff;
	margin-top: 10px;
	margin-bottom: 20px;
}
#section2 article{
	font-size: 16px;
}
#section2 h2{
	font-weight: bold;
	font-size: 30px;
	margin-top: 50px;
}
.monitor img{
	margin-top: 60px;
}
.center{
	margin: auto;
	text-align: center;
}
#footer-main{
	margin: 40px 0;
	text-align: center;
	color: #666666;
}
hr{
	margin-top: 1px solid #ebebeb;
}
#bg-top-wymien{
	background: #fff url('../img/bg2.jpg');
	min-width: 100%;
	padding-top: 30px;
	background-size: cover;
}
.text-wymien{
	margin-top: 200px;
	text-align: center;
}
.text-wymien header{
	font-size: 42px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}
.text-wymien article{
	color: #e9e9e9;
	font-size: 16px;
	margin-top: 15px;
	text-shadow: 1px 1px 1px #000;
}
.btn{
    background-color: #18aecc;
    display: inline-block;
    border-radius: 6px;
    padding: 15px 30px;
    box-shadow: 0px 3px 0px #11879E;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    color: #fff;
}
.btn:hover{
	background-color: #1dbcdc;
	color: #fff;
}
.btn:focus {
    outline: none;
}
.btn-yellow{
    background-color: #f1c40f;
    display: inline-block;
    border-radius: 6px;
    padding: 15px 30px;
    box-shadow: 0px 3px 0px #CCA50B;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    color: #fff;
}
.btn-yellow:hover{
	background-color: #face1f;
	color: #fff;
}
#wymien{
	background-color: #2d3e50;
	padding: 60px 0;
	padding-bottom: 150px;
	text-align: center;
}
.box{
	text-align: center;
	margin-bottom: 20px;
	height:430px;
}
.title{
	background-color: #f1c40f;
	padding: 15px;
	font-size: 16px;
	color: #262626;
}
.rest{
	background-color: #fff;
	color: #262626;
	font-size: 24px;
	padding: 20px;
	min-height: 356px;
	max-height:356px;
}
.rest p{
	font-size: 14px!important;
}
.rest input[type="text"] {
    background-color: #f2f2f2;
    border: 1px solid #e3e3e3;
    padding: 10px;
    font-size: 14px;
    margin-top: 12px;
    width: 100%;
}
.btn-zamien{
	background: url(../img/change-icon.png) no-repeat 24px 10px transparent;
    padding-left: 25px;
    background-color: #18aecc;
    display: inline-block;
    border-radius: 6px;
    padding: 10px 30px 10px 50px;
    box-shadow: 0px 3px 0px #11879E;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}
.btn-zamien:hover{
	background-color: #1dbcdc;
}
.btn-rest{
    background-color: #18aecc;
    display: inline-block;
    border-radius: 6px;
    padding: 10px 30px 10px 30px;
    box-shadow: 0px 3px 0px #11879E;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}
.btn-rest:hover{
	background-color: #1dbcdc;
}
#footer{
	margin: 40px 0;
	text-align: center;
	color: #666666;
}
#bg{
	background: #fff url('../img/bg2.jpg');
	min-width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
ul.nav li{
    text-transform: uppercase;
    font-weight: bold;
}
.navbar{
	margin-bottom: 0px;
}
ul.nav.navbar-nav.navbar-right {
    margin-top: 12px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(238, 238, 238, 0.13);
}
#content {
    padding: 40px 0 150px 0;
    min-height: calc(100vh - 535px);
}


@media(min-width:2000px) {
    #content {
        padding: 40px 0 150px 0;
        min-height: calc(100vh - 575px);
    }
}

#content.no-min {
    min-height: calc((100vh - 575px)/2);
}

#content header{
	font-size: 18px;
	color: #1b1b1b;
	font-weight: bold;
	text-align: center;
}
table {
    width: 100%;
    margin-top: 20px;
}
table td{
	color: #222222;
}
table.blue thead tr {
    background-color: #18aecc;
}
th, td{
	padding: 15px;
}
tr{
	background-color: #f9f9f9;
}
tr:nth-child(odd){
	background-color: #f1f1f1;
}
table.yellow thead tr {
    background-color: #f1c40f;
}
.button{
	text-align: center;
	margin-top: 30px;
}
#footer-content{
	padding: 40px 0;
	text-align: center;
	color: #666666;
	background-color: #f9f9f9;
}
span.icon-bar {
    background-color: #fff;
}
button.navbar-toggle.collapsed, button.navbar-toggle {
    margin-top: 20px;
}
h3{
	font-size: 16px;
	font-weight: bold;
	color: #1e1e1e;
	text-align: center;
}
#content article{
	font-size: 16px;
	color: #8c8c8c;
	text-align: center;
}
.stan{
	background-color: #f1c40f;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	display: inline-block;
}
.photo{
	background-color: #f7f7f7;
	text-align: center;
	height: 145px;
}
.photo img{
	margin-top: 20px;
}
.kupon header{
	margin-top: 20px;
}
.bot{
	background-color: #18aecc;
	padding: 10px 5px;
	margin-top: 20px;
	text-align: left!Important;
}
.cent {
    height: 90px;
    padding: 0 10px;
}
.kupon {
    text-align: center;
    border: 1px solid #F7F7F7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.btn-yellow{
    background-color: #f1c40f;
    display: inline-block;
    border-radius: 6px;
    padding: 15px 30px;
    box-shadow: 0px 3px 0px #ddb30c;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}
.btn-yellow:hover{
	background-color: #fbd025;
	color: #fff;
}
.form header{
	text-align: left!important;
}
.form input[type="text"] {
    border: 3px solid #ededed;
    padding: 10px 15px;
    margin-top: 15px;
    color: #7c7c7c;
    width: 100%;
}
#content p{
	color: #8c8c8c;
	text-align: center;
}
.kod{
	text-align: center;
}
.form-login input[type="text"] {
    border: 3px solid #ededed;
    padding: 10px 15px;
    margin-top: 15px;
    color: #7c7c7c;
    width: 100%;
    margin-bottom: 10px;
}
.form-login p{
	text-align: left!important;
}
.form-login{
	color: #8c8c8c;
}
#container{
	font-size: 36px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	height: 75px;
}
hr.double-line{
	margin: 25px 0;
    border-top: 4px dotted rgba(255, 255, 255, 0.15);
    text-align: center;
}
span#changing {
    background-color: #2D3E50;
    padding: 3px 10px;
    color: #fff;
     transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
#stawki{
	padding: 70px 0;
	background-color: #ecf0f1;
	text-align: center;
}
#stawki header{
	font-size: 36px;
	color: #313131;
	text-align:center;
}
hr.double-line-white{
	margin: 25px 0;
    border-top: 4px dotted #fff;
    text-align: center;
}
#bottom{
	padding: 40px 0;
}
ul.menu-bottom li{
	list-style: none;
	color: #a9a9a9;
	font-size: 14px;
	line-height: 36px;
}
ul.menu-bottom a:hover{
	text-decoration: none;
}
#bottom input[type="text"] {
    border: 3px solid #ededed;
    padding: 10px 15px;
    color: #7c7c7c;
    width: 100%;
    margin-bottom: 10px;
}
#bottom textarea {
    border: 3px solid #ededed;
    padding: 10px 15px;
    color: #7c7c7c;
    width: 100%;
    height: 100px;
}
.mid{
	padding: 10px 30px;
	margin-top: 7px;
}
#bottom article{
	color: #a9a9a9;
	font-size: 14px;
	line-height: 18px;
}
#bottom h2 {
    color: #000;
}
hr.double-line-black{
	margin: 25px 0;
    border-top: 4px dotted #000;
    text-align: center;
}
ul.menu-bottom{
	padding: 0;
}
.fb{
	margin-top: 15px;
}
#section1 header{
	font-size: 36px;
	font-weight: bold;

}
.frame{
	background-color: #f7f7f7;
	padding: 20px;
	text-align: center;
}
.frame h3{
	font-size: 14px;
	color: #8e8e8e;
	font-weight: normal;
}
.frame article{
	font-size: 24px!important;
	color: #1b1b1b!important;
	font-weight: bold;
}
.frame-image{
	height: 100px;
}
#stawki article {
    font-size: 16px;
    color: #8c8c8c;
    text-align: center;
}
table.yellow, th, td{
	padding: 15px;
	text-align: center;
}
table.yellow td{
	border: solid 1px #dadada;
	width: 50%;
}
#stawki h2{
	text-align: center;
	font-size: 18px;
	color: #313131;
	margin-bottom: 30px;
	margin-top: 30px;
}
table.borderless td{
	border-top: 0!important;
}
hr.default{
	border-top: 1px solid #E0E0E0;
}
.top{
	margin-top: 0px;
}
.nav-tabs{
	border-bottom: 0px;
}
ul#myTab{
	margin-top: 30px;
}
ul#myTab li{
	width: 50%;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background-color: #1D1D1D;
	border:1px solid #1D1D1D;
	border-radius: 0px;
	color: #fff;
}
table.yellow{
	margin-top: 0px;
}
.nav-tabs>li{
	background-color: #DADADA;
}
.nav-tabs>li>a{
	color: #222222;
}
.fw-page-builder-content {
    margin-top: 25px;
}
#subnav {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -16px;
    width: 34px;
    height: 66px;
    cursor: pointer;
    z-index: 9998;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.table-responsive {
    height: 110px;
}
table.table tr{
	background-color: #ecf0f1;
}
.alert{
	margin-bottom: 0px;
}
#sms, #ppc {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 306px;
}
#boxy{
	margin: 70px 0;
	text-align: center;
}
#boxy header{
	font-size: 18px;
	color: #313131;
	font-weight: bold;
	margin-top: 10px;
}
#boxy article{
	color: #8c8c8c;
	margin-top: 10px;
}
#wymien header{
	text-align: center;
	font-size: 18px;
}
.color1{
	background-color: #E77E23;
}
.color2{
	background-color: #C1392B;
}
.color3{
	background-color: #F49C14;
}
.color4{
	background-color: #1BBC9D;
}
select {
    background-color: #f2f2f2;
    border: 1px solid #e3e3e3;
    padding: 10px;
    font-size: 14px;
    margin-top: 12px;
    width: 100%;
}
.select-white {
	border: 3px solid #ededed;
    padding: 10px 15px;
    margin-top: 15px;
    color: #7c7c7c;
    width: 100%;
    height: 46px;
    border-radius: 0px;
	background: #ffffff;
	-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
}
.dashboard-warning-info
{
	padding: 10px;
	margin-bottom: 15px;
}
.dashboard-warning-info h3
{
	margin: 0px;
	margin-bottom: 3px;
	color: red;
}
#content .dashboard-warning-info p
{
	color: red;
	margin: 0px;
}




















@media only screen and (max-width: 768px){
.logo, .right{
	text-align: center!important;
}
.right{
	float: none;
	margin-top: 30px;
}
.text{
	margin-top: 50px;
}
ul.nav.navbar-nav.navbar-right {
    text-align: center;
}
.navbar-collapse{
	margin-top: 30px;
}
.tabelka{
	overflow-x: scroll;
}
#container{
	height: auto;
}
#bg-top-wymien p{
	text-align: center;
}
.table-responsive{
	border: 0;
}
}
@media only screen and (max-width: 1200px){
#boxy article{
	margin-bottom: 30px;
}
}
