@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700);

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

* Filename:     rainbow.css
* Version:      1.0.0 (2014-10-01)
* Website:      http://www.domain.com
                http://www.domain.com
* Description:  System Styles
* Author:       Dev Team
                info@domain.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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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 Floated Elements */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clear:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

* html .clear {
  height: 1%;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-size: 13px;
  line-height: 150%;
  background: #fff;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #24A1E4;
  text-decoration: none;
}

a:hover, a:focus {
  color: #09547f;
  text-decoration: none;
}

li a.active {
  color: #8D8C8C;
}

h1, h2, h3, h4, h5, h6 {
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  margin-bottom: 6px;
  line-height: 125%;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 18px;
}

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;
}

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-left: 30px;
  margin-bottom: 24px;
}

ul {
  list-style-type: disc;
  margin-left: 15px;
  margin-bottom: 12px;
}

ul ul {
  list-style-type: square;
  margin-bottom: 0;
}

ul ul ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
  margin-left: 30px;
  margin-bottom: 24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom: 0;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

big {
  font-size: 1.3em;
}

cite,
em {
  font-style: italic;
}

ins {
  background-color: #fdfc9b;
  text-decoration: none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote, q {
  quotes: none;
  border: 1px solid #ECECEC;
  background: #FCFCFC url(../images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

strong, b {
  font-weight: 600;
}

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 10px;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

img, video {
  max-width: 100%;
  height: auto;
}

video {
  display: block;
}

audio {
  max-width: 100%;
}

.content a img {
  padding: 3px;
  box-shadow: 0 0 3px #EEE;
  background: #FFF;
  border: #EEE 1px solid;
}

.content a:hover img {
  background: #F7F7F7;
}

/*
  Theme Design, Layout and Typography
*/

#header_wrapper {
  position: relative;
}

.not-front #header_wrapper {
  margin-bottom: 15px;
}

.static-header {
  position: absolute;
  top: 0;
  z-index: 99;
  background: rgb(79, 79, 79);
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
}

.not-front .static-header,
.maintenance-page .static-header {
  position: static;
}

.brand-wrap {
  float: left;
  margin: 4px 0;
}

.search-wrap {
  float: right;
  margin: 11px 0;
}

.menu-wrapper {
  float: right;
}

#header {
  max-width: 1024px;
  margin: 0 auto;
}

.hero-banner .block {
  margin: 0;
}

input:focus {
  outline-color: #F8DDD9;
}

#logo {
  float: left;
}

#logo img {
  display: block;
}

#site-title a,
#site-description {
  color: #fff;
  font-weight: 300;
}

#site-title {
  float: left;
  margin: 0 5px 0 8px;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
}

#site-title a {
  display: block;
  line-height: 100%;
}

#site-description {
  color: #9B9B9B;
  margin: 0;
  clear: both;
  font-size: 11px;
  line-height: 100%;
}

.welcome-message {
  position: absolute;
  top: 40%;
  color: #fff;
  z-index: 9;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.welcome-message .block h2 {
  font-size: 36px;
  color: #fff;
  border: 0;
}

.top-widget-wrap {
  background: #F9F9F9;
  overflow: hidden;
  text-align: center;
  padding: 20px 0;
}

/*TEST*/

.top-widget-wrap img:after {
  content: "";
  position: absolute;
  width: 100%;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  height: 100%;
  left: 0;
  top: 0;
  right: inherit;
  background: rgb(79, 79, 79);
  background: rgba(0, 0, 0, 0.1);
}

/*services*/

.services-widget-wrap {
  background: #F9F9F9;
  overflow: hidden;
  text-align: center;
  margin: 20px 0 0 0;
}

.services-widget-wrap >div {
  padding: 30px;
}

.services-widget-wrap .middle {
  background: #F1F1F1;
}

.image-block-widget-wrap {
  padding: 50px 0;
}

.image-block-widget-wrap .content {
  position: relative;
  overflow: hidden;
}

.image-block-widget-wrap .block-body {
  background: rgb(79, 79, 79);
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: -84px;
  padding: 20px;
  font-size: 14px;
  line-height: 170%;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.image-block-widget-wrap .block:hover .block-body {
  bottom: 0;
}

.image-block-widget-wrap .block-body * {
  color: #fff;
}

.image-block-widget-wrap .block-body p {
  margin: 0;
}

.image-block-widget-wrap .block-image img {
  display: block;
  width: 100%;
}

.highlights-block-widget-wrap {
  text-align: center;
}

/*Main Menu*/

#main-menu {
  max-width: 1024px;
  margin: 0 auto 1px auto;
}

#main-menu ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
}

#main-menu li {
  display: inline-block;
  background: none;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  position: relative;
  *display: inline;
  *zoom: 1;
}

#main-menu a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 18px 23px;
  text-decoration: none;
  font-size: 15px;
}

#main-menu li:hover > a,
#main-menu li a.active {
  color: #A8A8A8;
  text-decoration: none;
}

#main-menu li li:hover > a {
  background-color: #222;
  color: #fff;
}

#main-menu li.expanded li.expanded > a {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: right -33px;
  padding-right: 35px;
}

#main-menu li ul {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 9;
}

#main-menu li li a {
  color: #fff;
  margin: 0;
  background: rgb(79, 79, 79);
  background: rgba(0, 0, 0, 0.6);
  border-top: 1px solid #747474;
  font-size: 13px;
  text-align: left;
  overflow: hidden;
  padding: 11px 14px;
  font-weight: normal;
}

