@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);
/*------------------------------------------------------------------------------------------------------------------------------
	
    Official UMass Amherst color palette. (Use named colors and abbreviate when possible.)

    Primary Colors:
    maroon: #881c1c  rgb( 136, 28, 28 )
    black:  black  rgb( 0, 0, 0 )
    white:  white  rgb( 255, 255, 255 )

    Secondary Colors:

    #94795d  rgb( 148, 121, 93 )
    #a89968  rgb( 168, 153, 104 )
    #63666a  rgb( 99, 102, 106 )
    #aca39a  rgb( 172, 163, 154 )
    #c69214  rgb( 198, 146, 20 )
    #b86125  rgb( 184, 97, 37 )
    #a8431e  rgb( 168, 67, 30 )
    #b3b995  rgb( 179, 185, 149 )
    #76881d  rgb( 118, 136, 29 )
    #003b5c  rgb( 0, 59, 92 )
    #5b7f95  rgb( 91, 127, 149 )
    #71b2c9  rgb( 113, 178, 201 )
    #5d2a2c  rgb( 93, 42, 44 )
    #41273b  rgb( 65, 39, 59 )

    Accent Colors
 
    #333     rgb( 51, 51, 51 ) 
    #666     rgb( 102, 102, 102 ) 
    #999     rgb( 153, 153, 153 ) 
    #aaa     rgb( 170, 170, 170 )
    #ccc     rgb( 204, 204, 204 )
    #eee     rgb( 238, 238, 238 )
    #beb395  rgb( 190, 179, 149 ) 
    #dbd3ba  rgb( 219, 211, 186 )
    #ece9d4  rgb( 236, 233, 212 )

*/

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

* Filename:     style.css
* Version:      1.0.0 (2015-04-27)
* Website:      http://www.zymphonies.com
                http://www.freebiezz.com
* Description:  System Styles
* Author:       Zymphonies Team
                info@zymphonies.com

-----------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border:0;
  font:inherit;
  font-size:100%;
  margin:0;
  padding:0;
  vertical-align:baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display:block;
}
ol, ul {
  list-style:none;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
.clear {
  clear:both;
  display:block;
  height:0;
  overflow:hidden;
  visibility:hidden;
  width:0;
}
.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  height:0;
  line-height:0;
  visibility:hidden;
  width:0;
}
* html .clear {
  height:1%;
}
* {
  box-sizing:border-box;
  moz-box-sizing:border-box;
  webkit-box-sizing:border-box;
}
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  font-weight: 400;
  color: #6E6E6E;
}
a {
  color: #881c1c;
}
a:hover {
  color: ##6E6E6E;
  text-decoration:underline;
}

.block-nice-menus a {
	text-decoration: none;
}	

