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

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

* Filename:     style.css
* Version:      1.0.0 (2014-10-01)
* 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 {
  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%;
}

/*
  Style HTML Tags
*/

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: #FF492A;
  text-decoration:none;
}

a:hover {
  color: #FA3A1A;
  text-decoration: none;
}

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

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

h1 { font-size:32px; }

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 {
  font-weight:bold;
}

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

#inner_header_wrapper {
  position:relative;
  margin: 10px auto 5px auto;
}

.not-front #header_wrapper{
  border-bottom: #EEE 1px solid;
  background: #FAFAFA;
}

.not-front #inner_header_wrapper{
  margin: 10px auto;
}

.menu_wrapper{
  background: #FF492A;
}

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

.header_left{
  float: left;
  width: 50%;
}

.header_right{
  float: right;
  width: 27%;
  text-align: right;
}

.header_inner_wrapper{
  overflow: hidden;
}

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

#logo {
  float:left;
}

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

#site-title,
#site-description {
  float:left;
}

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

#site-title a{
  float: left;
  line-height: 100%;
}

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

/*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;
  border-right: 1px solid #FF654C;
  position:relative;
  float:left;
  padding:0;
  margin:0;
  font-size: 14px;
  position: relative;
}

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

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

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

#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: rgba(0, 0, 0, 0.83);
  border-top: 1px solid #474747;
  font-size: 13px;
  text-align: left;
  overflow: hidden;
  padding: 13px 14px;
  font-weight: normal;
}

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

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

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

#container {
  clear: both;
  margin: 0 auto;
  max-width: 1024px;
  overflow: hidden;
  padding: 0;
  background: #fff;
}

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

.region-slideshow{
  padding: 1% 0 0 0;
}

.region-slideshow .block{
	box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.13), 0 0 0 transparent, 0 0 0 transparent;
	padding: 1%;
	margin: 0 1%;
}

#slider {
  background: transparent;
  position:relative;
  box-shadow: none;
  overflow: visible;
}

.nivo-caption {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  font-size: 16px;
  padding: 15px 15px 15px 97px;
  color: rgb(190, 190, 190);
  line-height: 140%;
  bottom: 0px;
}

.nivo-caption h2{
  color: rgb(51, 50, 50);
}

.nivo-caption p{
  padding-left: 0;
  color: rgb(170, 169, 169);
}

.slider-wrapper #slider{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

#slider a:active {
  outline:none;
}

.slides,
.flex-control-nav {
  margin:0;
  padding:0;
  list-style:none;
}

.slides {
  width:100%;
  overflow:hidden;
}

#slider .slides > li {
  display:none;
  position:relative;
  margin:0;
}

#slider .slides li:first-child {
  display:list-item;
}

.flex-pauseplay span {
  text-transform:capitalize;
}

.slides:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.flex-control-nav {
  position:absolute;
  right:4%;
  bottom:7.3%;
  text-align:center;
}

.flex-control-nav li {
  display:inline-block;
  margin:0 0 0 15px;
}

.flex-control-nav li:first-child {
  margin:0;
}

.flex-control-nav li a {
  display:block;
  width:24px;
  height:24px;
  box-shadow:0 0 3px #999;
  cursor:pointer;
  background:#e9e9e9;
  color:#333;
  font-weight:bold;
  line-height:24px;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
  background:#fff;
}

#slider .post {
  padding:1.83%;
  margin:0;
  box-shadow:none;
  background:none;
}

#slider .entry-container {
  float:right;
  max-width:50%;
}

#slider .slide-image {
	max-width:49%;
	padding:0.47%;
	background:#E9E9E9;
}

#slider .entry-header,
#slider .entry-summary {
  margin-left:5%;
}

#slider .entry-title{
  margin-left:0;
  margin-bottom:15px;
}

.content-sidebar-wrap {
  float:left;
  width:100%;
}
.front .content-sidebar-wrap{
  margin: 10px;
}

.front .content-sidebar-wrap article{
  margin: 0;
}

.content-sidebar-wrap #content {
  display: inline;
  margin-bottom: 2.7%;
  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: 80%;
}

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

/* 2 columns: sidebar-second */

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

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

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

