/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@font-face {
    font-family: tss;
    src: url('tss.ttf') format('opentype');
}
@font-face {
font-family : "Fruitiger";
src : url('fonts/FrutigerNext-Regular.eot');
src : url('fonts/FrutigerNext-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/FrutigerNext-Regular.woff') format('woff'), url('fonts/FrutigerNext-Regular.ttf') format('truetype'), url('fonts/FrutigerNext-Regular.svg#neutra2text-light') format('svg');
font-weight : normal;
font-style : normal;
}
body {
    width: 100%;
    height: 100%;
    font-family: "Fruitiger",Helvetica,Arial,sans-serif;
	font-size: 16px;
    color: #fafafa;
	background-color: #333;
}
body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 15px 0 15px;
    font-family: tss,Helvetica,Arial,sans-serif;
    font-weight: 800;
	font-size: 1.25em;
    letter-spacing: 1px;
	color: #908040;
}
h3 {
	color: #666;
}
.contaim {
   width: 100%;
   padding: 0px;
   text-align:center;
}
p {
	font-family: "Fruitiger".Helvetica,Arial,sans-serif;
    margin: 0 0 5px;
    font-size: 1em;
    line-height: 1.2;
}

@media(min-width:768px) {
    p {
		font-family: "Fruitiger".Helvetica,Arial,sans-serif;
        margin: 0 0 10px;
        font-size: 1.125em;
        line-height: 1.3;
    }
	h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 15px 0 15px;
    font-family: tss,"Fruitiger".Helvetica,Arial,sans-serif;
    font-weight: 800;
	font-size: 1.875em;
    letter-spacing: 1px;
	color: #908040;
}
h3 {
	color: #666;
}
}

a {
    color: #908040;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #fff;
}
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    font-family: Montserrat,"Fruitiger".Helvetica,Arial,sans-serif;
    background-color: #333;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 1.143em;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #908040;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}
.light {
    	font-family: tss,Helvetica,Arial,sans-serif;
    font-weight: 700;
	font-size: 1.25em;
    letter-spacing: 2px;
}
@media(min-width:768px) {
    .navbar-custom {
        padding: 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #333;
    }
	.light {
    font-family: tss,Helvetica,Arial,sans-serif;
    font-weight: 700;
	font-size: 2em;
    letter-spacing: 2px;
}
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(images/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 3.429em;
}

.intro .intro-body .intro-text {
    font-size: 1.286em;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 7.143em;
    }

    .intro .intro-body .intro-text {
        font-size: 1.857em;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 2.857em;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:768px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Fruitiger".Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42dca3;
    outline: 0;
    color: #ccc;
    background-color: #42dca3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:768px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}
.title12 {
font-variant : small-caps;
font-family : "Fruitiger";
font-size:1.25em;
background : #444;
color: #908040;
padding: 5px;
}
.small {
font-size:0.65em;
}
#div-1a {
 z-index:999;
 position:fixed;
 top:110px;
 right:10px;
 width:160px;
}
.mainribg {
float: left;
background : transparent;
text-align:center;
margin: 10px;
padding : 5px;
}
@media(min-width:768px) {
.mainribg {
float: left;
background : transparent;
margin: 60px 0px 0px 120px;
padding : 5px;
}
.title12 {
font-variant : small-caps;
font-family : "Fruitiger";
background : #444;
font-size:2.429em;
color: #908040;
padding: 5px;
}
}

#upper {
	z-index:2;
	position:fixed;
	top: 100px;
	left: 0px;
	width: 150px;
	height : 160px;
	border: 0px;
	padding-bottom:0px;
	}
div.menu { float: none;
clear: both;
width: 180px;
height: auto;
margin: 0px 0px 0px 0px;
padding: 0px;
overflow: visible;
z-index: 9;}

div.menu ul {
float: left;
clear: both;
width: 170px;
list-style: none;
margin: 20px 0px 0px 0px;
padding: 0px;
background: none;
overflow: hidden;}

div.menu ul li {
float: left;
clear: both;
width: 170px;
list-style: none;
margin: 0px 0px 0px 0px;
padding: 0px;
background: none;
overflow: hidden;}

div.menu ul li a {
position: relative;
display: block;
float: left;
clear: both;
width: 170px;
font-size: 1.143em;
font-weight: bold;
line-height: 0.929em;
text-decoration: none;
color: #ccc;
margin: 2px 0px 0px 0px;
padding: 1px 10px 3px 3px;
background: none;}

