html {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

body {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}


/*.navbar-md {min-height:40px}
.navbar-md .navbar-brand,
.navbar-md .navbar-nav>li>a {padding-top:10px; padding-bottom:10px}
.navbar-md .navbar-brand {height: 40px}  
.navbar-md .navbar-toggle {margin: 6px 12px 6px 0px; padding: 6px 7px 6px 7px;}
.navbar-md .navbar-toggle .icon-bar {width: 19px;}

.navbar-sm {min-height:30px}
.navbar-sm .navbar-brand,
.navbar-sm .navbar-nav>li>a {padding-top:5px; padding-bottom:5px}
.navbar-sm .navbar-brand {height: 30px}
.navbar-sm .navbar-toggle {margin: 3px 9px 3px 0px; padding: 4px 4px 4px 4px;}
.navbar-sm .navbar-toggle .icon-bar {width: 16px;}*/


   
    


/*#myCarousel .thumbnail {
	margin-bottom: 0;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control {
	color:#fff;
	top:40%;
	color:#428BCA;
	bottom:auto;
	padding-top:4px;
	width:30px;
	height:30px;
	text-shadow:none;
	opacity:1;
}
.carousel-control:hover {
	color: #d9534f;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control.right {
	left:auto;
	right:-32px;
}
.carousel-control.left {
	right:auto;
	left:-32px;
}

.carousel-indicators {
	bottom:-30px;
}
.carousel-indicators li {
	border-radius:0;
	width:10px;
	height:10px;
	background:#ccc;
	border:1px solid #ccc;
}
.carousel-indicators .active {
	width:12px;
	height:12px;
	background:#3276b1;
	border-color:#3276b1;
}*/

/* fade on slider */
/*.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1 !important;
}

  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
  }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}*/

/* --- slider content --- */
.slider_content_box
{
	/*margin-top: -577px;*/ /*Robert */
    margin-top: -45%;
	/*min-height: 367px;*/ /* Robert*/
    min-height: 100%;
	position: relative;
}
.slider_content
{
	display: none;
	padding-top: 11px;
	padding-bottom: 17px;
}
.slider_content:after
{
	content: "";
}
.slider_content .subtitle
{
	margin-top: 19px;
	line-height: 150%;
	color: #FFF;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}
.slider_content h1
{
	font-size: 72px;
	color: #FFF;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}

.slide-block {
/* position: absolute; */
/* display: inline-block; */
/* width: 300px; */
padding: 5px;
/* font-size: 14px; */
color: #134B94;
/* border: 1px solid #fff; */
overflow: hidden;
border-radius: 4px;
font: 400 18px/20px "Open Sans", sans-serif;
text-transform: uppercase;
text-align: center;
}

.MyBackGroundColour2 {
    background-color: #2476C8;
}

.WhiteBg {
    background-color: #FFF !important;
}

.MyNavigationBg {
    background-color:#383e4e !important;
    border-color:#949ab0 !important;
}

.MyPanelHeadingBg {
    background-color:#75A39F !important;
    border-color:#75A39F !important;
}

.LstStyleTypeNone {
    list-style-type:none !important;
}

.MyTitleStyle {
/* font-size: 35px; */
font-weight: bolder !important;
}

.MyWidth1 {
min-width: 0px !important;
max-width: 350px !important;
font-size: 18px;
}


.tile1 {
    height:206px !important; 
    margin: 0px;
}

.tile1a {
    width:100%;
    height:182px;
    margin: 0px;
}

.tileCat {
    width:100%;
    /*min-width:220px !important;*/
    min-height:260px !important;
    margin: 0px;
}

.tile2 {
    /*width:100%;*/
    /*height:700px;*/
    height:905px;
    margin: 0px;
}

.tile2a {
    width:100%;
    height:660px;
    margin: 0px;
}

.tile3 {
    width:100%;
    height:320px;
}

.newline { 
    display: inline;
}

.jumbotronTile {
    /*margin-top: 30px;*/
    border: 1px solid #C0C0C0;
    padding: 5px;
    margin-bottom: 30px;
    /*font-size: 11px;*/
    font-weight: 200; /*line-height: 30px;*/
    color: inherit; /*max-width:100px;*/
    height: 100%;
    /*line-height: 2.1428571435;*/
    background-color: #ecf0f1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.jumbotronTile h1 {
  margin-top:0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}


.jumbotronTile p {
  line-height: 1.4;
}

.container .jumbotronTile {
  border-radius: 4px;
}

#content {
    float:left;
}

#mapCanvas img {
    max-width: none;
}
#maincont{
margin-top: 42px;
}

