/* 1. GENERAL CSS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
*
{
  margin: 0;
  padding: 0;
}
html, body
{
  height: 100%;
  width: 100%;
  margin: 0;
}
body {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  color: #333333;
  background: url('/images/bg.png') repeat;
  font-size: 12px;
  line-height: 18px;
}

/* Mobile */
@media (max-width: 767px) {

  body {
    padding-left: 0!important;
    padding-right: 0!important;
  }

}
a {
  color: #6284c7;
  text-decoration: none;
}
a:hover, a:focus
{
  color: #3b914d;
}
h1, h2, h3, h4, h5, h6
{
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 300!important;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
  text-decoration: none;
}
h2, .content-category h1
{
font-size: 24px !important;
margin-bottom: 5px;
}
p
{ 
  margin: 0 0 10px; 
}
hr
{
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #fff;
  border: #DDDDDD -moz-use-text-color #FFFFFF !important;
}
img {
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* HEADER ---------------------------------------------------------------------------- */

#fav-header
{
  z-index: 100;
  visibility:visible;
  position: relative;
  height: 147px;
}
#fav-containerwrap
{  
  background: url('/images/opacbg.png') repeat-x;
  /*width: 1024px;*/
  margin: 0 auto;
  height: auto; 
  min-height: 100%;
}
#fav-container
{
  padding-bottom: 0;
}
#fav-headerwrap
{
  
}
/* Mobile */
@media handheld, only screen and (max-width: 768px)
{
  #fav-header {
		padding-top: 20px;
  }
}
/* LOGO ---------------------------------------------------------------------------- */

#fav-logo
{  
  height: 113px; 
  margin: 10px 0 0 0;
  background: url("/images/bglogo.png") no-repeat;
  width: 222px;
  padding: 12px 0 12px 30px;
  float: left;
}
#fav-name {
  color: #fff;
  font-size: 34px;
  line-height: 21px;
  padding: 0;
  margin: 0;
  max-width: 50%;
  float: left;
  text-align: center;
}
#fav-name h1
{
  margin: 17px 0 20px;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  font-family: Times New Roman;
}
#fav-name a
{
color: #fff;
text-decoration: underline;
}
#fav-name a:hover
{
text-decoration: none;
}
#fav-phone
{
  height: 100%; 
  margin: 0;
  background: url("/images/bgphone.png") no-repeat;
  width: 226px;  
  padding: 7px 10px 12px 0;
  text-align: right;
  color: #fff;
  float: right;
  /*padding: 12px 0 12px 30px;*/
}
.contact
{
font-size: 16px;
margin: 9px 0;
}
.contact a
{
 color: #fff;
}
.contact a:hover
{
 color: #fff;
  text-decoration: underline;
}
#fav-phone .callback
{
  margin-top: 10px;
  font-size: 12px;
}
.callback a
{
  color: #fff;
  text-decoration: underline;
}
.callback a:hover
{
  text-decoration: none;
}

#plus
{
  float: left;
  width: 100%;
  text-align: right;
  margin: -100px -17px 0 0;
}
.showRetinaLogo {
  display: none;
}

/* Mobile */
@media (max-width: 1199px) {

  .row #fav-logo {
    width: 100%;
    padding-top: 0;
  }
  /*#fav-logo { 
    text-align: center;*/
    /*float: none;*/
    /*width: 100%;*/
  }
 /* #fav-name
  {
	width: 40%;
  }*/
  #fav-name h1
  {
	font-size: 20px;
  }
  #fav-name .bigphone
  {
	font-size: 28px;
  }
  #fav-name .cont_top th
  {
	font-size: 24px;
  }  
	#fav-nav .navigation .item-124 a
	{
	  width: 110px;
	}
	#fav-nav .navigation .item-119 a
	{
		width: 125px;
	}
}
@media handheld, only screen and (max-width: 768px) {

  #fav-logo {
    margin-top: 0;
	padding: 0;
	background: none;
	width: auto;
  }
  #fav-name
  {
	display: none;
  }

}

/* NAVIGATION
---------------------------------------------------------------------------- */

#fav-nav { 
  z-index: 100; 
  background: #f1f1f1; 
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
#fav-nav .moduletable { 
  background: none; 
  overflow: visible; 
  margin: 0;
}
#fav-nav .moduletable ul.nav.menu { 
  float:right;
}
#fav-nav .moduletable ul.nav.menu li,
#fav-nav .moduletable ul.nav.menu li li,
#fav-nav .moduletable ul.nav.menu li li li,
#fav-nav .moduletable ul.nav.menu li li li li { 
  line-height: 20px; 
  padding-left: 0;
}
#fav-nav .navigation {
	height: 40px;
    margin: 10px;
    text-align: center;
}
#fav-nav .navigation li
{
  list-style: none;
  background: url("/images/bgnavmenu.png") repeat-x;
  height: 40px;
  border-right: 1px solid #5776b3;
  border-left: 1px solid #6b8ccc;
}
#fav-nav .navigation li:hover, #fav-nav .navigation .active
{ 
  background: url("/images/bgnavmenuactive.png") repeat-x;
}
.nav, .weblinks
{
  margin: 0 !important;
}
.item-101
{
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
  border-left: 1px solid #6b8ccc;  
}
.item-117
{
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  border-right: 1px solid #6b8ccc;  
}
/*#fav-nav .navigation .item-117 a { 
  padding: 10px 33px 10px 34px; 
}*/
#fav-nav .navigation li a { 
  color: #fff; 
  padding: 10px 0px 10px 0px; 
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}
#fav-nav .navigation .item-117 a
{
  width: 141px;
}
#fav-nav .navigation .item-122 a
{
  width: 155px;
}
#fav-nav .navigation .item-120 a
{
  width: 176px;
}
#fav-nav .navigation .item-119 a
{
  width: 135px;
}
#fav-nav .navigation .item-136 a
{
  width: 110px;
}
#fav-nav .navigation .item-124 a
{
  width: 121px;
}
#fav-nav .navigation .item-101 a
{
  width: 125px;
}
#fav-nav .navigation li a:before {
  content: none;
}
#fav-nav .navigation li ul li  a
{
  width: auto !important;
}
/* Subnav */

.navigation ul.nav-child {
  position: absolute;
  left: 10px;
  z-index: 1000;
  display: none;
  min-width: 200px;
  padding: 5px 0;
  margin: 0 0 0 -10px;
  list-style: none;
  background: #688acc;
  border-radius: 0 0 3px 3px;
  text-align:left;
}
#fav-nav .navigation ul.nav-child .active
{ 
  background: none;
}
#fav-nav .navigation ul.nav-child .current a
{ 
  text-decoration: underline;
}
#fav-sidebar1 ul.nav-child 
{
  display: none;
}