#post-content {
  overflow: hidden;
}

.breadcrumb {
  margin-bottom: 10px;
  border-bottom: #EEE 1px solid;
  padding: 20px 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: 15%;
}

.block {
  margin-bottom: 2%;
}

.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: 38px;
  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;
  color: #fff;
  border-color: #414141;
}

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

.region-front-welcome{
  background: url("../images/hr.png") top center no-repeat;
  padding-top: 4%;
  margin: 0px 10px 40px 10px;
  text-align: center;
}

.region-front-welcome h2{
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
}

.footer-message{
  margin: 0 auto 30px auto;
}

.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 #3D3D3D;
  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;
}

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

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/

table.cke_editor {
  background: transparent;
  border: 0;
}
table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* 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:5px;
}

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

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

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

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

/*-------------------------------------------*
/* 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: #F05E46;
  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; font-family: arial; 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"] {
  background: #FF492A;
  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: 8px 15px;
  cursor: pointer;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #FF300D;
}

#block-search-form { padding-bottom: 7px; overflow: hidden; position: relative; }

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

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

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

#block-search-form input.form-submit { 
  margin-left: 0;
  margin-right: 0;
  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;
  right: 5px;
  top: 10px;
}

#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-block-form .form-actions input { margin: 1px 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; }

#top-area {
  clear:both;
  position:relative;
  margin-bottom: 15px;
}

#top-area .block {
  margin: 0;
}

#top-area .column {
  float: left;
  width: 32%;
  margin: 10px 0;
  margin: 0 5px;
}

#top-area h2{
  padding: 9px 10px 0px 10px;
  color: rgb(114, 114, 114);
  margin-bottom: 0;
  margin: 0;
}

.front h2{
  border: 0;
}

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

#top-area img,
.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;
}

#top-area img:hover,
.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;
}

#top-area .column .content{
  padding: 10px;
}

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

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

#top-area li {
  border-bottom:#555 1px dashed;
}

#footer {
  clear:both;
  color: #8A8A8A;
  font-size: 13px;
  margin-top: 25px;
  background: #312D2C;
  border-top: 1px solid #CFD7DB;
}

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

#footer li{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0;
  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;
  padding: 20px 0px;
  border-top: 1px solid #484848;
}

.footer_inner_credit{
  max-width: 1000px;
  margin: 0 auto;
}


/*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%; 
}

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

#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*/

.front .region-testimonials{
  margin: 3% 1%;
}

.front .region-testimonials .view-content{
  float: left;
  width: 50%;
}

.front .region-testimonials .views-field-field-photo{
  float: left;
  position: relative;
  cursor: pointer;
}

.front .view-testimonials{
  overflow: hidden;
  position: relative;
  background: #F8F8F8;
  color: #6B6B6B;
  border: 1px solid #D8D8D8;
}

.front .view-testimonials img{
  display: block;
  cursor: pointer;
  opacity: 0.7;
}

.front  .active .views-field-field-photo img{
  opacity: 9;
  border: 5px solid #F5634A;
}

.front .testimonial-details{
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  line-height: 160%;
  padding: 22px;
  background: #F8F8F8;
}

.front .views-row-1 .testimonial-details{
  display: inline-block;
}

.front .testimonial-details h3{
  font-size: 16px;
  margin: 2px 0;
  color: #6B6B6B;
}

.front .testimonial-details h4{
  color: #6B6B6B;
}

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

.front .view-testimonials .more a{
  background: #FC7861;
  color: white;
  padding: 8px 10px;
  border-radius: 5px;
  line-height: 100%;
  margin: 4px 0;
  display: inline-block;
}

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

.field .field-label{
  font-weight: normal;
  color: #888686;
}


/*Testimonials Not Front*/

.not-front .view-testimonials .views-row{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.not-front .view-testimonials .views-field-field-photo{
  float: left;
  width: 125px;
  margin-right: 15px;
}

.not-front .view-testimonials .testimonial-details p{
  margin: 0;
}

.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*/

#social-media-icons ul{
  overflow: hidden;
  text-align: center;
  margin: 15px 0 20px 0;
}

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

