


/* Title Styles - elements-titles.html */
.title-border {
	padding:0 0 0 0.8em;
	border-left:4px solid transparent;
}

.title-border.text-right,
.text-right > .title-border {
	padding:0 0.8em 0 0;
	border-left:none;
	border-right:4px solid transparent;
}

.title-border.text-center,
.text-center > .title-border{
	padding:0;
	border:none;
}

.title-block .title-border {
	margin-bottom:10px;
}

.title-border > span {
	display:inline-block;
	background-color: #fff;
	position: relative;
	z-index:1;
}

.bg-dark .title-border > span {
	background-color: #2a2a2a;
}

.bg-gray .title-border > span {
	background-color: #e1e1e1;
}

.bg-lightgray .title-border > span {
	background-color: #f2f2f2;
}

.bg-lightergray .title-border > span {
	background-color: #fafafa;
}

.bg-darkgray .title-border > span {
	background-color: #b7b7b7;
}

.title-border.text-center > span,
.text-center > .title-border > span  {
	padding:0 0.8em;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
}

.title-bg-line,
.title-underline {
	position: relative;
}

.title-border.title-bg-line,
.title-border.text-center.title-bg-line,
.title-border.title-bg,
.title-border.text-center.title-bg {
	padding:0;
}

.title-bg-line > span,
.title-bg > span {
	padding:0 0.8em;
}

.title-bg-line:after {
	content:'';
	display:block;
	height:1px;
	background-color: transparent;
	position: absolute;
	top:50%;
	left:0;
	right:0;
	z-index:0;
}

.title-block .title {
	margin-bottom:10px;
}

.title > .light,
.title-block .light,
.title-underblock > .light {
	font-weight: normal;
}

.title-underblock {
	position: relative;
	padding-bottom:0.6em;
}

.title-block .title-underblock {
	margin-bottom: 10px;
	padding-bottom:0.4em;
}

.title-bottom-border {
	border-bottom:1px dashed transparent;
}

.title-bottom-border.dashed {
	border-bottom-style: dashed;
}

.title-bottom-border.dotted {
	border-bottom-style: dotted;
}

.title-underblock:after {
	content:'';
	display:block;
	width:50px;
	height:3px;
	background-color: transparent;
	position: absolute;
	bottom:-2px;
	left:0;
}

.title-underblock.title-bottom-border:after {
	height:5px;
	bottom:-3px;
}

.title-underblock.text-center:after,
.text-center > .title-underblock:after  {
	left:50%;
	margin-left:-25px;
}

.title-underblock.text-right:after,
.text-right > .title-underblock:after{
	left:auto;
	right:0;
}

.title-block {
	margin-bottom:30px;
}

.title-block > p {
	font-size:1.1em;
}

/* Dark - Black Colored border*/
.title-border.dark,
.title-border.text-right.dark,
.title-border.text-center.dark > span,
.title-bottom-border.dark {
	border-color: #505050;
}

.title-border.title-bg.dark,
.title-bg-line.dark:after,
.title-underblock.dark:after {
	background-color: #505050;
}

/* Gray  Colored border*/
.title-border.gray,
.title-border.text-right.gray,
.title-border.text-center.gray > span,
.title-bottom-border.gray  {
	border-color: #eaeaea;
}

.title-border.title-bg.gray,
.title-bg-line.gray:after,
.title-underblock.gray:after {
	background-color: #eaeaea;
}

/* White Colored border*/
.title-border.white,
.title-border.text-right.white,
.title-border.text-center.white > span,
.title-bottom-border.white  {
	border-color: #fff;
}

.title-border.title-bg.white,
.title-bg-line.white:after,
.title-underblock.white:after {
	background-color: #fff;
}


/* =============================================
------------------ 5.Homepages ---------------
==============================================*/

/* ----------  index4 -----------
----------- --------------------*/

.container.no-padding,
.container-fluid.no-padding {
	padding:0 !important;
}

.row.no-margin {
	margin:0 !important;
}

.colored-box {
	padding:45px 15px 40px;
	color:#fff;
}

.bg-green {
	background-color: #81c784 !important;
}

.bg-blue {
	background-color: #64b5f6 !important;
}

.bg-purple {
	background-color: #ba68c8 !important;
}

.bg-pink {
	background-color: #f06292 !important;
}

.carousel-tab {
	margin-bottom: 40px;
}

.carousel-tab .carousel-indicators {
	display: table;
	position: static;
	bottom: auto;
	left: auto;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	margin:0 0 60px;
}

.carousel-tab .carousel-indicators li {
	display: table-cell;
	width: 25%;
	height: auto;
	margin: 0;
	text-indent: 0;
	cursor: pointer;
	background-color: inherit;
	border:none;
	border-radius: 0;
	font-size: 24px;
	padding:35px 20px;
	background-color: #2a2a2a;
	color:#fff;
	position: relative;
}

.carousel-tab.gray .carousel-indicators li {
	background-color: #eaeaea;
	color:#505050;
}

.carousel-tab.smaller .carousel-indicators li {
	padding:25px 15px;
}

.carousel-tab .carousel-indicators li:last-child {
	border-right:none;
}

.carousel-tab .carousel-indicators li i {
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
}

.carousel-tab .carousel-indicators li:hover i {
	transform:rotate(360deg); 
	-wekbit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
}

.carousel-tab .carousel-indicators li span {
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-top: 3px;
	font-family: 'Open Sans', Verdana;
}

.carousel-tab .carousel-indicators li.active,
.carousel-tab.gray .carousel-indicators li.active {
	width: 25%;
	height: auto;
	margin: 0;
	border:none;
	color:#fff;
}

.carousel-tab .carousel-indicators .active:after {
	content:'';
	position: absolute;
	bottom:0;
	left:50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 14px 14px;
	border-color: transparent transparent #ffffff transparent;
	margin-left:-14px;
}

.carousel-tab .carousel-inner > .item .social-icon {
	display: inline-block;
}

@media (min-width: 992px) {
	.container-fluid .carousel-inner .item {
		padding-left:15px;
		padding-right:15px;
	}
}

@media (max-width: 992px) {
	.colored-box {
		padding:35px 10px;
	}
}

@media (max-width: 767px) {
	.colored-box {
		padding:30px 0;
	}

	.carousel-tab .carousel-indicators li {
		font-size: 18px;
		padding:20px 10px;
	}

	.carousel-tab .carousel-indicators li span {
		font-size: 14px;
		font-weight: 500;
	}

	.carousel-tab .carousel-indicators .active:after {
		border-width: 0 8px 8px 8px;
		margin-left:-8px;
	}

}


/* ----------  index6 -----------
----------- --------------------*/

.home-blogposts-carousel  .owl-item {
	padding:0 2px;
}



/* ----------  index7 -----------
----------- --------------------*/

.parallax-content {
	padding:140px 0;
}

.iframe-btn-container {
	padding:100px 0;
	text-align: center;
}

.iframe-btn {
	display: inline-block;
	width:72px;
	height:72px;
	font-size: 30px;
	line-height: 68px;
	color:#fff;
	border:2px solid #fff;
	border-radius: 50%;
	text-align: center;
}

.iframe-btn:hover,
.iframe-btn:focus {
	color:#fff;
	opacity:0.85;
}

@media (max-width: 767px) {
	.iframe-btn-container {
		padding:70px 0;
	}

	.parallax-content {
		padding:100px 0;
	}

	.iframe-btn {
		display: inline-block;
		width:60px;
		height:60px;
		font-size: 24px;
		line-height: 56px;
	}
}

#videobg-container .mb_YTVPBar  {
  display:none !important;
}


#videobg-container p:last-child {
	margin-bottom: 0;
}


/* ----------  index8 -----------
----------- --------------------*/
.top-welcome-section {
	margin-bottom: 65px;
	border-bottom:1px solid #eaeaea;
	overflow: hidden;
}

@media (max-width: 767px) {
	.top-welcome-section {
		margin-bottom: 50px;
	}
}

/* ----------  index10 -----------
----------- --------------------*/

.bg-yellow {
	background-color:#ffeb3b;
}

.bg-orange {
	background-color:#ffc107;
}

.bg-blue {
	background-color:#29b6f6;
}

.bg-green {
	background-color:#66bb6a;
}


/* --------   index13-14-15-16-17  -------
Portfolio Homepages -- ---------------*/

.portfolio-header {
	margin:30px 0 30px;
	padding-bottom:30px;
	border-bottom:1px solid #eaeaea;
}

.portfolio-header .typed-heading {
	font:700 20px/24px 'Raleway', Verdana;
}

/* Typed Plugin Cursor */
.typed-cursor{
	font-size:20px;
	line-height: 24px;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.portfolio-heading-title {
	font:700 24px/1.5 'Raleway', Verdana;
	margin:40px 0;
}

@media (min-width: 768px) {

	.portfolio-header {
		margin:35px 0 40px;
		padding-bottom:35px;
	}

	.typed-cursor,
	.portfolio-header .typed-heading {
		font-size:26px;
		line-height: 30px;
	}

	.portfolio-heading-title {
		font-size:36px;
		margin:50px 0 45px;
	}

}


@media (min-width: 992px) {

	.portfolio-header {
		margin:50px 0 40px;
		padding-bottom:50px;
	}

	.typed-cursor,
	.portfolio-header .typed-heading {
		font-size:32px;
		line-height: 36px;
	}

	.portfolio-heading-title {
		font-size:40px;
		margin:60px 0 50px;
	}
}



/* ---------  index18  -----------
Blog Homepages ---------------------*/

/*----- infinite scroll load -----*/
#infscr-loading {
    position: fixed;
    text-align: center;
    bottom:40px;
	left:35%;
    width:30%;
    z-index: 100;
    background: rgba(22, 22, 22, 0.7);
    padding:15px 20px;
    color: #eaeaea;
    font:600 13px/1.5 'Raleway', Verdana;
    text-transform: uppercase;
    z-index:2000;
}

#infscr-loading img {
	display:inline-block !important;
	width:auto !important;
	max-width:100% !important;
	margin-bottom: 10px;
}

.page-header-welcome h1 {
	font-size:60px;
	line-height: 1.2;
	margin-bottom:0;
	padding-right: 15px;
	padding-left: 15px;
}

@media (max-width: 991px) {
	.page-header-welcome h1 {
		font-size: 52px;
	}
}

@media (max-width: 767px) {
	.page-header-welcome h1 {
		font-size: 42px;
	}
}

.page-header-welcome p {
	font-size:28px;
	max-width: 700px;
	margin-right:auto;
	margin-left:auto;
}

.scroll-btn {
	display:block;
	width:24px;
	height:38px;
	border:2px solid #3e3e3e;
	position: absolute;
	bottom:40px;
	left:50%;
	z-index: 200;
	margin-left:-13px;
	border-radius: 12px;
	text-align: center;
	line-height: 0;
	transition: border 0.35s ease;
	-webkit-transition: border 0.35s ease;
}

.scroll-btn > span {
	display:inline-block;
	position: relative;
	margin:5px 0;
	width:2px;
	height:6px;
	background-color: #4e4e4e;
	border-radius: 8px;
	-webkit-animation-name: downup;
	animation-name: downup;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	transition: border 0.35s ease;
	-webkit-transition: border 0.35s ease;
}

.scroll-btn:hover,
.scroll-btn:focus {
	border-color: #2e2e2e;
}

.scroll-btn:hover > span,
.scroll-btn:focus > span {
	background-color: #2e2e2e;
}

.scroll-btn.light {
	border-color:#f1f1f1;
}

.scroll-btn.light > span{
	background-color: #f1f1f1;
}

.scroll-btn.light:hover,
.scroll-btn.light:focus {
	border-color: #fff;
}

.scroll-btn.light:hover > span,
.scroll-btn.light:focus > span {
	background-color: #fff;
}

@-webkit-keyframes downup {
  0% {
    transform:translateY(0);
  }

  50%{
    transform:translateY(18px);
  }

   100% {
    transform:translateY(0);
  }
}

@keyframes downup {
  0% {
    transform:translateY(0);
  }

  50%{
    transform:translateY(18px);
  }

   100% {
    transform:translateY(0);
  }
}


/* ---------  index19  -----------
Blog Homepages ---------------------*/

.page-top-carousel {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.page-top-carousel {
		margin-bottom: 40px;
	}
}

.entry.entry-overlay {
	position: relative;
	padding:0 !important;
	border:none !important;
	overflow:hidden;
}

.entry.entry-overlay .entry-media {
	margin-bottom: 0;
}

.owl-carousel .entry-wrapper {
	margin-bottom: 10px;
}

.owl-carousel .entry.entry-overlay {
	margin-bottom: 0;
}

.entry.entry-overlay:after {
	display: none;
}

.entry.entry-overlay .entry-media figure > a:after, 
.entry.entry-overlay .entry-media .item > a:after, 
.entry.entry-overlay .entry-media.embed-responsive:after {
	background-color: rgba(255, 255, 255, 0.1);
}

.entry-overlay-meta {
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	padding:15px 20px;
	background-color: rgba(0,0,0, 0.75);
	color:#ccc;
	z-index: 800;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	transform:translate3d(0, 100%, 0);
	-webkit-transform:translate3d(0, 100%, 0);
}

.entry.entry-overlay:hover .entry-overlay-meta {
	opacity: 1;
	top:auto;
	bottom:0;
	transform:translate3d(0, 0, 0);
	-webkit-transform:translate3d(0, 0, 0);
}


.entry-overlay-meta .entry-separator,
.entry-overlay-meta a {
	color:#ccc;
}

.entry-overlay-meta .entry-title  {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: 600;
}

.entry-overlay-meta .entry-title a {
	color:#eaeaea;
}

.entry-overlay-meta a:hover,
.entry-overlay-meta .entry-title a:hover,
.entry-overlay-meta a:focus,
.entry-overlay-meta .entry-title a:focus {
	color:#fff;
	text-decoration: underline;
}

.entry-overlay-meta i,
.entry-meta i {
	margin-right: 5px;
}



/* ---------  index20  -----------
Blog Homepages ---------------------*/

.container-masonry {
	padding-top:15px;
}



/* ----------  index23-24  -----------
Magazine Homepages --------------------*/

.header-banner {
	float:left;
	display: block;
	max-width: 100%;
	height:auto;
	margin:15px 30px;
}

.sidebar.dark-sidebar {
	background-color: #2a2a2a;
	color:#9a9a9a;
	padding-top:40px;
}

.sidebar.dark-sidebar a,
.sidebar.dark-sidebar .widget .links li a,
.sidebar.dark-sidebar .widget .latest-posts-list li a, 
.sidebar.dark-sidebar .widget .products-list li a {
	color:#9a9a9a;
}

.sidebar.dark-sidebar a:hover,
.sidebar.dark-sidebar a:focus,
.sidebar.dark-sidebar .widget .links li a:hover,
.sidebar.dark-sidebar .widget .links li a:focus,
.sidebar.dark-sidebar .widget .latest-posts-list li a:hover, 
.sidebar.dark-sidebar .widget .products-list li a:hover,
.sidebar.dark-sidebar .widget .latest-posts-list li a:focus, 
.sidebar.dark-sidebar .widget .products-list li a:focus {
	color:#fafafa;
}

.sidebar.dark-sidebar .widget h3 {
	color:#bebebe;
}

.sidebar.dark-sidebar .widget .links li {
	border-color:#8a8a8a;
}

.entry-block.entry .entry-media figure > a:after, 
.entry-block.entry .entry-media .item > a:after, 
.entry-block.entry .entry-media.embed-responsive:after {
	visibility: hidden;
	opacity:0;
	background-color: rgba(0,0,0,0.35);
}

.entry-block.entry:hover .entry-media figure > a:after, 
.entry-block.entry:hover .entry-media .item > a:after, 
.entry-block.entry:hover .entry-media.embed-responsive:after {
	opacity:1;
	visibility: visible;
}