#main-menu li li ul {
  top: 0;
  left: 166px;
}

#main-menu li li {
  min-width: 165px;
  border-right: 0;
  display: block;
}

#main-menu li:hover > ul {
  display: block;
}

/*Mobile Menu*/

#main-menu .nav-toggle {
  display: none;
}

.drop-down-toggle {
  position: absolute;
  top: 10px;
  right: 16px;
  display: none;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  background: #eee;
  border: #ddd 2px solid;
}

.drop-down-arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 8px 0 0 5px;
  border-top: 5px solid #aaa;
  border-left: transparent 5px solid;
  border-right: transparent 5px solid;
}

.wrap {
  margin: 0 auto;
  max-width: 1024px;
  overflow: hidden;
}

.theme-default .nivo-caption {
  font-family: 'Open Sans', sans-serif;
  background: rgb(79, 79, 79);
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 20px 20px 20px 97px;
  color: #fff;
  bottom: 0px;
}

.nivo-caption h2 {
  color: #fff;
}

.nivo-caption p {
  padding-left: 0;
  color: #fff;
}

.slider-wrapper #slider {
  box-shadow: none;
  margin: 0;
}

.theme-default .nivo-controlNav {
  padding: 20px 0 0 0;
  display: none;
}

.content-sidebar-wrap {
  float: left;
  width: 100%;
}

.front .content-sidebar-wrap {
  margin: 10px;
}

.content-sidebar-wrap #content {
  display: inline;
  float: right;
  width: 100%;
}

#sidebar-first {
  color: #888;
  float: left;
}

#sidebar-second {
  color: #888;
  float: right;
}

/* 3 columns */

body.two-sidebars .content-sidebar-wrap {
  width: 79%;
}

body.two-sidebars #content {
  width: 75%;
}

body.two-sidebars #sidebar-first {
  width: 24%;
}

body.two-sidebars #sidebar-second {
  width: 19%;
}

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 75%;
}

body.sidebar-first #sidebar-first {
  width: 22%;
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
  width: 73%;
}

body.sidebar-second #content {
  width: 100%;
}

body.sidebar-second #sidebar-second {
  width: 24%;
}

#post-content {
  overflow: hidden;
}

.breadcrumb {
  margin-bottom: 10px;
  border-bottom: #EEE 1px solid;
  padding: 10px 0 10px 0;
  background: none;
}

#head, #content, #sidebar-second, #sidebar-first {
  margin-top: 10px;
}

.node {
  margin: 20px 0;
}

.node h2.title, .page-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.page-header {
  padding-bottom: 9px;
  margin: 10px 0 20px;
}

aside .block {
  margin-bottom: 10px;
}

.block {
  margin-bottom: 10px;
}

.block > h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0px;
  padding: 0px 0px 7px 0px;
  border-bottom: 1px solid #EEE;
}

.theme-default .nivo-directionNav a {
  opacity: 9 !important;
  background: url(../images/arrows.png) 1px bottom;
}

.nivo-directionNav {
  position: absolute;
  bottom: 44px;
  left: 4px;
}

.theme-default a.nivo-nextNav {
  left: 45px;
}

.theme-default a.nivo-nextNav:hover {
  background-position: 31px top;
}

.theme-default a.nivo-prevNav:hover {
  background-position: left top;
}

.theme-default a.nivo-nextNav {
  background-position: -31px bottom;
}

#footer-area .block > h2 {
  margin-bottom: 10px;
}

#footer-area ul {
  margin: 0;
}

#footer-area ul li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#footer-area ul.menu li a.active {
  color: #ddd;
}

.footer-message h3 {
  color: #999;
  font-size: 16px;
}

.footer-message table,
.footer-message .block {
  margin: 0;
}

.footer-message table tr td:first-child {
  width: 100px;
}

.footer-message p {
  margin: 0;
}

.footer-message .region {
  border: 1px solid #ccc;
  padding: 10px;
}

.submitted {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  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;
  margin-bottom: 5px;
  padding: 2px 8px;
  *display: inline;
  *zoom: 1;
}

.links {
  margin-top: 10px;
  font-size: 14px;
}

ul.links {
  margin: 0;
}

.links li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(245, 245, 245);
  border-radius: 4px;
  color: rgb(141, 141, 141);
  font-weight: normal;
  padding: 4px 8px;
  font-size: 12px;
}

.links li a:hover {
  background: #DDD;
  color: #414141;
}

/*-------------------------------------------*
    Poll, Buttons, Form
/*-------------------------------------------*/

.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-submit {
  cursor: pointer;
  margin: 0 5px 0 0;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  padding: 7px;
  border-radius: 2px;
}

/*-------------------------------------------*
    Menus and item lists 
/*-------------------------------------------*/

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
    Admin Tabs
/*-------------------------------------------*/

.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li {
  float: left;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

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;
}

/*-------------------------------------------*
    Tabs and Tags
/*-------------------------------------------*/

.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a {
  display: inline-block;
  background: url(../images/tag.png) no-repeat;
  padding: 0px 8px 0 16px;
  height: 22px;
  border-radius: 2px;
  font-size: 12px;
  *display: inline;
  *zoom: 1;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

/*-------------------------------------------*
    Profile
/*-------------------------------------------*/

.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
    Navigation
/*-------------------------------------------*/

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  padding: 0;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  *display: inline;
  *zoom: 1;
}

.pager li.pager-current {
  padding: 6px 11px;
  background: #ddd;
}

