/*
	AnythingSlider v1.8+ LESS Default theme
	By Rob Garrison, based on default anythingslider.css
*/
/*****************************
SET DEFAULT DIMENSIONS HERE
*****************************/
/* change the ID & dimensions to match your slider */
#slider {
  width: 700px;
  height: 390px;
  list-style: none;
  /* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */

  overflow-y: auto;
  overflow-x: hidden;
}
/* slider borders */
/* current navigation tab styling - uses same navigation background image */
/* non-current navigation styling */
.navigation-text-styling {
  display: block;
  width: 19px;
  height: 19px;
  background: url('../img/slider-dots.png') no-repeat;
  text-indent: -5000px;
  margin: 0 6px;
}
.navigation-background {
  /* top shadow */

  background: url(../img/slider-buttons.png) center -288px repeat-x;
}
.navigation-background-hovered {
  background-image: none;
}
/* start-stop button background color */
/* start-stop button text */
/* navigation arrows */
/* distance the arrow protrudes horizontally outside of the AnythingSlider wrapper */
/* distance the navigation controls (tabs & start-stop button) protrudes below the wrapper */
.anythingSlider-default {
  /*
	=================================
	Default state (no keyboard focus)
	=================================
	*/

  /* Overall Wrapper */

  margin: 0 auto;
  padding: 0 0 0 0;
  /* slider window - top & bottom borders, default state */

  /* Navigation buttons + start/stop button, default state */

  /*
	=================================
	Active State (has keyboard focus)
	=================================
	*/

  /************************
	NAVIGATION POSITIONING
	************************/

  /* Navigation Arrows */

  /* back arrow */

  /* forward arrow */

  /* Navigation Links */

}
.anythingSlider-default .anythingWindow {
  border-top: 0px solid #777777;
  border-bottom: 0px solid #777777;
}
.anythingSlider-default .anythingControls a {
  /* top shadow */

  background: url(../img/slider-buttons.png) center -288px repeat-x;
  /* top shadow */

  background-color: #777777;
  color: #000000;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  /* Make sure navigation text is visible */

  /* start-stop button, stopped, default state */

}
.anythingSlider-default .anythingControls a span {
  visibility: visible;
}
.anythingSlider-default .anythingControls a.start-stop {
  background-color: #004400;
  color: #dddddd;
  /* start-stop button, playing, default state */

  /* start-stop button, default hovered text color (when visible) */

  /* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */

}
.anythingSlider-default .anythingControls a.start-stop.playing {
  background-color: #880000;
}
.anythingSlider-default .anythingControls a.start-stop:hover,
.anythingSlider-default .anythingControls a.start-stop.hover,
.anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover {
  color: #ffffff;
  background-image: none;
}
.anythingSlider-default.activeSlider {
  /* slider window - top & bottom borders, active state */

  /* Navigation buttons, active state */

  /* start-stop button, active slider hovered text color (when visible) */

}
.anythingSlider-default.activeSlider .anythingWindow {
  border-color: #7c9127;
}
.anythingSlider-default.activeSlider .anythingControls a {
  /* background image = top shadow */

  background-position: 0 0;
  /* Navigation current & hovered button, active state */

  /* start-stop button, stopped, active state */

}
.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover {
  background-position: 0 -19px;
}
.anythingSlider-default.activeSlider .anythingControls a.start-stop {
  background-color: #008800;
  color: #ffffff;
  /* start-stop button, playing, active state */

}
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing {
  color: #ffffff;
  background-color: #dd0000;
}
.anythingSlider-default.activeSlider .start-stop:hover,
.anythingSlider-default.activeSlider .start-stop.hover {
  color: #ffffff;
}
.anythingSlider-default .arrow {
  top: 50%;
  position: absolute;
  display: block;
}
.anythingSlider-default .arrow a {
  display: block;
  width: 43px;
  height: 43px;
  margin: -21.5px 0 0 0;
  /* half height of image */

  text-align: center;
  outline: 0;
  background: url(../img/slider-buttons.png) no-repeat;
}
.anythingSlider-default .back {
  left: 0;
}
.anythingSlider-default .back a {
  background-position: 0 0;
}
.anythingSlider-default .back a:hover,
.anythingSlider-default .back a.hover {
  background-position: 0 0;
}
.anythingSlider-default .forward {
  right: 0;
}
.anythingSlider-default .forward a {
  background-position: 0 -43px;
}
.anythingSlider-default .forward a:hover,
.anythingSlider-default .forward a.hover {
  background-position: 0 -43px;
}
.anythingSlider-default .anythingControls {
  outline: 0;
  display: none;
  /* navigationSize window */

  /* Autoplay Start/Stop button */

}
.anythingSlider-default .anythingControls ul {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  text-align: center;
}
.anythingSlider-default .anythingControls ul li {
  margin: 0;
  display: inline;
}
.anythingSlider-default .anythingControls ul a {
  display: block;
  width: 19px;
  height: 19px;
  background: url('../img/slider-dots.png') no-repeat;
  text-indent: -5000px;
  margin: 0 6px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  outline: 0;
}
.anythingSlider-default .anythingControls .anythingNavWindow {
  overflow: hidden;
  float: left;
}
.anythingSlider-default .anythingControls .start-stop {
  display: none !important;
  padding: 2px 5px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  float: right;
  z-index: 100;
  outline: 0;
}
/***********************
IE8 AND OLDER STYLING
***********************/
.as-oldie .anythingSlider-default {
  /* Navigation Arrows */

  /* margin between nav buttons just looks better */

  /* navigationSize window */

}
.as-oldie .anythingSlider-default .arrow {
  top: 35%;
}
.as-oldie .anythingSlider-default .arrow a {
  margin: 0;
}
.as-oldie .anythingSlider-default .anythingControls {
  /* When using the navigationSize option, the side margins need to be zero
			None of the navigation panels look good in IE7 now =( */

}
.as-oldie .anythingSlider-default .anythingControls li {
  margin-left: 3px;
}
.as-oldie .anythingSlider-default .anythingControls a {
  margin: 0;
}
.as-oldie .anythingSlider-default .anythingNavWindow {
  margin: 0 2px;
}
.as-oldie .anythingSlider-default .anythingNavWindow li {
  padding: 3px 0 0 0;
}
/***********************
COMMON SLIDER STYLING
***********************/
/* Overall Wrapper */
.anythingSlider {
  display: block;
  overflow: visible !important;
  position: relative;
  /* anythingSlider viewport window */

  /* anythingSlider base (original element) */

  /* Navigation arrow text; indent moved to span inside "a", for IE7;
	apparently, a negative text-indent on an "a" link moves the link as well as the text */

  /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */

  /* all panels inside the slider; horizontal mode */

  /* vertical mode */

  /* fade mode */

  /***********************
	RTL STYLING
	***********************/

  /* slider autoplay right-to-left, reverse order of nav links to look better */

  /* probably not necessary, but added just in case */

}
.anythingSlider .anythingWindow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.anythingSlider .anythingBase {
  background: transparent;
  list-style: none;
  position: absolute;
  overflow: visible !important;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.anythingSlider .arrow span {
  display: block;
  visibility: hidden;
}
.anythingSlider .arrow.disabled {
  display: none;
}
.anythingSlider .panel {
  background: transparent;
  display: block;
  overflow: hidden;
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
}
.anythingSlider .vertical .panel {
  float: none;
}
.anythingSlider .fade .panel {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.anythingSlider .fade .activePage {
  z-index: 1;
}
.anythingSlider.rtl {
  /* move nav link group to left */

  /* move start/stop button - in case you want to switch sides */

}
.anythingSlider.rtl .anythingWindow {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.anythingSlider.rtl .anythingControls ul {
  float: left;
  /* reverse order of nav links */

}
.anythingSlider.rtl .anythingControls ul a {
  float: right;
}
.anythingSlider.rtl .start-stop {
  /* float: right; */

}
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
  transition-duration: 0;
  -o-transition-duration: 0;
  -moz-transition-duration: 0;
  -webkit-transition-duration: 0;
}
/*
	AnythingSlider v1.8+ LESS portfolio theme
	By Rob Garrison, based on portfolio anythingslider.css
*/
/*****************************
SET portfolio DIMENSIONS HERE
*****************************/
/* change the ID & dimensions to match your slider */
#slider {
  width: 960px;
  height: 390px;
  list-style: none;
  /* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */

  overflow-y: auto;
  overflow-x: hidden;
}
/* slider borders */
/* current navigation tab styling - uses same navigation background image */
/* non-current navigation styling */
/* start-stop button background color */
/* start-stop button text */
/* navigation arrows */
/* distance the arrow protrudes horizontally outside of the AnythingSlider wrapper */
/* distance the navigation controls (tabs & start-stop button) protrudes below the wrapper */
.anythingSlider-portfolio {
  /*
	=================================
	portfolio state (no keyboard focus)
	=================================
	*/

  /* Overall Wrapper */

  margin: 0 auto;
  padding: 0 0 0 0;
  /* slider window - top & bottom borders, portfolio state */

  /*
	=================================
	Active State (has keyboard focus)
	=================================
	*/

  /************************
	NAVIGATION POSITIONING
	************************/

  /* Navigation Arrows */

  /* back arrow */

  /* forward arrow */

  /* Navigation Links */

}
.anythingSlider-portfolio .anythingWindow {
  border-top: 0px solid #777777;
  border-bottom: 0px solid #777777;
}
.anythingSlider-portfolio.activeSlider {
  /* slider window - top & bottom borders, active state */

  /* Navigation buttons, active state */

  /* start-stop button, active slider hovered text color (when visible) */

}
.anythingSlider-portfolio.activeSlider .anythingWindow {
  border-color: #7c9127;
}
.anythingSlider-portfolio.activeSlider .anythingControls a {
  /* background image = top shadow */

  background-position: 0 0;
  /* Navigation current & hovered button, active state */

  /* start-stop button, stopped, active state */

}
.anythingSlider-portfolio.activeSlider .anythingControls a.cur,
.anythingSlider-portfolio.activeSlider .anythingControls a:hover {
  background-position: 0 -19px;
}
.anythingSlider-portfolio.activeSlider .anythingControls a.start-stop {
  background-color: #008800;
  color: #ffffff;
  /* start-stop button, playing, active state */

}
.anythingSlider-portfolio.activeSlider .anythingControls a.start-stop.playing {
  color: #ffffff;
  background-color: #dd0000;
}
.anythingSlider-portfolio.activeSlider .start-stop:hover,
.anythingSlider-portfolio.activeSlider .start-stop.hover {
  color: #ffffff;
}
.anythingSlider-portfolio .arrow {
  top: 50%;
  position: absolute;
  display: block;
}
.anythingSlider-portfolio .arrow a {
  display: block;
  width: 21px;
  height: 21px;
  margin: -18.5px 0 0 0;
  /* half height of image */

  text-align: center;
  outline: 0;
  background: url(../img/portfolio-buttons.png) no-repeat;
}
.anythingSlider-portfolio .back {
  left: -30px;
}
.anythingSlider-portfolio .back a {
  background-position: 0 -21px;
}
.anythingSlider-portfolio .back a:hover,
.anythingSlider-portfolio .back a.hover {
  background-position: 0 0;
}
.anythingSlider-portfolio .forward {
  right: -3px;
}
.anythingSlider-portfolio .forward a {
  background-position: -21px -21px;
}
.anythingSlider-portfolio .forward a:hover,
.anythingSlider-portfolio .forward a.hover {
  background-position: -21px 0;
}
.anythingSlider-portfolio .anythingControls {
  display: none !important;
}
/***********************
IE8 AND OLDER STYLING
***********************/
.as-oldie .anythingSlider-portfolio {
  /* Navigation Arrows */

  /* margin between nav buttons just looks better */

  /* navigationSize window */

}
.as-oldie .anythingSlider-portfolio .arrow {
  top: 35%;
}
.as-oldie .anythingSlider-portfolio .arrow a {
  margin: 0;
}
.as-oldie .anythingSlider-portfolio .anythingControls {
  /* When using the navigationSize option, the side margins need to be zero
			None of the navigation panels look good in IE7 now =( */

}
.as-oldie .anythingSlider-portfolio .anythingControls li {
  margin-left: 3px;
}
.as-oldie .anythingSlider-portfolio .anythingControls a {
  margin: 0;
}
.as-oldie .anythingSlider-portfolio .anythingNavWindow {
  margin: 0 2px;
}
.as-oldie .anythingSlider-portfolio .anythingNavWindow li {
  padding: 3px 0 0 0;
}
/***********************
COMMON SLIDER STYLING
***********************/
/* Overall Wrapper */
.anythingSlider-portfolio {
  display: block;
  overflow: visible !important;
  position: relative;
  /* anythingSlider viewport window */

  /* anythingSlider base (original element) */

  /* Navigation arrow text; indent moved to span inside "a", for IE7;
	apparently, a negative text-indent on an "a" link moves the link as well as the text */

  /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */

  /* all panels inside the slider; horizontal mode */

  /* vertical mode */

  /* fade mode */

  /***********************
	RTL STYLING
	***********************/

  /* slider autoplay right-to-left, reverse order of nav links to look better */

  /* probably not necessary, but added just in case */

}
.anythingSlider-portfolio .anythingWindow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.anythingSlider-portfolio .anythingBase {
  background: transparent;
  list-style: none;
  position: absolute;
  overflow: visible !important;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.anythingSlider-portfolio .arrow span {
  display: block;
  visibility: hidden;
}
.anythingSlider-portfolio .arrow.disabled {
  display: none;
}
.anythingSlider-portfolio .panel {
  background: transparent;
  display: block;
  overflow: hidden;
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
}
.anythingSlider-portfolio .vertical .panel {
  float: none;
}
.anythingSlider-portfolio .fade .panel {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.anythingSlider-portfolio .fade .activePage {
  z-index: 1;
}
.anythingSlider-portfolio.rtl {
  /* move nav link group to left */

  /* move start/stop button - in case you want to switch sides */

}
.anythingSlider-portfolio.rtl .anythingWindow {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.anythingSlider-portfolio.rtl .anythingControls ul {
  float: left;
  /* reverse order of nav links */

}
.anythingSlider-portfolio.rtl .anythingControls ul a {
  float: right;
}
.anythingSlider-portfolio.rtl .start-stop {
  /* float: right; */

}
.anythingSlider-portfolio .anythingWindow,
.anythingSlider-portfolio .anythingControls ul a,
.anythingSlider-portfolio .arrow a,
.anythingSlider-portfolio .start-stop {
  transition-duration: 0;
  -o-transition-duration: 0;
  -moz-transition-duration: 0;
  -webkit-transition-duration: 0;
}
html {
  height: 100%;
  font-size: 100%;
  /* 1 */

  overflow-y: scroll;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 3 */

  -ms-text-size-adjust: 100%;
  /* 3 */

}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
  height: 100%;
}
/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a {
  color: blue;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
a:hover {
  text-decoration: none;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 1em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin-left: 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
}
.ie7 legend {
  margin-left: -7px;
}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
.ie7 button,
.ie7 input,
.ie7 select,
.ie7 textarea {
  vertical-align: middle;
}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
.ie7 button,
.ie7 input[type="button"],
.ie7 input[type="reset"],
.ie7 input[type="submit"] {
  overflow: visible;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  vertical-align: top;
}
/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * Remove most spacing between table cells
 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.form-item {
  position: relative;
}
label {
  font-weight: 700;
}
.inline-label {
  position: absolute;
  top: 0;
  left: 0;
}
fieldset {
  border: 1px solid #ccc;
  margin: 0 0 1.5em;
  padding: 0 1.4em 1.4em;
}
legend {
  font-weight: 700;
  font-size: 1.2em;
  margin-top: -0.2em;
  margin-bottom: 1em;
}
.ie8 fieldset {
  padding-top: 1.4em;
}
.ie8 legend {
  margin-top: 0;
  margin-bottom: 0;
}
input[type=text],
input[type=password],
input.text,
input.title,
textarea {
  background-color: #fff;
  border: 1px solid #bbb;
}
input[type=text]:focus,
input[type=password]:focus,
input.text:focus,
input.title:focus,
textarea:focus {
  border-color: #666;
}
select {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
}
input[type=text],
input[type=password],
input.text,
input.title,
textarea,
select {
  margin: .5em 0;
}
input.text,
input.title {
  width: 300px;
  padding: 5px;
}
input.title {
  font-size: 1.5em;
}
textarea {
  width: 390px;
  height: 250px;
  padding: 5px;
}
form.inline {
  line-height: 3;
}
form.inline p {
  margin-bottom: 0;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.ta-left {
  text-align: left;
}
.ta-right {
  text-align: right;
}
body,
button,
input,
select,
textarea {
  font-size: 14px;
  line-height: 1.42em;
  font-family: Verdana, Geneva, sans-serif;
  color: #323232;
}
body {
  background: url('../img/header.png') repeat-x #edf3f8;
}
body.front {
  background: url('../img/header-front.png') repeat-x #edf3f8;
}
a {
  color: #077ad8;
  text-decoration: underline;
}
a:hover {
  color: #39acff;
}
#wrapper {
  width: 960px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
  height: 163px;
  color: #fff;
  padding-top: 7px;
}
.front #header {
  height: 443px;
}
.logo {
  display: block;
  float: left;
  width: 264px;
  height: 60px;
  background: url('../img/logo.png') no-repeat;
  text-indent: -5000px;
  text-transform: uppercase;
  margin-right: 17px;
  margin-left: 20px;
}
.phone-wrap {
  float: right;
  background: url('../img/phone.png') 0 16px no-repeat;
  padding-left: 32px;
  padding-top: 7px;
  text-align: right;
  margin-right: 20px;
}
.phone-wrap .phone {
  font-size: 30px;
  line-height: 1em;
  font-weight: bold;
  text-shadow: 1px 1px 1px #7b9eb3;
  margin-bottom: 5px;
}
.phone-wrap .phone .code {
  font-weight: normal;
  font-size: 18px;
}
.phone-wrap a.order-call {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 113px;
  height: 22px;
  background: url('../img/button-call.png') no-repeat;
  font-size: 12px;
  color: #323232;
  text-decoration: none;
  padding-left: 23px;
  text-align: left;
}
.phone-wrap a.order-call:hover {
  text-decoration: underline;
}
.slogan {
  overflow: hidden;
  background: url('../img/slogan.png') 0 17px no-repeat;
  padding-top: 20px;
  padding-left: 20px;
  width: 235px;
}
.main-menu {
  clear: both;
  width: 970px;
  background: url('../img/main-menu.png') no-repeat;
  margin-top: 25px;
  margin-left: -5px;
  padding: 0;
  text-align: center;
  height: 50px;
  padding-top: 3px;
  font-size: 0;
}
.main-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 0;
  height: 44px;
  line-height: 42px;
  width: 134px;
  background: url('../img/main-menu-divider.png') no-repeat;
  font-size: 14px;
}
.main-menu li:first-child {
  background: none;
}
.main-menu li:hover,
.main-menu li.active {
  background: url('../img/main-menu-hover.png') repeat-x;
}
.main-menu li:hover a,
.main-menu li.active a {
  color: #fff;
}
.main-menu a {
  color: #323232;
  text-decoration: none;
  display: block;
}
.slider {
  height: 305px;
  *top: -18px !important;
}
.slider .img {
  position: absolute;
  left: 0;
  top: -60px;
  z-index: 2;
}
.slider .header {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  padding-top: 40px;
  padding-left: 340px;
  margin-bottom: 20px;
}
.slider .description {
  font-size: 14px;
  line-height: 20px;
  padding-left: 340px;
  margin-bottom: 30px;
}
.slider a.more {
  display: block;
  margin-left: 340px;
  width: 113px;
  height: 41px;
  background: url('../img/button-more.png') no-repeat;
  line-height: 39px;
  color: #000;
  text-shadow: 1px 1px 1px #ffe765;
  text-decoration: none;
  text-align: center;
  padding-right: 16px;
  position: relative;
  z-index: 3;
}
.slider .slide-1 .img {
	left: -37px;
    top: -39px;
}
.slider .slide-1 .header {
  padding-top: 65px;
}
.slider .slide-2 .img {
  top: 16px;
  left: 45px;
}
.slider .slide-2 .header {
  padding-top: 62px;
}
.slider .slide-3 .img {
  top: -75px;
  left: -14px;
}
.slider .slide-3 .header {
  padding-top: 42px;
  margin-bottom: 11px;
}
.slider .slide-3 .description {
  margin-bottom: 21px;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
  width: 100%;
  padding: 0 0 160px;
  height: 1%;
}
#middle:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
#container {
  width: 100%;
  float: left;
  overflow: hidden;
}
.noSideBar #container,
.front #container {
  float: none;
  overflow: visible;
}
#content {
  padding: 0 270px 0 320px;
}
.noSideBar #content,
.front #content {
  padding: 0;
}
/*---------------------------------- типографика -----------------------------------*/
h2 {
  font-size: 30px;
  line-height: 1em;
  margin: 25px 0;
}
h2 a {
  font-size: 14px;
}
#content h2:first-child {
  margin-top: 44px;
}
h3 {
  font-size: 26px;
  margin: 20px 0;
  line-height: 1em;
}
h4 {
  font-size: 18px;
  line-height: 1em;
}
h5 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
  margin: 10px 0;
}
/*---------------------------------- формы -----------------------------------*/
.niceCheck {
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  background: url('../img/checkbox.png');
  overflow: hidden;
}
.niceCheck input {
  margin-left: -100px;
  /* можно задать побольше чтобы наверняка скрыть поле */

}
.niceChecked {
  background-position: 0 -16px;
}
.niceRadio {
  width: 15px;
  height: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  cursor: pointer;
  background: url('../img/radio.png');
  overflow: hidden;
}
.niceRadio input {
  margin-left: -16px;
}
.radioChecked {
  background-position: 0 -15px;
}
.form-item {
  margin-bottom: 19px;
}
.form-item .form-text,
.form-item .form-textarea {
  background: #edf3f8;
  height: 40px;
  padding: 0 10px;
  border: none;
  width: 280px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  behavior: url(/PIE.htc);
  outline: none;
  margin: 0;
}
.form-item .form-text:hover,
.form-item .form-textarea:hover,
.form-item .form-text:focus,
.form-item .form-textarea:focus {
  background: #fff;
}
.form-item .form-textarea {
  padding: 10px;
  height: 80px;
  width: 360px;
  resize: none;
}
.form-submit {
  width: 320px;
  height: 62px;
  text-align: center;
  font-size: 30px;
  line-height: 58px;
  background: url('../img/button-big.png') no-repeat;
  border: none;
  padding: 0;
  text-shadow: 1px 1px 1px #ffe765;
}
/*---------------------------------- разное -----------------------------------*/
.rarr {
  color: #077ad8;
}
.line {
  position: absolute;
  left: 0;
  width: 100%;
  background: url('../img/line.png') repeat-x;
  height: 2px;
}
/*---------------------------------- блок о нас -----------------------------------*/
.about-wrap {
  padding-top: 45px;
  /*padding-bottom: 45px;*/
}
.about-wrap h2 {
  margin-top: 0;
  margin-bottom: 7px;
}
.about-wrap a.calculator-link {
  display: block;
  float: right;
  width: 231px;
  height: 77px;
  background: url('../img/button-calculator.png') no-repeat;
  line-height: 75px;
  color: #323232;
  text-decoration: none;
  font-size: 30px;
  padding-left: 50px;
  text-align: center;
  margin-left: 40px;
}
.about-wrap .content {
  overflow: hidden;
}
/*---------------------------------- блок наши работы -----------------------------------*/
.work-wrap {
  padding-bottom: 39px;
}
.work-wrap h2 {
  margin-top: 33px;
  margin-bottom: 31px;
}
.work-wrap .portfolio-list {
  width: 160px;
  height: 141px;
  margin-left: -10px;
}
.work-wrap .portfolio-list li {
  width: 147px !important;
  height: 138px;
  background: url('../img/portfolio-border.png') no-repeat;
  padding-top: 3px;
  padding-left: 13px;
}
/*---------------------------------- блок статьи и отзывы -----------------------------------*/
.article-review-wrap {
  overflow: hidden;
  margin-bottom: 30px;
}
.article-review-wrap h2 {
  margin-top: 33px;
}
.article-review-wrap .articles-wrap {
  float: left;
  width: 440px;
}
.article-review-wrap .review-wrap {
  float: left;
  width: 480px;
  margin-left: 20px;
}
.articles-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
}
.articles-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  margin-bottom: 25px;
}
.articles-list .date {
  color: #989fa4;
  font-size: 10px;
}
.review-wrap h2 {
  padding-left: 20px;
}
.review-wrap .content {
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior: url(/PIE.htc);
  padding: 20px;
  position: relative;
  margin-bottom: 40px;
  color: #606060;
}
.review-wrap .content p {
  margin: 0;
}
.review-wrap .content .tip {
  display: block;
  position: absolute;
  width: 35px;
  height: 30px;
  background: url('../img/tip.png') no-repeat;
  bottom: -30px;
  right: 50px;
}
.review-wrap .author {
  color: #989fa4;
  font-size: 12px;
  text-align: right;
  font-style: italic;
}
.review-wrap .author a {
  color: #989fa4;
}
/*---------------------------------- наши клиенты -----------------------------------*/
.customers-wrap {
  position: relative;
  z-index: 2;
}
.customers-wrap h5 {
  margin-top: 0;
  padding-top: 25px;
}
.customers-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  text-align: center;
  margin-top: 20px;
  font-size: 0;
}
.customers-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 35px;
}
.customers-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ebf1f5;
  z-index: 1;
}
/*---------------------------------- калькулятор -----------------------------------*/
.calculator-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: url('../img/calculator-menu.png') 50% 0 no-repeat;
  height: 45px;
  padding-top: 6px;
  text-align: center;
  font-size: 0;
  width: 939px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.calculator-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  font-size: 18px;
  height: 40px;
  line-height: 37px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  margin: 0 26px;
  margin-left: 27px;
}
.calculator-menu li:hover,
.calculator-menu li.active {
  background: url('../img/calculator-li.png') repeat-x;
}
.calculator-menu li:hover .left,
.calculator-menu li.active .left,
.calculator-menu li:hover .right,
.calculator-menu li.active .right {
  background: url('../img/calculator-arrows.png') no-repeat;
}
.calculator-menu li:hover .left,
.calculator-menu li.active .left {
  background-position: 0 -40px;
}
.calculator-menu li:hover a,
.calculator-menu li.active a {
  color: #323232;
  background: none;
}
.calculator-menu .left,
.calculator-menu .right {
  width: 26px;
  height: 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: -26px;
}
.calculator-menu .right {
  left: auto;
  right: -26px;
}
.calculator-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  height: 40px;
  margin: 0 12px;
  text-decoration: none;
  color: #fff;
  background: url('../img/calculator-link.png') 0 28px repeat-x;
}
.calculator-form {
  overflow: hidden;
}
.calculator-form .left-col {
  float: left;
  overflow: hidden;
  width: 460px;
  margin-right: 40px;
}
.calculator-form .left-col h4 {
  margin-top: 0;
  margin-bottom: 22px;
}
.calculator-form .right-col {
  float: right;
  overflow: hidden;
  width: 460px;
  background: url('../img/rightcol-bg.png') 50% 100% no-repeat;
  padding-bottom: 17px;
  margin-top: 14px;
}
.calculator-form .right-col label {
  font-weight: normal;
  display: block;
  float: left;
  width: 80px;
  font-size: 12px;
  padding-top: 9px;
  cursor: pointer;
}
.calculator-form .right-col .form-textarea {
  margin-top: 5px;
}
.calculator-form fieldset {
  padding: 0;
  margin: 0;
  border: none;
  background: #d0e1ee;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior: url(/PIE.htc);
  padding: 20px 40px;
  padding-top: 25px;
}
.calculator-form fieldset .form-submit {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 7px;
}
.calculator-form .price-wrap {
  text-align: center;
}
.calculator-form .price-wrap p {
  margin: 0;
}
.calculator-form .price-wrap .total {
  font-size: 30px;
  line-height: 1em;
  font-weight: bold;
  margin: 10px 0;
  margin-bottom: 5px;
}
.calculator-form .price-wrap .total-time {
  font-size: 12px;
}
.calculator-form .price-wrap .total-time {
  background: url('../img/line-2.png') 0 100% repeat-x;
  margin: 0 -40px;
  padding: 0 40px;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.calculator-form .price-wrap .description {
  font-size: 12px;
  text-align: left;
  line-height: 1.66em;
  margin-bottom: 30px;
}
.service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  margin-bottom: 50px;
}
.service-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  margin-bottom: 10px;
}
.service-list li.active .tooltip-wrap {
  display: block;
}
.service-list label {
  font-weight: normal;
  cursor: pointer;
}
.service-list .time {
  font-size: 12px;
  color: #989fa4;
}
.service-list .tooltip-wrap {
  display: none;
}
.service-list .tooltip {
  background: #75acce;
  padding: 20px;
  margin-left: 20px;
  padding: 12px 18px;
  width: 160px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  behavior: url(/PIE.htc);
  margin-top: 10px;
  margin-bottom: 29px;
  position: relative;
}
.service-list .tooltip label {
  line-height: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.service-list .tooltip .form-item {
  margin-top: 10px;
  margin-bottom: 0;
}
.service-list .tooltip .form-item:first-child {
  margin-top: 0;
}
.service-list .tooltip .tip {
  width: 12px;
  height: 6px;
  background: url('../img/tip-2.png') no-repeat;
  position: absolute;
  top: -6px;
  left: 20px;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
  float: left;
  width: 300px;
  margin-left: -100%;
  position: relative;
}
/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
  float: left;
  width: 250px;
  margin-left: -250px;
  position: relative;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
  margin: -160px auto 0;
  height: 120px;
  position: relative;
  padding-top: 40px;
}
.footer-inner {
  height: 120px;
  background: #fff;
}
.footer-inner-2 {
  width: 960px;
  margin: 0 auto;
  color: #989fa4;
  font-size: 12px;
  line-height: 1.6em;
  overflow: hidden;
}
.footer-inner-2 .copyright {
  float: left;
  padding-top: 25px;
  width: 500px;
}
.footer-inner-2 .contacts {
  float: right;
  padding-top: 25px;
  text-align: right;
}
.footer-inner-2 p {
  margin: 0;
}
.footer-inner-2 .partners-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  margin-top: 9px;
  margin-left: -24px;
}
.footer-inner-2 .partners-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-left: 24px;
}
/*---------------------------------- иконки -----------------------------------*/
.ico {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}


