body {
	overflow-x: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	background-color: #fff;
}
iframe {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	max-width: 100% !important;
	overflow-y: hidden !important;
}
.preloader_hide {
	opacity: 0;
}
#preloader {
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#preloader img {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	display: block;
}
#page {
	background-color: #fff;
}
/* Header */
#logo {
	margin-top: 10px;
}
header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background: #fff;
	padding: 10px;
	-webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
}
header#plain {
	background-color: #fff;
}
header #logo .logo_sticky {
	display: none;
}
header.sticky #logo .logo_normal {
	display: none;
}
header.sticky #logo .logo_sticky {
	display: block;
}
/* logo home with h1 */
#logo_home h1 {
	margin: 0;
	padding: 0;
}
#logo_home h1 a, header.sticky #logo_home h1 a, header#plain #logo_home h1 a, header#colored #logo_home h1 a {
	width: 220px;
	height: 50px;
	display: block;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 220px 50px;
	text-indent: -9999px;
}
header.sticky #logo_home h1 {
	margin: 0 0 10px 0;
	padding: 0;
}
header.sticky #logo_home h1 a {
	background-image: url(../img/logo_sticky.png);
	background-size: 180px 41px;
	width: 180px;
	height: 41px;
}
header#plain #logo_home h1 a {
	background-image: url(../img/logo_sticky.png);
}
header.sticky#colored #logo_home h1 a {
	background-image: url(../img/logo_sticky_colored.png);
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
#logo_home h1 a, header#colored #logo_home h1 a {
 background-image: url(../img/logo_2x.png);
 background-size:220px 50px;
}
header.sticky #logo_home h1 a, header#plain #logo_home h1 a {
 background-image: url(../img/logo_sticky_2x.png);
 background-size:180px 41px;
}
header.sticky#colored #logo_home h1 a {
 background-image: url(../img/logo_sticky_colored_2x.png);
 background-size:180px 41px;
}
}
header.sticky #top_line {
	height: 0;
	overflow: hidden;
	padding: 0;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}
header.sticky {
	-webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	background-color: #fff;
	padding-bottom: 0;
}
nav {
	margin-top: 20px;
	position: relative;
}
.sticky nav {
	margin-top: 0px
}
.sticky #logo {
	margin-top: 0;
	margin-bottom: 10px;
}
ul#top_tools {
	list-style: none;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 999;
}
ul#top_tools a {
	color: #fff;
}
.sticky ul#top_tools a {
	color: #333;
}
ul#top_tools li {
	display: inline-block;
	padding: 0 10px;
}
#top_line {
	color: #fff;
	height: 28px;
	font-size: 12px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-size: 11px;
	visibility: visible;
	opacity: 1;
	margin-bottom: 5px;
	position: relative;
	z-index: 999999;
}
ul#top_links {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
a#access_link, a#wishlist_link {
	position: relative;
	display: inline-block;
	padding-left: 16px;
}
#access_link:before, #wishlist_link:before {
	font-style: normal;
	font-weight: normal;
	font-family: "fontello";
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
}
#wishlist_link:before {
	content: "\ec5e";
}
#access_link:before {
	content: "\e97f";
}
ul#top_links li {
	display: inline-block;
	border-left: 1px solid rgba(255,255,255,0.3);
	margin-right: 5px;
	padding-left: 8px;
	position: relative;
}
ul#top_links li:first-child {
	border-left: none;
	padding-left: 0;
}
ul#top_links a {
	color: #fff;
}
ul#top_links a:hover {
	color: #e04f67;
}
/* Header  plain*/
header#plain {
	background-color: #fff;
	padding-bottom: 0;
}
header#plain.sticky {
	-webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
}
header#plain.sticky #logo .logo_normal {
	display: none;
}
header#plain.sticky #logo .logo_sticky {
	display: block;
}
header#plain #top_line {
	color: #888;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