.navigation ul.nav-child  li {
height: auto !important;
}
.navigation ul.nav > li {
  position: relative;
  float: left;
}
#fav-nav .navigation li >ul >li, #fav-nav .navigation li >ul >li:hover
{
  background: none;
}
.navigation ul.nav > li:hover > .nav-child,
.navigation ul.nav > li > a:focus + .nav-child,
.navigation ul.nav-child li:hover > ul,
#fav-sidebar1 ul.nav > li:hover > .nav-child,
#fav-sidebar1 ul.nav > li > a:focus + .nav-child,
#fav-sidebar1 ul.nav-child li:hover > ul{
  display: block;
}
#fav-nav .nav-pills ul.nav-child li > ul {
  margin: -38px 0 0 190px;
  padding: 0;
}
.navigation ul.nav-child a {
  display: block;
  clear: both;
  color: #333;
  font-size: 14px;
  padding: 7px 15px !important;
  font-weight: normal;
white-space: nowrap;
text-transform: none !important;
}
#fav-nav .navigation .nav-pills .nav-child {
  padding-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#fav-nav .navigation .nav-pills .nav-child a {
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  border-top: none!important;
  border-bottom: 1px solid #ddd;
}
#fav-nav .navigation .nav-pills .nav-child > .active > a, 
#fav-nav .navigation .nav-pills .nav-child > li > a:hover  {
  text-decoration: none;
  color: #0099ff;
}
.navigation .nav-child.pull-right {
  right: 0;
  left: auto;
}
.navigation .nav-child .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
}
.navigation .nav-child:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0,0,0,0.2);
  content: '';
}
.navigation .nav-child:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: '';
}
.navigation .nav-child li > ul:before {
  top: 10px;
  left: -7px;
  border-left: none;
  border-bottom: 7px solid transparent;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
}
.navigation .nav-child li > ul:after {
  top: 11px;
  left: -6px;
  margin-top: 0;
  border-left: none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

/* Mobile */
@media (min-width: 1000px) {

  #fav-nav-sm { 
    display: none; 
  }
  .navigation .item-124 ul.nav-child
  {
	width: 962px !important;
	margin: 0 0 0 -130px;
  }
  .navigation .item-124 .nav-child:before
  {
	left: 130px;
  }
  .navigation .item-124 ul.nav-child li
  {
	float: left;
	width: 33%;
  }

}
@media (min-width: 768px) and (max-width: 999px) {

	#fav-nav-sm {
		border-bottom: 1px solid #ddd;
	}
  #fav-header #fav-nav {
    display: none;
  }
  #fav-nav-sm #fav-nav {
    padding: 7px 0px 16px;
    float: none;
  }
  #fav-nav-sm .moduletable ul.nav.menu { 
    float: none; 
  }
  #fav-nav-sm .navigation {
    display: table;
    margin: 0 auto;
  }
  #fav-nav-sm .navigation .nav-pills {
    margin-top: 0;
  }
}

/* Mobile */
@media (min-width: 768px) and (max-width: 979px) {

   #fav-nav-sm .navigation li a {
    padding: 10px;
   }

}
@media (min-width: 768px) {

  #fav-navbar { 
    display: none; 
  }

}

/* IE */
.lt-ie9 #fav-navbar,
.lt-ie9 #fav-nav-sm { 
  display: none; 
}
.lt-ie9 #fav-header {
  position: relative;
  z-index: 9999;
}
.lt-ie9 .navigation ul.nav-child {
  padding-top: 0;
}
.lt-ie9 .navigation ul.nav-child a:hover {
  background-color: #fff;
}


/* Navbar for mobile view
---------------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 767px) {

  #fav-nav { 
    display: none; 
  }

  /* Navbar */
	
  #fav-navbar .moduletable {
    margin: 0;
    padding: 7px 0 0;
  }
  #fav-navbar .navbar {
    margin-bottom: 0;
  }
  #fav-navbar .navbar-inner { 
    padding: 0;
  }
  #fav-navbar a.btn.btn-navbar { 
    margin-bottom: 0;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
  }

  /* Navbar collapse */

  #fav-navbar-collapse .moduletable ul li, 
  #fav-navbar-collapse ul { 
    background: none; 
    float: none;
    padding: 0;
    margin: 0;
  }
  #fav-navbar-collapse li a {
    padding-left: 14px;
  }
  #fav-navbar-collapse li li a {
    padding-left: 28px;
  }
  #fav-navbar-collapse li li li a {
    padding-left: 42px;
  }
  #fav-navbar-collapse li li li li a {
    padding-left: 56px;
  }
  #fav-navbar-collapse li li li li li a {
    padding-left: 70px;
  }
  #fav-navbar-collapse a {
    display: block;
    padding: 4px 14px 2px;
    font-size: 14px;
    line-height: 2em;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
  }
  #fav-navbar-collapse a:before {
    font-family: FontAwesome;
    content: "\f105";
    padding-left: 10px;
    padding-top: 0;
    float: right;
    font-size: 15px;
    line-height: 2em;
    font-weight: normal;
  }
  .navbar-inverse .nav .active > a,
  .navbar .nav .active > a,
  .navbar-inverse .nav .active > a:hover,
  .navbar .nav .active > a:hover, 
  .navbar-inverse .nav .active > a:focus,
  .navbar .nav .active > a:focus {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  /* Navbar Light */

  div.navbar #fav-navbar-collapse li a:hover,
  div.navbar #fav-navbar-collapse li li a:hover,
  div.navbar #fav-navbar-collapse li li li a:hover,
  div.navbar #fav-navbar-collapse li li li li a:hover,
  div.navbar #fav-navbar-collapse li a:focus,
  div.navbar #fav-navbar-collapse li li a:focus,
  div.navbar #fav-navbar-collapse li li li a:focus,
  div.navbar #fav-navbar-collapse li li li li a:focus,
  div.navbar #fav-navbar-collapse li[class^="item-"].current.active,
  div.navbar #fav-navbar-collapse li[class*=" item-"].current.active,
  div.navbar #fav-navbar-collapse li li[class^="item-"].current.active,
  div.navbar #fav-navbar-collapse li li[class*=" item-"].current.active, 
  div.navbar #fav-navbar-collapse li li li[class^="item-"].current.active,
  div.navbar #fav-navbar-collapse li li li[class*=" item-"].current.active,
  div.navbar #fav-navbar-collapse li li li li[class^="item-"].current.active,
  div.navbar #fav-navbar-collapse li li li li[class*=" item-"].current.active {
    background-color: #eee!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  div.navbar #fav-navbar-collapse li li:hover,
  div.navbar #fav-navbar-collapse li li li:hover,
  div.navbar #fav-navbar-collapse li li li li:hover {
    background: none;
  }
  div.navbar #fav-navbar-collapse li {
    border-top: 1px solid #ddd;
  }
  div.navbar #fav-navbar-collapse a {
    color: #444; 
  }
  div.navbar #fav-navbar-collapse a:before {
    color: #aaa;
  }
  div.navbar #fav-navbar-collapse li a:hover:before,
  div.navbar #fav-navbar-collapse li[class^="item-"].current.active a:before,
  div.navbar #fav-navbar-collapse li[class*=" item-"].current.active a:before, 
  div.navbar #fav-navbar-collapse li li[class^="item-"].current.active a:before,
  div.navbar #fav-navbar-collapse li li[class*=" item-"].current.active a:before, 
  div.navbar #fav-navbar-collapse li li li[class^="item-"].current.active a:before,
  div.navbar #fav-navbar-collapse li li li[class*=" item-"].current.active a:before,
  div.navbar #fav-navbar-collapse li li li li[class^="item-"].current.active a:before,
  div.navbar #fav-navbar-collapse li li li li[class*=" item-"].current.active a:before {
    color: #777;
  }
  div.navbar #fav-navbar-collapse li[class^="item-"].current.active.deeper.parent ul,
  div.navbar #fav-navbar-collapse li[class*=" item-"].current.active.deeper.parent ul {
      color: #333;
      background-color: #fff;
  }
  div.navbar #fav-navbar-collapse li[class^="item-"].current.active.deeper.parent ul a:before,
  div.navbar #fav-navbar-collapse li[class*=" item-"].current.active.deeper.parent ul a:before {
      color: #aaa;
  }
  div.navbar #fav-navbar-collapse li[class^="item-"].current.active.deeper.parent ul a:hover:before,
  div.navbar #fav-navbar-collapse li[class*=" item-"].current.active.deeper.parent ul a:hover:before {
      color: #444;
  }
  .navbar .btn-navbar .icon-bar {
    background-color: #444;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
  }

  /* Navbar Inverse */

  div.navbar.navbar-inverse #fav-navbar-collapse li a:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li li a:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li a:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li a:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li a:focus,
  div.navbar.navbar-inverse #fav-navbar-collapse li li:focus,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li:focus,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li:focus,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class^="item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class*=" item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li[class^="item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li[class*=" item-"].current.active, 
  div.navbar.navbar-inverse #fav-navbar-collapse li li li[class^="item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li[class*=" item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li[class^="item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li[class*=" item-"].current.active {
    background-color: #333!important;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li li:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li:hover {
    background: none;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li {
    border-top: 1px solid #222;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse a {
    color: #fff; 
  }
  div.navbar.navbar-inverse #fav-navbar-collapse a:before {
    color: #777;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li a:hover:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class^="item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class*=" item-"].current.active a:before, 
  div.navbar.navbar-inverse #fav-navbar-collapse li li[class^="item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li[class*=" item-"].current.active a:before, 
  div.navbar.navbar-inverse #fav-navbar-collapse li li li[class^="item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li[class*=" item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li[class^="item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li[class*=" item-"].current.active a:before {
    color: #fff;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li[class^="item-"].current.active.deeper.parent ul,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class*=" item-"].current.active.deeper.parent ul {
    color: #fff;
    background-color: #111;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li[class^="item-"].current.active.deeper.parent ul a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class*=" item-"].current.active.deeper.parent ul a:before {
    color: #777;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li[class^="item-"].current.active.deeper.parent ul a:hover:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class*=" item-"].current.active.deeper.parent ul a:hover:before {
    color: #fff;
  }
  div.navbar.navbar-inverse .btn-navbar .icon-bar {
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  #fav-navbar.navbar.navbar-inverse a.btn.btn-navbar { 
    border-color: #040404 #040404 #000;
  }

}


