@import url("http://fonts.googleapis.com/css?family=Rokkitt:400,700");
@import url("css/fonts/stylesheet.css");
@font-face{
 font-family:"Helvetica Neue"; 
 src: url(font-family/HelveticaNeue.otf) format('TrueType');
}
/*
www.mrw.bz
*/

/* =Reset
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  background: #fff;
  line-height: 1;
}
ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
}
blockquote, q {
  quotes: "" "";
}
a img {
  border: 0;
}

/* Block elements */
header, hgroup, footer, section, article, aside {
  display: block;
}

/* Body, Common Classes & Wrap */


/*body {
  padding-top: 2em;
}*/
#wrapper {
  margin: 0 auto;
  max-width: 1170px;
}
#header hgroup {
  margin: 0 3%;
  padding: 2.5em 0;
}
#navigation div {
  margin: 10px 0;
}

#primary {
  float: left;
  /*margin: 0 -30% 0 0;*/
  width: 100%;
}
#content {
  margin: 0 33% 0 3%;
  width: 64%;
}
#sidebar {
  float: right;
  /*margin-right: 3%;*/
  width: 27%;
}

/* Right Content */
.left-sidebar #primary {
  float: right;
  margin: 0 0 0 -30%;
  width: 100%;
}
.left-sidebar #content {
  margin: 0 3% 0 33%;
  width: 64%;
}
.left-sidebar #sidebar {
  float: left;
  margin-left: 3%;
  margin-right: 0;
  width: 27%;
}

.wide-sidebar #primary {
  float: left;
  /*margin: 0 -35.5% 0 0;*/
  width: 100%;
}
.wide-sidebar #content {
    margin: 0;
    width: 100%;
}
.wide-sidebar #sidebar {
  float: right;
 /* margin-right: 3%;*/
  width: 100%;
}

/* Right Content */
.wide-sidebar.left-sidebar #primary {
  float: right;
  margin: 0 0 0 -33%;
  width: 100%;
}
.wide-sidebar.left-sidebar #content {
  margin: 0 3% 0 38.6%;
  width: 58.4%;
}
.wide-sidebar.left-sidebar #sidebar {
  float: left;
  margin-left: 3%;
  margin-right: 0;
  width: 30%;
}

.no-sidebars #primary{
  margin: 0;
}
.no-sidebars #content{
  margin: 0 0;
  position: relative;
  width: auto;
}

body, input, textarea {
  color: #373737;
  font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.625;
}
body {
   background-color: #FFFFFF;
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}

#wrapper {
 /* background: #eee;
  -moz-border-radius: 5px;
    border-radius: 5px;*/
}
a {
  color: #1982d1;
  text-decoration: none;
}
a:focus,
a:active,
a:hover {
  text-decoration: none;
}


/* Headings */
h1,h2,h3,h4,h5,h6 {
  clear: both;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
    font-weight: bold;
  margin: 0 0 0.8125em;
}
h4 {
    font-size: 20px;
    margin: 0 0 0.5em;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 2em;
}

/* Text elements */
p {
  margin-bottom: 2em;
}
ul, ol {
  margin: 0 0 1em 1.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 2em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 2em;
}
strong {
  font-weight: bold;
}
cite, em, i {
  font-style: italic;
}
blockquote {
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}
blockquote cite {
  color: #666;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 2em;
  overflow: auto;
  padding: 0.75em 2em;
}
code, kbd {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
address {
  display: block;
  margin: 0 0 2em;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border:1px solid #ddd;
  border-right:none;
  background:#fff;
}

th {
  font-weight: bold;
  padding:10px 10px;
  background:#555;
  color:#fff;
}

tr{
  padding:5px 5px;
}

td{
  padding:5px 10px;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
}

/* clearfix hack */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height:1%;
}
.clearfix {
  display: block;
 
}
.clear {
  clear: both;
}
/* close commented backslash hack */
.displayblock {
  display: block;
}
.displaynone {
  display: none;
}

#header {
  background-color: #fff;
  position: relative;
  -moz-border-radius: 5px;
  border-radius: 5px;

}
#site-name {
  margin-right: 270px;
  padding: 0;
  font-size: 36px;
  line-height: 46px;
}
#site-name a {
  color: #111;
  font-weight: bold;
  text-decoration: none;
}
#site-name a:hover,
#site-name a:focus,
#site-name a:active {
  color: #1982d1;
}
#site-slogan {
  color: #7a7a7a;
  font-size: 14px;
  margin: 0 270px 0 0;
}
#header img {
  height: auto;
  max-width: 100%;
}
#header #site-logo { 
  /*margin: 0 3%;
  padding: 3.5em 0;*/
}

/* =Menu
-------------------------------------------------------------- */

#header #navigation {
 /* background: #222;*/ /* Show a solid color for older browsers */
 /* background: -moz-linear-gradient(#585858, #3d3d3d);
  background: -o-linear-gradient(#585858, #3d3d3d);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#585858), to(#3d3d3d)); /* older webkit syntax
  background: -webkit-linear-gradient(#585858, #3d3d3d);
  clear: both;
  display: block;*/
  background:#FBB03B;
  float: left;
  margin: 0 auto 2px;
  width: 100%;
}
#main-menu > ul.menu{
  font-size: 14px;
  list-style: none;
  margin: 0 0 0 -0.8125em;
  padding-left: 0;
}
#main-menu > ul.menu li {
	 border-right: 1px solid;
 /*border-right: 1px solid #444444;*/
    display: inline-block;
  /*  float: left;*/
    list-style: none outside none;
    padding: 0 !important;
    position: relative;
}

#main-menu > ul.menu a {
  color: #eee;
  line-height: 3em;
  padding: 0 1.2125em;
  text-decoration: none;
}
#main-menu > ul.menu a {
  
    color: #000000;
    display: block;
    font-size: 15px;
    line-height: 1em;
    /*    padding: 0 15px;*/
    padding: 0 13px;
}

#main-menu > ul.menu ul {
  /*-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);*/
  background:#FBB03B;
  display: none;
  float: left;
  margin: -3px;
  position: absolute;
  top: 1.37em;
  left: 0;
  list-style: none;
  width: 188px;
  z-index: 99;
}
#main-menu > ul.menu ul ul {
  left: 100%;
  top: 0;
}
#main-menu > ul.menu ul a {
 /* background: #f9f9f9;*/
   border-bottom: 1px solid #444444;
    color: #444444;
    font-size: 15px;
    font-weight: normal;
    height: auto;
    line-height: 1.4em;
    padding: 10px;
    width: 188px;
}
#main-menu > ul.menu li:last-child, 
#main-menu > ul.menu ul li {
  border:none;
} 
#main-menu > ul.menu li:hover > a,
#main-menu > ul.menu ul :hover > a,
#main-menu > ul.menu a:focus {
  background: #efefef;
}
#main-menu > ul.menu li:hover > a,
#main-menu > ul.menu a:focus{
  /*background: #f9f9f9;*/ /* Show a solid color for older browsers */
  /*background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
  background: -o-linear-gradient(#f9f9f9, #e5e5e5);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax 
  background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
  color: #373737;*/
  color:#fff!important;
  background:none!important;
}
#main-menu > ul.menu li:hover > ul {
  display: block;
}
#main-menu > ul.menu a.active {
  /*font-weight: bold;*/
  color:#fff
}

#main-menu ul li.leaf, #main-menu ul li.expanded { list-style: none; }

.tinynav { 
  display: none;
  font-size: 16px;
}

/* Featured Slider */
#slider {
    background: none repeat scroll 0 0 #000000;
    margin-bottom: 45px;
}

