body {
	margin: 0;
	padding: 0;
	height: 100%;
}

.mainContainer {
	min-height: 100%;
	position: relative;
}

.content {
	background-color: #ced2d3;
	padding-top: 0.5vh;
	min-height: 84.4vh;
}
/*	  background: url(/../resources/yacht/1_0/images/old/texture_water_sea.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
.footer {
	background-color: #384966;
	color: #ccd4e2;
	background-color: #384966;
	width: 100%;
	min-height: 10vh;
}

.overlay {
	background: #35495d;
	opacity: .99;
}

.singleLine {
	text-wrap: none !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	padding: 1px 4px 1px 4px !important;
}

.navbar-default .navbar-nav>li>a {
	color: #164693 !important;
	font-weight: bold;
	font-size: 16px;
}

.navbar-default .navbar-nav>li>a:hover {
	color: black !important;
}

.doubleLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* number of lines to show */
	max-height: 70px;
}

.navbar-brand span {
	font-family: "Impact", Charcoal, sans-serif;
	font-size: 28px;
}

.pointer:hover {
	cursor: pointer;
}

.content {
	background-color: #ced2d3;
	padding-top: 0.5vh;
}

.paddingBotNone {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.alignTop td {
	vertical-align: top;
}

.noMarginNoPadding {
	padding: 0px;
	margin: 0px;
}

.noMarginNoPadding td {
	padding: 0px;
	margin: 0px;
}

.width50 {
	width: 50%;
}

.width50Left {
	width: 50%;
	text-align: left;
}

.width50Right {
	width: 50%;
	text-align: right;
}

.width40Left {
	width: 50%;
	text-align: left;
}

.width60Right {
	width: 50%;
	text-align: right;
}

.width90 {
	width: 90% !important;
}

.ui-datagrid-content .ui-datagrid-column {
	border: none;
}

.ui-widget-content {
	border: none;
	background-color: #ced2d3;
}

.ui-datagrid {
	border: none;
}

.maxWidth {
	width: 100%
}

.sivaPozadina {
	background-color: grey !important;
	height: 100%;
	width: 100%;
	text-align: center;
	font-size: 20px !important;
	padding-top: 5px;
	font-weight: normal;
}

.panelOsnovnaStrana  .panel-body {
	padding: 0px !important;
}

.image {
	position: relative;
	width: 100%; /* for IE 6 */
}

/* Normal Styles */
.post-content {
	font: 400 100px/1.3 'Oleo Script', Helvetica, sans-serif;
	color: #2b2b2b;
	text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
	opacity: 0.8;
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 40%;
}

.post-content-left-top {
	float: left;
	margin-top: -42%;
}

.post-content-left {
	float: left;
	margin-top: -12%;
}

.post-content-right {
	float: right;
	margin-top: -35%;
}

.post-content h1 span {
	color: white;
	font: bold 24px/45px Helvetica, Sans-Serif;
	letter-spacing: -1px;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
}

.post-content h1 span.spacer {
	padding: 0 5px;
}

.post-content h1 {
	font-size: 45px;
	color: white;
}

/* Mobile styles */
@media only screen and (max-width: 1200px) {
	.post-content {
		opacity: 0.8;
		margin: 0 auto;
		text-align: center;
		font-size: 15px !important;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 30%;
		margin-right: auto;
	}
	.post-content h1 {
		font-size: 30px;
		color: white;
	}
	.post-content-left {
		float: left;
		margin-top: -12%;
	}
	.post-content-right {
		float: right;
		margin-top: -35%;
	}
	.post-content-left-top {
		float: left;
		margin-top: -42%;
	}
}

@media only screen and (max-width: 992px) {
	.post-content {
		opacity: 0.8;
		margin: 0 auto;
		text-align: center;
		font-size: 15px !important;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 35%;
		margin-right: auto;
	}
	.post-content h1 {
		font-size: 30px;
		color: white;
	}
	.post-content-left {
		float: left;
		margin-top: -13%;
	}
	.post-content-right {
		float: right;
		margin-top: -35%;
	}
	.post-content-left-top {
		float: left;
		margin-top: -45%;
	}
	.width90 {
		width: 100% !important;
	}
	.navLinkFont {
		font-size: 14px
	}
}

@media only screen and (max-width: 768px) {
	.post-content {
		opacity: 0.8;
		margin: 0 auto;
		text-align: center;
		font-size: 15px !important;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 40%;
		margin-right: auto;
	}
	.post-content-left {
		float: left;
		margin-top: -15%;
	}
	.post-content-right {
		float: right;
		margin-top: -35%;
	}
	.post-content-left-top {
		float: left;
		margin-top: -45%;
	}
}

@media only screen and (max-width: 650px) {
	.post-content {
		opacity: 0.8;
		margin: 0 auto;
		text-align: center;
		font-size: 15px !important;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 50%;
		margin-right: auto;
	}
	.post-content h1 {
		font-size: 25px;
		color: white;
	}
	.post-content-left {
		float: left;
		margin-top: -20%;
	}
	.post-content-left-top {
		float: left;
		margin-top: -45%;
	}
	.post-content-right {
		float: right;
		margin-top: -35%;
	}
	.fontAdaptiveButton {
		font-size: 15px !important
	}
	.navbar-brand span {
		font-family: "Impact", Charcoal, sans-serif;
		font-size: 25px;
	}
}

@media only screen and (max-width: 500px) {
	.post-content {
		opacity: 0.8;
		margin: 0 auto;
		text-align: center;
		font-size: 15px !important;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 50%;
		margin-right: auto;
	}
	.post-content-left {
		float: left;
		margin-top: -22%;
	}
	.post-content-left-top {
		float: left;
		margin-top: -45%;
	}
	.post-content-right {
		float: right;
		margin-top: -35%;
	}
}

@media only screen and (max-width: 425px) {
	.post-content {
		opacity: 0.8;
		margin: 0 auto;
		text-align: center;
		font-size: 15px !important;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 50%;
		margin-right: auto;
	}
	.post-content h1 {
		font-size: 20px;
		color: white;
	}
	.post-content-left {
		float: left;
		margin-top: -25%;
	}
	.post-content-left-top {
		float: left;
		margin-top: -45%;
	}
	.post-content-right {
		float: right;
		margin-top: -40%;
	}
	.navbar-brand span {
		font-family: "Impact", Charcoal, sans-serif;
		font-size: 20px;
	}
	.navLinkFont {
		font-size: 13px
	}
}

@media only screen and (max-width: 375px) {
	.post-content {
		opacity: 0.8;
		margin: 0 auto;
		text-align: center;
		font-size: 13px !important;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 50%;
		margin-right: auto;
	}
	.post-content-left {
		float: left;
		margin-top: -26%;
	}
	.post-content-left-top {
		float: left;
		margin-top: -45%;
	}
	.post-content-right {
		float: right;
		margin-top: -42%;
	}
}

@media only screen and (max-width: 320px) {
	.post-content {
		opacity: 0.8;
		margin: 0 auto;
		text-align: center;
		font-size: 13px !important;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 50%;
		margin-right: auto;
	}
	.post-content-left {
		float: left;
		margin-top: -32%;
	}
	.post-content-left-top {
		float: left;
		margin-top: -45%;
	}
	.post-content-right {
		float: right;
		margin-top: -45%;
	}
	.navbar-brand span {
		font-family: "Impact", Charcoal, sans-serif;
		font-size: 17px;
	}
}

@media only screen and (max-width: 270px) {
	.navbar-brand span {
		font-family: "Impact", Charcoal, sans-serif;
		font-size: 15px;
	}
}

/*buttons*/
.maxWidthNoPaddingNoMargin {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	border-radius: 0 !important;
	font-size: 25px !important;
	padding: 18px 28px;
}
/*text text text*/
.sectionH1 {
	color: #164693;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 64px;
	font-weight: 700;
	line-height: 64px;
	margin: 0 0 0;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
}

.sectionH3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 32px;
	margin: 0 0 14px;
	padding: 0 15px;
	text-align: center;
}

