@charset "UTF-8";
/* CSS Document */

body {
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	position: relative;
	min-height: 100%;
}
body {
	margin: 0 0 50px; /* bottom = footer height */
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', sans-serif; font-weight:700;
	/*text-transform: uppercase;*/
	letter-spacing: 2px
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, select:focus, .uneditable-input:focus {
	border-color: #bd9b60;
	box-shadow: none;
	outline: 0 none !important;
}
p {
	font-size: 17px;
}
header {
	background: rgba(26,39,50,1);
	padding: 10px 0;
}
header .logo {
	max-width: 120px;
}

.pd{
	margin-bottom: 2vh;
	margin-top: 7vh;
}

.info-bar{
	height:110px;
	font-family: helvetica ;
	font-weight:400;
	color: rgba(22,28,23,0.7);
	font-size: 10px;
	text-align:center;
  /* -moz-box-shadow:     0 0 5px #fff;
   -webkit-box-shadow:  0 0 5px #fff;
   box-shadow:          0 0 5px #fff;*/
}

.icon-lpg{
	font-size: 10vh;
	color: #fb5607;
}

.pd:hover .icon-lpg:hover{
	color:#0a7090;
}

.ent-pg{
	right:10%; 
	top:32%; 
	position:fixed; 
	z-index:5px; 
	text-align:center; 
	padding:20px; 
	border-radius:7px; 
	background-color:rgba(194,238,70,0.8);
}

.ent-pg>a{
	color:white; 
	font-size:18px; 
	text-align:center; 
	text-decoration:none;
	font-weight: bold;
}

.ent-pg:hover,.ent-pg>a:hover,.ent-pg>a>i:hover{
	color:#fb5607;

}

.justify {
	text-align: justify;
}

.base {
	background: url('../landpage/banner2-background.png') center center;
	background-size: cover;
	opacity: 1;
}

.big-jumbotron {
  -webkit-box-shadow: 0px 3px 16px 9px rgba(194,192,194,1);
  -moz-box-shadow: 0px 3px 16px 9px rgba(194,192,194,1);
  box-shadow: 0px 3px 16px 9px rgba(194,192,194,1);
}

.jumbotron {
	width: 100%;
	height: 60vh;
	background: url('../landpage/img1.jpg') center center;
	background-size: cover;
	opacity: 1;
	display: table;
	width: 100%;
	position: relative;
	border-radius: 0px;
	color: white;
	margin: 0;
	overflow: hidden;
  -webkit-animation-name: bg; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 6s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 2; /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
    animation-name: bg;
    animation-duration: 6s;
    animation-iteration-count: 2;
    animation-direction: alternate; 
  
}
.jumbotron h1 {
	font-size: 50px;
}
.jumbotron h2 {
	font-size: 18px;
	margin: 0;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bg {    
    100% {-ms-transform: scale(1.5);-moz-transform: scale(1.5);-webkit-transform: scale(1.5);-o-transform: scale(1.5);transform: scale(1.5);}
}

/* Standard syntax */
@keyframes bg {
    100% {-ms-transform: scale(1.5);-moz-transform: scale(1.5);-webkit-transform: scale(1.5);-o-transform: scale(1.5);transform: scale(1.5);}
}

#video-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	background: #000;
	z-index: -1;
	/*background-size: cover;*/
	opacity: 1;
}
#black {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	background: rgba(26,29,37,0.8);	

}
#main-wrapper {
	margin-top: 0;
}
.main-content {
	padding-top: 25px;
}
.main-content .white-box {
	padding: 25px;
	margin: 25px 0;
	background: #fff
}
.main-content ul {
	list-style: initial;
	margin-left: 15px
}
.main-content .final-cta {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif; font-weight:700;
	text-transform: uppercase
}
.form-container {
	background: #fff;
	padding: 25px;
	border-radius: 3px;
	margin-top: -100px;
}
.form-container div {
	margin: 20px 0;
}
.form-container input, .form-container select {
	border: none;
	border-bottom: 1px solid #ccc;
	font-family: 'Open Sans', sans-serif; font-weight:300;
	font-size: 12px;
	padding: 3px 0;
	border-radius: 0px;
	box-shadow: none;
	-webkit-appearance: none;
	color: #000;
	letter-spacing: 1px
}
.form-container option {
	margin: 0;
}
.form-container label {
	display: none
}
.form-container h4 {
	margin: 0;
}
.form-container .placeholder {
	color: #000 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif; font-weight:300;
}
select option:first-child {
	display: none;
}
::-webkit-input-placeholder {
 color: #000 !important;
 text-transform:uppercase;
letter-spacing:1px;
font-size:12px;
font-family:Gibson-Light;
}
.form-container .btn-primary {
	background: #00af66;
	padding: 15px 0;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif; font-weight:700;
	text-transform: uppercase;
	color: white
}

