/*------------------------------------------------------------------

[Launched.css]

	Project:		Launched Landing Page
	Version:		1.0
	Last change:	08/31/2013


-------------------------------------------------------------------*/
/* start: EWN Color Pallette */
.ewnorangelight { color: #FBAF3F; }
.ewnorange { color: #ef5d34; }
.ewnorangedark { color: #e97117; }
.ewnblue { color: #2891cf; }
.ewnbluedark { color: #22559c; }
.ewngreen { color: #adcc4a; }
.ewngreendark { color: #9eba44; }
.ewngrey { color: #cccccc; }
.ewngreydark { color: #999999; }
.ewnbgorangelight { background-color: #FBAF3F; }
.ewnbgorange { background-color: #ef5d34; }
.ewnbgorangedark { background-color: #e97117; }
.ewnbgblue { background-color: #2891cf; }
.ewnbgbluedark { background-color: #22559c; }
.ewnbggreen { background-color: #adcc4a; }
.ewnbggreendark { background-color: #9eba44; }
.ewnbggrey { background-color: #cccccc; }
.ewnbggreydark { background-color: #999999; }
/* end: EWN Color Pallette */
a
{
	color: #2891cf;
	text-decoration: none;
}
a:hover,a:focus,
a:visited
{
	color: #1e77ac;
	text-decoration: underline;
}
a[href^="call:"] {
    color: #444;
    text-decoration: none;
    border-bottom: 0px;
}

.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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #444;
  font: 13px/1.7em 'Droid Sans', sans-serif;
}
h1,
h2 {
  font-weight: 600;
}
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.bold 
{
  font-weight: 600;
}
h1 a, h1 a:visited,
h2 a, h2 a:visited,
h3 a, h3 a:visited
{
	color: #444;
	text-decoration: none;
}

a:hover, a:focus,
h1 a:hover, h1 a:focus,
h2 a:hover, h2 a:focus,
h3 a:hover, h3 a:focus,
h4 a:hover, h4 a:focus
{
	color: #0088cc;
	text-decoration: underline;
}
h1.center,
h2.center,
h3.center,
h4.center,
h5.center {
	text-align:center;
}
img.centered,
img.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.mapResizeableArea
{
	padding-bottom: 19px;
			width: 100%;
			background: white url(/images/resize-map-bottom-tab-small.png) bottom center no-repeat;
			text-align: center;	
	border-bottom:10px;
}
.ui-resizable-helper {
	position: absolute;
	z-index: 100;
	border: 2px dotted #FBAF3F;
}

.btn-primary,
.button {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #eb8d00;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #FBAF3F, #cc7a00);
	border-left-color: #cc7a00;
	border-right-color: #cc7a00;
	border-top-color: #cc7a00;
	border-bottom-color: #804d00;
}
.button 
{

border-left: 1px solid #cc7a00;
	border-right: 1px solid #cc7a00;
	border-top: 1px solid #cc7a00;
	border-bottom: 1px solid #804d00;
	display: inline-block;
padding: 4px 12px;
	margin-bottom: 0;
font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
color: #333333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
background-color: #f5f5f5;
background-repeat: repeat-x;
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);

	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-image: -o-linear-gradient(top, #FBAF3F, #cc7a00);
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-sizing: border-box;
	background-image: linear-gradient(to bottom, #FBAF3F, #cc7a00);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.button:hover,
.button:focus,
.button:active,
.button.active,
.button.disabled,
.button[disabled] {
  color: #ffffff;
  background-color: #cc7a00;
  *background-color: #b36b00;
  background-image: none;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #995c00 \9;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #cc7a00;
  *background-color: #b36b00;
  background-image: none;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #995c00 \9;
}
/*------------------------------------------------------------------

[Misc Styles]

-------------------------------------------------------------------*/
h1 .label,
h2 .label,
h3 .label {
  position: relative;
  top: -4px;
  margin-right: .5em;
}
h1 .label {
  top: -8px;
}
h2 .label {
  top: -6px;
}
.social-icons {
  padding: 0;
  margin: 0;
}
.social-icons li {
  display: inline-block;
  margin-right: .5em;
  margin-bottom: 1em;
  list-style-type: none;
}
.social-icons li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #FFF;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  background-color: #333;
  border-radius: 100px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.social-icons li a:hover {
  text-decoration: none;
}
.social-icons li.social-skype a {
  background-color: #00b0f6;
}
.social-icons li.social-skype a:hover {
  background-color: #16bdff;
}
.social-icons li.social-skype a:active {
  background-color: #009ad7;
}
.social-icons li.social-dribbble a {
  background-color: #f16197;
}
.social-icons li.social-dribbble a:hover {
  background-color: #f37daa;
}
.social-icons li.social-dribbble a:active {
  background-color: #ef4584;
}
.social-icons li.social-youtube a {
  background-color: #af2b26;
}
.social-icons li.social-youtube a:hover {
  background-color: #c8312b;
}
.social-icons li.social-youtube a:active {
  background-color: #962521;
}
.social-icons li.social-linkedin a {
  background-color: #3692c3;
}
.social-icons li.social-linkedin a:hover {
  background-color: #4ba0cd;
}
.social-icons li.social-linkedin a:active {
  background-color: #2f80ab;
}
.social-icons li.social-instagram a {
  background-color: #326188;
}
.social-icons li.social-instagram a:hover {
  background-color: #3a719e;
}
.social-icons li.social-instagram a:active {
  background-color: #2a5172;
}
.social-icons li.social-facebook a {
  background-color: #4470cf;
}
.social-icons li.social-facebook a:hover {
  background-color: #5c83d5;
}
.social-icons li.social-facebook a:active {
  background-color: #3260c2;
}
.social-icons li.social-twitter a {
  background-color: #5daed5;
}
.social-icons li.social-twitter a:hover {
  background-color: #75badb;
}
.social-icons li.social-twitter a:active {
  background-color: #45a2cf;
}
.social-icons li.social-pinterest a {
  background-color: #c53942;
}
.social-icons li.social-pinterest a:hover {
  background-color: #cc5058;
}
.social-icons li.social-pinterest a:active {
  background-color: #ad323a;
}
.social-icons li.social-foursquare a {
  background-color: #a9d20f;
}
.social-icons li.social-foursquare a:hover {
  background-color: #c0ee12;
}
.social-icons li.social-foursquare a:active {
  background-color: #92b50d;
}
.social-icons li.social-google-plus a {
  background-color: #333333;
}
.social-icons li.social-google-plus a:hover {
  background-color: #424242;
}
.social-icons li.social-google-plus a:active {
  background-color: #242424;
}
.social-icons.medium li a {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
}
.social-icons.large li a {
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
}
.well hr {
  border-top: 1px solid #D7D7D7;
  border-bottom: none;
}
.clear {
  clear: both;
}
header,
nav,
section,
article,
aside,
footer {
  display: block;
}
.the-icons .span3 {
  position: relative;
  box-sizing: border-box;
  padding-left: 30px;
  margin-bottom: 1.25em;
  list-style-type: none;
}
.the-icons .span3 i {
  position: absolute;
  top: 0;
  left: 0;
  color: #FBAF3F;
  font-size: 18px;
}
.the-icons a {
  color: #666;
}
.the-icons a:hover {
  text-decoration: none;
}
.the-icons .span3:hover i {
  top: -5px;
  left: -5px;
  zoom: 200%;
}
body .navbar {
  position: static;
}
body.fixed-header {
  padding-top: 70px;
}
body.fixed-header .navbar {
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
}
.layout {
  width: 940px;
  margin: 0 auto 4em;
  *zoom: 1;
}
.layout:before,
.layout:after {
  display: table;
  content: "";
  line-height: 0;
}
.layout:after {
  clear: both;
}
.layout:before,
.layout:after {
  display: table;
  content: "";
  line-height: 0;
}
.layout:after {
  clear: both;
}
.layout.layout-M .main {
  float: none;
  width: auto;
}
.layout.layout-M .sidebar {
  display: none;
}
.layout.layout-MS .main {
  float: left;
  width: 620px;
}
.layout.layout-MS .sidebar {
  float: right;
  width: 275px;
}
.layout.layout-SM .main {
  float: right;
  width: 620px;
}
.layout.layout-SM .sidebar {
  float: left;
  width: 275px;
}
.sidetabs {
  width: 940px;
  margin: 0 auto;
  *zoom: 1;
}
.sidetabs:before,
.sidetabs:after {
  display: table;
  content: "";
  line-height: 0;
}
.sidetabs:after {
  clear: both;
}
.sidetabs:before,
.sidetabs:after {
  display: table;
  content: "";
  line-height: 0;
}
.sidetabs:after {
  clear: both;
}
.sidetabs .sidetabs-nav {
  float: left;
  width: 235px;
  padding-top: 1.5em;
  padding-right: 2em;
  padding-bottom: 10em;
  border-right: 1px solid #DDD;
  -webkit-box-shadow: inset -8px 0px 20px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -8px 0px 20px -10px rgba(0, 0, 0, 0.2);
  box-shadow: inset -8px 0px 20px -10px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidetabs .sidetabs-nav.sidetabs-collapsed {
  width: 35px;
  overflow: hidden;
  float: left;
}
.sidetabs .sidetabs-nav.sidetabs-collapsed a
{
	height: 22px;
	overflow: hidden;
  width: 235px;
}
.sidetabs .sidetabs-nav.sidetabs-collapsed:hover {
  width: 235px;
}

.sidetabs .sidetabs-content.sidetabs-content-expanded {
  width: 865px;
}

.sidetabs .sidetabs-nav .tab {
  display: block;
  padding: 14px 16px 12px 12px;
  margin-right: -2em;
  color: #888;
  font-size: 13px;
  border-bottom: 1px solid #DDD;
  cursor: pointer;
}
.sidetabs .sidetabs-nav .tab i {
  position: relative;
  top: 1px;
  margin-right: .65em;
  font-size: 15px;
}
.sidetabs .sidetabs-nav .tab:hover {
  color: #222;
  text-decoration: none;
  background: #F1F1F1;
}
.sidetabs .sidetabs-nav .tab:first-child {
  border-top: 1px solid #DDD;
}
.sidetabs .sidetabs-nav .tab.active {
  position: relative;
  right: -1px;
  font-weight: bold;
  color: #FBAF3F;
  background: #FFF;
  cursor: default;
}
.sidetabs .sidetabs-content {
  float: right;
  width: 665px;
}
.sidetabs .sidetabs-content .tab {
  display: none;
}
.sidetabs .sidetabs-content .tab-pane {
  display: none;
}
.sidetabs .sidetabs-content .tab-pane:first-child {
  display: block;
}
.sidetabs.sidetabs-right .sidetabs-nav {
  float: right;
}
.sidetabs.sidetabs-right .sidetabs-content {
  float: left;
}
.sidetabs.sidetabs-right .sidetabs-nav {
  border-right: none;
  border-left: 1px solid #DDD;
  -webkit-box-shadow: inset 8px 0px 20px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 8px 0px 20px -10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 8px 0px 20px -10px rgba(0, 0, 0, 0.2);
}
.sidetabs.sidetabs-right .tab {
  padding: 14px 0 12px 16px;
}
.sidetabs.sidetabs-right .tab.active {
  right: auto;
  left: -1px;
}
.navbar {
  top: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar .container {
  width: 940px;
}
.navbar .nav > li.divider-vertical {
  position: relative;
  top: -5px;
  margin: 0 15px;
  border-right-color: #333;
  border-left-color: #111;
}
.navbar .brand {
  margin-top: -1px;
}
.navbar .navbar-pad {
  padding: 8px 0 4px 0;
  background: #FFF;
}
.navbar .navbar-inner {
  background: #222;
  padding: 11px 0;
  box-sizing: border-box;
}
.navbar .btn-navbar {
  background: #2f2f2f;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar .btn-navbar:hover {
  background: #414141;
}
.navbar .btn-navbar:active {
  background: #414141;
}
.navbar .navdd {
  margin-top: 17px;
}
.navbar .imgnav
{
	background-color:transparent !important;
	margin-top:8px;
}
.navbar .nav > li {
  margin: 0 3px;
}
.navbar .nav > li > a {
  padding: 5px 10px;
/*  text-transform: lowercase;*/
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar .nav > li > a:focus {
  color: #777;
}
.navbar .nav > li > a:hover,
.navbar .nav > li.dropdown > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.open > .dropdown-toggle,
.navbar .nav > li.dropdown.active > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open > .dropdown-toggle {
  color: #FFF;
  background: #2a2a2a;
}
.navbar .nav li.dropdown>.dropdown-toggle .caret {
border-top-color: #5b5b5b;
border-bottom-color: #5b5b5b;
}
.navbar .nav > li > a:hover .caret,
.navbar .nav > li.dropdown > .dropdown-toggle:hover .caret,
.navbar .nav > li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav > li.dropdown.active > .dropdown-toggle:hover .caret,
.navbar .nav > li.dropdown.active.open > .dropdown-toggle .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover,
.navbar .nav > li.dropdown.active > .dropdown-toggle {
  color: #5b5b5b;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar .nav > li.active > a .caret,
.navbar .nav > li.active > a:hover .caret,
.navbar .nav > li.dropdown.active > .dropdown-toggle .caret {
  border-top-color: #FBAF3F;
  border-bottom-color: #FBAF3F;
}
.navbar .nav > li.dropdown.active > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open > .dropdown-toggle {
  color: #FBAF3F;
}
.navbar .nav > li.dropdown.active > .dropdown-toggle:hover .caret,
.navbar .nav > li.dropdown.active.open > .dropdown-toggle .caret {
  border-top-color: #FBAF3F;
  border-bottom-color: #FBAF3F;
}
.navbar .nav .action {
  margin-right: .25em;
  margin-left: .25em;
  color: #ffffff;
  background-color: #2c2c2c;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav .action:hover {
  background-color: #363636;
}
.navbar .nav .action.action-primary {
  background-color: #FBAF3F;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav .action.action-primary:hover {
  background-color: #cc7a00;
}
#masthead {
  position: relative;
  margin-bottom: 1em;
  background-color: #EEE;
  color:#FFF;
  /*background-image: url(/img/bgs/wall4.png);*/
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
  border-bottom: 1px solid #CCC;
}
#masthead.masthead-home {
  /*padding: 30px 0 40px;*/
}
#masthead.masthead-sub {
  padding: 12px 0;
  text-align: left;
}
#masthead.masthead-sub h2 {
  font-size: 28px;
}
#masthead .masthead-text 
{
	float: left;
	/*margin-top:100px;
	width: 570px;
	padding-bottom: 65px;*/
	margin-left:70px;
}
#masthead .masthead-text p
{
	width:750px;
	font-size:16px;
}
#masthead .masthead-text p a
{
	color:#FFF;
}
#masthead .masthead-text h2 {
  font-size: 36px;
  line-height: 50px;
padding-top: 10px;
}
#masthead .masthead-text ul,
#masthead .masthead-text ol {
  text-align: left;
}
#masthead .masthead-actions .btn {
  padding: 15px 20px;
  margin-right: .75em;
  font-size: 19px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
#masthead .masthead-actions .btn:last-child {
  margin-right: 0;
}
#masthead .masthead-display
{
  /*float: right;
  width: 540px;*/
  text-align:center;
  width:100%;
  float: right;
  text-align: right;
  height:100%;
max-width: 1920px;
max-height: 495px;
}

#masthead .masthead-display form {
  text-align: left;
}
#masthead .item.display-left .masthead-text {
  float: right;
}
#masthead .item.display-left .masthead-display {
  float: left;
}
#masthead .masthead-form {
  width: 300px;
  padding: 15px;
  margin: 10px auto 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#masthead .masthead-form input {
  width: 100%;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#masthead .masthead-form .btn {
  display: block;
  width: 100%;
}
#masthead ul.ml li {
  text-align: left;
}
#masthead .masthead-list {
  font-size: 15px;
}
#masthead .masthead-list li {
  margin-right: 2em;
  margin-bottom: 1.25em;
  line-height: 1.7em;
}
#masthead .masthead-list strong {
  display: block;
}
#masthead iframe {
  border: 0;
}
#content {
  margin-bottom:0/* 6em*/;
}
#content .row {
  margin-bottom: 0em;
}
#content .row:last-child {
  margin-bottom: 0;
}
#extra {
  padding: 25px 0;
  color: #444;
  background-color: #EEE;
  border-top: 1px solid #DDD;
  -webkit-box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.1);
}
#extra h4 {
  margin-bottom: 1.25em;
}
#extra ul.mark-list .mark {
  color: #555;
}
#extra [class*="span"],
#extra .row-fluid [class*="span"] {
  /*margin-bottom: 3.5em;*/
}
#extra [class*="span"]:last-child,
#extra .row-fluid [class*="span"]:last-child {
  margin-bottom: 0;
}
#extra [class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 100%;
}
#extra .mark
{
	width:15px;
	text-align:center;
}
#extra .right
{
	text-align:right;
}