.entry-overlay.entry-block .entry-overlay-meta,
.entry-overlay.entry-block:hover .entry-overlay-meta {
	padding-top: 45px;
	opacity: 1;
	top:auto;
	bottom:0;
	transform:translate3d(0, 0, 0);
	-webkit-transform:translate3d(0, 0, 0);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 46%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(46%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 46%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 46%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 46%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 46%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.entry-block .entry-overlay-meta .entry-title a,
.entry-block .entry-overlay-meta .entry-title a:hover,
.entry-block .entry-overlay-meta .entry-title a:focus {
	color:#fff;
}

.entry-block .entry-overlay-meta,
.entry-block .entry-overlay-meta .entry-separator, 
.entry-block .entry-overlay-meta a {
	color:#f1f1f1;
}

.entry-block .entry-overlay-meta a:hover,
.entry-block .entry-overlay-meta a:focus {
	color:#fff;
}

.entry-block .entry-title {
	font-size: 16px;
	line-height: 24px;
}

.entry-block .entry-media + .entry-title {
	font-size: 15px;
	margin:15px 0 5px;
}

.entry-block .entry-title a {
	color:#2a2a2a;
}

.entry-block.entry.red .entry-media figure > a:after, 
.entry-block.entry.red .entry-media .item > a:after, 
.entry-block.entry.red .entry-media.embed-responsive:after {
	background: rgba(239,83,80,0.35);
}

.entry-overlay.entry-block.red .entry-overlay-meta,
.entry-overlay.entry-block.red:hover .entry-overlay-meta {
	background: -moz-linear-gradient(top,  rgba(239,83,80,0) 0%, rgba(239,83,80,0.65) 46%, rgba(239,83,80,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,83,80,0)), color-stop(46%,rgba(239,83,80,0.65)), color-stop(100%,rgba(239,83,80,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,83,80,0) 0%,rgba(239,83,80,0.65) 46%,rgba(239,83,80,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(239,83,80,0) 0%,rgba(239,83,80,0.65) 46%,rgba(239,83,80,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(239,83,80,0) 0%,rgba(239,83,80,0.65) 46%,rgba(239,83,80,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,83,80,0) 0%,rgba(239,83,80,0.65) 46%,rgba(239,83,80,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ef5350', endColorstr='#a6ef5350',GradientType=0 ); /* IE6-9 */
}

.entry-block.entry.orange .entry-media figure > a:after, 
.entry-block.entry.orange .entry-media .item > a:after, 
.entry-block.entry.orange .entry-media.embed-responsive:after {
	background: rgba(255,193,7,0.35);
}

.entry-overlay.entry-block.orange .entry-overlay-meta,
.entry-overlay.entry-block.orange:hover .entry-overlay-meta {
	background: -moz-linear-gradient(top,  rgba(255,193,7,0) 0%, rgba(255,193,7,0.65) 46%, rgba(255,193,7,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,193,7,0)), color-stop(46%,rgba(255,193,7,0.65)), color-stop(100%,rgba(255,193,7,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,193,7,0) 0%,rgba(255,193,7,0.65) 46%,rgba(255,193,7,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,193,7,0) 0%,rgba(255,193,7,0.65) 46%,rgba(255,193,7,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,193,7,0) 0%,rgba(255,193,7,0.65) 46%,rgba(255,193,7,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,193,7,0) 0%,rgba(255,193,7,0.65) 46%,rgba(255,193,7,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffc107', endColorstr='#a6ffc107',GradientType=0 ); /* IE6-9 */
}

.entry-block.entry.yellow .entry-media figure > a:after, 
.entry-block.entry.yellow .entry-media .item > a:after, 
.entry-block.entry.yellow .entry-media.embed-responsive:after {
	background: rgba(255,235,59,0.35);
}

.entry-overlay.entry-block.yellow .entry-overlay-meta,
.entry-overlay.entry-block.yellow:hover .entry-overlay-meta {
	background: -moz-linear-gradient(top,  rgba(255,235,59,0) 0%, rgba(255,235,59,0.65) 46%, rgba(255,235,59,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,235,59,0)), color-stop(46%,rgba(255,235,59,0.65)), color-stop(100%,rgba(255,235,59,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,235,59,0) 0%,rgba(255,235,59,0.65) 46%,rgba(255,235,59,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,235,59,0) 0%,rgba(255,235,59,0.65) 46%,rgba(255,235,59,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,235,59,0) 0%,rgba(255,235,59,0.65) 46%,rgba(255,235,59,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,235,59,0) 0%,rgba(255,235,59,0.65) 46%,rgba(255,235,59,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffeb3b', endColorstr='#a6ffeb3b',GradientType=0 ); /* IE6-9 */
}

.entry-block.entry.blue .entry-media figure > a:after, 
.entry-block.entry.blue .entry-media .item > a:after, 
.entry-block.entry.blue .entry-media.embed-responsive:after {
	background: rgba(41,182,246,0.35);
}

.entry-overlay.entry-block.blue .entry-overlay-meta,
.entry-overlay.entry-block.blue:hover .entry-overlay-meta {
	background: -moz-linear-gradient(top,  rgba(41,182,246,0) 0%, rgba(41,182,246,0.65) 46%, rgba(41,182,246,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,182,246,0)), color-stop(46%,rgba(41,182,246,0.65)), color-stop(100%,rgba(41,182,246,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(41,182,246,0) 0%,rgba(41,182,246,0.65) 46%,rgba(41,182,246,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(41,182,246,0) 0%,rgba(41,182,246,0.65) 46%,rgba(41,182,246,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(41,182,246,0) 0%,rgba(41,182,246,0.65) 46%,rgba(41,182,246,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(41,182,246,0) 0%,rgba(41,182,246,0.65) 46%,rgba(41,182,246,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0029b6f6', endColorstr='#a629b6f6',GradientType=0 ); /* IE6-9 */
}

.entry-block.entry.green .entry-media figure > a:after, 
.entry-block.entry.green .entry-media .item > a:after, 
.entry-block.entry.green .entry-media.embed-responsive:after {
	background: rgba(102,187,106,0.35);
}

.entry-overlay.entry-block.green .entry-overlay-meta,
.entry-overlay.entry-block.green:hover .entry-overlay-meta {
	background: -moz-linear-gradient(top,  rgba(102,187,106,0) 0%, rgba(102,187,106,0.65) 46%, rgba(102,187,106,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,187,106,0)), color-stop(46%,rgba(102,187,106,0.65)), color-stop(100%,rgba(102,187,106,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(102,187,106,0) 0%,rgba(102,187,106,0.65) 46%,rgba(102,187,106,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(102,187,106,0) 0%,rgba(102,187,106,0.65) 46%,rgba(102,187,106,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(102,187,106,0) 0%,rgba(102,187,106,0.65) 46%,rgba(102,187,106,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(102,187,106,0) 0%,rgba(102,187,106,0.65) 46%,rgba(102,187,106,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066bb6a', endColorstr='#a666bb6a',GradientType=0 ); /* IE6-9 */
}

.entry-block.entry.purple .entry-media figure > a:after, 
.entry-block.entry.purple .entry-media .item > a:after, 
.entry-block.entry.purple .entry-media.embed-responsive:after {
	background: rgba(171,71,188,0.35);
}

.entry-overlay.entry-block.purple .entry-overlay-meta,
.entry-overlay.entry-block.purple:hover .entry-overlay-meta {
	background: -moz-linear-gradient(top,  rgba(171,71,188,0) 0%, rgba(171,71,188,0.65) 46%, rgba(171,71,188,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(171,71,188,0)), color-stop(46%,rgba(171,71,188,0.65)), color-stop(100%,rgba(171,71,188,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(171,71,188,0) 0%,rgba(171,71,188,0.65) 46%,rgba(171,71,188,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(171,71,188,0) 0%,rgba(171,71,188,0.65) 46%,rgba(171,71,188,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(171,71,188,0) 0%,rgba(171,71,188,0.65) 46%,rgba(171,71,188,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(171,71,188,0) 0%,rgba(171,71,188,0.65) 46%,rgba(171,71,188,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab47bc', endColorstr='#a6ab47bc',GradientType=0 ); /* IE6-9 */
}

.entry-block.entry.pink .entry-media figure > a:after, 
.entry-block.entry.pink .entry-media .item > a:after, 
.entry-block.entry.pink .entry-media.embed-responsive:after {
	background: rgba(236,64,122,0.35);
}

.entry-overlay.entry-block.pink .entry-overlay-meta,
.entry-overlay.entry-block.pink:hover .entry-overlay-meta {
	background: -moz-linear-gradient(top,  rgba(236,64,122,0) 0%, rgba(236,64,122,0.65) 46%, rgba(236,64,122,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,64,122,0)), color-stop(46%,rgba(236,64,122,0.65)), color-stop(100%,rgba(236,64,122,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(236,64,122,0) 0%,rgba(236,64,122,0.65) 46%,rgba(236,64,122,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(236,64,122,0) 0%,rgba(236,64,122,0.65) 46%,rgba(236,64,122,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(236,64,122,0) 0%,rgba(236,64,122,0.65) 46%,rgba(236,64,122,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(236,64,122,0) 0%,rgba(236,64,122,0.65) 46%,rgba(236,64,122,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ec407a', endColorstr='#a6ec407a',GradientType=0 ); /* IE6-9 */
}

.entry-block.entry.lightgreen .entry-media figure > a:after, 
.entry-block.entry.lightgreen .entry-media .item > a:after, 
.entry-block.entry.lightgreen .entry-media.embed-responsive:after {
	background: rgba(212,225,87,0.35);
}

.entry-overlay.entry-block.lightgreen .entry-overlay-meta,
.entry-overlay.entry-block.lightgreen:hover .entry-overlay-meta {
	background: -moz-linear-gradient(top,  rgba(212,225,87,0) 0%, rgba(212,225,87,0.65) 46%, rgba(212,225,87,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,225,87,0)), color-stop(46%,rgba(212,225,87,0.65)), color-stop(100%,rgba(212,225,87,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(212,225,87,0) 0%,rgba(212,225,87,0.65) 46%,rgba(212,225,87,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(212,225,87,0) 0%,rgba(212,225,87,0.65) 46%,rgba(212,225,87,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(212,225,87,0) 0%,rgba(212,225,87,0.65) 46%,rgba(212,225,87,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(212,225,87,0) 0%,rgba(212,225,87,0.65) 46%,rgba(212,225,87,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d4e157', endColorstr='#a6d4e157',GradientType=0 ); /* IE6-9 */

}

.entry-block .entry-overlay-meta .entry-separator,
.entry-block .entry-meta .entry-separator {
	margin:0 6px;
}

.rect-dots .owl-dots {
	margin: 20px 0 0;
	line-height: 0;
}

.rect-dots .owl-dot {
	width:42px;
	height:4px;
	border-radius: 0;
}

.magazine-top-container {
	margin-bottom: 40px;
}

.magazine-top-container.larger {
	margin-bottom: 60px;
}

.category-block {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color:#fff;
	text-transform: uppercase;
	position: absolute;
	top:10px;
	right:10px;
	z-index: 200;
	background-color: #2a2a2a;
	padding:2px 14px;
}

.category-block:hover,
.category-block:focus {
	color:#fff;
}

.title-border.title-bg.red, 
.title-bg-line.red:after, 
.title-underblock.red:after,
.red .category-block {
	background-color: #ef5350 ;
}

.title-border.red, 
.title-border.text-right.red, 
.title-border.text-center.red > span, 
.title-bottom-border.red {
	border-color:#ef5350 ;
}

.title-border.title-bg.orange, 
.title-bg-line.orange:after, 
.title-underblock.orange:after,
.orange .category-block {
	background-color: #ffc107;
}

.title-border.orange, 
.title-border.text-right.orange, 
.title-border.text-center.orange > span, 
.title-bottom-border.orange {
	border-color:#ffc107;
}

.title-border.title-bg.yellow, 
.title-bg-line.yellow:after, 
.title-underblock.yellow:after,
.yellow .category-block {
	background-color: #ffeb3b;
}

.title-border.yellow, 
.title-border.text-right.yellow, 
.title-border.text-center.yellow > span, 
.title-bottom-border.yellow {
	border-color:#ffeb3b;
}

.title-border.title-bg.blue, 
.title-bg-line.blue:after, 
.title-underblock.blue:after,
.blue .category-block {
	background-color: #29b6f6;
}

.title-border.blue, 
.title-border.text-right.blue, 
.title-border.text-center.blue > span, 
.title-bottom-border.blue {
	border-color:#29b6f6;
}

.title-border.title-bg.green, 
.title-bg-line.green:after, 
.title-underblock.green:after,
.green .category-block {
	background-color: #66bb6a;
}

.title-border.green, 
.title-border.text-right.green, 
.title-border.text-center.green > span, 
.title-bottom-border.green {
	border-color:#66bb6a;
}

.title-border.title-bg.purple, 
.title-bg-line.purple:after, 
.title-underblock.purple:after,
.purple .category-block {
	background-color: #ab47bc;
}

.title-border.purple, 
.title-border.text-right.purple, 
.title-border.text-center.purple > span, 
.title-bottom-border.purple {
	border-color:#ab47bc;
}

.title-border.title-bg.pink, 
.title-bg-line.pink:after, 
.title-underblock.pink:after,
.pink .category-block {
	background-color: #ec407a;
}

.title-border.pink, 
.title-border.text-right.pink, 
.title-border.text-center.pink > span, 
.title-bottom-border.pink {
	border-color:#ec407a;
}

.title-border.title-bg.lightgreen, 
.title-bg-line.lightgreen:after, 
.title-underblock.lightgreen:after,
.lightgreen .category-block {
	background-color: #d4e157;
}

.title-border.lightgreen, 
.title-border.text-right.lightgreen, 
.title-border.text-center.lightgreen > span, 
.title-bottom-border.lightgreen {
	border-color:#d4e157;
}

.sidebar .social-blocks-widget.widget {
	margin:-3px 0 40px;
}

.social-blocks {
	display: table;
	width:100%;
}

.social-block {
	display: table-cell;
	min-height:70px;
	color:#fff;
	text-align: center;
	padding:14px 0 10px;
}

.social-block:hover,
.social-block:focus {
	color:#f1f1f1;
}

.social-block i {
	font-size:18px;
}

.social-block > span {
	display: block;
	font-family: 'Raleway', Verdana;
	font-size:16px;
	line-height: 1;
	font-weight: 700;
	margin-top:5px;
}

.social-block > span > span {
	display: block;
	font-weight: 400;
	font-size:12px;
	margin-top:3px;
}

.social-block.block-facebook {
	background-color: #3b5998;
}

.social-block.block-twitter {
	background-color: #55acee;
}

.social-block.block-google-plus {
	background-color: #dd4b39;
}

.smaller-nav .owl-next,
.smaller-nav .owl-prev {
	width:28px;
	height:28px;
	font-size:20px;
	line-height: 26px;
	margin:0;
}

.owl-carousel.no-radius .owl-next,
.owl-carousel.no-radius .owl-prev {
	border-radius: 0;
}

.smaller-nav .owl-prev {
	margin-right:5px;
}

.smaller-nav .owl-nav {
	top:-57px;
	background-color: #fff;
	padding-left:20px;
}

.circle-nav .owl-next,
.circle-nav .owl-prev {
	border-radius: 50%;
	line-height: 34px;
}

.entry-block .entry-media .entry-overlay-meta a {
	display: inline;
}

.post-section {
	margin-bottom: 50px;
}

.post-section.md-margin {
	margin-bottom: 30px;
}

.entry-block.eb-small {
	margin-bottom: 20px;
}

.entry-block.eb-small:last-child {
	margin-bottom: 0;
}

.entry-block.eb-small .entry-media {
	float:left;
	max-width: 110px;
	margin-right:20px;
	margin-bottom: 10px;
}

.entry-block.eb-small .entry-title {
	margin-left:130px;
	font-size:14px;
	line-height: 22px;
	margin:-4px 0 10px;
}

@media (min-width: 1200px) {
	.entry-block.eb-small .entry-title {
		margin:5px 0 15px;
	}
}

.entry-block.eb-small .category-block {
	font-size: 10px;
	padding:1px 9px;
	top:8px;
	right:auto;
	left:8px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	opacity:0;
	transform:translateX(-20px);
	-webkit-transform:translateX(-20px);
	-ms-transform:translateX(-20px);
	visibility: hidden;
}

.entry-block.eb-small:hover .category-block {
	opacity:1;
	transform:translateX(0);
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	visibility: visible;
}

.entry-block.eb-small .entry-meta {
	font-size: 12px;
}

.entry-block .entry-meta,
.entry-block .entry-meta a,
.entry-block .entry-meta .entry-separator {
	color:#505050;
}

.entry-block .entry-meta > div {
	margin-top:5px;
}

.entry-block .entry-meta > div > a {
	margin-left:4px;
}

@media (min-width: 768px) {
	.navbar-nav-colored.navbar-nav > li > a {
		position: relative;
		border-top:3px solid #eaeaea !important;
		border-radius: 0;
	}

	.navbar-nav-colored.navbar-nav > li:first-child > a {
		border-top-color:#ef5350 !important;
	}

	.navbar-nav-colored.navbar-nav > li:nth-child(2) > a {
		border-top-color:#ffc107 !important;
	}

	.navbar-nav-colored.navbar-nav > li:nth-child(3) > a {
		border-top-color:#ffeb3b !important;
	}

	.navbar-nav-colored.navbar-nav > li:nth-child(4) > a {
		border-top-color:#29b6f6 !important;
	}

	.navbar-nav-colored.navbar-nav > li:nth-child(5) > a {
		border-top-color:#66bb6a !important;
	}

	.navbar-nav-colored.navbar-nav > li:nth-child(6) > a {
		border-top-color:#ab47bc !important;
	}

	.navbar-nav-colored.navbar-nav > li:nth-child(7) > a {
		border-top-color:#ec407a !important;
	}
	
	.navbar-nav-colored.navbar-nav > li:nth-child(8) > a {
		border-top-color:#d4e157 !important;
	}

	.navbar-nav-colored.navbar-nav > li:nth-child(9) > a {
		border-top-color:#26a69a !important;
	}
}

@media (max-width: 991px) {
	.header-banner {
		display: none;
	}

	.sidebar .social-blocks-widget.widget {
		margin:0 0 50px;
	}

	.owl-carousel .entry.entry-block.eb-small {
		margin-bottom:20px;
	}

	.owl-carousel .entry.entry-block.eb-small:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.rect-dots .owl-dot {
		width:28px;
	}
}



/* ----------  index25-28  -----------
Shop Homepages --------------------*/

.shop-newsletter-section form {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.shop-newsletter-section .form-control {
	border-width: 2px;
}

.max620 {
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}

.banner-group .row {
	margin-left:-10px;
	margin-right:-10px;
}

.banner-group .row [class^="col-"] {
	padding:0 10px;
}

.info-line-section {
	background-color: #2e2e2e;
	color:#f7f7f7;
	padding:30px 0 0;
}

.info-line-section.larger {
	padding-top:40px;
	padding-bottom: 14px;
}

.container > .info-line-section {
	padding-left:15px;
	padding-right: 15px;
}

.info-line-section .service {
	margin-bottom: 30px;
	font-size:13px;
}

.info-line-section .service-title {
	color:#fff;
}

.info-line-section.gray {
	background-color: #f6f6f6;
	color:#505050;
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
}

.info-line-section.no-bg .service-title,
.info-line-section.gray .service-title {
	color:#2a2a2a;
}

.info-line-section.no-bg {
	background-color: transparent;
	color:#505050;
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
}


/* Newslettter Popup */
.newsletter-popup {
	max-width: 720px ;
	background: #fafafa;
	padding:32px 30px 27px;
	margin-right:auto;
	margin-left:auto;
	position: relative;
}

.newsletter-popup.v2 {
	max-width: 600px;
	background-color: #2a2a2a;
	background-image: url('../images/newsletter-popupv2bg.jpg');
	padding:35px 25px 30px;
	color:#fff;
	text-align: center;
}

.newsletter-popup-content {
	max-width: 100%;
}

.newsletter-popup h2 {
	font-size:14px;
	color:#5a5a5a;
	letter-spacing: -0.1px;
	text-transform: uppercase;
}

.newsletter-popup.v2 h2 {
	color:#fff;
	font-size:20px;
	letter-spacing: 0.15px;
}

.newsletter-popup form {
	margin: 33px 0;
}

.newsletter-popup.v2 form {
	max-width: 360px;
	margin-left:auto;
	margin-right:auto;
}

.newsletter-popup label.input-desc {
	font-size:13px;
	font-weight: 600;
}

.newsletter-popup .input-group-btn:last-child > .btn {
	margin-left:0;
}

.newsletter-popup .popup-end-info {
	font-size: 12px;
	font-weight: 500;
	text-decoration: underline;
	margin-bottom: 0;
}

.mfp-close-btn-in .newsletter-popup .mfp-close {
	color:#2a2a2a;
}

.mfp-close-btn-in .newsletter-popup.v2 .mfp-close {
	color:#fff;
}

@media (min-width: 768px) {
	.newsletter-popup {
		padding:40px 40px 37px;
		background-image: url('../images/newsletter-popupbg.png');
		background-position: left top;
		background-repeat: no-repeat;
	}

	.newsletter-popup.v2 {
		padding:48px 30px 40px;
	}

	.newsletter-popup-content {
		max-width: 380px;
		float:right;
	}

	.newsletter-popup.v2 .newsletter-popup-content {
		max-width: 440px;
		margin-left:auto;
		margin-right: auto;
		float:none;
	}


	.newsletter-popup h2 {
		font-size:16px;
	}
}


/* ----------  index29-31  -----------
Landing Homepages --------------------*/

.landing-home,
.section.landing-home {
	background-color: #fff;
	padding-top:260px;
	padding-bottom: 0;
	overflow: visible;
}

.landing-home h3 {
	color:#f8f8f8;
	font-weight: 400;
	font-size:24px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.landing-home h1 {
	color:#fff;
	font-weight: 600;
	font-size: 42px;
	line-height: 1.3;
	font-family: 'Open Sans', Verdana;
	margin-bottom: 20px;
}

.landing-home p {
	color:#fff;
	font-size: 18px;
	max-width: 620px;
	margin-bottom: 35px;
}

.landing-home-img {
	position: relative;
	z-index: 5;
}

.landing-home .block-action .btn + .btn {
	margin-left: 20px;
}

.landing-block {
	margin-bottom: 75px;
}

.landing-features-section.section {
	color:#fff;
	padding-bottom: 50px;
}

.landing-services-section.section {
	padding-bottom: 30px;
}

.app-btn {
	color:#fff;
	font-size:42px;
}

.app-btn.smaller {
	font-size:32px;
}

.app-btn + .app-btn {
	margin-left:100px;
}

.app-btn.smaller + .app-btn.smaller {
	margin-left:60px;
}

.app-btn:hover {
	color:#fff;
	opacity:0.9;
}


@media (min-width: 992px) {
	.landing-home,
	.section.landing-home {
		margin-bottom: 320px;
	}
	.landing-features-section.section {
		margin-top:-320px;
		padding-top:380px;
	}

	.landing-home-img {
		margin-bottom: -300px;
	}

	.landing-side-image {
		margin-top:-140px;
	}

	.landing-side-image.bottom-fix {
		margin-top:-50px;
	}
}

@media (max-width: 991px) {
	.landing-home,
	.section.landing-home {
		padding-top: 220px;
	}

	.landing-home h3 {
		font-size:22px;
	}

	.landing-home h1 {
		font-size: 34px;
	}

	.landing-home p {
		font-size: 16px;
	}

	.app-btn + .app-btn {
		margin-left:80px;
	}

}

@media (max-width: 767px) {
	.landing-home,
	.section.landing-home {
		padding-top: 180px;
		padding-bottom: 40px;
	}

	.landing-home h3 {
		font-size:16px;
	}

	.landing-home h1 {
		font-size: 30px;
	}

	.landing-home p {
		font-size: 14px;
	}

	.landing-home .block-action .btn + .btn {
		margin-left: 15px;
	}

	.app-btn + .app-btn {
		margin-left:60px;
	}
}

@media (max-width: 480px) {

	.landing-home,
	.section.landing-home {
		padding-top: 160px;
	}

	.landing-home h3 {
		font-size:14px;
		margin-bottom: 15px;
	}

	.landing-home h1 {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.landing-home p {
		display: none;
	}

	.landing-home .block-action .btn + .btn {
		margin-left: 10px;
	}

	.landing-block {
		margin-bottom: 40px;
	}

	.app-btn + .app-btn {
		margin-left:40px;
	}
}


.bg-custom .pricing-table {
	color:#505050;
}

/* ----------  index32-35  -----------
Onepage Homepages --------------------*/

.fullscreen {
	height:100vh;
	position: relative;
}

/* Workaround vh unit for mobile */
/** 
 * iPad with portrait orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
  .fullscreen {
    height: 1024px;
  }
}
 
/** 
 * iPad with landscape orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
  .fullscreen {
    height: 768px;
  }
}
 
/**
 * iPhone 5
 */
@media screen and (device-aspect-ratio: 40/71) {
  .fullscreen {
    height: 500px;
  }
}

.section {
	width:100%;
	padding:80px 0;
	position: relative;
	overflow: hidden;
}

.section#aboutus {
	padding-bottom: 45px;
}

.section#pricing {
	padding-bottom: 50px;
}

.section-simple {
	border-bottom:3px solid #eaeaea;
}

.section-simple.no-border {
	border-bottom: none !important
}

.section.section-sm {
	padding:60px 0;
}

.section.section-sm.padding-top-lg {
	padding-top:90px;
}

.section.section-xs {
	padding:40px 0;
}

.section.section-lg {
	padding:120px 0;
}

.section-header {
	margin-bottom: 60px;
}

.section-title {
	font-size:60px;
	line-height: 1;
	letter-spacing: 3px;
	color:#f4f4f4;
	position: relative;
	font-family: 'Open Sans', Verdana;
}

.section-title.normal,
.bg-lightergray .section-title.normal,
.bg-lightgray .section-title.normal,
.bg-gray .section-title.normal {
	font-size:36px;
	letter-spacing: normal;
	font-weight: 600;
	color:#303030;
}

.section-title.smaller.text-white,
.section-title.text-white,
.section-title.text-white.normal {
	color:#fff;
}

.section-title.smaller {
	font-size:28px;
	letter-spacing: -0.5px;
	color:#303030;
}

.section-title.smaller.normal {
	font-weight: 600;
}

.bg-lightergray .section-title {
	color:#f2f2f2;
}

.bg-lightgray .section-title {
	color:#e1e1e1;
}

.bg-dark .section-title {
	color:#333;
}

.shadow-title:after {
	content:attr(data-title);
	position: absolute;
	width:100%;
	left:50%;
	top:50%;
	z-index: 0;
	font-size:0.75em;
	letter-spacing: -0.25px;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	color:#303030;
}

.bg-dark .shadow-title:after {
	color:#191919;
}

.section-icon {
	position: relative;
	display: inline-block;
	font-size:16px;
	width:42px;
	height:42px;
	line-height: 40px;
	border:1px solid #5a5a5a;
	border-radius: 50%;
	color:#5a5a5a;
}

.section-icon:before,
.section-icon:after {
	content:'';
	display: block;
	width:100px;
	height:1px;
	position: absolute;
	top:50%;
	background-color: #5a5a5a;
}

.section-icon:before {
	right:100%;
	margin-right: 20px;
}

.section-icon:after {
	left:100%;
	margin-left: 20px;
}

.section.home-section {
	padding:0 !important;
}

.section#blog .entry-simple .entry-title {
	text-transform: none;
}

.big-block h1,
.big-block .h1 {
	font:700 60px/1 'Open Sans', Verdana;
	letter-spacing: -0.4px;
	margin-bottom: 18px;
}

.big-block .block-sub {
	font:36px/1 'Shadows Into Light', Verdana;
	margin-bottom:14px;
}

.big-block p {
	font-size: 17px;
	max-width: 600px;
	line-height: 1.5;
	margin-bottom: 26px;
}

.block-action {
	font-size: 0;
}

.block-action .btn + .btn {
	margin-left:10px;
}

@media (max-width: 767px) {

	.big-block h1,
	.big-block .h1 {
		font-size: 48px;
		margin-bottom: 14px
	}

	.big-block .block-sub  {
		font-size: 28px;
		margin-bottom: 12px;
	}

	.big-block p {
		font-size: 15px;
	}

	.block-action .btn {
		min-width: 0;
	}
}

@media (max-width: 480px) {
	.big-block h1,
	.big-block .h1 {
		font-size: 40px;
	}
}

@media (max-width: 420px) {
	.big-block h1,
	.big-block .h1 {
		font-size: 36px;
		margin-bottom: 20px;
	}

	.big-block p {
		display: none;
	}
}



/* =============================================
---------------  6.Service Pages  -------------
==============================================*/

#fun-facts-container {
	padding:80px 0;
}

@media (min-width: 992px) {
	#fun-facts-container .count-container {
		margin-bottom:0;
	}
}


.vertical-service-block {
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	overflow: hidden;
}

.vertical-service-block.no-border {
	border:none;
}

.vertical-service-content .service p {
	display: inline-block;
	max-width: 420px;
}

.vertical-service-content .service:last-child {
	margin-bottom: 0;
}

.vertical-service-image {
	padding:0 20px;
}

.vertical-service-image p {
	max-width:450px;
	margin-left:auto;
	margin-right:auto;
}

@media (min-width: 768px) {
	.vertical-service-block  .col-sm-6.no-padding-left {
		padding-left:0;
	}

	.vertical-service-block  .col-sm-6.no-padding-left + .col-sm-6 {
		padding-right: 30px;
	}

	.vertical-service-block  .col-sm-6.no-padding-right {
		padding-right:0;
	}

	.vertical-service-block  .col-sm-6.no-padding-right  + .col-sm-6 {
		padding-left: 30px;
	}
}

.vertical-service-block + .vertical-service-block  {
	margin-top:-1px;
}

@media (max-width: 768px) {
	.vertical-service-content.fullscreen {
		height:auto;
		padding:50px 15px 40px;
	}
}

/* =============================================
---------------  7.Pricing Tables  -------------
==============================================*/

.pricing-row {
	margin-left:0;
	margin-right:0;
}

.pricing-table-container {
	padding:0;
}

.pricing-table {
	position: relative;
	background-color: #fff;
	box-shadow:0 0 20px rgba(0,0,0, 0.1);
	-webkit-box-shadow:0 0 20px rgba(0,0,0, 0.1);
	margin-bottom:50px;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}

.pricing-table.border {
	border:3px solid #2e2e2e;
	background-color: #fff !important;
	box-shadow:none;
	overflow: hidden;
	padding:15px 0;
}

.pricing-table.flat {
	border:2px solid #eaeaea;
	background-color: #fff;
	box-shadow:none;
	overflow: hidden;
	padding:0;
}

.pricing-table.pricing-top {
	padding-top:82px;
	margin-top:72px;
}

.pricing-table.border.transparent {
	background-color: transparent !important;
}

.pricing-table h3 {
	padding:25px 15px;
	font-size:20px;
	text-align: center;
	margin-bottom:25px;
	background-color: rgba(0,0,0, 0.018);
	color:#505050;
}

.pricing-table.border h3 {
	margin-bottom:32px;
	position: relative;
}

.pricing-table.flat h3 {
	margin-bottom:32px;
	background-color: #eee;
	text-align: left;
	padding:20px;
	margin:0;
}

.pricing-table.pricing-top h3 {
	padding:10px 15px;
	background-color: transparent;
}

.pricing-table.border h3:after {
	content:'';
	position: absolute;
	display:block;
	bottom:0;
	width:80px;
	left:50%;
	margin-left:-40px;
	height:2px;
	background-color: #2e2e2e;
}

@media (min-width: 992px) {
	.pricing-table.active {
		z-index:1;
		margin-top:-20px;
		box-shadow:0 0 20px rgba(0,0,0, 0.14);
		-webkit-box-shadow:0 0 20px rgba(0,0,0, 0.14);
	}

	.pricing-table.border.active {
		box-shadow:none;
	}

	.pricing-table.active h3 {
		padding:35px 15px;
	}
}

.pricing-table header {
	text-align: center;
	padding:0 15px;
	margin-bottom:30px;
	position: relative;
}

.pricing-table.flat header {
	text-align: left;
	padding:20px;
	margin-bottom:0;
	position: relative;
	background-color: #f5f5f5;
}

.pricing-table.pricing-top header {
	position: absolute;
	top:-62px;
	left:50%;
	margin-left:-62px;
	padding:0;
}

.pricing-table header .pricing-icon {
	position: absolute;
	z-index:0;
	right:60%;
	top:-100px;
	font-size:12em;
	color:#f5f5f5;
	transform:rotate(-35deg);
	-webkit-transform:rotate(-35deg);
	-ms-transform:rotate(-35deg);
}

.pricing-table.border header {
	margin:15px 0 25px;
}

.pricing-table.border .price,
.pricing-table.border h3 {
	position: relative;
	z-index: 1;
}

.pricing-table .price {
	display:inline-block;
	width:124px;
	height:124px;
	border-radius:500px;
	font-style:italic;
	font-weight: 600;
	font-size:14px;
	line-height: 20px;
	color:#303030;
	box-shadow:0 3px 8px rgba(0,0,0, 0.12);
	-webkit-box-shadow:0 3px 8px rgba(0,0,0, 0.12);
}

.pricing-table.border .price {
	width:auto;
	height:auto;
	box-shadow:none;
	-webkit-box-shadow:none;
	border-radius: 0;
}

.pricing-table.flat .price {
	width:auto;
	height:auto;
	box-shadow:none;
	-webkit-box-shadow:none;
	border-radius: 0;
	color:#4a4a4a;
}

.pricing-table.pricing-top .price {
	background-color: #fff;
}

.pricing-table .price span {
	display:block;
	margin-top:39px;
	font:700 32px/32px 'Raleway', sans-serif;
}

.pricing-table.border .price span {
	margin-top:0;
	font-size:42px;
	margin-bottom:10px;
}

.pricing-table.flat .price span {
	margin:10px 0 0;
	font-size:42px;
	display: inline-block;
	vertical-align: baseline;
	margin-right: 2px;
}

.pricing-table .pricing-list {
	list-style: none;
	text-align: center;
	font:14px/22px 'Lato', sans-serif;
	border-top:1px dashed #eaeaea;
	margin-bottom:0;
}

.pricing-table.border .pricing-list {
	border-top:none;
	line-height: 20px;
}

.pricing-table.flat .pricing-list {
	border-top:none;
	line-height: 20px;
	text-align: left;
	border-top:2px solid #eaeaea;
	border-bottom:2px solid #eaeaea;
	padding:10px 0;
}

.pricing-desc {
	padding:15px 20px;
	margin:0;
}

.pricing-table .pricing-list li {
	padding:8px 15px;
	border-bottom:1px dashed #eaeaea;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.pricing-table.flat .pricing-list li  {
	padding:8px 20px;
}

.pricing-table .pricing-list li i {
	margin-right:8px;
}

.pricing-table.flat .pricing-list li i {
	margin-right:12px;
}

.pricing-table.border .pricing-list li,
.pricing-table.flat .pricing-list li {
	border-bottom:none;
}

.pricing-table .pricing-list li:nth-child(2n+1) {
	background-color: rgba(0,0,0, 0.018);
}

.pricing-table .pricing-list li:hover {
	background-color: rgba(0,0,0, 0.042);
}

.pricing-table.border h3,
.pricing-table.border .pricing-list li:nth-child(2n+1),
.pricing-table.border .pricing-list li:hover,
.pricing-table.flat .pricing-list li:nth-child(2n+1),
.pricing-table.flat .pricing-list li:hover {
	background-color: transparent !important;
} 

.pricing-action {
	text-align: center;
	padding:20px 15px;
}

.pricing-table.border .pricing-action {
	padding-top:20px;
	padding-bottom: 15px;
}

.pricing-table.flat .pricing-action {
	text-align: left;
	padding:15px 20px;
}

.pricing-action .btn {
	padding:6px  20px;
	font-size:14px;
	text-transform: capitalize;
}

.pricing-table .price.custom {
	color:#fff;
}

.pricing-table .price.custom2 {
	color:#fff;
}

.pricing-table .price.dark {
	background-color: #2e2e2e;
	color:#f1f1f1;
}

.pricing-table .price.gray {
	background-color: #eaeaea;
}

/* Color Variants */
/* Custom */
.pricing-table.custom {
	color:#fff;
}

.pricing-table.custom h3 {
	background-color: rgba(0,0,0, 0.09);
	color:#fff;
}

.pricing-table.custom .price {
	color:#fff;
}

.pricing-table.custom .pricing-list li:nth-child(2n+1) {
	background-color: rgba(0,0,0, 0.09);
}

.pricing-table.custom .pricing-list li:hover {
	background-color: rgba(0,0,0, 0.18);
}

.pricing-table.flat.custom {
	color:#fff;
}

/* Dark */
.pricing-table.dark {
	background-color: #2e2e2e;
	color:#bebebe;
}

.pricing-table.dark h3 {
	background-color: rgba(0,0,0, 0.09);
	color:#bebebe;
}

.pricing-table.dark .price {
	color:#bebebe;
	box-shadow:0 3px 8px rgba(0,0,0, 0.28);
	-webkit-box-shadow:0 3px 8px rgba(0,0,0, 0.28);
}

.pricing-table.dark .pricing-list {
	border-top-color: #111;
}

.pricing-table.dark .pricing-list li {
	border-bottom-color: #111;
}

.pricing-table.dark .pricing-list li:nth-child(2n+1) {
	background-color: rgba(0,0,0, 0.09);
}

.pricing-table.dark .pricing-list li:hover {
	background-color: rgba(0,0,0, 0.18);
}

.pricing-table.flat.dark {
	border-color: #111;
	color:#9a9a9a;
}

.pricing-table.flat.dark header {
	background:#111;
}

.pricing-table.flat.dark .pricing-list {
   border-color: #111;
}

.pricing-table.dark.pricing-top .price {
	background-color: #111;
}

/* Custom 2 */
.pricing-table.custom2 {
	color:#fff;
}

.pricing-table.custom2 h3 {
	background-color: rgba(0,0,0, 0.09);
	color:#fff;
}

.pricing-table.custom2 .price {
	color:#fff;
}

.pricing-table.custom2 .pricing-list li:nth-child(2n+1) {
	background-color: rgba(0,0,0, 0.09);
}

.pricing-table.custom2 .pricing-list li:hover {
	background-color: rgba(0,0,0, 0.18);
}

.pricing-table.flat.custom2 {
	color:#fff;
}

/* Dark */
.pricing-table.gray {
	background-color: #eaeaea;
	color:#8a8a8a;
}

.pricing-table.gray h3 {
	background-color: rgba(0,0,0, 0.09);
	color:#8a8a8a;
}

.pricing-table.gray .price {
	color:#8a8a8a;
}

.pricing-table.gray .pricing-list {
	border-top-color: #d7d7d7;
}

.pricing-table.gray .pricing-list li {
	border-bottom-color: #d7d7d7;
}

.pricing-table.gray .pricing-list li:nth-child(2n+1) {
	background-color: rgba(0,0,0, 0.09);
}

.pricing-table.gray .pricing-list li:hover {
	background-color: rgba(0,0,0, 0.18);
}

.pricing-table.border.gray {
	border-color: #eaeaea;
	color:#8a8a8a;
}

.pricing-table.border.gray .price,
.pricing-table.border.gray h3 {
	color:#8a8a8a;
}

.pricing-table.border.gray h3:after {
	background-color: #eaeaea;
}

.pricing-table.flat.gray {
	border-color: #eaeaea;
	border-color:#e1e1e1;
	color:#505050;
}

.pricing-table.flat.gray header {
	background:#eaeaea;
}

.pricing-table.flat.gray .pricing-list {
   border-color: #e1e1e1;
}

.pricing-table.gray.pricing-top .price {
	background-color: #e1e1e1;
}


/* =============================================
---------------  8.Login  -------------
==============================================*/

.form-wrapper {
	padding:30px 25px;
	border:1px solid #e9e9e9;
	background-color: #f9f9f9;
}

@media (min-width: 768px) {
	.form-wrapper {
		padding:40px 30px;
	}
}

.form-wrapper.dark {
	border-color:#222;
	background-color: #2a2a2a;
}

.form-wrapper.transparent {
	border-color:transparent;
	background-color: transparent;
}

.form-wrapper .title-border > span {
	background-color: #f9f9f9;
}

.form-wrapper.dark .title-border > span {
	background-color: #2a2a2a;
}

#login-section {
	background-color: #f2f2f2;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
	background-repeat: no-repeat;
}

#login-section.dark {
	background-color: #1e1e1e;
}

.logo-container {
	position: relative;
}

 .logo {
	display:block;
	margin-bottom: 30px;
}

@media (max-height: 520px) {
	#login-section.fullheight {
		height:auto !important;
		padding:50px 0 60px;
	}
}

/* =============================================
---------------  9.Blog  -------------
==============================================*/

.entry {
	position: relative;
	margin-bottom:50px;
	padding-left:75px;
}

.entry:after {
	content:'';
	position: absolute;
	top:0;
	bottom:0;
	left:30px;
	display:block;
	width:1px;
	background-color: #eaeaea;
	z-index:10;
}

.entry-media {
	margin-bottom:20px;
}

.entry-media,
.entry-media figure {
	position: relative;
}

.entry-media a {
	display: block;
}

.entry-media figure > a:after,
.entry-media .item > a:after,
.entry-media.embed-responsive:after {
	content:'';
	display: block;
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	z-index: 10;
	background-color: rgba(255,255,255, 0.16);
	opacity:1;
	transition: all 0.45s ease-in-out;
	-webkit-transition: all 0.45s ease-in-out;
	visibility: visible;
}

.entry:hover .entry-media figure > a:after,
.entry:hover .entry-media .item > a:after,
.entry:hover .entry-media.embed-responsive:after,
.event:hover .entry-media figure > a:after,
.event:hover .entry-media .item > a:after,
.event:hover .entry-media.embed-responsive:after {
	opacity:0;
	visibility: hidden;
}

.entry-media img {
	display:block;
	width:100%;
	height: auto;
}

.entry-title {
	font-size:18px;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.entry-title a {
	color:#444;
}

.entry-footer {
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}

.bg-gray .entry-footer {
	border-color:#d1d1d1;
}

.entry-footer {
	font-size:13px;
	line-height: 42px;
	color:#6a6a6a;
}

.entry-footer a {
	color:#505050;
	font-weight: 700;
}

.entry-readmore {
	float:right;
	display:none;
}

.entry-readmore i {
	margin-left:5px;
}

.entry-label {
	font-weight: 700;
	margin-right:8px;
}

.entry-label i {
	margin-right:5px;
}

.entry-separator {
	margin:0 5px;
	color:#888;
}

.entry-date {
	position: absolute;
	left:0;
	top:0;
	display:block;
	width:60px;
	text-align: center;
	padding:13px 0 0;
	font:700 20px/1 'Raleway', Verdana;
	background-color:#eaeaea;
	text-transform: uppercase;
	z-index:15;
}

.entry-date > span {
	display:block;
	background-color: #3a3a3a;
	color:#f1f1f1;
	font-size:14px;
	margin-top:11px;
	padding:6px 5px;
}

.entry-format {
	position: absolute;
	left:0;
	top:85px;
	display:block;
	width:60px;
	color:#fff;
	font-size:24px;
	line-height: 60px;
	text-align: center;
	z-index:16;
}

.entry-media .entry-audio-container {
	position: absolute;
	bottom:15px;
	right:15px;
	left:15px;
}

.entry-blockquote {
	padding:25px;
	background-color: #eaeaea;
	transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
}

.entry-blockquote blockquote {
	margin:10px 0;
}

.entry-blockquote .blockquote-icon {
	margin:0;
	padding-top:10px;
	padding-left:40px;
}

.entry-blockquote blockquote:before {
	left:-2px;
}

.entry-box .entry-blockquote:hover,
.entry-blockquote:hover,
.bg-gray .entry-box .entry-blockquote:hover {
	background-color: #2a2a2a;
	color:#bebebe;
}

.entry-blockquote:hover cite {
	color:#8a8a8a;
}

@media (min-width: 768px) {
	.entry {
		margin-bottom:70px;
		padding-left:90px;
	}

	.entry:after {
		left:35px;
	}

	.entry-media {
		margin-bottom:25px;
	}
	
	.entry-title {
		font-size:20px;
	}

	.entry-readmore {
		display:inline;
	}

	.entry-date {
		width:70px;
		padding:17px 0 0;
		font-size:24px;
	}

	.entry-date > span {
		font-size:14px;
		margin-top:13px;
	}

	.entry-format {
		top:100px;
		width:70px;
		font-size:22px;
		line-height: 70px;
	}

	.entry-media .entry-audio-container {
		bottom:20px;
		right:20px;
		left:20px;
	}

	.entry-blockquote {
		padding:25px 30px;
	}
}

@media (min-width: 992px) {
	.entry {
		margin-bottom:80px;
		padding-left:100px;
	}

	.entry:after {
		left:40px;
	}

	.entry-date {
		width:80px;
		padding:18px 0 0;
		font-size:28px;
	}

	.entry-date > span {
		font-size:16px;
		margin-top:16px;
	}

	.entry-format {
		top:110px;
		width:80px;
		font-size:24px;
		line-height: 80px;
	}

	.entry-media .entry-audio-container {
		bottom:25px;
		right:25px;
		left:25px;
	}

}

.entry-simple {
	padding:25px 0;
	border-bottom:1px solid #eaeaea;
	margin-bottom:0;
	transition:all 0.35s ease-in-out;
	-webkit-transition:all 0.35s ease-in-out;
}

.entry-simple:after {
	display:none;
}

.container h2 + .entry-simple,
.entry-simple:first-child {
	border-top:1px solid #eaeaea;
}

.entry-simple .entry-title {
	margin-bottom:15px;
	font-family: 'Open Sans', Verdana;
	font-size:18px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.entry-simple .entry-title a {
	color:#2a2a2a;
}

.entry-simple .entry-title a:hover,
.entry-simple .entry-title a:focus {
	color:#fff;
}

.entry-simple footer,
.entry-simple footer a,
.entry-simple .entry-label {
	font-family: 'Open Sans', Verdana;
	font-weight: 400;
}

.entry-simple footer a {
	color:#505050;
}

.entry-simple footer,
.entry-simple .entry-label,
.entry-simple .entry-separator {
	color:#7a7a7a;
}

.entry-simple .entry-footer {
	border:none;
	line-height: 24px;
}

@media (min-width: 768px) {
	.entry-simple:hover {
		background-color: #2e2e2e;
		border-bottom-color:#000;
		padding-left:20px;
		padding-right:20px;
	}

	.entry-simple:hover .entry-title a,
	.entry-simple:hover a {
		color:#bebebe;
	}

	.entry-simple:hover footer,
	.entry-simple:hover .entry-separator,
	.entry-simple:hover .entry-label {
		color:#9a9a9a;
	}

	.entry-simple .entry-title a:hover,
	.entry-simple .entry-footer a:hover {
		color:#f1f1f1;
	}
}

@media (min-width: 992px) {
	.entry-simple:hover {
		padding-left:30px;
		padding-right:30px;
	}
}

/* Sidebar */
.sidebar .widget {
	margin-bottom:50px;
}

.sidebar .widget h3 {
	font-size:18px;
	margin-bottom:25px;
	color:#555;
}

.sidebar .widget .twitter-icon {
	color:#666;
}

.about-widget-box {
	border:1px solid #eaeaea;
	transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	text-align: center;
	padding-bottom:5px;
}

.about-widget-box header {
	padding:32px 20px 45px;
	background-color: #eaeaea;
	transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
}

.about-widget-box:hover header {
	background-color: #2a2a2a;
}

.about-widget-box header a,
.about-widget-box header h4 {
	color:#555;
}

.about-widget-box:hover header a,
.about-widget-box:hover header h4 {
	color:#bebebe;
}

.about-widget-box header h4 {
	margin-bottom:8px;
	font-size:17px;
	text-transform: uppercase;
}

.about-widget-box header h5 {
	color:#777;
	font-size:14px;
	font-family: 'Lato', Verdana;
	line-height: 1.4;
}

.about-widget-box:hover header h5 {
	color:#8a8a8a;
}

.about-widget-box header h5 > span {
	display: block;
}

.about-widget-box figure {
	margin-top:-45px;
}

.about-widget-box img {
	border-radius: 50%;
	border:5px solid #fff;
}

.about-widget-content {
	display:inline-block;
	padding:20px 26px 6px;
	font-size:13px;
	max-width:480px;
}

.about-widget-box .social-icon {
	font-size:16px;
}

.sidebar .widget .links li {
	border-bottom:1px solid #eaeaea;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
}

.sidebar .widget .links li a {
	line-height: 2.6;
	color:#505050;
}

.sidebar .widget .links li:hover {
	text-indent: 4px;
}

.sidebar .widget .links li:hover a {
	color:#009866;
}

.sidebar .tagcloud a {
	display:block;
	float:left;
	font-size:14px;
	padding:4px 13px;
	background-color: #eaeaea;
	color:#7a7a7a;
	margin:0 7px 7px 0;
	border-radius: 4px;
}

.sidebar .tagcloud a:hover {
	color:#fff;
}

.sidebar .widget .latest-posts-list h5, 
.sidebar .widget .products-list h5 {
	font-family: 'Open Sans', Verdana, sans-serif;
}

.sidebar .widget .latest-posts-list li a,
.sidebar .widget .products-list li a {
	color:#666;
}

.sidebar .widget .latest-posts-list .entry-content p a,
.sidebar .widget .products-list .entry-content p a {
	font-weight:bold;
}

.sidebar .widget .tweet_list a {
	color:#4a4a4a;
}

.sidebar .widget .tweet_time a {
	color:#9a9a9a;
}

.sidebar .widget .tweet_time a:hover {
	color:#6a6a6a;
}

@media (min-width: 992px) {
	.sidebar .widget {
		margin-bottom:60px;
	}

	.about-widget-box header {
		padding:42px 20px 55px;
	}
}

/* Timeline */
.blog-timeline {
	padding-left:20px;
	border-left:1px solid #eaeaea;
	position: relative;
}

.blog-timeline .entry:before,
.blog-timeline .entry:after {
	content:'';
	position: absolute;
	bottom:auto;
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	background-color: transparent;
	top:25px;
	border-width: 12px 0 12px 12px;
}

.blog-timeline .entry:before {
	left:-20px;
	border-color: transparent transparent transparent #eaeaea;
	z-index:10;

}

.blog-timeline .entry:after {
	left:-21px;
	border-color: transparent transparent transparent #fff;
	z-index:11;
}

@media (min-width: 768px) {
	.blog-timeline {
		padding-left:30px;
	}

	.blog-timeline .entry:before,
	.blog-timeline .entry:after {
		top:35px;
	}

	.blog-timeline .entry:before {
		left:-30px;
	}

	.blog-timeline .entry:after {
		left:-31px;
	}
}

@media (min-width: 992px) {
	.blog-timeline {
		padding-left:35px;
	}

	.blog-timeline .entry:before,
	.blog-timeline .entry:after {
		top:35px;
	}

	.blog-timeline .entry:before {
		left:-35px;
	}

	.blog-timeline .entry:after {
		left:-36px;
	}
}


@media (min-width: 992px) {
	.blog-timeline.timeline-center:after {
		content:'';
		display:block;
		width:1px;
		position: absolute;
		left:50%;
		top:0;
		bottom:0;
		background-color: #eaeaea;
	}

	.blog-timeline.timeline-center {
		padding-left:0;
		border-left:none;
	}
	.blog-timeline.timeline-center:after {
		margin-left:0;
	}

	.blog-timeline.timeline-center .col-md-6 {
		padding-right:30px;
	}

	.blog-timeline.timeline-center .col-md-6.col-md-push-6 {
		padding-right:15px;
		padding-left:30px;
	}

	.blog-timeline.timeline-center .left-entry {
		padding-left:0;
		padding-right:100px;
	}


	.blog-timeline.timeline-center .left-entry .entry-date,
	.blog-timeline.timeline-center .left-entry .entry-format {
		left:auto;
		right:0;
	}

	.blog-timeline.timeline-center .entry.left-entry:before,
	.blog-timeline.timeline-center .entry.left-entry:after {
		border-width: 12px 12px 12px 0;
	}

	.blog-timeline.timeline-center .entry.left-entry:before {
		border-color: transparent  #eaeaea transparent transparent;
		left:auto;
		right:-30px;
	}

	.blog-timeline.timeline-center .entry.left-entry:after {
		border-color: transparent  #fff transparent transparent;
		left:auto;
		right:-31px;
	}

	.blog-timeline.timeline-center .entry.right-entry:before {
		left:-30px;
	}

	.blog-timeline.timeline-center .entry.right-entry:after {
		left:-31px;
	}

	.blog-timeline.timeline-center .entry-blockquote {
		padding:10px 30px;
	}
}

.entry-box {
	padding:15px;
	margin-bottom:30px;
	border:1px solid #eaeaea;
}

.bg-gray .entry-box  {
	border-color:#d1d1d1;
}

.entry-box.entry-box-blockquote {
	padding:0;
}

.entry-box .entry-blockquote {
	background-color: #fff;
}

.bg-gray .entry-box .entry-blockquote {
	background-color: #dadada;
}

.entry-box .entry-blockquote {
	padding:20px 25px;
}

.entry-box blockquote {
	margin:0;
	font-size:14px;
}

.entry-box blockquote cite {
	font-size:14px;
}

.entry-box .blockquote-icon {
	padding-left:28px;
	padding-top:18px;
	padding-bottom: 0;
}

.entry-box .blockquote-icon:before {
	font-size:1.5em;
	left:-5px;
	top:0;
}

/* fix for ie9*/
.ie9 .entry-box .blockquote-icon::before {
	font-size:18px;
}

/* fix for ie 10+ */
@media screen and (min-width:0\0) {

	.entry-box .blockquote-icon::before {
		font-size:18px;
	}

}

.entry-box .carousel-control {
	width:28px;
	height:32px;
	font-size:18px;
	line-height:30px;
	margin-top: -16px;
}

.entry-box .carousel-control.left {
	left:15px;
}

.entry-box .carousel-control.right {
	right:15px;
}

@media (min-width: 768px) {
	.entry-box {
		margin-bottom:15px;
	}
	.entry-media {
		margin-bottom:15px;
	}
}

.entry.entry-box:after {
	display:none;
}

.entry-box .entry-label {
	margin:0;
}

.entry-box .entry-label i {
	margin-right: 8px;
}

.entry-box .entry-title {
	font-size:15px;
	line-height: 1.5;
}

.entry-box .entry-footer {
	line-height:36px;
}

.entry-content-wrapper {
	position: relative;
}

.entry-box .entry-date,
.entry-box .entry-format {
	width:50px;
	font-size:18px;
}

.entry-box .entry-date {
	padding:10px 0 0;
	top:4px;
}

.entry-box .entry-format {
	line-height: 50px;
	top:74px;
	background-color: #3a3a3a;
	color:#f1f1f1;
}

.entry-box .entry-date > span {
	padding:5px;
	margin:10px 0 0;
	font-size:12px;
}

/* prevent date + format boxed overflow */
.entry-content-wrapper {
	min-height: 130px;
}

.entry-content-wrapper .entry-title,
.entry-content-wrapper .entry-content {
	padding-left:65px;
}

@media (min-width: 480px) {
	.max-col-6 .entry,
	.max-col-5 .entry,
	.max-col-4 .entry,
	.max-col-3 .entry,
	.max-col-2 .entry  {
		width:100%;
	}

}
/* gutter number 1 less than colums so used calc to calculate grid size */
@media (min-width: 768px) {
	.max-col-6 .entry,
	.max-col-5 .entry,
	.max-col-4 .entry,
	.max-col-3 .entry,
	.max-col-2 .entry {
		width: calc( (100% - 15px) / 2 );
	}
	
	.entry-box .entry-media .entry-audio-container {
		bottom:15px;
		right:15px;
		left:15px;
	}

}

@media (min-width: 992px) {
	.max-col-6 .entry,
	.max-col-5 .entry,
	.max-col-4 .entry,
	.max-col-3 .entry {
		width:calc( (100% - 30px) / 3 );
	}
}

@media (min-width: 1199px) {
	.max-col-6 .entry,
	.max-col-5 .entry,
	.max-col-4 .entry {
		width:calc(  (100% - 45px) / 4 );
	}
}

@media (min-width: 1500px) {
	.max-col-6 .entry,
	.max-col-5 .entry {
		width:calc(  (100% - 60px) / 5 );
	}
}

@media (min-width: 1900px) {
	.max-col-6 .entry {
		width:calc(  (100% - 75px) / 6 );
	}
}

/* Entry List pages with sidebar make title smaller */
.entry .col-md-6 > .entry-title,
.entry .col-md-7 > .entry-title {
	font-size:18px;
}

/* Single Post*/
.entry.single .entry-media {
	margin-bottom:25px;
}

.entry.single .entry-title  {
	margin-bottom:20px;
}

.entry.single img.pull-left {
	margin-right:20px;
	margin-bottom:10px;
}

.entry.single img.pull-right {
	margin-left:20px;
	margin-bottom:10px;
}

.entry.single .entry-footer {
	margin-top:35px;
	margin-bottom:50px;
}

.about-author {
	position: relative;
	padding:25px 20px 15px;
	border:1px solid #eaeaea;
	margin-bottom:50px;
}

.about-author h3 {
	margin-bottom:30px;
	font-size:18px;
}

.about-author figure,
.comments-list .media-left {
	display:none;
}

.about-author .author-content {
	margin-left:0;
}

.about-author .social-icons {
	position: relative;
}

.about-author .social-icon {
	font-size:16px;
}

.blog-related-carousel {
	margin-bottom:20px;
}

.comments {
	margin-bottom:40px;
}

.comments-list .media-body {
	position: relative;
}

.comments-list .media-heading {
	font-size:16px;
	color:#505050;
	margin-bottom:10px;
}

.comments-list .comment-date {
	font-size:12px;
	font-weight: 700;
	font-family: 'Lato', Verdana, sans-serif;
	margin-left:10px;
}

.reply-link {
	position:relative;
	color:#ef5350;
	font-weight: 700;
	font-size:13px;
}

.reply-link:hover {
	color:#e53935;
}

.comments-list .media-body p:last-child {
	margin-bottom:0;
}

.comments-list .media-body > ul li {
	margin-top:30px;
}

.comments-list li {
	margin-top:40px;
}

@media (min-width: 768px) {

	.entry.single .entry-media {
		margin-bottom:30px;
	}

	.entry.single .entry-title {
		font-size:24px;
		margin-bottom:25px;
	}

	.blog-related-carousel {
		margin-bottom:50px;
	}

	.comments {
		margin-bottom:60px;
	}
	
	.about-author figure {
		display:block;
	}

	.about-author .author-content {
		margin-left:120px;
	}

	.about-author .social-icons {
		position: absolute;
		right:20px;
		top:28px;
	}

	.comments-list .media-left {
		display:table-cell;
	}

	.comments-list .media-body {
		padding-left:10px;
	}

	.reply-link {
		position: absolute;
		top:0;
		right:0;
	}
}

@media (min-width: 992px) {
	.blog-related-carousel {
		margin-bottom:50px;
	}

	.entry.single {
		margin-bottom:70px;
	}
}


/* =============================================
---------------  10.About Us  -------------
==============================================*/

.about-timeline {
	position: relative;
	padding: 0 0 30px;
	margin-bottom: 20px;
}

.about-timeline:after {
	content:'';
	display:block;
	width:4px;
	position: absolute;
	left:50%;
	top:0;
	bottom:0;
	background-color: #eaeaea;
	z-index: 1;
	margin-left: -2px;
}

.timeline-date {
	padding:0 10px;
	border-radius: 18px;
	font:700 16px/30px 'Raleway', Verdana, sans-serif;
	letter-spacing: 1px;
	color:#fff;
	max-width: 90px;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	z-index:5;
	margin-bottom: 50px;
}

.about-timeline-section {
	margin-bottom:40px;
	padding:0 15px 20px;
	border-bottom:1px solid #eaeaea;
	background-color: #fff;
	position: relative;
	z-index:5;
}

.about-timeline-section .pull-left {
	margin-right:20px;
}

.about-timeline-section .pull-right {
	margin-right:20px;
	float:left !important;
}

.about-timeline h3 {
	margin: 12px 0 8px;
}

.about-timeline h3 a {
	color:#303030;
}

.about-timeline-section .row {
	margin-left:-1px;
	margin-right:-1px;
}

.about-timeline-section .row [class^="col-"] {
	padding-left:1px;
	padding-right:1px;
	margin-bottom: 2px;
}

.about-timeline-section:after {
	content:'';
	position: absolute;
	right:-30px;
	top:50%;
	margin-top:-10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 16px 10px 0;
	border-color: transparent #eaeaea transparent transparent;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.col-md-push-6 > .about-timeline-section:after {
	right:auto;
	left:-30px;
	border-width: 10px 0 10px 16px;
	border-color: transparent transparent transparent #eaeaea;
}

.timeline-section-date {
	font:600 12px/26px 'Open Sans', Verdana, sans-serif;
	letter-spacing: 0.3px;
	display: block;
	padding:0 12px;
	position: absolute;
	left:100%;
	margin-left:30px;
	top:50%;
	margin-top: -13px;
	background-color: #eaeaea;
	white-space: nowrap;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	visibility: hidden;
	opacity:0;
	transform:translateX(30px);
	-webkit-transform:translateX(30px);
	border-radius: 6px;
}

.col-md-push-6 > .about-timeline-section .timeline-section-date {
	left:auto;
	right:100%;
	margin-left:0;
	margin-right: 30px;
	transform:translateX(-30px);
	-webkit-transform:translateX(-30px);
}


.about-timeline-section:hover:after,
.about-timeline-section:hover .timeline-section-date {
	visibility: visible;
	opacity:1;
	transform:translateX(0);
	-webkit-transform:translateX(0);
}

@media (max-width: 991px) {
	.about-timeline-section {
		border:1px solid #eaeaea;
		padding: 20px;
	}

	.about-timeline-section:after,
	.timeline-section-date {
		display: none;
	}
}


@media (min-width: 992px) {
	.about-timeline [class^="col-"] {
		padding-left:30px;
		padding-right:30px;
	}

	.timeline-date {
		margin-bottom: 70px;
	}

	.about-timeline-section {
		margin-bottom:50px;
	}

	.about-timeline .col-md-push-6 {
		text-align: right;
	}

	.about-timeline-section .pull-left {
		margin-right:25px;
	}

	.about-timeline-section .pull-right {
		margin-left:25px;
		margin-right: 0;
		float:right !important;
	}

}


/* =============================================
---------------  11.About Me  -------------
==============================================*/

.about-box {
	margin-bottom:45px;
}

.about-box h4 {
	font-size: 16px;
}

.about-box h5 {
	font-size:14px;
	font-weight: 600;
	margin-bottom: 8px;
}

@media (min-width: 768px) {
	.about-box {
		margin-bottom: 80px;
	}
}


/* =============================================
-------------------  12.Team  -----------------
==============================================*/

#team-page-container.bg-dark,
#team-page-container.bg-gray,
#team-page-container.bg-lightgray,
#team-page-container.bg-lightergray {
	padding-top:60px;
	padding-bottom:20px;
}



/* =============================================
----------------  13.Testimonilas  -------------
==============================================*/

.testimonial-slider .testimonial,
.testimonial-carousel .testimonial,
.testimonial-carousel2 .testimonial {
	margin-bottom: 0;
}

.testimonial-slider.dots-inside .owl-dots {
	margin:0;
	position: absolute;
	left:0;
	right:0;
	bottom:25px;
}

.testimonial-slider,
.testimonial {
	position: relative;
	margin-bottom: 50px;
}

.testimonial figure {
	width:80px;
	height:80px;
	float:left;
	margin-top:10px;
}

.testimonial figure  img {
	border-radius: 50%;
	transition: all 0.55s ease;
	-webkit-transition: all 0.55s ease;
	display: block;
	width:100%;
	height:auto;
}

.testimonial-content {
	margin-left: 110px;
	padding-left:25px;
	border-left:1px solid #e1e1e1;
	position: relative;
	padding-top:10px;
	padding-bottom: 10px;
}


.testimonial-content:after,
.testimonial-content:before {
	content:'';
	position: absolute;
	right:100%;
	top:35px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #e1e1e1 transparent transparent;
}

.testimonial-content:after {
	margin-right: -1px;
	border-color: transparent #fff transparent transparent;
}

.testimonial-content h4,
.testimonial-content h5 {
	font-size:14px;
	font-weight: 600;
	margin-bottom: 0;
}

.testimonial-content h4 a,
.testimonial-content h5 a {
	font-size: 13px;
	font-weight: 500;
}

.testimonial:hover figure img {
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
}

.testimonial-slider .testimonial:hover figure img {
	transform:scale(1);
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
}


.testimonial.reverse figure {
	float:right;
}

.testimonial.reverse .testimonial-content {
	margin-left: 0;
	padding-left:0;
	margin-right: 110px;
	padding-right:25px;
	border-left:none;
	border-right: 1px solid #e1e1e1;
	text-align: right;
}

.testimonial.reverse .testimonial-content:after,
.testimonial.reverse .testimonial-content:before {
	left:100%;
	top:35px;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #e1e1e1;
}

.testimonial.reverse .testimonial-content:after {
	margin-right: 0;
	margin-left: -1px;
	border-color: transparent transparent transparent #fff;
}

/* Vertical Align */
.testimonial.testimonial-vertical figure {
	float:none;
	margin:0 0 0 10px;
}

.testimonial.testimonial-vertical.reverse figure {
	float:right;
	margin:0 10px 0 0;
}

.testimonial.testimonial-vertical .testimonial-content,
.testimonial.testimonial-vertical.reverse .testimonial-content  {
	border-left:none;
	border-right:none;
	padding:25px;
	margin:0 0 30px;
	border:1px solid #e1e1e1;
}

.testimonial.testimonial-vertical .testimonial-content:after,
.testimonial.testimonial-vertical .testimonial-content:before,
.testimonial.testimonial-vertical.reverse .testimonial-content:after,
.testimonial.testimonial-vertical.reverse .testimonial-content:before {
	top:100%;
	left:35px;
	right:auto;
	border-width: 15px 15px 0 15px;
	border-color: #e1e1e1 transparent transparent transparent;
}

.testimonial.testimonial-vertical.reverse .testimonial-content:after,
.testimonial.testimonial-vertical.reverse .testimonial-content:before {
	left:auto;
	right:35px;
}

.testimonial.testimonial-vertical .testimonial-content:after,
.testimonial.testimonial-vertical.reverse .testimonial-content:after {
	margin-top:-1px;
	border-top-color:#fff;
}

.border-dark .testimonial-content {
	border-color:#2a2a2a;
}

.border-dark .testimonial-content:after,
.bg-dark .testimonial-content:after {
	border-right-color: #2a2a2a;
}

.border-dark .testimonial-content:after {
	margin-right: 0;
}

.border-dark .testimonial.reverse .testimonial-content:after,
.bg-dark .testimonial.reverse .testimonial-content:after {
	border-left-color:#2a2a2a;
}

.bg-lightgray .testimonial-content:after {
	border-right-color: #f2f2f2;
}

.bg-lightgray .testimonial.reverse .testimonial-content:after {
	border-left-color:#f2f2f2;
}

.bg-lightergray .testimonial-content:after {
	border-right-color: #fafafa;
}

.bg-lightergray .testimonial.reverse .testimonial-content:after {
	border-left-color:#fafafa;
}

.bg-darkgray .testimonial-content:after {
	border-right-color: #b7b7b7;
}

.bg-darkgray .testimonial.reverse .testimonial-content:after {
	border-left-color:#b7b7b7;
}

/* vertical */
.bg-dark .testimonial-vertical .testimonial-content:after,
.bg-dark .testimonial-vertical.reverse .testimonial-content:after {
	border-top-color: #2a2a2a;
}

.bg-lightgray .testimonial-vertical .testimonial-content:after,
.bg-lightgray .testimonial-vertical.reverse .testimonial-content:after  {
	border-top-color: #f2f2f2;
}

.bg-lightergray .testimonial-vertical .testimonial-content:after,
.bg-lightergray .testimonial-vertical.reverse .testimonial-content:after {
	border-top-color: #fafafa;
}

.bg-darkgray .testimonial-vertical .testimonial-content:after,
.bg-darkgray .testimonial-vertical.reverse .testimonial-content:after {
	border-top-color: #b7b7b7;
}


@media (max-width: 520px) {
	.testimonial figure {
		width:50px;
		height:50px;
	}

	.testimonial-content {
		margin-left: 70px;
		padding-left: 20px;
	}

	.testimonial-content:after,
	.testimonial-content:before {
		top:25px;
		border-width: 10px 10px 10px 0;
	}

	.testimonial.reverse .testimonial-content {
		margin-right: 70px;
		padding-right: 20px;
	}

	.testimonial.reverse .testimonial-content:after,
	.testimonial.reverse .testimonial-content:before {
		top:25px;
		border-width: 10px 0 10px 10px;
	}
	
	.testimonial.testimonial-vertical .testimonial-content,
	.testimonial.testimonial-vertical.reverse .testimonial-content  {
		padding:20px;
		margin:0 0 25px;
	}

	.testimonial.testimonial-vertical .testimonial-content:after,
	.testimonial.testimonial-vertical .testimonial-content:before,
	.testimonial.testimonial-vertical.reverse .testimonial-content:after,
	.testimonial.testimonial-vertical.reverse .testimonial-content:before {
		left:25px;
		border-width: 10px 10px 0 10px;
	}

	.testimonial.testimonial-vertical.reverse .testimonial-content:after,
	.testimonial.testimonial-vertical.reverse .testimonial-content:before {
		left:auto;
		right:25px;
	}
}


/* =============================================
------------------  14.Events  ---------------
==============================================*/

.event {
	margin-bottom:50px;
}

/* fix for uneven heights */
.event:nth-child(2n+1) {
	clear:both !important;
}

.event-title {
	font-size:20px;
	line-height:1.4;
	margin-bottom: 15px;
}

.event-meta {
	margin-bottom: 15px;
}

.event-meta-box {
	margin-bottom:8px;
	font-size:13px;
}

.event-meta-box a {
	color:#505050;
}

.event-label {
	font-weight: bold;
	margin-right:6px;
	text-decoration: underline;
}

.event-label i {
	margin-right:6px;
}

.event-label .fa-fw {
	text-align: left;
}

.event-tags a,
.event-hosts a  {
	margin-left:4px;
}

.search-widget.widget {
	margin-bottom: 50px;
}

@media (min-width: 768px) {
	.event {
		margin-bottom:60px;
	}
}


/* =============================================
---------------  15.Knowledge Base  ------------
==============================================*/

.page-top {
	padding:60px 0 60px;
	margin-bottom: 70px;
}

.page-top h1 {
	font-size:28px;
	margin-bottom: 25px;
}

.page-top p {
	max-width: 700px;
	margin:0 auto 40px;
}

.page-top .input-group {
	margin-bottom: 0;
}

.knowledge-box {
	margin-bottom: 60px;
}

.knowledge-box h2,
.knowledge-box h3 {
	padding-bottom: 25px;
	border-bottom:1px solid #eaeaea;
	margin-bottom: 25px;
	font-size:18px;
}

.knowledge-box h2 i,
.knowledge-box h3 i {
	margin-right: 14px;
}

.knowledge-box a,
.knowledge-box a i {
	color:#2e2e2e;
}

.knowledge-box ul li a {
	color:#4e4e4e;
}

.knowledge-box h2 .label,
.knowledge-box h3 .label {
	float: right;
	position: relative;
	top:2px;
	padding:0 5px;
}

.knowledge-box h2:after,
.knowledge-box h3:after {
	content:'';
	clear:both;
}

.knowledge-box ul {
	padding-left:37px;
}

.knowledge-box ul li {
	line-height: 1.5;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 18px;
}

.knowledge-box ul li .topic-count {
	display: inline-block;
	margin-left: 2px;
}

.knowledge-box ul li i {
	margin-right: 14px;
}


/* Sidebar */
.widget-info-box {
	padding:30px 20px;
	border:1px solid #eaeaea;
}

.widget-info-box p {
	margin-bottom: 10px;
}

.page-top.larger {
	padding-top:190px;
}

@media (min-width: 768px) {
	.page-top.larger {
		padding-top:260px;
	}
}

@media (min-width: 992px) {
	.page-top {
		padding:80px 0 80px;
		margin-bottom: 90px;
	}

	

	.page-top h1 {
		font-size:32px;
	}

	.knowledge-box h2,
	.knowledge-box h3 {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.knowledge-box {
		margin-bottom: 100px;
	}
}


/* =============================================
-----------------  16.Contact Us  -------------
==============================================*/

#map {
	height:360px;
	margin-bottom:40px;
}

#map.map3 {
	margin:30px 0 50px;
}

#map.map4 {
	border:6px solid rgba(255, 255, 255, 0.95);
}

.contact-list {
	margin-bottom: 30px;
}

.contact-list li {
	margin-bottom:5px;
}

#contact-section {
	padding:60px 0 50px;
	margin-bottom:60px;
}

#contact-section.contact-bg {
	background-image: url('../images/backgrounds/contactbg.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

@media (min-width: 768px) {
	#map {
		height:500px;
		margin-bottom: 50px;
	}

	#map.map2 { 
		height:600px;
	}
	
	#map.map3 {
		margin:50px 0 60px;
	}

	#map.larger {
		height:700px;
	}

	#map.larger.vertical {
		margin-bottom:0;
		height:600px;
	}

	.contact-list {
		margin-bottom: 40px;
	}

	#contact-bg {
		padding:100px 0 90px;
	}
}

@media (min-width: 992px) {
	#map.map2 {
		margin-bottom:60px;
	}
}

/* Partners Carousel */
.our-partners a {
	display:block;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	position: relative;
	opacity:0.8;
	border:2px solid transparent;
}

.our-partners a:hover {
	opacity:1;
	border-color:#eaeaea;
}

.our-partners img {
	display:block;
	width:auto;
	height: auto;
}

.partner {
	text-align: center;
}

.partner img {
	display:inline-block !important;
	max-width: 100% !important;
	width:auto !important;
	height: auto;
	vertical-align: middle;
}

.partner img {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.partner:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

.partner-wrapper .partner {
	min-height: 64px;
}

.partner  + .partner {
	margin-top:30px;
}

.form-box-container {
	position: relative;
	margin-bottom:40px;
}

label.error {
	font-weight: 400;
	color:#ca1515;
	margin-top:5px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

#footer label.error  {
	font-size:12px;
}

.form-control.error {
	border-color:#ca1515;
}

@media (min-width: 768px) {

	.form-box-container {
		margin-bottom:100px;
	}

	.form-box {
		position: absolute;
		width:460px;
		top:-640px;
		right:15px;
		padding:30px 20px 10px;
		z-index:100;
		background-color: #fff;
		box-shadow:0 2px 9px rgba(0,0,0, 0.14);
		-wekbit-box-shadow:0 2px 9px rgba(0,0,0, 0.14);
	}

	.form-box.dark {
		background-color: #2a2a2a;
	}

	.form-box.dark > h2 {
		color:#c7c7c7;
	}

	.form-box.dark .form-control {
		background-color: #505050;
		border-color:#1a1a1a;
		color:#c7c7c7;
	}

	.form-box.dark label.input-desc {
		color:#b9b9b9;
	}

	.form-box.dark .form-control::-moz-placeholder {
		color: #c7c7c7;
	}

	.form-box.dark .form-control:-ms-input-placeholder {
		color: #c7c7c7;
	}

	.form-box.dark .form-control::-webkit-input-placeholder {
		color: #c7c7c7;
	}

	.contact-text {
		margin-top:-70px;
	}
}


@media (min-width: 992px) {
	.form-box {
		width:540px;
	}
}


/* =============================================
-------------------  17.Products --------------
==============================================*/


.product {
	position: relative;
	overflow: hidden;
	margin-bottom:40px;
}

@media (min-width: 768px) {
	.product {
		margin-bottom:50px;
	}
}
.product-top {
	position: relative;
	margin-bottom:15px;
	overflow: hidden;
	border:1px solid #eaeaea;
}

.product figure {
	position: relative;
}

.product figure > a {
	display: block;
}

.product-image,
.product-image-hover {
	display:block;
	width:100%;
	height:auto;
	transition:all 0.45s;
	-webkit-transition:all 0.45s;
}

.product-image {
	position: relative;
	left:0;
}

.product-image-hover {
	visibility: hidden;
	opacity:0;
	position: absolute;
	left:100%;
	top:0;
}

.product:hover .product-image {
	opacity:0;
	visibility: hidden;
	left:-100%;
}

.product:hover .product-image-hover {
	opacity:1;
	visibility: visible;
	left:0;
}

.product-title {
	font:700 14px/1.5 'Open Sans', Verdana, sans-serif;
	margin-bottom:9px;
	text-transform: uppercase;
}

.product-title a {
	color:#4a4a4a;
}

.product-price-container {
	margin-bottom:15px;
}

.product-price {
	font-size:15px;
	line-height: 20px;
	color:#f44336;
	font-weight: 700;
}

.product-old-price {
	position: relative;
	margin-right:8px;
	line-height: 20px;
	font-weight: 700;
}

.product-price + .product-old-price {
	margin-right:0;
	margin-left:8px;
}

.product-old-price:after {
	content:'';
	display: block;
	height:1px;
	width:100%;
	position: absolute;
	left:0;
	top:50%;
	background-color: #444;
	transform:rotate(-24deg);
	-webkit-transform:rotate(-24deg);
}

.product-box {
	position: absolute;
	left:15px;
	top:15px;
	font:500 14px/1.5 'Open Sans', Verdana, sans-serif;
	color:#fff;
	min-width:60px;
	text-align: center;
	text-transform: uppercase;
	z-index: 100;
	padding:2px;
}

.product-box.new-box.new-box-border {
	background-color: transparent;
	border:2px solid transparent;
}

.product-box.discount-box.discount-box-border  {
	background-color: transparent;
	border:2px solid transparent;
}

.product-box.outofstock-box {
	font-size:13px;
	padding:4px;
	min-width:70px;
	line-height: 1.4;
	background-color: #2a2a2a;
}

.product-box.outofstock-box.outofstock-box-border  {
	background-color: transparent;
	border:2px solid #2a2a2a;
	color:#2a2a2a;
}

.outofstock-box > span {
	display:block;
}

.product-box.top-right {
	left:auto;
	right:15px;
}

.product-box.bottom-right {
	left:auto;
	top:auto;
	right:15px;
	bottom:15px;
}

.product-box.bottom-left {
	left:15px;
	top:auto;
	bottom:15px;
}

.product .add-to-cart {
	padding:7px 15px;
	text-transform: uppercase;
	font-size:12px;
}

.product-top .product-action-container {
	position: absolute;
	bottom:15px;
	left:15px;
	font-size:0;
}

.product-action-container .btn {
	padding:0 8px;
	text-align: center;
	min-width:36px;
	min-height: 36px;
	line-height: 34px;
	margin-right:5px;
}

.product-action-container .add-to-favorite {
	font-size:12px;
}

.product-action-container.vertical {
	width:36px;
}

.product-action-container.vertical .btn {
	margin-right:0;
	margin-left:0;
	margin-bottom:5px;
}

.product-action-container .btn:last-child,
.product-action-container.vertical .btn:last-child {
	margin:0 !important;
}

.product-action-animate {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	opacity:0;
	visibility: hidden;
	margin-bottom:-40px;
}


.product-action-container.each-btn-animate .btn  {
	opacity: 0;
    transform:scale(0);
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
}

@-webkit-keyframes customZoom {
  0%{
    opacity: 0;
    transform:scale(0);
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
  }

  100% {
    opacity: 1;
    transform:scale(1);
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
  }
}

@keyframes customZoom {
  0%{
    opacity: 0;
    transform:scale(0);
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
  }

  100% {
    opacity: 1;
    transform:scale(1);
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
  }
}

.product:hover .product-action-container.each-btn-animate .btn {
	-webkit-animation-name: customZoom;
	animation-name: customZoom;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.product:hover .product-action-container.each-btn-animate .btn:first-child {
	animation-delay:0.15s;
	-webkit-animation-delay:0.15s;
}

.product:hover .product-action-container.each-btn-animate .btn:nth-child(2) {
	animation-delay:0.3s;
	-webkit-animation-delay:0.3s;
}

.product:hover .product-action-container.each-btn-animate .btn:nth-child(3) {
	animation-delay:0.45s;
	-webkit-animation-delay:0.45s;
}

.product:hover .product-action-container.each-btn-animate .btn:nth-child(4) {
	animation-delay:0.6s;
	-webkit-transition-animation:0.6s;
}

.product-action-animate.vertical {
	margin-bottom: 0;
	margin-left:-60px;
}

.product:hover .product-action-animate {
	opacity:1;
	visibility: visible;
	margin-bottom:0;
}

.product:hover .product-action-animate.vertical {
	margin-left:0;
}

.ratings-container {
	margin-bottom: 10px;
}

.product-ratings {
	height:15px;
}

.product-ratings,
.ratings {
	display: inline-block;
	font-size:15px;
	line-height: 1;
	position: relative;
	font-family:  FontAwesome;
}

.ratings {
	position: absolute;
	top:0;
	left:0;
	white-space: nowrap;
	overflow: hidden;
}

.ratings-text {
	font-size: 14px;
	text-indent: -9999px;
}

.product-ratings:before {
	content: "\f006  " "\f006  " "\f006  " "\f006  " "\f006";
	color:#fbc02d;
}

.ratings:before {
	content: "\f005  " "\f005  " "\f005  " "\f005  " "\f005";
	color:#fbc02d;
}

.product-top .ratings-container {
	margin-bottom: 0;
	position: absolute;
	bottom:15px;
	right:15px;
	z-index:199;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.product-top .ratings-container.top-left {
	bottom:auto;
	right:auto;
	top:15px;
	left:15px;
}

.product-top .ratings-container.top-right {
	bottom:auto;
	top:15px;
	right:15px;
}

.product-top .ratings-container.bottom-left {
	bottom:15px;
	right:auto;
	left:15px;
}



/* =============================================
-------------  18.Product.html (Single) ---------
==============================================*/

.zoomWindowContainer > div {
	border:2px solid #eaeaea;
}

.product-gallery-container {
	margin-bottom: 40px;
}

.product-details  {
	margin-bottom:60px;
}

.product-details .separator {
	margin:0 9px;
}

@media (min-width: 992px) {
	.product-gallery-container {
		margin-bottom: 65px;
	}
}

.product-gallery-container .product-top {
	position: relative;
	margin-bottom: 0;
}

.product-gallery-container img {
	display:block;
	width:100%;
	height:auto;
}

.product-gallery a {
	display: block;
	border:1px solid #eaeaea;
}

.product-gallery-wrapper {
	margin-top:6px;
}

.product-gallery-container .product-box {
	position: absolute;
	left:17px;
	top:17px;
	font-size:16px;
	line-height: 70px;
	min-width:70px;
}

.product-gallery-container .product-box.top-right {
	left:auto;
	right:17px;
}

.product-gallery-container .product-box.bottom-right {
	top:auto;
	left:auto;
	right:17px;
	bottom:17px;
}

.product-gallery-container .product-box.bottom-left {
	right:auto;
	left:17px;
	top:auto;
	bottom:17px;
}

.product-gallery-container .product-box.outofstock-box {
	font-size:16px;
	line-height: 20px;
	padding:27.5px 0;
	min-width:95px;
	left:50%;
	top:50%;
	margin-top:-47.5px;
	margin-left:-47.5px;
}

.product-details .product-title {
	font-size:24px;
	line-height: 1.3;
	font-family: 'Lato', Verdana;
	color:#4a4a4a;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 17px;
	border-bottom:1px solid #eaeaea;
	padding-bottom: 17px;
}

.product-details .product-cats {
	margin-bottom: 2px;
}

.product-details .product-cats a {
	font-size:13px;
	font-weight: 400;
	font-family: 'Open Sans', Verdana;
	color:#9a9a9a;
}

.product-details .product-ratings-container {
	margin-bottom: 22px;
	font-size:0;
}

.product-details .product-ratings {
	margin-bottom: 0;
	display:inline-block;
	margin-right: 14px;
}

.product-details .product-ratings-count,
.product-details .product-ratings-add,
.product-details .separator {
	font-size:14px;
	line-height: 1;
	font-weight: 500;
}

.product-details .product-ratings-add {
	color:#f44336;
}

.product-details .product-ratings-add:hover,
.product-details .product-ratings-add:focus {
	text-decoration: underline;
}

.product-details p {
	margin:0 0 20px;
}

.product-details .product-price-container {
	margin-bottom:10px;
}

.product-details .product-old-price,
.product-details .product-price {
	line-height: 60px;
}

.product-details .product-old-price {
	font-weight: 400;
	font-size:18px;
}

.product-details .product-price {
	font-size: 24px;
	font-weight: 700;
	margin-left:7px;
}

.product-details label.input-desc {
	font-size:14px;
	margin-bottom: 8px;
	text-transform: capitalize;
}

.product-details .filter-size-container,
.product-details .filter-color-container {
	margin-bottom:12px;
}

.product-quantity-wrapper {
	margin-top:-4px;
	margin-bottom:24px;
}

.product-quantity {
	max-width:130px;
}

.product-quantity .input-group .form-control {
	text-align: center;
}

.product-quantity-wrapper .input-group {
	margin-bottom: 0;
}

.product-details .product-action {
	padding:16px 0;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	margin-bottom: 22px;
}

.product-details .product-action .btn + .btn {
	margin-left:13px;
}

.product-details .product-action i {
	margin-right: 8px;
}

.product-details .share-container label.input-desc {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	margin-right: 10px;
}

.share-container .social-icons {
	display: inline-block;
	vertical-align: middle;
}

.share-container .social-icons .social-icon {
	margin-bottom: 0;
}

.share-container .social-icons-bg .social-icon {
	min-width: 32px;
	padding:7px 6.5px;
	font-size:14px;
	line-height: 18px;
}


@media (max-width: 380px) {
	.product-details .product-action .btn.min-width {
		min-width: 0;
		padding-left:8px;
		padding-right: 8px;
	}

	.product-details .product-action .btn + .btn {
		margin-left: 5px;
	}

	.product-details .share-container label.input-desc {
		display: block;
		margin-bottom: 8px;
	}
}

@media (min-width: 600px) and (max-width: 991px) {
	.product-gallery-container {
		max-width: 480px;
	}
}



/* =============================================
-----------------  19.Category -------------
==============================================*/

.banner {
	position: relative;
	margin-bottom: 20px;
}

.banner a,
.banner img {
	display: block;
}

.banner img {
	width:100%;
	height:auto;
}

.banner a:after {
	content:'';
	position: absolute;
	right:0;
	left:0;
	top:0;
	bottom:0;
	background-color: #000;
	opacity:0;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.banner:hover a:after {
	opacity:0.12;
}

.banner.zoom-hover {
	overflow: hidden;
}

.banner.zoom-hover img {
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.banner.zoom-hover:hover img {
	transform:scale(1.12);
	-webkit-transform:scale(1.12);
	-ms-transform:scale(1.12);
}

.category-banner,
.filter-row {
	margin-bottom:30px;
}

@media (min-width: 768px) {
	.category-banner,
	.filter-row { 
		margin-bottom: 40px;
	}
}

.filter-row-left {
	float:left;
	margin-right:30px;
}

.filter-row-right {
	float:right;
}

.filter-row-box {
	display:inline-block;
}

.filter-row-label {
	margin-right:8px;
	font-size:13px;
	vertical-align: middle;
	font-weight: bold;
}

.filter-row .small-selectbox {
	min-width:100px;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.filter-row .btn {
	border-radius: 3px;
	padding:5px 8px;
}

.filter-row .btn.btn-border {
	border-width: 1px;
}

.filter-row .btn-layout {
	border-color:#eaeaea;
	color:#7a7a7a;
}

.filter-row .btn-layout.active,
.filter-row .btn-layout.active:hover,
.filter-row .btn-layout.active:focus {
	color:#fff;
}

.filter-row .btn-layout {
	margin-left:6px;
}

.filter-row .btn-compare {
	margin-left:25px;
	padding:5px 14px;
}

.filter-row .btn-layout:hover,
.filter-row .btn-layout:focus {
	background-color: #eaeaea;
	border-collapse: #d7d7d7;
	color:#444;
}

/* Category Sidebar */
#category-widget a {
	display:block;
	font:600 12px/24px 'Open Sans', Verdana;
	text-transform: uppercase;
}

#category-widget a i {
	margin-right:8px;
}

#category-widget > li > a {
	color:#666;
	font-size: 14px;
	position: relative;
	border-top:1px solid #eaeaea;
	padding:6px 10px 6px 43px;
	text-transform: uppercase;
	font-weight: 600;
}

#category-widget > li:last-child {
	border-bottom:1px solid #eaeaea;
}

#category-widget li li {
	padding-left:11px;
}

#category-widget li li:last-child,
#category-widget li li:last-child a {
	border-bottom:none;
}

#category-widget li li a {
	color:#7e7e7e;
	padding:2px 10px 2px 8px;
}

#category-widget li ul {
	display:none;
	padding:8px 0 10px;
	border-top:1px solid #eaeaea;
}

#category-widget li.open ul {
	display:block;
}

.category-widget-btn {
	display:block;
	width:22px;
	height:22px;
	font-size:14px;
	line-height: 22px;
	text-align: center;
	background-color: #505050;
	color:#fff;
	position: absolute;
	left:10px;
	top:7px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.category-widget-btn:after {
	content:'+';
}

.open .category-widget-btn:after {
	content:'-';
	color:#fff;
}

.filter-color-container,
.filter-size-container  {
	font-size:0;
}

.filter-color-container .row,
.filter-size-container .row {
	margin-left:-5px;
	margin-right:-5px;
}

.filter-color-box,
.filter-size-box {
	display: inline-block;
	width:30px;
	height:30px;
	border:1px solid #eaeaea;
	margin: 0 5px 10px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.filter-color-box {
	box-shadow: inset 0 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
}

.filter-color-box:hover,
.filter-color-box:focus {
	box-shadow: inset 0 0 0 2px #fff;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
}

.filter-size-box {
	color:#505050;
	font-size:12px;
	line-height:28px;
	text-align: center;
	text-transform: uppercase;
}

.filter-size-box.active,
.filter-size-box.active:hover,
.filter-size-box.active:focus{
	color:#fff;
	cursor: default;
}

.filter-size-box:hover,
.filter-size-box:focus {
	background-color: #e1e1e1;
	border-color:#d7d7d7;
	color:#303030;
}

.sidebar .filter-group-widget .panel-body {
	padding:35px 20px 25px;
}

/* noUiSlider Styles */
noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
}

.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}

.noUi-handle {
	position: relative;
	z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index: 10;
}

.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
	*z-index: -1;
}

.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 2px;
}

.noUi-horizontal .noUi-handle {
	width:12px;
	height:12px;
	left: 0;
	top: -5px;
}

.noUi-horizontal.noUi-extended {
	padding: 0 15px;
}

.noUi-horizontal.noUi-extended .noUi-origin  {
	right: -15px;
}

/* Styling */
.noUi-background {
	background: #e1e1e1;
}

.noUi-connect {
	-webkit-transition: background 450ms;
	transition: background 450ms;
}

.noUi-origin {
	border-radius: 3px;
}

.noUi-target {
	border-radius: 2px;
}

.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;*/
.noUi-dragable {
	cursor: w-resize;
}

.noUi-handle {
	border-radius: 50%;
	cursor: default;
}

/* Blocked state */
.noUi-state-blocked.noUi-connect,
.noUi-state-blocked .noUi-connect {
	background: #4FDACF;
}

#price-range {
	margin-top:5px;
}

#filter-range-details {
	margin-top:22px;
}

.filter-price .row {
	margin-left:-10px;
	margin-right:-10px;
}

.filter-price .col-xs-6 {
	padding:0 10px;
}

.filter-price-label {
	color:#505050;
	font-size:12px;
	margin-bottom:6px;
	text-transform: uppercase;
}

#filter-range-details .form-control {
	background-color: #f2f2f2;
	font-size:14px;
	height:auto;
	margin-bottom: 20px;
	padding:6px 10px;
}

#filter-range-details .form-control:focus {
	background-color: #eaeaea;
}

/* fix for display:inline-block auto margin for child elements*/
.filter-price-action {
	font-size:0;
}

.filter-price-action .btn-sm {
	margin-right:10px;
	margin-bottom:5px;
}

.filter-price-action .btn.btn-sm {
	padding:5px 12px;
	font-size:13px;
}

.filter-brand-list {
	margin-top:-10px;
}

.filter-brand-list a {
	display:block;
	font:600 12px/24px 'Open Sans', Verdana, sans-serif;
	color:#7e7e7e;
	padding:2px 0;
	text-transform: uppercase;
}

.filter-brand-list a i {
	margin-right:8px;
}

.filter-brand-list a span {
	float:right;
}


@media (max-width: 767px) {
	.filter-row-left,
	.filter-row-right {

	}
}


/* =============================================
-------------------  20 Cart  -----------------
==============================================*/

.table {
	margin-bottom: 30px;
}

.table thead > tr > th,
.table tbody > tr > .table-title,
.table tbody > tr > .table-title:first-child {
	background-color: #f5f5f5;
}

.table tbody > tr > td:first-child {
	background-color: #fafafa;
}

.table.table-striped tbody > tr > td:first-child,
.table.table-hover tbody > tr > td:first-child,
.table.table-colored tbody > tr > td:first-child {
	background-color: transparent;
}

.table tbody > tr.active > td:first-child {
	background-color: #f5f5f5;
}

.table tbody > tr.success > td:first-child {
	background-color: #dff0d8;
}

.table tbody > tr.danger > td:first-child {
	background-color: #f2dede;
}

.table tbody > tr.info > td:first-child {
	background-color: #d9edf7;
}

.table tbody > tr.warning > td:first-child {
	background-color: #fcf8e3;
}

.table-hover > tbody > tr:hover {
  background-color: #fafafa;
}

.table.table-condensed > thead > tr > th,
.table.table-condensed > tbody > tr > th,
.table.table-condensed > tfoot > tr > th,
.table.table-condensed > thead > tr > td,
.table.table-condensed > tbody > tr > td,
.table.table-condensed > tfoot > tr > td,
.table.table-condensed > thead > tr > th:first-child,
.table.table-condensed > tbody > tr > td:first-child {
	padding: 15px;
}

.table.no-bg thead > tr > th,
.table.no-bg tbody > tr > td:first-child {
	background-color: transparent;
}

.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border-color:#eaeaea;
}

.table thead > tr,
.table tbody > tr {
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}

.table.table-colored > thead > tr,
.table.table-colored > tbody > tr,
.table.table-colored > thead > tr > th,
.table.table-colored > tbody > tr > td {
	border:none !important;
}

.table thead > tr > th:first-child,
.table tbody > tr > td:first-child {
	padding-left:30px;
	padding-right:30px;
}

.table thead > tr > th,
.table thead > tr > th,
.table .table-title {
	border-bottom:none;
	color:#3a3a3a;
	padding:25px 20px;
	text-transform: uppercase;
	font:700 16px/1.6 'Raleway', Verdana;
	letter-spacing: -0.3px;
}

.cart-table thead > tr > th {
	text-align: center;
}

.table thead > tr > th:first-child {
	text-align: left;
}

.cart-table thead > tr > th:last-child,
.cart-table tbody > tr > td:last-child {
	width:35px;
}

.table tbody > tr > td {
	padding:30px 20px;
	vertical-align: middle;
}

.btn.btn-sm.btn-delete {
	padding:4.5px 9px;
	font-size: 13px;
	min-width: 30px;
	min-height: 30px;
	border-radius: 50%;
}

.table .product {
	text-align: left;
	border:none;
	margin-bottom: 0;
}

.table .product-top {
	float:left;
	max-width: 100px;
	margin-bottom: 0;
}

.table .product-meta {
	margin-left: 120px;
}

.table .product-title {
	font-size:17px; 
	line-height: 23px;
	margin-top:5px;
	margin-bottom: 7px;
	letter-spacing: -0.2px;
}

.table .product-desc-list li {
	font-size:13px;
	line-height:24px;
}

.cart-table tbody > tr > td:last-child,
.wishlist-table tbody > tr > td:last-child {
	padding-right:20px;
	padding-left:20px;
	text-align: center;
}

.table .price-col,
.table .price-total-col  {
	font-weight: 600;
	color:#505050;
	text-align: center;
}

.table .price-col {
	width:150px;
	font-size:15px;
}

.table .quantity-col  {
	width:200px;
}

.table .price-total-col  {
	font-size:18px;
	width:180px;
}

.table .product-quantity  {
	margin-right:auto;
	margin-left:auto
}

.table .product-quantity .input-group {
	margin-bottom: 0;
}

.cart-action-container {
	font-size:0;
	text-align: right;
	margin-bottom: 60px;
}

.cart-action-container .btn + .btn {
	margin-left:11px;
}


/* Total Table */
.table .table-info-title,
.table .table-info-content {
	padding:20px 30px;
	font-weight: 600;
	font-size:18px;
	vertical-align: middle;
}

.table .table-info-title {
	text-align:right;
	text-transform: uppercase;
	color:#3a3a3a;
	font-weight: 700;
	font-size:16px;
}

.table .table-info-title.table-total-title {
	font-size:18px;
	color:#e53935;
}

.table .table-info-content.table-total-content {
	font-size:20px;
	color:#e53935;
} 

@media (max-width: 991px) {

	.table .price-total-col,
	.table .price-total-col {
		width:auto;
	}

	.table thead > tr > th,
	.table tbody > tr > td {
		padding:20px;
	}


	.table .price-col {
		padding:20px 15px;
	}

	.table thead > tr > th,
	.table .table-title {
		font-size:15px;
		line-height: 1.5;
	}

	.table tbody > tr > td:last-child {
		padding-right: 15px;
		padding-left:15px;
	}

	.table .product-top {
		display:none;
	}

	.table .product-meta {
		margin-left:0;
	}

}

@media (max-width: 767px) {
	.table-responsive {
		margin-bottom: 20px;
		border-color:#eaeaea;
	}

	.table-responsive.total-table-responsive {
		border-top:none;
	}
		
	.table thead > tr, 
	.table tbody > tr {
		border:none;
	}

	.table thead > tr > th,
	.table tbody > tr > td {
		padding:20px 15px;
	}

	.table thead > tr > th,
	.table .table-title {
		padding:20px 15px;
		font-size:14px;
		line-height: 1.5;
	}

	.table .price-col {
		padding:15px 10px;
	}
	
	.table .price-total-col {
		font-size:16px;
		padding-right:15px;
		padding-left:15px;
	}

	.table .quantity-col,
	.table .quantity-col .form-control {
		padding-left: 10px;
		padding-right: 10px;
	}

	.table .quantity-col .bootstrap-touchspin-up.btn, 
	.table .quantity-col .bootstrap-touchspin-down.btn {
		padding-right:6px;
		padding-left:6px;
		min-width: 0;
	}

	.table.total-table tbody > tr > td {
		padding:20px;
	}

}


/* Cart2 Html */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fafafa;
}
.cart-table2 .product-top {
	display: block;
	float:none;
	max-width: 120px;
	margin: 0 0 10px;
}

.cart-table2 .product-meta {
	margin-left:0;
}

@media (min-width: 768px) {
	.cart-table2 {
		border:1px solid #eaeaea;
	}
}

.cart-table2 thead > tr > th,
.cart-table2 tbody > tr > td {
	border-right: 1px solid #eaeaea
}

.cart-table2 thead > tr > th:last-child,
.cart-table2 tbody > tr > td:last-child {
	border-right:none;
}

.cart-shipping-container,
.cart-discount-container {
	padding-bottom: 40px;
	border-bottom:1px solid #eaeaea;
	margin-bottom:50px;
}

.shop-continue-box {
	font-size:15px;
	background-color: #fafafa;
	border:2px solid #eaeaea;
	padding:30px 20px;
	text-align: right;
	margin-bottom: 40px;
}

.shop-continue-box .subtotal-row,
.shop-continue-box .shipping-row  {
	line-height: 30px;
	font-weight: 600;
}

.shop-continue-box .shipping-row {
	font-size:16px;
	color:#4a4a4a;
}

.shop-continue-box .grandtotal-row {
	font-size: 19px;
	line-height: 24px;
	color:#3a3a3a;
	font-weight: 700;
	margin:6px 0 15px;
}

.shop-continue-box .grandtotal-row > span {
	font-weight: 700;
}

.shop-continue-box .btn-block {
	margin-bottom:11px;
}

.shop-continue-box .multiple-link {
	font-weight: 400;
	font-size:13px;
	line-height: 32px;
	color:#808080;
}


/* =============================================
-------------------  21.Compare  --------------
==============================================*/

.table .table-title  {
	width:220px;
	text-align: right;
}

.compare-table tbody > tr> td {
	text-align:center;
	padding-left:20px;
	padding-right: 20px;
}

.compare-table .product-top {
	float:none;
	max-width: 180px;
	margin:0 auto 20px;
}

.compare-table .product-title {
	font-size:15px;
	text-align: center;
}

.compare-table .price-col {
	width: auto;
}

.compare-table .btn-delete {
	margin-bottom: 20px;
}

.table .brand-col {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
}

@media (max-width: 991px) {
	.table .table-title  {
		width:200px;
	}

	.compare-table .product-top {
		max-width: 150px;
		display: block;
	}
}

@media (max-width: 767px) {

	.table .table-title  {
		width:160px;
	}

	.compare-table tbody > tr> td  {
		max-width: 200px;
	}

	.compare-table .product-top {
		max-width: 150px;
		margin-bottom: 15px;
	}

	.compare-table .btn-delete {
		margin-bottom: 15px;
	}

	.table-responsive .table.compare-table tbody > tr > td {
		white-space: normal;
	}
}


/* =============================================
-----------------  22.Checkout  ---------------
==============================================*/

.input-group-addon.min-width {
	min-width: 125px;
	text-align:left;
}

.checkout .panel-title {
	font-size:18px;
	line-height:30px;
	font-family: 'Open Sans', Verdana;
	text-transform: uppercase;
	padding:8px 30px;
	position: relative;
	letter-spacing: -0.3px;
}

.checkout .panel-title a:hover,
.checkout .panel-title a:focus {
	color:#505050;
}

.checkout .panel-icon {
	margin-top:-15px;
}

.checkout .step-box {
	display:block;
	width:40px;
	height:40px;
	background-color: transparent;
	position: absolute;
	top:50%;
	margin-top:-20px;
	left:17px;
	font-size:20px;
	line-height: 40px;
	text-align: center;
}

.checkout .panel-body {
	padding:50px 30px 60px;
}

.checkout .panel-group ul.fa-ul  {
	margin-top: 5px;
	margin-bottom:19px;
}

.checkout .panel-group ul.fa-ul .fa-li {
	left:-30px;
}

.checkout .helper-link {
	font-size:13px;
	line-height: 45px;
	font-weight: 500;
	margin-left: 16px;
}

.checkout .helper-link:hover,
.checkout .helper-link:focus {
	color:#262626;
	text-decoration: underline;
}

/* checkout2.html */
.checkout .panel-border-tb .panel-heading a,
.checkout .panel-border-tb .panel-title,
.checkout .panel-border-tb .panel-body {
	padding-left:0;
	padding-right: 0;
}

.checkout .panel-border-tb .panel-title {
	padding-left:20px;
}

.checkout .panel-border-tb .step-box {
	left:0;
	text-align: left;
}

.checkout-progress-box {
	border:2px solid #eaeaea;
	background-color: #fafafa;
	padding:15px;
	margin-bottom: 50px;
}

.checkout-progress-box h3 {
	border:1px solid #eaeaea;
	padding: 20px;
	font-size: 18px;
	margin-bottom: 20px;
	background-color: #f1f1f1;
	text-align: center;
}

.checkout-progress-box ul {
	padding-left: 10px;
	margin-bottom: 10px;
}

.checkout-progress-box ul li > * {
	display: inline-block;
	vertical-align: middle;
}

.checkout-progress-box ul li > span {
	font-weight: 700;
	font-size:18px;
	margin-right: 8px;
}

.checkout-progress-box a {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color:#2a2a2a;
	font-weight: 500;
}

@media (max-width: 991px) {
	.checkout .panel-title {
		padding:2px 30px;
		font-size: 17px;
	}

	.checkout .step-box  {
		font-size: 18px;
	}
}

@media (max-width: 767px) {

	.checkout .panel-title {
		padding:0 13px;
		font-size: 16px;
	}
	
	.checkout .step-box  {
		left:0;
		font-size:16px;
	}

	.checkout .panel-body {
		padding:35px 15px 45px;
	}
}

@media (min-width: 992px) {
	.checkout .cart-table2 thead > tr > th:first-child {
		min-width: 300px;
	}
}


/* =============================================
------------------  23.Wishlist  --------------
==============================================*/

.table-action-col {
	text-align:center;
}

.table.wishlist-table {
	margin-bottom: 60px;
}

.table.wishlist-table .product-top {
	max-width:120px;
}

.table.wishlist-table .product-meta {
	margin-left:140px;
}

.wishlist-table .product-price-container {
	margin:7px 0;
}


@media (max-width: 991px) {
	.table.wishlist-table .product-top {
		display:none;
	}

	.table.wishlist-table .product-meta {
		margin-left:0;
	}

	.wishlist-table .product-price-container {
		margin-top:0;
	}
}



/* =============================================
------------------  24.Portfolio --------------
==============================================*/

@media (min-width: 480px) {
	.max-col-6 .portfolio-item,
	.max-col-5 .portfolio-item,
	.max-col-4 .portfolio-item,
	.max-col-3 .portfolio-item,
	.max-col-2 .portfolio-item  {
		width:100%;
	}

}
/* gutter number 1 less than colums so used calc to calculate grid size */
@media (min-width: 768px) {
	.max-col-6 .portfolio-item,
	.max-col-5 .portfolio-item,
	.max-col-4 .portfolio-item,
	.max-col-3 .portfolio-item,
	.max-col-2 .portfolio-item {
		width: 50%;
	}

}

@media (min-width: 992px) {
	.max-col-6 .portfolio-item,
	.max-col-5 .portfolio-item,
	.max-col-4 .portfolio-item,
	.max-col-3 .portfolio-item {
		width:33.3%;
	}

}

@media (min-width: 1199px) {
	.max-col-6 .portfolio-item,
	.max-col-5 .portfolio-item,
	.max-col-4 .portfolio-item {
		width:25%;
	}

}

@media (min-width: 1500px) {
	.max-col-6 .portfolio-item,
	.max-col-5 .portfolio-item {
		width:20%;
	}

}

@media (min-width: 1900px) {
	.max-col-6 .portfolio-item {
		width:16.66%;
	}
}

#portfolio-filter {
	margin-bottom:30px;
	font-size:0;
}

#portfolio-filter li {
	display:inline;
}

#portfolio-filter li a {
	display:inline;
	color:#515151;
	font:700 13px/1 'Open Sans', Verdana, sans-serif;
	position: relative;
	text-transform: uppercase;
}

#portfolio-filter.bordered li a {
	display: inline-block;
	line-height: 20px;
	padding:4px 8px;
	margin:0 4px 8px;
	border:1px solid #505050;
}

#portfolio-filter li a:after {
	content:'/';
	padding:0 9px;
	color:#777;
}

#portfolio-filter.bordered li a:after {
	display: none;
}

#portfolio-filter li:last-child a:after {
	content:'';
	padding:0;
}

.bg-dark #portfolio-filter li a {
	color:#b7b7b7;
}

.bg-dark #portfolio-filter.bordered li a {
	border-color:#b7b7b7;
}

.bg-dark #portfolio-filter li:hover > a,
.bg-dark #portfolio-filter li.active > a,
.bg-dark #portfolio-filter.bordered li.active > a,
.bg-dark #portfolio-filter.bordered li:hover > a  {
	color:#fff;
	border-color:#fff;
}

.owl-carousel .portfolio-item {
	margin-bottom: 0;
}

#portfolio-item-container {
	margin-bottom: 40px;
}

#portfolio-item-container.no-margin {
	margin-bottom: 0 !important;
}

@media (min-width: 768px) {
	#portfolio-item-container {
		margin-bottom: 70px;
	}

	#portfolio-filter {
		margin-bottom:40px;
	}

	#portfolio-filter.bordered li a {
		padding:5px 9px;
		margin-bottom: 0;
	}

	.gap-row.row {
		margin-left:-8px;
		margin-right: -8px;
	}

	.gap-row #portfolio-item-container {
		margin-left:-8px;
		margin-right:-8px;
	}

	.gap-row #portfolio-item-container .portfolio-item {
		padding:0 8px;
		margin-bottom: 16px;
	}
}

