#header a.logo > img {
    height: 65px;
}
.main_red {
    color: #ec2f40 !important;
}
.btn-red {
    background-color: #ec2f40 !important;
}
#toTop::before {
    font-family: "fontawesome";
    content: "\f062";
}
section.page-header .breadcrumb > li + li::before {
    content: ">";
}
.downloads span {
    font-size: 30px;
}
#topMain.nav-pills > li {
    margin-left: 25px !important;
}
#topMain.nav-pills > li:hover > a, #topMain.nav-pills > li:focus > a {
    color: #ec2f40;
}
@media only screen and (max-width: 992px) {
	#topMain>li>a>span {
		display:block !important;
	}
    #topMain.nav-pills > li {
        margin-left: 10px !important;
    }
    #topMain.nav-pills > li:first-child {
        margin-left: 10px !important;   
    }
}
@media only screen and (max-width: 346px) {
    #header #topNav a.logo > img {
        max-height: 40px !important;
    }
}
.home-image.heading-arrow-bottom {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec2f40+0,ea757f+100 */
    background: #ec2f40; /* Old browsers */
    background: -moz-linear-gradient(top, #ec2f40 0%, #ea757f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ec2f40 0%,#ea757f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ec2f40 0%,#ea757f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2f40', endColorstr='#ea757f',GradientType=0 ); /* IE6-9 */
}
.home-image.heading-arrow-bottom::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #EA757F;
    left: 50%;
    margin-left: -20px;
    bottom: -20px;
}
.home-image.heading-arrow-bottom h1 {
    font-size: 50px;
    color: #fff;
}
.home-image.heading-arrow-bottom h2 {
    font-size: 35px;
    color: #fff;
}
.home-image.heading-arrow-bottom h3 {
    font-size: 25px;
    color: #000 !important;
}
.box-icon.box-icon-content {
    background-color: #89A8D5;
    color: #fff;
}
.webskill img {
    width: 100%;
    max-width: 100px !important;
}