body.navbar-is-fixed-top {
	padding-top: 70px!important;
}

body.front.navbar-is-fixed-top
{
	padding-top: 0!important;
}

.logo img {
	width: 32px;
}

a {
	color: #337ab7
}

.ws-credit-desc {
	color:#888;
}

.ws-vip, .ws-Vip {
  background-color:#ff0000;
  display: inline-block;
  padding:0 3px;
  border-radius: 3px;
  color:#fff;
  margin-left: 2px;
}

.navbar .navbar-brand {
	color: #fff;
}

.navbar .navbar-toggle,
.btn-xl, section.agency-contact button,
.btn-primary {
    background-color: #337ab7;
    border-color: #337ab7;
}

.group-tour-info,
.group-client-info,
.group-images-origin,
.group-images-ps,
.group-panoramas-ps,
.group-admin {
	display: none;
}

.page-node-edit .group-tour-info,
.page-node-edit .group-client-info,
.page-node-edit .group-images-origin,
.page-node-edit .group-images-ps,
.page-node-edit .group-admin {
	display: block;
}

section.agency-contact {
	background-image: none;
}

section.block.block-views,
section.block.block-block {
	padding: 0;
}

section.block.block-views .panel {
	padding: 15px;
	overflow: hidden;
	margin-bottom: 20px;
}

section.block.block-views .panel .btn {
	width: 100%;
	margin-bottom: 15px;
}

.ws-underline {
	border-bottom: solid 1px #999;
	padding: 3px 0;
}

.ws-white {
	color: #fff!important;
}

.ws-red {
	color: #ff0000;
}

.ws-bg-red {
	background-color: #ff0000;
	color: #fff;
}

.ws-bg-red-16 {
	background-color: #fff;
	color: #000;
}

.ws-green {
	color: green;
	font-weight: bold;
}

.ws-buttons {
	overflow: hidden;
	clear: both;
	margin-bottom:15px;
}

.ws-buttons .btn {
	width: 100%;
	margin-bottom: 15px;
}

/* book form error message style begin */
.ws-error {
	display: none;
}
.has-error .ws-error {
	display: block;
	color: #ff0000;
	font-family: serif;
}
.has-error .input-group-addon {
	color: #ff0000;
}
.form-item-date .form-group {
	margin-bottom: 0px;
}
.has-error .input-group-addon,
.has-error .form-control {
	border: solid 3px #ff0000;
}
/* book form error message style end */


/* calendar note begin */
.ws-task-note {
	color:#999;
	display:inline-block;
	white-space:normal;
	max-width:218px;
	word-break:break-all;
}
/* calendar note end */

/* front page style begin */

.img-fluid {
    max-width: 100%;
    height: auto;
}

/* front page style end */

.navbar.navbar-shrink .navbar-nav>.active>a {
	background-color: transparent;
}

.navbar.navbar-fixed-top .navbar-nav>.active>a {
	background-color: transparent;
}

.navbar.navbar-fixed-top .navbar-nav>.active>a:hover {
	color: #fec503;
}

.bg-light {
    border-top: solid 1px #ccc;
}

h1, .h1 {
	font-size: 20px;
	text-transform: none;
	line-height: 30px;
}

.main-container
{
	margin-bottom: 30px;
}

.navbar.container, .navbar.container-fluid
{
	margin-top: 0;
}

header .collapse.in .navbar-nav {
	width: 100%;
	margin-left: 15px;
	margin-right: 15px;
}

.ws-loading {
	width: 15px;
	height:auto;
	display:none;
}

/* ajax style begin */

.ajax-target-container {
	width: 100%;
	height: 100%;
	min-height: 300px;
	test-align: center;
}

.ajax-target {
	width: 100%;
	overflow: hidden;
	/*
	position: absolute;
	top: 30%;
	*/
}

.ws-spinner {
	width: 80px;
	height: auto;
}

.ajax-target span {
	color: #aaa;
}

.ws-left-no-padding {
	padding-left: 0;
}

.ws-right-no-padding {
	padding-right: 0;
}

.ws-text-center {
	text-align: center!important;
}

.field-name-field-price-adjust-desc .tabledrag-toggle-weight-wrapper,
.field-name-field-price-adjust-desc td.field-multiple-drag,
.field-name-field-price-adjust-amount .tabledrag-toggle-weight-wrapper,
.field-name-field-price-adjust-amount td.field-multiple-drag {

	display: none;
}
/* /winsold/assign/client page begin */

/* avator style begin */
.ws-avatar {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 100px;
	border: solid 1px #ccc;
}

.ws-avatar img {
	width: 100%;
	height: auto;
}

#edit-field-skill-und {
	height: 180px;
}

/* avator style end */

#edit-combine-wrapper {
	width: 170px;
}

#views-exposed-form-user-users {
	border-bottom: solid 1px #ccc;
	padding-left: 15px;
}