/* 3. CONTENT BLOCKS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fav-slide,
#fav-intro,
#fav-showcase,
#fav-promo,
#fav-top,
#fav-maintop,
#fav-user {  
  padding-top: 11px;
  padding-bottom: 10px;
}
#fav-bottom
{
  background: #6284c7;
  border-radius: 0 0 7px 7px;
  border: 1px solid #6284c7;
  color: #fff;
  font-size: 12px;
  padding: 5px;
}
#fav-bottom .moduletable, #fav-bottom p
{
  padding: 0;
  margin: 0;
}
/* Mobile */
@media handheld, only screen and (max-width: 767px) {

  #fav-slide,
  #fav-intro,
  #fav-showcase,
  #fav-promo,
  #fav-top,
  #fav-maintop,
  #fav-bottom,
  #fav-user {  
    padding-top: 0;
    padding-bottom: 0;
  }

}

/* SLIDE
---------------------------------------------------------------------------- */

#fav-slide .moduletable li,
#fav-slide div[class^="moduletable-"] li,
#fav-slide div[class*=" moduletable-"] li { 
  background: none; 
}
#fav-slide .moduletable li ul,
#fav-slide div[class^="moduletable-"] li ul,
#fav-slide div[class*=" moduletable-"] li ul { 
  margin-bottom: 14px; 
}

/* Mobile */
@media (max-width: 767px) {

  #fav-slide .moduletable li ul,
  #fav-slide div[class^="moduletable-"] li ul,
  #fav-slide div[class*=" moduletable-"] li ul { 
    margin-bottom: 0; 
  }

}

/* BREADCRUMBS
---------------------------------------------------------------------------- */

#fav-breadcrumbs .moduletable,
#fav-breadcrumbs div[class^="moduletable-"],
#fav-breadcrumbs div[class*=" moduletable-"] {
  font-size: 0.9em;
  margin: 5px 0px 2px;
}
#fav-breadcrumbs .moduletable img,
#fav-breadcrumbs div[class^="moduletable-"] img,
#fav-breadcrumbs div[class*=" moduletable-"] img {
  display: none;
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {

  #fav-breadcrumbs .moduletable,
  #fav-breadcrumbs div[class^="moduletable-"],
  #fav-breadcrumbs div[class*=" moduletable-"] {
    margin-top: 10px;
    margin-bottom: 0;
  }

}

/* TOP
---------------------------------------------------------------------------- */

#fav-topwrap {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 14px;
	margin-bottom: 18px;
}


/* MAIN
---------------------------------------------------------------------------- */

#fav-messagewrap .row-fluid [class*="span"] { 
  min-height:0; 
}
#system-message {
  margin-top: 10px;
}
#fav-mainwrap .row-fluid [class*="span"] {
  min-height: 10px;
}

#fav-mainwrap table{
	border:1px solid black;
}
#fav-mainwrap #gs-moduleCurrentBlock table, #fav-mainwrap #gs-moduleForecastBlock table{
	border: 0 !important;
}
#fav-mainwrap table tr th,#fav-mainwrap table tr td{
	padding: 3px 4px;
}
.margin-dl dd{
	margin:0;
}
#fav-mainwrap table dl{
	margin:0;
}
/* footer
---------------------------------------------------------------------------- */
.custommaps, .custommaps-2
{
  background: #fff;
  border-radius: 7px;
  padding: 5px;  
  border: 1px solid #e2e2e2;
  margin-top: 5px;
}
#fav-footer3
{
	text-align: right;
}
#fav-footer3 a
{
	color: #000;
}
#fav-footer3 h4
{
	margin-top: 0;
}
.custommaps
{
  border-radius: 0;
}
.custommaps-2
{
  border-radius: 0 0 7px 7px;
}
#footer
{
  position: relative;
  margin-top: -25px;
  height: 25px;
  clear:both;
  text-align: center;
  color: #606060;
}
#footer a
{
  color: #606060; 
}


/* Mobile */
@media (max-width: 600px) and (min-width: 410px) {
#fav-phone
{
width: 200px !important;
}
.bigtime
{
font-size: 17px !important;
}
}
@media (max-width: 409px) {
#fav-phone
{
display: none;
}
#fav-header
{
height: 157px;
}
}
@media (max-width: 768px) {

  #footer .moduletable ul.nav.menu {
    margin: 0 auto;
    display: table;
  }
  #footer ul.nav.menu {
    float: none;
  }
  #footer ul.nav.menu li a {
    margin: 0 21px 0 0;
  }
  #fav-showcopyright {
    text-align: center;
  }

}
@media (max-width: 480px) {

  #footer ul.nav.menu li {
    float: none;
    text-align: center;
    padding: 4px;
  }
  #footer ul.nav.menu li a {
    margin: 0;
  }

}

/* BACKTOP
---------------------------------------------------------------------------- */

a.backtop i {
  background-color: #777;
  color: #FFFFFF;
  font-size: 2em;
  padding-right: 0;
  padding: 0.3em 0.5em;
  display: block;
	border-radius: 4px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.backtop i:hover {
  opacity: 0.8;
} 
#fav-backtotop {
  position: fixed;
  bottom: 3em;
  right: 3em;
  width: 55px;
}
#fav-backtotop .backtop { 
  float: right; 
}

@media (max-width: 1199px) {

  #fav-backtotop {
    position: relative;
    bottom: 0;
    right: 0;
    margin-bottom: 36px;
    float: right;
  }

}

/* Mobile */
@media (min-width: 768px) {
  
  #fav-backtotop-mobile { 
    display: none; 
  }

}
@media handheld, only screen and (max-width: 767px) {

  #fav-backtotop { 
    display: none; 
  }
  #fav-backtotop-mobile { 
    text-align: center; 
    margin-bottom: 10px;
  }
    
}

/* IE */
.lt-ie9 #fav-backtotop {
  padding-bottom: 1em;
}
.lt-ie9 #fav-backtotop-mobile { 
  display: none; 
}


/* STYLES
---------------------------------------------------------------------------- */

@media (min-width: 1100px) {

  #fav-styles { 
    width: 60px; 
    top: 141px; 
    left: 0; 
    position: fixed;
  }
  #fav-styles .moduletable,
  #fav-styles div[class^="moduletable-"],
  #fav-styles div[class*=" moduletable-"] { 
    background-color: #fff; 
    border: 1px solid #ddd; 
    margin-top: 0; 
    padding: 0 0 10px 0; 
		border-radius: 4px;
  }
  #fav-styles .moduletable h3,
  #fav-styles div[class^="moduletable-"] h3,
  #fav-styles div[class*=" moduletable-"] h3 {
		color: #444;
    font-size: 14px;
		text-transform: uppercase;
    text-align:center;
    margin-bottom: 18px;
		padding-top: 7px;
		padding-bottom: 10px;
		font-weight: 400;
  }
  
  .thisOtherH3 {
		color: #444;
    font-size: 14px;
		text-transform: uppercase;
    text-align:center;
    margin-bottom: 18px;
		padding-top: 7px;
		padding-bottom: 10px;
		font-weight: 400;
  }
  
  #fav-styles p { 
    margin-bottom: 7px; 
    text-align:center; 
  }

}

