body{
	margin:0;
	padding:0;
	font-family: 'montserratlight';
	font-size: 14px;
	background-color: #05071c;
	min-width: 100%;
	color: #000;
}
html,body{
    margin:0;
    padding:0;
    border:0;
}
.clr{
	clear:both;
}
h1,h2,h3,h4,h5,h6,p{
	padding: 0;
	margin: 0;
}
a, a:visited, a:focus, a:active, a:hover{
  outline:0 none !important;
  color: #fff;
	text-decoration: none;
}
html, body, #top {
    height: 100%;
}
#top{
    background: url(../img/top.jpg);
    min-width: 100%;
    background-size: cover;
    text-align: center;
}
.logo{
    margin: 50px 0;
}
ul{
    margin: 40px 0 0 0;
    padding: 0;
}
li{
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.menuFooter a:hover{
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    color: #ffb600!important;
}
#navbar li a{
    font-size: 18px;
    font-family: 'montserratbold';
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: transparent;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    color: #ffb600!important;
}
.mainText{
    margin: 100px 0 20px 0;
}
.mainText h1{
    color: #fff;
    font-family: 'montserratbold';
    font-size: 60px;
    text-transform: uppercase;
}
.button{
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-family: 'montserratbold';
    font-size: 24px;
    text-transform: uppercase;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e86b2d+0,8f37cc+100 */
    background: #e86b2d; /* Old browsers */
    background: -moz-linear-gradient(top, #e86b2d 0%, #8f37cc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e86b2d 0%,#8f37cc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e86b2d 0%,#8f37cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e86b2d', endColorstr='#8f37cc',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    cursor: pointer;
}
.button:hover{
    background: #8f37cc; /* Old browsers */
    background: -moz-linear-gradient(top, #8f37cc 0%, #e86b2d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8f37cc 0%,#e86b2d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8f37cc 0%,#e86b2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f37cc', endColorstr='#e86b2d',GradientType=0 ); /* IE6-9 */
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
#subnav {
    display: block;
    position: absolute;
    bottom: -125px;
    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;
}
#fay h2{
    font-size: 48px;
    font-family: 'montserratbold';
    text-transform: uppercase;
    margin-bottom: 10px;
}
#fay p{
    font-size: 16px;
}
#fay{
    margin: 50px 0;
    color: #fff;
    padding-top: 50px;
    margin-top: 0px;
}
#fay .button{
    margin-top: 30px;
}
#fay:before{
    content: '';
    position: absolute;
    background-image: url(../img/fayBg.png);
    width: 383px;
    height: 736px;
    right: 0;
}
#fay h3{
    font-family: 'montserratbold';
    font-size: 24px;
    text-transform: uppercase;
    margin: 70px 0 0 0;
}
hr{
    border-top:2px solid #300958;
    display: inline-block;
    width: 60px;
    margin: 0;
}
.title{
    text-align: center;
}
.carousel-inner.onebyone-carosel { margin: auto; width: 90%; }
.onebyone-carosel .active.left { left: -33.33%; }
.onebyone-carosel .active.right { left: 33.33%; }
.onebyone-carosel .next { left: 33.33%; }
.onebyone-carosel .prev { left: -33.33%; }
.item h6{
    font-size: 18px;
    font-family: 'montserratbold';
    margin-bottom: 10px;
}
.item span{
    color: #8a8b9c;
    font-style: italic;
}
.item .pull-left{
    margin-right: 20px;
}
#myCarousel{
    margin-top: 50px;
}
.carousel-control.left, .carousel-control.right{
    background-image: none;
    margin-top: 75px;
}
.carousel-control.left{
    background: url(../img/arrowLeft.png);
    width: 13px;
    height: 48px;
}
.carousel-control.right{
    background: url(../img/arrowRight.png);
    width: 13px;
    height: 48px;
}
.modal-header
{
    border-bottom: none;
    padding-bottom: 37px;
    position: relative;
    z-index: 100;
}
#tarot{
    background-color: #090b27;
    padding: 50px 0;
}
#tarot h2{
    font-size: 30px;
    font-family: 'montserratbold';
    color: #fff;
    margin-bottom: 10px;
}
#tarot p{
    font-size: 16px;
    color: #9293a3;
}
footer{
    background: #0d1034;
    padding: 20px 0;
}
ul.menuFooter li{
    list-style: none;
    display: inline-block;
    font-size: 16px;
    font-family: 'montserratbold';
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
}
ul.menuFooter{
    float: right;
    margin: 10px 0 0 0;
}
#reg{
    margin: 30px 0;
    text-align: center;
}
#reg p {
    color: #fff;
    margin: 10px 0;
}
#reg span {
    font-size: 12px;
    font-family: 'montserratlight';
    color: #fff;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}
