/*--------------------------------------------------------
Resets
--------------------------------------------------------*/
html, body {
	height: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	color:#4A4A4A;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.hr_hidden { width:100%; height:0; background:none; border:none; }
/*--------------------------------------------------------
BEGIN THEME STYLESHEET
--------------------------------------------------------*/



/*--------------------------------------------------------
/* TYPOGRAPHY
--------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, p {
}
.page_loading {
	width:100%;
	height:100%;
	position:fixed;
	cursor:wait;
	overflow:hidden;
	background:#f7f7f7 url(images/loading_big.gif)  no-repeat center center;
	top:0;
	left:0;
	z-index:11000 !important;
}
.loading_div{
	margin-top:65px;
	width:100%;
	height:100%;
	position:fixed;
	background:url(images/loading_text.png)  no-repeat center center;
}
.loading_make_transform {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.loading_scale {
	/*-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
h1 {
	font-size: 80px;
	position: relative;
	margin-bottom: 0px;
}
h2 {
	font-size: 44px;
	position: relative;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
p {
	margin-bottom: 10px;
}
p.lead {
	font-size: 16px;
	line-height: 1.2;
	padding: 0;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	font-weight: 600;
}
.page_error_404 {
	width:100%;
	height:400px;
	background:url(images/error_404.png) no-repeat center center;
	margin:80px 0;
}
.page_error_404 h4 {
	text-align:center;
	color:#999;
	font-weight:bold;
}
.page_up_butt {
	width:50px;
	height:50px;
	background:url(images/top.png) no-repeat;
	position:fixed;
	right:5%;
	top:90%;
	z-index:1001;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: .3;
	cursor:pointer;
	display:none;
}
.page_up_butt:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
@font-face {
  font-family: 'bpg';
  src: url('css/fonts/bpg/BPGExtraSquare.eot'); /* IE9 Compat Modes */
  src: url('css/fonts/bpg/BPGExtraSquare.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/bpg/BPGExtraSquare.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/bpg/BPGExtraSquare.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/bpg/BPGExtraSquare.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'bpgextra';
  src: url('css/fonts/bpgextra/BPGExtraSquareMtavruli.eot'); /* IE9 Compat Modes */
  src: url('css/fonts/bpgextra/BPGExtraSquareMtavruli.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/bpgextra/BPGExtraSquareMtavruli.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/bpgextra/BPGExtraSquareMtavruli.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/bpgextra/BPGExtraSquareMtavruli.svg#svgFontName') format('svg'); /* Legacy iOS */
}






/*--------------------------------------------------------
/* SHORTCODES
--------------------------------------------------------*/
.page {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
}
body {
	background:#FFF;
	font-size:14px;
	font-family:"bpg";
}
#main_container {
	width:100%;
	height:auto;
	min-height:100%;
	overflow: hidden;
}
.nicescroll-rails {
	width:7px !important;
	background:url(images/scroll_bg.png) repeat;
}
.nicescroll-rails div {
	width:7px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	border:none !important;
	background:#1A1A1A !important;
}