#toggleSidebar {
    float:left;
    color:#779DD7;
    padding:2px 4px;
}

#sidebar{
 float:left;   
}


.accordion-heading .accordion-toggle-small {
    display: block;
    padding: 4px 8px; /*8px 15px;*/
}

.accordion-inner-small {
    padding: 4px 8px;  /*9px 15px;*/
    border-top: 1px solid #e5e5e5;
}

.no-sidebar {
    margin-left:0 !important;
}

.scrollDiv {
    overflow-y: scroll;
    display: inline-block;
    float: none; /* Very important */
}

.hrRule {
    height: 1px; background-color: #C0C0C0; text-align: center;
}

.hrRule span{
    position: relative; top: -0.5em;
}

.sMar0 {
    margin: 0px; 
}

.sMarR0 {
    margin-right: 0px !important;
}

.sMarLR0 {
    margin-left: 0px !important;
    margin-right:0px !important; 
}

.setMarginPadding {
    margin-left: 0px; 
    margin-top:10px;
    margin-bottom:5px
}

.setMar1 {
    margin-left: 0px; 
    margin-top:6px;
    /*margin-bottom:3px*/
}

.setMarginVal{
    margin-top:10px;
    margin-bottom:5px
}

.SMarginTB0{
    margin-top:0px !important;
    margin-bottom:0px !important;
}
.SetMarginTop0px {
    margin-top:0px !important;
}

.SMBot0 {
    margin-bottom:0px !important;
}

.SMarB15px {
    margin-bottom:15px !important;
}

.SMarTB5px {
    margin-top:5px !important;
    margin-bottom:5px !important;
}

.setmarginleft0px input,td{
    margin-left: 0px !important; 
}

.SMarT5B0px {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}

.SMarginTopBot10px {
    margin-top:10px !important;
    margin-bottom:10px !important;
}

.SMarginTop15px {
    margin-top:15px !important;
}
.SMT15px {
    margin-bottom:15px !important;
}
.SMarT5px {
    margin-top:5px !important;
}
.SMarB5px {
    margin-bottom:5px !important;
}
.SMarB5T0 {
    margin-top:0px !important;
    margin-bottom:5px !important;
}

.setMarginVal1{
    margin-top:10px;
    margin-bottom:5px;
    margin-right: 0px
}

.setLandingPageStyle {
    border-bottom: 1px solid #e5e5e5;  
    border-top: 1px solid #e5e5e5;
}
.SPadLR15{
  padding:0px 15px 0px 15px;
}

.navbarLoginControl {
    border-bottom:0px; margin:0; padding:0;
}

.center {
    text-align:center;
}

.center form {
    display:inline-block;
}

.AdjustMarginPadding {
    padding: 0;
    margin: 0;

}

.NoPaddingNoMargin {
    padding: 0 !important;
    margin: 0 !important;
    table-layout: fixed;
}

.NoPadding {
    padding: 0 !important;
}
.NoPadB {
    padding-bottom: 0 !important;
}

.NoPadT {
    padding-top: 0 !important;
}

.NoPadL10R{
    padding-left: 0 !important;
    padding-right: 10px !important;
}
.NoLeftPadding {
    padding-left: 0 !important;
}

