/* ----------------------------------------------------------------------------------/Modules/Content_ArticleList/Templates/Default/Index.css---------------------------------------------------------------------------------- */.ArticleList{
	overflow: hidden;
}
.ArticleList ul{
	list-style: none;
	padding: 0px;
	margin: 0px -33px;
	overflow: hidden;
}
.ArticleList ul li{
	list-style: none;
	padding: 0px;
	padding: 0px 33px;
}
.ArticleList ul li .ArticlePhoto{
	border: 1px solid #E7E7E7;
	border-bottom:none;
}
.ArticleList ul li .ArticlePhoto a{
	display: inline-block;
	text-align: center;
}
.ArticleList ul li .ArticlePhoto a:hover{

}
.ArticleList ul li .ArticlePhoto a img{
	overflow: hidden;
	margin: auto;
}
.ArticleList ul li .ArticleTitle{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}
.ArticleList ul li .ArticleShrDescr{
	font-size: 14px;
	text-align: center;
	margin-bottom: 50px;
}
.ArticleList ul li .ArticleReadMore{
	text-align: center;
}
.ArticleList ul li .ArticleDescription{
	padding: 15px;
	background-color: rgb(231, 231, 231);
}/* ----------------------------------------------------------------------------------/Modules/Pager/Templates/Default/Index.css---------------------------------------------------------------------------------- */.Pager
{
border:1px solid #eeeeee;
margin-bottom:1em;
}

.Pager ul
{
margin:0px;
padding:4px;
overflow:hidden;
position:relative;
text-align:center;
height:2em;
}

.Pager ul li
{
list-style:none;
}

.Pager ul li a
{
text-decoration:none;
display:block;
padding:4px;
color:#000000;
outline:none;
}

.Pager ul li a:hover
{
text-decoration:underline;
}

.Pager .FirstPage
{
position:absolute;
left:0%;
width:12%;
text-align:center;
}

.Pager .PreviousPage
{
position:absolute;
left:12%;
width:12%;
text-align:center;
}

.Pager .NextPage
{
position:absolute;
right:12%;
width:12%;
text-align:center;
}

.Pager .LastPage
{
position:absolute;
right:0px;
width:12%;
text-align:center;
}

.Pager li.PageNumbers
{
width:52%;
position:absolute;
left:24%;
}

.Pager li.PageNumbers ul
{
display:inline-block;
padding:0px;
width:auto;
margin:auto;
}

.Pager li.PageNumbers ul li
{
float:left;
margin-left:2px;
margin-right:2px;
}

.Pager li.PageNumbers ul li a
{
padding-left:5px;
padding-right:5px;
border: 1px solid #eeeeee;
}

.Pager li.PageNumbers ul li a:hover
{
background-color:#eeeeee;
}

.Pager li.PageNumbers ul li.CurrentPage a
{
border: 1px solid #bbbbbb;
font-weight:bold;
}/* ----------------------------------------------------------------------------------/Modules/Content_ImageGallery/Templates/Content/Index.css---------------------------------------------------------------------------------- */.ImageGallery{
	overflow: hidden;
}
.ImageGalleryList{
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin: 0px -15px;
	overflow: hidden;
	list-style: none;
}
.ImageGalleryList .Image{
	margin: 0px;
	margin-bottom: 
	padding: 0px;
	list-style: none;
	position: relative;
}
.ImageGalleryList .Image .ImageContent{
	padding: 0px 15px;
	margin-bottom: 30px;
}
.ImageGalleryList a{
	position: relative;
	display: block;
}
.ImageGalleryList a span{
	background: rgba(29, 78, 122,0.6) url("/Templates/Default/Images/zoom_bg.png") no-repeat scroll center center;
	position: absolute;
	width: 100%;
	height: 30%;
	top: 35%;
	left: 0px;
	opacity: 0;
	-webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
    z-index: 50;
}
.ImageGalleryList a:hover span{
	opacity: 1;
}
.ImageGallery.Content{
	
}/* ----------------------------------------------------------------------------------/Modules/Content_MultiLevelMenu/Templates/HorizontalJS/Index.css---------------------------------------------------------------------------------- */.Menu{
	display:table;
	width:100%;
}
.MainMenu{
	padding-left: 11px;
}
.Menu ul{
	padding:0;
	margin:0;
	list-style:none;
}
.MainMenu .ListLevel2{
	display:table-row;
	margin-left: 1px;
}
.Menu li.Level2{
	display:inline-flex;
	float: none;
    height: 107px;
    text-align: center;
    vertical-align: middle;
   	position: relative;
}
.Menu li.has_submenu a.Level2{
	
}
.Menu li a.Level2{
	overflow: hidden;
	color:#595959;
	font-size: 15px;
	text-align:center;
	text-decoration:none;
	display: block;
	vertical-align: middle;
	text-align: center;
	padding: 42px 0px;
	width: 100%;
}