header#plain ul#top_links li {
	border-left: 1px solid rgba(0,0,0,0.1);
}
header#plain ul#top_links li:first-child {
	border-left: none;
}
header#plain ul#top_tools a {
	color: #333;
}
header#plain ul#top_links a {
	color: #888;
}
header#plain ul#top_links :hover a {
	color: #333;
}
.subheader_plain {
	margin-top: 60px;
}
.parallax {
	background-size: cover;
	background-repeat: no-repeat;
}
a, input, select, textarea {
	vertical-align: top;
	outline: none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
 select:-moz-focusring {
 color: transparent;
 outline:none !important;
 text-shadow: 0 0 0 #000 !important;
 border:0 !important;
}
textarea {
	resize: none;
}
img {
	outline: 0;
	vertical-align: top;
	border: 0;
	max-width: 100.1%;
	height: auto;
}
a {
	color: #333;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: #242424;
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
}
.margbot0 {
	margin-bottom: 0 !important;
}
.margbot5 {
	margin-bottom: 5px !important;
}
.margbot10 {
	margin-bottom: 10px !important;
}
.margbot15 {
	margin-bottom: 15px;
}
.margbot20 {
	margin-bottom: 20px;
}
.margbot25 {
	margin-bottom: 25px;
}
.margbot30 {
	margin-bottom: 30px !important;
}
.margbot35 {
	margin-bottom: 35px !important;
}
.margbot40 {
	margin-bottom: 40px;
}
.margbot50 {
	margin-bottom: 50px;
}
.margbot60 {
	margin-bottom: 60px;
}
.margbot70 {
	margin-bottom: 70px;
}
.margbot80 {
	margin-bottom: 80px;
}
.margbot90 {
	margin-bottom: 90px;
}
.margbot100 {
	margin-bottom: 100px;
}
.pad0 {
	padding: 0 !important;
}
.padbot0 {
	padding-bottom: 0 !important;
}
.padbot10 {
	padding-bottom: 10px !important;
}
.padbot20 {
	padding-bottom: 20px !important;
}
.padbot30 {
	padding-bottom: 30px !important;
}
.padbot40 {
	padding-bottom: 40px !important;
}
.padbot50 {
	padding-bottom: 50px !important;
}
.padbot60 {
	padding-bottom: 60px !important;
}
.padbot70 {
	padding-bottom: 70px !important;
}
.padbot80 {
	padding-bottom: 80px !important;
}
.padbot90 {
	padding-bottom: 90px !important;
}
.padbot100 {
	padding-bottom: 100px !important;
}
.padtop0 {
	padding-top: 0 !important;
}
.border0 {
	border: 0 !important;
}
/*-----------------------------------------------------------------------------------*/















/*	TYPOGRAPHY















/*-----------------------------------------------------------------------------------*/















hr {
	margin: 33px 0;
	border: 0;
	border-top: 2px solid #e6e6e6;
}
ul, ol {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
p {
	margin: 0 0 10px;
	letter-spacing: .5px;
	text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	/*text-transform: uppercase;*/
	font-weight: 400;
	color: #333;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
	font-weight: 900;
}
h1 {
	margin: 0 0 28px;
	line-height: 30px;
	font-size: 26px;
}
h2 {
	margin: 0 0 25px;
	line-height: 24px;
	font-size: 20px;
}		/*used*/
h3 {
	margin: 0 0 21px;
	line-height: 20px;
	font-size: 15px;
}		/*used*/
h4 {
	margin: 0 0 18px;
	line-height: 20px;
	font-size: 13px;
}		/*used*/
h5 {
	margin: 0 0 15px;
	line-height: 17px;
	font-size: 12px;
}		/*used*/
h6 {
	margin: 0 0 15px;
	line-height: 15px;
	font-size: 10px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.color_text {
	color: #30a67c;
}
.color_red {
	color: #cc3333;
}
.title {
	margin-bottom: 27px;
	padding-bottom: 6px;
	border-bottom: 1px solid #e9e9e9;
}
.title h3 {
	margin: 0 0 9px;
	font-weight: 900;
}
.title p {
	font-size: 14px;
}
.title2 {
	margin-bottom: 9px;
}
.title2 h2 {
	margin: 0 0 25px;
	text-transform: none;
	font-weight: 400;
	line-height: 28px;
	font-size: 24px;
	color: #242424;
}
.title2 p {
	line-height: 24px;
	font-size: 14px;
}
/* __________ Columns __________ */















.column_item p {
	margin: 0 0 11px;
	font-weight: 500;
	font-size: 16px;
	color: #333;
}
.column_item p i {
	display: inline-block;
	vertical-align: middle;
	padding-right: 18px;
	font-size: 32px;
}
/* __________ Text in a frame __________ */















.text_iframe {
	position: relative;
	padding: 19px;
	border: 1px solid #efefef;
}
.text_iframe.angle:before {
	content: '';
	position: absolute;
	right: -1px;
	top: -1px;
	width: 19px;
	height: 19px;
	background-image: url(../images/frame_angle.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
.text_iframe p {
	margin: 0 0 11px;
	font-weight: 500;
	font-size: 16px;
	color: #333;
}
/*-----------------------------------------------------------------------------------*/















/*	SHORTCODES















/*-----------------------------------------------------------------------------------*/















/* __________ Buttons __________ */















.btn {
	display: inline-block;
	margin: 0;
	padding: 13px 30px;
	border: 2px solid #333;
	border-radius: 0;
	box-shadow: none;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	text-shadow: none;
	background: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:hover {
	color: #fff;
	background-color: #242424;
}
.btn.inactive {
	color: #666;
	background: none;
	border-color: #ccc;
}
.btn.inactive:hover {
	color: #333;
	background: none;
	border-color: #333;
}
.btn.active {
	color: #fff;
	background: #333;
	border-color: #333;
	font-weight: normal;
}
.btn.active:hover {
	color: #fff;
	background: #242424;
	border-color: #242424;
}
.btn.btn-white {
	color: #fff;
	background: none;
	border-color: #fff;
}
.btn.btn-white:hover {
	color: #333;
	background: #fff;
	border-color: #fff;
}
.btn-sm {
	padding: 11px 20px 9px;
	font-size: 13px;
}
.btn_icon {
	width: 50px;
	height: 50px;
	padding: 0;
	font-size: 16px;
	line-height: 46px;
	text-align: center;
}
.shortcodes_buttons .btn {
	margin-left: 10px;
	margin-right: 7px;
}
/* __________ Blockquote __________ */















blockquote {
	position: relative;
	margin: 0 0 24px 70px;
	padding: 4px 0 7px 25px;
	border-left: 1px solid #ccc;
}
blockquote:before {
	content: "\f10d";
	position: absolute;
	left: -70px;
	top: 10px;
	width: 40px;
	height: 40px;
	font-family: FontAwesome;
	line-height: 40px;
	font-size: 40px;
	color: #333;
}
/* __________ Alerts __________ */















.alert {
	position: relative;
	margin-bottom: 30px;
	padding: 10px 43px 8px 17px;
	font-size: 12px;
	color: #333;
	border-radius: 0;
	border-width: 2px;
	border-style: solid;
}
.alert strong {
	display: block;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 18px;
	font-size: 14px;
}
.alert .close {
	position: absolute;
	top: 50%;
	right: 17px;
	float: none;
	display: block;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	line-height: 9px;
	font-size: 18px;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.alert .close:hover {
	opacity: 0.5;
}
.alert-danger {
	background-color: #ffeded;
	border-color: #cc3333;
}
.alert-danger strong, .alert-danger .close {
	color: #cc3333;
}
.alert-success {
	background-color: #e3ffde;
	border-color: #339933;
}
.alert-success strong, .alert-success .close {
	color: #339933;
}
.alert-info {
	background-color: #e8f8ff;
	border-color: #3399cc;
}
.alert-info strong, .alert-info .close {
	color: #3399cc;
}
.alert-warning {
	background-color: #fff6db;
	border-color: #cc9933;
}
.alert-warning strong, .alert-warning .close {
	color: #cc9933;
}
/* __________ List Styles __________ */















.list1 li {
	position: relative;
	padding: 0 0 10px 15px;
}
.list1 li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	border: 2px solid #333;
	border-radius: 50%;
}
.list2 li {
	position: relative;
	padding: 0 0 10px 15px;
}
.list2 li:before {
	content: "\f054";
	position: absolute;
	left: 0;
	top: 1px;
	font-family: FontAwesome;
	line-height: 20px;
	font-size: 8px;
	color: #333;
}
.list3 li {
	position: relative;
	padding: 0 0 10px 15px;
}
.list3 li:before {
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 0;
	font-family: FontAwesome;
	line-height: 20px;
	font-size: 10px;
	color: #333;
}
.list4 {
	padding-left: 20px;
}
.list4 li {
	padding: 0 0 10px;
	list-style: decimal;
	font-weight: 900;
	color: #333;
}
.list4 li span {
	font-weight: 400;
	color: #666;
}
/* __________ Table type1 __________ */















.table.type1 {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
.table.type1 thead {
	font-weight: 900;
	color: #333;
	background-color: #f5f5f5;
}
.table.type1 thead tr th {
	border-bottom: 0;
}
.table.type1 thead tr th, .table.type1 tbody tr th, .table.type1 tfoot tr th, .table.type1 thead tr td, .table.type1 tbody tr td, .table.type1 tfoot tr td {
	padding: 14px 0;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.table.type1 tbody tr th {
	width: 68px;
}
/* __________ Table type1 __________ */















.table.type2thead {
	font-weight: 900;
	color: #333;
}
.table.type2 thead tr th {
	border-bottom: 0;
}
.table.type2 thead tr th, .table.type2 tbody tr th, .table.type2 tfoot tr th, .table.type2 thead tr td, .table.type2 tbody tr td, .table.type2 tfoot tr td {
	padding: 14px 0;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.table.type2 thead tr th:last-child, .table.type2 tbody tr th:last-child, .table.type2 tfoot tr th:last-child, .table.type2 thead tr td:last-child, .table.type2 tbody tr td:last-child, .table.type2 tfoot tr td:last-child {
	border-right: 0;
}
.table.type2 tbody tr th {
	width: 68px;
}
/* __________ Accordion __________ */















#accordion {
	padding-top: 11px;
}
#accordion h4.accordion_title {
	position: relative;
	margin: 0;
	padding: 16px 0 17px 50px;
	text-transform: none;
	line-height: 26px;
	font-size: 24px;
	color: #666;
	border-top: 1px solid #e9e9e9;
	cursor: pointer;
	transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
}
#accordion h4.accordion_title:hover {
	color: #242424;
}
#accordion h4.accordion_title.active {
	border-top: 2px solid #333;
}
#accordion h4.accordion_title:before {
	content: "\f105";
	position: absolute;
	left: 2px;
	top: 12px;
	width: 35px;
	height: 35px;
	font-family: FontAwesome;
	font-weight: bold;
	text-indent: 2px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	color: #ccc;
	border: 2px solid #ccc;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#accordion h4.accordion_title:hover:before {
	color: #333;
	border-color: #333;
}
#accordion h4.accordion_title.active:before {
	color: #fff;
	border-color: #333;
	background-color: #333;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#accordion .accordion_content {
	display: none;
	padding: 13px 0 3px 50px;
	line-height: 24px;
	font-size: 14px;
}
#accordion .accordion_content p {
	margin-bottom: 24px;
}
#sidebar h3 {
	margin: 0 0 15px;
	font-weight: 900;
}
.sidepanel {
	margin: 0 0 10px;
	padding: 14px 18px 7px;
	border: 2px solid #ccc;
}
.blog .sidepanel {
	margin-bottom: 20px;
}
/*	FORM















/*-----------------------------------------------------------------------------------*/















#contact {
	padding: 0 100px;
}
textarea, select, input[type="text"] {
	width: 100%;
	height: 40px;
	margin: 0 6px 10px 0;
	padding: 10px;
	text-transform: none;
	font-family: 'Open Sans';
	font-weight: 400;
	line-height: 20px;
	font-size: 11px;
	color: #666;
	font-style: normal;
	border-radius: 0;
	background: #fff;
	border: 2px solid #e9e9e9;
	box-shadow: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
input[type="text"].email {
	margin-right: 0;
}
textarea {
	overflow: hidden;
	width: 100%;
	min-height: 100px;
	margin-bottom: 20px;
	resize: none;
}
textarea:focus, input:focus {
	outline: 0;
	box-shadow: none;
	color: #666;
	border: 2px solid #e9e9e9;
}
input[type="submit"] {
	float: right;
	margin: 0;
	padding: 10px 43px;
	font-family: 'Open Sans';
	text-transform: uppercase;
	font-weight: 900;
	font-style: normal;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	border-radius: 0;
	background: #434343;
	border: 0;
	box-shadow: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover {
	background-color: #242424;
}
/* __________ Comment Form __________ */















#comment_form {
	margin-bottom: 53px;
}
#comment_form .comment_form_wrapper {
	padding: 2px;
	background-image: url(../images/comment_bord.jpg);
}
#comment_form form {
	position: relative;
	margin: 0;
	padding: 28px;
	background-color: #fff;
}
#comment_form h2 {
	margin-bottom: 22px;
	text-transform: none;
	line-height: 33px;
	font-size: 24px;
}
#comment_form input[type="text"] {
	width: 49.4%;
}
#comment_form .comment_note {
	padding: 9px 0 11px;
	font-size: 11px;
}
nav {
	position: relative;
	margin: 0 auto;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {
	display: none
}
#cssmenu ul {
	float: right;
	padding: 12px 0;
}
#cssmenu {
}
#cssmenu > ul > li {
	float: left
}
#cssmenu > ul > li > a {
	padding: 17px 10px;
	font-size: 14px;
	text-decoration: none;
	color: #222;
	font-weight: normal;
	text-transform: uppercase;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
	color: #e5a430
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	color: #e5a430!important;
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 30px
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #333;
	transition: all .25s ease
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
	left: auto
}
#cssmenu li:hover > ul > li {
	height: 35px
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150,150,150,0.15);
	padding: 11px 15px;
	width: 215px;
	font-size: 12px;
	text-decoration: none;
	color: #ddd;
	font-weight: 400;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #fff
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #333
}
.logo {
	display: inline-block;
	float: left;
	padding: 10px 0;
}
.logo img {
	height: 52px;
	width: auto;
}
.home-product-sec {
	margin-top: 30px;
}
#home-product-block {
	display: none;
	position: relative;
	width: 100%;
}
#home-product-block .cat-tittle {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f4a109;
}
#home-product-block .cat-tittle h1 {
	font-size: 18px;
	text-align: left;
	margin: 0;
	padding: 0;
}
#home-product-block .single {
	display: block;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 5px;
	margin-bottom: 15px;
	min-height: 100px;
}
#home-product-block .single-1 {
	display: block;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 5px;
	margin-bottom: 15px;
	min-height: 113px;
}

