.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#top,
#header,
#navigation,
#footer-wrapper,
.scroll-to-fixed-fixed + div[style],
#feature {
  background-color: #69c15b;
  background-image: -moz-linear-gradient(left, #39aa5e, #69c15b);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#39aa5e), to(#69c15b));
  background-image: -webkit-linear-gradient(left, #39aa5e, #69c15b);
  background-image: -o-linear-gradient(left, #39aa5e, #69c15b);
  background-image: linear-gradient(to right, #39aa5e, #69c15b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff39aa5e', endColorstr='#ff69c15b', GradientType=1);
  color: #ffffff;
}
#top *::selection,
#header *::selection,
#navigation *::selection,
#footer-wrapper *::selection,
.scroll-to-fixed-fixed + div[style] *::selection,
#feature *::selection {
  background: #ffffff;
  color: #63b86b;
}
#top *::-moz-selection,
#header *::-moz-selection,
#navigation *::-moz-selection,
#footer-wrapper *::-moz-selection,
.scroll-to-fixed-fixed + div[style] *::-moz-selection,
#feature *::-moz-selection {
  background: #ffffff;
  color: #63b86b;
}
*::selection {
  background: #63b86b;
  color: #ffffff;
}
*::-moz-selection {
  background: #63b86b;
  color: #ffffff;
}
a {
  color: #63b86b;
}
a:hover,
a:focus {
  color: #333333;
}
.item_img a:hover:after {
  border-color: #63b86b;
}
.item_img_border a:hover:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #63b86b;
}
b {
  color: #63b86b;
}
.moduletable.requirements .nav.menu li:before,
.moduletable.expect .nav.menu li:before {
  color: #63b86b;
}
ol li span,
ol li a {
  color: #63b86b;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  color: #777777;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #e5e5e5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e5e5e5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #777777;
}
span.select:before {
  color: #63b86b;
}
span.checkbox input[type="checkbox"]:checked + label.checkbox_inner:before {
  color: #63b86b;
}
span.radio input[type="radio"]:checked + label.radio_inner:before {
  color: #63b86b;
}
.caret {
  border-top: 4px solid #ffffff;
}
/*--------------------===================== Buttons =====================--------------------*/
.btn {
  background: #39aa5e;
  color: #ffffff;
  border-color: #39aa5e;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.disabled {
  background: #39aa5e !important;
  color: #ffffff !important;
  border-color: #39aa5e !important;
  text-shadow: none !important !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn:active,
.btn:focus {
  background: #39aa5e;
  color: #ffffff;
  border-color: #39aa5e;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn:active:hover,
.btn:focus:hover,
.btn:active.active,
.btn:focus.active,
.btn:active.selected,
.btn:focus.selected {
  background: #ffffff;
  color: #333333;
  border-color: #ececec;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn:hover,
.btn.active,
.btn.selected {
  background: #ffffff;
  color: #333333;
  border-color: #ececec;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.open .btn.dropdown-toggle {
  background: #ffffff;
  color: #333333;
  border-color: #ececec;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background-color: #4cb35d;
  background-image: -moz-linear-gradient(top, #39aa5e, #69c15b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#39aa5e), to(#69c15b));
  background-image: -webkit-linear-gradient(top, #39aa5e, #69c15b);
  background-image: -o-linear-gradient(top, #39aa5e, #69c15b);
  background-image: linear-gradient(to bottom, #39aa5e, #69c15b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff39aa5e', endColorstr='#ff69c15b', GradientType=0);
}
.icemega_cover_module .btn {
  background: #39aa5e !important;
  color: #ffffff !important;
  border-color: #39aa5e !important;
  text-shadow: none !important !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.icemega_cover_module .btn:active,
.icemega_cover_module .btn:focus {
  background: #39aa5e !important;
  color: #ffffff !important;
  border-color: #39aa5e !important;
  text-shadow: none !important !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.icemega_cover_module .btn:active:hover,
.icemega_cover_module .btn:focus:hover,
.icemega_cover_module .btn:active.active,
.icemega_cover_module .btn:focus.active,
.icemega_cover_module .btn:active.selected,
.icemega_cover_module .btn:focus.selected {
  background: #ffffff !important;
  color: #333333 !important;
  border-color: #ececec !important;
  text-shadow: none !important !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.icemega_cover_module .btn:hover,
.icemega_cover_module .btn.active,
.icemega_cover_module .btn.selected {
  background: #ffffff !important;
  color: #333333 !important;
  border-color: #ececec !important;
  text-shadow: none !important !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.icemega_cover_module.disabled {
  background: #39aa5e !important;
  color: #ffffff !important;
  border-color: #39aa5e !important;
  text-shadow: none !important !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.icemega_cover_module .open .btn.dropdown-toggle {
  background: #ffffff !important;
  color: #333333 !important;
  border-color: #ececec !important;
  text-shadow: none !important !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.testimonials_2 .item_title {
  color: #39aa5e;
}
.list1 ul li,
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.category-module li {
  color: #333333;
}
.list1 ul li:before,
.archive-module li:before,
.categories-module li:before,
.mod-menu .nav.menu li:before,
.category-module li:before {
  color: #63b86b;
}
.list1 ul li a:hover,
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.category-module li a:hover {
  color: #63b86b;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  color: #ffffff;
  border-color: #39aa5e;
  background: #39aa5e;
}
.pagination ul li span.pagenav {
  background: #ffffff;
  color: #333333;
  border-color: #ececec;
}
.pagination ul li a:focus {
  background: #39aa5e;
}
.pagination ul li a:focus:hover {
  background: #ffffff;
}
.pagination ul li a:hover {
  color: #333333;
  border-color: #ececec;
}
.item_introtext strong,
.item_fulltext strong,
.category_desc strong {
  color: #333333;
}
.item_introtext mark,
.item_fulltext mark,
.category_desc mark {
  background: #63b86b;
  color: #ffffff;
  padding: 4px 6px;
}
/*---------========= Modules =========---------*/
.bottom_articles .module_container:before {
  background: #63b86b;
}
/*---=== Tabs ===---*/
.nav-tabs > li > a:hover {
  border-bottom-color: #39aa5e;
}
.nav-tabs > .active > a {
  border-bottom-color: #39aa5e;
}
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border-bottom-color: #39aa5e;
}
/*---=== Progress Bars ===---*/
.progress-horizontal .bar {
  background-color: #69c15b;
  background-image: -moz-linear-gradient(left, #39aa5e, #69c15b);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#39aa5e), to(#69c15b));
  background-image: -webkit-linear-gradient(left, #39aa5e, #69c15b);
  background-image: -o-linear-gradient(left, #39aa5e, #69c15b);
  background-image: linear-gradient(to right, #39aa5e, #69c15b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff39aa5e', endColorstr='#ff69c15b', GradientType=1);
}
.progress-vertical .bar {
  background-color: #4cb35d;
  background-image: -moz-linear-gradient(top, #39aa5e, #69c15b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#39aa5e), to(#69c15b));
  background-image: -webkit-linear-gradient(top, #39aa5e, #69c15b);
  background-image: -o-linear-gradient(top, #39aa5e, #69c15b);
  background-image: linear-gradient(to bottom, #39aa5e, #69c15b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff39aa5e', endColorstr='#ff69c15b', GradientType=0);
}
/*---=== Team ===---*/
.moduletable.team_about .social-links li a:hover i {
  color: #63b86b;
  background: #ffffff;
}
/*---=== Accordions ===---*/
.accordion_style1 .accordion-toggle {
  color: #333333;
}
.accordion_style1 .accordion-toggle:before {
  color: #39aa5e;
}
.accordion_style1 .accordion-toggle.selected:before,
.accordion_style1 .accordion-toggle:hover:before {
  background: #39aa5e;
}
.accordion_style2 .accordion-group .accordion-toggle {
  color: #333333;
}
.accordion_style2 .accordion-group .accordion-toggle:before,
.accordion_style2 .accordion-group .accordion-toggle:hover,
.accordion_style2 .accordion-group .accordion-toggle.selected {
  color: #39aa5e;
}
.moduletable.counters .item_introtext {
  color: #39aa5e;
}
/*---=== Image Swoop ===---*/
.camera_wrap .camera_pag .camera_pag_ul li {
  background: #63b86b;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
.camera_wrap .camera_pag .camera_pag_ul li:hover {
  background: #333333;
}
.camera_prevThumbs,
.camera_nextThumbs,
.camera_prev,
.camera_next,
.camera_commands,
.camera_thumbs_cont {
  background: #63b86b;
}
.camera_prevThumbs:hover,
.camera_nextThumbs:hover,
.camera_prev:hover,
.camera_next:hover,
.camera_commands:hover,
.camera_thumbs_cont:hover {
  background: #333333;
}
/*---------========= Pages =========---------*/
.item_info_dl dd .item_createdby:before,
.item_info_dl dd .item_published:before {
  color: #63b86b;
}
.item_interotext ul li,
.item_fulltext ul li {
  color: #333333;
}
.item_interotext ul li:before,
.item_fulltext ul li:before {
  color: #63b86b;
}
.item_interotext ul li a:hover,
.item_fulltext ul li a:hover {
  color: #63b86b;
}
/*---=== History ===---*/
.page-category__history .items-row > div:before {
  background: #63b86b;
}
.page-category__history .items-row:before {
  background: #63b86b;
}
/*---=== Portfolio ===---*/
.portfolio-thumbs ul li a:before {
  background: #63b86b;
}
.item_img .articleGalleryZoom:before,
.item_img .galleryZoomIcon:before {
  background: #63b86b;
}
ul#sort li a {
  color: #333333;
}
ul#sort li a:hover,
ul#sort li a.selected {
  color: #63b86b;
}
.portfolio-meta-list li strong {
  color: #63b86b;
}
.page-gallery__works .item_img .more_wrapper .btn.btn-info:hover {
  background: #39aa5e;
  border-color: #39aa5e;
}
/*---=== Gallery ===---*/
.jg_subcatelem_txt:before {
  background: #63b86b;
}
.jg_imgalign_catimgs .jg_catelem_txt .jg_links a:hover {
  background: #39aa5e;
  border-color: #39aa5e;
}
.jg_commentsarea .username {
  color: #63b86b;
}
/*---=== Pricing tables ===---*/
.pricing_detailed .row-fluid .item .item_content {
  border-color: #ececec;
}
.pricing_detailed .row-fluid .item_num0 .item_title,
.pricing_detailed .row-fluid .item_num0 .price {
  background: #39aa5e;
  color: #ffffff;
}
.pricing_detailed .row-fluid .item_num1 .item_title,
.pricing_detailed .row-fluid .item_num1 .price {
  background: #63b86b;
  color: #ffffff;
}
.pricing_detailed .row-fluid .item_num2 .item_title,
.pricing_detailed .row-fluid .item_num2 .price {
  background: #69c15b;
  color: #ffffff;
}
.pricing_simple .item .item_content {
  color: #ffffff;
}
.pricing_simple .item_num0 .item_content {
  background: #39aa5e;
}
.pricing_simple .item_num1 .item_content {
  background: #69c15b;
}
.pricing_simple .row-fluid + .row-fluid .item .item_content {
  background: #69c15b;
}
.data-table dl dt {
  color: #63b86b;
}
/*---=== Blog ===---*/
.tags:before {
  color: #63b86b;
}
.tags .label {
  color: #333333;
}
.tags .label:focus {
  color: #333333;
}
.tags .label:hover {
  color: #63b86b;
}
div.komento a {
  color: #333333;
}
div.komento a:hover {
  color: #63b86b;
}
div.komento .kmt-comment:before {
  color: #63b86b;
}
#section-kmt .kmt-head {
  color: #39aa5e;
}
#section-kmt .kmt-time a:hover {
  color: #63b86b;
}
#section-kmt .kmt-time i {
  color: #39aa5e;
}
/*---=== Contacts ===---*/
.contact_details .icons-marker {
  color: #39aa5e;
}
.btn.clear {
  background: #ffffff;
  border-color: #ececec;
  color: #333333;
}
.btn.clear:hover {
  background: #39aa5e;
  border-color: #39aa5e;
  color: #ffffff;
}
/*---=== Search ===---*/
.label-info,
.badge-info {
  background: #63b86b;
}
/*---=== Login ===---*/
#form-login .control-group .controls:after {
  color: #63b86b;
}
#form-login .btn.register {
  background: #ffffff;
  border-color: #ececec;
  color: #333333;
}
#form-login .btn.register:hover {
  background: #39aa5e;
  color: #ffffff;
  border-color: #39aa5e;
}
/*---=== Register ===---*/
#member-registration .btn-primary.cancel,
#member-profile .btn-primary.cancel {
  background: #ffffff;
  border-color: #ececec;
  color: #333333;
}
#member-registration .btn-primary.cancel:hover,
#member-profile .btn-primary.cancel:hover {
  background: #39aa5e;
  border-color: #39aa5e;
  color: #ffffff;
}
/*---=== Profile ===---*/
.page_profile .dl-horizontal dt {
  color: #63b86b;
}
.btn_next i {
  color: #63b86b;
}
.btn_next i:hover {
  background: #63b86b;
  border-color: #63b86b;
}
.social-links li a:hover i {
  background: #63b86b;
}
.moduletable.blog .item_createdby,
.moduletable.blog .item_published {
  color: #63b86b;
}
.mod_tm_instagram ul li a:after {
  background: #63b86b;
}
.mod-menu .nav.menu.nav-pills > li.active > a {
  background: #63b86b;
}
#back-top a {
  color: #63b86b;
  border: 2px solid #63b86b;
}
#back-top a:hover {
  color: #ffffff;
  background: #63b86b;
}
/*---=== Testimonials ===---*/
blockquote:before {
  color: #63b86b;
}
/*===== FAQ Page ======*/
.page-category__faqs .item_title span.item_title_part0 {
  color: #63b86b;
}
/*---=== Caroufredsel ===---*/
.caroufredsel_prev:hover,
.caroufredsel_next:hover {
  color: #63b86b;
}
.link_color,
blockquote span.author {
  color: #63b86b;
}
/*---=== Megamenu ===---*/
.icemegamenu > ul > li > a.iceMenuTitle {
  color: #ffffff;
}
.icemegamenu > ul > li > a.iceMenuTitle:hover,
.icemegamenu > ul > li > a.iceMenuTitle.icemega_active {
  color: #ffffff;
}
.icemegamenu > ul > li.hover > a.iceMenuTitle {
  color: #ffffff;
}
.icemegamenu .ice_menu .iceModuleTile {
  background: #63b86b;
  color: #ffffff;
}
div.icemegamenu ul#icemegamenu li.active a.icemega_active > span.icemega_title {
  color: #ffffff;
}
/* Submenu */
ul.icesubMenu {
  background: #ffffff;
}
ul.icesubMenu li a.iceMenuTitle {
  color: #333333;
}
ul.icesubMenu li.active > a.iceMenuTitle,
ul.icesubMenu li:hover > a.iceMenuTitle,
ul.icesubMenu li.hover > a.iceMenuTitle {
  color: #ffffff;
  background: #63b86b;
}
/*---=== Kunena ===---*/
#Kunena #ktab li#current span {
  color: #63b86b;
}
#Kunena #ktab li:hover a,
#Kunena #ktab li:hover span {
  color: #63b86b;
}
#Kunena #ktab li a,
#Kunena #ktab li span {
  color: #333333;
}
#Kunena .kblock div.kheader {
  color: #63b86b;
}
#Kunena .kblock div.kheader > span a:hover {
  color: #333333;
}
#Kunena .k-profile .kheader a.kwho-admin {
  color: #ffffff !important;
}
#Kunena .kwhoicon:before,
#Kunena .kstatsicon:before,
#Kunena .kcol-ktopicicon a:before,
#Kunena .kcol-ktopicicon.unanswered a:before,
#Kunena .kicon-profile-location:before,
#Kunena .kicon-profile-gender-male:before,
#Kunena .kicon-profile-birthdate:before,
#Kunena div.kiconrow .kicon-profile:before,
#Kunena .kicon-profile-email:before {
  color: #63b86b;
}
#Kunena #kprofile-tabs dl.tabs dt.open,
#Kunena #kprofile-edit dl.tabs dt.open,
#Kunena #kprofile-tabs dl.tabs dt:hover,
#Kunena #kprofile-edit dl.tabs dt:hover {
  color: #63b86b;
}
#Kunena .kwhoonline strong,
#Kunena ul#kstatslistleft li strong,
#Kunena ul#kstatslistright li strong {
  color: #63b86b;
}
#Kunena div.klist-actions-info-all {
  color: #63b86b;
}
#Kunena fieldset legend {
  color: #333333;
}
#Kunena .kadvsearch .btn + .btn {
  background: #ffffff;
  color: #333333;
  border-color: #ececec;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#Kunena div.kmsg-header span.kmsgtitle {
  color: #333333;
}
#Kunena span.kcat-topics-number,
#Kunena span.ktopic-views-number {
  background: #63b86b;
}
#Kunena span.kcat-replies-number {
  background: #39aa5e;
}
#Kunena div.kstats-bar div.bar {
  background-color: #69c15b;
  background-image: -moz-linear-gradient(left, #39aa5e, #69c15b);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#39aa5e), to(#69c15b));
  background-image: -webkit-linear-gradient(left, #39aa5e, #69c15b);
  background-image: -o-linear-gradient(left, #39aa5e, #69c15b);
  background-image: linear-gradient(to right, #39aa5e, #69c15b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff39aa5e', endColorstr='#ff69c15b', GradientType=1);
}
#Kunena td.klist-actions-info-all {
  color: #63b86b;
}
#Kunena div.klatest-subject-by:before {
  color: #39aa5e;
}
#Kunena span.klatest-subject-time:before,
#Kunena span.ktopic-date:before {
  color: #39aa5e;
}
/*---=== Olark ===---*/
#habla_window_div #habla_topbar_div {
  background: #63b86b !important;
}
#habla_window_div .habla_offline_submit_input {
  background: #39aa5e !important;
  color: #ffffff !important;
  border-color: transparent !important;
  text-shadow: none !important !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#habla_window_div .habla_offline_submit_input:hover,
