@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,100,700,500|Roboto+Condensed:400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: white;
  font: 300 17px/24px "Roboto", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }  

h1 {
  font-size: 70px;
  line-height: 105px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-transform: uppercase; }
  
h1a {
	font-size: 40px;
	line-height: 60px;
	font-family: "Palatino Linotype";
	color: #CE3627;
	text-transform: uppercase;
	font-weight: bold;
}  

h2 {
  font-size: 28px;
  line-height: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }

h3 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff; }

h4 {
  font-size: 20px;
  line-height: 32px;
  color: white;
  font-weight: 400; }

h5 {
  color: #c3c8c9;
  font-weight: 400; }

h6 {
  font-weight: 400; }

h2 a:hover, h3 a:hover, h4 a:hover, h6 a:hover {
  color: #c3c8c9; }

h4 a:hover, h5 a:hover {
  color: #242526; }

p a:hover, .marked-list a:hover, .list a:hover, .addr2 a:hover {
   color: white;
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa, .addr2 .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: #CE3627;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px;
  padding: 0 30px; }
  @media (max-width: 1260px) {
    .page {
      padding: 0; } }
  .lt-ie9 .page {
    min-width: 1200px; }

/*=======================================================
                       Main Layout
=========================================================*/
h2 + * {
  margin-top: 25px; }

h4 + * {
  margin-top: 10px; }

* + h4 {
  margin-top: 15px; }

.row + .row {
  margin-top: 40px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name {
    overflow: hidden;
    background: #1F4186;
    padding: 0 11px; }

/*==================    Buttons    ======================*/
.btn, .btn2 {
  display: inline-block;
  background: #CE3627;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 31px;
  text-transform: uppercase;
  padding: 6px 38px;
  border-radius: 22px; }
  .btn:hover, .btn2:hover {
    background: #212349 }
  .btn:active, .btn2:active {
    background: #CE3627; }
  * + .btn, * + .btn2 {
    margin-top: 29px; }

.btn3 {
    display: inline-block;
  background: #CE3627; 
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 31px;
  text-transform: uppercase;
  padding: 6px 38px;
  border-radius: 22px; }

.btn3:hover {
    background: #212349 }
.btn3:active {
    background: #CE3627; }

/*==================      Box      ======================*/
.box {
  border: 1px solid #e3e5e6; }
  .box img {
    width: 100%;
  height: 100%;}
  .box_cnt {
    padding: 20px 18px 30px; }

.box2:before, .box2:after {
  display: table;
  content: "";
  line-height: 0; }
.box2:after {
  clear: both; }
.box2_aside {
  float: left;
  margin-right: 30px; }
  .box2_aside .circle {
    width: 70px;
    height: 70px;
    background: #242526;
    color: #fff;
    text-align: center; }
    .box2_aside .circle .fa {
      font-size: 45px;
      line-height: 70px; }
  @media (max-width: 979px) {
    .box2_aside {
      float: none;
      margin: 0 0 30px; } }
.box2_cnt__no-flow {
  width:100%;
  overflow: hidden; }
.box2 + .box2 {
  margin-top: 45px; }
.box2 img {
  margin-top: 7px; }

/*==================  Vertical Box  =====================*/
.verta-box {
  display: table;
  width: 90%;
  margin: 0 5%; }
  .verta-box_wr {
    display: table-row; }
  .verta-box_cnt {
    display: table-cell; }
  .verta-box, .verta-box_wr, .verta-box_cnt {
    vertical-align: middle;
    height: 100%; }

/*==================      Lists      ======================*/
.social-list li {
  display: inline-block; }
  .social-list li a {
    display: block;
    font-size: 19px;
    line-height: 22px;
    color: #c3c8c9; }
    .social-list li a:hover {
      color: #242526; }
  .social-list li + li {
    margin-left: 32px; }

.index-list {
  counter-reset: li; }
  .index-list li {
    position: relative;
    padding-left: 100px; }
    .index-list li:before {
      content: counter(li) ".";
      counter-increment: li;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: #242526;
      color: #fff;
      font-size: 28px;
      line-height: 70px;
      font-weight: 700;
      font-family: 'Roboto Condensed', sans-serif;
      text-align: center; }
    .index-list li + li {
      margin-top: 45px; }

.marked-list {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400; }
  .marked-list li {
    position: relative;
    padding-left: 20px; }
    .marked-list li:before {
      content: '';
      display: block;
      position: absolute;
      top: 11px;
      left: 0;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #fff; }
    .marked-list li + li {
      margin-top: 5px; }

/*==================      Address      ======================*/
.addr2 dt, .addr2 dd {
  display: inline-block; }
.addr2 dt {
  min-width: 225px; }
  @media (max-width: 1199px) {
    .addr2 dt {
      min-width: 100px; } }

/*==================      Quote     ======================*/
.quote:before {
  content: '\f10d';
  display: inline-block;
  padding-bottom: 10px;
  font-family: 'FontAwesome';
  font-size: 45px;
  line-height: 55px;
  color: #fff; }
.quote p + img {
  margin-top: 30px; }
.quote * + h4 {
  margin-top: 25px; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 42px; }
      @media (max-width: 979px) and (min-width: 768px) {
        .sf-menu > li + li {
          margin-left: 20px; } }
  .sf-menu a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px; }

.sf-menu > li > a {
  color: white; }

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover{
  color: #CE3627; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 205px;
  margin-top: 18px;
  padding: 20px;
  background: #242526;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul > li > a {
  color: #CE3627;
  font-weight: 400;
  font-size: 16px; }
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #c3c8c9; }

.sf-menu ul ul {
  position: static;
  top: 100%;
  margin-left: 20px;
  width: auto;
  margin-top: 0;
  padding: 10px 0;
  z-index: 4; }

.sf-menu ul ul > li > a {
  color: #CE3627; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #c3c8c9; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 80%;
    margin-left: -6px;
    content: "";
    font: 400 18px/12px "FontAwesome"; }

.sf-menu ul > li > .sf-with-ul {
  position: relative; }
  .sf-menu ul > li > .sf-with-ul:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    content: "";
    font: 400 18px/12px "FontAwesome"; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #CE3627;
  font-size: 18px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #242526;
      color: #FFF; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left; }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================  Stuck menu  ======================*/
.stuck_container:before, .stuck_container:after {
  background-color: #1F4186;
  display: table;
  content: "";
  line-height: 0; }
.stuck_container:after {
  clear: both; }

.isStuck {
  background: #1F4186;
  z-index: 999;
  left: 0;
  border-bottom: 1px solid #333333; }
  .isStuck .brand_name {
    font-size: 50px;
    line-height: 73px;
    margin-left: 30px; }
  .isStuck .search-form_toggle {
    display: none; }
  .isStuck .nav {
    padding-top: 25px;
    margin-right: 40px; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #c3c8c9;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: white;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: transparent; }
    .thumb_overlay:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 30px "FontAwesome";
      line-height: 30px;
      margin-top: -15px;
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
      zoom: 1; }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }
  .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }
    .parallax_cnt, .parallax_cnt h2, .parallax_cnt h3, .parallax_cnt h4, .parallax_cnt h5, .parallax_cnt h6 {
      color: #fff; }
  .parallax_1 {
    padding: 60px 80px 965px;
    text-align: right; }
    @media (max-width: 1199px) and (min-width: 768px) {
      .parallax_1 {
        padding: 60px 80px 600px; } }
    @media (max-width: 767px) {
      .parallax_1 {
        padding: 60px 40px 200px; } }
  .parallax_2 {
    padding-top: 70px;
    padding-bottom: 65px;}
    .parallax_3 {
    padding-top: 70px;
    padding-bottom: 65px;}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  padding-top: 30px;
  padding-bottom: 5px; }
  header .brand {
    float: left; }
  header .nav {
    padding-top: 40px;
    float: right; }
  header .search-form_toggle {
    padding-top: 40px; }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; } }
  header.border {
    padding-bottom: 0; }
    header.border:after {
      content: '';
      display: block;
      margin-top: 5px;
      width: 100%;
      height: 8px;
      background: no-repeat url(../images/header-line.jpg) top left; }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }
  main.border:after {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    background: no-repeat url(../images/footer-line.jpg) top left; }

.tc {
  text-align: center; }

.tl {
  text-align: left; }

.full:before, .full:after {
  display: table;
  content: "";
  line-height: 0; }
.full:after {
  clear: both; }
.full img {
  width: 100%; }
.full-item {
  position: relative;
  float: left;
  width: 33.333333%; }
  @media (max-width: 767px) {
    .full-item {
      width: 50%; } }
  @media (max-width: 479px) {
    .full-item {
      width: 100%;
      float: none; } }
  .full-item_cnt {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #fff; }

.text1 {
  font-size: 100px;
  line-height: 100px;
  font-weight: 100;
  color: #c3c8c9; }
  .text1 a:hover {
    text-decoration: none;
    color: #242526; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .text1 {
      font-size: 60px; } }
  @media (max-width: 767px) {
    .text1 {
      font-size: 36px;
      line-height: 60px; } }
  .text1 + * {
    margin-top: 10px; }

.mt1 {
  margin-top: 37px; }

.mt2 {
  margin-top: 7px; }

.circle {
  border-radius: 50%; }

@media (min-width: 1200px) {
  .terms {
    padding-left: 60px;
    padding-right: 60px; } }
.terms p + h4 {
  margin-top: 25px; }
.terms .policy-link {
  margin-top: 20px; }

/*==================      Well     ======================*/
.well1 {
  padding-top: 130px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e3e5e6; }

.well2 {
  padding-top: 65px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e3e5e6; }

.well3 {
  padding-top: 117px;
  padding-bottom: 80px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 80px;
  padding-bottom: 60px; }
  footer * + .copy {
    padding-top: 35px; }
  footer .dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #303334;
    line-height: 22px;
    vertical-align: middle;
    margin: 0 3px; }
  footer * + .brand {
    padding-top: 45px; }
  footer .addr .fl {
    display: inline-block;
    font-size: 59px;
    line-height: 80px;
    color: #c3c8c9;
    padding-bottom: 5px; }
  * + footer .addr {
      padding-left:20px;
    margin-top: 45px; }

  table {
  margin-left: auto;
  margin-right: auto;
  border:1px;
  text-align:left;
}

td{
  position:relative; 
  width: 300px;
}

input{
    text-align: right;
}

input[type=button]
{ display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 31px;
  text-transform: uppercase;
  padding: 6px 38px;
  border-radius: 22px; 
  background-color: #CE3627; 
}

input[type=button]:hover
{
  background-color: #212349;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
}

textarea{
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.cal{
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 10px;
}
.cal2{
    background-color: #4CAF50;
    color: white;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}
/*
form.contactform {float:right;}

 Style inputs with type="text", select elements and textareas 
input[type=text], select, textarea {
    width: 100%;  Full width 
    padding: 12px;  Some padding   
    border: 1px solid #ccc;  Gray border 
    border-radius: 4px;  Rounded borders 
    box-sizing: border-box;  Make sure that padding and width stays in place 
    margin-top: 6px;  Add a top margin 
    margin-bottom: 16px;  Bottom margin 
    resize: vertical  Allow the user to vertically resize the textarea (not horizontally) 
}

 Style the submit button with a specific background color etc 
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px; 
    cursor: pointer;
}

 When moving the mouse over the submit button, add a darker green color 
input[type=submit]:hover {
    background-color: #45a049;
}*/

table.form-table{
      margin-left: 10px;
  margin-right: 10px;
border-spacing: 10px;
    width: 600px;
}

table.form-table td{
    padding-right: 10px;
}

.error {color: #FF0000;}