#extra .aelogo {
	width:185px;
	max-width: 185px;

}
#extra .aelogo p {
	font-size: 9px;
	padding-left: 59px;
	margin-top: -15px !important;
	padding-top: 0 !important;
}
footer {
  padding: 20px 0;
  color: #888;
  background: #111;
}
footer .row {
  margin-bottom: 0;
}
footer a,
footer a:visited {
  color: #CCC;
}
footer a:hover {
  color: #CCC;
}
footer p {
  margin-bottom: 0;
}
footer ul {
  margin: 0;
}
footer ul li {
  float: left;
  margin: 0 0 0 1em;
  list-style: none;
}
footer #copyright {
  text-align: left;
}
footer #terms {
  text-align: right;
}
footer #terms a {
  margin-left: 1em;
}
#a_foot_free_gp {
    margin-bottom: 0px;
	display:block;
}
#a_foot_free_it {
    margin-left: -4px; 
    margin-bottom: 10px;
}
/*------------------------------------------------------------------
[ Blog Main / #blog-main ]
*/
#blog-main {
  float: left;
  width: 600px;
  margin-right: 2.5em;
}
/*------------------------------------------------------------------
[ Blog Sidebar / #blog-sidebar ]
*/
#blog-sidebar {
  float: right;
  width: 300px;
  padding-top: 15px;
}
#blog-sidebar .ml.small .mark {
  color: #888;
}
/*------------------------------------------------------------------
[ Blog Stats / #blog-stats ]
*/
#blog-stats 
{
	margin:0;
	padding: 0;
  *zoom: 1;
}
#blog-stats:before,
#blog-stats:after {
  display: table;
  content: "";
  line-height: 0;
}
#blog-stats:after {
  clear: both;
}
#blog-stats:before,
#blog-stats:after {
  display: table;
  content: "";
  line-height: 0;
}
#blog-stats:after {
  clear: both;
}
#blog-stats li {
  float: left;
  /*padding-left: 50px;*/
  padding: 0 !important;
  margin: 0 !important;
  width: 50%;
  color: #999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:left;
}
#blog-stats li a {
  display: block;
  color: #999;
}
#blog-stats li a:hover {
  text-decoration: none;
}
#blog-stats li .count {
  display: block;
  color: #222;
  font-size: 18px;
}
/*------------------------------------------------------------------
[ Blog Post / .post ]
*/
.post {
  padding-top: 3em;
  padding-bottom: 3em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #CCC;
}
.post:first-child {
  padding-top: 0;
}
.post .post-header {
  width: 100%;
  display: table;
  padding-bottom: 20px;
  margin-bottom: 1em;
}
.post .post-header .post-title {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  border-bottom: none;
}
.post .post-header .post-title h1 {
  padding: 4px 0 3px 0;
  font-size: 32px;
  line-height: 1.3em;
}
.post .post-header .post-title p {
  color: #999;
}
.post .post-header .post-title a {
  color: #333;
}
.post .post-header .post-title a:hover {
  color: #0088cc;
  text-decoration: underline;
}
.post .post-header .post-date {
  display: table-cell;
  vertical-align: top;
  position: relative;
  top: 1.25em;
  width: 60px;
}
.post .post-thumb img {
  border-radius: 4px;
  max-width: 98%;
}
.post .post-thumb a:hover img {
  border-color: #E87529;
  opacity: .85;
}
/*------------------------------------------------------------------
[ Blog Alternate / .posts.blog-alternate ]
*/
.blog-grid .post {
  float: left;
  width: 280px;
  padding-top: 0;
  padding-right: 0;
  margin-right: 20px;
  border-bottom: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-grid .post .post-header {
  margin-bottom: 0;
}
.blog-grid .post .post-header .post-title {
  padding-left: 5px;
}
.blog-grid .post .post-header .post-title h1 {
  font-size: 18px;
}
.blog-grid .post .post-header .blog-date {
  width: 50px;
}
.blog-grid .post .post-header .blog-date .blog-date-month {
  padding: 2px 0;
  font-size: 12px;
  font-weight: 400;
}
.blog-grid .post .post-header .blog-date .blog-date-day {
  margin-bottom: .2em;
  font-size: 16px;
}
.blog-grid .post .post-header .blog-date .blog-date-year {
  margin-bottom: 2px;
  font-size: 11px;
}
.blog-grid .post .post-thumb img {
  max-width: 90%;
  margin-bottom: 1.75em;
}
.blog-grid .post .blog-seperator {
  margin: 12px 0;
}
/*------------------------------------------------------------------
[ Mini Post / .post-mini ]
*/
.post-mini {
  position: relative;
  padding-left: 85px;
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #CCC;
  min-height: 84px;
}
.post-mini:last-child {
  border-bottom: none;
}
.post-mini .blog-date {
  position: absolute;
  top: 0;
  left: 0;
}
.post-mini .blog-seperator {
  margin: 15px 0;
}
.post-mini .post-mini-meta {
  color: #999;
}
.post-mini .post-mini-meta a {
  color: #444;
}
/*------------------------------------------------------------------
[ Blog Date / .blog-date ]
*/
.blog-date {
  width: 60px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #CCC;
  border-radius: 5px;
}
.blog-date .blog-date-month,
.blog-date .blog-date-day,
.blog-date .blog-date-year {
  display: block;
  padding: 0;
  text-align: center;
}
.blog-date .blog-date-month {
  padding: 2px 0;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  background-color: #FBAF3F;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.blog-date .blog-date-day {
  margin-bottom: .35em;
  font-size: 24px;
  font-weight: 800;
}
.blog-date .blog-date-year {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
}
/*------------------------------------------------------------------
[ Blog Seperator / .blog-seperator ]
*/
.blog-seperator {
  width: 40px;
  border-bottom: 2px solid #ddd;
  margin: 30px 0 25px 0;
}
/*------------------------------------------------------------------
[ Recent Posts / ul.recent-posts ]
*/
ul.recent-posts {
  padding: 0;
  margin: 0;
  padding-top: 12px;
}
ul.recent-posts li {
  padding: 0;
  margin: 0 0 1em;
  list-style-type: none;
  *zoom: 1;
  display: table;
}
ul.recent-posts li:last-child {
  margin-bottom: 0;
}
ul.recent-posts li:before,
ul.recent-posts li:after {
  display: table;
  content: "";
  line-height: 0;
}
ul.recent-posts li:after {
  clear: both;
}
ul.recent-posts li:before,
ul.recent-posts li:after {
  display: table;
  content: "";
  line-height: 0;
}
ul.recent-posts li:after {
  clear: both;
}
ul.recent-posts li .recent-post-thumbnail {
  display: table-cell;
  vertical-align: top;
  width: 45px;
  padding: 4px;
  position:relative;
}
ul.recent-posts li .recent-post-thumbnail a
{
	width: 100%;
	text-align: center;
}
ul.recent-posts li .recent-post-thumbnail img {
/*  width: 60px;
  height: 60px;*/
  border: 4px solid #EEE;
  background-color: #eee;
  border-radius: 4px;
}
ul.recent-posts li .recent-post-title {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}
ul.recent-posts li .recent-post-title a {
	display:block;
}
ul.recent-posts li .recent-post-title h4 {
  font-size: 13px;
  font-weight: normal;
  padding-top: 2px;
  margin-bottom: 3px;
  line-height: 1.1;
}
ul.recent-posts li .recent-post-title .recent-post-date {
  font-size: 12px;
  font-style: italic;
}
/*-----------------------------------------------------------------------------------*/
/*	7.	Comments
/*-----------------------------------------------------------------------------------*/
#comments {
  margin-top: 3em;
}
.comment-list {
  margin: 30px 0 40px;
  list-style-type: none;
}
.comment-list .comment {
  position: relative;
  padding-bottom: 10px;
  margin-top: 20px;
  border-bottom: 1px dotted #CCC;
}
.comment-list .comment .comment-wrap {
  padding: 15px 20px 0px 20px;
  margin: 0 0 0 50px;
  background: #fcfbf9;
}
.comment-list .comment .comment-wrap .avatar-wrap {
  position: absolute;
  left: 0;
  top: 15px;
  width: 40px;
}
.comment-list .comment .comment-wrap .avatar-wrap .avatar {
  width: 40px;
  height: 40px;
  padding: 2px;
  background: #fff;
  border: 4px solid #f4f3ef;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.comment-list .comment .comment-wrap .avatar-wrap.the-author .avatar {
  border-color: #FBAF3F;
}
.comment-list .comment .comment-wrap .comment-meta {
  margin-bottom: 10px;
}
.comment-list .comment .comment-wrap .comment-author {
  margin: 0 5px 0 0;
}
.comment-list .comment .comment-wrap .comment-author,
.comment-list .comment .comment-wrap .comment-author a {
  color: #3f3e3c;
  font-weight: bold;
}
.comment-list .comment ul.children {
  margin: 0 0 0 70px;
  list-style-type: none;
}
.comment-list .comment ul.children .comment {
  border-bottom: none;
}
#comment-form {
  margin: 30px 0 60px;
}
#comment-form input {
  margin-right: 10px;
  width: 40%;
}
#comment-form textarea {
  width: 98%;
}
/*------------------------------------------------------------------
[ FAQ / .faq-container ]
*/
.faq-container {
  margin-right: 1.5em;
}
.faq-container .faq-search {
  margin-bottom: 2em;
  text-align: right;
}
.faq-container .faq-search input {
  width: 96%;
  display: block;
  padding: 2%;
}
.faq-container .faq-search input::-ms-clear {
  display: none;
}
.faq-container .faq-empty {
  display: none;
}
.faq-container .faq-toc {
  padding: 1.5em 0;
  margin: 2em 0 0;
  border: 1px dotted #CCC;
  border-right: none;
  border-left: none;
}
.faq-container .faq-toc ol {
  padding: 0;
  margin: 0;
}
.faq-container .faq-toc ol li {
  margin-bottom: .75em;
  list-style: none;
}
.faq-container .faq-toc ol li a {
  margin-left: .5em;
}
.faq-container .faq-list {
  padding: 0;
  margin: 3em 0 0;
  list-style: none;
}
.faq-container .faq-list li {
  display: table;
  margin-bottom: 2em;
}
.faq-container .faq-list li .faq-icon {
  display: table-cell;
  padding-right: 1.25em;
  vertical-align: top;
}
.faq-container .faq-list li .faq-text {
  display: table-cell;
  vertical-align: top;
}
.faq-container .faq-list li .faq-text h4 {
  margin-top: 0;
}
.faq-container .faq-list li .faq-number {
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 32px;
  color: #ffffff;
  background: #FBAF3F;
  border: 3px solid #ffffff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/*------------------------------------------------------------------
[ Pricing Plans / .pricing-plans ]
*/
.pricing-plans {
  position: relative;
  top: 20px;
  text-align: center;
}
.pricing-plans .pricing {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 270px;
  padding: 5px 15px 20px;
  margin: 0 15px 0;
  background: #FFF;
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pricing-plans .pricing.promoted {
  top: -17px;
  width: 310px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #f3f3f3;
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #ffffff, #e1e1e1);
}
.pricing-plans .pricing .pricing-best-value {
  position: absolute;
  top: 0;
  left: 0;
}
.pricing-plans .pricing .pricing-title {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}
.pricing-plans .pricing .pricing-price .pricing-amount {
  color: #46a546;
  font-size: 32px;
  font-weight: 400;
}
.pricing-plans .pricing .pricing-label {
  color: #888;
}
.pricing-plans .pricing ul {
  margin: 0 0 2em;
}
.pricing-plans .pricing ul li {
  list-style: none;
  margin: 0 0 1.65em;
}
.pricing-plans .pricing ul li .value {
  padding-right: .35em;
  font-size: 16px;
  font-weight: 600;
}
.pricing-plans .pricing .btn {
  width: 75%;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 1em;
  font-size: 21px;
}
.pricing-plans.pricing-4-up .pricing {
  width: 210px;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: 10px;
  margin-left: 10px;
}
.pricing-plans.pricing-4-up .pricing.promoted {
  top: -17px;
  width: 240px;
}
.pricing-plans.pricing-4-up .pricing .pricing-price .pricing-amount {
  font-size: 26px;
}
.pricing-plans.pricing-4-up .pricing:first-child {
  margin-left: 0;
}
.pricing-plans.pricing-4-up .pricing:last-child {
  margin-right: 0;
}
/*------------------------------------------------------------------
[ Back to Top / #back-to-top ]
*/
#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 45px;
  height: 45px;
  display: block;
  background: #222;
  background: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
#back-to-top:hover {
  text-decoration: none;
  background-color: #FBAF3F;
}
#back-to-top i {
  color: #fff;
}
/*------------------------------------------------------------------
[ Pagination / .pagination ]
*/
.pagination ul {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow:none;
}
.pagination ul li a {
  padding: 0 10px;
  /*margin-right: .5em;*/
  line-height: 32px;
  color: #444444;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
  background-color: #f8f8f8;
    /*background-repeat: repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
	border-left-color: #eeeeee;
	border-right-color: #eeeeee;
	border-top-color: #eeeeee;
	border-bottom-color: #c8c8c8;
}
.pagination ul li a:hover {
  color: #444444;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
  background-color: #eeeeee;
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #f5f5f5, #e4e4e4);
	border-left-color: #e4e4e4;
	border-right-color: #e4e4e4;
	border-top-color: #e4e4e4;
	border-bottom-color: #bebebe;
}
.pagination ul li.active a {
  font-weight: 600;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #eb8d00;
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #FBAF3F, #cc7a00);
	border-left-color: #cc7a00;
	border-right-color: #cc7a00;
	border-top-color: #cc7a00;
	border-bottom-color: #995c00;
}
/*
.pagination ul li:first-child a,
.pagination ul li:last-child a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
*/
/*------------------------------------------------------------------
[ Dropdown Menu / .dropdown-menu ]
*/
.dropdown-menu {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.dropdown-menu li > a {
  padding: 5px 9px;
  margin: 0 6px;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-menu:hover > a {
  color: #ffffff;
  background-color: #FBAF3F;
    background-repeat: repeat-x;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-image: linear-gradient(to right, #ef5d34, #FBAF3F);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  background: #bbbbbb;
  text-shadow: none;
}
.dropdown-submenu > a::after {
  margin-right: .25em;
}
body:not(:-moz-handler-blocked) .dropdown-submenu > a:after {
  margin-top: -14px;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  background-color: #FBAF3F;
    background-repeat: repeat-x;
	background-image: linear-gradient(to right, #ef5d34, #FBAF3F);
}
/*------------------------------------------------------------------
[ Accordion / .accordion-group ]
*/
.accordion-group {
  margin-bottom: 3px;
  border: none;
}
.accordion-group .accordion-icon {
  position: relative;
  top: 2px;
  padding-right: .3em;
  color: #FBAF3F;
  font-size: 20px;
  font-weight: 800;
}
.accordion-group .accordion-heading {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #444444;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
  background-color: #f8f8f8;
    background-repeat: repeat-x;
	border: 1px solid #dddddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
}
.accordion-group .accordion-heading a {
  color: #444444;
  font-size: 13px;
  font-weight: 600;
}
.accordion-group .accordion-heading a:hover {
  text-decoration: none;
}
.accordion-group .accordion-plus {
  display: inline;
}
.accordion-group .accordion-minus {
  display: none;
}
.accordion-group.open .accordion-heading {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4b4b4b;
    background-repeat: repeat-x;
	border-color: #222222;
	background-image: linear-gradient(to bottom, #555555, #3b3b3b);
}
.accordion-group.open .accordion-heading a {
  color: #ffffff;
}
.accordion-group.open .accordion-plus {
  display: none;
}
.accordion-group.open .accordion-minus {
  display: inline;
}
.nav-tabs > li > a {
  color: #444;
  border-top: 3px solid transparent;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  border-top: 3px solid #FBAF3F;
}
.nav-tabs > .open > a,
.nav-tabs > .open.active > a,
.nav-tabs > .open > a:hover,
.nav-tabs > .open.active > a:hover {
  border-top: 3px solid transparent;
}
.nav-tabs .dropdown-toggle .caret {
  border-top-color: #FBAF3F;
  border-bottom-color: #FBAF3F;
}
.nav-tabs .dropdown-toggle:hover .caret {
  border-top-color: #995c00;
  border-bottom-color: #995c00;
}
/*------------------------------------------------------------------
[ Homepage Carousel / #homepage-carousel ]
*/
#homepage-carousel {
  /*min-height: 355px;*/
  min-height:438px;
  margin-bottom: 0;
  line-height: 1.7em;
}
#masthead .masthead-display img
{
	width:1px;
	min-height:438px;
}
#homepage-carousel .carousel-indicators {
  /*top: auto;*/
  bottom: 10px;
  cursor: pointer;
}
#homepage-carousel .carousel-indicators li {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
}
#homepage-carousel .carousel-indicators li.active {
  background-color: rgba(0, 0, 0, 0.7);
}
#homepage-carousel .display-left .masthead-display {
  text-align: left;
}
/*------------------------------------------------------------------
[ Homepage Carousel Coursers / -- ]
*/
#masthead .carousel-control {
  top: 50%;
  background-color: rgba(0, 0, 0, 0.35);
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/*------------------------------------------------------------------
[ Modal / .modal ]
*/
.modal {
  border: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.modal .modal-body {
  padding-top: 25px;
}
.modal-header {
  padding: 18px 15px;
  background-color: #3b3b3b;
    background-repeat: repeat-x;
	border: 1px solid #111111;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-image: linear-gradient(to bottom, #444444, #2d2d2d);
}
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
  margin-bottom: 0;
  font-weight: 400;
}
.modal-header h3 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.modal-header .close {
  margin-top: -10px;
  color: #ffffff;
  font-size: 18px;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.modal-header .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.55;
  filter: alpha(opacity=55);
}
#portfolio-detail-images {
  padding-right: 2em;
}
/*------------------------------------------------------------------
[ Work Filters / #work-filters ]
*/
#work-filters {
  float: right;
  padding: 0;
  margin: 0 0 4em;
}
#work-filters li {
  display: inline-block;
  padding: 0;
  margin: .35em;
  list-style-type: none;
}
#work-filters li a {
  padding: 8px 12px;
  color: #444;
  font-size: 12px;
  background-color: #EEE;
  text-shadow: 1px 1px 2px #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#work-filters li a:hover {
  text-decoration: none;
  background-color: #DDD;
}
#work-filters li.filter-label {
  padding-right: .5em;
  font-weight: 400;
}
#work-filters li.active a {
  color: #FFF;
  background-color: #FBAF3F;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