div.menu ul li a.active {
color: #ffffff;
background-color:#FFCC66;}

div.menu ul li a:hover {
color: #202020;
background-color:#c0c0c0;}

div.menu ul li ul {
display: block; margin: 0px;}

div.menu ul li ul li {}

div.menu ul li ul li a {
width: 170px;
font-weight: normal;
margin: 1px 0px 0px 0px;
padding-left: 10px;}
div.menu ul li ul li a.active {}

div.menu ul li ul li a:hover {}

div.menu:after {
content: ''; 
position: relative;
display: block;
float: none;
clear: both;
height: 0px;
margin: 0px;
padding: 0px;
border: none 0px;
overflow: hidden;
visibility: hidden;
}

.slide_likebox {
	float:left;
	width:247px;
	height:365px; 
	background: url(images/fb-lefty.png) no-repeat !important;
	/*display:block;*/
	left:-205px;
	padding:0;
	position:fixed;
	top: 20px;
	z-index:9999;
}
.bl-slide {
background : #303030;
width: 200px;
padding: 0px 5px 0pt 0px;
}
.fb-side {
	color: #FFFFFF;
	font-size: 1.125em;
	font-weight:normal;
	text-align:left;
	line-height:16px;
	padding:10px;
	margin-top:40px;
	border: 0px solid #666666;	
	}
.blopen {
text-align:center;
padding:0px;
}
.blopen ul {
display : inline;
list-style : none;
}
.blopen li {
border-bottom : 1px dotted #333;
font-size : 0.875em;
font-family : "Fruitiger", Helvetica;
color : #ccc;
background : #444;
padding : 15px;
margin: 5px;
text-align : left;
}
.blopen li a {
font-style : italic;
color:#FFCC66;
}
.blopen li:hover {
background : #444;
color : #c0c0c0;
}
.blopen li img {
width : 100%;
}
.mytables {
 max-width:998px;
 background : #444;
 padding: 0px;
 text-align:center;
}
.mymain, mystat {
 max-width: 998px;
 background-color: #444;
 text-align:center;
 padding: 0px;
}
.mystat {
margin : 0px;
}
.margo {
margin: 15px;
}
.names {
font-family: "Fruitiger",Helvetica;
color : #fafafa;
font-size : 1.5em;
font-weight : 600;
font-variant : normal;
font-size-adjust: 0.58;
}
@media(min-width:768px) {
.mymain, mystat {
 background-color: #333;
 text-align:center;
 padding: 0px;
}
.mytables {
 background-color: #333;
 padding: 0px;
 text-align:center;
}
.mystat {
margin : 0px;
}
.names {
font-family: "Fruitiger",Helvetica;
color : #fafafa;
font-size : 2em;
font-weight : 600;
font-variant : normal;
font-size-adjust: 0.58;
}
.blopen {
text-align:center;
padding:0px;
}
.blopen ul {
display : inline;
list-style : none;
}
.blopen li {
border-bottom : 1px dotted #333;
font-size : 1.125em;
font-family : "Fruitiger", Helvetica;
color : #ccc;
background : #444;
padding : 5px;
margin: 0px;
text-align : left;
}
.blopen li a {
font-style : italic;
color:#FFCC66;
}
.blopen li:hover {
background : #444;
color : #c0c0c0;
}
.blopen li img {
width : 100%;
}
}

#self550, .self600 {
 background-color: transparent;
  padding: 0px;
}
#self550 img, .self600 img {
border-style: solid;
width: 140px;
height: 80px;
margin: 4px;
padding: 0px;
border-width:1px;
border-color: #808040;
}
@media(min-width:768px) {
#self550, .self600 {
  background-color: transparent;
  padding: 0px;
}
#self550 img, .self600 img {
border-style: solid;
width: 200px;
height: 150px;
margin: 4px;
padding: 0px;
border-width:1px;
border-color: #808040;
}
}
.mytablm3 {
background : #444;
padding : 20px;
text-align:left;
}
.mytablm4 {
background : #444;
padding : 15px;
margin : 0px;
}
.mymaxy {
background : #444;
max-width: 500px;
padding: 5px;
}
.maxpic {
padding: 5px;
}
.maxpic img {
width : 100%;
padding: 5px;
}
#blclo { 
	padding: 0px;
	display : none;
}
.mainpic {
float: left;
background : #404040;
text-align:center;
margin: 5px 5px 0px 0px;
padding : 5px;
}
.floaty {
float: right;
margin: 10px;
}
.floatle {
float: left;
margin: 10px;
}
.clearboth {
clear: both;
}
.reklama {
 background-color: transparent;
  padding: 5px;
  margin: 10px;
  text-align: center;
}
.reklama img {
border-style: solid;
margin: 10px;
padding: 5px;
border-width:1px;
border-color: #808040;
}
#form {
padding : 20px;
}
#form input, #form textarea {
font : 12px Georgia, sans-serif;
background : #202020;
}
#form label {
display : block;
margin : 3px 0 3px 0;
}
#form .box {
background : #202020;
padding : 3px;
border : 1px solid #5a5a50;
border-left : 3px solid #5a5a50;
width : 200px;
}
#form p {
padding-top : 10px;
}
#form textarea {
background : #202020;
padding : 3px;
border : 1px solid #5a5a50;
border-left : 3px solid #5a5a50;
width : 90%;
}
#form .cbox {
background : #202020;
padding : 3px;
border : 1px solid #5a5a50;
border-left : 3px solid #5a5a50;
width : 20%;
}
#form .abox {
background : #202020;
padding : 3px;
border : 1px solid #5a5a50;
border-left : 3px solid #5a5a50;
width : 50%;
}
#form .captcha {
margin-top : 5px;
}
#form .captcha img {
border : 0px solid #5a5a50;
width : 140px;
height : 50px;
}
#form .button {
background : #202020;
border : 1px solid #252520;
color : #ccccbb;
}
#form .error {
  display: block;
  background:#3f3b33 url(images/error.gif) no-repeat 3px 5px;
  color:#fff;
  font-size: 14px;
  padding:2px 2px 2px 15px;
  width:300px;
  margin:2px 0 0 0;
}
#message .thanks {
  background:url(images/thanks.gif) no-repeat right center;
  display:block;
}
.m-top-25 {
margin-top : 25px;
}
.m-top-100 {
padding-top : 100px;
}
.m-left-50 {
padding-left : 50px;
}
.grey {
	color: #666;
}
.snow {
	color: #ddd;
}
.rigty {
	text-align: right;
	padding:2px 50px 2px 2px;
}
