@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Muli:400,300);
@import url(https://fonts.googleapis.com/css?family=Cutive);
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

li ul,
li ol {
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding-left: 0;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

table {
	margin-bottom: 1.5em;
	width: 100%;
}

th,
tr,
td {
	padding: 0.1em 0.5em;
	vertical-align: middle;
}

hr {
	background: #666;
	border: none;
	clear: both;
	float: none;
	height: 1px;
	margin: -1px 0 1.5em;
	width: 100%;
}

fieldset {
	border: 1px solid #ccc;
	margin: .5em 0;
	padding: 1em;
}

iframe {}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

p {
	margin: 0 0 15px 0;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

ins {
	background-color: #46a7e2;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #46a7e2;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

form {
	margin: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
	font-family: sans-serif;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
	*overflow: visible;
}

table button,
table input {
	*overflow: auto;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

select:focus,
input:focus,
textarea:focus {
	outline: none;
}

pre,
code,
kbd,
samp {
	font-family: monospace, sans-serif;
}

body,
select,
input,
textarea {
	color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h1 {
	font-size: 36px;
	line-height: 1em;
	margin-bottom: .5em;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
	line-height: 2em;
}

h4 {
	font-size: 15px;
	line-height: 1.25em;
	margin-bottom: 1.25em;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

a:hover,
a:active {
	outline: none;
}

ul,
ol {
	margin-left: 0;
}

ol {
	list-style-type: decimal;
	margin: 0 0 15px;
}

small {
	font-size: 85%;
}

strong,
th {
	font-weight: bold;
}

img {
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}

td,
td img {
	vertical-align: top;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

pre {
	padding: 15px;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}

legend {
	*margin-left: -7px;
}

input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="checkbox"] {
	vertical-align: middle;
	*vertical-align: baseline;
}

label,
input[type=button],
input[type=submit],
button {
	cursor: pointer;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
	*overflow: visible;
}

table button,
table input {
	*overflow: auto;
}

input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
	border-radius: 1px;
	box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
	background-color: #f0dddd;
}

::-moz-selection {
	background: #46a7e2;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #46a7e2;
	color: #fff;
	text-shadow: none;
}

a:link {
	-webkit-tap-highlight-color: #46a7e2;
}

img {
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden;
}

#skip-link {
	position: absolute;
}

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.ir br {
	display: none;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

body#body {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #101010;
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	width: 100%;
}

#body.front {
	position: fixed;
}

#page-wrapper {}

.page-node #page-wrapper,
.page-gallery #page-wrapper,
.page-checkout #page-wrapper,
.page-schedule #page-wrapper {
	position: relative;
}

p {
	margin-bottom: 15px;
	color: #848484;
	font-size: 14px;
	text-align: justify;
}

a {
	color: #161616;
	outline: none;
}

a:hover {
	color: #b2a61b;
	text-decoration: none;
}

#page {
	margin: 0 auto;
}

.page {
	width: 99%;
	margin: 0 auto;
}

.site-left {
	width: 48%;
	float: left;
}

.site-right {
	width: 48%;
	float: right;
	margin: 0 10px 0 0
}

#header {
	position: relative;
}

.section-1 {
	padding-top: 24px;
	margin-bottom: 41px;
}

.section-2 {
	padding: 0;
}

.section-2 .col1 a#logo {
	display: block;
	text-align: center;
	padding: 1em 0;
}

.section-2 .col2 {
	float: right;
}

.section-3 {
	background: #161616;
	margin: 38px 0 100px;
}

.panels-flexible-region-inside {
	overflow: hidden;
}

.page-about .panels-flexible-region-inside {
	margin: 0 -10px;
}

#header #logo {
	display: block;
	margin: 0 20px 0 10px;
	text-decoration: none;
}

#header #site-name-slogan {
	float: left;
}

#header #site-name {
	font-size: 30px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
}

#header #site-name a {
	text-decoration: none
}

.user-menu-wrap {
	text-align: right;
	color: #8f8621;
}

.user-menu-wrap a {
	color: #8f8621;
}

#sidebar-first #underlogo h2 {
	display: none;
}

#sidebar-first .ui-widget-content,
#sidebar-first .ui-state-active,
#sidebar-first .ui-widget-content .ui-state-active,
#sidebar-first .ui-widget-header .ui-state-active,
#sidebar-first .ui-state-default,
#sidebar-first .ui-widget-content .ui-state-default,
#sidebar-first .ui-widget-header .ui-state-default {
	background: none;
	border: none;
}

.ui-accordion {
	margin: 0 0 0 15px;
}

#sidebar-first .ui-accordion .ui-accordion-header {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	display: block;
	float: none;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 14px;
	overflow: inherit;
	text-align: right;
	text-transform: inherit;
	width: 100px;
	z-index: 9999;
}

#sidebar-first .ui-accordion .ui-icon {
	display: none;
}

#sidebar-first .ui-accordion-icons .ui-accordion-header span.accordion-link,
#sidebar-first .ui-accordion-icons .ui-accordion-header a.accordion-link {
	border: 0 none;
	color: #999;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0 15px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.3s ease 0s;
	background: url(/sites/all/themes/lorne/images/menu-bullet.png) no-repeat scroll -108px 2px transparent;
	transition: left 0.2s ease 0s;
}

#sidebar-first .ui-accordion-icons .ui-accordion-header span.accordion-link:hover,
#sidebar-first .ui-accordion-icons .ui-accordion-header a.accordion-link:hover,
#sidebar-first .ui-accordion-icons .ui-accordion-header a.accordion-link.active-trail {
	background: url(/sites/all/themes/lorne/images/menu-bullet.png) no-repeat scroll right 2px transparent !important;
	transition: background-position 0.2s ease-in-out 0s !important;
	color: #666 !important;
}

.taxonomy-awards .ui-accordion-icons .ui-accordion-header.menu-mlid-689 a.accordion-link,
.taxonomy-publications .ui-accordion-icons .ui-accordion-header.menu-mlid-687 a.accordion-link,
.section-archives .ui-accordion-icons .ui-accordion-header.menu-mlid-1309 a.accordion-link,
.node-type-schedule .ui-accordion-icons .menu .mid-633 a {
	background: url(/sites/all/themes/lorne/images/menu-bullet.png) no-repeat scroll 4px 2px transparent !important;
	transition: background-position 0.2s ease-in-out 0s !important;
	color: #666 !important;
}

.node-type-schedule .ui-accordion-icons .ui-accordion-header.menu-mlid-593 .accordion-link {
	color: #666 !important;
}

.node-type-schedule .ui-accordion-icons .accordion-content-2 {
	display: block !important;
}

#sidebar-first .ui-accordion-icons .ui-accordion-header.ui-state-active span.accordion-link,
#sidebar-first .ui-accordion-icons .ui-accordion-header.ui-state-active a.accordion-link {
	color: #666;
}

#sidebar-first .ui-accordion .ui-accordion-content {
	background: none repeat scroll 0 0 #FFFFFF;
	height: auto !important;
	left: 44% !important;
	padding: 0 !important;
	position: absolute !important;
	width: 110px !important;
	margin: 0 0 0 5px !important;
}

#sidebar-first .ui-accordion .accordion-content-2.ui-accordion-content {
	top: 28px!important;
}

#sidebar-first .ui-accordion .accordion-content-3.ui-accordion-content {
	top: 58px!important;
}

#sidebar-first .ui-accordion .accordion-content-4.ui-accordion-content {
	top: 88px!important;
}

#sidebar-first .ui-accordion .ui-accordion-content ul {
	padding: 0;
}

#sidebar-first .ui-accordion .no-children .ui-accordion-content {
	padding: 0;
}

#sidebar-first .ui-accordion .ui-accordion-content li {
	margin: 0;
	padding: 0;
	background: none;
}

#sidebar-first .ui-accordion .ui-accordion-content li a {
	background: url(/sites/all/themes/lorne/images/menu-bullet.png) no-repeat scroll -8px 2px transparent;
	border: 0 none;
	color: #999;
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 16px;
	margin: 0;
	padding: 0 0 0 20px;
	text-decoration: none;
	text-transform: capitalize;
	transition: left 0.2s ease 0s;
}

#sidebar-first .ui-accordion .ui-accordion-content li a:hover,
#sidebar-first .ui-accordion .ui-accordion-content li a.active {
	transition: background-position 0.2s ease-in-out 0s;
	color: #666;
}

#block-superfish-1 {}

#superfish-1 a {
	cursor: pointer;
}

#superfish-1 {
	background: none;
	margin: 0px;
	position: relative;
	width: auto;
}

#superfish-1:after {
	position: relative;
	width: 100%;
	clear: both;
	content: "";
	display: block;
}

#superfish-1>li {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	display: block;
	float: none;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 7px;
	overflow: inherit;
	padding: 5px 0;
	text-align: left;
	text-transform: inherit;
}

#superfish-1>li.last {
	padding-right: 0;
	background: none;
	margin-right: 0;
}

#superfish-1>li>a,
.sb-slidebar li>a {
	border: 0 none;
	color: #929292;
	font-family: 'Cutive', serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 22px;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.3s ease 0s;
	transition: left 0.2s ease 0s;
	text-transform: uppercase;
}

#superfish-1>li>a:hover,
#superfish-1>li>a.sfHover {
	color: #fff;
}

#superfish-1 ul {
	background: #c4b61c;
	border: 0px solid #1b1b1b;
	display: none !important;
	padding: 15px 10px 5px;
	width: 120px !important;
}

.sf-navbar>li>ul {
	margin-top: 3px;
}

#superfish-1 ul li {
	background: none;
	border-bottom: 0;
	height: auto;
	padding: 0;
	float: none;
	width: auto !important;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;
}