.SPadLR0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.SPadR0 {
    padding-right: 0 !important;
}

.setLeftPadding10px {
    padding-left: 10px !important;
}

.setLeftPadding15px {
    padding-left: 15px !important;
}

.sLRPad4px {
    padding-left: 2px !important;
    padding-Right: 5px !important;
}

.SetPadA5px{
    padding:5px !important;
}

.SetPadA10px {
  padding: 10px !important;
}
.SetPaddingTopBottom0px {
    Padding-top:0px !important;
    Padding-bottom:0px !important;
}

.SetPLR15px {
    Padding-left:15px !important;
    Padding-right:15px !important;
}

.SetPLR20px {
    Padding-left:20px !important;
    Padding-right:2px !important;
}

.SetPLR5px {
    Padding-left:5px !important;
    Padding-right:5px !important;
}

.SetPLR2px {
    Padding-left:2px !important;
    Padding-right:2px !important;
}

.SetPL25px {
    Padding-left:25px !important;
}

.SetPL40px {
    Padding-left:40px !important;
}

.TB0Pad {
    /*padding-bottom: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;*/
    padding:0px 0px 0px 0px !important;
}

.TRBPadding {
    padding-top: 2px !important;
    padding-right: 5px !important;
    padding-bottom: 2px !important;
    padding-left: 2px !important;
}

.NoPadLTR5PXBot {
    /*padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 5px !important;*/
    padding: 5px 0px 5px 0px !important;
}