.Menu li.has_submenu.Level2:hover a.Level2, .Menu li.has_submenu.Level2.active a.Level2{

}

.Menu li.Level2.active a.Level2, .Menu li.Level2:hover a.Level2{
	background:#1d4e7a;
	color: #ffffff;
}

.Menu ul ul.Level1{
	position:absolute;
	height:auto;
	background:transparent;
	z-index:101;
	padding-top:4px;
	display:none;
	list-style: none;
	max-width: 178px;
	top:107px;
	left: 0px;
}
.Menu ul ul li.Level1{
	list-style: none;
	padding-bottom: 4px;
}

.Menu ul ul li a.Level1{
	display: block;
	color:#ffffff;
	font-size:14px;
	text-align:left;
	text-decoration:none;
	padding: 12.5px 0px;
	padding-left: 33px;
	background: url("/Templates/Default/Images/arrow_right.png") no-repeat scroll center left 12px #1d4e7a;
	width: 178px;
}
.Menu ul ul li a.Level1:hover{
	background-color: #c79c3f;
	color: #ffffff;
}

.MenuActiveTitle{
	color: #1d4e7a;
    display: block;
    font-size: 16px;
    max-height: 62px;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    text-align: left;
    float: none;
    padding-left: 15px;
}
.HeaderMainMenu .navbar-header{
	background-color: #1d4e7a;
}/* ----------------------------------------------------------------------------------/Modules/Content_ImageGallery/Templates/Default/Index.css---------------------------------------------------------------------------------- */.JustifiedGalleryList{
	position: relative;
}
.JustifiedGalleryList a{
	position: relative;
}
.JustifiedGalleryList a span{
	background: rgba(0,0,0,0.6) url("/Templates/Default/Images/zoom_img.png") no-repeat scroll center center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	-webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.JustifiedGalleryList a:hover span{
	opacity: 1;
}/* ----------------------------------------------------------------------------------/Modules/Content_MainTitle/Templates/Default/Index.css---------------------------------------------------------------------------------- */.MainTitleContainer{
	position: relative;
	text-align: center;
	height: 400px;
	margin-top: -107px;
	background-size: cover;
	background-position: center;
}
.MainTitleContainer .MainTitle{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 26px;
	color: #ffffff;
	z-index: 2;
}
.BrownTransparentBg{
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	background-color: rgba(92,61,48,0.5);
	top: 0px;
	left: 0px;
}
.MainTitleBrownWave.BrownWave{
	z-index: 3;
}/* ----------------------------------------------------------------------------------/Modules/Products_ProductList/Templates/Index/Index.css---------------------------------------------------------------------------------- */.RoomList{
	overflow: hidden;
}
.RoomListTitle{
	text-align: center;
	font-size: 36px;
	color: #6e6e6e;
	margin: 35px auto;
}
.RoomList #RoomTabs{
	margin-bottom: 38px;
	border: none;
	text-align: center;
}
.RoomList .tab-content{
	margin-bottom: 25px;
}
.RoomList #RoomTabs li {
	margin: auto;
	display: inline-block;
	text-align: center;
	float: none;
	padding-bottom: 12px;
}
.RoomList #RoomTabs li a{
	margin: 0px 5px;
	background-color: #c79c3f;
	color: #ffffff;
	font-size: 14px;
	border: none;
	border-radius: 0px;
	line-height: 1.5;
	cursor: pointer;
}
.RoomList #RoomTabs li.active, 
.RoomList #RoomTabs li:hover{
	background: url("/Templates/Default/Images/arrow_bottom_blue.png") no-repeat scroll center bottom transparent
}
.RoomList #RoomTabs li.active a,
.RoomList #RoomTabs li:hover a{
	background-color: #1d4e7a;
}/* ----------------------------------------------------------------------------------/Modules/Content_Slider/Templates/Fullscreen/Index.css---------------------------------------------------------------------------------- */#IndexSlider{
	overflow: hidden;
}
#IndexSlider .carousel-inner, #IndexSlider .carousel-inner .item, #IndexSlider .carousel-inner .item a{
	text-align: center;
}
#IndexSlider .carousel-inner .item img{
	margin: auto;
}
#IndexSlider .carousel-inner .item .FullSlider{
	background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: block;
    min-height: 878px;
}
#IndexSlider .carousel-inner .item,#IndexSlider .carousel-inner{
 	height: 100%;
}
#IndexSlider .carousel-controls{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -585px;
}
#IndexSlider .carousel-control{
	position: absolute;
}
#IndexSlider .SliderLabel{
	position: absolute;
	top:60%;
	left: 50%;
	margin-left: -585px;
	margin-right: -100%;
    width: 200%;
    background: rgba(255,255,255,0.6);
}
#IndexSlider .SliderLabel .SliderLabelMessage{
	background: #ffffff;
	font-size: 24px;
	color: #c79c3f;
	display: inline-block;
	padding: 3px 15px;
	font-style: italic;
}
#IndexSlider .SliderLabel .SliderLabelMessage .Strong{
	color: #1d4e7a;
	font-weight: bold;
}/* ----------------------------------------------------------------------------------/Modules/Banners_PlacementList/Templates/Index/Index.css---------------------------------------------------------------------------------- */.BannersList li
{
	list-style:none;
	margin:auto;
	padding: 0px;
}