/* Mobile */
@media (max-width: 1099px) {

  #fav-styles {
    background-color: #ffffff; 
    border: 1px solid #ddd;
    position:relative;
    bottom:0; 
    left:0; 
    width: 100%;
    z-index: 999;
  }
  #fav-styles .moduletable,
  #fav-styles div[class^="moduletable-"],
  #fav-styles div[class*=" moduletable-"] {  
    border-radius: 0 0 0 0;
    display: table;
    margin: 0 auto;
    padding: 7px 14px 0; 
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #fav-styles .moduletable h3,
  #fav-styles div[class^="moduletable-"] h3,
  #fav-styles div[class*=" moduletable-"] h3 {  
    display: none; 
  }
  
  .thisOtherH3 {  
    display: none; 
  }
  
  #fav-styles .moduletable p,
  #fav-styles div[class^="moduletable-"] p,
  #fav-styles div[class*=" moduletable-"] p { 
    float: left;
    padding: 4px;
    line-height: 4px;
    margin: 0; 
  }

}

/* IE */
.lt-ie9 #fav-styles { 
  width: 60px; 
  top: 180px; 
  left: 0; 
  position:fixed; 
}
.lt-ie9 #fav-styles .moduletable,
.lt-ie9 #fav-styles div[class^="moduletable-"],
.lt-ie9 #fav-styles div[class*=" moduletable-"] { 
  background-color: #ffffff; 
  border: 1px solid #dddddd; 
  margin-top: 0; 
  padding: 0 0 10px 0; 
  }
.lt-ie9 #fav-styles .moduletable h3,
.lt-ie9 #fav-styles div[class^="moduletable-"] h3,
.lt-ie9 #fav-styles div[class*=" moduletable-"] h3 { 
  font-size: 18px;
  text-align:center; 
  padding: 7px;
  margin-top: 0;
  margin-bottom: 1em;
  }
  
.thisOtherH3 { 
  font-size: 18px;
  text-align:center; 
  padding: 7px;
  margin-top: 0;
  margin-bottom: 1em;
  }
  
.lt-ie9 #fav-styles p { 
  margin-bottom: 7px; 
  text-align:center; 
}

/* MOBILE PARAMETERS
---------------------------------------------------------------------------- */

@media (max-width: 480px) {
  #fav-main img, 
  .moduletable .custom img,
  div[class^="moduletable-"] div[class^="custom-"] img,
  div[class*=" moduletable-"] div[class*=" custom-"] img,
  .img-left, 
  .img-right { 
    display: inline-block ; 
  }

  #fav-advertwrap,
  #fav-intro1, #fav-intro2, #fav-intro3, #fav-intro4,
  #fav-showcase1, #fav-showcase2, #fav-showcase3, #fav-showcase4,
  #fav-promo1, #fav-promo2, #fav-promo3,
  #fav-top1, #fav-top2, #fav-top3, #fav-top4,
  #fav-maintop1, #fav-maintop2, #fav-maintop3,
  #fav-sidebar1, #fav-sidebar2,
  #fav-bottom,
  #fav-footer1, #fav-footer2,
  #footer1, #footer2,
  #fav-debug { 
    display: block ; 
  }
}


/* 4. EXTENSIONS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* FAVSLIDER
---------------------------------------------------------------------------- */

#fav-slide .home-slider .fav-control-nav {
	bottom: 14px!important;
}
#fav-slide .home-slider #slider.favslider {
	margin-bottom: 10px!important;
}
#slider.favslider {
  position: relative;
}
.favslider .fav-next, 
.favslider .fav-prev {
  opacity: 1;
}
.favslider:hover .fav-next:hover, 
.favslider:hover .fav-prev:hover {
  opacity: 0.8;
}
.favslider .fav-prev,
.favslider:hover .fav-prev {
	left: 5px!important;
}
.favslider .fav-next,
.favslider:hover .fav-next {
	right: 5px!important;
}
#fav-caption {
  left: 0;
  right: 0;
	margin: 0 auto;
  top: 36%;
  bottom: auto;
  width: 60%;
	padding: 21px;
	text-shadow: none;
  background-color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
}
#fav-caption h3 {
  font-size: 36px;
	color: #333;
	margin: 6px 0 4px;
	padding: 0;
	line-height: 1.2em;
  text-transform: uppercase;
	text-align:center;
	font-weight: 300;
	border: none;
}

@media handheld, only screen and (max-width: 990px) {

	#fav-caption h3 {
  	font-size: 30px;
	}

}

@media handheld, only screen and (max-width: 767px) {

	#fav-caption {
  	top: 30%;
	}
	#fav-caption h3 {
  	font-size: 26px;
		margin-bottom: 0;
	}
	.fav-direction-nav li .fav-next, 
	.favslider:hover .fav-direction-nav li .fav-next,
	.fav-direction-nav li .fav-prev, 
	.favslider:hover .fav-direction-nav li .fav-prev {
		top: 50%;
	}

}

@media handheld, only screen and (max-width: 600px) {

	#fav-caption {
  	top: 30%;
	}
	#fav-caption h3 {
  	font-size: 24px;
	}
	#fav-caption p {
  	font-size: 16px;
		margin-bottom: 0;
	}

}

@media handheld, only screen and (max-width: 480px) {

	#fav-caption {
  	top: 20%;
		padding: 7px;
	}
	#fav-caption h3 {
  	font-size: 21px;
	}
	#fav-caption p {
  	font-size: 12px;
	}

}

@media handheld, only screen and (max-width: 320px) {

	#fav-caption {
  	top: 10%;
		padding: 7px;
	}
	#fav-caption h3 {
  	font-size: 18px;
	}

}

 /* IE */
.lt-ie9 #fav-caption {
  background-color: #FFFFFF;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
  filter: alpha(opacity=67);
  padding: 1% 3% 2%;
}


/* FAVGLYPH
---------------------------------------------------------------------------- */

.favglyph-intro h2 {
	font-weight: 400!important;
}
.favglyph-bottom #favglyph {
	margin-top: 0;
	margin-bottom: 21px;
}
.favglyph-intro #favglyph i {
	color: #0099ff;
}
.favglyph-bottom #favglyph-icon {
	border-color: #0099ff;
}
.favglyph-bottom #favglyph i {
	background-color: #0099ff;
}


/* FAVSOCIAL
---------------------------------------------------------------------------- */

.favsocial-copyright div[id^="favsocial"] a, 
.favsocial-copyright div[id*=" favsocial"] a {
	border: 1px solid #ddd;
}
.favsocial-copyright #favsocial {
	margin-top: 3px;
}


/* FAVEFFECTS
---------------------------------------------------------------------------- */

.faveffects-footer #faveffects {
	margin-top: 40px;
}
.faveffects-footer #faveffects i {
	color: #0099ff;
}
.faveffects-footer #faveffects i:hover {
	color: #444!important;
}
.faveffects-footer #faveffects p[id^="faveffects-title"] a, 
.faveffects-footer #faveffects p[id*=" faveffects-title"] a {
	font-weight: 300;
}
@media handheld, only screen and (max-width: 990px) {
	
	.faveffects-footer #faveffects p[id^="faveffects-title"], 
	.faveffects-footer #faveffects p[id*=" faveffects-title"] {
		font-size: 16px!important;
	}
	
}
@media handheld, only screen and (max-width: 767px) {
	
	.faveffects-footer #faveffects p[id^="faveffects-title"], 
	.faveffects-footer #faveffects p[id*=" faveffects-title"] {
		font-size: 14px!important;
	}
	
}
@media handheld, only screen and (max-width: 480px) {
	
	.faveffects-footer #faveffects p[id^="faveffects-title"], 
	.faveffects-footer #faveffects p[id*=" faveffects-title"] {
		font-size: 21px!important;
	}
	
}