.item-list .pager li a {
  border-radius: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*-------------------------------------------*
    Forum
/*-------------------------------------------*/

.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(../images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a {
  font-size: 16px;
}

/* Images */

img {
  outline: 0;
}

img.scale-with-grid {
  max-width: 100%;
  height: auto;
}

.comment {
  background: #FAFAFA;
  border: 1px solid #eee;
  margin: 40px 0;
  border-left: 20px solid #eee;
}

.comment .attribution {
  background: #ECECEC;
  overflow: hidden;
}

.comment div.user-picture {
  width: 60px;
  float: left;
}

.comment div.user-picture img {
  display: block;
}

.comment .comment-submitted {
  float: left;
  color: #333;
  padding: 9px 15px;
}

.comment .comment-text {
  padding: 15px 20px;
}

.comment .attribution p {
  margin: 0;
  font-size: 11px;
}

.comment .attribution .commenter-name {
  font-size: 20px;
  margin-bottom: 5px;
}


/* -------------- Form Elements   ------------- */

fieldset {
  background: #FAFAFA;
  border: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  position: relative;
  top: 12px;
  border-bottom: 1px solid #E5E5E5;
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}

.filter-wrapper {
  top: 0;
  padding: 0;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-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;
  margin: 0;
}

.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed {
  background: transparent;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

fieldset legend {
  background: #666;
  position: absolute;
  top: 0px;
  border-bottom: none;
  left: 0;
  padding: 12px 16px;
  font-size: 14px;
  border-radius: 1px 1px 0 0;
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

fieldset legend a {
  color: #fff;
}

fieldset .fieldset-wrapper {
  padding: 45px 10px 0px 10px;
  overflow: hidden;
}

fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  font-style: italic;
}

input {
  padding: 4px;
}

textarea {
  line-height: 1.5;
}

textarea.form-textarea, select.form-select {
 /*padding: 4px;*/
  padding: 7px;
}

input.form-text, textarea.form-textarea, select.form-select {
  border: 1px solid #ccc;
  color: #444;
}

.password-suggestions ul li {
  margin-left: 1.2em;
}

.form-item {
  margin: 10px 0;
  float: left;
  width: 100%;
}

.form-item label {
  font-size: 0.929em;
}

.form-type-radio label, .form-type-checkbox label {
  margin-left: 4px;
}

.form-type-radio .description, .form-type-checkbox .description {
  margin-left: 2px;
}

.form-actions {
  padding: 10px 0 0 0;
  background: none;
  border: 0;
  margin: 0;
}

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  position: relative;
  padding: 5px 15px;
  cursor: pointer;
  background: #0E8DD2;
}

.btn:hover,
.btn:focus,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #087FC0;
  color: #fff;
}

#block-search-form {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 220px;
}

#block-search-form .form-item {
  margin: 0;
}

#block-search-form .content {
  margin-top: 0;
}

#block-search-form input {
  margin-right: 5px;
  width: 220px;
  border: 0;
}

#block-search-form input.form-submit {
  height: 21px;
  width: 23px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-color: #E4E4E4 #D2D2D2 #B4B4B4;
  background: url(../images/search.png) no-repeat;
  overflow: hidden;
  position: absolute;
  box-shadow: none;
  right: 2px;
  top: 9px;
  margin: 0;
}

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
  opacity: .7;
}

#search-block-form .form-actions {
  float: left;
  padding: 0;
}

#search-form .form-item-keys label {
  display: block;
}

ol.search-results {
  padding-left: 0;
}

.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}

.search-results li:last-child {
  border-bottom: none;
  padding-bottom: none;
  margin-bottom: 1em;
}

.search-results .search-snippet-info {
  padding-left: 0;
}

#search-form .form-item {
  margin: 0;
  width: auto;
}

.front h2 {
  border: 0;
}

.region-clients .block >h2,
.region-pricetable .block >h2,
.region-testimonials .block >h2 {
  text-align: center;
  font-size: 26px;
}

.field-name-field-blog-image img,
.node-type-article .content img {
  margin-bottom: 10px;
  padding: 4px;
  background: white;
  border-radius: 2px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 transparent, 0 0 0 transparent;
}

.field-name-field-blog-image img:hover,
.node-type-article .content img:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3), 0 0 0 transparent, 0 0 0 transparent;
}

#footer {
  clear: both;
  color: #8A8A8A;
  font-size: 13px;
  margin-top: 20px;
  padding-top: 20px;
  background: #F9F9F9;
}

#footer .form-item {
  margin: 2px 0;
}

#footer .form-actions input {
  margin-left: 0;
}

#footer input.form-text {
  width: 100%;
}

#footer li {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
  margin: 0;
  list-style: none;
  background: none;
  line-height: 100%;
}

#footer li:last-child {
  border: 0;
}

#footer_wrapper {
  max-width: 1024px;
  margin: 0 auto;
}

#footer-area {
  position: relative;
  padding: 3% 0 0 0;
  color: rgb(128, 128, 128);
}

#footer-area .column {
  float: left;
  width: 22%;
  margin: 0 0 1.9% 3.8%;
}

#footer-area .column:first-child {
  margin-left: 0;
}

#footer-area .column-title {
  color: #e0e0e0;
}

#copyright {
  clear: both;
  padding: 0 0px;
}

.copyright {
  float: left;
  max-width: 728px;
}

.credits {
  float: right;
  margin-right: 12px;
  text-align: right;
}

#copyright p {
  margin: 0;
}

.footer_credit {
  color: #777;
  overflow: auto;
  background: #ccc;
}

.footer_credit p {
  margin: 20px 0;
}


