@import url("../css/bootstrap.css");
@import url("../libs/font-awesome/css/font-awesome.min.css");

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
}
html,
body {
  height: 100%;
}
body {
  font-size: 14px;
  background: #f4f6f8;
  height: 100%;
  line-height: 1.5715;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  -webkit-text-size-adjust: 100%;
  color: #616161;
  font-family: 'Montserrat',sans-serif;
  background: #fff;
  overflow-x: hidden
}
a {
  color: #ff1e75;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ff1e75;
  text-decoration: none
}
h3 {
  font-size: 40px;
  font-weight: 600;
  color: #505050;
  margin: 0;
  padding: 0;
}
h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
}
h5 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
}
h4, h5 {
  font-weight: 700;
}
h6 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px
}
h1, h2, h3, h4, h5, h6 {
    color: #2e2e2e;
}
strong, b {
  font-weight: 700;
}
img {
  max-width: 100%;
  margin-bottom: 0;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header-top .quick-contact{
  display: block;
}
.header-top {
  padding: 0;
  background: #1F252E;
}
.header-top .quick-contact ul{
  display: flex;
  justify-content: right;
  align-items: center;
}

.header-top .quick-contact li {
  display: flex;
  font-size: 13px;
  font-weight: 300;
  color: #FFFFFF;
  padding: 15px 9px 14px;
  align-items: center;
}

.header-top .quick-contact li img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.header-top .quick-contact li a {
  font-weight: 700;
  margin-left: 3px;
  color: #ff1e75;
}
.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
.navbar-white {
  background-color: #fff;
  height: auto !important;
  min-height: 89px;
}
.navbar-brand {
  height: 89px;
  padding: 5px 0;
  margin-left: 0;
  float: left;
}
.affix {
  top: 0;
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background-color: #F44336;
  border-color: #F44336;
  z-index: 999
}
.navbar.affix {
    border-radius: 0;
    min-height: 50px;
    margin-bottom: 0;
}
.navbar-white.affix {
    background-color: rgb(255 255 255 / .95);
    border-color: #fff0;
    border-bottom: 1px solid #e4e4e4
}
.navbar-white.affix .navbar-brand {
  color: #777;
  width: 130px;
  height: auto;
}
.navbar-white.affix .navbar-nav>li>a {
    line-height: 56px;
    height: 56px;
}

.navbar-white.affix .nav-btn-section {
    padding: 8px 0;
}
.navbar-white .dropdown-menu {
  border-radius: 5px;
  -webkit-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  -moz-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
}

.header-top-menu-btn {
  display: none;
}

.navbar-toggle.open-btn .icon-bar {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear
}

.navbar-toggle.open-btn {
  position: relative
}

.navbar-toggle.open-btn .icon-bar:nth-of-type(2) {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 7px
}

.navbar-toggle.open-btn .icon-bar:nth-of-type(3) {
  opacity: 0
}

.navbar-toggle.open-btn .icon-bar:nth-of-type(4) {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px
}

.navbar-white .nav-btn-section {
    float: right;
    margin-left: 23px;
    padding: 24px 0;
    margin-right: 0;
    color: #505050;
}

.navbar{
  margin-bottom: 0;
}

.navbar-white .navbar-nav>li{
  padding: 0 10px;
}

.navbar-white .navbar-nav>li>a {
  padding: 0;
  position: relative;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
    transition: all 300ms linear
}

.navbar-white .navbar-nav>li>a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 4px;
  background: #E95400;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear
}

.navbar-white .navbar-nav>li>a:hover:before {
    width: 100%
}

.navbar-white .navbar-nav > li > a:hover,
.navbar-white .navbar-nav > li > a:focus {
  background-color: transparent;
}