/*--------------------------------------------------------
/* LINKS
--------------------------------------------------------*/
a {
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:link, a:visited {
	color:#f37029;
}
a:hover {
	color:#CB3600;
}
a:active  {
	color:#f37029;
}
a img {
	border:none;
}






/*--------------------------------------------------------
/* HEADER
--------------------------------------------------------*/
header {
	width: 100%;
	height: auto;/*161px*/
	background: rgba(255,255,255,.5);
	position: relative;
	border-bottom: 1px solid #C5C5C5;
	margin-bottom: 30px;
}
.header_socs {
	position: absolute;
	left: 270px;
	top: 25px;
}
.header_socs img {
	margin: 0 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.header_m {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 300;
	margin: 0;
}
.header_up {
	width: 100%;
	height: 112px;
}
.hr {
	width: 100%;
	height: 2px;
	background: #f37029;
}
.navbar {
	padding: 0;
}
.navbar-nav {
	width: 100%;
	text-align: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0 21px;
	height: 46px;
	line-height: 46px;
	font-family: 'bpgextra';
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #777;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #f37029;
}
.navbar-expand-lg .navbar-nav .nav-link:before {
	width: 0;
	height: 3px;
	content: '';
	background: #f37029;
	position: absolute;
	left: 50%;
	bottom: -2px;
	z-index: 100;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link:hover:before {
	width: 100%;
	left: 0;
}
.nav-item.active .nav-link {
	color: #f37029;
}
.nav-item.active .nav-link:before {
	width: 100% !important;
	left: 0 !important;
}
.dropdown-menu {
	border: 2px solid #f37029;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.dropdown-menu a {
	font-family: 'bpgextra';
	text-transform: uppercase;
	background: none !important;
	color: #f37029!important;
	text-align: center;
	font-size: 13.5px;
	position: relative;
	padding: 8px 20px;
}
.dropdown-menu a:before {
	width: 0;
	height: 3px;
	content: '';
	background: #f37029;
	position: absolute;
	left: 50%;
	bottom: -2px;
	z-index: 100;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.dropdown-menu a:hover:before {
	width: 100%;
	left: 0;
}
.navbar_mobile_logo {
	display: none;
}

@media screen and (max-width: 1200px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0 11px;
		font-size: 13.5px;
	}
}
@media screen and (max-width: 992px) {
	.navbar_mobile_logo {
		display: block;
	}
	.navbar_mobile_logo img {
		height: 70px;
		padding: 10px 0;
	}
	.nav-item {
		border-bottom: 1px solid #E8E8E8;
	}
}
.navbar-toggler {
	border: 1px solid #DFDFDF;
	color: #BCBCBC;
}
#logo {
	position: absolute;
	left: 50%;
	top: 10px;
	margin: 0 0 0 -76px;
}
.formula {
	width: 100%;
	height: auto;
	text-align: right;
}
.formula img {
	height: 90px;
}
@media screen and (max-width: 992px) {
	.formula {
		text-align: center;
	}
}
@media screen and (max-width: 400px) {
	.formula {
		text-align: center;
	}
	.formula img {
		width: 100%;
		height: auto;
	}
}

.m_cats_wrapp .nav-link:after {
	display: none !important;
}
.m_cats_wrapp .nav-link {
	color: #FFF !important;
	font-size: 12px;
	list-style: 15px;
	white-space: normal;
	height: auto !important;
	line-height: 20px !important;
	padding: 12px 15px !important;
}
.navbar_mobile_logo_style {
	height: 34px;
	line-height: 34px;
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	font-family: 'bpgextra';
	text-transform: uppercase;
	color: #FFF;
	padding: 0;
}
.m_cats_wrapp .navbar-toggler {
	border: 1px solid #FFF;
	color: #FFF;
} 
@media screen and (max-width: 1200px) {
	.m_cats_wrapp .nav-link {
		width: 100%;
		font-size: 12px !important;
	}
	.m_cats_wrapp .nav-item {
		width: 100%;
	}
}
.m_cats_wrapp .dropdown-menu {
	width: 100%;
	padding: 0;
	border: 1px solid #f37029;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.4);
	-o-box-shadow: 0px 0px 10px rgba(0,0,0,.4);
	box-shadow: 0px 0px 10px rgba(0,0,0,.4);
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.m_cats_wrapp .dropdown-menu a {
	width: 100%;
	font-size: 12px;
	padding: 5px 10px;
	white-space: normal;
	border-bottom: 1px solid #f37029;
}
.m_cats_wrapp .dropdown-menu a:before {
	display: none !important;
}
.m_cats_wrapp .dropdown-menu a:hover {
	background: #f37029 !important;
	color: #FFF !important;
}

.promo {
	width: 249px;
	height: 249px;
	position: absolute;
	left: 0;
	top: 161px;
	z-index: 100;
	background: url(images/promo.png) no-repeat;
	border-top: 1px solid #BFBFBF;
}
.promo2 {
	width: 100%;
	height: auto;
	margin: -10px 0 40px 0;
	padding: 5px 0;
	background: #f37029;
	text-align: center;
	display: none;
}
.promo2_img {
	width: 210px;
	height: 210px;
	display: inline-block;
	position: relative;
}
.promo2_img p {
	color: #FFF;
	position: absolute;
	margin: 0;
	-webkit-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	transform:rotate(-90deg);
	font-size: 20px;
	letter-spacing: 15px;
	font-family: 'bpgextra';
	text-transform: uppercase;
	left: -90px;
	top: 90px;
}
.promo2 img {
	margin-bottom: -6px;
}
.e {
	width: 490px;
	height: 490px;
	position: absolute;
	right: -280px;
	top: 0;
	z-index: 300;
	background: #FFF;
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.5);
	-o-box-shadow: 0px 0px 15px rgba(0,0,0,.5);
	box-shadow: 0px 0px 15px rgba(0,0,0,.5);
	border: 1px solid #f37029;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.e_wrapp {
	width: 230px;
	height: 490px;
	position: absolute;
	right: 0;
	top: 112px;
	z-index: 300;
	overflow: hidden;
	-webkit-border-top-left-radius: 40px;
	-moz-border-top-left-radius: 40px;
	border-top-left-radius: 220px;
}
@media screen and (max-width: 1200px) {
	.e_wrapp {
		width: 200px;
		height: 490px;
		position: absolute;
		right: 0;
		top: 112px;
		z-index: 300;
		overflow: hidden;
		-webkit-border-top-left-radius: 40px;
		-moz-border-top-left-radius: 40px;
		border-top-left-radius: 220px;
	}
	.e {
		width: 490px;
		height: 490px;
		position: absolute;
		right: -310px;
		top: 0;
		z-index: 300;
		background: #FFF;
		-moz-box-shadow: 0px 0px 15px rgba(0,0,0,.5);
		-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.5);
		-o-box-shadow: 0px 0px 15px rgba(0,0,0,.5);
		box-shadow: 0px 0px 15px rgba(0,0,0,.5);
		border: 1px solid #f37029;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
}
@media screen and (max-width: 992px) {
	.e_wrapp, .promo {
		display: none;
	}
	.promo2 {
		display: block;
	}
}

.header_info {
	width: auto;
	height: auto;
	margin: 5px 0 0 20px;
	display: inline-block;
	font-family: 'bpgextra';
	text-transform: uppercase;
	color: #777;
}
.header_info img {
	margin: 0 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.lang {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: .3;
}
.lang:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
}
.lan_act {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}
.soc:hover {
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.5);
	-o-box-shadow: 0px 0px 15px rgba(0,0,0,.5);
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}
.header_info i {
	width: 32px;
	height: 32px;
	background: #f37029;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 5px 0 0;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	line-height: 32px;
}
.header_info p {
	margin: 0 0 2px 0;
}
.search {
	width: 250px;
	height: 32px;
	position: relative;
}
.header_info input[type=search] {
	width: 350px;
	height: 32px;
	border: 1px solid #CFCFCF;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	padding-left: 40px;
	color: #555;
	font-family: 'bpgextra';
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
@media screen and (max-width: 992px) {
	.header_info {
		width: 100%;
		height: auto;
		margin: 0;
	}
	.search {
		width: 90%;
		display: block;
		margin: 6px auto;
	}
	.header_info input[type=search] {
		width: 100%;
	}
	.header_info {
		width: 100% !important;
	}
}
.header_info input[type=search]:focus {
	border: 1px solid #f37029;
}
.header_info input[type=submit] {
	width: 32px;
	height: 32px;
	border: 1px solid #f37029;
	background: #f37029 url(images/search.png) no-repeat center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}



/*ask*/
.useful_item {
	width:100%;
	height:auto;
	margin:0;
	border-left: 1px solid #f37029;
}
.useful_title {
	width:100%;
	height:auto;
	background:#f7f7f7;
	border-top: 1px solid #f37029;
	border-bottom: 1px solid #f37029;
	position:relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor:pointer;
}
.useful_title:hover {
	background:#f37029;
}
.useful_title p {
	padding:14px 14px 14px 34px;
	font-size:16px;
	color:#555;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 0;
}
.useful_title:hover p {
	color:#FFF;
}
.useful_title i {
	position:absolute;
	right:14px;
	top:14px;
	color:#FFFFFF;
	cursor:pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.useful_title i:hover {
	color:#D82F0E;
}
.useful_cont {
	width:100%;
	height:0;
	background:#f9f9f9;
	overflow:hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.useful_cont_text {
	width:90%;
	height:auto;
	margin:20px 4%;
}
.useful_cont p {
	color:#777;
	font-size:14px;
}




.slider {
	width: 100%;
	height: auto;
	border-bottom: 3px solid #f37029;
	margin-top: -31px;
}
.slider_text {
	display: none;
}
.slider_title {
	width: -moz-calc(100% - 480px);
	width: -webkit-calc(100% - 480px);
	width: calc(100% - 480px);
	font-size: 24px;
	text-align: center;
	font-family: 'bpgextra';
	text-transform: uppercase;
	color: #f37029;
	text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
	padding: 50px 0 0 0;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 992px) {
	.slider_title {
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 576px) {
	.slider_title {
		font-size: 20px;
	}
	.nivo-directionNav {
		display: none;
	}
}
.bx-wrapper .bx-viewport {
	width: 100% !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	left: -10px !important;
	border: none !important;
	padding: 0 18px 0 3px !important;
}
.bx-wrapper {
	margin-bottom: 90px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #C9C9C9 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #f37029 !important;
}
.page_img img {
	margin: 5px 20px 20px 10px;
}
.mp_cats {
	width: 100%;
	height: auto;
	background: #f37029;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: -3px;
	font-family: 'bpgextra';
	text-transform: uppercase;
	color: #FFF;
	padding: 5px 0;
}
.mp_cats li {
	width: 160px;
	list-style: none;
	font-size: 12px;
	padding: 7px 2px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 14px;
	text-align: center;
}
.mp_cats li span {
	color: #FFF;
}
.mp_cats_l2 {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 100;
	width: 100%;
	height: auto;
	background: #FFF;
	border: 1px solid #f37029;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: none;
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.5);
	-o-box-shadow: 0px 0px 15px rgba(0,0,0,.5);
	box-shadow: 0px 0px 15px rgba(0,0,0,.5);
}
.mp_cats_l2 li {
	width: 100%;
	color: #f37029;
	padding: 6px 0;
	text-align: center;
	border-bottom: 1px solid #f37029;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mp_cats_l2 li:hover {
	color: #FFF;
	background: #f37029;
}

.cat_title {
	border-bottom: 1px solid #f37029;
	color: #f37029;
	padding: 10px;
	font-family: 'bpgextra';
	text-transform: uppercase;
}

#single_img {
	width: auto;
	height: auto;
	max-width: 400px;
	float: left;
	margin: 0 20px 10px 0;
}

.single_title {
	font-size: 18px;
	color: #f37029;
	padding: 10px;
	font-family: 'bpgextra';
	text-transform: uppercase;
}

.bx_slider_2 {
	width: 100%;
}
.product_item {
	width: 100%;
	height: auto;
	margin: 15px 0;
	text-align: center;
	font-family: 'bpgextra';
	text-transform: uppercase;
	color: #777;
	font-size: 15px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
.product_item_price {
	color: #f37029;
}
.product_item_price img {
	width: auto;
	height: 12px;
	display: inline-block !important;
	margin-left: 5px;
}
.product_item_price_sale span {
	color: #999 !important;
	text-decoration: line-through;
	padding: 0 5px;
}
.product_item_img {
	width: 100%;
	height: 280px;
}
.product_item p {
	padding: 10px 0;
	position: relative;
}
.product_item p:before {
	width: 0;
	height: 1px;
	content: '';
	background: #f37029;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.product_item:hover p:before {
	width: 90%;
	left: 5%;
}
.product_item:hover {
	border: 1px solid #f37029;
	color: #f37029;
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.5);
	-o-box-shadow: 0px 0px 15px rgba(0,0,0,.5);
	box-shadow: 0px 0px 12px rgba(0,0,0,.2);
}


.product_item_full {
	width: 100%;
	height: auto;
	min-height: 280px;
	padding: 20px 0;
	border-bottom: 1px solid #BFBFBF;
	clear: both;
	color: #656565;
	position: relative;
}
.product_item_full:before {
	width: 0;
	height: 1px;
	content: '';
	background: #f37029;
	position: absolute;
	left: 50%;
	bottom: -1px;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.product_item_full:hover:before {
	width: 100%;
	left: 0;
}
.product_item_full img {
	float: left;
	padding: 0 20px 10px 0;
}
.product_item_full_title {
	font-family: 'bpgextra';
	text-transform: uppercase;
	font-size: 16px;
	color: #f37029;
}
.product_item img {
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}


.page_p {
	width: 100%;
	height: 2px;
	background: #f37029;
	margin: 50px 0;
	position: relative;
	text-align: center;
}
.page_p span {
	width: 100px;
	height: 60px;
	background: #f37029;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	margin: -50px 5px 0 5px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-family: 'bpgextra';
	text-transform: uppercase;
	padding-top: 40px;
}

.page_p_2 {
	width: 100%;
	height: 2px;
	background: #f37029;
	margin: 50px 0;
	position: relative;
	text-align: center;
}
.page_p_2 span {
	width: 220px;
	height: 20px;
	background: #f37029;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	display: inline-block;
	vertical-align: top;
	margin: -20px 40px 0 40px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-family: 'bpgextra';
	text-transform: uppercase;
	padding: 10px 0;
}

.testimonials_item {
	width: 100%;
	height: auto;
	padding: 60px 40px;
	background: #f5f5f5;
	border: 1px solid #C0C0C0;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-style: italic;
	color: #757575;
	margin: 7px;
	font-size: 12.5px;
	position: relative;
}
.testimonials_item i {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.testimonials_item:hover i {
	color: #f37029;
}
.testimonials_item .fa-quote-right {
	font-size: 40px;
	color: #A4A4A4;
	position: absolute;
	right: 20px;
	top: 15px;
}
.testimonials_item .fa-quote-left {
	font-size: 40px;
	color: #A4A4A4;
	position: absolute;
	left: 20px;
	bottom: 15px;
}
.testimonials_item:hover {
	border: 1px solid #f37029;
}

.testimonials_item_title {
	font-family: 'bpgextra';
	text-transform: uppercase;
	color: #333;
	font-size: 15px;
	font-style: normal;
}

.r_line {
	position: relative;
}
.r_line:before {
	width: 100%;
	height: 2px;
	content: '';
	background: #f37029;
	position: absolute;
	left: 0;
	top: 18px;
	z-index: -1;
}
.r_line_2:before {
	top: 32px;
	display: block !important;
}
.blog_title_center {
	max-width: 300px;
	padding: 8px 10px;
	background: #f37029;
	color: #FFF;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	margin: 15px 0;
	text-align: center;
	font-family: 'bpgextra';
	text-transform: uppercase;
	display: inline-block;
}
.blog_title_left {
	min-width: 240px;
	padding: 8px 15px;
	background: #f37029;
	color: #FFF;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	float: right;
	margin: 0 15px 20px 0;
	text-align: center;
	font-family: 'bpgextra';
	text-transform: uppercase;
}
.blog_title_right {
	min-width: 240px;
	padding: 8px 15px;
	background: #f37029;
	color: #FFF;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	float: left;
	margin: 0 0 20px 15px;
	text-align: center;
	font-family: 'bpgextra';
	text-transform: uppercase;
}

.blog_item {
	width: 100%;
	height: auto;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #777;
}
.blog_item img {
	border: 2px solid #f37029;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
.blog_item_info {
	width: -moz-calc(100% - 290px);
	width: -webkit-calc(100% - 290px);
	width: calc(100% - 290px);
	height: auto;
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
}
.blog_item_title {
	color: #f37029;
	font-family: 'bpgextra';
	text-transform: uppercase;
	font-size: 15px;
	line-height: 17px;
}

@media screen and (max-width: 1200px) {
	.blog_item img {
		width: 210px;
		height: auto;
	}
	.blog_item_info {
		width: -moz-calc(100% - 230px);
		width: -webkit-calc(100% - 230px);
		width: calc(100% - 230px);
		height: auto;
		margin: 0 5px;
		display: inline-block;
		vertical-align: middle;
	}
}
@media screen and (max-width: 768px) {
	.blog_item {
		text-align: center;
	}
	.blog_item:before, .blog_item:after {
		display: none;
	}
	.blog_item img {
		width: 270px;
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.blog_item_info {
		width: 100%;
		display: block;
		height: auto;
		margin: 15px 5px;
	}
	.blog_title_left {
		min-width: 240px;
		padding: 8px 15px;
		background: #f37029;
		color: #FFF;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
		float: none;
		margin: 17px 0;
		text-align: center;
		font-family: 'bpgextra';
		text-transform: uppercase;
	}
	.blog_title_right {
		min-width: 240px;
		padding: 8px 15px;
		background: #f37029;
		color: #FFF;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
		float: none;
		margin: 17px 0;
		text-align: center;
		font-family: 'bpgextra';
		text-transform: uppercase;
	}
	.r_line:before {
		display: none;
	}
}
.b_i_before_1:before {
	width: 0;
	height: 2px;
	content: '';
	background: #f37029;
	position: absolute;
	right: 130px;
	top: 0;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.b_i_before_1:hover:before {
	width: 440px;
}
.b_i_before_1:after {
	width: 0;
	height: 2px;
	content: '';
	background: #f37029;
	position: absolute;
	right: 130px;
	bottom: 0;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.b_i_before_1:hover:after {
	width: 440px;
}


.b_i_before_2:before {
	width: 0;
	height: 2px;
	content: '';
	background: #f37029;
	position: absolute;
	left: 130px;
	top: 0;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.b_i_before_2:hover:before {
	width: 440px;
}
.b_i_before_2:after {
	width: 0;
	height: 2px;
	content: '';
	background: #f37029;
	position: absolute;
	left: 130px;
	bottom: 0;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.b_i_before_2:hover:after {
	width: 440px;
}






/*--------------------------------------------------------
/* PAGINATION
--------------------------------------------------------*/
.pagination {
	width:100%;
	height:auto;
	border-top: 1px solid #f37029;
	margin:50px 0;
}
.pagination a {
	width:40px;
	height:33px;
	background:#EBEBEB;
	color:#111;
	display:inline-block;
	vertical-align:middle;
	margin:15px 5px;
	font-size:18px;
	text-align:center;
	padding-top:7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.pagination a:hover {
	background:#f37029;
	color: #FFF;
}
.pagination p {
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	color:#f37029;
}
.pagi_active {
	background:#f37029 !important;
	color: #FFF !important;
}





/*--------------------------------------------------------
/* FOOTER
--------------------------------------------------------*/
footer {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	background:#FFF;
	font-family: 'bpgextra';
	text-transform:uppercase;
	margin:30px 0 0 0;
	border-top: 1px solid #f37029;
}
#logo2 {
	margin: 10px;
	display: inline-block;
	vertical-align: middle;
}
footer .header_info {
	display: inline-block;
	vertical-align: middle;
}
footer .header_info p {
	margin: 0 0 5px 3px;
}
.footer_copyright {
	padding:9px 10px 5px 10px;
	margin:0;
	color:#BCBCBC;
	font-size:12px;
	border-top: 1px solid #D1D1D1;
}
.footer_copyright span {
	float:right;
}
@media screen and (max-width: 576px) {
	.link_d_w p {
		margin: 5px 0 !important;
	}
}
@media screen and (max-width: 992px) {
	footer {
		text-align: center;
	}
	footer .header_info {
		width: auto !important;
		height: auto;
		display: inline-block;
	}
	.header_info p {
		text-align: left;
	}
	.footer_copyright {
		text-align: center !important;
		padding-top: 50px;
	}
	.footer_copyright span {
		float: none;
		display: block;
		text-align: center;
		padding: 5px 0;
	}
}
.socials {
	width:100%;
	height:auto;
	margin:30px 0;
}
.socials i {
	width:50px;
	height:35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:1px solid #7F7F7F;
	margin:0 9px;
	color:#B7B7B7;
	font-size:22px;
	padding:15px 0 0 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.socials i:hover {
	color:#FFF;
	border:1px solid #FFF;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
.header_i.fa-facebook:hover { background:#3b5998; }
.header_i.fa-twitter:hover { background:#1da1f2; }
.header_i.fa-google-plus:hover { background:#dd4b39; }
.header_i.fa-youtube:hover { background:#cd201f; }
.header_i.fa-envelope:hover { background:#fbd232; }
.link_d {
	padding: 3px 15px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background: #f37029;
	color: #FFF;
	display: inline-block;
	margin: 0 0 10px 15px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.link_d:hover {
	background: #D55D1C;
}
.link_d_w {
	display: inline-block;
	vertical-align: middle;
}
#per {
	width: 100%;
	height: auto;
	display: block;
}




.course_registration input[type=text] {
	width: 500px;
	height: 20px;
	border: 1px solid #AFAFAF;
	background: none;
	display: inline-block;
	vertical-align: top;
	margin: 10px 30px;
	color: #333;
	text-align: left;
}
.course_registration input[type=text]:focus {
	border: 1px solid #00ac49;
}
.course_registration hr {
	width: 100%;
	height: 1px;
	border: none;
	background: #AFAFAF;
}
.course_registration input[type=submit] {
	width: 300px;
	padding: 10px 0 !important;
	margin: 15px 0 30px 450px;
	background: #00ac49;
}
.course_registration input[type=submit]:hover {
	width: 380px;
	margin: 15px 0 30px 410px;
	background: #00ac49;
}




.page_single {
	font-size: 16px;
	color: #656565;
}
.page_single ul, .page_single ol {
	padding: 10px 25px;
}









/*--------------------------------------------------------
/* CONTACT
--------------------------------------------------------*/
.cont_info {
	width:340px;
	height:auto;
	margin:20px 0 0 0;
	display:inline-block;
	vertical-align:top;
	padding:12px;
	font-size:15px;
	color:#777;
	font-family: 'bpgextra';
	text-transform:uppercase;
}
.cont_info span {
	width:95px;
	display:inline-block;
	font-weight:bold;
}
.single_arrows_bg_contact {
	height:550px;
}
.contact_form {
	width:440px;
	height:auto;
	margin:20px 20px 0 30px;
	display:inline-block;
	vertical-align:top;
	border-right:1px solid #f37029;
}
@media screen and (max-width: 992px) {
	.contact_form {
		width:440px;
		height:auto;
		margin:20px 0;
		padding: 0;
		display:inline-block;
		vertical-align:top;
		border-right:none;
	}
	.cont_wrapper {
		text-align: center;
	}
	.cont_info {
		width: auto !important;
	}
}
.carer {
	text-align:center;
}
.carer div {
	margin:0 15px;
}
.contact_form_input3 {
	width:400px;
    -ms-transform: skewX(-6deg);
    -webkit-transform: skewX(-6deg);
    transform: skewX(-6deg);
	border:1px solid #337ab7;
	margin:5px 0 5px 10px;
	overflow:hidden;
}
.contact_form_input input {
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
.contact_form_input2 input {
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.contact_form_input3 textarea {
    -ms-transform: skewX(6deg);
    -webkit-transform: skewX(6deg);
    transform: skewX(6deg);
}
.contact_form input[type=text] {
	width:400px;
	height:auto;
	padding:9px 12px;
	margin:5px 0;
	font-size:15px;
	border:1px solid #C9C9C9;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-family: 'bpgextra';
	text-transform:uppercase;
}
.contact_form textarea {
	width:400px;
	height:92px;
	padding:12px;
	margin:5px 0;
	font-size:15px;
	border:1px solid #C9C9C9;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-family: 'bpgextra';
	text-transform:uppercase;
}
.contact_form input[type=text]:focus, .contact_form textarea:focus {
	border:1px solid #f37029;
}
@media screen and (max-width: 557px) {
	.contact_form {
		width:100%;
		height:auto;
		margin:20px 0 !important;
		padding: 0 !important;
		display:inline-block;
		vertical-align:top;
		border-right:none;
	}
	.contact_form input[type=text], .contact_form textarea , .contact_form label {
		width: 100% !important;
	}
	.product_item_full img {
		max-width: 100%;
		display: block;
		float: none;
		margin: 0 auto;
	}
	.product_item_full_title {
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	#single_img {
		float: none;
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
	.single_title {
		text-align: center;
	}
}
.contact_form_input4 {
	width:150px;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
	border:1px solid #337ab7;
	background:#337ab7;
	margin:5px 0 5px 12px;
	overflow:hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.contact_form_input4 input, .contact_form_input4 img {
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.contact_form input[type=submit] {
	width:150px;
	height:42px;
	border:none;
	padding:9px;
	background:#f37029;
	color:#FFF;
	font-size:15px;
	text-align:center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor:pointer;
	font-family: 'bpgextra';
	text-transform:uppercase;
}
.contact_form_input4:hover {
}
.contact_form input[type=submit]:hover {
	background:#C94413;
}
.contact_info .fa-facebook { color:#3b5998; }
.contact_info .fa-twitter { color:#4099ff; }
.contact_info .fa-linkedin { color:#0e76a8; }
.contact_info .fa-google-plus { color:#d34836; }

.loading_gif {
	position:absolute;
	height:30px;
	margin:6px 0 0 5px;
	display:none;
}
.contact_error_email {
	width:100%;
	text-align:center;
	background:#D40003;
	color:#FFF;
	padding:7px 0;
	margin:10px 0;
	display:none;
	font-family: 'bpgextra';
	text-transform:uppercase;
}
.message_sent {
	width:100%;
	text-align:center;
	background:#00D411;
	color:#FFF;
	padding:7px 0;
	margin:10px 0;
	display:none;
	font-family: 'bpgextra';
	text-transform:uppercase;
}
.contact_error_text {
	width:100%;
	text-align:center;
	background:#D40003;
	color:#FFF;
	padding:7px 0;
	margin:10px 0;
	display:none;
	font-family: 'bpgextra';
	text-transform:uppercase;
}

.google_map {
	width:100%;
	height:400px;
	overflow:hidden;
	border-top:1px solid #f37029;
	margin-top: 20px;
}
.google_map iframe {
	width:100% !important;
	height:100% !important;
}