.node-type-ticket #edit-actions,
.ws-fixed-bottom {
    position: fixed;
    height: 55px;
    bottom: 0;
    width: 100%;
    z-index: 99;
    left: 0;
    background-color: #fff;
    border-top: solid 1px #ccc;
    padding: 10px;
    text-align: center;
		margin-bottom: 0;
}

.node-type-ticket #edit-delete {
	margin-top: 0;
	margin-left: 10px;
}

/* /winsold/assign/client page end */

/* ubercart order review begin */

.order-review-table {
    border: solid 1px #999;
    font-size: 1em;
    line-height: 2.5em;
    width: 100%;
    margin-top: 20px;
}

.order-review-table .pane-title-row {
	background-color: #337ab7;
	color: #fff;
}

.order-review-table td.data-col {
	padding-left: 15px;
}

.order-review-table td.title-col {
	width: 50%;
}

.order-review-table tr.review-button-row td {
	padding-bottom: 14px;
	padding-right: 20px;
	padding-left: 20px;
}

.order-review-table tr.review-button-row td #edit-back {
	float: left;
	height: 50px;
}

.order-review-table tr.review-button-row td #edit-submit,
.order-review-table tr.review-button-row td #edit-submit-copy {
	min-width: 180px;
	height: 50px;
}

.uc-cart-checkout-form #edit-cancel {
	float: left;
	height: 40px;
}

.uc-cart-checkout-form #edit-continue {
	background-color: #337ab7;
	color: #fff;
	font-weight: bold;
	border-color: #337ab7;
	min-width: 180px;
	height: 50px;
}

/* ubercart order review end */


/* ajax style end */

.ws-red {
	color:#ff0000;
}

.ws-tenant {
	background-color: #ff0000;
	color: #fff;
}

header .collapse.in .navbar-nav li {
	border-bottom: solid 1px #333;
}

header .collapse.in .navbar-nav li.last {
	border-bottom: 0;
}

.ws-container
{
	height: 80px;
	padding: 200px 0 300px 0;
}

#block-system-main
{
	padding: 0;
	overflow: hidden;
}

header#page-header
{
	background-image: url(../images/bg-ws.jpg);
	min-height: 0;
}

.ws-btn-submit {
	height: 50px;
	border: 0;
	width: 100%;
	margin-top: 10px;
}
.ws-btn {
	margin-left: 10px;
}

/* cart checkout panel style begin */

.page-cart-checkout .table-responsive {
	margin-bottom: 0;
}

.page-cart-checkout table.cart-review.table {
	margin-bottom: 0;
}

.page-cart-checkout tr.subtotal {
	display: none;
}

.uc-cart-checkout-form img {
	float: left;
}

.uc-cart-checkout-form .form-item {
	overflow:hidden;
}

.form-item-panes-payment-payment-method input,
.uc-credit-cvv-help img {
	display: none;
}

.payment-details-credit input, .payment-details-credit select {
	margin-left:0;
}

.form-item-panes-payment-payment-method label {
	padding-left: 0;
	color: #fff;
}

.uc-credit-cvv-help {
	clear:both;
	padding-top: 5px;
}

/* cart checkout panel style end */

#block-menu-menu-ws-footer-menu ul li { float: left; }

#block-menu-menu-ws-footer-menu ul {padding:15px;}

.node-tour-form .form-submit {
	width: 100%;
}

/* checkout page style begin */
#cart-pane-body.panel-body {
	padding: 0;
	border: 0;
}

#cart-pane-body.panel-body .table-responsive {
	border: 0;
}

#cart-pane-body.panel-body .table > thead > tr > th {
	border-bottom: 0;
}

#cart-pane-body.panel-body .table-striped > tbody > tr:nth-of-type(odd) {
	background-color: transparent;
}

.uc-cart-checkout-form .panel-default > .panel-heading {
	display: none;
}
/* checkout page style end */

/* tour page style begin */

fieldset.group-images .field-label {
	display: none;
}

/* tour page style end */

/* Tour list admin style begin */

.ws-tour-list-admin ul {
	overflow: hidden;
	padding: 0;
}

.ws-tour-list-admin ul li {
	list-style:none;
	border-bottom: solid 1px #ccc;
	overflow: hidden;
	padding: 5px 0 15px 0;
}

.ws-tour-list-admin ul li .btn {
	width: 100%;
	margin-top: 10px;
	text-align: left;
}

.ws-tour-list-admin ul li .ws-tour-info {
	margin-bottom: 10px;
}

.ws-tour-list-admin ul li .ws-tour-info span.ws-item,
.block-top-tour-node span.ws-item {
	display: inline-block;
	min-width: 150px;
	line-height: 1.5em;
	height: 1.5em;
	overflow: hidden;
}

.ws-hide,
.ws-show-1 {
	display: none;
}

