@font-face {
    font-family: 'Aparajita';
    url('../fonts/aparaj.ttf')  format('truetype');
}

@media print {
  a[href]:after {
    content: none;
  }
}

body {
    padding-top: 105px;
    font-family: Arial;
    font-size: 12px;
    color: #666666;
}

h2 {
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: #2b5088;
    margin-top: 0;
}

h3 {
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    color: #2b5088;
    margin-top: 0;
}

hr {
    color: #999;
    border: 0px none;
    border-top: dashed 1px #c4c4c4;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#terms {
    float: right;
}

/* Fade Slider CSS */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.hrline {
    height: 1px;
    width: 100%;
    background-image: url(../img/line.png);
    margin-bottom: 5px;
    margin-top: 5px;
}

.line {
    display: inline-block;
    height: 1px;
    width: 945px;
    background-image: url(../img/line.png);
    margin-bottom: 20px;
    margin-left: 15px;
    margin-top: 5px;
}

.container {
    max-width: none !important;
    width: 960px;
}

.navbar {
    height: 105px;
    background: url(../img/head-bg.png);
    border-color: #e7e7e7;
}

.navbar-fixed-top {
    width: 100% !important;
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important;
}

.head-email {
    top: 45px;   
    position: relative;
    width: 212px;
    height: 34px;
    background-image: url(../img/send-email.png);
}

.head-email:hover {
    background-position: 0 -34px;
}

.hlinks {
    display: inline;
    float: right;
    font-family: Arial;
    font-size: 12px;
    color: #73777d;
    margin-top: 15px;
    margin-right: 5px;
}

.hlinks span {
    margin-left: 3px;
    margin-right: 3px;
}

.hlinks a {
    font-family: Arial;
    font-size: 12px;
    color: #2b5493;
    text-decoration: underline;
}

.hlinks a:hover {
    text-decoration: none;
}

.hicons {
    float: right;
    display: inline;
    margin-top: 14px;
    
}

.hform {
    margin-top: 4px;
    float: right;
    height: 50px;
    margin-right: -3px;
}

.sfield {
    width: 240px;
    font-size: 13px;
    margin: 2px;
    padding: 4px;
    background-image:url(../img/sicon.png);
    background-repeat:no-repeat;
    background-position: 4px 5px;
    padding-left:20px;
    border: 1px solid #a4a6a9;
}

.sbutton {
    position: relative;
    top: 11px;
    display: inline-block;
    width: 62px;
    height: 29px;
    background-image: url(../img/search-bg.png);
}

.sbutton:hover {
    background-position: 0 -29px;
}


/*Menu start*/
.head-menu {
    background-color: #1e4175;
    background: url(../img/head-nav-bg.png);
    height: 38px;
}

.js .selectnav {
    display: none;
}

.menu i.halflings { margin: 1px 2px 0 -2px; }

.menu ul, .menu li > div {
    visibility: hidden;
    display: none;
}

.menu li:hover > ul, .menu li:hover > div {
    visibility: visible;
    display: block;
}


/* Reset  */
.menu, .menu ul {
    margin:0;
    padding:0;
    list-style:none;
}

.menu li, .menu ul a {position:relative;}
.menu > li {float:left;}
.menu > li.floatr {float:right;}
.menu li > a {display:block;}

.menu ul {
    position:absolute;
    display:none;
    width:170px;
}
.menu ul ul {
    top:0;
    left:170px;
}

.menu li:hover > ul {display:block;}

/*#navigation ul li:first-child { margin-left: -8px; }
#navigation ul li ul li:first-child,
#navigation ul li ul li ul li:first-child { margin-left: 0; }*/

#current {
    border-right: 1px solid #333366;
    background: url(../img/head-nav-bg-hover.png);
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    -moz-border-image: url(../img/head-nav-bg-line.png) 0 1 0 0 stretch;
    -webkit-border-image: url(../img/head-nav-bg-line.png) 0 1 0 0 stretch;
    -o-border-image: url(../img/head-nav-bg-line.png) 0 1 0 0 stretch;
    border-image: url(../img/head-nav-bg-line.png) 0 1 0 0 fill stretch;
    z-index: 8;
    position: relative;
}

.menu a {text-decoration:none;}

