body {
/*  background: url(/sites/default/files/main-banner-vidigo-website-background.png) 0 0 repeat-x #fff; */
  background: url(/sites/default/files/main-banner-vidigo-website-background.png) 0 0 repeat;
  color: #444; 
}

a {
  color: #666;
}

#main-content a {
  color: #a50133;
}

#main-content a:hover {
  color: #088cb8;
}

a:hover, a:active, a:focus {
/*	color: #bb5d27; */
	color: #a80;
	text-decoration: none;
}

a.username {
	color: #a50133;
	text-decoration: underline;
}

a.username:hover, a.username:active, a.username:focus {
	color: #a80;
	text-decoration: none;
}

p {
/*  font: normal 95%/1.6em "Lucida Grande", "Lucida Sans Unicode", sans-serif; */
  font: normal 1em "Scada";
  line-height: 2;
}

h1, h2 {
	font-family: Corbel;
	text-transform: uppercase;	
	color: #000;
	font-weight: 100;
}

h1 {
	font-size: 2.2em;
	line-height: normal;
	margin-bottom: 15px;
	padding: 0 0 11px;
}

h1 a, h2 a {
	color: #FED71D;
  font-family: Oswald;
}

#main-content h2 a {
	color: #444;
  font-family: Oswald;
  font-size: 1.3em;
  line-height: 2;
}

h2 {
	font-size: 1.714em;
  font-family: Oswald;
}

h2 .first-word {
	color: #a50133;
/*	color: #4b8c00; */
}

h3 {
	color: #4b8c00;
	font-size: 1.231em;
}

h4 {
	color: #666;
	font-size: 1em;
}

tbody {
  border-top: none;
}

ul li {
  list-style: none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;	
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(217, 197, 149, .8);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 81, 41, .6);
}

.form-submit[type="submit"],
.form-submit[type="reset"] {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	border: none;
	box-shadow: inset 0 0 1px rgba(255, 255, 255, .75), 1px 0 1px rgba(0, 0, 0, .42);
  height: 31px;
	margin-right: 15px;
	padding: 5px 15px;
	text-shadow: 1px 0 1px rgba(0, 0, 0, .12);
	text-transform: uppercase;
	text-align: center;
	background: #a50133;
/*	background: url(../images/bg-button.gif) repeat-x #088cb8; */
}

.form-submit[type="submit"]:hover,
.form-submit[type="reset"]:hover {
	background: #088cb8;
}

textarea {
	padding: 4px 0 4px 6px;
	resize: none;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0;	
}
/* icons
----------------------*/
.icons {
	background: url(../images/icons.png) no-repeat 0 0;
	width: 32px;
	height: 32px;
	display: inline-block;
}

.facebook-follow {
	background-position: 0 0;
}

.twitter-follow {
	background-position: -96px 0;
}

.linkedin-follow {
	background-position: -48px 0;
}

.views-field-view-node a:before,
.views-more-link:before {
	content: '// ';
}

.views-field-view-node a,
.views-more-link {
	color: #bb5d27;
	font-size: .857em;
	font-style: italic;	
    text-transform: capitalize;	
}

.views-field-view-node a:hover, .views-field-view-node a:active, .views-field-view-node a:focus,
.views-more-link:hover, .views-more-link:active, .views-more-link:focus {
	color: #333;
}

#main-title {
	background: #eee;
	height: 50px;
  margin-bottom: 18px;	
	position: relative;
	text-align: left;
  padding: 0px 0 20px 0;
/*	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); 
	background: url(../images/bg-title.jpg) no-repeat 0 0; */
}

#main-title h1 {
	bottom: 19px;
	color: #727272;
	font-size: 22px;
	margin: 0;
	padding: 0 0 0 1em;
	position: absolute;
	width: 50%;
  font-family: Oswald;
  font-weight: 600;
}

#main-title h1 span {
/*	background: url(../images/white-trans.png) repeat;
	padding: 5px 20px;	*/
}

/* MAIN
----------------------*/
#page {
	background: url(../images/bg-page.png) no-repeat 50% 0;
}

#page-inner1 {
	background: url(../images/bg-inner1.png) no-repeat 0 0;
}

#page-inner2 {
/*	background: url(../images/bg-inner2.png) no-repeat 100% 0;
  border: 1px solid #CAC1C1; */
  background: #fff;
  width: 1070px;
  margin: 0 auto;
  padding: 1px;
  box-shadow: 1px 1px 15px 1px#444;
  -webkit-box-shadow: 1px 1px 15px 1px#444;
}

/* HEADER
----------------------*/
span.phone-contact {
  color: #bb5d27;
}

