
		@media screen and (max-device-width: 480px) and (orientation: portrait){
		  .tp-caption {

		  }
		}

        .fadeInDown #logo_table {
        	position: relative !important;
        	top: 5px !important;
        }
        #logo_img {
        	max-width: 52px !important;
        }
        .fadeInDown .site-slogan {
        	position: relative  !important; 
        	top: 1px  !important;
        }
        .site-slogan {
        	position: relative; top: -3px;
        }
        .MonthDay.fullSize{
           position: absolute;
           top: 10%;
           left: 0;
            z-index: 2;
           height: 100% !important;
           width: 100% !important;
           transition: all 1s;
        }

		body {
		    position: relative;
		    overflow-x: hidden;
		}
		body,
		html { height: 100%;}
		.nav .open > a, 
		.nav .open > a:hover, 
		.nav .open > a:focus {background-color: transparent;}

		/*-------------------------------*/
		/*           Wrappers            */
		/*-------------------------------*/

		#wrapper {
		    padding-left: 0;
		    -webkit-transition: all 0.5s ease;
		    -moz-transition: all 0.5s ease;
		    -o-transition: all 0.5s ease;
		    transition: all 0.5s ease;
		}

		#wrapper.toggled {
		    padding-left: 230px;
		}

		#sidebar-wrapper {
		    z-index: 1000;
		    left: 230px;
		    width: 0;
		    height: 100%;
		    margin-left: -230px;
		    overflow-y: auto;
		    overflow-x: hidden;
		    background: #1a1a1a;
		    -webkit-transition: all 0.5s ease;
		    -moz-transition: all 0.5s ease;
		    -o-transition: all 0.5s ease;
		    transition: all 0.5s ease;
		}

		#sidebar-wrapper::-webkit-scrollbar {
		  display: none;
		}

		#wrapper.toggled #sidebar-wrapper {
		    width: 230px;
		}

		#page-content-wrapper {
		    width: 100%;
		    padding-top: 70px;
		}

		#wrapper.toggled #page-content-wrapper {
		    position: absolute;
		    margin-right: -230px;
		}

		/*-------------------------------*/
		/*     Sidebar nav styles        */
		/*-------------------------------*/

		.sidebar-nav {
		    position: absolute;
		    top: 0;
		    width: 230px;
		    margin: 0;
		    padding: 0;
		    list-style: none;
		}

		.sidebar-nav li {
		    position: relative; 
		    line-height: 20px;
		    display: inline-block;
		    width: 100%;
		}

		.sidebar-nav li:before {
		    content: '';
		    position: absolute;
		    top: 0;
		    left: 0;
		    z-index: -1;
		    height: 100%;
		    width: 3px;
		    background-color: #1c1c1c;
		    -webkit-transition: width .2s ease-in;
		      -moz-transition:  width .2s ease-in;
		       -ms-transition:  width .2s ease-in;
		            transition: width .2s ease-in;

		}
		.sidebar-nav li:first-child a {
		    color: #fff;
		    background-color: #1a1a1a;
		}
		.sidebar-nav li:nth-child(2):before {
		    background-color: #ec1b5a;   
		}
		.sidebar-nav li:nth-child(3):before {
		    background-color: #79aefe;   
		}
		.sidebar-nav li:nth-child(4):before {
		    background-color: #314190;   
		}
		.sidebar-nav li:nth-child(5):before {
		    background-color: #279636;   
		}
		.sidebar-nav li:nth-child(6):before {
		    background-color: #7d5d81;   
		}
		.sidebar-nav li:nth-child(7):before {
		    background-color: #ead24c;   
		}
		.sidebar-nav li:nth-child(8):before {
		    background-color: #2d2366;   
		}
		.sidebar-nav li:nth-child(9):before {
		    background-color: #35acdf;   
		}
		.sidebar-nav li:hover:before,
		.sidebar-nav li.open:hover:before {
		    width: 100%;
		    -webkit-transition: width .2s ease-in;
		      -moz-transition:  width .2s ease-in;
		       -ms-transition:  width .2s ease-in;
		            transition: width .2s ease-in;

		}

		.sidebar-nav li a {
		    display: block;
		    color: #ddd;
		    text-decoration: none;
		    padding: 10px 15px 10px 30px;    
		}

		.sidebar-nav li a:hover,
		.sidebar-nav li a:active,
		.sidebar-nav li a:focus,
		.sidebar-nav li.open a:hover,
		.sidebar-nav li.open a:active,
		.sidebar-nav li.open a:focus{
		    color: #fff;
		    text-decoration: none;
		    background-color: transparent;
		}

		.sidebar-nav > .sidebar-brand {
		    height: 65px;
		    font-size: 20px;
		    line-height: 44px;
		}
		.sidebar-nav .dropdown-menu {
		    position: relative;
		    width: 100%;
		    padding: 0;
		    margin: 0;
		    border-radius: 0;
		    border: none;
		    background-color: #222;
		    box-shadow: none;
		}

		/*-------------------------------*/
		/*       Hamburger-Cross         */
		/*-------------------------------*/

		.hamburger {
		  position:absolute;
		  right:25px;
		  top: 20px;  
		  z-index: 999;
		  display: block;
		  width: 32px;
		  height: 32px;
		  margin-left: 15px;
		  background: transparent;
		  border: none;
		}
		.hamburger:hover,
		.hamburger:focus,
		.hamburger:active {
		  outline: none;
		}
		.hamburger.is-closed:before {
		  content: '';
		  display: block;
		  width: 100px;
		  font-size: 14px;
		  color: #fff;
		  line-height: 32px;
		  text-align: center;
		  opacity: 0;
		  -webkit-transform: translate3d(0,0,0);
		  -webkit-transition: all .35s ease-in-out;
		}
		.hamburger.is-closed:hover:before {
		  opacity: 1;
		  display: block;
		  -webkit-transform: translate3d(-100px,0,0);
		  -webkit-transition: all .35s ease-in-out;
		}

		.hamburger.is-closed .hamb-top,
		.hamburger.is-closed .hamb-middle,
		.hamburger.is-closed .hamb-bottom,
		.hamburger.is-open .hamb-top,
		.hamburger.is-open .hamb-middle,
		.hamburger.is-open .hamb-bottom {
		  position: absolute;
		  left: 0;
		  height: 4px;
		  width: 100%;
		}
		.hamburger.is-closed .hamb-top,
		.hamburger.is-closed .hamb-middle,
		.hamburger.is-closed .hamb-bottom {
		  background-color: #1a1a1a;
		}
		.hamburger.is-closed .hamb-top { 
		  top: 5px; 
		  -webkit-transition: all .35s ease-in-out;
		}
		.hamburger.is-closed .hamb-middle {
		  top: 50%;
		  margin-top: -2px;
		}
		.hamburger.is-closed .hamb-bottom {
		  bottom: 5px;  
		  -webkit-transition: all .35s ease-in-out;
		}

		.hamburger.is-closed:hover .hamb-top {
		  top: 0;
		  -webkit-transition: all .35s ease-in-out;
		}
		.hamburger.is-closed:hover .hamb-bottom {
		  bottom: 0;
		  -webkit-transition: all .35s ease-in-out;
		}
		.hamburger.is-open .hamb-top,
		.hamburger.is-open .hamb-middle,
		.hamburger.is-open .hamb-bottom {
		  background-color: #1a1a1a;
		}
		.hamburger.is-open .hamb-top,
		.hamburger.is-open .hamb-bottom {
		  top: 50%;
		  margin-top: -2px;  
		}
		.hamburger.is-open .hamb-top { 
		  -webkit-transform: rotate(45deg);
		  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
		}
		.hamburger.is-open .hamb-middle { display: none; }
		.hamburger.is-open .hamb-bottom {
		  -webkit-transform: rotate(-45deg);
		  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
		}
		.hamburger.is-open:before {
		  content: '';
		  display: block;
		  width: 100px;
		  font-size: 14px;
		  color: #fff;
		  line-height: 32px;
		  text-align: center;
		  opacity: 0;
		  -webkit-transform: translate3d(0,0,0);
		  -webkit-transition: all .35s ease-in-out;
		}
		.hamburger.is-open:hover:before {
		  opacity: 1;
		  display: block;
		  -webkit-transform: translate3d(-100px,0,0);
		  -webkit-transition: all .35s ease-in-out;
		}

		/*-------------------------------*/
		/*            Overlay            */
		/*-------------------------------*/

		.overlay {
		    position: fixed;
		    display: none;
		    width: 100%;
		    height: 100%;
		    top: 0;
		    left: 0;
		    right: 0;
		    bottom: 0;
		    background-color: rgba(250,250,250,.8);
		    z-index: 1;
		}




