@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');

body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 40px;
}

html,
body {
    height: 100%;
	/*background-color: #edeef0;*/
	background-color: #F7EBEB;
}

.wrap {
    min-height: 100%;
    height: auto;
    /*margin: 0 auto -60px;*/
    padding: 0 0 60px;
}

.wrap > .top-container {
    padding: 70px 15px 20px;
}



.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 10px 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}



.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.grid-view th {
    white-space: normal;
}

.queries table {
	font-size: 12px;
}


.queries table .filters .form-control{
	font-size: 12px;
	height: auto;
	padding: 3px 6px;
	line-height: auto;
}

.queries table th {
	text-align: center;
}

.queries .table > thead > tr > th {
	vertical-align: middle;
}

.label-brown {
	background-color: #8B4513;
}

.navbar-inverse {
    /*background-color: #4a76a8;
    border-color: #4872a3;*/
	/*background-color: #545871;*/
	background-color: #3e4757;
	border: none;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #3d6898;
}

.navbar-inverse .navbar-nav > .active > a {
	border-radius: 5px;
	border: solid 1px #fff;
	background-color: #3e4757;
}

.btn {
    border-radius: 3px;
}	

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.panel-body {
    padding: 25px;
}

.navbar-inverse .btn-link {
    color: #fff;
}

.page-header {
    padding-bottom: 9px;
    margin: 10px 0 10px;
    border-bottom: 1px solid #e7e8ec;
}

.table_profile_info > tbody  > tr > td {
	padding: 3px;
    border-top: none;
}

.panel > .table > tbody> tr > td {
	padding-left: 20px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #224b7a;
}

.navbar-inverse .navbar-toggle {
    border-color: #224b7a;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #224b7a;
}

.breadcrumb-div {
    /*padding: 8px 15px;*/
    margin-bottom: 20px;
    /*list-style: none;
    background-color: #fff;
    border-radius: 4px;
	border-color: #ddd;
	border: 1px solid transparent;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);*/
}

.breadcrumb-div .col-sm-9, .breadcrumb-div .col-xs-9 {
	padding-right: 0px;
}

.breadcrumb-div .col-sm-2, .breadcrumb-div .col-xs-2 {
	/*padding-left: 0px;
	padding-right: 0px;*/
}

.reviews-button {
	/*padding-top: 10px;
	font-size: 18px;*/

}



.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
	border-color: #ddd;
	border: 1px solid transparent;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.btn-xs {
    padding: 1px 10px;
	border-radius: 2px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.footer {
    /*height: 60px;
    background-color: #edeef0;
    border-top: 1px solid #ddd;*/
    padding-top: 0px;
	background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(/images/footer-bg.png);
	background-color: #3e4757;
}

.messages {
  position: relative;
  list-style: none;
  padding: 20px 10px 0 10px;
  margin: 0;
  /*height: 347px;*/
  /*overflow: scroll;*/
}
.messages .message {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.5s linear;
  opacity: 0;
}
.messages .message.left .avatar {
  background-color: #f5886e;
  float: left;
}
.messages .message.left .text_wrapper {
  background-color: #ffe6cb;
  margin-left: 20px;
}
.messages .message.left .text_wrapper::after, .messages .message.left .text_wrapper::before {
  right: 100%;
  border-right-color: #ffe6cb;
}
.messages .message.left .text {
  color: #c48843;
}
.messages .message.right .avatar {
  background-color: #fdbf68;
  float: right;
}
.messages .message.right .text_wrapper {
  background-color: #c7eafc;
  margin-right: 20px;
  float: right;
}

.messages .message.right.right-other .text_wrapper {
  background-color: #E0F3FE;
  margin-right: 20px;
  float: right;
}

.messages .message.right .text_wrapper::after, .messages .message.right .text_wrapper::before {
  left: 100%;
  border-left-color: #c7eafc;
}

.messages .message.right.right-other .text_wrapper::after, .messages .message.right.right-other .text_wrapper::before {
  left: 100%;
  border-left-color: #E0F3FE;
}


.messages .message.right .text {
  color: #45829b;
}
.messages .message.appeared {
  opacity: 1;
}
.messages .message .avatar {
	font-weight: bold;
	padding-top: 15px;
	font-size: 22px;
	color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
}
.messages .message .text_wrapper {
  display: inline-block;
  padding: 10px;
  border-radius: 6px;
  width: calc(100% - 85px);
  min-width: 100px;
  position: relative;
}
.messages .message .text_wrapper::after, .messages .message .text_wrapper:before {
  top: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.messages .message .text_wrapper::after {
  border-width: 13px;
  margin-top: 0px;
}
.messages .message .text_wrapper::before {
  border-width: 15px;
  margin-top: -2px;
}
.messages .message .text_wrapper .text {
  font-size: 16px;
  font-weight: 300;
}

.list-view > .summary {
	margin-bottom: 10px;
	color: #939393;
	font-size: 12.5px;
}

#SearchParameters.in,
#SearchParameters.collapsing {
    display: block!important;
}

.breadcrumb {
	color: #337ab7;
}

.explain {
	color: #939393;
	font-size: 12.5px;
}

.SearchParameters > .panel > .panel-body {
	padding: 15px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	opacity: 0.8;
}

.navbar-collapse.collapse{
    transition: height 0.2s ;
}
.navbar-collapse.collapsing {
    height: 0 !important;
}
.navbar-collapse.collapse.in{
    max-height: none;
    height: 100vh;
}

.form-control {
	font-size: 16px;
	font-weight: 500;
}

.form-control::placeholder {
	font-weight: normal;
}

.SearchParameters .form-control {
	font-size: 14px;
	font-weight: normal;
}

.top-news {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

#_kupit_page .panel-body {
	padding: 32px 32px 16px 32px;
}

label {
	font-weight: normal;
}

#_kupit_page .form-control {
	height: auto;
	padding: 10px 20px;
}