/* MAIN NAVIGATION
----------------------*/
#main-menu-wrapper {
/*	background: url(../images/bg-menu.gif) repeat-x 0 100% #dfbf6d;
	box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.25); */
    height: 31px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    width: 100%;
/*    position: fixed;
    z-index: 20;
*/}

#main-menu-wrapper .container {
	position: relative;	
}

span.telephone-number, span.email-address {
	font-weight: 700;
	padding: 9px 0 9px 40px;
	line-height: 2.8;
}

span.telephone-number {
	background: url(../images/ico-phone.png) no-repeat;
}

span.email-address {
	background: url(../images/ico-email.png) no-repeat;
}

span.email-address a {
	font-weight: 100;
	text-decoration: underline;	
}

span.email-address a:hover {
	text-decoration: none;	
}

/* socials
----------------------*/
.socials {
	margin: 0;
	overflow: hidden;
}

.socials li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0 8px;
}

.socials li a {
	text-indent: -99999px;
	display: block;	
}

/********main-wrapper**********/
#main-wrapper .container,
#panel-first-wrapper .container,
#panel-second-wrapper .container {
	background: none;
  padding: 0;
/*	background: url(../images/bg-seperate.png) 0 100% repeat-x; */
}

#panel-third-wrapper .block-views {
	background: url(../images/bg-seperate.png) 0 0 repeat-x;
	padding-top: 6px;
}

#panel-third-wrapper .block-views:first-child {
	background: none;
	padding-top: 0;
}

#main-wrapper .container {
	padding-bottom: 30px;
}

.front #main-wrapper .container {
	padding-top: 0px;
  padding-bottom: 0px;
}

.front #main-wrapper .container .span12 {
  padding: 0;
}

.front .block-system .content > .node {
  padding-bottom: 0;
}

#panel-first-wrapper .container { padding-bottom: 15px; }

/********slideshow**********/
#slideshow-wrapper {
    /*margin: 58px 0 20px;*/	
}

#slideshow-wrapper .container {
	position: relative;
}

