@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts/Raleway.eot');
  src: url('../fonts/Raleway.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway.woff2') format('woff2'),
    url('../fonts/Raleway.woff') format('woff'),
    url('../fonts/Raleway.ttf') format('truetype'),
    url('../fonts/Raleway.svg#Raleway') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/Raleway-Bold.eot');
  src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-Bold.woff2') format('woff2'),
    url('../fonts/Raleway-Bold.woff') format('woff'),
    url('../fonts/Raleway-Bold.ttf') format('truetype'),
    url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-SemiBold';
  src: url('../fonts/Raleway-SemiBold.eot');
  src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-SemiBold.woff2') format('woff2'),
    url('../fonts/Raleway-SemiBold.woff') format('woff'),
    url('../fonts/Raleway-SemiBold.ttf') format('truetype'),
    url('../fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Light';
  src: url('../fonts/Raleway-Light.eot');
  src: url('../fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-Light.woff2') format('woff2'),
    url('../fonts/Raleway-Light.woff') format('woff'),
    url('../fonts/Raleway-Light.ttf') format('truetype'),
    url('../fonts/Raleway-Light.svg#Raleway-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'RalewayMedium';
  src: url('../fonts/raleway-medium.eot');
  src: url('../fonts/raleway-medium.eot') format('embedded-opentype'),
    url('../fonts/raleway-medium.woff2') format('woff2'),
    url('../fonts/raleway-medium.woff') format('woff'),
    url('../fonts/raleway-medium.ttf') format('truetype'),
    url('../fonts/raleway-medium.svg#RalewayMedium') format('svg');
}

@font-face {
  font-family: 'Raleway-ExtraBold';
  src: url('../fonts/Raleway-ExtraBold.eot');
  src: url('../fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-ExtraBold.woff2') format('woff2'),
    url('../fonts/Raleway-ExtraBold.woff') format('woff'),
    url('../fonts/Raleway-ExtraBold.ttf') format('truetype'),
    url('../fonts/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
    font-family: 'Oxygen-regular';
    src: url('../fonts/Oxygen.eot');
    src: url('../fonts/Oxygen.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oxygen_regular.woff2') format('woff2'),
        url('../fonts/Oxygen_regular.woff') format('woff'),
        url('../fonts/Oxygen.ttf') format('truetype'),
        url('../fonts/Oxygen.svg#Oxygen') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oxygen-Bold';
    src: url('../fonts/Oxygen-Bold.eot');
    src: url('../fonts/Oxygen-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oxygen-Bold.woff2') format('woff2'),
        url('../fonts/Oxygen-Bold.woff') format('woff'),
        url('../fonts/Oxygen-Bold.ttf') format('truetype'),
        url('../fonts/Oxygen-Bold.svg#Oxygen-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Oxygen Light';
    src: url('../fonts/Oxygen.eot');
    src: url('../fonts/Oxygen.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oxygen.woff2') format('woff2'),
        url('../fonts/Oxygen.woff') format('woff'),
        url('../fonts/Oxygen.svg#Oxygen') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*===================================*/
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-family: 'Raleway-Regular';
}

.red {
  outline: 1px solid red;
}

input,
textarea,
select {
  font-size: 16px !important;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.img_cont {
  display: block;
  text-align: center;
}

.img_cont img {
  width: 100%;
  height: auto;
}

.align_center {
  display: block;
  text-align: center;
}

a {
  text-decoration: none;
  outline: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none
}

input[type="search"] {
  -webkit-appearance: none;
}

.inner_left {
  padding-right: 15px;
}

.inner_right {
  padding-left: 15px;
}

.slick-slide:focus {
  outline: none;
}

.slick-slide img {
  display: inline-block;
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 1;
  font-weight: normal;
}

a.img_cont:hover {
  opacity: 0.9;
}

.block {
  padding-top: 60px;
  padding-bottom: 60px;
}

/*==========================*/
.menu_button {
  height: 53px;
  width: 62px;
  right: 0px;
  top: 9px;
  text-align: center;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 999;
  margin-top: 0;
}

.menu_button.navbar-toggle {
  padding: 0px;
  margin: 0px;
}

.menu_button.active span i:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 16%;
  left: 27px;
}

.menu_button.active span i:nth-child(2) {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

.menu_button.active span i:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  top: 57%;
  left: 23px;
}

.menu_button span {
  width: 60px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
  background: transparent;
  z-index: 1;
}

.menu_button span i {
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 68%;
  height: 6px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #E11029;
  -webkit-transition: opacity .1s ease .1s, -webkit-transform .3s ease;
  transition: opacity .1s ease .1s, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .1s ease .1s;
  transition: transform .3s ease, opacity .1s ease .1s, -webkit-transform .3s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.menu_button span i:nth-child(1) {
  top: 15%;
}

.menu_button span i:nth-child(2) {
  top: 31%;
}

.menu_button span i:nth-child(3) {
  top: 47%;
}

.navbar-header {
  position: relative;
}

/*=====================*/
@media (max-width: 992px) {
  .navbar-nav {
    margin-top: 54px;
  }
}

/*--------------*/
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  padding: 4px 10px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: 0;
  box-shadow: none;
}

/*==================*/
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    margin-top: 70px;
    background: white;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    display: table;
    width: 100%;
  }

  .navbar-nav>li {
    display: table-cell;
    float: none;
    text-align: center;
  }

  .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/*===============*/
.top_phone {
  font-size: 21px;
  text-align: right;
}

.top_phone a {
  display: inline-block;
  vertical-align: top;
  color: #E20917;
  position: relative;
  top: 8px;
}

.top_phone:hover,
.top_phone:focus {
  color: #E20917;
  text-decoration: none;
}

.top_panel {
  display: table;
  width: 100%;
}

.top_panel>div {
  display: table-cell;
  vertical-align: middle;
}

.top_panel>div:first-child {
  padding-right: 15px;
}

.top_panel>div:last-child {
  padding-left: 15px;
}

.logo {
  width: 200px;
}

.navbar-default .navbar-nav>li>a {
  color: #1C71B7;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 6px;
  padding-right: 6px;
}

.navbar-default {
  background-color: transparent;
  border: 0;
  margin: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #E30F1B;
  background-color: transparent;
}

.navbar-default .navbar-nav>li {
  position: relative;
}

.navbar-default .navbar-nav>li:after {
  content: '';
  position: absolute;
  right: 0;
  width: 3px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  display: inline-block;
  background-color: #1C71B7;
}

.navbar-default .navbar-nav>li:last-child:after {
  background-color: transparent;
}

.navbar-default .navbar-nav>li:nth-child(5):after {
  background-color: #E20917;
}

.navbar-default .navbar-nav>li:nth-child(7):after {
  background-color: #FFCC00;
}

.navbar-default .navbar-nav>li:nth-child(8):after {
  background-color: #5A7247;
}

.navbar-default .navbar-nav>li:nth-child(9):after {
  background-color: #00C7FF;
}

.navbar-default .navbar-nav>li:nth-child(10):after {
  background-color: #FF6B0E;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #E30F1B;
  background-color: transparent;
}

/*===============*/
.header_footer {
  display: table;
  float: right;
  position: relative;
  margin-top: -5px;
}

.header_footer>div {
  display: table-cell;
  vertical-align: middle;
}

.header_footer>div:first-child {
  padding-right: 15px;
}

.header_footer>div:last-child {
  padding-left: 15px;
}

.terms {
  font-size: 12px;
  text-transform: uppercase;
  color: #1C71B7;
}

b {
  font-family: 'Raleway-Bold';
  font-weight: normal;
}

.social {
  display: table;
  float: right;
  position: relative;
  margin-top: -5px;
  margin-right: -5px;
}

.social>li {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}

.social>li a {
  display: block;
  width: 25px;
  height: 25px;
  font-size: 20px;
  text-align: center;
  line-height: 25px;
  color: #000;
}

.social>li a.color_dark_blue {
  color: #014B88;
}

.social>li a .flaticon-bag {
  font-size: 21px;
}

.social>li:first-child a {
  position: relative;
  left: -5px;
}

.social>li a:hover,
.social>li a:focus {
  color: #E11029;
  text-decoration: none;
}

/*==================*/
body {
  padding-top: 123px;
}

header {
  width: 100%;
  height: 123px;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  background-color: #fff;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

header.smaller {
  height: 74px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

header.smaller .top_phone,
header.smaller .header_footer {
  display: none;
}

header.smaller .top_panel {
  padding-top: 5px;
}

.user_area {
  display: inline-block;
  position: absolute;
  right: 76px;
  top: 18px;
  vertical-align: top;
}

.user_area span {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  color: #1C71B7;
  font-size: 35px;
}

/*====================================*/
.has_child {
  position: relative;
}

@media all and (min-width: 992px) {
  .sub_menu {
    width: 200px;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 20;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    -moz-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    -o-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    pointer-events: none;
  }

  .has_child:hover .sub_menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    pointer-events: auto;
    text-align: left;
  }
}

.sub_menu a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #1C71B7;
  padding: 7px 15px;
  font-family: 'Raleway-SemiBold';
  text-align: left;
}

.sub_menu a:hover,
.sub_menu a:focus {
  text-decoration: none;
  color: #E30F1B;
}

@media only screen and (min-width : 992px) {
  .sub_menu {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {

  .sub_menu,
  .sub_menu2 {
    width: auto;
    max-width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: static;
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    background: #eee;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .has_child:hover .sub_menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }

  .sub_menu {
    display: none;
  }

  .sub_menu ul {
    width: 100%;
  }

  .has_child a:hover {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
  }

  .sub_menu a {
    padding-left: 35px;
  }
}

/*==============*/
.phone_mobile {
  display: block;
  position: fixed;
  left: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  background-color: #E11029;
  color: #fff;
  font-size: 32px;
  line-height: 56px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-decoration: none;
  outline: none;
  text-align: center;
  transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -moz-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -o-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  z-index: 10;
}

.phone_mobile:hover,
.phone_mobile:focus {
  color: #E11029;
  text-decoration: none;
  background-color: #fff;
}

#toTop {
  width: 47px;
  height: 47px;
  background: #E11029;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 100;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
}

#toTop span {
  display: block;
  margin: 5px 0 0 0;
  font-size: 24px;
}

#toTop:hover {
  color: #E11029;
  text-decoration: none;
  background-color: #fff;
}

/*-------------------*/
.main_slider_wrapper {
  background-color: #EDEEEE;
}

.main_slider {
  margin-bottom: 40px;
}

.main_slider_item {
  height: 536px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*---------------------*/
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button:focus {
  opacity: 0;
}

.slick-dots li button:before,
.slick-dots li button:hover,
.slick-dots li button:focus {
  opacity: 0;
}

.main_slider .slick-dots li {
  overflow: hidden;
  width: 18px;
  height: 18px;
  background: #008BCA;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border: 1px solid #fff;
}

.main_slider .slick-dots li.slick-active {
  background: #FF0615;
}

.main_slider .slick-dots {
  bottom: -46px;
}

/*------------------------*/
.main_slider_wrapper {
  position: relative;
  padding-bottom: 30px;
  border-top: 2px solid #E62A36;
  border-bottom: 2px solid #25398B;
}

.slider_nav .prev,
.slider_nav .next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  text-shadow: 1px 1px 5px #000;
}

.slider_nav .prev:hover,
.slider_nav .next:hover,
.slider_nav .prev:focus,
.slider_nav .next:focus {
  color: #008BCA;
}

.slider_nav .next {
  right: 0;
}

.slider_nav .prev {
  left: 0;
}

.slider_nav {
  position: absolute;
  bottom: 43px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

.slider_nav .row {
  position: relative;
}

.msi_caption_wrap {
  max-width: 300px;
  height: 100%;
  background-color: rgba(29, 113, 183, .9);
  font-size: 24px;
}

.msi_caption {
  display: table;
  float: right;
  height: 100%;
  color: #fff;
  padding-right: 30px;
}

.msi_caption a {
  color: #fff;
}

.msi_caption a:hover,
.msi_caption a:focus {
  color: #E30F1B;
  text-decoration: none;
}

.msi_caption>.inner {
  display: table-cell;
  vertical-align: middle;
}

strong {
  font-family: 'Raleway-SemiBold';
  font-weight: normal;
}

.msi_caption>.inner p {
  margin-bottom: 20px;
}

.msi_caption>.inner ul {
  font-family: 'Raleway-Light';
  padding-left: 20px;
}

.msi_caption>.inner ul li {
  margin-bottom: 10px;
}

/*================*/
.seo_body {
  font-family: 'Raleway-Light';
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.seo_top {
  font-family: 'RalewayMedium';
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16px;
}

.item_greed .col-md-4,
.item_greed .col-md-6,
.bx_nav .col-md-4,
.bx_nav .col-md-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.item_greed_header {
  display: table;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}

.item_greed_header>div {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}

.item_greed_header>div:first-child {
  text-align: right;
  padding: 10px;

}

.item_greed_header>div:last-child {
  padding-left: 10px;
  width: 120px;
  text-align: center;
  padding-right: 10px;
  background-color: #fff;
}

.item_greed_box {
  background: white;
  margin-bottom: 35px;
}

.item_greed_body .img_cont {
  height: 230px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.item_greed_header.gr_1 {
  background: -moz-linear-gradient(2deg, rgba(252, 232, 233, 1) 0%, rgba(226, 9, 23, 1) 23%, rgba(226, 9, 23, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(252, 232, 233, 1)), color-stop(23%, rgba(226, 9, 23, 1)), color-stop(100%, rgba(226, 9, 23, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(2deg, rgba(252, 232, 233, 1) 0%, rgba(226, 9, 23, 1) 23%, rgba(226, 9, 23, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(2deg, rgba(252, 232, 233, 1) 0%, rgba(226, 9, 23, 1) 23%, rgba(226, 9, 23, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(2deg, rgba(252, 232, 233, 1) 0%, rgba(226, 9, 23, 1) 23%, rgba(226, 9, 23, 1) 100%);
  /* ie10+ */
  background: linear-gradient(88deg, rgba(252, 232, 233, 1) 0%, rgba(226, 9, 23, 1) 23%, rgba(226, 9, 23, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCE8E9', endColorstr='#E20917', GradientType=1);
  /* ie6-9 */
}

.item_greed_header.gr_2 {
  background: -moz-linear-gradient(2deg, rgba(225, 236, 245, 1) 0%, rgba(28, 113, 183, 1) 23%, rgba(28, 113, 183, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(225, 236, 245, 1)), color-stop(23%, rgba(28, 113, 183, 1)), color-stop(100%, rgba(28, 113, 183, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(2deg, rgba(225, 236, 245, 1) 0%, rgba(28, 113, 183, 1) 23%, rgba(28, 113, 183, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(2deg, rgba(225, 236, 245, 1) 0%, rgba(28, 113, 183, 1) 23%, rgba(28, 113, 183, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(2deg, rgba(225, 236, 245, 1) 0%, rgba(28, 113, 183, 1) 23%, rgba(28, 113, 183, 1) 100%);
  /* ie10+ */
  background: linear-gradient(88deg, rgba(225, 236, 245, 1) 0%, rgba(28, 113, 183, 1) 23%, rgba(28, 113, 183, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1ECF5', endColorstr='#1C71B7', GradientType=1);
  /* ie6-9 */
}

.item_greed_header.gr_3 {
  background: -moz-linear-gradient(2deg, rgba(227, 231, 224, 1) 0%, rgba(90, 114, 71, 1) 23%, rgba(90, 114, 71, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(227, 231, 224, 1)), color-stop(23%, rgba(90, 114, 71, 1)), color-stop(100%, rgba(90, 114, 71, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(2deg, rgba(227, 231, 224, 1) 0%, rgba(90, 114, 71, 1) 23%, rgba(90, 114, 71, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(2deg, rgba(227, 231, 224, 1) 0%, rgba(90, 114, 71, 1) 23%, rgba(90, 114, 71, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(2deg, rgba(227, 231, 224, 1) 0%, rgba(90, 114, 71, 1) 23%, rgba(90, 114, 71, 1) 100%);
  /* ie10+ */
  background: linear-gradient(88deg, rgba(227, 231, 224, 1) 0%, rgba(90, 114, 71, 1) 23%, rgba(90, 114, 71, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E3E7E0', endColorstr='#5A7247', GradientType=1);
  /* ie6-9 */
}

.item_greed_header.gr_4 {
  background: -moz-linear-gradient(2deg, rgba(255, 246, 210, 1) 0%, rgba(255, 204, 0, 1) 22%, rgba(255, 204, 0, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 246, 210, 1)), color-stop(22%, rgba(255, 204, 0, 1)), color-stop(100%, rgba(255, 204, 0, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(2deg, rgba(255, 246, 210, 1) 0%, rgba(255, 204, 0, 1) 22%, rgba(255, 204, 0, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(2deg, rgba(255, 246, 210, 1) 0%, rgba(255, 204, 0, 1) 22%, rgba(255, 204, 0, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(2deg, rgba(255, 246, 210, 1) 0%, rgba(255, 204, 0, 1) 22%, rgba(255, 204, 0, 1) 100%);
  /* ie10+ */
  background: linear-gradient(88deg, rgba(255, 246, 210, 1) 0%, rgba(255, 204, 0, 1) 22%, rgba(255, 204, 0, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF6D2', endColorstr='#FFCC00', GradientType=1);
  /* ie6-9 */
}

.item_greed_header.gr_5 {
  background: -moz-linear-gradient(2deg, rgba(225, 248, 255, 1) 0%, rgba(0, 199, 255, 1) 22%, rgba(0, 199, 255, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(225, 248, 255, 1)), color-stop(22%, rgba(0, 199, 255, 1)), color-stop(100%, rgba(0, 199, 255, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(2deg, rgba(225, 248, 255, 1) 0%, rgba(0, 199, 255, 1) 22%, rgba(0, 199, 255, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(2deg, rgba(225, 248, 255, 1) 0%, rgba(0, 199, 255, 1) 22%, rgba(0, 199, 255, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(2deg, rgba(225, 248, 255, 1) 0%, rgba(0, 199, 255, 1) 22%, rgba(0, 199, 255, 1) 100%);
  /* ie10+ */
  background: linear-gradient(88deg, rgba(225, 248, 255, 1) 0%, rgba(0, 199, 255, 1) 22%, rgba(0, 199, 255, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1F8FF', endColorstr='#00C7FF', GradientType=1);
  /* ie6-9 */
}

.item_greed_header.gr_6 {
  background: -moz-linear-gradient(2deg, rgba(255, 238, 228, 1) 0%, rgba(255, 98, 0, 1) 22%, rgba(255, 98, 0, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 238, 228, 1)), color-stop(22%, rgba(255, 98, 0, 1)), color-stop(100%, rgba(255, 98, 0, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(2deg, rgba(255, 238, 228, 1) 0%, rgba(255, 98, 0, 1) 22%, rgba(255, 98, 0, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(2deg, rgba(255, 238, 228, 1) 0%, rgba(255, 98, 0, 1) 22%, rgba(255, 98, 0, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(2deg, rgba(255, 238, 228, 1) 0%, rgba(255, 98, 0, 1) 22%, rgba(255, 98, 0, 1) 100%);
  /* ie10+ */
  background: linear-gradient(88deg, rgba(255, 238, 228, 1) 0%, rgba(255, 98, 0, 1) 22%, rgba(255, 98, 0, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEE4', endColorstr='#FF6200', GradientType=1);
  /* ie6-9 */
}

.bx_nav_box {
  margin-bottom: 30px;
}

.bx_nav_header {
  background-color: #1C71B7;
  color: white;
  font-size: 24px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #FF171A;
  margin-bottom: 5px;
}

.bx_nav_body .img_cont {
  height: 230px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.bx_nav_body .img_cont:hover,
.bx_nav_body .img_cont:focus {
  text-decoration: none;
}

.bx_nav_body .img_cont>strong {
  font-size: 30px;
  color: #1C71B7;
  display: table;
  /*width: 100%;*/
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.bx_nav_body .img_cont strong>strong {
  display: table-cell;
  vertical-align: middle;
}

.bx_nav_body .img_cont>strong>strong span {
  font-size: 23px;
  color: #E62A36;
  display: block;
}

/*======================*/
.footer_body {
  display: table;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer_body>div {
  display: table-cell;
  vertical-align: top;
}

.footer_body>div:first-child {
  padding-right: 15px;
}

.footer_body>div:nth-child(2),
.footer_body>div:nth-child(3) {
  padding-left: 15px;
  padding-right: 15px;
}

.footer_body>div:last-child {
  padding-left: 15px;
}

footer {
  background-color: #1C71B7;
  color: #fff;
  font-size: 14px;
  padding-bottom: 40px;
}

footer a {
  color: #fff;
}

footer a:hover,
footer a:focus {
  color: #fff;
  text-decoration: none;
}

/*------------*/
.footer_col_title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sp_list {
  display: table;

}

.sp_list>div {
  display: table-cell;
  vertical-align: middle;
}

.sp_list>div:first-child {
  padding-right: 15px;
}

.sp_list>div:nth-child(2n) {
  padding-left: 15px;
  padding-right: 15px;
}

.sp_list>div:last-child {
  padding-left: 15px;
}

.footer_col ul {
  font-family: 'Raleway-ExtraBold';
}

.footer_col ul li {
  margin-bottom: 5px;
}

.soc_f {
  display: table;
}

.soc_f>span {
  display: table-cell;
  vertical-align: middle;
}

.soc_f>span:first-child {
  padding-right: 5px;
  font-size: 20px;
  color: #000;
}

.soc_f>span:last-child {
  padding-left: 5px;
}

.payment_greed img {
  vertical-align: top;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 4px;
}

.wimgp {
  background-color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/*======================*/
.banner {
  border-top: 2px solid #E30F1B;
  border-bottom: 2px solid #E30F1B;
  height: 350px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.breadcrumb {
  padding: 8px 10px;
  padding-left: 0;
  margin-bottom: 10px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  margin-top: 10px;

  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Raleway-Bold';
}

.breadcrumb a {
  color: #1C71B7;
  font-family: 'RalewayMedium';
}

.breadcrumb>.active {
  color: #1C71B7;
}

.breadcrumb>li+li:before {
  padding: 0 10px;
  color: inherit;
  content: "\003E";
  color: #E30F1B;
  top: -2px;
  position: relative;
}

@media only screen and (max-width : 768px) {
  .breadcrumb>li {
    display: none;
  }

  .breadcrumb>li:nth-last-child(2) {
    display: block;
  }

  .breadcrumb>li+li:before {
    content: "\f106";
    font-family: Flaticon;
    top: 0;
  }
}

/*=========================*/
.search_block_body {
  background-color: #EDEEEE;
  -webkit-box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, 0.15);

}

.search_panel {
  display: table;
  width: 100%;
}

.search_panel>div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.search_panel>div:first-child {
  padding-right: 0px;
}

.search_panel>div:last-child {
  padding-left: 0px;
}

/*------------*/
.sp_left {
  display: table;
  font-family: 'Raleway-SemiBold';
}

.sp_left>div {
  display: table-cell;
  vertical-align: middle;
}

.sp_left>div:first-child {
  padding-right: 0px;
}

.sp_left>div:last-child {
  padding-left: 0px;
}

.sp_left .blue_button {
  display: table;
  height: 38px;
  background-color: #1D71B7;
  border: 1px solid #1D71B7;
  color: #fff;
  outline: none;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
  white-space: nowrap;
}

.sp_left .blue_button:hover,
.sp_left .blue_button:focus {
  background-color: #fff;
  color: #1D71B7;
  text-decoration: none;
  outline: none;
}

.sp_left button[type=submit]>span {
  display: table-cell;
  vertical-align: middle;
}

.sp_left button[type=submit]>span:first-child {
  padding-right: 0px;
  font-size: 24px;
}

.sp_left button[type=submit]>span:last-child {
  padding-left: 0px;
}

input[type=text],
input[type=email],
input[type=tel] {
  border: 1px solid #ccc;
  outline: none;
  margin-bottom: 10px;
  color: #000;
  background: #FFF;
  height: 38px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  padding: 0px 15px;
}

.search_panel input[type=text],
.search_panel input[type=email],
.search_panel input[type=tel] {
  border: 0px;
  margin-bottom: 0px;
  background: transparent;
  color: #1C71B7;
}

.sp_left .red_button {
  height: 38px;
  background-color: #E30F1B;
  border: 1px solid #E30F1B;
  color: #fff;
  outline: none;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
  white-space: nowrap
}

.sp_left .red_button:hover,
.sp_left .red_button:focus {
  background-color: #fff;
  color: #E30F1B;
  text-decoration: none;
  outline: none;
}

/*=================================*/
.sp_right {
  display: table;
  table-layout: fixed;
}

.sp_right>div {
  display: table-cell;
  vertical-align: middle;
}

.sp_right>div:first-child {
  padding-right: 15px;
}

.sp_right>div:nth-child(2) {
  padding-right: 15px;
  padding-left: 15px;
}

.sp_right>div:last-child {
  padding-left: 15px;
}

/*=======================*/
.basic_select.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  outline: none;
  min-width: 200px;
  height: 38px;
}

.basic_select .btn-default {
   background-color: #EDEEEE;
  border-color: #EDEEEE;
  outline: none;
  font-family: 'Raleway-SemiBold';
  color: #1C71B7;
-webkit-box-shadow: inset -3px 1px 2px 0px rgba(0,0,0,0.2);
-moz-box-shadow: inset -3px 1px 2px 0px rgba(0,0,0,0.2);
box-shadow: inset -3px 1px 2px 0px rgba(0,0,0,0.2);
 border-radius: 0px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
}

.basic_select.bootstrap-select.btn-group .dropdown-menu li a span.text {
  color: #1C71B7;
  /*text-transform: uppercase;*/
}

.basic_select .btn-default.active.focus,
.basic_select .btn-default.active:focus,
.basic_select .btn-default.active:hover,
.basic_select .btn-default:active.focus,
.basic_select .btn-default:active:focus,
.basic_select .btn-default:active:hover,
.basic_select.open>.dropdown-toggle.btn-default.focus,
.basic_select.open>.dropdown-toggle.btn-default:focus,
.basic_select.open>.dropdown-toggle.btn-default:hover {
  color: #1C71B7;
  background-color: #EDEEEE;
  border-color: #EDEEEE;
  outline: none;
}

.basic_select .btn-default.active,
.basic_select .btn-default:active,
.basic_select.open>.dropdown-toggle.btn-default {
  color: #1C71B7;
  background-color: transparent;
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.basic_select.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.basic_select.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline: none !important;
  outline-offset: -2px;
}

.basic_select .caret {
  border: 0px;
  position: relative;
  font-family: Flaticon;
}
.basic_select .dropdown-menu>li>a:focus, 
.basic_select .dropdown-menu>li>a:hover {
    color: #1C71B7;
    text-decoration: none;
    background-color: transparent;
}
.basic_select .caret:after {
  content: '\f10a';
  position: absolute;
  top: -7px;
  left: -12px;
 color: #1C71B7;
}
::-webkit-input-placeholder {
  color: #8A8A8A;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

::-moz-placeholder {
  color: #8A8A8A;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #8A8A8A;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #8A8A8A;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

::placeholder {
  color: #8A8A8A;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*=============*/
.red_color {
  color: #E30F1B;
}

.blue_color {
  color: #1C71B7;
}

/*=====================*/
.case_studies {}

.case_studies_header {
  color: #1C71B7;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
  background-color: #D2E3F1;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #E20917;
}

.case_studies_header b {
  display: block;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 10px;
}

.case_studies_nav ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.case_studies_nav ul li {}

.case_studies_nav ul li a {
  padding: 5px 0;
  display: block;
  color: #1C71B7;
  font-size: 18px;
  font-family: 'Raleway-Bold';
  border-bottom: 1px solid transparent;
}

.case_studies_nav ul li.active a {
  border-color: #E20917;
}

.case_studies_nav ul li a:hover,
.case_studies_nav ul li a:focus {
  color: #1C71B7;
  text-decoration: none;
}

/*==============*/
.case_studies_body {
  display: table;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  table-layout: fixed;
}

.case_studies_body>div {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.case_studies_body>div:first-child {
  padding-right: 25px;
}

.case_studies_body>div:last-child {
  padding-left: 25px;
}

/*------------*/
.cst_top {
  display: table;
  width: 100%;
}

.cst_top>div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.cst_top>div:first-child {}

.cst_top>div:nth-child(2) {}

.case_title {
  display: block;

  font-size: 24px;
  color: #1C71B7;
}

.cst_top>div:last-child {}

.cst_top_nav {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #E20917;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.cst_top_nav:hover,
.cst_top_nav:focus {
  color: #1C71B7;
  text-decoration: none;
}

#back_a {
  left: -50px;
}

#forward_a {
  right: -30px;
}

.cst_txt {
  padding-right: 30px;
  font-family: 'RalewayMedium';
  padding-top: 30px;
}

/*----------*/
.case_studies_slider_item {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 350px;
}

.css_nav_item {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 105px;
  margin-left: 5px;
  margin-right: 5px;
}

.case_studies_slider_nav {
  margin-top: 10px;
}

.case_studies_slider .slick-dots li {
  overflow: hidden;
  width: 18px;
  height: 18px;
  background: #008BCA;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border: 1px solid #fff;
}

.case_studies_slider .slick-dots li.slick-active {
  background: #FF0615;
}

.case_studies_slider .slick-dots {
  bottom: -46px;
}

/*------------------*/
.contact_block {
  border-top: 2px solid #E30F1B;
}

.contact_info {
  background-color: #1C71B7;
  color: white;
}

.contact_info_header {
  line-height: 1;
  font-size: 36px;
  padding-top: 15px;
  padding-bottom: 15px;

}

.map {
  width: 100%;
  height: 320px;
}

.contact_info_txt_body {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  color: white;
  font-family: 'RalewayMedium';
  text-align: center;
}

.contact_info_txt_body>.inner {
  display: table;
  width: 100%;
}

.contact_info_txt_body>.inner>div {
  display: table-cell;
  vertical-align: middle;
}

.contact_info_txt_body a {
  color: white;
}

.contact_info_txt_body a:hover,
.contact_info_txt_body a:focus {
  color: white;
  text-decoration: none;
}

.contact_info_txt_body li {
  margin-bottom: 7px;
}

/*====================*/
.feedback_form_header {
  color: #1C71B7;
  text-align: center;
  font-size: 24px;
}

.feedback_form_body {
  display: table;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.feedback_form_body>div {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.feedback_form_body>div:first-child {
  padding-right: 15px;
}

.feedback_form_body>div:last-child {
  padding-left: 15px;
}

.form_row label {
  color: #1C71B7;
  white-space: nowrap;
  padding-top: 5px;
}

.form_row ul {
  display: table;
  width: 100%;
}

.form_row ul li {
  display: table-row;
}

.form_row ul li>div {
  display: table-cell;
  vertical-align: top;
  padding-top: 3px;
  padding-bottom: 3px;
}

.form_row ul li>div:first-child {
  padding-right: 5px;
  text-align: right;
  width: 94px;
}

.form_row ul li>div:last-child {
  padding-left: 5px;
}

/*=================*/
.form_row_2 {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.form_row_2>div {
  display: table-cell;
  vertical-align: middle;
}

.form_row_2>div:first-child {
  padding-right: 5px;
}

.form_row_2>div:last-child {
  padding-left: 5px;
}

textarea {
  border: 1px solid #ccc;
  outline: none;
  color: #000;
  background: #FFF;
  height: 146px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  padding: 10px 15px;
  resize: none;
  margin-bottom: 10px;
}
/*===============*/
.select_tb {
  display: table;
  table-layout: fixed;
}
.select_tb>div {
  display: table-cell;
  vertical-align: middle;
}
.select_tb>div:first-child {
  padding-right: 5px;
}
.select_tb>div:last-child {
  padding-left: 5px;
}
.search_panel {
  position: relative;
}
.select_list {
   position: absolute;
   top: 100%;
   left:0;
   width: 100%;
   padding:0 20px;
   color: #fff;
   background-color: rgba(28,113,183,.9);
   display: none;
   z-index: 1;
}
.open_select_list {
    color:#1C71B7;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    padding-right: 23px;
    position: relative;
    /*background: lime;*/
    cursor: pointer;
    padding-left: 5px;
    vertical-align: middle;
      white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}
.open_select_list:after {
    content: '\f10a';
    color:#E30F1B;
    position: absolute;
    font-size: 16px;
    top: 0;
    right:0px;
    font-family: "Flaticon";
}
.sel_item {
     white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    color:#E30F1B;
    display: block;
    font-size: 14px;
    font-family: 'Raleway-SemiBold';
    position: relative;
    top: 2px;
    max-width: 100px;
}
.select_tb_wrap {
  padding-left: 5px;
  padding-right: 5px;
}
.select_list {  
   /* -webkit-column-count:9;  
    -moz-column-count:9;  
    column-count:9;  */
}  
.select_list ul li {  
   width: 11.111%;
   float: left;
} 
.select_list a {  
    color: #fff;
    padding:  10px;
    display: block;
       white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}  
.select_list a:hover,.select_list a:focus {
  background-color: #E30F1B;
  color: #fff;
  text-decoration: none;
}
/*==================*/
.item_page {
   border-top: 2px solid #E30F1B;
   padding-bottom: 60px;
}
.item_body {
  padding-top: 40px;
   font-family: 'Oxygen-regular';
}
.item_block b {
  font-family: 'Oxygen-Bold';
}
.item_silder_item {
  display: block;
   height: 300px;
   -webkit-background-size: contain;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center center;
}
.item_silder_nav_item {
  display: block;
   height:100px;
   -webkit-background-size: contain;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center center;
   margin: 10px ;
}
.item_info_header {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.item_info {
    padding-left: 50px;
}
.subtitle {
    margin-top: 5px;
    font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #1C71B7;
}
.item_info_body {

}
.item_info_body ul  {
   padding-left: 20px;
   font-size: 14px;
}
.item_info_body ul li {
   margin-bottom: 15px;
}
/*-----------*/
.select_group {
   margin-top: 30px;
}
.select_group label {
   color: #1C71B7;
   text-transform: uppercase;
   font-size: 18px;
}
.select_group >ul {
  display: table;
  width: 100%;
}
.select_group >ul> li {
  display: table-row;
}
.select_group >ul> li>div {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 10px;
}
.select_group >ul> li>div:first-child {
  padding-right: 15px;
}
.select_group >ul> li:last-child {
  padding-left: 15px;
}
.total_prise_item {
  font-size: 26px;
  text-transform: uppercase;
  color: #1C71B7;
}
/*-------------*/
.back_link {
  display: inline-block;
  vertical-align: top;
  padding: 5px 30px;
  padding-right: 35px;
  color: #1C71B7;
  font-size: 18px;
   font-family: 'Oxygen-regular';
   line-height: 1;
   background-color: #EDEEEE;
   border: 1px solid #EDEEEE;
   line-height: 26px;
   vertical-align: middle;
}
.back_link:hover, .back_link:focus {
  background-color: transparent;
   color: #1C71B7;
  text-decoration: none;
  border-color: #1C71B7;
}
.item_info_footer .back_link {
       margin-top: 32px;
}
/*-------------------------*/
.item_info_basket {
  display: table;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}
.item_info_basket>div {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 15px;
}
.item_info_basket>div:first-child {
  padding-left: 0px;
}
.item_info_basket>div:last-child {
  
}
/*==========================*/
.figure_wrapper {
    width: 30px;
    float: left;
    display: block;
    overflow: hidden;
}
.figure_wrapper button {
    width: 100%;
    border: 0;
    display: block;
    color: black;
    background: transparent;
    font-size: 18px;
    font-family: 'Oxygen-regular';
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    height: 33px;
    line-height: 33px;
}

.quantity {
    border: 1px solid #C3C4C5;
    border-radius: 6px; 
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
    width: 98px;
    overflow: hidden;
    background: #EDEEEE;
}
.quantity input[type=text] {
    width: 36px;
    float: left;
    display: block;
    height: 33px;
    line-height: 33px;
    border: 0;
    outline: 0;
    text-align: center;
    background: #FFFFFF;
    color: black;
    border-right: 1px solid #C3C4C5;
    border-left: 1px solid #C3C4C5;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-family: 'Oxygen-regular';
    font-size: 16px !important;
     border-radius: 0px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
}
/*================*/
.blue_button_submit {
  font-family: 'Oxygen Light';
  display: inline-block;
  background-color: #0079B5;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #0079B5;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
                cursor: pointer;
}
.blue_button_submit:hover, .blue_button_submit:focus {
  background-color: transparent;
  color: #0079B5;
  text-decoration: none;
}
.basket_sum {
  text-transform: uppercase;
}
.basket_sum b {
  display: block;
}
.bsk_button {
     border-radius: 0px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   display: inline-block;
  background-color: #fff;
  font-size: 18px;
  text-align: left;
  padding: 0px 10px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ccc;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  min-width: 130px;
}
.grey_basket {
     border-radius: 0px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   display: inline-block;
  background-color: #EDEEEE;
  font-size: 18px;
  text-align: center;
  padding: 0px 20px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #EDEEEE;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  color: #0079B5;
  vertical-align: middle;
}
.grey_basket:hover, .grey_basket:focus {
  background-color: transparent;
  color: #0079B5;
  text-decoration: none;
  border-color: #0079B5;
}
.page_wrapper {
    border-top: 2px solid #E30F1B;
}
.page_header_txt b {
   font-size: 24px;
}
.page_header_txt  {
   font-size: 14px;
   padding-top: 30px;
   padding-bottom: 30px;
}
.prheader {
    display: block;
    font-size: 24px;
    line-height: 1;
     white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    padding: 20px 10px;
    text-transform: uppercase;
}
.product_box  {
   text-align: center;
   margin-bottom: 40px;
}
.product_box a {
   display: block;
   color: #000;
}
.product_box a:hover, .product_box a:focus {
  color: #000;
  text-decoration: none;
  opacity: .9;
}
.product_box .img_cont {
    -webkit-background-size: contain;
    background-size: contain;
    height: 200px;

    background-repeat: no-repeat;
    background-position: center center;
}
.more_info {
   display: block;
   padding: 10px;
   text-transform: uppercase;
   font-size: 18px;
   line-height: 1;
}
.product_greed_wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}