#home-product-block .single-image {
	width: 22%;
	display: inline-block;
	text-align: center;
}
#home-product-block .single-image img {
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: middle;
	height: 100%;
}
#home-product-block .single-content {
	display: inline-block;
	width: 76%;
	text-align: left;
	padding-left: 5px;
	border-left: 1px solid #d8d8d8;
}
#home-product-block .single-content ul {
	margin: 0;
	padding: 0;
	height: 39px;
	overflow: hidden;
}
#home-product-block .single-content ul li {
	list-style: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 3px 0 0;
	line-height: 20px;
}
#home-product-block .single-content ul li:after {
	content: "/";
	color: #222;
	margin-left: 3px;
}
#home-product-block .single-content ul li:last-child:after {
	content: "";
}
#home-product-block .product-tittle {
	display: inline-block;
	margin-bottom: 3px;
	font-size: 14px;
	font-style: italic;
	color: #f4a108;
	font-weight: normal;
	font-weight: 600;
}
#home-product-block .product-tittle:hover {
	opacity: 0.6;

}
#home-product-block .product-tittle span {
	font-size: 15px;
	font-style: normal;
}
#home-product-block p {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	height: 50px;
	overflow: hidden;
}
.view-more {
	margin-top: 8px;
}
.view-more a {
	text-decoration: none;
	font-size: 11px;
	color: #f4a108;
}
.view-more a:hover {
	color: #404040;
}
.home-ultimo-image-block {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.home-ultimo-image-block img {
	width: auto;
	height: 155px;
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
}
.home-ultimo-content-block {
	display: inline-block;
	width: 100%;
	text-align: left;
	padding: 0 5px;
}
.product-tittle {
	display: block;
	margin-bottom: 3px;
}
.product-tittle a {
	font-size: 13px;
	color: #f4a108;
}
.home-ultimo-content-block p {
	text-align: left;
	font-size: 12px;
	line-height: 17px;
	margin: 0;
}
.home-product-content-block li {
	font-size: 12px;
	line-height: 15px;
}
.home-ultimo-content-block li {
	font-size: 12px;
	line-height: 17px;
}
/*News holder*/







.latest-news-slider .slick-list {
	margin: 0!important;
}
.latest-news-slider li {
	display: inline-block;
	margin: 0!important;
	border: 1px solid #ddd;
	min-height: 152px;
}
.latest-news-slider li >span {
	width: 23%;
	height: 100%;
	display: inline-block;
	float: left;
	padding: 15px;
	min-height: 152px;
	text-align: center;
}
.latest-news-slider li a {
	padding: 6px;
	margin: 10px 0;
	text-decoration: none;
	color: #e6a530;
}
.latest-news-slider li >span img {
	width: auto;
	max-height: 120px;
	height: auto;
	text-align: center;
}
.latest-news-slider li p {
	margin: 0;
	padding: 6px;
	display: inline-block;
	width: 76%;
}
.latest-news-slider li p {
	text-transform: none;
	display: inline-block;
	font-size: 13px;
}
.latest-news-thumb {
	overflow: hidden;
}
.latest-news-thumb li {
	width: 100%;
	margin: 0!important;
}
.latest-news-thumb .slick-list {
	margin: 0!important;
}
.latest-news-holder {
	margin: 24px 0 0;
}
.latest-news-holder > h3 {
	text-transform: uppercase;
	margin-bottom: 12px;
	overflow: hidden;
}
.new-content {
	border: 1px solid #dfdfdf;
	border-right: 0;
	border-top: 0;
}
.latest-news-thumb li {
	padding: 6px 8px;
	background: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	cursor: pointer;
}
.latest-news-thumb li:last-child.active {
	border: 0;
	border-radius: 0 0 0 10px;
}
.latest-news-thumb li p {
	margin: 0 0 10px;
	color: #202020;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 22px
}
.latest-news-thumb li span {
	position: relative;
	padding-left: 0;
	color: #666;
}
.latest-news-thumb li span::before {
	display: none;
	content: "\f105 ";
	font-family: fontawesome;
	font-size: 3px;
	position: absolute;
	left: 0;
	top: 8px;
}
.latest-news-thumb li.active span {
	color: #fff;
}
.latest-news-thumb li.active {
	position: relative;
}
.latest-news-thumb li.slick-current.slick-active span {
	color: #fff;
}
.news-thumb-arrows li {
	width: 50%;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	float: left;
	background: #202020;
	text-align: center;
	color: #fff;
}
.news-thumb-arrows li.prev1 {
	border-right: 1px solid rgba(255,255,255,0.1);
}
/* News Slider */







.header-bottom-bar {
	padding: 20px 0;
	background: #fff;
}
.news-slider-holder {
	padding: 0 0 0 20px;
	position: relative;
}
.latest-news-lable {
	background: #000;
	position: absolute;
	z-index: 100;
	width: 170px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.ticker {
	float: left;
	margin: 0 0 0 15px;
}
.ticker li {
	color: #fff;
	display: inline-block;
	font-weight: bold;
}
.ticker li span {
	color: #555;
	font-weight: bold;
	margin: 0 10px 0 0;
	float: left;
}
.alert-spinner {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
 @-webkit-keyframes sk-bounce {
 0%, 100% {
-webkit-transform: scale(0.0)
}
 50% {
-webkit-transform: scale(1.0)
}
}
 @keyframes sk-bounce {
 0%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
}
 50% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
.news-slider.style-2 {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.news-slider.style-2 .news-slider-holder {
	width: 80%;
}
.thmnail-arrows li span:hover, .latest-news-thumb li.slick-current.slick-active, .news-thumb-arrows li:hover {
	background: #f4a108;
}
/*Newsholder-end*/















.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
 .row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
 padding-right: 0;
 padding-left: 0;
}
h3 span::before {
	content: "";
	position: absolute;
	left: 100%;
	background: url(../images/heading-pettren.png) repeat-x center center;
	height: 100%;
	width: 1063px;
	top: 0;
}
h3 span {
	padding: 0 10px 0 0;
	position: relative;
}
.footer {
	background: #474747;
	margin-top: 40px;
}
.footer-inner {
	padding: 15px 0;
}
.footer-inner p {
	margin: 0;
	font-size: 13px;
	color: #fff;
}
.powered-by {
	float: right;
	font-size: 13px;
	color: #f2f2f2;
}
.powered-by a {
	text-decoration: none;
	color: #fff;
	margin-left: 10px;
}
.powered-by a:hover {
	color: #faa61a;
}
.breadcrumb-sec {
	display: block;
}
.breadcrumb-animate-content {
	padding: 25px 0px 0px;
	display: inline-block;
}
.breadcrumb-image-block {
	float: right;
	width: 20%;
	top:50%;
	position: absolute;
	right: 0;
	bottom: 0;
	vertical-align: baseline;
}
.breadcrumb-image-block img {
	width:125px;
	height: auto;
	float: right;
	right: 25px;
	position: relative;
	top:22px;
	bottom: 0;
}
.animation-content {
    display:none;
}
.animation-content li {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}
.animation-content li span {
	color: #faa61a;
}
.breadcrumb {
	background: #fff;
	border-radius: 0 !important;
	margin-bottom: 0;
	padding: 0;
	margin-top: 70px;
}
.breadcrumb-tittle {
}
.breadcrumb-tittle h2 {
	color: #222;
	font-size: 22px;
	margin-bottom:10px;
}
.about-sec {
	margin-top: 0px;
}
.about-block-right {
	border-left: 1px solid #f3f3f3;
	margin-left: 10px;
	padding: 18px 0;
}
.about-block {
	margin-bottom: 20px;
}
.about-block h1 {
	margin-bottom: 15px;
	font-size: 20px;
	text-transform: none;
	display:none;
}
.about-block h3 {
	margin-bottom: 8px;
	font-size: 20px;
	text-transform: none;
	overflow:hidden;
}
.about-block h2 {
	margin-bottom: 15px;
	font-size: 18px;
}
.product-pipe {
	padding: 10px 0;
	border-bottom: 1px solid #f3f3f3;
}
#position {
	border-bottom: 1px solid #f3f3f3;
	padding: 10px 0;
	font-size: 13px;
}
#position ul {
	margin: 0;
	padding: 0;
	color: #202020;
}
#position ul li:first-child {
	padding-left: 20px;
}
#position ul li:first-child:before {
	content: "\f015 ";
	font-style: normal;
	font-weight: normal;
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 1px;
	color: #202020;
}
#position ul li a {
	color: #202020;
	opacity: 0.7;
}
#position ul li:after {
	content: "\f105 ";
	font-style: normal;
	font-weight: normal;
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 2px;
}
#position ul li:last-child:after {
	content: "";
	font-style: normal;
	font-weight: normal;
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 2px;
}
#position ul li:last-child a {
	color: #f5a10a;
	font-weight: 600;
}
#position ul li {
	display: inline-block;
	padding-right: 8px;
	margin-right: 3px;
	position: relative;
}
#position ul li a:hover {
	color: #202020;
	opacity: 1;
}
.product-sec {
	margin-top: 30px;
	min-height:330px;
}
.product-sec-image-block {
	box-shadow: 0 1px 2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	padding: 10px;
	text-align: center;
}
.product-sec-image-block:hover {
	box-shadow: 0 2px 4px rgba(0,0,0,0.25), 0 2px 2px rgba(0,0,0,0.22);
}
.product-sec-image-block img {
	text-align: center;
	width: 100%;
	height: auto;
}
.main-tittle {
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}
.main-tittle h1 {
	font-size: 22px;
	margin-bottom: 0;
	text-transform: none;
	padding: 0 10px 0 0;
	position: relative;
	display: inline-block;
}
.main-tittle h1 img {
	height: 28px;
	width: auto;
	display: inline-block;
}
.main-tittle h1 span {
	margin-right: 10px;
	font-weight: 600;
	color: #faa61a;
}
.main-tittle h1::before {
	content: "";
	position: absolute;
	left: 100%;
	background: url(../images/heading-pettren.png) repeat-x center center;
	height: 100%;
	width: 1063px;
	top: 0;
}
.product-sec-content-block {
    padding-bottom: 5px;
    float:left;
    position:relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
}
.product-sec-content-block h1 {
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: none;
}
.overview {
}
.overview p {
	text-align: justify;
	line-height: 24px;
}
.overviews p {
	text-align: justify;
	line-height: 24px;
	    height: 50px;
    overflow: hidden;
}
.overview p span {
	color: #f5a10a;
	font-weight: 600;
}
.overview ul {
	margin: 0;
	padding: 0;
}
.overview ul li {
	list-style: none;
	//display: block;
	padding: 5px 0px;
	font-size: 13px;
    margin-left: 20px;
    //list-style-image: url('bullet.png') !important;
}
.overview ul li:before {
	content: "\f192";
	font-style: normal;
	font-weight: normal;
	font-family: "FontAwesome";
	color: #faa61a;
	//margin-right: 10px;
	position: relative;
}
.overview ul li .fa {
}
.tec-spec-tab {
}
.tec-spec-tab ul {
	margin: 0;
	padding: 0;
}
.tec-spec-tab ul li {
	list-style: none;
	display: block;
	padding: 5px 10px;
	font-size: 13px;
}
.tec-spec-tab li:before {
	content: "\f192";
	font-style: normal;
	font-weight: normal;
	font-family: "FontAwesome";
	color: #faa61a;
	margin-right: 10px;
	position: relative;
}
.contact-sec {
	margin-top: 30px;
}
.contact_info_block {
	min-height: 490px;
	padding: 14px 18px;
}
.contact_info_block span {
	margin-bottom: 10px;
	display: block;
}
.contact_info_block li {
	margin-bottom: 17px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e9e9e9;
}
.contact_info_block h3 {
	margin-bottom: 12px;
	text-transform: none;
}
.contact_info_block h4 {
	margin-bottom: 8px;
	font-size: 16px;
}
.contact_info_block h5 {
	margin-bottom: 0px;
	font-size: 13px;
}
.contact_info_block p {
	margin: 0;
	font-weight: 700;
	color: #333;
}
.phone .fa {
	font-size: 26px;
}
.contact_info_block .fa {
	margin-right: 6px;
}
.contact_form {
	min-height: 550px;
	padding: 14px 18px 19px;
	border: 1px solid #f3f3f3;
}
.contact_info_block h3 i {
	display: inline-block;
	padding-right: 12px;
	line-height: 20px;
	color: #faa61a;
}
.tec-spec {
	margin-top: 30px;
}
.tec-spec h1 {
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: none;
}