.portfolio-item {
	position: relative;
	margin-bottom:30px;
	overflow:hidden;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

#portfolio-item-container .portfolio-item {
	margin-bottom: 0;
	transition:none;
	-webkit-transition:none;
}

.portfolio-item .img-responsive,
.portfolio-media .img-responsive {
	width:100%;
}

.portfolio-item:hover {
	box-shadow:0 3px 12px rgba(0,0,0, 0.18);
	-webkit-box-shadow:0 3px 12px rgba(0,0,0, 0.18);
}

#portfolio-item-container .portfolio-item:hover {
	box-shadow:none;
	-webkit-box-shadow:none;
}


.portfolio-item figure {
	transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
}

.portfolio-item figure > a {
	display:block;
}

.portfolio-meta {
	transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	background-color: #f6f6f6;
	padding:15px 18px;
	position: relative;
}

#portfolio-item-container .portfolio-meta.dark {
	border-right:1px solid rgba(0,0,0, 0.22);
}

.portfolio-title {
	font:700 18px/1.5 'Open Sans', Verdana, sans-serif;
	margin-bottom:0;
	letter-spacing: 0.2px;
}

.portfolio-title a > span {
	font-weight: 400;
}

.portfolio-title a {
	color:#303030;
}

.portfolio-tags a {
	font-size:13px;
	font-weight: 700;
	color:#505050;
}

