@charset "UTF-8";

@font-face {
  font-family: 'myBragga';
  src: url('../font/Braggadocio.eot');
  src: url('../font/Braggadocio.woff') format("truetype"), /* IE9 Compat Modes */
       url('../font/Braggadocio.ttf')  format('truetype'),/* Safari, Android, iOS */
       url('../font/Braggadocio.otf')  format('truetype'),
       url('../font/Braggadocio.svg') format("svg");
}

.GICarousel {
  padding: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 70%;
  overflow: hidden;
  position: absolute;
  z-index: 99;
}

.demo {
  position: relative;
  height: 250px;
}
.demo ul li {
  background-size: cover;
  background-position: center;
}

pre {
  text-align: left;
}

.api {
  padding: 0;
  list-style: none;
}
.api p {
  margin: 0.1em;
}
.api pre {
  margin-bottom: 0.2em;
  margin-top: 1.5em;
}
.api ul {
  margin: 0.2em;
}
.api ul li {
  font-size: 0.8em;
}

footer {
  margin: 3em 0 0;
  padding: 10px 10%;
}
footer a {
  text-decoration: none;
}

.GI_C_prev, .GI_C_next {
  line-height: 0;
}
.GI_C_prev:after, .GI_C_next:after {
  position: absolute;
  top: 14px;
  left: 8px;
}

.GI_C_prev:after {
  content: '❮';
}

.GI_C_next:after {
  content: '❯';
}

.parallax p {
  padding: 10px;
  display: inline-block;
  font-size: 3em;
  color: white;
  background: rgba(0, 0, 0, 0.2);
}
.parallax .square {
  width: 160px;
  height: 160px;
  margin: 10px;
  float: left;
  background-size: cover;
  background-position: center;
}
.parallax .square.big {
  width: 260px;
  height: 260px;
}

.demo {
  position: relative;
  height: 250px;
}
.demo ul li {
  background-size: cover;
  background-position: center;
}

.GICarousel {
  padding: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 70%;
  overflow: hidden;
  position: absolute;
  z-index: 99;
}
.GICarousel ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
}
.GICarousel .GI_Controls {
  z-index: 110;
}
.GICarousel .GI_Controls.GI_C_disabled {
  opacity: 0.3;
  cursor: default;
}
.GICarousel .GI_C_close {
  position: absolute;
  top: 0;
  right: 0;
  background: red;
  width: 50px;
  height: 50px;
}
.GICarousel .GI_C_prev, .GICarousel .GI_C_next {
  position: absolute;
  background: white;
  font-style: normal;
  top: 50%;
  margin: -15px 0 0 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.GICarousel .GI_C_prev {
  left: 0;
}
.GICarousel .GI_C_next {
  right: 0;
}
.GICarousel.GI_C_wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  /*
  *
  * Slides container
  *
  */
  /*
  *
  * Slide paginator
  *
  */
}
.GICarousel.GI_C_wrapper ul.GI_C_items {
  height: 100%;
  width: 70%;
  display: block;
  position: absolute;
  /*
  *
  * Single slide
  *
  */
}
.GICarousel.GI_C_wrapper ul.GI_C_items.animated {
  -webkit-transition: left 0.4s ease-in-out;
  -moz-transition: left 0.4s ease-in-out;
  -o-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
}
.GICarousel.GI_C_wrapper ul.GI_C_items.animated .parallax {
  -webkit-transition: margin 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: margin 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: margin 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: margin 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.GICarousel.GI_C_wrapper ul.GI_C_items li {
  height: 100%;
  width: 70%;
  display: block;
  float: left;
  z-index: 100;
  position: relative;
  overflow: hidden;
}
.GICarousel.GI_C_wrapper ul.GI_C_items li img {
  width: 70%;
}
.GICarousel.GI_C_wrapper ul.GI_C_items li.current {
  z-index: 105;
}
.GICarousel.GI_C_wrapper ul.GI_C_paginator {
  height: 48px;
  bottom: 0;
  width: 70%;
  display: block;
  position: absolute;
  text-align: center;
  z-index: 110;
  background: rgba(0, 0, 0, 0.2);
}
.GICarousel.GI_C_wrapper ul.GI_C_paginator li {
  width: 13px;
  height: 13px;
  cursor: pointer;
  margin: 18px;
  display: inline-block;
  _display: inline;
  background: gray;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.GICarousel.GI_C_wrapper ul.GI_C_paginator li.active {
  background: white;
}

#slick-login {
	width: 220px;
	height: 155px;
	position: absolute;
	left: 50%;
	top: 35%;
	margin-left: -110px;
	margin-top: -75px;

	-webkit-animation: login 1s ease-in-out;
	-moz-animation: login 1s ease-in-out;
	-ms-animation: login 1s ease-in-out;
	-o-animation: login 1s ease-in-out;
	animation: login 1s ease-in-out;
}

slick-login label {
	display: none;
}

.placeholder {
    color: #444;
}

#slick-login input[type="text"],#slick-login input[type="password"] {
	width: 100%;
	height: 40px;
	positon: relative;
	margin-top: 7px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #1f89ff;
	outline: none;
	border: 1px solid #1f89ff;

	padding-left: 20px;
	
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 6px;

	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
	background-image: linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);

	-webkit-box-shadow: inset 0px 2px 0px #d9d9d9;
	box-shadow: inset 0px 2px 0px #d9d9d9;

	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

