/*------------------------------------------------------------
	Global
------------------------------------------------------------ */

html, body, p, a, h1,h2,h3,h4,h5 { 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5 {
	text-transform: none !important;
	font-weight: 500 !important;
}

.special_amp {
    font-family: inherit;
    font-style: none;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

strong {
	color: inherit !important;
}

.home-desc {
	width: 50%;
	margin: 15px auto;
	line-height: 27px;
}

/*------------------------------------------------------------
	Header
------------------------------------------------------------ */

#top .av-menu-button > a .avia-menu-text {
    border: 2px solid;
    border-radius: 30px;
}

/*------------------------------------------------------------
	Home
------------------------------------------------------------ */

#home-hero h1 {
	font-weight: 700;
}

#home-hero .home-desc {
	width: 75%;
	margin: 15px 0px;
	line-height: 27px;
}

#home-hero .avia-button.avia-size-large {
    border-radius: 30px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
}

#home-hero .avia-button.avia-position-left {
   display: inline;
   margin: 10px 0px 0px 7px !important;
}

.hero-desc {
	width: 65%;
	margin:10px auto;
	line-height: 25px;
}

#home-hero img {
	width: 92px;
	opacity: 0.6;
	-webkit-transition: all 0.3s ease-in-out;
}

#home-hero img:hover {
	opacity: 1.0;
	cursor: pointer;
}

#home-highlights .av-special-heading {
    width: 100%;
    clear: both;
    display: block;
    margin-top: 20px;
    position: relative;
}

#home-highlights .av-subheading {
	margin-top: 7px;
}

#home-highlights {
	border-bottom:  1px solid #dde4e9;
	border-top:  1px solid #dde4e9;
}

#home-highlights div .av_one_third {
    margin-left: 0%;
    width: 33.333333333333332%;
    border-right:  1px solid #dde4e9;
    padding: 32px 0px !important;
}

#home-highlights div .av_one_third h3 {
	font-weight: 500;
	font-size: 18px !important;
	color: #34424d !important;
}

#home-highlights div .av_one_third:last-of-type {
	border: none;
}

#home-partners img {
	 box-shadow: 0 1px 3px rgba(221,228,233,0.30), 0 1px 2px rgba(221,228,233,0.36);
	 border-radius: 6px;
}

#top .avia-button.avia-color-dark {
    color: #658092;
    border: 1px solid #cdd6dc;
    border-radius: 30px !important;
    background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
}

#top .avia-button.avia-color-dark:hover {
	background: #3498db;
	border-color: #3498db;
	color: #FFF !important;
}

/*------------------------------------------------------------
	Services
------------------------------------------------------------ */

.service {
	padding: 20px;
	border-radius: 4px;
	text-align: center;
}

.service img {}

.service h3 {
	font-size: 16px !important;
}

/*------------------------------------------------------------
	Blog
------------------------------------------------------------ */

#home-blog .slide-meta {
	display: none;
}

.read-more-link {
	margin-top: -40px;
	margin-bottom: 20px;
}

.page-id-14  .read-more-link {
	margin-top: -10px;
	margin-bottom: 20px;
}

.slide-entry-excerpt {
	text-align: center;
}

/*------------------------------------------------------------
	Contact
------------------------------------------------------------ */

.contact-options {
	margin: 20px 0px;
}

.contact-options li {
	border-bottom: 1px solid #dde4e9;
	padding: 10px 0px;
	list-style: none;
	margin: 0;
}


/*------------------------------------------------------------
	Footer
------------------------------------------------------------ */

#footer div .av_one_half.first {
	width: 60%;
	text-align: left;
}

#footer div .av_one_half {
	width: 32%;
	text-align: right;
}

#top #footer .widget_nav_menu li {
    display: inline-block;
    padding: 0px 10px;
}

#text-3 {
	margin-top: -37px !important;
}

.widget_nav_menu ul:first-child>.current-menu-item>a, .widget_nav_menu ul:first-child>.current_page_item>a {
    border: none;
    padding: 0;
}

/*------------------------------------------------------------
	Desktop Styles
------------------------------------------------------------ */

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

}



/*------------------------------------------------------------
Mobile Styles
------------------------------------------------------------ */

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

	.hero-desc {
		width: 100%;
	}

	.responsive #top #wrap_all .slide-entry {
	    width: 100%;
	    margin-left: 0%;
	    margin: 20px 0px;
	}

}