#superfish-1 ul li a:visited,
#superfish-1 ul li a {
	border: 0;
	color: #da9e10;
	text-decoration: none;
	text-align: left;
	padding-left: 15px;
	background-position: -4px 4px;
}

#superfish-1 ul li a:hover,
#superfish-1 ul li a.active {
	background-position: 4px 4px;
}

#superfish-1 li a:hover,
#superfish-1 li ul a:hover,
#superfish-1 li a.active,
#superfish-1 li ul a.active {
	color: #da9e10;
}

#superfish-1 ul li ul {
	left: 160px !important;
	padding: 10px 0 !important;
	top: 0 !important;
}

#superfish-1 ul li ul li {
	background: none;
	margin-bottom: 1px;
}

.sf-vertical li:focus ul,
.sf-vertical li:hover ul,
.sf-vertical li:active ul,
.sf-vertical li.sfHover ul {
	left: 8em;
	top: 10px;
}

#superfish-1>li.active-trail ul {
	background: none repeat scroll 0 0 transparent !important;
	display: block !important;
	float: none !important;
	position: relative !important;
	top: 0 !important;
	left: 15px !important;
	visibility: visible !important;
	width: 12em !important;
	padding: 7px 0 5px 10px !important;
	visibility: visible !important;
}

#superfish-1 li a:hover,
#superfish-1 li a.active {
	transition: background-position 0.2s ease-in-out 0s;
}

#superfish-1 li.active-trail a.sf-depth-1.active.menuparent {
	background: none;
}

#superfish-1>li.sf-depth-1:hover ul li,
#superfish-1 li.sf-depth-1.active-trail ul li {
	padding: 0;
}

#superfish-1>li.sf-depth-1:hover ul a,
#superfish-1 li.sf-depth-1.active-trail ul a {
	text-transform: capitalize !important;
}

#superfish-1 li.sf-depth-1.active-trail ul li#menu-693-1 a {
	text-transform: uppercase !important;
}

#main-wrapper #main {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.section .region {
	width: 100%;
}

#sidebar-first .section {
	padding: 0px 10px 0px 0px;
}

#content .section {
	width: 100%;
}

.region-content {
	overflow: hidden;
}

.tabs-wrapper {
	margin: 1px 0 20px;
}

div.tabs {
	overflow: hidden;
}

.tabs ul.primary li {
	margin-bottom: -1px;
}

.tabs ul.primary li a {
	background: #c4b71c;
	border: 1px solid #161616;
	border-radius: 5px 5px 0 0;
}

.tabs ul.primary {
	border: 0;
	margin: 10px 0 10px 0;
	overflow: hidden;
	padding: 4px 0;
}

.tabs ul li a {
	background: #464646;
	border-bottom: 0;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 3px 15px 4px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
}

.tabs ul li a.active,
.tabs ul li a:hover {
	background: #161616;
	color: #fff;
	text-shadow: none;
}

article.comment header {
	width: 100%;
	overflow: hidden;
}

.user-picture {
	float: left;
	margin-right: 15px;
}

section#comments h2.title {
	color: #292a2b;
	font-size: 18px;
	margin-bottom: 25px;
}

#comment-form label {
	color: #656024;
	display: table;
}

#comment-form .form-submit {
	margin-right: 10px;
}

#comment-form iframe {
	background: #c4b71c !important;
}

#comment-form .form-text,
.search-form .form-text,
#user-login .form-text {
	width: 220px;
}

#comment-form .form-textarea {
	height: 120px;
}

.resizable-textarea .grippie {
	display: none;
}

.form-type-item {
	overflow: hidden;
	width: 100%;
}

.form-type-item label {
	float: left;
	padding-right: 10px;
}

.form-type-item a {
	color: #161616
}

.form-type-select {
	margin: 0;
}

#edit-comment-body-und-0-format-guidelines {
	padding-top: 15px;
}

#edit-comment-body-und-0-format-guidelines ul li {
	font-size: 12px;
	overflow: hidden;
	width: 100%;
}

.comment-wrapper {
	overflow: hidden;
}

article.comment .submitted {
	margin: 2px 0 10px;
}

.filter-help a {
	padding: 0;
	background: none;
}

article.comment .submitted a.permalink {
	display: none;
}

article.comment h2 {
	text-decoration: none;
}

article.comment h3 {
	margin-bottom: 0;
}

article.comment h3 a {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
}

article.comment {
	margin-bottom: 25px;
}

.node article.comment footer {
	overflow: hidden;
	padding: 0;
}

#edit-comment-body-und-0-format {
	border: none;
}

#edit-comment-body-und-0-format .fieldset-wrapper>* {
	padding-left: 0;
	padding-right: 0;
}

#edit-comment-body-und-0-format .fieldset-wrapper {
	padding: 0;
}

#edit-comment-body-und-0-format .fieldset-wrapper label {
	display: inline;
}

#comment-form-wrapper {
	margin-top: 30px;
}

article.comment span.new {
	position: absolute;
	top: 0;
	right: 0;
}

.comment-preview {
	background: none;
}

.content-wrap {
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
}

.front h1 {
	display: none;
}

h1,
h2,
h3 {
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #161616;
	margin: 15px 0 10px;
	text-transform: uppercase;
}

h1#page-title {
	display: none;
}

.profile h3 {
	border-bottom: 1px solid #989898;
	color: #686868;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin: 15px 0 25px;
	padding: 0;
	text-transform: capitalize;
	width: 95%;
}

h3 {
	font-size: 16px;
	line-height: 24px;
}

.node h2 {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 20px;
}

.node h2 a {
	text-decoration: none;
}

article.node {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#back-top span#button {
	display: none;
}

#back-top span#link {
	text-align: center;
	width: 50px;
	display: block;
	background: #161616;
	padding: 14px 0 13px;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 12px;
	color: #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
}

#back-top span#link:hover {
	background: #fff;
	color: #161616;
}

.region-content-top {
	padding-bottom: 64px;
	border-bottom: 3px solid #c4b71c;
}

#block-views-services-block {
	margin: 0 -10px;
}

.view-articles .views-row {
	margin-bottom: 58px;
}

.view-articles .views-field-title {
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: bold;
	color: #161616;
	margin-bottom: 24px;
}

.view-articles .views-field-body-1 {
	padding-left: 100px;
	background: url(/sites/all/themes/lorne/images/icon1.png) 17px 6px no-repeat;
	margin-bottom: 30px;
}

.view-articles .views-row.views-row-2 .views-field-body-1 {
	background: url(/sites/all/themes/lorne/images/icon2.png) 17px 11px no-repeat;
}

.view-articles .views-field-body-1 .body {
	margin-bottom: 28px;
}

.panel-pane.choose-us .pane-content {
	overflow: hidden;
}

.panel-pane.choose-us .inner-block .icon {
	display: block;
	width: 46px;
	text-align: center;
	border-radius: 100%;
	background: #161616;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 11px 0 13px;
	margin-bottom: 10px;
}

.panel-pane.testimonials .quote {
	padding-left: 35px;
	background: url(/sites/all/themes/lorne/images/quotes.gif) 0 3px no-repeat;
}

.panel-pane.testimonials .quote .name {
	color: #000;
}

.panels-flexible-row-4-1 {
	padding-bottom: 35px;
	border-bottom: 3px solid #c4b71c;
	margin-bottom: 50px;
}

.history {
	overflow: hidden;
}

.history .year {
	float: left;
	letter-spacing: -2px;
	font-size: 30px;
	line-height: 36px;
	color: #b2a61b;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 15px;
}

.history .extra {
	padding-top: 3px;
}

.services-wrapper .services-block .wrapper {
	margin-bottom: 10px;
	overflow: hidden;
}

.services-wrapper .services-block .icon {
	float: left;
	width: 45px;
	display: inline-block;
	text-align: center;
	background: #161616;
	border-radius: 100%;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	text-transform: uppercase;
	padding: 11px 0 13px;
	margin-right: 15px;
}

.services-wrapper .services-block .title {
	overflow: hidden;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #161616;
	padding: 7px 45px 0 0;
}

.services-wrapper {
	overflow: hidden;
	margin: 0 -40px 0 -10px;
	padding-top: 30px;
}

#block-block-7 {
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.page-contacts .panels-flexible-region-inside {
	margin: 0 -10px;
}

p.submitted {
	font-size: 12px;
	margin: 5px 0 25px;
	line-height: 15px;
	overflow: hidden;
}

.comment_count {
	float: right;
}

.submitted,
p.submitted span {
	color: #000;
}

.submitted a {
	color: #161616;
	text-decoration: none;
}

.submitted a:hover {
	color: #b2a61b;
}

article.node footer {
	padding-top: 10px;
}

article footer ul.links.inline {
	overflow: hidden;
	display: block;
}

.field-name-field-tags ul.links li {
	margin: 0 2px 0 0;
	padding: 0 !important;
}

.field-name-field-tags ul.links li a {
	padding: 10px 15px 11px;
}

article footer ul li {
	float: left;
	padding: 0;
	margin: 0 0 0 15px;
	padding: 0;
}

article footer ul.links li {
	float: left;
	padding: 0;
	margin: 0 0 0 15px;
	padding: 0;
}

article footer ul.links li.blog_usernames_blog,
article footer ul.links li.comment-add,
article footer ul.links li.comment-comments {
	display: none;
}

article footer ul li:first-child {
	margin-left: 0;
}

.field-name-taxonomy-forums ul.links li a {
	display: inline;
	padding: 0;
	background: none;
	line-height: 24px;
}

.field-name-taxonomy-forums ul.links li a:hover {
	background: none;
	color: #b2a61b;
}

#edit-cancel {
	padding: 7px 10px;
}

ul.links li a:hover,
#edit-cancel:hover {
	background: #161616;
	color: #fff;
}

