html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        
}
article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
menu, 
nav, 

/*------ template stylization ------*/
body {   font-family: Verdana Bold, "Trebuchet MS", Arial, Helvetica, sans-serif;
/* background:url(../img/main_bg2.gif) 0 0 repeat-x;  #F3F3F3;
 border-top:2px solid #333333;*/
}
/*.bg{ width:100%; background:url(../limages/main_bg2.gif) center 0 repeat-x; min-height:100%; border-top:2px solid #333333;} */
.bg{ width:100%; min-height:100%; border-top:2px solid #333333;}
.container .navbar .container { width: auto;}
/* headings, text */
/* defaults h1=35.75px  h2+29.25px   h3=22.75px   h4=16.25px h5=13px   h6=11.049999999999999px */
h1,
h2,
h3,
h4,
h5{
  line-height: 1.5em;
}
h6 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #1c1c1c;
  font:10px;
  font-weight: bold;
  line-height: 1.25em;
}
h7 {
  color:#3D3779; 
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font: 16px;
  font-weight: bold;
  text-shadow: none;
  text-decoration: none;
  margin: 0;
}
/*
h7 {
  font-family: 'Open Sans Condensed', sans-serif;
  color:#3D3779; 
  font: 18px;
  font-weight: normal;
  line-height: 1.5em;
}
*/
mtxt {
  color: #3D3779;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-shadow: none;
  text-decoration: none;
  margin: 0;
  font-weight: bold;
}

p {
  color:#005826; 
  font: 14px;
  margin-bottom: 18px;
}
.p1 {
  margin-bottom: 13px;
}
.img-polaroid {
  display: inline-block;
  border: #d3d3d3 0px solid;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.text-info {
  color: #1c1c1c;
  font-weight: bold;
}
.link {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 15px;
  text-decoration: underline;
  display: inline-block;
  margin-top: 13px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.link:hover {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.link-1 {
  color: #1c1c1c;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.link-1:hover {
  color: #04bebf;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.link-2 {
  color: #1c1c1c;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.link-2:hover {
  color: #04bebf;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.top-0 {
  margin-top: 0 !important;
}
.top-1 {
  padding-top: 25px !important;
}
.bot-0 {
  margin-bottom: 0 !important;
}
.bot-1 {
  margin-bottom: 25px !important;
}
.left-0 {
  margin-left: 0 !important;
}
.last {
  margin-right: 0 !important;
}
.center {
  text-align: center;
}
.indent-1 {
  margin: 40px 0 21px 0;
}
.indent-2 {
  margin-top: 45px;
}
.indent-3 {
  margin-top: 64px;
}
.indent-4 {
  padding-top: 9px;
}
.img-indent {
  margin: 0px 30px 5px 0;
  float: left;
}
.extra-wrap {
  overflow: hidden;
}
.list {
  margin: 0;
  list-style: none;
}
.list li {
  padding: 0 0 0 13px;
  margin: 8px 0 0px 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../img/marker.gif) 0 6px no-repeat;
}
.list li:first-child {
  margin-top: 0;
}
.list li a:hover {
  text-decoration: none;
}
/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 53px;
  height: 26px;
  overflow: hidden;
  background: url(../img/totop.png) 0 0 no-repeat;
  position: fixed;
  margin-right: -670px !important;
  right: 50%;
  bottom: 20px;
  z-index: 999;
}
#toTop:hover {
  background-position: 0 bottom;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*------ header ------- */
header {
  position: relative;
  z-index: 1024;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0px 0 0px 0;
}
.sub-header {
  padding-bottom: 86px;
  margin-bottom: 53px;
}