.business_month_content {
    padding-left: 5%;
    width: 100%;
}
.business_month_content h2 {
    color: #FBB03B;
    font-weight: bold;
    text-transform: uppercase;
	 margin-bottom: 10px;
    margin-top: 20px;
}
.business_month_content h4 {
    color: #FFFFFF;
    font-family: 'rockwellbold',verdana;
    font-size: 20px;
    margin: 16px 0 5px;
    text-transform: uppercase;
}
.business_month_content p {
    color: #808080;
    font-family: 'rockwellregular',verdana;
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 16px;
	 margin-bottom: 0;
}
#slider-wrap img {
    border: medium none;
  display: block;
    height: auto;
    /*padding: 0.7em 2% 0.3em;*/
  padding: 0;
    width: 100%;
}
#slider-wrap a:hover img {
  background: none;
  border: none;
}
/*#slider-wrap a {
  display: block;
  padding: 11px 11px 10px;
}*/

#slider-wrap .featured-text {
    color: #FFFFFF;
    padding: 0 11px 10px;
}
#slider-wrap .featured-text a {
  display: inline;
  padding: 0;
}
#content #nav-slider {
  padding: 0;
}
#nav-slider img {
   max-width:33px;
   height:auto;
   width:100%;
}
#nav-slider .nav-previous, 
#nav-slider .nav-next {
    cursor: pointer;
    display: block;
    max-width: 33px;
    opacity: 0.7;
    position: absolute;
    top: 106px;
    width: 6%;
    z-index: 99;
}
#nav-slider .nav-previous:hover, 
#nav-slider .nav-next:hover {
  opacity: 10;
}
#nav-slider .nav-previous {
    left: 11px;
}
#nav-slider .nav-next {
    right: 11px;
}

#breadcrumbs {
  font-size: 11px;
}


/* =Content
----------------------------------------------- */
#preface-area {
  padding-bottom: 5px;
}

#main {
  /*background-color: #eee;*/
  clear: both;
  padding: 0 0 0;
}

/*#content-wrap {
  background-color: white;
  border-bottom: 2px solid #CCC;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 2em;
  padding: 0.5em 5% 2em 0;
  position: relative;
  width: auto;
}*/

.node h2.title, h1.page-title, .node h2.title a, h1.page-title a {
  color: #FBB03B;
  text-decoration: none;
}
.node h2.title, h1.page-title {
  clear: both;
  color: #FBB03B;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 0.3em;
  /*padding-top: 15px;*/
}

/*#main #content .node-teaser {
  padding-bottom:30px;
  border-bottom:1px solid #DDDDDD;
  margin-bottom: 15px;
}*/

.node-teaser img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}
.page-node #content-wrap img {
    border: 1px solid #CCCCCC;
    height: auto;
    /*    margin: 0 0 0.5em;*/
    max-width: 100%;
    padding: 6px;
}

.node-teaser p {
  margin-bottom: 1em;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    line-height: 30px;
    padding-bottom: 5px;
}

#preface-area .block,
.region-content-top .block,
#footer-area .block {
  background-color: #FFFFFF;
  border-bottom: 2px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  clear: both;
  margin-bottom: 2em;
  padding: 0.5em 1em 1em;
  font-size: 12px;
}

#preface-area .block > h2,
.region-content-top .block > h2,
#footer-area .block > h2 {
  border-bottom: 2px solid #CCCCCC;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 -0.75em 1em;
  padding: 0 1em 0.5em;
}

/*#sidebar .block {
  background-color: #FFFFFF;
  border-bottom: 2px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  clear: both;
  margin-bottom: 2em;
  padding: 0.5em 1em 1em;
  font-size: 12px;
}*/

#sidebar .block > h2 {
  border-bottom: 2px solid #CCCCCC;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 -0.75em 1em;
  padding: 0 1em 0.5em;
  display:none;
}

#preface-area .block p,
.region-content-top .block p,
#footer-area .block p,
#sidebar .block p {
  margin-bottom: 1em;
}

#preface-area .block img,
.region-content-top .block img,
#footer-area .block img,
#sidebar .block img {
  height: auto;
  max-width: 100%;
}

#preface-area {
    /*background-color: #eee;*/
    overflow: hidden;
    padding: 1.3em 3% 0;
}

#preface-block-wrap.in1 .preface-block {
  margin-bottom: 2.5em;
}

#preface-block-wrap.in2 .preface-block {
  float: left;
  width: 48.5%;
}
#preface-block-wrap.in2 .preface-block + .preface-block {
  float: right;
}

#preface-block-wrap.in3 .preface-block {
    float: left;
    margin-right: 3%;
    width: 31.3%;
}
#preface-block-wrap.in3 .preface-block + .preface-block + .preface-block {
  margin-right: 0;
}


/* =Footer
----------------------------------------------- */

#footer-bottom {
  border-top: 1px solid #000;
  clear: both;
}
#footer-area {
    background-color: #eee;
    overflow: hidden;
    padding: 2em 3% 0;
}

#footer-block-wrap.in1 .footer-block {
  margin-bottom: 2.5em;
}

#footer-block-wrap.in2 .footer-block {
  float: left;
  width: 48.5%;
}
#footer-block-wrap.in2 .footer-block + .footer-block {
  float: right;
}

#footer-block-wrap.in3 .footer-block {
    float: left;
    margin-right: 3%;
    width: 31.3%;
}
#footer-block-wrap.in3 .footer-block + .footer-block + .footer-block {
  margin-right: 0;
}

#bottom {
  /*background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #aaa;
  clear: both;
  -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;*/
  color: #666;
  font-size: 12px;
  line-height: 2.2em;
  /*padding: 2.2em 0.5em;*/
  text-align: center;
}
#bottom a {
  color: #555;
  font-weight: bold;
}
#bottom .copyright, 
#bottom .credit {
    display: inline;
    width: 47%;
}
#bottom .copyright { 
  clear: both;
  margin-left: 0.5%;
  float: left;
    text-align: left;
}
#bottom .credit { 
  margin-right: 3%;
  float: right;
  text-align: right;
}
/* Social Profile */
.social-profile {
 /* position: absolute;
  right: 3%;
  top: 2.8em;*/
    float: right;
    height: auto;
    margin-top: 10px;
    width: 100%;    
}
.social-profile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-profile ul li {
  margin: 0 0 10px 10px;
 /* float: left;*/
}
.social-profile ul li a {
 /* display: block;
  background: url("images/social-profiles.png") no-repeat right top;
  width: 34px;
  height: 34px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-indent: -99999px;*/
}
.social-profile ul li a:active {
  -moz-box-shadow: inset 0 0 6px #000;
  -webkit-box-shadow: inset 0 0 6px #000;
  box-shadow: inset 0 0 6px #000;
}
.social-profile ul li
{
	 display: inline-block;
    margin: 0;
    width: 10%;

}
.twitter {
    margin-left: 7px !important;
}
.social-profile ul li.facebook a {
	/*background:url(images/fb.png) no-repeat left top;
	width:103px;
	height:104px;*/
  /*background-position: 0 0;*/
}
.social-profile ul li.facebook a:hover {
  background-position: 0 -44px;
}
.social-profile ul li.twitter a {
  background-position: -44px 0;
}
.social-profile ul li.twitter a:hover {
  background-position: -44px -44px;
}
.social-profile ul li.rss a {
  background-position: -88px 0;
}
.social-profile ul li.rss a:hover {
  background-position: -88px -44px;
}
.social-profile ul li.you-tube a {
  background-position: -132px 0;
}
.social-profile ul li.you-tube a:hover {
  background-position: -132px -44px;
}
.social-profile ul li.linkedin a {
  background-position: -176px 0;
}
.social-profile ul li.linkedin a:hover {
  background-position: -176px -44px;
}
.social-profile ul li.tumblr a {
  background-position: -220px 0;
}
.social-profile ul li.tumblr a:hover {
  background-position: -220px -44px;
}
.social-profile ul li.viemo a {
  background-position: -264px 0;
}
.social-profile ul li.viemo a:hover {
  background-position: -264px -44px;
}
.social-profile ul li.dribbble a {
  background-position: -308px 0;
}
.social-profile ul li.dribbble a:hover {
  background-position: -308px -44px;
}
.social-profile ul li.my-space a {
  background-position: -352px 0;
}
.social-profile ul li.my-space a:hover {
  background-position: -352px -44px;
}
.social-profile ul li.aim a {
  background-position: -396px 0;
}
.social-profile ul li.aim a:hover {
  background-position: -396px -44px;
}
.social-profile ul li.flickr a {
  background-position: -440px 0;
}
.social-profile ul li.flickr a:hover {
  background-position: -440px -44px;
}
.social-profile ul li.pinterest a {
  background-position: -484px 0;
}
.social-profile ul li.pinterest a:hover {
  background-position: -484px -44px;
}
.social-profile ul li.google-plus a {
  background-position: -528px 0;
}
.social-profile ul li.google-plus a:hover {
  background-position: -528px -44px;
}
.social-profile ul li.wordpress a {
  background-position: -572px 0;
}
.social-profile ul li.wordpress a:hover {
  background-position: -572px -44px;
}
.social-profile ul li.deviantart a {
  background-position: -616px 0;
}
.social-profile ul li.deviantart a:hover {
  background-position: -616px -44px;
}


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