.portfolio-tags a:hover,
.portfolio-tags a:focus {
	color:#9a9a9a;
}

.portfolio-favourite {
	display:block;
	width:52px;
	height:52px;
	border-radius:4px;
	position: absolute;
	right:18px;
	top:50%;
	margin-top:-26px;
	background-color: #fff;
	color:#303030;
	text-align: center;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}

.portfolio-favourite i {
	font-size:18px;
	margin-top:9px;
}

.portfolio-favourite > span {
	display: block;
	font-size:12px;
	line-height: 1.5;
	font-weight: 700;
}

.portfolio-favourite:hover,
.portfolio-favourite:focus {
	background-color: #e1e1e1;
}

.portfolio-image-zoom figure {
	overflow: hidden;
}

.portfolio-image-zoom img {
	transition:all 0.45s ease;
	-webkit-transition:all 0.45s ease;
}


.portfolio-image-zoom:hover img {
	transform:scale(1.35);
	-webkit-transform:scale(1.35);
}

.portfolio-meta-slideup .portfolio-meta {
	position: absolute;
	top:100%;
	left:0;
	right:0;
}

.portfolio-meta-slideup:hover .portfolio-meta {
	transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
}


.portfolio-meta-slideup.push:hover figure {
	transform:translateY(-79px);
	-webkit-transform:translateY(-79px);

}

