/* --------------------------------------
=========================================
PageLine | Bootstrap Based Multi-Purpose HTML5 Template.
Version: 1.0
Designed By: UXLiner
=========================================
1. Header
	+ logo
	+ top navigation
	+ searchsection-lg
	
2. Content
	+ sections
	+ page title
	+ parallax backgrounds
	
3. Sidebar
	+ site search
	+ tabs
	+ portfolio widgets
	+ advertisements

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination
	
4. Footer
	+ copyrights
	+ google map
--------------------------------------------------------*/

/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/
body {
	font-family: 'Lato', sans-serif;
	color: #5c6873;
	font-size: 15px;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
	margin: 0;
}
.container, .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.site-wrapper {
	background: #FFF;
	margin: auto;
	width: 100%;
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
/*---------------------------------------------------
	HEADER
------------------------------------------------------*/
.logo_holder {
	float: left;
	width: 100%;
	height: 64px;
}
/* Logo */
.navbar-brand.logo {
	/* background: url(../images/logo.png) no-repeat left 21px; */
}
/* Logo White */
.navbar-brand.logo.logo-white-blue {
	background: url(../images/logo-white-blue.png) no-repeat left 21px;
}
.header.bg-texture {
	background: url(../images/bg-texture-3.jpg) repeat center top;
}
.header-top-line {
	background: #2991d6;
	height: 5px;
}
.header-top {
	background: #ededed;
	border-bottom: solid 1px #d3d3d3;
	padding: 10px 0;
	font-size: 13px;
}
.header-top, .header-top a {
	color: #909090;
}
.header-top a:hover {
	color: #2991d6;
}
.header-top span {
	color: #6e6e6f;
	padding: 0 10px;
}
.header-top.style1 {
	background: #2991d6;
	border-bottom: solid 0px #d3d3d3;
}
.header-top.style1, .header-top.style1 a {
	color: #9fd1f1;
}
.header-top.style1 a:hover {
	color: #fff;
}
.header-top.style1 span {
	color: #9fd1f1;
	padding: 0 10px;
}
.header-top.style2 {
	background: #1c1d21;
	border-bottom: solid 0px #d3d3d3;
}
.header-top.style2, .header-top.style2 a {
	color: #919090;
}
.header-top.style2 a:hover {
	color: #fff;
}
.header-top.style2 span {
	color: #919090;
	padding: 0 10px;
}
/* Top Cart */
.cart {
	margin: 24px 50px 0 20px;
	border: 0;
}
.cart button, .cart button:active {
	border: 0;
	transition: left .3s ease-in-out;
}
.cart.cart-sty1 button, .cart.cart-sty1 button:active {
	background-color: transparent;
	color: #bfc0c0;
}
.cart .cart-info {
	background: #2991d6;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	color: #FFF;
	border-radius: 100%;
	margin: -8px 0 0 -10px;
	position: absolute;
}
.cart .wrapp-mini-cart {
	padding: 20px;
	background: #101010;
}
.cart .wrapp-mini-cart .cart-item {
	border-bottom: 1px solid #343434;
	margin-top: 20px;
	padding-bottom: 25px;
}
.wrapp-mini-cart .cart-img {
	float: left;
	height: 72px;
	position: relative;
	width: 68px;
}
.wrapp-mini-cart .cart-content {
	padding-left: 80px;
}
h4.item-name a {
	color: #999999;
}
h4.item-name a:hover {
	color: #fff;
}
.cart-action {
	margin: 15px 0 10px 0;
}
.button-cart {
	background: #2991d6;
	padding: 8px 15px;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	float: right;
	border-radius: 3px;
}
.button-cart:hover {
	background: #fff;
	color: #2991d6;
}
/* Top Search Box */
.navbar-collapse {
	position: relative;
	max-height: 270px;
}
.navbar-form .input-group {
	width: 100%;
}
.navbar-form .input-group span.input-group-btn {
	width: 1%;
}
.navbar-collapse form[role="search"] {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 0;
}
.navbar-collapse form[role="search"] button, .navbar-collapse form[role="search"] input {
	padding: 24px 10px 18px 10px;
	border-radius: 0px;
	border-width: 0px;
	color: rgb(119, 119, 119);
	background-color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
	box-shadow: none;
	outline: none;
}
.navbar-collapse.bg-black form[role="search"] button, .navbar-collapse.bg-black form[role="search"] input {
	background-color: rgb(41, 41, 41);
	border-color: rgb(41, 41, 41);
}
.navbar-collapse form[role="search"] input {
	padding: 24px 10px 18px 10px;
	font-size: 14pt;
	font-style: italic;
	color: rgb(160, 160, 160);
	box-shadow: none;
}
.navbar-collapse form[role="search"] button[type="reset"] {
	display: none;
}
.navbar-collapse form[role="search"] {
	width: 38px;
}
.navbar-collapse form[role="search"] button, .navbar-collapse form[role="search"] input {
	padding: 24px 10px 18px 15px;
}
.navbar-collapse form[role="search"] input {
	font-size: 20px;
	opacity: 0;
	display: none;
	height: 63px;
}
.navbar-collapse form[role="search"].active {
	width: 100%;
}
.navbar-collapse form[role="search"].active button, .navbar-collapse form[role="search"].active input {
	display: table-cell;
	opacity: 1;
}
.navbar-collapse form[role="search"].active input {
	width: 100%;
}
.tooltip-demo a {
	color: #06F;
}
/*---------------------------------------------------
	SECTIONS Styles
------------------------------------------------------*/
.section-lg {
	width: 100%;
	float: left;
}
.section-lg.blue-bg {
	background-color: #2991d6;
	padding: 50px 0 45px 0;
}
.feature-col {
	margin: 0;
}
.feature-col.boxed {
	padding: 30px 30px 20px 30px;
	transition: all 0.3s ease 0s;
	border-radius: 4px;
}
.feature-col.boxed:hover, .feature-col.boxed.active {
	background: url(../images/site-img10.jpg) repeat center top;
	color: #FFF
}
.feature-col.boxed h2 {
	margin: 5px 0 20px 0;
}
.feature-col.boxed span {
	color: #2991d6
}
.feature-col.boxed:hover h2, .feature-col.boxed.active h2, .feature-col.boxed:hover span, .feature-col.boxed.active span {
	color: #FFF
}
.icon.circle-white {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	float: left;
	height: 50px;
	line-height: 45px !important;
	margin-right: 15px;
	text-align: center;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
	width: 50px;
	z-index: 5;
	border-radius: 100%;
}
.side-img-left {
	float: left;
	width: 100%;
	padding: 0;
	position: relative;
	margin-top: 0px;
}
.side-img-left .background-image-holder {
	top: 0;
}
.side-img-left .image-container.col-mdl-1 {
	margin-left: 50%;
}
.side-img-left .col-mdl-2 {
	margin-left: 0;
	padding: 135px 0 120px 0;
	text-align: left;
}
.side-img-left .col-mdl-2 p {
	text-align: left;
	line-height: 25px;
	color: #777575;
	font-size: 18px;
	font-style: italic;
	padding: 0 0px 25px 0px;
}
.side-img-left {
	background: #d9d9d9;
}
.side-img-left.bgtrns {
	background-color: transparent;
}
.col-mdl-1 {
	width: 50%;
}
.col-mdl-2 {
	margin-left: 0;
	background: #FFF;
	margin: 80px;
	position: relative;
	padding: 70px !important;
}
.col-mdl-2.one {
	padding: 60px !important;
}
.side-image .image-container {
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
}
.background-image-holder {
	background-position: 50% 50% !important;
	background-size: cover !important;
	height: 100%;
	left: 0;
	position: absolute;
	top: 95px;
	width: 100%;
	z-index: 0;
	background: url(../images/site-img03.jpg) repeat scroll 50% 0 rgba(0, 0, 0, 0);
}
.background-image-holder.fa-style {
	background: url(../images/site-img86.jpg) repeat scroll 50% 0 rgba(0, 0, 0, 0);
}
.side-img-right {
	float: left;
	width: 100%;
	padding: 0;
	position: relative;
	margin-top: 0px;
}
.side-img-right .background-image-holder {
	top: 0;
}
.side-img-right .image-container.col-mdl-1 {
	margin-left: 0%;
}
.side-img-right {
	background: #2991d6;
}
.side-img-right.grey-color {
	background: #d9d9d9;
}
.side-img-right .col-mdl-2 {
	margin-right: 0;
}
.background-image-holder.one {
	background: url(../images/site-img06.jpg) repeat scroll 50% 0 rgba(0, 0, 0, 0);
}
.background-image-holder.two {
	background: url(../images/site-img28.png) repeat scroll 50% 0 rgba(0, 0, 0, 0);
}
.background-image-holder.three {
	background: url(../images/site-img93.jpg) repeat scroll 50% 0 rgba(0, 0, 0, 0);
}
/*---------------------------------------------------
	Page titles
------------------------------------------------------*/
.section-titles {
	margin-bottom: 60px;
}
.title1 h2 {
	font-weight: normal;
	position: relative;
	margin: 0 0 60px 0;
}
.title1 h2 em {
	color: #989898;
	display: block;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	margin: 50px auto 0;
	text-transform: none;
	width: 80%;
	font-size: 15px;
}
.title1 .line {
	display: block;
	height: 13px;
	margin: 0 auto;
	position: relative;
	top: 50px;
	width: 70px;
	background: url(../images/title-line.png) no-repeat center bottom;
}
.title1 h2.one {
	font-weight: normal;
	position: relative;
	margin: 0 0 35px 0;
}
.title-line-shape {
	background: url(../images/title-line.png) no-repeat center bottom;
	height: 20px;
}
.sec-title h2::before {
	background: #2991d6 none repeat scroll 0 0;
	content: "";
	height: 100%;
	letter-spacing: 1px;
	position: absolute;
	right: -16px;
	top: 4px;
	width: 4px;
}
/* page sub headers */
.page-header {
	background: url(../images/site-img38.jpg) no-repeat scroll center top;
	background-size: cover;
	float: left;
	margin: 0;
	padding: 80px 0 75px 0;
	width: 100%;
}
.page-header.one {
	background: url(../images/site-img45.jpg) no-repeat scroll center top;
}
.page-header.two {
	background: url(../images/site-img46.jpg) no-repeat scroll center top;
}
.page-header.three {
	background: url(../images/site-img47.jpg) no-repeat scroll center top;
}
.page-header.four {
	background: url(../images/site-img48.jpg) no-repeat scroll center top;
}
.page-header.five {
	background: url(../images/site-img49.jpg) no-repeat scroll center top;
}
.page-header.six {
	background: url(../images/site-img50.jpg) no-repeat scroll center top;
}
.page-header.seven {
	background: url(../images/site-img112.jpg) no-repeat scroll center top;
}
.breadcrumbs {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 23px 0 0;
	text-align: right !important;
}
.breadcrumbs i {
	padding: 0 5px;
}
.breadcrumbs a {
	color: #8e8e8e;
}
.breadcrumbs a:hover {
	color: #fff;
}
/*---------------------------------------------------
	Parallax and Textures
------------------------------------------------------*/
.bg-parallax {
	background: url(../images/parallax-bg.jpg) no-repeat center bottom fixed;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 100px 0 80px 0;
}
.bg-parallax-02 {
	background: url(../images/parallax-bg-02.jpg) no-repeat center bottom fixed;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 100px 0 0 0;
}
.bg-parallax-03 {
	background: url(../images/parallax-bg-03.jpg) no-repeat center bottom fixed;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 100px 0 50px 0;
}
.bg-parallax-04 {
	background: url(../images/parallax-bg-04.jpg) no-repeat center bottom fixed;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 100px 0 130px 0;
}
.bg-parallax-05 {
	background: url(../images/parallax-bg-05.jpg) no-repeat center top fixed;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 100px 0 50px 0;
}
.bg-parallax-06 {
	background: url(../images/parallax-bg-06.jpg) no-repeat center top fixed;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 100px 0 130px 0;
}
.bg-parallax-07 {
	background: url(../images/parallax-bg-07.jpg) no-repeat center top fixed;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 100px 0 50px 0;
}
.bg-parallax-08 {
	background: url(../images/parallax-bg-08.jpg) no-repeat center bottom fixed;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 130px 0 160px 0;
}
.bg-parallax-08.one {
	padding: 130px 0 130px 0;
}
.bg-parallax-09 {
	background: url(../images/parallax-bg-09.jpg) no-repeat center bottom fixed;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 130px 0 130px 0;
}
.bg-parallax-10 {
	background: url(../images/parallax-bg-10.jpg) no-repeat center bottom fixed;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 130px 0 130px 0;
}
.bg-parallax-11 {
	background: url(../images/parallax-bg-11.jpg) no-repeat center bottom fixed;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 130px 0 130px 0;
}
.bg-texture {
	background: url(../images/bg-texture-1.jpg) repeat left top;
	width: 100%;
	float: left;
	padding: 80px 0 40px 0;
}
.bg-texture-2 {
	background: url(../images/bg-texture-2.jpg) repeat left top;
	width: 100%;
	float: left;
	padding: 80px 0 60px 0;
}
.bg-color-black {
	background: #191919;
	width: 100%;
	float: left;
	padding: 80px 0 30px 0;
}
.bg-color-black.one {
	padding: 60px 0;
}
.bg-color-grey {
	background: #e8e8e8;
	width: 100%;
	float: left;
	padding: 80px 0 10px 0;
}
.bg-color-grey.one {
	background: #e8e8e8;
	width: 100%;
	float: left;
	padding: 80px 0 80px 0;
}
/*blog bost*/
.post-thumb {
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
.post-thumb.imgbox {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.post-cols .imgbox img {
	transform: scale(1);
	transition: all 0.3s ease-in-out 0s;
}
.post-cols:hover .imgbox img {
	transform: scale(1.5);
}
.post-cols .post-dis {
	float: left;
	transition: top 0.3s ease-in-out 0s;
	width: 100%;
}
.post-cols .post-dis.teamdis {
	padding: 0 15px;
}
.post-cols .post-dis h4 a {
	color: #000;
}
.post-cols .post-dis h4 a:hover {
	color: #2991d6;
}
/*Carousel */
.carousel-indicators {
	bottom: -35px;
	left: 0;
	margin: 0;
	width: 100%;
}
.carousel-indicators li {
	background: #7d7c7c none repeat scroll 0 0;
	border-color: #7d7c7c;
	border-radius: 0px;
	height: 4px;
	margin: 0;
	width: 60px;
}
.carousel-indicators.white-color li {
	background: #fff none repeat scroll 0 0;
	border-color: #fff;
}
.carousel-indicators .active, .carousel-indicators.white-color .active {
	background: #2991d6 none repeat scroll 0 0;
	border: 0 none;
	height: 4px;
	margin: 0;
	width: 60px;
}
.collaps-style-2 .panel-default > .panel-heading {
	background-color: #2991d6;
	border: 0;
	border-radius: 0;
	color: #FFF;
	padding: 20px 15px;
	font-weight: bold;
}
.collaps-style-2 .panel-default > .panel-heading a:hover, .collaps-style-2 .panel-default > .panel-heading a:focus {
	color: #e4e4e4;
}
.collaps-style-2 .panel-body {
	border: 0;
	background: #2a2e31;
	color: #868d93;
}
.collaps-style-3 .panel-default > .panel-heading {
	background-color: #fff;
	border: solid 1px #cfcfcf;
	border-collapse: collapse;
	border-radius: 0 !important;
	color: #3f444a;
	padding: 15px 15px;
	font-weight: bold;
}
.collaps-style-3 .panel-default > .panel-heading a:hover, .collaps-style-3 .panel-default > .panel-heading a:focus {
	color: #212121;
}
.collaps-style-3 .panel-body {
	border: 0;
	background: #fff;
	color: #3f444a;
	border: solid 1px #cfcfcf;
	border-top: 0;
}
.collaps-style-3.panel-group .panel + .panel {
	margin-top: -2px;
}
.col-fea-box-image {
	margin: 0;
	padding: 55px 30px 95px 30px;
	background: url(../images/parallax-bg-01.jpg) no-repeat center bottom;
	background-size: cover;
	overflow: hidden;
}
.carousel-indicators.style-one {
	bottom: -70px;
}
.review-info5 {
	background: #fff;
	padding: 25px;
	text-align: left;
	border-radius: 10px;
}
.clent-thumb {
	margin-top: -15px;
	text-align: left;
}
/*progress bars */
.cusom-bars .progress {
	background-color: #2991d6;
	border-radius: 0;
	height: 12px;
}
.cusom-bars .progress-bar-success, .cusom-bars .progress-bar-info, .cusom-bars .progress-bar-warning, .cusom-bars .progress-bar-danger, .cusom-bars progress-bar-info {
	background-color: #3f444a;
}
/*image hovers */
.pricing-box {
	background: #f4f4f4 none repeat scroll 0 0;
	border: 0 none;
	padding: 60px 0;
	transition: all 0.3s ease-out 0s;
}
.pricing-box:hover, .pricing-box.active {
	background: #2991d6 none repeat scroll 0 0;
	color: #fff;
}
.pack-title {
	background: #2991d6 none repeat scroll 0 0;
	color: #fff;
	margin: auto;
	padding: 4px 0;
	width: 40%;
}
.price h4 {
	line-height: 20px;
}
.price h4 span.align-top {
	margin-left: -20px;
	margin-top: -10px;
	position: absolute;
}
.pricing-box h4 span {
	color: #2991d6;
}
.pricing-box:hover h4 span, .pricing-box.active h4 span {
	color: #fff;
}
ul.plan-list {
	margin: 0;
	padding: 0;
}
ul.plan-list li {
	margin: 25px 0;
}
.button a.grey-border-large {
	border: 1px solid #8d8d8d;
	border-radius: 30px;
	color: #8d8d8d;
	padding: 12px 30px;
}
.button a.grey-border-large:hover, .pricing-box.one:hover .button a.grey-border-large, .pricing-box.one.active .button a.grey-border-large {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #2991d6;
}
.pricing-box.two {
	background: #fff none repeat scroll 0 0;
	border: 0 solid #e3e2e2;
	padding: 20px 0;
	transition: all 0.3s ease-out 0s;
	color: #5c6873;
}
.pricing-box.two.active {
	background: #fff none repeat scroll 0 0;
	border: 0 solid #e3e2e2;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.28);
	padding: 20px 0;
	z-index: 99;
	transform: scale(1.1);
}
ul.plan-list.two li {
	padding: 11px 25px;
	margin: 0;
	border-top: solid 1px #e3e2e2;
}
ul.plan-list.two li:last-child {
	border-bottom: solid 1px #e3e2e2;
}
/*image hovers */
.col-img-hover {
	position: relative;
	width: 100%;
	padding: 10px;
	margin: 0px;
	float: left;
	border: 1px solid #e1e1e1;
}
.img-hover-st-1 {
	position: relative;
	width: 100%;
	height: 233px;
	padding: 0px;
	margin: 0px;
	float: left;
	overflow: hidden;
}
.img-hover-st-1 .text {
	position: absolute;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 233px;
	left: 0px;
	top: 0px;
	z-index: 10;
	background-color: #2991d6;
	transition: left .3s ease-in-out;
}
.img-hover-st-1 .text.red {
	background-color: #e71a1a;
}
.img-hover-st-11 .text.green {
	background-color: #3fc35f;
}
.img-hover-st-1 .text.violet {
	background-color: #8a5ed9;
}
.img-hover-st-1 .imgbox {
	position: absolute;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 235px;
	left: 0px;
	top: 0px;
	z-index: 100;
	transition: top .3s ease-in-out;
}
.imgbox img {
	width: 100%;
}
.img-hover-st-1 .text .title {
	color: #fff;
	margin: 15px 0 0 19px;
}
.img-hover-st-1 .text p {
	color: #fff;
	font-weight: normal;
	margin: 5px 15px 0 19px;
}
.img-hover-st-1 .text a {
	color: #FFF;
	margin: 15px 15px 0 19px;
}
.img-hover-st-1 .text a:hover {
	color: #161616;
}
.img-hover-st-1:hover .imgbox {
	position: absolute;
	top: 250px;
	transition: top .3s ease-in-out;
}
/*style 2*/
.img-hover-st-2 {
	opacity: 1;
	width: 100%;
	height: 235px;
	margin: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	overflow: hidden;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
.img-hover-st-2 .imgbox {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 235px;
}
.img-hover-st-2 .text {
	position: absolute;
	background: #000;
	width: 100%;
	height: 235px;
	text-align: center;
	color: #fff;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .50s ease-in-out;
	-moz-transition: opacity .50s ease-in-out;
	-ms-transition: opacity .50s ease-in-out;
	-o-transition: opacity .50s ease-in-out;
	transition: opacity .50s ease-in-out;
}
.img-hover-st-2 .text:hover {
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	background: url(../images/site-img5.png) left top repeat;
}
.img-hover-st-2 .text a.hov_circle {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 63px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #2991d6;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	transition-property: background-color, color;
	transition: top .3s ease-in-out;
	transition-timing-function: ease-out;
}
.img-hover-st-2 .text a.hov_circle:hover, .img-hover-st-2 .text a.hov_circle.two:hover {
	background-color: #fff;
	transition-property: background-color, color;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}
.img-hover-st-2 .text a.hov_circle:hover i, .img-hover-st-2 .text a.hov_circle.two:hover i {
	color: #272727;
	transition-property: color;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}
.img-hover-st-2 .text a.hov_circle.two {
	left: 118px;
	top: 0px;
	transition: top .5s ease-in-out;
	background-color: #8dba13;
}
.img-hover-st-2 .text a.hov_circle i {
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
}
.img-hover-st-2 .text:hover .hov_circle {
	transition: top .3s ease-in-out;
	left: 65px;
	top: 100px;
}
.img-hover-st-2 .text:hover .hov_circle.two {
	transition: top .5s ease-in-out;
	left: 122px;
	top: 100px;
}
.img-border {
	border: solid 1px #d0cfcf;
}
/*style 3*/
.img-hover-st-3 {
	opacity: 1;
	width: 100%;
	height: 235px;
	margin: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	overflow: hidden;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
.img-hover-st-3 .imgbox {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 220px;
}
.img-hover-st-3 .text {
	width: 100%;
	height: 235px;
	position: absolute;
	background: #000;
	color: #fff;
	top: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: opacity .50s ease-in-out;
	-moz-transition: opacity .50s ease-in-out;
	-ms-transition: opacity .50s ease-in-out;
	-o-transition: opacity .50s ease-in-out;
	transition: opacity .50s ease-in-out;
}
.img-hover-st-3 .text:hover {
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	background: url(../images/site-img5.png) left top repeat;
}
.img-hover-st-3 .text h3 {
	position: absolute;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	left: 5px;
	top: 220px;
	margin: 15px 0 0 19px;
	transition: top .4s ease-in-out;
}
.img-hover-st-3 .text p {
	position: absolute;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	left: 5px;
	line-height: 18px;
	top: 255px;
	text-align: left;
	margin: 15px 0 0 19px;
	transition: top .6s ease-in-out;
}
.img-hover-st-3 .text a {
	position: absolute;
	font-weight: normal;
	left: 0px;
	top: 320px;
	text-align: left;
	margin: 0px 0 0 19px;
	transition: top .7s ease-in-out;
	overflow: hidden;
}
.img-hover-st-3 .text:hover h3 {
	position: absolute;
	left: 5px;
	top: 20px;
	transition: top .4s ease-in-out;
}
.img-hover-st-3 .text:hover p {
	position: absolute;
	left: 5px;
	top: 50px;
	transition: top .6s ease-in-out;
}
.img-hover-st-3 .text:hover a {
	position: absolute;
	left: 0px;
	top: 136px;
	transition: top .7s ease-in-out;
}
/*style 4*/
.img-hover-st-4 {
	position: relative;
	width: 100%;
	height: 235px;
	padding: 0px;
	margin: 0px;
	float: left;
	overflow: hidden;
}
.img-hover-st-4 .imgbox {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 220px;
}
.img-hover-st-4 .text {
	position: absolute;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 235px;
	left: 0px;
	top: 192px;
	z-index: 100;
	background: url(../images/site-img5.png) left top repeat;
	transition: top .3s ease-in-out;
}
.img-hover-st-4 .text h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 15px 0 0 19px;
}
.img-hover-st-4 .text h3 span {
	color: #fff;
	font-size: 13px;
	text-transform: none;
}
.img-hover-st-4 .text p {
	color: #fff;
	font-weight: normal;
	margin: 5px 15px 0 19px;
}
.img-hover-st-4 .text a {
	margin: 8px 15px 0 19px;
}
.img-hover-st-4:hover .text {
	position: absolute;
	top: 20px;
	transition: top .3s ease-in-out;
}
.img-hover-st-4 .container {
	border-top: 1px solid #e1e1e1;
	padding-top: 50px;
}
/*style 5*/
.img-hover-st-5 {
	position: relative;
	width: 100%;
	height: 235px;
	padding: 0px;
	margin: 0px;
	float: left;
	overflow: hidden;
}
.img-hover-st-5 .imgbox {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 220px;
}
.img-hover-st-5 .text {
	position: absolute;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 235px;
	left: -270px;
	top: 0px;
	z-index: 100;
	transition: left .5s ease-in-out;
	background: url(../images/site-img5.png) left top repeat;
}
.img-hover-st-5 .text h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 15px 0 0 19px;
}
.img-hover-st-5 .text p {
	color: #fff;
	font-weight: normal;
	margin: 5px 15px 0 19px;
}
.img-hover-st-5 .text a {
	margin: 8px 15px 0 19px;
}
.img-hover-st-5:hover .text {
	position: absolute;
	left: 0px;
	transition: left .5s ease-in-out;
}
/*style 6*/
.img-hover-st-6 {
	position: relative;
	width: 100%;
	height: 235px;
	padding: 0px;
	margin: 0px;
	float: left;
	overflow: hidden;
}
.img-hover-st-6 .imgbox {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 235px;
}
.img-hover-st-6 .text {
	position: absolute;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 235px;
	left: 0px;
	top: 250px;
	z-index: 100;
	transition: top .3s ease-in-out;
	background: url(../images/site-img5.png) left top repeat;
}
.img-hover-st-6 .text h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 15px 0 0 19px;
}
.img-hover-st-6 .text p {
	color: #fff;
	font-weight: normal;
	margin: 5px 15px 0 19px;
}
.img-hover-st-6 .text a.readmore_small {
	margin: 10px 0px 0 28px;
	padding: 4px 15px;
}
.img-hover-st-6 .text a.readmore_small.green {
	margin: 10px 0px 0 5px;
}
.img-hover-st-6:hover .text {
	position: absolute;
	top: 185px;
	transition: top .3s ease-in-out;
}
/*lists*/
ul.list-items {
	padding: 0;
}
ul.list-items li {
	margin-bottom: 15px;
	float: left;
	width: 50%;
}
/*buttons*/
.btn {
	position: relative;
	z-index: 2;
	margin-bottom: 0px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 15px;
	padding: 15px 30px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	width: 0;
	height: 100%;
	opacity: 0;
	content: "";
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:hover:after {
	width: 101%;
	opacity: 1;
}
.btn:hover {
	background-color: transparent;
}
.btn:focus {
	outline: 0;
}
.btn.subsribe {
	position: relative;
	z-index: 2;
	margin-bottom: 0px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 15px;
	padding: 9px 30px 8px 30px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: #2991d6;
	border: solid 1px #2991d6;
}
.btn.subsribe:hover {
	background: #fff;
	border: solid 1px #fff;
	color: #2991d6;
}
.btn.subsribe:hover i {
	color: #2991d6;
}
/*black btn*/
.buttons .boxed-black {
	background-color: #3a3a3a;
	border-radius: 0;
	color: #fff;
	padding: 15px 30px;
}
.buttons .boxed-black::after {
	background-color: #000000;
}
.buttons .boxed-black:hover {
	background-color: #000000;
	border-color: #000000;
	color: #fff;
}
/*black btn*/
.buttons .boxed-blue {
	background-color: #2991d6;
	border-radius: 0;
	color: #fff;
	padding: 15px 30px;
	margin-left: 10px;
}
.buttons .boxed-blue::after {
	background-color: #000000;
}
.buttons .boxed-blue:hover {
	background-color: #000000;
	border-color: #000000;
	color: #fff;
}
/*white btn*/
.buttons .boxed-white {
	background-color: #fff;
	border-radius: 0;
	color: #000;
	font-size: 13px;
	padding: 10px 30px;
	border-radius: 3px;
}
.buttons .boxed-white::after {
	background-color: #2992d6;
}
.buttons .boxed-white:hover {
	background-color: #2992d6;
	border-color: #2992d6;
	color: #fff;
}
/*brn style large*/
.button a.boxed-color-lg {
	border: 0;
	background: #2991d6;
	border-radius: 0px;
	padding: 18px 45px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 30px;
}
.button a.round {
	border-radius: 6px !important;
}
.button a.round.border {
	border-radius: 6px !important;
	background-color: transparent;
	border: solid 1px #414141;
	color: #414141;
}
.button a.round.border:hover {
	border: solid 1px #414141;
}
.button a.boxed-color-lg.red {
	background: #ff2023;
}
.button a.boxed-color-lg.blue {
	background: #49a32b;
}
.button a.boxed-color-lg.green {
	background: #2991d6;
}
.button a.boxed-color-lg.orange {
	background: #f05424;
}
.button a.boxed-color-lg:hover, .button a.boxed-color-lg.active {
	border: solid 0;
	background: #2c2c2c;
	color: #fff;
}
/*brn style small*/
.button a.boxed-color-sm {
	border: 0;
	background: #2991d6;
	border-radius: 0px;
	padding: 15px 25px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 30px;
}
.button a.boxed-color-sm.red {
	background: #ff2023;
}
.button a.boxed-color-sm.blue {
	background: #49a32b;
}
.button a.boxed-color-sm.green {
	background: #2991d6;
}
.button a.boxed-color-sm.orange {
	background: #49a32b;
}
.button a.boxed-color-sm:hover, .button a.boxed-color-sm.active {
	border: solid 0;
	background: #2c2c2c !important;
	color: #fff;
}
/*brn style extra small*/
.button a.boxed-color-xs {
	border: 0;
	background: #2991d6;
	border-radius: 0px;
	padding: 8px 15px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 30px;
}
.button a.boxed-color-xs.red {
	background: #ff2023;
}
.button a.boxed-color-xs.blue {
	background: #49a32b;
}
.button a.boxed-color-xs.green {
	background: #2991d6;
}
.button a.boxed-color-xs.orange {
	background: #f05424;
}
.button a.boxed-color-xs:hover, .button a.boxed-color-xs.active {
	border: solid 0;
	background: #2c2c2c;
	color: #fff;
}
.call-to-action {
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	float: left;
	margin: 0 0 30px;
	padding: 20px;
	width: 100%;
}
/*------------------*/
/*flip boxes styles */
/*------------------------------------------------------*/	
.flip {
	-webkit-perspective: 800;
	-ms-perspective: 800;
	-moz-perspective: 800;
	-o-perspective: 800;
	width: 100%;
	height: 300px;
	position: relative;
	margin: 25px auto;
}
.flip .card.flipped {
	transform: rotatey(-180deg);
	-ms-transform: rotatey(-180deg); /* IE 9 */
	-moz-transform: rotatey(-180deg); /* Firefox */
	-webkit-transform: rotatey(-180deg); /* Safari and Chrome */
	-o-transform: rotatey(-180deg); /* Opera */
}
.flip .card {
	width: 100%;
	height: 300px;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.5s;
	-moz-transform-style: preserve-3d;
	-moz-transition: 0.5s;
	-ms-transform-style: preserve-3d;
	-ms-transition: 0.5s;
	-o-transform-style: preserve-3d;
	-o-transition: 0.5s;
	transform-style: preserve-3d;
	transition: 0.5s;
}
.flip .card .face {
	width: 100%;
	height: 306px;
	position: absolute;
	z-index: 2;
	text-align: center;
	backface-visibility: hidden;  /* W3C */
	-webkit-backface-visibility: hidden; /* Safari & Chrome */
	-moz-backface-visibility: hidden; /* Firefox */
	-ms-backface-visibility: hidden; /* Internet Explorer */
	-o-backface-visibility: hidden; /* Opera */
}
.flip .card .front {
	position: absolute;
	z-index: 1;
	background: black;
	color: white;
	cursor: pointer;
}
.flip .card .back {
	background: #2991d6;
	color: #fff;
	cursor: pointer;
	padding: 30px;
	transform: rotatey(-180deg);
	-ms-transform: rotatey(-180deg); /* IE 9 */
	-moz-transform: rotatey(-180deg); /* Firefox */
	-webkit-transform: rotatey(-180deg); /* Safari and Chrome */
	-o-transform: rotatey(-180deg); /* Opera */
}
/*flip verticle*/
.flip {
	-webkit-perspective: 800;
	-ms-perspective: 800;
	-moz-perspective: 800;
	-o-perspective: 800;
	width: 100%;
	height: 300px;
	position: relative;
	margin: 25px auto;
}
.flip .cardv.flippedv {
	transform: rotatex(-180deg);
	-ms-transform: rotatex(-180deg); /* IE 9 */
	-moz-transform: rotatex(-180deg); /* Firefox */
	-webkit-transform: rotatex(-180deg); /* Safari and Chrome */
	-o-transform: rotatex(-180deg); /* Opera */
}
.flip .cardv {
	width: 100%;
	height: 306px;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.5s;
	-moz-transform-style: preserve-3d;
	-moz-transition: 0.5s;
	-ms-transform-style: preserve-3d;
	-ms-transition: 0.5s;
	-o-transform-style: preserve-3d;
	-o-transition: 0.5s;
	transform-style: preserve-3d;
	transition: 0.5s;
}
.flip .cardv .face {
	width: 100%;
	height: 306px;
	position: absolute;
	z-index: 2;
	text-align: center;
	backface-visibility: hidden;  /* W3C */
	-webkit-backface-visibility: hidden; /* Safari & Chrome */
	-moz-backface-visibility: hidden; /* Firefox */
	-ms-backface-visibility: hidden; /* Internet Explorer */
	-o-backface-visibility: hidden; /* Opera */
}
.flip .cardv .front {
	position: absolute;
	z-index: 1;
	background: black;
	color: white;
	cursor: pointer;
}
.flip .cardv .back {
	background: #2991d6;
	color: #fff;
	cursor: pointer;
	padding: 30px;
	transform: rotatex(-180deg);
	-ms-transform: rotatex(-180deg); /* IE 9 */
	-moz-transform: rotatex(-180deg); /* Firefox */
	-webkit-transform: rotatex(-180deg); /* Safari and Chrome */
	-o-transform: rotatex(-180deg); /* Opera */
}
/*------------------*/
/*Divider lines */
/*------------------------------------------------------*/	
.divider-ls {
	border-top: 1px solid #ff7713;
	height: 25px;
	margin: 0 auto 45px;
	opacity: 0.5;
	width: 12%;
}
.divider-d-dashed {
	border-bottom: 1px dashed #d7d7d7;
	border-top: 1px dashed #d7d7d7;
	float: left;
	height: 5px;
	margin: 10px 0 45px;
	width: 100%;
}
.divider-s-line {
	border-bottom: 1px solid #e5e5e5;
	float: left;
	margin-bottom: 45px;
	padding-top: 0;
	width: 100%;
}
.divider-d-line {
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	float: left;
	height: 5px;
	margin: 20px 0 45px;
	width: 100%;
}
.divider-s-dashed {
	border-top: 1px dashed #d7d7d7;
	float: left;
	margin: 15px 0 45px;
	width: 100%;
}
/*---------------------------------------------------
	counters
------------------------------------------------------*/
.counters {
	margin: 0;
	padding: 0
}
.counters2 {
	margin-bottom: 50px;
}
.counters2 .circle {
	border: 5px solid #2991d6;
	border-radius: 100%;
	height: 215px;
	margin: auto;
	padding-top: 15%;
	width: 215px;
}
.counters2 span {
	color: #fff !important;
	font-size: 60px;
}
.counters3 {
	margin: 0;
}
.plus-icon {
	float: right;
	margin: -90px -10px 0 0;
}
/*tab styles */
.home-tabs {
	margin: 0;
}
.home-tabs ul.nav-tabs li a {
	padding: 10px 20px;
}
.tab-content {
	border: solid 1px #dddddd;
	border-top: 0;
	padding: 25px 10px 20px 10px;
}
.tab-content img {
	margin: auto;
}
.tab-style {
	margin: 0;
	padding: 80px 0 20px 0;
	overflow: hidden;
}
.tab-style .nav-tabs {
	border: 0;
	padding-left: 9%;
}
.tab-style .nav-tabs > li {
	margin-right: 1px;
}
.tab-style .nav-tabs > li > a {
	margin-right: 0;
	transition: all 0.3s ease-out 0s;
	font-size: 15px;
	text-align: center;
	color: #3c3c3c;
	font-weight: bold;
	border: 0;
	background: #fff;
	border-radius: 0;
	padding: 20px 50px 15px 50px !important;
}
.tab-style .nav-tabs > li:hover > a, .tab-style .nav-tabs > li.active > a {
	color: #fff;
}
.tab-style .nav-tabs > li > a span {
	display: list-item;
	padding-bottom: 8px;
}
.tab-style .tab-content, .tab-style .nav-tabs {
	border: 0;
}
.tab-style .nav-tabs > li.active > a, .tab-style .nav-tabs > li.active > a:focus, .tab-style .nav-tabs > li.active > a:hover, .tab-style .nav-tabs > li > a:hover {
	background: #2991d6;
	border: 0;
}
.tab-style1 {
	margin: 0;
	padding: 0;
}
.tab-style1 .nav-tabs {
	border: 0;
	padding-left: 9.200%;
}
.tab-style1 .nav-tabs > li > a {
	margin-right: 0;
	transition: all 0.3s ease-out 0s;
	font-size: 13px;
	text-align: center;
}
.tab-style1 .nav > li:first-child > a {
	border-left: solid 1px #e3e2e2;
}
.tab-style1 .tab-content {
	border: solid 0px #dddddd;
}
.tab-style1 .nav-tabs > li > a, .tab-style1 .nav-tabs > li > a:focus {
	color: #656565;
	border-right: solid 1px #e3e2e2;
	border-radius: 0;
	border-bottom: 0;
	border-top: 0;
}
.tab-style1 .nav > li > a:focus, .tab-style1 .nav > li > a:hover {
	background: #FFF;
	border-bottom: 0;
	border-top: 0;
}
.tab-style1 .nav-tabs > li.active > a, .tab-style1 .nav-tabs > li.active > a:focus, .tab-style1 .nav-tabs > li.active > a:hover {
	color: #656565;
	border-bottom: 0;
	border-top: 0;
	border-color: #e3e2e2;
}
.tab-style1 .nav > li > a {
	padding: 10px 65px !important;
}
.tab-style1 .nav > li > a > i {
	display: inherit;
	color: #e3e2e2;
	transition: all 0.3s ease-out 0s;
}
ul.tabs-style2 {
	width: 100%;
}
ul.tabs-style2 > li > a {
	background: #eaedf0;
	border-radius: 0;
	padding: 20px 32px;
}
.tab-content.tab-style2 {
	overflow: hidden;
}
.tab-style-1 {
	margin: 0;
}
.tab-style-1 .nav-tabs {
	border: 0;
}
.tab-style-1 .nav-tabs > li {
	margin-right: 1px;
}
.tab-style-1 .nav-tabs > li > a {
	margin-right: 0;
	transition: all 0.3s ease-out 0s;
	font-size: 15px;
	text-align: center;
	color: #fff;
	border: 0;
	background: #282828;
	border-radius: 0;
	padding: 20px 42px !important;
	text-transform: uppercase;
}
.tab-style-1 .nav-tabs > li:hover > a, .tab-style-1 .nav-tabs > li.active > a {
	color: #fff;
}
.tab-style-1 .nav-tabs > li > a span {
	display: list-item;
	padding-bottom: 8px;
}
.tab-style-1 .tab-content, .tab-style-1 .nav-tabs {
	border: 0;
}
.tab-style-1 .nav-tabs > li.active > a, .tab-style-1 .nav-tabs > li.active > a:focus, .tab-style-1 .nav-tabs > li.active > a:hover, .tab-style-1 .nav-tabs > li > a:hover {
	background: #3498db;
	border: 0;
}
.tab-style3 {
	margin: 0;
	padding: 0;
}
.tab-style3 .nav-tabs {
	border: 0 none;
	padding-left: 15.2%;
}
.tab-style3 .nav-tabs > li > a {
	font-size: 13px;
	margin-right: 0;
	text-align: center;
	transition: all 0.3s ease-out 0s;
}
.tab-style3 .nav > li:first-child > a {
	border-left: 1px solid #e3e2e2;
}
.tab-style3 .nav-tabs > li > a, .tab-style3 .nav-tabs > li > a:focus {
	border-bottom: 0 none;
	border-radius: 0;
	border-right: 0px solid #e3e2e2;
	border-top: 0 none;
	color: #656565;
}
.tab-style3 .nav > li > a:focus, .tab-style3 .nav > li > a:hover {
	background: #fff none repeat scroll 0 0;
	border-bottom: 0 none;
	border-top: 0 none;
}
.tab-style3 .nav-tabs > li.active > a, .tab-style3 .nav-tabs > li.active > a:focus, .tab-style3 .nav-tabs > li.active > a:hover {
	border-bottom: 0 none #e3e2e2;
	border-color: #e3e2e2;
	border-top: 0 none #e3e2e2;
	color: #656565;
}
.tab-style3 .nav-tabs > li.active > a > i {
	color: #009ff0;
}
.tab-style3 .nav > li > a {
	padding: 10px 50px !important;
}
.tab-style3 .nav > li > a > i {
	color: #dcdcdc;
	display: inherit;
	transition: all 0.3s ease-out 0s;
}
.tab-style3 .tab-content {
	border: 0;
}
.tab-content.tab-style4 {
	border: 0;
}
.nav.tabs-style4 {
	border: 0 none;
}
.nav.tabs-style4 > li {
	display: inline-block;
	float: none;
	font-size: 17px;
	font-weight: bold;
}
.nav.tabs-style4 > li.active > a, .nav.tabs-style4 > li.active > a:focus, .nav.tabs-style4 > li.active > a:hover {
	background-color: transparent;
	border: 0 none;
	color: #2991d6;
}
.nav.tabs-style4 > li a {
	background-color: transparent;
	border: 0 none;
	padding: 5px;
}
.nav.tabs-style4 > li > a:hover {
	background-color: transparent;
	border: 0 none;
}
.nav.tabs-style4 > li a span {
	color: #666666;
	padding: 0 5px 0 15px;
}
/*------------------*/
/*widget styles */
/*------------------------------------------------------*/	

/*products widget*/	
.cat-title {
	background: #000;
	padding: 20px;
	color: #FFF;
}
.cat-list ul {
	margin: 0;
	padding: 0;
}
.cat-list ul li {
	border: solid 1px #dddddd;
	border-top: solid 0px #dddddd;
	padding: 10px 20px;
}
.cat-list ul li a {
	color: #656565
}
.pro-list h2 {
	padding-bottom: 10px;
	border-bottom: solid 1px #dddddd;
	margin: 0 0 30px 0;
}
.pro-list .product-desc {
	float: left;
	width: 100%;
	font-size: 15px;
}
.product-desc h3, .product-desc h3 a {
	font-size: 15px;
}
.product-desc h3 a:hover {
	color: #2991d6
}
.products-box {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
	position: relative;
	transition: box-shadow 0.2s ease-in-out 0s;
	overflow: hidden;
	padding-bottom: 30px;
}
.products-box:hover {
	box-shadow: 0 39px 56.4px 3.6px rgba(0, 0, 0, 0.24);
	transition: box-shadow 0.2s ease-in-out 0s;
}
.pro-imgage {
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
.product-desc {
	float: left;
	width: 100%;
	text-align: left;
	padding-top: 20px;
}
.product-desc.one {
	float: left;
	width: 100%;
	text-align: left;
	padding-top: 0px;
}
.onsale.onsale-outter {
	background-color: #f6d601;
	border-radius: 50%;
	box-sizing: initial;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	height: 5.16667em;
	letter-spacing: 1px;
	line-height: 5.16667em;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 10px;
	left: 10px;
	width: 5.16667em;
	z-index: 100;
}
.ca-title {
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	height: 5.16667em;
	line-height: 2.167em;
	position: absolute;
	text-transform: uppercase;
	top: 5px;
	left: 40px;
	z-index: 100;
}
.banner-info {
	left: 0;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	text-align: center;
}
.banner-info .title {
	color: #fff;
	font-size: 35px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'Playfair Display', serif;
}
.banner-info .link {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	text-decoration: underline;
	text-transform: uppercase;
}
.banner-info .link:hover {
	text-decoration: none;
}
.banner-info.sty-one {
	left: 0;
	width: 88%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	text-align: right;
}
.banner-info.sty-one .title {
	color: #242424;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.banner-info.sty-one .link {
	color: #2991d6;
	display: inline-block;
	font-size: 15px;
	text-decoration: underline;
	text-transform: uppercase;
}
.banner-info.sty-one .link:hover {
	text-decoration: none;
}
select.selectpicker-full {
	color: #656565;
	font-size: 14px;
	height: 50px;
	margin: 10px 0;
	margin-left: 0;
	padding-left: 15px;
	width: 100%;
}
input.black-button {
	background: #2991d6 none repeat scroll 0 0;
	border: 1px solid #2991d6;
	border-radius: 5px;
	color: #fff;
	padding: 14px 25px;
	transition: all 0.3s ease-out 0s;
}
input.black-button:hover {
	background: #222222 none repeat scroll 0 0;
	border: 1px solid #222222;
	border-radius: 5px;
	color: #fff;
	padding: 14px 25px;
	transition: all 0.3s ease-out 0s;
}
.btns {
	margin-top: 15px;
	float: left;
	text-align: left;
}
.btns a {
	margin-right: 0px;
	border: solid 1px #dcdada;
	padding: 8px 15px;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
}
.btns a:hover {
	border: solid 1px #000;
	color: #fff;
	background: #000;
}
.recommend-content .item {
	border-bottom: solid 1px #dddddd;
	padding-bottom: 15px;
	margin-bottom: 5px;
	overflow: hidden;
}
.recommend-content .item.lst {
	border: 0;
}
.item-thumb {
	border: 1px solid #e1e1e1;
	float: left;
	margin-right: 20px;
}
.item-content a {
	color: #222222;
	font-size: 16px;
}
.item-content a:hover {
	color: #000;
	font-size: 16px;
}
/*------------------*/
/*404 error */
/*------------------------------------------------------*/
.error404 {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 60%;
}
.c-post {
	border-bottom: solid 1px #3d3d3d;
	margin-bottom: 25px;
}
.c-post.one {
	border-bottom: dashed 1px #6d6d6d;
	margin-top: 25px;
	padding-bottom: 10px;
}
.whitebg .col-md-3 .c-post {
	border-bottom: solid 1px #d8d8d8;
}
.c-post.c-post-last, .whitebg .col-md-3 .c-post.c-post-last {
	border-bottom: solid 0px #3d3d3d;
}
.c-post-img {
	float: left;
	height: 72px;
	position: relative;
	width: 68px;
}
.c-post-content {
	padding-left: 80px;
}
.c-post-content p span {
	font-size: 12px;
}
.post-info {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	float: left;
	margin: 0 0 20px;
	padding: 10px 0;
	width: 100%;
}
.post-info-box {
	padding: 30px;
	background: #FFF;
}
.comment-list {
	margin-bottom: 25px;
}
.tags-b {
	background: #2a2e31;
	color: #727272;
	padding: 5px 12px;
	margin: 0 0px 8px 0;
	display: inline-block;
}
.tags-s {
	border: solid 1px #cbcbcb;
	border-radius: 4px;
	color: #727272;
	padding: 8px 15px;
	margin: 0 3px 8px 0;
	display: inline-block;
}
.tags-s:hover {
	border: solid 1px #000;
	background: #000;
	border-radius: 4px;
	color: #fff;
	padding: 8px 15px;
	margin: 0 3px 8px 0;
	display: inline-block;
}
/* countdown headers */
.table-titles, .table-row {
	border-bottom: solid 1px #dadada;
	padding-bottom: 15px;
	overflow: hidden;
	margin-bottom: 15px;
}
.title-row {
	border-bottom: solid 1px #dadada;
	padding-bottom: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}
/* countdown headers */
.countdown-header {
	background: url(../images/parallax-bg-09.jpg) no-repeat scroll center top;
	float: left;
	margin: 0;
	padding: 100px 0 120px 0;
	width: 100%;
	text-align: center;
}
/* pagenation */
.pagenation {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 23px 0 0 0;
	text-align: right !important;
	text-transform: uppercase;
}
.pagenation.one {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 8px 0 0 0;
	text-align: right !important;
	text-transform: uppercase;
}
.pagenation a:hover {
	color: #fff;
}
.pagenation i {
	color: #a2a2a2;
	padding: 0 5px;
}
.pagenation-blog {
	text-align: center;
}
ul.pagenation-list {
	display: inline-block;
	margin: 0;
	padding: 0;
}
ul.pagenation-list > li {
	display: inline-block;
	list-style: outside none none;
	;
}
ul.pagenation-list li a {
	background-color: #e4e4e4;
	border-radius: 100%;
	color: #161616;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	width: 35px;
}
ul.pagenation-list li a:hover {
	background-color: #666;
	color: #fff;
}
/*------------------*/
/*footer styles */
/*------------------------------------------------------*/	
footer {
	width: 100%;
	float: left;
	margin: 0;
	color: #727272;
}
.footer-bg {
	background: #101010;
	padding: 40px 0 80px 0;
}
.footer-bg.bg-black {
	background: #000;
}
.footer-bg.bg-light-black {
	background: #131314;
	color: #aaaaaa;
}
.footer-bg.bg-light-black a {
	color: #aaaaaa;
}
.footer-bg.bg-light-black a:hover {
	color: #f5f5f5;
}
.footer-bg.bg-gery {
	background: #e4e4e4;
	color: #6d6d6d;
}
.footer-bg.bg-gery a {
	color: #6d6d6d;
}
.footer-bg.bg-gery a:hover {
	color: #6d6d6d;
}
.title-line {
	background-color: #2991d6;
	height: 2px;
	margin: 10px auto 25px 0;
	padding: 0;
	width: 50px;
}
.title-line.black-line {
	background-color: #3f444a;
	margin-bottom: 15px;
}
.title-line-v {
	background-color: #2991d6;
	height: 40px;
	margin: -3px 20px 0 0;
	padding: 0;
	width: 5px;
	float: left;
}
footer a {
	color: #727272;
}
footer a:hover {
	color: #fff;
}
.title-line.one {
	background-color: #2991d6;
	height: 3px;
	margin: 10px auto;
	padding: 0;
	width: 50px;
}
ul.address-info {
	margin: 0;
	padding: 0;
}
ul.social-icons {
	margin: 0px 0 0 0;
	padding: 0;
	float: right;
}
ul.social-icons li {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
}
ul.social-icons li i {
	color: #fff;
}
ul.social-icons li a {
	background-color: #3b3b3b;
	border-radius: 100%;
	color: #fff;
	float: left;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 36px;
}
ul.social-icons li a:hover {
	background-color: #fff;
}
ul.social-icons li a:hover i {
	color: #2991d6;
}
ul.social-icons.style-two {
	margin: 0px 0 0 0;
	padding: 0;
	float: left;
}
ul.social-icons.style-two li a {
	background-color: transparent;
	width: auto;
	padding-right: 5px;
	margin-right: 10px;
	height: auto;
	line-height: normal;
}
ul.social-icons.style-two li a:hover {
	background-color: transparent;
}
ul.social-icons.style-two li i {
	color: #959595;
	transition: all 0.3s ease-out 0s;
}
ul.social-icons.style-two.one {
	margin: 33px -15px 0 0;
}
ul.social-icons.style-two.one li a, ul.social-icons.style-two.one li i {
	color: #FFF;
}
ul.social-icons.style-two.one li a:hover, ul.social-icons.style-two.one li:hover i {
	color: #fff;
}
ul.social-icons.style-two.style1 li i {
	color: #9fd1f1;
	transition: all 0.3s ease-out 0s;
}
ul.social-icons.style-two.style1 li:hover i {
	color: #fff;
}
ul.social-icons.style-two.style2 li i {
	color: #959595;
	transition: all 0.3s ease-out 0s;
}
ul.social-icons.style-two.style2 li:hover i {
	color: #fff;
}
ul.social-icons.style-four {
	float: none;
}
ul.social-icons.style-four li {
	float: none;
	display: inline-block
}
ul.social-icons.style-five {
	float: none;
	display: inline-block;
	margin-top: 14px;
}
ul.social-icons.style-five li {
	margin-left: 5px;
	margin-right: 0px;
}
ul.social-icons.style-five li a {
	background: #a3a3a3;
}
ul.social-icons.style-five li a:hover {
	background: #2991d6 !important;
	color: #fff !important;
}
ul.social-icons.style-five li a, ul.social-icons.style-five li a i {
	border-radius: 0;
	color: #FFF;
	transition: all 0.5s ease-in-out 0s;
}
ul.social-icons.style-five li a:hover i {
	transform: rotate(360deg) scale(1.3);
}
ul.social-icons.style-five.one.circle li a {
	border-radius: 100%;
}
ul.social-icons.style-five li.facebook a {
	background: #3c599b;
}
ul.social-icons.style-five li.twitter a {
	background: #00abf0;
}
ul.social-icons.style-five li.linkedin a {
	background: #007bb6;
}
ul.social-icons.style-five li.google-plus a {
	background: #dd4c39;
}
ul.social-icons.style-five li.pinterest a {
	background: #ef1438;
}
ul.social-icons.style-five li.skype a {
	background: #13caff;
}
ul.social-icons.style-five li.dribbble a {
	background: #f5699a;
}
ul.social-icons.style-five li.wordpress a {
	background: #2472a2;
}
ul.social-icons.style-five li.android a {
	background: #8ec429;
}
ul.social-icons.style-five li.windows a {
	background: #23c5f1;
}
ul.social-icons.style-five li.renren a {
	background: #025dac;
}
ul.social-icons.style-five li.apple a {
	background: #a6a8a7;
}
ul.social-icons.style-five li.faqq a {
	background: #1f1f1f;
}
ul.social-icons.style-five li.weixin a {
	background: #1a1a1a;
}
ul.social-icons.style-five li.youtube a {
	background: #cb3235;
}
ul.social-icons.style-five li.rss a {
	background: #ffa336;
}
ul.social-icons.style-five li.flickr a {
	background: #ee1a89;
}
ul.social-icons.style-five li.whatsapp a {
	background: #1f9e11;
}
ul.social-icons.style-five li a:hover {
	background: #fff;
}
ul.social-icons.style-five.style-five.one li a:hover {
	background: #000;
}
ul.social-icons.style-five.style-five.one li a i {
	color: #FFF
}
ul.social-icons.style-five.ltside {
	float: left;
}
.fa-social-icons.sty-six {
	text-align: center;
	font-size: 45px;
	padding: 20px 0;
	transition: all 0.3s ease-out 0s;
}
.fa-social-icons.sty-six li a, .fa-social-icons.sty-six li a:hover {
	color: #FFF;
	background: #000000;
}
ul.social-icons.sty-six {
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
}
ul.social-icons.sty-six li {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
}
ul.social-icons.sty-six li i {
	color: #919191;
}
ul.social-icons.sty-six li a {
	background-color: #595959;
	border-radius: 0;
	color: #919191;
	float: left;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 36px;
}
ul.social-icons.sty-six li a:hover {
	background-color: #000;
}
ul.social-icons.sty-six li a:hover i {
	color: #fff;
}
ul.social-icons.sty-six.circle li a {
	background-color: #2991d6;
	border-radius: 100%;
	color: #fff;
	float: left;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 36px;
}
ul.social-icons.sty-six.circle li a:hover {
	background-color: #000;
}
ul.social-icons.sty-six.circle li a i {
	color: #fff;
}
ul.social-icons.sty-six.circle li a:hover i {
	color: #fff;
}
ul.social-icons.sty-six.boxed li a {
	background-color: #fff;
	border: solid 1px #d3d3d3;
	border-radius: 0;
	color: #919191;
	float: left;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 36px;
}
ul.social-icons.sty-six.boxed li a:hover {
	background-color: #000;
}
ul.social-icons.sty-six.boxed li a i {
	color: #595959;
}
ul.social-icons.sty-six.boxed li a:hover i {
	color: #fff;
}
ul.social-icons.sty-six.border li a {
	background-color: #fff;
	border: solid 1px #d3d3d3;
	border-radius: 100%;
	color: #919191;
	float: left;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 36px;
}
ul.social-icons.sty-six.border li a:hover {
	background-color: #000;
	border: solid 1px #000;
}
ul.social-icons.sty-six.border li a i {
	color: #595959;
}
ul.social-icons.sty-six.border li a:hover i {
	color: #fff;
}
.flickr-widget img {
	border: 0 solid #999 !important;
	height: 58px;
	margin-bottom: 6px;
	margin-right: 6px;
	transition-duration: 0.3s;
	transition-property: background-color, color;
	transition-timing-function: ease-out;
	width: 58px;
}
.input-text.newsfield {
	width: 100%;
	border: 0;
	background: #2a2e31;
	padding: 10px;
	line-height: 30px;
}
.submit-button {
	background: #2991d6 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	color: #fff;
	margin: 10px 0 0 0px;
	padding: 12px 30px;
	font-size: 18px;
	text-align: center;
	transition: all 0.3s ease-out 0s;
}
.submit-button:hover {
	background: #fff none repeat scroll 0 0;
	border: 0 none;
	color: #2991d6;
}
/* copyrights */
.copyrights {
	width: 100%;
	float: left;
	background: #1a1a1a;
	margin: 0;
	padding: 30px 0 20px 0;
}
.copyrights.black-bg {
	background: #000;
}
.copyrights.black-bg-lihgt {
	background: #101010;
}
.copyrights.white-bg {
	background: #fff;
	padding: 100px 0 100px 0;
}
.content-container {
	background: rgba(255, 0, 0, 0.1) none repeat scroll 0 0;
	margin-top: 10px;
	text-align: center;
	width: 100%;
	border: 0;
}
iframe {
	border: 0;
}
ul.address-info {
	margin: 0;
	padding: 0;
}
ul.address-info.map {
	background: url(../images/map.png) no-repeat center bottom;
	padding-bottom: 20px;
}
ul.address-info li {
	margin-bottom: 15px;
}
ul.address-info i {
	font-size: 20px;
	margin-right: 10px;
}
ul.address-info.one li {
	margin-bottom: 40px;
}
/* Newsletter 
.form-control.required{
	background:#FFF;
	border:solid 1px #FFF;
	font-size:15px;
	border-radius:0;
}
.input-group-btn button.btn-default.uppercase{
	background:#2991d6;
	font-size:15px;
	border-radius:0 !important;
	border:solid 1px #2991d6;
	font-size:15px !important;
	color:#FFF;
}
.input-group-btn:hover button.btn-default.uppercase{
	background:#0a71b5;
}
*/
/* scroll up */
.googlemaps {
	background: rgba(255, 0, 0, 0.1) none repeat scroll 0 0;
	border: 0 none;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}
/* scroll up */
.scrollup {
	width: 40px;
	height: 40px;
	opacity: 1;
	position: fixed;
	bottom: 22px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	/* background: #2991d6 url(../images/scroll-top-arrow.png) no-repeat 15px 14px; */
	z-index: 999;
}