article.node footer .field-name-field-tags {
	padding-bottom: 10px;
}

article.node footer .field-name-field-tags .field-label {
	color: #656024;
	line-height: 28px;
}

article.node footer .field-name-field-tags .field-items {
	overflow: hidden;
	padding-bottom: 15px;
	width: 100%;
}

article.node footer .field-name-field-tags ul li {
	float: left;
	padding: 0 4px;
}

article.node footer .field-name-field-tags ul li a {
	text-decoration: none;
}

article.node footer .field-name-field-tags .field-item {
	float: left;
	padding-right: 10px;
}

.page-page-404 #search-block-form {
	width: 400px;
}

.panel-separator {
	display: none;
}

.panel-pane.error-page {
	margin-bottom: 30px;
}

.panel-pane.error-page .pane-content {
	overflow: hidden;
}

.panel-pane.error-page .pane-content span.err {
	float: left;
	font-size: 150px;
	line-height: 180px;
	color: #161616;
	font-weight: bold;
}

.panel-pane.error-page .pane-content .extra {
	padding-left: 80px;
	max-width: 300px;
	background: url(/sites/all/themes/lorne/images/v_line.gif) 40px 0 repeat-y;
}

.panel-pane.error-page .pane-content .err-title {
	font-size: 70px;
	line-height: 84px;
	padding-top: 20px;
	color: #000;
	text-transform: uppercase;
	display: block;
}

.panel-pane.error-page .pane-content .err-body {
	width: 300px;
	display: block;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
}

.page-page-404 .pane-search-form .pane-content {
	display: inline-block;
	padding-top: 40px;
}

.page-page-404 .pane-search-form {
	text-align: center;
}

.page-page-404 .pane-search-form #search-block-form .form-text {
	width: 300px;
}

.extra {
	overflow: hidden;
}

html.js .collapsible.collapsed.collapsible .fieldset-legend {
	background-image: url(/sites/all/themes/lorne/images/menu-collapsed.png);
}

html.js .collapsible.collapsible .fieldset-legend {
	background-image: url(/sites/all/themes/lorne/images/menu-expanded.png);
}

input[type="text"],
input[type="password"],
input[type="search"],
textarea {
	font-size: 12px;
	color: #656024;
	border: 1px solid #ccc;
	padding: 8px 5px 9px;
	background: #fff !important;
}

label {
	font-weight: normal;
	display: table;
}

label.option {
	display: inline !important;
	vertical-align: middle;
}

textarea {
	resize: none;
}

section.block {}

section.block ul,
section.block .item-list ul li {
	margin: 0;
}

ul li.leaf {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

section.block h2 {
	margin-bottom: 28px;
}

section.block .content li {
	background: url(/sites/all/themes/lorne/images/marker.gif) no-repeat 0 8px;
	padding: 0 0 10px 12px;
	overflow: hidden;
	line-height: 20px;
	font-size: 10px;
}

section.block .content li.collapsed {
	margin-left: 0;
}

section.block .content li a {
	color: #161616;
	font-weight: normal;
	text-decoration: none;
}

section.block .content li a:hover {
	color: #b2a61b;
}

#block-comment-recent .content li a {
	display: block;
}

#block-forum-new .contextual-links-wrapper {
	display: none;
}

#block-system-navigation .content li {
	margin: 0;
}

fieldset {
	border-color: #000;
}

#edit-cancel {
	display: inline-block;
	line-height: 20px;
}

.form-submit {
	border: none;
	background: #DEDEDE;
	color: #545454;
	font-size: 10px;
	line-height: 12px;
	padding: 9px 19px 9px;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	-moz-transition: all ease .32s;
	-webkit-transition: all ease .32s;
	transition: all ease .32s;
}

.form-submit:hover,
#edit-cancel:hover {
	background: #161616;
	color: #fff;
}

#footer {
	clear: both;
	overflow: hidden;
	width: 100%;
	left: 0;
	bottom: 0;
	position: fixed;
	background: #fff;
	z-index: 999;
}

.footer-wrapper {
	background: #dedede;
}

#footer * {
	color: #000;
}

#footer a {
	text-decoration: none;
}

#footer #block-custom-alter-custom-social-icons {
	display: inline-block;
	float: left;
	margin-left: 1%;
	overflow: hidden;
	padding: 3px 0 0;
	position: relative;
}

.leftbottom #block-custom-alter-custom-social-icons {
	margin: 7px 0 0;
}

.region-footer {
	overflow: hidden;
	padding: 5px 0;
}

.region-footer p {
	margin-bottom: 0px;
	font-size: 12.4px;
}

#footer #block-block-1 {
	float: right;
	margin: 4px 1.4% 0 0;
}

.footer-wrapper {
	margin: 0 auto;
	width: 100%;
}

#block-follow-site {
	float: right;
}

#block-follow-site .follow-links li {
	background: none;
	float: left;
	padding: 0;
}

a.follow-link {
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	float: left;
	margin: 3px 0px 5px 1px;
	padding: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
}

a.follow-link:hover {
	margin-top: 0;
	height: 27px;
}

@-ms-keyframes flash {
	25% {}
	50% {
		border-left-color: #c4b71c;
		border-top-color: #c4b71c;
	}
	75% {
		border-left-color: #c4b71c;
		border-top-color: #c4b71c;
		border-right-color: #c4b71c;
	}
	100% {
		border-left-color: #c4b71c;
		border-top-color: #c4b71c;
		border-right-color: #c4b71c;
		border-bottom-color: #c4b71c;
	}
}

@-moz-keyframes flash {
	25% {
		border-left-color: #c4b71c;
	}
	50% {
		border-left-color: #c4b71c;
		border-top-color: #c4b71c;
	}
	75% {
		border-left-color: #c4b71c;
		border-top-color: #c4b71c;
		border-right-color: #c4b71c;
	}
	100% {
		border-left-color: #c4b71c;
		border-top-color: #c4b71c;
		border-right-color: #c4b71c;
		border-bottom-color: #c4b71c;
	}
}

@-webkit-keyframes flash {
	25% {
		border-left-color: #c4b71c;
	}
	50% {
		border-left-color: #c4b71c;
		border-top-color: #c4b71c;
	}
	75% {
		border-left-color: #c4b71c;
		border-top-color: #c4b71c;
		border-right-color: #c4b71c;
	}
	100% {
		border-left-color: #c4b71c;
		border-top-color: #c4b71c;
		border-right-color: #c4b71c;
		border-bottom-color: #c4b71c;
	}
}

.flash {
	animation-name: flash;
	animation-direction: alternate;
	animation-fill-mode: both;
	animation-duration: .52s;
	animation-timing-function: ease-out;
	-moz-animation-name: flash;
	-moz-animation-direction: alternate;
	-moz-animation-fill-mode: both;
	-moz-animation-duration: .52s;
	-moz-animation-timing-function: ease-out;
	-webkit-animation-name: flash;
	-webkit-animation-direction: alternate;
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: .52s;
	-webkit-animation-timing-function: ease-out;
	-ms-animation-name: flash;
	-ms-animation-direction: alternate;
	-ms-animation-fill-mode: both;
	-ms-animation-duration: .52s;
	-ms-animation-timing-function: ease-out;
}

.action-links {
	padding: 15px 0px;
}

.action-links a {
	color: #161616;
	font-size: 12px;
}

.action-links a:hover {
	text-decoration: none;
}

#forum a {
	color: #161616;
	font-size: 13px;
}

#forum table {
	border: 1px solid #c8c8c8;
	width: 100%;
}

tr.even,
tr.odd {
	background: #eee;
	border: none;
}

th,
tr,
td {
	padding: 0.5em !important;
}

.page-schedule aside#sidebar-first {
	min-height: 700px !important;
	padding: 0 0 5px;
}

.view-testimonials .view-header {
	text-align: center;
}

#forum th {
	background: #161616;
	border: 1px solid #535353;
	color: #fff;
	font-size: 14px;
	padding: 3px 5px;
}

#forum th a {
	color: #fff;
}

#forum tr.even,
tr.odd {
	background: none;
	border-bottom: 0px solid #e0e0e0;
}

#forum tr.even td {
	background: #f8f8f8
}

#forum tr.odd td {
	background: #f7f6f4
}

#forum td.container {
	padding: 10px;
}

#forum tr.even td.forum {
	background: url(/sites/all/themes/lorne/images/forum-ico.png) no-repeat 10px 10px #fafafa
}

#forum tr.odd td.forum {
	background: url(/sites/all/themes/lorne/images/forum-ico.png) no-repeat 10px 10px #f7f6f4
}

#forum td {
	background: #f3f5f4;
	border: 1px solid #c8c8c8;
	padding: 5px;
}

#forum td.topics,
#forum td.posts,
#forum td.replies {
	text-align: center;
}

#forum td.last-reply span,
#forum td.title span {
	color: #535353;
}

.field-name-taxonomy-forums {
	overflow: hidden;
	padding-bottom: 10px;
	width: 100%;
}

.field-label {}

.field-items a {
	color: #161616;
	font-size: 12px;
}

h3.field-label {
	line-height: 22px;
	padding-right: 10px;
}

#first-time {
	display: none;
}

#first-time p {
	padding: 10px 0;
}

#first-time .item-list ul li {
	background: none;
	display: block;
	float: left;
	margin: 0;
}

#first-time .item-list ul li a {
	color: #161616;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#first-time .item-list ul li:hover {
	background: none
}

#first-time .item-list ul li a:hover {
	background: none
}

.item-list .pager {
	overflow: hidden;
}

.content ul.pager li {
	margin: 0px 10px 0 0;
	padding: 0;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
}

.content ul.pager li.pager-current {
	background: #161616;
	color: #fff;
	padding: 10px 15px 11px;
	display: inline-block;
}