/*------------------------------------------------------------------
[ Work Layouts / .works ]
*/
.works .work {
  float: left;
  overflow: none;
  width: 303px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 5px 2em;
}
.works .work .work-image {
  position: relative;
  margin-bottom: 2em;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.works .work .work-image .work-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 100%;
  text-align: center;
  background-color: #171717;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.works .work .work-image .work-hover:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.works .work .work-image .work-hover .work-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  height: auto;
}
.works .work .work-image:hover .work-hover {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  opacity: 1;
  filter: alpha(opacity=100);
}
.works .work .work-image .work-hover-title,
.works .work .work-image .work-hover-tags {
  margin: 0;
  color: #FFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.works .work .work-image .work-hover-title {
  margin-top: .25em;
  font-size: 21px;
}
.works .work .work-image .work-hover-tags {
  color: #FFF;
  font-size: 13px;
}
.works .work .work-image ul.mark-list.work-hover-icons {
  margin-bottom: 1em;
}
.works .work .work-image ul.mark-list.work-hover-icons li {
  display: inline-block;
  width: 40px;
  padding: 0;
  margin-right: 10px;
  margin-left: 10px;
}
.works .work .work-image ul.mark-list.work-hover-icons li .mark {
  background-color: #FFF;
}
.works .work .work-details .work-detail-title {
  margin-bottom: 0;
}
.works .work .work-details .work-detail-tags {
  margin-bottom: 1.5em;
  color: #888;
  font-size: 13px;
}
.works .work .work-details .work-detail-tags a {
  color: #999;
}
.works.works-2 .work {
  width: 459px;
}
.works.works-2 .work .work-hover .work-hover-title {
  font-size: 26px;
}
.works.works-2 .work .work-image ul.mark-list.work-hover-icons li {
  width: 60px;
  margin-right: 15px;
  margin-bottom: 5em;
  margin-left: 15px;
}
.works.works-2 .work .work-image ul.mark-list.work-hover-icons li .mark {
  width: 55px;
  height: 55px;
}
.works.works-2 .work .work-image ul.mark-list.work-hover-icons li .mark i {
  font-size: 24px;
  line-height: 55px;
}
.works.works-4 .work {
  width: 225px;
  padding: 5px;
}
.works.works-4 .work .work-image .work-hover .work-hover-title {
  margin-bottom: -0.5em;
  font-size: 14px;
}
.works.works-4 .work .work-image .work-hover .work-hover-tags {
  font-size: 11px;
}
.works.works-4 .work .work-image .work-hover ul.mark-list.work-hover-icons {
  margin-top: 0;
  margin-bottom: -0.5em;
}
.works.works-4 .work .work-image .work-hover ul.mark-list.work-hover-icons li {
  margin-right: 2px;
  margin-left: 2px;
}
.works.works-4 .work .work-image .work-hover ul.mark-list.work-hover-icons .mark {
  width: 32px;
  height: 32px;
}
.works.works-4 .work .work-image .work-hover ul.mark-list.work-hover-icons .mark i {
  line-height: 32px;
  font-size: 16px;
}
#extra-newsletter-form input {
  width: 95%;
  padding: 18px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#extra-newsletter-form input[type="text"]
{
	padding: 14px 6px;
}
#extra-newsletter-form input[type="submit"]
{
	padding: 4px 12px;
}
.stacked {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.stacked:after,
.stacked:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  bottom: -3px;
  left: 3px;
  right: 3px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #d3d3d3;
  border-top: 0;
}
.stacked:before {
  bottom: -5px;
  left: 6px;
  right: 6px;
}
/*------------------------------------------------------------------
[ Tags / .tag-cloud ]
*/
.tag-cloud {
  display: inline-block;
  margin-bottom: 13px;
}
.tag-cloud a {
  font-size: 12px !important;
  color: #666;
  display: block;
  float: left;
  padding: 4px 9px 4px 9px;
  margin-right: 10px;
  margin-top: 10px;
  border: 0px solid;
  border-color: inherit;
  background-color: #F5F5F5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tag-cloud a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #FBAF3F;
}
.clear {
  clear: both;
}
/*------------------------------------------------------------------
[ Client Images / .clients-list ]
*/
.clients-list {
  text-align: center;
}
.clients-list .client-logo {
  padding: .5em 1em;
  margin: 0 1.5em;
  border: 1px solid #CCC;
  border-radius: 7px;
}
.clients-list .client-logo:hover {
  border-color: #FBAF3F;
}
/*------------------------------------------------------------------
[ Contact Page Map / #contact-map ]
*/
#contact-map,
.contact-map {
  margin-top: -2.9em;
  margin-bottom: 3em;
  border-bottom: 1px solid #ccc;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.mapcanvas img
{
 max-width: none !important;
}
/*------------------------------------------------------------------
[ Menu Hover Helper / #cwspear-is-awesome ]
*/
#cwspear-is-awesome {
  position: absolute;
  bottom: 0;
}
/*------------------------------------------------------------------
[ Isotope Hlepers / .isotope ]
*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope .isotope-item {
  -webkit-transition-property: top, left, opacity;
  -moz-transition-property: top, left, opacity;
  -ms-transition-property: top, left, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: top, left, opacity;
}
/*------------------------------------------------------------------
[ Icon List / ul.ml ]
*/
ul.mark-list {
  padding: 0;
  margin: 0;
}
ul.mark-list li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 2em;
  list-style-type: none;
}
ul.mark-list .mark {
  position: absolute;
  top: 1px;
  left: 0;
  /*color: #FBAF3F;*/
  font-size: 17px;
}
ul.mark-list .mark.orange {
  color:#f1592a;
}
.sublist
{
	color:#3d3d3d;
}
ul.mark-list.small li {
  padding-left: 22px;
  margin-bottom: 1em;
}
ul.mark-list.small .mark {
  font-size: 14px;
}
ul.mark-list li.circle {
  padding-left: 60px;
  margin-bottom: 2.5em;
}
ul.mark-list li.circle .mark {
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: top;
  background-color: #222;
  border-radius: 100px;
}
ul.mark-list li.circle .mark i {
  font-size: 20px;
  line-height: 40px;
}
[class^="icon-"], [class*=" icon-"] 
{
	margin-right: 0px !important;
}
/*------------------------------------------------------------------
[ Section Title / .section-title ]
*/
.section-title {
  overflow: hidden;
  margin: 15px 0 5px;
  text-align: center;
/*  background: url(/img/bg-title.gif) repeat-x 0 50%;*/
}
.section-title h1 {
  display: inline-block;
  padding: 0 .75em;
  background: #FFF;
}
.section-title h2 {
  display: inline-block;
  padding: 0  .75em;
  font-size: 26px;
  background: #FFF;
}
.row .section-title {
  margin-right: 20px;
  margin-left: 20px;
}
.row [class*="span"] .section-title {
  margin-right: 0;
  margin-left: 0;
}
.process-step h3 {
  color: #AAA;
  font-size: 32px;
  font-weight: 400;
}
.process-step h3 .label {
  position: relative;
  top: -5px;
  margin-right: .5em;
}
.team-member {
  padding-right: 1.5em;
}
.team-member h4 {
  font-weight: 600;
}
.team-member a {
  color: #08C;
}
.team-member .job-title {
  color: #777;
  font-weight: 600;
}
#about-carousel {
  display: inline-block;
}
#about-carousel img {
  border-radius: 6px;
}
#about-carousel .carousel-control {
  top: 50%;
  background: none;
  border: transparent;
}
/*------------------------------------------------------------------
[ Testimonials List / ul.testimonial-list ]
*/
ul.testimonial-list {
  margin-right: 1em;
  margin-left: 1em;
}
ul.testimonial-list li {
  position: relative;
  margin-bottom: 3em;
  list-style: none;
}
ul.testimonial-list img {
  width: 35px;
  margin-right: .75em;
  margin-left: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
ul.testimonial-list blockquote {
  position: relative;
  padding: 15px;
  margin-bottom: 2em;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: none;
}
ul.testimonial-list blockquote:before,
ul.testimonial-list blockquote:after {
  position: absolute;
  top: 100%;
  left: 15px;
  z-index: 10;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #EEE;
}
ul.testimonial-list blockquote:before {
  border-top-color: #FFF;
}
ul.testimonial-list blockquote:after {
  top: 101%;
  left: 16px;
  z-index: 9;
  border-top-color: #999;
}
ul.testimonial-list.filled blockquote {
  background-color: #EEE;
}
ul.testimonial-list.filled blockquote:before {
  border-top-color: #EEE;
}
.feature-screened {
  position: relative;
  width: 90%;
}
.feature-screened .thumbnail {
  position: relative;
  padding: 6px;
  margin-bottom: 2em;
}
.feature-screened .thumbnail:hover .thumbnail-zoom {
  opacity: 1;
}
.feature-screened .thumbnail .thumbnail-zoom {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  background: url(/img/magnifier.png) no-repeat 0 0;
  transition: opacity 0.5s ease-in-out;
}
/*------------------------------------------------------------------
[ Search / #search-container ]
*/
#search-container #search-text {
  margin-right: 22px;
}
#search-container #search-form {
  position: relative;
  margin-bottom: 0;
}
#search-container #search-text #search-input {
  padding: 6px 5px;
  margin: 5px 5px;
  width: 100%;
  height: 18px;
  line-height: 18px;
  border: 5px solid #EEE;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#search-container #search-form br.clear {
  display: none;
}
#search-container #search-submit {
  background-color: transparent;
  border: none;
  position: absolute;
  width: 26px;
  height: 26px;
  padding: 0px;
  top: 12px;
  margin-top: 0px;
  right: 10px;
}
#search-container #search-submit {
  background: url(/img/search-button.png) no-repeat center;
}
.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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lt-ie9 ul.testimonial-list blockquote {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.lt-ie9 ul.testimonial-list blockquote:before {
  display: none;
}
.lt-ie9 ul.testimonial-list blockquote:after {
  border-top-color: #DDD;
}
.lt-ie9 ul.testimonial-list.filled blockquote {
  background-color: #EEE;
}
.lt-ie9 ul.testimonial-list.filled blockquote:after {
  border-top-color: #DDD;
}
.lt-ie9 #homepage-carousel .carousel-indicators li.active {
  background-color: #ffcc80;
  background-color: #555;
}
.lt-ie9 .works .work .work-hover {
  display: none;
  background: #333;
}
.lt-ie9 .works .work:hover .work-hover {
  display: block;
}


