
/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/


body {
	margin:0px;
	line-height: 1.4;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
}

a {
	text-decoration:underline;
	color: #e8791e;
}

a:hover { color: #000; }

a img { border: none; }

img { max-width: 100%; }

/* ----------------------------------------------------------------
	Bootstrap Adjustments
-----------------------------------------------------------------*/

@media (min-width: 576px) {
	.container { max-width: 540px; }
}

@media (min-width: 768px) {
	.container { max-width: 750px; }
}

@media (min-width: 992px) {
	.container { max-width: 970px; }
}

@media (min-width: 1200px) {
	.container { max-width: 1352px; }
}

/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/

ul, li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.color{
	color: #014c4c;
}

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 600;
	line-height: 1.5;
	margin: 0px;
}

h5,
h6 { margin-bottom: 20px; }

h1 { font-size: 36px; }

h2 { font-size: 30px; }

h3 { font-size: 24px; }

h4 { font-size: 18px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }


h1 > span:not(.nocolor):not(.badge),
h2 > span:not(.nocolor):not(.badge),
h3 > span:not(.nocolor):not(.badge),
h4 > span:not(.nocolor):not(.badge),
h5 > span:not(.nocolor):not(.badge),
h6 > span:not(.nocolor):not(.badge) { color: #e8791e; }

/* ----------------------------------------------------------------
	Helper Classes
-----------------------------------------------------------------*/

.fright { float: right !important; }

.fleft { float: left !important; }

#wrapper {
	position: relative;
	float: none;
	width: 1220px;
	margin: 0 auto;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.line,
.double-line {
	clear: both;
	position: relative;
	width: 100%;
	margin: 10px 0;
	border-top: 1px solid #dcdcdc;
}

.line.line-sm { margin: 30px 0; }

.topmargin { margin-top: 50px !important; }

.bottommargin { margin-bottom: 50px !important; }

.topmargin-sm { margin-top: 10px !important; }

.bottommargin-sm { margin-bottom: 10px !important; }

.topmargin-lg { margin-top: 22px !important; }

.bottommargin-lg { margin-bottom: 22px !important; }

.rightmargin {
    margin-right: 10px !important;
}

.nomargin {margin: 0 !important; }

.nobottommargin { margin-bottom: 0 !important; }

.noborder { border: none !important; }

.nopadding { padding: 0 !important; }

.justify { text-align:justify !important; }

.center { text-align: center !important; }


/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/


.section {
	position: relative;
	margin: 60px 0;
	padding: 60px 0;
	background-color: #f7f7f7;
	overflow: hidden;
}


/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/

body.stretched #header.full-header .container {
	width: 100%;
	max-width: none;
	padding: 0 10px;
}

/* ----------------------------------------------------------------
	Sticky Header
-----------------------------------------------------------------*/

#header,
#header-wrap,
#logo img {
	height: auto;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}

#header-wrap {
	position: relative;
	z-index: 199;
	-webkit-backface-visibility: hidden;
	padding: 3px 0;
}

#header.sticky-header #header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {height: auto;}

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
	padding-top: 19px;
	padding-bottom: 19px;
}

#header.sticky-header:not(.static-sticky) #top-search,
#header.sticky-header:not(.static-sticky) #top-cart,
#header.sticky-header:not(.static-sticky) #side-panel-trigger {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/


#logo {
	position: relative;
	float: left;
}

#header.full-header #logo {
	padding-right: 0px;
	margin-right: 0px;
	/* border-right: 1px solid #EEE; */
}

#logo img {
	display: block;
	max-width: 100%;
}

#logo a.standard-logo { display: block; }

#logo a.retina-logo { display: none; }

/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/

#primary-menu { float: right; }

#primary-menu ul.mobile-primary-menu { display: none; }

#header.full-header #primary-menu > ul {
	float: left;
}

#primary-menu-trigger,
#page-submenu-trigger {
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#primary-menu ul {
	list-style: none;
	margin: 0;
}

#primary-menu ul li { position: relative; }

#primary-menu ul > li {
	float: left;
	margin-left: 2px;
}


