.font-main {
  font-family: 'Montserrat', sans-serif;
}
.font-second {
  font-family: 'Pacifico', cursive;
}
.border-left {
  -webkit-border-top-left-radius: 32px;
  -moz-border-radius-topleft: 32px;
  border-top-left-radius: 32px;
  -webkit-border-bottom-left-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 32px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 32px;
  background-clip: padding-box;
}
.border-right {
  -webkit-border-top-right-radius: 32px;
  -moz-border-radius-topright: 32px;
  border-top-right-radius: 32px;
  -webkit-border-bottom-right-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 32px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 32px;
  background-clip: padding-box;
}
.border-all {
  -webkit-border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 32px;
  -moz-background-clip: padding;
  border-radius: 32px;
  background-clip: padding-box;
}
.color-main {
  color: #000000;
}
.color-second {
  color: #AC1F00;
}
.color-input {
  color: #2d2d2d;
}
.background-button {
  background-color: #AC1F00;
}
.background-button-hover {
  background-color: #AC1F00;
}
/**
 *	Default Markup
 */
* {
  box-sizing: border-box;
}
body,
html {
  padding: 0;
  margin: 0;
  /*	overflow: hidden;*/
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
}
body {
  background: no-repeat 50% 0% fixed;
  background-size: cover;
}
a {
  transition: all .3s ease;
  text-decoration: none;
  display: inline-block;
}
h1,
h2 {
  margin: 0;
  line-height: 1em;
}
h1 {
  font-size: 264px;
  font-weight: 700;
}
h2 {
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
}
p {
  font-size: 18px;
  line-height: 30px;
}
#content-coming,
#content-404 {
  text-align: center;
  font-weight: 500;
  max-width: 480px;
  margin: 0 auto;
}
#content-coming {
  max-width: 600px;
}
#content-coming h1 {
  font-size: 63px;
  color:#ec0928;
  margin: 65px 0;
}
#content-coming h2 {
  font-size: 28px;
  text-transform: none;
}
#content-coming p {
  font-size: 18px;
  margin-left: 100px;
  margin-right: 100px;
}
#daysCountDown {
  margin-left: -12px;
}
#daysCountDown > span {
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  width: 85px;
  height: 85px;
  line-height: 82px;
  font-size: 28px;
  margin-left: 12px;
}
#daysCountDown > span > span {
  margin-top: -24px;
  display: block;
  font-size: 14px;
}
form {
  font-size: 14px;
  margin: 0 0 70px;
  text-align: center;
  padding: 0 15px;
}
form input {
  border: 0;
  padding: 19px 40px;
  margin: 0;
}
form .input-group {
  display: table;
  border-collapse: separate;
  max-width: 450px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
form .input-group-btn {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  width: 1%;
}
form input[type="text"] {
  font-weight: 400;
  width: 100% !important;
  padding-left: 25px;
  display: table-cell;
  float: left;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 0;
  -moz-background-clip: padding;
  border-bottom-right-radius: 0;
  background-clip: padding-box;
}
form input[type="submit"] {
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .3s ease;
  -webkit-appearance: none;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 0;
  -moz-background-clip: padding;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
footer {
  padding-bottom: 50px;
}

#footer{
	width:100%;
	display:block;
}
#footer .footer-main{
	margin:0 auto;
	padding:0 5%;
	text-align:right;
}

#footer .footer-main p{
	color: #fff;
    font-size: 14px;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 32px;
    vertical-align: top;
}

.btn {
  font-size: 12px;
  border: 2px solid #fff;
  padding: 6px 20px;
  transition: all .3s ease;
}
.all-fade {
  transition: all .3s ease;
}
/**
 * Loader
 */
#preloader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 1999;
  transition: all .3s ease;
}
.pace-done > #preloader {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: -100;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}
/**
 *	Page Custom Styles
 */
html,
body,
p,
table,
input,
a,
a:visited {
  font-family: 'Montserrat', sans-serif;
  color: #414141;
}
a:hover {
  color: #d02d43;
}
.btn {
  border-color: #000000;
  -webkit-border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 32px;
  -moz-background-clip: padding;
  border-radius: 32px;
  background-clip: padding-box;
}
.btn:hover {
  background: #000000;
  color: #AC1F00;
}
lesshat-selector {
  -lh-property: 0; } 
::selection{background:#AC1F00;}
::-moz-selection{background:#AC1F00;
}
body {
  background-image: url("../images/offshore-01.jpg");
  background-size: auto;
}
h1 {
  font-size: 200px;
  margin: 0 0 15px;
  font-family: 'Libre Franklin', sans-serif;
}
h2 {
  font-size: 38px;
  color: #AC1F00;
  font-family: 'Pacifico', cursive;
  text-transform: none;
}
p {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.3em;
  margin: 40px 0 40px 0px;
}
form {
  margin-bottom: 60px;
}
form input[type="text"] {
  color: #2d2d2d;
  -webkit-border-top-left-radius: 32px;
  -moz-border-radius-topleft: 32px;
  border-top-left-radius: 32px;
  -webkit-border-bottom-left-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 32px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 32px;
  background-clip: padding-box;
  background: #fff;
}
form input[type="submit"] {
  color: #F1F1F1;
  -webkit-border-top-right-radius: 32px;
  -moz-border-radius-topright: 32px;
  border-top-right-radius: 32px;
  -webkit-border-bottom-right-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 32px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 32px;
  background-clip: padding-box;
  background-color: #AC1F00;
}
form input[type="submit"]:hover {
  background-color: #AC1F00;
  color: #000000;
}

.logo-img{
	width:400px;
}

#content-coming,
#content-404 {
  width: 650px;
  height: 650px;
  display: block;
  background: rgba(255, 255, 255, 0.90);
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 10px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0 1px 10px rgba(20, 20, 20, 0.5);
  box-shadow: 0 1px 10px rgba(20, 20, 20, 0.5);
  margin-top: 200px;
  padding: 90px 150px;
  max-width: inherit;
}
#content-coming {
  margin-top: 4% !important;
  padding: 80px 65px;
}
#content-coming h1 {
  /*font-size: 90px;*/
}
#content-coming h2 {
  font-size: 38px;
}
#content-coming p {
  margin-left: 0;
  margin-right: 0;
}
#daysCountDown {
  padding-left: 50px;
  padding-right: 50px;
}
#daysCountDown > span {
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
  width: 75px;
  height: 75px;
  line-height: 72px;
  font-size: 24px;
  margin-left: 12px;
}
@media (max-width: 768px) {
  #daysCountDown {
    padding-left: 0px;
    padding-right: 0px;
  }
  #content-404,
  #content-coming {
    /*
		position: absolute;
		left: 50% !important;
		top: 50% !important;
		transform: translate(-50%, -50%) !important;
*/
    margin: 10px 10px !important;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-radius: 72px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 72px;
    -moz-background-clip: padding;
    border-radius: 72px;
    background-clip: padding-box;
    width: auto;
    height: auto;
    zoom: 1 !important;
    filter: alpha(opacity=100) !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  #content-404 h1,
  #content-coming h1 {
    margin-bottom: 30px;
	margin-top: 30px;
  }
  #content-404 p,
  #content-coming p {
    max-width: 360px;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