h1, h2, h3, h4, h5, h6 {
  color: #444;
  font-family: 'Open Sans', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  font-weight: normal;
  margin-bottom: 6px;
}
h1 {
  font-size:24px;
}
h2 {
  font-size:22px;
}
h3 {
  font-size:20px;
}
h4 {
  font-size:18px;
}
h5 {
  font-size:16px;
}
h6 {
  font-size:14px;
}
p {
  margin-bottom:15px;
}
table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom:15px;
  width:100%;
}
th, tr, td {
  vertical-align:middle;
}
.sticky-header th, .sticky-table th {
  border-bottom:3px solid #ccc;
  padding-right:1em;
  text-align:left;
}
table {
  background:#ececec;
  border:1px solid #bbbbbb;
}
th {
  background:#2E3D4A;
  border-right:1px solid #c8c7c7;
  color:#fff;
  font-weight:bold;
  padding:10px;
}
td {
  background:#FFF;
  border:1px solid #DBDBDB;
  color:#747474;
  padding:10px;
  text-align:left;
}
code {
  background:rgb(250, 250, 250);
  border:1px solid #bbbbbb;
  border-radius:7px;
  display:block;
  margin:5px 0;
  padding:7px;
  text-shadow:1px 1px #fff;
}
mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration:line-through;
}
hr {
  border:none;
  border-top:#EEE 1px solid;
}
dt {
  font-weight:bold;
  margin-bottom:24px;
}
dd {
  margin-bottom:24px;
  margin-left:30px;
}
ul {
  list-style-type:disc;
  margin-bottom:12px;
  margin-left:25px;
}
ul ul {
  list-style-type:square;
  margin-bottom:0;
}
ul ul ul {
  list-style-type:circle;
}
ol {
  list-style-type:decimal;
  margin-bottom:24px;
  margin-left:30px;
}
ol ol {
  list-style:upper-alpha;
  margin-bottom:0;
}
ol ol ol {
  list-style:lower-roman;
}
ol ol ol ol {
  list-style:lower-alpha;
}
abbr, acronym {
  border-bottom:#999 1px dotted;
  cursor:help;
}
big {
  font-size:1.3em;
}
cite, em {
  font-style:italic;
}
ins {
  background-color:#fdfc9b;
  text-decoration:none;
}
pre {
  background:#d8d8d8;
  border:1px solid #bbbbbb;
  border-radius:7px;
  margin:5px 0;
  padding:7px;
  text-shadow:1px 1px #fff;
}
blockquote, q {
  background:rgb(250, 247, 247) url(../../amaze/images/quote.png) no-repeat;
  border:1px solid rgb(226, 220, 220);
  border-radius:7px;
  margin:5px 0;
  padding:10px 5px 5px 47px;
  quotes:none;
  text-shadow:1px 1px #fff;
}
blockquote:before, blockquote:after, q:before, q:after {
  content:'';
  content:none;
}
strong {
  font-weight:bold;
}
sup, sub {
  font-size:10px;
  height:0;
  line-height:1;
  position:relative;
  vertical-align:baseline;
}
sup {
  bottom:1ex;
}
sub {
  top:.5ex;
}
img, video {
  height:auto;
  max-width:100%;
}
video {
  display:block;
}
audio {
  max-width:100%;
}
b {
  color:#031520;
  font-weight:bold;
}
.content-wrap {
  overflow:hidden;
}
aside header {
  text-align:center;
}
.front .region-content {
  overflow:hidden;
}
.siteheader header{
  float: left;
  margin: 8px 0;
}
.siteheader #logo{
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.siteheader #logo img{
  display: block;
  width: 40px;
}
.region-aboutus{
  padding: 40px 0;
  text-align: center;
}
h1#site-title {
  font-size:38px;
  display: inline-block;
  margin: 0;
  text-align: left;
  vertical-align: top;
  color: #881c1c;
}
h1#site-title a {
  display:block;
  font-size:38px;
  color: #881c1c;
}
#site-description {
  font-size:13px;
  font-weight: 300;
  line-height: 100%;
}
.container-wrap {
  margin:0px auto;
  max-width:1024px;
  overflow:hidden;
}
.content-sidebar-wrap {
  float:left;
  width:100%;
}
.content-sidebar-wrap #content {
  display:inline;
  float:right;
  margin-bottom:10px;
  width:100%;
}
#sidebar-first {
  float:left;
}
#sidebar-second {
  float:right;
}
aside .block {
  padding:10px 0;
}
aside #user-login-form input.form-text {
  width:90%;
}
#content {
  min-height: 500px;
}
body.two-sidebars .content-sidebar-wrap {
  width:79%;
}
body.two-sidebars #content {
  width:73%;
}
body.two-sidebars #sidebar-first {
  width:24%;
}
body.two-sidebars #sidebar-second {
  width:19%;
}
body.sidebar-first .content-sidebar-wrap {
  width:100%;
}
body.sidebar-first #content {
  width:73%;
}
body.sidebar-first #sidebar-first {
  width:24%;
}
body.sidebar-second .content-sidebar-wrap {
  width:75%;
}
body.sidebar-second #content {
  width:100%;
}
body.sidebar-second #sidebar-second {
  width:22%;
}
.wrap {
  margin:0 auto;
  max-width:1024px;
}
#content {
  padding:0 5px;
}
.breadcrumb {
  border-bottom:#eee 1px solid;
  margin:10px 0px;
  margin-bottom:10px;
}
.node {
  margin:20px 0;
}
.node h2.title, .page-title {
  margin-bottom:20px;
}
.block {
  margin-bottom:2%;
}
.block:last-child {
  margin:0;
}
.block > h2 {
  margin:10px 0;
  overflow:hidden;
}
#footer-area ul.menu li a.active {
  color:#ddd;
}
.submitted {
  background:rgb(247, 247, 247);
  border:1px solid rgb(236, 236, 236);
  border-radius:4px;
  clear:both;
  color:rgb(56, 56, 56);
  display:block;
  margin-bottom:5px;
  font-size: 12px;
  moz-border-radius:4px;
  padding:2px 8px;
  webkit-border-radius:4px;
}
ul.links {
  margin:0;
}
.form-submit {
  cursor:pointer;
}
input.form-checkbox, input.form-radio {
  vertical-align:baseline;
}
.form-text {
  max-width:100%;
  padding:10px;
}
.item-list ul {
  margin:0;
  padding:0;
}
ul.inline {
  clear:both;
}
.tabs-wrapper {
  border-bottom:1px solid #b7b7b7;
  margin:0 0 5px 0;
}
ul.primary {
  border:none;
  margin:0;
  overflow:hidden;
  padding:0;
}
ul.primary li {
  float:left;
}
ul.primary li a {
  background:none;
  border:none;
  border-radius:4px 4px 0 0;
  display:block;
  float:left;
  line-height:1.5385em;
  margin:0;
  margin-right:5px;
  padding:0 1em;
}
ul.primary li a:hover, ul.primary li a.active {
  background:#666;
  border:none;
  color:#fff;
}
ul.primary li a:hover {
  background:#888;
  text-decoration:none;
}
ul.secondary {
  background:#666;
  border-bottom:none;
  clear:both;
  margin:0;
  padding:0;
}
ul.secondary li {
  border-right:none;
}
ul.secondary li a, ul.secondary li a:link {
  border:none;
  color:#ccc;
  display:block;
  float:left;
  line-height:1.5385em;
  padding:0 1em;
}
ul.secondary li a:hover, ul.secondary li a.active {
  background:#888;
  color:#fff;
  text-decoration:none;
}
ul.secondary a.active {
  border-bottom:none;
}
.field-name-field-tags {
  margin:0 0 10px 0;
}
.field-name-field-tags a {
  background:url(../../amaze_chemistry/images/tag.png) no-repeat;
  border-radius:2px;
  display:inline-block;
  font-size:12px;
  height:22px;
  padding:0px 8px 0 16px;
  text-shadow:1px 1px #fff;
}
.field-name-field-tags .field-item {
  margin:0 1em 0 0;
}
.field-name-field-tags div {
  display:inline;
}
.profile {
  margin:1.5385em 0;
}
.profile dd {
  margin-bottom:1.5385em;
}
.profile h3 {
  border:none;
}
.profile dt {
  margin-bottom:0;
}
.password-parent {
  width:36em;
}
.item-list .pager {
  margin: 20px 0;
}
.item-list .pager li {
  display: inline-block;
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #ddd;
}
img {
  outline:0;
}
img.scale-with-grid {
  height:auto;
  max-width:100%;
}
fieldset {
  background:#ffffff;
  border:1px solid #cccccc;
  border-radius:4px;
  khtml-border-radius:4px;
  margin-bottom:32px;
  margin-top:10px;
  moz-border-radius:4px;
  padding:0 0 10px;
  position:relative;
  top:12px;
  webkit-border-radius:4px;
}
.fieldset-wrapper {
  margin-top:25px;
}
.node-form .vertical-tabs .fieldset-wrapper {
  margin-top:0;
}
.filter-wrapper {
  border-radius:0;
  moz-border-radius:0;
  padding:1em 0 0.2em;
  top:0;
  webkit-border-radius:0;
}
.filter-help a {
  font-size:0.857em;
  padding:2px 20px 0;
}
.filter-wrapper .form-item label {
  margin-right:10px;
}
.filter-wrapper .form-item {
  padding:0 0 0.5em 0.5em;
}
.filter-guidelines {
  padding:0 1.5em 0 0.5em;
}
fieldset.collapsed {
  background:transparent;
  border-radius:0;
  khtml-border-radius:0;
  moz-border-radius:0;
  webkit-border-radius:0;
}
fieldset legend {
  background:#dbdbdb;
  border:1px solid #ccc;
  border-bottom:none;
  display:block;
  height:2em;
  left:-1px;
  line-height:2;
  padding:0;
  position:absolute;
  text-indent:10px;
  text-shadow:0 1px 0 #fff;
  top:-12px;
  width:100%;
}
fieldset.collapsed legend {
  border-radius:4px;
  khtml-border-radius:4px;
  moz-border-radius:4px;
  webkit-border-radius:4px;
}
fieldset .fieldset-wrapper {
  padding:0 10px;
}
fieldset .fieldset-description {
  font-style:italic;
  line-height:1.4;
  margin-bottom:1em;
  margin-top:5px;
}
input {
  margin:2px 0;
  padding:5px;
}
textarea.form-textarea, select.form-select {
  padding:4px;
}
input.form-text, 
textarea.form-textarea, 
select.form-select {
  border:1px solid #ddd;
}
.grippie {
  display:none;
}
.form-item, .form-actions {
  margin: 5px 0;
}
.form-actions .form-submit {
  margin-right:3px;
}
.form-type-radio label, .form-type-checkbox label {
  margin-left:4px;
}
.form-type-radio .description, .form-type-checkbox .description {
  margin-left:2px;
}
button,
body a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #666;
  color: #FFF;
  border: 0;
  display: inline-block;
  line-height: 100%;
  padding: 12px 20px;
}
button:hover,
body a.btn:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-color:#E94C3C;
  color:#fff;
  text-decoration:none;
}
a.read_more {
  background:#00AC00;
  border:0 !important;
  margin:10px 0;
  padding:5px 9px;
  text-decoration:none;
}
a.read_more:hover {
  background:green;
}
ol.search-results {
  padding-left:0;
}
.search-results li {
  border-bottom:1px solid #d3d7d9;
  margin-bottom:0.5em;
  padding-bottom:0.4285em;
}
.search-results li:last-child {
  border-bottom:none;
  margin-bottom:1em;
  padding-bottom:none;
}
.search-results .search-snippet-info {
  padding-left:0;
}
.top_right .region-search {
  float:right;
  margin:6% 0;
}
.top_right .region-user-menu ul.menu {
  float:right;
}
.search_block {
  margin:9px 0;
  overflow:hidden;
}
.top_right .region-user-menu {
  overflow:hidden;
  width:100%;
}
.top_right ul.menu li a.active {
  color:#6CDCFF;
}
#footer {
  background: #F2F2F2;
  overflow: hidden;
  margin: 0 auto;
}
.contactwrap {
  overflow:hidden;
}
.contactwrap >div {
  float:left;
  padding: 30px 10px;
  width:50%;
}
.region-locationmap iframe{
  border: 1px solid #ccc;
} 
.copyrightwrap{
  padding: 20px 0;
  color: #838383;
  background: #031520;
  text-align: center;
}
.copyrightwrap .copyright {
  float:left;
  margin: 4px 0;
}
.copyrightwrap .credits {
  float:right;
}
#footer-area .column {
  float:left;
  margin:0 0 0% 1%;
  padding:1%;
  width:24.2%;
}
#footer-area .column:first-child {
  margin-left:0;
}
.footer_inner_credit {
  margin:10px auto;
}
.social-media-wrap {
  float: right;
}
.social-media-wrap > span{
  display: inline-block;
  *display: inline;
  vertical-align: middle;
}
.social-label{
  margin-right: 10px;
  font-size: 15px;
}
.social-icons {
  text-align:center;
}
.social-icons ul {
  margin:0;
}
.social-icons li {
  float:left;
  list-style-type: none;
}
.social-icons li a {
  background: #E7E7E7;
  border-radius: 50%;
  color: #777;
  display: block;
  font-size: 15px;
  height: 30px;
  margin: 2px;
  overflow: hidden;
  padding: 3px 5px;
  width: 30px;
}
.social-icons li a:hover {
  background:#fff;
  color:#000;
}
.region-user-menu h2 {
  display:none;
}
.region-user-menu ul li {
  background:none;
  border-right:1px solid #636363;
  display:inline-block;
  line-height:100%;
  padding:0 10px;
}
.region-user-menu ul li.last {
  border:0;
  padding-right:0;
}
.footer_block {
  clear:both;
}
#footer .block > h2 {
  padding:0 0 10px 0;
}
.bottom_widget #footer-area .column {
  width:32.5%;
}
.top_widget #footer-area .column {
  width:49.5%;
}
.block-system .content{
  overflow: hidden;
}
.page-blog article,
article.node-blog {
  border: 1px solid #F0F0F0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 48%;
  float: left;
  margin: 1%;
  padding: 10px;
}
.page-blog article footer {
  border:1px solid #E7E7E7;
  padding: 10px;
}
.field-name-field-blog-image img{
  padding: 10px;
  border: 1px solid #eee;
}
ul.inline li.comment_forbidden{
  display: none;
}
.field-name-field-tag {
  margin:20px 0;
  overflow:hidden;
}
.field-name-field-tag .field-item {
  display:inline-block;
}
.field-name-field-tag .field-item a {
  background:#5183AF;
  border-radius:3px;
  color:#FFF;
  display:block;
  margin:2px;
  padding:4px 8px;
}
.user-menu-wrapper {
  background:#E35E31;
  overflow:hidden;
  width:100%;
}
.user-menu-wrapper ul.menu {
  float:right;
  margin:0;
  text-align:right;
}
.user-menu-wrapper ul.menu li {
  background:none;
  border-color:#383838;
  float:left;
  margin:0;
  padding:0;
}
.user-menu-wrapper ul.menu li a {
  color:#eee;
  display:block;
  font-size:12px;
  padding:5px 13px;
}
.user-menu-wrapper ul.menu li a:hover {
  color: #999;
  text-decoration:none;
}
.full-wrap {
  margin:0 auto;
  max-width:1024px;
}
#footer .column li {
  border-bottom:1px solid #C0C0C0;
  box-shadow:0px 1px 0px #FAFAFA;
  display:block;
}
#footer .column li a {
  display:block;
  padding:6px 0;
}
#footer .column li:last-child {
  border:0;
  box-shadow:none;
}
#footer ul {
  margin:0;
}
.feature {
  text-align:center;
}
.feature .fa {
  border-radius:50%;
  font-size:58px;
  height:110px;
  margin:0 auto;
  margin:3% 0;
  padding:26px;
  text-align:center;
  width:110px;
}
#user-login,
#user-pass,
#user-register-form {
  background:white;
  border:1px solid #DDD;
  margin:2% auto;
  max-width:500px;
  padding:2% 3%;
}
div.error,
div.status,
div.warning {
  background:#FEF5F1;
  border-color:#EC7F58;
  border-radius:3px;
  padding:15px 20px;
}
div.status {
  background:#F8FFF0;
  border-color:#BE7;
}
div.warning {
  background-color:#FFFCE5;
  border-color:#ED5;
}
.comment {
  background:#FDFDFD;
  border-radius:3px;
  box-shadow:3px 3px 0 #eee;
  padding:20px;
}
#comments h2.title {
  margin-bottom:20px;
}
.comment div.user-picture img {
  margin-left:0;
}
.comment {
  display:table;
  margin-bottom:20px;
  vertical-align:top;
}
.comment-time {
  font-size:12px;
  font-style:italic;
  margin:0 0 8px 0;
}
.comment .attribution {
  display:table-cell;
  overflow:hidden;
  padding:0;
  vertical-align:top;
  width:17%;
  text-align: center;
}
.comment .attribution img {
  border:1px solid #d3d7d9;
  margin:0;
}
.comment .attribution .username {
  white-space:nowrap;
}
.comment .comment-submitted p {
  font-size:1.071em;
  line-height:1.2;
  margin:4px 0;
}
.comment .comment-submitted .comment-time {
  font-size:0.786em;
}
.comment .comment-submitted .comment-permalink {
  font-size:0.786em;
  text-transform:lowercase;
}
.comment .content {
  font-size:0.929em;
  line-height:1.6;
}
.comment .comment-arrow {
  background:url(../../amaze_chemistry/images/comment-arrow.gif) no-repeat 0 center transparent;
  border-left:1px solid;
  border-right:1px solid;
  height:40px;
  margin-left:-36px;
  margin-top:15px;
  position:absolute;
  width:20px;
}
.comment .comment-text {
  display:table-cell;
  padding:0 10px 10px 10px;
  position:relative;
  vertical-align:top;
  width:100%;
}
.comment .indented {
  margin-left:40px;
}
.comment-unpublished {
  margin-right:5px;
  padding:5px 2px 5px 5px;
}
.comment .comment-text .comment-arrow {
  border-left:1px solid #ffffff;
  border-right:1px solid #ffffff;
}
.frontblockwrap {
  margin:20px auto;
  overflow:hidden;
}
.frontblockwrap >.region {
  overflow:hidden;
}
.frontblockwrap >.region >.block {
  overflow:hidden;
  padding:0 20px;
  text-align:center;
}
.front-blocks li {
  list-style-position:inside;
}
.frontblockwrap{
  background: #454545;
}
.whowewrap >.region {
  float: left;
  margin: 0;
  width: 50%;
  color: #9E9E9E;
  padding: 20px 10px;
}
.whowewrap >.region h2{
  color: #fff;
}
.menu-wrap{
  background: rgba(233, 76, 60, 0.87);
  z-index: 9;
  width: 100%;
}
.region-main-menu {
  float: right;
  font-size: 13px;
}
#main-menu ul {
  list-style:none;
  margin:0;
  text-align:center;
}
#main-menu li {
  display:inline-block;
  position:relative;
  vertical-align:top;
}
#main-menu a {
  color: #FFC4B0;
  display:block;
  font-size:13px;
  font-weight:500;
  line-height:100%;
  margin:0;
  padding:24px 20px;
  text-decoration:none;
  text-transform:uppercase;
  white-space:nowrap;
}
#main-menu li a.active {
  color:#fff;
}
#main-menu li:hover >a {
  color:#fff;
}
#main-menu li li.expanded >a {
  background-image:url(../../amaze_chemistry/images/arrow.png);
  background-position:right;
  background-repeat:no-repeat;
  padding-right:30px;
}
#main-menu ul li:first-child {
  padding-left:0;
}
#main-menu li li {
  float:none;
  margin:0;
  min-width:168px;
  padding:0;
  position:relative;
}
#main-menu li ul ul {
  left:168px;
  top:0;
}
#main-menu li li a {
  background: rgba(255, 255, 255, 0.5);
  color: #888;
  border-radius:0;
  border-top:1px solid #eee;
  border-width:1px 0 0 0;
  margin:0;
  min-width:150px;
  overflow:hidden;
  padding:18px 15px;
  text-align:left;
}
#main-menu li li.first a{
  border: 0;
}
#main-menu li li:hover >a{
  color: #E35E31;
}
#main-menu li ul {
  display:none;
  margin:0;
  overflow:visible !important;
  padding:0;
  position:absolute;
  z-index:9999;
}
#main-menu li:hover > ul,
#main-menu li li:hover > ul,
#main-menu li li li:hover > ul {
  display:block;
}
#main-menu li.expanded, 
#main-menu li.collapsed,
li.leaf {
  margin:0;
  padding:0;
}
.drop-down-toggle {
  display:none;
  height:35px;
  position:absolute;
  right:5px;
  top:5px;
  width:35px;
}
.drop-down-arrow {
  border-left:rgba(0, 0, 0, 0) 10px solid;
  border-right:rgba(0, 0, 0, 0) 10px solid;
  border-top:10px solid #FFF;
  display:block;
  height:0;
  margin:11px 0 0 11px;
  width:0;
}
#main-menu .nav-toggle {
  display:none;
}
.ui-widget-content,
ul.ui-tabs-nav,.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{
  border: 0;
  background: none;
}
.ui-widget-content{
  font-family: 'Lato', sans-serif;
  line-height: 160%;
  font-weight: 400;
  color: #6E6E6E;
  font-size: 15px;
}
ul.ui-tabs-nav{
  margin: 0;
  overflow: hidden;
  position: relative;
  bottom: -1px;
  border-radius: 0;
}
.ui-tabs-nav li{
  display: inline-block;
  float: left;
}
.ui-tabs .ui-tabs-nav li a {
  background: #eee;
  padding: 12px 15px;
  color: #888;
  display: block;
  margin-right: 1px;
  border-width: 1px 1px 0 1px;
  border-color: transparent;
  border-style: solid;
  line-height: 100%;
}
.ui-tabs-nav li a:hover,
.ui-tabs-nav li a:focus{
  outline: none;
  text-decoration: none;
}
.ui-tabs-nav li.ui-tabs-active a{
  color: #031520;
  background: #fff;
  border-color: #E0E0E0;
}
.ui-tabs-panel{
  border: 1px solid #E0E0E0;
  padding: 10px 15px;
}
.ui-accordion-header-icon{
  display: none;
}
.ui-accordion-header{
  background: #FFF;
  padding: 8px 10px;
  color: #888;
  margin: 3px 0;
  cursor: pointer;
  border-radius: 0;
  font-size: 15px;
  font-weight: normal;
  border: 1px solid #DDD;
}
.ui-accordion-header,
.ui-accordion-header a:focus{
  outline: none;
}
.ui-accordion-content{
  border: 1px solid #E0E0E0;
  padding: 10px 15px 5px 15px;
}

