
@font-face {
  font-family: "AlgerianWeb";
  src: url("./fonts/AlgerianWeb.eot"); /* IE9 Compat Modes */
  src: url("./fonts/AlgerianWeb.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/AlgerianWeb.otf") format("opentype"), /* Open Type Font */
    url("./fonts/AlgerianWeb.svg") format("svg"), /* Legacy iOS */
    url("./fonts/AlgerianWeb.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/AlgerianWeb.woff") format("woff"), /* Modern Browsers */
    url("./fonts/AlgerianWeb.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "SegoeScriptWeb";
  src: url("./fonts/SegoeScriptWeb.eot"); /* IE9 Compat Modes */
  src: url("./fonts/SegoeScriptWeb.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/SegoeScriptWeb.otf") format("opentype"), /* Open Type Font */
    url("./fonts/SegoeScriptWeb.svg") format("svg"), /* Legacy iOS */
    url("./fonts/SegoeScriptWeb.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/SegoeScriptWeb.woff") format("woff"), /* Modern Browsers */
    url("./fonts/SegoeScriptWeb.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}


*, *:before, *:after {
  box-sizing: border-box;
}
html, body {
  height: 100%;
  width: 100%;
}
#google-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #e7eaf0;
}

@media only screen and (min-width: 1170px) {
  #google-container {
    height: 710px;
  }
}

html {
  overflow-y: hidden;
}

body {
  background: #ffffff; /* #c1bdba */
  font-family: 'Titillium Web', sans-serif;
}

a {
  text-decoration: none;
  color: #1976C6;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
a:hover {
  color: #179b77;
}

form {
  background: rgba(19, 35, 47, 0.7); 
  padding: 40px;
  max-width: 600px;
  margin: 40px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.loadLogin form {
  background: rgba(19, 35, 47, 0.7); 
  padding: 40px;
  max-width: 600px;
  margin: 40px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 20 0 40px 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #FFFFFF;		/*header sign up and log in texts*/
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #2D65C6; /* original 179b77 tested #31B0C6; top log in button on hover*/ 
  color: #ffffff;
}
.tab-group .active a {
  background: #31B0FF; /*#31B0C6; top log in button*/ 
  opacity: 0.7
  color: #ffffff;
}

.tab-content > div:last-child {
  display: none;
}

h1 {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 20px;
}

h2 {
    text-align: center;
    color: #aaffff;
    font-weight: 200;
	font-family: Sacramento;
    margin: 0 0 0;
}
h3 {
    text-align: center;
    color: #aa0000;
    font-weight: 40;
	font-family: "AlgerianWeb";
	text-shadow: 1px 1px #ffffff, -1px -1px 3px #ffffff, 0px 1px 3px #ffffff, 1px 0px 3px #ffffff ;
	line-height: 18px;
    margin: 25 0 0;
}

h4 {
    text-align: center;
    color: #aa5555;
    font-weight: 40;
    font-size: 15;
	font-family: "AlgerianWeb";
	text-shadow: 1px 1px #ffffff, -1px -1px 3px #ffffff, 0px 1px 3px #ffffff, 1px 0px 3px #ffffff ;
	line-height: 0px;
    margin: 25 0 0;
}

h5 {
	text-align: justify;
	word-wrap: normal ;
    color: #aa9999;
    font-weight: 40;
    font-size: 15;
	font-family: "SegoeScriptWeb";
	text-shadow: 1px 1px #000000, -1px -1px 3px #000000, 0px 1px 3px #000000, 1px 0px 3px #000000 ;
	line-height: 20px;
    margin: 25 0 0;
	
}

span {
    color: #1ab188;
    font-weight: bold;
}

p {
    text-align: center;
    color: #ffffff;
    margin: 0px 0px 50px 0px;
}

div.info {
    color: pink;
    display: box;
    text-align: center;
    padding: 5px;
    margin-top: -20px;
    margin-bottom: 15px;
    border: 1px solid red;
    background: #66131c;
}

label {
  position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 13px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 22px;
}
label .req {
  margin: 2px;
  color: #2D65C6; /*original 1ab188 - required asterisks*/
}

label.active {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  left: 2px;
  font-size: 14px;
}
label.active .req {
  opacity: 0;
}

label.highlight {
  color: #ffffff;
}

input, textarea {
  font-size: 22px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}
input:focus, textarea:focus {
  outline: 0;
  border-color: #2D65C6; /* original #1ab188;  Text border */
}

input[type=checkbox]{ 
  -webkit-appearance: none; 
  width: 20;
  height: 20;
  margin-right:0%;
}
input[type=checkbox]:checked{ 
  background: #31B0FF;
  border: 2px;
  width: 20;
  height: 20;
  margin-right:0%;
}


select {
	font-size: 16px;
	font-family:  'Titillium Web', sans-serif;
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 2px;
    -moz-padding-end: 2px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background: rgba(19, 35, 47, 0); /* fallback color if gradients are not supported */
    background-color: rgba(19, 35, 47, 0.8);  /* fallback color if gradients are not supported */
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    border-radius: 0px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: #aaaaaa	;

    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
	height: 32px;

}


#VidCloseBtn {
  position: relative;
  top: 80px;
  right: 90px;
  width: 20px;
  height: 20px;
  display: none;
}


#loginBtn {
  position: relative;
  top: 5px;
  right: 290px;
  width: 20px;
  height: 20px;
}

#loginBtn .open{
	display: none;
}
#loginBtn .close{
	display: none;
	
}


textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;

}

.field-wrap {
  position: relative;
  margin-bottom: 40px;
  font-family: 'Titillium Web', sans-serif;
}
.country {
  float: left; 
  width: 120px;
}


.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}


.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #31B0FF;  /* 1ab188 Buttons*/ 
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.button:hover, .button:focus {
  background:#2D65C6; /* original 179b77 tested #31B0C6; lower button on hover*/ 
}

.button-block {
  display: block;
  width: 100%;
}

.forgot {
  margin-top: -20px;
  text-align: right;
}

/* This is where you plug in the CSS for marker animations */
img[src*="iRed"] {
  animation: pulse .8s infinite alternate;
	-webkit-animation: pulse .8s infinite alternate;
}
img[src*="iSilver1"] {
  animation: pulse .8s infinite alternate;
	-webkit-animation: pulse .8s infinite alternate;
}
img[src*="IconArrow"] {
  animation: pulse .3s infinite alternate;
	-webkit-animation: pulse .3s infinite alternate;
}

img:hover {
  animation: none;
	-webkit-animation: none;
}





/* Animations */
keyframes pulse{
	not screen and (orientation:portrait){
	to { 
		transform: scale(0.7);
		-webkit-transform: scale(0.7);  
	}
	}
}

@-webkit-keyframes pulse{
	
	to { 
		transform: scale(0.7);
		-webkit-transform: scale(0.7);  
	}
}



    @media only screen and (orientation:portrait){
		form {	
		  width: 70vw;
		  max-width: 70vw;
		  margin-left: 10vw;
		  margin-right: 10vw;
		}
		h3 {
			font-size: 40px;
			line-height:45px

		}
	}
	

