@charset "utf-8";

/*
-----------------------------------------------
   Author's custom styles based on Bootstrap
-----------------------------------------------

 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

*/


html {
	scroll-behavior: smooth;
}

body {
	overflow-y: scroll; /* scroll bar allways visible */
}

a:focus {
    outline: none;
}

a:focus-visible {
    outline: 2px solid #0177ca;
}

@media (min-width: 768px) {
	.container {
		width: auto;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media (min-width: 1400px) {
	.container {
	  width: 1320px;
	}
}

@media (min-width: 1600px) {
	.container {
		width: 1470px;
	}
}

@media (min-width: 1920px) {
	.container {
		width: 1600px;
	}
}


/* --- content-wrapper (podstrony) --- */

.content-wrapper {
	line-height: 1.7;
	min-height: 150px;
    overflow: hidden;
}

.content-wrapper img {
	max-width: 100%;
	height: auto;
}

.content-wrapper iframe {
	max-width: 100%;
	border-radius: 0px;
}

@media (min-width: 992px) {

	.content-wrapper {
		min-height: 300px;
	}
}


/* --- forms --- */

.form-control {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #CCCCCC;
	border-radius: 0px;
	box-shadow:  none;
	color: #555555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.5;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width: 100%;
}

.form-control:focus {
	border-color: #0177ca;
	outline: 0;
	box-shadow: none;
}

textarea.form-control {
    height: auto;
	resize: vertical;
	min-height: 132px;
}

input[type=checkbox] {
  accent-color: #0177ca;
}

input[type=radio] {
  accent-color: #0177ca;
}


.form-data-info {
	border: 2px solid #DDDDDD;
    border-radius: 0px;
	font-size: 13px;
	padding: 15px 15px;
	margin-bottom: 15px;
}

.form-data-info a {
	font-weight: 600;
}

.form-captcha {
	width: 200px;
	margin-bottom: 15px;
}

.form-captcha img {
	margin-bottom: 15px;
    border-radius: 0px;
}


/* --- alert --- */

.alert {
	border-radius: 0px;	
}

.alert-form {
	margin-top: 0px;
	margin-bottom: 1px;
	padding: 7px 12px;
	font-size: 0.9em;
	font-weight: 400;
}


/* --- btn--- */

.btn {
	border: 0px solid transparent;
	border-radius: 0px;
	transition: background 0.3s ease-in-out;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	box-shadow: none;
}


/* --- breadcrumb --- */

.breadcrumb {
	padding: 15px 0px;
	margin-bottom: 0px;
	list-style: none;
	background-color: #FFFFFF;
	border-radius: 0px;
	font-size: 13px;
	white-space: normal;
	overflow-x: hidden;
}

.breadcrumb-bcg {
	width: 100%; 
	background: #FFFFFF;		
}

@media only screen and (hover: none) and (max-device-width: 767px) { /* mobile */
	.breadcrumb {
		white-space: nowrap;
		overflow-x: scroll;
	}
}


/* --- lista aktualności (strona główna i podstrony) --- */

.news-section {
	background: #EFEFEF;
	margin-top: 60px;
	padding-bottom: 40px;
}

.news-section h2 {
 	margin: 40px 0 30px 0;
 	padding: 0;
	font-size: 25px;
	text-align: center;
}

.news-boxes {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-left: -15px;
	margin-right: -15px;
}

.news-box {
	width: 100%;
    overflow: hidden;
	margin-bottom: 50px;
	padding: 0px 15px 50px 15px;
	align-self: flex-start;
}

.news-box .news-box-img {
	height: 190px;
	margin-bottom: 15px;
}

.news-box .news-box-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.news-box-heading {
	color: #333333;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 15px;
}

.news-box-heading a {
	color: #333333;
	transition: color 0.3s ease-in-out;
}

.news-box-heading a:hover,
.news-box-heading a:hover
{
	color: #0177ca;
}

.news-box-date {
	color: #827F7F;
	margin-bottom: 15px;
}

.news-box-part {
	line-height: 1.7;
	margin-bottom: 20px;
}

.news-box-more a {
	background: #0177ca;
	font-size: 13px;
	padding: 5px 20px;
	border-radius: 5px;
	font-weight: 600;
	color: #FFF;
	transition: background 0.3s ease-in-out;
}

.news-box-more a:hover,
.news-box-more a:focus {
	background: #333333;
	color: #FFF;
}

@media (min-width: 768px) {

	.news-boxes {
		flex-direction: row;
	}

	.news-box {
		width: 33.33333333%;
	}

}


/* --- aktualność --- */

.news-main-img {
	background: #FFFFFF;
	border: 0px solid #CCCCCC;
	border-radius: 0;
	margin-bottom: 30px;
	text-align: left;
	max-height: 150px;
	overflow: hidden;
}

.news-main-img img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

@media (min-width: 768px) {
	.news-main-img {
		max-height: 350px;
	}
}


/* --- promowane oferty - sekcja (strona główna) --- */

.promo-offers-section {
	background: #EFEFEF;
	margin-top: 60px;
	padding-bottom: 40px;
}

.promo-offers-section h2 {
 	margin: 40px 0 30px 0;
 	padding: 0;
	font-size: 25px;
	text-align: center;
}


/* --- baner (podstrony) --- */

.pb-wrapper {
	position: relative;
	margin: 0;
}

.p-banner {
	position: relative;
	margin: 0;
	min-height: 120px;
	overflow: hidden;
	background-color:#000;
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
}

.p-banner-txt {
	font-size: 33px;
    margin: 30px 0;
	font-weight: 700;
	line-height: 1.5;
    text-transform: uppercase;
    color: #F4F4F4;
}

@media (min-width: 576px) {

	.p-banner-txt {
		font-size: 36px;
	}
}

@media (min-width: 768px) {
	
	.p-banner-txt {
		font-size: 40px;	
	}
}

@media (min-width: 992px) {

	.p-banner-txt  {
		font-size: 44px;
        margin: 40px 0;
	}
}

@media (min-width: 1200px) {

	.p-banner {
		min-height: 150px;
	}

	.p-banner-txt  {
		font-size: 48px;
        margin: 50px 0;
	}
}

@media (min-width: 1970px) {

	.p-banner {
		width: 1920px;
		margin-left: auto; margin-right: auto;
	}
    
    .p-banner-txt  {
		font-size: 52px;
	}
    
}


/* --- menu boczne: wszystkie --- */

.nav-pills {
	 margin-bottom:20px 
}

.nav-pills > li > a {
	border-radius: 0px;
	color: #333333;
    padding: 10px 20px 10px 20px;

}

.nav-pills > li.nav-pill-child > a {
    padding-left: 40px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #FFFFFF;
	background-color: #0177ca;
}

.nav-stacked > li + li {
  margin-top: 0px;
}


/* menu boczne: podstrony, oferty */

.content-submenu-wrapper, .offer-submenu-wrapper {
	margin-top: 30px;
}

.content-prev, .offer-cat-prev {
	margin-top: 20px;
	overflow: hidden;
}

.content-prev a, .offer-cat-prev a {
	font-weight: 600;
	color: #0177ca;
}

.content-prev a:hover, .content-prev a:focus,
.offer-cat-prev a:hover, .offer-cat-prev a:focus
{
	color: #828282;
}

.content-submenu, .offer-submenu  {
	margin-top: 20px;
	border: 1px solid #E7E7E7;
	border-radius: 0px;
	overflow: hidden;
}

@media (min-width: 992px) {

	.content-submenu-wrapper, .offer-submenu-wrapper {
		margin-top: 50px;
	}
}


/* --- sortmenu --- */

.sortmenu {
	padding: 10px 0 20px 0;
}

.sortmenu .form-control {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	color: #555555;
	font-weight: bold;
	padding: 6px 12px;
	height: 34px;
}

@media (min-width: 768px) {

	.sortmenu {
		text-align: right;
	}
	.sortmenu .form-group {
		margin-left: 20px;
	}
	.sortmenu .form-group .input-wide {
		width: 250px;
	}

}

.btn-sort {
	color: #fff;
	background-color: #0177ca;
	font-weight: 600;
	font-size: 14px;
	padding: 7px 15px;
	text-align: center;
}

.btn-sort:hover,
.btn-sort:focus {
	background-color: #939393;
	color: #fff;
}


/* --- contact --- */

.contact-box-form .form-control {
	background-color: #FFFFFF;
	border: 2px solid #DDDDDD;
	color: #555555;
	font-weight: bold;
	padding: 12px 15px;
	height: 46px;
}

.contact-box-form .form-control:focus {
	border-color: #0177ca;
}

.contact-box-form textarea.form-control {
	min-height: 170px;
	padding-top: 15px;
}

.contact-box {
    overflow: hidden
}

.contact-box h2 {
	margin-top: 0;
}

@media (min-width: 992px) {

	.contact-box h2 {
		margin-top: 0;
	}

	.contact-box-form h2 {
		margin-top: 0;
	}
	
}


/* --- contact: report --- */

.report-box-form .form-control {
	background-color: #FFFFFF;
	border: 2px solid #DDDDDD;
	color: #555555;
	font-weight: bold;
	padding: 12px 15px;
	height: 46px;
}

.report-box-form .form-control:focus {
	border-color: #0177ca;
}

.report-box-form textarea.form-control {
	min-height: 180px;
	padding-top: 15px;
}

.report-box h2 {
	margin-top: 0;
}

@media (min-width: 992px) {

	.report-box h2 {
		margin-top: 0;
	}

	.report-box-form h2 {
		margin-top: 0;
	}
	
}


/* btn send */

.btn-send {
	color: #fff;
	background-color: #0177ca;
	font-weight: 600;
	font-size: 14px;
	padding: 12px 30px;
	text-align: center;
}

.btn-send:hover,
.btn-send:focus {
	background-color: #939393;
	color: #fff;
}


/* --- gallery / thumbnail --- */

.gallery {
	margin-top: 20px;
}

.gallery-separator {
	clear: both;
	width: 100%; 
	height: 5px; 
}

.thumbnail {
	border: 1px solid #DDD;
	border-radius: 0px;
}

a.thumbnail {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 100%;
	height: 90px;
}

a.thumbnail-horizontal {
	width: 100%;
	height: 90px;
}

a.thumbnail-square {
	width: 100px;
	height: 100px;
}

a.thumbnail-vertical {
	width: 100px;
	height: 140px;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
 	border-color: #0177ca;
}

a.thumbnail > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media (min-width: 320px) {

	a.thumbnail {
		height: 120px;
	}
	a.thumbnail-horizontal {
		height: 120px;
	}
	a.thumbnail-square {
		width: 120px;
		height: 120px;
	}
	a.thumbnail-vertical {
		width: 120px;
		height: 168px;
	}
}

@media (min-width: 375px) {

	a.thumbnail {
		height: 150px;
	}
	a.thumbnail-horizontal {
		height: 150px;
	}
	a.thumbnail-square {
		width: 150px;
		height: 150px;
	}
	a.thumbnail-vertical {
		width: 150px;
		height: 210px;
	}
}

@media (min-width: 768px) {

	a.thumbnail {
		height: 190px;
	}
	a.thumbnail-horizontal {
		height: 190px;
	}
	a.thumbnail-square {
		width: 100%;
		height: 157px;
	}
	a.thumbnail-vertical {
		width: 100%;
		height: 219px;
	}
}

@media (min-width: 992px) {

	a.thumbnail {
		height: 150px;
	}
	a.thumbnail-horizontal {
		height: 150px;
	}
	a.thumbnail-square {
		height: 212px;
	}
	a.thumbnail-vertical {
		height: 296px;
	}
}

@media (min-width: 1200px) {

	a.thumbnail {
		height: 190px;
	}
	a.thumbnail-horizontal {
		height: 190px;
	}
	a.thumbnail-square {
		height: 262px;
	}
	a.thumbnail-vertical {
		height: 366px;
	}
}

@media (min-width: 1400px) {

	a.thumbnail {
		height: 230px;
	}
	a.thumbnail-horizontal {
		height: 230px;
	}
	a.thumbnail-square {
		height: 298px;
	}
	a.thumbnail-vertical {
		height: 396px;
	}
}

@media (min-width: 1600px) {

	a.thumbnail {
		height: 230px;
	}
	a.thumbnail-horizontal {
		height: 230px;
	}
	a.thumbnail-square {
		height: 335px;
	}
	a.thumbnail-vertical {
		height: 396px;
	}
}

@media (min-width: 1920px) {

	a.thumbnail {
		height: 250px;
	}
	a.thumbnail-horizontal {
		height: 250px;
	}
	a.thumbnail-square {
		height: 368px;
	}
	a.thumbnail-vertical {
		height: 426px;
	}
}

/* --- media: gallery --- */

.media-gallery {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -5px;
	margin-right: -5px;
}

.media-gal-pic {
	width: 33.33333333%;
	padding: 0px 5px;
}


/* media: gallery (content) */

.media-pic {
	width: 100%;
	padding: 0px 5px;
	margin-bottom: 10px;
}

.media-pic img {
	max-width: 100%;
	height: auto;;
}

a.media-gal-thmb {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 0px;
	height: 90px;
	padding: 0px;
	background-color: #fff;
	transition: border .3s ease-in-out;
}

a.media-gal-thmb:hover,
a.media-gal-thmb:focus,
a.media-gal-thmb.active {
 	border-color: #0177ca;
}

a.media-gal-thmb > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media (min-width: 320px) {
	a.media-gal-thmb {
		height: 120px;
	}
}

@media (min-width: 375px) {
	a.media-gal-thmb {
		height: 150px;
	}
}

@media (min-width: 768px) {
	a.media-gal-thmb {
		height: 150px;
	}
}

@media (min-width: 992px) {
	a.media-gal-thmb {
		height: 150px;
	}
}

@media (min-width: 1200px) {
	a.media-gal-thmb {
		height: 190px;
	}

}


/* --- media: documents --- */

.media-documents {
	margin-top: 20px;
	margin-bottom: 20px;
}

.media-doc {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	margin: 0;
	padding: 0;
}

.media-doc-icon {
	padding: 10px 0;
}

.media-doc-icon img {
	width: 29px;
	min-width: 29px;
	height: auto;
}

.media-doc-desc {
	padding: 18px 0 15px 15px;
	font-size: 0.9em;
}


/* --- lista ofert (wersje: list / boxes) --- */

.offers-list {
	margin-top: 10px;
	display: block;
}

.offers-boxes {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-left: -15px;
	margin-right: -15px;
}

.offers-boxes-more {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}

.offers-boxes-more a {
    background: #0177ca;
    color: #FFF;
    font-weight: 600;
    padding: 15px 30px;
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
}

.offers-boxes-more a:hover,
.offers-boxes-more a:focus
{
    background: #828282;
    color: #fff;
}

.offers-list .offers-item-wrapper {
	width: 100%;
	margin-bottom: 15px;
}

.offers-boxes .offers-item-wrapper {
	width: 100%;
	padding: 0px 15px 30px 15px;
	align-self: flex-start;
}

.offers-item {
	border: 1px solid #CCCCCC;
	width: 100%;
	overflow: hidden;
	padding: 15px 15px 0 15px;
	background: #FFF;
    transition: all 0.3s ease-out;
}

.offers-item:hover,
.offers-item:focus {
    border: 1px solid #0177ca;
}

.offers-list .offers-item {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.offers-item-img {
	padding: 0px;
	background: #FFFFFF;
	border: 0px dashed #CCCCCC;
	text-align: center;
	overflow: hidden;
}

.offers-list .offers-item-img {
	margin-right: 15px;
	margin-bottom: 15px;
	width: 150px;
	min-width: 150px;
	height: 100px;
}

.offers-boxes .offers-item-img {
	margin-bottom: 15px;
	min-width: 150px;
	max-width: 100%;
	height: 100px;
}

.offers-item-img img {
	max-width: 100%;
	max-height: 100%;
}

.offers-item-data {
	text-align: left;
	padding-bottom: 15px
}

.offers-boxes .offers-item-names {
	height: 70px;
	overflow: hidden;
}

.offers-item-name {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 7px;
}

.offers-item-name-add {
	font-size: 13px;
	line-height: 1.4;
	font-weight: 600;
	margin-top: -5px;
	margin-bottom: 7px;
}

.offers-item-part {
	font-size: 13px;
	margin-bottom: 10px;
}

.offers-boxes .offers-item-part {
	display: none;
}

.offers-item-prices {
	margin-top: 10px;
	height: 50px;
}

.offers-item-price {
	font-weight: 600;
}

.offers-item-price-primary {
	font-size: 0.9em;
	text-decoration: line-through;
}


@media (min-width: 384px) {

	.offers-list .offers-item {
		flex-direction: row;
	}
}

@media (min-width: 484px) {

	.offers-boxes {
		flex-direction: row;
	}
	
	.offers-boxes .offers-item-wrapper {
		width: 50%;
		align-self: flex-start;
	}
}

@media (min-width: 768px) {

	.offers-boxes .offers-item-wrapper {
		width: 33.33333333%;
	}

}


/* --- oferta / produkt (karta produktu) --- */

.offer-status {
	color: #fff;
	padding: 5px 15px;
	margin-bottom: 5px;
	display: table;
	border-radius: 0px;
	font-weight: 600;
}

.offer-status-onorder {
	background: #999999
}

.offer-status-unavailable {
	background: #9F1811;
}

.offer-img {
	background: #FFFFFF;
	border: 0px solid #CCCCCC;
	border-radius: 0px;
	margin-bottom: 30px;
	text-align: center;
	max-height: 350px;
	overflow: hidden;
}

.offer-img img {
	max-width: 100%;
	max-height: 300px;
}

.offer-txt {
	color: #333333;
    overflow: hidden;
	margin-bottom: 30px;
}

.offer-txt iframe {
	max-width: 100%;
	border-radius: 0px;
}

.offer-p {
	color: #777777;
	margin-bottom: 10px;
}

.offer-p b {
	color: #333333;
}

.offer-p-img {
	margin-bottom: 10px;
}

.offer-p-img img {
	max-width: 150px;
	height: auto;
}


.offer-name-add {
	color: #777777;
	margin-bottom: 10px;
}

.offer-name-add b {
	color: #333333;
}

.offer-param-1 {
	color: #777777;
	margin-bottom: 10px;
}

.offer-param-1 b {
	color: #333333;
}

.offer-action-box {
    margin-bottom: 30px;
}

.offer-price {
	margin-bottom: 30px;
	font-size: 25px;
	line-height: 1;
	font-weight: 600;
}

.offer-price-units {
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
}

.offer-price-primary {
	margin-top: -20px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1;
	text-decoration: line-through;
	font-weight: 500;
}

.offer-price-primary .offer-price-units {
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
}


/* --- offer ask --- */

.btn-ask {
	width: 100%;
	color: #fff;
	background-color: #0177ca;
	font-weight: 600;
	font-size: 14px;
	padding: 14px 21px;
	display: block;
	text-align: center;
}

.btn-ask-1 {
	background-color: #333333;
}

.btn-ask:hover,
.btn-ask:focus {
	background-color: #939393;
	color: #fff;
}

.btn-ask-explain {
	color: #777777;
	font-size: 0.9;
	padding: 15px;
}


/* --- offer ask form --- */

.offer-ask-form-wrapper {
	margin-top: 25px;
    overflow: hidden;
}

.offer-ask-form-wrapper h1 {
	margin-bottom: 20px;
}

.offer-ask-form-of-name {
	padding: 12px 15px;
    overflow: hidden;
	border: 2px solid #CCCCCC;
	font-weight: 600;
	margin-bottom: 20px;
}

.offer-ask-form-wrapper .form-group {
	margin-bottom: 20px;
}

.offer-ask-form-wrapper .form-control {
	background-color: #FFFFFF;
	border: 2px solid #DDDDDD;
	color: #555555;
	font-weight: bold;
	padding: 12px 15px;
	height: 46px;
}

.offer-ask-form-wrapper .form-control:focus {
	border-color: #0177ca;
}

.offer-ask-form-wrapper textarea.form-control {
	padding-top: 15px;
}


@media (min-width: 992px) {

	.offer-ask-form-wrapper {
		margin-top: 45px;
		padding: 0 200px;
	}

}


/* --- persons --- */

.persons-wrapper {
    margin-top: 15px;
}

.person {
    padding-top: 30px;
}

.person-img {
    padding-bottom: 15px;
}

.person-img img {
	max-width: 100%;
	height: auto;
}


/* --- mapa-- */

.g-map {
	display: block;
	margin: 0px 0 30px 0;
	padding: 0px;
}
.g-map iframe {
	width: 100%;
	height: 420px ;
	border: none;
}


/* --- scroll-top --- */

.scroll-top {
	position: fixed;
	bottom: 80px;
	right: 15px;
	width: 41px;
	height: 41px;
	padding: 15px 0 0 11px;
	background: rgba(172,172,172,0.70);
	display: none;
	transition: opacity 0.3s ease-out;
	opacity: 0;
	cursor: pointer;
    font-size: 14px;
}

.scroll-top-visible {
  	opacity: 1;
}

.scroll-top-on {
	display: block;
}

.scroll-top .to-top-arrow {
	border: solid #FFFFFF;
	border-width: 3px 0 0 3px;
	border-top-left-radius: 2px;
	display: inline-block;
	padding: 8px;
	transform: rotate(45deg);
	transition: all 0.3s ease-out;
}

@media (min-width: 992px) {
	.scroll-top {
		right: 40px;
	}
}


/* --- cookie-bar --- */

.cookie-bar {
	background: rgba(76,76,76,0.85);
	height: auto;
	width: 100%;
	z-index: 999999999;
	position: fixed;
	bottom: 0;
	color: #FFFFFF;
	text-align: center;
	padding: 20px 2px 20px 2px;
	line-height: 1.5;
	display: none;
}

.cookie-bar-opened {
	display: block;
}

.cb-txt {
	font-size: 13px;
}

.cb-txt a {
	color: #FFFFFF;
	font-weight: bold;
}

.cb-txt a:hover,
.cb-txt a:focus {
	color: #D9D9D9;
}

.cb-actions {
	margin-top: 15px;
}

.cb-actions a {
	display: inline-block;
	text-decoration: none;
	padding: 7px 10px;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	border-radius: 10px;
	transition: background 0.3s ease-in-out
}

.cb-actions #cb-accept-button {
	background: #FFFFFF;
}

.cb-actions #cb-adjust-button {
	margin-right: 20px;
	background: #FFFFFF;
}

.cb-actions #cb-accept-button:hover,
.cb-actions #cb-adjust-button:hover
{
	background: #D9D9D9;
	color: #333333;
}


/* --- order --- */

.offer-order-form-wrapper {
	margin-top: 25px;
}

.offer-order-form-wrapper h1 {
	margin-bottom: 20px;
}

.offer-order-form-h {
	font-size: 18px;
	color: #999999;
	font-weight: 600;
	padding-top: 35px;
	padding-bottom: 20px;
}

.offer-order-form-wrapper .form-group {
	margin-bottom: 20px;
}

.offer-order-form-wrapper .form-control {
	background-color: #FFFFFF;
	border: 2px solid #DDDDDD;
	color: #555555;
	font-weight: bold;
	padding: 12px 15px;
	height: 46px;
}

.offer-order-form-wrapper .form-control:focus {
	border-color: #0177ca;
}

.offer-order-form-wrapper textarea.form-control {
	padding-top: 15px;
}

.form-group-off {
	display: none;
}

@media (min-width: 992px) {

	.offer-order-form-wrapper {
		margin-top: 45px;
		padding: 0 200px;
	}

}


/* order summary */

.order-summary {
	width: 100%;
	border: 2px solid #CCCCCC;
	overflow: hidden;
	padding: 12px 15px;
	margin-bottom: 15px;
}

.order-summary-offer {
	width: 100%;
	overflow: hidden;
}

.order-summary-offer a {
	font-weight: 600;
	margin-bottom: 5px;
}

.order-summary-price {
	width: 100%;
	overflow: hidden;
	padding-top: 5px;
}

.order-summary-quantity {
	width: 100%;
	overflow: hidden;
	padding-top: 5px;
	text-align: left;
}

.order-total {
	width: 100%;
	overflow: hidden;
	padding-top: 15px;
	clear: both;
}

.order-summary-cd {
	width: 100%;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	padding: 15px;
	margin-bottom: 15px;
}

.order-purchaser-basic-data {
	width: 100%;
	overflow: hidden;
}

.order-purchaser-inv-data {
	width: 100%;
	overflow: hidden;
}

.order-payment-info {
	width: 100%;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	padding: 15px;
	margin-bottom: 15px;
}

@media (min-width: 768px) {

	.order-summary:after {
		clear: both;
		display: table;
		content: "";
	}

	.order-summary-offer {
		float: left;
		width: 50%;
	}

	.order-summary-price {
		float: left;
		width: 30%;
		padding: 0 15px;
	}

	.order-summary-quantity {
		float: left;
		width: 20%;
		padding: 0 15px;
		text-align: center;
	}

	.order-summary-cd:after {
		clear: both;
		display: table;
		content: "";
	}

	.order-purchaser-basic-data {
		float: left;
		width: 50%;
	}

	.order-purchaser-inv-data {
		float: left;
		width: 50%;
		padding: 0 15px;
	}

}


/* btn order */

.btn-order {
	width: 100%;
	color: #fff;
	background-color: #0177ca;
	font-weight: 600;
	font-size: 14px;
	padding: 14px 21px;
	display: block;
	text-align: center;
}

.btn-order:hover,
.btn-order:focus {
	background-color: #939393;
	color: #fff;
}

.btn-order-1 {
	margin-bottom: 15px;
}


/* --- order result --- */

.order-result-wrapper {
	margin-top: 25px;
	min-height: 250px;
}

.order-result-icon img {
	max-width: 95px;
	height: auto;
}

.order-result-wrapper h1 {
	margin-bottom: 20px;
}
.order-result-desc {
	margin-top: 20px;
	font-size: 12px;
}


@media (min-width: 992px) {

	.order-result-wrapper {
		margin-top: 45px;
		min-height: 350px;
		padding: 0 200px;
	}
}
