/*----- media queries -----*/
@media only screen and (max-width: 320px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 1024px) {
}

/* PERSISTENT STYLES ========================================================================================*/
html,
body {
  background: #005e99 url("/templates/client/images/background-blue.jpg") center
    top;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "Goudy Bookletter 1911", Georgia, serif;
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
body {
  border-top: 2px solid #ca010a;
}
img,
img a,
img a:link {
  border: 0px;
}

h1 {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 200;
  margin: 0px 0px 30px 0px;
  color: #333;
  padding: 40px 0px 30px 0px;
  border-bottom: 4px solid #0269b0;
  text-transform: uppercase;
  text-align: center;
}
h2 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  margin: 0px;
  color: #333;
  padding: 0px;
  text-transform: uppercase;
}

p {
  font-size: 20px;
  line-height: 26px;
  margin: 0px 0px 14px 0px;
}
hr {
  margin: 30px 0px 30px 0px;
  color: #3d2308;
  background: #3d2308;
  border: 0px;
  height: 1px;
}
ul {
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 18px;
  font-size: 20px;
  line-height: 26px;
}

a:link {
  color: #32709d;
}
a:visited {
  color: #32709d;
}
a:hover {
  color: #000;
}

.clear {
  clear: both;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.center {
  display: block;
  max-width: 1070px;
  margin: 0 auto;
  position: relative;
}
.center:before {
  content: " ";
  display: table;
}
.center:after {
  content: " ";
  display: table;
  clear: both;
}
.block {
  display: block;
}

hr {
  color: #ccc;
  background: #ccc;
}

@media only screen and (max-width: 1070px) {
  .center {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* HEADER STYLES ========================================================================================*/
#header {
  border-top: 2px solid #056ab2;
  border-bottom: 2px solid #056ab2;
  background: #ccc;
}
#header .logo {
  display: block;
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 200px;
  padding-top: 40px;
  text-align: center;
  background: url("/templates/client/images/slideshow-overlay.png") repeat-x;
  background-size: 100% 100%;
}
#header .searchWidget {
  display: none;
  position: relative;
  z-index: 100;
}
#header .logo img {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}

#header,
.slideshow,
.slideshow ul.rslides li,
.slideshow .dynamic-headers {
  height: 300px !important;
}
#home #header,
#home .slideshow,
#home .slideshow ul.rslides li,
#home .slideshow .dynamic-headers {
  height: 600px !important;
}
#aboutPage #header,
#aboutPage .slideshow,
#aboutPage .slideshow ul.rslides li,
#aboutPage .slideshow .dynamic-headers {
  height: 600px !important;
}
.slideshow {
  position: absolute;
  z-index: 10;
  width: 100%;
  background: #666;
  background-size: cover !important;
  z-index: 10;
  margin-top: 0px;
}
.slideshow ul.rslides {
  margin: 0px;
  padding: 0px;
}
.slideshow ul.rslides li {
  display: block;
  width: 100%;
  height: 500px;
  background-size: cover !important;
}
.slideshow .dynamic-headers {
  height: 500px;
}

/*#map { position:absolute; z-index:10; height:600px; width:100%; box-shadow:0px 1px 8px #000; }
#map iframe { border:0; width:100%; height:600px; }
#mapPage #header, #mapPage .slideshow, #mapPage .slideshow ul.rslides li, #mapPage .slideshow .dynamic-headers { height:600px !important; }
*/

@media only screen and (max-width: 800px) {
  #header .logo2 {
    padding-top: 30px;
  }
  #home #header,
  #home .slideshow,
  #home .slideshow ul.rslides li,
  #home .slideshow .dynamic-headers {
    height: 400px !important;
  }
}

@media only screen and (max-width: 500px) {
  #home #header,
  #home .slideshow,
  #home .slideshow ul.rslides li,
  #home .slideshow .dynamic-headers {
    height: 300px !important;
  }
}