:-moz-placeholder { /* Firefox 18- */
 color: #000 !important;
 text-transform:uppercase;
letter-spacing:1px;
font-size:12px;
font-family: 'Open Sans', sans-serif; font-weight:300
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #000 !important;
 text-transform:uppercase;
letter-spacing:1px;
font-size:12px;
font-family: 'Open Sans', sans-serif; font-weight:300
}

:-ms-input-placeholder {
 color: #000 !important;
 text-transform:uppercase;
letter-spacing:1px;
font-size:12px;
font-family: 'Open Sans', sans-serif; font-weight:300
}
footer {
	color: #999;
	position: absolute;
	/*background: rgba(26,29,37,1);*/
	background: rgba(26,39,50,1);
	left: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	padding: 10px 0;
	font-size: 12px;
}

@media (min-width: 320px) and (max-width: 480px) {
.jumbotron {
	min-height: 460px;
	padding: 5px 15px;
}
.jumbotron h1 {
	font-size: 30px;
}
.jumbotron h2 {
	font-size: 16px;
}
.form-container {
	margin-top: 20px;
}



} /**** END 320 and 480 ****/


/* #########################################
#    LOGIN / SIGN UP MODAL                 #
######################################### */
.modalDialog {
        position: fixed;
        font-family: Arial, Helvetica, sans-serif;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
      }

      .modalDialog:target {
        opacity:1;
        pointer-events: auto;
      }

      .modalDialog > div {
        width: 400px;
        position: relative;
        margin: 10% auto;
        padding: 5px 20px 13px 20px;
      }

      #login-modal .modal-dialog {
          width: 350px;
      }

      #login-modal input[type=text], input[type=password] {
        margin-top: 10px;
      }

      #div-login-msg,
      #div-lost-msg,
      #div-register-msg {
          border: 1px solid #dadfe1;
          height: 30px;
          line-height: 28px;
          transition: all ease-in-out 500ms;
      }

      #div-login-msg.success,
      #div-lost-msg.success,
      #div-register-msg.success {
          border: 1px solid #68c3a3;
          background-color: #c8f7c5;
      }

      #div-login-msg.error,
      #div-lost-msg.error,
      #div-register-msg.error {
          border: 1px solid #eb575b;
          background-color: #ffcad1;
      }

      #icon-login-msg,
      #icon-lost-msg,
      #icon-register-msg {
          width: 30px;
          float: left;
          line-height: 28px;
          text-align: center;
          background-color: #dadfe1;
          margin-right: 5px;
          transition: all ease-in-out 500ms;
      }

      #icon-login-msg.success,
      #icon-lost-msg.success,
      #icon-register-msg.success {
          background-color: #68c3a3 !important;
      }

      #icon-login-msg.error,
      #icon-lost-msg.error,
      #icon-register-msg.error {
          background-color: #eb575b !important;
      }

      #img_logo {
          max-height: 100px;
          max-width: 100px;
      }

      /* #########################################
         #    override the bootstrap configs     #
         ######################################### */

     

   

      .checkbox {
          margin-bottom: 0px;
      }

      .btn {
          border-radius: 0px;
      }

      .btn:focus,
      .btn:active:focus,
      .btn.active:focus,
      .btn.focus,
      .btn:active.focus,
      .btn.active.focus {
          outline: none;
      }

      .btn-lg, .btn-group-lg>.btn {
          border-radius: 0px;
      }

      .btn-link {
          padding: 5px 10px 0px 0px;
          color: #95a5a6;
      }

      .btn-link:hover, .btn-link:focus {
          color: #2c3e50;
          text-decoration: none;
      }

      .glyphicon {
          top: 0px;
      }

      .form-control {
        border-radius: 0px;
      }


.berry {
  display: inline-block;
  border-radius: 60px;
  background-color: transparent;
  border: none;
  border:1px solid yellow;
  color: yellow;
  text-align: center;
  font-size: 23px;
  font-weight: 400px; 
  padding: 10px;
  width: 200px;
  transition: all 0s;
  cursor: pointer;
  margin: 5px;
}

.berry span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.berry span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.berry:hover {
  border:1px solid #fff;
  background-color: #f4511e;
  color: #FFFFFF;
}

.berry:hover span {
  padding-right: 25px;
}

.berry:hover span:after {
  opacity: 1;
  right: 0;
}