/*Admin style*/

#toolbar ul li {
  background: none;
}

.region-top-nav {
  display: block;
}

.region-top-nav .block-menu {
  float: right;
  margin: 0;
}

.region-top-nav h2 {
  display: none;
}

.region-top-nav ul li {
  display: inline-block;
  background: none;
  border-right: 1px solid #FFF;
  padding: 0 6px;
  margin: 0;
  line-height: 100%;
  *display: inline;
  *zoom: 1;
}

.region-top-nav ul li:last-child {
  border: 0;
}

#user-login-form .form-text {
  width: 90%;
}

#comments h2 {
  margin: 30px 0;
  font-size: 18px;
}


/*Tab Style*/

#tabs {
  overflow: hidden;
}

#tabs .ui-tabs-nav {
  overflow: hidden;
  margin: 0;
  overflow: hidden;
  margin: 0;
  position: relative;
  bottom: -1px;
}

#tabs .ui-tabs-nav li {
  background: none;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  *display: inline;
  *zoom: 1;
}

#tabs .ui-tabs-nav li a {
  padding: 10px 15px;
  background: #999;
  display: block;
  color: white;
  margin-right: 3px;
  border: 1px solid #999;
}

#tabs li.ui-tabs-active a,
#tabs .ui-tabs-nav li:hover a {
  background: #fff;
  color: #5F5F5F;
  text-decoration: none;
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}

#tabs li a:focus,
#tabs li:focus {
  outline: none;
}

.ui-tabs-panel {
  border: 1px solid #ccc;
  padding: 10px;
}

/*view-testimonials*/

.view-testimonials img {
  float: left;
  cursor: pointer;
  border-radius: 50%;
  margin: 5px 17px 0 0;
  width: 80px;
  border: 5px solid #F1F1F1;
  box-shadow: 1px 1px 1px #DFDFDF;
  -o-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.view-testimonials .views-row:hover img {
  border: 5px solid #24A1E4;
  -o-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.view-testimonials .views-row {
  padding: 25px;
  border-bottom: 1px solid #EEE;
}

.view-testimonials .views-row-odd {
  border-right: 1px solid #EEE;
}

.view-testimonials .views-row-3,
.view-testimonials .views-row-4 {
  border-bottom: 0;
}

.page-testimonials .view-testimonials .views-row {
  width: 100%;
  border-left: 0;
  border-right: 0;
}

.page-testimonials .view-testimonials img {
  margin-top: 0;
}

.node-testimonials {
  overflow: hidden;
}

.node-testimonials {
  overflow: hidden;
}

.node-testimonials .field-name-field-photo {
  float: left;
  width: 15%;
}

.node-testimonials .group-testimonial-contet {
  float: left;
  width: 85%;
}

.content .field {
  padding: 5px 0;
}

.field .field-label,
.uc-price-label,
.product-info-label {
  font-weight: normal;
  color: #444;
  font-weight: 600;
}

.more-testimonials {
  text-align: right;
}

/*USER LOGIN*/

#block-user-login .item-list {
  clear: both;
}

.not-logged-in.page-user aside {
  display: none;
}

.not-logged-in.page-user .content-sidebar-wrap {
  max-width: 460px;
  margin: 0 auto;
  float: none;
  overflow: hidden;
}

.not-logged-in.page-user input.form-text, 
.not-logged-in.page-user textarea.form-textarea {
  width: 100%;
}

.not-logged-in.page-user #breadcrumbs {
  display: none;
}


/*Error Style*/

div.error,
div.status {
  background: #FEF5F1;
  border-radius: 3px;
  border-color: #EC7F58;
  padding: 15px 20px;
}

div.status {
  background: #F8FFF0;
  border-color: #BE7;
}

/*Social Media*/

.card-social-wrap .col-md-6 {
  margin: 20px 0;
}

.card-social-wrap p,
.card-social-wrap .block {
  margin: 0;
}

.card-social-wrap img {
  display: block;
}

#social-media-icons ul {
  overflow: hidden;
  text-align: right;
  margin: 0;
}

#social-media-icons li {
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0;
  *display: inline;
  *zoom: 1;
}

#social-media-icons li a {
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 8px;
  background: #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #FFF;
  font-size: 16px;
}

#social-media-icons li a:hover {
  background: #24A1E4;
}

.team-social-media {
  overflow: hidden;
}

.team-social-media .field {
  float: left;
}

.group-team-social-media {
  overflow: hidden;
  margin: 10px 0;
}

.group-team-social-media .field-type-link-field {
  float: left;
}

.team-social-media a,
.group-team-social-media a {
  width: 40px;
  height: 40px;
  background: url(../images/social-icons.png) -2px -4px;
  display: block;
  font-size: 0;
  text-indent: -1000px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #E9E9E9;
  margin-right: 1px;
}

.team-social-media .field-name-field-facebook a,
.group-team-social-media .field-name-field-facebook a {
  background-position: -2px -4px;
}

.team-social-media .field-name-field-facebook a:hover,
.group-team-social-media .field-name-field-facebook a:hover {
  background-position: -2px 90px;
}

.team-social-media .field-name-field-twitter a,
.group-team-social-media .field-name-field-twitter a {
  background-position: -364px -4px;
}

.team-social-media .field-name-field-twitter a:hover,
.group-team-social-media .field-name-field-twitter a:hover {
  background-position: -364px 90px;
}

.team-social-media .field-name-field-linked-in a,
.group-team-social-media .field-name-field-linked-in a {
  background-position: -184px -4px;
}