fieldset { background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

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

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-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; }

.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: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

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

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

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

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

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

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

.form-item { margin-bottom: 1em; margin-top: 2px; }

.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-top: 10px; }

/* Contact Form */

.contact-form #edit-name { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-mail { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-subject { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-message { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-top-left-radius: 4px; -khtml-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.contact-form .resizable-textarea .grippie {  width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-bottom-left-radius: 4px; -khtml-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

/* Comment form */

.comment-form label { float: left; font-size: 0.929em; }

.comment-form input, .comment-form .form-select { margin: 0; 
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.comment-form .form-type-textarea label { float: none; }

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select { margin-bottom: 10px; overflow: hidden; }

.comment-form .form-type-checkbox,
.comment-form .form-radios { margin-left: 120px; }

.comment-form .form-type-checkbox label,
.comment-form .form-radios label { float: none; margin-top: 0; }

.comment-form input.form-file { width: auto; }

.comment-form .form-text { display: block; margin: 0; width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.comment-form .form-item .description { font-size: 0.786em; line-height: 1.2; margin-left: 120px; }

#content h2.comment-form { margin-bottom: 0.5em; }

.comment-form .form-textarea { -khtml-border-radius-topleft: 4px; -khtml-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item { margin-top: 0; margin-bottom: 0; }

.filter-wrapper label { width: auto; float: none; }

.filter-wrapper .form-select { min-width: 120px; }

.comment-form fieldset.filter-wrapper .tips { font-size: 0.786em; }

#comment-body-add-more-wrapper .form-type-textarea label { margin-bottom: 0.4em; }

#edit-actions input { margin-right: 0.6em; }

/* Other Overrides */

div.password-suggestions { border: 0; }

.ui-widget-overlay { background: #222222; opacity: 0.7; }

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }

#forum .name { font-size: 1.083em; }

#forum .description { font-size: 1em; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);

border: 1px solid #dbdbdb;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 4px .8em 5px .8em; font-size: 13px; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
cursor: pointer; }

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width { 
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }


#block-search-form { padding-bottom: 7px; }

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

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }

#search-block-form input.form-submit,
#search-form input.form-submit { margin-left: 0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer;
text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url(images/search-button.png) no-repeat center top; overflow: hidden; }

#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 { background-position: center bottom; }

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

.submitted{
  background: #eee;
  padding: 4px 9px;
  border-radius: 4px;
  color: #383838;
  text-shadow: 1px 1px #fff;
  clear: both;
  display: none;
  margin-bottom: 2px;
}

.links li a {
  
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF!important;
    font-family: 'rockwellbold',verdana!important;
    font-size: 18px!important;
    padding: 5px 10px;
    transition: all 300ms ease-in-out 0s;

}

.links li a:hover {
  background: none repeat scroll 0 0 #FFFFFF;
    color: #000000 !important;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
  background: transparent;
  border: 0;
}
#content 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-item label {
  font-size: 13px;
  font-weight: bold;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

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

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

ul.inline, ul.links.inline {
  margin-left: 0;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  -moz-transition: opacity 0.2s ease-in-out 0s;
  background: none repeat scroll 0 0 #999;
  color: #FFFFFF !important;
  line-height: 1em !important;
  margin-bottom: 3px;
  margin-right: 3px;
  opacity: 0.9;
  padding: 4px 6px;
}

.field-name-field-tags a:hover{
  opacity: 1;
}

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

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

#main .field-label{
  color: #000;
}

#main .field-items .field-item{
}

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

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 20px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager {
}

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

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

.field-name-taxonomy-forums .field-items {
}

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

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  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;
}
.view-directors .views-row-odd .field-name-body p, .view-staff .views-row-odd .field-name-body p, .view-advisory-board  .views-row-odd .field-name-body p
{
    margin-left: 7%;
}



/* =Responsive Structure
----------------------------------------------- */
/* Smaller than standard 1060 (devices and browsers) */
@media screen and (max-width: 1060px) {
.view-directors .views-row-odd .field-name-body p, .view-staff .views-row-odd .field-name-body p, .view-advisory-board  .views-row-odd .field-name-body p 
{
    margin-left: 0%!important;
}
  #wrapper {
    max-width: 900px;
  }
  #nav-slider .nav-previous, 
  #nav-slider .nav-next {
    top: 94px;
  }
 .view-directors .views-row-even .field-name-body, .view-staff .views-row-even .field-name-body, .view-advisory-board  .views-row-even .field-name-body
 {
	float: right;
	width: 100% !important;
}
.view-directors .views-row-odd .field-name-body, .view-staff .views-row-odd .field-name-body, .view-advisory-board  .views-row-odd .field-name-body
{
    float: right;
    width: 100% !important;
}
.field.field-name-field-image.field-type-image.field-label-above {
    padding: 0 0 33px;
    text-align: center;
    width: 100% !important;
}
}

@media screen and (max-width: 960px) {
  /*  ipad */
  #wrapper {
    max-width: 708px;
  }
  /* Simplify the basic layout */
  #main #content {
    margin: 0 3%;
    width: auto;
  }
  #nav-slider .nav-previous,
  #nav-slider .nav-next {
    top: 137px;
  }
  #main #sidebar {
    float: none;
    margin: 0 3%;
    width: auto;
  }
  #header #main-menu > ul.menu a {
      padding: 0 0.83em;
  }
  #preface-block-wrap.in1 .preface-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #preface-block-wrap.in2 .preface-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #preface-block-wrap.in3 .preface-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #footer-block-wrap.in1 .footer-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #footer-block-wrap.in2 .footer-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #footer-block-wrap.in3 .footer-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
 .bank_addres_1 {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 16px !important;
    width: 100% !important;
	border-right:none !important;
}
 .bank_addres_2 {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 16px !important;
    width: 100% !important;
	border-right:none !important;
}
.view-directors .views-row-even .field-name-body, .view-staff .views-row-even .field-name-body, .view-advisory-board  .views-row-even .field-name-body
{
	float: right;
	width: 100% !important;
}
.view-directors .views-row-odd .field-name-body, .view-staff .views-row-odd .field-name-body, .view-advisory-board  .views-row-odd .field-name-body
{
    float: right;
    width: 100% !important;
}
.field.field-name-field-image.field-type-image.field-label-above {
    padding: 0 0 33px;
    text-align: center;
    width: 100% !important;
}
 
}
  