#social-media-icons li a{
  width: 45px;
  height: 45px;
  background: url(../images/social-icons.png);
  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;
}

#social-media-icons li .rss{ background-position: -273px 45px; }
#social-media-icons li .rss:hover{ background-position: -273px 90px; }

#social-media-icons li .twitter{ background-position: -363px 45px; }
#social-media-icons li .twitter:hover{ background-position: -363px 90px; }

#social-media-icons li .facebook{ background-position: 0 45px; }
#social-media-icons li .facebook:hover{ background-position: 0 90px; }

#social-media-icons li .gplus{ background-position: -136px 45px; }
#social-media-icons li .gplus:hover{ background-position: -136px 90px; }

#social-media-icons li .linkedin{ background-position: -182px 45px; }
#social-media-icons li .linkedin:hover{ background-position: -182px 90px; }

#social-media-icons li .dribbble{ background-position: -92px 45px; }
#social-media-icons li .dribbble:hover{ background-position: -92px 90px; }

#social-media-icons li .vimeo{ background-position: 91px 45px; }
#social-media-icons li .vimeo:hover{ background-position: 91px 90px; }

#social-media-icons li .youtube{ background-position: 45px 45px; }
#social-media-icons li .youtube:hover{ background-position: 45px 90px; }

#social-media-icons li a:hover{
  background-position-y: 90px;
}


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

/*services-block*/

.services-block .column{
  background: url(../images/block-right-bg.png) right repeat-y;
  padding: 15px 0;
}

#top-area.services-block .column .content{
  padding-top: 5px;
}

.services-block .column.last{
  background: none;
}

.services-block h3{
  color: #6EA004;
  font-size: 14px;
}


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

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

.view-gallery .figcaption{
  height: 100%; 
  padding:0 15px; 
  width:100%;
  position:absolute; 
  left:0; 
  top:0; bottom:auto; 
  opacity:0; 
  background: #F5634A;
  -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;
}

.view-gallery .views-row:hover .figcaption{
  opacity:1;
  -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 .figcaption a {
  height: 42px;
  width: 42px;
  background: white 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; }


/* PRICING */

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

.pricing-plans:before, .pricing-plans:after,
.pricing-table:before, .pricing-table:after{display:table; content:" ";}

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

.pricing-plans .plan-title{text-align:center; margin:10px 0; font-size:20px; font-weight:normal; color: #333;}

.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 #ddd;}

.pricing-plans .w-box:hover, .pricing-table .w-box:hover{
  -webkit-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.2)
  }
    
.pricing-table .w-box{z-index:1; margin-top:20px; margin-bottom:0;
-webkit-box-shadow: none;
   -moz-box-shadow: 0;
    box-shadow: none;
}
.pricing-table .w-box.popular, .pricing-plans .w-box.popular{margin-top:0; padding-bottom:20px;
-webkit-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.2);
}

.pricing-table .w-box.popular:hover, .pricing-plans .w-box.popular:hover{
-webkit-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.3);
}

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