/**table**/



@media only screen and (max-width: 800px) {
/* Force table to not be like tables anymore */



#no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */



#no-more-tables thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#no-more-tables tr {
	border: 1px solid #ccc;
}
#no-more-tables td {
	/* Behave  like a "row" */



	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 50%;
	white-space: normal;
	text-align: left;
}
#no-more-tables td:before {
	/* Now like a table header */



	position: absolute;
	/* Top/left values mimic padding */



	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}
/*



	Label the data



	*/



#no-more-tables td:before {
	content: attr(data-title);
}
}
.z-tabs h3 {
	font-size: 15px;
	margin-bottom: 8px;
}
.tab-note {
	margin: 8px;
	font-size: 10px;
}
.download-block {
}
.download-link {
	margin: 20px 0;
}
.download-link a {
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px 0;
	line-height: 40px;
	display: block;
}
.download-link a:before {
	content: "";
	font-style: normal;
	background: url(../images/icons/download.png) no-repeat;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	float: left;
	font-weight: normal;
	color: #faa61a;
	margin-right: 10px;
	position: relative;
}
.application-link {
	margin-bottom: 20px;
	border-bottom: 1px solid #f3f3f3;
}
.application-link a {
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px;
	line-height: 40px;
	display: block;
}
.application-link a:before {
	content: "";
	font-style: normal;
	background: url(../images/icons/application.png) no-repeat;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	float: left;
	font-weight: normal;
	color: #faa61a;
	margin-right: 10px;
	position: relative;
}
.slider {
	webkit-box-shadow: 0 4px 3px -3px #d8d8d8;
	-moz-box-shadow: 0 4px 3px -3px #d8d8d8;
	box-shadow: 0 4px 3px -3px #d8d8d8;
	margin-top: 70px;
}
.slider-iq {
}
.slider-iq img {
	position: absolute;
	right: 20px;
	width: 160px;
	height: auto;
	bottom: 25px;
	z-index: 1;
}
.features-tab {
	padding: 30px 0;
}
.sub-tittle {
	margin-bottom: 30px;
}
.sub-tittle h2 {
	font-size: 16px;
	margin: 0;
	text-transform: none;
}
.product-sec-detail {
	
}
.product-sec-detail ul {
	margin: 0;
	padding: 0;
}
.product-sec-detail ul li {
	list-style: none;
	position: relative;
	margin-bottom: 15px;
	padding-left:15px;
	font-weight: 400;
	
	padding-bottom: 5px;
}
.product-sec-detail ul li:before {
	content: "\f0da ";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    font-size: 12px;
    left: 0;
    color: #f4a108;
    width: 40px;
}
.product-sec-detail ul li:before {
	position: absolute;
	top: 5px;
	left: 1px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}