.TBPad {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
.SPadAll5px{
    padding:5px !important;
}
.SPadAll3px{
    padding:3px !important;
}
.SPadL3px{
    padding-left:3px !important;
}
.SPadB3px{
    padding-bottom:3px !important;
}
.SPadT15Px {
    padding-top: 15px !important;
}

.AdjTPad10Px {
    padding-top: 10px !important;
}

.AdjTBPad5Px {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.AdjTBPad4Px {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.TextDecorationNone {
    text-decoration:none !important;
}

.adjustPadding {
    padding-left:100px !important;
}

.adjustMinHeight {
    min-height:0px !important;
}

.adjustbottomPadding5Px {
   padding-bottom:5px !important;
}
.RemoveBottomPadding {
    padding-bottom:0px !important;
}

.NoBorder {
    border: none !important;
}

.NoMargin {
    margin: 0 !important;
}

.sMarAll3px{
    margin:3px !important;
}
.sMarL3px{
    margin-left:0px !important;
}
.SetTopMargin15px {
    margin-top:15px !important;
}

.SetTopMargin8px {
    margin-top:8px !important;
}

.SetTopMargin5px {
    margin-top:5px !important;
}

.SetTopMargin0px {
    margin-top:0px !important;
}

.SetTopMargin0px {
    margin-top:0px !important;
}
.SetBotM5px {
    margin-bottom:5px !important;
}

.SetBotM15px {
    margin-bottom: 15px !important;
}

.SetBotM0px {
    margin-bottom:0px !important;
}

.SetLeftMargin5px {
margin-left: 5px !important; 
}

.SetRightMargin10px {
margin-right: 10px !important; 
}

.GrBorder {
    border: 1px solid #2c3e50;
    border-color: #e9ebee #e9ebee #d1d1d1;
    border-radius: 4px;
}

.NoBorderRadiusLeft {
    border-top-left-radius: 0px !important;
}

.NoBorderRadiusRight {
    border-top-right-radius: 0px !important;
}

.FontLineHeightInherit {
    line-height:inherit !important;
    font-size:inherit !important;
}

.NoWrap {
    white-space:nowrap !important;
    overflow:hidden !important;
}

.NoWrap1 {
  white-space: nowrap !important;
}

.NoTextIntent {
    text-indent: 0px !important;
}

.Mytextcolor {
    color: rgb(44, 62, 80) !important;
}

.Mytextcolor:hover{
    color: #18bc9c !important;
}

.MytextWhitecolor {
    color: #FFFFFF !important;
}

.MytextWhitecolor:hover{
    color: #18bc9c !important;
}

.MytextBold {
    font-weight: bold !important;
}

.MytextBolder {
    font-weight: bolder !important;
}

.MyTextNormal {
    font-weight:normal !important;
}

.WhiteForeclr {
    color: rgb(255, 255, 255) !important;
}

.SetStyleforMenu {
    min-height:20px !important; 
    background-color:transparent !important;
}

.Setbg {
    background-color: #2c3e50 !important;
}

.centered{
    float: none !important;
    margin: 0px auto;
}

.BetaSize {
    font-size:13px !important;
}

.TitleStyling {
    font-size: 25px;
    color:#eaf2fc;
    /*text-shadow: rgba(256,256,256,255) -1px 0, rgba(256,256,256,253) 0 -1px, rgba(256,256,256,251) 0 1px, rgba(256,256,256,249) -1px -2px;*/
}

.TitleStyling:hover {
    color:#1fbc9c;
    text-shadow:none;
}

.alignFormToCenter {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width:auto;
}

.alignFormToCenter1 {
    display: table;
    /*margin-left: auto;
    margin-right: auto;*/
    /*width:auto;*/
}

.ClearBackGround {
    background-color:transparent !important;
}

.SBrdrTB {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.SBrdrT {
    border: 0;
    border-top: 1px solid #e5e5e5;
}
.SetBordertop {
    border: 0;
    border-top: 1px solid #e5e5e5
}

.SetBorderRadiusRight {
    border-bottom-right-radius: 4px !important;
}

.SetBorderBottom {
    border: 0;
    border-bottom: 1px solid #2c3e50;
}

.SetBorderAllSides {
    border: 1px solid #2C3E50 !important;
}

.SetBorderCurvedAllsides {
    background-color:#fff;
    border: 1px solid #2c3e50 ;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}
.SetBorderTr {
    border: 10px solid transparent !important;
}

.SetBottomLeftRightCurved0px {
    border-bottom: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.RemoveCurvedBorders {
    border-radius: 0px !important;
}

.setHght {
    overflow: auto;
    position: relative;
}
.SetWhiteText {
    color:white !important;
}

.SetSameline {
    display:inline !important;
}

.AdjustLineHeight {
    line-height:1.0 !important;
    font-size:13px !important;
    padding-top:1px !important;
    padding-bottom:2px !important;
    float:left !important;
}

.LHgt{
    line-height: 1.4 !important;
}

.FormatRadioButtonList label
{
  margin-left:15px;
}

.TransparentBg {
    background:none !important;
    border:none !important;
    box-shadow:none !important;
}

.Black {
    color:black;
}

.bg-myBlue {
  background-color: #1b6ec2;
}
.MyBlue1 {
    color:#2c3e50;
}

.BlueBld {
    color:#2c3e50;
    font-weight: bolder !important;
}

.BrownBld {
    color:brown;
    font-weight: bolder !important;
}

.MyBrown {
    color:brown;
}

.MyWhite {
color: #FFF !important;
}

.MyBackground {
    background-color: #eeeeee;
    background-image: -moz-linear-gradient(top,#eeeeee,#eeeeee);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#eeeeee),to(#eeeeee));
    background-image: -webkit-linear-gradient(top,#eeeeee,#eeeeee);
    background-image: -o-linear-gradient(top,#eeeeee,#eeeeee);
    background-image: linear-gradient(to bottom,#eeeeee,#eeeeee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee',endColorstr='#ffeeeeee',GradientType=0);
    border-color: #dddddd;
}

.MyTitleStyling {
    font-size: 25px;
    /*color:#eaf2fc;*/
    /*text-shadow: rgba(256,256,256,255) -1px 0, rgba(256,256,256,253) 0 -1px, rgba(256,256,256,251) 0 1px, rgba(256,256,256,249) -1px -2px;*/

  /* WebKit (Safari/Chrome) Only */
  -webkit-text-stroke: 1px black;
  
  /* If we weren't using text-shadow, we'd set a fallback color
     and use this to set color instead
    -webkit-text-fill-color: white; */
  
  color: white;
  
  text-shadow:
    3px 3px 0 #000,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #000,  
    1px -1px 0 #000,
   -1px  1px 0 #000,
    1px  1px 0 #000;
}

.MyTitleStyling:hover {
    color: #1fbc9c;
    /*text-shadow: none;*/
    /* WebKit (Safari/Chrome) Only */
    -webkit-text-stroke: 1px black;
    /* If we weren't using text-shadow, we'd set a fallback color
    and use this to set color instead
-webkit-text-fill-color: white; */
    /*color: white;*/
    text-shadow: 3px 3px 0 #000,
    /* Simulated effect for Firefox and Opera
    and nice enhancement for WebKit */
    -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/*Apply this class to some text to unlock the secrets of the third dimension!*/
.Three-Dee{
/*font-family: 'Blackadder ITC','Bookman Old Style', serif;*/
font-family: 'Bookman Old Style', serif;
font-weight:bolder !important;
/*color: #0384ce !important;*/
font-size: 32px !important;
/*text-shadow:0px 0px 0 rgb(-56,-20,58), 1px 1px 0 rgb(-116,-80,-2),2px 2px 1px rgba(0,0,0,0.25),2px 2px 1px rgba(0,0,0,0.5),0px 0px 1px rgba(0,0,0,.2);*/
text-shadow:0px 0px 0 rgb(-56,-20,58), 1px 1px 0 rgb(-116,-80,-2),1px 1px 1px rgba(0,0,0,0.25),1px 1px 1px rgba(0,0,0,0.5),0px 0px 1px rgba(0,0,0,.2);
margin-top:0px;
margin-bottom:2px;
padding-top:0px;
}

.ScrollablePanel {
    overflow:auto !important;
}

#loginform .input-group {
margin-bottom: 25px;
}

.login-action {
    border-top: 1px solid #aaa;
    margin-bottom: 0px;
}

i, cite, em, var, address, dfn {
font-style: italic;
}

.SetW100P {
    max-width: 100% !important;
}
.AutoMargin {
    margin-left:auto;
    margin-right:auto;
}

.NoBackGround {
    background-image:none !important;
}

.blueBkBg {
    background:#2c3e50 !important;
}

.SFontSz2px {
    font-size: 12px !important;
}

.SetFontSize14px {
    font-size: 14px !important;
}

.SetFontSize16px {
    font-size: 16px !important;
}

.SetFontSize17px {
    font-size: 17px !important;
}

.SetFontSize20px {
    font-size: 18px !important;
}

.FntSz18 {
    font-size: 18px !important;
}

.FntSz20 {
    font-size: 20px !important;
}

.FntSz24B {
    font-size: 24px !important;
    font-weight:bolder;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.directorylist {
margin: 0 0 30px 0;
}

.BorderBot{
    border-bottom: 2px solid #ecf0f1 !important;
    margin-bottom:5px !important;
}
.card-header span {
    margin-top: 0px;
    font-size: 15px;
}
/*.row {
    margin-top: 40px;
    padding: 0 10px;
}*/
.clickable {
    cursor: pointer;
}

.NoBackgroundImage {
    background-image:none !important;
}

.StSdw {
    /*box-shadow: 3px 3px 0px #c1c1c1 !important;*/
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75) !important;
    -moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.75) !important;
    box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.75) !important;
}

.StSdw1 {
    /*box-shadow: 3px 3px 0px #c1c1c1 !important;*/
    -webkit-box-shadow: 0px 0px 6px 3px rgba(194,186,194,1) !important;
    -moz-box-shadow: 0px 0px 6px 3px rgba(194,186,194,1) !important;
    box-shadow: 0px 0px 6px 3px rgba(194,186,194,1) !important;
}

#preloader {
	position:fixed;
	display: table;
	width: 85%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background: #fff;
	z-index:9999;
}
.preloader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 3;
	text-align:center;
}

.back-logo {
    z-index:-1;
	color: #F4F4F4;
	position: absolute;
 	top:30%;
    width: 100%; /*Robert*/
    text-align:center; /*Robert*/
	/*left:35%;*/ /*Robert*/
	font-size: 40px;
}

/* remove the underline on H1 when not needed */
h1.bigTitle:after, .boxWrapper h1:after, .pricingBloc h1:after, .team h1:after, .iconBoxV3 h1:after, #sliderWrapper h1:after, .fullwidthbanner-container h1:after, .camera_caption h1:after, .caption h1:after, .bulle h1:after, .iconBoxV2 .iconBox-body h1:after {
    content: none;
}

.MyNavBarBg {
    background-color:#a3d2d8 !important;
}

.MyNavBarText {
    color:#3a494c !important;
}

.ThumbSize {
    /*height:80px;
    width:80px;
    max-width: 80px !important;*/
}

.adjustPaddingLogoImg {
    padding-right:5px !important; 
    padding-top:10px !important;
}
.adjustPaddingMin {
    /*padding-left: 15px !important;
    padding-top: 5px !important;
    padding-bottom: 20px !important;
    padding-right: 15px !important;*/
    padding: 5px 15px 20px 15px !important;
}

.legendCustom {
    font-size:26px !important;
    font-weight:bold !important;
    text-align:center;
}

.wrapText{
    white-space:normal !important;
    max-width:100%;
}

.DivfloatR{ /* Left when minimized*/
    float:right !important;
}

.DivfloatL{ /* Right when minimized*/
    float:left !important;
}

.PostHdr{
    color:#2c3e50; 
    font-weight:800; 
    /*font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
}

.PstHdr{
    color:#2c3e50; 
    font-weight:500; 
}

.PstHdr1{
    color:#585c61; 
    font-weight:500; 
}

.PostHdr2{
    color:brown; 
    font-weight:400 !important;
}


.PostHdr1{
    color:#2c3e50; 
    font-weight:500 !important; 
    font-family:sans-serif;
}

.PostHdr3{
    color:#2C3E50; 
    font-weight:800; 
}

.titlef{
    font-size: 24px;
}
.stl1{
    /*font-family: 'Droid Sans';*/
     font-size: 18px; 
    line-height: 28px;
    text-align: left;
}
.TxtIndent {
    text-indent: 2em;
}

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
}
.rating > a {
  display: inline-block;
  position: relative;
  width: 1.1em;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
}

.rating > a:hover:before,
.rating > a:hover ~ a:before {
   content: "\2605";
   position: absolute;
}

.Lighten{
    background-color: rgba(0, 0, 0, 0.1);
}

.navbar-Transparent {
  background-color:transparent !important;
  border-color: transparent !important;
}
.navbar-Transparent .navbar-nav > li > a {
    color: #2c3e50 !important;
}

.label-as-badge {
    border-radius: 1em;
}

.upd {
  vertical-align: middle;
  display: inline-block;
  height: 35px;
}

.BrkWord {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*.setHgt {
    height: 330px !important;
    max-height: 330px;
}*/

.Hgtwdh {
    height: 246px !important;
    max-height: 246px;
    width:330px;
    font-size:22px;
}

.Hgtwdh1 {
    height: 82px !important;
    max-height: 82px;
    width: 110px;
}

.imageContainer {
    /*background-image: url(/../images/ThumbImg3.jpg);*/
    background: url(/../images/ThumbImg4.png) repeat center center fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
}

.absolutedat {
    position: absolute !important;
    /*top: 0;*/
    left: 0;
}

.posrelative {
    position: relative;
    /*width: 600px;*/
}
.Showptr {
    cursor: pointer;
}
.alignTextLbl {
    vertical-align: middle;
    display: table-cell !important;
}
.dplyNone {
    display: none !important;
}

.MyResponsiveImg {
    display: block;
    max-width: 100%;
    height: auto;
}

.block-WoImg-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5; /*Truncate lines after 5 lines of display*/
    -webkit-box-orient: vertical;
    max-height: 9.0em; /* 1.42857143 * 5 lines = 7.15 + some extra*/
}

.stOverFl {
  overflow: hidden;
}

.hAlign0 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 45%;
  transform: translateY(-45%);
}

.hAlign00 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /*top: 45%;
  transform: translateY(-45%);*/
  transform: translateY(-65%);
}

.hAlign1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translateY(-30%);
}

.hAlign2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translateY(30%);
}