.menu > li > a {
    color:#fff;
    font-weight: 400;
    font-size: 12px;
    line-height:18px;
    padding: 10px 10px;
}

.menu > li:hover > a {
    background: url(../img/head-nav-bg-hov.png);
}

/*ul.menu li a {
    -webkit-transition: background-color 80ms ease-in-out;
    -moz-transition: background-color 80ms ease-in-out;
    -o-transition: background-color 80ms ease-in-out;
    -ms-transition: background-color 80ms ease-in-out;
    transition: background-color 80ms ease-in-out;
}

ul.menu li a {
    -webkit-transition: background-color 80ms ease-in-out;
    -moz-transition: background-color 80ms ease-in-out;
    -o-transition: background-color 80ms ease-in-out;
    -ms-transition: background-color 80ms ease-in-out;
    transition: background-color 80ms ease-in-out;
}*/

.menu > li > a { 
    border-right: 1px solid #333366;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    -moz-border-image: url(../img/head-nav-bg-line.png) 0 1 0 0 stretch;
    -webkit-border-image: url(../img/head-nav-bg-line.png) 0 1 0 0 stretch;
    -o-border-image: url(../img/head-nav-bg-line.png) 0 1 0 0 stretch;
    border-image: url(../img/head-nav-bg-line.png) 0 1 0 0 fill stretch; }

.menu > li:last-child > a { 
    border: none; 
}

/*.menu > li > a img, .menu li > ul > li > a img {
    border:0;
    margin-right:7px;
}
*/

/* Sub Menu */
/*.menu ul {
    background-color: #fff;
    border:1px solid #e0e0e0;
    border-top:none;
    left:-1px;
    z-index: 999;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}

.menu ul a {
    color: #777;
    font-size: 12px;
    line-height: 18px;
    padding: 9px 12px;
    border-top: 1px solid #e6e6e6;
}

.menu ul a:hover {
    background-color:#f5f5f5;
}
*/

/* Mega Menu */
.menu .cols {
    position:absolute;
    display:none;
    overflow: none;
    z-index: 999;
    background: #fff;
}

.menu > li.floatr > ul.cols {right:0;}
.menu > li:hover > ul.cols {display:block;}

.menu li > ul.cols  {
    background-color:#fff;
    border:4px solid #3570c6;
    -webkit-box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 3px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 3px rgba(50, 50, 50, 0.75);
    padding:20px;
}

ul.cols a:hover {
    background: none;
    border: none;
}

ul.cols a {
    background: none;
    border: none;
}

ul.cols1 p a {
    padding: 0;
}

ul.cols a {
    padding-top: 10px;
    color: #1f437a;
    line-height: 2;
}

ul.cols a:hover {
    color: #9299a4;
}

.menu h4 {
    font-size: 13px;
    color: #888;
    font-weight: normal;
    margin: 0px 10px 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
    letter-spacing: 0;
}

.menu h5 {
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    color: #1f437a;
    margin: 0;
    line-height: 0.1;
    margin-bottom: -3px;
}
.menu ol {
    list-style:none;
    margin: 7px 10px;
    padding: 0;
}

.menu ol a {
    color: #777;
    font-size: 12px;
    padding: 3px 0;
    line-height: 15px;
}

.menu ol a:hover {
    color: #444;
}
.menu p {
    font-size: 12px;
    line-height: 18px;
    margin: 9px 10px;
    padding: 0;
}
.menu p a {
    color: #888;
    text-decoration: underline;
}
.menu p a:hover {
    color: #555;
}

.menu-country {
    color: #1f437a;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
}
.menu-country a {
    color: #1f437a;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
}
.menu-country a:hover {
    color: #9299a4;
}
.menu-link a {
    color: #1f437a;
    text-decoration: none;
    line-height: 1.7;
}
.menu-link a:hover {
    color: #9299a4;
    text-decoration: none;
}

/*End Menu*/


/*Start Footer Menu*/

.footer-menu, .footer-menu ul {
    margin:0;
    padding:0;
    list-style:none;
}

.footer-menu li, .footer-menu ul a {position:relative;}
.footer-menu > li {float:left;}
.footer-menu > li.floatr {float:right;}
.footer-menu li > a {display:block;}