@media screen and (max-width: 767px) {
  /*  small tablet */
  #wrapper {
    max-width: 480px;
  }
  /* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
  body {
      padding: 0;
  }
  body, input, textarea {
    font-size: 13px;
  }
  #header,
  #footer-bottom {
    border-radius: 0;
  }
  #main,
  #footer-block-wrap {
    padding-top: 1em;
  }
  #header hgroup {
    padding: 5.30625em 0 2em 0;
    text-align: center;
  }
  #site-name {
    font-size: 28px;
    line-height: 38px;
  }
  #header #site-logo {
        /*padding: 5.30625em 0 2em 0;*/
        padding: 0;
    text-align: center;
  }
  #header .social-profile {
    top: 2em !important;
  }
  #main-menu > ul {
    font-size: 12px;
  }
  #nav-slider .nav-previous,
  #nav-slider .nav-next {
    top: 82px;
  }
  #slider, 
  .block,
  #footer-block-wrap .footer-block {
    margin-bottom: 1em;
  }
  blockquote {
    margin: 0;
  }
  blockquote.pull {
    font-size: 17px;
  }
  /* Reposition the site title and description slightly */
  #site-name {
    padding: 0;
  }
  #site-name,
  #site-slogan {
    margin-right: 0;
  }
  /* Floated content doesn't work well at this size */
  .alignleft,
  .alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  /* Menu */
  #navigation #main-menu {
    padding: 14px 0;
  } 
  #main-menu > ul.menu {
    display: none;
  }
  #main-menu > ul.menu li {
    border: none;
      float: none;
      text-align: center;
  }
  .tinynav {
    background-image: none;
    background-color: transparent;
    background-position: right center;
    background-repeat: no-repeat;
    
    border: none;
    color: #fff;
    display: block;
    margin-bottom: 0;
    margin-left: auto;
    margin-top: 0;
    overflow: hidden;
    width: 100%;
  } 
  .tinynav option {
    color: #000;
  }
  .social-profile {
    float: none;
    text-align: center;
  }
  .social-profile ul li {
    display: inline-block;
    float: none;
        /*comment by Jai
        margin: 0 0 10px 10px;*/
        margin: 0 0 10px;
  }
  #bottom .copyright, #bottom .credit {
    display: block;
    margin-left: 3%;
    float: none;
    text-align: center;
    width: 97%;
  }
 .bank_addres_1 {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 16px !important;
    width: 100% !important;
	border-right:none !important;
    }
 .bank_addres_2 {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 16px !important;
    width: 100% !important;
	border-right:none !important;
}
}
@media (max-device-width: 650px) {  
  .tinynav {
    background-image: url("images/select-arrow.png");
  }
}
@media screen and (max-width: 479px) {
  /*  iphone */
  #wrapper {
    max-width: 320px;
  }
  #site-name {
    font-size: 26px;
    line-height: 36px;
  }
  #site-slogan {
    font-size: 12px;
  }
  #nav-slider .nav-previous,
  #nav-slider .nav-next {
    top: 57px;
  }
  .comment .attribution, .comment .comment-text { 
    display: inline-block;
  }
  #youtubechannel-list ul li{
	width:48% !important;	
    }
  #bottom .copyright, #bottom .credit {
    font-size: 9px;
  }
 .bank_addres_1 {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 16px !important;
    width: 100% !important;
	border-right:none !important;
    }
 .bank_addres_2 {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 16px !important;
    width: 100% !important;
	border-right:none !important;
    }
}
@media screen and (max-width: 319px) {
  /* small phone */
  #wrapper {
    max-width: 100%;
  }
  #wrapper {
    margin-top: 0;
  }
  #header {
    border-top: none;
  }
  input[type="text"] {
    width: 98%;
  }
  #nav-slider .nav-previous,
  #nav-slider .nav-next {
    top: 45px;
  } 
}


/* =Print
----------------------------------------------- */

@media print {
  body {
    background: none !important;
    font-size: 10pt;
  }
  #wrapper {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  #header {
    border-top: none !important;
    padding: 0;
  }
  #header hgroup {
    margin: 0;
  }
  #site-name a {
    font-size: 21pt;
  }
  #site-slogan {
    font-size: 10pt;
  }
  #header img {
    display: none;
  }
  #navigation {
    display: none;
  }
  #main {
    border-top: none;
    box-shadow: none;
  }
  #primary {
    float: left;
    margin: 0;
    width: 100%;
  }
  #content {
    margin: 0;
    width: auto;
  }
  .widget-area {
    display: none;
  }
  #footer-bottom {
    display: none;
  }

}

body.cke_editable {
  background: #fff;
}

.black {
    background: none repeat scroll 0 0 #000000;
    float: left;
	width:100%;
}

@media (max-width:767px){
	.col-md-6{
		width:100%!important;	
	}
	.col-xs-8 {
    width: 100%!important;
    }
    .logo {
    width: 100%;
    }
    #block-block-4 {
    text-align: center !important;
    width:110% !important;
    }
    .menu li a {
    border-right: 1px solid #000000;
    color: #000000;
    font-size: 13px!important;
    padding: 0 8px!important;
    }
    .col-xs-4 {
    width: 100%!important;
    }
    .col-xs-7 {
    width: 100%!important;
    }
    .col-xs-5 {
    width: 100%!important;
    }
    .survey{
	width:100% !important;	
    }
    .business_month_content p{
	font-size:16px!important;		
    }
    .business_month_content h4{
	font-size:14px!important;	
    }
    .business_month_content h2{
	font-size:20px!important;
	}
    .content_left .sidebar{
	text-align:left!important;
	margin-left:0!important;
	}
    .col-xs-5{
	clear:both;	
    }
    .logo_img {
    width: 100%;
	margin-bottom:5px;
    }
    .menu{
	width:100%;
	text-align:center;	
    }
    .register {
	margin-top:0;
	margin-bottom:10px;
	width:100%!important;
	text-align:center;
    }
    .content_left{
	text-align:center;	
    }
    .content_left ul{
	margin:0!important;	
    }
    .footer ul {
    margin-top: 10px;
    width: 100%;
    }
    .footer li{
	font-size:9px!important;	
    }
    .twitter {
    margin-left: 0 !important;
    }
    #header #site-logo
    {
	padding:0px!important;
    }
    .social-profile #edit-search-block-form--2
    {
	margin-right:0px!important;
    }
    .social-profile ul li
    {
	margin:0 0 10px!important;
    }
    .sidebar
    {
	margin-left:0px!important;
    }
}
@media (max-width:900px){
		.col-xs-8 {
    width: 100%!important;
}
.col-xs-4 {
    width: 100%!important;
}
.menu{
	width:100% !important;
	text-align:center !important;	
}
.register {
	margin-top:0;
	margin-bottom:10px;
	width:100%!important;
	text-align:center;
}
}
::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { 
   color: #fff;  
}

::-moz-placeholder { 
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}
.organe {
    background: none repeat scroll 0 0 #FBB03B;
}
.content_text {
    padding-bottom: 45px;
    width: 100%;
}
.content_text h2 {
    color: #FBB03B;
    font-family: 'Rokkitt',serif;
    font-weight: bolder;
    text-transform: uppercase;
}
.content_text p {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 5px;
	margin-bottom:0;
}
.footer li {
    border-right: 1px solid #000000;
    display: inline-block;
    font-size: 12px;
    padding: 0 5px;
	line-height:12px;
}
.footer ul {
    margin-top: 10px;
	margin-left:0px;
	margin-bottom:0px;
}
.nobor
{
	border-right:none!important;
}
.social-profile #edit-search-block-form--2
{
	background: none repeat scroll 0 0 #999999;
    color: #FFFFFF;
    float: left;
    margin-right: 6%;
    margin-top: 1.5%;
    padding: 1%;
    width: 60%;
}