#slideshow-wrapper .region-slideshow {
	background: #c2e2ed;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
	position: relative;
	background: -webkit-gradient(linear, left top, right top, from(#fbfcfe), to(#c2e2ed));
	background: -webkit-linear-gradient(left, #fbfcfe, #c2e2ed);
	background: -moz-linear-gradient(left, #fbfcfe, #c2e2ed);
	background: -ms-linear-gradient(left, #fbfcfe, #c2e2ed);
	background: -o-linear-gradient(left, #fbfcfe, #c2e2ed);
}


.slideshow-group-fields-wrapper {
	top: 0;
	right: 0;
	position: absolute;
	width: 100%;
}

.slideshow-group-fields-wrapper .field-content {
	font-family: Corbel;
	padding: 0 80px 0 437px;
}

.slideshow-group-fields-wrapper .views-field-title {
	color: #fff;
	font-size: 2.143em;
	padding-top: 30px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}

.slideshow-group-fields-wrapper .views-field-title a,
.slideshow-group-fields-wrapper .views-field-body p,
.slideshow-group-fields-wrapper .views-field-view-node a {
	background: url(../images/brown-trans-t.png) repeat;
	padding: 3px 10px;
}

.slideshow-group-fields-wrapper .views-field-title a {
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
}

.slideshow-group-fields-wrapper .views-field-title a:hover,
.slideshow-group-fields-wrapper .views-field-title a:active,
.slideshow-group-fields-wrapper .views-field-title a:focus {
	color: #fff;
	text-decoration: none;
}

.slideshow-group-fields-wrapper .views-field-body {
	color: #fff;
	text-align: justify;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}

.slideshow-group-fields-wrapper .views-field-view-node {
	text-align: right;	
}

.slideshow-group-fields-wrapper .views-field-view-node a {
	color: #333;
}

.slideshow-group-fields-wrapper .views-field-view-node a:hover,
.slideshow-group-fields-wrapper .views-field-view-node a:active,
.slideshow-group-fields-wrapper .views-field-view-node a:focus {
	color: #bb5d27;
}

.views-slideshow-controls-bottom {
    height: auto;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
}

.views-slideshow-pager-fields {
    bottom: -6px;
    height: 14px;
    left: 45%;
    position: absolute;
}

.views-slideshow-pager-field-item {
  float: left;
}

.views-slideshow-controls-bottom .views-content-nid {
	background: #c2e2ed;
	background: -webkit-gradient(linear, left top, right top, from(#6ecfef), to(#1593bd));
	background: -webkit-linear-gradient(top, #6ecfef, #1593bd);
	background: -moz-linear-gradient(top, #6ecfef, #1593bd);
	background: -ms-linear-gradient(top, #6ecfef, #1593bd);
	background: -o-linear-gradient(top, #6ecfef, #1593bd);
	cursor: pointer;
	display: block;
	float: left;
	height: 10px;
	margin: 0 1px;
	overflow: hidden;
	text-indent: -999em;
	width: 10px;
	border: 2px solid #0a8db8;
	border-radius: 15px;
}

.view-slideshow .views-slideshow-pager-fields widget_pager {
	width: auto;
}

.view-slideshow .views-slideshow-controls-bottom .active .views-content-nid {
	background: #fff;
	background: -webkit-gradient(linear, left top, right top, from(#fbfcfe), to(#c2e2ed));
	background: -webkit-linear-gradient(top, #fbfcfe, #c2e2ed);
	background: -moz-linear-gradient(top, #fbfcfe, #c2e2ed);
	background: -ms-linear-gradient(top, #fbfcfe, #c2e2ed);
	background: -o-linear-gradient(top, #fbfcfe, #c2e2ed);
	border-color: #948d80;
}

.view-slideshow .region-slideshow:hover .views-slideshow-controls-bottom {
	display: block;
}

.views_slideshow_controls_text {
	position: absolute;
	bottom: 144px;
	left: 0;
	width: 100%;
}

.views_slideshow_controls_text span {
	background: url(../images/bg-button-slideshow.png) no-repeat;
	cursor: pointer;
	display: none;
	height: 36px;
	overflow: hidden;
	position: absolute;
	text-indent: -999em;
	width: 21px;
}

.views_slideshow_controls_text span.views-slideshow-controls-text-previous {
	background-position: 0 0;
	left: -50px;
}

.views_slideshow_controls_text span.views-slideshow-controls-text-previous:hover {
	background-position: 0 -54px;
}

.views_slideshow_controls_text span.views-slideshow-controls-text-next {
	background-position: -28px 0;
	right: -50px;
}

.views_slideshow_controls_text span.views-slideshow-controls-text-next:hover {
	background-position: -28px -54px;
}

.views_slideshow_controls_text span.views-slideshow-controls-text-pause {
	visibility: hidden;
	top: -99999px;
}

#slideshow-wrapper:hover .views_slideshow_controls_text span {
	display: block;
}

.views_slideshow_slide_counter {
  background: #c00;
  color: #fff;
  display: none;
  float: left;
  margin-left: 1px;
  padding: .25em 1em;
}

#slideshow-wrapper .view > .pager,
#slideshow-wrapper .views-mini-pager {
  bottom: 0;
  height: auto;
  position: absolute;
  right: 0;
  width: auto;
  z-index: 20;
}

/********panel-first-wrapper**********/
.panel-column {
	position: relative;	
}

.panel-column .more-link {
    font-size: .857em;
    font-style: italic;
    position: absolute;
    right: 0;
    top: 20px;	
}

.view-gallery .views-field-field-images {
	margin-right: 15px;
}

/********panel-second-wrapper**********/
#panel-second-wrapper .panel-column {
	position: relative;	
}

.view-client-s-testimonials {
	padding-bottom: 30px;	
}

.view-client-s-testimonials .views-field-body,
.view-client-s-testimonials .views-field-field-author {
	padding-right: 190px;
}

.view-client-s-testimonials .views-field-body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 30px;
	background: url(../images/quote-before.png) no-repeat;
}

.view-client-s-testimonials .views-field-body p {
	border-left: 1px solid #ddd;
	padding-left: 15px;
}

.view-client-s-testimonials .views-field-field-author {
	text-align: right;	
}

.view-client-s-testimonials .views-field-field-author span {
	display: block;	
}

.view-client-s-testimonials .views-field-field-image img {
    border-radius: 85px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    position: absolute;
    right: 0;
    top: 20px;
	text-align: center;
}

/********partners**********/
.jcarousel-skin-default .jcarousel-container-horizontal {
	height: 62px;
	padding: 10px 46px;
	width: auto;
}

.jcarousel-skin-default .jcarousel-clip-horizontal {
	width: 100%;	
}

.jcarousel-skin-default .jcarousel-item-horizontal {
	margin: 0 4px;
}

.jcarousel-skin-default .jcarousel-item {
    background: none;
    border: none;
    height: 62px;
}

.jcarousel-skin-default .jcarousel-next, .jcarousel-skin-default .jcarousel-prev {
    background-image: url(../images/arrows.png);
    height: 24px;
    width: 15px;
    top: 30px;
}

.jcarousel-skin-default .jcarousel-prev-horizontal {
    background-position: 0 0;
    left: 20px;
}

.jcarousel-skin-default .jcarousel-next-horizontal {
    background-position: 0 -36px;
	right: 20px;
}

.jcarousel-skin-default .jcarousel-prev-horizontal:active {
  background-position: -64px 0;
}

.jcarousel-skin-default .jcarousel-next-horizontal:hover {
  background-position: -32px -36px;
}
.jcarousel-skin-default .jcarousel-next-horizontal:active {
  background-position: -64px -36px;
}

/**region-content**/
.region-content h2,
.region-content .views-field-title,
#comments h3 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.286em;
    line-height: 1.4;
    margin: 0;
    text-transform: none;
}

.region-content h2.title,
.page-filter-tips .content h2 {
	font-family: Corbel;
	text-transform: uppercase;
	padding-bottom: 18px;
}

.block-system .content > .node {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	padding-bottom: 20px;
}

.region-content .views-row {
	border: 1px solid #ccc;
	padding:10px 20px;
	margin-bottom: 20px;
  box-shadow: 1px 1px 9px #444;
}

.region-content .views-row:first-child,
.block-system .content > .node:first-child {
	border-top: none;
	padding-top: 0;
}

.region-content .views-row:first-child {
	border-top: 1px solid #ccc;
	padding-top: 10px;
  box-shadow: 1px 1px 9px #444;
}
.region-content .views-field-title {
	font-weight: 100;
}

.region-content .views-field-title a {
	color: #000;	
}

.region-content .views-field-field-image {
	margin-bottom: 15px;
}

.region-content .views-field-field-image img {
	display: block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.submitted,
.search-info {
	font-size: .857em;
	color: #aaa;	
}

.submitted {
	padding-bottom: 15px;
}

.submitted a {
	color: #bdbcbc;	
	text-decoration: underline;	
}

.submitted a:hover, .submitted a:active, .submitted a:focus {
	color: #bb5d27;
	text-decoration: none;	
}

/*node-article*/
.node-sponsors .field-type-image,
.node-services .field-type-image,
.node-careers .field-type-image,
.node-blog .field-type-image,
.node-article .field-type-image,
.node-news-events .field-type-image {
	margin: 15px 0;
}

.node-teaser .field-name-field-image {
    float: left;
    margin: 0 30px 15px 0;
}

.node-teaser .field-name-field-image img,
.page-blog-3 .view-Blogs .views-field-field-image img {
    border-radius: 150px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

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

.field-name-field-tags .field-items {
	font-size: .857em;	
}

.field-name-field-tags .field-items a {
	background: #e5e5e5;
	padding: 3px 5px;
}

.field-name-field-tags .field-item {
	display: inline;
	margin: 0 3px;	
}
	
ul.inline, ul.links.inline {
	margin: 0;	
	font-size: .857em;
	color: #000;	
}

ul.inline li {
	padding: 0 10px 0 0;
}

ul.inline a, ul.links.inline a {
	color: #bb5d27;	
}

ul.inline a:hover, ul.inline a:active, ul.inline a:focus,
ul.links.inline a:hover, ul.links.inline a:active, ul.links.inline a:focus {
	color: #bb5d27;	
}

ul.inline .node-readmore a:before,
ul.inline .comment-comments a:before,
ul.inline .comment_forbidden a:first-child:before,
ul.inline .comment-add a:before,
ul.inline .comment-edit a:before,
ul.inline .comment-reply a:before,
ul.inline .blog_usernames_blog a:before {
	content: '// ';
}

/*****who we are*****/
.view-frontpage .views-view-grid {
	margin-left: -30px;
}

.view-frontpage .grid-inner {
	position: relative;
	margin-left: 30px;
}

.view-frontpage .views-field-title {
    font-family: Corbel;
    font-size: 1.714em;
    font-weight: 100;
}

.view-frontpage .views-field-title a {
	color: #000;
}

.view-frontpage .views-field-field-image {
	padding-bottom: 0;	
	margin-bottom: 0;
}

.view-frontpage .views-field-field-image img {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.view-frontpage .views-field-body {
	background: url(../images/white-trans.png) repeat;
	bottom: 0;
	left: 0;	
	padding: 15px 20px;
	position: absolute;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.view-frontpage .views-field-body:hover {
	cursor: pointer;
	padding: 40px 20px;
}

/**back to top*/
.region-footer {
	float: left;
}

.btn-btt {
	width: 43px;
	border: 1px solid #625129;
	background: url(../images/bg-submenu.gif) repeat-x 0 0 #816f45;	
	border-top-width: 1px;
	box-shadow: inset 0 0 3px rgba(198, 165, 79, 0.75);
	color: #af9b6e;
	text-transform: uppercase;
	text-align: center;
	line-height: 2.2;
	float: right;
}

/**breadcrumb*/
.element-invisible {
    font-family: arial;
    font-size: 1em;
    font-weight: 700;
    line-height: normal;
}

#breadcrumb-wrapper {
  box-shadow: 2px 2px 2px -3px #444;
}

.breadcrumb {
	background: url(../images/home.gif) no-repeat 0 9px;
	font-size: .917em;
	margin: 8px 10px 0 0;
	padding: 8px 1em 2px 13px;
  float: right;
}

/**/
ul.primary {
    line-height: 2.1;	
	margin: 7px 0 20px;
	padding: 0;
}

ul.primary li a {
	background: url(../images/brown-trans.png) repeat;
	padding: 0.5em 1em;	
}

ul.primary li.active a {
	background-image: url(../images/white-trans.png);
	border-bottom-color: #eee9da;
}

/*pager*/
.item-list .pager {
    border-top: 1px solid #e5e5e5;
    font-family: Georgia,"Times New Roman",Times,serif;
    padding-top: 20px;	
	text-align: left;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.12);
}
.item-list .pager li {
	float: left;
	padding: 0;
    text-align: center;
	margin-right: 3px;
  background: none;
}

.pager a, .pager span {
    background: #fff;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 2px 10px;
/*    background: url(../images/bg-button-n.gif) repeat-x 0 0 #b0b0b0;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.75) inset, 1px 0 1px rgba(0, 0, 0, 0.42); */
}

.pager a:hover, .pager a:active, .pager a:focus {
	background: #a50133;
	color: #fff;
}

#main-content .content ul.pager li {
  background: none;
  color: #333;
  padding: 2px 9px;
}

.item-list .pager .pager-current {
    background: url(../images/bg-page-current.gif) repeat-x 0 0 #625129;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.75) inset, 1px 0 1px rgba(0, 0, 0, 0.42);
    color: #fff;
	font-weight: 100;
    padding: 2px 10px;
}

/*gallery*/
.region-content .view-gallery-page .views-row {
    border-top: none;
    padding-bottom: 0;
    padding-top: 0;	
}

.view-gallery-page .view-content {
	margin-left: -30px;	
}

.view-gallery-page .views-row {
	float: left;
	margin: 0 0 20px 30px;	
	text-align: center;
	width: 29.5%;
}

.view-gallery-page .views-row img {
    border-radius: 150px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);	
	display: block;
	margin-bottom: 20px;
}

/*blog 3*/
.views-field-sharethis {
	float: left;
	width: 147px;
	padding: 60px 0 0;	
}

.views-field-sharethis .st_facebook_hcount,
.views-field-sharethis .st_twitter_hcount,
.views-field-sharethis .st_linkedin_hcount {
	display: block;
	margin: 10px 0;
}

.st_twitter_hcount {}

.st_linkedin_hcount {}

.page-blog-3 .view-Blogs .views-row {
	overflow: hidden;
}

.page-blog-3 .view-Blogs .views-field-field-image {
	float: left;
}

.page-blog-3 .view-Blogs .views-field-title,
.page-blog-3 .view-Blogs .views-field-body,
.page-blog-3 .view-Blogs .views-field-view-node {
	padding-left: 447px;
}

/*comments*/
#comments, .comment-form {
	background: #f8f7f7;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 15px 20px;
}

#comments .comment-form {
	background: none;
	border-top: none;
	border-bottom: none;
	padding: 0;
}

#comments h3 {
	font-weight: 100;
}

.comment {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

.comment-new { position: relative; }

span.new {
	color: red;
	position: absolute;
	right: 0;
	top: 0;	
}

.indented {
	margin-left: 0;	
}

/*social links*/
.sharethis-buttons {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding: 15px 0;
}

/*admin page*/
.form-item, .form-actions {
	overflow: hidden;	
}

.page-user .form-item label, .page-user .form-item input, .comment-form label, .comment-form .form-item input,
#contact-site-form .form-type-textfield label {
	float: left;	
}

.page-user .form-item label, .comment-form label,
#contact-site-form .form-type-textfield label {
	margin-right: 10px;
	width: 150px;	
}

.page-user .form-checkboxes .form-type-checkbox {
	margin: 0;
}

.page-user .form-type-checkbox .form-checkbox {
	margin-right: 5px;	
}

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

#newsletter-manage-subscriptions-form .form-submit {
	margin-left: 160px;
}

/*search page*/
#contact-site-form {
	margin-bottom: 0;	
}

#search-form #edit-basic,
#contact-site-form .form-item {
	overflow: hidden;	
}

#search-form #edit-basic div,
#search-form #edit-basic .form-submit,
#contact-site-form .form-type-textfield .form-text {
	float: left;	
}

#search-form #edit-basic div {
	margin: 0;
}

#search-form #edit-basic div label {
    float: left;
    line-height: 2.1;
    margin: 0 10px 0 0;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
	border: 1px solid red;
}

.search-results {
	margin: 0;	
}

.search-results li {
	border-top: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.search-results li:first-child {
	border-top: none;
}

#search-form #edit-basic {
	border-bottom: 1px solid #e5e5e5;	
	padding-bottom: 20px;
}

html.js fieldset.search-advanced {
	background: #fbfaf6;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 20px 15px;
	margin-top: 10px;
}

.search-results .title {
	font-weight: 100;	
}

.search-advanced legend {
	border: none;
    margin-bottom: 0;
}

html.js fieldset.collapsed .fieldset-legend,
html.js fieldset.collapsible .fieldset-legend {
/*	background: url(../images/bg-tab-seperate.png) no-repeat 0 14px; */
}

#user-register-form .form-item .description,
#user-login .form-item .description {
    clear: both;
    overflow: hidden;
	padding-left: 160px;
}

#user-register-form .form-actions,
#user-login .form-actions,
#user-pass .form-actions {
	padding-left: 160px;
}