/**************************** PORTFOLIO ********************************/
/*-----PORTFOLIO-----*/
.poject-list-container {
    margin: 0 -10px;
}
.project-list {overflow: auto;}
.project-info {
    display: inline;
    float: left;
    height: 300px;
    margin: 0 29px 35px 36px;
    min-height: 250px;
    width: 225px;
}

.project-info img{padding:1px 0 0 3px}

.slider a.sub-link, .project-info a.sub-link {
    background: url("/images/item.png") no-repeat scroll 0 0 transparent;
    display: block;
    padding: 12px 0 16px 13px;
    width: 212px;
}
.slider a.sub-link {float: left;/*margin: 0 28px 0 35px;*/width:202.5px;}

.project-info a.sub-link img {}
.project-info h4 {
    font-size: 14pt;
    font-weight: normal;
    text-decoration: none;
    margin: 0 12px 5px 12px;
}
.project-info p {margin-left:12px;margin-right:12px;}
.single-poject {}
.single-poject h1 {
    margin:0 0 20px;
    padding:0;
}
a.project_link, a.wantit {
    display: block;
    font-size: 16pt;
    margin: 15px 0 30px;
    text-align: center;
    text-decoration: none;
    width:420px
}
a.wantit{float:left}
a.project_link {float:right}
.project-text img {margin-bottom:30px;border: 1px dotted #E0E0E0}
.project-text p {padding:5px 0 2px}
.similar-project-list-container ul {
		list-style: none outside none;	
}
.similar-project-list-container ul li {
    display: block;
    float: left;
    font-size: 11pt;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    background: none repeat scroll 0 0 transparent;
}
.similar-project-list-container ul li.selected {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #E0E0E0;
    border-style: solid;
    border-width: 1px 1px 0;
    height: 39px;
}
.similar-project-list-container {
    background: url("/images/border.gif") repeat-x scroll 0 bottom transparent;
    margin-bottom: 25px;
    height: 40px;
}
.similar-project-list-container h2 {
    float: left;
    font-weight: normal;
    line-height: 40px;
    padding: 0 15px 0 0;
}
.project-navigation{overflow:auto;margin: 0 -20px 20px}
.prev-project{float:left}
.next-project{float:right}
.prev-project a, .next-project a {
    display: block;
    line-height: 29px;
    height: 34px;
}
.prev-project a {background: url("/images/prev-project_arrow.png") no-repeat scroll left center transparent; padding-left: 30px}
.next-project a {background: url("/images/next-project_arrow.png") no-repeat scroll right center transparent; padding-right: 30px}

.project-navigation_bottom {overflow:auto;margin: 0 -20px;}
.prev-project_bottom{float:left}
.next-project_bottom{float:right}
.project-navigation_bottom a {
    display: block;
    font-size: 14pt;
    text-align: center;
    text-decoration: none;
    width: 226px;
}
.project-navigation_bottom img {padding: 12px 13px 13px;background: url("/images/item.png") no-repeat scroll 0 0 transparent;}
.prev-project_bottom a{background: url("/images/prev-project_arrow.png") no-repeat scroll 15px 90px transparent; padding-left: 40px}
.prev-project_bottom a:hover{background-position:left 90px}
.next-project_bottom a {background: url("/images/next-project_arrow.png") no-repeat scroll 239px 90px transparent;padding-right: 40px}
.next-project_bottom a:hover {background-position:right 90px}

.tech-list-container {
    margin: 30px 0;
    overflow: auto;
    padding: 0 0 20px;
}
ul.tech-list {
    list-style: none outside none;
    padding-top: 10px;
}
ul.tech-list li {
    float: left;
    height: 60px;
    padding: 10px 24px;
    text-align: center;
    width: 100px;
    background: none repeat scroll 0 0 transparent;
}
ul.tech-list img {}
.ex-link {text-decoration: none;}

/*-----SLIDER-----*/
#slider-wrapper {
    margin: -25px -25px 30px;
}