.portfolio-meta-slidedown .portfolio-meta {
	position: absolute;
	bottom:100%;
	left:0;
	right:0;
}

.portfolio-meta-slidedown:hover .portfolio-meta {
	transform:translateY(100%);
	-webkit-transform:translateY(100%);
}


.portfolio-meta-slidedown.push:hover figure {
	transform:translateY(79px);
	-webkit-transform:translateY(79px);
}

/* prevent shake of animation */
.portfolio-item.push {
	background-color: #f6f6f6;
}

/* change this depends on the color 
white - custom - dark of your color scheme */
#portfolio-item-container .portfolio-item.push {
	background-color: #2a2a2a;
}

#portfolio-item-container .portfolio-item.push {
	background-color: #2a2a2a;
}

#portfolio-item-container.graybg .portfolio-item.push {
	background-color: #f6f6f6;
}

/* 3d rotate */
.portfolio-item.box3d  {
	overflow: visible;
}

.portfolio-item.box3d:hover {
	box-shadow:none;
	-webkit-box-shadow:none;
}

.box3d {
	position: relative;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	perspective: 800px;
}

.box3d-wrapper {
	-webkit-transition: -webkit-transform 0.75s;
	-moz-transition: -moz-transform 0.75s;
	-o-transition: -o-transform 0.75s;
	transition: transform 0.75s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-o-transform-origin: right center;
	transform-origin: right center;
}

