.board-list.stadium .section-type-title, .board-list.stadium .width-size-title {background-color: #3bb08f; color: #fff;}
.board-list.stadium .section-type-title::after {border-left: 20px solid #3bb08f; }
.board-list.stadium .width-size-title::after {border-left: 15px solid #3bb08f;}

.border_stadium .white_block {
    border-left: 2px solid rgba(59, 176, 143, 1);
}

.board-list.stadium .board-item:hover .item_name, .board-list.stadium .board-item:hover .icons_block i, .board-list.stadium .board-item:hover .top_icons span {
    background-color: rgba(59, 176, 143, 1);
    color: #fff;
}

.stadium_bg {
    background: #3bb08f;
}

.big-5-top
{
    padding: 0 5px;
    background: #fff;
    display: inline-block;
}
.container_blocks .section .cont_title i.dew-stadium
{
    font-size: 20px;
    padding: 2px 0 3px 0;
}

/*--- MENU TYPE 1----*/
.section-txt
{
    margin-bottom: 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px;
}

.section-txt:before
{

}
.menu-type-1
{
    margin-bottom: 0px;
}
.menu-type-1 .menu-item-img img
{
    width: 100%;
    max-width: 100%;
}
.menu-type-1 .menu-section
{
    border: 1px solid #d9d9d9;
    padding: 20px 20px 5px 20px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.menu-type-1  .menu-block-title
{
    font-size: 16px;
    margin-bottom: 15px;
    text-decoration: none;
    cursor: pointer;
    /* background-image: linear-gradient(-225deg, #473B7B 0%, #3584A7 51%, #30D2BE 100%);*/
    color: #fff;
    display: inline-block;
    padding: 15px 15px 15px 15px;
    line-height: 1;
    vertical-align: middle;
    background: #0B63F6;
    transition: .2s linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    width: 100%;
    text-align: center;
}
.menu-type-1  .menu-block-title:hover
{
    box-shadow: 0 0 0 2px white, 0 0 0 4px #3C82F8;
}
.menu-type-1 .menu-item-t1
{
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}
.menu-item-t1
{
    width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-align-last: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    height: 200px;
    text-decoration: none;
}
.menu-item-t1 .imgFill {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.menu-item-t1 .image-box
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.menu-item-t1 .image-box img
{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s;
}
.menu-item-t1 .image-box .overlay
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: all 0.3s;
}

.menu-item-t1:hover .image-box .overlay {
    opacity: 1;
}

.menu-item-t1 .item-title
{
    display: block;
    position: relative;
    z-index: 100;
    padding: 10px 0;
    text-shadow: 0px 1px 3px #333;
    color: #fff;
    text-decoration: none;
}

.menu-item-t1 .content-box {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.menu-item-t1.content-box h2 a {
    font-size: 60px;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
}

.menu-item-t1 .content-box p {
    color: #1b1f35;
    font-size: 12px;
}

.menu-item-t1 .content-box {
    display: table;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    transition: all 0.3s;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.menu-item-t1:hover .content-box {
    opacity: 1;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}
.menu-item-t1 .content-box .item-icon
{
    margin-bottom: 15px;
}
.menu-item-t1 .content-box .item-icon i
{
    font-size: 40px;
    color: #2b314f;
}
.menu-item-t1 .sub-title
{
    color: #2b314f;
    margin-bottom: 15px;
}

.menu-item-t1 .content-inner
{
    display: table-cell;
    vertical-align: middle;
}
a.menu-item-t1
{
    color: #212529;
}
.menu-item-t1 .item-txt
{
    font-size: 12px;
}

/*----------------*/
.header-top-list a
{
    display: inline-block;
    padding: 5px 15px 5px 15px;
    line-height: 1;
    vertical-align: middle;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.header-top-list a i
{
    font-size: 20px;
}

.header-top-list a span
{
    line-height: 1;
    vertical-align: middle;
}
.whatsapp-top a i {
    color: #24CC60;
}
.whatsapp-top a
{
    background-color: #24CC60;
}
.whatsapp-top a i,
.offset-header .header-top-list li.whatsapp-top a span
{
    color: #fff;
}

.tg-top a
{
    background-color: #00ABC9;
}
.tg-top a i,
.offset-header .header-top-list li.tg-top a span
{
    color: #fff;
}
.contact-img
{
    text-align: center;
}
.contact-img img
{
    width: auto;
}
/*
* SECTION MENU
*/
.section-item
{
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.section-item a
{
    text-decoration: none;
    color: #fff;
    display: inline-block;
}
.section-title {
    display: block;
    position: relative;
    z-index: 100;
    padding: 10px 0;
    text-shadow: 0px 1px 3px #333;
}
.section-hover
{
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    transition: all 0.3s;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #000;
    background: rgba(255, 255, 255, 0.9);
}
.sh-table
{
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.sh-inner
{
    display: table-cell;
    vertical-align: middle;
}

.section-item:hover .section-hover {
    opacity: 1;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}
/*
* DOWNLOAD TAB
*/
.download-tbl
{
    overflow-x: auto;
}
.download-tbl table
{
    width: 100%;
    /* min-width: 920px;*/
    text-align: center;
    overflow: hidden;
}
.download-tbl thead {
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.download-tbl thead tr td {
    padding: 10px 0px;
    text-align: center;
    position: relative;
    background: #f0f0f0;
    font-weight: bold;
}
.download-tbl table tbody td
{
    padding: 10px 0px;
    border-right: 1px solid #fff;
    min-width: 50px;
    vertical-align: middle;
    text-align: left;
}
.download-tbl table tbody td:nth-child(1)
{
    width: 60%;
}
.download-tbl table tbody tr:nth-child(2n) {
    /* background: #f0f0f0;*/
}
.download-tbl tr td:nth-child(1)
{
    text-align: left;
}
.download-tbl img
{
    width: 30px;
}
.d-file-size
{
    display: inline-block;
    margin-left: 10px;
    color: #212529;
    text-decoration: underline;
}
.download-tbl a:hover > .d-file-size
{
    text-decoration: none;
}
.download-tbl .dop-file
{
    border-top: 1px solid #dadada;
}

/*-----------*/
/*
* CUSTOM
*/
.pl-0
{
    padding-left: 0;
}
.mt-0
{
    margin-top: 0;
}
img
{
  max-width: 100%;
}
.i-left i
{
   margin-left: 0px;
   margin-right: 7px;
}
.check
{
  list-style-type: none;
  padding-left: 15px;.top_icons span
  margin: 0;
}
.check li
{
margin-bottom: 8px;
display: table;
}

.check li span
{
display: table-cell;
}

.check li::before
{
content: "\f00c";
display: table-cell;
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 5px;
}
.border_standart .white_block {border-left: 2px solid rgba(244, 221, 26, 1);}
.border_wall .white_block {border-left: 2px solid rgba(255, 105, 31, 1);}
.border_heavy .white_block {border-left: 2px solid rgba(60, 171, 80, 1);}
.border_hydro .white_block {border-left: 2px solid rgba(37, 184, 215, 1);}
.border_metall .white_block {border-left: 2px solid rgba(204, 55, 23, 1);}
.border_concrete .white_block {border-left: 2px solid rgba(187, 149, 34, 1);}
.border_flex .white_block {border-left: 2px solid #66b2e3;}
.border_fiber .white_block {border-left: 2px solid rgba(187, 149, 34, 1);}
.border_control .white_block {border-left: 2px solid #ffc107;}
.border_firestop .white_block {border-left: 2px solid #5f2a00;}
.border_skirting .white_block {border-left: 2px solid rgba(222, 0, 0, 1);}
.border_roof .white_block {border-left: 2px solid rgba(143, 73, 191, 1);}

.white_block {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    margin-bottom: 30px;
}

.tbl-j
{
 table-layout: fixed
}
.pdf_dwg a
{
  text-decoration: none;
 font-size: 25px;
}
i.dew-pdf {color: #C30B15;}
i.dew-dwg {color: #2F649F;}

.red-box .red-title
{
 font-size: 25px;
 color: red;
 margin-bottom: 10px;
}

.red-box
{
font-size: 16px;
border: 2px solid red;
padding: 20px;
text-align: justify;
line-height: 1.2;
}

/*
* MAIN BLOCKS
*/
.box-t1-title
{
    display: block;
    position: relative;
    z-index: 100;
    padding: 10px 0;
    text-shadow: 0px 1px 3px #333;
}

.box_bg_wall .box-t1-title {background-color: rgba(255, 105, 31, 0.86);}
.box_bg_standart .box-t1-title {background-color: rgba(224, 203, 24, 0.86)}
.box_bg_heavy .box-t1-title {background-color: rgba(60, 171, 80, 0.6);}
.box_bg_hydro .box-t1-title {background-color: rgba(37, 184, 215, 0.6);}
.box_bg_metall .box-t1-title {background-color: rgba(204, 55, 23, 0.6);}
.box_bg_concrete .box-t1-title {background-color: rgba(187, 149, 34, 0.6);}
.box_bg_bridge .box-t1-title {background-color: rgba(77, 51, 139, 0.8);}
.box_bg_control .box-t1-title {background-color: rgba(255, 193, 7, 0.8);}
.box_bg_firestop .box-t1-title {background-color: rgba(95, 42, 0, 0.9);}
.box_bg_roof .box-t1-title {background-color: rgba(143, 73, 191, 0.9);}


/*
.box_bg_wall {border-left: 3px solid rgba(255, 105, 31, 0.86);}
.box_bg_standart {border-left: 3px solid rgba(224, 203, 24, 0.86);}
.box_bg_heavy {border-left: 3px solid rgba(60, 171, 80, 0.6);}
.box_bg_hydro {border-left: 3px solid rgba(37, 184, 215, 0.6);}
.box_bg_metall {border-left: 3px solid rgba(204, 55, 23, 0.6);}
.box_bg_concrete {border-left: 3px solid rgba(187, 149, 34, 0.6);} */

.box-t1-icon
{
height: 50px;
margin-bottom: 10px;
}

.main-pr-blocks
{
width: 100%;

}

.main-pr-blocks .imgFill {
  width: 100%;
    height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.main-pr-blocks .module-content {
	padding: 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
  display: inline-block;
  text-align: center;
  text-align-last: center;
      box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.main-pr-blocks .module-content.box2
{
  height: 280px;
  width: 100%;
}
.main-pr-blocks .module-content.box1
{
  width: 570px;
  height: 400px;
      margin-bottom: 25px;
}

.main-pr-blocks .module-content.box3
{
  height: 280px;
  width: 100%;
}

.main-pr-blocks .module-content.box_2item
{
  height: 280px;
  width: 550px;
}

.content-inner
{
     display: table-cell;
    vertical-align: middle;
}



.main-pr-blocks .image-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.main-pr-blocks .image-box img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.3s;
}

.main-pr-blocks .image-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background-color: rgba(255, 255, 255, 0.9);
	opacity: 0;
	transition: all 0.3s;
}

.main-pr-blocks .module-content:hover .image-box .overlay {
	opacity: 1;
}

.main-pr-blocks .content-box {
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.main-pr-blocks .content-box h2 a {
	font-size: 60px;
	line-height: 1.3;
	font-weight: bold;
	color: #fff;
}

.main-pr-blocks .content-box p {
	color: #1b1f35;
  font-size: 14px;
}

.main-pr-blocks .content-box {
display: table;
    height: 100%;
    width: 100%;
    padding: 0 20px;
	text-align: center;
	transition: all 0.3s;
	opacity: 0;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.main-pr-blocks .module-content:hover .content-box {
	opacity: 1;
	-webkit-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
}





.main-pr-blocks .light16.button {
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
}
.main-pr-blocks .white2.button {
	color: #fff;
}
.main-pr-blocks a:link, .main-pr-blocks  a:visited, .main-pr-blocks  a:active, .main-pr-blocks  a:focus {
	color: #fff;
	text-decoration: none;
}
.main-pr-blocks a.button, .main-pr-blocks .button {
	display: inline-block;
	padding: 20px 15px;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out 0s;
}

/*
OBJECTS
*/
.prof_ico
{
margin-bottom: 15px;
}

.prof_ico img
{
  width: 45px;
  vertical-align: middle;
  margin-right: 5px;
}
.title_ico
{
	vertical-align: middle;
	display: inline-block;
}
.ico_txt
{
vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
	line-height: 1.5;
  max-width: 650px;
}

.ico_txt a
{
	line-height: 1.5;
}

.ico_txt a
{
	margin-bottom: 0;
}

/*
* CONTROL PANEL PRODUCT
*/
.control_right
{
float: right;
text-align: center;
}
.control_left
{
text-align: left;
}

.control_left a:nth-child(2)
{
float: left;
    margin-right: 5px;
}
.control_left a:nth-child(3)
{
    float: left;
    margin-right: 5px;
}
.profile-type-filter .type_view_btn
{
    min-width: 150px;
    text-align: center;
}
.profile-type-filter
{
    display: inline-block;
}
.profile-type-filter p,
#seam_width p
{
    text-align: center;
}

.control_item select
{
   padding: 6px 10px;
    border: 1px solid #202639;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
}

.control_item select:active,
.control_item select:focus
{
outline: none;
}
/*
* TABS
*/
/*tabs*/
/* Tabbed Styles */
/*tabs*/

ul#tab
{
margin: 0;
padding: 0;
margin-top: 30px;
    list-style-type: none;
}


ul#tab li.active, ul#tab li ul.tab_city li.active {
    display: list-item;
}

ul#tab li {
    display: none;
    padding-left: 5px;
}

ul#tab li li, ul#tab li ul.tab_city li li {
    display: list-item;
}


.profile_photos ul
{
padding: 0;
list-style-type: none;
}

ul#tab li .profile_photos ul li
{
display: inline-block;
}


.tabbed {
  width: 100%;
  min-width: 400px;
  margin: 0 auto;
    margin-bottom: 0;
  margin-top: -72px;
 /* border-bottom: 4px solid #000;*/
  overflow: hidden;
  transition: border 250ms ease;
}
.help-tabs .tabbed
{
    margin-top: 15px;
}
.content_help .info-block-t1
{
    margin-bottom: 15px;
}
.tabbed ul {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  float: left;
  padding-left: 25px;
padding-right: 25px;
  list-style-type: none;
}
.tabbed ul * {
  margin: 0px;
  padding: 0px;
}
.tabbed ul li {
  display: block;
  float: right;
  padding: 10px 15px 8px;
  background-color: #FFF;
  margin-right: 25px;
  z-index: 2;
  position: relative;
  cursor: pointer;
  color: #fff;
  transition: all 250ms ease;
}
.tabbed ul li i
{
margin-left: 10px;
}
.tabbed ul li:before,
.tabbed ul li:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 25px;
  background-color: #FFF;
  transition: all 250ms ease;
}
.tabbed ul li:before {
  right: -10px;
  transform: skew(30deg, 0deg);
  box-shadow: rgba(0,0,0,.4) 3px 2px 5px, inset rgba(255,255,255,.09) -1px 0;
}
.tabbed ul li:after {
  left: -10px;
  transform: skew(-30deg, 0deg);
  box-shadow: rgba(0,0,0,.2) -3px 2px 5px, inset rgba(255,255,255,.09) 1px 0;
}
.tabbed ul li:hover,
.tabbed ul li:hover:before,
.tabbed ul li:hover:after {
  background-color: #F4F7F9;
  color: #444;
}
.tabbed ul li.active {
  z-index: 3;
}
.tabbed ul li.active,
.tabbed ul li.active:before,
.tabbed ul li.active:after {
  background-color: #000;
  color: #fff;
}
.tabbed.tabbed-city ul li {
    margin-right: 10px;
}

/* Round Tabs */
.tabbed.round ul li {
  border-radius: 8px 8px 0 0;
}
.tabbed.round ul li:before {
  border-radius: 0 8px 0 0;
}
.tabbed.round ul li:after {
  border-radius: 8px 0 0 0;
}

.switcher-box a.skin-belize-hole span {
  background: #2980B9;
}
.tabbed.skin-belize-hole {
  /*border-bottom-color: #2980B9;   */
}
.tabbed.skin-belize-hole ul li,
.tabbed.skin-belize-hole ul li:before,
.tabbed.skin-belize-hole ul li:after {
  background: #61deff;
    background: -moz-linear-gradient(top, #61deff 0%, #25b8d6 100%);
    background: -webkit-linear-gradient(top, #61deff 0%,#25b8d6 100%);
    background: linear-gradient(to bottom, #61deff 0%,#25b8d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61deff', endColorstr='#25b8d6',GradientType=0 );
}
.tabbed.skin-belize-hole ul li:hover,
.tabbed.skin-belize-hole ul li:hover:before,
.tabbed.skin-belize-hole ul li:hover:after {
  background-color: #4FA6DF;
  color: #fff;
}
.tabbed.skin-belize-hole ul li.active,
.tabbed.skin-belize-hole ul li.active:before,
.tabbed.skin-belize-hole ul li.active:after {
  background: #fff;
  color: #212529;
}

.tabbed.skin-belize-hole ul li span
{
       z-index: 10;
    position: relative;
}

/*
* DETAIL PAGE
*/
.chr_dop
{
margin-bottom: 15px;
}




/*
BOARD PRODUCT ITEMS LIST
*/
.section-info-item
{
    display: table;
    height: 100%;
    vertical-align: middle;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.section-info-item .si-inner
{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    padding: 10px;
}
.section-block-icon
{
    font-size: 60px;
    text-align: center;
}
.section-info-item .si-inner p
{
    margin-bottom: 0;
}
.board-list.skirting .section-info-item
{
background-color: rgba(222, 0, 0, 1);
    color: #fff;
}

.board-list.concrete .section-info-item,
.bg_concrete
{
    background-color: rgba(187, 149, 34, 1);
    color: #fff;
}
.board-list.bridge .section-info-item,
.bridge-bg
{
    background-color: rgba(77, 51, 139, 1);
    color: #fff;
}
.profiles-bg
{
    color: #fff;
    background: #2b314f;
}
.water-bg
{
    color: #fff;
    background: rgba(31, 106, 184, 1);
}
.design-bg
{
    color: #fff;
    background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
}
.firestop-bg,
.board-list.firestop .section-info-item
{
    color: #fff;
    background-color: rgba(95, 42, 0, 1);
}

.control-bg,
.board-list.control .section-info-item
{
    background-color: rgba(255, 193, 7, 1);
}
.board-list
{
    /*text-align: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
    text-align-last: justify;*/
    width: 100%;
    margin-top: 15px;
}
.board-item-div
{
    margin-bottom: 15px;
}
.board-item
{
display: inline-block;
    width: 100%;
text-align: center;
text-align-last: center;
position: relative;
box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    text-decoration: none;
        line-height: 1;
}

.board-item img
{
  width: 100%;
}


.board-item .item_name
{
display: block;
    width: 100%;
    padding: 10px 0;
    color: #212529;
        background-color: rgb(238, 238, 238);
    transition: 0.2s;
    text-align-last: center;
}

.board-list.wall .board-item:hover .item_name,
.board-list.wall .board-item:hover .icons_block i,
.board-list.wall .board-item:hover .top_icons span
{
  background-color: rgba(255, 105, 31, 0.86);
}

.board-list.standart .board-item:hover .item_name,
.board-list.standart .board-item:hover .icons_block i,
.board-list.standart .board-item:hover .top_icons span
{
   background-color: rgba(244, 221, 26, 0.8);
}

.board-list.heavy .board-item:hover .item_name,
.board-list.heavy .board-item:hover .icons_block i,
.board-list.heavy .board-item:hover .top_icons span
{
   background-color: rgba(60, 171, 80, 0.8);
   color: #fff;
}

.board-list.hydro .board-item:hover .item_name,
.board-list.hydro .board-item:hover .icons_block i,
.board-list.hydro .board-item:hover .top_icons span
{
   background-color: rgba(37, 184, 215, 0.8);
   color: #fff;
}

.board-list.metall .board-item:hover .item_name,
.board-list.metall .board-item:hover .icons_block i,
.board-list.metall .board-item:hover .top_icons span
{
   background-color: rgba(204, 55, 23, 0.8);
   color: #fff;
}

.board-list.concrete .board-item:hover .item_name,
.board-list.concrete .board-item:hover .icons_block i,
.board-list.concrete .board-item:hover .top_icons span
{
   background-color: rgba(187, 149, 34, 0.8);
   color: #fff;
}

.board-list.bridge .board-item:hover .item_name,
.board-list.bridge .board-item:hover .icons_block i,
.board-list.bridge .board-item:hover .top_icons span
{
   background-color: rgba(77, 51, 139, 0.8);
   color: #fff;
}

.board-list.waterstop .board-item:hover .item_name,
.board-list.waterstop .board-item:hover .icons_block i,
.board-list.waterstop .board-item:hover .top_icons span
{
   background-color: rgba(0, 121, 200, 1);
   color: #fff;
}

.board-list.cord .board-item:hover .item_name,
.board-list.cord .board-item:hover .icons_block i,
.board-list.cord .board-item:hover .top_icons span
{
    background-color: rgba(0, 80, 120, 1);
    color: #fff;
}

.board-list.flex .board-item:hover .item_name,
.board-list.flex .board-item:hover .icons_block i,
.board-list.flex .board-item:hover .top_icons span
{
    background-color: #66b2e3;
    color: #fff;
}

.board-list.control .board-item:hover .item_name,
.board-list.control .board-item:hover .icons_block i,
.board-list.control .board-item:hover .top_icons span
{
    background-color: #ffc107;
}

.board-list.firestop .board-item:hover .item_name,
.board-list.firestop .board-item:hover .icons_block i,
.board-list.firestop .board-item:hover .top_icons span
{
    background-color: #5f2a00;
    color: #fff;
}

.board-list.skirting .board-item:hover .item_name,
.board-list.skirting .board-item:hover .icons_block i,
.board-list.skirting .board-item:hover .top_icons span
{
    background-color: rgba(222, 0, 0, 1);
    color: #fff;
}

.board-list.decor .board-item:hover .item_name,
.board-list.decor .board-item:hover .icons_block i,
.board-list.decor .board-item:hover .top_icons span
{
    background-color: rgba(222, 0, 0, 1);
    color: #fff;
}

.board-list.roof .board-item:hover .item_name,
.board-list.roof .board-item:hover .icons_block i,
.board-list.roof .board-item:hover .top_icons span
{
    background-color: rgba(143, 73, 191, 1);
    color: #fff;
}


.board-item:hover .icons_block i sup i
{
 background: none;
}

.icon-new
{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
}
.icon-new img
{
    height: 35px;
}

.board-item .icons_block
{
position: absolute;
right: 0;
padding: 10px;
    z-index: 10;
}

.board-item .icons_block i
{
font-size: 25px;
background-color: rgba(255, 255, 255, 0.6);
width: 31px;
height: 31px;
padding: 3px;
display: block;
margin-bottom: 3px;
color: #212529;
position: relative;
transition: 0.2s;
}

.fa-exclamation-circle
{
  background: none !important;
}

.top_icons
{
 position: absolute;
left: 0;
top: 5px;
padding: 10px;
color: #212529;
    z-index: 10;
}

.top_icons span
{
padding: 3px;
background-color: rgba(255, 255, 255, 0.6);
transition: 0.2s;
}
.top_icons span i.fa-arrows-h
{
    margin-right: 5px;
}

.top_icons span b
{
    font-weight: normal;
}

.board-item .icons_block i sup i
{
    color: #CC3717;
    background: none;
    height: auto;
    width: auto;
    margin: 0;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 16px;

}

/*
* PRODUCT MENU
*/
.inner-block
{
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.95);
    height: 398px;
    margin: 10px;
    display: table;
}

.inner-block .middle-div
{
      display: table-cell;
    vertical-align: middle;
}

.cont_desc .btn
{
padding: 10px 20px;
font-size: 18px;
margin-top: 15px;
background: rgba(255,255,255,0.8);
}

.cont_desc ul li
{
text-align: left;
color: #000;
margin-left: 20px;
font-size: 16px;
}

.cont_desc .btn:hover
{
   background: #25B8D7;
}

.container_blocks .section::before
{
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container_blocks .section::after
{
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.39);
    transition: all 0.4s;
}

/*.container_blocks .section:hover::before
{
 filter: blur(5px);
} */

/*.container_blocks .section:hover::after
{
opacity: 1;
} */
/*
.b_lvl_1.container_blocks .section:nth-child(1)::before {background-image: url('/img/block_menu/profiles/hydro_2.jpg');}
.b_lvl_1.container_blocks .section:nth-child(2)::before {background-image: url('/img/block_menu/gsh/gsh8.jpg');}
.b_lvl_1.container_blocks .section:nth-child(3)::before {background-image: url('/img/block_menu/flame.png');}
.b_lvl_1.container_blocks .section:nth-child(4)::before {background-image: url('/img/block_menu/bridge_5.jpg');}

#b_lvl_2_1.container_blocks .section:nth-child(1)::before {background-image: url('/img/block_menu/profiles/standart/standart_1_1.jpg');}
#b_lvl_2_1.container_blocks .section:nth-child(2)::before {background-image: url('/img/block_menu/profiles/standart_2.jpg');}
#b_lvl_2_1.container_blocks .section:nth-child(3)::before {background-image: url('/img/block_menu/profiles/heavy_2.jpg');}
#b_lvl_2_1.container_blocks .section:nth-child(4)::before {background-image: url('/img/block_menu/profiles/hydro_2.jpg');}
#b_lvl_2_1.container_blocks .section:nth-child(5)::before {background-image: url('/img/block_menu/profiles/metall_2.jpg');}
#b_lvl_2_1.container_blocks .section:nth-child(6)::before {background-image: url('/img/block_menu/profiles/concrete_2.jpg');}
#b_lvl_2_1.container_blocks .section:nth-child(7)::before {background-image: url('/img/block_menu/profiles/design_2.jpg');}

#b_lvl_2_2.container_blocks .section:nth-child(1)::before {background-image: url('/img/block_menu/gsh/g1.jpg');}
#b_lvl_2_2.container_blocks .section:nth-child(2)::before {background-image: url('/img/block_menu/gsh/gsh6.jpg');}
#b_lvl_2_2.act_lvl .section:nth-child(1) .cont_title { padding: 16px 0 !important}
#b_lvl_2_2.container_blocks .section:nth-child(3)::before {background-image: url('/img/block_menu/gsh/gsh_10.jpg');}
#b_lvl_2_2.container_blocks .section:nth-child(4)::before {background-image: url('/img/block_menu/gsh/gsh7.jpg');}

#b_lvl_3_1_1.container_blocks .section:nth-child(1)::before {background-image: url('/img/block_menu/profiles/standart/standart_1_1.jpg');}
#b_lvl_3_1_1.container_blocks .section:nth-child(2)::before {background-image: url('/img/block_menu/profiles/standart/standart_1_2.jpg');}
#b_lvl_3_1_1.container_blocks .section:nth-child(3)::before {background-image: url('/img/block_menu/profiles/standart/standart_1_3.jpg');}
#b_lvl_3_1_1.container_blocks .section:nth-child(4)::before {background-image: url('/img/block_menu/profiles/standart/standart_1_4.jpg');}
*/
.b_lvl_2.container_blocks
{
height: 0;
}
.container_blocks {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  width: 100%;
  max-width: 1600px;
  margin: 10px auto;
      overflow: hidden;
      /* box-shadow: 2px 2px 5px rgba(0,0,0,0.3); */
}
.container_blocks a.section
{
text-decoration: none;
}
.container_blocks:hover > .section {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
          filter: grayscale(100%);
}
.container_blocks:hover > .section:hover {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}


.container_blocks .section {
    vertical-align: middle;
  flex-grow: 1;
  position: relative;
  height: 100%;
  transition: all 0.4s;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  flex: 1;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  box-shadow: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container_blocks .section:hover > .cont_title
{
/*height: 585px;
padding-bottom: 0;*/
}
.container_blocks .section .cont_title {
  position: relative;
  margin: auto;
  width: 100%;
  height: auto;
  text-align: center;
  background-color: rgba(37, 184, 215, 0.6);
  color: #fff;
  text-shadow: 0px 1px 3px #333;
  padding: 50px 0;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;
  z-index: 100;
}

.act_lvl.container_blocks .section .cont_title
{
  padding: 5px 0;
}

.container_blocks .section:nth-child(2) .cont_title {/*background-color: rgba(32, 40, 115, 0.6);*/background-color: rgba(0, 121, 200, 0.6);}
.container_blocks .section:nth-child(3) .cont_title {background-color: rgba(222, 0, 0, 0.6);}
.container_blocks .section:nth-child(4) .cont_title {background-color: rgba(77, 51, 139, 0.6);}
.container_blocks .section:nth-child(5) .cont_title {background-color: rgba(222, 121, 0, 0.6);background-color: rgba(0, 157, 73, 0.6);}

#b_lvl_2_1.container_blocks .section:nth-child(1) .cont_title {background-color: rgba(255, 105, 31, 0.86);}
#b_lvl_2_1.container_blocks .section:nth-child(2) .cont_title {background-color: rgba(224, 203, 24, 0.86);}
#b_lvl_2_1.container_blocks .section:nth-child(3) .cont_title {background-color: rgba(60, 171, 80, 0.6)}
#b_lvl_2_1.container_blocks .section:nth-child(4) .cont_title {background-color: rgba(37, 184, 215, 0.6)}
#b_lvl_2_1.container_blocks .section:nth-child(5) .cont_title {background-color: rgba(204, 55, 23, 0.6)}
/*#b_lvl_2_1.container_blocks .section:nth-child(6) .cont_title {background-color: rgba(187, 149, 34, 0.6)}*/
/*#b_lvl_2_1.container_blocks .section:nth-child(6) .cont_title {background-color: rgba(102, 0, 102, 0.6);}*/
#b_lvl_2_1.container_blocks .section:nth-child(6) .cont_title {background-color: rgba(255, 193, 7, 0.6);}
#b_lvl_2_1.container_blocks .section:nth-child(7) .cont_title {background-color: rgba(143, 73, 191, 0.6);}
#b_lvl_2_1.container_blocks .section:nth-child(8) .cont_title {background-color: rgba(59, 176, 143, 0.8);}
#b_lvl_2_1.container_blocks .section:nth-child(9) .cont_title {background-color: rgba(77, 51, 139, 0.8);}

#b_lvl_2_2.container_blocks .section:nth-child(1) .cont_title {background-color: rgba(0, 121, 200, 0.7);}
#b_lvl_2_2.container_blocks .section.act_item:nth-child(1) .cont_title {padding: 18px 0 !important;}

#b_lvl_2_2.container_blocks .section:nth-child(2) .cont_title {background-color: rgba(0, 100, 160, 0.7);}
#b_lvl_2_2.container_blocks .section:nth-child(3) .cont_title {background-color: rgba(0, 80, 120, 0.7);}
#b_lvl_2_2.container_blocks .section:nth-child(4) .cont_title {background-color: rgba(0, 60, 80, 0.7);}

#b_lvl_2_3.container_blocks .section .cont_title {background-color: rgba(222, 0, 0, 0.6);}
#b_lvl_2_4.container_blocks .section .cont_title {background-color: rgba(0, 157, 73, 0.6);}

#b_lvl_3_1_1.container_blocks .section .cont_title
{
background-color: rgba(244, 221, 26, 0.6);
color: #282828;
    text-shadow: none;
}

#b_lvl_3_2_1.container_blocks .section:nth-child(1) .cont_title {background-color: rgba(0, 121, 200, 0.7);}
#b_lvl_3_2_1.container_blocks .section:nth-child(2) .cont_title {background-color: rgba(0, 100, 160, 0.7);}
#b_lvl_3_2_1.container_blocks .section:nth-child(3) .cont_title {background-color: rgba(0, 80, 120, 0.7);}
#b_lvl_3_2_1.container_blocks .section:nth-child(4) .cont_title {background-color: rgba(0, 60, 80, 0.7);}

#b_lvl_3_2_3.container_blocks .section .cont_title {background-color: rgba(0, 121, 200, 0.7);}



.container_blocks .section .cont_title h1 {
  color: white;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.6);
  font-size: 3.5vw;
  margin: 0;
  transition: font-size 0.2s;
  vertical-align: middle;
}
.container_blocks .section .cont_title h3 {
  font-size: 1.3vw;
  transition: all 0.2s;
  color: white;
  letter-spacing: 3px;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.6);
}

.container_blocks .section .cont_title span
{
display: inline-block;
vertical-align: middle;
text-align: left;
}

.container_blocks .section .cont_title i
{
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}



.container_blocks .section .cont_title img {
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
}
.container_blocks .section .cont_desc {
  position: relative;
  display: inline-block;
  z-index: 100;
    vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: auto;
  opacity: 0;
  transition: opacity 0.8s, padding-top 0.9s, -webkit-transform 0.7s;
  transition: opacity 0.8s, transform 0.7s, padding-top 0.9s;
  transition: opacity 0.8s, transform 0.7s, padding-top 0.9s, -webkit-transform 0.7s;
  -webkit-transform: scale(1);
          transform: scale(1);
          /*padding-top: 52px;*/
}




.container_blocks .section .cont_desc p {
  margin: 0;
  color: #000;
  font-size: 16px;
  padding: 0 20px;
  /*background-color: rgba(0, 0, 0, 0.6);*/
}
.container_blocks .section:hover {
  /*flex-grow: 1.8;
  transition: flex 0.2s;  */
}
.container_blocks .section:hover > .cont_title h1 {
  font-size: 5.3vw;
  transition: font-size 0.4s;
}
.container_blocks .section:hover > .cont_title h3 {
  font-size: 1.6vw;
  transition: all 0.4s;
}
.container_blocks .section:hover > .cont_desc {
  opacity: 1;
}

.container_blocks .section .cont_desc img
{
height: 60px;
margin: 0px 0 5px 0;
}

.container_blocks .section .cont_desc p
{
margin-bottom: 10px;
}

.b_lvl_1,
.b_lvl_2,
.b_lvl_3
{
margin-bottom: 10px;
}

.act_lvl .cont_desc
{
display: none!important;
}
.act_lvl .section,
.container_blocks.act_lvl
{
height: auto !important;
}

.act_lvl .section .cont_title,
.container_blocks.act_lvl .cont_title
{
position: relative;
}

.act_lvl .section.act_item
{
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    box-shadow: none;
    filter: grayscale(0%);

}

.act_lvl .section.act_item,
.act_lvl.container_blocks .section.act_item .cont_title,
.act_lvl .section.act_item::before
{
  -webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

.act_lvl .section.act_item .cont_title
{
      padding: 7px 0;
}

.act_lvl .section
{
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
    filter: grayscale(100%);
}

.container_blocks.act_lvl .section:hover > .cont_title
{
height: auto;
}

.b_lvl_2,
.b_lvl_3
{
display:none;
}

/*catalog*/
.active_view,
.type_view_btn:hover
{
	background: #25B8D7;
	color: #fff;
	border: 1px solid #25B8D7;
}

.type_view_btn i
{
	font-size: 16px;
}

/*TABLE SERIA*/
.prd_tbl
{
	margin-bottom: 50px;
  overflow-x:auto;
}

.prd_tbl table
{
  min-width: 920px;
}

table.report
{
	z-index: 200;
}

.prd_tbl table,
table.report
{
	width: 100%;
}

.prd_tbl table tr:nth-child(1),
.prd_tbl table tr:nth-child(2)
{
    color: #202639;
}
.prd_tbl table thead tr:nth-child(1) td,
.prd_tbl table thead tr:nth-child(2) td,
table.report thead td
{
border-style:solid;
border-width:1px;
border-collapse:collapse;
border-color: #fff;
}





.prd_tbl .dop_info a i
{
  color: #CC3717;
}









.prd_tbl tr td:nth-child(11) img,
.prd_tbl tr td:nth-child(12) img
{
	height: 40px;
}

  .prd_tbl table tr:nth-child(2n) {
    background: #f0f0f0; /* Ð¦Ð²ÐµÑ‚ Ñ„Ð¾Ð½Ð° */
   }

    .prd_tbl table tr {
    background: #fff/* Ð¦Ð²ÐµÑ‚ Ñ„Ð¾Ð½Ð° */
   }

.disk
{
	display: inline-block;
	width: 6px;
	height: 6px;
	        border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #202639;
}

a.name_profile_tbl
{
	width: 150px;
    display: inline-block;
    margin: auto;
    position: absolute;
    padding: 5px 0;
    bottom: 5px;
    z-index: 100;
         -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.concrete a.name_profile_tbl
{

    color: #fff;
     background: rgba(187, 149, 34, 0.8);
}

.bridge a.name_profile_tbl
{

    color: #fff;
     background: rgba(77, 51, 139, 0.8);
}

.metall a.name_profile_tbl
{

    color: #fff;
     background: rgba(204, 55, 23, 0.8);
}

.hydro a.name_profile_tbl
{

    color: #fff;
     background: rgba(37, 184, 215, 0.8);
}

.heavy a.name_profile_tbl
{

    color: #fff;
     background: rgba(60, 171, 80, 0.8);
}
.standart a.name_profile_tbl
{

    color: #202639;
     background: rgba(245, 220, 23, 0.69);
}

.single_image
{
	display: inline-block;
}


.prd_tbl table tr td a.single_image:hover::before,
.prd_tbl table tr td a.single_image:hover::after {
    opacity: 1;
}

.prd_tbl table a.single_image::before {
    content: "";
    transition: .5s;
    background: rgba(255, 255, 255, 0.4);
    width: 150px;
    height: 64px;
    display: inline-block;
    position: absolute;
    z-index: 100;
    opacity: 0;
    -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.prd_tbl table tr td a.single_image::after {
    content: "\f002";
    color: #202639;
    opacity: 0;
    display: inline-block;
    position: absolute;
    font-family: FontAwesome;
    font-size: 40px;
    right: 50%;
    margin-right: -20px;
    bottom: 50%;
    margin-bottom: -10px;
    text-rendering: auto;
    z-index: 110;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

 table.tbl {
    width: 100%; /* Ð¨Ð¸Ñ€Ð¸Ð½Ð° Ñ‚Ð°Ð±Ð»Ð¸Ñ†Ñ‹ */
    border-spacing: 0; /* Ð Ð°ÑÑÑ‚Ð¾ÑÐ½Ð¸Ðµ Ð¼ÐµÐ¶Ð´Ñƒ ÑÑ‡ÐµÐ¹ÐºÐ°Ð¼Ð¸ */
     border: 1px solid #314DA1; /* Ð Ð°Ð¼ÐºÐ° Ð²Ð¾ÐºÑ€ÑƒÐ³ Ñ‚Ð°Ð±Ð»Ð¸Ñ†Ñ‹ */
    border-collapse: collapse; /* Ð£Ð±Ð¸Ñ€Ð°ÐµÐ¼ Ð´Ð²Ð¾Ð¹Ð½Ñ‹Ðµ Ð»Ð¸Ð½Ð¸Ð¸ Ð¼ÐµÐ¶Ð´Ñƒ ÑÑ‡ÐµÐ¹ÐºÐ°Ð¼Ð¸ */
   }
   table.tbl tbody tr:nth-child(2n) {
    background: #f0f0f0; /* Ð¦Ð²ÐµÑ‚ Ñ„Ð¾Ð½Ð° */
   }

   table.tbl td
   {
    padding: 5px;
    border: 1px solid #314DA1;
   }

   table.tbl td p
   {
    margin: 0 0 5px 0;
   }

   /*TABLES*/
   .profile_table
{
	font-size: 14px;
	width: 100%;
}
.profile_table td ul,
.innter-t1 ul
{
    padding-left: 18px;
}

ul#tab li .profile_table td ul li,
ul#tab li .innter-t1 ul li
{
    padding-left: 0;
}
   .content_help .profile_table
   {
       table-layout: fixed;
       text-align: center;
   }
    .content_help .profile_table td
    {
        border-right: 1px solid #dadada;
    }
.profile_table i.dew {font-size: 30px;}
.profile_table i.dew.dew-cart, .profile_table i.dew.dew-loader {font-size: 25px;}

.profile_table thead
{
      box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.profile_table td
{
   padding: 7px 10px;
   border-right: 1px solid #fff;
   min-width: 50px;
   vertical-align: middle;

}
.profile_table td[rowspan="2"]
{
  background: #f0f0f0;
}


.profile_table thead td[colspan="4"]
{
      border-bottom: 1px solid #fff;
}

.profile_table tr td:last-child
{
  border-right: none;
}
.profile_table
{
  border-bottom: 1px solid #dadada;
}




.profile_table tbody tr td:nth-child(1),
.profile_table thead tr td:nth-child(1)
{
	padding-left: 10px;
}

.profile_table tbody tr:nth-child(2n) {
    background: #f0f0f0;
}

.profile_table td p
{
	margin: 0;
}

.compl-tbl tr td:nth-child(1)
{
min-width: 30px;
    width: 40px;
    text-align: center;
}

/*OBJECTS*/
.prjts_board
{
	text-align: center;
}

.prjts_list,
.prjts_board
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.prjts_board li
{
	position: relative;
	display: inline-block;
	margin: 0 20px 20px 0;
}
.prjts_board li div.txt_div
{
	position: absolute;
	z-index: 100;
	top: 10px;
	width: 200px;
	text-align: center;
	opacity: 0;
}

.prjts_board li div.txt_div p
{
	color: #fff;
	font-size: 18px;
}

.prjts_board .txt_div a.btn
{
/*background: transparent;*/
}

.prjts_list li
{
margin-bottom: 30px;
}

.prjts_list .prjs_item_list
{
	vertical-align: top;
	display: table;
	width: 100%;
	/*vertical-align: top;
    display: inline-block;
    width: 45%;
    margin: 0 20px 20px 20px;*/
}
.prjts_list .prjs_item_list .prjs_item_img
{
display: table-cell;
width: 200px;
vertical-align: top;
}

.prjs_item_list .prjs_item_img a
{
margin-right: 30px;
display: inline-block;
position: relative;
}

.prjts_board .prjs_item_img a
{
	display: inline-block;
}

.prjs_item_list .prjs_item_img a i,
.prjts_board .prjs_item_img a i
{
	font-size: 40px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	z-index: 100;
	opacity: 0;
	transition: .5s;
}

.prjs_item_list .prjs_item_img a::after,
.prjts_board .prjs_item_img a::after
{
	content: "";
	transition: .7s;
	background: rgba(32, 38, 57, 0.5);
	width: 200px;
	height: 200px;
	display: inline-block;
	position: absolute;
	left: 0;
	opacity: 0;
}

.prjs_item_list .prjs_item_img a:hover::after,
.prjts_board li:hover > div.prjs_item_img a::after
{
	opacity: 1;

}

.prjts_board li:hover > div.txt_div
{
	opacity: 1;
}

.prjs_item_list .prjs_item_img a:hover > i,
.prjts_board li:hover > div.prjs_item_img a i
{
	opacity: 1;
}

.prjts_list .prjs_item_list .prj_list_txt
{
display: table-cell;
vertical-align: top;
}

.prjts_list .prj_list_txt .date
{
	margin-bottom: 5px;
}

.prjts_list .prj_list_txt a
{
	display: inline-block;
}

.prjts_list .prj_list_txt .date i
{
	margin-right: 10px;
	font-size: 16px;
	vertical-align: middle;
}


.filter_cp .type_cp_now,
.filter_countryp .type_countryp_now,
.filter_city .type_city_now
{
	display: inline-block;
  padding: 7px 20px;
  border: 1px solid #202639;
  cursor: pointer;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 10px;
}


.filter_cp .type_cp_now i,
.filter_countryp .type_countryp_now i,
.filter_city .type_city_now i
{
	margin-left: 10px;
	vertical-align: middle;
	font-size: 16px;
	position: relative;
}

.filter_cp .type_cp_now:hover,
.filter_countryp .type_countryp_now:hover,
.filter_city .type_city_now:hover
{
	border: 1px solid #25B8D7;
	background: #25B8D7;
	color: #fff;
}

.filter_cp,
.filter_countryp,
.filter_city
{
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}

.left_cp,
.right_cp
{
	display: inline-block;
	vertical-align: top;
}

.right_cp
{
	float: right;
}

.type_view_btn
{
		display: inline-block;
padding: 7px 15px;
border: 1px solid #202639;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        color: #212529;
}


.active_view,
.type_view_btn:hover
{
	background: #25B8D7;
	color: #fff;
	border: 1px solid #25B8D7;
}

.type_view_btn i
{
	font-size: 16px;
}

.filter_cp .type_cp_list,
.filter_countryp .type_countryp_list,
.filter_city .type_city_list
{
display: none;
position: absolute;
left: 0;
top: 35px;
z-index: 120;
}

.filter_cp .type_cp_list ul,
.filter_countryp .type_countryp_list ul,
.filter_city .type_city_list ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #fff;
}

.filter_cp:hover > .type_cp_list,
.filter_cp .type_cp_list:hover,
.filter_countryp:hover > .type_countryp_list,
.filter_countryp .type_countryp_list:hover,
.filter_city:hover > .type_city_list,
.filter_city .type_city_list:hover
{
display: inline-block;
}

.filter_cp:hover > .type_cp_now,
.filter_countryp:hover > .type_countryp_now,
.filter_city:hover > .type_city_now
{
	border: 1px solid #25B8D7;
	background: #25B8D7;
	color: #fff;
}

.filter_cp .type_cp_list ul,
.filter_countryp .type_countryp_list ul,
.filter_city .type_city_list ul
{
	display: inline-block;
	border: 1px solid #25B8D7;
}

.filter_cp .type_cp_list ul li,
.filter_countryp .type_countryp_list ul li,
.filter_city .type_city_list ul li
{
	padding: 5px 10px;
	border-bottom: 1px solid #25B8D7;
	color: #25B8D7;
	cursor: pointer;
	    white-space: nowrap;
}

.filter_cp .type_cp_list ul li:hover,
.filter_countryp .type_countryp_list ul li:hover,
.filter_city .type_city_list ul li:hover
{
	color: #fff;
	background: #25B8D7;
}

.filter_cp .type_cp_list ul li i,
.filter_countryp .type_countryp_list ul li i,
.filter_city .type_city_list ul li i

{
	margin-right: 5px;
	width: 20px;
	text-align: center;
}

.filter_cp .type_cp_list ul li:last-child,
.filter_countryp .type_countryp_list ul li:last-child,
.filter_city .type_city_list ul li:last-child
{
	border-bottom: none;
}

.filter_cp .type_cp_list ul li:first-child:hover,
.filter_countryp .type_countryp_list ul li:first-child:hover,
.filter_city .type_city_list ul li:first-child:hover
{
-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;
}

.filter_cp .type_cp_list ul li:last-child:hover,
.filter_countryp .type_countryp_list ul li:last-child:hover,
.filter_city .type_city_list ul li:last-child:hover
{
	-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}

.table {
    display: table;
    border-collapse: separate;
    border-spacing: 5px;
    width: 100%;
}

.cell {
    display: table-cell;
    padding: 5px;
    vertical-align: top;
}

.prj-rotate .projects-terms-item.object-item-rotate
{
  width: 100%;
height: auto;
margin-bottom: 20px;
}

/*BOOTSTRAP GRID*/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