.footer-menu ul {
    position:absolute;
    display:none;
    width:170px;
}

.footer-menu ul ul {
    top:0;
    left:170px;
}

.footer-menu > li > a {
    color:#2b5493;
    font-weight: 400;
    font-size: 12px;
    line-height:18px;
    padding: 6px 10px 12px 10px;
    text-decoration: underline;
}

.footer-menu > li:hover > a {
    //background: url(../img/footer-active.png);
    //background-position: center;
    color: #fff;
    text-decoration: none;
}

.footer-menu > li > a { 
    border-right: 1px solid transparent;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    -moz-border-image: url(../img/footer-link-line.png) 0 1 0 0 stretch;
    -webkit-border-image: url(../img/footer-link-line.png) 0 1 0 0 stretch;
    -o-border-image: url(../img/footer-link-line.png) 0 1 0 0 stretch;
    border-image: url(../img/footer-link-line.png) 0 1 0 0 fill stretch; 
}

.footer-menu > li > a:hover { 
    border-width: 0px 1px 0px 0px;
    -moz-border-image: url(../img/footer-link-noline.png) 0 1 0 0 stretch;
    -webkit-border-image: url(../img/footer-link-noline.png) 0 1 0 0 stretch;
    -o-border-image: url(../img/footer-link-noline.png) 0 1 0 0 stretch;
    border-image: url(../img/footer-link-noline.png) 0 1 0 0 fill stretch; 
}

.footer-menu > li:last-child > a { 
    border: none; 
}

li.fm-active > a {
    background: url(../img/footer-active.png);
    background-position: center;
    color: #fff;
    text-decoration: none;
    border-width: 0px 1px 0px 0px;
    -moz-border-image: url(../img/footer-link-noline.png) 0 1 0 0 stretch;
    -webkit-border-image: url(../img/footer-link-noline.png) 0 1 0 0 stretch;
    -o-border-image: url(../img/footer-link-noline.png) 0 1 0 0 stretch;
    border-image: url(../img/footer-link-noline.png) 0 1 0 0 fill stretch;
}

li.fm-active.not-act  > a {
    background: none;
    color:#2b5493;
    font-weight: 400;
    font-size: 12px;
    line-height:18px;
    padding: 6px 10px 12px 10px;
    text-decoration: underline;
    border-right: 1px solid transparent;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    -moz-border-image: url(../img/footer-link-line.png) 0 1 0 0 stretch;
    -webkit-border-image: url(../img/footer-link-line.png) 0 1 0 0 stretch;
    -o-border-image: url(../img/footer-link-line.png) 0 1 0 0 stretch;
    border-image: url(../img/footer-link-line.png) 0 1 0 0 fill stretch;
}

.footer-menu .not-line a { 
    border-width: 0px 1px 0px 0px;
    -moz-border-image: url(../img/footer-link-noline.png) 0 1 0 0 stretch;
    -webkit-border-image: url(../img/footer-link-noline.png) 0 1 0 0 stretch;
    -o-border-image: url(../img/footer-link-noline.png) 0 1 0 0 stretch;
    border-image: url(../img/footer-link-noline.png) 0 1 0 0 fill stretch; 
}

.footer-link-content {
    width: 950px;
    min-height: 30px;
    margin-top: 40px;
    padding: 0 10px 0 10px;
}

.footer-link-content td {
    margin-right: 15px;
}

.footer-link-content a {
    color: #2c88fa;
    font-size: 12px;
    text-decoration: underline;
    line-height: 1.8;
}

.footer-link-content a:hover {
    text-decoration: none;
}

/*Finish Footer Menu*/

.bread {
    position: relative;
    top: 15px;
    display: inline-block;
    width: 100%;
    height: 36px;
    color: #73777d;
    font-weight: bold;
}

.bread span {
    top: 2px;
    position: relative;
    display: inline-block;
    width: 6px;
    height: 11px;
    background-repeat: no-repeat;
    background-image: url(../img/br-array.png);
    margin-left: 5px;
    margin-right: 5px;
}

.bread a {
    color: #2b5088;
    font-weight: bold;
}

.bread a:hover {
    text-decoration:  none;
}