.color-one { background: #F0523F; color: white; }

.color-two-l { background: #ECEBEC; color: #4C4C4C; }

.color-two { background: #ECEBEC; color: #717073; }

.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: #F78977;
  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;
  box-shadow: 0 0 3px #EEE;
  background: #FFF;
  border: #EEE 1px solid;
}

.view-uc-products .views-row{
  width: 25%;
  float: left;
  font-size: 14px;
  padding: 8px;
  text-align: center;
  min-height: 510px;
}

.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 .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 th a{ font-size: 13px; color: #fff; }*/

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

/*Boostrap demo CSS*/

nav p{ margin: 0; }

/*Clients*/

.region-clients{ position: relative; }

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

.owl-item{ 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{
  background: #FAFAFA;
  padding: 20px;
  box-shadow: 2px 2px 1px #E0DFDF;
}

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

.view-our-team .views-row{
  float: left;
  width: 23%;
  margin: 0 8px;
  padding: 0;
  background: #FCFCFC;
  border-top: 25px solid #eee;
  border-bottom: 25px solid #F5634A;
}

.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;
  border-top: 25px solid #F5634A;
  border-bottom: 25px solid #eee;
}

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

.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{
  color: #FF3232;
  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;
}




/*Color Scheme*/

.red a{ color: red; }

.red a:hover{ color: #F44; }

.red .menu_wrapper{ background: red; }

.red #main-menu li:hover > a, .red #main-menu li a.active { background: #F44; }

.red #main-menu li li:hover > a { background: #F44; }

.red button, 
.red input[type="submit"], 
.red input[type="reset"], 
.red input[type="button"]{
  background: red;
  color: #fff;
}

.red input[type="submit"]:hover, 
.red input[type="reset"]:hover, 
.red input[type="button"]:hover {
  background: #F44;
  color: #fff;
}

.red .color-one{ background: red; }

.red .btn:hover, .red .btn:focus { color: #fff; }

.red #footer{ background: #000; }

.red .view-testimonials .more a{ background: red; color: #fff; }

.red .services-list .glyphicon:hover { background: red; }

/*Color Scheme*/

.green a{ color: #1AB91A; }

.green a:hover{ color: #099C09; }

.green .menu_wrapper{ background: #1AB91A; }

.green #main-menu li:hover > a, .green #main-menu li a.active { background: #099C09; }

.green #main-menu li li:hover > a { background: #099C09; }

.green button, 
.green input[type="submit"], 
.green input[type="reset"], 
.green input[type="button"]{
  background: #1AB91A;
  color: #fff;
}

.green input[type="submit"]:hover, 
.green input[type="reset"]:hover, 
.green input[type="button"]:hover {
  background: #099C09;
  color: #fff;
}

.green #main-menu li { border-right: 1px solid #099C09; }

.green .color-one{ background: #1AB91A; }

.green .btn:hover, .green .btn:focus { color: #fff; }

.green #footer{ background: #000; }

.green .view-testimonials .more a{ background: #1AB91A; color: #fff; }

.green .services-list .glyphicon:hover { background: #1AB91A; }

/*Color Scheme*/

.blue a{ color: #00A8DD; }

.blue a:hover{ color: #008FBD; }

.blue .menu_wrapper{ background: #00A8DD; }

.blue #main-menu li:hover > a, .blue #main-menu li a.active { background: #008FBD; }

.blue #main-menu li li:hover > a { background: #008FBD; }

.blue button, 
.blue input[type="submit"], 
.blue input[type="reset"], 
.blue input[type="button"]{
  background: #00A8DD;
  color: #fff;
}

.blue input[type="submit"]:hover, 
.blue input[type="reset"]:hover, 
.blue input[type="button"]:hover {
  background: #008FBD;
  color: #fff;
}

.blue #main-menu li { border-right: 1px solid #008FBD; }

.blue .color-one{ background: #00A8DD; }

.blue .btn:hover, .blue .btn:focus { color: #fff; }

.blue #footer{ background: #000; }

.blue .view-testimonials .more a{ background: #00A8DD; color: #fff; }

.blue .services-list .glyphicon:hover { background: #00A8DD; }

/*Color Scheme*/

.grey a{ color: #333; }

.grey a:hover{ color: #474747; }

.grey .menu_wrapper{ background: #333; }

.grey #main-menu li:hover > a, .grey #main-menu li a.active { background: #474747; }

.grey #main-menu li li:hover > a { background: #474747; }

.grey button, 
.grey input[type="submit"], 
.grey input[type="reset"], 
.grey input[type="button"]{
  background: #333;
  color: #fff;
}

.grey input[type="submit"]:hover, 
.grey input[type="reset"]:hover, 
.grey input[type="button"]:hover {
  background: #474747;
  color: #fff;
}

.grey #main-menu li { border-right: 1px solid #474747; }

.grey .color-one{ background: #333; }

.grey .btn:hover, .grey .btn:focus { color: #fff; }

.grey #footer{ background: #000; }

.grey #footer a{ color: #5F5F5F; }

.grey .view-testimonials .more a{ background: #333; color: #fff; }

.grey .services-list .glyphicon:hover { background: #333; }

/*Color Scheme*/

.pink a{ color: #FF3659; }

.pink a:hover{ color: #F1264A; }

.pink .menu_wrapper{ background: #FF3659; }

.pink #main-menu li:hover > a, .pink #main-menu li a.active { background: #F1264A; }

.pink #main-menu li li:hover > a { background: #F1264A; }

.pink button, 
.pink input[type="submit"], 
.pink input[type="reset"], 
.pink input[type="button"]{
  background: #FF3659;
  color: #fff;
}

.pink input[type="submit"]:hover, 
.pink input[type="reset"]:hover, 
.pink input[type="button"]:hover {
  background: #F1264A;
  color: #fff;
}

.pink #main-menu li { border-right: 1px solid #F1264A; }

.pink .color-one{ background: #FF3659; }

.pink .btn:hover, .pink .btn:focus { color: #fff; }

.pink #footer{ background: #000; }

.pink .view-testimonials .more a{ background: #FF3659; color: #fff; }

.pink .services-list .glyphicon:hover { background: #FF3659; }

/*Color Scheme*/

.purple a{ color: #CE00CE; }

.purple a:hover{ color: #800080; }

.purple .menu_wrapper{ background: #CE00CE; }

.purple #main-menu li:hover > a, .purple #main-menu li a.active { background: #800080; }

.purple #main-menu li li:hover > a { background: #800080; }

.purple button, 
.purple input[type="submit"], 
.purple input[type="reset"], 
.purple input[type="button"]{
  background: #CE00CE;
  color: #fff;
}

.purple input[type="submit"]:hover, 
.purple input[type="reset"]:hover, 
.purple input[type="button"]:hover {
  background: #800080;
  color: #fff;
}

.purple #main-menu li { border-right: 1px solid #CF51CF; }

.purple .color-one{ background: #CE00CE; }

.purple .btn:hover, .purple .btn:focus { color: #fff; }

.purple #footer{ background: #000; }

.purple .view-testimonials .more a{ background: #CE00CE; color: #fff; }

.purple .services-list .glyphicon:hover { background: #CE00CE; }

/*Color Scheme*/

.turquoise a{ color: #00AF9E; }

.turquoise a:hover{ color: #03CCB8; }

.turquoise .menu_wrapper{ background: #00AF9E; }

.turquoise #main-menu li:hover > a, .turquoise #main-menu li a.active { background: #03CCB8; }

.turquoise #main-menu li li:hover > a { background: #03CCB8; }

.turquoise button, 
.turquoise input[type="submit"], 
.turquoise input[type="reset"], 
.turquoise input[type="button"]{
  background: #00AF9E;
  color: #fff;
}

.turquoise input[type="submit"]:hover, 
.turquoise input[type="reset"]:hover, 
.turquoise input[type="button"]:hover {
  background: #03CCB8;
  color: #fff;
}

.turquoise #main-menu li { border-right: 1px solid #03CCB8; }

.turquoise .color-one{ background: #00AF9E; }

.turquoise .btn:hover, .turquoise .btn:focus { color: #fff; }

.turquoise #footer{ background: #000; }

.turquoise .view-testimonials .more a{ background: #00AF9E; color: #fff; }

.turquoise .services-list .glyphicon:hover { background: #00AF9E; }


body.dark-bg{ background: #1B1B1B; }

.dark-bg .owl-item{ border: 0; }

.dark-bg.not-front #header_wrapper{ background: none; border: 0; }

.dark-bg.not-front #container{ padding: 0 15px; }

.dark-bg #footer { border-top: 1px solid #4D4D4D; }
@media screen and (max-width: 1152px) {

  #wrapper { max-width:960px; }

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

}

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

  .content-sidebar-wrap,
  #content, #sidebar-first,
  #sidebar-second {
    clear:both;
    float:none;
    width:100% !important;
    overflow: hidden;
  }

  .front .region-testimonials .views-field-field-photo{
    width: 33%;
  }

}

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

  html{ background: #333; }

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

  body.dark-bg{ background: #fff; }

  h1 { font-size: 20px; }

  h2 { font-size: 20px; }

  h3 { font-size: 20px; }

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

  .region-top-nav .block-menu{ float: none; width: 100%; text-align: center; }

  .region-top-nav .block-menu ul{ text-align: center; margin: 10px 0 0 0; }

  #logo, #site-title{ float: none; text-align: center; overflow: hidden; }

  #logo{ margin: 10px 0 5px 0; }

  #site-description, #site-title a{ float: none; }

  #site-title{ margin-bottom: 15px; }

  #inner_header_wrapper{ margin: 0; }

  #copyright{ padding: 0 10px;}

  #copyright p{ text-align: center; }

  .not-front #inner_header_wrapper{ margin: 0; }

  .front .content-sidebar-wrap{ margin: 0; }

  .region-front-welcome{ padding: 10px 10px 0 10px; margin: 0; }

  #main-menu ul { display:none; }
  
  #main-menu li ul { position:static; border: 0; }
  
  #main-menu li ul ul { margin:0 !important; border: 0; }
  
  #top-area h2{ padding: 10px 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 a:hover, #main-menu li a.active{
    color: #fff;
    text-decoration: none;
    background-color: #f78977;
  }

  #main-menu li li a {
    color: #C9C9C9;
    text-align: center;
    background: #494949;
    border-top: 0;
    padding: 13px 0;
    font-size: 16px;
  }
  
  #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) #F5634A right 14px no-repeat;
    color: white;
  }

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

  .header_left, .header_right{ width: 100%; }

  #block-search-form{ width: 220px; margin: 0 auto; }

  #copyright p{ margin: 10px 0; }

  .footer-message{ margin: 0; }


  /*testimonials*/

  .region-testimonials{ display: none; }

  #top-area{ margin: 0; }

  .content-sidebar-wrap,
  #sidebar-first,
  #sidebar-second {
    float:none;
    width:auto;
    padding: 0 5px;
  }

  #top-area .column .content{ padding: 0; }

  .content-sidebar-wrap #content {
    float: left;
    padding: 0 5px;
    width: 100%;
  }

  .footer_credit{ padding: 10px 0; }
  
  #sidebar-first .block,
  #sidebar-second .block,
  #footer-area .column,
  #top-area .column {
    float:none;
    width:auto !important;
    margin-left:0;
  }
  
  #sidebar-first {
    clear:both;
  }
  
  #footer-area .column,
  #top-area .column {
    margin: 0 10px;
    padding: 0;
  }
  #top-area .column:first-child,
  #footer-area .column:first-child{
    margin: 10px;
  }
  
  .copyright,
  .credits {
    float:none;
    text-align:left;
  }

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

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


  #social-media-icons li a {
    width: 34px;
    height: 34px;
  }

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

  .view-our-team .views-row,
  .field-name-field-profile-picture,
  .group-testimonial-content{ width: 100%; }

  #social-media-icons li .rss { background-position: -277px 40px; }
  #social-media-icons li .rss { background-position: -277px 85px; }

  #social-media-icons li .facebook { background-position: -5px 40px; }
  #social-media-icons li .facebook { background-position: -5px 85px; }

  #social-media-icons li .twitter { background-position: -368px 40px; }
  #social-media-icons li .twitter { background-position: -368px 85px; }

  #social-media-icons li .gplus { background-position: -140px 41px;}
  #social-media-icons li .gplus { background-position: -140px 85px;}

  #social-media-icons li .linkedin { background-position: -187px 39px; }
  #social-media-icons li .linkedin { background-position: -187px 85px; }

  #social-media-icons li .dribbble { background-position: -96px 40px; }
  #social-media-icons li .dribbble { background-position: -96px 85px; }

  #social-media-icons li .vimeo { background-position: 85px 40px;}
  #social-media-icons li .vimeo { background-position: 85px 85px;}

  #social-media-icons li .youtube { background-position: -51px 39px;}
  #social-media-icons li .youtube { background-position: -51px 85px;}

  #social-media-icons li a:hover { background-position-y: 85px; }

}

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

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

  .region-testimonials{ display: none; }

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

  textarea.form-textarea { width: 100% }

}