@import 'global.css';
@import 'forms.css';
@import '../plugins/apartment/public.css';
@import '../plugins/banner/public.css';
@import '../plugins/yacht/public.css';
@import '../plugins/reservation/public.css';

/* Header */

#header
{
	position: fixed;
	top: 0;
	left: 292px;
	right: 0;
	min-height: 58px;
	background: #ac9a68;
	color: #fff;
	z-index: 999;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#header,
#header a
{
	color: #fff;
}
@media only screen and (max-width: 1340px)
{
	#header
	{
		left: 0;
		background: #fff;
		box-shadow: none;
	}
}

/*** Footer ***/

#footer
{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 0;
	width: 100%;
	background: #016452;
	z-index: 999;
}
#footer,
#footer a
{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
#footer > div.wrapper
{
	display: table;
	margin: 0 auto;
	width: 100%;
}
#footer div.footer0,
#footer div.footer1,
#footer div.footer2,
#footer div.footer3
{
	display: table-cell;
	text-align: center;
	vertical-align: top;
	padding: 0 25px;
}

@media only screen and (max-width: 800px)
{
	#footer > div.wrapper
	{
		display: block;
	}
	#footer div.footer0,
	#footer div.footer1,
	#footer div.footer2,
	#footer div.footer3
	{
		display: block;
		text-align: center;
		vertical-align: top;
		margin: 10px;
		padding: 0;
	}
}

/*** Navigacija ***/

#navigationWrapper
{
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
@media only screen and (max-width: 1340px)
{
	#navigationWrapper
	{
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.3);
		left: -292px;
		overflow-y: auto;
		ms-overflow-y: auto;
		overflow-x: hidden;
		ms-overflow-x: hidden;
	}
}
@media only screen and (min-width: 1340px)
{
	#navigationWrapper
	{
		left: 0 !important;
	}
}
#navigationWrapper > div.slider
{
	position: relative;
	padding: 20px;
	width: 292px;
	min-height: 100%;
	background: #fff;
}

/* Logo */

#navigationWrapper .logo
{
	display: block;
	margin: 10px auto 20px;
	width: 100%;
}
#header .logo
{
	display: block;
	margin: 10px auto;
	max-width: 200px;
	width: 30%;
	min-width: 128px;
}
.logo *
{
	display: block;
	width: 100% !important;
	height: auto !important;
}

#navigationWrapper #topNavigation > div:first-child
{
	border-top: 1px solid rgba(0,0,0,0.1);
}

#navigationWrapper .navigation div,
#navigationWrapper .navigation a
{
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #686868;
	letter-spacing: -0.02em;
	text-align: center;
	text-transform: uppercase;
}
#navigationWrapper .navigation div
{
	position: relative;
	white-space: nowrap;
	z-index: 98;
}
#navigationWrapper .navigation a
{
	margin: 5px 10px;
	padding: 5px;
	white-space: nowrap;
}
#navigationWrapper .navigation div:hover > a,
#navigationWrapper .navigation div > a.active
{
	text-decoration: none;
	color: #ac9a68;
	transition: color 0.2s ease;
}

/* Prva linija navigacije */

#navigationWrapper .navigation > div
{
	/*display: inline-block;*/
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#navigationWrapper .navigation > div:last-child
{
	/*display: inline-block;*/
	border-bottom: 0;
}
#navigationWrapper .navigation > div.haveMenu > span.button
{
	/* display: none; */
}
#navigationWrapper .navigation span.button.active
{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 5px;
}
#navigationWrapper .navigation span.button.active::before
{
	content: '+';
	width: 20px;
	height: 20px;
	cursor: pointer;
	font-size: 1.4em;
	font-weight: 300;
}
#navigationWrapper .navigation span.button.active.opened::before
{
	content: '-';
}

/* Ubaceni clanci kao nav */

#navigationWrapper .navigation div.apartment.menu
{
	display: none;
	margin: 0;
	padding: 0;
	background: #016452;
	overflow: auto;
}
#navigationWrapper .navigation div.apartment.menu,
#navigationWrapper .navigation div.apartment.menu a
{
	color: #fff;
}
#navigationWrapper .navigation div.apartment.menu a
{
	margin: 6px 10px;
	padding: 6px 5px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	transition: color 0.2s ease;
}
#navigationWrapper .navigation div.apartment.menu a:last-child
{
	border-bottom: none;
}
#navigationWrapper .navigation div.apartment.menu a:hover
{
	color: #ac9a68;
}

/*--- Navigacija info za kontakt ---*/

#navigationWrapper .contact0
{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	width: 100%;
	color: #666;
	font-size: 14px;
	line-height: 1.6em;
	z-index: 2;
}
#navigationWrapper .contact0 a
{
	font-size: 14px;
	color: #ac9a68;
}
#navigationWrapper .contact0 h1,
#navigationWrapper .contact0 h2,
#navigationWrapper .contact0 h3
{
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 400;
	color: #ac9a68;
}

#navigationButton
{
	display: none;
	width: 33px;
	height: 23px;
	background: url('../../media/image/menuBtn.svg') center center no-repeat;
	background-size: cover;
	z-index: 1;
}
@media only screen and (max-width: 1340px)
{
	#navigationButton
	{
		display: block;
		position: absolute;
		left: 25px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 2;
	}
}

/*** Navigacija top ***/

#header .navigation
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 51px;
	z-index: 2;
}
#header .navigation div,
#header .navigation a
{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	letter-spacing: -0.02em;
	line-height: 1em;
	text-transform: uppercase;
}
#header .navigation div
{
	display: inline-block;
	position: relative;
	white-space: nowrap;
	z-index: 98;
}
#header .navigation a
{
	display: block;
	padding: 0 10px;
	text-align: left;
	white-space: nowrap;
	
	transition: color 0.2s ease;
}
#header .navigation div:hover > a,
#header .navigation div > a.active
{
	text-decoration: none;
	color: #016452;
}

/* Prva linija navigacije */

#header .navigation > div
{
	/*display: inline-block;*/
	border-right: 1px solid rgba(255,255,255,0.2);
}
#header .navigation > div:last-child
{
	/*display: inline-block;*/
	/*border-right: 0;*/
}

/*** Language ***/

#language
{
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	text-transform: uppercase;
	z-index: 2;
}
#language,
#language a
{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
#language .languageTitle
{
	position: relative;
	height: 55px;
	line-height: 55px;
	cursor: pointer;
}
#language .languageTitle::after
{
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	right: -13px;
	content: '';
	width: 10px;
	height: 10px;
	background: url('../../media/image/arrow_down_icon.svg') center center no-repeat;
	background-size: 100%;
	z-index: 3;
}

#language .languageMenu
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	color: #fff;
	background: #016452;
	z-index: 99;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#language .languageMenu li
{
	padding: 5px 10px;
}
#language .languageMenu li.active
{
	display: none;
}
#language .languageMenu li.separator
{
	display: none;
}
@media only screen and (max-width: 1340px)
{
	#language
	{
		color: #8a794a;
	}
	#language .languageTitle::after
	{
		background-image: url('../../media/image/arrow_down_gold_icon.png');
	}
}

div.page
{
	position: relative;
	margin-left: 292px;
}
@media only screen and (max-width: 1340px)
{
	div.page
	{
		margin-left: 0;
	}
}

/************** Sabloni ****************/

.slyFrame
{
	margin: 0 auto;
	width: 1000px; 
	height: 600px; 
	padding: 0; 
}
.slyFrame .slidee
{
	margin: 0 auto; 
	padding: 0; 
	height: 100%; 
	list-style: none; 
}
.slyFrame .slidee li
{
	float: left; 
	margin: 0 20px 0 0; 
	padding: 0; 
	width: 320px; 
	height: 100%;
}
@media only screen and (max-width: 1340px)
{
	.slyFrame
	{
		margin: 0 auto;
		max-width: 800px;
		width: 100%;
		height: auto;
	}
	.slyFrame .slidee
	{
		width: auto !important;
		height: auto !important;
	}
	.slyFrame .slidee li
	{
		display: block;
		float: none; 
		margin: 0 0 20px 0;
		width: auto; 
		height: auto;
	}
	.slyFrame .slidee li:last-child
	{
		margin-bottom: 0;
	}
}

/* Btns */

.slyWrapper
{
	position: relative;
}
.slyWrapper .floatControl 
{
	bottom: 0;
}
.slyWrapper > .btn
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	cursor: pointer;
}
.slyWrapper > .btn,
.slyWrapper > .btn::after
{
	display: block;
	width: 40px;
	height: 40px;
}
.slyWrapper > .btn::after
{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background-size: cover;
}
.slyWrapper > .btn.disabled::after
{
	opacity: 0.5;
}
.slyWrapper > .btn.nextPage
{
	right: 40px;
}
.slyWrapper > .btn.nextPage::after
{
	background: url('../../media/image/arrow_right_icon.png') center center no-repeat;
}
.slyWrapper > .btn.prevPage
{
	left: 40px;
}
.slyWrapper > .btn.prevPage::after
{
	background: url('../../media/image/arrow_left_icon.png') center center no-repeat;
}

@media only screen and (max-width: 1340px)
{
	.slyWrapper > .btn
	{
		display: none;
	}
}

/*** Akcije ***/

.actionSectionWrapper
{
	padding: 40px 20px;
	background: rgba(172,154,104, 0.1);
}
.actionSectionWrapper div.actionHeadline
{
	text-align: center;
	margin-bottom: 40px;
}
.actionSectionWrapper div.actionHeadline h1,
.actionSectionWrapper div.actionHeadline h2,
.actionSectionWrapper div.actionHeadline h3
{
	color: #ac9a68;
}
.actionSectionWrapper div.action
{
	overflow: hidden;
	height: 100%;
	background: #ac9a68;
	border-radius: 3px;
}
.actionSectionWrapper div.action,
.actionSectionWrapper div.action a
{
	color: #fff;
	font-size: 15px;
	line-height: 1.6em;
}
.actionSectionWrapper div.action img
{
	width: 100% !important;
	height: auto !important;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.actionSectionWrapper div.action div.title,
.actionSectionWrapper div.action div.description
{
	margin: 10px 20px;
}
.actionSectionWrapper div.action div.title
{
	margin-top: 15px;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 400;
}

@media only screen and (max-width: 1340px)
{
	.actionSectionWrapper
	{
		padding: 20px;
	}
	.actionSectionWrapper div.actionHeadline
	{
		margin-bottom: 20px;
	}
}

/*** Kratke vesti ***/

.briefNewsSectionWrapper
{
	padding: 40px 20px;
	background: rgba(1,100,82, 0.1);
}
.briefNewsSectionWrapper .briefNewsHeadline
{
	text-align: center;
	margin-bottom: 40px;
}
.briefNewsSectionWrapper div.briefNews
{
	overflow: hidden;
	height: 100%;
	background: #016452;
	border-radius: 3px;
}
.briefNewsSectionWrapper div.briefNews,
.briefNewsSectionWrapper div.briefNews a
{
	color: #fff;
	font-size: 15px;
	line-height: 1.6em;
}
.briefNewsSectionWrapper div.briefNews img
{
	width: 100% !important;
	height: auto !important;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.briefNewsSectionWrapper div.briefNews div.title,
.briefNewsSectionWrapper div.briefNews div.description
{
	margin: 15px;
}
.briefNewsSectionWrapper div.briefNews div.title
{
	margin-top: 15px;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 400;
}

@media only screen and (max-width: 1340px)
{
	.briefNewsSectionWrapper
	{
		padding: 20px;
	}
	.briefNewsSectionWrapper div.briefNewsHeadline
	{
		margin-bottom: 20px;
	}
}

/*** Vesti ***/

.newsSectionWrapper .newsHeadline
{
	text-align: center;
	margin-bottom: 40px;
}
.newsSectionWrapper div.news
{
	float: left;
	width: 300px;
	margin: 50px 50px 0 0;
	background: #016452;
	border-radius: 3px;
}
.newsSectionWrapper div.news:nth-child(3n+3)
{
	margin-right: 0 !important;
}
.newsSectionWrapper div.news:nth-child(1),
.newsSectionWrapper div.news:nth-child(2),
.newsSectionWrapper div.news:nth-child(3)
{
	margin-top: 0 !important;
}
.newsSectionWrapper div.news,
.newsSectionWrapper div.news a
{
	color: #fff;
	font-size: 15px;
	line-height: 1.6em;
}
.newsSectionWrapper div.news div.logo
{
	height: 225px;
	overflow: hidden;
}
.newsSectionWrapper div.news img
{
	width: 100% !important;
	height: auto !important;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.newsSectionWrapper div.news div.title,
.newsSectionWrapper div.news div.description
{
	margin: 15px;
}
.newsSectionWrapper div.news div.title
{
	margin-top: 15px;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 400;
}
.newsSectionWrapper div.news div.readMore
{
	margin: 15px auto;
	padding: 10px 20px;
	max-width: 60%;
	border: 1px solid #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	border-radius: 5px;
}

/*** Photogallery ***/

#photogallery
{
	margin: 0 auto;
}
#photogallery div.photoWrapper
{
	position: relative;
	margin-right: 3px;
	margin-bottom: 3px;
	float: left;
}
#photogallery div.photoWrapper:after
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	width: 48px;
	height: 48px;
	background: url('../../media/image/eye_icon.png') center center no-repeat;
	opacity: 0;
}
#photogallery div.photoWrapper:hover:after
{
	opacity: 1;
	transition: 0.3s all ease;
}
#photogallery div.photoWrapper img
{
	display: block;
	width: auto !important;
	height: 250px !important;
	border-radius: 3px;
	transition: 0.3s all ease;
}
#photogallery div.photoWrapper:hover img
{
	-webkit-filter: brightness(60%) grayscale(10%); /* Chrome, Safari, Opera */
    filter: brightness(60%) grayscale(10%);
}
@media only screen and (max-width: 800px)
{
	#photogallery div.photoWrapper
	{
		margin-right: 0;
		float: none;
	}
	#photogallery div.photoWrapper img
	{
		width: 100% !important;
		height: auto !important;
	}
}

/************** Stranice ****************/

/*--- Home ---*/

#home
{
	line-height: 1.8em;
}
#home > div
{
	margin: 40px auto;
	max-width: 1000px;
}
#home div.table > div
{
	width: 50%;
}
#home div.table > div:first-child
{
	padding-right: 25px
}
#home div.table > div:last-child
{
	padding-left: 25px
}
#home div.map
{
	margin: 0;
	min-width: 100%;
	text-align: center;
}
#home div.actionSectionWrapper,
#home div.briefNewsSectionWrapper
{
	margin: 0;
	max-width: 100%;
}

#home div.contactWrapper
{
	margin: 0;
	padding: 40px 0;
	max-width: 100%;
	background: #8a794a;
}
#home div.contactWrapper,
#home div.contactWrapper a
{
	color: #fff;
}
#home div.contactWrapper .table
{
	margin: 0 auto;
	max-width: 1000px;
}
#home div.contactWrapper .table > *
{
	width: 50%;
}
#home div.contactWrapper .table > *:first-child
{
	padding-right: 25px;
}
#home div.contactWrapper .table > *:last-child
{
	padding-left: 25px;
	text-align: center;
	line-height: 1.8em;
}
#home div.contactWrapper .table > form
{
	display: table-cell;
}
#home div.contactWrapper input[type=submit]
{
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	background: #8a794a;
}

@media only screen and (max-width: 1340px)
{
	#home > div
	{
		margin: 20px;
		max-width: 100%;
	}
	#home div.contactWrapper .table > *
	{
		padding: 0 10px;
	}
}
@media only screen and (max-width: 800px)
{
	#home div.table > div
	{
		display: block;
		margin-top: 20px;
		padding: 0 !important;
	}
	#home div.table > div:first-child
	{
		margin-top: 0;
	}
	#home div.contactWrapper .table > div,
	#home div.contactWrapper .table > form
	{
		display: block;
		padding: 0 10px !important;
		width: 100%;
	}
}

/*--- About ---*/

#about
{
	line-height: 1.8em;
}
#about > div
{
	margin: 40px auto;
	max-width: 1000px;
}
#about div.table > div
{
	width: 50%;
}
#about div.table > div:first-child
{
	padding-right: 25px
}
#about div.table > div:last-child
{
	padding-left: 25px
}
#about #photogallery
{
	max-width: 100%;
	padding: 50px;
	background: #f4f4f4;
}

@media only screen and (max-width: 1340px)
{
	#about > div
	{
		margin: 20px;
		max-width: 100%;
	}
}
@media only screen and (max-width: 800px)
{
	#about div.table > div
	{
		display: block;
		margin-top: 20px;
		padding: 0 !important;
	}
	#about div.table > div:first-child
	{
		margin-top: 0;
	}
	#about #photogallery
	{
		margin: 0;
		padding: 3px;
	}
}

/*--- Simple ---*/

#simple
{
	line-height: 1.8em;
}
#simple > div
{
	margin: 40px auto;
	max-width: 1000px;
}
#simple div.table > div
{
	width: 50%;
}
#simple div.table > div:first-child
{
	padding-right: 25px
}
#simple div.table > div:last-child
{
	padding-left: 25px
}

@media only screen and (max-width: 1340px)
{
	#simple > div
	{
		margin: 20px;
		max-width: 100%;
	}
}
@media only screen and (max-width: 800px)
{
	#simple div.table > div
	{
		display: block;
		margin-top: 20px;
		padding: 0 !important;
	}
	#simple div.table > div:first-child
	{
		margin-top: 0;
	}
}

/*** News ****/

#news
{
	line-height: 1.8em;
}
#news > div
{
	margin: 40px auto;
	max-width: 1000px;
}
#news div.table > div
{
	width: 50%;
}
#news div.table > div:first-child
{
	padding-right: 25px
}
#news div.table > div:last-child
{
	padding-left: 25px
}

@media only screen and (max-width: 1340px)
{
	#news > div,
	#news .newsSectionWrapper
	{
		margin: 20px;
		max-width: 100%;
	}
	#news .newsSectionWrapper
	{
		max-width: none;
	}
	#news .newsSectionWrapper div.news
	{
		width: 30%;
		margin-top: 20px;
		margin-right: 5%;
	}
}
@media only screen and (max-width: 900px)
{
	#news .newsSectionWrapper div.news
	{
		float: none;
		width: auto;
		margin: 20px 0 0 0 !important;
		border-bottom: 1px solid #fff;
	}
	#news .newsSectionWrapper div.news:first-child
	{
		margin-top: 20px !important;
	}
	
}
@media only screen and (max-width: 800px)
{
	#news div.table > div
	{
		display: block;
		margin-top: 20px;
		padding: 0 !important;
	}
	#news div.table > div:first-child
	{
		margin-top: 0;
	}
}

/*** News Details ***/

#news.details h1
{
	position: relative;
	display: block;
	max-width: 1000px;
	margin: 40px auto;
}
#news.details div.logo img
{
	display: block;
	width: 100% !important;
	height: auto !important;
	border-radius: 3px;
}
#news.details .addthis_inline_share_toolbox
{
	position: absolute;
	top: 0;
	right: 0;
}

@media only screen and (max-width: 800px)
{
	#news.details h1.title
	{
		margin: 20px;
	}
	#news.details div.logo
	{
		margin: 0;
	}
	#news.details .addthis_inline_share_toolbox
	{
		position: static;
		top: auto;
		right: auto;
		margin-top: 3px;
	}
}

/*** Apartmani ****/

#apartment
{
	line-height: 1.8em;
}
#apartment > div
{
	margin: 40px auto;
	max-width: 1000px;
}
#apartment div.table > div
{
	width: 50%;
}
#apartment div.table > div:first-child
{
	padding-right: 25px
}
#apartment div.table > div:last-child
{
	padding-left: 25px
}

@media only screen and (max-width: 1340px)
{
	#apartment > div,
	#apartment .apartmentSectionWrapper
	{
		margin: 20px;
		max-width: 100%;
	}
	#apartment .apartmentSectionWrapper
	{
		max-width: none;
	}
	#apartment .apartmentSectionWrapper div.apartment
	{
		width: 30%;
		margin-top: 20px;
		margin-right: 5%;
	}
}
@media only screen and (max-width: 900px)
{
	#apartment .apartmentSectionWrapper div.apartment
	{
		float: none;
		width: auto;
		margin: 20px 0 0 0 !important;
		border-bottom: 1px solid #fff;
	}
	#apartment .apartmentSectionWrapper div.apartment:first-child
	{
		margin-top: 20px !important;
	}
}
@media only screen and (max-width: 800px)
{
	#apartment div.table > div
	{
		display: block;
		margin-top: 20px;
		padding: 0 !important;
	}
	#apartment div.table > div:first-child
	{
		margin-top: 0;
	}
}

/*** Apartments Details ***/

#apartment.details h1
{
	position: relative;
	display: block;
	max-width: 1000px;
	margin: 40px auto;
}
#apartment.details div.logo
{
	position: relative;
	margin: 0;
	max-width: 100%;
	height: 50vh;
	text-align: center;
	overflow: hidden;
}
#apartment.details div.logo img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100% !important;
	height: auto !important;
	border-radius: 3px;
}
#apartment.details #photogallery
{
	max-width: 100%;
	padding: 50px;
	background: #f4f4f4;
}
#apartment.details .addthis_inline_share_toolbox
{
	position: absolute;
	top: 0;
	right: 0;
}

@media only screen and (max-width: 800px)
{
	#apartment.details h1.title
	{
		margin: 20px;
	}
	#apartment.details #photogallery
	{
		margin: 0;
		padding: 3px;
	}
	#apartment.details .addthis_inline_share_toolbox
	{
		position: static;
		top: auto;
		right: auto;
		margin-top: 3px;
	}
}

/*--- Contact ---*/

#contact
{
	line-height: 1.8em;
	background: #8a794a;
}
#contact,
#contact a,
#contact h1,
#contact h2,
#contact h3,
#contact h4
{
	color: #fff;
}
#contact > div
{
	margin: 40px auto;
	max-width: 1000px;
}
#contact div.table > div
{
	width: 50%;
}
#contact div.table > div:first-child
{
	padding-right: 25px
}
#contact div.table > div:last-child
{
	padding-left: 25px
}
#contact .table
{
	margin: 0 auto;
	max-width: 1000px;
}
#contact .table > *:first-child
{
	padding-right: 25px;
}
#contact .table > *:last-child
{
	padding-left: 25px;
	text-align: center;
	line-height: 2.2em;
}
#contact .table > form
{
	display: table-cell;
}
#contact div.contactContent
{
	margin-bottom: 20px;
}
#contact div.map
{
	margin-left: 0;
	margin-right: 0;
	min-width: 100%;
	text-align: center;
}
#contact input[type=submit]
{
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	background: #8a794a;
}

@media only screen and (max-width: 1340px)
{
	#contact
	{
		margin: 0;
		max-width: 100%;
	}
	#contact > div,
	#contact > div.table
	{
		margin: 20px;
		max-width: 100%;
	}
}
@media only screen and (max-width: 800px)
{
	#contact
	{
		margin: 0;
		padding: 0;
	}
	#contact > div
	{
		margin: 20px;
	}
	#contact div.table > div
	{
		display: block;
		margin-top: 20px;
		padding: 0 !important;
	}
	#contact div.table > div:first-child
	{
		margin-top: 0;
	}
}