body {
	padding-top: 2px;
	text-decoration: none;
	background-color: RGB(250, 250, 250);
}

a, p {
	font-family: 'Lato', sans-serif;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
}

.container {
	background-color: RGB(255, 255, 255);
}

.general_container {
	max-width: 1172px;
	margin: 0 auto;
	border: 1px solid RGB(122, 131, 129);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.modal {
	overflow-y: auto;
	margin-top: -26px;
	padding: 0;
}

.modal-content {
	overflow-y: auto;
	height: 100%;
	padding: 0;
}

.modal-lg {
	overflow-y: auto;
	//max-width: none;
	//max-height: none;
	width: 96%;	
	height: 95%;
	padding: 0;
	border: 2px solid RGB(121, 131, 129);
}

.modal-body {
	height: 100%;
}

.promo_newsletter {
	max-height: 100%;
	width: 100%;
}

#image_ {
	height: 300px;
	width: auto;
	display: none;
}

#newsletter_modal {
	max-height: 5px;
}

#newsletter_close {
	margin-top: -14px;
}

#header, #menu_header {
	padding: 0;
}

#header {
	max-height: 93px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background: -webkit-linear-gradient(RGB(255, 157, 170), RGB(162, 0, 11) 5%);
	background: -moz-linear-gradient(RGB(255, 157, 170), RGB(162, 0, 11) 5%);
	background: linear-gradient(RGB(255, 157, 170), RGB(162, 0, 11) 5%);
}

#header_img {
	//width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}

/* menu */
#menu {
  	text-align: center;
}

#menu ul {
	display: inline-block;
	float: none;
 	vertical-align: top;
}

#menu_container {
	//width: 100%;
}

/*.icon-bar {
	color: RGB(221, 221, 221);
	border: 1px solid RGB(221, 221, 221);
}*/

.navbar-default .navbar-toggle .icon-bar {
	background-color: RGB(221, 221, 221);
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: RGB(65, 65, 65);
}

.home_img img {
	margin: 0 auto;
	border: 2px groove RGB(121, 131, 129);
}

.home_img img:hover {
	border: 2px groove RGB(65, 65, 65);
	transition: all 0.2s linear;
}

.navbar {
	margin-bottom: 0;
	width: 100%;
	background-color: RGB(122, 131, 129);
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus {
	background-color: RGB(122, 131, 129);
	border-radius: 20px;
	color: white;
	transition: all 0.5s linear;
}

.navbar-default .navbar-nav > li > a:hover {
	background-color: RGB(65, 65, 65);
	border-radius: 20px;
	color: white;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: RGB(122, 131, 129);
	border-left: 2px solid RGB(126, 0, 10);
	border-right: 2px solid RGB(126, 0, 10);
	border-radius: 20px;
	color: white;
}

.navbar-default .navbar-nav > .active > a:hover {
	background-color: RGB(65, 65, 65);
}

.dropdown-menu {
	background-color: RGB(122, 131, 129);
	//visibility: hidden;
}

.dropdown-menu > li {
	height: 38px;
	vertical-align: middle;
}

.dropdown-menu > li:hover, .dropdown-menu > li > a:hover {
	background-color: RGB(65, 65, 65);
	color: white;
	border-radius: 15px;
	transition: all 0.2s linear;
}

.dropdown-menu > li > a {
	height: 38px;
}

.dropdown-menu > li > a > p {
	font-family: 'Lato', sans-serif;
	color: white;
	margin-top: 5px;
}

/* slider */
.carousel-inner > .item > img /*.carousel-inner > .item > a > img*/ {
	//margin: auto;
	max-width: 100%;
	max-height: 470px;
}

#slider {
	border-bottom: 2px ridge RGB(122, 131, 129);
	border-top: 2px ridge RGB(122, 131, 129);
}

/* center */
.center {
	padding-top: 16px;
}

