
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

/*-------------------------My css----------------------------*/
ul li {
    list-style: none;
}

.navbar-default {
    border-color: #bb524d;
    height: 65px;
}

.container {
    width: 1000px;
}
#navbar {
    float: right;
    margin-top: 5px;
}
#navbar>ul>li {
    margin: 0 10px;
}
#navbar .nav-right-margin {
    display: flex;
    width: 10px;
}

.navbar-default, .footer {
    background-color: #bb524d;
}
.footer {
    height: 30px;
}
.container .text-muted {
    margin: 5px 0;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover {
    color: white;
    font-family: Roboto;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #bb524d;
    color: white;
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    font-family: Roboto;
}
.text-muted {
    text-align: center;
    color: white;
}
.logo {
    position: absolute;
    float: left;
    border: 1px solid #bb524d;
    width: 225px;
    height: 125px;
    background: url("../image/logo.png") 50% 50% no-repeat;
    background-color: white;
    z-index: 10;
}
.contact-info {
    width: 100%;
    margin: 13px 0;
}
.contact-info-block {
    float: right;
    border: 1px solid #bb524d;
    margin-left: 15px;
    padding: 5px 5px;
}
.contact-info-block p {
    padding-left: 30px;
    width: 312px;
    height: 31px;
    color: black;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
}
.contact-info-block.phone p {
    width: 156px;
    line-height: 40px;
}
.contact-info-block img {
    margin-top: 6px;
}
.content {
    padding-top: 20px !important;
}
.container.content .banner-image {
    position: relative;
    float: left;
    width: 77%;
    height: 400px;
    font-family: Roboto;
}
.container.content .banner-image img {
    position: absolute;
    width: 100%;
    height: 400px;
}
.container.content .list-block {
    width: 73%;
    float: left;
    font-family: Roboto;
}
.container.content .list-block_center {
    width: 73%;
    float: center;
    font-family: Roboto;
}
.container.content .banner-text {
    height: 400px;
    background-color: #bb524d;
    float: right;
    padding: 20px;
    color: white;
    width: 23%;
}
.container.content .banner-text p {
    width: 200px;
    padding: 50px 5px 40px 0px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.container.content .banner-text-border {
    margin: -8px -10px;
    height: 375px;
    background-color: #bb524d;
    float: right;
    padding: 10px;
    color: white;
    width: 210px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid white;
}
.container.content .banner-text-border a {
    width: 152px;
    height: 36px;
    background-color: white;
    padding: 10px 25px;
    color: black;
    font-family: Roboto;
    box-shadow: 0 0 10px rgb(255,163,159);
}
.container.content .banner-text-border a:hover {
    text-decoration: none;
}
.triangle {
    position: relative;
    height: 0;
    border-top: 200px solid transparent;
    border-right: 50px solid #bb524d;
    border-bottom: 200px solid transparent;
    z-index: 1;
}
.triangle-border {
    position: relative;
    top: -390px;
    right: -4px;
    height: 0;
    border-top: 189px solid transparent;
    border-right: 45px solid white;
    border-bottom: 189px solid transparent;
    z-index: 2;
}
.triangle-border-full {
    position: relative;
    top: -765px;
    right: -4px;
    height: 0;
    border-top: 186px solid transparent;
    border-right: 44px solid #bb524d;
    border-bottom: 186px solid transparent;
    z-index: 3;
}
.container.content .list-block {
    margin: 20px 0;
    border: 1px solid black;
    padding: 15px 15px;
}
.container.content .list-block p {
    font-size: 18px;
    font-weight: 700;
}
.container.content .list-block ul {
    padding-left: 0;
}
.container.content .list-block ul li{
    padding: 5px 0;
}
.container.content .list-block li:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 12px;
    vertical-align: middle;
    margin-right: 5px;
    background: url("../image/checkbox.png");
    background-size: cover;
}
.container.content .history-block {
    float: left;
    width: 70%;
    margin: 10px 1.5%;
}
.container.content .history-block .history-title {
    color: #272727;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
}
.container.content .history-block p {
    font-weight: 400;
    color: #272727;
    font-family: Roboto;
    font-size: 14px;
}
.container.content .history-block a {
    width: 76px;
    height: 15px;
    color: #bb524d;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: underline;
}
.container.content .message-block {
    position: relative;
    top:5px;
    float: right;
}
.container.content .message-block .message {
    width: 235px;
    height: 200px;
    background: url("../image/message-image.png") 50% 50% no-repeat;
}
.container.content .message-block .message p {
    padding: 30px 10px;
    color: white;
}
.container.content .message-block .message p span {
    font-weight: 800;
}
.footer .text-muted {
    text-decoration: underline;
    font-family: Roboto;
}


.history_page-history-block {
    float: left;
    width: 67%;
}
.history_page-history-block h2 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
}
.history_page-history-block p {
    padding-top: 10px;
    font-family: Roboto;
    font-size: 14px;
}

.about-company-block {
    float: right;
    width: 25%;
    margin-left: 5%;
}
.about-company-block h4 {
    margin: 30px 0 10px 20px;
    font-family: Roboto;
    font-weight: 550;
}
.about-company-block ul {
    padding-left: 20px;
}
.about-company-block li {
    font-family: Roboto;
    padding-top: 10px;
}
.about-company-block li:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    vertical-align: middle;
    margin-right: 5px;
    background: url("../image/dot.png");
    background-size: cover;
}
.about-company-block li a {
    color: #000;
}
.about-company-block li a:hover {
    color: #bb524d;
}
.about-company-block li .active {
    font-weight: 600;
}