/* 5. CUSTOM STYLES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fav-download p {
  margin: 0;
}
#fav-download #fav-download-message {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.3em;
  float: left;
  padding-top: 15px;
  padding-bottom: 10px;
}
#fav-download #fav-download-btn {
  float: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 4px;
}
#fav-download a.btn.btn-primary.btn-large {
	margin-bottom: 9px;
}

/* Mobile */
@media handheld, only screen and (max-width: 1199px) {

 #fav-download #fav-download-message {
    float: none;
    text-align: center;
    padding: 4px 0;
  }
  #fav-download #fav-download-btn {
    float: none;
    font-size: 16px;
    text-align: center;
		bottom: 4px;
		margin-top: 4px;
		position: relative;
  }

}


/* JOOMLA! CSS  
---------------------------------------------------------------------------- */

/* Article Title */
.page-header h2 a:hover, 
h2.item-title a:hover { 
	color: #0099ff; 
}
/* Article Info */
ul.dropdown-menu a:hover { 
  color: #0099FF; 
  background-color: transparent;
  background-image:none;  
}
/* Create Article */
div.edit button.btn.btn-primary {
  background-color: #0099FF; 
  color: #fff; 
  border: 1px solid #008fee;
}
div.edit button.btn.btn-primary:hover {
  background-color: #0099FF;
  border: 1px solid #008fee;
}
/* Buttons */
.btn-primary { 
  background-color: #0099FF; 
  border: 1px solid #008fee;
  color: #ffffff;
}
.btn-primary:hover { 
  background-color: #0099FF;
  border: 1px solid #008fee;
  color: #ffffff;
}
/* Badge */
.badge-info {
background-color: #0099FF;
}
/* Menu Basic */
.moduletable ul.nav.menubasic li.current,
div[class^="moduletable-"] ul.nav.menubasic li.current,
div[class*=" moduletable-"] ul.nav.menubasic li.current,
.moduletable ul.nav.menubasic li.current.active.deeper.parent,
div[class^="moduletable-"] ul.nav.menubasic li.current.active.deeper.parent,
div[class*=" moduletable-"] ul.nav.menubasic li.current.active.deeper.parent,
.moduletable .menubasic li.active ul.nav-child:hover li.current.active.deeper.parent,
div[class^="moduletable-"] .menubasic li.active ul.nav-child:hover li.current.active.deeper.parent,
div[class*=" moduletable-"] .menubasic li.active ul.nav-child:hover li.current.active.deeper.parent {
  background-color: #0099ff;
	color: #fff;
}
.moduletable ul.nav.menubasic li.current ul.nav-child a,
div[class^="moduletable-"] ul.nav.menubasic li.current ul.nav-child a,
div[class*=" moduletable-"] ul.nav.menubasic li.current ul.nav-child a {
	color: #0099ff;
}
/* Pagination */
.pagination ul li.active a {
	color: #0099ff;
}
/* Variation 2 */
.moduletable-sfx2 h3 {
	border-bottom: 1px solid #0099ff;
}
.moduletable-sfx2 h3 i {
	background-color: #0099ff;
	color: #FFF;
}
/* Variation 3 */
.moduletable-sfx3 h3 {
	border-bottom: 1px solid #0099ff;
}
.moduletable-sfx3 h3 i {
	background-color: #0099ff;
	color: #FFF;
}
/* Variation 5 */
.moduletable-sfx5 h3 {
	border-bottom: 1px solid #0099ff;
}
.moduletable-sfx5 h3 i {
	background-color: #0099ff;
	color: #FFF;
}
/* Variation 6 */
.moduletable-sfx6 h3 {
	border-bottom: 1px solid #0099ff;
}
.moduletable-sfx6 h3 i {
	background-color: #0099ff;
	color: #FFF;
}
/* Variation 7 */
.moduletable-sfx7 {
	color: #fff;
	background-color: #0099ff;
}
/* Variation 8 */
.moduletable-sfx8 {
	color: #fff;
	background-color: #0099ff;
}
.moduletable-sfx8 h3 i {
	color: #0099ff;
	background-color: #fff;
}
/* Variation 9 */
.moduletable-sfx9 {
	color: #fff;
	background-color: #0099ff;
}
.moduletable-sfx9 h3 i {
	color: #0099ff;
	background-color: #fff;
}


/* K2 CSS
---------------------------------------------------------------------------- */

/* Category Title */
div.itemListCategory h2:before {
  color: #0099FF;
}
/* Category Item Title */
div.catItemHeader h3.catItemTitle a:hover {
	color: #0099FF; 
}
/* Category Item Featured  */
div.itemIsFeatured h2:before, 
div.catItemIsFeatured h3:before, 
div.userItemIsFeatured h3:before {
	color: #0099FF;
	background-color: #fff;
}
/* K2 Pagination  */
div.k2Pagination ul li.active a {
	color: #0099ff;
}
/* Latest Items Title */
div.latestItemsCategory h2:before {
  color: #0099FF;
}
/* K2 User */
div.k2LoginBlock fieldset.input input.button,
div.k2UserBlock form input.button.ubLogout {
	background-color: #0099FF; 
  color: #fff; 
  border: 1px solid #008fee;
}
div.k2LoginBlock fieldset.input input.button:hover,
div.k2UserBlock form input.button.ubLogout:hover {
	background-color: #0099FF;
  border: 1px solid #008fee;
}
/* User Profile */
.k2AccountPage button.button.validate {
	background-color: #0099FF; 
  color: #fff; 
  border: 1px solid #008fee;
}
.k2AccountPage button.button.validate:hover { 
  background-color: #0099FF;
  border: 1px solid #008fee;
}

/* EXTENSIONS
---------------------------------------------------------------------------- */

/* FavGlyph */
.favglyph-intro #favglyph i {
	color: #0099ff!important;
}
.favglyph-bottom #favglyph-icon {
	border-color: #0099ff!important;
}
.favglyph-bottom #favglyph i {
	background-color: #0099ff!important;
}
/* FavEffects */
.faveffects-footer #faveffects i {
	color: #0099ff!important;
}