/*gallery*/
.galleryformatter { margin-bottom: 20px; }

.galleryformatter-greenarrows .gallery-thumbs {
	padding: 0;	
}

.galleryformatter-greenarrows .gallery-thumbs .wrapper {
	border-bottom: none;
}

.galleryformatter-greenarrows .slide-button {
	background: transparent url(../images/bg-button-slideshow.png) no-repeat top left;
	height: 36px;
	width: 21px;
	top: 43%;
	filter:alpha(opacity=100);
	-ms-filter:â€alpha(opacity=100)â€;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.galleryformatter-greenarrows .prev-slide {
	background-position: top left;
	left: 20px;
}

.galleryformatter-greenarrows .prev-slide:hover {
	background-position: 0 -54px;
}

.galleryformatter-greenarrows .next-slide {
	background-position: -28px 0;
	right: 20px;
}

.galleryformatter-greenarrows .next-slide:hover {
	background-position: -28px -54px;
}

.galleryformatter-greenarrows .gallery-slides .panel-overlay {
	bottom: 0;	
}

/*map-area-wrapper-*/
#map-area-wrapper h1 {
	color: #4b8c00;
	font-size: 1.231em;
}

#map-area-wrapper .content > h1 {
	float: left;	
}

#map-area-wrapper .content > p {
	float: right;	
	margin-top: 12px;
}