@media (min-width: 768px) {
  .container {
    width: 760px;
  }
  .header-nav-top{
    float: left;
  }
  .navbar-white .navbar-brand {
    height: 89px;
    line-height: 57px;
  }
  .navbar-white .navbar-nav > li > a:hover,
  .navbar-white .navbar-nav > li > a:focus {
    color: #007bff;
  }
  .navbar-white .navbar-nav > .active > a,
  .navbar-white .navbar-nav > .active > a:hover,
  .navbar-white .navbar-nav > .active > a:focus {
    background-color: inherit;
    color: #007bff;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .navbar-white .navbar-nav > li > a {
    height: 89px;
    line-height: 89px;
    color: #505050;
    font-size: 14px;
    font-weight: 400;
  }
}

@media (max-width: 1200px) {
  h3 {
    font-size: 30px;
  }
  .navbar-header{
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid #fff0;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / .1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 0
  }
  .navbar-white.affix {
    background-color: rgb(255 255 255 / .95);
    border-color: #fff0;
    border-bottom: 1px solid #e4e4e4;
  }
  .navbar-white.affix .navbar-toggle.collapsed {
    border-color: #E95400;
    background: #E95400;
    margin-top: 10px;
  }
  .navbar-white .navbar-toggle {
    border-color: #E95400;
    background: #E95400;
    margin-top: 27px;
    padding: 9px 10px;
  }
  .navbar-white .navbar-toggle:hover,.navbar-white .navbar-toggle:focus {
    border-color: #339FC9;
    background: #339FC9
  }

  .navbar-white .navbar-toggle:active {
    border-color: #339FC9;
    background: #339FC9
  }

  .navbar-white .navbar-toggle.collapsed {
    border-color: #E95400;
    background: #E95400;
    margin-top: 27px
  }
  .navbar-white .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-nav>li {
      float: none
  }
  .navbar-white .navbar-nav>li {
    padding: 0;
    border-bottom: 1px solid #ececec
  }
  .navbar-nav>li:last-child {
    border-bottom: 0;
    margin-bottom: 10px
  }
  .navbar-white .navbar-nav>li>a {
    padding: 10px 0
  }

  .navbar-white .navbar-nav>li>a:hover {
    color: #E95400
  }

 .navbar-white .navbar-nav>li>a:before {
      display: none
  }

  .navbar-white .navbar-nav>.active>a,.navbar-white .navbar-nav>.active>a:focus,.navbar-white .navbar-nav>.active>a:hover {
    color: #E95400
  }
  .navbar-white .nav-btn-section {
    float: none;
    margin-left: 0;
    padding: 10px 0 12px;
    border-bottom: 1px solid #ececec;
  }
}
@media screen and (max-width: 1200px) {
  .navbar-white .navbar-collapse{
    border-color: #e7e7e7;
    overflow: hidden !important;
  }
}
@media (max-width: 768px) {
  .navbar-white .navbar-nav .open .dropdown-menu {
    background: #eee;
  }
  .navbar-white .navbar-toggle {
    border-color: #ddd;
  }

  .navbar-white .navbar-collapse.in {
    border-top-color: #f5f5f5;
  }
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .header-top-menu-btn:focus {
    color: #E95400;
  }
  .header-top-menu-btn {
    display: inline-block;
    float: left;
    font-size: 25px;
    padding: 7px 0 6px;
  }
  
  .header-top .quick-contact {
    display: none;
    position: absolute;
    width: 200px;
    background: #239fb8;
    top: 51px;
    z-index: 9;
  }
  .quick-contact ul{
    flex-direction: column;
  }
  .quick-contact ul li{
    border-bottom: 1px solid #167f94;
    font-size: 12px !important;
    padding: 8px !important;
    display: inline-block !important;
    width: 100%;
    text-align: left;
  }
  .navbar-toggle {
    display: block;
  }
  .container .navbar-collapse {
    margin-right: 0;
    margin-left: 0
  }
  .navbar-nav {
    margin: 0;
  }
}

/** bottom */

.footer {
    padding: 38px 0;
    background: #3B4858
}

.footer-panel {
    max-width: 205px;
    float: left;
    width: 100%
}

