/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

.avia-button.avia-size-large {
    font-size: 18px !important;
}

body div .avia-button {
    border-radius: 11px !important;
}

.modern-quote .av-special-heading-tag {
    font-weight: 900;
}

.av-subheading_below {
    margin-top: 0.3em;
    font-weight: 300;
    opacity: 1 !important;
}

.widgettitle {
text-transform: capitalize;
font-weight:700;
font-size:26px;
}

#text-3 .widgettitle {
text-align:right !important;
}

#text-4 .widgettitle {
text-align:center !important;
}

.main_color strong {
color:#003b65;
}

.avia-icon-list .iconlist_title {
    text-transform: uppercase;
    top: 17px;
    margin-bottom: 37px;
    position: relative;
}

.av-magazine .av-magazine-content-wrap .av-magazine-title {
    font-size: 18px;
}

.avia_ajax_form .button {
    margin: 0;
    padding: 12px 20px;
    border-radius: 13px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: normal;
    font-size: 19px;
    min-width: 142px;
    outline: none;
}

.main_color input[type='submit'] {
    background-color: #ec760f;
    color: #ffffff;
    border-color: transparent; 
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#full_slider_1 {
display:block;
}

#home-intro-mobile-only {
	display:none;
} 

.mobile-br {
	display:none;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (max-width: 1200px) {
  /* Add your Desktop Styles here */

.avia-caption-title { 
	font-size:18px !important;
}


.avia-caption-content > p {
	font-size:38px !important;
margin:0 !important;
}

}


@media only screen and (max-width: 1000px) {
  /* Add your Desktop Styles here */

.avia-caption-title { 
	font-size:14px !important;
}


.avia-caption-content > p {
	font-size:26px !important;
margin:0 !important;
}

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

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

	#full_slider_1 {
display:none;
}

#home-intro-mobile-only {
	display:block;
} 

.mobile-br {
	display:inline-block;
}

}