.social-profile #edit-actions
{
	display:none;
}
.social-profile ul
{
	 margin-bottom:10px;
}
.register {
    margin-top: 10px;
    text-align: right;
}
.register a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.content_left {
    width: 100%;
}
.content_left ul {
    margin-left: 15px;
    margin-top: 50px;
    width: 100%;
}
.content_left li {
    border-bottom: 2px solid #000000;
    margin: 0 10px;
    padding: 10px 0;
}
#sidebar .region-sidebar-first {
    /*margin-left: 15px;*/
    margin-top: 50px;
    width: 100%;
}
#sidebar .views-row
{
border-bottom: 2px solid #000000;
	padding: 10px 0;
}

#sidebar .menu
{
 margin-left:0px;
 }

#sidebar .menu li
{
border-bottom: 2px solid #000000;
	padding: 10px 0;
	list-style:none;
}

#sidebar .menu li a
{
 list-style:none;
	 color: #000000;
    font-family: 'Rokkitt',serif;
    font-size: 24px;
    text-transform: uppercase;
}
#sidebar .menu li a.active {
	font-weight:700;
}

.view-aboutus
{
 display:none;
 }

#sidebar .views-row a {
    /*margin: 0 10px;*/
	list-style:none;
	 color: #000000;
    font-family: 'Rokkitt',serif;
    font-size: 24px;
    text-transform: uppercase;
}

#sidebar .views-row .active {
	font-weight:700;
}

.content_left a {
    color: #000000;
    font-family: 'Rokkitt',serif;
    font-size: 24px;
    text-transform: uppercase;
}
.text-bold {
    font-weight: 700;
}
#block-block-2 .col-md-6 {
    width: 100%;
}
a:hover, a:focus {
    color: #2A6496 !important;
    text-decoration: none;
}
.sidebar {
    border-bottom: 2px solid #000000;
    margin: 20px;
    width: 100%;
}
.sidebar h4 {
    font-family: 'rockwellregular',verdana;
    font-size: 20px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.sidebar p {
    font-size: 18px;
    margin-bottom: 10px;
}
.sidebar strong {
    font-size: 18px;
}
.sidebar a {
    background: none repeat scroll 0 0 #FBB03B;
    color: #FFFFFF !important;
    font-family: 'rockwellbold',verdana !important;
    font-size: 14px !important;
    padding: 5px 10px;
	text-transform: uppercase;
}

.sidebar a:hover
{
	text-decoration:none;
}
#node-9 h2
{	
	display:none;
}
#node-9 .links
{
	display:none;
}
#block-views-what-are-berkshare-block h2, #block-youtubechannel-0, #block-quicktabs-tabs h2, #block-views-using-berkshares-block h2
{
	display:none;
}
#node-6
{
 margin-top: -22px;
}
#node-6 h2
{
	display:block!important;
}
#node-6 header h2 a
{
   color: #FBB03B!important;
   font-family: 'Rokkitt',serif!important;
   font-weight: bolder;
   text-transform: uppercase!important;
   font-size: 30px !important;
}
#block-views-what-are-berkshare-block
{
	margin-bottom:75px;
}
.quicktabs-wrapper {
    background: #fff;
	border:1px solid #ccc;
    padding: 10px;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe {
    margin-left: 0.5px;
    width: 103% !important;
}
.fb-like-box.fb_iframe_widget iframe {
    background: none repeat scroll 0 0 #FFFFFF;
}
ul.quicktabs-tabs.quicktabs-style-sky li.active a, ul.quicktabs-tabs.quicktabs-style-sky li.active a:visited{
	background:#fff!important;
	border:1px solid #d1d1d1 !important;
	top:4px !important;
	border-top-right-radius:6px!important;
	border-top-left-radius:6px!important;
	color:#FBB03B !important;
	}
	
ul.quicktabs-tabs.quicktabs-style-sky li.active{
	margin:0 0 7px 0px !important;
	position:static !important;

}
#youtubechannel-list ul li{
	width:33%;	
}
.quicktabs-tabs li {
    margin: 0 3px !important;
    position: relative;
    top: 7px;
}
.quicktabs-tabpage {
    width: 90%;
}
ul.quicktabs-tabs.quicktabs-style-sky li a, ul.quicktabs-tabs.quicktabs-style-sky li a:visited{
	background:#aaa !important;
	color:#fff;
	border:none !important;	
}
.quicktabs_main.quicktabs-style-sky{
	border:none !important;
	padding:10px 5px !important;	
	background:none repeat scroll 0 0 #f0f0f0;
}
.throbber{
		display:none !important;
}
#youtubechannel-player{
  position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
	width:110% !important;
	height: 100% !important; 
	overflow: hidden;
}
 #youtubechannel-player iframe,  #youtubechannel-player object,  #youtubechannel-player embed {
       position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.block.block-youtubechannel{
	width:100% !important;	
}
#youtubechannel-list{
	width:109% !important;
}

#mc-embedded-subscribe, #mc-embedded-subscribe:hover
{
	background:#FBB03B!important;
	font-weight:normal!important;
}
#block-views-what-are-berkshare-block
{
 margin-top:-50px;
}

.view-directors article, .view-staff article, .view-advisory-board  article
{
  border-bottom:1px solid #000000;
   margin-bottom: 15px;
}
.view-directors h2, .view-staff h2, .view-advisory-board  h2
{
 font-size:20px!important;
}
.view-directors .field-name-field-image .field-label, .view-staff .field-name-field-image .field-label, .view-advisory-board  .field-name-field-image .field-label
{
 display:none;
}
.view-directors .views-row-odd .field-name-body, .view-staff .views-row-odd .field-name-body, .view-advisory-board  .views-row-odd .field-name-body
{
  float: right;
  width: 75%;
}
.view-directors .views-row-odd .field-name-field-image, .view-staff .views-row-odd .field-name-field-image, .view-advisory-board  .views-row-odd .field-name-field-image
{
 float: left;
 height: 23%;
 width: 23%;
}

.view-directors .views-row-even .field-name-body, .view-staff .views-row-even .field-name-body, .view-advisory-board  .views-row-even .field-name-body
{
  float: left;
  width: 75%;
}
.view-directors .views-row-even .field-name-field-image, .view-staff .views-row-even .field-name-field-image, .view-advisory-board  .views-row-even .field-name-field-image
{
 float: right;
 height: 23%;
 width: 23%;
}

/*Bank page*/