.right-pages-sidebar {
    float: right;
    width: 212px;
}

.left-pages-sidebar {
    float: left;
    width: 212px;
}

.page-content {
    margin-right: -15px;
}

/*left and right block*/
.content-content {
    float: left;
    width: 480px;
    margin-left: 20px;
}

/*no left block*/
.content-no-left {
    float: left;
    width: 710px;
}

/*no right block*/
.content-no-right {
    float: right;
    width: 710px;
}

/*no left and right block*/
.content-no-block {
    width: 100%;
}

.footer {
    //min-height: 205px;
    position: relative;
    background-color: #b8d1ff;
}

.footer .links {
    background: url(../img/footer-top.png) repeat-x;
    //min-height: 170px;
    min-height: 80px;
}

.footer .footer-text {
    background: url(../img/footer-bottom.png);
    height: 33px;
}

.footer .footer-text span {
    color: #6b788d;
    font-family: Arial;
    font-size: 12px;
    position: relative;
    top: 10px;
}

.footer .footer-text a {
    color: #6b788d;
    font-family: Arial;
    font-size: 12px;
}

.footer .footer-text a:hover {
    text-decoration: none;
}

.block-right {
    background-color: #4f9af8;
    width: 100%;
    margin-bottom: 6px;
    padding: 4px;
}

.block-right .block-title {
    padding: 3px 4px 6px 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px #666666;
}

.block-right .block-text {
    background-color: #fff;
    border: solid 1px #426396;
    padding: 4px;
}

.nopadding-block-right {
    background-color: #4f9af8;
    width: 100%;
    margin-bottom: 6px;
    padding: 4px;
}

.nopadding-block-right .block-title {
    padding: 3px 4px 6px 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px #666666;
}

.nopadding-block-right .block-text {
    background-color: #fff;
    border: solid 1px #426396;
}

.nopadding-block-right .block-text p {
    margin: 0;
}

.noborder-block-right {
    width: 100%;
    margin-bottom: 6px;
}

.noborder-block-right .block-title {
    color: #2b5088;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.noborder-block-right .block-text {
    background-color: #fff;
}

.striped-block-right {
    width: 100%;
    margin-bottom: 6px;
}