/* MAIN MENU STYLES ========================================================================================*/
#mainMenu {
  position: relative;
  z-index: 100;
  border-top: 2px solid #ca010a;
  background: #fff;
  padding: 25px 0px 25px 0px;
  font-family: "Raleway", sans-serif;
}
#mainMenu .mobileMenu {
  display: none;
}
#mainMenu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}
#mainMenu ul li {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #666;
  text-transform: uppercase;
  font-weight: 200;
}
#mainMenu ul li a {
  display: block;
  padding: 0px 8px;
  text-decoration: none;
  color: #666;
}
#mainMenu ul li a:hover {
  color: #000;
  font-weight: 400;
}
#mainMenu ul li.divider {
  font-weight: 100;
  color: #ccc;
}

#mainMenu .menuPhone2 {
  width: 321px;
  height: 35px;
  background: url("/templates/client/images/phone-bg.png") no-repeat;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 37px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0px;
  top: -60px;
}
#mainMenu .menuPhone {
  width: 321px;
  height: 35px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 37px;
  text-shadow: 0px 1px 2px rgb(0 0 0 / 50%);
  position: absolute;
  right: 0px;
  top: -60px;
  background: linear-gradient(0deg, #a30000, #ca010a);
  border-radius: 10px 10px 0 0;
  text-transform: uppercase;
  font-weight: bolder;
  box-shadow: #000 0px -3px 10px -4px;
  transition: all 0.3s ease;
}
#mainMenu .menuPhone a {
  color: #fff;
  text-decoration: none;
}
#mainMenu .menuPhone:hover {
  top: -70px;
  height: 45px;
}
/* submenu */
#mainMenu ul ul {
  display: none;
  min-width: 180px;
  position: absolute;
  background: #005e99;
  text-align: left;
  width: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
#mainMenu ul ul li {
  background: none;
  display: block;
  width: 100%;
  float: none;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
}
#mainMenu ul ul li a {
  color: #fff;
  font-weight: normal;
  display: block;
  padding: 5px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#mainMenu ul ul li a:hover {
  color: #fff;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.2);
}

.cta50th {
  position: absolute;
  top: 33px;
  left: 5%;
  width: auto;
  text-align: left;
  z-index: 1000;
}
.cta50th img {
  width: 150px;
  height: auto;
}

#home .cta50th {
  position: absolute;
  top: 260px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 111;
}
#home .cta50th img {
  width: 200px;
  height: auto;
}
@media only screen and (max-width: 800px) {
  #home .cta50th {
    top: 220px;
  }
  #home .cta50th img {
    width: 120px;
  }
  .cta50th {
    top: 153px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #home .cta50th {
    top: 160px;
  }
  #mainMenu .menuPhone:hover {
    top: -45px;
    height: 45px;
  }
  #header .logo {
    padding-top: 20px;
    height: 230px;
  }
  #header .logo img {
    max-width: 300px;
  }
  #mainMenu .menuPhone {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 500px) {
  #mainMenu .menuPhone {
    top: -36px;
  }
  #mainMenu {
    padding: 0px;
    background: #005e99 url("/templates/client/images/background-blue.jpg")
      center top;
    box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.25);
  }
  #mainMenu .center {
    padding: 0px;
  }
  #mainMenu .mobileMenu {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
    display: block;
    padding: 10px 0px;
    font-size: 22px;
    line-height: 30px;
    color: #666;
    text-transform: uppercase;
    font-weight: 200;
    background: #fff;
    text-align: center;
  }
  #mainMenu ul li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
  }
  #mainMenu ul li a {
    display: block;
    padding: 5px 0px;
    text-decoration: none;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
  #mainMenu ul li a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
  }
  #mainMenu ul li.divider {
    display: none;
  }
  #mainMenu ul li span:before {
    font-family: fontawesome;
    content: "\f107";
    font-size: 1em;
    padding-right: 0.3em;
  }
  #mainMenu ul ul {
    display: block;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.75);
  }
  #mainMenu ul ul li {
    background: none;
    display: block;
    width: 100%;
    float: none;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
  }
  #mainMenu ul ul li a {
    color: #fff;
    font-weight: normal;
    display: block;
    padding: 5px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  #mainMenu ul ul li:first-child a {
    border-top: 0px;
  }
  #mainMenu ul ul li a:hover {
    color: #fff;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.2);
  }
}