.team-social-media .field-name-field-linked-in a:hover,
.group-team-social-media .field-name-field-linked-in a:hover {
  background-position: -184px 90px;
}

.team-social-media .field-name-field-google-plus a,
.group-team-social-media .field-name-field-google-plus a {
  background-position: -137px -4px;
}

.team-social-media .field-name-field-google-plus a:hover,
.group-team-social-media .field-name-field-google-plus a:hover {
  background-position: -137px 90px;
}

.team-social-media .field-name-field-dribble a,
.group-team-social-media .field-name-field-dribble a {
  background-position: -93px -4px;
}

.team-social-media .field-name-field-dribble a:hover,
.group-team-social-media .field-name-field-dribble a:hover {
  background-position: -93px 90px;
}

.team-social-media a:hover,
.group-team-social-media a:hover {
  background-position-y: 90px;
}

#block-comment-recent li span {
  display: block;
  font-size: 12px;
  margin: 5px 0;
}

.tag a {
  background: #F2F2F2;
  color: #777;
  display: inline-block;
  line-height: 26px;
  margin: 3px 2px;
  padding: 0 11px;
  font-size: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  *display: inline;
  *zoom: 1;
}

.tag a:hover {
  background: #333;
  color: #fff;
}

.contact-address {
  background: #FCFCFC;
  border: 1px solid #EEE;
  padding: 10px;
  border-radius: 5px;
  white-space: nowrap;
}

/*Gallery*/

.view-gallery {
  overflow: hidden;
}

.view-gallery .views-row {
  float: left;
  width: 22%;
  position: relative;
  overflow: hidden;
  margin: 10px;
  height: auto;
}

.view-gallery .figcaption {
  height: 100%;
  padding: 0 15px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  opacity: 0;
  background: rgb(79, 79, 79);
  background: rgba(0, 0, 0, 0.69);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  visibility: hidden;
}

.view-gallery .views-row:hover .figcaption {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  -o-transition: -o-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

.view-gallery .views-row img {
  display: block;
}

.view-gallery .views-row {
  width: 23%;
  margin: 1%;
}

.view-gallery .figcaption a {
  height: 42px;
  width: 42px;
  background: #67FF00 url(../images/gallery-icons.png) no-repeat;
  background-position: -42px 0px;
  display: block;
  text-indent: -100%;
  font-size: 0;
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  right: 0;
}

.view-gallery .figcaption a.colorbox {
  background-position: 0px 0;
  right: 43px;
}

.view-gallery .figcaption img {
  display: none;
}

/*Home page block*/

.view-gallery .views-row.home-gallery-view img {
  -o-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.view-gallery .views-row.home-gallery-view img:hover {
  -o-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}


/* PRICING */

.pricing-plans {
  margin-bottom: 15px;
}

.pricing-plans:before, .pricing-table:before {
  clear: both;
}

.pricing-plans .plan-title {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}

.pricing-plans .price-tag {
  margin: 0;
  height: 90px;
  line-height: 90px;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

.pricing-plans .price-tag span {
  font-size: 28px;
  font-weight: 600;
}

.pricing-plans .price-tag span.price-type {
  font-size: 20px;
  font-weight: 500;
}

.pricing-plans ul {
  margin: 0;
  padding: 0 15px;
  list-style: none;
  color: #a1a1a1;
}

.pricing-plans ul li {
  padding: 8px 0;
  border-bottom: 1px solid #f1f1f1;
  font-size: 13px;
  background: none;
}

.pricing-plans ul li i {
  margin-right: 8px;
}

.pricing-plans .plan-info {
  margin: 0;
  padding: 15px;
  font-size: 13px;
  text-align: center;
}

.pricing-plans .plan-select {
  padding: 15px 15px 0px 15px;
  border-top: 1px solid #f1f1f1;
}

.pricing-plans .w-box {
  margin-top: 20px;
  border: 1px solid #eee;
}

.pricing-table .w-box {
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 0;
}

.pricing-table .w-box.popular, 
.pricing-plans .w-box.popular {
  margin-top: 0;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 0 35px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 35px 2px rgba(0,0,0,.2);
  box-shadow: 0 0 35px 2px rgba(0,0,0,.2);
  border: 0;
}

.pricing-table .plan-select {
  margin-top: 0;
  border: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}

.pricing-table .plan-info {
  text-align: center;
  margin-bottom: 15px;
}

.pricing-table .table-comparision {
  background: #FFF;
  position: relative;
  top: -2px;
  z-index: 1000;
  border-color: #f1f1f1;
  color: #777;
}

.pricing-table .table-comparision th {
  border-color: #f1f1f1;
}

.pricing-table .table-comparision td {
  text-align: center;
  border-color: #f1f1f1;
}

.pricing-table .table-comparision tr td:first-child {
  text-align: left;
}

.pricing-plans .col-md-2,
.pricing-plans .col-md-3 {
  padding: 0;
}

.pricing-plans .plan-title {
  background-color: rgb(107, 107, 107);
  background-color: rgba(0,0,0,.2);
  padding: 15px 0;
  margin: 0;
}

.fivecol .label-col .w-box {
  border-color: transparent;
  text-align: right;
}

.fivecol.pricing-plans .label-col .plan-title {
  background: none;
}

.titlewrap * {
  text-shadow: 1px 1px 0 rgba(0,0,0,.3);
  color: #fff;
}

.pack1 .titlewrap {
  background: #2bc2d5;
}

.pack2 .titlewrap {
  background: #25ae8d;
}

.pack3 .titlewrap {
  background: #f56a5f;
}

.pack4 .titlewrap {
  background: #323b44;
}

.fourcol .titlewrap {
  background: #ddd;
}

.pricing-plans ul {
  padding: 0 25px;
}

.pricing-plans ul li {
  padding: 10px 0;
}

.services-list {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.services-list:last-child {
  border: 0;
  padding: 0;
}

.services-list .glyphicon {
  font-size: 47px;
  background: #F1F1F1;
  padding: 23px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  box-shadow: 1px 1px 1px #D6D6D6;
  transition: all .3s ease-in-out;
}

.services-list .glyphicon:hover {
  background: #3686be;
  color: #fff;
}

ul.services-list li {
  background: none;
  list-style: none;
}


/*DEMO CSS*/

.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}

ul.bs-glyphicons li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd;
  background: none;
}

.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
}

.bs-glyphicons li:hover {
  background-color: #333;
}

@media (min-width: 768px) {
  ul.bs-glyphicons li {
    width: 12.5%;
  }
}

.page-node-60 .bs-docs-section {
  max-width: 930px;
}

/*Temp Style BTN*/

.page-node-21 button {
  margin-right: 4px;
}

/*Products View*/

.view-uc-products {
  overflow: hidden;
}

.view-uc-products img {
  padding: 3px;
}

.view-uc-products .views-row {
  width: 25%;
  float: left;
  font-size: 14px;
  padding: 0px 10px 20px 10px;
  text-align: center;
  border: #EEE 1px solid;
}

.view-uc-products .views-row .product-image {
  margin: 0;
  padding: 0;
}

.view-uc-products .views-field-title {
  margin: 7px 0;
}

.view-uc-products .view-filters {
  background: #F5F5F5;
  padding: 6px 15px;
  border: 1px solid #eee;
  margin-bottom: 15px;
}

.view-uc-products .view-filters .views-exposed-widget {
  width: 50%;
  padding: 3px 10px;
}

.view-uc-products .view-filters input,
.view-uc-products .view-filters select {
  width: 100%;
}

.view-uc-products .view-filters .form-submit {
  padding: 6px 15px;
  margin-top: 21px;
}

.views-exposed-form label {
  font-weight: normal;
}

.view-uc-products .item-list {
  overflow: hidden;
  clear: both;
}

.view-uc-products .pager {
  margin: 20px 0 0 0;
}

.view-uc-products .views-field-field-rating .form-item {
  margin: 0;
}

/*CART*/

.uc-cart-checkout-form input.form-text,
.uc-cart-checkout-form select {
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: white;
  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;
}

.uc-cart-checkout-form select {
  padding: 13px 12px;
}

.uc-cart-checkout-form .uc-store-address-field .form-item label {
  text-align: left;
}

#uc-cart-view-form img {
  padding: 0;
}