#primary-menu ul li > a {
	display: block;
	line-height: 22px;
	padding: 14px 6px;
	color: #000;
	font-weight: normal;
	cursor:pointer;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: margin .4s ease, padding .4s ease;
	-o-transition: margin .4s ease, padding .4s ease;
	transition: margin .4s ease, padding .4s ease;
}

#primary-menu ul li:hover > a,
#primary-menu ul li.current > a { color: #e8791e; }

#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
	display: none;
	position: absolute;
	width: 200px;
	background-color: #FFF;
	box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
	border: 1px solid #EEE;
	border-top: 2px solid #014c4c;
	height: auto;
	z-index: 199;
	top: 100%;
	left: 0;
	margin: 0;
}

#primary-menu ul ul li > a {
	font-size: 12px;
	font-weight: noraml;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0;
	letter-spacing: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#primary-menu ul ul li:hover > a {
	background-color: #F9F9F9;
	padding-left: 18px;
	color: #014c4c;
}


/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/


#content {
	position: relative;
	overflow: hidden;
	background-color: #FFF;
}

#content p { line-height: 1.4; margin:0 0 10px 0; text-align:justify; }


/* ----------------------------------------------------------------
	Shop
-----------------------------------------------------------------*/
.product-image {
	position: relative;
	width: 100%;
	height:auto;
	overflow: hidden;
}


