.beta-label {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.button1 {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 11px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	float: right;
    font-size: 24px;
    margin: 4px 2px;
	/* margin-top: -44px; */
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	font-family: 'Oswald', sans-serif;
    font-weight: 300;
    /* line-height: 1.1; */
    /* color: inherit; */
    text-transform: uppercase;
    color: #000;
	/*margin-right: 3.6%;*/
}

.button1 {
    background-color: white; 
    color: #32a84e; 
    border: 1px solid #4CAF50;
}

.button1:hover {
    background-color: #4CAF50;
    color: white;
}
.toll {
	background-color: white;
    color: black;
    /* border: 2px solid #4CAF50; */
	padding: 11px 0px;
	text-align: center;
    text-decoration: none;
    display: inline-block;
	margin: 4px 2px;
	/* float: right; */
    font-size: 24px;
	font-family: 'Oswald', sans-serif;
    font-weight: 300;
    /* line-height: 1.1; */
    /* color: inherit; */
    text-transform: uppercase;
    color: #32a84e;
	/*margin-left: 3.7%;*/
}
@media (max-width: 768px) {
    .toll {
		padding: 11px 23px;
	}
	.button1 {
		margin-right: 3%;
	}
}
header {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    display: table;
    position: relative;
    padding: 20px 15px;
}
.logo {
    position: absolute;
    left: 0px;
    top: 25px;
}
.header-right {
    display: table;
    float: right;
    text-align: right;
}
.nav-panel-group {
    margin: 0px;
}
.menu-navbar {
    margin: 0;
}
.menu-dd {
    position: absolute !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    background: #fff; !important;
    background-color: #fff; !important;
    right: 0;
    left: auto;
}
.menu-dd li {
    border-bottom: solid 1px #eee;
}
.menu-dd li a {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #000;
    border: 0 !important;
    display: block;
    padding: 8px 15px !important;
    background: #fff;
    line-height: normal !important;
}
.menu-dd li a:hover {
    background-color: #008200;
    color: #fff;
}
.menu-dd li.list-group-item {
    padding: 0px;
}
.menu-dd-panel {
    border: 0;
}
.menu-dd li.list-group-item a {
    font-size: 15px;
    padding-left: 25px !important;
    background: #eee;
}
.menu-dd li.list-group-item a:hover {
    background: #008200;
}

.btn-menu {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #000;
    border: 0 !important;
}
.btn-menu:hover,
.btn-menu:focus,
.btn-menu:active {
    background-color: #008200 !important;
    color: #fff;
}
.header-email {
    text-align: right;
    margin: 0px 0px 10px 0px;
    font-size: 13px;
}
.header-email a {
    color: #000;
    text-decoration: none;
}
.header-email a span {
    color: #008200;
    margin-right: 5px;
    transition: ease all 0.35s;
    display: inline-block;
}
.header-email a:hover span {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.smallcase {
    text-transform: none;
}

.wrapper {
    padding: 80px 0px;
    position: relative;
    background: url('../images/bg.jpg') top center no-repeat;
}

.card-block {
    min-height: 360px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    margin-bottom: 50px;
    transition: ease all 0.35s;
}
.card-block:hover {
    box-shadow: 0px 0px 40px rgba(0,0,0,0.25);
}
.card-img-wrapper {
    background: #000;
}
.card-img-wrapper img {
    opacity: 0.85;
    transition: ease all 0.35s;
}
.card-block:hover .card-img-wrapper img {
    opacity: 1.0;
}

.card-content {
    padding: 20px;
}

.quote-wrapper {
    padding: 25px;
}
.quotes {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.quotes i {
    display: table;
    margin-bottom: 15px;
    font-size: 48px;
    color: #ddd;
}
.quote-indicators {
    position: relative;
    bottom: 0px;
    margin-bottom: 0px;
}
.quote-indicators li {
    background: #ddd;
    border: 0;
}
.quote-indicators .active {
    background: #008200;
    border: 0;
    width: 10px;
    height: 10px;
    margin: 1px;
}
.quote-item {
    min-height: 280px;
}

h2 {
    margin-top: 0px;
    margin-bottom: 50px;
    position: relative;
    font-size: 48px;
}
h2:after{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 50px;
    height: 2px;
    background: #ff0000;
}

h3 {
    margin-top: 0px;
    margin-bottom: 30px;
    position: relative;
    font-size: 36px;
}
h3:after{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 50px;
    height: 2px;
    background: #ff0000;
}

h4 {
    margin-top: 0px;
    margin-bottom: 15px;
    position: relative;
    font-size: 24px;
    
}
h4 a {
    color: #000 !important;
}
h4:after{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 50px;
    height: 2px;
    background: #ff0000;
}
p.service-content {
    min-height: 50px;
}

a.learn-more {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-decoration: none;
    position: relative;
}
a.learn-more:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background: #FF0000;
    transition: ease all 0.35s;
}
a.learn-more:hover:after{
    width: 40px;
}

.intro-wrapper {
    background: #d9ecd9;
    display: table;
    width: 100%;
}
.intro-wrapper-img {
    max-width: 460px;
    float: right;
    margin-left: 30px;
}
.intro-content {
    padding: 40px;
}

.footer {
    background: #e1f2f2;
    position: relative;
    padding: 30px 0px;
    font-family:arial;
}
.footer ul {
    margin-bottom: 30px;
    text-align: center;
    padding: 0px;
}
.footer ul li {
    display: inline-block;
    margin: 0px 15px;    
}

.footer li a {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}
.footer li a:hover {
    color: #008200;
}

.footer li a.social {
    font-size: 24px;
    color: #008200;
    text-decoration: none;
    display: table;
}
.footer li a.social:hover {
    color: #000;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
p.copyright {
    margin: 0px;
    font-size: 13px;
    color: #000;
    line-height: normal;
}



/***** responsive *****/

 @media (min-width: 721px) {
    .content {
        margin-top: 0;
     }
     .header-email {
         display: block;
     }
}

/*** 1200px ***/
@media (max-width: 1200px) {
    .logo {
        left: 15px;
    }
    
}

/*** 768px ***/
@media (max-width: 768px) {
    .intro-wrapper-img {
        float: none;
        margin: 0px;
        width: 100%;
        max-width: 100%;
    }
}

/*** 720px ***/
@media (max-width: 720px) {
    header {
        padding: 15px;
    }
    .logo {
        position: relative;
        top: 0px;
        left: 0px;
        z-index: 99;
        float: left;
    }
}