.order-review-table {
  width: 60%;
  font-size: 13px;
}

.order-review-table td,
.view-user-order-search td {
  padding: 1em;
}

.page-user-orders table td,
.page-user-orders table th,
.view-user-order-search table td,
.view-user-order-search table th {
  padding: 1em;
}

.page-user-orders table th,
.view-user-order-search table th {
  background: #312D2C;
  color: #fff;
  font-weight: normal;
}

.page-user-orders table th a,
.view-user-order-search table th a {
  color: #FFF;
}

.page-user-orders table th a img,
.view-user-order-search table a img {
  display: none;
}

.page-user-orders tr.even, 
.page-user-orders tr.odd {
  background-color: #F8F8F8;
  border-bottom: 1px solid #D8D5D5;
}

.page-user-orders td.active {
  background-color: #E9E7E7;
}

table tr.pane-title-row td {
  background: #FAFAFA;
}

.view-uc-orders-user a img {
  padding: 0;
}

.uc-cart-checkout-form .form-item {
  margin-bottom: 2px;
  margin-top: 2px;
  clear: none;
}

.page-cart table th {
  white-space: nowrap;
  background: #ddd;
  padding: 10px;
}

.page-cart table td {
  background: #fff;
  padding: 10px;
}

.node-add-to-cart.form-submit,
.node-add-to-cart.form-submit:hover,
.list-add-to-cart.form-submit,
.list-add-to-cart.form-submit:hover {
  font-size: 13px;
  background-repeat: no-repeat;
  padding-left: 36px;
  background-position: 11px 10px;
  line-height: 100%;
  padding: 10px 10px 10px 35px;
  background-image: url(../images/cart-icon.png);
}


/*Product*/

.product-image {
  float: none;
}

nav p {
  margin: 0;
}

/*Clients*/

.region-clients {
  position: relative;
}

.owl-carousel {
  padding: 0 20px;
  text-align: center;
}

.owl-item img {
  border: 1px solid #F1F1F1;
}

.customNavigation a {
  color: #999;
  background: none;
  padding: 0;
  width: auto;
  top: 24%;
  font-size: 20px;
  border: 0;
  cursor: pointer;
  position: absolute;
}

.customNavigation a.prev {
  left: 0;
}

.customNavigation a.next {
  right: 0;
}

.page-blog article,
.front article,
.page-taxonomy article {
  width: 270px;
  display: none;
}

.page-blog #block-system-main >.content,
.front #block-system-main >.content,
.page-taxonomy #block-system-main >.content{
  position: relative;
}