.footer .footer-logo a {
    float: left;
    max-width: 160px;
}

.footer .footer-menu h5 {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #fff
}

.footer .footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer .footer-menu ul li {
    width: 100%;
    display: inline-block;
    padding: 7px 0
}

.footer .footer-menu ul li a {
    color: #EDEDED;
    font-size: 13px;
    font-weight: 300;
    text-align: left
}

.footer .footer-menu ul li a:hover {
    color: #F46824
}

.footer .footer-support {
    max-width: 110px
}

.footer .footer-support-element {
    float: right
}

.footer-bottom {
  background-color: #2F3742;
  padding: 16px 0;
  color: #FFFFFF;
  text-align: center;
}

.footer-bottom p {
  font-size: 13px;
  font-weight: 300;
  margin: 0;
}

/* banner */
.slider-banner {
  display: inline-block;
  width: 100%;
  position: relative
}

.slider-banner .slider--element img {
  width: 100%;
  display: block
}

.slider-banner .slider--element--text {
  position: absolute;
  width: 100%;
  max-width: 1170px;
  left: 50%;
  top: 0;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  padding: 0 15px
}

.slider-banner .slider--element--text-element {
  width: 50%;
  float: left;
  padding: 60px 0 50px
}

.slider-banner .slider--element--text-element h2 {
  font-size: 40px;
  text-align: left;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  margin-top: -35px;
  margin-bottom: 15px
}

.slider-banner .slider--element--text-element p {
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  margin-bottom: 30px
}

.slider-banner .slick-slider {
  margin-bottom: 0
}

.slick-dots {
  bottom: 20px !important;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 11px !important;
  height: 11px !important;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  width: 11px !important;
  height: 11px !important;
  content: ""
}

.slick-dots li button:before {
  width: 11px !important;
  height: 11px !important;
  content: '';
  border-radius: 50%;
  border: 1px solid #fff;
  background: none;
  opacity: 1
}

.slick-dots li.slick-active button:before {
  border: 1px solid #E95400;
  background: #E95400;
  opacity: 1
}

.u-btn-warning {
  color: #fff;
  background: #ff1e75;
  border-color: #ff1e75;
  padding: 10px 35px 9px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
  position: relative;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear
}

.u-btn-warning:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 10px;
  background: url(../img/arrow-btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 16px;
  top: 13px
}

.u-btn-warning:hover {
  background: #218CB0;
  border-color: #218CB0
}

.u-btn-warning:focus {
  background: #218CB0;
  border-color: #218CB0
}

.u-btn-warning:active {
    background: #218CB0;
    border-color: #218CB0
}

.u-btn-default {
  height: 50px;
  border-radius: 3px;
  border: 0;
  font-size: 15px;
  text-transform: uppercase;
  color: #363535;
  font-weight: 400;
  line-height: 33px;
  position: relative;
  padding: 10px 35px 12px 16px;
  box-shadow: 0 1px 4px #949393;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  float: left
}

.u-btn-default:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 11px;
  background: url(../img/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 21px
}

.u-btn-default:hover {
  background: #E95400;
  color: #fff
}

.u-btn-default:hover:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 11px;
  background: url(../img/arrow-btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 22px
}

@media only screen and (min-width: 1366px) {
  .slider-banner .slider--element--text-element {
    padding:60px 0 50px
  }
  .slider-banner .slider--element--text-element h2 {
    font-size:37px;
    line-height: 54px
  }
  .slider-banner .slider--element--text-element p {
    font-size:16px
  }
  .slick-dots {
    bottom:30px !important;
  }
}


