@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,600&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&subset=cyrillic');



html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-weight: 400;
}

html, body, input, textarea, select, option {
	font-size: 15px;
	font-family: Roboto, Arial, sans-serif;
}

a {
	color: #062D53;
	transition: 0.3s;
}
a:hover {
	transition: 0.3s;
	color: #9a243d;
}
a.__on_blue {
	color: #FFF;
}
a.__on_blue:hover {
	color: #2A3A95;
}

.__h1 {
	clear: both;
	width: 100%;
	background-color: #0075BD;
}
h1 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 16px auto 4px;
	padding: 12px 34px;
	font-weight: 300;
	letter-spacing: 1px;
	max-width: 1280px;
}
.__h1 h1 {
	color: #FFF;
}
.__h1 h1 span.__page_time {
    margin-left: 10px;
    font-size: 80%;
}
h1 nobr.__comment {
	font-size: 80%;
	text-transform: none;
	color: #FFF;
}

h2 {
	margin: 15px 0px;
	padding: 0px;
	font-size: 140%;
	font-weight: 400;
}

h3 {
	margin: 20px 0px 10px;
	padding: 0px;
	font-size: 130%;
	font-weight: 400;
}
h3.__iconed {
	padding-left: 40px;
	padding-top: 3px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 26px;
}
h3.__heading {
	color: #a52b45;
}

h4 {
	margin: 12px 0px 5px;
	padding: 0px;
	font-size: 19px;
	font-weight: 400;
}

h5 {
	margin: 6px 0px 2px;
	padding: 0px;
	font-size: 15px;
	font-weight: 400;
}

input.__textfield, 
select, 
textarea {
	border: 1px solid #CCC;
	padding: 2px 4px;
	margin: 2px 0px;
	box-sizing: border-box;
}

label {
	cursor: pointer;
}

p {
	margin: 12px 0px;
	font-size: 15px;
}
p.__heading {
	line-height: 1.4;
	color: #062d53;
	font-size: 17px;
	margin-top: 22px;
}
p.__heading a {
	color: #a52b45;
}
p.__heading a:hover {
	color: #00588E;
}
p.__citation {
	font-style: italic;
	text-align: right;
}


table {
	border-spacing: 0px;
}
.__table {
	display: table;
}
.__table .__table_tr {
	display: table-row;
}
td {
	padding: 6px;
}
table tr th,
.__table .__table_tr .__table_tr_th {
	padding: 4px 6px;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
}
table.__table_purple tr th,
.__table.__table_purple .__table_tr .__table_tr_th {
	background-color: #5f497a;
	color: #FFF;
}
.__table .__table_tr .__table_tr_td,
.__table .__table_tr .__table_tr_th {
	display: table-cell;
}
table.__bordered{
	border-collapse: collapse;
}
table.__bordered tr th, 
table.__bordered tr td {
	border: solid 1px #CCC;
}
table.__bordered tr th {
	background-color: #F5F5F5;
}
table.__table_purple.__bordered tr th {
	background-color: #5f497a;
	color: #FFF;
}