.middle {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.center_field {
	margin-top: 20px;
	background-color: RGB(126, 0, 10);
	color: white;
	border-radius: 10px;
}

.header {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-top: 10px;
}

.center_description {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	line-height: 180%;
}

.center_description span {
	float: right;
}

.next_0 {
	padding-top: 10px;
}

.next_01 {
	padding-top: 17px;
}

.next_1 {
	padding-top: 30px;
}

.next_2 {
	padding-top: 50px;
}

.next_3 {
	margin-top: 20px;
}

.red_field {
	background-color: RGB(126, 0, 10);
	color: white;
}

.thumbnail {
	text-align: center;
}

.caption {
	text-align: center;
}

#home_description {
	margin: 0 auto;
	max-width: 80%;
	min-height: 40px;
	background-color: RGB(162, 0, 10);
	color: white;
	text-align: center;
	//border: 1px solid blue;
}

#home_description p {
	font-size: 20px;
	margin-top: 5px;
	font-family: 'Lato', sans-serif;
}

#home_description span {
	color: RGB(122, 131, 129);
}

/*#myBook {
	display: none;
	position: relative;
	float: left;
	width: 604px;
	height: 362px;
}

.imBookPage {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 360px;
	color: red;
	overflow: hidden;
	border: 1px solid blue;
}*/

.promo_container {
	width: 100%;
	height: 100%;
	background-color: RGB(221, 221, 221) ; // #eee
	border: 1px groove RGB(121, 131, 129);
	//z-index: 9999;
	//background-image: url("../images/logo.png");
}

.zoom_ {
	width: 500px;
	height: 600px;
	cursor: url(openhand.cur), auto;
	//border: 1px solid blue;
}

.promo {
	margin-top: -10px
}

.promo_ver {
	width: auto;
	//border-bottom: 1px groove RGB(121, 131, 129);
	/*border-left: 1px solid RGB(121, 131, 129);
	border-right: 1px solid RGB(121, 131, 129);
	border-radius: 5px;*/
	text-align: center;
	color: RGB(121, 131, 129);
}

.promo_ver span {
	margin-left: 5%;
}

.promo_ver a:hover, .promo_ver a:focus {
	color: RGB(65, 65, 65);
}


.promo_first {
	margin-left: 5%;
	color: RGB(121, 131, 129);
}

.promo_second {
	margin-left: 2%;
	color: RGB(121, 131, 129);
}

/*.test__ img{
	width: 100%;
	height: 100%;
}*/

#gratis p {
	float: left;
	font-size: 25px;
	font-weight: 700;
	color: RGB(126, 0, 10);
	margin-left: 95px;
	margin-top: -50px;
}

#gratis img {
	margin-left: 240px;
	margin-top: -80px;
}

#home_offer {
	margin-top: 0px;
	//width: 50%;
	text-align: center;
	font-size: 16px;
}

#offer_image {
	margin-top: 20px;
}

#offer_image img {
	margin: 0 auto;
	max-height: 200px;
	border: 2px solid RGB(121, 131, 129);
	border-radius: 5px;
}

#offer_image img:hover {
	border: 2px solid RGB(65, 65, 65);
	border-radius: 5px;
	transition: all 0.2s linear;
}

.test_ {
	//height: 500px;
}

#invite {
	position: absolute;
	margin-left: 56px;
	z-index: -9999;
}

/* offer */
ul.pagination {
	
}

ul.pagination > li > a {
	cursor: pointer;
	color: RGB(65, 65, 65);
}

ul.pagination > li > a:hover,
ul.pagination > li > a:focus {
	color: RGB(250, 250, 250);
	background: RGB(122, 131, 139);
}

.pagination_active {
	color: RGB(250, 250, 250) !important;
	background: RGB(122, 131, 139) !important;
    /* background-color: #eee;
       border-color: #ddd; */
}

.pagination_wait {
	position: absolute;
	width: 97%;
	margin-top: -5px;
	//visibility: hidden;
	//margin-top: -2px;
}

.offer_row {
	width: 90%;
	margin: 0 auto;
}