/* navbar */
.select-menu {
  display: none !important;
}
.navbar_ {margin: 0px;}
.navbar_ .navbar-inner {position: relative;padding: 0 0 0px 0;margin: 0;border: none;background-color: transparent; min-height: inherit;filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
/*nav  above used to have 20px not 0px*/
.nav-wrap { } 
.nav-collapse.in.collapse .nav > li > a {
  color: #2626B2;
  border: none;
  font-family: Verdana Bold, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-shadow: none;
  text-decoration: none;
  margin: 0;
  }
.nav {float: none;display: inline-block;margin: 0 0 0 0px;}
.nav li {margin: 0;padding: 0;position: relative;zoom: 1;z-index: 99;}

/* slider */
.slider-bg {
  background: #F3F3F3;
  background-size: auto 100%;
}
.slider {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 484px;
  background: #F3F3F3;
  background-size: auto 100%;
}
.camera_wrap {
  margin-bottom: 0 !important;
}
.camera_wrap .camera_pag {
  display: none;
}
.camera_prev,
.camera_next {
  width: 26px;
  height: 53px;
  position: absolute;
  bottom: 103px;
  z-index: 999;
  cursor: pointer;
}
.camera_prev {
  background: url(../img/prev.png) 0 0 no-repeat;
  right: 32px;
}
.camera_next {
  background: url(../img/next.png) 0 0 no-repeat;
  right: 0px;
}
.camera_prev:hover,
.camera_next:hover {
  background-position: 0 bottom;
}
.camera_caption {
  position: absolute;
  left: 43px;
  bottom: 9px;
  width: 100%;
}
.camera_caption > div {
  overflow: hidden;
}
.camera_caption a {
  display: inline-block;
  background: url(../img/slider-link.png) right 0 no-repeat;
  padding: 0 40px 0 0;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: right;
  float: left;
  margin-right: 90px;
}
.camera_caption a:hover {
  color: #04bebf;
}
.camera_caption span {
  overflow: hidden;
  display: block;
  font-size: 27px;
  line-height: 29px;
  color: #F3F3F3;
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}
/*--- header end ------*/
/*------ content ------- */
#content {
  padding-bottom: 41px;
  background: #F3F3F3;
}
.address-1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 44px 0px 0 0;
}
.address-1 span {
  display: block;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #04bebf;
  font-size: 31px;
  line-height: 35px;
  margin-bottom: 17px;
}
.address-1 p {
  margin-bottom: 15px;
}
.address-1 a {
  color: #343434;
}
.address-1 a:hover {
  color: #04bebf;
}
.block1 {
  margin: 0 0 0 -20px;
  overflow: hidden;
}
.block1 li {
  float: left;
  position: relative;
  display: block;
  margin-top: 31px;
}
.block1 h4 {
  margin: 3px 0 15px 0;
}
.divider {
  border-bottom: #eaeaea 0px solid;
  padding-top: 44px;
}
.dline {
  border-top: #eaeaea 0px solid;
  padding-top: 1px;
}
.dline a {
  color: #000;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-shadow: none;
  text-decoration: none;
  margin: 0;
}
/*
.dline li a {
  color: #000;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  text-shadow: none;
  text-decoration: none;
  margin: 0;
}
*/
.dspace {
  border-bottom: 0px solid;
  padding-top: 44px;
}
.block-2 {
  margin-top: 40px;
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 25px;
  color: #1c1c1c;
  text-transform: uppercase;
  text-align: right;
}
.block-2 > strong {
  font-size: 29px;
  line-height: 29px;
  color: #04bebf;
  font-weight: bold;
  display: block;
  margin-bottom: 12px;
}
/*list-numbers*/
.list-numbers {
  margin: 0;
  list-style-type: none;
}
.list-numbers li {
  border-top: #eaeaea 0px solid;
  padding-top: 22px;
  margin-top: 21px;
}
.list-numbers li:first-child {
  border-top: none;
  padding-top: 0px;
  margin-top: 0px;
}
.list-numbers li > div {
  overflow: hidden;
}
.list-numbers .badge {
  background: url(../img/dropcap-bg.png) no-repeat left top #04bebf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  text-shadow: none;
  font-size: 35px;
  font-weight: bold;
  height: 45px;
  line-height: 40px;
  padding: 6px 0 0;
  position: relative;
  text-align: center;
  width: 51px;
  margin: 0px 20px 0 0;
  float: left;
}
.list-numbers .badge:after {
  background: url(../img/dropcap-shadow.png) repeat-x 0 0;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  content: "";
  display: block;
  height: 16px;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: -16px;
}
/* thumbnails */
.thumbnails {
  margin: 0 0 0px -28px;
}
.thumbnails li {
  margin-top: 0px;
  margin-bottom: 0;
  float: left;
}
.thumbnails .thumbnail,
.thumbnails_2 .thumbnail {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  border: none;
  padding: 0;
}
.thumbnails .thumbnail {
  margin: 0px 0 27px 28px;
  padding: 14px 14px 12px 14px;
  background: none;
  border: #dfdfdf 1px solid;
  width: 188px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.thumbnails .thumbnail img {
  margin: 0px 0 10px 0;
  width: 100%;
}
.thumbnails_2 .thumbnail {
  margin: 0px 0 25px 0px;
  padding: 14px 14px 18px 14px;
  background: none;
  border: #dfdfdf 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.thumbnails_2 .thumbnail img {
  margin: 0px 0 12px 0;
  width: 100%;
}
/*block-3*/
.block-3 {
  margin: 0 0 0 0;
}
.block-3 li {
  display: block;
  overflow: hidden;
  margin-top: 25px;
}
.block-3 li:first-child {
  margin-top: 23px !important;
}
.block-3 li div {
  overflow: hidden;
}
.block-3 li figure {
  float: left;
  margin: 0px 20px 5px 0;
}
/*-- contacts page --*/
.map {
  width: 100%;
  margin-bottom: 23px;
}
.map iframe {
  width: 100%;
  height: 296px;
  border: #dedede 0px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.address-2 strong {
  display: block;
}
.address-2 span {
  display: inline-block;
  width: 83px;
}
.contact-form input {
  height: 36px;
  width: 407px;
  padding: 9px 10px 9px 14px !important;
  line-height: 18px !important;
  margin: 0;
  color: #a7a7a7;
  border: #e5e5e5 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  float: left;
}
.contact-form label {
  min-height: 46px;
  position: relative;
  overflow: hidden;
  margin: 0;
  display: inline-block;
  float: left;
}
.contact-form br {
  font-size: 0;
  line-height: 0;
  clear: both;
}
.contact-form .error,
.contact-form .empty {
  display: none;
  position: relative;
  font-size: 11px;
  line-height: 14px;
  color: #9d261d;
  float: left;
  margin: 2px 0 4px 10px;
  min-width: 160px;
}
.contact-form .success {
  display: none;
  padding-bottom: 5px;
}
.contact-form textarea {
  width: 100%;
  height: 251px;
  padding: 8px 0 0 14px;
  border: #e5e5e5 1px solid;
  margin: 0;
  color: #a7a7a7;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  float: left;
}
.contact-form label.message {
  display: block;
  width: 100%;
}
.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: none;
  border-color: #e5e5e5;
}
.contact-form .link {
  margin: 26px 0 0 20px;
}
/*-- end contacts --*/
/*privacy*/
.float {
  float: left;
}
.float2 {
  float: right;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: relative;
  color: #333333;
  border-top: #ebebeb 0px solid;
  padding: 0px 0px 30px 10px;
  background: #F3F3F3;
}
.footer-logo {
  margin-top: 44px;
  color: #333333;
  letter-spacing: 1px;
}
.footer-logo div.clearfix a {
  display: inline-block;
  float: left;
}
.footer-logo div.clearfix > span {
  display: inline-block;
  overflow: hidden;
  margin-top: 8px;
}
.footer-logo > span {
  display: block;
  margin-top: -4px;
  float: left;
}
.footer-logo > span > a {
  color: #333333;
}
.footer-logo > span > a:hover {
  color: #000;
}
footer ul.list {
  margin-top: 41px;
}
/*social-icons*/
.social-icons {
  margin: 44px 0 0 0;
  list-style-type: none;
  overflow: hidden;
  position: relative;
  z-index: 999;
}
.social-icons li {
  float: left;
  display: inline-block;
  margin-left: 5px;
  line-height: 0;
  border: #dedede 0px solid;
}
.social-icons li:first-child {
  margin-left: 0;
}
.social-icons li a:hover img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
/*--- footer end ------*/
/*404 page*/
.block-404 .span8 {
  padding-top: 41px;
  text-align: center;
}
.block-404 .span4 {
  padding-top: 36px;
}
.block-404 h4 {
  margin: 0 0 19px 0;
  line-height: 35px;
}
.form-404 {
  width: 100%;
  margin-top: 35px;
  display: block;
}
.form-404 input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  height: 36px;
  width: 100%;
  line-height: 18px !important;
  padding: 8px 10px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: #e5e5e5 1px solid;
  float: left;
}
.form-404 input:focus {
  box-shadow: none;
  border-color: #e5e5e5;
}
.form-404 a.link {
  margin: 15px 0 0 0;
  float: right;
}
/**/
/*----- media queries ------*/