.content ul.pager li a {
	background: #c4b61c;
	color: #161616;
	padding: 10px 15px 11px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	-moz-transition: all ease .32s;
	-webkit-transition: all ease .32s;
	transition: all ease .32s;
}

.content ul.pager li a:hover {
	background: #161616;
	color: #fff;
}

.view-node a {
	background: #c4b61c;
	color: #161616;
	font-size: 10px;
	line-height: 12px;
	padding: 13px 19px 14px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	-moz-transition: all ease .32s;
	-webkit-transition: all ease .32s;
	transition: all ease .32s;
}

.view-node a:hover {
	background: #161616;
	color: #fff;
}

.field-type-image {}

.page-about .panels-flexible-row-first {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 3px solid #c4b71c;
}

.profile .user-picture {
	margin-left: 20px;
}

#cboxTitle {
	background: #ccc;
}

#block-superfish-1 h2 {
	display: none;
}

body aside#sidebar-first {
	display: none;
}

.admin aside#sidebar-first .section.leftbottom {
	bottom: 3.8%;
}

aside#sidebar-first .section.leftbottom {
	padding: 0 0 10px 0;
	position: relative;
}

.page-schedule aside#sidebar-first .section.leftbottom {}

body#body #page-wrapper {}

body#body #page-wrapper {}

body#body .page-load {}

#sidebar-first #underlogo {
	position: relative;
	display: none;
}

#sidebar-first #underlogo .mCustomScrollBox>.mCSB_scrollTools {
	margin: 0 5px 0 0;
	right: 0;
	overflow: hidden;
}

#sidebar-first #underlogo .mCustomScrollBox.mCS-light {
	left: -4px;
}

#sidebar-first #underlogo .mCSB_container {
	margin: 0 0 0 5px;
	overflow: hidden;
	width: auto;
}

.one-sidebar.sidebar-first #content {
	position: relative;
	float: right !important;
	margin: 0 !important;
}

.not-front.one-sidebar.sidebar-first #content {
	padding: 0 0 50px;
}

.view-home-page .views-field-field-home-page-image img {
	height: auto !important;
	width: 100% !important;
}

.front #main .view-home-page .views-field-field-home-page-image .field-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.view-home-page .views-field-field-home-page-hot-spot-image .field-content img {
	width: 100%;
	height: auto;
}

body.page-gallery h1#page-title {
	display: none;
}

.view-gallery.view-display-id-page_1 {
	position: relative;
}

.view-gallery .view-footer {
	background-color: #FFFFFF;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 500;
	display: none;
	top: 0;
}

.view-gallery .view-footer #footer-email-form {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}

.view-gallery .view-footer #footer-email-form #edit-form-title.form-item {
	clear: both;
	float: none;
	margin: 0;
}

.view-gallery .view-footer #footer-email-form #edit-form-title h2 {
	border-bottom: 1px solid #989898;
	color: #686868;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin: 15px 0 0;
	padding: 0;
	text-transform: none;
}

.view-gallery .view-footer #footer-email-form br {
	display: none;
}

#edit-image-block {
	border: medium none;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

#edit-form-block {
	border: medium none;
	float: left;
	margin: 0;
	padding: 0;
	width: 77%;
}

.view-gallery .view-footer #footer-email-form #edit-gall-image {
	float: none;
	margin: 7px 0 0;
}

.view-gallery .view-footer #footer-email-form #edit-gall-image img {
	border: 1px solid #EEEEEE;
	padding: 2px;
}

.view-gallery .view-footer #footer-email-form .form-item {
	float: left;
	margin: 0.5em;
}

.view-gallery .view-footer #footer-email-form input[type="text"] {
	width: 329px;
}

.view-gallery .view-footer #footer-email-form .form-type-textarea {
	width: 90.5%;
}

.view-gallery .view-footer #footer-email-form #edit-submit {
	clear: both;
	margin: 0 0 0 7px;
	position: relative;
	top: 3px;
}

.compact-form-label {
	left: 7px !important;
	top: 10px !important;
}

.view-gallery .views-slideshow-cycle-main-frame,
.view-gallery .views-slideshow-cycle-main-frame-row {
	width: 100% !important;
	height: 100%;
}

.view-gallery .views_slideshow_cycle_main {
	text-align: center;
}

.view-gallery .ui-widget-content.vertical,
.view-gallery .ui-widget-content.vertical .listcontainer {
	position: absolute;
	top: 0;
	width: 100% !important;
}

.view-gallery .ui-widget-content {
	background: none;
	border: none;
	color: #222222;
}

.view-gallery #widget_pager_bottom_gallery-page_1 {
	overflow: hidden;
	position: relative;
	width: 92.5%;
	margin: 0 auto;
	z-index: 300;
	visibility: hidden;
}

.view-gallery #views_slideshow_cycle_main_gallery-page_1 #views_slideshow_cycle_teaser_section_gallery-page_1 {
	margin: 0 auto;
}

.view-gallery #widget_pager_bottom_gallery-page_1 .views-slideshow-pager-field-item {
	margin: 10px;
	width: 230px;
	height: 142px;
}

.view-gallery .views-slideshow-controls-top {
	position: absolute;
	width: 100%;
	z-index: 200;
}

.view-gallery .views-slideshow-controls-top #views_slideshow_controls_text_gallery-page_1 {
	height: 571px;
	width: 100%;
}

.view-gallery .views-slideshow-controls-top #views_slideshow_controls_text_gallery-page_1 #views_slideshow_controls_text_previous_gallery-page_1 {
	display: block;
	float: left;
	height: inherit;
	width: 20%;
	text-indent: -10000px;
}

.view-gallery .views-slideshow-controls-top #views_slideshow_controls_text_gallery-page_1 #views_slideshow_controls_text_pause_gallery-page_1 {
	display: block;
	float: left;
	height: inherit;
	width: 60%;
	text-indent: -10000px;
}

.view-gallery .views-slideshow-controls-top #views_slideshow_controls_text_gallery-page_1 #views_slideshow_controls_text_next_gallery-page_1 {
	display: block;
	float: left;
	height: inherit;
	width: 20%;
	text-indent: -10000px;
}

#block-custom-alter-footer-gallery-control {
	color: #545454;
	left: 35%;
	position: absolute;
	top: 17px;
	width: 375px;
	z-index: 2;
}

#block-custom-alter-footer-gallery-control a {
	color: #545454;
}

span#footer-pager {
	color: #858585;
}

#block-custom-alter-footer-gallery-control .content a {
	margin: 0 4px;
}

#block-custom-alter-footer-gallery-control .content a#footer-email-icon {
	background-image: url(/sites/all/themes/lorne/images/footer-email-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 23px;
}

#block-custom-alter-footer-gallery-control .content a#footer-thumbs-icon {
	background-image: url(/sites/all/themes/lorne/images/footer-thumbnails-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 23px;
}

#block-custom-alter-footer-gallery-control .content a#footer-prev {
	background-image: url(/sites/all/themes/lorne/images/footer-prev-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 3px 12px;
}

#block-custom-alter-footer-gallery-control .content a#footer-next {
	background-image: url(/sites/all/themes/lorne/images/footer-next-icon.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 13px 3px 0;
}

body#body #block-custom-alter-footer-gallery-control a#slide-pause-btn {
	background: url(/sites/all/themes/lorne/images/slide-btn.png) no-repeat top right;
	width: 43px;
	height: 16px;
	display: inline-block;
	text-indent: -9999px;
	position: relative;
	top: 2px;
	margin: 0 0 0 7px;
}

#block-custom-alter-footer-gallery-control a#slide-play-btn {
	background: url(/sites/all/themes/lorne/images/slide-btn.png) no-repeat top left;
	width: 43px;
	height: 16px;
	display: inline-block;
	text-indent: -9999px;
	position: relative;
	top: 2px;
	margin: 0 0 0 7px;
}

.page-node-1 #node-1 {
	margin: 0 auto;
	text-align: justify;
}

.page-node-1 #about_top {
	text-align: center;
}

.page-node-1 #node-1 img {
	box-shadow: 1px 1px 8px #999;
	text-align: center;
	margin: 8px 0;
}

.page-node-1 #node-1 ul li {
	list-style: disc outside none;
	margin: 0 0 0 20px;
}

.view-motion .views-row {
	text-align: center;
	clear: both;
	margin: 25px 0;
}

.view-motion .views-row span.field-content {
	font-weight: bold;
	padding: 0 0 10px;
	display: block;
}

.view-awards-publications {
	float: left;
	overflow: hidden;
	width: 930px;
}

.view-awards-publications img,
.view-capabilities img {
	padding: 2px;
	border: 1px solid #eee;
}

.view-awards-publications .views-field-title a,
.view-capabilities .views-field-title a {
	text-decoration: none;
}

.view-awards-publications .views-row {
	float: left;
	margin: 10px;
	width: 290px;
}

.view-capabilities .view-header {
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}

.view-capabilities .view-footer {
	clear: both;
	display: block;
}

.page-museletter .pane-simplenews-1 .pane-content {
	background: none repeat scroll 0 0 #EEEEEE;
	padding: 10px 0 20px 10px;
	width: 98%;
	overflow: hidden;
}

.pane-simplenews-1 .pane-content #simplenews-block-form-1 .form-item {
	float: left;
	margin: 3px 10px;
}

.pane-simplenews-1 .pane-content #simplenews-block-form-1 input {
	width: 225px;
}

.pane-simplenews-1 .pane-content #simplenews-block-form-1 input#edit-submit {
	width: 100px;
	margin: 5px 0 0 10px;
}

.pane-block-4 h3 {
	display: inline-block;
}

.pane-block-4 h3 span {
	display: block;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
}