.zoom_01 {
	cursor: pointer;
}

.p {
	cursor: pointer;
}

.margin-left {
	border-left: 2px ridge RGB(250, 250, 250);
}

.margin-left {
	border-right: 2px ridge RGB(250, 250, 250);
}

.btn_info {
	margin-top: -10px;
	width: 80%;
	background-color: RGB(162, 0, 10);
}

.btn_info:hover {
	background-color: RGB(182, 0, 10);
}

.btn_zoom {
	width: 100%;
	margin: 0 auto;
	margin-top: -15px;
	margin-bottom: 10px;
	background-color: RGB(162, 0, 10);
}

.btn_zoom:hover, .btn_zoom:focus {
	background-color: RGB(182, 0, 10);
}


.category {
	width: 90%;
	margin: 0 auto;
}

.offer_img {
	margin-top: 20px;
}

.offer_img_2 {
	margin: 0 auto;
}

.offer_img_row {
	max-width: 80%;
	margin: 0 auto;
}

.offer_img img {
	
}

.offer_img span {
	font-weight: 700;
}

.available_icon_min {
	position: relative;
	max-width: 65px;
	float: right;
	margin-right: 2px;
	margin-top: -85px;
}

.offer_description {
	display: none;
}

.head {
	max-width: 80%;
	margin: 0 auto;
	min-height: 30px;
	background-color: RGB(162, 0, 10);
	color: white;
	text-align: center;
}

.offer_more {
	max-width: 80%;
	margin: 0 auto;
	//text-align: right;
}

.offer_more_desc {
	width: auto;
	float: right;
}

.offer_more_desc a {
	color: RGB(121, 131, 129);
	font-size: 14px;
	border-bottom: 2px groove RGB(162, 0, 10);
	border-left: 2px groove RGB(162, 0, 10);
	border-right: 2px groove RGB(162, 0, 10);
	border-radius: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.offer_more_desc a:hover {
	color: RGB(65, 65, 65);
	font-size: 14px;
	border-bottom: 2px groove RGB(162, 0, 10);
	border-left: 2px groove RGB(162, 0, 10);
	border-right: 2px groove RGB(162, 0, 10);
	border-radius: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	transition: all 0.2s linear;
}

.head p {
	font-size: 15px;
	margin-top: 5px;
}

.nav-stacked > li > a {
	background-color: RGB(122, 131, 129);
	color: RGB(254, 254, 254);
}

.nav-stacked > li > a:hover, .nav-stacked > li > a:focus {
	background-color: RGB(65, 65, 65);
	color: RGB(254, 254, 254);
	transition: all 0.2s ease;
}

.modal_img img {
	margin: 0 auto;
}

.modal-body p {
	margin-top: 5px;
}

.modal-body span {
	float: right;
}

.modal-body img {
	margin: 0 auto;
}

.modal_header {
	text-align: center;
	font-weight: 700;
}

#offer_menu .popover {
	max-width: none;
	width: 450px;
	height: 340px;
}

.b_color {
	cursor: pointer;
}

.b_color_row {
	//display: none;
}

.b_header {
	text-align: center;
	font-weight: 700;
}

.c_img {
	display: none;
	cursor: pointer;
}

.c_img_first {
	cursor: pointer;
}

.c_row > .thumbnail {
	margin: 0 auto;
	min-width: 100px;
	cursor: pointer;
}

.c_row > .thumbnail:hover, .fs_row > .thumbnail:focus {
	background-color: RGB(240, 240, 240);
}

.ct_thumbnail {
	max-height: none;
	height: 277px;;
}

.ct_img {
	margin: 0 auto;
}

.f_row {
	text-align: center;
}

.f_row > .thumbnail {
	margin: 0;
	width: 80%;
	display: inline-block;
	*display: inline;
	float: none;
}

.f_row > .thumbnail:hover {
	cursor: pointer;
	background-color: RGB(240, 240, 240);
}

.f_img, .f_desc {
	display: none;
}