#_kupit_page h3 img {
	height: 36px;
	margin: 0 10px;
}

.ui-menu .ui-menu-item-wrapper {
    
    padding: 15px 15px;
	font-size: 16px;
}

.kupit-osago-main {
	margin-top: 50px;
	padding: 15px 60px;
	font-weight: bold;
	
}

.panel-default > .panel-heading .header{
	display: inline-block;
	font-size: 16px;
	padding-top: 6px;
}

.credit-card {
    border-radius: 1rem;
    color: #ECECEE;
    font-family: 'Droid Sans Mono', monospace;
    height: 15.76rem;
    margin-bottom: 2rem;
    position: relative;
    text-transform: uppercase;
    width: 25rem;  
}

.credit-card .flip {
    -webkit-transition: 250ms ease;
    transition: 250ms ease;
    border-radius: 1rem;
    height: 100%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
}

.credit-card .flip .flip__front, .credit-card .flip .flip__back {
    -webkit-transition: 250ms ease;
    transition: 250ms ease;
    background-color: #373D46;
    border-radius: 1rem;
    left: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    visibility: hidden;
    z-index: 1;
}

.credit-card .flip .flip__front.shown, .credit-card .flip .flip__back.shown {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.credit-card .flip  .card__front {
    height: 50%;
    padding: .5rem 1.5rem 0;
    position: relative;
    top: 50%;
}

.credit-card .card__number {
    font-size: 1.7rem;
    left: 1.5rem;
    letter-spacing: .1rem;
    position: absolute;
}

.credit-card .card__holder-name {
    bottom: 2rem;
    display: inline-block;
    float: left;
    font-size: 1.1rem;
    left: 1.5rem;
    max-width: 14rem;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.credit-card .card__chip {
    background: url(/images/credit-card-chip-png-5.png) no-repeat center center;
    background-size: cover;
    height: 3rem;
    left: 1.4rem;
    position: absolute;
    top: -3rem;
    width: 3rem;
}

.credit-card .card__logo {
    background-image: url(/images/visa_logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 3.75rem;
    position: absolute;
    width: 8rem;
    z-index: 3;
}

.credit-card .card__logo.top-right {
    top: -6rem;
    right: 1rem;
}

.dropdown-menu > li > a {
    padding: 6px 20px;
}

.police-success-item h3 {
	color: #5cb85c;
}

.control-label {
	font-size: 11px;
	color: gray;
}

/** DESIGN **/
.text-info {
    color: #545871;
}

h3, h4 {
	color: #545871;
	text-transform: uppercase;
}

h4 {
	color: #545871;
	text-transform: none;
}

h3 small {
	text-transform: none;
}

a {
	color: #3e4757;
}

.alert-success {
    color: #3c763d;
    background-color: #F7EBEB;
    border-color: #F0E4E4;
}

.btn-filled {
	overflow: hidden;
	position: relative;
}

.btn-primary.btn-filled:hover {
	color:#3e4757;
}

.btn span {
  position: relative;
  z-index: 2;
}

.btn span.bh {
    background: #fff;
    border: 10px solid #ffffff8f;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.7s ease 0s, height 0.7s ease 0s;
    -o-transition: width 0.7s ease 0s, height 0.7s ease 0s;
    transition: width 0.7s ease 0s, height 0.7s ease 0s;
    width: 0;
    z-index: 1;
    opacity: 0;
}

.btn:hover span.bh {
  height: 500px;
  width: 500px;
  opacity: 1;
}

.explain {
    /*color: #E8E7EC;*/
}

.osago-calc-result {
	min-height: 210px;
}

.h3-osago-result {
	font-size: 20px;
}

.h3-osago-result small {
	font-size: 65%;
}

.margin-top-10 {
	margin-top: 10px;
}

section {
    display: block;
    position: relative;
    width: 100%;
}

.banner.v7 {
    background-image: url(/images/banner/10.jpg);
}

.banner {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
  .banner {
    padding: 10% 0 5%;
  }
}

@media screen and (max-width: 991px) {
  .banner {
    padding: 15% 0 7%;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    padding: 20% 0 10%;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    padding: 150px 0 50px;
  }
}

.banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #3e4757;
    opacity: .7;
}

.banner .ban-content h1 {
    color: #fff;
    font-size: 46px;
    line-height: 60px;
    
    margin-bottom: 0;
}

.banner .ban-content {
    margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .banner .ban-content h1 {
    font-size: 38px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .banner .ban-content h1 {
    font-size: 34px;
    line-height: 48px;
  }
}

@media screen and (max-width: 575px) {
  .banner .ban-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .banner .ban-content h1 {
    font-size: 22px;
    line-height: 30px;
  }
}

.banner .ban-content p {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .banner .ban-content p {
    line-height: 30px;
  }
}

@media screen and (min-width: 576px) {
  .banner .ban-content p {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 575px) {
  .banner .ban-content p {
    font-size: 14px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .banner .ban-content p {
    font-size: 13px;
  }
}

.btn-yellow {
	background: #ffdd2d;
	color: #333;
	padding: 21px 30px;
	border:1px solid #ffdd2d;
}

.btn-yellow:hover {
	background: #fcc521;
	border:1px solid #fcc521;
}

.login-form-header {
	border-bottom: 1px solid #dadada;
    
    color: #2f2f35;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 10px;
	margin-bottom: 25px;
    
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.login-panel input {
	background-color: #eef2f7;
	font-size: 17px;
    line-height: 24px;
    color: #333;
	padding: 20px 20px
}

.btn-primary {
	background-color: #3e4757;
	border-color: #3e4757;
}

.btn-primary:hover, .btn-primary:active {
	background-color: #333841;
	border-color: #333841;
}

section {
    display: block;
    position: relative;
    padding: 100px 0;
    width: 100%;
}

.tagline {
    color: #3e4757;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
}

.tagline.bar:after {
    background-color: #3e4757;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 50px;
}

.tagline.bar {
    padding-left: 70px;
}

.content-box h2, .content-box-fluid h2 {
    margin-bottom: 20px;
}

h2 {
    color: #262934;
    font-size: 36px;
}

.content-box p, .content-box-fluid p {
    margin-bottom: 28px;
}

.overview .iconBox {
    margin-bottom: 30px;
}

.boxed-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 50px 30px;
}

.img-icon {
	height: 70px;
}

.iconBox h5 {
    color: #2f2f35;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.bg-offwhite {
    background-color: #f7faff;
}

.sec-heading {
    text-align: center;
    margin-bottom: 76px;
}

.sec-heading .sec-subtitle {
    color: #6c6c6f;
    font-size: 16px;
    line-height: 28px;
    margin-top: 16px;
    margin-bottom: 0;
}

.logo-img-sk {
	width: 100%;
}

.navbar {
	min-height: 88px;
	opacity: 0.85;
}

.navbar-brand {
    /*padding: 34px 34px;*/
	padding-top: 10px;
}

@media (min-width: 768px) {
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
}

.navbar-toggle {
    padding: 22px 22px;
}

.footer .foo-btm {
    padding: 25px;
	background-color: #333841;
	opacity: 0.85;
	color: #fff;
}

.footer .foo-btm a{
    
	color: #fff;
}

.footer .copyright {
    color: #fff;
    font-size: 15px;
    text-align: center;
}

@media screen and (min-width: 768px) {
.footer .copyright {
    text-align: right;
}
}

.footer .copyright a {
    color: #fff;
    display: inline-block;
    font-weight: 500;
}

.footer .foo-navigation ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding-right: 20px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .foo-top {
    padding: 100px 0 90px;
	
}

.footer .widget h5 {
    color: #fff;
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.footer .widget h5:before {
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    height: 2px;
    width: 30px;
}

.footer .foo-address address {
    color: #fff;
    margin-bottom: 35px;
}

.footer .foo-address address a {
    color: #fff;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 1px;
}

.nav > li {
    position: relative;
    display: block;
    padding-top: 24px;
	padding-bottom: 24px;
}

@media(max-width:767px) {
    .nav li  {
        padding: 0px;
    }
}

.view_dc_photo img{
	padding: 10px;
}

.view_dc_photo img{
	width: 100%;
}

.oto-site h1 {
	font-size: 30px;
	padding-bottom: 20px;
}

.footer .container p {
	margin-top: 30px;
	margin-bottom: 30px;
	color: white;
	font-weight: bold;
}

.wrap > .oto-site-container {
	padding-top: 30px;
}

.oto-site-container ul {
    margin: 0;
    padding: 0;
    list-style: inside;
}

.lk-href {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
	padding-left: 20px;
}

.lk-panel {
	padding: 55px 35px;
}

label a {
	text-decoration: underline;
}

.navbar-brand {
	font-weight: bold;
	font-size: 3em;
	margin-top: 20px;
}


@media (max-width: 431px) {
	h1 {
		font-size: 2em;
		margin: 0;
		margin-top: 5px;
	}
	
	.mt-20 {
		margin-top: 10px !important;
	}
	
	.page-content {
		padding-top: 10px;
		width: 99vw;
	}
	
	.panel-body {
		padding: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.panel h5 {
		font-size: 1.5em;
		font-weight: 500;
		line-height: 1;
		margin-bottom: 10px;
	}
	
	.form-group {
		margin-bottom: 5px;
	}
	
	.btn-block {
		margin-bottom: 10px;
	}
	
}


.calendar, .calendar_weekdays,
.calendar_content {
  max-width: 585px; }

.calendar {
  /*float: left;*/
  margin: auto;
  min-width: 320px;
  font-weight: 400;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0px 4px 26px -22px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 4px 26px -22px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 26px -22px rgba(0, 0, 0, 0.14); }

.calendar_weekdays {
  color: #aaa;
  font-weight: 300; }

.calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-weight: 700; }

.calendar_content, .calendar_weekdays, .calendar_header {
  position: relative; }

.calendar_content:after, .calendar_weekdays:after, .calendar_header:after {
  content: ' ';
  display: table;
  clear: both; }

.calendar_weekdays div, .calendar_content div {
  /*border: 1px dotted #999;*/
  width: 14.285714%;
  height: 68px;
  line-height: 69px;
  overflow: hidden;
  text-align: center;
  background-color: transparent; }

.calendar_content div {
  float: left;
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid transparent;
  border-radius: 5px; }

.calendar_content div:hover {
  border: 1px solid #ededed;
  /*line-height: 68px;*/
  cursor: pointer; }

.calendar_content div.blank:hover {
  cursor: default;
  border: none; }

.calendar_content div.past-date {
  cursor: initial;
  color: #d5d5d5; }

.calendar_content div.today {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background-color: #bd83ce; }

.calendar_content div.selected {
  background-color: rgba(153, 153, 161, 0.2);
  /*rgba(170, 170, 176, .5) #aaaab0*/
  border: 1px solid white; }

.calendar_header {
  width: 100%;
  text-align: center;
  position: relative;
  height: 55px;
  display: table;
  vertical-align: middle; }

.calendar_header h2 {
  margin-top: 15px;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  color: #000 !important;
  text-transform: uppercase; }
  
 a.switch-month {
  background-color: transparent;
  padding: 0;
  outline: none;
  border: none;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #cccccc;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s; }
  a.switch-month.switch-left {
    left: 0; }
  a.switch-month.switch-right {
    right: 0; }

a.switch-month:hover {
  color: #bd83ce; }

a.switch-month:active {
  background-color: transparent; }

.calendar_content div.today.darkviolet {
	background-color: darkviolet;
	border-radius: 0px;
}

.calendar_content div.today.c5cb85c {
	background-color: #5cb85c;
	border-radius: 0px;
}

.calendar_content div.today.orange {
	background-color: orange;
	border-radius: 0px;
}

.calendar_content div.today.lightblue {
	background-color: lightblue;
	border-radius: 0px;
}

.calendar_content div.time {
    /* border: 1px dotted #999; */
    width: 25%;
    height: 68px;
    line-height: 69px;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
}