.hAlign3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translateY(-15%);
}

.sidebar-separator-title {
  background-color: #333;
  height: 35px;
}

.pl55 {
  padding-left: 55px;
}

.modal-xxl {
  max-width: 80% !important;
}
.zin1{
    z-index:1;
}

.LBdr8 {
  border-width:0px 0px 0px;
  border-left: 8px solid #2C3E50;
}

.zin1051 {
  z-index: 1051;
}

/* Media starts below*/

@media screen and (max-width:1600px) {
    .Hgtwdh2 {
        min-height: 120px;
    }

    .block-WoImg-text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4; /*Truncate lines after 5 lines of display*/
        -webkit-box-orient: vertical;
        max-height: 7.5em; /* 1.42857143 * 5 lines = 7.15 + some extra*/
    }

  .modal-xxl {
    max-width: 90% !important;
  }
}
/*@media screen and (max-width:1009px)*/
@media screen and (max-width:1030px) {

.DivfloatR{ /* Left when minimized*/
    float:left !important;
}

.DivfloatL{ /* Right when minimized*/
    float:right !important;
}

    .slide-block {
    /*position: absolute;*/
    /*left: 40px;
    bottom: 75px;*/
    /*display: inline-block;*/
    /*width: 300px;*/
    /*background-color: #fff;
    background-color: rgba(255,255,255, 0.5);*/
    padding: 1px;
    /*font-size: 14px;*/
    color: #134B94;
    /*border: 1px solid #fff;*/
    overflow: hidden;
    border-radius: 4px;
    font: 400 14px/16px "Open Sans", sans-serif;
    text-transform: uppercase;
    text-align:center;
    }

    .MyWidth1 {
    width: 250px;
    }

    .Hgtwdh {
        height: 164px !important;
        max-height: 164px;
        width: 330px;
        font-size: 16px;
    }

  .block-WoImg-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /*Truncate lines after 5 lines of display*/
    -webkit-box-orient: vertical;
    max-height: 7.5em; /* 1.42857143 * 5 lines = 7.15 + some extra*/
  }

  .modal-xxl {
    max-width: 100% !important;
  }
}
@media screen and (max-width:767px) {

    .alignFormToCenter {
    display:inherit !important;
    margin-left:inherit !important;
    margin-right:inherit !important;
    width:inherit !important;
    }

    .alignFormToCenter1 {
        /*display: table;*/
        margin-left: auto;
        margin-right: auto;
        /*width:auto;*/
    }

    /*Apply this class to some text to unlock the secrets of the third dimension!*/
    .Three-Dee{
    font-family: 'Bookman Old Style', serif;
    font-weight:bolder !important;
    /*color: #0384ce !important;*/
    font-size: 24px !important;
    /*text-shadow:0px 0px 0 rgb(-56,-20,58), 1px 1px 0 rgb(-116,-80,-2),2px 2px 1px rgba(0,0,0,0.25),2px 2px 1px rgba(0,0,0,0.5),0px 0px 1px rgba(0,0,0,.2);*/
    text-shadow:0px 0px 0 rgb(-56,-20,58), 1px 1px 0 rgb(-116,-80,-2),1px 1px 1px rgba(0,0,0,0.25),1px 1px 1px rgba(0,0,0,0.5),0px 0px 1px rgba(0,0,0,.2);
    margin-top:5px;
    margin-bottom:5px;
    padding-left:5px !important;
    }

        .slide-block {
    /*position: absolute;*/
    /*left: 40px;
    bottom: 75px;*/
    /*display: inline-block;*/
    /*width: 300px;*/
    /*background-color: #fff;
    background-color: rgba(255,255,255, 0.5);*/
    padding: 1px;
    /*font-size: 14px;*/
    color: #134B94;
    /*border: 1px solid #fff;*/
    overflow: hidden;
    border-radius: 4px;
    font: 400 11px/12px "Open Sans", sans-serif;
    text-transform: uppercase;
    text-align:center;
    }

    .MyWidth1 {
        width: 120px;
    }

    .MinSetPLR15px {
    Padding-left:15px !important;
    Padding-right:15px !important;
    }

        .navbar-Transparent {
      background-color: #2c3e50 !important;
      border-color: transparent !important;
    }
    .navbar-Transparent .navbar-nav > li > a {
        color: #ffffff !important;
    }

    .titlef{
    font-size: 22px;
    }

    .pl55 {
      padding-left: 15px;
    }

  .block-WoImg-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /*Truncate lines after 5 lines of display*/
    -webkit-box-orient: vertical;
    max-height: 7.5em; /* 1.42857143 * 5 lines = 7.15 + some extra*/
  }
}