span.icon-bar {
    background-color: #fff;
}
.navbar-toggle{
    float: none;
}
button.navbar-toggle.collapsed, button.navbar-toggle {
    margin: auto;
}
.modal-content {
    padding: 50px 30px;
    background: url(../img/modalBg.jpg);
    text-align: center;
    padding-top: 15px;
    border: 1px solid #352644;
    position: relative;
}
.modal-content:before
{
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.88);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.modal-header .close
{
    opacity: 0.5;
    color: #ffffff;
}
.spandescr {
    background-color: #400150;
    color: #ffffff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 12px 10px 17px 10px;
    font-weight: 600;
}
select.selectpicker {
    padding: 11px 10px 15px 10px;
    border: 0;
    margin-bottom: 15px;
}
.next {
    font-family: 'montserratbold';
    cursor: pointer;
    display: inline-block;
    padding: 10px 25px;
    background-color: #ffb600;
    color: #fff;
    text-transform: uppercase;
    border: 0px;
}
.next:disabled {
    border: 0px;
    opacity: 0.5;
}
.krok2 input[type="text"] {
    padding: 10px;
    width: 90%;
    text-align: center;
}
.choose {
    text-align: center;
    display: inline-block;
    background-color: #e84a3e;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    margin: 10px 0;
}
.krok1, .krok2
{
    position: relative;
    z-index: 100;
}
.modal-body p {
    font-size: 20px;
}
.krok2{
    color: #fff;
}
.krok2 h4{
    font-size: 24px;
    margin-bottom: 15px;
}


footer {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    background-color: #05071c;
    padding: 20px 0;
    text-align: center;
}

footer article {
    font-size: 12px;
    color: #bababa;
    text-align: center;
}

footer .box-logo
{
    text-align: center;
    border-right: 0px;
    margin-bottom: 10px;
}
footer .box-reg
{
    text-align: center;
}
footer .box-info-bottom
{
    text-align: center;
}
footer .box-info-bottom p
{
    font-size: 10px;
}
footer .termFooter a
{
    color: #ffffff;
}
footer .showterms
{
    color: #ffffff;
}

#menuBottom
{
    padding: 20px;
    background: #190321;
}




@media only screen and (max-width: 992px){
    .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
      border-top: 1px dashed #dadada!important;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
    html, body, #top{
        height: auto;
    }
    #top{
        padding-bottom: 40px;
    }
    #subnav{
        display: none;
    }
    #fay{
        text-align: center;
    }
    #fay img, #tarot img{
        margin-left: auto;
        margin-right: auto;
    }
    #fay h2{
        margin-top: 20px;
    }
    .media-body{
        text-align: left;
    }
    .marg{
        margin: 25px 0;
    }
    #tarot{
        text-align: center;
    }
    #menuBottom img{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }
    ul.menuFooter{
        float: none;
        text-align: center;
    }
}
@media only screen and (max-width: 768px){
    .mainText h1, #fay h2{
        font-size: 30px;
    }
    .mainText {
        margin: 30px 0 20px 0;
    }
}
@media only screen and (max-width: 530px){
    .spandescr
    {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
}