#slider-container {
    background: url("/images/slider-container-left.gif") repeat-y scroll 0 0 #ECECEC;
    height: 295px;
    margin: 0 auto;
    overflow: hidden;
    width: 946px;
}
.deco {
	background:url("/images/slider-container-right.gif") repeat-y right 0;
	height:100%;
	}
	
#slider {
    margin: 0 auto;
    width: 830px !important;
}
#slider img{
    border:none;
}
#slider ul, #slider li{
    margin:0;
    padding:0;
    list-style:none;
}
#slider li { 
    width:900px;
    overflow:hidden; 
		position:relative;
}
.caption {
    position:absolute;
    bottom:0;
    left:0;
    height:45px;
    text-align:right;
    background:white;
    background:transparent;
    background:rgba(255,255,255,0.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#a3ffffff,endColorstr=#a3ffffff);
    zoom: 1;
}
.caption a {
    font-size: 18px;
    line-height: 42px;
    padding:0 25px
}

.prevBtn, .nextBtn {
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 295px;
    margin-top: -298px;
    position: absolute;
    text-indent: -8000px;
    width: 54px;
    z-index: 1000;
}
.prevBtn:hover, .nextBtn:hover {background-position: right center}
.prevBtn {
		background-image: url("/images/slider-arrow-left.gif");
}
.nextBtn {
		background-image: url("/images/slider-arrow-right.gif");
    margin-left: 888px;
}

/*-----OPINIONS-----*/
.opinion-list {}
.opinion-item {
    border-top: 1px solid #D3D2D1;
    padding: 20px 0 20px;
    overflow: auto;
}
.company-logo {
    float: left;
    width: 200px;
    text-align: center;
}
.company-logo img {max-width:200px}

.opinion-text {
    float: right;
    font-family: Trebuchet MS,Helvetica,Arial,sans-serif;
    font-size: 13px;
    overflow: auto;
    padding-right: 20px;
    width: 650px;
}
.author {
    float: right;
    padding-top: 0px;
    text-align:right;
}
.add-opinion {
    font-size: 13pt;
    margin-top: 32px;
    float: right;
}
.content h1.opinion_title {float:left;}
.form-items {}
p.opinion-form-text {
    margin: 15px 0;
}
form.opinions {}
form.opinions input {
    margin: 0 0 0 250px;
    width: 400px;
}
form.opinions textarea {
    margin: 0 0 0 250px;
    width: 600px;
    height:200px;
}
form.opinions button {
    margin-left: 250px;
    padding: 2px 5px;
}
.string {
    margin: 0 0 15px;
}
form.opinions label {position:absolute}
#materials-name {}
#opinion-duty {}
#opinion-company_logo {}
#materials-text {}

table.tariff{width:100%}
table.tariff td{vertical-align:top;width:20%}
table.tariff td.first{width:40%}
strong.cost{font-size:12pt;color:#68AE1C;}
strong.discount{color:#DF511C}

blockquote.typo-inset-left, blockquote.typo-inset-right {border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; float: left; font-style: normal; margin: 10px 20px; padding: 5px;text-align: center;width: 250px;}
blockquote.typo-inset-right{float:right;}
blockquote.typo{font-family: Georgia,Times,serif;font-style: italic;}
blockquote.typo span.open{background: url("/os/css/img/quote_open.png") no-repeat scroll left top transparent;padding-left: 25px;}
blockquote.typo span.open{background: url("/os/css/img/quote_close.png") no-repeat scroll right top transparent;padding-right: 25px;}

.typo-badge {padding: 5px 0 5px 50px !important;position: relative;}
.blue {
    background: url("/os/css/img/badge_blue.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    left: 0;
    line-height: 40px !important;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 40px;
}
.contact-form {border-width:0px;}
.contact-form table td{padding-bottom:20px;}
.contact-form table td textarea{width:99%;font:normal 15pt Tahoma,Verdana,Arial;}
.contact-form table td input{width:98%;font-size:15pt}
.contact-form table td button{font-size:15pt;}

.project-url{display:block;margin-left:50px;float:right;}
ol{margin-left:0px;}
ol.primary {}
ol.primary li {margin:0px 0px 0px 0px;}


/*-----CRUMBS-----*/
.menu-crumbs {}
.menu-crumbs ul {
    display: block;
    list-style: none outside none;
    overflow: auto;
    padding: 0;
    font-size:11px;
}
.menu-crumbs ul li {
    float: left;
    background: url("/img/crumbs-arrow.png") no-repeat scroll 0 5px transparent;
    padding: 0px 8px 0px 13px; 
}
.menu-crumbs ul li.first{background:none;padding-left:0px;}
.menu-crumbs ul li.last {cursor: help;color:#adb4b9;}
.menu-crumbs ul li a {color:#adb4b9;}

/*--------LIST HOME PAGE ---------*/
.list_home_page {}
blockquote.typo-inset-left, blockquote.typo-inset-right {border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; float: left; font-style: normal; margin: 10px 20px; padding: 5px;text-align: center;width: 250px;}
blockquote.typo-inset-right{float:right;}
blockquote.typo{font-family: Georgia,Times,serif;font-style: italic;}
blockquote.typo span.open{background: url("/os/css/img/quote_open.png") no-repeat scroll left top transparent;padding-left: 25px;}
blockquote.typo span.open{background: url("/os/css/img/quote_close.png") no-repeat scroll right top transparent;padding-right: 25px;}

.typo-badge {padding: 5px 0 5px 50px !important;position: relative;}
.blue {
    background: url("/os/css/img/badge_blue.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    left: 0;
    line-height: 40px !important;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 40px;
}


/*------------------------*/

.clear {clear: both;}

/*-----CONTACT-----*/
.address{float:left;width:400px;}
.content .phone {float: right;width: 350px;}
.content .phone p {padding: 2px 0 0}
.address p {
		padding:0 0 15px 0;
}
.address h3 {font-weight:normal;font-size: 14pt;}
.phone h3 {font-weight:normal;font-size: 20pt;}
p.email {padding-left:30px}

#mapTypeId{    height: 500px; margin-top: 20px; width: 896px;}
.map-contact, .map-contact img {width: 180px}
.YMaps-b-balloon-content{width:180px;}

/* RATES */
.rates {width:100%; border: solid 1px #999999;}
.rates td{border: solid 1px #999999;border-collapse:collapse; padding:2px 5px 2px 5px;height:50px;text-align:center;}
.rates .rates-service {text-align:left;width:40%;}

/* RATES */