.content_bank{
	padding-bottom:45px;
	width:100%;	
}
.content_bank h2{
	font-family: 'Rokkitt', serif;
	color:#FBB03B;
	text-transform:uppercase;
	font-weight:bolder;
}
.logo_berkshire{
	width:100%;	
	text-align:center;
}
.logo_berkshire_1 {
    float: left;
    margin-right: 18%;
    text-align: center;
    width: 32%;
}
.logo_berkshire img{
	width:auto;
	border:1px solid #ddd;
	border-radius:10px;
	padding:10px;
}
.logo_berkshire_1 img{
	border:1px solid #ddd;
	border-radius:10px;
	padding:10px;
}
.bank_address {
    border-bottom: 1px solid #C5C5C5;
    float: left;
    margin-left: -3%;
	margin-bottom:20px;
    padding-bottom: 10px;
    width: 110%;
}
.bank_addres_2 {
    border-right: 1px solid #D5D5D5;
    float: left;
    margin-right: 1%;
    margin-top: 30px;
    padding: 0 2%;
    text-align: center;
    width: 45%;
}
.bank_addres_1 {
    border-right: 1px solid #D5D5D5;
    float: left;
    margin-right: 1%;
    margin-top: 30px;
    padding: 0 2%;
    text-align: center;
    width: 32%;
}
p.timings {
    margin: 2px;
}
.manager span {
    width: 100%;
}
.bank_addres_1 h4 {
    font-family: 'Rokkitt',serif;
	font-size:20px; color:#FBB03B;
}
.bank_addres_1 .manager{
	width:100%;
	font-size:17px;
	font-weight:bold;
}
.manager span {
    float: left;
    font-weight: normal;
    margin-bottom: 13px;
    width: 100%;
}
.bank_addres_1 p{
	font-size:16px;	
}
.bank_addres_1 h6 {
    font-family: 'Rokkitt',serif;
    font-size: 20px;
    padding: 10px 0 0;
    text-decoration: underline;
    text-transform: uppercase;
	color:#FBB03B;
}
.timings strong {
    float: left;
	font-size:16px;
   font-family: 'Rokkitt',serif;
    width: 100%;
}
.bank_addres_2 h4 {
    color: #FBB03B;
    font-family: 'Rokkitt',serif;
    font-size: 20px;
}
.bank_addres_2 h6 {
    font-family: 'Rokkitt',serif;
    font-size: 20px;
    padding: 10px 0 0;
    text-decoration: underline;
    text-transform: uppercase;
	color:#FBB03B;
}
span.date-display-single {
    font-family: 'rockwellregular',verdana;
    font-size: 18px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

/*Bank Page*/

.view-enterprise-events h3
{
 margin-bottom:0px!important;
}

.view-enterprise-events a
{
 font-size:18px!important;;
 text-transform:lowercase!important;
 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
 }
 .view-enterprise-events p
 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 18px;
  margin-bottom: 0 !important;
 }
 
 .view-enterprise-events
 {
  padding-left:15px;
  }
  .view-enterprise-events .views-row
  {
   margin-bottom:10px;
   }
 .more_info a
 {
    background: none repeat scroll 0 0 #FBB03B;
    color: #FFFFFF !important;
    font-family: 'rockwellbold',verdana !important;
    font-size: 14px !important;
    padding: 5px 10px;
	text-transform:capitalize !important;
 }
 .views-field-view-node
 { 
  margin-top:10px;
  }
 #block-views-media-converage-block h2, #block-views-archives-block h2
 {
     color: #FBB03B !important;
    display: block !important;
    font-size: 24px !important;
    letter-spacing: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 35px !important;
	 border-bottom: 1px dashed !important;
 }
 #block-views-event-archives-block h2,#block-views-event-archives-block h2{
   color: #FBB03B !important;
    display: block !important;
    font-size: 24px !important;
    letter-spacing: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 35px !important;
	 border-bottom: 1px dashed !important;
 }
 #block-views-media-converage-block .views-row a
 {
  background:url("images/arrow_bullet1.png") no-repeat left 6px;
  text-transform:capitalize;
  padding-left:15px;  
 }
 
 .view-media-converage .submitted, #block-views-most-recent-block .submitted
 {
  display:block!important;
 }
 .view-media-converage #sub_italic, .view-most-recent #sub_italic {
	font-style:oblique;	
}
.links.inline {
    float: left;
    margin: 15px 0 0;
}
 .view-content article, .front .view-clone-of-business-of-the-month-2 .view-content .views-row {
    border-bottom: 2px solid;
    float: left;
    margin: 11px 0;
    padding: 17px 0;
    width: 100%;
}
.item-list ul.views-summary{
	padding:0;
	margin:0;
	width:100%;
}
.item-list .views-summary li{
	list-style: none outside none;
	border-bottom: 2px solid #000000;
	padding: 10px 0;
}
.item-list .views-summary a{
	background: url("images/arrow_bullet1.png") no-repeat scroll left 6px rgba(0, 0, 0, 0);
	text-transform: capitalize;
	color: #000000;
	font-family: 'Rokkitt',serif;
	font-size: 24px;
	padding-left:15px;
}
.view-media-converage .pager
{
 display:none!important;
}

#block-views-most-recent-block
{
clear:both;
}
.view-media-converage iframe
{
    margin-right: 15px;
    margin-top: 10px;
}
.field-name-field-back
{
     clear: both;
    float: right;
    margin-right: 0;
    margin-top: -26px;
    width: 14%;
}
.search-loader {
    display: none;
    float: right;
    margin-top: 10px;
    width: 32%;
}
.page-loader
{
       background: none repeat scroll 0 0 transparent;
    height: 100%;
    left: 0;
/*    opacity: 0.80;*/
/*    opacity: 0.23;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    display:none;
}
.imageloader{

    background: url("images/images/loading_page.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-image: url("images/loading_page.gif");
    height: 204px;
    left: 45%;
    margin-top: 29px;
    position: absolute;
    top: 30%;
    width: 200px;
}

.head-data img {
 cursor: pointer;   
}
.maindiv #businessheading {
    text-transform: capitalize;
}
.Business-detail-description {
  width: 78%;
}
.item-list .pager {
    float: left;
    width: 100%;
}
.x-show{
    display:none;
}

body.html{
    color:#808080;
}
.maindiv{
    margin: 0px auto;
    width:100%;
    float: left;
}
.bodyuppertext1
{
    color: #FDB32F;
    font-family: helvetica;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 30px;
}
.bodyuppertext2
{
    width:100%
}

.bodyutext2left
{
    float:left;
    margin-top: 40px;
}
li{
    list-style-type: none;
}

.brdivs{width:100%}
.brdivsleft{width:27%;float:left}
.list-div-right{width:73%;float:left}
.left-col{float: left;width:35%}
.right-col{float: left;width:65%}
.bodyutext2right{
    float:left;
    width:60%
}
/*.col-xs-5.col-md-5.pull-left{
    display:none;
}*/
.page-business-search .col-xs-7.col-md-7.pull-left{
    width:100%
}
.page-title{
    display:none;
}

.bodyrightdivs{
    float:right;
    width:60%;

}

.Result-listing{
    clear: both; float: left; min-height: 300px; width: 100%;
}

.brdivsmiddle
{
    float:left;
    width:40%
}
.brdivsright
{
    float:right;  
    width:60%;
        text-align: right
}
.lii{
    color:#FDB32F;

}
.left-col{
    
    float:left;
   
}
.head-img{
    float:left;
    width:50%;
    padding-left: 216px;
}
.head-d{
    float:left;
    width:50%;
}
.brdivsmiddleimg-ab{
    background: url("images/pin.png") no-repeat scroll 10px 0 rgba(0, 0, 0, 0);
    color: #A2D7F9;
    display: inline-block;
    padding: 0 0 0 32px;
    cursor:pointer;
}
.brdivsmiddleimg-cd{
    color: #C3E6FC;
    display: inline-block;
    padding: 0 0 0 40px;
    background: url("images/globe.png") no-repeat scroll 15px 0px transparent;

}
.data-a{
/*
    display: inline-block;
      margin-left: 25px;*/
   display: inline-block;
    float: right;
    margin-right: 5px;
    margin-top: 12px;
}
.data-b{
    float:left;
    /*width:50%;*/
}
.brdivs
{
    float:left;
    border: 1px solid #CCCCCC;
    margin: 26px 0 0;
}
p{
    color:grey;
    font-size:16px;
}
.brdivsmiddleimg{
    float:left;
    width:100%;
    margin: 5px 0 0 ;
}
.brdivsmiddleimg-a{
    float:left;
    width:50%;
}
brdivsmiddleimg-b{
    float:left;
    width:50%;
}
.brdivsmiddle-data{
    float:left;
    color:#A8DAFA;
}
.outerfirstcheck ,.outersecondcheck{
    /*border: 4px solid  #D7D7D7;*/   
    border-radius:6px;
    float: left;
    border: 4px solid #EBEBEB;
}
.firstcheck, .secondcheck{

    border: 1px solid #d7d7d7;
    float: left;
    width: 300px;
    height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.head-desc{
    float: left;
    width: 675px;
}
.outersearch-input{
    border: 3px solid #EBEBEB;   
    border-radius:4px;
    float:left;
}
.search-input {
    float: left;
    margin:0;
}
.search-input > input {
    float: left;
    padding: 8px;
    width: 290px;
    margin:0;
    border: 1px solid #A9A9A9;
}
.sub-input {
    float: left;
    margin: 3px 0 0 10px; 
}
.sub-input > input {
    color: #707070 !important;
    font-size: 24px !important;
    margin: 0;
    padding: 1px 6px !important;
}
.bodyul {
    color: #808080;
    font-size: 16px;
    font-weight: bold;
}
.filter-by {
    color: #808080;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}
.left-col h4{
    color: #808080;
    float: left;
    font-size: 17px !important;
    width: 100%;
    margin-top: 22px;

}
.inner-check {
    float: left;
    margin-left: 17px;
    margin-top: 5px;
    width: 100%;
}
.input-ol {
    float: left;
    width: 100%;
    line-height: 24px;
}
.input-ol > input {
    float: left;
}
.category {
    color: #808080;
    float: left;
    font-size: 14px;
    margin-left: 15px;
    text-transform: capitalize;
    width: 175px;
}

.reset-div {
    float: left;
    margin-top: 25px;
    width: 100%;

}
.reset-div > input {
    color: #707070 !important;
    font-size: 21px !important;
    margin: 0;
    padding: 5px 12px !important;
    border-radius:4px

}
.lii {
    float: left;
    font-size: 15px;
    margin-left: 12px;
    margin-top: 8px;
    width: 100%;
    font-weight: bold;
    text-transform: capitalize;
}
.lii1 {
/*    color: #808080;
    float: left;
    font-size: 15px;
    margin-left: 12px;
    margin-top: 30px;*/
    color: #808080;
    float: left;
    font-size: 13px;
    margin-left: 12px;
}
.lii-head{
    color: #FDB32F;
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-left: 12px;
    margin-top: 8px;
    padding-right: 2%;
    width: 98%;
}
.lii1-new {
    color: #808080;
    float: left;
    font-size: 13px;
    margin-left: 0px;
    margin-top: 40px;
    text-align: right;
    width: 90%;
}
#bottom {
    color: #666666;
    float: left;
    font-size: 12px;
    line-height: 2.2em;
    min-height: 68px;
    text-align: center;
}
#footer-bottom{
    margin-top: 30px;
}
.body .item-list .pager{
    display: inline-block;
    padding-top: 41px;
    

}

.body .item-list .pager li{
    margin-right: 0;
    background-image: none;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 0;
    display: inline-block;
}
 .body .item-list .pager li > a, .pager li > span {


    padding: 4px 7px;
    border: 0;
    border-radius:0;
    /*display: inline-block;*/
}

.body .item-list .pager li.pager-current{
     color: #555;
    font-weight: bold;
    padding: 4px 7px;
}
.no-results{margin: 100px 0;
    text-align: center;}
.head-data  img {
   padding-left: 440px;
  
}
.brdivsmiddleimg-cd a:hover {
    
    color: #c3e6fc !important;
}
.data-a a{
    color: #999999 !important;
    font-weight: bold;
    cursor:pointer;
}
.data-category{
   font-weight:normal !important; 
}


/*Business Search Detail Page*/



 .maindiv #businessheading{
    color:#FDB32F;
    font-weight:bold; 
}
.detailbody-text{
    float:left;
    width:100%;
    padding-bottom:105px;
    padding-top: 10px;    
}
.Result-listing.Business-detail{
    border: 2px solid #ebebeb;
   
    width:100%
    /*padding: 10px;*/
}
.Result-listing.Business-detail-innerfirst{
    width:100%;
    float:left;    
}
.Result-listing.Business-detail-innersecond{
     width:100%;
     float:left; 
    
      padding: 10px; 
      position: relative;
}