.box3d:hover .box3d-wrapper {
	box-shadow:0 3px 12px rgba(0,0,0, 0.18);
	-webkit-box-shadow:0 3px 12px rgba(0,0,0, 0.18);
}

.left .box3d-wrapper {
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-o-transform-origin: right center;
	transform-origin: right center;
}

	.right .box3d-wrapper {
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.center .box3d-wrapper {
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

.front,
.back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	width:100%;
	height:100%;
}

.back {
	position: absolute;
	left:0;
	top:0;
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
	padding:20px;
}

.box3d.left:hover .box3d-wrapper {
	-webkit-transform: translateX( -100% ) rotateY( -180deg );
	-moz-transform: translateX( -100% ) rotateY( -180deg );
	-o-transform: translateX( -100% ) rotateY( -180deg );
	transform: translateX( -100% ) rotateY( -180deg );
}

.box3d.right:hover .box3d-wrapper {
	-webkit-transform: translateX( 100% ) rotateY( 180deg );
	-moz-transform: translateX( 100% ) rotateY( 180deg );
	-o-transform: translateX( 100% ) rotateY( 180deg );
	transform: translateX( 100% ) rotateY( 180deg );
}

.box3d.center:hover .box3d-wrapper {
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
}


.box3d.center.reverse:hover .box3d-wrapper {
	-webkit-transform: rotateY( -180deg );
	-moz-transform: rotateY( -180deg );
	-o-transform: rotateY( -180deg );
	transform: rotateY( -180deg );
}

/* ie9 fix */
.ie9 .back {
	visibility:hidden;
}
.ie9 .box3d:hover .back {
	visibility:visible;
}

/* fix ie 10+ via media */
@media screen and (min-width:0\0) {
	.box3d.left:hover .box3d-wrapper .back,
	.box3d.right:hover .box3d-wrapper .back,
	.box3d.center:hover .box3d-wrapper .back {
		transform: rotateY(-180deg);
		backface-visibility: visible;
	}
}

/* Colors */
.portfolio-meta.white {
	background-color: #fff;
}

.portfolio-meta.dark {
	background-color: #2a2a2a;
}

.portfolio-meta.custom .portfolio-title a {
	color:#eaeaea;
}

.portfolio-meta.custom .portfolio-tags,
.portfolio-meta.custom .portfolio-tags a {
	color:#c7c7c7;
}

.portfolio-meta.custom .portfolio-title a:hover,
.portfolio-meta.custom .portfolio-title a:focus,
.portfolio-meta.custom .portfolio-tags a:hover,
.portfolio-meta.custom .portfolio-tags a:focus {
	color:#fff;
}

.portfolio-meta.dark .portfolio-title a {
	color:#bebebe;
}

.portfolio-meta.dark .portfolio-tags,
.portfolio-meta.dark .portfolio-tags a {
	color:#9a9a9a;
}

.portfolio-meta.dark .portfolio-title a:hover,
.portfolio-meta.dark .portfolio-title a:focus,
.portfolio-meta.dark .portfolio-tags a:hover,
.portfolio-meta.dark .portfolio-tags a:focus {
	color:#f1f1f1;
}

.portfolio-meta.custom2 .portfolio-title a {
	color:#fafafa;
}

.portfolio-meta.custom2 .portfolio-tags,
.portfolio-meta.custom2 .portfolio-tags a {
	color:#f1f1f1;
}

.portfolio-meta.custom2 .portfolio-title a:hover,
.portfolio-meta.custom2 .portfolio-title a:focus,
.portfolio-meta.custom2 .portfolio-tags a:hover,
.portfolio-meta.custom2 .portfolio-tags a:focus {
	color:#fff;
}


.portfolio-meta.white .portfolio-favourite {
	background-color: #f1f1f1;
	color:#303030;
}

.portfolio-meta.white .portfolio-favourite:hover,
.portfolio-meta.white .portfolio-favourite:focus {
	background-color: #eaeaea;
}

.portfolio-meta.custom .portfolio-favourite {
	color:#eaeaea;
}

.portfolio-meta.custom .portfolio-favourite:hover,
.portfolio-meta.custom .portfolio-favourite:focus {
	background-color: #00695c;
}

.portfolio-meta.dark .portfolio-favourite {
	background-color: #1a1a1a;
	color:#9a9a9a;
}

.portfolio-meta.dark .portfolio-favourite:hover,
.portfolio-meta.dark .portfolio-favourite:focus {
	background-color: #0a0a0a;
	color:#ccc;
}

.portfolio-meta.custom2 .portfolio-favourite {
	background-color: #e53935;
	color:#fafafa;
}

.portfolio-meta.custom2 .portfolio-favourite:hover,
.portfolio-meta.custom2 .portfolio-favourite:focus {
	background-color: #d32f2f;
	color:#fff;
}


/* Single */
.portfolio-details {
	margin-bottom:60px;
}

.portfolio-media {
	margin-bottom:40px;
}

.portfolio-media .embed-responsive + .embed-responsive,
.portfolio-media img + img {
	margin-top:25px;
}


.portfolio-details h2 {
	margin-bottom:25px;
}

.portfolio-details-list li  {
	font-size:14px;
	line-height: 36px;
}

.portfolio-details-list li.share-li {
	margin-top:20px;
	line-height: 48px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}

.portfolio-details-box  {
	padding:4px 30px 5px;
	border:10px solid #f5f5f5;
	margin:10px 0 20px;
}

.portfolio-details-box .portfolio-details-list li:first-child {
	border-top:none;
}

.portfolio-details-list li span {
	font-weight: 700;
	margin-right: 5px;
}

.portfolio-details-list li a {
	color:#505050;
}

.portfolio-details-list li .social-icons {
	float:right;
}

.portfolio-details-list li .social-icon {
	margin-bottom: 0;
	color:#7a7a7a;
}

.portfolio-related-container  {
	margin-bottom:30px;
}

.owl-carousel .portfolio-meta-wrapper + p {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.portfolio-details {
		margin-bottom: 60px;
	}

	.portfolio-media {
		margin-bottom:50px;
	}

	.portfolio-related-container  {
		margin-bottom:40px;
	}

	.portfolio-details-box  {
		margin:15px 0 20px;
	}

}

@media (min-width: 992px) {
	.portfolio-media {
		margin-bottom:70px;
	}

	.portfolio-related-container  {
		margin-bottom:58px;
	}
	
	.portfolio-media.fullwidth-media {
		margin-bottom: 60px;
	}

	.portfolio-details-box  {
		margin-top:-30px;
	}

}


/* =============================================
-----------------   25. 404 Pages  -------------
==============================================*/

.error-page {
	padding:15px 0 35px;
}

.error-page.error-pagebg {
	padding:35px 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-image: url('../images/404bg.jpg');
}

.error-title,
.error-subtitle {
	font:700 100px/0.7 'Raleway', Verdana, sans-serif;
	margin-bottom: 40px;
}

.error-title.shadow,
.error-subtitle.shadow {
	color:transparent !important;
	text-shadow: 2px 2px 20px rgba(255, 255, 255, 0.50);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

/* Fix for ie 10 + */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   .error-title.shadow,
	.error-subtitle.shadow {
		color:#fff !important;
	}
}

/* Fix for ie 9 */
.ie9 .error-title.shadow,
.ie9 .error-subtitle.shadow {
	color:#fff !important;
}

.error-title.shadow:hover,
.error-subtitle.shadow:hover {
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.50);
}
.error-title.vertical {
	font-family: 'Open Sans', Verdana, sans-serif;
}

