@import url(http://fonts.googleapis.com/css?family=PT+Sans);  

/* --------------------------------------------- 

* Filename:     style.css
* Version:      1.0.0 (2015-03-08)
* Website:      http://www.zymphonies.com
                http://www.freebiezz.com
* Description:  System Styles
* Author:       Zymphonies Dev Team
                info@zymphonies.com

-----------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border:0;
  font:inherit;
  font-size:100%;
  margin:0;
  padding:0;
  vertical-align:baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display:block;
}
ol, ul {
  list-style:none;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
.clear {
  clear:both;
  display:block;
  height:0;
  overflow:hidden;
  visibility:hidden;
  width:0;
}
.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  height:0;
  line-height:0;
  visibility:hidden;
  width:0;
}
* html .clear {
  height:1%;
}
* {
  box-sizing:border-box;
  moz-box-sizing:border-box;
  webkit-box-sizing:border-box;
}
body {
  background:url(../images/body-bg.png);
  color:#666;
  font-family:'PT Sans', sans-serif;
  font-size:15px;
  line-height:170%;
}
a {
  color:#18BC9C;
  text-decoration:none;
}
a:hover {
  color:#18BC9C;
  text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
  color:#2F353E;
  font-family:'PT Sans', sans-serif;
  font-weight:normal;
  margin-bottom:6px;
}
h1 {
  font-size:22px;
}
h2 {
  font-size:18px;
}
h3 {
  font-size:16px;
}
h4 {
  font-size:14px;
}
p {
  color:#535353;
  margin-bottom:15px;
}
table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom:15px;
  width:100%;
}
th, tr, td {
  vertical-align:middle;
}
.sticky-header th, .sticky-table th {
  border-bottom:3px solid #ccc;
  padding-right:1em;
  text-align:left;
}
table {
  background:#ececec;
  border:1px solid #bbbbbb;
}
th {
  background:#2E3D4A;
  border-right:1px solid #c8c7c7;
  color:#fff;
  font-weight:bold;
  padding:10px;
}
td {
  background:#FFF;
  border:1px solid #DBDBDB;
  color:#747474;
  padding:10px;
  text-align:left;
}
code {
  background:rgb(250, 250, 250);
  border:1px solid #bbbbbb;
  border-radius:7px;
  display:block;
  margin:5px 0;
  padding:7px;
  text-shadow:1px 1px #fff;
}
mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration:line-through;
}
hr {
  border:none;
  border-top:#EEE 1px solid;
}
dt {
  font-weight:bold;
  margin-bottom:24px;
}
dd {
  margin-bottom:24px;
  margin-left:30px;
}
ul {
  list-style-type:disc;
  margin-bottom:12px;
  margin-left:25px;
}
ul ul {
  list-style-type:square;
  margin-bottom:0;
}
ul ul ul {
  list-style-type:circle;
}
ol {
  list-style-type:decimal;
  margin-bottom:24px;
  margin-left:30px;
}
ol ol {
  list-style:upper-alpha;
  margin-bottom:0;
}
ol ol ol {
  list-style:lower-roman;
}
ol ol ol ol {
  list-style:lower-alpha;
}
abbr, acronym {
  border-bottom:#999 1px dotted;
  cursor:help;
}
big {
  font-size:1.3em;
}
cite, em {
  font-style:italic;
}
ins {
  background-color:#fdfc9b;
  text-decoration:none;
}
pre {
  background:#d8d8d8;
  border:1px solid #bbbbbb;
  border-radius:7px;
  margin:5px 0;
  padding:7px;
  text-shadow:1px 1px #fff;
}
blockquote, q {
  background:rgb(250, 247, 247) url(../images/quote.png) no-repeat;
  border:1px solid rgb(226, 220, 220);
  border-radius:7px;
  margin:5px 0;
  padding:10px 5px 5px 47px;
  quotes:none;
  text-shadow:1px 1px #fff;
}
blockquote:before, blockquote:after, q:before, q:after {
  content:'';
  content:none;
}
strong {
  font-weight:bold;
}
sup, sub {
  font-size:10px;
  height:0;
  line-height:1;
  position:relative;
  vertical-align:baseline;
}
sup {
  bottom:1ex;
}
sub {
  top:.5ex;
}
img, video {
  height:auto;
  max-width:100%;
}
video {
  display:block;
}
audio {
  max-width:100%;
}
b {
  color:#333;
  font-weight:bold;
}
.content-wrap {
  overflow:hidden;
  padding:30px 0 0 0;
}
.not-front .content-wrap {
  background:#fff;
  padding:30px;
}
aside header {
  text-align:center;
}
.front .region-content {
  overflow:hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.front .region-content article {
  background:#FFF;
  border:1px solid #eee;
  float:left;
  margin:10px;
  padding:15px;
  width:31.4%;
}
header.siteheader {
  font-size:26px;
  padding:100px 0;
  text-align:center;
}
h1#site-title {
  font-size:38px;
  margin:20px 0;
}
h1#site-title a {
  display:block;
  font-size:32px;
  margin:10px 0;
}
#site-description {
  font-size:18px;
  margin:5px 0;
}
.container-wrap {
  margin:0px auto;
  max-width:1024px;
  overflow:hidden;
}
.content-sidebar-wrap {
  float:left;
  width:100%;
} 
.content-sidebar-wrap #content {
  display:inline;
  float:right;
  margin-bottom:10px;
  width:100%;
}
#sidebar-first {
  float:left;
}
#sidebar-second {
  float:right;
}
aside .block {
  padding:10px 0;
}
aside #user-login-form input.form-text {
  width:90%;
}
body.two-sidebars .content-sidebar-wrap {
  width:79%;
}
body.two-sidebars #content {
  width:73%;
}
body.two-sidebars #sidebar-first {
  width:24%;
}
body.two-sidebars #sidebar-second {
  width:19%;
}
body.sidebar-first .content-sidebar-wrap {
  width:100%;
}
body.sidebar-first #content {
  width:73%;
}
body.sidebar-first #sidebar-first {
  width:24%;
}
body.sidebar-second .content-sidebar-wrap {
  width:75%;
}
body.sidebar-second #content {
  width:100%;
}
body.sidebar-second #sidebar-second {
  width:22%;
}
.page-wrap {
  margin:0 auto;
  max-width:1024px;
}
#content {
  padding:0 5px;
}
.breadcrumb {
  border-bottom:#eee 1px solid;
  margin:10px 0px;
  margin-bottom:10px;
}
.node {
  margin:20px 0;
}
.node h2.title, .page-title {
  font-size:18px;
  margin-bottom:20px;
}
.node h2.title a {
  color:#000;
}
.block {
  margin-bottom:2%;
}
.block:last-child {
  margin:0;
}
.block > h2 {
  margin:10px 0;
  overflow:hidden;
}
#footer-area ul.menu li a.active {
  color:#ddd;
}
.submitted {
  background:rgb(247, 247, 247);
  border:1px solid rgb(236, 236, 236);
  border-radius:4px;
  clear:both;
  color:rgb(56, 56, 56);
  display:inline-block;
  font-size:12px;
  margin-bottom:5px;
  moz-border-radius:4px;
  padding:2px 8px;
  webkit-border-radius:4px;
}
ul.links {
  margin:0;
}
.form-submit {
  cursor:pointer;
}
input.form-checkbox, input.form-radio {
  vertical-align:baseline;
}
.form-text {
  max-width:100%;
  padding:10px;
}
.item-list ul {
  margin:0;
  padding:0;
}
ul.inline {
  clear:both;
}
.tabs-wrapper {
  border-bottom:1px solid #b7b7b7;
  margin:0 0 5px 0;
}
ul.primary {
  border:none;
  margin:0;
  overflow:hidden;
  padding:0;
}
ul.primary li {
  float:left;
}
ul.primary li a {
  background:none;
  border:none;
  border-radius:4px 4px 0 0;
  display:block;
  float:left;
  line-height:1.5385em;
  margin:0;
  margin-right:5px;
  padding:0 1em;
}
ul.primary li a:hover, ul.primary li a.active {
  background:#666;
  border:none;
  color:#fff;
}
ul.primary li a:hover {
  background:#888;
  text-decoration:none;
}
ul.secondary {
  background:#666;
  border-bottom:none;
  clear:both;
  margin:0;
  padding:0;
}
ul.secondary li {
  border-right:none;
}
ul.secondary li a, ul.secondary li a:link {
  border:none;
  color:#ccc;
  display:block;
  float:left;
  line-height:1.5385em;
  padding:0 1em;
}
ul.secondary li a:hover, ul.secondary li a.active {
  background:#888;
  color:#fff;
  text-decoration:none;
}
ul.secondary a.active {
  border-bottom:none;
}
.field-name-field-tags {
  margin:0 0 10px 0;
}
.field-name-field-tags a {
  background:url(../images/tag.png) no-repeat;
  border-radius:2px;
  display:inline-block;
  font-size:12px;
  height:22px;
  padding:0px 8px 0 16px;
  text-shadow:1px 1px #fff;
}
.field-name-field-tags .field-item {
  margin:0 1em 0 0;
}
.field-name-field-tags div {
  display:inline;
}
.profile {
  margin:1.5385em 0;
}
.profile dd {
  margin-bottom:1.5385em;
}
.profile h3 {
  border:none;
}
.profile dt {
  margin-bottom:0;
}
.password-parent {
  width:36em;
}
.item-list .pager li {
  background:#cfcfcf;
  border-radius:3px;
  margin-right:4px;
  text-shadow:1px 1px #fff;
}
img {
  outline:0;
}
img.scale-with-grid {
  height:auto;
  max-width:100%;
}
fieldset {
  background:#ffffff;
  border:1px solid #cccccc;
  border-radius:4px;
  khtml-border-radius:4px;
  margin-bottom:32px;
  margin-top:10px;
  moz-border-radius:4px;
  padding:0 0 10px;
  position:relative;
  top:12px;
  webkit-border-radius:4px;
}
.fieldset-wrapper {
  margin-top:25px;
}
.node-form .vertical-tabs .fieldset-wrapper {
  margin-top:0;
}
.filter-wrapper {
  border-radius:0;
  moz-border-radius:0;
  padding:1em 0 0.2em;
  top:0;
  webkit-border-radius:0;
}
.filter-help a {
  font-size:0.857em;
  padding:2px 20px 0;
}
.filter-wrapper .form-item label {
  margin-right:10px;
}
.filter-wrapper .form-item {
  padding:0 0 0.5em 0.5em;
}
.filter-guidelines {
  padding:0 1.5em 0 0.5em;
}
fieldset.collapsed {
  background:transparent;
  border-radius:0;
  khtml-border-radius:0;
  moz-border-radius:0;
  webkit-border-radius:0;
}
fieldset legend {
  background:#dbdbdb;
  border:1px solid #ccc;
  border-bottom:none;
  display:block;
  height:2em;
  left:-1px;
  line-height:2;
  padding:0;
  position:absolute;
  text-indent:10px;
  text-shadow:0 1px 0 #fff;
  top:-12px;
  width:100%;
}
fieldset.collapsed legend {
  border-radius:4px;
  khtml-border-radius:4px;
  moz-border-radius:4px;
  webkit-border-radius:4px;
}
fieldset .fieldset-wrapper {
  padding:0 10px;
}
fieldset .fieldset-description {
  font-style:italic;
  line-height:1.4;
  margin-bottom:1em;
  margin-top:5px;
}
input {
  margin:2px 0;
  padding:5px;
}
textarea.form-textarea, select.form-select {
  padding:4px;
}
input.form-text, 
textarea.form-textarea, 
select.form-select {
  border:1px solid #ccc;
  border-radius:3px;
  khtml-border-radius:3px;
  moz-border-radius:3px;
  webkit-border-radius:3px;
}
.grippie {
  display:none;
}
.form-item, .form-actions {
  margin:10px 0;
}
.form-actions .form-submit {
  margin-right:3px;
}
.form-type-radio label, .form-type-checkbox label {
  margin-left:4px;
}
.form-type-radio .description, .form-type-checkbox .description {
  margin-left:2px;
}
button,
body a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background:#eee;
  border:1px solid #ddd;
  color:#444;
  display:inline-block;
  line-height:100%;
  padding:12px 20px;
}
button:hover,
body a.btn:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-color:#18BC9C;
  color:#fff;
  text-decoration:none;
}
a.read_more {
  background:#00AC00;
  border:0 !important;
  margin:10px 0;
  padding:5px 9px;
  text-decoration:none;
}
a.read_more:hover {
  background:green;
}
ol.search-results {
  padding-left:0;
}
.search-results li {
  border-bottom:1px solid #d3d7d9;
  margin-bottom:0.5em;
  padding-bottom:0.4285em;
}
.search-results li:last-child {
  border-bottom:none;
  margin-bottom:1em;
  padding-bottom:none;
}
.search-results .search-snippet-info {
  padding-left:0;
}
.top_right .region-search {
  float:right;
  margin:6% 0;
}
.top_right .region-user-menu ul.menu {
  float:right;
}
.search_block {
  margin:9px 0;
  overflow:hidden;
}
.top_right .region-user-menu {
  overflow:hidden;
  width:100%;
}
.top_right ul.menu li a.active {
  color:#6CDCFF;
}
#footer {
#  background:#232323;
 # margin:30px auto 0 auto;
 # overflow:auto;
}
.contactwrap {
  color:#fff;
  overflow:hidden;
}
.contactwrap .form-submit {
  background:#18BC9C;
  border:0;
  color:#fff;
}
.contactwrap .form-submit:hover {
  background:#2CD8B7;
}
#footer_wrapper {
  margin:20px auto;
  max-width:1024px;
}
#copyright {
 # margin:0 30px 30px 30px;
 #  overflow:hidden;
}
#copyright > div {
 #  color:#838383;
  #float:left;
  #text-align:center;
}
#copyright .credits {
  #float:right;
}
#footer-area .column {
  float:left;
  margin:0 0 0% 1%;
  padding:1%;
  width:24.2%;
}
#footer-area .column:first-child {
  margin-left:0;
}
.footer_inner_credit {
  margin:10px auto;
}
.social-media-wrap {
  overflow:hidden;
}
.social-icons {
  text-align:center;
}
.social-icons ul {
  margin:0;
}
.social-icons li {
  display: inline-block;
}
.social-icons li a {
  background:#E7E7E7;
  border-radius:50%;
  color:#777;
  display:block;
  font-size:23px;
  height:45px;
  margin:2px;
  overflow:hidden;
  padding:10px 7px;
  width:45px;
}
.social-icons li a:hover {
  background:#fff;
  color:#000;
}
.region-user-menu h2 {
  display:none;
}
.region-user-menu ul li {
  background:none;
  border-right:1px solid #636363;
  display:inline-block;
  line-height:100%;
  padding:0 10px;
}
.region-user-menu ul li.last {
  border:0;
  padding-right:0;
}
.footer_block {
  clear:both;
}
#footer .block > h2 {
  color:#fff;
  padding:0 0 10px 0;
}
.bottom_widget #footer-area .column {
  width:32.5%;
}
.top_widget #footer-area .column {
  width:49.5%;
}
.page-blog article {
  border-bottom:1px solid #F0F0F0;
  margin-bottom:20px;
  padding-bottom:20px;
}
.page-blog article footer {
  border:1px solid #E7E7E7;
  padding:10px 15px;
}
.field-name-field-tag {
  margin:20px 0;
  overflow:hidden;
}
.field-name-field-tag .field-item {
  display:inline-block;
}
.field-name-field-tag .field-item a {
  background:#5183AF;
  border-radius:3px;
  color:#FFF;
  display:block;
  margin:2px;
  padding:4px 8px;
}
.user-menu-wrapper {
  background:#333;
  overflow:hidden;
  width:100%;
}
.user-menu-wrapper ul.menu {
  float:right;
  margin:0;
  text-align:right;
}
.user-menu-wrapper ul.menu li {
  background:none;
  border-color:#383838;
  float:left;
  margin:0;
  padding:0;
}
.user-menu-wrapper ul.menu li a {
  color:#eee;
  display:block;
  font-size:12px;
  padding:5px 13px;
}
.user-menu-wrapper ul.menu li a:hover {
  color: #999;
  text-decoration:none;
}
.full-wrap {
  margin:0 auto;
  max-width:1024px;
}
#footer .column li {
  border-bottom:1px solid #C0C0C0;
  box-shadow:0px 1px 0px #FAFAFA;
  display:block;
}
#footer .column li a {
  display:block;
  padding:6px 0;
}
#footer .column li:last-child {
  border:0;
  box-shadow:none;
}
#footer ul {
  margin:0;
}
.feature {
  text-align:center;
}
.feature .fa {
  border-radius:50%;
  font-size:58px;
  height:110px;
  margin:0 auto;
  margin:3% 0;
  padding:26px;
  text-align:center;
  width:110px;
}
#user-login,
#user-pass,
#user-register-form {
  background:white;
  border:1px solid #DDD;
  margin:2% auto;
  max-width:500px;
  padding:2% 3%;
}
div.error,
div.status,
div.warning {
  background:#FEF5F1;
  border-color:#EC7F58;
  border-radius:3px;
  padding:15px 20px;
}
div.status {
  background:#F8FFF0;
  border-color:#BE7;
}
div.warning {
  background-color:#FFFCE5;
  border-color:#ED5;
}
.front article {
  text-align:center;
}
.front article footer {
  background:#eee;
  font-size:13px;
  padding:9px;
}
.comment {
  background:#FDFDFD;
  border-radius:3px;
  box-shadow:3px 3px 0 #eee;
  padding:20px;
}
#comments h2.title {
  margin-bottom:20px;
}
.comment div.user-picture img {
  margin-left:0;
}
.comment {
  display:table;
  margin-bottom:20px;
  vertical-align:top;
}
.comment-time {
  font-size:12px;
  font-style:italic;
  margin:0 0 8px 0;
}
.comment .attribution {
  display:table-cell;
  overflow:hidden;
  padding:0;
  vertical-align:top;
  width:17%;
}
.comment .attribution img {
  border:1px solid #d3d7d9;
  margin:0;
}
.comment .attribution .username {
  white-space:nowrap;
}
.comment .comment-submitted p {
  font-size:1.071em;
  line-height:1.2;
  margin:4px 0;
}
.comment .comment-submitted .comment-time {
  font-size:0.786em;
}
.comment .comment-submitted .comment-permalink {
  font-size:0.786em;
  text-transform:lowercase;
}
.comment .content {
  font-size:0.929em;
  line-height:1.6;
}
.comment .comment-arrow {
  background:url(../images/comment-arrow.gif) no-repeat 0 center transparent;
  border-left:1px solid;
  border-right:1px solid;
  height:40px;
  margin-left:-36px;
  margin-top:15px;
  position:absolute;
  width:20px;
}
.comment .comment-text {
  display:table-cell;
  padding:0 10px 10px 10px;
  position:relative;
  vertical-align:top;
  width:100%;
}
.comment .indented {
  margin-left:40px;
}
.comment-unpublished {
  margin-right:5px;
  padding:5px 2px 5px 5px;
}
.comment .comment-text .comment-arrow {
  border-left:1px solid #ffffff;
  border-right:1px solid #ffffff;
}
.front-blocks {
  overflow:hidden;
}
.front-blocks h2 {
  font-size:22px;
  font-weight:bold;
}
.front-blocks .region {
  overflow:hidden;
}
.frontblockwrap {
  background:#fff;
  margin:20px 0;
  overflow:hidden;
}
.frontblockwrap >.region {
  overflow:hidden;
}
.frontblockwrap >.region >.block {
  margin:50px auto;
  max-width:1024px;
  overflow:hidden;
  padding:0 20px;
  text-align:center;
}
.front-blocks li {
  list-style-position:inside;
}
.frontuniqueblocks1 {
  background:#18BC9C;
}
.frontuniqueblocks1 * {
  color:#fff;
}
.frontuniqueblocks2 >.block {
  margin:50px auto;
  padding:50px;
}
.frontuniqueblocks5 {
  background:#BAF5D9;
}
.frontblockwrap.whowewrap >.region {
  float:left;
  margin:0;
  width:50%;
}
.not-front h1#site-title {
  margin:0;
}
.not-front header.siteheader {
  font-size:12px;
  margin:0;
  padding:10px 0;
}
.not-front h1#site-title a {
  font-size:22px;
  margin:0;
}
.menu_wrapper {
  width:100%;
}
.menu-wrap {
  background:#FFF;
  border-bottom:1px solid #E5E5E5;
}
#main-menu {
  position:relative;
}
#main-menu ul {
  list-style:none;
  margin:0;
  text-align:center;
}
#main-menu li {
  display:inline-block;
  position:relative;
  vertical-align:top;
}
#main-menu a {
  color:#999;
  display:block;
  font-size:13px;
  font-weight:500;
  line-height:100%;
  margin:0;
  padding:25px 20px;
  text-decoration:none;
  text-transform:uppercase;
  white-space:nowrap;
}
#main-menu li a.active {
  color:#18BC9C;
}
#main-menu li:hover >a {
  color:#18BC9C;
}
#main-menu li li.expanded >a {
  background-image:url(../images/arrow.png);
  background-position:right;
  background-repeat:no-repeat;
  padding-right:30px;
}
#main-menu ul li:first-child {
  padding-left:0;
}
#main-menu li li {
  float:none;
  margin:0;
  min-width:168px;
  padding:0;
  position:relative;
}
#main-menu li ul ul {
  left:168px;
  top:0;
}
#main-menu li li a {
  background:#FFF;
  border-radius:0;
  border-top:1px solid #eee;
  border-width:1px 0 0 0;
  margin:0;
  min-width:150px;
  overflow:hidden;
  padding:18px 15px;
  text-align:left;
}
#main-menu li ul {
  display:none;
  margin:0;
  overflow:visible !important;
  padding:0;
  position:absolute;
  z-index:9999;
}
#main-menu li:hover > ul,
#main-menu li li:hover > ul,
#main-menu li li li:hover > ul {
  display:block;
}
#main-menu li.expanded, 
#main-menu li.collapsed,
li.leaf {
  margin:0;
  padding:0;
}
.drop-down-toggle {
  display:none;
  height:35px;
  position:absolute;
  right:5px;
  top:5px;
  width:35px;
}
.drop-down-arrow {
  border-left:rgba(0, 0, 0, 0) 10px solid;
  border-right:rgba(0, 0, 0, 0) 10px solid;
  border-top:10px solid #FFF;
  display:block;
  height:0;
  margin:11px 0 0 11px;
  width:0;
}
#main-menu .nav-toggle {
  display:none;
}

/*Orange color scheme*/

.orangecolor a {
  color:#EA5639;
}
.orangecolor a:hover {
  color:#ff7256;
}
.orangecolor .frontuniqueblocks1 {
  background:#ff7256;
}
.orangecolor #main-menu li a.active {
  color:#ff7256;
}
.orangecolor #main-menu li:hover >a {
  color:#ff7256;
}
.orangecolor button:hover, 
body.orangecolor a.btn:hover, 
.orangecolor input[type="submit"]:hover, 
.orangecolor input[type="reset"]:hover, 
.orangecolor input[type="button"]:hover {
  background-color:#ff7256;
}
.orangecolor .contactwrap .form-submit {
  background-color:#ff7256;
}

