﻿
/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.marginbot-60{margin-bottom:60px !important;}
.marginbot-70{margin-bottom:70px !important;}
.marginbot-80{margin-bottom:80px !important;}
.marginbot-90{margin-bottom:90px !important;}
.marginbot-100{margin-bottom:100px !important;}

.margintop-0{margin-top:0 !important;}
.margintop-10{margin-top:10px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-45{margin-top:45px !important;}
.margintop-50{margin-top:50px !important;}

/* ===========================
--- Services
============================ */
.service-box {
    border-radius: 10px;
    border: 2px solid #ffffff;
	background: #000;
    padding: 20px;
    box-shadow: 8px 8px 4px #666666;
}

.service-box:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	margin-top: -20px;
    margin-bottom: 20px;
    box-shadow: 8px 8px 4px #42DCA3;
}

.service-icon {
	margin-bottom: 20px;
}	

.service-desc h5 {
	text-transform: uppercase;
	font-weight: 700;
	color: #666;
	font-size: 18px;
	margin-bottom: 10px;
}
.service-desc .divider-header {
	margin-bottom: 30px;
}

/* ==============================
   --- Footer
   ============================== */

.footer-box {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
	background: #000;
    padding: 40px;
    margin-bottom: 50px;
}

.footer-box p {
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 40px;
}

/*==================================
    Custom
*/

@media(min-width:768px) {
    #contact {
        padding-bottom: 50px;
    }

    #toolset {
        padding-bottom: 200px;
    }
    
    #technologies {
        padding-bottom: 200px;
    }
}

/*==================================*/