.circle-loader {
  margin: 0 0 30px 10px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #5cb85c;
  animation-name: loader-spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.circle-loader,
.circle-loader:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #5cb85c;
  transition: border 500ms ease-out;
}

.checkmark {
  display: none;
}
.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark:after {
  opacity: 1;
  height: 4em;
  width: 2em;
  transform-origin: left top;
  border-right: 2px solid #5cb85c;
  border-top: 2px solid #5cb85c;
  content: '';
  left: 2em;
  top: 4em;
  position: absolute;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 2em;
    opacity: 1;
  }
  40% {
    height: 4em;
    width: 2em;
    opacity: 1;
  }
  100% {
    height: 4em;
    width: 2em;
    opacity: 1;
  }
}



    /**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}


    div.payment-chooser.disabled div.payment-chooser-item2
	{
		zoom: 1;
		filter: alpha(opacity=60);
		opacity: 0.6;
		cursor: default;
	}

	div.payment-chooser div.payment-chooser-item2{
		padding: 11px;
		border-radius: 6px;
		cursor: pointer;
		position: relative;
		border: 1px solid #efefef;
		margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10x;
        height: 60px;
	}
	
	div.payment-chooser div.payment-chooser-item2.selected{
		border: 4px solid #428bca;
		background: #efefef;
		padding: 8px;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
		div.payment-chooser div.payment-chooser-item2 img{
			padding: 0;
		}
		
		div.payment-chooser div.payment-chooser-item2 span.title{
			display: block;
			margin: 10px 0 0px 0;
			font-weight: bold;
			font-size: 12px;
		}
		
		div.payment-chooser div.payment-chooser-item2 span.description{
			font-size: 12px;
		}
		
		div.payment-chooser div.payment-chooser-item2 input{
			position: absolute;
			left: 0;
			top: 0;
			visibility:hidden;
		}




    div.payment-chooser.disabled div.payment-chooser-item
	{
		zoom: 1;
		filter: alpha(opacity=60);
		opacity: 0.6;
		cursor: default;
	}

	div.payment-chooser div.payment-chooser-item{
		padding: 11px;
		border-radius: 6px;
		cursor: pointer;
		position: relative;
		border: 1px solid #efefef;
		margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10x;
        height: 60px;
	}
	
	div.payment-chooser div.payment-chooser-item.selected{
		border: 4px solid #428bca;
		background: #efefef;
		padding: 8px;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
		div.payment-chooser div.payment-chooser-item img{
			padding: 0;
		}
		
		div.payment-chooser div.payment-chooser-item span.title{
			display: block;
			margin: 10px 0 0px 0;
			font-weight: bold;
			font-size: 12px;
		}
		
		div.payment-chooser div.payment-chooser-item span.description{
			font-size: 12px;
		}
		
		div.payment-chooser div.payment-chooser-item input{
			position: absolute;
			left: 0;
			top: 0;
			visibility:hidden;
		}