.error-subtitle {
	font-weight: 600;
	font-size:32px;
	color:#4e4e4e;
	margin-bottom: 30px;
}

.error-text {
	max-width: 600px;
	font-size: 14px;
	margin-bottom: 20px;
}

.error-page form {
	max-width: 480px;
	margin-right: auto;
	margin-left:auto;
}

.error-pagebg.light .error-title,
.error-pagebg.light .error-subtitle,
.error-pagebg.light .error-text {
	color:#fff;
}

@media (min-width: 768px) {
	.error-page {
		padding:30px 0 60px ;
	}

	.error-page.error-pagebg {
		padding:60px 0;
	}

	.error-title {
		font-size:180px;
		margin-bottom: 60px;
	}

	.error-subtitle {
		font-size:48px;
		margin-bottom: 45px;
	}

	.error-text {
		font-size: 15px;
	}

}

@media (min-width: 992px) {
	.error-page {
		padding:40px 0 80px;
	}

	.error-page.error-pagebg {
		padding:80px 0;
	}

	.error-title {
		font-size:280px;
		margin-bottom: 80px;
	}

	.error-title.vertical {
		text-align: right;
		line-height: 0.8;
	}

	.col-md-push-9 .error-title.vertical {
		text-align: left;
	}

	.error-title.vertical > span {
		display: block;
	}

	.error-subtitle {
		font-size:72px;
		margin-bottom: 60px;
	}

	.error-subtitle.vertical {
		margin-top:200px;
	}

	.error-text {
		max-width: 720px;
		font-size: 16px;
		margin-bottom: 40px;
	}

	.error-page form {
		max-width: 600px;
	}
}

/* =============================================
--------------------- 26.Footer ----------------
==============================================*/

#footer-top-map {
	height:280px;
}

.map-info-box {
	padding:10px;
	font-size:14px;
}

.map-info-box li {
	margin-bottom:10px;
}

.map-info-box li > span  {
	font-size:18px;
	margin-right:8px;
}

.map-info-box li:last-child {
	margin-bottom:0;
}

@media (min-width: 768px) {
	
	#footer-top-map {
		height:360px;
	}
}

@media (min-width: 992px) {
	#footer-top-map {
		height:420px;
	}
}

#footer {
	font-size:14px;
	font-family: 'Lato', Verdana, sans-serif;
	background-color: #fff;
	color:#505050;
	border-top:1px solid #eaeaea;
}

#footer.no-border-top {
	border-top:none;
}

#footer-inner {
	padding:60px 0 20px;
}

#footer-inner.smaller {
	padding:40px 0 0;
}

#footer a {
	color:#505050;
	font-weight: 700;
}

#footer .widget {
	margin-bottom:40px;
}

@media (min-width: 992px) {

	#footer-inner {
		padding: 70px 0 60px;
	}

	#footer-inner.smaller {
		padding:50px 0 30px;
	}

	#footer-inner.no-padding-bt-lg {
		padding: 70px 0 0;
	}

	#footer .widget {
		margin-bottom:50px;
	}
}

#footer .widget h4 {
	font:700 15px/1.5 'Open Sans', Verdana, sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px;
	color:#4a4a4a;
}

#footer .widget h4:after {
	content:'';
	display:block;
	width:25px;
	height:3px;
	position: relative;
	top:8px;
	left:0;
}

.footer-logo {
	display:inline-block;
	font:700 30px/1.5 'Open Sans', Verdana, sans-serif;
	padding:3px 15px;
	border:2px solid #505050;
	color:#505050;
	margin-bottom:25px;
}

.footer-logo.big {
	font-size:40px;
	line-height: 1.3;
	padding:3px 14px;
}

.footer-logo.bigger {
	font-size:50px;
	line-height: 1.3;
	padding:3px 20px;
}

@media (min-width: 768px) {
	.footer-logo.big {
		font-size:46px;
		line-height: 1.3;
		padding:3px 18px;
	}

	.footer-logo.bigger {
		font-size:64px;
		padding:2px 25px;
	}
}

.corporate-widget.shape-bg {
	background-image: url('../images/world.png');
	background-repeat: no-repeat;
	background-position: left center;
}

@media (min-width: 992px) {
	.corporate-widget.shape-bg {
		background-position: center center;
	}
}

.corporate-widget .social-icons-label {
	font-weight: 600;
	font-size:13px;
	text-transform: uppercase;
	display:block;
	margin:35px 0 13px;
}

.corporate-widget .social-icon {
	font-size:16px;
}

.corporate-widget .social-icon:first-child {
	margin-left:0;
}

.widget .links li a {
	line-height: 2.2;
}

.widget .links li a > i {
	margin-right:10px;
}

.widget .latest-posts-list li,
.widget .products-list li {
	margin-bottom:20px;
}

.widget .latest-posts-list li:last-child,
.widget .products-list li:last-child  {
	margin-bottom:0;
}

.widget .latest-posts-list figure,
.widget .products-list figure  {
	float:left;
	max-width:60px;
}

.widget .latest-posts-list img,
.widget .products-list img {
	max-width: 100%;
	height:auto;
	border-radius:4px;
}

.latest-posts-list.no-radius img,
.products-list.no-radius img {
	border-radius: 0;
}

.widget .latest-posts-list .entry-content,
.widget .products-list .product-content  {
	margin-left:75px;
}

.widget .latest-posts-list h5,
.widget .products-list h5 {
	font-size:13px;
	line-height: 1.4;
	margin-bottom:6px;
}

.widget .latest-posts-list p,
.widget .products-list p {
	font-size:12px;
	margin-bottom:0;
}

.widget .products-list p {
	font-weight: 600;
}

.widget .products-list .product-price {
	font-size:13px;
}

.widget .products-list .product-price + .product-old-price,
.widget .products-list  .product-old-price  +.product-price  {
	margin-left:8px;
}

.tagcloud a {
	display:block;
	float:left;
	font-size:13px;
	padding:3px 10px;
	background-color: #eee;
	color:#7a7a7a;
	margin:0 7px 7px 0;
	border-radius: 3px;
	transition:background 0.4s ease, color 0.05s;
	-webkit-transition:background 0.4s ease, color 0.05s;
}

.tagcloud.no-radius a {
	border-radius: 0;
}

#footer .tagcloud a:hover,
.tagcloud a:hover {
	color:#eaeaea;
}

.widget .tweet_list li {
	margin-bottom:25px;
}

.widget .twitter-icon {
	float:left;
	font-size:26px;
	line-height: 1;
	margin-top:5px;
	width:40px;
	color:#b7b7b7;
}

.widget .tweet-content {
	margin-left:40px;
}

.widget .tweet_time {
	font-size:12px;
	display: block;
	margin-top:8px;
}

#footer .widget .tweet_time a {
	color:#a9a9a9;
}

@media (min-width: 992px) {
	.main-widget {
		min-height:570px;
		margin-top:-70px;
		padding-top:70px;
		padding-bottom:20px;
		background-color: #eaeaea;
	}

	.main-widget .widget {
		margin-bottom:0;
	}

	#footer .widget:last-child {
		margin-bottom:0;
	}
}

.flickr-widget li {
    display:block;
    float:left;
    margin:0 10px 10px 0;
    padding:0;
    width:60px;
    height:60px;
    overflow:hidden;
}

@media (min-width:1200px) {
	.flickr-widget-two li:nth-child(4n) {
		margin-right:0;
	}

	.flickr-widget-three li:nth-child(5n) {
		margin-right:0;
	}
}

.flickr-widget li a {
    display:block;
    position:relative;
    width:100%;
    height:100%;
}

.newsletter-widget p {
	margin-bottom:18px;
}

#footer .widget .form-control {
	height: 36px;
}

#footer .widget .form-control,
#footer .widget textarea {
	padding: 7px 12px;
	font-size: 14px;
	background-color: transparent;
	border: none;
	background-color: #eaeaea;
	color:#7a7a7a;
	width:100%;
}

#footer .widget .form-control:focus,
#footer .widget textarea:focus {
	background-color: #d7d7d7;
	box-shadow:none;
	-webkit-box-shadow:none;
}

#footer .widget .form-control::-moz-placeholder,
#footer .widget textarea::-moz-placeholder {
	color: #7a7a7a;
}

#footer .widget .form-control:-ms-input-placeholder,
#footer .widget textarea:-ms-input-placeholder  {
	color: #7a7a7a;
}

#footer .widget .form-control::-webkit-input-placeholder,
#footer .widget textarea::-webkit-input-placeholder {
	color: #7a7a7a;
}

#newsletter-widget-form {
	position: relative;
}

.widget .newsletter-widget .form-control {
	height: 36px;
	padding: 7px 50px 7px 12px;
}

#newsletter-widget-form .btn {
	position: absolute;
	right:3px;
	top:3px;
	padding:4px 10px;
}

.flickr-widget li a img {
	width: 100%;
	border-radius: 4px;
}

.flickr-widget.no-radius li a img {
	border-radius: 0;
}

#footer-bottom {
	padding:20px 0 25px;
	background-color: #eaeaea;
	text-align: center;
}

#footer-bottom.no-bg {
	background-color: transparent;
	border-top:1px solid #eaeaea;
}

.copyright {
	margin-bottom:0;
}

.copyright a {
	display:block;
	font-size:13px;
}
/* fix for inline-block auto margin */
.footer-menu {
	font-size:0;
}

.footer-menu li {
	display:inline-block;
	font-size:14px;
	margin:4px 0;
}

.footer-menu li:after {
	content:'/';
	padding:0 10px;
}

.footer-menu li:last-child:after {
	content:'';
	padding:0;
}

#footer-bottom .social-icons {
	margin:9.5px 0;
}

#footer-bottom .social-icon {
	font-size:16px;
	margin-bottom: 0;
}

@media (min-width:992px) {
	#footer-bottom {
		padding:25px 0;
		text-align: left;
	}

	.footer-menu,
	#footer-bottom .social-icons {
		text-align: right;
	}

	#footer-bottom .social-icons.text-center {
		text-align: center;
	}

	#footer-bottom .social-icon:last-child {
		margin-right: 0;
	}

	#footer-bottom .social-icons.text-center .social-icon {
		margin-right:10px;
	}

	.footer-menu li {
		margin:9.5px 0;
	}

}

/* 
	There 4 color schemes for footers
	Footer Colors - You can add these class to all footer variants and chnage their color scheme
	White - No additional class need This is main style
	Black - add footer .footer-inverse class
	Grey - add footer .footer-default class
	Custom - Main Color schele .footer-custom class -- This will change duo to main color
*/

/* Footer Inverse */
#footer.footer-inverse {
	background-color: #2a2a2a;
	color:#9a9a9a;
	border-top-color:rgba(0,0,0, 0.1);
}

#footer.footer-inverse a {
	color:#9a9a9a;
	font-weight: 700;
}

#footer.footer-inverse a:hover,
#footer.footer-inverse a:focus,
#footer.footer-inverse .widget .tweet_time a:hover,
#footer.footer-inverse .widget .tweet_time a:focus {
	color:#fafafa;
}

#footer.footer-inverse .widget h4 {
	color:#bebebe;
}

#footer.footer-inverse .footer-logo {
	border-color: #aeaeae;
	color:#aeaeae;
}

#footer.footer-inverse .tagcloud a {
	background-color: #b1b1b1;
	color:#505050;
}

#footer.footer-inverse .tagcloud a:hover {
	color:#f2f2f2;
}

#footer.footer-inverse .widget .twitter-icon {
	color:#8a8a8a;
}

#footer.footer-inverse .widget .tweet_time a {
	color:#6e6e6e;
}

@media (min-width: 992px) {
	.footer-inverse .main-widget {
		background-color: rgba(0,0,0, 0.1);
	}
}

.footer-inverse #footer-bottom {
	background-color: rgba(0,0,0, 0.1);
}

.footer-inverse #footer-bottom.no-bg {
	background-color: transparent;
	border-top-color: rgba(0,0,0, 0.18);
}

#footer.footer-inverse .newsletter-widget .btn-custom {
	color:#e5e5e5;
}

#footer.footer-inverse .widget .form-control,
#footer.footer-inverse .widget textarea  {
	background-color: rgba(0,0,0, 0.12);
	color:#7a7a7a;
}

#footer.footer-inverse .widget .form-control:focus,
#footer.footer-inverse .widget textarea:focus {
	background-color: rgba(0,0,0, 0.26);
}

#footer.footer-inverse .widget .form-control::-moz-placeholder,
#footer.footer-inverse .widget textarea::-moz-placeholder {
	color: #7a7a7a;
}

#footer.footer-inverse .widget .form-control:-ms-input-placeholder,
#footer.footer-inverse .widget textarea:-ms-input-placeholder {
	color: #7a7a7a;
}

#footer.footer-inverse .widget .form-control::-webkit-input-placeholder,
#footer.footer-inverse .widget textarea::-webkit-input-placeholder {
	color: #7a7a7a;
}

#footer.footer-inverse .product-old-price:after {
	background-color: #7a7a7a;
}


/* Footer Default */
#footer.footer-default {
	background-color: #eaeaea;
	color:#8a8a8a;
	border-top-color:#d7d7d7;
}

#footer.footer-default a {
	color:#8a8a8a;
	font-weight: 700;
}

#footer.footer-default .widget h4 {
	color:#777;
}

#footer.footer-default .footer-logo {
	border-color: #777;
	color:#777;
}

#footer.footer-default .tagcloud a {
	background-color: #dadada;
	color:#777;
}

#footer.footer-default .tagcloud a:hover {
	color:#f1f1f1;
}

.footer-default #footer-bottom.no-bg {
	background-color: transparent;
	border-top-color:#d7d7d7;
}

#footer.footer-default .widget .twitter-icon {
	color:#c1c1c1;
}

#footer.footer-default .widget .tweet_time a {
	color:#9a9a9a;
}

@media (min-width: 992px) {
	.footer-default .main-widget {
		background-color: rgba(0,0,0, 0.04);
	}
}

.footer-default #footer-bottom {
	background-color: rgba(0,0,0, 0.04);
}

#footer.footer-default .widget .form-control,
#footer.footer-default .widget textarea {
	background-color: rgba(0,0,0, 0.06);
	color:#8a8a8a;
}

#footer.footer-default .widget .form-control:focus,
#footer.footer-default .widget textarea:focus {
	background-color: rgba(0,0,0, 0.12);
}

