@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Play:300,700&subset=latin,latin-ext);

/*
Theme Name: CHWP
Author: CH
Version: the.best
License: Private
*/


body, html{background:#f0f0f0}

body {
  font-weight:normal;
  font-family:"Play";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 0px;
  padding-bottom: 0px;
  overflow-x: hidden;
  position: relative;
  left:0px;
}

a,a:focus, a:hover {outline:0 !important;color:inherit}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {padding-left:8px;padding-right:8px}

.row {margin-left:-8px;margin-right:-8px}
.container {padding-left:16px;padding-right:16px;}

h1, .h1, h2, .h2, h3, .h3 {margin-top:0px;margin-bottom:30px;font-weight:300;color:#34495e}
h1 {font-size:2em}
h2 {font-size:1.6em}
.container {padding-left:20px;padding-right:20px}

.full-width {width:100%}

#slide-menu-button {margin-top:30px;color:#fff;cursor:pointer}
.slide-menu {
  position: fixed;
  overflow:auto;
  background:#ddd;
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
  padding: 25px 10px 0px 10px;
  margin:0px;
  right: -240px
}
.slide-menu li a {font-weight:300;text-transform: uppercase;color:#666;}
.slide-menu li a:hover,
.slide-menu li.current-menu-item a {color:#5781c9}
.slide-menu-open {right: 0px !important;}
.slide-menu-push {overflow-x: hidden;position: relative;left: 0;}
.slide-menu-pushLeft {left: -240px;}
.slide-menu,
.slide-menu-push {-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;transition: all 0.2s ease;}

.main-menu li a {color:#aaa}
.main-menu li.current-menu-item a {color:#fff}

/*topbar*/
.topbar {background: #373c43;
height: 40px;
line-height: 40px;
color: #f0f0f0;
}

.topbar a:hover {
    text-decoration:none;
}

.topbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.topbar .top-nav li {
    position: relative;
}

.topbar .top-nav > li {
    float: left;
}

.topbar .top-nav li a {
    color: #f0f0f0;
    padding: 0 10px;
    display: inline-block;
}

.topbar .top-nav > li a:hover, .topbar .top-nav > li.current-menu-item a {
    background: #4a525d;
}

/* Dropdown */
.topbar .top-nav > li ul.sub-menu {
    position: absolute;
    width: 190px;
    background: #4a525d;
    border: 1px solid transparent;
    border-top: 0;
    top: 100%;
    left: 0px;
    z-index: 1000;
    line-height: 1.4;
}

.top-right-content .top-nav > li ul.sub-menu {
    left: auto;
    right: 0;
}

.topbar .top-nav li:hover > ul.sub-menu {}

.topbar .top-nav > li ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: -1px;
    padding: 0;
}



/*header*/
#header {position:relative;background:#000;}
#header .container {position:relative;height:90px;}
#header .logo {padding-top:20px;font-size:3em;color:#fff}
#header .logo a {color:#fff}
#header .main-menu {padding-top:20px}
#header .main-menu li {color:#fff}
#header .main-menu li a:hover {background:rgba(0,0,0,0.2)}

/*slider*/
#slider {position:relative;background-image:url(http://partygorsk.com/img/loader.gif);background-repeat: no-repeat;background-position: 50% 30%}
#slider .item {height: 600px;background-size: cover;background-position:50%;}
.carousel-control {
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
.carousel-control:hover {background-color: rgba(0, 0, 0, 0.5);border-radius: 10px;}
.carousel-control.prev {left: 10px;}
.carousel-control.next {right: 10px; left:auto }

.carousel-caption {z-index:10}
.carousel-caption h3 {font-size:40px;font-weight:bold;text-transform:uppercase;color:#fff;background:rgba(0,0,0,0.5);display:inline-block;padding:5px 10px}
.carousel-caption p {background:rgba(0,0,0,0.5);font-size:18px;display:inline-block;padding:5px 10px;clear:both}

.carousel-fade .carousel-inner .item {opacity: 0;transition-property: opacity;}
.carousel-fade .carousel-inner .active {opacity: 1;}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {left: 0;opacity: 0;z-index: 1;}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {opacity: 1;}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


/*featured*/
#featured {padding:40px 0px;border-bottom:1px solid #ddd;background:#f9f9f9}
#featured .item {text-align:center;}
#featured .item a {color:#34495e;text-decoration:none}
#featured .item .fa-stack {font-size:5em;}
#featured .item .fa-stack:hover {-webkit-animation-name:pulse;animation-name:pulse;}

#featured h3 {text-transform: uppercase;padding-top:20px}

#content {padding:50px 0px 80px 0px;min-height:50vh}


#references {padding:30px 0px 15px 0px;}
#references h2 {border-bottom:1px solid #ddd}
#references .item {margin-bottom:15px}

.gallery {padding:30px 0px 15px 0px;}
.gallery .item {margin-bottom:15px}


#footer {background:#fff;padding-bottom:50px;color:#31353b}
#footer a {color:#31353b}
#footer .container {padding-top:20px;color:#31353b}
#footer .nav li a {background:none !important;padding:0px;color:#eee}
#footer .nav li a:hover {text-decoration:underline}
#footer .logo {font-size:1.5em;color:#fff;padding-bottom:5px}
#footer .logo a {color:inherit;text-decoration:none}
#footer .logo span.tld {color:#ccc;font-size:15px}
#footer .logo .fa {padding-right:2px;color:#ccc}
#footer h4 {border-bottom:1px solid #555;padding-bottom:7px;margin-top:4px;font-weight:300;margin-right:10%}
#footer h4 span {border-bottom:2px solid #72c02c;padding-bottom:7px;}
#footer .socials a {color:inherit}
#footer .socials a:hover {color:#72c02c}
#footer .socials {padding-bottom:15px;padding-top:12px}

.shareIcons {font-size:1.5em;}
.shareIcons .fa {color:#555}
.shareIcons .fa-facebook-square {color:#405896}
.shareIcons .fa-twitter-square {color:#26a1cd}
.shareIcons .fa-google-plus-square {color:#f43932}

.contact {padding-top:25px;}
.contact a {color:#fff}
.contact span {font-size:20px;color:#fff;border-radius:7px;margin-right:5px}
.contact span.unactive {opacity:0.2}

.userStuff,.userStuff .dropdown-menu li {text-align:right}
.userStuff-off {background:#eee !important}
.userStuff.userIn>a-off {background:rgb(228,0,79) !important;color:#fff !important}

.nav .dropdown-menu>li>a {padding:7px 15px;}
.nav .dropdown-menu>li>a i {}

.modal-body .input-group {margin-bottom:5px}

.edit-link {padding:5px 10px;background:#a40;border-radius:3px;color:#fff !important}
span.edit-link a.post-edit-link {color:#fff !important}
.edit-link .fa {margin:2px}
.admin-link {position:absolute;z-index:2000;font-size:30px;background:#777;padding:0px 7px;border-radius:0px 0px 5px 0px;color:#fff;}

.gallery-item {margin:5px 0px}
.gallery-icon {margin:0px 5px;}
.gallery-item .attachment-thumbnail {display:block;width:100%;height:auto;border: 1px solid #eee !important;padding: 5px;}

.btn-success {
    background-image: -webkit-linear-gradient(top, #72c02c 0, #629335 100%);
    background-image: linear-gradient(to bottom, #72c02c 0, #629335 100%);   
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff72c02c', endColorstr='#ff629335', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #71AD39;
}

.btn-success:hover, .btn-success:focus {
    background-color: #629335;
    background-position: 0 -15px;
    border-color: #71AD39;
}

.btn-success:active, .btn-success.active {
    background-color: #629335;
    border-color: #71AD39
}

.btn-file {
    position: relative;
    overflow: hidden;
    padding-bottom:15px;
    cursor:pointer;
}

.btn-file .img-responsive {border:1px solid #ddd;background-size:cover;background-position:center center;background-image:none;}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

button.close {
    padding: 1px 5px 0px 6px ;
    border-radius: 15px !important;
    position: absolute;
    top: 10px;
    right: 8px;
}

#back-to-top {
    display:none;
    position: fixed; 
    bottom: 10px;
    right: 10px;
    z-index:2000;
    color:#aaa
}

/*responsivities*/
@media (max-width: 1280px) {

}

@media (max-width: 992px) {
#slider .item {height: 400px}
}

@media (max-width: 767px) {
 .container {padding-left:4%;padding-right:4%}
 #slider .item {height: 250px}

  .gallery-item {width:33% !important}
}

/*iphone na vysku*/
@media (max-width: 500px) {
}

/*buttons*/  
@media (max-width: 768px) {
  .btn-responsive {
    padding:6px 12px;
    font-size:85%;
    line-height: 1.3;
    margin-bottom:2px;
    border-radius:3px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    padding:6px 12px;
    font-size:95%;
    line-height: 1.2;
    margin-bottom:2px;
  }
}


#content #bbpress-forums {font-size:16px}
#content #bbpress-forums ul.bbp-lead-topic,
#content #bbpress-forums ul.bbp-topics,
#content #bbpress-forums ul.bbp-forums,
#content #bbpress-forums ul.bbp-replies,
#content #bbpress-forums ul.bbp-search-results {font-size: 16px;font-weight:bold}
#content #bbpress-forums li.bbp-body ul.forum,
#content #bbpress-forums li.bbp-body ul.topic {padding: 10px 15px;}
#content .forum-titles {padding:10px 8px}
h2.entry-title {font-weight: bold;font-size:26px}
#content #bbpress-forums div.bbp-forum-content,
#content #bbpress-forums div.bbp-topic-content,
#content #bbpress-forums div.bbp-reply-content {
    font-weight:normal;
    font-size:14px
}
.bbp-breadcrumb {display:none}

#content .bbp-login-form label {width:100%}
#content .bbp-topic-form,
#content .bbp-reply-form,
#content .bbp-topic-tag-form {background:#fff}