.product-sec-detail ul li a {
	text-decoration: none;
	font-size: 14px;
}
.product-sec-detail ul li a:hover {
	color: #faa61a;
}
.product-detail h2 {
	font-size: 16px;
	margin-bottom: 0;
}
.product-detail h1 {
	font-size: 16px;
	margin-bottom: 0;
}
.product-sec-title {
	position: relative;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 15px;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.product-sec-title:after {
	display: none;
	width: 20px;
	height: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	content: '';
	background-color: #faa61a;
}
.product-more-details {
}
.product-more-details-tittle {
	position: relative;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 15px;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.product-more-details-tittle:after {
	display: block;
	width: 20px;
	height: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	content: '';
	background-color: #faa61a;
}
.product-more-details-tittle h2 {
	font-size: 16px;
	margin-bottom: 0;
}
.tec-spec-req-blcok {
	margin: 20px 0;
}
.tec-spec-req-form {
}
.form-group {
}
.form-group label {
	font-weight: normal !important;
	color: #aeaeae;
}
/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/



.rev_slider_wrapper {
	position: relative;
	z-index: 1;
}
.rev_slider_wrapper .slide-content-box h3 {
	background: rgba(0, 0, 0, 0) url("../img/slides/press-bg.png") no-repeat;
	background-size: contain;
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 22px;
	font-family: 'Poppins', sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rev_slider_wrapper .slide-content-box h1 {
	color: #ffffff;
	font-size: 55px;
	line-height: 62px;
	margin: 14px 0 9px;
	font-weight: 700;
}
.rev_slider_wrapper .slide-content-box p {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	margin: 0 0 30px;
}
.rev_slider_wrapper .slide-content-box .button a {
	transition: all 500ms ease !important;
	-moz-transition: all 500ms ease !important;
	-webkit-transition: all 500ms ease !important;
	-ms-transition: all 500ms ease !important;
	-o-transition: all 500ms ease !important;
}
.rev_slider_wrapper .slide-content-box.last-slide p {
	margin: 0;
}
.rev_slider_wrapper .slide-content-box.last-slide a {
	margin: 0 8px;
}
.rev_slider_wrapper .slotholder {
	position: relative;
}
.slotholder:after {
	background: rgba(0, 0, 0, 0.10);
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}
.tp-bannertimer {
	display: none;
}
.rev_slider_wrapper .tparrows {
	background: transparent;
	border: 2px solid #fff;
}
.contact_form .btn {
	margin-top: 25px !important;
}
.about-block span {
	color: #e5a430;
}
.about-block h3 span {
	color: #333;
}
.about-block h3 span::before {
    
	content: "";
	position: absolute;
	left: 100%;
	background: url(../images/heading-pettren.png) repeat-x center center;
	height: 100%;
	width: 800px;
	top: 0;
}
.slick-track {
	display: block;
}
.event-more {
	float: right;
	position: absolute;
	right: 15px;
}
.video-block {
	width: 32.8%;
	display: inline-block;
}
.vid {
	position: relative;
	padding-bottom: 52.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.vid iframe, .vid object, .vid embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hr {
	width: 25%;
	margin: 0;
	height: 4px;
	padding: 1px 0;
	position: absolute;
	background-color: #111111;
}
.mb-30 {
	margin-bottom: 30px;
}
/*slider*/
.bs-slider {
	overflow: hidden;
	max-height: 700px;
	position: relative;
	background: #000000;
}
.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
	margin: auto;
	width: 100% !important;
}
/********************
*****Slide effect
**********************/

.fade {
	opacity: 1;
}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
	top: auto;
	position: relative;
}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.control-round:hover .carousel-control {
	opacity: 1;
}
.control-round .carousel-control.left {
	left: 1%;
}
.control-round .carousel-control.right {
	right: 1%;
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
	color: #fdfdfd;
	background: rgba(0, 0, 0, 0.5);
	border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1) {
	left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1) {
	right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
	right: 45%;
	bottom: 3%;
	left: auto;
	width: 90%;
	height: 20px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
}
.indicators-line > .carousel-indicators li {
	padding: 0;
	width: 15px;
	height: 15px;
	border: 1px solid rgb(158, 158, 158);
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	background: rgb(158, 158, 158);
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	z-index: 10;
	cursor: pointer;
}
.indicators-line > .carousel-indicators li:last-child {
	margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
	margin: 1px 5px 1px 1px;
	box-shadow: 0 0 0 2px #fff;
	background-color: transparent;
	position: relative;
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before {
	transform: scale(0.5);
	background-color: #fff;
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
	text-align: left !important;
}
.slide_style_right {
	text-align: right !important;
}
.slide_style_center {
	text-align: center !important;
}
.slide-text {
	left: 0;
	top: 25%;
	right: 0;
	margin: auto;
	padding: 10px;
	position: absolute;
	text-align: left;
	padding: 10px 85px;
}
.slide-text > h1 {
	padding: 0;
	color: #ffffff;
	font-size: 70px;
	font-style: normal;
	line-height: 84px;
	margin-bottom: 30px;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.slide-text > p {
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 40px;
	letter-spacing: 1px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.slide-text > a.btn-default {
	color: #000;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn-primary {
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-left: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	background: #00bfff;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover, .slide-text > a:active {
	color: #ffffff;
	background: #222222;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
.slide-text h1 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
}
.slide-text > p {
	font-size: 18px;
}
}


/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
.slide-text {
	padding: 10px 50px;
}
.slide-text h1 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
}
.slide-text > p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}
.control-round .carousel-control {
	display: none;
}
}
@media (max-width: 480px) {
.slide-text {
	padding: 10px 30px;
}
.slide-text h1 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 5px;
}
.slide-text > p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
.slide-text > a.btn-default,  .slide-text > a.btn-primary {
	font-size: 10px;
	line-height: 10px;
	margin-right: 10px;
	text-align: center;
	padding: 10px 15px;
}
.indicators-line > .carousel-indicators {
	display: none;
}
}
/*slider-end*/