#map-area-wrapper iframe {
	border: 1px solid #e5e5e5;	
}

.node-unpublished {
	background-color: transparent;	
}

/* custom css */

.region-header #block-search-form .form-item input {
  float: left;
  border: 1px solid #a50133;
  border-radius: 6px 0 0 6px;
  max-width: 150px;
}

#page #slideshow-wrapper ul {
  margin: 0 0 10px 0px;
}

ul li {
  list-style-type: none;
}

#main-menu-wrapper .tb-megamenu {
  background: url(../images/nav-bb.png) 0 0 no-repeat;
}

#main-menu-wrapper .tb-megamenu .nav > li > a {
  border-right: none;
  padding: 15px 12px;
}

#main-menu-wrapper .tb-megamenu .nav li.dropdown.active > .dropdown-toggle {
  background-color: none;
  color: #fff;
  border-color: none;
}

#main-menu-wrapper .tb-megamenu ul {
  margin: 0 0 0 4px;
}

#header #block-text-resize-0 {
  margin: -1.5em 2em;
}

#panel-second-wrapper .panel-second-1 img {
  border: 1px solid #ccc;
  padding: 4px;
  background: #F3F2F2;
  margin: 0 1em 0 0;
}

#panel-second-wrapper {
  background: url(../images/bg-seperate.png) left bottom repeat-x;
}

