/*******************************************
*       new styles start here
 ********************************************/
/***************************

  MIXINS

****************************/
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.contactimg img {
  width: 300px;
}
/*Main */
* {
  margin: 0;
  padding: 0;
  border: 0 none;
}
body {
  background: url(../images/Background_Top.jpg) top center repeat-x;
  text-align: left;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #000000;
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-size: 14px;
}
h1 {
  font-size: 32px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
h2 {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #12294D;
  padding-bottom: 15px;
  line-height: 24px;
}
.threecoltb h2 {
  border-bottom: 2px solid #D2D2D2;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
h3 {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #000000;
}
h4 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bolder;
  colour: #000000;
}
p {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
  line-height: 20px;
  font-size: 14px;
}
a {
  color: #12294D;
  text-decoration: none;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-15 {
  margin-bottom: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
  line-height: 26px;
}
.fs-20 {
  font-size: 20px;
  line-height: 26px;
}
.bold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.site-color {
  color: #12294D;
}
.button {
  padding: 10px 25px;
  border-radius: 225px;
  background: #12294D;
  color: #fff;
  cursor: pointer;
  border: 2px solid #34a8eb;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.button:hover {
  background: #34a8eb;
  border: 2px solid #12294D;
}
.header {
  background-color: #12294D;
  width: 100%;
}
.headercontent {
  width: 960px;
  margin: 0 auto;
  height: 100%;
}
.logo {
  padding-top: 28px;
  float: left;
}
.headcontact {
  float: right;
  text-align: right;
  padding-top: 22px;
}
.headcontact p {
  color: #ffffff;
  letter-spacing: 1px;
}
.hr {
  height: 2px;
  background-color: #b2b2b2;
}
/*MENU*/
.menu {
  margin: 0 auto;
  height: 54px;
  width: 960px;
  border-bottom: solid 2px #b2b2b2;
}
.menu li {
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #424242;
  padding: 0 10px;
  position: relative;
  list-style: none;
  margin-top: 24px;
  height: 30px;
  margin-right: 20px;
}
.menu li:first-child {
  padding-left: 10px;
}
.menu li a {
  text-decoration: none;
  color: #424242;
  display: inline-block;
  margin-top: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.menu li:hover {
  background: #12294D;
}
.menu li:hover a {
  color: #ffffff;
}
.menu li:hover ul {
  left: 0;
}
.menu li ul {
  position: absolute;
  left: -9999px;
  border: solid 1px #12294D;
  margin-top: 6px;
  background-color: #FFFFFF;
  z-index: 500;
}
.menu li ul li {
  float: none;
  color: #12294D;
  width: 235px;
  padding: 0 10px;
  border-top: dotted 1px #b2b2b2;
  margin: 0px;
  display: inline-block;
}
.menu li ul li:hover {
  background: #12294D;
}
.menu li ul li:first-child {
  border-top: none;
  padding-left: 10px;
}
.menu li:hover ul li a {
  color: #12294D;
}
.menu li ul li a {
  display: block;
  width: 100%;
  padding-top: 2px;
  color: #12294D;
}
.menu li ul li:hover a {
  background-color: #12294D;
  color: #ffffff;
}
/*ROTATOR*/
.jquery {
  width: 960px;
  height: 400px;
  margin: 0 auto;
}
#rotater-div {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 15px;
}
#rotater-div .items {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#rotater-div .items .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#rotater-div .items .item1 {
  background: url(images/slide-1.jpg) no-repeat 50% 50% transparent;
}
#rotater-div .items .item2 {
  background: url(images/slide-2.jpg) no-repeat 50% 50% transparent;
}
#rotater-div .items .item3 {
  background: url(images/slide3.jpg) no-repeat 50% 50% transparent;
}
#rotater-div .items .item4 {
  background: url(images/slide4.jpg) no-repeat 50% 50% transparent;
}
.rotater-buttons {
  position: absolute;
  bottom: 20px;
  right: 121px;
}
.rotater-btn {
  background: url(../images/btn_rotator.png) no-repeat 0 0 transparent;
  width: 26px;
  height: 26px;
  float: left;
  margin-left: 3px;
  cursor: pointer;
}
.rotater-btn.selected,
.rotater-btn:hover {
  background: url(../images/btn_rotator.png) no-repeat 0 100% transparent;
}
/*CONTENT*/
.home-image-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 -10px;
}
.home-image-boxes .box-img {
  padding: 0 10px;
  width: 25%;
  background: transparent no-repeat center center / cover !important;
  height: 145px;
}
.ctabtn {
  width: 960px;
  height: 176px;
  margin: 0 auto;
}
.ctabtnimg {
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 2px #d2d2d2;
}
.ctabtnimg img {
  padding-right: 15px;
  max-width: 225px;
}
img.ctabtnimglast {
  padding-right: 0px;
}
.homecontent {
  width: 960px;
  margin: 0 auto;
  border-top: solid 2px #d2d2d2;
}
.homecontent li {
  list-style-image: url(images/arrow.png);
  margin-left: 30px;
}
.homecontentleft {
  width: 600px;
  float: left;
  padding-top: 30px;
  padding-right: 75px;
}
.homecontentright {
  width: 285px;
  float: left;
  padding-top: 30px;
}
.bookimg {
  margin-top: 47px;
  padding-bottom: 82px;
}
.bookimgleft {
  float: left;
}
.bookimgright {
  color: #12294D;
  float: left;
  margin-left: 10px;
  margin-top: 13px;
}
.maincontent {
  width: 960px;
  margin: 0 auto;
}
.maincontent h1 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #12294D;
}
.abouttb td {
  width: 300px;
  vertical-align: top;
  padding-right: 20px;
}
.contactleft {
  float: left;
  padding-right: 155px;
  width: 291px;
}
.contactright {
  width: 512px;
  float: left;
}
.imgleft {
  float: left;
  margin: 0 25px 10px 0;
  padding: 5px;
  border: solid #D2D2D2 2px;
}
.imgright {
  float: right;
  margin: 0 0px 10px 25px;
  padding: 5px;
  border: solid #D2D2D2 2px;
}
.col1 {
  width: 300px;
  padding-right: 30px;
  float: left;
}
.col2 {
  width: 300px;
  padding-right: 30px;
  float: left;
}
.col3 {
  width: 300px;
  padding-right: 0px;
  float: left;
}
.reference {
  font-size: 10px;
}
.textarea {
  border: 1px solid #12294D;
  color: #757575;
  padding: 5px;
  width: 485px;
  height: 100px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.address {
  float: left;
}
.qr {
  float: left;
}
/*FORM*/
.textbar {
  border: 1px solid #12294D;
  color: #757575;
  margin-right: 15px;
  padding: 5px;
  width: 229px;
}
.formleft {
  float: left;
}
.formright {
  float: left;
}
.rightfield {
  margin-bottom: 5px;
}
.leftfield {
  margin-bottom: 5px;
}
.message {
  margin-bottom: 10px;
  color: #12294D;
}
.submithomebtn {
  background: url(images/submit_btn.png);
  padding: 5px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100px;
  height: 35px;
  cursor: pointer;
}
/*FOOTER*/
.footer {
  width: 960px;
  height: 64px;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 60px;
}
.footcontent {
  margin-top: 5px;
  padding-top: 15px;
  border-top: solid 2px #d2d2d2;
}
.cl {
  clear: both;
}
.geekpower {
  margin-bottom: 5px;
  color: #c6c6c6;
  font-size: 12px;
  text-decoration: none;
}
/***************************

  MIXINS

****************************/
/*# sourceMappingURL=style.css.map */