﻿/* ============================================
   MAIN CONTENT BOXES (ASY)
   ============================================ */

.m_contMainBox {
	float: left;
	width: 100%;
	padding: 0;
	text-align: justify;
}

.m_contMainBox2 {
	float: left;
	width: 100%;
	padding: 0;
}

.m_contMainBoxLine {
	float: left;
	width: 100%;
	height: 2px;
	background: rgba(59, 35, 19, 1) repeat-x top;
	margin: 0 0 20px;
}

.m_contMainBoxLine2 {
	float: left;
	width: 100%;
	height: 1px;
	padding-bottom: 15px;
	margin-top: 10px;
}

.m_contMainBoxTitleRef {
	float: left;
	width: 100%;
	color: #3b2313 !important;
	font-weight: 600;
	margin: 0 0 30px 0;
}

.m_contMainBoxTitle {
	float: left;
	width: 100%;
	color: #3b2313 !important;
	font-weight: 600;
	margin: 0 0 10px 0;
	font-size: 1.3125rem;
}

.m_contMainBoxCont2 {
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
	word-break: break-word;
}

.m_contMainBoxImg {
	float: left;
	padding: 0 0 8px 0;
	width: 100%;
	display: inline-table;
}

.m_contMainBoxImg2 {
	float: left;
	padding: 8px 0 0 0;
	width: 100%;
	display: inline-table;
}

.m_contMainBoxLeft {
	float: left;
	width: 48%;
	padding: 20px 0 0 0;
}

.m_contMainBoxRight {
	float: right;
	width: 48%;
	padding: 20px 0 0 0;
}

.m_contMainBoxImgLeft {
	float: left;
	width: 100%;
	text-align: left;
}

.m_contMainBoxImgRight {
	float: right;
	width: 100%;
	text-align: right;
}

.m_contMainBoxImgCenter {
	float: left;
	width: 100%;
	text-align: center;
}

.m_contMainBoxSingleBoxImgLeft {
	float: left;
	width: 100%;
	text-align: left;
}

.m_contMainBoxSingleBoxImgRight {
	float: left;
	width: 100%;
	text-align: right;
}

.m_contMainBoxSingleBoxImgCenter {
	float: left;
	width: 100%;
	text-align: center;
}

.m_contMainCon {
	white-space: pre-line;
}

.m_contMainBoxDownload {
	float: left;
	width: 100%;
	font-weight: bold;
	padding-bottom: 20px;
}


/* ============================================
   TITLE POSITIONING
   ============================================ */

.boxTitlePositionLeft {
	text-align: left;
}

.boxTitlePositionRight {
	text-align: right;
}

.boxTitlePositionCenter {
	text-align: center;
}


/* ============================================
   IMAGE ALIGNMENT HELPERS
   ============================================ */

.alignImgLeft {
	margin: 0 20px 8px 0;
	float: left;
}

.alignImgRight {
	margin: 0 0 8px 12px;
	float: right;
}

.alignImgCenter {
	margin: 0 0 8px 0;
}


/* ============================================
   BIG BOX (ROZWIJANE SEKCJE)
   ============================================ */

.bigBoxOfferMain {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.bigBoxOfferSeperator {
	float: left;
	width: 100%;
	height: 1px;
}

.bigBoxOfferMainTitle {
	float: left;
	width: 100%;
	background: #fff;
	color: rgba(59, 35, 19, 1);
	padding: 8px 15px 8px 20px;
	margin: 0 0 20px 0;
	cursor: pointer;
	border: 2px solid rgba(59, 35, 19, 1);
}

.bigBoxOfferTitle {
	float: left;
	width: 70%;
	padding: 6px 0 6px 50px;
	min-height: 34px;
	font-weight: 700;
}

.bigBoxOfferTitleNonIcon {
	float: left;
	width: 70%;
	padding: 6px 0 0 0;
	min-height: 19px;
	font-weight: 700;
}

.bigBoxOfferTitleCont {
	float: left;
	padding: 8px 0 0 50px;
}

.bigBoxOfferTitleBtn {
	float: left;
	width: 30%;
	text-align: right;
	padding-top: 5px;
}

.bigBoxOfferTitleBtnShow {
	float: right;
	text-decoration: none;
	color: #5d655a;
}

.bigBoxOfferTitleBtnHide {
	float: right;
	text-decoration: none;
	color: #5d655a;
}

.bigBoxOfferBoxShow {
	float: left;
	width: 100%;
	padding-left: 4px;
	padding-bottom: 0;
	display: none;
}

.bigBoxOfferShowHeader {
	cursor: pointer;
}

.bigBoxOfferShow {
	float: right;
	text-decoration: none;
	color: #5d655a;
	padding: 3px 25px 5px 0;
	font-size: 14px;
}

.bigBoxOfferHide {
	float: right;
	text-decoration: none;
	color: #5d655a;
	padding: 3px 25px 5px 0;
	font-size: 14px;
	display: none;
}


/* ============================================
   ARROWS
   ============================================ */

.arrow_down {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-right: 2px solid rgba(59, 35, 19, 1);
	border-top: 2px solid rgba(59, 35, 19, 1);
	transform: rotate(135deg);
	margin-left: 4px;
}

.arrow_up {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-right: 2px solid rgba(59, 35, 19, 1);
	border-top: 2px solid rgba(59, 35, 19, 1);
	transform: rotate(-45deg);
	margin-left: 4px;
}