/*Green color scheme*/

.greencolor a {
  color:#17A317;
}
.greencolor a:hover {
  color:#22B322;
}
.greencolor .frontuniqueblocks1 {
  background:#22B322;
}
.greencolor #main-menu li a.active {
  color:#22B322;
}
.greencolor #main-menu li:hover >a {
  color:#22B322;
}
.greencolor button:hover, 
body.greencolor a.btn:hover, 
.greencolor input[type="submit"]:hover, 
.greencolor input[type="reset"]:hover, 
.greencolor input[type="button"]:hover {
  background-color:#22B322;
}
.greencolor .contactwrap .form-submit {
  background-color:#22B322;
}

/*Red color scheme*/

.redcolor a {
  color:#ED2121;
}
.redcolor a:hover {
  color:#F93A3A;
}
.redcolor .frontuniqueblocks1 {
  background:#F93A3A;
}
.redcolor #main-menu li a.active {
  color:#F93A3A;
}
.redcolor #main-menu li:hover >a {
  color:#F93A3A;
}
.redcolor button:hover, 
body.redcolor a.btn:hover, 
.redcolor input[type="submit"]:hover, 
.redcolor input[type="reset"]:hover, 
.redcolor input[type="button"]:hover {
  background-color:#F93A3A;
}
.redcolor .contactwrap .form-submit {
  background-color:#F93A3A;
}