ul {
	padding: 3px 0px 7px;
	margin: 0px;
	list-style: none;
	background-image: none;
	list-style-image: none;
}
ul li {
	list-style: none;
	list-style-image: none;
	padding: 0px 0px 0px 18px;
	background-image: url(/_ima/site2/site/element-list-blue.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	margin: 5px 0px 3px 3px;
	background-size: 5px;
	font-size: 14px;
}
div.__no_list_symbol ul li, 
ul.__no_list_symbol li {
	list-style: none;
	list-style-image: none;
	padding: 0px;
	background-image: none;
}

.__fieldset {
	border: 1px solid #BBB;
	padding: 12px;
	margin: 12px;
}
.__fieldset .__fieldset {
	padding: 10px;
	margin: 10px;
}
.__fieldset.__fieldset_no_border {
	border: 0px none #BBB;
}
.__fieldset.__fieldset_shadow {
	box-shadow: 0 0 7px rgba(0,0,0,0.3);
	transition: 0.3s;
}
.__fieldset.__fieldset_shadow:hover {
	box-shadow: 0 0 13px rgba(0,0,0,0.5);
	transition: 0.3s;
}

.__width_site {
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
}


.__view_base {
	display: block;
}
table.__view_base {
	display: table;
}
.__view_alternative {
	display: none;
}

div.__site_text {
	padding: 5px 35px;
}
div.__site_item_new {
	margin-top: 50px;
}
div.__site_item_super_new {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #a52b45;
}
span.__site_new {
	background-color: #a52b45;
	color: #FFF;
	padding: 3px 5px;
	border-radius: 3px;
}
.__site_clearer {
	clear: both;
}
.__site_item_h {
	padding-right: 30px;
	padding-left: 30px;
}
div.__site_item_h.__site_item_h_left {
	padding-left: 0px;
}
div.__site_item_right {
	float: right;
}
div.__site_item_left {
	float: left;
}
div.__site_item_v {
	padding-top: 15px;
	padding-bottom: 15px;
}
div.__site_item_h div.__site_item_h {
	padding-right: 25px;
	padding-left: 25px;
}
div.__site_item_h div.__site_item_h div.__site_item_h {
	padding-right: 10px;
	padding-left: 10px;
}
div.__site_item_3 {
	width: 33.3333%;
}
div.__site_item_1_2 {
	width: 50%;
}
div.__site_item_2_4 {
	width: 50%;
}
div.__site_item_1_3 {
	width: 33.3333%;
}
div.__site_item_2_3 {
	width: 66.6666%;
}
div.__site_item_1_4 {
	width: 25%;
}
div.__site_item_3_4 {
	width: 75%;
}
div.__site_item_1_5 {
	width: 20%;
}
div.__site_item_3_right {
	float: right;
}
div.__site_item_img_scale a {
	display: block;
	width: 100%;
}
div.__site_item_img_scale img,
div.__site_item_img_scale a img{
	display: block;
	width: 100%;
	height: auto;
}
div.__site_item_3_2 {
	margin-right: 0.5%;
	margin-left: 0.5%;
}
div.__site_item_6_in_3 {
	width: 50%;
	float: left;
}
img.__width_in_block {
	width: 100%;
	height: auto;
	display: block;
}

.__notice {
	padding: 5px;
	border: 1px solid #999;
	border-radius: 3px;
}
.__notice.__notice_no {
	color: #ED070B;
}
.__notice.__notice_yes {
	color: #38701B;
}
.__error {
	color: #ED070B !important;
}

.__margin_top {
	margin-top: 40px;
	margin-bottom: 20px;
}
a.__link_to_photo:hover {
	display: block;
	box-shadow: 0 0 10px rgba(106, 116, 134, 0.8);
}
a.__link_to_photo img {
	display: block;
}
a.__link_to_photo.__link_to_photo_nz div.__photo_zoom {
	display: none;
}
div.__photo_comment {
	color: #777;
	font-size: 14px;
	font-style: italic;
	width: 80%;
	margin: 10px auto;
}
.__file {
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: left center;
	padding: 10px 0px 10px 36px;
	margin-bottom: 5px;
}
.__file.__file_pdf {
	background-image: url(/_ima/site2/icons/icon-file-pdf-1.png);
}
.__clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.__comment {
	color: #777;
	font-size: 14px;
	font-weight: 300;
}
.__comment.__comment_italic {
	font-style: italic;
}
.__comment.__comment_small {
	font-size: 11px;
}

div#__comment {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #999;
	border-radius: 4px;
	margin: 0px;
	display: none;
	width: 200px;
	position: absolute;
	color: #2A3A95;
	font-size: 14px;
	z-index: 2222;
	line-height: 130%;
}
div#__comment h4 {
	margin-top: 0px;
	font-size: 115%;
	color: #2A3A95;
}
div#__comment .__close {
	text-decoration: none;
	border-bottom: dotted 1px #2A3A95;
}
div#__comment .__close:hover {
	border-bottom-color: #A12843;
}
div#__comment .__group {
	border-top: 1px solid #CCC;
	padding-top: 5px;
}

.__required {
	color: #C1272D;
}
.__required:before {
	content: "*";
	font-size: 17px;
}

.__short {
	padding-right: 20%;
}
.__value_yes {
	color: #4EC562;
}
.__value_red {
	color: #e21350!important;
}
div.__citation_block {
	padding: 10px 20px 10px 40px;
	font-style: italic;
	font-size: 130%;
}

.__info {
	padding: 10px;
	background-color: #0075BD;
	color: #FFF;
}
.__info h4, 
.__info h5, 
.__info a {
	color: #FFF;
}