#habla_window_div .habla_offline_submit_input:active,
#habla_window_div .habla_offline_submit_input:focus,
#habla_window_div .habla_offline_submit_input.active,
#habla_window_div .habla_offline_submit_input.selected {
  color: #333333 !important;
  background: #ffffff !important;
}
/*---=== Login Sidebar ===---*/
div#fixed-sidebar-right .moduletable.login {
  background: #39aa5e;
  color: #ffffff;
}
div#fixed-sidebar-right .moduletable.login > i.fa-user {
  background: #39aa5e;
  color: #ffffff;
}
div#fixed-sidebar-right .moduletable.login .input-prepend span.add-on span {
  color: #63b86b;
}
div#fixed-sidebar-right .moduletable.login .mod-login_submit .btn {
  border-color: #69c15b;
}
div#fixed-sidebar-right .moduletable.login .mod-login_submit .btn:active,
div#fixed-sidebar-right .moduletable.login .mod-login_submit .btn:focus {
  border-color: #69c15b;
}
div#fixed-sidebar-right .moduletable.login .mod-login_submit .btn:active:hover,
div#fixed-sidebar-right .moduletable.login .mod-login_submit .btn:focus:hover,
div#fixed-sidebar-right .moduletable.login .mod-login_submit .btn:active.active,
div#fixed-sidebar-right .moduletable.login .mod-login_submit .btn:focus.active,
div#fixed-sidebar-right .moduletable.login .mod-login_submit .btn:active.selected,
div#fixed-sidebar-right .moduletable.login .mod-login_submit .btn:focus.selected {
  border-color: #69c15b;
}
div#fixed-sidebar-right .moduletable.login .mod-login_submit .btn:hover,
div#fixed-sidebar-right .moduletable.login .mod-login_submit .btn.active,
div#fixed-sidebar-right .moduletable.login .mod-login_submit .btn.selected {
  border-color: #69c15b;
}
div#fixed-sidebar-right .moduletable.login .mod-login_submit button.btn-primary {
  background: #69c15b;
}
div#fixed-sidebar-right .moduletable.login .mod-login_submit a.btn-primary:hover {
  background: #69c15b;
}
div#fixed-sidebar-right .moduletable.login .logout-button button.btn-primary {
  border-color: #69c15b;
  background: #69c15b;
}
div#fixed-sidebar-right .moduletable.login .logout-button button.btn-primary:active,
div#fixed-sidebar-right .moduletable.login .logout-button button.btn-primary:focus {
  border-color: #69c15b;
}
div#fixed-sidebar-right .moduletable.login .logout-button button.btn-primary:active:hover,
div#fixed-sidebar-right .moduletable.login .logout-button button.btn-primary:focus:hover,
div#fixed-sidebar-right .moduletable.login .logout-button button.btn-primary:active.active,
div#fixed-sidebar-right .moduletable.login .logout-button button.btn-primary:focus.active,
div#fixed-sidebar-right .moduletable.login .logout-button button.btn-primary:active.selected,
div#fixed-sidebar-right .moduletable.login .logout-button button.btn-primary:focus.selected {
  border-color: #69c15b;
}
div#fixed-sidebar-right .moduletable.login .logout-button button.btn-primary:hover,
div#fixed-sidebar-right .moduletable.login .logout-button button.btn-primary.active,
div#fixed-sidebar-right .moduletable.login .logout-button button.btn-primary.selected {
  border-color: #69c15b;
}
@media (max-width: 767px) {
  .icemegamenu > ul > li > a.iceMenuTitle {
    color: #333333;
  }
  .icemegamenu > ul > li > a.iceMenuTitle:hover,
  .icemegamenu > ul > li > a.iceMenuTitle.icemega_active,
  .icemegamenu > ul > li.hover > a.iceMenuTitle {
    background: #39aa5e !important;
  }
}
/*---=== Offline Page ===---*/
.offline_container .well {
  background-color: #69c15b;
  background-image: -moz-linear-gradient(left, #39aa5e, #69c15b);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#39aa5e), to(#69c15b));
  background-image: -webkit-linear-gradient(left, #39aa5e, #69c15b);
  background-image: -o-linear-gradient(left, #39aa5e, #69c15b);
  background-image: linear-gradient(to right, #39aa5e, #69c15b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff39aa5e', endColorstr='#ff69c15b', GradientType=1);
}
.offline_container .well .btn-primary {
  background: #ffffff;
  border-color: #ececec;
  color: #333333;
}
.offline_container .well .btn-primary:hover {
  background: #39aa5e;
  border-color: #39aa5e;
  color: #ffffff;
}
