/*************************************************/
/* imported fonts */
/*************************************************/
@font-face {
  font-family: 'Bold';
  src: url('../fonts/ge_ss_two_bold.eot');
  src: url('../fonts/ge_ss_two_bold.eot') format('embedded-opentype'), url('../fonts/ge_ss_two_bold.woff') format('woff'), url('../fonts/ge_ss_two_bold.ttf') format('truetype'), url('../fonts/ge_ss_two_bold.svg#GESSTwoBold') format('svg');
}
@font-face {
  font-family: 'Light';
  src: url('../fonts/ge_ss_two_light.eot');
  src: url('../fonts/ge_ss_two_light.eot') format('embedded-opentype'), url('../fonts/ge_ss_two_light.woff') format('woff'), url('../fonts/ge_ss_two_light.ttf') format('truetype'), url('../fonts/ge_ss_two_light.svg#GESSTwoLight') format('svg');
}
@font-face {
  font-family: 'Medium';
  src: url('../fonts/ge_ss_two_medium.eot');
  src: url('../fonts/ge_ss_two_medium.eot') format('embedded-opentype'), url('../fonts/ge_ss_two_medium.woff') format('woff'), url('../fonts/ge_ss_two_medium.ttf') format('truetype'), url('../fonts/ge_ss_two_medium.svg#GESSTwoMedium,serif') format('svg');
}
/*************************************************/
/* Mixins */
/*************************************************/
.bgg {
  background: #8ab315;
  background: -moz-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ab315), color-stop(100%, #62951b));
  background: -webkit-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -o-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -ms-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: linear-gradient(to bottom, #8ab315 0%, #62951b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62951b', endColorstr='#8ab315', GradientType=0);
}
.bggr {
  background: #d1d1d1;
  background: -moz-linear-gradient(top, #d1d1d1 0%, #b3b3b3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1d1d1), color-stop(100%, #b3b3b3));
  background: -webkit-linear-gradient(top, #d1d1d1 0%, #b3b3b3 100%);
  background: -o-linear-gradient(top, #d1d1d1 0%, #b3b3b3 100%);
  background: -ms-linear-gradient(top, #d1d1d1 0%, #b3b3b3 100%);
  background: linear-gradient(to bottom, #d1d1d1 0%, #b3b3b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62951b', endColorstr='#8ab315', GradientType=0);
}
.trans {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/*************************************************/
/* Variables */
/*************************************************/
/*************************************************/
/* custom */
/*************************************************/
body {
  font-family: 'Light', tahoma, serif;
  margin-top: 80px;
}
.center {
  text-align: center !important;
  margin: 0 auto !important;
}
a {
  text-decoration: none !important;
}
/*************************************************/
/* Icons */
/*************************************************/
.show-more-icon {
  background: transparent url("../img/show-more.png") 0 0 no-repeat;
  width: 31px;
  height: 9px;
  display: block;
  margin-top: 10px;
}
/*************************************************/
/* Header */
/*************************************************/
.top-menu .navbar-default {
  background: transparent !important;
  border: none;
  margin-bottom: 0 !important;
}
.top-menu .navbar-default .navbar-nav .active a {
  background: none;
  -webkit-box-shadow: 0 2px 0 #76a418;
  -moz-box-shadow: 0 2px 0 #76a418;
  box-shadow: 0 2px 0 #76a418;
}
.top-menu .navbar-default .navbar-nav .active a:after {
  content: "";
  display: block;
  border: 4px solid #fff;
  border-top-color: #76a418;
  position: absolute;
  bottom: -10px;
  left: 43%;
}
.top-menu .navbar-default .navbar-nav a {
  padding: 5px;
  margin: 0 12px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  font-size: 15px;
  color: #363636;
}
.top-menu .navbar-default .navbar-nav a:hover {
  -webkit-box-shadow: 0 2px 0 #76a418;
  -moz-box-shadow: 0 2px 0 #76a418;
  box-shadow: 0 2px 0 #76a418;
}
.top-menu .navbar-default .navbar-nav a:hover:after {
  content: "";
  display: block;
  border: 4px solid #fff;
  border-top-color: #76a418;
  position: absolute;
  bottom: -10px;
  left: 43%;
}
.logo {
  margin-top: -30px;
  margin-bottom: 15px;
}
.login-register {
  text-align: left;
}
.login-register .signin {
  padding: 6px 15px;
  border-radius: 3px;
  background: #8ab315;
  background: -moz-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ab315), color-stop(100%, #62951b));
  background: -webkit-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -o-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -ms-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: linear-gradient(to bottom, #8ab315 0%, #62951b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62951b', endColorstr='#8ab315', GradientType=0);
}
.login-register .signin a {
  font-family: tahoma, serif;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
}
.login-register .signin .login-icon {
  background: transparent url("../img/login-icon.png") 0 0 no-repeat;
  width: 16px;
  height: 18px;
  display: inline-block;
  margin: 0 -5px -4px 4px;
}
.login-register .register {
  background: #d1d1d1;
  background: -moz-linear-gradient(top, #d1d1d1 0%, #b3b3b3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1d1d1), color-stop(100%, #b3b3b3));
  background: -webkit-linear-gradient(top, #d1d1d1 0%, #b3b3b3 100%);
  background: -o-linear-gradient(top, #d1d1d1 0%, #b3b3b3 100%);
  background: -ms-linear-gradient(top, #d1d1d1 0%, #b3b3b3 100%);
  background: linear-gradient(to bottom, #d1d1d1 0%, #b3b3b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62951b', endColorstr='#8ab315', GradientType=0);
  padding: 6px 15px;
  border-radius: 3px;
}
.login-register .register a {
  font-family: tahoma, serif;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
}
.login-register .register .register-icon {
  background: transparent url("../img/register-icon.png") 0 0 no-repeat;
  width: 23px;
  height: 18px;
  display: inline-block;
  margin: 0 -5px -4px 4px;
}
/*************************************************/
/* Aside Menu */
/*************************************************/
.menu h1 {
  background: #8ab315;
  background: -moz-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ab315), color-stop(100%, #62951b));
  background: -webkit-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -o-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -ms-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: linear-gradient(to bottom, #8ab315 0%, #62951b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62951b', endColorstr='#8ab315', GradientType=0);
  margin: 0;
  font-family: 'Light', tahoma, serif;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
}
.menu li a {
  font-family: 'Light', tahoma, serif;
  font-size: 14px;
}
/*************************************************/
/* Slider */
/*************************************************/
.slider .carousel-indicators {
  bottom: 0px;
  left: 35%;
  width: auto;
}
.slider .carousel-indicators li {
  border-radius: 0;
  width: 8px;
  height: 8px;
  margin: 1px;
  border: none;
  background: #ffffff;
}
.slider .carousel-indicators li.active {
  background: #76a418;
}
.slider .carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  right: 0;
  text-align: right;
  bottom: 0;
  padding: 20px 15px;
  left: 0;
  font-family: tahoma, serif;
  font-size: 14px;
}
/*************************************************/
/* Heading */
/*************************************************/
.heading {
  text-align: center;
  margin: 40px 0;
  position: relative;
}
.heading h1,
.heading h3 {
  font-family: 'Light', tahoma, serif;
  color: #76a418;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  background: #ffffff;
  padding: 0 40px;
}
.heading h3 {
  font-size: 14px;
}
.heading .fancy-hr {
  height: 1px;
  background: #E3E3E3;
  border: 0;
  margin: -22px 0 50px 0;
}
.heading p {
  color: #c0c0c0;
  font-size: 14px;
  padding: 0 16%;
}
.heading p:before {
  content: '';
  background: transparent url("../img/before.png") 0 0 no-repeat;
  width: 77px;
  height: 72px;
  display: inline-block;
  margin-left: 90px;
  margin-bottom: -30px;
  position: absolute;
  right: 110px;
  top: 70px;
}
.heading p:after {
  content: '';
  background: transparent url("../img/after.png") 0 0 no-repeat;
  width: 77px;
  height: 72px;
  display: inline-block;
  margin-right: 90px;
  margin-bottom: -30px;
  position: absolute;
  left: 110px;
  top: 70px;
}
.heading h6 {
  font-family: Tahoma, Arial, sans-serif;
  color: #363636;
  font-size: 14px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube h1,
.kroki h1 {
  font-family: Medium, sans-serif;
  color: #76a418;
  font-size: 18px;
  margin-bottom: 25px;
}
/*************************************************/
/* Search Area */
/*************************************************/
.search {
  margin-top: 70px;
}
.search .search-title {
  font-family: 'Light', tahoma, serif;
  font-size: 16px;
  color: #ffffff;
  padding: 15px 10px;
  margin: 0;
  background: #8ab315;
  background: -moz-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ab315), color-stop(100%, #62951b));
  background: -webkit-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -o-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -ms-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: linear-gradient(to bottom, #8ab315 0%, #62951b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62951b', endColorstr='#8ab315', GradientType=0);
}
.search .searching-area {
  background: #E5E5E5;
  padding: 30px;
}
.search .searching-area p {
  font-size: 14px;
  color: #363636;
}
.search .searching-area .form-control {
  margin: 10px 0;
}
.search .choose-date {
  margin-top: -5px;
}
.search .choose-date .date-title {
  margin-left: 20px;
}
.search #datetimepicker6 {
  margin-top: -5px;
}
.search .radio {
  display: inline-block;
  font-family: tahoma, serif;
}
.search select {
  color: #c0c0c0;
  font-family: tahoma, serif;
}
.show-resutls {
  background: #8ab315;
  background: -moz-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ab315), color-stop(100%, #62951b));
  background: -webkit-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -o-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -ms-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: linear-gradient(to bottom, #8ab315 0%, #62951b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62951b', endColorstr='#8ab315', GradientType=0);
  font-family: tahoma, serif;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  float: left;
}
/*************************************************/
/* Places */
/*************************************************/
.places,
.usercp {
  margin: 20px 0;
}
.places .single-place,
.usercp .single-place {
  margin: 15px 0;
}
.places .single-place .Content,
.usercp .single-place .Content {
  text-align: center;
  color: #ffffff;
  padding: 50px 5px 5px 5px;
}
.places .single-place .Content h2,
.usercp .single-place .Content h2 {
  color: #ffffff;
  font-family: 'Light', tahoma, serif;
  font-size: 18px;
}
.places .single-place .Content p,
.usercp .single-place .Content p {
  font-family: tahoma, serif;
  color: #ffffff;
  text-decoration: none;
}
.places .single-place .ReadMore,
.usercp .single-place .ReadMore {
  background: #8ab315;
  background: -moz-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ab315), color-stop(100%, #62951b));
  background: -webkit-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -o-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -ms-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: linear-gradient(to bottom, #8ab315 0%, #62951b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62951b', endColorstr='#8ab315', GradientType=0);
  font-family: tahoma, serif;
  font-size: 12px;
  display: inline-block;
  padding: 3px 15px 5px 15px;
  border-radius: 3px;
}
.places .single-place .ReadMore a,
.usercp .single-place .ReadMore a {
  color: #ffffff;
}
.places .show-more,
.usercp .show-more {
  text-align: center;
}
.places .show-more a,
.usercp .show-more a {
  font-size: 18px;
  color: #363636;
  text-decoration: none;
  margin-bottom: 15px;
}
/*************************************************/
/* Footer */
/*************************************************/
footer {
  background: #292929;
  box-shadow: 0 -3px 0 0 #76a418;
  margin-top: 60px;
}
footer .links h1,
footer .social-footer h1,
footer .subscribe h1 {
  color: #76a418;
  font-size: 18px;
  border-bottom: 1px solid #2E2E2E;
  font-family: 'Light', tahoma, serif;
  padding-bottom: 10px;
}
footer .links ul {
  padding: 0;
  margin: 0;
}
footer .links ul li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 23px;
}
footer .social-footer ul {
  padding: 0;
  margin: 0;
}
footer .social-footer ul li {
  padding: 0 2px;
}
footer .social-footer ul li i {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  color: #ffffff;
}
footer .social-footer ul li i.fa-facebook {
  background: #3B5A9A;
  padding: 11px 13px 0 0;
}
footer .social-footer ul li i.fa-twitter {
  background: #29A9E1;
  padding: 11px 11px 0 0;
}
footer .social-footer ul li i.fa-google-plus {
  background: #DF4B38;
  padding: 11px 11px 0 0;
}
footer .social-footer ul li i.fa-play {
  background: #CB312E;
  padding: 11px 11px 0 0;
}
footer .social-footer ul li i.fa-rss {
  background: #FBA933;
  padding: 11px 12px 0 0;
}
footer .subscribe p {
  color: #ffffff;
}
footer .subscribe input {
  width: 60%;
  display: inline-block;
}
footer .subscribe input:focus {
  -webkit-box-shadow: 0 0 5px 0 #76a418;
  -moz-box-shadow: 0 0 5px 0 #76a418;
  box-shadow: 0 0 5px 0 #76a418;
  border: 1px solid #76a418;
}
footer .btn-default {
  background: #8ab315;
  background: -moz-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ab315), color-stop(100%, #62951b));
  background: -webkit-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -o-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -ms-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: linear-gradient(to bottom, #8ab315 0%, #62951b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62951b', endColorstr='#8ab315', GradientType=0);
  color: #ffffff;
  border: none;
  padding: 7px 25px;
}
footer .copyrights hr {
  height: 1px;
  border: none;
  background: #2E2E2E;
}
footer .copyrights .go-top i {
  background: #373737;
  color: #292929;
  font-size: 32px;
  padding: 1px 8px;
  border-radius: 3px;
}
footer .copyrights p {
  font-family: tahoma, serif;
  font-size: 12px;
  color: #ffffff;
}
footer .copyrights p span {
  color: #76a418;
}
footer .copyrights a img {
  float: left;
}
.add-ads .btn-file,
.login .btn-file {
  background: #8ab315;
  background: -moz-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ab315), color-stop(100%, #62951b));
  background: -webkit-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -o-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -ms-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: linear-gradient(to bottom, #8ab315 0%, #62951b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62951b', endColorstr='#8ab315', GradientType=0);
  border: none;
  height: 50px;
  line-height: 35px;
}
.add-ads .fileinput-remove-button,
.login .fileinput-remove-button {
  border: none;
  height: 50px;
  line-height: 35px;
  background: #dddddd !important;
  margin-left: 4px !important;
  color: #6C6363 !important;
}
.add-ads .kv-fileinput-caption,
.login .kv-fileinput-caption {
  float: right;
  width: 99%;
}
.add-ads .form-control,
.login .form-control {
  height: 50px;
  border: 1px solid #d9d9d9;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.add-ads .form-control:focus,
.login .form-control:focus {
  -webkit-box-shadow: 0 0 2px 0px #76a418;
  -moz-box-shadow: 0 0 2px 0px #76a418;
  box-shadow: 0 0 2px 0px #76a418;
  border: 1px solid #76a418;
}
.add-ads textarea,
.login textarea {
  height: auto !important;
}
.add-ads label,
.login label {
  font-size: 16px;
  font-family: Medium, sans-serif;
  color: #76a418;
  font-weight: normal;
}
.add-ads .btn-default,
.login .btn-default {
  background: #8ab315;
  background: -moz-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ab315), color-stop(100%, #62951b));
  background: -webkit-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -o-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -ms-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: linear-gradient(to bottom, #8ab315 0%, #62951b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62951b', endColorstr='#8ab315', GradientType=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  color: #ffffff;
  border: none;
  padding: 10px 15px;
}
.add-ads .btn-default:hover,
.login .btn-default:hover {
  background: #363636;
}
.add-ads .form-control-feedback,
.login .form-control-feedback {
  top: 20px;
  left: 25px;
  right: inherit;
  color: #D9D9D9;
}
.add-ads .forgetpass,
.login .forgetpass {
  text-align: center;
  margin-top: 10px;
}
.add-ads .forgetpass a,
.login .forgetpass a {
  font-size: 16px;
  color: #c0c0c0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.add-ads .forgetpass a:hover,
.login .forgetpass a:hover {
  color: #76a418;
}
.add-ads .forgetpass b,
.login .forgetpass b {
  margin: 0 20px;
  color: #c0c0c0;
}
.add-ads .checkbox label,
.login .checkbox label {
  font-size: 16px;
  color: #c0c0c0;
  font-family: Light, sans-serif;
  margin: 10px 0;
}
/*************************************************/
/* FAQ */
/*************************************************/
.faq .single-question {
  margin: 30px 0;
}
.faq .single-question h2 {
  font-family: Medium, sans-serif;
  font-size: 18px;
  color: #76a418;
}
.faq .single-question h2:before {
  content: '';
  background: transparent url("../img/faq.png") 0 0 no-repeat;
  width: 25px;
  height: 27px;
  display: inline-block;
  margin: 0 0 -3px 5px;
}
.faq .single-question p {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  color: #363636;
  line-height: 25px;
}
/*************************************************/
/* About page */
/*************************************************/
.about-page .heading span {
  font-size: 14px;
  color: #c0c0c0;
}
.about-page .stuff-pix {
  margin: 50px 0 20px 0;
}
.about-page .stuff-pix .single-stuff {
  margin: 10px 0;
  text-align: center;
}
.about-page .stuff-pix .single-stuff h1 {
  font-family: Medium, sans-serif;
  font-size: 16px;
  color: #76a418;
  margin: 10px 0 0 0;
  display: block;
}
.about-page .stuff-pix .single-stuff span {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  color: #c0c0c0;
  display: block;
}
.about-page .contact {
  margin-bottom: 50px;
  background: #8ab315;
  background: -moz-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ab315), color-stop(100%, #62951b));
  background: -webkit-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -o-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: -ms-linear-gradient(top, #8ab315 0%, #62951b 100%);
  background: linear-gradient(to bottom, #8ab315 0%, #62951b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62951b', endColorstr='#8ab315', GradientType=0);
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}
.about-page .contact p {
  font-size: 30px;
  color: #ffffff;
}
.about-page .contact span {
  font-size: 30px;
  color: #ffffff;
  font-family: arial, sans-serif;
}
.about-page .join-crew h3 {
  font-size: 18px;
  color: #76a418;
  font-family: Light, sans-serif;
}
.about-page .join-crew p {
  color: #c0c0c0;
  font-size: 14px;
}
/*************************************************/
/* Usercp page */
/*************************************************/
.usercp .heading {
  overflow: hidden;
  margin: 0;
}
.usercp .heading h1 {
  margin-top: 0;
}
.usercp .single-place {
  margin: 15px 0;
}
.usercp .my-ads {
  margin: 50px 0 -20px 0;
}
/*************************************************/
/* ADS */
/*************************************************/
#slider-thumbs {
  margin: 8px 0;
}
#slider-thumbs img {
  cursor: pointer;
}
#slider-thumbs .selected img {
  opacity: 0.5;
}
#slider-thumbs .col-md-2 {
  padding: 0 5px;
}
.cal-info .available-day {
  margin-bottom: 5px;
  font-family: tahoma, serif;
}
.cal-info .available-day:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #89B215;
  display: inline-block;
  margin-left: 10px;
}
.cal-info .booked-day {
  margin-bottom: 40px;
  font-family: tahoma, serif;
}
.cal-info .booked-day:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #FF832C;
  display: inline-block;
  margin-left: 10px;
}
.cal-info select,
.cal-info input {
  width: 70%;
  margin: 10px 0;
  padding: 5px;
  height: 40px;
}
/*************************************************/
/* Media Queries */
/*************************************************/
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .top-menu .navbar-default .navbar-nav a {
    font-size: 14px;
    margin: 0 7px;
  }
  .login-register {
    text-align: right;
  }
  .login-register .signin {
    padding: 6px 5px;
  }
  .login-register .signin a {
    font-size: 12px;
  }
  .login-register .signin .login-icon {
    margin: 0 -5px -4px 0px;
  }
  .login-register .register {
    padding: 6px 5px;
  }
  .login-register .register .register-icon {
    padding: 0 -5px -4px 0px;
  }
  .login-register .register a {
    font-size: 12px;
  }
  .heading p:before {
    right: 30px;
  }
  .heading p:after {
    left: 30px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .BTNs-small {
    margin-top: -38px;
  }
  .BTNs-small .btn-default {
    float: none;
  }
  .top-menu .navbar-default .navbar-nav a {
    font-size: 14px;
    margin: 0 2px;
  }
  .heading p:before {
    display: none;
  }
  .heading p:after {
    display: none;
  }
  footer .copyrights a img {
    float: none !important;
    margin: 0 auto;
  }
  .login-register {
    text-align: right;
  }
  .login-register .signin {
    padding: 6px 7px;
  }
  .login-register .signin a {
    font-size: 13px;
  }
  .login-register .signin .login-icon {
    margin: 0 -5px -4px 0px;
  }
  .login-register .register {
    padding: 6px 7px;
  }
  .login-register .register .register-icon {
    padding: 0 -5px -4px 0px;
  }
  .login-register .register a {
    font-size: 13px;
  }
  .cal {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .BTNs-small {
    margin-top: -38px;
  }
  .BTNs-small .btn-default {
    float: none;
  }
  .menu {
    margin-bottom: 20px;
  }
  .menu aside {
    min-height: 1px;
  }
  .heading p:before {
    display: none;
  }
  .heading p:after {
    display: none;
  }
  footer .copyrights a img {
    float: none !important;
    margin: 0 auto;
  }
  .login-register {
    text-align: center;
  }
  .login .forgetpass a {
    font-size: 12px;
  }
  .cal-info {
    text-align: center !important;
    margin: 0 auto !important;
  }
  .cal-info select,
  .cal-info input {
    margin: 15px auto !important;
  }
}
@media screen and (max-width: 480px) {
  .cal {
    width: 100%;
  }
}