@media screen and (max-width: 1200px) {
  .u-btn-default {
    height: 42px;
    line-height: 23px
  }
  .u-btn-default:before {
    display: none
  }
  .footer-panel {
    max-width: 166px;
  }
  .article-content-right-btn-wrapper .u-btn-warning {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .slider-banner .slider--element--text {
    max-width: 768px
  }

  .slider-banner .slider--element--text-element {
    padding: 30px 0 0
  }

  .slider-banner .slider--element--text-element h2 {
    font-size: 24px;
    margin-bottom: 0
  }

  .article-content-right-table {
    max-width: none !important;
  }

  .footer-panel {
    max-width: 240px;
    margin-bottom: 30px
  }

  .footer-panel.footer-logo {
    width: 100%;
    display: inline-block;
    float: none;
    max-width: none;
    text-align: center
  }

  .footer .footer-support {
    max-width: none;
    width: 100%;
    float: none;
    display: inline-block;
    text-align: center;
    margin-bottom: 0
  }

  .footer .footer-logo a {
    float: none;
    margin: 0 auto
  }

  .footer .footer-support-element {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px
  }

  .footer-panel {
    max-width: 180px;
    margin-bottom: 30px
  }

  .footer {
    padding: 25px 0;
    background: #3B4858
  }
}

@media screen and (max-width: 768px) {
  .slider-banner .slider--element--text-element {
    padding: 9px 0 0
  }

  .slider-banner .slider--element--text-element h2 {
    margin-top: -20px;
    font-size: 18px;
    margin-bottom: 0
  }

  .slider-banner .slider--element--text-element p {
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    margin-bottom: 10px
  }
  .u-btn-default {
    height: 35px;
    line-height: 19px;
    font-size: 14px;
    padding: 10px;
    box-shadow: 0 0 0
  }
  .footer-panel {
    max-width: none;
    margin-bottom: 30px;
    width: 50%
  }
 .list-color-panel ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
  }

  .section-listing-images ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .section-listing-images ul li {
    width: 170px !important;
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 600px) {
  .slider-banner .slider--element--text {
    max-width: none;
    width: 100%;
    position: relative;
    left: 0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0)
  }

  .slider-banner {
    background: #383838
  }

  .slider-banner .slider--element--text-element {
    width: 100%;
    float: none;
    padding: 20px 0 40px;
    display: inline-block
  }

  .slick-dots {
    bottom: 10px
  }

  .slick-initialized .slick-slide a {
    margin: 2px auto;
    display: inline-block
  }
  h3 {
    font-size: 21px;
    line-height: 27px
  }
  .footer-bottom {
    padding: 13px 30px 10px;
    text-align: center;
    box-sizing: border-box;
    line-height: 22px;
  }
}
@media screen and (max-width: 480px) {
  .footer-panel {
    max-width:none;
    margin-bottom: 30px;
    width: 100%
  }
}

input.form-control {
  height: 50px;
  border: 1px solid #D3D3D3;
  box-shadow: 0 0 0 0;
  color: #9F9F9F;
  margin-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: inset 0 0 0 rgb(0 0 0 / .075)
}

select.form-control {
  background: url(../img/dropdown.png);
  background-repeat: no-repeat;
  background-size: 12px 7px;
  background-position: 96% center
}

.submit {
  width: 285px;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  background: #E95400;
  margin-top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  margin-bottom: 10px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.submit:hover {
  background: #339FC9
}

.submit-btn-wraper {
  position: relative
}

.submit-btn-wraper .submit-btn-wraper-icon {
  display: inline;
  width: 10px;
  height: 16px;
  position: absolute;
  background: url(../img/submit-arrow.png);
  background-repeat: no-repeat;
  left: 205px;
  top: 19px;
  background-size: 7px 13px
}

.article-header {
  padding: 35px 0;
  background: #fff;
}

.article-header h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #505050;
  margin-bottom: 0;
}

.article-header p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #7D7D7D;
  margin-bottom: 0;
}

.article-content{
  padding: 40px 0;
  background: #F3F7F9;
  box-sizing: border-box
}

.article-content p{
  color: #5d5d5d;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 22px;
}

.article-content--odd {
    background: #FFFFFF
}

.article-content-left-img {
    padding-top: 40px;
    margin-bottom: 25px
}