/*------------------------------------------------------------------
[ EWN Customisation ]
*/
.mark-large,
.mark-large a
{
	color: #777777;
	font-size: 25px;
}
.mark-large a:hover 
{
	color: #0088cc;
	text-decoration: none;
}
.dropdown-menu i
{
	margin-left: 10px;
}

input[type="radio"], input[type="checkbox"] 
{
	margin: 0;
	margin-right: 4px;
	vertical-align: middle;
}
/*------------------------------------------------------------------
[ Extra / .extra ]
*/
.extra {
  border-top: 1px solid #000;
  padding: 20px 0;
  /*font-size: 11px;*/
  color: #BBB;
  background: #1A1A1A;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.extra a  {
  color: #AAA;
  border-bottom: 1px solid #AAA;
  padding-bottom: 1px;
}
.extra a:visited
 {
  color: #BBB;
  border-bottom: 1px solid #BBB;
  padding-bottom: 1px;
  text-decoration: none !important;
}
.extra a:active,
.extra a:hover  {
  color: #EEE;
  border-bottom: 1px solid #EEE;
  padding-bottom: 1px;
  text-decoration: none !important;
}
.extra h4 {
  margin-bottom: 1em;
  font-weight: 400;
}
.extra ul {
  padding: 0;
  margin: 0;
}
.extra ul li {
  margin-bottom: .6em;
  list-style: none;
}
/*------------------------------------------------------------------
[ form ]
*/
form 
{
	padding: 0px !important;
	margin: 0px !important;	
}
.client-logo img 
{
	display: inline-block;
}
.clients-list a.client-logo {
padding: .5em 1em;
margin: 0 1.5em;
border: 1px solid #CCC;
border-radius: 7px;
min-height: 120px;
height: 120px;
min-width: 200px;
width: 200px;
	display: inline-block;
	vertical-align:middle;
position: relative;
}

