/** ********************************************** **
	@Author			Dorin Grigoras
	@Website		www.stepofweb.com
	@Last Update	11:55 AM Sunday, May 04, 2014

	TABLE CONTENTS
	-------------------------------
		01. Globals


*************************************************** **/


/** 01. Globals
 **************************************************************** **/
html {
    overflow-x: hidden;
    overflow-y: auto;
}

html,
body {
    min-height: 100%;
}

body {
    font-family: 'Roboto Condensed', sans-serif;

    margin: 0;
    padding: 0;

    color: #fff;
    background-color: #131f28;
}

a {
    color: #c9d700;
}


/**	Coming Soon
 *************************************************** **/
.comingsoon {
    margin-top: 5%;
}

.comingsoon > .container {
    padding-bottom: 30px;
}

.comingsoon h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;

    margin-bottom: 40px;

    color: #fff;
}

.comingsoon h2 {
    font-size: 24px;
    line-height: 28px;

    font-weight: 700;
    margin-bottom: 20px;

    color: #fff;
}

.comingsoon h3 {
    font-size: 20px;
    line-height: 24px;

    font-weight: 700;
	margin-bottom: 0;

    color: #fff;
}

.comingsoon img.logo {
    margin-top: 40px;
    margin-bottom: 20px;
}

.comingsoon img.signature {
    margin-top: 30px;
}

.comingsoon img.icon-phone {
    width: auto;
    height: 30px;
}

.comingsoon a {
    color: #fff;
}

.comingsoon a:hover,
.comingsoon a:focus {
    color: #c9d700;
    text-decoration: underline;
}


@media only screen and (max-width: 550px) {
    .comingsoon {
        margin-top: 0;
    }
    
    .comingsoon img.servico,
    .comingsoon img.logo {
        width: 100%;
        height: auto;
    }

    .comingsoon h2 {
        font-size: 20px;
        line-height: 24px;
    }

	.comingsoon h3 {
	    font-size: 18px;
	    line-height: 22px;
	}

    .comingsoon .icon-phone,
    .comingsoon .icon-email,
    .comingsoon .icon-address {
        display: block;
        margin: 0 auto 10px;
    }

    .divider-xs {
        display: block;
    }
}

.social-icon {
    display: block;

    width: 40px;
    height: 40px;

    text-align: center;

    color: #fff;

    background-color: #fff;

    border-radius: 4px;
}

.social-icon:hover {
    background-color: #444;

    text-decoration: none;
    cursor: pointer;

    transition: all .3s ease;
}

.social-icon i {
    font-size: 20px;
    line-height: 40px;

    width: 40px;
    height: 40px;

    color: #fff;
}

.social-icon.social-facebook:hover {
    background-color: #3b5998;
}

.social-icon.social-instagram:hover {
    background-color: #3f729b;
}