.Banners ul
{
	margin:auto;
	padding: 0px;
	list-style:none;
}
.BannersList li img{
	
}
.IndexBanners{
	overflow: hidden;
	margin-top: -214px;
	z-index: 3;
}
.IndexBannersFullWidth{
	padding: 40px 0px;
	padding-bottom: 0px;
	position: relative;
}
.IndexBannersFullWidth .IndexBannersFullWidthTransparentBg{
	z-index: 0;
	position: absolute;
	width: 100%;
	top: -214px;
	left: 0px;
	height: 214px;
	background: rgba(255,255,255,0.6);
}
.IndexBanners .BannersTitle{
	text-align: center;
	margin-bottom: 20px;
}
.IndexBanners .BannersTitle h1,
.IndexBanners .BannersTitle h2{
	margin: 0px;
}
.IndexBanners .BannersTitle h1{
	font-size: 25px;
	color: #724c3b;
}
.IndexBanners .BannersTitle h2{
	font-size: 18px;
	color: #724c3b;
	font-weight: lighter;
}
.IndexBanners .Banner{
	padding: 0px 13px;
	margin-bottom: 20px
}
.IndexBanners .BannersList{
	margin: 0px -13px;
}
.IndexBanners .BannersList .BannerImage a img{
	text-align: center;
	margin: auto;
	width: 100%;
	max-height: 175px;
}
.IndexBanners .BannersList .BannerInformations{
	background: #ffffff;
	padding: 15px;
}
.IndexBanners .BannersList .BannerInformations .BannerTitle{
	text-align: center;
	font-size: 28px;
	color: #1d4e7a;
	margin-bottom: 12px;
}
.IndexBanners .BannersList .BannerInformations .BannerTitle a{
	font-size: 18px;
	color: #1d4e7a;
	display: block;
}
.IndexBanners .BannersList .BannerInformations .BannerText{
	margin-bottom: 20px;
	text-align: center;
}
.IndexBanners .BannersList .BannerInformations .BannerText a{
	font-size: 14px;
	color: #6e6e6e; 
	display: block;
}
.IndexBanners .BannersList .BannerInformations .BannerLink{
	text-align: center;
}
.IndexBanners .BannersList .BannerInformations .BannerLink a{
	margin: 0px;
}/* ----------------------------------------------------------------------------------/Modules/Utilities_ContactForm/Templates/Index/Index.css---------------------------------------------------------------------------------- */.FormContent{
	
}
.ContactFormField{
	display: block;
	padding: 0px 10px
}
.FormContent .ContactAction.Read_More{
	text-align: right;
	margin-bottom: 0px;
	margin-top: 17px;
	padding: 0px 10px;
}/* ----------------------------------------------------------------------------------/Templates/Default/Panels.css---------------------------------------------------------------------------------- */.Panel
{
	background-color:#003d48;
	border:2px solid #006d74;
	color:#ffffff;
	margin-bottom:10px;
}