.f_img, .f_img_first {
	cursor: pointer;
}

.f_desc, .f_desc_first {
	margin: 0;
}

.f_desc > .header, .f_desc_first > .header {
	text-align: center;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}

.f_desc span {
	font-weight: 700;
}

.f_border {
	border: 1px solid white;
}

.offer_img_f {
	margin: 0;
	margin-top: 20px;
	max-height: 418px;
}

.fs_row {
	margin-top: 20px;
}

.fs_row > .thumbnail {
	margin: 0 auto;
	min-height: 60px;
	cursor: pointer;
}

.fs_row > .thumbnail:hover, .fs_row > .thumbnail:focus {
	background-color: RGB(240, 240, 240);
}

.fs_img {
	float: left;
}

.fs_img_first {
	//cursor: pointer;
}

.fs_img_min {
	max-height: 50px;
}

.fs_img_center {
	margin: 0 auto;
}

.fs_img_ver {
	margin-left: 80px;
}

.fs_header {
	text-align: center;
	font-weight: 700;
	font-size: 16px;
}

.fs_left {
	margin-left: 230px;
}

.fs_left_2 {
	margin-left: 109px;
}

.fs_components_1 {
	display: none;
}

.color {
	float: left;
	margin-top: 5px;
}

.color_2 {
	margin-top: 5px;
}

.offer span {
	font-weight: 700;
	font-size: 16px;
}

.content {
	display: none;
}

#offer_menu {
	color: RGB(162, 0 10);
}

#category_choice img {
	margin-top: 50px;
}

#offer_menu > .active > a, .nav-stacked > .active > a:hover {
	background-color: RGB(162, 0, 10);
}

#m_left {
	margin-left: 320px;
}

/* contact */
.required {
	background-color: RGB(255, 220, 220);
	border: 1px solid RGB(162, 0, 10);
}

.control-label {
	color: RGB(65, 65, 65);
	//font-size: 14px;
	font-family: 'Lato', sans-serif;
}

.btn-default {
	border: 1px solid RGB(122, 131, 129);
}

.btn-default:hover {
	background-color: RGB(65, 65, 65);
	color: white;
	border: 1px solid RGB(122, 131, 129);
	transition: all 0.5s ease;
}

.contact_left {
	margin-left: 47px;
}

#name_warning, #question_warning, #email_warning, #email_validation {
	color: RGB(162, 0, 10);
	font-size: 12px;
	margin-left: 12px;
	display: none;
}

#name_warning_icon, #email_warning_icon, #question_warning_icon, #name_success_icon, #email_success_icon, #question_success_icon {
	display: none;
}

#form {
	margin-top: 20px;
	border: 1px solid RGB(122, 131, 129);
	border-radius: 10px;
}

#form_head {
	color: RGB(65, 65, 65);
}

#form_ok {
	text-align: center;
	font-size: 16pt;
}

#form_desc {
	text-align: center;
}

#map {
	max-width: 802px;
	text-align: center;
	border: 1px solid RGB(122, 131, 129);
	margin: 0 auto;
}

#map iframe {
	pointer-events: none;
	margin: 0 auto;
}

#map_img {
	position: absolute;
	margin-top: -720px;
	margin-left: 97px;
}

/* RODO */
#rodo_doc {
	padding: 15px;
	margin: 0 auto;
	float: none;
	border: 1px solid RGB(122, 131, 129);
	border-radius: 10px;
}

/* footer */
#footer_container {
	padding-top: 90px;
}

#footer {
	min-height: 120px;
	background-color: RGB(65, 65, 65);
}

#footer img {
	margin-left: 15%;
	margin-top: 2%;
}

#footer_icons {
	position: absolute;
	margin-left: 520px;
	margin-top: -24px;
}

#footer_bottom {
	background-color: RGB(162, 0, 10);
	color: white;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	height: 20px;
}

.test {
	border: 1px solid blue;
	//margin: 0 auto;
}