div.__photo_zoom {
	position: absolute;
	width: 22px;
	height: 22px;
	background-color: rgba(255, 255, 255, 0.50);
	opacity: 0.5;
	background-image:url(/_ima/site2/icons/zoom-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px;
	margin-top: 4px;
	margin-left: 4px;
}
a.__link_to_photo_little div.__photo_zoom {
	display: none;
}

a.__link_button,
input.__link_button {
	padding: 10px 15px;
	color: #EEE;
	border-radius: 5px;
	font-size: 15px;
	margin: 0px 8px 8px 0px;
	background-color: #a52b45;
	background-image: url(/_ima/site2/heading/heading-background-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-appearance: none;
}
a.__link_button {
	display: block;
	float: left;
	text-decoration: none;
}
a.__link_button.__link_button_medium,
input.__link_button.__link_button_medium {
	padding: 5px 13px;
	border-radius: 3px;
	font-size: 14px;
	margin: 0px 5px 5px 0px;
}
a.__link_button.__link_button_little,
input.__link_button.__link_button_little {
	padding: 3px 10px;
	border-radius: 3px;
	font-size: 14px;
	margin: 0px 5px 5px 0px;
	background-color: #2A3A95;
	background-image: none;
}
a.__link_button:hover,
a.__link_button.__active {
	background-color: #AA1350;
	color: #FFF;
}
a.__link_button.__link_button_green {
	/*background-color: #00A435;*/
	background-image: url(/_ima/page-items/background-gadient-green-1.jpg);
}
a.__link_button.__link_button_action,
input.__link_button.__link_button_action {
	background-color: #00A435;
	background-image: none;
}
a.__link_button.__disabled,
input.__link_button.__disabled {
	background-color: #999;
	background-image: none;
	cursor: default;
}
input.__link_button.__link_button_right {
	float: right;
}
div.__link_button_clearer {
	clear: left;
}
div.__progress {
	width: 16px;
	height: 16px;
	background-size: 16px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
div.__progress.__progress_active {
	background-image: url(/_ima/site2/icons/loader-on-white-green.gif);
}

img.__float_left {
	float: left;
	margin: 0px 15px 15px 0px;
}

.__width_1 {
	width: 100%;
}
.__width_1_2 {
	width: 50%;
}
.__width_1_3 {
	width: 33.33%;
}
.__width_1_4 {
	width: 25%;
}
.__width_1_5 {
	width: 20%;
}

::-webkit-input-placeholder {
	color: #A1A5B7;
	font-weight: 300;
}
:-moz-placeholder {
	color: #A1A5B7;
	font-weight: 300;
}
::-moz-placeholder {
	color: #A1A5B7;
	font-weight: 300;
}
:-ms-input-placeholder {
	color: #A1A5B7;
	font-weight: 300;
}



div.citation {
	background-color: #EAEEF5;
}
div.citation div.citation_photo {
	width: 40%;
}
div.citation div.citation_body {
	width: 80%;
	background-color: rgba(255,255,255,0.8);
	padding: 4%;
	margin: -20% 0% 3% 10%;
	position: relative;
	border-radius: 10px;
}
div.citation div.citation_body div.citation_text {
	font-style: italic;
	font-size: 90%;
}
div.citation div.citation_body div.citation_author {
	text-align: right;
	padding-top: 10px;
	font-weight: 600;
}
div.citation div.citation_body div.citation_author div.citation_author_state {
	font-weight: 400;
}



.__navbar_segments {
	display: table;
	background-color: rgba(0, 117, 189, 0.1);
	color: rgba(0, 117, 189, 1);
	border: 1px solid rgba(0, 117, 189, 1);
	border-left: none;
	margin: 10px 0px;
	border-radius: 4px;
}
.__navbar_segments .__navbar_segments_item {
	display: table-cell;
	padding: 0px;
	transition: 0.3s;
	border-left: 1px solid rgba(0, 117, 189, 1);
}
.__navbar_segments .__navbar_segments_item:hover {
	background-color: rgba(0, 117, 189, 1);
	transition: 0.3s;
}
.__navbar_segments .__navbar_segments_item a,
.__navbar_segments .__navbar_segments_item .__alt {
	display: block;
	color: rgba(0, 117, 189, 1);
	padding: 6px 10px;
	text-decoration: none;
}
.__navbar_segments .__navbar_segments_item a:hover,
.__navbar_segments .__navbar_segments_item .__alt {
	color: #FFF;
}
.__navbar_segments .__navbar_segments_item.__active,
.__navbar_segments .__navbar_segments_item.__active alt {
	background-color: rgba(0, 117, 189, 1);
	color: #FFF;
}
.search-button {
	background: #9a233d;
	color: #fff;
	padding: 5px 11px;
	border-radius: 8px;
	margin: 14px;
	font-size: 15px;
}
.action-heading .cruises_list_heading_first{
	text-align: right;
	color: #fff;
}
.action-heading{
	margin: 20px 0;
}

.action-heading .filter-box{
	margin: 11px 0px;
}

.action-heading .search-button {
	margin: 0;
}

.div_cruises .motorship_name span {
	color: #999;
	margin-left: 15px;
	padding-left: 0px;
	font-size: 11px;
}

.div_cruises .motorship_name span a {
	color: #999999;
}

.div_cruises .motorship_name span a:hover {
	color: #0066CC;
}

@media (min-width: 5120px){
	.action-heading .search-button{
		margin: -0.2em 0;
	}
}

@media only screen and (max-device-width: 1024px) {
	.action-heading  .search-button{
		margin: 5px 0px;
	}
}

.comagic-widget {
	display: none !important;
}

.credit-add-to-cart{
	color: #1BBF49 !important;
	background: #fff !important;
}
.credit-add-to-cart:hover{
	color: #1BBF49 !important;
}


.label-danger {
	display: inline-block;
	padding: .5em .6em .5em;
	font-size: 10.5px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	text-align: center;
	/* white-space: nowrap; */
	vertical-align: baseline;
	border-radius: .25em;
	background-color: #d9534f;
	margin: .3rem .25rem .2rem 0;
}

.inline_block {
	display: inline-block;
}

#DataTables_Table_1_wrapper {
	padding: 5px 35px;
}

.banner_cruiseBlock {
	float: right;
	width: 250px;
	margin-top: 63px;
}

.banner_cruiseBlockfixed {
	position: fixed;
	top: 158px;
	right: 304px;
	margin-top: 0;
}

@media screen and (min-width: 300px) and (max-width: 399px) {
	.banner_cruiseBlock {
		float: left;
	}

	.banner_cruiseBlock img {
		width: 150px
	}

	.banner_cruiseBlockfixed {
		display: block;
		width: 150px;
		right: 30px;
		position: inherit;
		float: left;
	}

	.banner_cruiseBlockfixed img {
		width: 150px;
	}
}

@media screen and (min-width: 400px) and (max-width: 800px) {
	.banner_cruiseBlock {
		float: left;
	}

	.banner_cruiseBlock img {
		width: 150px
	}

	.banner_cruiseBlockfixed {
		display: block;
		width: 150px;
		right: 30px;
		position: inherit;
		float: left;
	}

	.banner_cruiseBlockfixed img {
		width: 150px;
	}
}

@media screen and (min-width: 801px) and (max-width: 1099px) {
	.banner_cruiseBlock {
		width: 150px;
	}

	.banner_cruiseBlock img {
		width: 150px
	}

	.banner_cruiseBlockfixed {
		position: fixed;
		width: 150px;
		right: 30px;
	}

	.banner_cruiseBlockfixed img {
		width: 150px;
	}
}


@media screen and (min-width: 1100px) and (max-width: 1250px) {
	.banner_cruiseBlock img {
		width: 250px
	}

	.banner_cruiseBlockfixed {
		width: 250px;
		right: 10px;
	}

	.banner_cruiseBlockfixed img {
		width: 250px;
	}
}

@media screen and (min-width: 1251px) and (max-width: 1400px) {
	.banner_cruiseBlock img {
		width: 260px
	}

	.banner_cruiseBlockfixed {
		width: 250px;
		right: 10px;
	}

	.banner_cruiseBlockfixed img {
		width: 250px;
	}
}

@media screen and (min-width: 1401px) and (max-width: 1528px) {
	.banner_cruiseBlock {
		width: 270px;
	}

	.banner_cruiseBlock img {
		width: 270px
	}

	.banner_cruiseBlockfixed {
		width: 270px;
		right: 45px;
	}

	.banner_cruiseBlockfixed img {
		width: 270px;
	}
}

@media screen and (min-width: 1529px) and (max-width: 1600px) {
	.banner_cruiseBlock {
		width: 250px;
	}

	.banner_cruiseBlock img {
		width: 330px
	}

	.banner_cruiseBlockfixed {
		width: 250px;
		right: 120px;
	}

	.banner_cruiseBlockfixed img {
		width: 350px;
	}
}

@media screen and (min-width: 1601px) and (max-width: 1650px) {
	.banner_cruiseBlock {
		width: 220px;
		margin-right: 55px;
	}

	.banner_cruiseBlock img {
		width: 350px
	}

	.banner_cruiseBlockfixed {
		width: 250px;
		right: 100px;
	}

	.banner_cruiseBlockfixed img {
		width: 350px;
	}
}

@media screen and (min-width: 1651px) and (max-width: 1920px) {
	.banner_cruiseBlockfixed {
		width: 250px;
		right: 160px;
	}
}