@media (min-width: 1200px) {
 .navbar_ .navbar-inner {position: relative; padding: 20px 0 50px 0;}
 .nav-collapse_ .nav > li > a {padding: 5px 26px 5px 26px;}
 .camera_prev,
 .camera_next {bottom: 123px;}
 .camera_caption {bottom: 19px;}
 .block1 {margin: 0 0 0 -30px;}
 .img-indent {margin: 0px 30px 0 0;}
 .thumbnails 
 .thumbnail {width: 238px;}
 .form-404 input {width: 319px;}
 .form-404 a.link {margin: 10px 0 0 0;}
}

/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Custom Revolution-Slider */
.ut-slider-wrap {
	z-index:1;
}
#sidebar_second .tp-leftarrow.large,
#sidebar .tp-leftarrow.large {
	margin-left:20px !important;
	margin-top:-17px !important;
}
#sidebar_second .tp-rightarrow.large,
#sidebar .tp-rightarrow.large {
	margin-top:-17px !important;
}
#sidebar_second .rev_slider,
#sidebar .rev_slider {
	margin-left:20px;
}
#sidebar_second .rev_slider_wrapper,
#sidebar .rev_slider_wrapper {
	margin-bottom:40px !important;
}
#footer .rev_slider_wrapper {
	margin-bottom:20px !important;
}
/* Lambda Featured Header */