.pane-block-4 img {
	margin: 0 10px 0 20px;
}

.node-type-museletters.one-sidebar.sidebar-first #content {
	background: none repeat scroll 0 0 #EEEEEE;
	display: block !important;
	float: none !important;
	margin: 0 auto !important;
	padding: 20px 10px;
	position: relative;
	width: 75% !important;
}

#block-block-5 {
	display: none;
	margin: 0 auto;
	text-align: left;
	color: #000;
}

.node-type-museletters .region-content {
	border-bottom: 1px solid #f7f7f7;
}

.node-type-museletters .region-content-bottom {
	border-top: 1px solid #CCCCCC;
	padding: 20px 0 0;
}

.node-type-museletters.one-sidebar.sidebar-first #content img {
	max-width: 100%;
	height: auto;
}

.node-museletters {
	margin: 0 auto;
	text-align: justify;
	width: 90%;
}

.node-museletters .field-name-field-museletter-image {
	text-align: center;
}

.node-museletters .field-name-field-museletter-image img {
	padding: 1px;
	border: 4px solid #777;
	box-shadow: 1px 1px 8px #222;
}

ul#social-menu-listing {
	width: 900px;
	margin: 10px auto 0;
	overflow: hidden;
}

ul#social-menu-listing li {
	margin: 0 10px;
	padding: 0;
	float: left;
}

ul#social-menu-listing li.last {
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
}

ul#social-menu-listing li.last a {
	padding: 0;
	margin: 0 5px;
}

ul#social-menu-listing li a {
	text-decoration: none;
	padding: 0 0 0 20px;
}

ul#social-menu-listing li a.home {
	background: url(/sites/all/themes/lorne/images/hme-btn.png) no-repeat 0 0;
}

ul#social-menu-listing li a.workshop {
	background: url(/sites/all/themes/lorne/images/work-btn.png) no-repeat 0 0;
}

ul#social-menu-listing li a.finearts {
	background: url(/sites/all/themes/lorne/images/fine-btn.png) no-repeat 0 0;
}

ul#social-menu-listing li a.commercial {
	background: url(/sites/all/themes/lorne/images/cap-btn.png) no-repeat 0 0;
}

ul#social-menu-listing li a.newsletter {
	background: url(/sites/all/themes/lorne/images/news-btn.png) no-repeat 0 1px;
}

.node-museletters .field-collection-view,
.field-collection-container {
	border: none;
	margin: 0 0 10px;
	padding: 0;
}

.node-museletters .field-name-field-muse-ws-image .field-item {
	margin: 15px 0px;
}

.page-node-11 #node-11 {
	margin: 30px 0 0;
}

.page-node-11 .field-name-body {
	float: left;
	width: 100%;
	text-align: left;
	margin: 10px 0 0;
}

.page-node-11 .field-name-body h2 {
	margin-bottom: 1em;
}

.page-node-11 .contact_label {
	color: #AFAFAF;
}

.page-node-11 .field-name-body a {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 22px;
	text-decoration: none;
}

.page-node-11 .field-name-body p strong {
	font-size: 16px;
}

.page-node-11 .webform-client-form {
	border-left: 1px solid #DDDDDD;
	float: left;
	margin-left: 2em;
	padding-left: 2em;
	width: 50%;
}

.page-node-11 .webform-client-form #webform-component-name {
	margin-top: 0;
}

.page-node-11 .webform-client-form input[type="text"],
.page-node-11 .webform-client-form input[type="email"],
.page-node-11 .webform-client-form textarea {
	border: 1px solid #CCCCCC;
	margin: 0;
	padding: 0.5em;
	width: 26.75em;
}

.page-node-11 .webform-client-form input[type="email"] {
	width: 24.8em;
}

.page-node-11 .webform-client-form textarea {
	width: 27.75em;
}

