/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {

	color: #1e91cf;
}


.feature-box .fbox-icon i, .feature-box .fbox-icon img {background-color: #1e91cf;}

::selection {
	background: #1e91cf !important;
}

/*.button.button-border:not(.button-fill):hover {
    background-color: #1e91cf !important;
    }*/

    #primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color: #1e91cf;
}

.color, #gotoTop:hover {color: #1e91cf !important;}


    .button.button-border{
	border: 0;
    background-color: #1e91cf;
    color: #fff;
    }

.col-padding {
    padding: 60px 30px 30px 30px !important;

}

.content-wrap{padding: 0!important;}

.section{margin: 0 !important;}

.ohidden {margin-top: 51px;
margin-bottom: -60px;}


#header.transparent-header.full-header #header-wrap {
    border-bottom: none;
    padding-bottom: 15px;
   }


@media only screen and (max-width: 768px) {

.content-wrap {

	padding:15px 0 !important;
}

.ohidden {margin-top: 0px !important;
margin-bottom: 0px !important;}


#copyrights .col_half:last-child {
    display: block;
}



}