.striped-block-right .block-title {
    color: #2b5088;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.striped-block-right .block-text {
    background-color: #fff;   
    background-image: url(../img/block-line.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 1px;
}

.block-left {
    background-color: #2b5088;
    width: 100%;
    margin-bottom: 6px;
    padding: 4px;
}

.block-left .block-title {
    padding: 3px 4px 6px 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px #666666;
}

.block-left .block-text {
    background-color: #d5f3f9;
    border: solid 1px #426396;
    padding: 4px;
    
}

.nopadding-block-left {
    background-color: #2b5088;
    width: 100%;
    margin-bottom: 6px;
    padding: 4px;
}

.nopadding-block-left .block-title {
    padding: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px #666666;
}

.nopadding-block-left .block-text {
    background-color: #d5f3f9;
    border: solid 1px #426396;
}

.nopadding-block-left .block-text {
    background-color: #fff;
    border: solid 1px #426396;
}

.noborder-block-left {
    width: 100%;
    margin-bottom: 6px;
}

.noborder-block-left .block-title {
    color: #2b5088;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px #666666;
}

.noborder-block-left .block-text {
    background-color: #fff;
}

.striped-block-left {
    width: 100%;
    margin-bottom: 6px;
}

.striped-block-left .block-title {
    color: #2b5088;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.striped-block-left .block-text {
    background-color: #fff;   
    background-image: url(../img/block-line.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 1px;
}


.block-line {
    height: 1px;
    width: 100%;
    background-image: url(../img/line.png);
    margin-top: 5px;
    margin-bottom: 5px;
}

.price-block {
    color: #82d40c;
    font-size: 18px;
    font-weight: bold;
}

.price-block-text {
    color: #2b5088;
}

.image-layer {
    box-shadow: 0 0 10px #cccccc;
    padding: 5px;
    overflow: hidden;
    text-align: center;
}

.big {
    margin-right: -10px;
}

.button-book {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.button-book img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block-nopadding {
    margin: -4px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 5px solid #6195da;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
}

.icon-right-top {
    float: right;
    position: relative;
    top: -10px;
    right: -10px;
}

/*Popover*/

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 305px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 4px solid #3570c6;
    border: 4px solid rgba(53, 112, 198, 1);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

.popover .readmore {
    width: 80px;
    height: 30px;
    margin-top: 15px;
    margin-left: 100px;
}

.popover-content {
    padding: 9px 14px;
}

.popover-content h3 {
    font-weight: bold;
    font-size: 18px;
    color: #2b5088;
    margin-top: 15px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

/*.popover .arrow {
  border-width: 11px;
}*/

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-bottom-width: 0;
    content: " ";
}

/*.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}*/

.popover.right .arrow {
    top: 40%;
    left: -16px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: #3570c6;
    border-left-width: 0;
}

/*.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}*/

.popover .arrow {
    border-width: 16px;
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 6px;
    border-right-color: #ffffff;
    border-left-width: 0;
    content: " ";
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-top-width: 0;
    content: " ";
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #ffffff;
    border-right-width: 0;
    content: " ";
}

.downl {
    width: 100%;
    height: 38px;
}

.downl-icon {
    float: left;
    margin-right: 10px;
}

.downl-link {
    padding-top: 8px;
}

.downl-link a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: #2b5088;
}

.downl-link a:hover {
    text-decoration: none;
}

.modal-header {
    border-bottom: none;
}

.modal-footer-text {
    margin-top: 20px;
    color: #73777d;
}

h4.modal-title  {
    color: #2b5088;
    font-weight: bold;
    font-size: 20px;  
    margin-left: 4px;
}

.modal-form-input {
    background-color: #f0f0f0;
    padding: 5px 5px 5px 10px;
} 

.modal-form-label {
    display: inline-block;
    width: 170px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 11px;
    color: #73777d;
}

.modai-form-field {
    width: 340px;
    border: 1px solid #b7b9bd;
    border-top: 1px solid #a4a6a9;
    padding: 5px;
}

.form_error {
    border: 1px solid red;
}

.modal-form-button {
    position: relative;
    //top: 11px;
    display: inline-block;
    width: 167px;
    height: 36px;
    background-image: url(../img/modal-button.png);
    margin: 30px 0 20px 185px;
}

.modal-form-button:hover {
    background-position: 0 -36px;
}

.modal-form-input select {
    width: 70px;
    border: none;
    height: 26px; 
    line-height: 22px;
    position: relative;
    background: none;
    z-index: 100;
}

.modal-dates-field {
    width: 100px;
    border: 1px solid #b7b9bd;
    border-top: 1px solid #a4a6a9;
    padding: 5px;
}

.select-outer {
    border: 1px solid #b7b9bd;
    border-top: 1px solid #a4a6a9;
    background: #fff;
    width: 50px; 
    overflow: hidden;
    display: inline-block;
    position: relative;

}

.select-button {
    background: url('../img/select-button.png') center center no-repeat;
    height: 24px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 50;
}

.btn {
    color: #2c88fa;
}


.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    1px 1px 3px rgba(50, 50, 50, 0.75);
  box-shadow:         1px 1px 3px rgba(50, 50, 50, 0.75);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          color: #2c88fa;
}

.btn:active,
.btn.active {
  background-image: none;
  color: #2c88fa;
}

.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e0e0e0));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  background-repeat: repeat-x;
  border-color: #efefef;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-default:hover,
.btn-default:focus {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#efefef));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
  background-repeat: repeat-x;
  border-color: #efefef;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#efefef', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #2c88fa;
}

.btn-default:active,
.btn-default.active {
  background-color: #efefef;
  border-color: #efefef;
  color: #2c88fa;
}

.reviews-blocks {
    color: #73777d;
}

a.addinfo {
    color: #2b5088;
    font-weight: bold;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  font-size: 14px;
  font-weight: bold;
  margin-right: 1px;
  line-height: 1.428571429;
  border: none;
  border-radius: 0;
}

.nav-tabs > li > a:hover {
  //border-bottom: 4px solid #2b5088;
  background-color: #fff;
  color: #9299a4;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #2b5088;
  cursor: default;
  background-color: #fff;
  border: none;
  border-bottom: 4px solid #2b5088;
}