@media screen and (max-width:572px) {
  .hAlign00 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /*top: 45%;
  transform: translateY(-45%);*/
    transform: translateY(-45%);
  }
}
@media screen and (max-width:479px) {

    .adjustImgSz {
        max-width:75% !important;
        max-height:75% !important;
        padding-right:1px !important; 
    }

    .adjustPaddingLogoImg {
        padding-left:2px !important; 
        padding-right:1px !important; 
        padding-top:17px !important;
    }

    .adjustPaddingMin {
        /*padding-left: 1px !important;
        padding-top: 10px !important;
        padding-bottom: 5px !important;
        padding-right: 5px !important;*/
        padding: 10px 5px 5px 1px !important;
        height: 30px !important;
    }

        /*Apply this class to some text to unlock the secrets of the third dimension!*/
    .Three-Dee{
    font-family: 'Bookman Old Style', serif;
    font-weight:bolder !important;
    /*color: #0384ce !important;*/
    font-size: 22px !important;
    /*text-shadow:0px 0px 0 rgb(-56,-20,58), 1px 1px 0 rgb(-116,-80,-2),2px 2px 1px rgba(0,0,0,0.25),2px 2px 1px rgba(0,0,0,0.5),0px 0px 1px rgba(0,0,0,.2);*/
    text-shadow:0px 0px 0 rgb(-56,-20,58), 1px 1px 0 rgb(-116,-80,-2),1px 1px 1px rgba(0,0,0,0.25),1px 1px 1px rgba(0,0,0,0.5),0px 0px 1px rgba(0,0,0,.2);
    margin-top:5px;
    margin-bottom:5px;
    padding-left:1px !important;
    }

    .BetaSize {
        font-size:10px !important;
    }

    .MinSetPLR15px {
    Padding-left:15px !important;
    Padding-right:15px !important;
    }

    .ThumbSize {
    height:70px;
    width:140px;
    max-width: 140px !important;
    }
}
@media screen and (max-width:400px) {
  .ThumbSize {
    height: 70px;
    width: 130px;
    max-width: 130px !important;
  }
}

@media screen and (max-width:350px) {
  .ThumbSize {
    height: 70px;
    width: 90px;
    max-width: 90px !important;
  }
}