.page-node-11 .webform-client-form input[type="submit"] {
	background-color: #F8F8F8;
	background-image: linear-gradient(to bottom, #FCFCFC 0px, #F8F8F8 100%);
	border: 1px solid #C3C3C3;
	color: #333333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.view-prints .views-slideshow-cycle-main-frame,
.view-prints .views_slideshow_cycle_slide {
	width: 100% !important;
}

.view-prints .print-left {
	float: left;
	width: 65%;
	text-align: center
}

.view-prints .print-left .print-title {
	font-size: 16px;
	margin: 8px 0;
}

.view-prints .print-right {
	float: left;
	margin: 0 0 0 40px;
	width: 25%;
}

.view-prints .print-right label {
	display: none;
}

.view-prints .form-checkboxes .form-item {
	margin: 1em 0;
}

.view-prints .form-submit {
	margin: 15px 0 0;
}

.view-prints .vscc-controls {
	margin: 0 0 0 12%;
	width: 390px;
}

.view-prints .vscc_controls_pause {
	display: none;
}

.view-prints .vscc_controls_next {
	float: right;
}

.view-prints .vscc_controls_next a {
	display: inline-block;
	width: 50px;
	height: 14px;
	text-indent: -9999px;
	background: url(/sites/all/themes/lorne/images/forth.png) no-repeat 0 0;
}

.view-prints .vscc_controls_previous a {
	display: inline-block;
	width: 50px;
	height: 14px;
	text-indent: -9999px;
	background: url(/sites/all/themes/lorne/images/back.png) no-repeat 0 0;
}

.view-posters .view-header {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.view-posters .views-row {
	clear: both;
	overflow: hidden;
	margin: 0 0 40px 50px;
}

.view-posters .poster-left {
	float: left;
	text-align: center;
	width: 55%;
}

.view-posters .poster-left .poster-img {
	margin: 0 0 20px;
}

.view-posters .poster-right {
	float: left;
	padding: 35px 0 0;
	width: 40%;
}

.view-posters .poster-right .poster-price {
	margin: 0 0 10px;
}

.view-posters .poster-right .poster-price p {
	margin: 0;
}

.view-home-page {
	background: url(/sites/all/themes/lorne/images/ajax-loader.gif) no-repeat center center;
}

.view-home-page.view-id-home_page .views-field-field-home-page-hot-spot-image {
	display: inline-block;
	height: auto;
	margin: 0;
	position: absolute;
	width: 35%;
}

#body.admin .view-home-page.view-id-home_page .views-field-field-home-page-hot-spot-image {
	width: 43.1%;
}

.view-testimonials .embedded-video {
	text-align: center;
}

.view-testimonials .views-row {
	background: url(/sites/all/themes/lorne/images/star_divider.png)center bottom no-repeat;
	padding-bottom: 2em;
	margin-bottom: 1em;
}

.view-testimonials .views-row-last {
	background: none;
	padding-bottom: 0;
}

.view-testimonials .views-field-title {
	text-align: right;
}

.view-testimonials .views-field-title .field-content {
	color: #00ADEF;
	font-size: 1.4em;
}

.view-testimonials .view-header h4 {
	text-align: center;
}


}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
#s_icons {
	overflow: hidden;
	padding: 0;
}
#s_icons ul {
	display: inline;
}
#s_icons li {
	float: left;
	padding-right: 0.6em;
}
#s_icons li.last {
	padding-right: 0;
}
#s_icons li a {
	display: block;
	float: left;
}
#block-simplenews-1 form {
	margin: 0;
	position: relative;
	width: 230px
}
#block-simplenews-1 #simplenews-block-form-1 .form-required,
#block-simplenews-1 #simplenews-block-form-1--2 .form-required {
	display: none;
}
#block-simplenews-1 #simplenews-block-form-1 .form-item-mail #edit-mail,
#block-simplenews-1 #simplenews-block-form-1 .form-item-mail #edit-mail--2,
#block-simplenews-1 #simplenews-block-form-1 #edit-realname,
#block-simplenews-1 #simplenews-block-form-1--2 .form-item-mail #edit-mail--2,
#block-simplenews-1 #simplenews-block-form-1--2 #edit-realname--2 {
	background-color: transparent;
	border: 1px solid #E0E0E0;
	width: 88%;
}
#block-simplenews-1 #simplenews-block-form-1 .form-submit,
#block-simplenews-1 #simplenews-block-form-1--2 .form-submit {
	background-color: transparent;
	background-image: url(/sites/all/themes/lorne/images/subcribe-mail-icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 1em 1.5em;
	position: absolute;
	right: 7%;
	text-indent: -2000px;
	top: 61%;
}
#block-search-form .form-text,
#search-block-form .container-inline .form-text {
	border: none;
	background: none repeat scroll 0 0 #FFFFFF;
	width: 100%;
}
#block-search-form .container-inline,
#search-block-form .container-inline {
	border: 1px solid #E0E0E0;
	display: inline-block;
	overflow: hidden;
	width: 213px;
}
#block-search-form .container-inline .form-item,
#search-block-form .container-inline .form-item {
	float: left;
	margin: 0;
	width: 80%;
}
#block-search-form .container-inline .form-actions,
#search-block-form .container-inline .form-actions {
	float: right;
}
#block-search-form .form-submit,
#search-block-form .form-submit {
	background: url(/sites/all/themes/lorne/images/search.png) no-repeat center center;
	line-height: normal;
	width: 31px;
	height: 32px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
	text-indent: -9999px;
	border: 0;
}
ul#s_icons li .stButton {
	margin: 0 !important;
}
ul#s_icons li .stButton .stLarge {
	background: url(/sites/all/themes/lorne/images/s_icons/share_this.png) no-repeat !important;
	height: 20px;
	width: 20px;
}
#block-custom-alter-footer-gallery-control a {
	opacity: .4;
	cursor: default;
}
.page-gallery #block-custom-alter-footer-gallery-control a {
	opacity: 1;
	cursor: pointer;
}
.page-user.not-logged-in.no-sidebars h1#page-title {
	background: url(/sites/all/themes/lorne/images/logo1.png) no-repeat scroll 0 0 transparent;
	display: block;
	left: 37%;
	position: absolute;
	text-indent: -9999px;
	top: 15%;
	width: 248px;
	height: 44px;
	border: none;
	margin: auto;
}
.page-user.not-logged-in.no-sidebars .tabs.primary {
	display: none;
}
.page-user.not-logged-in.no-sidebars #main-wrapper .region-content {
	margin: 10% auto 0;
	width: 24%;
}
.node-type-capabilities #content h1#page-title {
	display: none;
}
.node-type-capabilities .ds-2col>.group-left {
	float: left;
	width: 49%;
}
.node-type-capabilities .ds-2col>.group-right {
	float: right;
	width: 48%;
}
body#body #backtotop {
	background: url(/sites/all/themes/lorne/images/backtotop.png) no-repeat scroll center center transparent;
	height: 50px;
	right: 20px;
	width: 50px;
	z-index: 999;
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}
@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}
@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}
body #like {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.35);
	display: none;
	height: 40px;
	left: 50%;
	margin: -30px 0 0 -140px;
	min-width: 240px;
	padding: 15px 15px 2px;
	position: fixed;
	top: 50%;
	width: 304px;
	z-index: 1010;
}
#like #closeBtn {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
#archive-container .archive-years {
	margin-right: 9px;
	padding: 6px 11px;
	display: inline-block;
}
#archive-container ul {
	display: inline-block;
	margin: 0;
	padding: 4px 10px;
	border: none;
}
#archive-container {
	width: 99%;
}
#archive-container dd>div:nth-child(odd) {
	background: #eee;
}
#archive-container dd>div:nth-child(odd) li {
	color: #999;
}
#archive-container dd>div li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#archive-container dd ul.archive-months {
	width: 90%;
}
#archive-container dd ul li {
	padding: 3px 22px;
	color: #aaa;
}
#archive-container dt {
	display: none;
}
ul.flippy li.prev {
	float: left;
}
ul.flippy li.next {
	float: right;
}
.region-content ul.flippy {
	overflow: hidden;
	padding: 0 20px 0 0;
}
ul.flippy li a {
	background: none repeat scroll 0 0 #DDDDDD;
	border-radius: 5px 5px 5px 5px;
	padding: 5px 15px;
	text-decoration: none;
}
ul.flippy li a:hover {
	background: none repeat scroll 0 0 #303030;
	color: #fff;
}
.node-type-schedule h1#page-title {
	display: block;
}
.node-type-schedule .ds-2col-stacked>.group-left {
	border-right: 1px solid #CCCCCC;
	float: left;
	padding: 0 15px 0 0;
	text-align: justify;
	width: 69%;
}
.node-type-schedule .ds-2col-stacked>.group-right {
	float: right;
	width: 28%;
	font-size: 12px;
}
.node-type-schedule .ds-2col-stacked>.group-footer {
	border-top: 1px solid #CCCCCC;
	clear: both;
	padding: 20px 0 0;
}
.node-type-schedule .field-type-image {
	margin: 0 0 20px;
	text-align: center;
}
.node-type-schedule .field-collection-view .field-name-field-sch-itenary-day {
	float: left;
	margin: 0 10px 0 0;
	font-weight: bold;
}
.node-type-schedule .field-collection-view .field-name-field-sch-itenary-day .field-item:after {
	content: ":";
	display: inline-block;
}
.node-type-schedule .field-collection-container .field-items .field-item {
	margin-bottom: 0;
}
.node-type-schedule .field-collection-view {
	border-bottom: medium none;
	margin: 0 1em;
	padding: 1em 0 0.3em;
}
.node-type-schedule .group-right .field.field-name-field-sch-what-is-included,
.node-type-schedule .group-right .field.field-name-field-sch-what-is-not-included {
	margin: 15px 0 0;
}
.node-type-schedule .group-right .field {
	margin: 0 0 8px;
}
.node-type-schedule .group-right .field table,
.node-type-schedule .group-right .field table td {
	margin: 0;
	padding: 0 !important;
}
.node-type-schedule .group-right .field table .component-title {
	font-weight: bold;
}
.node-type-schedule .group-right .field .field-label,
.node-type-schedule .group-right .field .field-items {
	clear: both !important;
	margin: 0;
}
.node-type-schedule .group-right .field.field-type-text-long ul {
	list-style: disc;
	margin: 0 0 0 15px;
}
.front #main .view-home-page .views-field-field-home-page-image {
	display: table-cell;
	vertical-align: middle;
}
.view-gallery .views-slideshow-cycle-main-frame .views-field-field-gall-image- .field-content img {
	height: 100%;
	width: auto;
}
.view-tear-sheet {
	margin: 0 0 50px 40px;
	width: 845px;
}
.view-tear-sheet .views-slideshow-controls-bottom {
	clear: both;
	width: 843px;
	background: #dedede;
	border: 1px solid #ccc;
}
.view-tear-sheet .jcarousel-skin-tango {
	float: left;
	margin: 5px 0 0;
}
.view-tear-sheet .jcarousel-skin-tango .jcarousel-container {
	background: none repeat scroll 0 0 #dedede;
	border-radius: 0 0 0 0;
	border: none;
}
.view-tear-sheet .views_slideshow_slide_counter {
	background: none repeat scroll 0 0 #dedede;
	border: none;
	float: left;
	height: 16px;
	margin: 5px 0 0 1px;
	padding: 17px 15px;
	width: 50px;
}
.view-tear-sheet .vscc_controls {
	float: right;
	height: 33px;
	margin: 5px 0 0;
	padding: 9px 15px;
	width: 56px;
	overflow: hidden;
}
.view-tear-sheet .vscc_controls_previous,
.view-tear-sheet .vscc_controls_next {
	display: none;
}
.view-tear-sheet .vscc_controls_pause {
	display: block;
	height: 34px;
	overflow: hidden;
	width: 66px;
}
#vscc_controls_previous_banner_slider-block a,
#vscc_controls_pause_banner_slider-block a span,
#vscc_controls_next_banner_slider-block a {
	cursor: pointer;
	float: left;
	height: 27px;
	margin: 0 5px;
	text-indent: -9999px;
	width: 27px;
}
#vscc_controls_pause_tear_sheet-page a span {
	cursor: pointer;
	height: 34px;
	text-indent: -9999px;
	width: 66px;
	float: left;
}
.view-tear-sheet .vscc_controls_pause a span.vscc-pause {
	width: 66px;
	height: 34px;
	background: url(/sites/all/themes/lorne/images/stop.png) no-repeat 0 0;
}
.view-tear-sheet .vscc_controls_pause span.vscc-resume {
	width: 66px;
	height: 34px;
	background: url(/sites/all/themes/lorne/images/play.png) no-repeat 0 0;
}
.view-tear-sheet .jcarousel-skin-tango .jcarousel-container-horizontal {
	padding: 10px 40px;
	width: 590px;
}
.view-tear-sheet .jcarousel-skin-tango .jcarousel-prev-horizontal {
	background: url(/sites/all/themes/lorne/images/prev.png) no-repeat scroll center center transparent;
	cursor: pointer;
	height: 20px;
	left: 6px;
	top: 17px;
	width: 20px;
}
.view-tear-sheet .jcarousel-skin-tango .jcarousel-next-horizontal {
	background: url(/sites/all/themes/lorne/images/next.png) no-repeat scroll center center transparent;
	height: 20px;
	right: 7px;
	top: 16px;
	width: 20px;
}
.view-tear-sheet .jcarousel-skin-tango .jcarousel-clip-horizontal {
	height: 30px;
	width: 590px;
}
.view-tear-sheet .jcarousel-skin-tango .jcarousel-item {
	height: 32px;
	width: 42px !important;
}
#mobile-group1 .demo-toggle {
	display: none;
}
#commerce-checkout-form-checkout fieldset#edit-cart-contents {
	border: 1px solid #CCCCCC;
	float: right;
	margin: 0 0 0 15px;
}
#commerce-checkout-form-checkout .form-item .description {
	color: #777;
	font-size: 11px;
}
#commerce-checkout-form-checkout fieldset {
	border: 1px solid #CCCCCC;
	margin: 0 0 0 15px;
}
#commerce-checkout-form-checkout fieldset fieldset {
	margin: 0;
}
#commerce-checkout-form-checkout legend {
	color: #444444;
	padding: 0 10px;
}
#commerce-checkout-form-checkout input[type="text"],
#commerce-checkout-form-checkout textarea {
	padding: 4px;
}
#commerce-checkout-form-checkout select {
	width: 228px;
	border: 1px solid #CCCCCC;
	color: #656024;
	padding: 2px;
}
.page-cart .view-commerce-cart-form #edit-actions .form-submit {
	margin: 0 0 0 15px;
}
.page-cart .view-commerce-cart-form input[type="text"] {
	padding: 3px;
	text-align: center;
}
.page-cart .view-commerce-cart-form tr td,
.page-cart .view-commerce-cart-form tr th {
	text-align: center;
	vertical-align: middle
}
.page-cart #edit-payment-credit-info-block {
	margin: 50px 0 0;
}
@media only screen and (min-width:50px) and (max-width:1200px) {
	#block-simplenews-1 form {
		width: 200px !important;
	}
	
	#block-search-form .container-inline,
	#search-block-form .container-inline {
		width: 186px !important;
	}
}
@media only screen and (min-width:800px) and (max-width:1000px) {
	.one-sidebar.sidebar-first #content {
		width: 66% !important;
	}
	
	.view-home-page .views-field-field-home-page-image img {
		min-height: inherit !important;
	}
}
@media only screen and (min-width:1001px) and (max-width:1150px) {
	.one-sidebar.sidebar-first #content {
		width: 76% !important;
	}
	
	.view-home-page .views-field-field-home-page-image img {
		min-height: inherit !important;
	}
	
	aside#sidebar-first {
		width: 23% !important;
	}
}
@media only screen and (min-width:1601px) {
	aside#sidebar-first {
		width: 250px !important;
	}
}
@media only screen and (max-width:800px) {
	#block-custom-alter-footer-gallery-control {
		left: 0 !important;
		margin: 0 !important;
	}
}
@media only screen and (min-width:1100px) and (max-width:1200px) {
	.view-gallery .view-footer #footer-email-form {
		width: 99%;
	}
	
	#edit-form-block {
		width: 71%;
	}
	
	.view-gallery .form-item.form-type-textfield {
		float: left;
		margin: 0.5em 10px 0.5em 0.5em;
		width: 44%;
	}
	
	.view-gallery .view-footer #footer-email-form input[type="text"] {
		width: 99%;
	}
	
	.view-gallery .view-footer #footer-email-form .form-type-textarea {
		width: 91.8%;
	}
}
@media only screen and (min-width:800px) and (max-width:1200px) {
	.view-gallery .view-footer #footer-email-form {
		width: 99%;
	}
	
	#edit-form-block {
		width: 45%;
	}
	
	.view-gallery .form-item.form-type-textfield {
		float: left;
		margin: 0.5em 10px 0.5em 0.5em;
		width: 44%;
	}
	
	.view-gallery .view-footer #footer-email-form input[type="text"] {
		width: 99%;
	}
	
	.view-gallery .view-footer #footer-email-form .form-type-textarea {
		width: 91.8%;
	}
	
	#block-custom-alter-footer-gallery-control {
		left: 17%;
	}
	
	.view-home-page.view-id-home_page .views-field-field-home-page-hot-spot-image {
		margin: 3% 0%;
	}
	
	.view-awards-publications .views-row {
		width: 35%;
	}
	
	.view-capabilities .views_slideshow_cycle_main .views-slideshow-cycle-main-frame,
	.view-capabilities .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
		width: 99% !important;
		text-align: center;
	}
	
	.view-awards-publications img,
	.view-capabilities img {
		height: auto;
		width: 100%;
	}
	
	.site-left img,
	.site-right img,
	.node-type-schedule .ds-2col-stacked>.group-left img {
		max-width: 100%;
		height: auto;
	}
	
	#archive-container dd ul li {
		display: inline-block;
		padding: 3px 27px 3px 0;
		width: 25px;
	}
	
	#archive-container dd ul.archive-months {
		width: 89%;
	}
	
	ul#social-menu-listing li.last {
		float: left;
		margin: 10px 0 0;
	}
	
	ul#social-menu-listing {
		width: 100%;
	}
	
	.view-posters .poster-left {
		width: 62%;
	}
	
	.view-posters .poster-right {
		float: right;
		width: 35%;
	}
}
@media only screen and (min-width:100px) and (max-width:799px) {
	.view-gallery .view-footer #footer-email-form {
		width: 99%;
	}
	
	#edit-form-block {
		width: 45%;
	}
	
	.view-gallery .form-item.form-type-textfield {
		float: left;
		margin: 0.5em 10px 0.5em 0.5em;
		width: 85%;
	}
	
	.view-gallery .view-footer #footer-email-form input[type="text"] {
		padding: 4px;
		width: 99%;
	}
	
	.view-gallery .view-footer #footer-email-form .form-type-textarea {
		width: 91.8%;
	}
}
@media only screen and (min-width:1280px)and (max-width:1280px) {
	.view-home-page.view-id-home_page .views-field-field-home-page-hot-spot-image {
		margin: 3.5% 0%;
	}
}
@media only screen and (min-width:1200px) {
	.not-front.not-gallery #content #mCSB_2 {
		margin: 0 auto;
		width: 100%;
	}
	
	.not-front.not-gallery #content .region-content {
		width: auto;
		margin: 0 auto;
	}
	
	.not-front.not-gallery.page-museletter #content .region-content {
		width: 1000px;
		margin: 0 auto;
	}
	
	.not-front.not-gallery.page-museletter #content #mCSB_2 {
		width: 1030px;
		margin: 0 auto;
	}
}
#block-superfish-2 h2 {
	display: none;
}
#block-superfish-2 {
	margin-top: 10%;
	position: relative;
}
#superfish-2 {
	font-family: 'Cutive', serif;
	font-weight: 400;
	line-height: 22px;
}
#superfish-2 li {
	list-style: none;
	background: none;
	padding: 0 10px 0 0;
}
#content {
	background: #fff;
}
#main #content.column {
	padding: 0;
	width: 100% !important;
}
#superfish-2 li a {
	color: #DA9E10;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}