.page-blog article,
.front article,
.page-taxonomy article {
  background-color: #FFF;
  border: 1px solid #ECEBEB;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #FDFDFD;
  padding: 20px 20px;
  box-shadow: 1px 1px 0px #E0E0E0;
  -webkit-transition: top 1s ease, left 1s ease;
  -moz-transition: top 1s ease, left 1s ease;
  -o-transition: top 1s ease, left 1s ease;
  -ms-transition: top 1s ease, left 1s ease;
  margin: 0 0 10px 0;
}

.view-our-team {
  overflow: hidden;
}

.view-our-team .views-row {
  float: left;
  width: 23%;
  margin: 0 8px;
  padding: 0;
  background: #FCFCFC;
}

.node-team {
  overflow: hidden;
}

.field-name-field-profile-picture {
  float: left;
  width: 27%;
}

.group-testimonial-content {
  float: left;
  width: 73%;
}

.view-our-team .views-row img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.view-our-team .views-row img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.view-our-team .views-row-even {
  border: 0;
  background: none;
}

.view-our-team .views-field-title {
  font-size: 18px;
  margin-top: 10px;
}

.view-our-team .views-field-field-designation {
  margin: 2px 0 10px 0;
  font-size: 13px;
}

.view-our-team .views-field-view-node {
  text-align: right;
  margin: 10px 0;
}

.field-name-field-designation {
  font-weight: bold;
  font-size: 16px;
}

.field-name-field-profile-picture img {
  border: 5px solid #eee;
}

.product-information {
  padding: 10px;
  border: 1px solid #E7E4E4;
  background: #FAFAFA;
  line-height: 215%;
}

.more-product-images img {
  padding: 0;
}

div.fivestar-widget-static .star {
  background: url(../images/star.png) no-repeat 0 -32px;
}

div.fivestar-widget-static .star span.on {
  background: url(../images/star.png) no-repeat 0 -32px;
}

div.fivestar-widget-static .star span.off {
  background: url(../images/star.png) no-repeat 0 0;
}

div.fivestar-widget div.on a {
  background-position: 0 -16px;
}

div.fivestar-widget .star, div.fivestar-widget .star a {
  background: url(../images/star.png) no-repeat 0 0;
}

.view-uc-products div.fivestar-widget-static, .view-uc-products div.fivestar-widget {
  margin: 10px auto 5px auto;
  width: 90px;
}

.node-type-product .field-name-field-rating {
  background: #FCFCFC;
  border: 1px solid #eee;
  padding: 13px 15px;
  font-size: 15px;
  margin: 25px 0;
  clear: both;
  overflow: hidden;
}

.node-type-product .field-name-field-rating .field-label {
  margin-bottom: 9px;
  font-weight: bold;
}

.node-type-product .field-name-field-rating .fivestar-default {
  margin-bottom: 7px;
}

.view-location {
  overflow: hidden;
}

.view-location .views-row {
  overflow: hidden;
  margin-bottom: 30px;
}

.view-location .views-row p {
  margin: 0;
  font-size: 13px;
  line-height: 160%;
}

.view-location .views-row iframe {
  display: block;
}

.view-location .views-row .views-field {
  float: left;
  width: 50%;
}

.view-location .views-row.views-row-even {
  background: #F7F7F7;
}

.views-field-field-address {
  padding: 20px;
}

.view-location .views-row.views-row-even .views-field {
  float: right;
}

.page-user-edit form label {
  display: block;
}

.page-user-edit .region-content {
  background: #F5F5F5;
  border: 1px solid #E0E0E0;
  padding: 10px 20px;
}

.block-blog ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.block-blog ul li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 10px;
  background: #F7F7F7;
  margin-bottom: 1px;
}

.block-blog ul li a:hover {
  background: #F3F3F3;
}

.view-user-order-search form {
  padding: 20px;
  background: #FAFAFA;
  border: #EEE 1px solid;
  border-radius: 2px;
  max-width: 560px;
  margin: 0 auto;
}

.view-user-order-search .views-exposed-widgets {
  margin: 0;
}

.view-user-order-search .views-submit-button {
  clear: left;
}

.view-user-order-search .views-exposed-widget {
  padding: 0 5px 0 0;
}

.view-user-order-search input.error {
  border: 1px solid #ccc;
}

.view-user-order-search .views-exposed-widget input.form-submit {
  margin: 10px 0 0 0;
}

.view-user-order-search table {
  margin-top: 20px;
}

.block-newsletter .content {
  padding-top: 10px;
}

#newsletter-error {
  display: block;
  clear: both;
  color: rgb(243, 126, 71);
  margin-bottom: 10px;
}

/*Accordion*/

.accordion h3 {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 14px;
  margin: 5px 0 0 0;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.accordion h3.ui-accordion-header-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.accordion h3:focus {
  outline: none;
}

.accordion .ui-accordion-content {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 10px;
  margin-bottom: 20px;
}

/*404 Error*/

.fourdotfour {
  text-align: center;
  font-size: 120px;
  color: rgb(221, 221, 221);
  margin: 100px 0;
}

/*Maintanance Page*/

.maintenance-page {
  font-size: 15px;
  color: #999;
}

.maintenance-page #container {
  text-align: center;
}

.maintenance-page .brand-wrap {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.maintenance-page #logo,
.maintenance-page #site-title {
  float: none;
}

/*contact form*/

.contact-form .form-type-textfield {
  float: left;
  width: 33.3%;
  padding-right: 1%;
}

.contact-form .form-item-subject {
  float: right;
  padding-right: 0;
}

.contact-form .form-type-textfield input {
  width: 100%;
}

.contact-form .form-type-textarea {
  clear: both;
}