/* CONTENT STYLES ========================================================================================*/
#contentContainer {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #f3f3f3;
  padding: 0px 0px 25px 0px;
}
#contentContainer .contentMain .contentImgRight {
  float: right;
  display: inline;
  margin: 0px 0px 20px 20px;
  width: 50%;
  max-width: 455px;
  height: auto;
}

.staff p {
  margin: 0px;
  padding: 0px;
  width: 30%;
  float: left;
  display: inline;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin-left: 5%;
  margin-bottom: 40px !important;
}
.staff p img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.staff p strong {
  font-size: 20px;
  line-height: 24px;
}
.staff p:first-child,
.staff p:nth-of-type(4) {
  margin: 0px;
}

@media only screen and (max-width: 600px) {
  .staff p {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin-left: 0%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 500px) {
  #contentContainer .contentMain .contentImgRight {
    float: none;
    display: block;
    margin: 0px 0px 20px 0px;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

/* CONTACT FORM STYLES ========================================================================================*/
form * {
  box-sizing: border-box;
}

/* BLOG STYLES ========================================================================================*/
.blogContent {
  width: 70%;
  float: left;
  display: inline;
}
.blogContent .block {
  padding: 0px 30px 0px 0px;
}
.blogContent .blogitem {
  position: relative;
  padding-left: 120px;
}
.blogContent .blogitem img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.blogContent .blogitem h2 {
  font-size: 26px;
  line-height: 32px;
}
.blogContent .blogitem h2 a:link {
  text-decoration: none;
}
.blogContent .blogitem h2 a:hover {
  color: #0269b0;
}
.blogContent .blogitem .date {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}
.blogContent .blogitem hr {
  background: #ccc;
  color: #ccc;
}

.blogSidebar {
  width: 30%;
  float: left;
  display: inline;
  margin-top: -30px;
}
.blogSidebar .block {
  padding: 32px 30px 30px;
  background: rgba(255, 255, 255, 0.75);
}
.blogSidebar h3 {
  font-size: 20px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0px 0px 5px 0px;
}
.blogSidebar ul {
  margin: 0px;
  padding: 0px 0px 0px 18px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Raleway", sans-serif;
}
.blogSidebar hr {
  background: #ccc;
  color: #ccc;
}

.blogImage {
  width: 40%;
  height: auto;
}

@media only screen and (max-width: 650px) {
  .blogContent,
  .blogSidebar {
    width: 100%;
    float: none;
    display: block;
  }
  .blogContent .block {
    padding: 0px 0px 0px 0px;
  }
  .blogSidebar {
    margin-top: 0px;
  }
  .pageContainer {
    background: rgba(255, 255, 255, 0.75);
    margin-bottom: 20px;
    padding: 10px 0px;
  }
}

@media only screen and (max-width: 500px) {
  .blogImage {
    width: 100%;
    height: auto;
    margin: 20px 0px;
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 430px) {
  .blogContent .blogitem {
    padding-left: 0px;
  }
  .blogContent .blogitem img {
    position: relative;
    display: block;
  }
}

/* FOOTER STYLES ========================================================================================*/
/* Why did this exist?
@media only screen and (max-width:100px) {
	#footer .footerRight { text-align:right; float:none; display:block; width:100%; padding-bottom:20px; }
	#footer .footerLeft { position:absolute; margin-top:-120px; }
	#footer .footerLeft .footerBalloon { margin:0px 0px 0px -10px; width:35%; }
	#footer .large { font-size:14px !important; line-height:24px !important; margin-bottom:5px; }
	#footer p { font-size:12px; line-height:18px; margin:0px; }
	#footer p span { display:none; }
	#footer p.copyright { font-size:10px; line-height:14px; margin:15px 0px 0px 0px; }
	#footer hr { margin:0px 0px 8px; }
	#footer .footerRight p { font-size:14px; line-height:20px; margin:0px; }
}
*/
#footer {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: #fff;
  width: 100%;
  padding: 0;
  z-index: 20;
  position: relative;
  text-transform: uppercase;
  box-shadow: inset 0px 20px 40px rgba(0, 0, 0, 0.15);
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer p {
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
}
#footer .large {
  font-size: 14px !important;
  line-height: 24px !important;
  margin-bottom: 10px;
}
#footer hr {
  background: #053d61;
  color: #053d61;
  height: 1px;
  border: 0px;
  border-bottom: 1px solid #4085b1;
  margin: 30px 0px 10px;
  padding: 0px;
}
#footer .flexCols {
  display: flex;
  flex-flow: row nowrap;
  margin-top: -10px;
}
#footer .flexCols > div {
}
#footer .flexCols > div.blimp img {
  width: 100%;
  height: auto;
}
#footer .flexCols > div.info {
  flex-grow: 1;
  text-align: right;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding: 1em 0 1em 1em;
}
#footer .flexCols > div.info > a {
  font-size: 5em;
  margin-left: 0.4em;
}
#footer .flexCols > div.info > div {
  white-space: nowrap;
  padding: 1em;
}
#footer hr {
  margin: 0;
  position: relative;
  margin-top: -10px;
}
#footer .info strong {
  display: block;
  font-size: 0.9em;
}
#footer .info strong > p {
  margin: 0;
}
#footer .info strong > em {
  display: block;
  margin: 0;
  line-height: 0.3;
  font-size: 1.6em;
}
#footer .large {
  text-transform: none;
  margin: 0;
}
@media only screen and (max-width: 700px) {
  #footer {
    padding: 20px 0;
  }
  #footer hr {
    margin: 0;
  }
  #footer .flexCols {
    margin: 0;
  }
  #footer .flexCols > div.blimp {
    justify-content: center;
    align-items: center;
    align-content: center;
    display: flex;
  }
  #footer .flexCols > div.info {
    padding-top: 0;
  }
}
@media only screen and (max-width: 568px) {
  #footer .flexCols {
    flex-flow: column;
  }
  #footer2 .info > div {
    width: 70%;
  }
}