.article-content-left-img img {
    max-width: 359px;
    width: 100%
}

.article-content-left h4 {
    color: #505050;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px
}

.article-content-left h6 {
    font-size: 14px;
    font-weight: 400;
    color: #7D7D7D;
    text-align: left;
    margin-bottom: 20px
}

.article-content-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px
}

.article-content-left ul li {
    font-size: 14px;
    text-align: left;
    color: #7D7D7D;
    font-weight: 300;
    margin-bottom: 9px
}

.article-content-left ul li strong {
    font-weight: 500;
    color: #505050
}

.article-content-left a {
    font-size: 15px;
    font-weight: 500;
    color: #F46824;
    text-transform: uppercase;
    position: relative
}

.article-content-left a:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 12px;
    background: url(../img/arr-orange.png);
    background-repeat: no-repeat;
    background-size: 7px 12px;
    right: -17px;
    top: 4px
}

.article-content-right h5 {
    font-size: 16px;
    color: #505050;
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px
}

.article-content-right-table {
    width: 100%;
    max-width: 626px;
    margin: 0 auto 15px
}

.article-content-right-table .table.table-fixed.table-striped thead {
    background: #1D252E;
    color: #fff
}

.article-content-right-table .table.table-fixed.table-striped thead th {
    height: 40px
}

/**attachments*/
.accessory-item{
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #67B7E9;
  margin-bottom: 15px;
}
.accessory-item:last-child{
  border-bottom: none;
}
.accessory-item h4{
  font-size: 18px;
  margin-bottom: 5px;
}
.accessory-item h4 span{
  display: inline-block;
  line-height: 40px;
  border-bottom: 1px solid #CCC;
}
.accessory-item h6{
  font-size: 12px;
  margin-bottom: 0;
}
.accessory-item p{
  font-size: 12px;
}
.custom-editor-style table{
  margin-bottom: 30px;
  width: 100%;
}
.custom-editor-style table thead{
  background: #1D252E;
  color: #fff;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  top: 3px;
}

.custom-editor-style table tbody td,
.custom-editor-style table thead > tr> th{
  border-bottom-width: 0;
}
.price-quote label{
  font-size: 14px;
  font-weight: 400;
  color: #7D7D7D;
  text-align: left;
  font-size: 20px;
}

.custom-editor-style table>tbody>tr>td,
.custom-editor-style table>tbody>tr>th,
.custom-editor-style table>tfoot>tr>td,
.custom-editor-style table>tfoot>tr>th,
.custom-editor-style table>thead>tr>td,
.custom-editor-style table>thead>tr>th{
  padding: 8px;
  height: 40px;
  text-align: center;
}
.custom-editor-style table thead tr th{
  /*width: 11%;*/
}
.custom-editor-style table tbody tr td{
  /*width: 11%;*/
  border-bottom: 2px solid #F3F7F9;
}
.custom-editor-style table thead tr th:first-child,
.custom-editor-style table tbody tr td:first-child{
   width: 95px;
}
.custom-editor-style table tbody tr td:first-child {
  background: #114FA9;
  color: #fff;
  border-bottom: 1px solid #1D5DB1;
}
.custom-editor-style table thead th{
  line-height: 18px;
}

.custom-editor-style table tbody td {
  font-size: 13px;
  color: #7D7D7D;
  line-height: 24px;
}

.custom-editor-style table thead tr th {
  /*width: 11%;*/
  font-size: 10px!important;
  font-weight: 700!important
}

.custom-editor-style table thead tr th:first-child,.custom-editor-style table tbody tr td:first-child {
  /*width: 11%;*/
}

.article-content-right P {
  font-size: 13px;
  text-align: center;
  color: #7D7D7D;
  margin-bottom: 5px
}

.article-content-right-btn-wrapper {
  text-align: center;
  padding: 15px 0
}