/*Banner*/

.view-slideshow{
  position: relative;
}
.views-slideshow-cycle-main-frame-row-item img{
  display: block;
}
.banner-overlay{
  position: absolute;
  bottom: 10%;
  width: 60%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 30px;
  text-align: left;
  left: 50%;
  color: #fff;
  margin-left: -30%;
  border-bottom: 8px solid #DA3524;
}
.banner-title{
  color: #FFF;
  font-size: 32px;
  margin: 20px 0;
}
.views-slideshow-controls-bottom a{
  background-image: url(../../amaze_chemistry/images/slider-arrow-left.png);
  width: 45px;
  height: 45px;
  font-size: 0;
  display: block;
  background-color: rgba(66, 73, 79, 0.8);
}
.views-slideshow-controls-bottom a:hover{
  background-color: #000;
}
.views-slideshow-controls-text-next,
.views-slideshow-controls-text-previous{
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}
.views-slideshow-controls-text-previous{
  left: 0;
  right: auto;
}
.views-slideshow-controls-text-next a{
  background-image: url(../../amaze_chemistry/images/slider-arrow-right.png);
}
.views_slideshow_controls_text_pause{
  display: none;
}
.views-slideshow-controls-bottom{
  position: absolute;
  bottom: 50%;
  width: 100%;
  z-index: 9;
}