body:not(.device-touch):not(.device-sm):not(.device-xs) .product-image > {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-image > :nth-of-type(2) {
	opacity: 0;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.product-image:hover > :nth-of-type(2) {
	opacity: 1;
	z-index: 2;
}

.product-title h3 {
	margin: 14px 0 0 0;
	font-size: 20px;
	border: 1px solid #e2a630;
    padding: 9px 0;
    margin-bottom: 12px;
}

/*.product-rating a {
    color: #014c4c;
}

.product-rating a:hover {
    color: #8c6000;
}*/

.product-price del {
	font-weight: 400;
	font-size: 90%;
	color: #888;
}

.product-price ins {
	text-decoration: none;
	color: #014c4c;
}

.sale-flash {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 6px 10px;
	background-color: #de0010;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-radius: 2px;
	z-index: 5;
}

/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/


.button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	padding: 0 7px;
	font-size: 14px;
	height: 32px;
	line-height: 30px;
	background-color: #014c4c;
	color: #FFF;
	font-weight: 400;
	border: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-radius: 3px;
	text-decoration: none;
}

.button i {
    margin-right: 5px;
}


/* Buttons - Border
-----------------------------------------------------------------*/

.button.button-border {
	border: 2px solid #444;
	background-color: transparent;
	color: #333;
	line-height: 29px;
	font-weight: 700;
	text-shadow: none;
}
/* Buttons - Fill Effect
-----------------------------------------------------------------*/

.button.button-border.button-fill span { position: relative; }

.button.button-border.button-fill:hover {
	background-color: transparent !important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button.button-border.button-fill:before {
	content: '';
	position: absolute;
	background-color: #444;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-backface-visibility: hidden;
}

.button.button-border.button-fill.fill-from-top:before{
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.button.button-border.button-fill.fill-from-top:before {
	width: 100%;
	height: 0;
}

.button.button-border.button-fill.fill-from-top:hover:before { height: 100%; }


/* Buttons - Colors
-----------------------------------------------------------------*/

.button-yellow { background-color: #e8791e; }
.button-yellow:hover { background-color: #ff7300 !important; color:#FFF; }

.button-amber { background-color: #e8791e; }
.button-border.button-amber.button-fill:before { background-color: #e8791e !important; }
.button-border.button-amber {
	color: #e8791e;
	border-color: #e8791e;
	margin-bottom:5px;
	margin-right:4px;
}

.button-amberbg { background-color: #e8791e; }
.button-border.button-amberbg.button-fill:before { background-color: #ff9d4c !important; color: #e8791e; border-color: #e8791e; }
.button-border.button-amberbg {
	background-color: #e8791e !important;
	margin-bottom:5px;
	margin-right:4px;
	color: #fff;
	border-color: #ff9d4c;
}

.button-black { background-color: #000; }
.button-black:hover { background-color: #333 !important; color:#FFF; }

/* ----------------------------------------------------------------
	Styled Icons
-----------------------------------------------------------------*/


.social-icon {
	display: block;
	float: left;
	margin: 4px 11px 7px 0;
	text-align: center !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	cursor: pointer;
	font-style: normal;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 38px !important;
	color: #fff;
	border-radius: 3px;
	overflow: hidden;
	text-decoration: none;
}

/* Social Icons - Small
-----------------------------------------------------------------*/

.social-icon.si-small {
	width: 32px;
	height: 32px;
	font-size: 14px;
	line-height: 30px !important;
	color: #555;
    background-color: #292929 !important;
}

.social-icon i {
	display: block;
	position: relative;
}

body:not(.device-touch) .social-icon i {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.social-icon i:last-child { color: #FFF !important; }

.social-icon:hover i:first-child { margin-top: -38px; }

.social-icon.si-small:hover i:first-child { margin-top: -30px; }


/* Social Icons - Share
-----------------------------------------------------------------*/

.si-facebook:hover,
.si-facebook { background-color: #3B5998 !important; }
.si-gplus:hover,
.si-gplus { background-color: #DD4B39 !important; }
.si-linkedin:hover,
.si-linkedin { background-color: #0E76A8 !important; }
.si-skype:hover,
.si-skype { background-color: #00AFF0 !important; }
.si-twitter:hover,
.si-twitter { background-color: #00ACEE !important; }
.si-youtube:hover,
.si-youtube { background-color: #C4302B !important; }
.si-vimeo:hover,
.si-vimeo { background-color: #86C9EF !important; }
.si-yahoo:hover,
.si-yahoo { background-color: #720E9E !important; }
.si-github:hover,
.si-github { background-color: #171515 !important; }
.si-pinterest:hover,
.si-pinterest { background-color: #C8232C !important; }
.si-text-color:hover { color: #FFF; }


/* ----------------------------------------------------------------
	Team
-----------------------------------------------------------------*/
.GS-tutorial-image{
	padding:0 25px 18px 0;
	float:left;
}
.GS-title{
    display: block;
    color: #e8791e;
    font-weight: 400;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    margin-top: 5px;
}

/* ----------------------------------------------------------------
	Owl Carousel CSS
-----------------------------------------------------------------*/
.owl-carousel {
	display:none;
	-webkit-tap-highlight-color:transparent;
	position:relative;
	z-index:1;
	width: 100%;
}

.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0,0,0);
}

.owl-carousel.owl-loaded { display:block }

.owl-carousel.owl-loading {
	display:block;
	min-height: 100px;
	background: url('images/preloader.gif') no-repeat center center
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	/*border:1px solid #dedede;*/
}

.owl-carousel .owl-item img {
	display:block;
	width:100%;
	-webkit-transform-style:preserve-3d;
}

.owl-nav button {
	cursor: pointer;
}


/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/

.owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: -36px;
	zoom: 1;
	width: 36px;
	height: 36px;
	line-height: 32px;
	border: none;
	color: #fff;
	border:1px solid #FFF;
	background-color: #000;
	font-size: 18px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: -36px;
}


.owl-carousel:hover .owl-nav [class*=owl-] {
	opacity: 1;
	left: -18px;
}

.owl-carousel:hover .owl-nav .owl-next {
	left: auto;
	right: -18px;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: #ccc !important;
	color: #000 !important;
	text-decoration: none;
}

.owl-carousel .owl-nav .disabled { display: none !important; }

/* ----------------------------------------------------------------
	Flip Cards
-----------------------------------------------------------------*/

.flip-card {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.flip-card-front,
.flip-card-back {
	background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
	-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	height: 348px;
	border-radius: 6px;
}

.flip-card-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #e8791e;
    text-align: center;
}

.flip-card-back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-card-front,
.flip-card:hover .flip-card-back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-card:hover .flip-card-front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-card-back h3{
	text-align:center;
	color:#FFF;
	padding-top:72px;
}
.flip-card-back p{
	text-align: center !important;
    color: #FFF;
    font-size: 15px;
    padding-top: 14px;
}
.flip-card-back i{
	padding:4px 8px;
	color:#FFF;
	font-size:24px;
	background-color:#000;
	border-radius:4px;
}
.flip-card-back i:hover{
	background-color:#FFF;
	color:#000;
}

/* ----------------------------------------------------------------
	Overlays
-----------------------------------------------------------------*/

.overlay .overlay-wrap,
.text-overlay {
	opacity: 0;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}


.overlay:hover .overlay-wrap,
.overlay:hover .text-overlay { opacity: 1; }


.text-overlay {
	position: absolute;
	opacity: 0.85;
	top: auto;
	bottom: 0;
	height: auto;
	/*padding: 40px 15px 15px;*/
	padding: 132px 15px 15px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	backface-visibility: hidden;
}

.text-overlay-title h3 {
	margin: 0;
	color: #f7cb6c;
	font-size: 17px;
	font-weight: 600;
}

.text-overlay-title h3,
.text-overlay-meta {
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.text-overlay-meta {
	color: #fff;
	font-size: 13px;
	margin-top:2px;
}

/* ----------------------------------------------------------------
	Divider
-----------------------------------------------------------------*/


.divider {
	position: relative;
	overflow: hidden;
	margin: 2px 0;
	color: #E5E5E5;
	width: 100%;
}

.divider:after,
.divider.divider-center:before,
.divider.divider-center.divider-short:before {
	content: '';
	position: absolute;
	width: 100%;
	top: 8px;
	left: 30px;
	height: 0;
	border-top: 1px solid #E5E5E5;
}

.divider i {
	position: relative;
	width: 18px;
	height: 18px;
	line-height: 1;
	font-size: 18px !important;
	text-align: center;
}


/* Divider - Icon Align Center
-----------------------------------------------------------------*/

.divider.divider-center,
.divider.divider-center.divider-short { text-align: center; }

.divider.divider-center:before {
	left: -50% !important;
	right: 0;
	margin-left: -20px;
}

.divider.divider-center:after {
	left: 50% !important;
	right: 0;
	margin-left: 20px;
}

/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/


#gotoTop {
	display: none;
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #333;
	background-color: rgba(0,0,0,0.3);
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.stretched #gotoTop { bottom: 30px; }

#gotoTop:hover { background-color: #014c4c; }



/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/


.myFooterHolder p {
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #b7b6b6;
    text-align: center;
    line-height: 30px;
    padding: 15px;
}
.myFooterHolder {
    /*width: 980px;*/
    margin: auto;
}
#myFooter {
    width: 100%;
    /* background-color: #3e3d3d; */
    float: left;
}
#footer {
	position: relative;
	background-color: #333;
	border-top: 5px solid rgba(0,0,0,0.2);
}

#copyrights {
	/* padding: 40px 0; */
	font-size: 14px;
	line-height: 1.8;
	background-color: rgba(0,0,0,0.2);
    color: rgba(255,255,255,0.25);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.copyright-links a {
	display: inline-block;
	margin: 0 3px;
	color: #333;
	border-bottom: 1px dotted #444;
	text-decoration: none;
}

.copyright-links a:hover {
	color: #555;
	border-bottom: 1px solid #666;
}


/* ----------------------------------------------------------------
	Widgets
-----------------------------------------------------------------*/
.widget > h4 {
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: 600;
	color:#DDD;
	border-bottom: 1px solid #e8791e;
}

/* Widget - Links
-----------------------------------------------------------------*/

.widget_links ul,
.widget_links li {
	list-style: none;
	margin: 0;
}

.widget_links li { padding: 4px; }

.widget_links li a {
	display: inline-block;
	padding: 0 3px 0 12px;
	text-decoration: none;
}

.widget_links li a {
	/*background: url("images/icons/widget-link.png") left top no-repeat;*/
	border: none !important;
	color: #DDD;
	font-size: 14px;
}

.widget_links li a:hover { color: #e8791e; }

/* ----------------------------------------------------------------
	Stretched Layout
-----------------------------------------------------------------*/
.sec_header{
	margin-top: -47px;
    margin-left: 23px;
}


.stretched #wrapper {
	width: 100%;
	margin: 0;
	box-shadow: none;
}


/***********---EXTRA CSS---**********/

.center .heading-block:after, .heading-block.center:after, .heading-block.title-center:after {
    margin: 4px auto 0;
}
.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;
}

.top-barV2 ul{
	margin:0px !important;
}
.top-barV2 li{
	display:inline-grid;
}
.top-barV2 a{
	font-weight:500 !important;
	padding:2px 5px !important;
	color: #e8791e !important;
}
.top-barV2 a:hover{
	color:#000 !important;
}

.footer-menu li{
	border-bottom:1px solid #4a4a4a;
}
.No-border{
	border:none !important;
}

/* ----------------------------------------------------------------
	Social media testimonials
-----------------------------------------------------------------*/
.testimonial_N_array {
    margin-top: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.profile-body {
    padding: 0 0 25px 0;
}
.dropcap-bg {
    color: #fff;
    background: #b01637;
}
.rounded-x {
    border-radius: 50% !important;
}
.dropcap-bg {
    float: left;
    color: #fff;
    padding: 7px 0;
    min-width: 50px;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    background: #de0010;
    margin: 4px 10px 0 0;
}

.list-inline>li {
    display: table-cell;
	color: #fbc21a;
}
.list-inline img{
	width: 22px;
    float: left;
    position: relative;
    top: 4px;
}
.overflow-h {
    overflow: hidden;
	text-align: justify;
    padding: 0 15px;
}
.overflow-h p{
	color:#000;
	float: left;
    padding-top: 10px;
}
h3.heading-xs {
	width: fit-content;
    float: left;
    margin: 0 7px 7px 0;
    padding-top: 13px;
	color:#000;
	font-size:14px;
	text-transform:uppercase;
	font-family: "Open Sans",Arial,sans-serif;
}
.product-ratings{
	width: fit-content;
    float: left;
    margin: 0;
    padding: 7px 7px 7px 0;
}
.btn-facebook-inversed {
    background-color: #4863ae;
    border-color: #4863ae;
    color: white;
}
.btn-facebook-inversed:hover {
    background-color: transparent;
	border-color: #4863ae;
    color: #4863ae;
}
.btn-facebook-inversed i{
	top: 1px;
    position: relative;
}
.btn-googleplus-inversed i{
	top: 1px;
    position: relative;
}
.btn-googleplus-inversed {
  background-color: #dd4a38;
  border-color: #dd4a38;
  color: white;
}
.btn-googleplus-inversed:hover {
    background-color: transparent;
	border-color: #dd4a38;
    color: #dd4a38;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*----scroll animation starts---*/
.scroll-bar-wrap {
  /*position: relative;*/
  margin: 2em auto;
}
.scroll-box {
  width: 100%;
  height: 310px;
  overflow-y: scroll;
}
.scroll-box::-webkit-scrollbar {
  width: .4em;
}
.scroll-box::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar-thumb {
  overflow:visible;
  border-radius: 4px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.2);
}

/***************----PORTFOLIO CSS STARTS----****************/


.portfolio {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
}

.portfolio-item {
    float: left;
    position: relative;
}

.portfolio-item .portfolio-image img {
    display: block;
    width: 100%;
    height: auto
}

.portfolio-item .portfolio-image {
    position: relative;
    overflow: hidden
}

.portfolio-desc {
    z-index: 3;
    text-align: center;
    padding: 0 0 24px 0;
}

.portfolio-desc span {
    display: block;
    margin-top: 0;
    color: #000;
    font-size: 13px;
	line-height:19px;
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(0, 0, 0, .5)
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-overlay {
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.iportfolio:hover .portfolio-overlay,
.portfolio-item:hover .portfolio-overlay {
    opacity: 1
}

.portfolio-desc h2 {
    line-height: 18px;
    padding-top: 0px;
    margin: 0
}

.portfolio-desc a {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0 !important;
	text-decoration:none;
}

.portfolio-desc a:hover {
    color: #014c4c;
}
/***************----PORTFOLIO CSS ENDS----****************/