.article-content-right-btn-wrapper .u-btn-warning {
  width: 280px;
  height: 50px;
  font-size: 15px;
  line-height: 30px;
  margin-right: 10px
}

.article-content-right-btn-wrapper .u-btn-warning:before {
  right: 30px;
  top: 20px
}

.article-content-right-btn-wrapper .u-btn-warning-border {
  background: none;
  border-width: 2px;
  color: #F46824
}

.article-content-right-btn-wrapper .u-btn-warning-border:before {
  right: 20px;
  top: 20px;
  background: url(../img/arr-orange-small.png);
  width: 8px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat
}

.article-content-right-btn-wrapper .u-btn-warning:before {
  right: 30px;
  top: 20px
}

.article-content-right-btn-wrapper .u-btn-warning.u-btn-warning-border:before {
  right: 20px;
  top: 20px
}

.list-color-panel ul li{
  width: 130px;
  float: left;
  margin-bottom: 11px;
  margin-right: 10px;
  background: #fff;
  box-shadow: 0px 0px 5px #a5a4a4;
  border-radius: 3px;
  overflow: hidden;
}
.list-color-panel ul li span,
.list-color-panel ul li div:first-child{
  height: 38px;
    min-width: 100%;
    display: block;
}
.list-color-panel ul li p{
  margin-bottom: 0px;
  line-height: 16px;
  padding: 0 10px;
  font-size: 13px;
  text-align: left;
  color: #7D7D7D;
}
.list-color-panel ul li div:last-child{
  padding: 8px 0;
}

.section-listing-images ul li {
  width: 182px;
  min-height: 213px;
  float: left;
  background: none;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 20px;
}
.section-listing-images ul li label {
  width: 100%;
  display: inline-block;
  padding: 9px 15px 10px;
  box-sizing: border-box;
  background: #3B4858;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  margin-bottom: 3px;
  line-height: 18px;
  text-align: center;
}

.icon-row li{
  display: inline-block;
  width:  32%;
  text-align:  center;
}
.icon-row img{
 min-width: 100%;
}

.icon-row li label{
  font-size: 12px;
  font-weight: bold;
  display: block;
  line-height: 25px;
}
.icon-row li span{
  font-size: 12px;
  display: block;
}
.bottom-icon-section{
  margin-bottom:  40px;
}

.bottom-icon-section li{
  width: 18%;
  display: inline-block;
  vertical-align: top;
  text-align:  center;
}
.bottom-icon-section li label{
  font-size: 12px;
  font-weight: bold;
  display: block;
  line-height: 16px;
  margin-bottom: 8px;
}
.bottom-icon-section li span{
  font-size: 12px;
  display: block;
}
.bottom-icon-section li img  {
  width:  100%;
  border-radius: 6px;
  border: 2px solid #dce2ee;
  padding: 15px;
}
.contact_left h5 {
    font-weight: 500;
    margin-bottom: 5px
}

.contact_left h6 {
    margin-bottom: 0
}

.contact_left_form {
    padding-top: 15px
}

.contact_left_form .form-group textarea.form-control {
    height: 150px;
    resize: none
}

.contact_right h5 {
    font-weight: 500;
    margin-bottom: 5px
}

.contact_right address {
    line-height: 24px
}

@media screen and (max-width: 1200px) {
  .contact_left {
      margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .submit {
      width: 100%
  }
}
label.error {
    width: 100% !important;
    margin-top: 7px;
}
.error {
    color: #ff0000 !important;
    font-size: 15px;
}

.c__quote__result{
  background: #FFF;
  padding: 15px;
}

.c__quote__result h2 {
    color: #114FA9;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px
}

.c__quote__result h3 {
    font-size: 32px;
    font-weight: 600;
    color: #ff1e75;
    text-align: left;
    margin-bottom: 20px
}

.c__quote__result ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px
}

.c__quote__result ul li {
    font-size: 14px;
    text-align: left;
    color: #7D7D7D;
    font-weight: 300;
    margin-bottom: 9px
}