/*COMPUCAST LOGO CSS start-----------------------------*/
.old-ie {
  display: none;
}
.cc2:hover {
  fill: rgba(0, 0, 0, 0.4);
}
.ccLogo {
  text-align: right;
}

.compucast {
  position: relative;
  margin: 0 auto;
  width: 58px;
  height: 64px;
  color: black;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.5s 1.4s;
}
.compucast.dark {
  color: white;
}
.logo1,
.logo2,
.old-ie {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -13px;
  opacity: 1.5;
  transition: 0s;
}
.compucast:hover,
.compucast_hover {
  width: 225px;
  background: rgba(0, 0, 0, 0.04);
  box-shadow: 1px 7px 16px -7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 7px 16px -7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 7px 16px -7px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 7px 16px -7px rgba(0, 0, 0, 0.3);
  transition: 0.3s 0s;
}
.dark:hover {
  background: rgba(255, 255, 255, 0.12);
}
.compucast p {
  position: absolute;
  left: -200px;
  margin: 0 0 0 10px;
  line-height: 21px;
  padding: 11px 0;
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #808080;
  opacity: 0;
  transition: 0.5s 1.4s;
}
.compucast a {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.compucast:hover p {
  left: 0px;
  opacity: 1;
  transition: 0.4s 0s;
}
.compucast.dark:hover p {
  color: #afacac;
}
.compucast.dark a {
  font-size: 14px;
  color: #fff;
}

/*color classes: colored , white and black*/
.purple {
  fill: #7f3f98;
}
.green {
  fill: #00a14b;
}
.black1 {
  fill: rgba(0, 0, 0, 1);
}
.black2 {
  fill: rgba(0, 0, 0, 0.5);
}
.white1 {
  fill: rgba(255, 255, 255, 1);
}
.white2 {
  fill: rgba(255, 255, 255, 0.5);
}
/*COMPUCAST LOGO CSS end-------------------------------*/

/* MENU TOGGLE STYLES ========================================================================================*/
@media only screen and (min-width: 501px) {
  #mainMenu ul#nav {
    display: block !important;
  }
}
@media only screen and (max-width: 500px) {
  #mainMenu ul {
    display: none;
  }
}

.amenitiesList {
  margin: 0 0 14px 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
}
.amenitiesList li {
  margin: 0;
  width: 50%;
  background: #e0e0e0;
  box-sizing: border-box;
  border: 5px solid #f3f3f3;
  padding: 1em;
  border-radius: 11px;
}
.amenitiesList li strong {
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  .amenitiesList li {
    width: 100%;
  }
}
