@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: Carentro;
  src: url("../fonts/Carentro-Classy-Serif/Carentro.otf");
}
@font-face {
  font-family: DigotReg;
  src: url("../fonts/didot ssv/Didot Regular/Didot Regular.ttf");
}
body, html {
  height: 100%;
}
body {
  background: url("../images/bg.jpg");
  background-size: 100%;
  background-repeat: repeat-y;
  margin: 0px;
  padding: 0px;
  font-family: Montserrat;
	font-size: 16px;
}
h1 {
  font-family: Carentro;
  font-size: 120px;
  color: #cca438;
  background: -webkit-linear-gradient(#fcbe79, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0px;
  margin: 0px;
}
h2 {
  font-family: Montserrat;
  font-size: 35px;
  color: white;
  padding: 0px;
  margin-bottom: 20px;
}
h3 {
  font-family: Montserrat;
  font-size: 35px;
  color: #cca438;
  padding: 0px;
  margin-bottom: 20px;
}
h4 {
  font-family: Montserrat;
  font-size: 40px;
  color: #cca438;
  padding: 0px;
  text-align: center;
}
.link1 {
	color: white !important;
}
.logo {
	width: 400px;
}
.spacer {
	height: 26px;
}
.conditions {
  position: absolute;
  height: 940px;
  top: 0px;
  left: 100px;
  width: 310px;
  z-index: 2000;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 30px 20px 10px 20px;
  font-size: 16px;
  background-color: #111;
  background:rgba(0,0,0,0.70);
  line-height: 32px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 0px 0px 25px 25px;
  float: left;
  overflow: hidden;
	font-family: Montserrat;
}
.conditions span {
  display: block;
  border-bottom: 1px #444 solid;
  color: #cca438;
}
.conditions-mobile {
  display: none;
}
.pattern {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 400px;
  width: 400px;
  z-index: 1000;
  background: url("../images/pattern.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.pattern-mobile {
  display: none;
}
.main {
  width: 100%;
  height: 100%;
}
.main-mobile {
  display: none;
}
.left {
  height: 15%;
	overflow: hidden;
	text-align: right;
}
.middle {
  height: 820px;
  background-image: linear-gradient(to right, rgba(7,27,26,1), rgba(7,27,26,0.60));
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /*background:rgba(7,27,26,0.80);*/
  overflow: hidden;
}
.right {
  text-align: right;
	height: 15%;
	overflow: hidden;
}
.bottom-mobile {
  display: none;
}
.left-inner {
  width: 30%;
  float: left;
	overflow: hidden;
}
.middle-inner {
  width: 67%;
  float: left;
  font-size: 20px;
  overflow: hidden;
}
.mid-left {
  text-align: right;
  float: left;
  line-height: 30px;
  color: #cca438;
  padding: 10px;
  font-family: Montserrat;
  width: 25%;
	overflow: hidden;
}
.mid-right {
  float: left;
  padding: 20px;
  text-align: center;
  overflow: hidden;
  line-height: 25px;
}
.mid-right p {
  padding: 0px;
  margin: 0px;
}
.intro {
  font-family: Montserrat;
  color: #cca438;
	line-height: 1.5em;
	font-size: 19px;
}
.myButton {
  box-shadow: inset 0px 1px 3px 0px #91b8b3;
  /*background: linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);*/
  background-color: #768d87;
  border-radius: 20px;
  border: 1px solid #566963;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  padding: 11px 23px;
  text-decoration: none;
  text-shadow: 0px -1px 0px #2b665e;
}
.myButton:hover {
  /*background: linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);*/
  background-color: #6c7c7c;
  color: black;
}
.myButton:active {
  position: relative;
  top: 1px;
}
.btn2 {
  display: inline-block;
  padding: 10px;
  background-color: rgb(17, 17, 17, .8);
  width: 140px;
  border-radius: 20px;
  color: #ccc;
  font-size: 16px;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-decoration: none;
  font-family: Montserrat;
  margin: 20px;
}
.btn2:hover {
  background-color: #222;
  color: #cca438;
}
/* learn more */
.pattern.learn-more {
  z-index: 1000;
  margin-left: -300px;
  top: 30px;
}
.left.learn-more {
  height: 0px;
	overflow: hidden;
}
.middle.learn-more {
  background: none;
  box-shadow: none;
  height: auto;
	overflow: hidden;
}
.mid-right.learn-more {
  text-align: left;
  color: white;
	overflow: hidden;
}
.mid-right.learn-more p {
  margin-bottom: 20px;
}
.standout {
  color: #cca438;
  font-weight: bold;
}
.socials {
  text-align: center;
  width: 100%;
}
.socials img {
	text-align: center;
}
.socials a {
  display: inline-block;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 10px;
	width: 200px;
	height: 60px;
	vertical-align: middle;
	margin-right: 10px;
}
/* form */
input, textarea {
  width: calc(100% - 40px);
  padding: 8px;
  margin-bottom: 20px;
  border: 1px solid #D8C36A;
  outline: none;
	font-size: 20px;
}
textarea {
  height: 150px;
}
input::placeholder {
  color: #666;
}
button {
  width: 100%;
  padding: 10px;
  border: none;
  background: #1c87c9;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
button:hover {
  background: #2371a0;
}
input[type=submit] {
  display: inline-block;
  padding: 10px;
  background-color: #111;
  width: 140px;
  border-radius: 20px;
  color: #ccc;
  font-size: 20px;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-decoration: none;
  font-family: Montserrat;
  cursor: pointer;
  width: 98%;
}
input[type=submit]:hover {
  background-color: #222;
  color: #D8C36A;
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    background-repeat: repeat-y;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 40px;
  }
  .pattern-mobile {
    display: block;
    position: absolute;
    height: 100%;
    top: 0px;
    margin-left: -100px;
    width: 400px;
    z-index: -1000;
    background: url("../images/pattern.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .conditions {
    display: none;
  }
  .conditions-mobile {
    display: block;
    padding: 30px;
    font-size: 20px;
    background-color: #111;
    opacity: 80%;
    line-height: 42px;
  }
  .conditions-mobile span {
    display: block;
    border-bottom: 1px #444 solid;
    color: #cca438;
    padding: 10px;
  }
  .pattern {
    display: none;
  }
  .main {
    display: none;
  }
  .main-mobile {
    display: block;
    background-image: linear-gradient(to right, black, #1f4a40);
    opacity: 80%;
    overflow: hidden;
    padding: 20px;
    font-size: 20px;
  }
  .main-mobile.learn-more {
    color: white;
	  overflow: hidden;
  }
  .bottom-mobile {
    display: block;
  }
	.intro {
  font-family: Montserrat;
  color: #cca438;
	line-height: 1.5em;
	font-size: 20px;
		text-align: center;
}
  .myButton {
    box-shadow: inset 0px 1px 3px 0px #91b8b3;
    background: linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
    background-color: #768d87;
    border-radius: 20px;
    border: 1px solid #566963;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 23px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;
  }
  .btn2 {
    display: block;
    width: 90%;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    font-size: 20px;
  }
  /* form */
  input, textarea {
    width: calc(100% - 40px);
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #fcbe79;
    outline: none;
    font-size: 20px;
  }
  textarea {
    height: 150px;
    font-size: 20px;
  }
  input[type=submit] {
    padding: 40px;
    font-size: 20px;
    width: 100%;
  }
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body {
    background-repeat: repeat-y;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 40px;
  }
  .pattern-mobile {
    display: block;
    position: absolute;
    height: 100%;
    top: 0px;
    margin-left: -100px;
    width: 400px;
    z-index: -1000;
    background: url("../images/pattern.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .conditions {
    display: none;
  }
  .conditions-mobile {
    display: block;
    padding: 30px;
    font-size: 20px;
    background-color: #111;
    opacity: 80%;
    line-height: 42px;
	  overflow: hidden;
  }
  .conditions-mobile span {
    display: block;
    border-bottom: 1px #444 solid;
    color: #cca438;
    padding: 10px;
  }
  .pattern {
    display: none;
  }
  .main {
    display: none;
  }
  .main-mobile {
    display: block;
    background-image: linear-gradient(to right, black, #1f4a40);
    opacity: 80%;
    overflow: hidden;
    padding: 20px;
    font-size: 20px;
  }
  .main-mobile.learn-more {
    color: white;
	  overflow: hidden;
  }
	.intro {
  font-family: Montserrat;
  color: #cca438;
	line-height: 1.5em;
	font-size: 20px !important;
		text-align: center;
}
  .bottom-mobile {
    display: block;
  }
  .myButton {
    box-shadow: inset 0px 1px 3px 0px #91b8b3;
    background: linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
    background-color: #768d87;
    border-radius: 20px;
    border: 1px solid #566963;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 23px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;
  }
  .btn2 {
    display: block;
    width: 90%;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    font-size: 20px;
  }
  /* form */
  input, textarea {
    width: calc(100% - 40px);
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #fcbe79;
    outline: none;
    font-size: 20px;
  }
  textarea {
    height: 150px;
    font-size: 20px;
  }
  input[type=submit] {
    padding: 40px;
    font-size: 20px;
    width: 100%;
  }
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  body {
    background-repeat: repeat-y;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 40px;
  }
  .pattern-mobile {
    display: block;
    position: absolute;
    height: 100%;
    top: 0px;
    margin-left: -100px;
    width: 400px;
    z-index: -1000;
    background: url("../images/pattern.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .conditions {
    display: none;
  }
  .conditions-mobile {
    display: block;
    padding: 30px;
    font-size: 20px;
    background-color: #111;
    opacity: 80%;
    line-height: 42px;
	  overflow: hidden;
  }
  .conditions-mobile span {
    display: block;
    border-bottom: 1px #444 solid;
    color: #cca438;
    padding: 10px;
  }
  .pattern {
    display: none;
  }
  .main {
    display: none;
  }
  .main-mobile {
    display: block;
    background-image: linear-gradient(to right, black, #1f4a40);
    opacity: 80%;
    overflow: hidden;
    padding: 20px;
    font-size: 20px;
  }
  .main-mobile.learn-more {
    color: white;
	  overflow: hidden;
  }
	.intro {
  font-family: Montserrat;
  color: #cca438;
	line-height: 1.5em;
	font-size: 20px !important;
		text-align: center;
}
  .bottom-mobile {
    display: block;
  }
  .myButton {
    box-shadow: inset 0px 1px 3px 0px #91b8b3;
    background: linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
    background-color: #768d87;
    border-radius: 20px;
    border: 1px solid #566963;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 23px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;
  }
  .btn2 {
    display: block;
    width: 90%;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    font-size: 20px;
  }
  /* form */
  input, textarea {
    width: calc(100% - 40px);
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #fcbe79;
    outline: none;
    font-size: 20px;
  }
  textarea {
    height: 150px;
    font-size: 20px;
  }
  input[type=submit] {
    padding: 40px;
    font-size: 20px;
    width: 100%;
  }
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  body {
    background-repeat: repeat-y;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 40px;
  }
  .pattern-mobile {
    display: block;
    position: absolute;
    height: 100%;
    top: 0px;
    margin-left: -100px;
    width: 400px;
    z-index: -1000;
    background: url("../images/pattern.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .conditions {
    display: none;
  }
  .conditions-mobile {
    display: block;
    padding: 30px;
    font-size: 20px;
    background-color: #111;
    opacity: 80%;
    line-height: 42px;
	  overflow: hidden;
  }
  .conditions-mobile span {
    display: block;
    border-bottom: 1px #444 solid;
    color: #cca438;
    padding: 10px;
  }
  .pattern {
    display: none;
  }
  .main {
    display: none;
  }
  .main-mobile {
    display: block;
    background-image: linear-gradient(to right, black, #1f4a40);
    opacity: 80%;
    overflow: hidden;
    padding: 20px;
    font-size: 20px;
  }
  .main-mobile.learn-more {
    color: white;
  }
	.intro {
  font-family: Montserrat;
  color: #cca438;
	line-height: 1.5em;
	font-size: 20px !important;
		text-align: center;
}
  .bottom-mobile {
    display: block;
  }
  .myButton {
    box-shadow: inset 0px 1px 3px 0px #91b8b3;
    background: linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
    background-color: #768d87;
    border-radius: 20px;
    border: 1px solid #566963;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 23px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;
  }
  .btn2 {
    display: block;
    width: 90%;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    font-size: 20px;
  }
  /* form */
  input, textarea {
    width: calc(100% - 40px);
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #fcbe79;
    outline: none;
    font-size: 20px;
  }
  textarea {
    height: 150px;
    font-size: 20px;
  }
  input[type=submit] {
    padding: 40px;
    font-size: 20px;
    width: 100%;
  }
}





/* 
  DELL
*/
@media (min-width: 800px) and (max-width: 1380px) {
	
.spacer {
	height: 1px;
}
.conditions {
  font-size: 14px;
}
.conditions span {
  line-height: 2em;
}
.logo {
		width: 300px;
}	
.intro {
  font-size: 15px;
}
.pattern {
  width: 240px;
}
  
}

@media (min-width: 800px) and (max-width: 1440px) {
	
.spacer {
	height: 10px;
}
.intro {
  font-size: 15px;
}
.conditions {
  font-size: 14px;
}
.conditions span {
  line-height: 2em;
}
  
}