#block-menu-menu-shopping h2 {
  display: none;
}

#block-menu-menu-shopping ul {
  margin: 0;
  text-align: right;
}

#block-menu-menu-shopping ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  *display: inline;
  *zoom: 1;
}

#block-menu-menu-shopping ul li.last {
  padding-right: 0;
}

#block-menu-menu-shopping a {
  background: #24A1E4;
  color: #FFF;
  border-radius: 10px;
  padding: 2px 10px;
  line-height: 100%;
}

#block-menu-menu-shopping a:hover {
  background: #087FC0;
}
@media screen and (max-width: 1152px) {

  #wrapper {
    max-width: 960px;
  }

  #top-area .column:last-child {
    margin-right: 0;
  }
}

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

  .static-header {
    position: static;
  }

  #logo,
  #site-title,
  .brand-wrap, 
  .search-wrap {
    float: none;
    width: 100%;
    text-align: center;
    clear: both;
  }

  #logo img {
    display: inline-block;
  }

  .welcome-message {
    position: static;
    color: #555;
    font-size: 13px;
  }

  .welcome-message .block h2 {
    color: #444;
    font-size: 18px;
  }

  #main-menu ul {
    width: 100%;
    text-align: center;
  }

  #main-menu li {
    float: none;
  }

  .card-social-wrap .col-md-6 {
    text-align: center;
  }

  .card-social-wrap img {
    display: inline-block;
  }

  #social-media-icons ul {
    text-align: center;
  }

  aside,
  #content,
  .content-sidebar-wrap {
    width: 100% !important;
  }

  .view-our-team .views-row {
    width: 22.5%;
  }
}

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

  html {
    background: #333;
  }

  body {
    background: #fff;
    margin: 10px;
  }

  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  .view-uc-products input.form-text,
  .view-uc-products select {
    width: 100%;
  }

  .view-location .views-row .views-field {
    width: 100%;
  }

  .view-uc-products .views-exposed-widget {
    padding: 5px 0;
    width: 100%;
  }

  .view-uc-products .views-submit-button, .view-uc-products .views-reset-button {
    float: left;
    width: auto;
  }

  .view-uc-products .views-exposed-widget .form-submit {
    margin: 5px 5px 0 0;
  }

  #main-menu ul {
    display: none;
  }

  #main-menu li ul {
    position: static;
    border: 0;
  }

  #main-menu li ul ul {
    margin: 0 !important;
    border: 0;
  }

  #main-menu ul, #main-menu li {
    width: 100%;
  }

  #main-menu {
    border: 0;
  }

  #main-menu a {
    width: 100%;
    padding: 13px 0;
    background: #696767;
    color: #E6E6E6;
    border-bottom: 1px solid #AAAAAA;
  }

  #main-menu li a:hover, 
  #main-menu li a.active {
    color: #fff;
    text-decoration: none;
    background-color: #24A1E4;
  }

  #main-menu li li a {
    color: #C9C9C9;
    text-align: center;
    background: #494949;
    border-top: 0;
    padding: 13px 0;
    font-size: 15px;
  }

  #main-menu li:hover > ul,
  #main-menu li li:hover > ul,
  #main-menu li li li:hover > ul {
    display: none;
  }

  .drop-down-toggle {
    display: block;
  }

  #main-menu li.expanded > a,
  #main-menu li.expanded li.expanded > a {
    background-image: none;
    padding-right: 0;
  }

  #main-menu .nav-toggle {
    display: block;
    font-size: 15px;
    background: url(../images/mobile-menu.png) #24A1E4 right 14px no-repeat;
    color: white;
  }

  #main-menu .expandedmobilemenu {
    background: url(../images/mobile-menu.png) #087FC0 right -15px no-repeat;
  }

  .region-content .view-gallery .views-row {
    width: 28%;
    margin: 2%;
  }

  .view-gallery .figcaption a.colorbox {
    background-position: -7px -6px;
    right: 31px;
  }

  .view-gallery .figcaption a {
    height: 30px;
    width: 30px;
    background-position: -47px -5px;
  }

  .view-uc-products .views-row {
    width: 50%;
  }

  .services-list {
    border: 0;
    padding: 0px;
    margin: 0px;
  }

  .static-header {
    position: static;
    padding: 15px 0;
  }

  .welcome-message {
    position: static;
    color: #555;
    font-size: 13px;
  }

  .welcome-message .block h2 {
    color: #444;
    font-size: 18px;
  }

  .nivo-caption {
    display: none !important;
  }

  .view-testimonials .views-row-odd {
    border-right: 0;
  }

  .footer_credit p {
    float: none;
    text-align: center;
  }

  .node-testimonials .field-name-field-photo,
  .node-testimonials .group-testimonial-contet {
    float: left;
    width: 10%;
  }

  .contact-form .form-type-textfield {
    width: 100%;
    padding: 0;
  }

  .view-testimonials .views-row {
    padding: 10px 0;
  }

  .view-uc-products .view-filters .views-exposed-widget {
    width: 100%;
    padding: 5px;
  }

  .view-our-team .views-row {
    width: 46%;
  }

  .region-content .view-gallery .views-row {
    width: 46%;
  }
}

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

  .view-our-team .views-row {
    width: 100%;
  }

  .view-uc-products .views-row {
    width: 100%;
  }

  input.form-text, select.form-select {
    width: 93%;
  }

  textarea.form-textarea {
    width: 100%;
  }

  .region-content .view-gallery .views-row {
    width: 100%;
  }
}
