
 @media (min-width: 768px) {

 	.home-content {
        margin: 100px 0;
    }

    a.logo {
    	margin-bottom: 60px;
    }

 	.home-content .titles {
 		margin-bottom: 8%;
 	}

 	.home-content .titles hr {
 		margin: 25px auto;
 		display: block;
 	}

 	.home-content .titles p {
 		display: block;
 		font-size: 15px;
 	}

 	.countdown-col {
 		width: 25%;
 		margin-bottom: 0;
 	}

 	.countdown-col:nth-child(3) {
 		border-left: 1px solid rgba(255,255,255,0.3);
 	}

 	.digit {
 		font-size: 80px;
 		height: 100px;
 		line-height: 100px;
 	}

 	.dash_title {
 		margin-right: 45px;
 	}

 	.title-section h2 {
 		font-size: 36px;
 	}

	.col-staff {
		width: 50%;
		float: left;
		display: inline-block;
	}

	.input-group {
		display: table;
	}

	.form-control {
		height: 48px;
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
		border-right: 1px solid #F56D45;
	}

	.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
		margin-left: -1px;
		margin-top: 0px;
		width: auto;
	}

   .subscribe-btn {
        font-size: 17px;
        padding: 11px 25px;
        border-radius: 0px 4px 4px 0px;
        -moz-border-radius: 0px 4px 4px 0px;
        -webkit-border-radius: 0px 4px 4px 0px;
   }

   .back-to-top {
        visibility: visible;
   }

 }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

	h1 {
		font-size: 48px;
	}

	.home-content p {
		font-size: 16px;
	}

	.digit {
		font-size: 120px;
		height: 130px;
		line-height: 130px;
	}

	.col-staff {
		width: 25%;
		float: left;
		display: inline-block;
		margin-bottom: 0px;
	}

	#subscribe-section .title-section {
		text-align: center;
	}

	#subscribe-section .title-section p {
		width: 80%;
		margin: 0 auto;
	}

	#subscribe-section .title-section h2 {
		font-size: 38px;
		margin: 0px 0px 25px
	}

	.twitter-slider li {
		font-size: 22px;
	}

 }


@media (min-width: 1200px) { 

	.dash_title {
		margin-right: 60px;
	}
 }
 

  /* ==================================================================
  =Bootstrap fix for WinPhone 8 and IE10 
================================================================== */

    @-webkit-viewport{width:device-width}
    @-moz-viewport{width:device-width}
    @-ms-viewport{width:device-width}
    @-o-viewport{width:device-width}
    @viewport{width:device-width}












































