/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

body {
line-height: 1;
}
ol, ul {
/*list-style: none;*/
}
p {
	padding-bottom: 13px;
}
strong, b {
	font-weight: bold;
}
em { font-style: italic;}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* /Reset */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Common */

body {
  margin: 0;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

:focus {
	outline: 0;
}
a {
  color: #4AABB9	;
  text-decoration: none;
}

a:hover {
  color: #007F96;
  text-decoration: underline;
}

a img {
	outline:0;
	border:0;
}

form {
	vertical-align: top;
}
input,textarea {
	outline: none;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc #ccc #b3b3b3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px #f1f1f1 inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #333;
	line-height: 18px;
	padding: 5px;
	margin:0;
	
	
}
input[type="text"]:focus,input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border-color: #4AABB9;
	
	-webkit-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	   -moz-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
		-ms-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
		 -o-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
		-ms-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
		 -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
			transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

input, textarea {

	font-family: "Segoe UI", Helvetica, Arial, sans-serif;
	
	
	-webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
			  border-radius: 4px;
}
.red{ color: #b32f52;}
.bolded {font-weight: bold}
.centered {text-align: center;}
.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.img-bordered {
	border: 3px solid #4AABB9;
}
.img-responsive {
    display: block;
	width: 100%;
    max-width: 100%;
    height: auto;
}

/* Scalffolding */

.wrapper {
    margin: 0 auto;
	padding: 0 15px;
    width: 1024px;
}
.row {
  width: 100%;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

.row [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn_mobmnu {
    display: block;
    height: 28px;
    margin: 8px 20px 8px auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
	display: none;
}
.btn_mobmnu:hover {
	text-decoration: none;
}
.btn_mobmnu img {
	vertical-align: middle;
	padding-right: 5px;
}

.btn_mobmnu2 {
    display: block;
    height: 28px;
    margin: 8px 20px 8px auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
	display: none;
}
.btn_mobmnu2:hover {
	text-decoration: none;
}
.btn_mobmnu2 img {
	vertical-align: middle;
	padding-right: 5px;
	display: inline-block !important;
}

.row [class*="span"]:first-child {
  margin-left: 0;
}

.row .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}


.row .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

/* */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin:  0  0 15px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
  color: #253C53;
}

h1 {
  font-size: 26px;
  margin-bottom: 20px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 20px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

hr {
  margin: 8px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
/* Table */

/* Price table*/
.table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 0;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
}

.table thead th, .table thead td {
  /*vertical-align: bottom;*/
  text-align: center;
  font-weight: bold;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table th,
.table td {
  border-left: 1px solid #dddddd;
}

.table caption + thead tr:first-child th,
.table caption + tbody tr:first-child th,
.table caption + tbody tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + tbody tr:first-child th,
.table colgroup + tbody tr:first-child td,
.table thead:first-child tr:first-child th,
.table tbody:first-child tr:first-child th,
.table tbody:first-child tr:first-child td {
  border-top: 0;
}

.table thead:first-child tr:first-child th:first-child,
.table tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table thead:first-child tr:first-child th:last-child,
.table tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table thead:last-child tr:last-child th:first-child,
.table tbody:last-child tr:last-child td:first-child,
.table tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table thead:last-child tr:last-child th:last-child,
.table tbody:last-child tr:last-child td:last-child,
.table tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table caption + thead tr:first-child th:first-child,
.table caption + tbody tr:first-child td:first-child,
.table colgroup + thead tr:first-child th:first-child,
.table colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table caption + thead tr:first-child th:last-child,
.table caption + tbody tr:first-child td:last-child,
.table colgroup + thead tr:first-child th:last-child,
.table colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table tbody tr:nth-child(odd) td,
.table tbody tr:nth-child(odd) th {
  background-color: #F8F8F8;
}

/* */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}
/* buttons */

.btn {
  display: inline-block;
  *display: inline;
  padding: 2px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #73ced6;
  *background-color: #73ced6;
  background-image: -moz-linear-gradient(top, #73ced6, #3795a7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#73ced6), to(#3795a7));
  background-image: -webkit-linear-gradient(top, #73ced6, #3795a7);
  background-image: -o-linear-gradient(top, #73ced6, #3795a7);
  background-image: linear-gradient(to bottom, #73ced6, #3795a7);
  background-repeat: repeat-x;
  border: 1px solid #20727f;
  *border: 0;
  border-color: #3795a7 #3795a7 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #20727f;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73ced6', endColorstr='#3795a7', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #ffffff;
  background-color: #3795a7;
  *background-color: #3795a7;
}

.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffdb4d;
  *background-color: #ffdb4d ;
  background-image: -moz-linear-gradient(top, #ffdb4d , #dab20b );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffdb4d ), to(#dab20b ));
  background-image: -webkit-linear-gradient(top, #ffdb4d , #dab20b );
  background-image: -o-linear-gradient(top, #ffdb4d , #dab20b );
  background-image: linear-gradient(to bottom, #ffdb4d , #dab20b );
  background-repeat: repeat-x;
  border-color: #dab20b  #dab20b  #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #dab20b ;
  *background-color: #a9302a;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #942a25 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #B32F52;
  background-image: -moz-linear-gradient(top, #F585A8, #B32F52);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F585A8), to(#B32F52));
  background-image: -webkit-linear-gradient(top, #F585A8, #B32F52);
  background-image: -o-linear-gradient(top, #F585A8, #B32F52);
  background-image: linear-gradient(to bottom, #F585A8, #B32F52);
  background-repeat: repeat-x;
  border-color: #B32F52 #B32F52 #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #B32F52;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-block {
	width: 100%;
	margin-bottom: 10px;
}
/* Breadcrumb */
.breadcrumb {
  padding: 8px 0;
  margin: 0 0 10px;
  list-style: none;
  /*-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
	*/
}

.breadcrumb > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.breadcrumb > li > .divider {
  padding: 0 8px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #999999;
}
/* Pagination */


.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  color: #797979;
  border: 1px solid #e0e0e0;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus {
	color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #73ced6;
  *background-color: #73ced6;
  background-image: -moz-linear-gradient(top, #73ced6, #3795a7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#73ced6), to(#3795a7));
  background-image: -webkit-linear-gradient(top, #73ced6, #3795a7);
  background-image: -o-linear-gradient(top, #73ced6, #3795a7);
  background-image: linear-gradient(to bottom, #73ced6, #3795a7);
  background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73ced6', endColorstr='#3795a7', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #797979;
  cursor: default;
 background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	border-bottom: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
/* Header */
.header {
	position: relative;
	height: 112px;
}
.logo {
	position: absolute;
	top: 30px;
	left: 0px;
}
.header-search {
	position: absolute;
	top: 20px;
	right: 0;
	display: block;
	width: 300px;
}
.header-banner {
	position: absolute;
	top: 11px;
	right: 0;
	display: block;
	width: 480px;
	height: 90px;
}
.header-banner img{
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
}

.header-banner2 {
	position: absolute;
	top: 11px;
	right: 495px;
	display: block;
	width: 242px;
	height: 85px;
	padding: 1px;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
}
.header-banner2 img{
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
}

/* Horizontal menu */
.horizontal-menu {
	
	height: 40px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	border-bottom: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
		  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	
	margin-bottom: 20px;
	
}
.horizontal-menu .nav {
	list-style: none outside none;
    margin-left: 0;
	height: 40px;
}
.horizontal-menu  .nav > li {
	float: left;
}
.horizontal-menu  .nav > li.divider {
	border-left: 1px solid #CCCCCC;
    height: 40px;
    margin: 0;
}
.horizontal-menu  .nav > li.dropdown {
	position: relative;
}

.horizontal-menu  .nav > li > a{
	color: #225F98;
	display: block;
	padding: 10px 26px;
	margin: 0;
	font-size: 16px;
}
.horizontal-menu  .nav > li > a:hover{
	background-color: #4aabb9;
	color: white;
	text-decoration: none;
}
.horizontal-menu .dropdown-menu {
	position: absolute;
	top: 40px;
	border: 1px solid #d4d4d4;
	color: #225F98;
	/*background-color: #ffffff;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
	padding: 5px;
	*/
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);*/
	
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
		  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	z-index: 101;
	*zoom: 1;
	display: none;
	border-radius: 0px 0px 5px 5px; 
}

.horizontal-menu .dropdown.active .dropdown-menu {
	display: block;
}

/*.horizontal-menu .dropdown-menu.lefted:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #EAEAEA;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.horizontal-menu .dropdown-menu.lefted:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}*/

.horizontal-menu .dropdown-menu.col3 {
	width: 870px;
}
.horizontal-menu .dropdown-menu.col2 {
	width: 580px;
}
.horizontal-menu .dropdown-menu.col1 {
	width: 290px;
}
.horizontal-menu .dropdown-menu .col {
	width: 270px;
	padding: 10px;
	float: left;
}
.horizontal-menu .dropdown-menu p {
	color: #3FA9B7;
	border-bottom: 1px solid #3FA9B7;
	font-size: 15px;
	margin: 5px;
	padding-bottom: 5px;
}

.horizontal-menu .dropdown-menu ul  {
	margin: 10px 20px;
}
.horizontal-menu .dropdown-menu ul ul {
	margin: 0 20px;
}
/* .horizontal-menu .dropdown-menu ul li {
	list-style: circus;
}*/
.horizontal-menu .dropdown-menu ul a{
	color: #225F98;
}

.horizontal-menu .dropdown-menu ul a:hover{
	text-decoration: underline;
}

/* Vertical menu */
.vertical-menu ul{
	position: relative;
	margin-top: 20px;
}
.vertical-menu > ul  > li {
	list-style: none;
	background-color: #ffffff;
	margin: 12px 0;
	padding: 5px;
	border:  1px solid #EAEAEA;
	-webkit-border-radius: 5px 0px 0px 5px; 
	border-radius: 5px 0px 0px 5px; 
	-webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}
.vertical-menu > ul > li > a {
	color: #797979;color: #007f96; color: #253C53;
	display: block;
	font-size: 22px;
	width: 115px;
	height: 22px;
	padding: 9px;

}

.vertical-menu > ul > li > a:hover, .vertical-menu > ul > li.active > a {
	background-color: #EFEFEF;
	color: #B32F52;
	text-decoration: none;
}

.vertical-menu .dropdown-menu {
	position: absolute;
	top: 0;
	left: 180px;
	border:  1px solid #EAEAEA;
	color: #225F98;
	background-color: #ffffff;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
	z-index: 11;
	display: none;
	-webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
	padding: 5px;
}
.vertical-menu .dropdown.active .dropdown-menu {
	display: block;
}

.vertical-menu .dropdown-menu.col3 {
	width: 810px;
}
.vertical-menu .dropdown-menu.col2 {
	width: 540px
}
.vertical-menu .dropdown-menu.col1 {
	width: 270px
}
.vertical-menu .dropdown-menu .col {
	width: 250px;
	height: 286px;
	padding: 10px;
	float: left;
		background-color: #EFEFEF;
}
.vertical-menu .dropdown-menu p {
	color: #B32F52;
	border-bottom: 1px solid #B32F52;
	font-size: 15px;
	margin: 5px;
}
.vertical-menu .dropdown-menu ul  {
	margin: 10px 20px;
}
.vertical-menu .dropdown-menu ul li {
	list-style: circle;
}
.vertical-menu .dropdown-menu ul a{
	color: #253C53;
}

.vertical-menu .dropdown-menu ul a:hover{
	text-decoration: underline;
}

/* Middle block*/
.middle-block {
	height: 350px;
	background-color: #F7F7F7;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 20px;
}
/*  operations block*/
.operation-block {
	height: 350px;
	background-color: #ffffff;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	margin-bottom: 20px;
}
/* Filter-block */
.filter-block {
	background-color: #F7F7F7;
	color: #797979;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
	padding: 10px 15px;
}

/* Container */
.container {
	min-height: 500px;
}

/* Content */

.content img {
  padding: 4px;
  margin: 0 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.content img.pull-left { margin-right: 10px;}
.content img.pull-right { margin-left: 10px;}

/* Infoblock */

.infoblock {
	background-color: #F7F7F7;
	border: 1px solid #e0e0e0;
	color: #797979;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
	margin-bottom: 20px;
	
}
.infoblock .infoblock-wrapper {
	padding: 10px 15px;
} 
.infoblock .infoblock-header {
	font-size: 20px;
	color: #b32f52;
	text-align: center;
	padding-bottom: 10px;
}
.infoblock .infoblock-title {
	font-size: 16px;
}
.infoblock img {
	display: block;
	margin: 0 auto;
}
.infoblock  ul , .infoblock  ol{
}
.infoblock ul.doctors {
	text-align: center;
}
.infoblock li {
/*	padding: 2px 0;*/
}
.infoblock input {
	vertical-align: middle;
	margin: 5px;
}
.infoblock .navbar {
	border: none;
	background-color: #F7F7F7;
	border-top: 1px solid #e0e0e0;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	color: #797979;
	overflow: visible !important;
	margin: 10px 0 0;
}


/* Banners */
.banner {
	margin-bottom: 20px;
}
.banner img {
	border: 4px solid #4AABB9;
}
.banner a:hover img {
	border: 4px solid #21c2b8;
}
/* catalogs */
.catalog-item{
	margin-top: 10px;
	background-color: #F7F7F7;
	color: #797979;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
}
.catalog-item .span12 {
	
}
.catalog-item a {
	color: #4AABB9;
}
.catalog-item-header {
	padding-bottom: 10px;
}
.catalog-item .catalog-title a {
	font-size: 20px;
	margin-bottom: 10px;
}
.catalog-item .catalog-response {
	color: #9f9f9f;
	font-style: italic;
	line-height: 25px;
}
.catalog-item .catalog-response a{
	color: #b23652;
}
.catalog-item th {
	color: #9f9f9f;
	font-weight: normal;
	padding: 0 5px;
	text-align: right;
}
.catalog-item td {
	color: #253c53;
	padding: 0 5px;
}

.social-profiles { list-style: none; margin: 0; padding: 0;}
.social-profiles li { display: inline-block; margin: 5px 5px -4px 0;}
/* Рейтинг */

.votes {
	width: 160px;
	height: 16px;
	margin: 5px 0 0;
	float: right;
}
.votes span.star {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	background: url('/templates/infoplastika/img/star.png') transparent;
	cursor: default;
}
.votes span.title {
	margin-right: 5px;
	float: left;
	font-size: 14px;
	line-height: 16px;
}
.votes.vote div:hover > span.star {
	background-position: 16px 0;
	cursor: pointer;
}
.star_1.current_1 > span.star,
.star_1.current_2 > span.star, .star_2.current_2 > span.star,
.star_1.current_3 > span.star, .star_2.current_3 > span.star, .star_3.current_3 > span.star,
.star_1.current_4 > span.star, .star_2.current_4 > span.star, .star_3.current_4 > span.star, .star_4.current_4 > span.star,
.star_1.current_5 > span.star, .star_2.current_5 > span.star, .star_3.current_5 > span.star, .star_4.current_5 > span.star, .star_5.current_5 > span.star {
	background-position: 32px 0;
}

/* Фотогалерея */
.thumbnails {
	margin: 0;
}
.thumbnail {
	width: 113px;
	min-height: 100px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	zoom: 1;
	*display: inline;
	_height: 140px;
}

.thumbnail > a {
	background: url("../img/magnifier.png") no-repeat scroll center center ;
	display: block;
}
.thumbnail img {
	display: block;
	margin: 0 auto;
}
.thumbnail img:hover{
	opacity: 0.7;
	-webkit-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	   -moz-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
		-ms-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
		 -o-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
		-ms-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
		 -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
			transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}
.thumbnail p {
	font-size: 11px;
}
.discount {
	position: relative;
	width: 177px;
	min-height: 140px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	background-color: #F7F7F7;
	border: 1px solid #e0e0e0;
	color: #797979;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	margin: 0 4px 10px;
	zoom: 1;
	*display: inline;
	_height: 140px;
}

.discount img {
	border:none;
	margin: 0;
	padding: 0;
	box-shadow:none;
	display: block;
    margin: auto;
	width: 100%;
	max-height: 140px;
}
.discount p {
	text-align: center;
	padding: 10px 5px 5px;
}

.discount__label {
    background: url("../img/discount-label.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #b32f52;
    display: block;
    font-family: "Myriad Pro";
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    padding: 16px 12px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 28px;
}

/*Страница фотографии*/

 div#photo {
	position: relative;
}
 div#photo img{
	margin: 0 auto;
	padding: 0 50px;
	display: block;
}
 div#photo a {
	display: block;
	position: absolute;
	top: 0;
	width: 50px;
	height: 100%;
	background: url(../img/png.png) no-repeat left center #4AABB9;
	opacity: 0.3;
	filter: alpha(opacity = 0);
	_filter: alpha(opacity = 30);
	_padding: 20px 0;
}
 div#photo:hover a {
	
	
}
 div#photo a.back {
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	left: 0;
	_left: -11px;
}
div#photo a.back:hover{
	opacity: 1;
}
div#photo a.next:hover{
	opacity: 1;
}
div#photo a.next {
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	background-position: right;
	right: 0;
}

/* Врачи в клинике*/
.doctors {
	margin: 0;
}
.doctors li {
		width: 108px;
        min-height: 140px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
		text-align: center;
        margin: 5px;
        zoom: 1;
        *display: inline;
        _height: 140px;
}
.doctors img{
	display: block;
	margin: 0 auto;
}

.doctors span {
	display: block;
	font-size: 14px;
}




/* Комментарии - отзывы */
#comments {}
.comment-add{
	width: 470px;
	margin: 0 auto;
}
.comment-author {
	color: #4AABB9;
}
.comment-date-published {}
.comment-header {
	margin: 0;
}
.comment-body {
	padding-left: 10px;
 
}
.comment-body:before {
	background: url("../img/quotes.png");
	width: 13px;
	height: 11px;
	display: block;
	content: "";
	float: left; 
	margin: 5px 5px 0;
}
.comment-body:after {
	background: url("../img/quotes.png") 13px 0;
	width: 13px;
	height: 11px;
	display: block;
	content: "";
	float: right; 
	margin: 5px 5px 0;
}
.comment-add input[type="text"] {
	width: 217px;
	margin: 5px;
}
.comment-add textarea{
	width: 445px;
	margin: 5px;
}
.comment-add .btn {
	margin: 5px;
}

#captcha-img{
	padding: 0;
	height: 28px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #E1E1E1;
	outline: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ccc #ccc #b3b3b3;
	border-image: none;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1px 1px #f1f1f1 inset, 0 1px 2px rgba(0, 0, 0, 0.1);

}
/* Form  */
.required {color: #b32f52;}
.form-inline .jq-selectbox,
.form-inline .jq-checkbox,
.form-inline .jq-radio,
.form-inline input {
	margin: 5px 10px 5px 0;
}

.form-inline label {
	margin: 5px 10px 5px 0;
}


.form-horizontal .jq-selectbox,
.form-horizontal .jq-checkbox,
.form-horizontal .jq-radio,
.form-horizontal input {
	margin: 0 8px 0 0;
}
.form-horizontal .jq-selectbox,
.form-horizontal .jq-file,
.form-horizontal input,
.form-horizontal textarea {
	width: 100%;
}	
.form-horizontal .control-label{
	padding-top: 5px;
	margin: 0;
}
.form-horizontal .checkbox, .form-horizontal .radio {
	padding-top: 5px;
}
.form-horizontal .control-label {
	text-align: right;
}

.form-horizontal .form-group {
  margin-bottom: 10px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}

.errors {
	border: 1px solid #b32f52;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 25px;
	margin-bottom: 10px;
}

/* Отображение фото до и после у врачей */
.carousel-photos {
	width: 100%;
}
.carousel-photos a{
	display: block;
	float: left;
}

.carousel-photos  img{
    display: block;
    float: left;
    margin: 0 5px;
}
/* Carousel */
.carousel {
	position: relative;
	padding: 20px;
	
}
.carousel .carousel-prev , .carousel .carousel-next{
    height: 0;
	top: 42%;
    overflow: hidden;
    position: absolute;
    width: 0;
	cursor:pointer;
	border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}
.carousel .carousel-prev { 
	left: 0px;
	
    border-right: 15px solid #4AABB9;
}
.carousel .carousel-next { 
	right: 0px;
    border-left: 15px solid #4AABB9;
}
.carousel .carousel-prev.disabled {
	border-right: 15px solid #797979;
} 
.carousel .carousel-next.disabled{
	border-left: 15px solid #797979;
 }
.carousel .carousel-prev:hover {
	 border-right: 15px solid #B32F52;	
}
.carousel .carousel-next:hover{
	 border-left: 15px solid #B32F52;
}


/* News */
.news-item .news-item-date {
	display: block;
	color: #333333;
	text-align: center;
	font-size: 13px;
}

.news-item .news-item-title a{
	color: #1c344c;
	font-size: 16px;

}

.special {
	margin: 0;
	list-style: none;
	margin-bottom: 20px;
}
.special-item {
	position: relative;
	width: 156px;
	float: left;
	margin: 10px 10px 0 0;
}

.special-item a {
		background-color: #f2f2f2;
	
	border: 1px solid #d4d4d4;
	 -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
	
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
		  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	
	color: #005580;
	display: block;
	padding: 8px;
	min-height: 212px;
}

.special-item a:hover {
	background-color: #007f96;
	color: white;
	text-decoration: underline;
}
.special-item a img{
	display: block;
	margin: auto;
}
.special-item .special-label {
	background: url("../img/discount-label.png");
	position: absolute;
	top: -10px;
	right: -10px;
	height: 22px;
	width: 28px;
	display: block;
	color: #b32f52;
	padding: 15px 12px;
	font-weight: bold;
	font-family: "Myriad Pro";
	font-size: 16px;
}

.arrows {
	height: 11px;
	margin: 10px 0;
}
.arrow {
	background: url("../img/arrows.png");
	height: 11px;
	width: 7px;
	cursor: pointer;
	display:block;
	float: left;
	margin-right: 5px;
}
.arrow.prev {
	background-position: 0 0;
}
.arrow.prev:hover {
	background-position: 0 11px;
}
.arrow.next {
	background-position: 7px 11px;
}
.arrow.next:hover {
	background-position: 7px 0;
}
/* Footer */
.footer{
	min-height: 160px;
	padding: 20px 0;
	margin-top: 20px;
	background-color: #4aabb9;
	border-top: 4px solid #007f96;
	color: #ffffff;
}

.footer a {
	color: #ffffff;
}
.footer ul{
	margin-left: 0;
}
.footer li {
	list-style:none;
}
.footer .social {
	padding-top: 10px;
}
.footer .social li {
/*	float: left;*/
	margin-right: 16px;
}
.footer input.search {
	border: 4px solid #489fac;
	height: 32px;
	padding: 0 5px;
}

/* Yandex Search */
#ya-site-form0  input.ya-site-form__submit_type_image{
	background: url('../img/searchtool.png') no-repeat; 
	width: 24px;
	height: 24px;
}
#ya-site-form0  input.ya-site-form__input-text {
	padding: 4px;
	border: none;
}
#ya-site-results img{
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
}

/* tabs */
.nav:before {
	display: table;
	content: " ";
}
.nav:after {
	display: table;
content: " ";
	clear: both;
}

.nav {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #4AABB9;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* navbar*/

.navbar {
	background-color: #F7F7F7;
	border: 1px solid #e0e0e0;
	color: #797979;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 20px;
	padding: 0;
	overflow: visible !important;
}
.navbar ul {
	margin: 0;
	padding: 0;
	overflow:hidden;
	
}
.navbar li {
	display: inline-block;
}
.navbar li a {
	display: block;
	padding: 15px 18px;
	/*color: #777;*/
	color: #253c53;
}
.navbar li button {
	margin: 12px;
}
.navbar li.active a {
	color: #444;
	background-color: #e7e7e7;
}

.navbar li a:hover {
	color: #444;
	text-decoration: none;
	background-color: #e7e7e7;
}

/* Badge */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.nav-pills>.active>a>.badge,.nav-tabs>.active>a>.badge {
color: #4AABB9;
background-color: #fff;
}
/* */
.media,
.media-body {
  
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.media-left, .media-right, .media-body {
display: table-cell;
vertical-align: top;
}
.media-left {
 padding-right: 10px;
 }
 /* Docdoc */
 .dd-container {
	margin-left: 10px;
 }
 .dd-container .dd-button{
	     height: 27px;
		 width: 110px
 }
 .dd-container .dd-button span {
	 height: 25px;
	 line-height: 25px;
 }
 
 .docdoc {
	position: absolute;
	top: 40px;
	left: 350px
 }
 

#DDWidgetRequest .dd-widget-request-vertical .dd-title, #DDWidgetRequest .dd-widget-request-vertical .dd-small {
	display: none;
}
#DDWidgetRequest .dd-widget-request-vertical .dd-input {
	background: #fff;
	border: none;
	margin: 8px 0;
}
#DDWidgetRequest  .dd-widget-request-vertical .dd-input input {
	padding: 5px 7px 5px 37px;
	height: inherit;
	outline: none;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px #f1f1f1 inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #333;
	line-height: 18px;
	
	margin:0;
}
#DDWidgetRequest .dd-widget-request-vertical .dd-input input:focus {
	border-color: #4AABB9;
	
	-webkit-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	   -moz-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
		-ms-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
		 -o-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
		-ms-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
		 -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
			transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}
#DDWidgetRequest .dd-widget-request-vertical .dd-button {
	font-weight: normal;
	height: 31px;
	text-transform: inherit;
	width: inherit;
	display: inline-block; 
	*display: inline;
	padding: 0;
	margin: 0;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background: none !important;
	background-color: #73ced6 !important;
	*background-color: #73ced6 !important;
	background-image: -moz-linear-gradient(top, #73ced6, #3795a7) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#73ced6), to(#3795a7)) !important;
	background-image: -webkit-linear-gradient(top, #73ced6, #3795a7) !important;
	background-image: -o-linear-gradient(top, #73ced6, #3795a7) !important;
	background-image: linear-gradient(to bottom, #73ced6, #3795a7) !important;
	background-repeat: repeat-x;

	
	border-top:  1px solid #59ACB6 !important;
	border-bottom:  1px solid #20727f !important;
	border-left:  1px solid #59ACB6 !important;
	border-right:  1px solid #59ACB6 !important;
	
	
	-webkit-border-radius: 4px !important;
	 -moz-border-radius: 4px !important;
		  border-radius: 4px !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73ced6', endColorstr='#3795a7', GradientType=0) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
	*zoom: 1 !important;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
 }
 


#DDWidgetRequest .dd-widget-request-vertical .dd-button:hover,
#DDWidgetRequest .dd-widget-request-vertical .dd-button:focus  {
  color: #ffffff !important;
  background-color: #3795a7 !important;
  background-image: none !important;
  *background-color: #3795a7 !important;
}



#DDWidgetRequest .dd-widget-request-vertical .dd-button:active {
  background-image: none !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}
.request .phone {
	color: #253c53;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0;
}
.request .phone .city {
	font-size: 14px;
	color: #797979;
	
}
#DDWidgetRequest .dd-widget-request-vertical .dd-success-message {
	color: #253c53 ;
}

.adsbygoogle {
	width: 100% !important;
	margin: 10px 0 10px;
	text-align: center;
}
 
 .carousel-news .slide {
	float: left;  
	width: 205px
 }
 
 .carousel-news .slide img{
	display: block;
    width: 98%;
    max-width: 92%;
    height: auto;
}
 