@media only screen and (max-width: 992px) {
	.sectionH1 {
		color: #164693;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 50px;
		font-weight: 700;
		line-height: 50px;
		margin: 0 0 0;
		padding: 10px 20px;
		text-align: center;
		text-transform: uppercase;
	}
	.sectionH3 {
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 22px;
		font-weight: 400;
		line-height: 22px;
		margin: 0 0 14px;
		padding: 0 15px;
		text-align: center;
	}
}

@media only screen and (max-width: 425px) {
	.sectionH1 {
		color: #164693;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 40px;
		font-weight: 600;
		line-height: 40px;
		margin: 0 0 0;
		padding: 7px 14px;
		text-align: center;
		text-transform: uppercase;
	}
	.sectionH3 {
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 18px;
		font-weight: 400;
		line-height: 18px;
		margin: 0 0 14px;
		padding: 0 15px;
		text-align: center;
	}
}

.h1cssBigger {
	font-size: 25px !important;
	padding-top: 5px;
	font-weight: bold;
	height: 70px;
}

.h1cssContent {
	height: 100%;
	width: 100%;
	text-align: center;
	font-size: 20px !important;
	padding-top: 5px;
	font-weight: normal;
	background-color: #eee;
	background-image: -moz-linear-gradient(#fff, #eee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(#eee));
	background-image: -webkit-linear-gradient(#fff, #eee);
	background-image: -o-linear-gradient(#fff, #eee);
	background-image: -ms-linear-gradient(#fff, #eee);
	background-image: linear-gradient(#fff, #eee);
}

.cssBig {
	font-size: 28px !important;
}

.cssMedium {
	font-size: 19px !important;
}

.headingContainer {
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 16px !important;
	font-weight: 800;
	line-height: 72px;
	margin: 0 0 24px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}

.detailsContainer {
	width: 100%;
	font-size: 30px !important;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-weight: 600;
	line-height: 100%;
	text-shadow: margin: 0 0 24px;
	line-height: 100%;
}

.detailsLabel {
	font-size: 19px !important;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	text-transform: uppercase;
	line-height: 100%;
	text-shadow: margin: 0 0 24px;
}

.headingSales {
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

.headingCharter {
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}

.borderClass {
	border: 2px solid #164693 !important;
}

.borderClassThin {
	border: 1px solid #164693;
}

@media only screen and (max-width: 768px) {
	.alignCenter {
		text-align: center;
	}
}
/*img img img*/
.imageAdaptive {
	width: 261px;
	height: 195px;
}

.imageSearch {
	width: 339px;
	height: auto;
	max-height: 254px;
}

.imageLogo {
	width: 1173px !important;
	height: 500px !important;
	display: block;
	max-height: 880px !important;
}

.image4_3 {
	width: 100%;
	height: 60%;
}

@media only screen and (max-width: 1200px) {
	.imageAdaptive {
		width: 291px;
		height: 219px;
	}
	.imageSearch {
		width: 331px;
		height: 248px;
		max-height: 248px;
	}
	.imageLogo {
		width: 100% !important;
		height: auto !important;
		max-height: 600px !important;
		max-width: 992px !important;
	}
}

@media only screen and (max-width: 992px) {
	.imageAdaptive {
		width: 341px;
		height: 254px;
	}
	.imageSearch {
		width: 339px;
		height: 264px;
		max-height: 264px;
	}
	.imageLogo {
		width: 90% !important;
		height: auto !important;
		max-height: 600px !important;
		max-width: 992px !important;
	}
}

@media only screen and (max-width: 768px) {
	.imageAdaptive {
		width: 100%;
		height: auto;
		display: block;
		max-height: 538px;
	}
	.imageSearch {
		width: 100%;
		height: auto;
		display: block;
		max-height: 538px;
	}
	.imageLogo {
		width: 100% !important;
		height: auto !important;
		display: block;
		max-width: 768px !important;
		max-height: 538px;
	}
}

@media only screen and (max-width: 425px) {
	.imageLogo {
		width: 100% !important;
		height: auto !important;
		display: block;
		max-width: 425px !important;
		max-height: 318px !important;
	}
}

.img-hover img {
	-webkit-transition: all .3s ease; /* Safari and Chrome */
	-moz-transition: all .3s ease; /* Firefox */
	-o-transition: all .3s ease; /* IE 9 */
	-ms-transition: all .3s ease; /* Opera */
	transition: all .3s ease;
}

.img-hover img:hover {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.20); /* Safari and Chrome */
	-moz-transform: scale(1.20); /* Firefox */
	-ms-transform: scale(1.20); /* IE 9 */
	-o-transform: translatZ(0) scale(1.20); /* Opera */
	transform: translatZ(0) scale(1.20);
}

.noOverflow {
	overflow: hidden;
}
/*footer*/
.footerCopyright {
	text-align: center;
	postition: absolute;
	bottom: 0vh;
}

.footer {
	background-color: #384966;
	color: #ccd4e2;
	background-color: #384966;
	width: 100%;
}

.footerContent {
	width: 100%;
	text-align: center;
}

.footerContent a {
	color: white !important;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#scrollUpCustom {
	background-image: url(/../resources/yacht/1_0/images/top.png.jsf.png);
	bottom: 65px;
	right: 18px;
	width: 38px; /* width of the custom image */
	height: 38px; /* height of the custom image */
	outline: none;
}

.alignRight {
	text-align: right;
}

.salesInput input {
	width: 100% !important;
}

@media only screen and (max-width: 425px) {
	.salesNoPadiingNoMargin {
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
		border-radius: 0 !important;
		font-size: 20px !important;
	}
}

.contactLabelLeft {
	text-align: left;
	font-size: 20px;
	color: grey;
}

.contactLabel {
	text-align: right;
	font-size: 20px;
	color: grey;
}

.contactInput {
	width: 100%;
	height: 35px;
}

.contactInput input {
	width: 100%;
	height: 35px;
}

.newYachtInput {
	width: 100%;
}

.newYachtInput input {
	width: 100%;
}

/*
###################################################3
*/
.ribbon-wrapper-green {
	width: 85px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: -3px;
	right: 12px;
}

.ribbon-green {
	font: bold 15px Sans-Serif;
	color: #333;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -5px;
	top: 15px;
	width: 120px;
	background-color: #BFDC7A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A),
		to(#8EBF45));
	background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
	color: #6a6340;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-green:before, .ribbon-green:after {
	content: "";
	border-top: 3px solid #6e8900;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	bottom: -3px;
}

.ribbon-green:before {
	left: 0;
}

.ribbon-green:after {
	right: 0;
}

.ribbon-wrapper-red {
	width: 85px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: -3px;
	right: 10px;
}

.ribbon-red {
	font: bold 15px Sans-Serif;
	color: #FFFFFF;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -5px;
	top: 15px;
	width: 120px;
	background-color: #BFDC7A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#990000),
		to(#cc0000));
	background-image: -webkit-linear-gradient(top, #990000, #cc0000);
	background-image: -moz-linear-gradient(top, #990000, #cc0000);
	background-image: -ms-linear-gradient(top, #990000, #cc0000);
	background-image: -o-linear-gradient(top, #990000, #cc0000);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-red:before, .ribbon-red:after {
	content: "";
	border-top: 3px solid #6e8900;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	bottom: -3px;
}

.ribbon-red:before {
	left: 0;
}

.ribbon-red:after {
	right: 0;
}

.ribbon-wrapper-blue {
	width: 85px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: -3px;
	right: 13px;
}

.ribbon-blue {
	font: bold 15px Sans-Serif;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -5px;
	top: 15px;
	width: 120px;
	background-color: #ADDDE7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A),
		to(#8EBF45));
	background-image: -webkit-linear-gradient(top, #ADDDE7, #89AFB7);
	background-image: -moz-linear-gradient(top, #ADDDE7, #89AFB7);
	background-image: -ms-linear-gradient(top, #ADDDE7, #89AFB7);
	background-image: -o-linear-gradient(top, #ADDDE7, #89AFB7);
	color: #6a6340;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-blue:before, .ribbon-blue:after {
	content: "";
	border-top: 3px solid #6e8900;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	bottom: -3px;
}

.ribbon-blue:before {
	left: 0;
}

.ribbon-blue:after {
	right: 0;
}

.imageSwitchClass {
	display: block;
	width: 100% !important;
	height: 66% !important;
}

.imageSwitchClass>img {
	display: block;
	width: 100% !important;
}

.panel-heading a:after {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
	color: grey;
	margin-right: 2vw;
	margin-top: -30px;
	font-size: 20px;
}

.dont-break-out {
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}