#footer.footer-default .newsletter-widget .btn-custom {
	color:#eaeaea;
}

#footer.footer-default .widget .form-control::-moz-placeholder,
#footer.footer-default .widget textarea::-moz-placeholder  {
	color: #8a8a8a;
}

#footer.footer-default .widget .form-control:-ms-input-placeholder,
#footer.footer-default .widget textarea:-ms-input-placeholder {
	color: #8a8a8a;
}

#footer.footer-default .widget .form-control::-webkit-input-placeholder,
#footer.footer-default .widget textarea::-webkit-input-placeholder {
	color: #8a8a8a;
}

/* Footer custom */
#footer.footer-custom {
	color:#e1e1e1;
}

#footer.footer-custom a {
	color:#e1e1e1;
	font-weight: 700;
}

#footer.footer-custom a:hover,
#footer.footer-custom a:focus,
#footer.footer-custom .widget .tweet_time a:hover,
#footer.footer-custom .widget .tweet_time a:focus {
	color:#fafafa;
}

#footer.footer-custom .widget h4 {
	color:#eaeaea;
}

#footer.footer-custom .footer-logo {
	border-color: #eaeaea;
	color:#eaeaea;
}

#footer.footer-custom .tagcloud a {
	background-color: #d7d7d7;
	color:#6a6a6a;
}

#footer.footer-custom .tagcloud a:hover {
	color:#f2f2f2;
}

.footer-custom #footer-bottom.no-bg {
	background-color: transparent;
}

#footer.footer-custom .widget .twitter-icon {
	color:#dedede;
}

#footer.footer-custom .widget .tweet_time a {
	color:#c2c2c2;
}

#footer.footer-custom .newsletter-widget .btn-custom {
	color:#e5e5e5;
}

#footer.footer-custom .widget .form-control,
#footer.footer-custom .widget textarea {
	background-color: rgba(0,0,0, 0.1);
	color:#eaeaea;
}

#footer.footer-custom .widget .form-control:focus,
#footer.footer-custom .widget textarea:focus{
	background-color: rgba(0,0,0, 0.2);
}

#footer.footer-custom .widget .form-control::-moz-placeholder,
#footer.footer-custom .widget textarea::-moz-placeholder {
	color: #eaeaea;
}

#footer.footer-custom .widget .form-control:-ms-input-placeholder,
#footer.footer-custom .widget textarea:-ms-input-placeholder {
	color: #eaeaea;
}

#footer.footer-custom .widget .form-control::-webkit-input-placeholder,
#footer.footer-custom .widget textarea::-webkit-input-placeholder {
	color: #eaeaea;
}

#footer.footer-custom .btn-custom {
	color: #fff;
}

#footer.footer-custom .btn-custom:hover,
#footer.footer-custom .btn-custom:focus,
#footer.footer-custom .btn-custom:active {
	color: #fff;
	background-color: rgba(0,0,0, 0.3);
	border-color: rgba(0,0,0, 0.1);
}

/* =============================================
-----------------  27.Social Icons -------------
==============================================*/

.social-icons.no-margin .social-icon {
	margin-bottom: 0;
}

.social-icon {
	display:inline-block;
	font-size:18px;
	line-height: 1;
	margin:0 10px 20px;
	color:#6d6d6d;
	border-radius: 4px;
}

.social-icon.first {
	margin-left:0;
}

.social-icons.text-center .social-icon {
	margin-left:10px;
}

.social-icons-sm .social-icon {
	font-size:15px;
	margin:0 10px 20px;
}

.social-icons-lg .social-icon {
	font-size:22px;
	margin:0 15px 30px;
	border-radius: 6px;
}


.social-icons-bg .social-icon {
	background-color: #f5f5f5;
	padding:10px;
	margin:0 5px 10px 0;
	min-width:39px;
	text-align: center;
	transition:background 0.35s ease-in-out, color 0.25s ease;
	-webkit-transition:background 0.35s ease-in-out, color 0.25s ease;
}

#footer .social-icons-bg .social-icon {
	min-width:36px;
}

.text-center .social-icons-bg .social-icon {
	min-width:36px;
	margin:0 5px;
}

.footer-custom .social-icons-bg .social-icon,
.footer-inverse .social-icons-bg .social-icon {
	background-color: rgba(0,0,0, 0.1);
}


.social-icons-bg.text-right .social-icon {
	margin:0 0 5px 5px;
}

.social-icons-bg.social-icons-lg .social-icon {
	min-width: 44px;
	padding:11px;
	margin:0 8px 8px 0;
}

.social-icons-bg.social-icons-lg.text-right .social-icon {
	margin:0 0 15px 7.5px;
}


.social-icons-bg .social-icon:hover {
	background-color: #eaeaea;
}

.social-icons-bg-hover .social-icon:hover {
	color:#fff !important;
}

.social-icon.icon-facebook:hover {
	color:#3b5998;
}

.social-icons-bg-hover .social-icon.icon-facebook:hover  {
	color:#fff;
	background-color: #3b5998;
}

.social-icon.icon-twitter:hover {
	color:#55acee;
}

.social-icons-bg-hover .social-icon.icon-twitter:hover  {
	color:#fff;
	background-color: #55acee;
}

.social-icon.icon-google-plus:hover {
	color:#dd4b39;
}

.social-icons-bg-hover .social-icon.icon-google-plus:hover  {
	color:#fff;
	background-color: #dd4b39;
}

.social-icon.icon-dribbble:hover {
	color:#ea4c89;
}

.social-icons-bg-hover .social-icon.icon-dribbble:hover  {
	color:#fff;
	background-color: #ea4c89;
}

.social-icon.icon-skype:hover {
	color:#00aff0;
}

.social-icons-bg-hover .social-icon.icon-skype:hover  {
	color:#fff;
	background-color: #00aff0;
}

.social-icon.icon-tumblr:hover {
	color:#35465c;
}

.social-icons-bg-hover .social-icon.icon-tumblr:hover  {
	color:#fff;
	background-color: #35465c;
}

.social-icon.icon-linkedin:hover {
	color:#0976b4;
}

.social-icons-bg-hover .social-icon.icon-linkedin:hover  {
	color:#fff;
	background-color: #0976b4;
}

.social-icon.icon-vine:hover {
	color:#00b488;
}

.social-icons-bg-hover .social-icon.icon-vine:hover  {
	color:#fff;
	background-color: #00b488;
}

.social-icon.icon-behance:hover {
	color:#1769ff;
}

.social-icons-bg-hover .social-icon.icon-behance:hover  {
	color:#fff;
	background-color: #1769ff;
}

.social-icon.icon-flickr:hover {
	color:#ff0084;
}

.social-icons-bg-hover .social-icon.icon-flickr:hover  {
	color:#fff;
	background-color: #ff0084;
}

.social-icon.icon-reddit:hover {
	color:#5f99cf;
}

.social-icons-bg-hover .social-icon.icon-reddit:hover  {
	color:#fff;
	background-color: #5f99cf;
}

.social-icon.icon-rss:hover {
	color:#f26522;
}

.social-icons-bg-hover .social-icon.icon-rss:hover  {
	color:#fff;
	background-color: #f26522;
}

.social-icon.icon-youtube:hover {
	color:#e52d27;
}

.social-icons-bg-hover .social-icon.icon-youtube:hover  {
	color:#fff;
	background-color: #e52d27;
}

.social-icon.icon-pinterest:hover {
	color:#cc2127;
}

.social-icons-bg-hover .social-icon.icon-pinterest:hover  {
	color:#fff;
	background-color: #cc2127;
}

.social-icon.icon-instagram:hover {
	color:#517fa4;
}

.social-icons-bg-hover .social-icon.icon-instagram:hover  {
	color:#fff;
	background-color: #517fa4;
}

.social-icon.icon-digg:hover {
	color:#000000;
}

.social-icons-bg-hover .social-icon.icon-digg:hover  {
	color:#fff;
	background-color: #000000;
}

.social-icon.icon-github:hover {
	color:#333333;
}

.social-icons-bg-hover .social-icon.icon-github:hover  {
	color:#fff;
	background-color: #333333;
}

.social-icon.icon-android:hover {
	color:#a4c639;
}

.social-icons-bg-hover .social-icon.icon-android:hover  {
	color:#fff;
	background-color: #a4c639;
}

.social-icon.icon-foursquare:hover {
	color:#0072b1;
}

.social-icons-bg-hover .social-icon.icon-foursquare:hover  {
	color:#fff;
	background-color: #0072b1;
}

.social-icon.icon-dropbox:hover {
	color:#007ee5;
}

.social-icons-bg-hover .social-icon.icon-dropbox:hover  {
	color:#fff;
	background-color: #007ee5;
}

.social-icon.icon-stack-overflow:hover {
	color:#fe7a15;
}

.social-icons-bg-hover .social-icon.icon-stack-overflow:hover  {
	color:#fff;
	background-color: #fe7a15;
}

.social-icon.icon-paypal:hover {
	color:#253b80;
}

.social-icons-bg-hover .social-icon.icon-paypal:hover  {
	color:#fff;
	background-color: #253b80;
}

.social-icon.icon-dropbox:hover {
	color:#007ee5;
}

.social-icons-bg-hover .social-icon.icon-dropbox:hover  {
	color:#fff;
	background-color: #253b80;
}

.social-icon.icon-spotify:hover {
	color:#7ab800;
}

.social-icons-bg-hover .social-icon.icon-spotify:hover  {
	color:#fff;
	background-color: #7ab800;
}

.social-icon.icon-vk:hover {
	color:#45668e;
}

.social-icons-bg-hover .social-icon.icon-vk:hover  {
	color:#fff;
	background-color: #45668e;
}

.social-icon.icon-bitbucket:hover {
	color:#205081;
}

.social-icons-bg-hover .social-icon.icon-bitbucket:hover  {
	color:#fff;
	background-color: #205081;
}

.social-icon.icon-html5:hover {
	color:#e34f26;
}

.social-icons-bg-hover .social-icon.icon-html5:hover  {
	color:#fff;
	background-color: #e34f26;
}

.social-icon.icon-delicious:hover {
	color:#3399ff;
}

.social-icons-bg-hover .social-icon.icon-delicious:hover  {
	color:#fff;
	background-color: #3399ff;
}

.navbar-custom .social-icon:first-child,
.social-icons .social-icon.first {
	margin-left:0;
}

.social-icons-circle .social-icon {
	border-radius: 50%;
}

@media (max-width: 420px) {
	.text-center .social-icons-bg .social-icon {
		margin-bottom: 10px;
	}
}

/* =============================================
--------  28.Owl Carousel - Animate Plugin -----
==============================================*/

.owl-carousel .animated {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/* Nav Dots*/
.owl-dots {
	margin-top:15px;
	text-align: center;
}

.owl-dot {
	display:inline-block;
	width:10px;
	height:10px;
	background-color: #eaeaea;
	margin:0 4px;
	border-radius: 50%;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
}

.owl-dot:hover {
	background-color: #eaeaea;
}

.owl-dot.active {
	background-color: #505050;
}

/* Owl carousel Controls */

.owl-nav {
	position: absolute;
	right:0;
	top:-64px;
	font-size:0;
}

.nav-higher .owl-nav {
	top:-74px;
}

.nav-higher.small-nav .owl-nav {
	top:-76px;
}


.small-nav .owl-nav {
	top:-60px;
}

.left-nav .owl-nav {
	right:auto;
	left:0;
	top:-64px;
}

.center-top-nav .owl-nav {
	right:auto;
	left:50%;
	margin-left:-38.5px;
	top:-56px;
}

.center-top-nav.small-nav .owl-nav {
	margin-left:-32.5px;
}


/* To not crush dragging 
styled buttons not container for vertical centered navs*/
.center-nav .owl-nav {
	position: static;
	bottom:auto;
	top:auto;
	left:auto;
	right:auto;
}

.center-nav .owl-prev,
.center-nav .owl-next {
	position: absolute;
	top:50%;
	margin-top:-18px;
}

.center-nav .owl-prev {
	left:15px;
}

.center-nav .owl-next {
	right:15px;
}

.center-nav-animate .owl-prev,
.center-nav-animate .owl-next {
	visibility: hidden;
	opacity:0;
}

.center-nav-animate .owl-prev {
	left:45px;
}

.center-nav-animate .owl-next {
	right:45px;
}

.center-nav-animate:hover .owl-prev,
.center-nav-animate:hover .owl-next {
	opacity:1;
	visibility: visible;;
}

.center-nav-animate:hover .owl-prev {
	left:15px;
}

.center-nav-animate:hover .owl-next {
	right:15px;
}

.owl-prev,
.owl-next {
	display:inline-block;
	font-size:24px;
	line-height:36px;
	height:36px;
	width:36px;
	color:#eaeaea;
	background-color: #444;
	text-align: center;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	border-radius: 4px;
}

.small-nav .owl-prev,
.small-nav .owl-next {
	font-size:18px;
	line-height:28px;
	height:30px;
	width:30px;
	border-radius: 3px;
}

.nav-border .owl-prev,
.nav-border .owl-next {
	font-size:22px;
	line-height:32px;
	color:#303030;
	border:2px solid #444;
	background-color: transparent;
}

.nav-border.small-nav .owl-prev,
.nav-border.small-nav .owl-next {
	font-size:18px;
	line-height:25px;
	border:2px solid #444;
}

.owl-prev:hover,
.owl-next:hover {
	color:#f1f1f1;
	background-color: #1a1a1a;
}

.nav-border .owl-prev:hover,
.nav-border .owl-next:hover {
	color:#f1f1f1;
	background-color: #1a1a1a;
	border-color:#1a1a1a;
}

.owl-prev {
	margin-right:5px;
}

.custom-nav .owl-prev,
.custom-nav .owl-next {
	color:#fff;
}

.white-nav .owl-prev,
.white-nav .owl-next {
	color:#505050;
	background-color: #fff;
}

.gray-nav .owl-prev,
.gray-nav .owl-next{
	color:#666;
	background-color: #eaeaea;
}

.gray-nav .owl-prev:hover,
.gray-nav .owl-next:hover {
	background-color: #ccc;
	color:#3a3a3a;
}

.nav-border.custom-nav .owl-prev,
.nav-border.custom-nav .owl-next {
	background-color: transparent;
}

.nav-border.white-nav .owl-prev,
.nav-border.white-nav .owl-next {
	color:#fff;
	border-color:#fff;
	background-color: transparent;
}

.custom-nav .owl-prev:hover,
.custom-nav .owl-next:hover,
.white-nav .owl-prev:hover,
.white-nav .owl-next:hover {
	color:#fff;
}

.nav-border.custom-nav .owl-prev:hover,
.nav-border.custom-nav .owl-next:hover,
.nav-border.white-nav .owl-prev:hover,
.nav-border.white-nav .owl-next:hover {
	color:#fff;
}

@media (max-width: 480px) {
	.vcenter-nav-mobile .owl-nav {
		position: static;
		bottom:auto;
		top:auto;
		left:auto;
		right:auto;
	}

	.vcenter-nav-mobile .owl-prev,
	.vcenter-nav-mobile .owl-next {
		position: absolute;
		top:50%;
		margin-top:-18px;
		visibility: hidden;
		opacity:0;
	}

	.vcenter-nav-mobile .owl-prev {
		left:45px;
	}

	.vcenter-nav-mobile .owl-next {
		right:45px;
	}

	.vcenter-nav-mobile:hover .owl-prev,
	.vcenter-nav-mobile:hover .owl-next {
		opacity:1;
		visibility: visible;;
	}

	.vcenter-nav-mobile:hover .owl-prev {
		left:15px;
	}

	.vcenter-nav-mobile:hover .owl-next {
		right:15px;
	}
}


/* =============================================
-------------  29. Scroll Top Button  ----------
==============================================*/
#scroll-top {
	position:fixed;
	bottom:0;
	right:25px;
	display:block;
	visibility:hidden;
	cursor:pointer;
	z-index:999;
	width:46px;
	height:46px;
	line-height:43px;
	font-size:24px;
	border-radius:50%;
	opacity:0;
	background: #3a3a3a;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	text-align:center;
	color:#fff;
}

#scroll-top.smaller {
	width:38px;
	height:38px;
	line-height: 38px;
}

#scroll-top.no-radius {
	border-radius: 0;
}

#scroll-top:hover {
	color:#fff;
}

#scroll-top.gray {
	background-color: #e1e1e1;
	color:#505050;
}

#scroll-top.gray:hover {
	background-color: #c7c7c7;
	color:#3a3a3a;
}

#scroll-top.dark {
	background-color: #3a3a3a;
	color:#b7b7b7;
}

#scroll-top.dark:hover {
	background-color: #1a1a1a;
	color:#fafafa;
}

#scroll-top.white {
	background-color: #fff;
	color:#505050;
}

#scroll-top.white:hover {
	color:#fff;
}

#scroll-top.fixed {
	opacity:1;
	bottom:25px;
	visibility:visible;
}


/* =============================================
--------------  30. Retina Display  -----------
==============================================*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	
	/* Patterns via predefined classes */
	.pattern4 {
		background-image: url('../images/patterns/pattern4@2x.png');
		-webkit-background-size: 500px 500px;
		background-size: 500px 500px;
	}

	.pattern5 {
		background-image: url('../images/patterns/pattern5@2x.png');
		-webkit-background-size: 400px 400px;
		background-size: 400px 400px;
	}

	.pattern6 {
		background-image: url('../images/patterns/pattern6@2x.png');
		-webkit-background-size: 198px 200px;
		background-size: 198px 200px;
	}

	.pattern7 {
		background-image: url('../images/patterns/pattern7@2x.png');
		-webkit-background-size: 588px 375px;
		background-size: 588px 375px;
	}

	.pattern8 {
		background-image: url('../images/patterns/pattern8@2x.png');
		-webkit-background-size: 150px 150px;
		background-size: 150px 150px;
	}

	.pattern9 {
		background-image: url('../images/patterns/pattern9@2x.png');
		-webkit-background-size: 500px 500px;
		background-size: 500px 500px;
	}

	.pattern10 {
		background-image: url('../images/patterns/pattern10@2x.png');
		-webkit-background-size: 512px 512px;
		background-size: 512px 512px;
	}

	.pattern11 {
		background-image: url('../images/patterns/pattern11@2x.png');
		-webkit-background-size: 500px 300px;
		background-size: 500px 300px;
	}

	.pattern12 {
		background-image: url('../images/patterns/pattern12@2x.png');
		-webkit-background-size: 523px 384px;
		background-size: 523px 384px;
	}

	.pattern13 {
		background-image: url('../images/patterns/pattern13@2x.png');
		-webkit-background-size: 300px 300px;
		background-size: 300px 300px;
	}

	.pattern14 {
		background-image: url('../images/patterns/pattern14@2x.png');
		-webkit-background-size: 40px 40px;
		background-size: 40px 40px;
	}

	.pattern15 {
		background-image: url('../images/patterns/pattern15@2x.png');
		-webkit-background-size: 188px 178px;
		background-size: 188px 178px;
	}

	.pattern16 {
		background-image: url('../images/patterns/pattern16@2x.png');
		-webkit-background-size: 150px 173px;
		background-size: 150px 173px;
	}

	.pattern17 {
		background-image: url('../images/patterns/pattern17@2x.png');
		-webkit-background-size: 190px 191px;
		background-size: 190px 191px;
	}

	.pattern18 {
		background-image: url('../images/patterns/pattern18@2x.png');
		-webkit-background-size: 400px 317px;
		background-size: 400px 317px;
	}

	.pattern19 {
		background-image: url('../images/patterns/pattern19@2x.png');
		-webkit-background-size: 400px 343px;
		background-size: 400px 343px;
	}

	.pattern20 {
		background-image: url('../images/patterns/pattern20@2x.png');
		-webkit-background-size: 100px 98px;
		background-size: 100px 98px;
	}

	.pattern21 {
		background-image: url('../images/patterns/pattern21@2x.png');
		-webkit-background-size: 36px 62px;
		background-size: 36px 62px;
	}

	.pattern22 {
		background-image: url('../images/patterns/pattern22@2x.png');
		-webkit-background-size: 206px 206px;
		background-size: 206px 206px;
	}

	.pattern23 {
		background-image: url('../images/patterns/pattern23@2x.png');
		-webkit-background-size: 387px 201px;
		background-size: 387px 201px;
	}

	.pattern24 {
		background-image: url('../images/patterns/pattern24@2x.png');
		-webkit-background-size: 294px 235px;
		background-size: 294px 235px;
	}

	.pattern25 {
		background-image: url('../images/patterns/pattern25@2x.png');
		-webkit-background-size: 320px 320px;
		background-size: 320px 320px;
	}

	.pattern26 {
		background-image: url('../images/patterns/pattern26@2x.png');
		-webkit-background-size: 500px 375px;
		background-size: 500px 375px;
	}

	.pattern27 {
		background-image: url('../images/patterns/pattern27@2x.png');
		-webkit-background-size: 520px 520px;
		background-size: 520px 520px;
	}

	.pattern28 {
		background-image: url('../images/patterns/pattern28@2x.png');
		-webkit-background-size: 482px 490px;
		background-size: 482px 490px;
	}

	.pattern29 {
		background-image: url('../images/patterns/pattern29@2x.png');
		-webkit-background-size: 700px 700px;
		background-size: 700px 700px;
	}

	.pattern30 {
		background-image: url('../images/patterns/pattern30@2x.png');
		-webkit-background-size: 412px 300px;
		background-size: 412px 300px;
	}
	/* End patterns */
}

.footer2018 {
	background: #243461;
	background-size: fixed; 
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
}


.opacidad {
    opacity: .9;
}