/*related-products*/
.related-products {
	margin-top: 20px;
}
.related-product-items {
	margin-top: 20px;
}
.single-block {
	padding: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	border: 1px solid #f3f3f3;
}
.single-block:hover {
	box-shadow: 0 2px 4px rgba(0,0,0,0.25), 0 2px 2px rgba(0,0,0,0.22);
}
.single-imgage-block {
	margin-bottom: 15px;
	max-height: 100px;
}
.single-imgage-block img {
	text-align: left;
	height: 90px;
	width: auto;
}
.single-content-block {
	display: block;
	position: relative;
}
.single-content-block a {
	text-decoration: none;
	font-size: 14px;
}
.single-content-block a img {
	height: 22px;
	width: auto;
	max-width: 154px;
}
.single-content-view {
	float: right;
}
.single-content-view a {
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #222;
	border: 1px solid #f3f3f3;
	padding: 6px 10px;
}
.single-content-view a:hover {
	color: #fff;
	border: 1px solid #f5a10a;
	background: #f5a10a;
}
/*related-products-end*/

/*event-slider*/
.slider-wrapper {
	margin: auto;
	max-width: 400px;
	height: auto;
}
.slider-wrapper.default>div {
	display: none
}
.slider-wrapper.default>div #slides {
	font-weight: 400;
	color: white;
	line-height: normal
}
.slider-wrapper.default>div #slides img {
	border: 0;
	height:276px !important;
	width:100%;
	
}
.slider-wrapper.default>div #slides>a {
	line-height: 0px
}
.slider-wrapper.default>div #slides h1, .slider-wrapper.default>div #slides h2, .slider-wrapper.default>div #slides h3, .slider-wrapper.default>div #slides h4 {
	padding: 1% 3% 1% 3%;
	color: #000;
	background-color: #ffffff;
	line-height: normal;
	text-align: center
}
.slider-wrapper.default>div #slides span, .slider-wrapper.default>div #slides p {
	line-height: normal
}
.slider-wrapper.default>div .social {
	position: absolute;
	top: 4%;
	left: 3%;
	z-index: 10000
}
.slider-wrapper.default>div .social div {
	float: left;
	margin-right: 10px
}
.slider-wrapper.default>div #bullets {
	height: 10px;
	position: absolute;
	top: 4%;
	right: 3%;
	z-index: 10000
}
#slides h2 {
	font-size:15px;
}

