



html {
    display: table;
    align:middle;
}

body {
    margin:auto;
    vertical-align: middle;
	background:#F0ECEC;
    width:1350px;
     zoom:65%;	

	}


@import "bourbon";

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700);
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);

$shadow-color: #23203b;
$input-color: lighten(#AB9E95, 10%);
$input-border-color: #5E5165;
$button-background-color: #27AE60;
* {
  margin: 0;
  padding: 0;
}





.pull-me{
    -webkit-box-shadow: 0 0 8px #FFD700;
    -moz-box-shadow: 0 0 8px #FFD700;
    box-shadow: 0 0 8px #FFD700;
    cursor:pointer;
}

.prepanel {
    padding:10px;
	background: #FFCC00;
    background-size:90% 90%;
    height:180px;
    font-family:garamond,times-new-roman,serif;
	font-color: white;
}

.panel {
    padding: 20px;
	
	background: #FFCC00;
    background-size:90% 90%;
    height:450px;
	display:none;
    font-family:garamond,times-new-roman,serif;
	font-size:20px;
}
.prepanel{
	
    text-align:center;
    color:white;
	font-size:25px;
}

.panel p{
    text-align:center;
    color:white;
		font-size:25px;
}
.slide {
	margin:0;
	
	padding:0;
	
}
.pull-me {
	display:block;
    position:relative;
    left:575px;
    top:-40px;
    width:150px;
    height:20px;
	margin-top:230px;
	font-family:arial,sans-serif;
    font-size:14px;
    background:white;
	text-decoration:none;
    -moz-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
	    text-align:center;
}
.pull-me p {
    text-align:center;
}


        #slideshow{
            margin:10px;
			left: 30px;
			top: 30px;
            width:720px;
            height:240px;
            overflow: hidden;
            position: relative;
           
        }

        #slideshow ul{
            list-style: none;
            margin:0;
            padding:0px;
            position: absolute;
        }

        #slideshow li{
            float:left;
        }

        .slideshow-next:hover, .slideshow-prev:hover{
            background: rgba(0,0,0,0.8);
            border-color: #000;
        }

        .slideshow-next:active, .slideshow-prev:active{
            background: #990;
        }

        .slideshow-prev, .slideshow-next{
            position: absolute;
            top:150px;
            font-size: 30px;
            text-decoration: none;
            color:#fff;
            background: rgba(0,0,0,0.5);
            padding: 5px;
            z-index:2;
        }
        
        .slideshow-prev{
            left:10px;
            border-left: 3px solid black;
        }

        .slideshow-next{
            left:770px;
            border-right: 3px solid black;
        }




        #slideshowim{
            margin:10px;
			left: 30px;
			top: 30px;
            width:1250px;
            height:240px;
            overflow: hidden;
            position: relative;
           
        }

        #slideshowim ul{
            list-style: none;
            margin:0;
            padding:0px;
            position: absolute;
        }

        #slideshowim li{
            float:left;
        }

        .slideshowim-next:hover, .slideshowim-prev:hover{
            background: rgba(0,0,0,0.8);
            border-color: #000;
        }

        .slideshowim-next:active, .slideshow-prev1:active{
            background: #990;
        }

        .slideshowim-prev, .slideshowim-next{
            position: absolute;
            top:150px;
            font-size: 30px;
            text-decoration: none;
            color:#fff;
            background: rgba(0,0,0,0.5);
            padding: 5px;
            z-index:2;
        }
        
        .slideshowim-prev{
            left:10px;
            border-left: 3px solid black;
        }

        .slideshowim-next{
            left:1320px;
            border-right: 3px solid black;
        }


.dots_commands a {
	position: relative;
	display:inline-block;
	height:8px; width: 8px;
	margin: 0 5px;
	text-indent: -9999px;
	background: #fff;
	border-bottom:0;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.55) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.55) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.55) inset;
	
	z-index:25;
}

.dots_commands  {
	position: relative;
	bottom: 130px;
    left:140px;
	padding:0; margin:0;
	text-align:left;
}
.dots_commands li {
	display:inline;
	padding:0; margin:0;
	list-style:none;
}


#dotCur1, #dotCur2, #dotCur3, #dotCur4{
	position: relative;
	display:inline-block;
	height:8px; width: 8px;
	margin: 0 5px;
	text-indent: -9999px;
	background: red;
	border-bottom:0;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.55) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.55) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.55) inset;
	
	z-index:25;
}

#headCaption {
    position:relative;
    bottom:170px;
    left:50px;
    color:white;
    font-size:30px;
}

#headMain{
    
    border:0px solid white;
    padding-left:10px;
    padding-right:13px;
    width:fit-content; 
    width:-webkit-fit-content; 
    width:-moz-fit-content;
}

#subCaption1{
    
    bottom:175px;
    left:70px;
    color:white;
    font-size:20px;
}
#subCaption2{
    
    bottom:175px;
    left:70px;
    color:white;
    font-size:20px;
}
body, input, button {
  font-family: 'Source Sans Pro', sans-serif;
}

@mixin normalize-input {
  display: block;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  border-radius: 0px;
}

.login {
  padding: 15px;
  width: 400px;
  min-height: 400px;
  margin: 2% auto 0 auto;

  .heading {
    text-align: center;
    margin-top: 1%;

    h2 {
      font-size: 3em;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.7);
      display: inline-block;
      padding-bottom: 5px;
      text-shadow: 1px 1px 3px $shadow-color;
    }
  }

  form {

    .input-group {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      border-top: 1px solid rgba(255, 255, 255, 0.1);

      &:last-of-type {
        border-top: none;
      }

      span {
        background: transparent;
        min-width: 53px;
        border: none;

        i {
          font-size: 1.5em;
          color: rgba(255, 255, 255, 0.2);
        }
      }
    }

    input.form-control {
      @include normalize-input;

      padding: 10px;
      font-size: 1.6em;
      width: 100%;
      background: transparent;
      color: $input-color;

      &:focus {
        border: none;
      }
    }

.gobutton{
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:5px 25px; /*add some padding to the inside of the button*/
background:#000000; /*the colour of the button*/
border:1px solid #33842a; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
box-shadow: 0 0 4px rgba(0,0,0, .75);
/*style the text*/
color:#f3f3f3;
font-size:1.1em;
}

.gobutton:hover,.gobutton:focus{
background-color :#399630; /*make the background a little darker*/
/*reduce the drop shadow size to give a pushed button effect*/
-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
box-shadow: 0 0 1px rgba(0,0,0, .75);
}


/* Large Devices, Wide Screens */

@media only screen and (max-width : 1500px) {
}

@media only screen and (max-width : 1200px) {
  .login {
    width: 600px;
    font-size: 2em;
  }
}

@media only screen and (max-width : 1100px) {
  .login {
    margin-top: 2%;
    width: 600px;
    font-size: 1.7em;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .login {
    margin-top: 1%;
    width: 550px;
    font-size: 1.7em;
    min-height: 0;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .login {
    margin-top: 0;
    width: 500px;
    font-size: 1.3em;
    min-height: 0;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  .login {

    h2 {
      margin-top: 0;
    }

    margin-top: 0;
    width: 400px;
    font-size: 1em;
    min-height: 0;
  }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
  .login {
    margin-top: 0;
    width: 200px;
    font-size: 0.7em;
    min-height: 0;
  }
}