.secondmap{
    padding: 10px;
    border: 2px solid #ebebeb;
    width:100%;
    float:left;
    margin-top: 10px;
}
.Business-detail-innerfirst-left{
    float:left; 
    width:35%;
}
.Business-detail-innerfirst-right{
  float:left; 
  width:65%;  
}

.Business-detail-a{
 float: left;
 width: 53%;
}
.address-ul-li{
    list-style-type: none;
    text-transform: capitalize;
}
.Business-detail-address{
    float:left;
    width: 43%;
    padding-top: 16px;
    font-size: 13px;
}
.Business-detail-description{
    float:left;
    width:75%;
    padding-top: 16px;
    padding-left: 30px;
    font-size:13px;  
}
.Business-detail-category {
    /*padding-top: 16px;*/
    float: left;
    color:#FDB32F;
    padding-left: 20px;
    width: 25%;
    font-weight:bold;
    padding-top:7px;  
    
    /*text-align: right;*/
    
}
 #category-heading{
     font-size:15px;
    
}


.business-img-b{
/*    background: url("images/globe.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
    padding:0px 0px 5px 28px;
    margin-left: 0px;*/
  background: url("images/globe.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #A2D9F9;
    display: inline-block;
    font-size: 14px;
    margin-left: 0;
    padding: 0 0 5px 28px;
}
.business-img-a {
    padding-left: 22px;
}




.business-img-b a:hover {
    
    color: #c3e6fc !important;
}


.Business-detail-address-ul {
    margin-left: 0;
}
#address-heading{
    color:#FDB32F;
}
/*.Business-detail-a img {
    max-width: 400px;
}*/
.Business-detail-firstname{
    float:left;
    width:100%;
    text-transform: capitalize;
    padding-top: 10px;
}
/*mapsvgfsdjkgvfvjkfh*/
#map { position:absolute; top:0; bottom:0; width:100%;

clear:both;height:300px;width:400px

}
.ui-button {
  background:#3887BE;
  color:#FFF;
  display:block;
  position:absolute;
  top:50%;left:50%;
  width:160px;
  
  z-index:100;
  text-align:center;
  padding:10px;
  border:1px solid rgba(0,0,0,0.4);
  border-radius:3px;
  }
  .ui-button:hover {
    background:#3074a4;
    color:#fff;
    }
    
.brdivsmiddleimg-cd a, .business-img-b a{
    color: #A2D7F9;
}
.brdivsmiddleimg-cd a:hover, .business-img-b a:hover{
    color: #A2D7F9 !important;
}
.brdivs-1{
    margin-top:10px; 
}
.pager a{
    color:#FDB32F !important;
}
.head-data {
    float: left;
    margin-top: 20px;
    width: 100%;
}