/*webform*/

.webform-client-form input.form-text,
.webform-client-form input.form-textarea,
.webform-client-form textarea{
  width: 100%;
  height: auto;
}

/*TB Menu*/

.tb-megamenu{
  background: none;
}
.tb-megamenu .nav > li > a{
  border: 0;
  padding: 19px 20px;
  text-transform: uppercase;
  font-weight: 400;
  margin-left: 1px;
}
.tb-megamenu .nav > .active > a,
.tb-megamenu .nav > .active > a:hover,
.tb-megamenu .nav > .active > a:focus {
  background-color: #EA8C6C;
}
.tb-megamenu [class^="icon-"],
.tb-megamenu [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../images/mobile-menu.png");
  background-position: 0 0;
}
.tb-megamenu select,
.tb-megamenu textarea, 
.tb-megamenu input[type="text"], 
.tb-megamenu input[type="password"]{
  height: auto;
}
.tb-megamenu input.form-text{
  padding: 9px;
  width: 100%;k
}
.tb-megamenu .block-search input.form-text{
  width: 66%;
}
.tb-megamenu .dropdown-menu .active > a,
.tb-megamenu .dropdown-menu .active > a:hover{
  background: none;
  color: #e54e4b;
}
.newsletter{
  /*text-align: center;
  padding: 50px 0; */
  background: #333;
  color: #999;
  position: relative;
}
.newsletter h2{
  color: #fff;
}
.newsletter .block-newsletter form .form-item,
.newsletter .block-newsletter form #subscribe{
  display: inline-block;
}
.newsletter .prefix{
  margin-bottom: 15px;
}
.newsletter #newsletter-error{
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  color: rgb(242, 148, 55);
  font-size: 12px;
}
.newsletter .block-newsletter input{
  font-size: 16px;
}
.newsletter .block-newsletter input.form-text{
  color: #666;
}