.slider-wrapper.default>div #bullets .bullet {
	min-height: 12px;
	min-width: 12px;
	border-radius: 6px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	background-color: #b4b4b4;
	background-color: rgba(255,255,255,0.6)
}
.slider-wrapper.default>div #bullets .bullet:hover {
	background-color: #fff
}
.slider-wrapper.default>div #bullets .bullet.selected {
	background-color: #fff
}
.slider-wrapper.default>div #left {
	position: absolute;
	width: 47px;
	height: 47px;
	background-image: url(img/arrow.png);
	left: 5%;
	top: 50%;
	margin-top: -24px;
	z-index: 999999;
	cursor: pointer
}
.slider-wrapper.default>div #right {
	position: absolute;
	width: 47px;
	height: 47px;
	background-image: url(img/arrow.png);
	background-position: right top;
	right: 5%;
	top: 50%;
	margin-top: -24px;
	z-index: 999999;
	cursor: pointer
}
.content {
	position: absolute;
	top: 70%;
	right: 70%;
}
/*event-slider-end*/
.video_div {
	margin: 0 auto;
  tex-align: center;
  position: relative;
  display: inline-block;
}
.video_div:before {
  content: "\f01d";
  font-family: FontAwesome;
  color: #ca1d21;
  background-color: #fff;
  font-size: 80px;
  padding: .05em .2em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.overview li, .fr-element li {
  list-style: inherit !important;
}
.about_img{
	width:40%;
	display:inline-block;
	margin-right:20px;
	margin-bottom:30px;
	float:left;
	padding-bottom:5px;
	border-bottom:1px solid #f3a008;
}
.about_img img{
	width:100%;
	height:auto;
}
.about_img h2 {
	margin-bottom:0;
	margin-top:10px;
	font-size:15px;
	text-transform:uppercase;
	
}
.prem-building {
   
}
   .prem-building img{
    width:100%;
    height:auto;
    
   -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
    
} 
 .prem-building:hover img{
      transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
} 
.prem-building h3{
    overflow:hidden;
        margin-bottom: 12px;
    


    
}
.iq-banner {
    position: absolute;
    width:220px;
    bottom: 10px;
    right:10px;
    z-index: 9;
    
}
.iq-banner img{
     width: 100%;
     height:auto;
    
}

/*Page-Products*/
.product-cat-sidebar {
	width:20%;
	display:inline-block;
	float:left;
}
.product-cat-link {
	position:relative;
}
.product-cat-link ul {
	margin:0;
	padding:0;
}
.product-cat-link ul li {
	list-style:none;
	padding-bottom:5px;
	border-bottom:1px solid #f3f3f3;
	line-height:22px;
	margin-bottom:8px;
	display:block;
	
}
.product-cat-link ul li:before {
	content: "\f0da ";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    font-size: 12px;
    left: 0;
    color: #f4a108;
}

.product-cat-link ul li a {
	display:block;
	text-decoration:none;
	font-size:16px;
	padding:0px 10px;
}
.product-cat-link ul li a:hover {
	color:#f4a108;
}
.product-cat-link ul li.active a {
	color:#f4a108;
	font-weight:600;
}
.product-cat-links {
	position:relative;
}
.product-cat-links ul {
	margin:0;
	padding:0;
}
.product-cat-links ul li {
	list-style:none;
	padding-bottom:5px;
	border-bottom:1px solid #f3f3f3;
	line-height:22px;
	margin-bottom:8px;
	display:block;
	
}
.product-cat-links ul li:before {
	content: "\f0da ";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    font-size: 12px;
    left: 0;
    color: #f4a108;
}

.product-cat-links ul li a {
	display:block;
	text-decoration:none;
	font-size:16px;
	padding:0px 10px;
}
.product-cat-links ul li a:hover {
	color:#f4a108;
}

ul.sublist {
	margin:10px 10px 0px 20px;
	position:relative;
}
ul.sublisting {
	margin:10px 10px 0px 20px;
	position:relative;
}
ul.sublisting li {
	list-style:none;
	border:none;
	line-height:20px;
	padding:0;
	font-size:12px;
}
ul.sublisting li:before {
	content: "\f0da ";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    font-size: 12px;
    left:0px;
    color: #f4a108;
}
ul.sublisting li a {
	color:#202020 !important;
	font-weight:normal !important;
}
ul.sublisting li a:hover{
	color:#f4a108 !important;
}
ul.sublisting li.active a {
	color:#f4a108 !important;
	font-weight:600;
}

ul.sublistingsub {
	margin:10px 10px 0px 20px;
	position:relative;
}
ul.sublistingsub li {
	list-style:none;
	border:none;
	line-height:20px;
	padding:0;
	font-size:12px;
}
ul.sublistingsub li:before {
	content: "\f0da ";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    font-size: 12px;
    left:0px;
    color: #f4a108;
}
ul.sublistingsub li a {
	color:#202020 !important;
	font-weight:normal !important;
}
ul.sublistingsub li a:hover{
	color:#f4a108 !important;
}
ul.sublistingsub li.active a {
	color:#f4a108 !important;
	font-weight:600;
}
.product-cat-block {
	position:relative;
	width:75%;
	float:right;
}
.product-single {
	width:33%;
	display:inline-block;
	margin-bottom:10px;
	padding:8px;
	float:left;
}
.product-single-image {
	text-align:center;
	border:1px solid #e4e4e4;
}
.product-single-image img{
	width:100%;
	height:auto;
	text-align:center;
}
.product-single-desc {
	min-height:145px;
	background:#efefef;
	padding:10px 15px;
}
.product-cat-head {
	text-align:left;
	margin-bottom:10px;
}
.product-cat-head h2 {
	text-align:left;
	font-size:15px;
	font-weight:600;
	margin:0;
}
.list-item {
}
.list-item ul {
	margin:0;
	padding:0;
}
.list-item ul li {
	list-style: none;
    text-decoration: none;
    line-height: 28px;
	padding-left:15px;
	position:relative;
   
}
.list-item ul li a {	
    font-size: 14px;	
	text-decoration:none;
	display:block;
}
.list-item ul li a:hover{
	color:#f4a108;
}
.list-item ul li:before {
    content: "\f0da ";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    font-size: 12px;
    left: 0;
    color: #f4a108;
    width: 40px;
}
.product-show-detail {
	position: relative;
    width: 75%;
    float: right;
}
.product-show-single {
	width:100%;
	display: inline-block;
	padding:10px;
	margin-bottom:20px;
	border:1px solid #e4e4e4;
	
}
.product-show-single-image{
	width:25%;
	display:inline-block;
	float:left;
	
}
.product-show-single-image img{
	width:100%;
	height:auto;
}
.product-show-single-desc {
	width:70%;
	padding-left:20px;
	padding-right:20px;
	display:inline-block;
}
.product-show-single-head {
	margin-bottom:15px;
	display:block;
	width:100%;
}
.product-show-single-head h2 {
	font-size:15px;
	font-weight:bold;
	margin:0;
	text-align:left;
}
.product-show-details {
	min-height:54px;
}

.product-category-detail {
	position: relative;
    width: 75%;
    float: right;
}

.product-category-single {
	width: 32%;
    display: inline-block;
    padding: 5px;
    margin: 5px;
    float: left;
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
}
.product-category-single-image{
	display:block;
	height:auto;
	width:100%;
	text-align:center;
}
.product-category-single-image img{
	height:185px !important;
	width:auto !important;
	text-align:center;
}
.product-show-single-image img{
	width:100%;
	height:auto;
	text-align:center;
}
.product-category-single-desc {
	width:100%;
	padding:10px;
	display:block;
	text-align: center;
	min-height:90px;
}
.product-category-single-head {
	margin-bottom:10px;
	display:block;
	width:100%;
	min-height: 48px;
}
.product-category-single-head h2 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	text-align: center;
	/*text-transform:uppercase;*/
}
.view-details {
	display:block;
	width:100%;
}
.view-details a {
	display:block;
	background:#e8e8e8;
	color:#222;
	text-decoration:none;
	padding:8px;
}
.view-details a:hover {
	background:#f4a108;
	color:#fff;
}