.front .view-slider {
	height: auto !important;
	width: 100% !important;
}
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row-item .views-field-field-slider-image .field-content img {
	height: auto !important;
	width: 100% !important;
}
#block-webform-client-block-6 h2 {
	font-size: 18px;
	color: #d6a11d;
}
.webform-client-form input,
.webform-client-form textarea,
.webform-client-form select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	background-color: #F5F5F5;
	border: 1px solid #D4D4D4;
	box-shadow: 0 1px 5px #d5d5d5;
}
#edit-actions {
	float: right;
	padding: 0 10px;
	width: 110px;
}
#edit-actions.form-actions input {
	float: right;
	width: 75px;
	height: 30px;
	color: #fff;
	background-color: #c89112 !important;
}
.group-left,
.group-right {
	background: #FFF;
}
.group-left h2,
.group-right h3,
.group-right h2 {
	color: #c89112 !important;
	font-family: 'Cutive', serif;
}
.ds-1col.node.node-page .field.field-name-field-upload-content-image {
	z-index: 999999;
}
.ds-1col.node.node-page .field.field-name-field-upload-content-image img {
	box-shadow: 1px 1px 6px #000000;
	border: 6px solid #fff;
	width: 450px;
}
.ds-1col.node.node-page .field.field-name-title {
	background: none repeat scroll 0 0 #EEEEEE;
	padding: 15px;
}
.ds-1col.node.node-page .field.field-name-title h2 {
	color: #848484;
	font-weight: 400;
	font-size: 1.4em;
	margin: 0;
}
.ds-1col.node.node-page .field.field-name-body.field-type-text-with-summary {
	clear: both;
	padding: 0;
}
.ds-1col.node.node-page .field-name-field-upload-content-image {
	position: relative;
	left: 0px;
}
.ds-2col-fluid>.group-left {
	background: none repeat scroll 0 0 #EEEEEE;
	float: left;
	padding: 44px 2% 0 2%!important;
	width: 41% !important;
}
.ds-2col-fluid>.group-right {
	background: url(/sites/all/themes/lorne/images/partner-inner.png) no-repeat scroll left center #FFFFFF;
	float: right;
	padding: 36px 2% 0 2%!important;
	width: 51% !important;
}
.view.view-shareholder .views-field-field-shareholder-name,
.view.view-shareholder .views-field-field-designation {
	display: none;
}
.view.view-shareholder .views-row {
	float: left;
}
.field.field-name-field-back-button,
.back_button {
	float: right;
	position: relative;
	top: -16px;
	width: 50px !important;
}
.jspContainer {
	background: url(/sites/all/themes/lorne/images/partner-inner.png) no-repeat scroll left center rgba(0, 0, 0, 0);
	height: 765px;
	padding: 0 0 0 6%;
	width: auto !important;
}
.jspPane {
	position: absolute;
	left: 20px !important;
	width: auto !important;
}
.ds-1col.node,
#block-block-4,
#block-block-4,
.ds-2col-fluid.node {
	background: none repeat scroll 0 0 #FFFFFF;
}
.ds-1col.node {
	padding-top: 54px;
}
.ds-2col-fluid.node.node-contact-us {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 0 0 !important;
}
.view.view-shareholder img {
	padding: 3px;
}
.group-right .field.field-name-field-shareholder-name {
	text-transform: uppercase;
	color: #c89112;
	padding: 10px 0;
	font-size: 20px;
}
.group-right .field.field-name-field-designation {
	padding: 0px 0 20px;
	font-size: 15px;
}
.ds-2col-fluid.node .group-left .field {
	margin: 0 auto;
	width: 100%;
}
.field-name-field-upload-shareholder-image {
	text-align: center;
}
.ds-2col-fluid.node .group-left .field ul li {
	padding: 8px 0;
}
.ds-2col-fluid.node .field.field-name-contact-address-block {
	border-bottom: 1px dashed #999;
}
.map {
	box-shadow: 0 0 5px #CCCCCC;
	padding: 8px 8px 3px;
	margin: 10px 0;
	height: 400px;
}
ul.list-indent {
	color: #848484;
	font-size: 14px;
	margin-bottom: 15px;
	text-align: justify;
}
ul.list-indent li {
	list-style-type: disc;
	padding: 6px 0 0 0px;
	margin-left: 20px;
}
.selectlanguage ul {
	float: right;
	width: 75px;
}
.selectlanguage ul li {
	float: left;
	padding: 10px 5px;
}
.contact-country {
	list-style: none;
}
.contact-country a {
	text-transform: uppercase;
}
ul.contact-country li a {
	text-decoration: none;
}
ul.contact-country li img {
	padding: 4px 10px 0 0;
}
@media (min-width:768px) {
	ul.contact-country li a {
		padding-right: 15px;
	}
	
	ul.contact-country li a:hover {
		background: url(/sites/all/themes/lorne/images/hover-arrow.png) no-repeat scroll right 1px;
		cursor: pointer;
	}
}
#body.front #logo {
	display: block;
	left: 10px;
	position: absolute;
	top: 30px;
	z-index: 9999;
}
#body.not-front #block-block-6 {
	display: none;
}
#block-block-6 img {
	float: left;
	position: relative;
	z-index: 99;
	display: none;
}
#showLeft {
	background: none repeat scroll 0 0 #FFFFFF;
	border: medium none;
	border-radius: 0 10px 10px 0;
	left: 0 !important;
	padding: 10px 15px;
	position: relative;
	top: -360px;
	z-index: 9999;
}
#cbp-spmenu-s1 ul {
	position: relative;
	top: 40%;
}
#body.front #block-block-4 {
	display: none;
}
.view.view-slider.view-id-slider #views_slideshow_cycle_teaser_section_slider-block {
	width: 100% !important;
}
#views_slideshow_cycle_teaser_section_slider-block .views-slideshow-cycle-main-frame-row {
	width: 100% !important;
}
html body.admin-menu {
	margin-top: 0px !important;
}
body.admin-menu {
	margin-top: 0px !important;
}
.cbp-spmenu a:hover {
	background: none;
}
.ds-2col-fluid.node {
	background: #EEEEEE;
}
#block-block-4 {
	width: 55%;
	float: right;
}
.full_bg {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: fixed;
	background-position: center 20%;
	background-repeat: no-repeat;
}
.view-slider .views-field-title {
	position: fixed;
	font-size: 3em;
	color: #fff;
	top: 40%;
	width: 50%;
	display: block;
	right: 0;
	left: 30%;
	text-align: center;
	z-index: 999;
	line-height: 1;
}
button.sb-toggle-left {
	position: fixed;
	text-transform: uppercase;
	background: none repeat scroll 0 0 #FFFFFF;
	border: medium none;
	border-radius: 0 10px 10px 0;
	padding: 10px 15px;
	z-index: 9999;
	bottom: 5%;
	outline: none;
	border: 1px solid #000;
}
button.sb-toggle-left.close {
	right: 0!important;
	border-radius: 10px 0 0 10px;
	bottom: 5%;
	position: absolute;
}
button.sb-toggle-left:focus {
	outline: none;
}
.sb-slidebar {
	background: url(../Images/body_bg.jpg) repeat;
	padding: 0 1%!important;
}
.sb-slidebar img {
	max-width: 100%;
	height: auto;
}
.sb-slidebar {
	z-index: 999!important;
}
.sb-slidebar li a {
	display: block!important;
}
#body.front .sb-slidebar #logo {
	position: static;
	padding: 1em 0;
}
html.sb-active #body.front #sb-site #logo {
	display: none;
}
.sb-slidebar #superfish-2 li {
	margin: 0;
}
.region-content-bottom .block {
	padding: 0 4%;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}
