h3 {
	font-size: 26px;
    /*margin-bottom: 30px !important;*/
    color: #000;
}

span {
	color: #ff5d12 !important;
}

.open-overlay i
{
    font-size: 16px;
    line-height: 66px;

    z-index: 2;

    margin: 0 auto;

    cursor: inherit;
    -webkit-transition: all .6s ease 0s;
            transition: all .6s ease 0s;

    color: inherit;
    background: rgba(0,0,0,.0);
}

div.open-overlay
{
    position: relative;
    overflow: hidden;

    display: block;

    width: 74px;
    height: 74px;
    margin: 0 auto;

    cursor: pointer;
    -webkit-transition: all .6s ease 0s;
            transition: all .6s ease 0s;
    text-align: center;

    color: #000;
    border: solid 4px #000;
}

.down-button i
{
	position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    -webkit-transition: none;
            transition: none;
    text-align: center;

    color: #000;
}

.down-button:hover i
{
    -webkit-transition: all 150ms cubic-bezier(1, 0, 0, 1);
            transition: all 150ms cubic-bezier(1, 0, 0, 1);
}

.down-button i:first-child
{
    top: -200%;
}

.down-button:hover i:first-child
{
    top: 0;
}

.down-button i:last-child
{
    top: 0;
}

.down-button:hover i:last-child
{
    top: 200%;
}

.center-text {
	text-align: center !important;
}


@media only screen and (max-width: 768px), only screen and (max-height: 630px)
{
    div.open-overlay {
        width: 64px;
        height: 64px;
        border: solid 3px #000;
    }

    .open-overlay i {
        font-size: 14px;
        line-height: 58px;
    }
}

@media only screen and (max-width: 600px), only screen and (max-height: 500px) {
    div.open-overlay {
        width: 50px;
        height: 50px;
        border: solid 2px #000;
    }

    .open-overlay i {
        font-size: 13px;
        line-height: 46px;

    }
}

@media only screen and (max-width: 400px), only screen and (max-height: 310px) {
    div.open-overlay {
        width: 36px;
        height: 36px;
        border: solid 2px #000;
    }

    .open-overlay i {
        font-size: 9px;
        line-height: 32px;
    }
}



@media only screen and (max-width: 355px), only screen and (max-height: 280px)
{
    div.open-overlay {
        width: 34px;
        height: 34px;
    }
}