#panel-second-wrapper .container h2,
#panel-second-wrapper .container .content {
  padding: 0 15px;
}

#panel-second-wrapper .panel-second-1 a {
  color: #a50133;
  float: right;
  padding: 8px;
  font-family: Courgette;
}

#panel-second-wrapper .span6 {
  width: 300px;
}

#panel-second-wrapper .panel-second-1 {
  width: 675px;
}

#panel-second-wrapper .panel-second-2 {
  margin-left: 5px;
}

#panel-first-wrapper {
  padding: 10px 0 0 15px;
  background: #eee;
}

#panel-first-wrapper .span3 {
  width: 325px;
}

#block-quicktabs-home-tabs--2 {
  margin: -9px 0 0 0;
}

#panel-forth-wrapper,
#panel-forth-wrapper .container {
  background: url(../images/footer-bg.jpg) repeat;
  min-height: 245px;
  border-bottom: 1px solid #555;
}

#panel-forth-wrapper .row {
  padding: 0;
  margin-left: 0;
}

#panel-forth-wrapper .span3 {
  width: 242px;
  margin-left: 20px;
}

#panel-forth-wrapper p {
  color: #fff;
  font-size: 1em;
}

#panel-forth-wrapper a {
  color:#fff;
  font-size: 13px;
}