/*domain*/

.domain{
  text-align: center;
}
.domain .content{
  background: #E94C3C;
  overflow: hidden;
  color: #FFF;
  font-size: 42px;
  text-align: center;
}
.domain h3{
  color: #fff;
}
.domain ul{
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/*.domain ul li{
  display: inline-block;
  width: 33%;
  float: left;
  padding: 20px;
  line-height: 110%;
  border-right: 1px solid rgba(255, 255, 255, 0.19);
}*/
.domain ul li:last-child{
  border: 0;
}
.domain ul li:hover{
  background: #031520;
}

/*Clients*/

.views-field-field-client-logo{
  width: 100%;
  text-align: center;
}
.view-client-list{
  position: relative;
  margin: 40px 0;
}
.view-client-list .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
}
.views-field-field-client-logo img {
  display: inline-block;
  padding: 15px;
  border: 1px solid #EEE;
  margin: 0 20px;
  vertical-align: middle;
}
.view-client-list .views-slideshow-controls-bottom {
  z-index: 9;
  margin-top: -20px;
  top: 50%;
}
.view-client-list .views-slideshow-controls-bottom a{
  width: 35px;
  height: 40px;
  font-size: 0;
  display: block;
  background-color: #CBCBCB;
  background-position: center;
}

/*News & Updates*/