.clients-list a.client-logo:hover {
border-color: #FBAF3F;
}
.clients-list a.client-logo img
{
	padding: 1px;
	margin: auto;
}

.clients-list a.client-logo:hover img{
}
.blog-date-day-ago 
{
	font-size: 13px !important;
}


.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #222222;
  background-color: #FBAF3F;
}
/*
.navbar .brand {
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}


.navbar-text {
  color: #777777;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

*/
.navbar .nav > li > a {
  color:#5b5b5b;
  /*color: #eeeeee;
  text-shadow: 0 1px 0 #777777;*/
}


/*------------------------------------------------------------------
[ Tables / .table ]
*/
td 
{
	vertical-align: top;
}

.ReportTable {
  width: 100%;
  margin-bottom: 20px;
}

.ReportTable thead > tr > th,
.ReportTable tbody > tr > th,
.ReportTable tfoot > tr > th,
.ReportTable thead > tr > td,
.ReportTable tbody > tr > td,
.ReportTable tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.ReportTable thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.ReportTable caption + thead tr:first-child th,
.ReportTable colgroup + thead tr:first-child th,
.ReportTable thead:first-child tr:first-child th,
.ReportTable caption + thead tr:first-child td,
.ReportTable colgroup + thead tr:first-child td,
.ReportTable thead:first-child tr:first-child td {
  border-top: 0;
}