#panel-forth-wrapper a:hover {
  color: #a50133;
}

#footer-wrapper p {
  font-size: 1.3em;
  text-align: left;
  font-family: Courgette;
}

#main-wrapper .container .span12 {
  padding: 20px;
  width: 1030px;
  font: normal 95%/1.6em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  text-align: justify;
  line-height: 2;
}

#main-wrapper .span4 {
  width: 180px;
  margin-left: 20px;
}

#main-wrapper .span8 {
  padding: 0 0 0 1.3em;
  width: 840px;
}

#panel-forth-wrapper ul li {
  list-style-image: url(../images/arrow-r.png);
}

#block-quicktabs-home-tabs--2 .view-id-conferences_international .item-list ul li {
  border-top: none;
  margin-top: 0;
  padding: 0 14px;
  height: 25px;
}

#block-quicktabs-home-tabs--2 .view-id-conferences_international ul li span.views-field-title {
  background: url(../images/arrow.png) no-repeat 0 7px;
  padding: 0 10px 0 12px;
  height: 20px;
} 

#block-quicktabs-home-tabs--2 .view-id-conferences_international ul li a {
  font-size: 13px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  text-transform: Capitalize;
  color: #666;
} 

#block-quicktabs-home-tabs--2 .view-id-conferences_international ul li a:hover {
  color: #a50133;
}

/* publication table style */

.view-id-publications table,
.view-id-entpublications table {
  width: 100%;
}

.view-id-publications table th, .view-id-anatomypublications table th,
.view-id-surgerypublications table th,
.view-id-obstgynecologypublications table th,
.view-id-psychiatrypublications table th,
.view-id-forensicpublications table th,
.view-id-pulmonarypublications table th,
.view-id-skinvdpublications table th,
.view-id-radiologypublications table th,
.view-id-biochemistrypublications table th,
.view-id-cardiologypublications table th,
.view-id-microbiologypublications table th,
.view-id-ophthalmologypublications table th,
.view-id-cardiothoracicpublications table th,
.view-id-pharmacology_publications table th,
.view-id-clone_of_communitypublications table th,
.view-id-entpublications table th,
.view-id-neurologypublications table th,
.view-id-physiolgypublications table th,
.view-id-paediatricpublications table th,
.view-id-neuropublications table th,
.view-id-plasticsurgerypublications table th,
.view-id-orthopaedicspublications table th 
{
  background: #555;  
  color: #fff;
  padding: 6px 9px;
  border-right: 1px solid #ccc;
  text-align: center;
}

.view-id-publications table td,
.view-id-obstgynecologypublications table td,
.view-id-plasticsurgerypublications table td,
.view-id-neuropublications table td,
.view-id-psychiatrypublications table td,
.view-id-forensicpublications table td,
.view-id-forensicpublications table td,
.view-id-pulmonarypublications table td,
.view-id-skinvdpublications table td,
.view-id-radiologypublications table td,
.view-id-physiolgypublications table td,
.view-id-biochemistrypublications table td,
.view-id-cardiologypublications table td,
.view-id-ophthalmologypublications table td,
.view-id-microbiologypublications table td,
.view-id-cardiothoracicpublications table td,
.view-id-pharmacology_publications table td,
.view-id-surgerypublications table td,
.view-id-entpublications table td,
.view-id-orthopaedicspublications table td,
.view-id-clone_of_communitypublications table td,
.view-id-neurologypublications td,
.view-id-paediatricpublications td,
#main-wrapper .publication-style td
 {
  padding: 0 9px;
  font-size: 13px;
  border-right: 1px solid #ccc;
}

.view-id-publications table td.views-field-title,
.view-id-obstgynecologypublications table td.views-field-title,
.view-id-plasticsurgerypublications table td.views-field-title,
.view-id-neuropublications table td.views-field-title,
.view-id-psychiatrypublications table td.views-field-title,
.view-id-forensicpublications table td.views-field-title,
.view-id-forensicpublications table td.views-field-title,
.view-id-pulmonarypublicationstable td.views-field-title,
.view-id-skinvdpublications table td.views-field-title,
.view-id-radiologypublications table td.views-field-title,
.view-id-biochemistrypublications table td.views-field-title,
.view-id-cardiologypublications table td.views-field-title,
.view-id-ophthalmologypublications table td.views-field-title,
.view-id-microbiologypublications table td.views-field-title,
.view-id-cardiothoracicpublications table td.views-field-title,
.view-id-pharmacology_publications table td.views-field-title,
.view-id-surgerypublications table td.views-field-title,
.view-id-entpublications table td.views-field-title,
.view-id-orthopaedicspublications table td.views-field-title,
.view-id-physiolgypublications table td.views-field-title,
.view-id-clone_of_communitypublications table td.views-field-title,
.view-id-neurologypublications table td.views-field-title,
.view-id-paediatricpublications table td.views-field-title,
#main-wrapper .publication-style td.views-field-title 
{
  font-size: 13px;
  color: #666;
}