#fav-maincontent .span12
{
	   margin: 0 !important;
}
#fav-sidebar2 .span3
{
width: 24%;
}
#fav-sidebar2 .custominformer
{
  text-align: center;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 7px;
  padding: 8px 5px;
}
.moduletable h3, .moduletablesmactb h3, #fav-sidebar2 h3, #fav-sidebar1 h3, .moduletableresponse h3, .moduletablemaps h3, .moduletablemaps-2 h3, .orderh3
{
  color: #fff;
  background: url("/images/bgtitlesidebar.png") repeat-x;
  font-size: 14px;
  text-align: center;
  height: 21px;
  padding-top: 7px;
  text-transform: uppercase;
  line-height: 1.3em;
  margin-bottom: 5px;
  margin-top: 0;
  padding-bottom: 6px;
}
.moduletablesmactb h3
{
  background: url("/images/bgtitlesidebarb.png") repeat-x !important;
  height: 40px !important;
}
.thisOtherH3
{
  color: #fff;
  background: url("/images/bgtitlesidebar.png") repeat-x;
  font-size: 14px;
  text-align: center;
  height: 21px;
  padding-top: 7px;
  text-transform: uppercase;
  line-height: 1.3em;
  padding-bottom: 6px;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 300!important;
  margin: 0 0 10px;
  text-rendering: optimizelegibility;
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.thisMapsH3 {
  color: #fff;
  background: url("/images/bgtitlesidebar.png") repeat-x;
  font-size: 14px;
  text-align: center;
  height: 21px;
  padding-top: 7px;
  text-transform: uppercase;
  line-height: 1.3em;
  margin-bottom: 5px;
  margin-top: 0;
  padding-bottom: 6px;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 300!important;
  margin: 10px 0;
  text-rendering: optimizelegibility;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.thisSmactH3 {
  color: #fff;
  background: url("/images/bgtitlesidebar.png") repeat-x;
  font-size: 14px;
  text-align: center;
  height: 21px;
  padding-top: 7px;
  text-transform: uppercase;
  line-height: 1.3em;
  margin-bottom: 5px;
  margin-top: 0;
  padding-bottom: 6px;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 300!important;
  margin: 0 0 10px;
  text-rendering: optimizelegibility;
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 6px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.thisIsH2Style{
	font-size: 24px !important;
	margin-bottom: 5px;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 300!important;
  color: #444;
    border-bottom: 1px solid #ddd;
	  line-height: 0.8em;
  margin-top: 0;
    padding-bottom: 10px;
  text-align: left;
}

.moduletableinformer, .moduletable, .moduletableblue, .moduletableresponse, .moduletablesmact, .moduletablesmactb, .moduletablemaps, .moduletablemaps-2, .moduletablesmactgr
{
  margin-top: 0;
  margin-bottom: 25px;
}
.moduletablemaps
{
  margin-bottom: 10px;
}
.moduletableinformer a
{
  text-decoration: none;
}
.moduletablemaps p, .moduletablemaps-2 p
{
	margin: 0;
	padding: 0;
}
#main
{  
  border-radius: 7px 7px 0 0;
  border-top: 12px solid #6284c7;
}
#fav-main
{
  background: #f1f1f1;
  padding: 15px 10px 25px;  
  border: 1px solid #e2e2e2;
  border-top: 0;
}
#fav-footer, #fav-footer .moduletable
{
  margin: 0;
  padding: 0;
}
#fav-footer p
{
  margin: 0 0 5px;
}
#fav-mainwrap, #fav-footerwrap
{
  margin-bottom: 25px;
}
#fav-headerwrap
{
  margin-bottom: -12px;
  z-index: 20;
}
.moduletable .nav li, .moduletable .weblinks li
{
  background: url("/images/bghr.png") repeat-x;
  background-position: bottom;
  list-style: none;
  margin: 5px 3px;
  padding: 0 3px 7px;
}
#fav-sidebar1 li ul li
{
  background: none;
}
.moduletable .nav li a, .moduletable .weblinks li a
{
  color: #434343;
  font-size: 13px;
}
.moduletable .nav li a:hover, .moduletable .weblinks li a:hover
{
  color: #5370a9;
  text-decoration: none;
}
/*.moduletable .nav .active
{
  background: url("/images/bglisidebarblue.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 7px;
height: 26px;
}
.moduletable .nav .active a
{
 color: #fff;
}*/
.moduletableblue h3
{
  background: url("/images/bgtitlesidebarblue.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 7px;
  color: #fff;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.thisBlueH3 {
  background: url("/images/bgtitlesidebarblue.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 7px;
  color: #fff;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.thisComH3{
	font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 300!important;
  font-size: 24.5px;
  line-height: 54px;
  color: inherit;
  text-rendering: optimizelegibility;
  margin: 10px 0;
  /*display: block;*/
	-webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.moduletableblue ul, .moduletableresponse ul
{
  margin: 0 0 10px 5px;
}
.moduletableblue li
{
 background: url("/images/listyleline.png") no-repeat 0 11px;
 list-style: none;
 padding-left: 10px;
font-size: 13px;
}
.moduletableresponse li
{
  list-style: none;
}
.navigation-container
{
  top: 47% !important;
}

#appointment
{
  margin-top: -70px;
  z-index: 2;
  visibility: visible;
  display: block;
  position: relative;
  text-align: right;
  padding-right: 5px;
  margin-bottom: 15px;
}
.gsInformer
{
 /* margin-left: 11px;*/
  font-size: 13px;
}
.gsCity
{
  font-size: 14px;
  font-weight: bold;
}
.moduletableaction h3
{
  font-size: 24px;
  color: #5878b8;
  font-weight: bold;
  margin: 5px 0;
}
.moduletableaction img
{
  margin: 0 4px 10px;
}
.pr_informer iframe
{
height: 60px;
}
.pr_informer
{
margin: 10px 0 10px 5px;
}
.mod-articles-category-readmore
{
font-style: italic;
text-align: right;
}
.useful-information {
	background: 0px 0px rgb(41, 44, 125); margin: 15px 20px 10px; border-radius: 15px; width: 240px; text-align: center; color: rgb(255, 255, 255); float: left;
}
.useful-information a {
	color: rgb(255, 255, 255) !important;
}
.zapici {
    background: url("/images/bgbtonlinezak.png") no-repeat scroll -40px 0 rgba(0, 0, 0, 0);
    height: 158px;
    left: 0;
    position: relative;
display: block;
    top: 0;
    width: 40px;
    z-index: 1001;
}
.zapici:hover {
    background: url("/images/bgbtonlinezak.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#zapic_sidebar
{
  background: url("/images/zapic_on.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 48px;
  width: 195px;
  z-index: 1001;
  display: block;
}
#zapic_sidebar:hover
{
  background: url("/images/zapic_on.png") no-repeat scroll 0 -48px rgba(0, 0, 0, 0);
  height: 48px;
  width: 195px;
}
#sale30_sidebar
{
  background: url("/images/sale_30.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 50px;
  width: 195px;
  z-index: 1001;
  display: block;
}
#sale30_sidebar:hover
{
  background: url("/images/sale_30.png") no-repeat scroll 0 -50px rgba(0, 0, 0, 0);
  height: 50px;
  width: 195px;
}
.zapch {
    background: url("/images/bgbtzap.png") no-repeat scroll -40px 0 rgba(0, 0, 0, 0);
    height: 158px;
 position: relative;
display: block;
    left: 0;
    bottom: 0;
    width: 40px;
    z-index: 1001;
margin-top: 20px;
}
.zapch:hover {
    background: url("/images/bgbtzap.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.divright
{
  left: 0;
    position: fixed;
    top: 20%;
    width: 40px;
    z-index: 1001;
height: 100%;
}
#director_sidebar
{
  background: url("/images/writing-director.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 50px;
  width: 195px;
  z-index: 1001;
  display: block;
}
#director_sidebar:hover
{
  background: url("/images/writing-director.png") no-repeat scroll 0 -50px rgba(0, 0, 0, 0);
  height: 50px;
  width: 195px;
}
#zakaz_sidebar
{
  background: url("/images/zakaz-zapch.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 60px;
  width: 195px;
  z-index: 1001;
  display: block;
}
#zakaz_sidebar:hover
{
  background: url("/images/zakaz-zapch.png") no-repeat scroll 0 -60px rgba(0, 0, 0, 0);
  height: 60px;
  width: 195px;
}
#zakaz_sidebar_89299404603
{
  background: url("/images/zakaz-zapch-89299404603.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 60px;
  width: 195px;
  z-index: 1001;
  display: block;
}
#zakaz_sidebar_89299404603:hover
{
  background: url("/images/zakaz-zapch-89299404603.png") no-repeat scroll 0 -60px rgba(0, 0, 0, 0);
  height: 60px;
  width: 195px;
}
#response_sidebar
{
  background: url("/images/responsebut.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 50px;
  width: 195px;
  z-index: 1001;
  display: block;
}
#response_sidebar:hover
{
  background: url("/images/responsebut.png") no-repeat scroll 0 -50px rgba(0, 0, 0, 0);
  height: 50px;
  width: 195px;
}
form.simpleForm
{
  text-align: center;
  width: 100%;
}
form.simpleForm label
{display:block;}
form.simpleForm input.inputtext{width:182px;}
form.simpleForm textarea.inputtext{width:182px;height:100px;}
form.simpleForm textarea.inputtext_small{width:182px;height:50px;}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input
{
  border-radius: 0;
  margin-bottom: 0;
}
form.simpleForm p
{
  margin: 0 0 5px 0;
}
input[type="submit"]
{
  background: url("/images/bgbt.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 5px;
  border: none;
  height: 30px;
  padding: 3px 7px;
  color: #fff;
}
input[type="submit"]:hover
{
  background: url("/images/bgbt.png") repeat-x scroll 0 -30px rgba(0, 0, 0, 0);
}
.rightblock
{
  text-align: right;
}
#gs-moduleForecastBlock
{
  margin-top: 5px;
}
#history-10, #importoborudov, #kvalpersonal, #udobmap, #garant, #work24-7
{
  background: url("/images/history-10.png") no-repeat center 0;
  vertical-align: bottom;
  padding: 75px 5px 15px;
  text-align: center;
  line-height: 18px;
  height: 37px;
  float: left;
  width: 168px;
  display: table-cell;
}
#history-10 a, #history-10 a:hover, #importoborudov a, #importoborudov a:hover, #kvalpersonal a, #kvalpersonal a:hover,
#udobmap a, #udobmap a:hover,
#garant a, #garant a:hover,
#work24-7 a, #work24-7 a:hover
{
  color: #505050;
  text-decoration: none;
}
#importoborudov
{
  background: url("/images/importoborudov.png") no-repeat center 0;
  padding: 75px 5px 0;
  height: 52px;
}
#kvalpersonal
{
  background: url("/images/kvalpersonal.png") no-repeat center 0;
}

#udobmap
{
  background: url("/images/udobmap.png") no-repeat center 0;
}
#garant
{
  background: url("/images/garant.png") no-repeat center 0;
}
#work24-7
{
  background: url("/images/work24-7.png") no-repeat center 0;
}
#action-cxod-razval, #action-zamena-grm, #action-diagnostika-khoda, #action-zamena-masla,#action-diagnostika,#action-ressora
{
  vertical-align: bottom;
  padding: 3px 9px 0;
  text-align: center;
  line-height: 18px;
  height: 129px;
  float: left;
  width: 160px;
  display: table-cell;
}
#action-cxod-razval a, #action-cxod-razval a:hover,
#action-zamena-grm a, #action-zamena-grm a:hover,
#action-diagnostika-khoda a, #action-diagnostika-khoda a:hover,
#action-diagnostika a, #action-diagnostika a:hover,
#action-zamena-masla a, #action-zamena-masla a:hover,
#action-ressora a, #action-ressora a:hover
{
  color: #505050;
  text-decoration: none;
}
#action-cxod-razval
{
  background: url("/images/action-cxod-razval.png") no-repeat center 0;
}
#action-zamena-grm
{
  background: url("/images/action-zamena-grm.png") no-repeat center 0;
}
#action-diagnostika-khoda
{
  background: url("/images/action-diagnostika-khoda.png") no-repeat center 0;
}
#action-diagnostika
{
  background: url("/images/action-diagnostika.png") no-repeat center 0;
}
#action-zamena-masla
{
  background: url("/images/action-zamena-masla.png") no-repeat center 0;
}
#action-ressora
{
  background: url("/images/action-ressora.png") no-repeat center 0;
}
.moduletablesmact, .moduletablesmactb 
{
border: 1px solid  #525253;
}
.moduletablesmactgr 
{
border: 1px solid  #54c86c;
background: #fcfda3;
}
#fav-sidebar2 .moduletablesmact h3
{
background: url("/images/bgnavmenu.png") repeat-x;
}
#fav-sidebar2 .moduletablesmactgr h3, #fav-sidebar1 .moduletablesmactgr h3
{
	background: url("/images/bg-green-action.png") repeat-x;
}
#fav-sidebar2 h3.gr-title, #fav-sidebar1 h3.gr-title, #fav-sidebar2 h3.gr-titleb
{
	background: url("/images/bg-gr-t.png") repeat-x;
	height: 44px;
	font-weight: bold !important;
	font-size: 16px;
}
#fav-sidebar2 h3.gr-titleb
{
	height: 105px;
background: #a5a;
}
.textact
{
font-weight: bold;
text-align: center;
padding: 0 5px;
}
.priceact
{
margin: 5px 0 10px;
color: rgb(27, 150, 198);
font-size: 23px;
font-weight: bold;
text-align: center;
padding: 0 5px;
}
.dateact
{
border-top: 1px solid #ddd;
text-align: center;
margin-top: 10px;
padding: 5px;
}

/*slider home*/
#djslider-loader101 {
			margin: 0 auto;
			position: relative;
		}
		#djslider101 {
			margin: 0 auto;
			position: relative;
			height: 290px; 
			width: 536px;
			max-width: 536px;
		}
		#slider-container101 {
			position: absolute;
			overflow:hidden;
			left: 0; 
			top: 0;
			height: 100%;
			width: 100%;
		}
		#djslider101 ul#slider101 {
			margin: 0 !important;
			padding: 0 !important;
			border: 0 !important;
		}
		#djslider101 ul#slider101 li {
			list-style: none outside !important;
			float: left;
			margin: 0 !important;
			border: 0 !important;
			padding: 0 0px 0px 0 !important;
			position: relative;
			height: 290px;
			width: 536px;
			background: none;
			overflow: hidden;
		}
		#slider101 li img {
			width: 100%;
			height: auto;
			border: 0 !important;
			margin: 0 !important;
		}
		#slider101 li a img, #slider101 li a:hover img {
			border: 0 !important;
		}
		
		#slider101 .slide-desc {
			position: absolute;
			top: 0%;
			left: 0%;
			width: auto;
		}
		#slider101 .slide-desc-in {
			position: relative;
			margin: 0 0px 0px 0 !important;
		}
		#slider101 .slide-desc-bg {
			position:absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		#slider101 .slide-desc-text {
			position: relative;
		}
		#slider101 .slide-desc-text h3 {
			display: block !important;
		}
		
		#navigation101 {
			position: relative;
			top: 10.344827586207%; 
			margin: 0 5px;
			text-align: center !important;
		}
		
		#prev101 {
			cursor: pointer;
			display: block;
			position: absolute;
			left: 0;
		}
		#next101 {
			cursor: pointer;
			display: block;
			position: absolute;
			right: 0;
		}
		
		#play101, 
		#pause101 {
			cursor: pointer;
			display: block;
			position: absolute;
			left: 50%;
		}
		
		#cust-navigation101 {
			position: absolute;
			bottom: 9px;
			right: 14px;
		}
#fav-slidewrap
{
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.slide-desc
{
  background: #31373d;
  margin-top: 10px;
  padding: 10px;
  max-width: 85% !important;
}
.slide-desc-text .slide-title
{  
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
#fav-slidewrap .moduletable
{
  margin-bottom: 0;
}

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

/*-------Online form FULL--------*/
.moduletablefull
{
  width: 100%;
  text-align: center;
}
.moduletablefull form.simpleForm input.inputtext, .moduletablefull form.simpleForm textarea.inputtext
{
  width: 60%;  
}

.moduletablefull input[type="submit"]
{
  padding: 3px 25px;
}
.moduletablemaptrack h3
{
background: none !important;
color: #333;
text-align: center;
font-size: 24px;
}
.responseTable {
	width: 100%; margin-bottom: 20px; border-collapse: collapse;
}
.responseTable th {
	border: 1px dashed rgb(128, 128, 130); text-align: center; padding-bottom: 5px;
}
.responseTable td {
	padding: 10px 10px 0px; width: 50%; vertical-align: top; border-right-color: rgb(128, 128, 130); border-right-width: 1px; border-right-style: dashed;
}
.responseTable p {
	font-size: 14px; font-weight: normal;
}
.responseTable blockquote {
	font-size: 14px; font-weight: normal;
}
.responseTable p {
	text-align: right;
}
.responseTable blockquote {
	background: url("/images/s5_left_quote_td.png") no-repeat left 5px; margin: 0px 0px 10px; padding: 0px 0px 0px 20px; border: 0px currentColor;
}
.responseTable h2 {
	margin-top: 20px;
}
.imga {
	background: url("/images/imga.png") no-repeat right 2px; padding-right: 23px;
}

#fav-advert p, #fav-advert .moduletable
{
  margin: 0;
}

li ul
{
margint-left: 15px;
}
.moduletablecom p
{
border: 1px solid #6284c7;
border-radius: 5px;
text-align: center;
height: 30px;
}
.moduletablecom p
{
margin: 0;
padding: 12px 0 0;
}
.moduletablecom a
{
text-decoration: none;
font-size: 18px;
}
.moduletablecom p:hover
{
border: 1px solid #3b914d;
color: #3b914d !important;
}
.moduletablecom a:hover
{
text-decoration: none;
}
/* i-media articles */

.atable
{
font-family: Open Sans, Helvetica, Arial, sans-serif;
color: #333333;
font-size: 12px;
}
.atable  td
{
padding: 5px;
}
#fav-maincontent h2, #fav-maincontent h3
{
line-height: 30px;
margin-bottom: 15px;
}
#fav-maincontent table, #fav-maincontent td, #fav-maincontent tr
{
border-color: #aaa;
}
.moduletablecntr h3
{
  color: #fff;
  background: url("/images/bgtitlesidebar.png") repeat-x;
  font-size: 14px;
  text-align: center;
  height: 21px;
  padding-top: 7px;
  text-transform: uppercase;
  line-height: 1.3em !important;
  padding-bottom: 6px;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 300!important;
  margin: 25px auto 0 !important;
  text-rendering: optimizelegibility;
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  width: 300px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  z-index: 100;
}
.avtobrands
{
  border-spacing: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none !important;
  background: #dbdbdb;
  box-shadow: 2px 1px 2px 1px grey;
  margin: 0 auto;
}
.avtobrands td
{
  border: none !important;
  width: 20%;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 0 !important;
}
/*.avtobrands td:first-child {
  border-top-left-radius: 10px;
}
.avtobrands td:last-child {
  border-top-right-radius: 10px;
}*/
.avtobrands a
{
	color: #000;
	text-decoration: underline;
}
.avtobrands a:hover
{
	color: #3b914d;
	text-decoration: none;
}
.avtobrands img
{
	margin-bottom: 10px;
}
.bannergroupressora, .bannergroupbooksk
{
margin: 10px 0;
}
.moduletablebooksk, .moduletableressora
{
width:50%;
}
.moduletablebooksk
{
float: left;
text-align: left;
}
.moduletableressora
{
float: right;
text-align: right;
}
.tabs__content {
  display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
  display: block; /* по умолчанию показываем нужный блок */
}
.remontavto 
{
	width: 100%;
	border: 0 !important;
}
.remontavto td
{
	padding: 7px 5px !important;
	text-align: center;
	width: 33%;
	vertical-align: top !important;
	font-weight: bold;
}
.remontavto img
{
	border-radius: 10px;
	box-shadow: 0 0 5px black; /* Параметры тени */
    box-shadow: 0 0 5px rgba(0,0,0,0.5); /* Параметры тени */
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5); /* Для Safari и Chrome */
	margin-bottom: 10px;
}
.remontavto img:hover
{
	border-radius: 10px;
	box-shadow: 0 0 5px #3b914d; /* Параметры тени */
    box-shadow: 0 0 5px rgba(59,145,77,0.7); /* Параметры тени */
    -moz-box-shadow: 0 0 5px rgba(59,145,77,0.7); /* Для Firefox */
    -webkit-box-shadow: 0 0 5px rgba(59,145,77,0.7); /* Для Safari и Chrome */
	margin-bottom: 10px;
}
.remontavto a:hover
{
	text-decoration: none;
	font-weight: bold;
}
/*#fav-footer2
{
	font-size: 18px;
	line-height: 26px;
}*/
.cont_top
{
	width: 100%;
}
.cont_top td
{
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding-left: 15px;
}
.cont_top td.col_1
{
	font-size: 26px;
	text-align: right;
	line-height: 30px;
	padding-left: 0;
}
#fav-name h1.title_top,#fav-name span.title_top
{
	margin: 5px 0 10px;
	font-size: 28px;
	line-height: 26px;
	font-weight: bold;
	font-family: Times New Roman;
	display: block;
	padding: 0;
	font-weight: 300!important;
}
#fav-name h1.alltitle_top
{
	margin: 5px 0 15px;
	font-size: 26px;
	line-height: 24px;
	font-weight: bold;
	font-family: Times New Roman;
	font-weight: 300!important;
	color: inherit;
	text-rendering: optimizelegibility;
	padding: 0; display: block;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
#fav-name .address_top
{
	margin: 10px 0 0;
	font-size: 14px;
	display: block;
}
@media (min-width: 1038px) and (max-width: 1039px)
{
    #fav-nav .navigation .item-124 a	{
	  width: 125px;
	}
	#fav-nav .navigation .item-119 a	{
		width: 130px;
	}
}
@media (min-width: 1028px) and (max-width: 1037px)
{
	#fav-nav .navigation .item-124 a	{
	  width: 115px;
	}
	#fav-nav .navigation .item-119 a	{
		width: 130px;
	}
}
@media (min-width: 1000px) and (max-width: 1028px)
{
	#fav-name	{
		max-width: 46%;
	}
	#fav-nav .navigation .item-124 a	{
	  width: 87px;
	}
	#fav-nav .navigation .item-119 a	{
		width: 130px;
	}
}
@media (min-width: 915px) and (max-width: 999px)
{
	#fav-name	{
		max-width: 44%;
	}
	#fav-name h1.title_top	{
		font-size: 24px;
	}
	#fav-nav .navigation .item-124 a	{
	  width: 100px;
	}
	#fav-nav .navigation .item-122 a	{
		width: 125px;
	}
	#fav-nav .navigation .item-120 a	{
		width: 145px;
	}
	#fav-nav .navigation .item-136 a	{
		width: 90px;
	}
	#fav-nav .navigation .item-117 a	{
		width: 118px;
	}
	.cont_top td.col_1
	{
		font-size: 18px;
	}
}
@media (min-width: 865px) and (max-width: 914px)
{
	#fav-name	{
		max-width: 40%;
	}
	#fav-name h1.title_top	{
		font-size: 20px;
	}
	#fav-nav .navigation .item-124 a	{
	  width: 100px;
	}
	#fav-nav .navigation .item-122 a	{
		width: 123px;
	}
	#fav-nav .navigation .item-120 a	{
		width: 140px;
	}
	#fav-nav .navigation .item-136 a	{
		width: 90px;
	}
	#fav-nav .navigation .item-117 a	{
		width: 100px;
	}
	
	#fav-nav .navigation .item-119 a	{
		width: 110px;
	}
	.cont_top td.col_1, .cont_top td
	{
		font-size: 13px;
	}
}
@media (min-width: 768px) and (max-width: 864px)
{	
	#fav-logo
	{
		height: 110px;
		margin: 0;
		padding-top: 5px;
	}
	#fav-phone
	{
		height: 85px;
		margin: 0;
		padding-top: 2px;
	}
	#fav-phone .callback
	{
		margin-top: 2px;
	}
	#fav-name	{
		max-width: 32%;
	}
	#fav-name h1.title_top	{
		font-size: 15px;
		line-height: 18px;
		margin: 5px 0;
	}
	#fav-name .bigphone
	{
		font-size: 20px;
	}
	#fav-nav .navigation li a	{ font-size: 12px;	}
	#fav-nav .navigation .item-101 a	{ width: 100px;	}
	#fav-nav .navigation .item-124 a	{ width: 90px;	}
	#fav-nav .navigation .item-124 a	{ width: 80px;	}
	#fav-nav .navigation .item-120 a	{ width: 120px;	}
	#fav-nav .navigation .item-122 a	{ width: 110px;	}
	#fav-nav .navigation .item-119 a	{ width: 90px;	}
	#fav-nav .navigation .item-117 a	{ width: 80px;	}
	.cont_top td.col_1
	{
		font-size: 12px;
		line-height: 16px;
		width: 40%;
	}
	.cont_top td
	{
		font-size: 10px;
		line-height: 14px;
	}
}
@media (max-width: 767px)
{
	#fav-name
	{
		display: none;
	}
}
@media (max-width: 502px)
{
	#fav-phone
	{
		display: none;
	}
}
/*
@media (min-width: 1000px)
{
    #fav-nav .navigation .item-124 a
	{
	  width: 110px;
	}
	#fav-nav .navigation .item-119 a
	{
		width: 130px;
	}
}*/
.bannergroupfull
{
	margin: 10px 0;
}
.item-154 a { -webkit-animation: blink 1.5s linear infinite; animation: blink 1.5s linear infinite; font-size: 16px !important; font-weight: bold; }
@-webkit-keyframes blink { 50% { color: rgb(4, 156, 195); } 51% { color: rgba(4, 156, 195, 0); } 100% { color: rgba(4, 156, 195, 0); } }
@keyframes blink { 50% { color: rgb(4, 156, 195); } 51% { color: rgba(4, 156, 195, 0); } 100% { color: rgba(4, 156, 195, 0); } }