/* 
    Document   : greatgivehome.css
    Created on : Mar 25, 2014, 12:08:13 PM
    Author     : Design
    Description:
        Purpose of the stylesheet follows.
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
       



#greatgive-clock {
    background: #782F40;
    position: absolute;
    display: block;
    right: 230px;
    margin-top: 40px;
    z-index: 30;
    font-weight: 300;
    color: white;
    text-decoration: none;
	width: 400px;
    height: 210px;
    padding: 15px 10px 15px 15px;
    border-radius: 10px;
}
    #greatgive-clock:hover {
        background-color: #77414e;
    color: white;
    }

@media (max-width: 1200px) {
    #greatgive-clock {
        z-index: 15;
        top: 250;
        right: 0px;
    }
}

@media (max-width: 730px) {
    #greatgive-clock {
        z-index: 15;
        top: 180;
        right: 0px;
		width: 100%;
		border-radius: 0;
    }
	#greatgive-days, #greatgive-hours, #greatgive-minutes, #greatgive-seconds {
		width: 25%;
	}
}
@media (max-width: 670px) {
    #greatgive-clock {
        
        position: inherit;
        text-align: left !important;
    }
}

    #great-give-header {
        text-align: right;
        font-size: 160%;
        margin-bottom: 8px;
        margin-right: 7px;
        color: #c63f34;
        font-weight: 400;
    }
    #greatgive-ticker {
        display: table-row;
    }
    #greatgive-text {
        display: none;
        text-align: center;
        margin-left:auto;
        margin-right:auto;
        color: #c30017;
        font-size: 140%;
    }

    #greatgive-days, #greatgive-hours, #greatgive-minutes, #greatgive-seconds {
        display: table-cell;
        width: 100px;
        text-align: center;
		padding: 15px 15px 10px 20px;
		background: #5f212f;
		margin: 5px 0;
    }
        #greatgive-days-number, #greatgive-hours-number, #greatgive-minutes-number, #greatgive-seconds-number {
            font-size: 260%;
            line-height: 70%;
            margin-bottom:7px;
        }
        #greatgive-days-text, #greatgive-hours-text, #greatgive-minutes-text, #greatgive-seconds-text {
            font-size: 90%;
        }
    .greatgive-active-column {
        color: #d6c9ae !important;
        border-right: none !important;
    }
#greatgive-text {
    display: inherit;
}