.view-news-updates .views-row{
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
}
.view-news-updates .views-field-created{
  font-size: 12px;
  font-weight: bold;
  color: #031520;
}

/*COL*/

.rowwrap{
  overflow: hidden;
  padding: 10px 0;
}
.rowwrap .col3{
  float: left;
  width: 33%;
  padding-right: 15px;
}
.rowwrap .col2{
  float: left;
  width: 50%;
  padding-right: 15px;
}

/*Our Team*/

.field-name-field-team .field-items{
  overflow: hidden;
}
.field-name-field-team .field-item{
  float: left;
  width: 50%;
  margin: 10px 0;
  min-height: 225px;
  border: 1px solid #eee;
}
.field-name-field-team .field-item .field-item{
  float: none;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  min-height: 100%;
}
.field-collection-container{
  border: 0;
}
.field-collection-view{
  margin: 0;
  padding: 0;
  border: 0;
}
.field-name-field-team img{
  display: block;
}
.field-name-field-team .content{
  overflow: hidden;
}
.field-name-field-team .group-team-left-wrap{
  width: 35%;
  padding: 15px;
  float: left;
}
.field-name-field-team .group-team-right-wrap{
  float: left;
  width: 65%;
}
.field-name-field-team .group-team-right-wrap{
  padding: 10px 15px;
}
.group-social-media .field{
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.group-social-media{
  margin: 10px 0;
}
.group-social-media .field a{
  padding: 3px 10px;
  color: #FFF;
  background: #999;
  display: inline-block;
  margin-right: 1px;
  padding: 3px 10px;
  color: #FFF;
  background: #999;
  display: inline-block;
  margin-right: 1px;
}
.group-social-media .field a:hover{
  background: #333;
}
.field-name-field-team-name{
  font-weight: bold;
}
.field-name-field-designation{
  color: #999;
}

/*Locations*/

.field-name-field-location .field-items{
  overflow: hidden;
}
.field-name-field-location .field-item{
  float: left;
  width: 100%;
  margin: 0;
}
.field-name-field-location .field-item .field-item{
  width: 100%;
  float: none;
  padding: 0;
  border: 0;
  margin: 0;
}
.field-name-field-location p{
  margin: 0;
}
.field-name-field-location iframe{
  display: block;
}
.field-name-field-location-map,
.field-name-field-address{
  float: left;
  width: 50%;
}
.field-item.odd .field-name-field-location-map{
  float: right;
}
.field-name-field-address{
  padding: 10px 15px;
}

/*Gallery Images*/

.field-name-field-images .field-items{
  overflow: hidden;
}
.field-name-field-images img{
  display: block;
}
.field-name-field-images .field-items .field-item{
  float: left;
  width: 33%;
  position: relative;
  margin: 0;
  padding: 5px;
}
.field-name-field-images .field-item .field-item{
  float: none;
  width: 100%;
  padding: 0;
}
.field-name-field-images .field-name-field-team-name{
  bottom: 0;
  padding: 10px 0px;
  font-weight: normal;
}
.field-name-field-images .field-item a{
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.field-name-field-images .field-item:hover a.colorbox:before {
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../amaze_chemistry/images/search-icon.png) rgba(0, 0, 0, 0.57) no-repeat center;
}
.field-name-field-images .field-collection-view-links{
  position: absolute;
  top: 0;
  right: 0;
}

/*price tables*/

.price-table,
.price-table ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.price-table {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.plan-name {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  padding: 20px 0;
}
.plan-name h3 {
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
.plan-price {
  margin: 15px 0;
  position: relative;
}
.plan-price span {
  font-size: 26px;
  background-color: #EC8F86;
  color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 29px 10px;
  line-height: 100%;
  display: inline-block;
  margin: 0 auto;
}
.plan-price span em{
  font-size: 11px;
  clear: both;
  display: block;
  line-height: 140%;
}
.plan-price p {
  display: inline;
  color: #323232;
  font-size: 20px;
  margin-left: -4px;
  letter-spacing: -1px;
  clear: both;
  display: block;
}
.features-list li {
  margin: 10px 30px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.features-list .fa-check {
  color: green;
}
.features-list .fa-times {
  color: red;
}
.calltoaction {
  margin: 20px 20px 30px;
}
.style2 {
  background-color: #f5f5f5;
}
.style2 .plan-name {
  background-color: #E94C3C;
}
.style2 .plan-name h3 {
  color: #ffffff;
}

/*contact-form*/

.contact-form{
  overflow: hidden;
  margin: 20px auto;
  max-width: 500px;
}
.contact-form .form-text{
  width: 100%;
}

/*orangecolor*/

.orangecolor a {
  color: #FC5A0A;
}
.orangecolor a:hover {
  color: #FF7937;
}
.orangecolor button:hover, body a.btn:hover,
.orangecolor input[type="submit"]:hover,
.orangecolor input[type="reset"]:hover,
.orangecolor input[type="button"]:hover{
  background-color: #FF7937;
}
.orangecolor .menu-wrap {
  background: rgba(252, 90, 10, 0.83);
}
.orangecolor .tb-megamenu .nav > .active > a, 
.orangecolor .tb-megamenu .nav > .active > a:hover, 
.orangecolor .tb-megamenu .nav > .active > a:focus,
.orangecolor .tb-megamenu .nav li.dropdown.active > .dropdown-toggle, 
.orangecolor .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, 
.orangecolor .tb-megamenu .nav > li.dropdown.open.active > a:hover{
  background: #FF7937;
  color: #fff;
}
.orangecolor .tb-megamenu .nav > li > a:focus,
.orangecolor .tb-megamenu .nav > li > a:hover,
.orangecolor .tb-megamenu .dropdown-menu li > a:hover,
.orangecolor .tb-megamenu .dropdown-menu li > a:focus,
.orangecolor .tb-megamenu .dropdown-submenu:hover > a{
  color: #FF7937;
}
.orangecolor .tb-megamenu .dropdown-menu .active > a,
.orangecolor .tb-megamenu .dropdown-menu .active > a:hover{
  color: #FF7937;
}
.orangecolor .tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
  color: #FF7937;
}
.orangecolor .tb-megamenu .dropdown-menu{
  border-color: #FF7937;
}
.orangecolor .banner-overlay{
  border-color: #FC5A0A;
}
.orangecolor .domain .content {
  background: #FC5A0A;
}
.orangecolor .plan-price span{
  background-color: #F79462;
}
.orangecolor .style2 .plan-name {
  background-color: #FC5A0A;
}

/*bluecolor*/

.bluecolor a {
  color: #2196f3;
}
.bluecolor a:hover {
  color: #2196f3;
}
.bluecolor button:hover, body a.btn:hover,
.bluecolor input[type="submit"]:hover,
.bluecolor input[type="reset"]:hover,
.bluecolor input[type="button"]:hover{
  background-color: #2196f3;
}
.bluecolor .menu-wrap {
  background: rgb(33, 150, 243);
}
.bluecolor .tb-megamenu .nav > .active > a, 
.bluecolor .tb-megamenu .nav > .active > a:hover, 
.bluecolor .tb-megamenu .nav > .active > a:focus,
.bluecolor .tb-megamenu .nav li.dropdown.active > .dropdown-toggle, 
.bluecolor .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, 
.bluecolor .tb-megamenu .nav > li.dropdown.open.active > a:hover{
  color: #2196f3;
  background: #fff;
}
.bluecolor .tb-megamenu .nav > li > a:focus,
.bluecolor .tb-megamenu .nav > li > a:hover,
.bluecolor .tb-megamenu .dropdown-menu li > a:hover,
.bluecolor .tb-megamenu .dropdown-menu li > a:focus,
.bluecolor .tb-megamenu .dropdown-submenu:hover > a{
  color: #2196f3;
}
.bluecolor .tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
  color: #2196f3;
}
.bluecolor .tb-megamenu .dropdown-menu .active > a,
.bluecolor .tb-megamenu .dropdown-menu .active > a:hover{
  color: #2196f3;
}
.bluecolor .tb-megamenu .dropdown-menu{
  border-color: #2196f3;
}
.bluecolor .banner-overlay{
  border-color: #2196f3;
}
.bluecolor .domain .content {
  background: #2196f3;
}
.bluecolor .plan-price span{
  background-color: #2196f3;
}
.bluecolor .style2 .plan-name {
  background-color: #2196f3;
}

/*Light Color*/

.lightcolor h1#site-title,
.lightcolor h1#site-title a{
  color: #881c1c;
  font-weight: bold;
}
.lightcolor .frontblockwrap{
  background: #333;
}
.lightcolor a {
  color: #881c1c;
}
.lightcolor a:hover {
  color: #666;
}
.lightcolor button:hover, body a.btn:hover,
.lightcolor input[type="submit"]:hover,
.lightcolor input[type="reset"]:hover,
.lightcolor input[type="button"]:hover{
  background-color: #333;
}
.lightcolor .menu-wrap {
  background: #fff;
}
.lightcolor .tb-megamenu .nav > li > a{
  color: #666;
}
.lightcolor .tb-megamenu .nav > .active > a, 
.lightcolor .tb-megamenu .nav > .active > a:hover, 
.lightcolor .tb-megamenu .nav > .active > a:focus,
.lightcolor .tb-megamenu .nav li.dropdown.active > .dropdown-toggle, 
.lightcolor .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, 
.lightcolor .tb-megamenu .nav > li.dropdown.open.active > a:hover{
  background: #fff;
}
.lightcolor .tb-megamenu .nav > li > a:focus,
.lightcolor .tb-megamenu .nav > li > a:hover,
.lightcolor .tb-megamenu .dropdown-menu li > a:hover,
.lightcolor .tb-megamenu .dropdown-menu li > a:focus,
.lightcolor .tb-megamenu .dropdown-submenu:hover > a{
  color: #000;
}
.lightcolor .tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
.lightcolor .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
.lightcolor .tb-megamenu .nav > li.dropdown.open.active > a:hover {
  color: rgb(176, 176, 176);
}
.lightcolor .tb-megamenu .dropdown-menu .active > a,
.lightcolor .tb-megamenu .dropdown-menu .active > a:hover{
  color: #000;
}
.lightcolor .tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
  color: #000;
}
.lightcolor .tb-megamenu .dropdown-menu{
  border-color: #ddd;
}
.lightcolor .banner-overlay{
  border-color: #999;
}
.lightcolor .domain .content {
  background: #881c1c;
}
.lightcolor .plan-price span{
  background-color: #CDCDCD;
}
.lightcolor .style2 .plan-name {
  background-color: #898989;
}