.ReportTable tbody + tbody {
  border-top: 2px solid #dddddd;
}

.ReportTable .ReportTable {
  background-color: #ffffff;
}


.ReportTable > thead > tr > td.active,
.ReportTable > tbody > tr > td.active,
.ReportTable > tfoot > tr > td.active,
.ReportTable > thead > tr > th.active,
.ReportTable > tbody > tr > th.active,
.ReportTable > tfoot > tr > th.active,
.ReportTable > thead > tr.active > td,
.ReportTable > tbody > tr.active > td,
.ReportTable > tfoot > tr.active > td,
.ReportTable > thead > tr.active > th,
.ReportTable > tbody > tr.active > th,
.ReportTable > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.ReportTable > thead > tr > td.success,
.ReportTable > tbody > tr > td.success,
.ReportTable > tfoot > tr > td.success,
.ReportTable > thead > tr > th.success,
.ReportTable > tbody > tr > th.success,
.ReportTable > tfoot > tr > th.success,
.ReportTable > thead > tr.success > td,
.ReportTable > tbody > tr.success > td,
.ReportTable > tfoot > tr.success > td,
.ReportTable > thead > tr.success > th,
.ReportTable > tbody > tr.success > th,
.ReportTable > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.ReportTable-hover > tbody > tr > td.success:hover,
.ReportTable-hover > tbody > tr > th.success:hover,
.ReportTable-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.ReportTable > thead > tr > td.danger,
.ReportTable > tbody > tr > td.danger,
.ReportTable > tfoot > tr > td.danger,
.ReportTable > thead > tr > th.danger,
.ReportTable > tbody > tr > th.danger,
.ReportTable > tfoot > tr > th.danger,
.ReportTable > thead > tr.danger > td,
.ReportTable > tbody > tr.danger > td,
.ReportTable > tfoot > tr.danger > td,
.ReportTable > thead > tr.danger > th,
.ReportTable > tbody > tr.danger > th,
.ReportTable > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.ReportTable-hover > tbody > tr > td.danger:hover,
.ReportTable-hover > tbody > tr > th.danger:hover,
.ReportTable-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.ReportTable > thead > tr > td.warning,
.ReportTable > tbody > tr > td.warning,
.ReportTable > tfoot > tr > td.warning,
.ReportTable > thead > tr > th.warning,
.ReportTable > tbody > tr > th.warning,
.ReportTable > tfoot > tr > th.warning,
.ReportTable > thead > tr.warning > td,
.ReportTable > tbody > tr.warning > td,
.ReportTable > tfoot > tr.warning > td,
.ReportTable > thead > tr.warning > th,
.ReportTable > tbody > tr.warning > th,
.ReportTable > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.ReportTable-hover > tbody > tr > td.warning:hover,
.ReportTable-hover > tbody > tr > th.warning:hover,
.ReportTable-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}


.ReportTableHeadPad {
	padding-top:12px !important;
}

.ReportTable thead tr th {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #CCC;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.ReportTable thead tr th:first-child {
  border-left-color: #CCC;
}
.ReportTable thead tr th:last-child {
  border-right: none;
}
.ReportTable tbody tr:first-child td {
  border-top-color: #CCC;
}
.ReportTable tbody tr td {
  border-left: 1px solid #FFF;
  border-right: 1px solid #DDD;
}
.ReportTable tbody tr td:first-child {
  border-left-color: #DDD;
}
.ReportTable tbody tr td:last-child {
  border-right: none;
}
.ReportTable {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.ReportTable thead tr {
  background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e2e2e2 100%);
}
.ReportTable thead th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #444;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #CCC;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.ReportTable thead th:first-child {
  border-left-color: #CCC;
}
.ReportTable thead th:last-child {
  border-right: none;
}
.ReportTable tbody td {
  border-left: 1px solid #FFF;
  border-right: 1px solid #DDD;
}
.ReportTable tbody tr td:first-child {
  border-left-color: #DDD;
}
.ReportTable tbody tr td:last-child {
  border-right: none;
}

.ReportTable {
  border: 1px solid #dddddd;
}

