@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.ttf') format('truetype'),  url('../fonts/Oxygen.svg#Oxygen') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Oxygen-regular';
	src: url('../fonts/Oxygen_regular.eot');
	src: url('../fonts/Oxygen_regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Oxygen_regular.woff2') format('woff2'),  url('../fonts/Oxygen_regular.woff') format('woff'),  url('../fonts/Oxygen_regular.ttf') format('truetype'),  url('../fonts/Oxygen_regular.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;
}
/*-------------------*/
b {
	font-family: 'Oxygen-Bold';
	font-weight: normal;
}
* {
	margin: 0;
	padding: 0;
}
body.iosBugFixCaret.modal-open {
	position: fixed;
	width: 100%;
}
body {
	font-size: 16px;
	font-family: 'Oxygen-regular';
	background-image: url(../img/bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	color: #4E4E4F;
	background-attachment: fixed;
}
.red {
	outline: 1px solid red;
}
.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: 50px;
	width: 60px;
	right: -8px;
	top: 9px;
	text-align: center;
	position: absolute;
	background: transparent;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 999;
	margin-top: 0;
}
.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;
	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: #2C2E48;
	-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;
}
.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: 78px;
	background: white;
	margin-left: -15px;
	margin-right: -15px;
	-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);
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
}
.footer_main {
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	-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);
	padding-left: 30px;
	padding-right: 30px;
}
.decor {
	border-top: 14px solid #CDCDCD;
	background-color: #fff;
}
.decor>span {
	display: block;
	height: 7px;
	margin-top: 3px;
	background-color: #CDCDCD;
}
.logo {
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	height: 222px;
	overflow: visible;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: transparent;
	-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: 79px;
	-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);
	background-color: white;
}
.logo {
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
header.smaller .logo {
	display: none;
}
header.smaller .main_menu_wrapper {
	margin-top: 0px;
	border-color: transparent;
}
/*---------------*/
.main_menu_wrapper {
	border-top: 1px solid #D3D4D6;
	border-bottom: 1px solid #D3D4D6;
	margin-top: 15px;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}
.main_menu {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
@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;
}
}
/*------------*/
.navbar-default {
	background-color: transparent;
	border: 0;
	margin: 0;
}
.navbar-default .navbar-nav>li>a {
	color: #4B4B4B;
	font-size: 18px;
	padding-top: 0px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a>span {
	display: inline-block;
	padding-top: 10px;
	border-top: 7px solid transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #4B4B4B;
	background-color: transparent;
}
.navbar-default .navbar-nav>.active>a>span, .navbar-default .navbar-nav>.active>a:focus>span, .navbar-default .navbar-nav>.active>a:hover>span {
	border-color: #D3D4D6;
}
.red_color {
	color: #E41312;
}
/*=================*/
.has_child {
	position: relative;
}
.has_child .caret {
	position: relative;
	left: 4px;
	top: -2px;
}
@media all and (min-width: 992px) {
.sub_menu {
	width: 220px;
	padding: 15px;
	background: rgba(173,174,176,0.9);
	-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%;
	left: 30px;
	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;
	text-align: left;
}
.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;
}
}
.sub_menu a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	padding: 5px 0;
	text-transform: uppercase;
}
.sub_menu a>span {
	padding-right: 5px;
}
.sub_menu a:hover, .sub_menu a:focus {
	text-decoration: none;
	color: #000000;
}
@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;
	padding-left: 15px;
	background: rgba(173,174,176,0.9);
	padding-bottom: 5px;
}
.sub_menu a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.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;
}
}
/*===================*/
.main_slider_item {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 520px;
}
.main_slider_item.bg_1 {
	background-image: url(../img/main_slider/1.jpg);
}
.main_slider_item.bg_2 {
	background-image: url(../img/main_slider/2.jpg);
}
.main_slider_caption_wrapper {
	height: 100%;
	padding-top: 70px;
	padding-left: 50px;
	padding-right: 50px;
}
.main_slider_caption {
	height: 100%;
	display: table;
	width: 100%;
}
.main_slider_caption>div {
	display: table-cell;
	vertical-align: top;
}
.ta_right {
	text-align: right;
}
.main_slider_caption_container>p {
	font-size: 30px;
	color: #005B9D;
}
.main_slider_caption_container {
	max-width: 750px;
}
.main_slider_wrapper {
	margin-top: 15px;
	margin-bottom: 70px;
}
/*---------------------*/
.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;
}
.slick-dots li {
	overflow: hidden;
	width: 13px;
	height: 13px;
	background: #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border: 1px solid #bbb;
}
.slick-dots li.slick-active {
	background: #bbb;
}
.slick-dots {
	bottom: -37px;
}
/*--------------------------*/
.categories {
	padding-bottom: 30px;
}
.categories_list {
	overflow: hidden;
}
.categories_list ul li {
	width: 33.33333%;
	float: left;
}
.categories_list {
	margin-right: -40px;
	margin-left: -40px;
}
.categories_list_box {
	text-align: center;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 30px;
}
.categories_list_box_txt {
	color: #7F7F7F;
	padding-top: 15px;
}
.categories_list_box_txt h3 {
	text-transform: uppercase;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 1.2;
}
.categories_list_box_txt p {
	font-size: 14px;
	color: #7F7F7F;
}
.ex_link_wrapp {
	margin-bottom: 15px;
}
.ex_link_wrapp a {
	display: inline-block;
	vertical-align: middle;
	border-top: 1px solid #E6E8F1;
	border-bottom: 1px solid #E6E8F1;
	padding: 10px;
	font-size: 16px;
	color: #7F7F7F;
}
.ex_link_wrapp a:hover, .ex_link_wrapp a:focus {
	border-color: #000;
	color: #000;
	text-decoration: none;
}
.main {
	padding-top: 222px;
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	-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);
	padding-left: 30px;
	padding-right: 30px;
}
/*================*/
.about_company_wrapp {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #E6E8F1;
	border-bottom: 1px solid #E6E8F1;
	margin-bottom: 30px;
}
.about_company_wrapp>.inner {
	padding-left: 100px;
}
.about_company_header {
}
.about_company_header h3 {
	font-size: 30px;
	margin-bottom: 30px;
}
p {
	margin-bottom: 20px;
}
.about_company_body ul {
	padding-left: 35px;
}
.about_company_body ul li {
	margin-bottom: 3px;
	position: relative;
}
.about_company_body ul li:before {
	content: '\00B7';
	position: absolute;
	left: -14px;
	top: -5px;
	line-height: 1;
	font-size: 30px;
}
/*====================*/
.item_list_wrapper {
	overflow: hidden;
}
.item_list_box {
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 30px;
}
.item_list_wrapper ul li {
	width: 50%;
	float: left;
}
.item_list_box_top h3 {
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1;
	padding-top: 8px;
	padding-bottom: 10px;
	color: white;
	font-family: 'Oxygen-Bold';
	background-color: #005B9D;
	text-transform: uppercase;
}
.icons_group {
	background-color: #888A8B;
	color: rgba(255,255,255,.5);
	padding-top: 8px;
	padding-bottom: 8px;
	white-space: nowrap;
}
.icons_group span {
	font-size: 35px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
	line-height: 1;
}
.item_list_box .img_cont {
	margin-top: 20px;
}
.item_list_box .img_cont img {
	max-width: 100%;
	width: auto;
}
.item_list {
	padding-bottom: 50px;
}
/*---------------------*/
footer {
	border-top: 7px solid #363753;
}
.footer_body {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer_body >ul {
	margin-left: -15px;
	margin-right: -15px;
}
.footer_body >ul >li {
	width: 20%;
	float: left;
}
.footer_box {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 13px;
}
.footer_box ul {
	margin-bottom: 30px;
}
.footer_box li {
	margin-bottom: 3px;
}
.footer_box h4 {
	font-family: 'Oxygen-Bold';
	margin-bottom: 5px;
}
.footer_box {
	margin-top: 20px;
}
.logo_footer {
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.footer_box a {
	color: #4E4E4F;
}
.footer_box a:hover, .footer_box a:focus {
	color: #4E4E4F;
}
/*--------------*/
.footer_mobile {
	text-align: center;
}
.footer_mobile {
	text-align: center;
	padding-bottom: 20px;
}
.logo_mob {
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 15q;
}
.footer_footer {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../img/ff_bg.jpg);
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align: center;
}
.footer_footer .icons_group {
	background-color: transparent;
}
/*================================*/
#toTop {
	width: 47px;
	height: 47px;
	background: #2C2E48;
	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:hover {
	color: #2C2E48;
	text-decoration: none;
	background-color: #fff;
}
/*--------alt---------------*/
#toTop span {
	display: block;
	margin: 8px 0 0 0;
	font-size: 30px;
}
/*================*/
.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: #2C2E48;
	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: #2C2E48;
	text-decoration: none;
	background-color: #fff;
}
.banner_wrapper {
	padding-top: 20px;
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
.banner_wrapper.b_shadow {
	-webkit-box-shadow: 0px 12px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 12px 20px rgba(0,0,0,0.2);
	box-shadow: 0px 12px 20px rgba(0,0,0,0.2);
}
.banner {
	min-height: 570px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.banner_1 {
	background-image: url(../img/banner/about.jpg);
}
.about_text {
	padding-left: 100px;
	padding-top: 70px;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	font-size: 30px;
	margin-bottom: 30px;
}
.about_text {
	padding-left: 100px;
	padding-top: 70px;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.about_page .about_company_wrapp {
	border: 0;
}
.container_width_shadow {
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	-webkit-box-shadow: 0px 12px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 12px 20px rgba(0,0,0,0.2);
	box-shadow: 0px 12px 20px rgba(0,0,0,0.2);
	padding-left: 30px;
	padding-right: 30px;
}
.breadcrumbs_wrapper {
	max-width: 689px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
.breadcrumb {
	padding: 8px 5px;
	margin: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0px;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #D0D3E4;
}
.breadcrumb a {
	color: #064087;
}
.breadcrumb>li+li:before {
	padding: 0 10px;
	color: inherit;
	content: "\203A";
	color: #343434;
}
@media only screen and (max-width : 768px) {
.breadcrumb>li {
	display: none;
}
.breadcrumb>li:nth-last-child(2) {
	display: block;
}
.breadcrumb>li+li:before {
	content: "\2190";
	font-size: 17px;
}
}
/*=======================*/
.product_slider_wrapper {
/*padding-right: 20px;*/
}
.product_slider_item {
	padding: 20px 50px;
}
.product_slider {
	border: 1px solid #D0D3E4;
}
.product_block {
	padding-top: 50px;
	display: table;
	width: 100%;
	table-layout: fixed;
	padding-bottom: 100px;
}
.product_block>div {
	display: table-cell;
	vertical-align: top;
	position: relative;
}
.product_block>div:first-child {
	width: 550px;
}
.product_slider_nav_wrapper {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
.product_slider_nav_item {
	border: 1px solid #D0D3E4;
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px;
}
.download_link {
	display: inline-block;
	vertical-align: top;
}
.download_link a {
	display: table;
	color: black
}
.download_link a:hover, .download_link a:focus {
	text-decoration: none;
	color: black;
	opacity: .9;
}
.download_link a>span {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}
.download_link a>span:first-child {
	font-size: 30px;
	color: #6A8D9C;
}
/*------------------*/
.product_info {
	padding-bottom: 150px;
}
.product_info h2 {
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Oxygen-Bold';
	margin-bottom: 30px;
}
.product_info> b {
	display: block;
	margin-bottom: 15px;
}
.product_info li {
	position: relative;
	font-size: 14px;
	margin-bottom: 6px;
}
.product_info li:before {
	content: '\00B7';
	position: absolute;
	left: -14px;
	top: -5px;
	line-height: 1;
	font-size: 30px;
}
.product_info_footer {
	position: absolute;
	bottom: 74px;
	left: 30px;
}
.product_info ul {
	padding-left: 20px;
	margin-bottom: 60px;
}
.item_price {
	font-size: 24px;
}
.calc_price_div {
	display: table;
}
.calc_price_div>div {
	display: table-cell;
	vertical-align: bottom;
	padding-right: 15px;
}
.calc_price_div>div:last-child {
	padding-right: 0px;
}
/*-----------------*/
/*==========================*/
.figure_wrapper {
	width: 35px;
	float: left;
	display: block;
}
.figure_wrapper button {
	width: 100%;
	height: 30px;
	border: 0;
	display: block;
	color: black;
	background: #F9F9F9;
	font-size: 18px;
	border-radius: 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.quantity {
	border: 1px solid #C3C4C5;
	border-radius: 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 108px;
	vertical-align: middle;
}
.quantity input[type=text] {
	width: 36px;
	float: left;
	display: block;
	height: 30px;
	border: 0;
	outline: 0;
	text-align: center;
	background: #FFFFFF;
	color: black;
	border-right: 1px solid #C3C4C5;
	border-left: 1px solid #C3C4C5;
	font-size: 18px;
	vertical-align: middle;
	line-height: 1;
}
.green_button {
	line-height: 1;
	display: inline-block;
	background-color: #00B569;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 0px 20px;
	height: 33px;
	vertical-align: middle;
	border: 1px solid #00B569;
	outline: none;
	text-decoration: none;
	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;
	cursor: pointer;
}
.green_button:hover, .green_button:focus {
	background-color: #fff;
	color: #00B569;
	text-decoration: none;
}
.tolal_b {
	text-transform: uppercase;
	font-size: 14px;
	width: 100px;
	line-height: 1;
	text-align: center;
}
.total_price_wrap {
	font-size: 18px;
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 6px 15px;
	margin-top: 7px;
	vertical-align: middle;
}
.banner_2 {
	background-image: url(../img/banner/product.jpg);
}
/*===============*/
.main_pr_page .breadcrumbs_wrapper {
	padding-bottom: 0;
}
.main_pr_page .breadcrumb {
	border-bottom: 0px;
}
.main_pr_page .banner_wrapper {
	padding-top: 13px;
}
/*-----------------*/
.banner_caption {
	position: absolute;
	bottom: 30px;
	color: black;
	font-size: 36px;
	font-family: 'Oxygen-Bold';
	left: 15px;
}
.product_description {
	max-width: 800px;
	padding-left: 80px;
	font-size: 14px;
	padding-right: 30px;
	padding-bottom: 50px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	padding-top: 30px;
}
.more_less {
	cursor: pointer;
	color: #E41312;
	font-size: 18px;
}
.more_wrapper h3 {
	margin-bottom: 7px;
	margin-top: 20px;
	font-size: 18px;
	font-family: 'Oxygen-Bold';
}
.more_wrapper p {
	/*display: inline;*/
	font-size: 14px;
}
.more_div {
	margin-bottom: 0px;
}
/*======================*/
.product_greed_box {
	text-align: center;
	margin-bottom: 30px;
}
.product_greed_box .img_cont {
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid #E9E9E9;
	position: relative;
	padding-bottom: 50px;
	padding-top: 15px;
}
.product_greed_box .img_cont span {
	display: block;
}
.read_more_link {
	display: inline-block;
	padding: 5px 0;
	color: #E41312;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Oxygen-Bold';
	position: absolute;
	bottom: 10px;
	right: 15px;
}
.product_greed_box .img_cont:hover .read_more_link, .product_greed_box .img_cont:focus .read_more_link {
	color: #000;
	text-decoration: none;
}
.product_greed_box_txt {
	margin-bottom: 15px;
	text-transform: uppercase;
}
.product_greed_box_txt h3 {
	font-size: 22px;
}
.product_greed_wrapper {
	padding-bottom: 100px;
}