.group .col {
	float: left;
	width: 50%;
}
.group .col img {
	max-width: 100%;
	height: auto;
}
.node-type-page .field-name-body {
	padding: 0 4%!important;
}
#nav-open-btn {
	border: 1px solid #767676;
	border-radius: 3px;
	padding: 5px 10px 0;
	outline: none;
	color: #4F4E49;
	padding: 5px 10px;
	float: left;
	font-size: 20px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.icon-bar {
	display: block;
	margin-bottom: 4px;
	width: 22px;
	height: 4px;
	background-color: #4F4E49;
	border-radius: 1px;
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
#block-block-9 {
	width: 35%;
	float: left;
}
#block-locale-language {
	position: relative;
	top: 4px;
	float: right;
}
.language-switcher-locale-url li {
	list-style: none;
	float: left;
	margin-left: 10px;
}
.language-switcher-locale-url li img {
	position: relative;
	top: 4px;
}
.language-switcher-locale-url li a {
	text-decoration: none;
}
.top_bar {
	position: absolute;
	width: 98%;
	padding: 1%;
	z-index: 999;
}
.view-shareholder .view-content {
	width: 300px;
	margin: 0 auto;
}
.sb-slidebar a#logo {
	display: inline-block;
	text-align: center;
	padding: 0.5em 0;
}
.not-front .sb-slidebar a#logo img {
	width: 60%;
}
.view-slider .views-field-title span {
	text-shadow: 2px 2px 6px rgba(7, 5, 5, 1);
}
.front .language-switcher-locale-url li a {
	color: #fff;
}
.front #logo img {
	max-width: 60%;
}
.section-our-web-agency p {
	text-align: center;
}
.widget_pager {
	position: fixed;
	right: 4%;
	z-index: 99999;
	width: 133px;
	bottom: 2%;
	background: #000;
	background: rgba(0, 0, 0, 0.72);
	padding: 0.2em;
	border-radius: 5px;
	height: 21px;
	text-align: center;
	margin: 0 auto;
}
.widget_pager .views-slideshow-pager-field-item {
	width: 20px;
	height: 20px;
	background: url(../Images/bullet.png) left top;
	display: inline-block;
	border-radius: 10px;
	cursor: pointer;
	margin-right: 10px;
}
.widget_pager .views-slideshow-pager-field-item.active {
	background-position: 0 100%;
}
#body.html.not-front.not-logged-in.section-user #block-locale-language {
	display: none;
}
#body.html.not-front.not-logged-in.section-user #content .section {
	box-shadow: 0 0 7px #856700;
	margin: 70px auto;
	padding: 10px;
	border-radius: 10px;
	width: 42%;
}
.node-type-contact-us .messages.status {
	background-image: none;
	background-repeat: no-repeat;
	border: 1px solid;
	position: absolute;
	padding: 10px 10px 10px 10px;
	width: auto;
	left: 60px;
	top: 5px;
	opacity: 0.8;
	z-index: 9999;
}
.node-type-contact-us .messages.status p {
	margin: 0;
}
.tabs ul.primary {
	margin-top: 50px;
}
#block-system-main .field-name-body ul {
	color: #848484;
	font-size: 14px;
	margin-bottom: 15px;
	text-align: justify;
}
#block-system-main .field-name-body li {
	list-style-type: disc;
	padding: 6px 0 0 0px;
	margin-left: 20px;
}
img {
	max-width: 100%;
	height: auto;
}
@media (min-width:992px) {
	body.not-front {
		background: url(../Images/body_bg.jpg) repeat!important;
	}
	
	body aside#sidebar-first {
		margin: 0 !important;
		padding: 0 1%;
		float: left;
		width: 28% !important;
		display: block;
		background: url(../Images/body_bg.jpg) repeat;
	}
	
	#main #content.column {
		float: right;
		padding: 0;
		height: auto !important;
		width: 70% !important;
	}
	
	.visible-phone {
		display: none;
	}
	
	.view-slider .views-field-title {
		top: 20%;
	}
	
	.front #sb-site #logo img {
		width: 100%;
	}
	
	#superfish-2 li a {
		text-transform: capitalize!important;
	}
	
	.front #logo img {
		max-width: 100%;
	}
	
	.close {
		display: block;
	}
	
	.section-credits .ds-1col.node.node-page .field.field-name-field-upload-content-image {
		margin: 0 2% 4% 4%;
	}
}
@media (max-width:768px) {
	.ds-2col-fluid>.group-left,
	.ds-2col-fluid>.group-right {
		width: 96%!important;
	}
}
@media (min-width:768px) {
	.ds-1col.node.node-page .field.field-name-field-upload-content-image {
		float: left;
	}
	
	.ds-1col.node.node-page .field.field-name-title {
		position: relative;
		top: 131px;
	}
}
@media (min-width:380px) {
	.ds-1col.node.node-page .field.field-name-field-upload-content-image {
		margin: 0 2% 2% 4%;
	}
}
html,
body,
#sb-site,
.sb-slidebar {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	width: 100%;
	overflow-x: hidden;
}
html {
	height: 100%;
}
body {
	min-height: 100%;
	position: relative;
}
#sb-site {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.sb-slidebar {
	height: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	z-index: 0;
	visibility: hidden;
}
.sb-left {
	left: 0;
}
.sb-right {
	right: 0;
}
html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
	position: absolute;
}
.sb-slidebar.sb-active {
	visibility: visible;
}
.sb-slidebar.sb-style-overlay {
	z-index: 9999;
}
.sb-slidebar {
	width: 30%;
}
.sb-width-thin {
	width: 15%;
}
.sb-width-wide {
	width: 45%;
}
@media (max-width:480px) {
	.sb-slidebar {
		width: 70%;
	}
	
	.sb-width-thin {
		width: 55%;
	}
	
	.sb-width-wide {
		width: 85%;
	}
}
@media (min-width:481px) {
	.sb-slidebar {
		width: 55%;
	}
	
	.sb-width-thin {
		width: 40%;
	}
	
	.sb-width-wide {
		width: 70%;
	}
}
@media (min-width:768px) {
	.sb-slidebar {
		width: 40%;
	}
	
	.sb-width-thin {
		width: 25%;
	}
	
	.sb-width-wide {
		width: 55%;
	}
}
@media (min-width:992px) {
	.sb-slidebar {
		width: 30%;
	}
	
	.sb-width-thin {
		width: 15%;
	}
	
	.sb-width-wide {
		width: 45%;
	}
}
@media (min-width:1200px) {
	.sb-slidebar {
		width: 20%;
	}
	
	.front .sb-slidebar {
		width: 30%;
	}
	
	.sb-width-thin {
		width: 5%;
	}
	
	.sb-width-wide {
		width: 35%;
	}
}
.sb-slide,
#sb-site,
.sb-slidebar {
	-webkit-transition: -webkit-transform 400ms ease;
	-moz-transition: -moz-transform 400ms ease;
	-o-transition: -o-transform 400ms ease;
	transition: transform 400ms ease;
	-webkit-transition-property: -webkit-transform, left, right;
	-webkit-backface-visibility: hidden;
}
.sb-hide {
	display: none;
}