#edit-delete {
	margin-top: 15px;
}

.ws-hide.ws-hide-1 {
	display: inline-block;
}

.ws-tour-list-admin ul li .ws-tour-info h5 {
	text-transform: capitalize;
	line-height: 1.5em;
}

.node-type-ticket #edit-body {
	display: none;
}

#comments div.comment, #comments .comment-form {
	border-top: solid 1px #aaa;
	padding-top: 10px;
}
#comments h3 {
	text-transform: none;
}
#comments h2.title {
	display: none;
}

#comments .field-item p {
	font-style: italic;
	font-weight: bold;
}
/* Tour list admin style end */

/* footer begin */

.agency-contact {
	display: none;
}

footer.footer {
	background-color: rgb(26,26,26);
	text-align: left;
	color: #fff;
	margin-left: 0;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

footer.footer p {
	color: #a0a0a0;
	font-size: 16px;
}

footer.footer p a {
	color: #0bb4aa;
}

footer.footer .widget_text {
	margin-bottom: 40px;
}

.widget_text h3 {
	margin-bottom: 20px;
	text-align: left;
}

#block-menu-menu-ws-footer-menu .nav>li {
	list-style:none;
	float: left;
}

#block-menu-menu-ws-footer-menu .nav>li>a {
  padding-left: 0;
  color: #fff;
}
/* footer end */

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle {
	background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.ws-reports table td, .ws-reports table th {
	border: solid 1px #ccc;
	padding: 3px 5px;
}

.ws-tour-service span.ws-item,  .ws-tour-service .col-xs-6.col-md-2 {
	display: none;
}

.ws-tour-service span.ws-item.ws-show,  .ws-tour-service .col-xs-6.col-md-2.ws-show {
	display: block;
}

.block-top-tour-node span.ws-item.ws-width-full {
	width: 100%;
	height: auto;
}

.ws-form-title .btn {
	background-color: #4a81ff;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed, .video-container .iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ws-tour-list-client img {
	width: 200px;
	border-radius: 10px;
	overflow:hidden;
}
.ws-tour-list-client {
	max-width: 600px;
	margin: 0 auto 50px auto;
}

.page-winsold-client-tours #block-system-main,
.ws-tour-list-client .media,
.ws-tour-list-client .media-body {
	overflow: visible;
}

.ws-tour-list-client .media {
    margin-top: 20px!important;
    padding-top: 20px;
    border-top: solid 1px #ccc;
}

.ws-tour-list-client .btn-group {
	z-index: 99;
}

ul.zoom-social-icons-list {
	list-style: none;
	padding-left:0;
	overflow: hidden;
}
.zoom-social-icons-list li {
  float: left;
  margin-right: 5px;
  color: #fff;
}
.zoom-social-icons-list li a {
  color:#fff;
}
[class^="socicon-"], [class*=" socicon-"] {
	line-height: 2;
}
.dropdown .dropdown-item {
	display: block;
	padding: 3px 10px;
}

#edit-field-follow-up-und {
	/* height: 250px; */
}

.ws-red-Same, .ws-red-same,
.ws-red-Mid-night, .ws-red-mid-night {
	background-color: #ff0000;
	color: yellow;
	border:solid 1px yellow;
}

#edit-field-ticket-image-und-ajax-wrapper .panel-title {
	color: red;
	font-weight: bold;
}

@media (min-width: 1200px) {
	.field-name-field-price-adjust-desc, .field-name-field-price-adjust-amount {
		float: left;
		width: 50%;
	}
	footer.footer.container {
		width: 100%;
	}
	footer.footer.container .row {
		width: 1170px;
		margin: 0 auto;
	}

	.page-book {
		/* background: linear-gradient(36deg, #1573ca, #0389ff); */
		/* background-color: #5bc0de; */
		background: url(/sites/all/modules/winsold/images/bg-book.jpg) top center;
	}
	.page-book .main-container.container {
		max-width: 800px;
		margin: 30px auto;
		background-color: rgba(255,255,255,1);
		padding: 20px;
		border: solid 1px #ccc;
		border-radius: 5px;
	}
}

@media (min-width: 768px) {
  .navbar.navbar-shrink
  {
    background-color: rgba(0,0,0,0.8);
  }

  .main-container {
	margin-top: 30px;
  }

  body.not-front .navbar.navbar-fixed-top
  {
  	background-color: rgba(0,0,0,0.8);
  	padding: 10px 0;
  }

  body.not-front .navbar.navbar-fixed-top .navbar-brand
  {
  	font-size: 1.5em;
	margin-left: -20px;
    font-family: Oswald, sans-sans-serif;
  }

  h1, .h1 {
  	font-size: 30px;
  }

  .ws-tour-list-admin ul li .ws-tour-info {
	margin-bottom: 0;
  }
}