.view-id-publications table th.views-field-title,
.view-id-obstgynecologypublications table th.views-field-title,
.view-id-plasticsurgerypublications table th.views-field-title,
.view-id-neuropublications table th.views-field-title,
.view-id-forensicpublications table th.views-field-title,
.view-id-psychiatrypublications table th.views-field-title,
.view-id-pulmonarypublications table th.views-field-title,
.view-id-skinvdpublications table th.views-field-title,
.view-id-radiologypublications table th.views-field-title,
.view-id-cardiologypublications table th.views-field-title,
.view-id-microbiologypublications table th.views-field-title,
.view-id-ophthalmologypublications table th.views-field-title,
.view-id-biochemistrypublications table th.views-field-title,
.view-id-cardiothoracicpublications table th.views-field-title,
.view-id-surgerypublications table th.views-field-title,
.view-id-anatomypublications table th.views-field-title,
.view-id-orthopaedicspublications table th.views-field-title,
.view-id-neurologypublications table th.views-field-title,
.view-id-clone_of_communitypublications table th.views-field-title,
.view-id-physiolgypublications table th.views-field-title,
.view-id-paediatricpublications table th.views-field-title,
.view-id-entpublications table th.views-field-title {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}

#main-content .contextual-links-region .view-display-id-block_1,
#main-content .contextual-links-region .view-display-id-block_3,
#main-content .contextual-links-region .view-display-id-block_4 {
  margin: 10px 0 2em;
}

#main-content .contextual-links-region h2 {
  margin: 2px;
  border-bottom: 1px dotted #ccc;
  padding: 4px 0;
}

#views-exposed-form-publications-page .views-exposed-form select#edit-shs-term-node-tid-depth-select-1 {
  margin-right: 9px;
}

.views-widget-filter-field_department_publication_tid {
  display: none;
}

select option {
  padding: 1em 0;
  margin: 1em 0;
}

#node-346 .field-item p, .content_link,
#node-301 .field-item p, .content_link,
#node-716 .field-item p, .content_link {
  margin: 0 0 1px;
}

#node-346 .field-item a, .content_link a,
#node-707 .field-item a, .content_link a,
#node-716 .field-item a, .content_link a,
#node-725 .field-item a, .content_link a,
#node-256 .field-item a, .content_link a,
#node-244 .field-item a, .content_link a,
#node-328 .field-item a, .content_link a,
#node-660 .field-item a, .content_link a,
#node-1091 .field-item a, .content_link a,
#node-1073 .field-item a, .content_link a,
#node-1028 .field-item a, .content_link a,
#node-1082 .field-item a, .content_link a,
#node-1037 .field-item a, .content_link a,
#node-1055 .field-item a, .content_link a,
#node-301 .field-item a, .content_link a {
  border: 1px solid #ccc;
  padding: 4px 9px;
  background: #ECE9E9;
  color: #800;
}

#node-346 .field-item a:hover,
#node-707 .field-item a:hover,
#node-256 .field-item a:hover,
#node-716 .field-item a:hover,
#node-725 .field-item a:hover,
#node-244 .field-item a:hover,
#node-328 .field-item a:hover,
#node-301 .field-item a:hover {
#node-660 .field-item a:hover {
#node-1073 .field-item a:hover {
#node-1028 .field-item a:hover {
#node-1082 .field-item a:hover {
#node-1037 .field-item a:hover {
#node-1055 .field-item a:hover {
#node-1091 .field-item a:hover {
  background: #555;
  color: #fff;
}

/* Menu Arrow on Drop Down 

.tb-megamenu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff;
}

.tb-megamenu ul li:first-child a:hover:after {
    border-bottom-color: #fff; 
}

*/

#publications-node-form .form-wrapper div.field-type-taxonomy-term-reference {
  width: 340px;
  float: left;
  margin: 0 1em 0;
}

#publications-node-form fieldset.collapsed {
  width: 1300px;
}

#publications-node-form div#edit-field-department-publication {
  width: 660px;
  float: left;
}

#publications-node-form div#edit-field-select-region {
  width: 360px;
  float: left;
}

#block-quicktabs-home-tabs--2 .general_table table {
  width: 300px;
}