#quicktabs-container-business .quicktabs-tabpage {
    width: 100%;
}
#quicktabs-container-business .views-field-title, .front .view-clone-of-business-of-the-month-2 .views-field-title {
    clear: both;
    color: #FBB03B;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5em;
    padding-bottom: 0.3em;
}
#quicktabs-container-business .views-field-title a,.front .view-clone-of-business-of-the-month-2 .views-field-title a
{
      color: #FBB03B;
    text-decoration: none;
    font-family: 'Rokkitt',serif;
     text-transform: uppercase;
}
#quicktabs-container-business .views-field.views-field-body {
    float: left;
    width: 42%;
}
#quicktabs-container-business .views-field.views-field-field-image, #quicktabs-container-business .views-field.views-field-field-imagecrop {
    float: right;
     margin-top: 80px;
}
#quicktabs-container-business .views-field.views-field-created, .front .view-clone-of-business-of-the-month-2 .views-field.views-field-created{
    float: left;
    width: 100%;
}
#quicktabs-container-business .views-field-created span, .front .view-clone-of-business-of-the-month-2 .views-field-created span
{
       font-family: 'rockwellregular',verdana;
    font-size: 18px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
#quicktabs-container-business .views-field.views-field-view-node, .front .view-clone-of-business-of-the-month-2 .views-field.views-field-view-node  {
    float: left;
    width: 22.5%;
}
#quicktabs-container-business .views-field.views-field-php, .front .view-clone-of-business-of-the-month-2 .views-field.views-field-php  {
    float: left;
    width: 38%;
    margin-top:10px;
     margin-bottom: 20px;
    
}
#quicktabs-container-business .views-field-view-node .field-content a, #quicktabs-container-business .views-field-php .field-content a, .front .view-clone-of-business-of-the-month-2 .views-field-view-node .field-content a, .front .view-clone-of-business-of-the-month-2 .views-field-php .field-content a
{
      background: none repeat scroll 0 0 #000000;
    color: #FFFFFF !important;
    font-family: 'rockwellbold',verdana !important;
    font-size: 18px !important;
    padding: 5px 10px;
    transition: all 300ms ease-in-out 0s;
   
}
#quicktabs-container-business .views-row {
    float: left;
    margin-top: 40px;
    width: 100%;
    
}
#quicktabs-container-business .view-other-businesses .views-row {
     border-bottom: 2px solid;
      margin-bottom: 10px;
    
}
#quicktabs-container-business .field.field-name-field-image.field-type-image.field-label-hidden {
    float: left;
    width: 100%;
}
#quicktabs-container-business .views-field-view-node .field-content a:hover,#quicktabs-container-business .views-field-php .field-content a:hover, .front .view-clone-of-business-of-the-month-2 .views-field-view-node .field-content a:hover, .front .view-clone-of-business-of-the-month-2 .views-field-php .field-content a:hover
{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000 !important;
}
#quicktabs-container-business .view-business-of-the-month-2{
    /*float:left;*/
}
#block-quicktabs-business > h2{
    display:none;
}
#quicktabs-container-business{
        background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    padding: 0px !important;
}
#quicktabs-container-business .view-other-businesses .views-row-first{
/*    margin-top: 65px;*/
margin-top: 53px;
}
#block-quicktabs-tabs, #quicktabs-business{
    float:left;
    width:100%;
}
#quicktabs-container-business .view-content article {
 margin-top:0px !important   
}
.secondmap .brdivs{
    margin :5px !important;
}
.brdivsmiddle > a {
      float: left;
    height: 75px;
    width: 100%;
}
.detailbody-text p{
    font-size:15px;
}
.lii-head a
{
      color:#FDB32F;
      cursor: pointer;
}
.lii-head a:hover
{
      color:#FDB32F !important;
}
/*.front .item-list .quicktabs-tabs{display:none}*/
.front #quicktabs-container-business .views-row{margin-top:0px}
.front #block-views-what-are-berkshare-block .title a{
    float: left;
    margin-top: 25px;
    width: 100%;
}
.front .view-clone-of-business-of-the-month-2 .view-content .views-row{
    padding: 6px 0 !important;
}
.front .views-field.views-field-nothing.slides {
    background: none repeat scroll 0 0 #000000;
    float: left;
}
.front .block-image {
    position: relative;
}
.front .block-image img {
    padding: 0 !important;
    border:none !important;
}
.front .lower-cont {
    background: none repeat scroll 0 0 #000000;
    min-height: 125px;
    padding-left: 5%;
    padding-top: 20px;
/*    position: absolute;*/
    top: 449px;
/*    width: 100%;*/
width:652px;
}
.front .block-title
{
    color: #FBB03B;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 23px;
    text-transform: uppercase;
}
.front .node-title a
{
     color: #FFFFFF;
    font-family: 'rockwellbold',verdana;
    font-size: 20px;
    margin: 16px 0 5px;
    text-transform: uppercase;
}
.front .node-body
{
      color: #808080;
    font-family: 'rockwellregular',verdana;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
    padding-bottom: 16px;
}
.front .view-clone-of-business-of-the-month-2 .view-content .views-row {
    border-bottom: none !important;
    position: relative;
}
.front .quicktabs_main.quicktabs-style-sky #quicktabs-tabpage-tabs-1,.front .quicktabs_main.quicktabs-style-sky #quicktabs-tabpage-tabs-3 {
    height: 567px;
    overflow-x: hidden;
    overflow-y: scroll;
    width:100%;
}

.front #quicktabs-tabpage-tabs-1 .views-row {
    border-bottom: none !important;
    padding: 10px 0;
}
.front #quicktabs-tabpage-tabs-1 .field.field-name-field-date.field-type-datetime.field-label-above {
    float: left;
    width: 100%;
}
.front #quicktabs-tabpage-tabs-1 .field-name-field-tags a {
    font-size: 13px !important;
}
.front #quicktabs-tabs .contextual-links a{
    font-size: 13px !important;
    font-style: inherit !important;
}
.front #quicktabs-tabpage-tabs-1 #block-views-events-block-1 h2 {
    display:block !important;
}
#quicktabs-tabpage-tabs-1 .views-row h2.title a{
    float: left;
    font-size: 20px !important;
}
.block-image > img {
    width: 100% !important;
}

#webform-client-form-169, #webform-client-form-215 {
    float: left;
    width: 100%;
}
#webform-client-form-169 .form-item.webform-component.webform-component-textfield, #webform-client-form-215 .form-item.webform-component.webform-component-textfield{
    float: left;
    width: 100%;
}
#webform-client-form-169 label, #webform-client-form-215 label {
    float: left;
    width: 24%;
}
#webform-client-form-169 .form-text, #edit-submitted-category {
    float: left;
    margin-left: 70px;
    width: 60%;
}
#webform-client-form-169 #webform-component-state > label, #webform-client-form-169 #edit-submitted-mailing-state  label{
    float: left;
    width: 34%;
}
#webform-client-form-169 .form-radios {
/*    float: left;
    width: 66%;*/

 float: left;
    margin-left: 70px;
    width: 60%;
}
#webform-client-form-169 #webform-component-mailing-state label{
    float: left;
    width: 34%;
}
#webform-client-form-169 #webform-component-description label, #webform-client-form-169 label[for=edit-submitted-description]{
     width: 52.7% !important;
}
#webform-client-form-169 .grippie{
    display:none;
}
#webform-client-form-169 .form-item.webform-component.webform-component-textarea {
    float: left;
    width: 66%;
}
#webform-client-form-169 #webform-component-logo{
 float:left;
 width:100%;
}
#webform-client-form-169 #webform-component-logo label {
    width: 34%;
}
#webform-client-form-169 #edit-submitted-logo{
    float:left;
    width:41%;
}
#webform-client-form-169 .form-file{
    float:left;
    width: 190px;
}
#webform-client-form-169 .form-actions.form-wrapper, #webform-client-form-169 .form-actions {
    float: left;
}
#webform-client-form-215 .form_text{
    float: left;
    width: 60%;
}

.heading-title, .heading-title a{ color: #fbb03b ;
    font-family: 'Rokkitt',serif !important;
    font-size: 30px !important;
    font-weight: bolder;
	display:block;
    text-transform: uppercase !important;}
#block-views-what-are-berkshare-block .view-what-are-berkshare .heading-title, #block-views-what-are-berkshare-block .view-what-are-berkshare .heading-title a{
display:block;
 color: #fbb03b ;
font-family: 'Rokkitt',serif !important;
    font-size: 30px !important;
    font-weight: bolder;
    text-transform: uppercase !important;
	
	
	}
#block-views-what-are-berkshare-block .view-what-are-berkshare .heading-title{ border-bottom: 2px solid #000000; line-height: 50px;
	 margin: 0 0 10px;}
	.tweet-image {
    float: left;
    margin: 0 10px 0 0;
}

#block-views-recent-media-block .recent-media  .views-row{float:left;width:100%}
#block-views-recent-media-block .recent-media  .views-row .field-name-field-back{border-bottom:none;width:100%;float:left}
#block-views-recent-media-block .recent-media  .views-row  iframe{width:100%}
#recaptcha_div{
       float: left;
    margin-left: 225px;
    width: 100%;

}
.captcha.form-wrapper{
    float: left;
}

.form-item.webform-component.webform-component-file.webform-component--logo {
    float: left;
    width: 100%;
}

.form-item.webform-component.webform-component-file.webform-component--logo > label {
    float: left;
    width: 34% !important;
}