#slick-login input[type="text"]:focus,#slick-login input[type="password"]:focus {
	-webkit-box-shadow: inset 0px 2px 0px #a7a7a7;
	box-shadow: inset 0px 2px 0px #a7a7a7;
}

#slick-login input:first-child {
	margin-top: 0px;
}

#slick-login input[type="submit"] {
	width: 100%;
	height: 50px;
	margin-top: 7px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0px -1px 0px #5b6ddc;
	outline: none;
	border: 1px solid rgba(0, 0, 0, .49);

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 6px;

	background-color: #5466da;
	background-image: -webkit-linear-gradient(bottom, #5466da 0%, #768ee4 100%);
	background-image: -moz-linear-gradient(bottom, #5466da 0%, #768ee4 100%);
	background-image: -o-linear-gradient(bottom, #5466da 0%, #768ee4 100%);
	background-image: -ms-linear-gradient(bottom, #5466da 0%, #768ee4 100%);
	background-image: linear-gradient(bottom, #5466da 0%, #768ee4 100%);
	
	-webkit-box-shadow: inset 0px 1px 0px #9ab1ec;
	box-shadow: inset 0px 1px 0px #9ab1ec;
	
	cursor: pointer;

	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

#slick-login input[type="submit"]:hover {
	background-color: #5f73e9;
	background-image: -webkit-linear-gradient(bottom, #5f73e9 0%, #859bef 100%);
	background-image: -moz-linear-gradient(bottom, #5f73e9 0%, #859bef 100%);
	background-image: -o-linear-gradient(bottom, #5f73e9 0%, #859bef 100%);
	background-image: -ms-linear-gradient(bottom, #5f73e9 0%, #859bef 100%);
	background-image: linear-gradient(bottom, #5f73e9 0%, #859bef 100%);

	-webkit-box-shadow: inset 0px 1px 0px #aab9f4;
	box-shadow: inset 0px 1px 0px #aab9f4;
	margin-top: 10px;
}

#slick-login input[type="submit"]:active {
	background-color: #7588e1;
	background-image: -webkit-linear-gradient(bottom, #7588e1 0%, #7184df 100%);
	background-image: -moz-linear-gradient(bottom, #7588e1 0%, #7184df 100%);
	background-image: -o-linear-gradient(bottom, #7588e1 0%, #7184df 100%);
	background-image: -ms-linear-gradient(bottom, #7588e1 0%, #7184df 100%);
	background-image: linear-gradient(bottom, #7588e1 0%, #7184df 100%);

	-webkit-box-shadow: inset 0px 1px 0px #93a9e9;
	box-shadow: inset 0px 1px 0px #93a9e9;
}