.product-show-more {
	display: inline-block;
	width:auto;
}
.product-show-more a {
	display:block;
	background:#e8e8e8;
	color:#222;
	text-decoration:none;
	padding:8px 12px;
}
.product-show-more a:hover {
	background:#f4a108;
	color:#fff;
}
.media-block {
	padding:20px 0;
}
.media-block-tittle {
	margin-bottom:12px;
	text-align:left;
	display:block;
}
.media-block-tittle h2 {
	font-size:15px;
	font-weight:600;
	margin:0;
}
.media-block-content {
	display:block;
}
.upcoming-events {
}
.events-single {
	padding:8px;
	width:100%;
	display:block;
	border-bottom:1px solid #f3f3f3;
}

.event-date {
	font-size:12px;
	color:#f4a108;
	line-height:20px;
}
.event-tittle {
	min-height:22px;
	position:relative;
	padding-left:10px;
}
.event-tittle:before {
	content: "\f0da ";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    font-size: 12px;
    left: 0;
    color: #f4a108;
  
}
.event-tittle a{
	text-decoration:none;
	text-align:left;
	font-size:15px;
}
.event-tittle a:hover{
	text-decoration:none;
	text-align:left;
	color:#f4a108;
}
.media-readmore {
}
.media-readmore a{
	font-size:12px;
	text-decoration:none;
}
.media-readmore a:hover{
color:#f4a108;
}