.Panel a
{
	color:#ffffff;
}

.Panel a:hover
{
	text-decoration:underline;
} 

.Panel .PanelTitle
{
	background:url(/Templates/Default/Images/Panels/background_title.jpg);
	background-repeat:repeat-x;
	background-color:#002b2e;
	line-height:24px;
	font-weight:bold;
	color:#34d5e3;
	padding-left:4px;
	border-bottom:1px solid #006d74;
}

.Panel .PanelContent
{
	padding:4px;
	text-align:left;
}

.Panel .PanelContent { margin-top:10px; }
.Panel .PanelActions { margin-bottom:10px; }
.Panel .PanelContent, .Panel .PanelActions
{
	margin:-left:20px;
}

.Panel .control
{
	background-image:url(/Templates/Default/Images/Panels/background_textinput.jpg);
	background-repeat:no-repeat;
	width:136px;
	height:24px;
}

.Panel .control .Padding
{
	padding:5px 6px 4px 8px;
}

.Panel .control input
{
	width:123px;
	height:16px;
	background-color:#f5f5f5;
	border:0;
}

.Panel .PanelActions
{
	padding:2px;
	overflow:auto;
}

.Panel .PanelActions .Action
{
	display:table;
	float:left;
	margin-right:2px;
}

.Panel .PanelActions .Action a
{
	display:block;
	width:auto;
	background-image:url(/Templates/Default/Images/Panels/background_button.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#008a97;
	padding-left:6px;
	padding-right:6px;
	margin:auto;
	margin-top:4px;
	height:22px;
	line-height:22px;
	text-decoration:none;
	border:2px solid #2caeb6;
	color:#00333a;
	font-size:11px;
	font-weight:bold;
}

.Panel .PanelActions .Action a:hover
{
	color:#ffffff;
	background-color:#003CA3;
	background-position:center bottom;
	text-decoration:underline;
}/* ----------------------------------------------------------------------------------/Templates/Default/Layout.Design.css---------------------------------------------------------------------------------- *//* 
	CSS Reset 
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
html{
	height: 100%;
	display: table;
}
html.Index{
	display: block;
}

ul li {
    list-style: square;
}

input,
select {
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff;
    background-color: rgba(110, 110, 110, 0.7);
    font-size: 14px;
    padding-left: 15px;
    border:none;
    height: 45px;
    margin-bottom: 21px;
    width: 100%;
    display: block;
}

textarea {
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff;
    font-size: 14px;
    background-color: rgba(110, 110, 110, 0.7);
    padding: 19px 15px;    
    border:none;
    resize:none;
    width: 100%;
}
::-webkit-input-placeholder {
   color: #ffffff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}

:-ms-input-placeholder {  
   color: #ffffff;  
}
body {
    line-height: 1.5;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a img {
    border: none;
}


/*
	General elements styles
*/

body {
    margin: auto;
    padding: auto;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color: #595959;
    *background-color: #000000;
    background-color: #ffffff;
}
body.Content, body.Article, body.Room, body.Product{
	background-size: cover;
	background-repeat: no-repeat;
    padding-bottom: 66px;
    display: inherit;
    position: relative;
    height: 100%;
}
body.Content .Footer, body.Article .Footer, body.Room .Footer, body.Product .Footer{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
a {
    color: #1d4e7a;
    text-decoration: none;
    text-shadow: 0px 0px 0px transparent;
}

a:hover {
    color: #c79c3f;
    text-decoration: none;
    text-shadow: 0px 0px 0px transparent;
}

a:active {
    color: #c79c3f;
    text-decoration: none;
    text-shadow: 0px 0px 0px transparent;
}

.clear {
    clear: both;
}

table {
    text-align: left;
    margin: auto;
    padding: auto;
}

img {
    border: 0;
}

label {
    font-weight: bold;
}


/* ///////////////////////////////////////////////////////////////////////////// */

.Layout-Page {
    margin: auto;
}

.Layout-FullRow {
    clear: both;
}


/* -----------------------------------------------------------
 * Layout Two Column
   -------------------------------------------------------- */

.MiddleColumn .contenttext {
    text-align: left;
    color: #404040;
    font-size: 16px;
    margin-bottom: 50px;
    background-color: #f3f3f3;
    border-radius: 4px;
    padding: 25px;
}

.MiddleColumn .contenttext .text {
    font-size: 14px;
    margin-bottom: 25px;
}

.MiddleColumn .contenttext.withphoto {}

.MiddleColumn .contenttext a,
.contacttext a {
    color: #8ec33f;
}

.MiddleColumn .contenttext a:hover,
.contacttext a:hover {
    color: #c4161c;
}

.MiddleColumn .contentphoto {
    float: left;
    text-align: center;
    margin-right: 21px;
    margin-bottom: 20px;
}

.MiddleColumn .contentphoto .contentlogo {}

.MiddleColumn p {}

.Layout-Table {}
.Index .Header{
	position: absolute;
    top: 0px;
    left: 0px;
}
.Header {
	position: relative;
    z-index: 300;
}

.Header .HeaderContent {
    margin: auto;
}

.Header .Header_First_Row {
    padding-top: 15px;
}

.Header .Logo {
    padding: 11px 0px;
    padding-bottom: 18px;
    position: relative;
    text-align: center;
}

.Header .Logo a {
    text-align: center;
}
.Header .Logo a img{
    margin: auto;
    text-align: center;
}
.SocialMedia {
    position: relative;
    float: right;
    display: block;
    width: auto;
}

.Header .Header_Second_Row {
    background: #ffffff;
    border-top: 6px solid #1d4e7a;
}

.SocialMedia a {
    display: block;
    float: right;
    margin-right: 5px;
    min-height: 26px;
}

.SocialMedia a:hover {
    opacity: 0.6;
}

.LanguageSwitches {
    position: relative;
    float: right;
    display: block;
    width: auto;
    background: #1e4e7a;
    padding: 4px 13px;
}

.LanguageSwitches a {
    text-decoration: none;
    display: block;
    float: left;
    font-size: 12px;
    color: #ffffff;
}

.LanguageSwitches a:hover {
    color: #01b5ff;
}

.LanguageSwitches a.Language-EN {
    background: url("/Templates/Default/Images/language_sep.png") no-repeat scroll right top 6px rgba(0, 0, 0, 0);
    padding-right: 7px;
}

.LanguageSwitches a.Language-EL {
    margin-left: 4px;
}

.Footer {
    text-align: right;
    background: #1d4e7a;
    border-top: 5px solid #ffffff;
    padding: 11.5px 0px;
}

.Footer a {
    font-size: 14px;
    color: #ffffff;
}

.Footer a:hover {
    color: #c79c3f;
}


/* IndexBlock */

.IndexBlock {
    border-top: 5px solid #ffffff;
    background-color: #ffffff;
    background-size: cover;
    font-size: 14px;
    text-align: center;
    background-position: center center;
}
.IndexBlock.TopSection{
    background: #1d4e7a;
    border-top: 0px;
}
.IndexBlock.TopSection .TopSectionInformations{
    padding: 40px 0px;
    text-align: left;
    color: #ffffff;
}
.IndexBlock.TopSection .TopSectionInformations h1{
    margin:0px;
    font-size: 22px;
    margin-bottom: 5px;
}
.IndexBlock.TopSection .TopSectionInformations .Read_More a{
    background-color: #c79c3f;
}

.IndexBlock.TopSection .TopSectionInformations .Read_More a:hover{
    background-color: #000000;
}

.IndexBlock .Index_Title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}
.IndexBlock .IndexBlockBorder{
    height: 1px;
    display: block;
    background: #ffffff;
    margin: 7px 0px;
}
.IndexBlock .short_description {
    margin-bottom: 22px;
}
.IndexBlock .IndexBlockContent{
    margin-bottom: 120px;
    margin-top: 120px;  
}
.IndexBlock .IndexBlockContent.IndexBlockHotel{
    background-color: rgba(29,78,122,0.7);
    padding: 50px 35px;
    color: #ffffff;
}
.IndexBlock .IndexBlockContent.IndexBlockHotel h1{
    font-size: 24px;
    color: #e6b242;
    margin-bottom: 15px;
    font-style: italic;
}
.IndexBlock .IndexBlockContent.IndexBlockHotel h1 span{
    display: inline-flex;
}
.IndexBlock .IndexBlockContent.IndexBlockPageAboutLocation{
    color: #ffffff;
}
.IndexBlock .IndexBlockContent.IndexBlockPageAboutLocation h1{
    font-size: 24px;
    color: #c79c3f;
    margin: 0px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: left;
}
.IndexBlock.LocationInfoBlock{
    background: -moz-linear-gradient(0deg, #1d4e7a 0%, #1d4e7a 65%, #c79c3f 65%, #c79c3f 65%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1d4e7a), color-stop(65%, #1d4e7a), color-stop(65%, #c79c3f), color-stop(65%, #c79c3f)); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, #1d4e7a 0%, #1d4e7a 65%, #c79c3f 65%, #c79c3f 65%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, #1d4e7a 0%, #1d4e7a 65%, #c79c3f 65%, #c79c3f 65%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, #1d4e7a 0%, #1d4e7a 65%, #c79c3f 65%, #c79c3f 65%); /* ie10+ */
    background: linear-gradient(90deg, #1d4e7a 0%, #1d4e7a 65%, #c79c3f 65%, #c79c3f 65%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4e7a', endColorstr='#c79c3f',GradientType=1 ); /* ie6-9 */
    display: flex;
}
.IndexBlock.LocationInfoBlock .LocationInfoBlockContent{
    display: flex;
}
.IndexBlock.LocationInfoBlock .LocationContainer{
    background-color: #1d4e7a;
    text-align: left;
    padding: 45px 0px;
    padding-right: 65px;
    color: #ffffff;
}
.IndexBlock.LocationInfoBlock .LocationContainer .Read_More a{
    background-color: #c79c3f;
}
.IndexBlock.LocationInfoBlock .LocationContainer .Read_More a:hover{
    background-color: #000000;
}
.IndexBlock.LocationInfoBlock .LocationContainer .IndexBlockTitle{
    font-size: 36px;
    margin-bottom: 25px;
}
.IndexBlock.LocationInfoBlock .InformationsContainer{
    background-color: #c79c3f;
    text-align: center;
    padding: 50px 20px;
    color: #ffffff;
}
.IndexBlock.LocationInfoBlock .InformationsContainer img{
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}
.IndexBlock.LocationInfoBlock .InformationsContainer .Infos{
    margin-bottom: 15px;
}
.IndexBlock.LocationInfoBlock .InformationsContainer .FacebookLink{
    margin-bottom: 15px;
}
.IndexBlock.LocationInfoBlock .InformationsContainer .FacebookLink a{
    font-size: 14px;
    display: inline-block;
    padding: 5px;
    padding-left: 43px;
    line-height: 26px;
    color: #ffffff;
    background: url("/Templates/Default/Images/facebook_descr.jpg") no-repeat scroll left 5px center #1d4e7a;
}
.IndexBlock.LocationInfoBlock .InformationsContainer .FacebookLink a:hover{
    background: url("/Templates/Default/Images/facebook_descr.jpg") no-repeat scroll left 5px center;
}
.IndexBlock.LocationInfoBlock .InformationsContainer .TripAdvisorLogos{
    text-align: center;
}
.IndexBlock.LocationInfoBlock .InformationsContainer .TripAdvisorLogos #CDSRATINGWIDGET24{
    margin: auto;
}
.IndexBlock .Read_More{
    text-align: right;
}
.IndexBlock.TripAdvisorLogos{
    background-color: #E9E9E9;
    color: #595959;
    text-align: center;
    padding: 25px 0px;
    padding-bottom: 10px;
}
.IndexBlock.TripAdvisorLogos .LogosTitle{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.IndexBlock.TripAdvisorLogos .LogosContainer{
    display: inline-block;
    text-align: center;
    margin: auto;
}
.IndexBlock.TripAdvisorLogos .Logos{
    margin-bottom: 15px;
}
.Read_More {
    
}

.Read_More a {
    color: #ffffff;
    font-size: 14px;
    padding: 10.5px 16px;
    padding-right: 32px;
    display: inline-block;
    background: #1d4e7a url("/Templates/Default/Images/arrow_right.png") no-repeat scroll right 12px center;
}
.Read_More a:hover{
	background-color: #b9954d;
	color: #ffffff;
}
.IndexBlock.ContactInfoBlock{
	background-color: #000000;
}
.IndexBlock.ContactFormBlock{
	background-color: #d2ad77;
}
.IndexBlock.ContactInfoBlock .short_description{
	padding: 50px 0px;
	padding-right: 50px;
	margin: 0px;
	text-align: right;
}
.IndexBlock .PhotoAndText{

}
.IndexBlock .PhotoAndText .IndexImage{
	text-align: right;
	padding-right: 35px;
	margin-bottom: 134px;
}
.IndexBlock .PhotoAndText .IndexImage a{
	position: relative;
	display: block;
}
.IndexBlock .PhotoAndText .IndexImage img{
	text-align: right;
	display: inline-block;
}
.IndexBlock .PhotoAndText .IndexImage a span{
	background: rgba(0,0,0,0.6) url("/Templates/Default/Images/zoom_img.png") no-repeat scroll center center;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	-webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.IndexBlock .PhotoAndText .IndexImage a:hover span{
	opacity: 1;
}
.IndexBlock .PhotoAndText .short_description, .IndexBlock .PhotoAndText .Read_More{
	text-align: left;
}
.MainContent{
	margin-top: 19px;
	margin-bottom: 50px;
}
.MainContent .MainTitle{
	margin-bottom:  30px;
	color: #c79c3f;
	font-size: 36px;
	border-bottom: 1px solid #c79c3f;
}
.MainContent .PageText{
	font-size: 14px;
    color: #6e6e6e;
}
.BookNow{
    position: fixed;
    width: 52px;
    height: 175px;
    right: 0px;
    top: 50%;
    margin-top: -87.5px;
    z-index: 500;
}
.BookNow a{
    background: rgba(0, 0, 0, 0) url("/Templates/Default/Images/booknow.png") no-repeat scroll right top;
    display: block;
    width: 52px;
    height: 175px;
}
.BookNow a:hover{
    background-position: center bottom;
}
.FreeShuttle{
    position: fixed;
    width: 240px;
    height: 105px;
    left: 0px;
    top: 50%;
    margin-top: -52.5px;
    z-index: 500;
}
.FreeShuttle a{
    background: rgba(0, 0, 0, 0) url("/Templates/Default/Images/freeshuttle_side.png") no-repeat scroll center center;
    display: block;
    width: 240px;
    height: 105px;
    margin-left: -130px;
    -webkit-transition: margin-left 1s ease-in-out;
	-moz-transition: margin-left 1s ease-in-out;
	-ms-transition: margin-left 1s ease-in-out;
	-o-transition: margin-left 1s ease-in-out;
	transition: margin-left 1s ease-in-out;
}
.FreeShuttle a:hover{
    background-position: center bottom;
    -webkit-transition: margin-left 1s ease-in-out;
	-moz-transition: margin-left 1s ease-in-out;
	-ms-transition: margin-left 1s ease-in-out;
	-o-transition: margin-left 1s ease-in-out;
	transition: margin-left 1s ease-in-out;
	margin-left: 0px;
}
/* Google Map Responsive */

.embed-container {
    position: relative; 
    padding-bottom: 25.25%; 
    height: 0; 
    overflow: 
    hidden; 
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.PopUp{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    z-index: 1002;
    top: 0px;
    left: 0px;
}
.PopUp .PopUp_Box{
    margin-top: 50px;
    margin-bottom: 50px;
}
.PopUp .PopUp_Box .PopUp_Box_Text{
    
}
.PopUp .PopUp_Box .PopUp_Text{
    padding-left: 75px;
    z-index: 1;
}
.PopUp .PopUp_Box .PopUp_Box_Text span{
    color: #2fa5a9;
}
.PopUp .PopUp_Box .PopUp_Close{
    
}
.PopUp .PopUp_Box .PopUp_Close:hover{
    
}
.PopUp .PopUp_Box .PopUp_Description{
    margin-top: 25px;
    padding: 25px;
    padding-left: 75px;
    margin-left: -75px;
    text-align: right;
    background-color: #1d4e7a;
    color: #ffffff;
}
.PopUp .PopUp_Box .PopUp_Image{
    z-index: 50;
    margin-right: -75px;
}
.PopUp .Read_More{
    text-align: right;
}
.PopUp .Read_More a{
    background-color: #c79c3f;
}
.PopUp .Read_More a:hover{
    background-color: #000000;
}/* ----------------------------------------------------------------------------------/Templates/Default/Layout.css---------------------------------------------------------------------------------- */

