.form-group {
    margin-bottom: 15px;
}
.form-group {
    padding-top: 15px;
}
input[type=submit] {
    background: #0099FF !important
}
.form-control {
    display: block;
    width: 100% !important;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control {
    color: #373737;
    border-radius: 0;
}
.form-control {
    border-radius: 4px !important;
}
.form-group input, .form-group textarea {
    border: 1px solid #ccc;
    margin-bottom: 27px;
}
.entry-content a {
    font-weight: 600;
    color: #0099FF !important;
}
.entry-header, .page-header {
    display: none;
}
a:hover {
    color: #99ce00 !important;
}
.mh-main-nav li:hover {
    background: #0099FF  !important;
}
.mh-main-nav {
    text-transform: uppercase;
    border-bottom: 5px solid #99ce00 !important;
}
.mh-preheader, .mh-wide-layout .mh-subheader {
    background: #99ce00;
}
ul.social-network {
  border:none;
  margin:0;
  padding:0;
}
.mh-main-nav .menu > .current-menu-item {
    background: #0099FF !important;
}
ul.social-network li {
  border:none;  
  margin:0;
}

ul.social-network li i {
  margin:0;
}

ul.social-network li {
    display:inline;
    margin: 0 5px;
    border: 0px solid #2D2D2D;
    padding: 5px 0 0;
    width: 32px;
    display: inline-block;
    text-align: center;
    height: 32px;
    vertical-align: baseline;
    color: #000;
}

ul.social-network {
  list-style: none;
  margin: 5px 0 10px -25px;
  float: right;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: .3s ease-out;
  color: #fff;
}
	.blink{	
		text-align: center;
animation: blink 1s linear infinite;
	}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
.im-checkout-btn.btn--light {
    color: #fff;
    letter-spacing: 1px;
    text-shadow: rgba(0,0,0,0.6) 0 1px 1px;
    padding: 0.6em 0.7em;
    border: 1px solid rgba(59,122,50,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.7);
    border-radius: 4px;
    background: #75c26a;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.3), rgba(0,0,0,0.25));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.3), rgba(0,0,0,0.25));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.3), rgba(0,0,0,0.25));
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(0,0,0,0.25));
    box-shadow: inset 0 1px rgba(255,255,255,0.4), inset 0 0 0 1px rgba(255,255,255,0.15), inset 0 -1px 3px rgba(0,0,0,0.3), 0 1px 3px rgba(0,0,0,0.2);
    line-height: 5.2em;
    margin: 0.3em 0;
}