/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
                padding-top: 50px;
                padding-bottom: 20px;
  font-family:'Montserrat',"Helvetica",Arial,sans-serif;
  }
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 45px;
  line-height: 25px; /* Vertically center the text there */
  background-color: #f5f5f5;
  padding-top: 10px;
  text-align: center;
}

.jumbotron {
    padding-top: 1px;
    padding-bottom: 30px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

            #create {
              background: #8e44ad none repeat scroll 0 0;
              border: medium none;
              color: #fff;
              font-weight: 600 !important;
              padding: 12px 24px;
              font-size: 14px;
              font-family: 'Open Sans', sans-serif !important;
              margin-left: 15px;
			  }

            #copy {
              background: #8e44ad none repeat scroll 0 0;
              border: medium none;
              color: #fff;
              float: left;
              font-family: "Open Sans",sans-serif !important;
              font-size: 14px;
              font-weight: 600 !important;
              padding: 4px 20px;
              position: absolute;
              margin-top: -2px;
            }

            #copy1 {
              background: #8e44ad none repeat scroll 0 0;
              border: medium none;
              color: #fff;
              float: left;
              font-family: "Open Sans",sans-serif !important;
              font-size: 14px;
              font-weight: 600 !important;
              padding: 4px 20px;
              position: absolute;
              margin-top: -2px;
            }

            #copy2 {
              background: #8e44ad none repeat scroll 0 0;
              border: medium none;
              color: #fff;
              float: left;
              font-family: "Open Sans",sans-serif !important;
              font-size: 14px;
              font-weight: 600 !important;
              padding: 4px 20px;
              position: absolute;
              margin-top: -2px;
            }

            #copy3 {
              background: #8e44ad none repeat scroll 0 0;
              border: medium none;
              color: #fff;
              float: left;
              font-family: "Open Sans",sans-serif !important;
              font-size: 14px;
              font-weight: 600 !important;
              padding: 4px 20px;
              position: absolute;
              margin-top: -2px;
            }

            #copy4 {
              background: #8e44ad none repeat scroll 0 0;
              border: medium none;
              color: #fff;
              float: left;
              font-family: "Open Sans",sans-serif !important;
              font-size: 14px;
              font-weight: 600 !important;
              padding: 4px 20px;
              position: absolute;
              margin-top: -2px;
            }
			
			.switchable-holder.switchable-checked {
			  border-color: #8e44ad;
			  background-color: #8e44ad; 
			}
			
			.footer {
			position: absolute;
			bottom: 0;
			width: 100%;
			/* Set the fixed height of the footer here */
			height: 45px;
			line-height: 25px; /* Vertically center the text there */
			background-color: #f5f5f5;
			padding-top: 10px;
			text-align: center;
}

            @media(max-width: 500px)
            {

              .switchable-wrapper {
                display: block;
                float: left;
                width: 100%;
              }

			  .input__field {
				width: 70%	!important;
			  }
		  }
