#lambda-featured-header-wrap {
	border-bottom:0px solid #D9D9D9;
}
.lambda-featured-header-image {
	position:relative;
}
.lambda-featured-header-image img {
	display:block;
	margin:0 auto;
}
.lambda-featured-header-caption {
	position: absolute;
	color: #fff;
	bottom:0;
	left:0;
	width:auto;
	padding:10px;
	font-size:16px;
}
.lambda-featured-header-video, 
.lambda-featured-header-content {
	margin-top:30px;
	margin-bottom:30px !important;
}
.lambda-featured-header-content a.theme-button {
	margin-bottom:0 !important;
}
.lambda-featured-header-video .video-frame {
	margin:0;
}

/* Lambda Custom Shortcodes */

.lambda-highlight1, 
.lambda-highlight2, 
.lambda-highlight3, 
.lambda-highlight4 {
	padding:2px 3px;
	color:#FFFFFF;
}
.lambda-highlight2 {
	background-color:#000000;
}
.lambda-highlight3 {
	background-color: #FF3;
	color:#444444;
}
.lambda-highlight4 {
	background-color: #F00;
}
.lambda-dropcap1 {
	color: #333333;
	display: inline-block;
	float: left;
	font-size: 26px;
	line-height: 30px;
	margin: 0 15px 5px 0;
}
.lambda-dropcap2 {
	color: #FFFFFF;
	display: inline-block;
	float: left;
	font-size: 26px;
	line-height: 30px;
	margin: 0 15px 5px 0;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:3px 8px;
}

.FBG { background:#262626; border-top:1px solid #383838; margin:0; padding:0;}
.FBG h2 { font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#bdbdbd; padding:5px; margin:0; }
.FBG h2 txt { font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#bdbdbd; padding:5px; margin:0; }
.midFBG {
  position: relative;
  color: #333333;
  border-top: #ebebeb 1px solid;
  padding: 0px 0px 30px 55px;
  background: #F3F3F3;
}

.FBG2 { 

}
.FBG2 h2 { font: normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#515151; solid #c7c7c7; padding:5px 20px;}
.FBG2 h2 txt { font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:515151; padding:5px; margin:0; }
.midFBG2 {
  position: relative;
  color: #333333;
  border-top: #ebebeb 1px solid;
  padding: 0px 0px 0px 0px;
  background: #F3F3F3;
}
.creFBG {
  position: relative;
  color: #333333;
  padding: 0px 0px 0px 0px;
  background: #FFF;
}