.contact-block {
    width: 80%;
}
.contact-block h2 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 50px;
}
.contact-block h4 {
    margin: 30px 0 10px 0px;
    font-family: Roboto;
    font-weight: 500;
}
.contact-block p {
    font-family: Roboto;
}


.finance-block {
    float: left;
    width: 67%;
}
.finance-block h2 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 50px;
}
.finance-block h4 {
    margin: 30px 0 10px 0px;
    font-family: Roboto;
    font-weight: 500;
}
.finance-block a {
    color: #bb524d;
    font-weight: bold;
    text-decoration: underline;
    display: block;
    line-height: 2;
}
.finance-block a:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 5px;
}
.finance-block a.doc:before {
    background: url('../image/doc.png') no-repeat;
    background-size: cover;
}
.finance-block a.pdf:before {
    background: url('../image/pdf.png') no-repeat;
    background-size: cover;
}
.finance-block a.xls:before {
    background: url('../image/xls.png') no-repeat;
    background-size: cover;
}
.finance-block a.rtf:before {
    background: url('../image/rtf.png') no-repeat;
    background-size: cover;
}


.license-block {
    float: left;
    width: 70%;
}
.license-block h2 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 50px;
}
.license-block a img {
    width: 200px;
    margin: 0 10px 20px 0;
}


.direction-block {
    float: left;
    width: 67%;
}
.direction-block h2 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 40px;
}
.direction-block h4 {
    margin: 30px 0 10px 0px;
    font-family: Roboto;
    font-weight: 500;
}

.insurance-block {
    width: 80%;
}
.insurance-block h2 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 50px;
}
.insurance-block h4 {
    margin: 30px 0 10px 0px;
    font-family: Roboto;
    font-weight: 550;
}
.insurance-block li:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    vertical-align: middle;
    margin-right: 5px;
    background: url("../image/dot.png");
    background-size: cover;
}
.insurance-block ul {
    padding-left: 0px;
}
.insurance-block li {
    font-family: Roboto;
    padding-top: 5px;
}
.insurance-block li a {
    color: #555;
}
.insurance-block a:hover {
    color: #bb524d;
}

.insurance_list_page-block {
    width: 80%;
}
.insurance_list_page-block a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 10px;
    vertical-align: middle;
    margin-right: 5px;
    background: url("../image/back.png");
    background-size: cover;
}
.insurance_list_page-block a:hover {
    color: #bb524d;
}
.insurance_list_page-block a {
    color: #777;
}
.insurance_list_page-block h2 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.insurance_list_page-block p {
    font-family: Roboto;
    font-size: 14px;
    margin-top: 20px;
}
.insurance_list_page-block li:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    vertical-align: middle;
    margin-right: 5px;
    background: url("../image/dot.png");
    background-size: cover;
}
.insurance_list_page-block ul {
    padding-left: 0px;
}
.insurance_list_page-block li {
    font-family: Roboto;
    padding-top: 5px;
}
.insurance_list_page-block span {
    text-decoration: underline;
}
.insurance_list_page-block a.pdf:before {
    background: url('../image/pdf.png') no-repeat;
    background-size: cover;
}
.legislation-block {
    width: 100%;
}
.legislation-block h2 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 50px;
}
.legislation-block p a {
    color: #bb524d;
    font-weight: bold;
    text-decoration: underline;
    display: inline;
    line-height: 2;
    padding-right: 5px;
}
.legislation-block p a:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 5px;
}
.legislation-block p a.doc:before {
    background: url('../image/doc.png') no-repeat;
    background-size: cover;
}
.legislation-block p {
    font-family: Roboto;
    font-size: 14px;
    padding-bottom: 10px;
}

.legislation-link a:before {
    margin-right: 0;
    background: none;
}
.legislation-link a:hover {
    color: #bb524d;
    text-decoration: underline;
}

.news-block {
    float: left;
    width: 67%;
}
.news-block h2 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.news {
    margin-top: 30px;
    width: 100%;
    height: 4000px;
    border-bottom: 1px solid #6B0500;
}
.news h3 {
    font-family: Roboto;
    font-weight: 500;
    color: #bb524d;
    text-decoration: underline;
}
.news a {
    color: #bb524d;
    text-decoration: underline;
}
.news a:after {
    content: '\2192';
}

newsos {
    float: left;
    width: 67%;
}
.newsos h3 {
    font-family: Roboto;
    font-weight: 500;
    color: #bb524d;
    text-decoration: underline;
}
.newsos a {
    color: #bb524d;
    text-decoration: underline;
}
.newsos a:after {
    content: '\2192';
}

.google-map-block {
    width: 100%;
    height: 300px;
    margin-top: 20px;
}

.footer .container p {
    float: left;
    width: 92.5%;
}
.footer .container img {
    float: right;
}

.finance-block a.zip:before {
    background: url('../image/zip.png') no-repeat;
    background-size: cover;
}
.message-block .message p {
    font-family: Roboto;
}
