.flexbox.flexbox-vert-center {align-items: center;}
.flexbox.flexbox-hor-center {justify-content: center;}



#ajax-content {float: none;}
#dialog-overlay {width: 100%; height: 100%; background-color: #000; z-index: 90; position: fixed; opacity: 0.5; left: 0; top: 0;}
#dialog-container {position: fixed; left: 0; top: 0; z-index: 90; width: 100%; height: 100%; align-items: center; justify-content: center; z-index:1000;}
#dialog-frame {position: relative; width: auto; max-width: 1000px; max-height: 90%; padding: 20px; margin: 0; float: left; background-color: #FFF; *border: 1px #d6d6d6 solid; border-radius: 3px; overflow-y: auto; }
#dialog-frame .close {position: absolute; right: 10px; top: -3px; z-index: 1000; color: #000; opacity: 0.6; font-size: 32px;}
#dialog-frame .close:hover {opacity: 1;}
#dialog-frame .inner {width: 100%; height: 100%; padding: 10px 20px; float: left;}
#dialog-frame H2 {width: 100%; padding: 8px 0 0 0; margin: 0px; text-align: center; float: left; font-size: 26px; border-radius: 3px;}
#dialog-frame H2 .closer {float: right; margin-right: 4px;}
#dialog-frame H3 {width: 100%; padding: 8px 0px; margin: 0px; text-align: center; float: left; font-size: 16px; background-color: #d6d6d6; border-radius: 3px;}
#dialog-frame P {width: 100%; float: left; margin: 0px 0px; padding: 10px 0; line-height: 1.4;}
#dialog-frame p img {max-width: 100%; max-height: 100%;}
#dialog-frame .link {width: auto; height: 40px; padding: 0px 15px 0px 15px; margin: 10px 0px; float: right; background-color: #313131; border: 0px; color: #FFF; font-size: 13px; font-weight: 300; cursor: pointer; *text-transform: uppercase; }

#dialog-frame INPUT {border: 1px #7a7a7a solid;}
#dialog-frame SELECT {width: 100%; float: left; height: 26px; padding: 0px 0; margin: 2px 0px; border: 1px #7a7a7a solid;}
#dialog-frame TEXTAREA {font-family: 'Open Sans', sans-serif; width: 100%; float: left; height: 90px; padding: 2px; margin: 2px 0px; border: 1px #7a7a7a solid;}

#dialog-frame INPUT:HOVER, #dialog-frame SELECT:HOVER, #dialog-frame TEXTAREA:HOVER {border-color: #333;}

#dialog-frame #pricesFrame .roomtype {width: 50%;}
#dialog-frame #pricesFrame .seasonsFrame {width: 50%; overflow-x: auto;}
#dialog-frame #pricesFrame .seasonsFrame .season {width: 100%; max-width: none;}

#dialog-frame .formLine {width: 100%; float: left; padding: 0px 0px 0px 0px; margin: 0px 0px;}

#dialog-frame .line {width: 100%; float: left;}

#dialog-frame .cellTitle {float: left; height: 30px; line-height: 30px; font-size: 16px; font-weight: bold; background-color: #9fb4cc; color: #ffffff; padding: 0 4px;}
#dialog-frame .cell {float: left; height: 30px; line-height: 30px; font-size: 14px; padding: 0 4xp;} 
#dialog-frame .cellTextarea {float: left; height: auto; line-height: 30px; font-size: 14px; padding: 0 4xp;}

.dialog-width-300 {width: 300px !important;}
.dialog-min-height-100 {min-height: 100px !important;}


.dialog-btn {float: left; margin: 0; line-height: 16px; padding: 6px 10px; font-size: 16px; border: 2px solid; border-radius: 3px; cursor: pointer;}
.dialog-btn:HOVER {}
.dialog-btn I {font-size: 18px;}


.dialogShader {width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; background-color: #000; opacity: 0.4; z-index: 99;}
.dialogCont {width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 600;}
.dialogCont .centerer {width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-around;}
.dialogCont .dialogFrame {width: 600px; float: left; background-color: #FFF; position: relative;}
.dialogCont .dialogFrame.size-1 {width: 800px;}
.dialogCont .dialogFrame.size-2 {width: 1000px;}
.dialogCont .dialogFrame .close {width: auto; height: auto; float left; position: absolute; color: #FFF; font-size: 40px; top: -30px; right: -27px; line-height: 20px; opacity: 0.7;}
.dialogCont .dialogFrame .close:HOVER {opacity: 1;}
.dialogCont .headerFrame {width: 100%; padding: 10px 20px; float: left; background-color: #fabeb8; border-bottom: 1px #fabeb8 solid; color: #FFF; font-size: 20px; font-weight: 500; text-transform: uppercase; text-align: center;}
.dialogCont .headerFrame.red {background-color: #d9001a; border-bottom: 1px #c20003 solid;}
.dialogCont .bodyFrame {width: 100%; padding: 30px; float: left; background-color: #FFF; font-size: 14px; font-weight: 300;}
.dialogCont .bodyFrame P:first-child {margin-top: 0px;}
.dialogCont .scroller {width: 100%; max-height: 80vh; float: left; overflow-y: scroll;}
.dialogCont .dialogFrame .buttonsFrame {width: 100%; float: left; display: flex; justify-content: space-between; margin: 10px 0px 0px 0px;}
.dialogCont .dialogFrame .buttonsFrame A {width: 160px; padding: 10px 20px; border: 1px #e0e0e0 solid; background-color: #f5f5f5; transition: box-shadow 200ms; font-size: 13px; font-weight: 300; display: flex; align-items: center; justify-content: space-around; text-decoration: none; border-radius: 2px;}
.dialogCont .dialogFrame .buttonsFrame A:HOVER {box-shadow: inset 0 0 10px rgba(0,0,0, 0.3);}
.dialogCont .dialogFrame .buttonsFrame A.cart {background-color: #ed2d5b; color: #FFF; border: 1px #ed2d5b solid;}
.dialogCont .dialogFrame .buttonsFrame A IMG {margin-right: 10px;}
.dialogCont .dialogFrame .buttonsFrame A.green {background-color: #1da676; color: #FFF; border-color: #1da676;}


@media only screen
and (max-width: 700px)
{
  .dialogCont .dialogFrame {width: 96%;}
  .dialogCont .dialogFrame .close {right: 0;}
}

@media only screen
and (max-width: 500px)
{
  .dialogCont .bodyFrame {padding: 20px 30px;}
  
  .formLine {flex-wrap: wrap; margin: 0px 0px 2px 0px;}
  .formLine .formRow {width: 100%;}
  .formLine .formInput {width: 100%;}
  
  .formLine .formSubmitA {margin: 15px 0 0 0;}
}

.cookiesLine {width: 100%; display: flex; flex-direction: column;}
.cookiesLine .cookiesHeaderLine {width: 100%; display: flex; align-items: center;}
.cookiesLine .cookiesHeaderLine INPUT {margin: 0px 15px 0px 0px; transform: scale(1.5);}
.cookiesLine .cookiesHeaderLine .heading {font-size: 16px; font-weight: 600;}