.ReportTable > thead > tr > th,
.ReportTable > tbody > tr > th,
.ReportTable > tfoot > tr > th,
.ReportTable > thead > tr > td,
.ReportTable > tbody > tr > td,
.ReportTable > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.ReportTable > thead > tr > th,
.ReportTable > thead > tr > td {
  border-bottom-width: 2px;
}


.ReportTable > tbody > tr:nth-child(odd) > td,
.ReportTable > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.ReportTable > tbody > tr:hover > td,
.ReportTable > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

.ReportTable .pagination 
{
	margin: 0 auto;
	vertical-align:top;
	display: block;
	width: 310px;
}
.ReportTable .pagination li a
{
	line-height: 28px; 
}
.gvLblPageShowRows ,
.gvDdlPageSize
{
	float:left;
	line-height: 32px; 
}
.gvLblRecordCount 
{
	float:right;
	line-height: 32px; 
}
.gvLblPageNumberGoTo,
.gvTxtPageNumber,
.gvLblPageNumberOf
{
	display:none !important;
}
.ReportTablePager select,
.ReportTablePager input
{
	display: inline-block;
}

.gvDdlPageSize 
{
	width: 80px;
	max-width: 80px;
}

/*------------------------------------------------------------------
[ Pagination / .pagination ]
*/

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
  background-image: none;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  background-image: none;
}
ul.pagination li a {
  padding: 0 10px;
  margin-right: .25em;
  margin-left: .25em;
  color: #444;
  line-height: 32px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
ul.pagination li.active a {
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  background-color: #F90;
  border-color: #F90;
}
ul.pagination li.active a:hover {
  background-color: #F90;
  border-color: #F90;
}
.pager li {
  margin-right: .25em;
  margin-left: .25em;
}
.pager li > a {
  color: #444;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

/*------------------------------------------------------------------
[ UserNav Profile Name / .profNameFull ]
*/
.profNameFull
{
	/*width: 110px;*/
	max-width: 110px;
	overflow: hidden;
	display: inline-block;
	height: 20px;
	max-height: 20px;
	text-overflow:ellipsis;
	white-space: nowrap;
	vertical-align:top;
}
.gmStaticClickable
{
	cursor: pointer;
}


/*------------------------------------------------------------------
[ Alert page thumbnail cropping ]
*/
.post-thumbnails 
{
	position: relative;
}
.post-thumbnails li
{
/*
	max-height: 150px;
	*/
}
.post-thumbnails .cropped 
{
	max-width: 140px;
	/*max-height: 105px;*/
	overflow: hidden;
	clip:rect(0px,140px,105px,0px);
	position:absolute;
}
.post .post-thumb img 
{
	max-width: 100% !important;
	margin-bottom: 15px;
  width:100%;
}
.recent-uploads>div,
.recent-thumb 
{
	display: inline-block;	
}
.recent-uploads img
{
	border: 4px solid #EEE;
	border-radius: 2px;
}
.recent-uploads .recent-thumb img
{
	width: 174px;
  height:115px;
  margin-bottom:8px;
}

/*------------------------------------------------------------------
[ maps loading ]
*/
.mapcanvas,
#map_canvas 
{
	background-image: url(/images/map-background-loading.jpg);
	background-repeat:no-repeat;
	background-color: #eeeeee;
	background-size: cover;
	
	border-bottom: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
}
/*------------------------------------------------------------------
[ weather charts nav ]
*/

#slidernext { text-align: right; }
#sliderback:hover, #slidernext:hover 
{	
    color: #000;
    /*font-weight: bold;*/
}
#slider
{
    margin: 5px 10px 10px 10px;
}
#dtsel 
{
    text-align: center;
    margin: 0 auto 0 auto;
    display:block;
}
.tbtn
{
    width: 85px;
    vertical-align: top;
    margin-right: 10px;
    cursor:pointer;
}
#imgCont
{
    text-align:center;
    margin-bottom: 15px;
}
.generatedAt
{
    color: #444;
    font-style: italic;
}
.chartNavTopBox 
{
    text-align:center;
}
.chartNavTop,
.chartInterLocBox,
.chartInterNavBox
{
    text-align: left;
    /*max-width: 750px;
    margin: 0 auto;*/
}
H1
{
    text-align: left;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
}
H2
{
    font-size: 26px;
}
.chartTimesBox 
{
    text-align:center;
}
.chartTimes
{
	text-align: left;
	display: inline-block;
}
.chartTimes .chartTimesDay,
.chartInterLocTitle 
{
    font-weight: bold;
}
.chartInterNavBox img
{
	padding-bottom: 5px;
}
.chartTimes ul,
.chartInterLocBox ul,
.chartInterNavBox ul
{
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}
.chartInterLocBox ul
{
    text-align: center;
    margin: 0 0 5px 0;
    /*border-bottom: 1px solid #ccc;*/
}
.chartInterNavBox ul
{
    margin: 5px 0 10px 0;
    text-align: center;
    /*border-bottom: 1px solid #ccc;*/
}
.chartInterLocListRight
{
    /*float:right;*/
    display: inline-block;
}
.chartInterLocListLeft
{
    display: inline-block;
}
.chartTimes ul li
{
    display: inline-block;
    min-width: 60px;
    max-width: 60px;
    width: 60px;
    cursor: hand;
    cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 10px;
	text-align: center;
}
.chartInterLocBox ul li,
.chartInterNavBox ul li
{
    display: inline-block;
    /*min-width: 70px;*/
    max-width: 150px;
    /*width: 70px;*/
    /*cursor: hand;
    cursor: pointer;
    border: 1px solid #ff9f02;
            	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*/
	margin-right: 3px;
	text-align: center;
}
.chartInterNavBox ul li
{
    margin-right:10px;  
}
.chartInterNavBox ul li:last-of-type
{
    margin-right:0;
}
.chartInterLocItemPad
{
    /*padding-right: 36px !important;*/
}
.chartInterLocBox ul li a,
.chartInterLocBox ul li a:link,
.chartInterLocBox ul li a:visited
{
	font-weight: normal !important;
}
.chartInterLocSel,
.chartInterLocSel:link,
.chartInterLocSel:visited,
.chartInterNavSel,
.chartInterNavSel:link,
.chartInterNavSel:visited
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #000 !important;
	text-decoration: none !important;
	padding: 0 5px 0 5px;
}

.clickable
{
	cursor: pointer;
	cursor: hand;
}

#sliderback, #slidernext {
 /*   border: 1px solid #ff9f02;
    color: #000;
    background-color: #ff9f02;
	background-image: linear-gradient(to bottom, #F9BB57, #ff9f02);*/
background-color: #FBAF3F;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
				
}
#sliderback:hover, #slidernext:hover 
{	
 /*   background-color: #F9BB57;
    border: 1px solid #F9BB57;
    color: #000;
    background-image: linear-gradient(to bottom, #F9BB57, #ffae2a);*/
background-color: #FBAF3F;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.chartTimes ul li
{
    border: 1px solid #ff9f02;
}
.chartTimesSel,
.chartInterLocSel,
.chartInterNavSel
{
 /*   background-color: #ff9f02;
	background-image: linear-gradient(to bottom, #F9BB57, #ff9f02);*/
background-color: #FBAF3F;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
label 
{
	display: inline;
}
#registerSplash {
background-image: url('/images/register-splash.gif');
background-position: center top;
background-repeat: no-repeat;
}
section.updatedMessage 
{
	margin-bottom: 10px !important;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
cursor: not-allowed;
background-color: #eeeeee;
background-image: none;
}
/*------------------------------------------------------------------
[ supersized ]
*/


@media (min-width: 1200px) 
{
	.navbar .container,
	.container, 
	.navbar-static-top .container, 
	.navbar-fixed-top .container, 
	.navbar-fixed-bottom .container,
	.sidetabs
	{
		width: 1170px;
	}
	.sidetabs .sidetabs-content.sidetabs-content-expanded 
	{
		width: 1095px;
	}
	.sidetabs .sidetabs-content 
	{
		width: 905px;
	}
	h1 
	{
		max-width: none;
	}
	.layout {
		width: 1170px;
		margin: 0 auto 4em;
	}
	.layout.layout-MS .sidebar {
		float: right;
		width: 340px;
	}
	.layout.layout-MS .main {
		float: left;
		width: 771px;
	}
	#masthead .masthead-text 
	{
		/*width: 570px;*/
		width:90%;
	}
	
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

@media (max-width: 979px) {
	.layout.layout-MS .main, .layout.layout-SM .main, .layout.layout-M .main,
	.post {
	 padding-bottom: 0 !important;
	 margin-bottom: 0 !important;
	}
	.sidetabs .sidetabs-content.sidetabs-content-expanded {
		width: auto;
		margin-left: 50px;
	}
	.sidetabs .sidetabs-nav.sidetabs-collapsed {
		-webkit-box-shadow: inset -8px 0px 20px -10px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: inset -8px 0px 20px -10px rgba(0, 0, 0, 0.2);
		box-shadow: inset -8px 0px 20px -10px rgba(0, 0, 0, 0.2);
	}
	a[href^="call:"]
	{
		color: #2891cf;
		text-decoration: none;
	}
	a[href^="call:"]:hover,a[href^="call:"]:focus,
	a[href^="call:"]:visited
	{
		color: #1e77ac;
		text-decoration: underline;
	}
}

#masthead .masthead-display h1
{
	color:#FFF;
	vertical-align:middle;
	font-size:34px;
	font-weight:normal;
	text-align:center;
	position:absolute;
	left:0%;
	right:0%;
	top:2%;
	text-shadow:2px 2px 7px #3E3E3E;
}
#masthead .masthead-display h2
{
	color:#FFF;
	vertical-align:middle;
	font-size:15px;
	text-align:center;
	position:absolute;
	left:0%;
	right:0%;
	top:9%;
	text-shadow:1px 1px 4px #3E3E3E;
}

.carousel-inner
{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.slider1
{
	background:url(/images/carousel/safe_work_latest.jpg) no-repeat scroll center top rgba(0, 0, 0, 0);
	cursor: pointer;
}
.slider2
{
	background:url(/images/carousel/futuristic.jpg) no-repeat scroll center top rgba(0, 0, 0, 0);
	cursor: pointer;
}
.slider3
{
	background:url(/images/carousel/business.jpg) no-repeat scroll center top rgba(0, 0, 0, 0);
	background-position:inherit;
	cursor: pointer;
}
.slider4
{
	background:url(/images/carousel/public.jpg) no-repeat scroll center top rgba(0, 0, 0, 0);
	cursor: pointer;
}
.slider5
{
	background:url(/images/carousel/govt.jpg) no-repeat scroll center top rgba(0, 0, 0, 0);
	cursor: pointer;
}
.slider6
{
	background:url(/images/carousel/storm.jpg) no-repeat scroll center top rgba(0, 0, 0, 0);
	cursor: pointer;
}
.carousel-inner, .slider1, .slider2, .slider3, .slider4, .slider5
{

	background-size:cover;
	height:100%;
}
.masthead-display img
{
	border:0 !important;
}
.spacing
{
	display:block;
}
#homepage-carousel ol.carousel-indicators
	{
		display:none;
	}
.box
{
	background-color:#666;
	width:100%;
}
.box h4
{
	color: #b2d234;
	font: bold 22px/20px 'Droid Sans', sans-serif;
	padding: 30px 15px 5px 15px;
	clear: both;
}
.box p
{
	padding: 0 15px 25px 15px;
	color: #CCC;
	margin: 0;
	font: 14px/20px 'Droid Sans', sans-serif;
	min-height:180px;

}
.box p a
{
	color: #ccc;
	text-decoration: none;
/*	color:#B2D234;
	font-size:15px;
	border-radius:0;
	margin-left:10px;*/
}
.box p a:hover
{
	color: #ccc;
	text-decoration: underline;
}
a.boxbtn:hover
{
	color:#FFF;
	text-decoration:none;
}
.masthead-display img
{
	height:90%;
}
#masthead .mastheadTitle
{
	position:absolute;
	top:10px;
	right:100px;
}
#masthead .mastheadTitle2
{
	left:20px;
	top:10px;
}
#masthead .mastheadTitle3, #masthead .mastheadTitle5
{
	top:inherit;
	left:10px;
	bottom:20px;
}
#masthead .mastheadTitle4
{
	top:inherit;
	left:inherit;
	right:10px;
	bottom:20px;
}
#masthead  h2
{
	font-size: 32px;
	line-height: 40px;
	background: rgba(121, 164, 73, 0.7);
	padding: 10px 40px;
	float:left;
	white-space: nowrap;
}
#masthead .mastheadTitle1 h3, #masthead .mastheadTitle2 h2
{
	font-size: 32px;
	line-height: 40px;
	background: rgba(63, 64, 68, 0.7);
	padding: 10px 40px;
	clear:both;
}
.Social
{
	padding-left:0 !important;
}
/*----------------------------------------------Product Page Full Image----------------------------------------------------*/
.ProductPage
{
	position: relative;
 	padding-bottom:1.5em;
	margin-bottom:1em;
  	/*border-bottom:1px dotted #CCC;*/
}
.ProductPage:last-child
{
	border-bottom: none;
}
.ProductPage h4
{
	font-weight:bold;
	font-size:1.6em;
}
.ProductPage img.border
{
	border:1px solid #d5d5d5;
	margin-top:1em;
}
.ProductList li
{
	margin-bottom:0.5em !important;
}
/*--------------------------------------------------------END--------------------------------------------------------------*/

/*-------------------------------------------------Product Page Right Navigation-------------------------------------------*/
.ProductNavigation
{
	margin-top:69px;
/*	margin-top:110px;*/
	background-color:#f1ede7;
	font-size:13px;
}
.ProductNavigation .prodnav li,
.ProductNavigation li
{
	list-style:none;
	margin-bottom:7px;
}
.ProductNavigation .title
{
	margin: 0;
	padding:6px 10px 0px 20px;
	font-size:20px;
	font-weight: 600;
	line-height: 40px;
}
.ProductNavigation .prodnav li a
{
	color:#444;
	display:block;
	text-decoration: underline;
}
.ProductNavigation .prodnav li a:hover,
.ProductNavigation .prodnav li a:focus
{
	color: #1e77ac;
	text-decoration: underline;
}
.ProductNavigation ul
{
	padding:6px 10px 13px 20px;
	margin-left:0;
}
/*--------------------------------------------------------END--------------------------------------------------------------*/
/*border*/
.LightBorder
{
	/*box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #c0c0c0;
	padding: 4px;*/
	margin-top:10px;
}
.likeH4,
.likeH4-tight
{
	color: rgb(68, 68, 68);
	display: block;
	font-size: 21px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	text-rendering: optimizelegibility;
}

.boundaryprox
{
	width: 45px;
	max-width: 45px;
	vertical-align: top;
	padding: 0 !important;
}
.boundaryprox0
{
	background-color: #C03F00 !important;
	width: 45px;
	height: 33px;
	margin-bottom: auto;
}
.boundaryprox1
{
	background-color: #DB7605 !important;
	width: 45px;
	height: 33px;
	margin-bottom: auto;
}
.boundaryprox2
{
	background-color: Yellow !important;
	width: 45px;
	height: 33px;
	margin-bottom: auto;
}
.tn-account li a
{
	padding: 0 !important;
	margin: 5px 0;
}
.tn-account li a:hover
{
	background-color: transparent !important;
}
#a_tn_trial 
{
	background-image:url(/images/button-freetrial-sprite.png);
	width: 133px;
	height: 34px;
	background-position: 0px 0px;
}
#a_tn_trial:hover
{
	background-position: 0px -34px;
}
#a_tn_login
{
	background-image:url(/images/button-signin-sprite.png);
	width: 74px;
	height: 34px;
	background-position: 0px 0px;
}
#a_tn_login:hover 
{
	background-position: 0px -34px;
}
@media (max-width: 1200px) and (min-width: 768px)
{
	#a_tn_trial 
	{
		background-image:url(/images/button-freetrial-small-w-sprite.png);
		width: 94px;
		height: 34px;
		background-position: 0px 0px;
	}
	#a_tn_trial:hover
	{
		background-position: 0px -34px;
	}
	.navbar .brand
	{
		padding: 15px 20px;
	}
	.navbar .brand img 
	{
		max-width: 125px;
	}
}






/*outbreak and situation room start*/
.outbreak
{
	margin-top:20px;
}
.Situation
{
	margin-bottom:14px;
	font-size:16px;
}
.ebolaFacts
{
	background:#4f81bd;
	padding:20px;
	color:#000;
	font-size:14px;
}
.ebolatitle
{
	font-size:18px;
}
.blackmark
{
	color:#000 !important;
}
.outbreakcontent
{
	font-size:14px;
	margin-bottom:20px;
}
.usefullinks
{
	border: 2px solid #000;
	word-wrap: break-word;
	padding: 10px 10px;
	margin-top: 20px;
	font-size:14px;
}
.usefullinks a, .outbreakcontent a
{
	color:#0d79c1 !important;
}
.ebolatitle
{
	margin:0;
	margin-top:20px;
}
.ebolatitle h2
{
	padding-left:0;
	margin-bottom: 0;
	padding-bottom: 0;
}
ul.mapdropmenu ul
{
	left: auto;
	right: 0px;
}
ul.mapdropmenu
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#map-canvas
{
	width:100%;
	height:600px;
	margin-bottom:20px;
}
/*outbreak and situation room End*/


.btncheckout  { margin-right: 30px !important; }
.post-mini-link {
  padding-top: 4px;
  padding-bottom: 2px;
  border-bottom: 1px solid #eeeeee;
}

#socialmedia {
    padding-bottom: 80px;
}