/*========================================================
                    Pre settings
=========================================================*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #999999;
  background: #809fc3;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #444444;
}
img {
  max-width: 100%;
}
p + p {
  margin-top: 29px;
}
/* Common styles
========================================================*/
.document-wrapper {
  width: 100%;
  overflow: hidden;
}
.text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
.text-1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
.text-2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  text-transform: uppercase;
 }
@media only screen and (max-width: 979px) {
  .text-2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .text-2 {
    font-size: 26px;
    line-height: 26px;
  }
}
.super-box {
  padding: 0 0 61px 0;
}
.bg-img-1 {
  background: #809fc3 url(../../images/bg-img-1.jpg) 50% 0 no-repeat;
}
.heading {
  overflow: hidden;
  margin: 20px 0 50px 0;
  padding: 0 0 0 30px;
  color: #444444;
  background: url(../../images/decoration-1.png) 0px 6px no-repeat;
}
.subheading {
  display: block;
  text-transform: none;
}
@media only screen and (max-width: 979px) {
  .heading {
    margin: 30px 0 30px 0;
  }
}
.subtitle {
  padding: 0 0 8px 0;
  color: #444444;
}
.subtitle a:hover {
  color: #809fc3;
}
.video-box iframe {
  width: 100%;
  height: 100%;
}
.list {
  padding: 0 0 39px;
}
.list li {
  padding: 0 0 0 30px;
  color: #444444;
  background: url(../../images/decoration-2.png) 0 10px no-repeat;
}
.list a:hover {
  color: #ef4f47;
}
@media only screen and (max-width: 479px) {
  .list li {
    font-size: 13px;
  }
}
.table {
  width: 95%;
  border-collapse: collapse;
  position: relative;
}
.table th {
  text-align: left;
  font-size: 18x;
  line-height: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  background: #023f88;
  padding: 16px 28px 18px 28px;
  border: 1px solid #ffffff;
}
.table td {
  padding: 10px 10px 15px 10px;
  background: #becee0;
  border: 1px solid #ffffff;
}
@media only screen and (max-width: 479px) {
  .table th {
    padding: 5px;
  }
  .table td {
    padding: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .space {
    display: none;
  }
}
.decoration-1 {
  background: url(../../images/decoration-3.png) 50% 100% no-repeat;
  padding: 0 0 33px;
}
.color-1 {
  color: #ffffff;
}
.color-4 {
  color: #444444;
}
.btn__skin-1 {
  display: inline-block;
  padding: 14px 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #023f88;
  background: #ffffff;
  border: 3px solid #023f88;
}
.btn__skin-1__hover:hover {
  color: #ffffff;
  background: #023f88;
}
.btn__skin-2 {
  display: inline-block;
  padding: 14px 75px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  border: 3px solid #ffffff;
}
.btn__skin-2__hover:hover {
  color: #023f88;
  background: #ffffff;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  background: #ffffff;
}
.header-top {
  padding: 0 0 29px 0;
background: #ffffff;
}
.header-top_s1 {
  float: left;
  padding: 25px 0 42px 31px;
background: #ffffff;
}
.header-top_s2 {
  float: right;
padding: 40px 10px 27px 0;
background: #ffffff;
}
h1 {
  position: relative;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000000;
background: #ffffff;
}
h1 span {
  position: absolute;
  top: 33px;
  right: 0;
  font-family: 'Grand Hotel', cursive;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
background: #ffffff;
}
h1 a {
  -webkit-transition: none;
  transition: none;
background: #ffffff;
}
h1 a:hover {
  color: inherit;
}
/* superfish-menu styles
========================================================*/
.sf-menu {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
background: #ffffff;
}
.sf-menu > li {
  position: relative;
  float: left;
background: #ffffff;
color: #000000;
}
.sf-menu > li + li {
  margin: 0 0 0 20px;
background: #ffffff;
color: #000000;
}
.sf-menu > li > a {
  display: inline-block;
background: #ffffff;
color: #000000;
}
.sf-menu > li > a:after {
  content: "";
  position: absolute;
  bottom: -41px;
  left: -7px;
  right: -7px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}
.sf-menu > li > a:hover {
  color: inherit;
}
.sf-menu > li > a:hover:after {
  border-color: #023f88;
background: #ffffff;
}
.sf-menu > li.current > a {
  color: inherit;
}
.sf-menu > li.current > a:after {
  border-color: #023f88;
background: #ffffff;
}
.sf-menu > li.sfHover > a {
  color: inherit;
}
.sf-menu > li.sfHover > a:after {
  border-color: #023f88;
}
/* first level sub-menu styles */
.sf-menu ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: -35px;
  right: -35px;
   margin: 41px 0 0 0;
 padding: 22px 0 24px 0;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  background: #809fc3;
}
.sf-menu ul li {
  position: relative;
}
.sf-menu ul li + li {
  margin: 22px 0 0;
}
.sf-menu ul li a:hover {
  color: #023f88;
}
.sf-menu ul li.sfHover > a {
  color: #023f88;
}
/* second level sub-menu styles */
.sf-menu ul ul {
  top: 0;
  left: 100%;
  width: 100%;
  margin: -22px 0 0 -1px;
}
.sf-menu ul ul:after {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  border-bottom: 3px solid #023f88;
}
/* superfish responsive layout */
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
background: #ffffff;
  }
  .select-menu {
    position: relative;
    display: block;
    margin: 20px 0;
    padding: 0;
    background-color: #ffffff;
    width: 100%;
    z-index: 2;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li + li {
    margin: 0 0 0 26px;
  }
  .header-top_s1 {
    padding: 25px 0 20px 15px;
  }
  .header-top_s2 {
      padding: 20px 15px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-top {
    padding: 0 0 0 0;
  }
  .header-top_s1 {
    float: none;
    padding: 10px 0 0 0;
    text-align: center;
  }
  .header-top_s2 {
    float: none;
    padding: 20px 10px 0 10px;
  }
  .sf-menu {
    color: #444444;
  }
}
#stuck_container {
  position: relative;
  background: #ffffff;
  z-index: 999;
}
#stuck_container:before,
#stuck_container:after {
  content: " ";
  display: table;
}
#stuck_container:after {
  clear: both;
}
.isStuck {
  left: 0;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.isStuck .header-top_s1 {
  padding: 5px 0 25px 80px;
}
.isStuck .header-top_s2 {
  padding: 20px 80px 10px 0;
}
.isStuck h1 span {
  top: 26px;
}
.isStuck .sf-menu > li > a:after {
  bottom: -24px;
}
.isStuck .sf-menu ul {
  margin-top: 12px;
}
.isStuck .sf-menu ul ul {
  margin-top: -22px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none;
  }
}
.slider {
  position: relative;
  padding-top: 44.01042%;
  background: #f3f0e8;
}
.slider .header-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1090px) {
  .slider {
    padding-top: 480px;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #ffffff;
}
.block-1 .btn {
  margin: 53px 0 0;
}
.block-2 {
  text-align: center;
}
.block-2 .img-box {
  margin: 0 0 19px;
}
.block-3 img {
  border: 5px solid #809fc3;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-3__hovered {
  display: block;
}
.block-3__hovered img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-3__hovered:hover img {
  border-color: #023f88;
}
.block-4 {
  position: relative;
  overflow: hidden;
  margin: 0 0 0;
  padding: 30px 10px 31px 195px;
  background: #fdedec;
}
.block-4_el1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 170px;
  color: #ffffff;
  background: #023f88;
}
.block-4_el1 .caption {
  position: absolute;
  top: 50%;
  margin: -11px 0 0;
  padding: 0 0 0 32px;
}
.block-4-1 {
  position: relative;
  overflow: hidden;
  margin: 0 0 0;
  padding: 30px 20px 35px 195px;
  background: #becee0;
}
.block-4-1_el1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 170px;
  color: #ffffff;
  background: #023f88;
}
.block-4-1_el1 .caption {
  position: absolute;
  top: 50%;
  margin: -38px 0 0;
  padding: 0 0 0 32px;
}
.block-4-1_el1 .caption span {
  display: block;
  margin: 0 0 13px;
}
.block-4-1 .subtitle {
  padding: 4px 0 12px;
}
@media only screen and (max-width: 479px) {
  .block-4 {
    padding: 80px 20px 30px 20px;
  }
  .block-4_el1 {
    width: 100%;
    bottom: auto;
    padding: 60px 0 0 0;
  }
  .block-4_el1 .caption {
    width: 100%;
    text-align: center;
    padding: 0 0 0 0;
  }
  .block-4-1 {
    padding: 120px 20px 30px 20px;
  }
  .block-4-1_el1 {
    width: 100%;
    bottom: auto;
    padding: 100px 0 0 0;
  }
  .block-4-1_el1 .caption {
    width: 100%;
    text-align: center;
    padding: 0 0 0 0;
    margin: -30px 0 0;
  }
}
.block-5-NO {
  position: relative;
  display: inline-block;
  width: 103px;
  height: 103px;
  color: #ffffff;
  background: #f7aeaa;
  border: 34px solid #fdedec;
  border-radius: 50%;
}
.block-5 {
  position: relative;
  display: inline-block;
  width: 103px;
  height: 103px;
  color: #ffffff;
  background: #023f88;
  border: 34px solid #809fc3;
  border-radius: 50%;
}
.block-5 span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -21px 0 0;
  text-align: center;
  line-height: 40px;
}
.block-5__hovered {
  display: inline-block;
}
.block-5__hovered-NO:hover {
  color: #ffffff;
  background: #ef4f47;
  border-color: #f59591;
}
.block-5__hovered:hover {
  color: #444444;
  background: #809fc3;
  border-color: #023f88;
}
.block-6 {
  overflow: hidden;
}
.block-6_s1 {
  float: left;
  margin: 0 28px 0 0;
}
.block-6_s2 {
  overflow: hidden;
  padding: 17px 10px 0 0;
}
.block-6_s2 .subtitle {
  padding-bottom: 23px;
}
.block-6-1 {
  text-align: center;
}
.block-6-1 .subtitle {
  padding: 21px 0px 23px;
}
.block-6-1 p {
  padding: 0 40px 0;
}
@media only screen and (max-width: 1199px) {
  .block-6-1 p {
    padding: 0 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .block-6_s1 {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
}
.block-7__hovered {
  display: block;
}
.block-7__hovered .block-4-1,
.block-7__hovered .block-4-1 .subtitle,
.block-7__hovered .block-4-1 p,
.block-7__hovered .block-4-1_el1 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-7__hovered:hover .block-4-1 {
  background: #becee0;
}
.block-7__hovered:hover .block-4-1 .subtitle,
.block-7__hovered:hover .block-4-1 p {
  color: #ffffff;
}
.block-7__hovered:hover .block-4-1_el1 {
  background: #023f88;
}
.block-7-1 .img-box img {
  width: 100%;
}
.block-7-1_s1 {
  padding: 32px 25px 35px;
  background: #becee0;
}
.block-7-1_s1 .subtitle {
  padding: 0 0 10px;
  line-height: 24px;
}
.block-7-1__hovered {
  display: block;
}
.block-7-1__hovered .block-7-1_s1,
.block-7-1__hovered .block-7-1_s1 .subtitle,
.block-7-1__hovered .block-7-1_s1 p {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-7-1__hovered:hover .block-7-1_s1 {
  background: #023f88;
}
.block-7-1__hovered:hover .block-7-1_s1 .subtitle,
.block-7-1__hovered:hover .block-7-1_s1 p {
  color: #ffffff;
}
.block-7-2 .img-box {
  position: relative;
  float: left;
  margin: 0 30px 0 0;
}
.block-7-2 .overlayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #809fc3;
  opacity: 0;
  filter: alpha(opacity=0);
}
.block-7-2__hovered {
  display: block;
}
.block-7-2__hovered .overlayer,
.block-7-2__hovered .block-4-1,
.block-7-2__hovered .block-4-1 .subtitle,
.block-7-2__hovered .block-4-1 p,
.block-7-2__hovered .block-4-1_el1 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-7-2__hovered:hover .block-4-1 {
  background: #023f88;
}
.block-7-2__hovered:hover .block-4-1 .subtitle,
.block-7-2__hovered:hover .block-4-1 p {
  color: #ffffff;
}
.block-7-2__hovered:hover .block-4-1_el1 {
  background: #809fc3;
}
.block-7-2__hovered:hover .overlayer {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
@media only screen and (max-width: 1199px) {
  .block-7-2 {
    width: 570px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .block-7-2 .img-box {
    float: none;
    margin: 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .block-7-2 {
    width: 100%;
  }
  .block-7-2 .img-box {
    float: none;
    margin: 0 0 0;
  }
}
.block-8 {
  background: #809fc3;
}
.block-8 .img-box {
  float: left;
  margin: 0 25px 0 0;
}
.block-8_s1 {
  overflow: hidden;
  padding: 34px 30px 54px 0;
}
.block-8_s1 .subtitle {
  padding-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  .block-8 .img-box {
    float: none;
    margin: 0 0 0;
    text-align: center;
  }
  .block-8_s1 {
    padding: 30px 30px 30px 30px;
  }
}
.block-9 {
  margin: 61px 0 29px;
  overflow: hidden;
  padding: 32px 0px 41px;
  background: #023f88;
}
.block-9_s1 {
  float: left;
  padding: 0 0 0 15px;
  color: #ffffff;
}
.block-9_s1 span {
  display: block;
  margin: 2px 6px 0 0;
  text-align: right;
  text-transform: none;
}
.block-9 .btn {
  margin: 7px 0 0 0;
  float: right;
}
.block-9-1 {
  margin: -27px 0 0;
  overflow: hidden;
  padding: 32px 0px 41px;
  background: #0b1f22;
}
.block-9-1_s1 {
  float: left;
  padding: 0 0 0 15px;
  color: #ffffff;
}
.block-9-1_s1 span {
  display: block;
  margin: 2px 6px 0 0;
  text-align: right;
  text-transform: none;
}
.block-9-1 .btn {
  margin: 7px 232px 0 0;
  padding: 14px 90px;
  float: right;
}
.block-9-1 .btn:hover {
  color: #0b1f22;
}
@media only screen and (max-width: 979px) {
  .block-9_s1,
  .block-9-1_s1 {
    padding: 0 0 0 0;
  }
  .block-9 .btn,
  .block-9-1 .btn {
    padding: 14px 22px;
  }
}
@media only screen and (max-width: 767px) {
  .block-9 .btn,
  .block-9-1 .btn {
    width: 100%;
    padding: 14px 0;
    text-align: center;
  }
}
.block-10 .subtitle {
  padding: 0 0 23px;
}
.block-11 .table td {
  padding: 10px 10px 15px 28px;
}
.block-11_el1 {
  margin: 24px 0 0;
}
.block-11_el1 span {
  display: block;
  text-transform: uppercase;
  color: #444444;
  font-weight: 700;
}
.block-12 .video-box {
  height: 323px;
}
.block-12 .subtitle {
  padding: 15px 0 21px;
  line-height: 24px;
}
.block-13 {
  overflow: hidden;
  padding: 0 30px 0 0;
  background: #ecf948;
}
.block-13_s1 {
  position: relative;
  float: left;
  margin: 0 25px 0 0;
}
.block-13_s1 .caption {
  position: absolute;
  width: 100px;
  padding: 15px 0 18px;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  background: #ef4f47;
}
.block-13_s1 .caption span {
  display: block;
  font-size: 20px;
  line-height: 28px;
}
.block-13 .subtitle {
  padding: 31px 0px 10px 0;
  line-height: 24px;
}
.block-13 .btn {
  margin: 24px 0px 0px 3px;
  font-size: 13px;
  line-height: 13px;
  padding: 8px 35px;
  background: none;
}
.block-13 .btn:hover {
  background: #ef4f47;
}
@media only screen and (max-width: 1199px) {
  .block-13 {
    padding: 30px;
  }
  .block-13_s1 {
    float: none;
    margin: 0 0 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .block-13 {
    padding: 30px;
  }
  .block-13_s1 .caption {
    width: 76px;
    padding: 13px 0 13px;
    font-size: 28px;
    line-height: 28px;
  }
  .block-13_s1 .caption span {
    font-size: 16px;
    line-height: 16px;
  }
}
.sequence-1 {
  padding: 0 0 30px;
}
.sequence-1-1 {
  padding: 10px 0px 28px;
}
.sequence-1-2 {
  padding: 10px 0px 28px;
}
.sequence-1-3 {
  overflow: hidden;
  margin: -30px 0 0;
  padding: 0 0 53px;
}
@media only screen and (max-width: 979px) {
  .sequence-1-3 {
    margin: 0 0 0;
    padding: 0 0 30px;
  }
}
.sequence-2 {
  overflow: hidden;
  padding: 12px 0px 21px;
}
.sequence-2-1 {
  overflow: hidden;
  padding: 10px 0 30px;
}
.sequence-2-1 + .sequence-2-1 {
  padding: 0 0 30px;
}
.sequence-2-2 {
  overflow: hidden;
  padding: 10px 0 29px;
}
.sequence-2-3 {
  overflow: hidden;
  padding: 10px 0 30px;
}
.sequence-2-3 + .sequence-2-3 {
  padding: 0 0 30px;
}
.sequence-2-4 {
  overflow: hidden;
  padding: 10px 0 30px;
}
.sequence-2-4 + .sequence-2-4 {
  padding: 0 0 30px;
}
.sequence-2-5 {
  overflow: hidden;
  padding: 10px 0 21px;
}
.sequence-2-5 + .sequence-2-5 {
  padding: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .sequence-2_item {
    margin: 0 0 30px;
  }
  .sequence-2-2 {
    padding: 0 0 0;
  }
  .sequence-2-2_item {
    margin: 0 0 30px;
  }
  .sequence-2-1,
  .sequence-2-3,
  .sequence-2-4,
  .sequence-2-5 {
    padding: 10px 0 0;
  }
  .sequence-2-1 + .sequence-2-1,
  .sequence-2-1 + .sequence-2-3,
  .sequence-2-1 + .sequence-2-4,
  .sequence-2-1 + .sequence-2-5,
  .sequence-2-3 + .sequence-2-1,
  .sequence-2-3 + .sequence-2-3,
  .sequence-2-3 + .sequence-2-4,
  .sequence-2-3 + .sequence-2-5,
  .sequence-2-4 + .sequence-2-1,
  .sequence-2-4 + .sequence-2-3,
  .sequence-2-4 + .sequence-2-4,
  .sequence-2-4 + .sequence-2-5,
  .sequence-2-5 + .sequence-2-1,
  .sequence-2-5 + .sequence-2-3,
  .sequence-2-5 + .sequence-2-4,
  .sequence-2-5 + .sequence-2-5 {
    padding: 0 0 0;
  }
  .sequence-2-1_item,
  .sequence-2-3_item,
  .sequence-2-4_item,
  .sequence-2-5_item {
    margin: 0 0 30px;
  }
}
.sequence-3 {
  overflow: hidden;
  padding: 10px 0px 29px;
}
.sequence-3_item + .sequence-3_item {
  margin: 29px 0 0;
}
.sequence-3-1 {
  overflow: hidden;
  padding: 10px 0px 29px;
}
.sequence-3-1_item + .sequence-3-1_item {
  margin: 29px 0 0;
}
.sequence-3-2 {
  overflow: hidden;
  padding: 10px 0px 29px;
}
.sequence-3-2_item + .sequence-3-2_item {
  margin: 29px 0 0;
}
.sequence-4 {
  overflow: hidden;
  padding: 7px 0 0;
  margin: 0 0 -18px;
}
.sequence-4-1 {
  padding: 9px 0 0;
}
.map {
  position: relative;
  min-height: 615px;
  border-bottom: 3px solid #023f88;
}
.map .google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.map #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.map iframe {
  width: 100%;
}
.map img {
  max-width: none !important;
}
.address {
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 0;
  width: 370px;
  padding: 55px 0 63px;
  margin: 0 0 0-185px;
  background: #ffffff;
}
.address .subtitle {
  margin: 0 0 25px;
}
@media only screen and (max-width: 979px) {
  .map {
    min-height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .map {
    margin: 0 0 0 0;
    min-height: 400px;
  }
}
@media only screen and (max-width: 479px) {
  .address {
    width: 270px;
    margin: 0 0 0 -135px;
  }
}
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
.contact-form-box {
  width: 450px;
  margin: 102px auto 50px;
}
.contact-form-box .subtitle {
  text-align: center;
  margin: 0 0 49px;
}
.contact-form-box .btn {
  margin: 17px 0 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  border-color: #ffffff;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form-box .btn:hover {
  border-color: #023f88;
  background: #023f88;
}
@media only screen and (max-width: 479px) {
  .contact-form-box {
    width: 270px;
  }
}
#contact-form {
  display: block;
  position: relative;
  background: none;
}
#contact-form label {
  display: block;
  float: left;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
}
#contact-form label.message {
  margin: 0 0 0 0;
  width: 100%;
  position: relative;
}
#contact-form fieldset {
  border: none;
  width: 100%;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 55px;
  padding: 0 0 0 17px;
  font-weight: 400;
  color: #ffffff;
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
}
#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
#contact-form input[type='text'] {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 55px;
  padding: 0 17px 0;
  border: none;
  color: #ffffff;
  font-weight: 400;
  width: 100%;
  outline: none;
  height: 55px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
}
#contact-form input[type='text']:focus,
#contact-form input[type='text']:hover {
  background: rgba(255, 255, 255, 0.4);
}
/* Contact Form File Input 
========================================================*/
#contact-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
#contact-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#contact-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#contact-form input.form-control,
#contact-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#contact-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#contact-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#contact-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#contact-form .btn-default:hover {
  color: #333333;
  background-color: #023f88;
  border-color: #809fc3;
}
#contact-form .btn-default:active,
#contact-form .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 18px 17px;
  border: none;
  font-weight: 400;
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 115px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  margin: 0;
  overflow: auto;
}
#contact-form textarea:focus,
#contact-form textarea:hover {
  background: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 1199px) {
  #contact-form textarea {
    height: 187px;
  }
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
  padding-right: 6px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  background-image: url('../images/loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
#contact-form .modal h4 {
  font-size: 24px;
  color: #343438;
  text-transform: none;
  padding: 0;
  margin: 0;
  color: #000;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
  color: #000;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
  position: relative;
  z-index: 10;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon 
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.privacy {
  padding-top: 4px;
  padding-bottom: 22px;
}
.privacy .subtitle {
  padding: 0 0 24px 0;
}
.privacy p + .subtitle {
  padding-top: 67px;
}
.privacy a {
  display: inline-block;
  margin: 30px 0 0 0;
  color: #ef4f47;
}
.privacy a:hover {
  color: #444444;
}
.gallery_item {
  width: 100%;
  height: 100%;
}
.gallery_item .overlayer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gallery_item .overlayer .fa {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: -20px 0 0;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #ef4f47;
}
.gallery_item:hover .overlayer {
  opacity: 1;
  filter: alpha(opacity=100);
}
.isotope {
  display: block !important;
  overflow: hidden;
  margin: 66px 0 0 -30px;
  width: 1200px;
}
.isotope_item {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 30px;
  width: 270px;
  height: 270px;
}
.isotope_item img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .isotope {
    width: 960px;
    margin: 66px 0 0 -20px;
  }
  .isotope_item {
    width: 220px;
    height: 220px;
    margin: 0 0 20px 20px;
  }
}
@media only screen and (max-width: 979px) {
  .isotope {
    width: 768px;
  }
  .isotope_item {
    width: 172px;
    height: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .isotope {
    width: 440px;
  }
  .isotope_item {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 479px) {
  .isotope {
    margin: 0 0 0;
    width: 270px;
  }
  .isotope_item {
    margin: 0 0 20px;
    width: 100%;
    height: auto;
  }
}
.page-1 .contact-form-box {
  margin-bottom: -11px;
}
.wow {
  visibility: hidden;
  visibility: visible\9;
}
/*========================================================
                    FOOTER styles
=========================================================*/
.fbox-1 {
  padding-top: 51px;
  padding-bottom: 51px;
  background: #2a2e25;
  background-image: -webkit-linear-gradient(top, #2b2f25 0%, #292e24 100%);
  background-image: linear-gradient(to bottom, #2b2f25 0%, #292e24 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b2f25', endColorstr='#ff292e24', GradientType=0);
}
.fblock-1 {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
}
/* UItoTop styles =======================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  color: #ffffff;
  background: #023f88;
  width: 44px;
  height: 44px;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  border-radius: 50%;
}
#toTop:hover {
  outline: none;
  color: #0b1f22;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
