/*
Template Name: Boss - Multipurpose Premium Html5 Template
Template URI: https://wrapbootstrap.com/user/eony
Description: Multipurpose, premium, bootstrap based bussiness, corporate, portfolio, blog, onepage, creative, magazine, personal, landing, coming soon html5 css3 template
Version:1.0
*/
/* =================================================
--------------- Table of Contents ------------------

1. General
2. Elements / Bootstrap Overwrite
- 2.1	Dropdown Menu
- 2.2	Buttons
- 2.3	Forms
- 2.4	Tabs
- 2.5	Progress Bars
- 2.6	Lists
- 2.7	Icons
- 2.8	Collapses
- 2.9	Grid
- 2.10  Tooltips
- 2.11  Popover
- 2.12  Bootstrap slider
- 2.13  Maps
- 2.14  Counters
- 2.15  Services
- 2.16  Pagination
- 2.17  Bootstrap Modal
- 2.18  Dividers
- 2.19  Team Members
- 2.20  Labels
- 2.21  Callouts
3. Header / Navbar
- 3.1.navbar-default
- 3.2.navbar-white
- 3.3.navbar-inverse
- 3.4.navbar-transparent
4. Content
5. Homepages
- 5.1	index4
- 5.2	index6
- 5.3	index7
- 5.4	index8
- 5.5	index10
- 5.6	index13-14-15-16-17
- 5.7	index18
- 5.8	index19
- 5.9	index20
- 5.10  index23-24
- 5.11  index25-28
- 5.12  index29-31
- 5.13  index32-35
6. Service Pages
7. Pricing Tables
8. Login
9. Blog
10. About Us
11. About Me
12. Team
13. Testimonilas
14. Events
15. Knowledge Base
16. Contact Us
17. Products
18. Product.html (Single Product)
19. Category
20. Cart
21. Compare
22. Checkout
23. Wishlist
24. Portfolio
25. 404 Pages
26. Footer
- 26.1.footer-inverse
- 26.2.footer-default
- 26.3.footer-custom
27. Social Icons
28. Owl Carousel
29. Scroll Top Button
30. Retina Display

--------------------------------------------------
==================== Import =================== */
/* 
Import vertical spacing helper css file (minified) 
To see how it work see vspacing.css file (unminified)
*/
@import url('vspacing.min.css');
/* Import font icons */
@import url('font-awesome.min.css');
@import url('simple-line-icons.css');

/* =============================================
-------------------  1.General ---------------
==============================================*/
/* fix outlines on focus */
*:focus {
	outline: none;
}

html {
	height: 100%;
}

/* added html to fix masonry unwanted space issue */
.home-masonry {
	overflow-y: scroll;
}

body {
	font: 400 15px / 1.6 'Lato', Verdana, sans-serif;
	color: #505050;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #FFF;
	min-height: 100%;
}

#wrapper {
	width: 100%;
	background-color: #FFF;
}

#wrapper.boxed,
#wrapper.boxed-long {
	width: 100%;
	margin: 0;
}

@media (min-width: 992px) {
	#wrapper.boxed {
		margin: 40px auto;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	}
	
	#wrapper.boxed-long {
		margin: 0 auto;
		box-shadow: 3px 0 10px rgba(0, 0, 0, 0.15), -3px 0 10px rgba(0, 0, 0, 0.1);
	}
	
	#wrapper.boxed,
	#wrapper.boxed-long,
	.boxed .sticky-menu.fixed .container,
	.boxed-long .sticky-menu.fixed .container,
	.boxed .sticky-menu.fixed .container-fluid,
	.boxed-long .sticky-menu.fixed .container-fluid,
	.boxed #header.sticky-menu.fixed .navbar-transparent,
	.boxed-long #header.sticky-menu.fixed .navbar-transparent {
		width: 970px;
	}
	
	.boxed .sticky-menu.fixed .container,
	.boxed-long .sticky-menu.fixed .container,
	.boxed .sticky-menu.fixed .container-fluid,
	.boxed-long .sticky-menu.fixed .container-fluid,
	.boxed #header.sticky-menu.fixed .navbar-transparent,
	.boxed-long #header.sticky-menu.fixed .navbar-transparent {
		margin: 0 auto;
	}
	
	.custom-wrapper {
		padding-top: 22px;
	}
	
	/* fix for header2 style */
	.boxed #header.sticky-menu.fixed,
	.boxed-long #header.sticky-menu.fixed {
		border-top: none;
	}
}

@media (min-width: 1200px) {
	#wrapper.boxed {
		width: 1170px;
		margin: 50px auto;
	}
	
	#wrapper.boxed,
	#wrapper.boxed-long,
	.boxed .sticky-menu.fixed .container,
	.boxed-long .sticky-menu.fixed .container,
	.boxed .sticky-menu.fixed .container-fluid,
	.boxed-long .sticky-menu.fixed .container-fluid,
	.boxed #header.sticky-menu.fixed .navbar-transparent,
	.boxed-long #header.sticky-menu.fixed .navbar-transparent {
		width: 1170px;
	}
}

@media (min-width: 1280px) {
	.container {
		width: 1200px;
	}
	
	#wrapper.boxed,
	#wrapper.boxed-long,
	.boxed .sticky-menu.fixed .container,
	.boxed-long .sticky-menu.fixed .container,
	.boxed .sticky-menu.fixed .container-fluid,
	.boxed-long .sticky-menu.fixed .container-fluid,
	.boxed #header.sticky-menu.fixed .navbar-transparent,
	.boxed-long #header.sticky-menu.fixed .navbar-transparent {
		width: 1200px;
	}
}

.boss-loader-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #303030 !important;
	z-index: 2000;
	top: 0;
	left: 0;
}

p.error {
	font-size: 22px;
	color: #F10000;
}

/* Loader Style Css Overwrite - queryloader plugin */
#qLoverlay {
	font-family: Verdana;
	font-weight: 600;
	font-size: 12px;
	line-height: 1;
}

#qLpercentage {
	margin-top: -50px !important;
	color: #4A4A4A !important;
}

.queryloader__overlay__bar {
	background-color: #4A4A4A !important;
}

::selection {
	background-color: #222;
	color: #FFF;
}

::-moz-selection {
	background-color: #222;
	color: #FFF;
}

/* Patterns */
.pattern1 {
	background-image: url('../images/patterns/pattern1.png');
	background-repeat: repeat;
}

.pattern2 {
	background-image: url('../images/patterns/pattern2.png');
	background-repeat: repeat;
}

.pattern3 {
	background-image: url('../images/patterns/pattern3.png');
	background-repeat: repeat;
}

.pattern4 {
	background-image: url('../images/patterns/pattern4.png');
	background-repeat: repeat;
}

.pattern5 {
	background-image: url('../images/patterns/pattern5.png');
	background-repeat: repeat;
}

.pattern6 {
	background-image: url('../images/patterns/pattern6.png');
	background-repeat: repeat;
}

.pattern7 {
	background-image: url('../images/patterns/pattern7.png');
	background-repeat: repeat;
}

.pattern8 {
	background-image: url('../images/patterns/pattern8.png');
	background-repeat: repeat;
}

.pattern9 {
	background-image: url('../images/patterns/pattern9.png');
	background-repeat: repeat;
}

.pattern10 {
	background-image: url('../images/patterns/pattern10.png');
	background-repeat: repeat;
}

.pattern11 {
	background-image: url('../images/patterns/pattern11.png');
	background-repeat: repeat;
}

.pattern12 {
	background-image: url('../images/patterns/pattern12.png');
	background-repeat: repeat;
}

.pattern13 {
	background-image: url('../images/patterns/pattern13.png');
	background-repeat: repeat;
}

.pattern14 {
	background-image: url('../images/patterns/pattern14.png');
	background-repeat: repeat;
}

.pattern15 {
	background-image: url('../images/patterns/pattern15.png');
	background-repeat: repeat;
}

.pattern16 {
	background-image: url('../images/patterns/pattern16.png');
	background-repeat: repeat;
}

.pattern17 {
	background-image: url('../images/patterns/pattern17.png');
	background-repeat: repeat;
}

.pattern18 {
	background-image: url('../images/patterns/pattern18.png');
	background-repeat: repeat;
}

.pattern19 {
	background-image: url('../images/patterns/pattern19.png');
	background-repeat: repeat;
}

.pattern20 {
	background-image: url('../images/patterns/pattern20.png');
	background-repeat: repeat;
}

.pattern21 {
	background-image: url('../images/patterns/pattern21.png');
	background-repeat: repeat;
}

.pattern22 {
	background-image: url('../images/patterns/pattern22.png');
	background-repeat: repeat;
}

.pattern23 {
	background-image: url('../images/patterns/pattern23.png');
	background-repeat: repeat;
}

.pattern24 {
	background-image: url('../images/patterns/pattern24.png');
	background-repeat: repeat;
}

.pattern25 {
	background-image: url('../images/patterns/pattern25.png');
	background-repeat: repeat;
}

.pattern26 {
	background-image: url('../images/patterns/pattern26.png');
	background-repeat: repeat;
}

.pattern27 {
	background-image: url('../images/patterns/pattern27.png');
	background-repeat: repeat;
}

.pattern28 {
	background-image: url('../images/patterns/pattern28.png');
	background-repeat: repeat;
}

.pattern29 {
	background-image: url('../images/patterns/pattern29.png');
	background-repeat: repeat;
}

.pattern30 {
	background-image: url('../images/patterns/pattern30.png');
	background-repeat: repeat;
}

.pattern31 {
	background: url('../images/patterns/pattern31.png');
	background-repeat: repeat;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	color: #303030;
	margin-top: 0;
}

h1,
.h1 {
	font-size: 28px;
	margin-bottom: 20px;
}

h2,
.h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

h3,
.h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

h4,
.h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

h5,
.h5 {
	font-size: 15px;
	margin-bottom: 15px;
}

h6,
.h6 {
	font-size: 13px;
	margin-bottom: 10px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	color: inherit;
}

ul,
ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.subMenuOuter.subMenuOuterHeader {
}

ul.subMenuOuter.subMenuOuterHeader li {
	background-color: #D9D9D9;
}

ul.subMenuOuter.subMenuOuterHeader li a {
	display: block;
	/*font-weight: bold !important;*/
	text-transform: uppercase;
	font-weight: bold;
}

p {
	margin: 0 0 20px;
}

.lead {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

.lead.small {
	font-size: 15px;
}

@media (min-width: 768px) {
	.lead {
		font-size: 16px;
	}
}

h5.lead {
	font-weight: 600;
}

a {
	-webkit-transition: color .35s;
	transition: color 0.35s;
}

a:active,
a:hover,
a:focus {
	text-decoration: none;
}

a:active,
a:focus,
input,
select,
textarea {
	outline: none;
}

iframe {
	border: none;
}

img.pull-right {
	margin-left: 20px;
	margin-bottom: 20px;
}

img.pull-left {
	margin-right: 20px;
	margin-bottom: 20px;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #7A7A7A;
}

hr.gray {
	border-color: #EAEAEA;
}

blockquote {
	position: relative;
	padding: 8px 0 8px 25px;
	margin: 30px 0;
	font-size: 16px;
	border-left: 2px solid transparent;
}

blockquote.blockquote-reverse {
	padding: 8px 25px 8px 0;
	margin: 30px 0;
	border-left: none;
	border-right: 2px solid transparent;
}

blockquote p {
	margin-bottom: 15px;
}

blockquote cite {
	font-size: 16px;
	font-weight: 700;
}

blockquote:after {
	content: '';
	display: block;
	position: absolute;
	left: 1px;
	top: 0;
	width: 2px;
	height: 100%;
}

blockquote.blockquote-reverse:after {
	left: auto;
	right: 1px;
}

.blockquote-icon {
	padding-left: 50px;
	padding-top: 25px;
	border-left: none;
}

.blockquote-icon:after,
.blockquote-reverse.blockquote-icon:after {
	display: none;
}

.blockquote-icon.blockquote-reverse {
	padding-left: 0;
	padding-right: 50px;
	border-right: none;
}

.blockquote-icon:before {
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: '\f10d';
	position: absolute;
	left: 5px;
	top: 5px;
	font-size: 3rem;
	z-index: 0;
}

.blockquote-icon.blockquote-reverse:before {
	left: auto;
	right: 5px;
	content: '\f10e';
}

.highlight {
	padding: 0 0.3em;
	background: #EAEAEA;
}

.highlight.reverse {
	color: #FFF;
	background: #505050;
}

.highlight.first-color,
.highlight.second-color,
.highlight.third-color,
.text-white,
a.text-white {
	color: #FFF;
}

a.text-white:hover,
a.text-white:focus {
	color: #EAEAEA;
}

.bg-transparent {
	background-color: transparent !important;
}

.bg-dark {
	background-color: #2A2A2A;
	color: #9A9A9A;
}

.bg-custom {
	color: #E1E1E1;
}

.bg-gray,
#wrapper.bg-gray {
	background-color: #FFFFFF;
}

.bg-lightgray {
	background-color: #F2F2F2;
}

.bg-lightgrayv2 {
	background-color: #F8F8F8;
}

.bg-lightergray {
	background-color: #FAFAFA;
}

.bg-darkgray {
	background-color: #B7B7B7;
}

.text-white {
	color: #FFF;
}

.text-lightgray {
	color: #F1F1F1;
}

.text-gray {
	color: #E1E1E1;
}

.text-darkgray {
	color: #AEAEAE;
}

.text-muted {
	color: #7A7A7A;
}

.text-darkmuted {
	color: #5E5E5E;
}

.text-dark {
	color: #2A2A2A;
}

.dropcap,
.dropcap-bg {
	font-size: 3.8em;
	line-height: 1;
	padding-right: 0.2em;
	float: left;
	text-transform: uppercase;
	color: #505050;
}

.dropcap-bg {
	padding: 0.02em 0.07em 0.03em;
	color: #FFF !important;
	margin-right: 0.15em;
	background-color: #505050;
}

/* =============================================
-----  2. Elements / Bootstrap Overwrite   -----
==============================================*/
/* --------------------------------------
2.1 Dropdown menu ------------------------ */
.dropdown-menu {
	z-index: 890;
}

.angle {
	margin: 0 0 0 3px;
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.angle:before,
.side-menu .navbar-nav .angle:before {
	content: "\f107";
}

/* --------------------------------------
2.2 Buttons ------------------------ */
.btn.min-width {
	min-width: 140px;
	text-align: center !important;
}

.btn.min-width-md {
	min-width: 160px;
	text-align: center !important;
}

.btn.min-width-lg {
	min-width: 180px;
	text-align: center !important;
}

.btn.min-width-xlg {
	min-width: 200px;
	text-align: center !important;
}

.btn {
	padding: 9px 16px;
	font-size: 14px;
	transition: color 0.2s ease, background 0.45s ease, border 0.4s ease-in-out;
	-webkit-transition: color 0.2s ease, background 0.45s ease, border 0.4s ease-in-out;
}

.btn.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 16px;
	line-height: 1.5;
}

.btn.btn-sm,
.btn-group-sm > .btn {
	padding: 7px 10px;
	font-size: 12px;
}

.btn.btn-xs,
.btn-group-xs > .btn {
	padding: 2px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn.btn-border {
	border-width: 2px;
	padding: 8px 15px;
	background-color: transparent;
}

.btn.btn-border.btn-sm {
	padding: 6px 9px;
}

.btn.btn-border.btn-lg {
	padding: 9px 15px;
}

.btn.btn-border.btn-xs {
	padding: 1px 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
}

a.peopleBio {
	margin-bottom: 0px !important;
	padding-bottom: 0 !important;
	border-bottom: 1px solid black !important;
}

.btn-custom,
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active,
.open > .dropdown-toggle.btn-custom,
.btn-custom2,
.btn-custom2:hover,
.btn-custom2:focus,
.btn-custom2.focus,
.btn-custom2:active,
.btn-custom2.active,
.open > .dropdown-toggle.btn-custom2,
.btn-custom3,
.btn-custom3:hover,
.btn-custom3:focus,
.btn-custom3.focus,
.btn-custom3:active,
.btn-custom3.active,
.open > .dropdown-toggle.btn-custom3 {
	color: #FFF;
}

.btn-dark {
	color: #EAEAEA;
	background-color: #3E3E3E;
	border-color: #3E3E3E;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
	color: #F0F0F0;
	background-color: #2A2A2A;
	border-color: #2A2A2A;
}

.btn-well {
	color: #EAEAEA;
	background-color: #000001;
	border-color: #000001;
	margin: 0 0 10px 0;
}

.btn-well:hover,
.btn-well:focus,
.btn-well.focus,
.btn-well:active,
.btn-well.active,
.open > .dropdown-toggle.btn-well {
	color: #000001;
	background-color: #EAEAEA;
	border-color: #EAEAEA;
}

.btn-well2 {
	color: #000001;
	background-color: #EAEAEA;
	border-color: #000001;
	margin: 0 0 10px 0;
}

.btn-well2:hover,
.btn-well2:focus,
.btn-well2.focus,
.btn-well2:active,
.btn-well2.active,
.open > .dropdown-toggle.btn-well2 {
	color: #EAEAEA !important;
	background-color: #000001 !important;
	border-color: #EAEAEA !important;
}

div.newsArchiveLink {
	align-content: center !important;
	text-align: center;
	margin: 30px 0 0;
}

.btn-gray {
	color: #505050;
	background-color: #EAEAEA;
	border-color: #EAEAEA;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
	color: #4A4A4A;
	background-color: #E1E1E1;
	border-color: #E1E1E1;
}

.btn-white {
	color: #4A4A4A;
	background-color: #FFF;
	border-color: #FFF;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
	color: #000;
	background-color: #F1F1F1;
	border-color: #F1F1F1;
}

.btn.btn-border.btn-default {
	color: #AEAEAE;
	border-color: #AEAEAE;
}

.btn.btn-border.btn-default:hover,
.btn.btn-border.btn-default:focus {
	color: #505050;
	border-color: #ADADAD;
	background-color: #E6E6E6;
}

.btn.btn-border.btn-primary {
	color: #337AB7;
}

.btn.btn-border.btn-primary:hover,
.btn.btn-border.btn-primary:focus {
	color: #FFF;
	border-color: #204D74;
	background-color: #286090;
}

.btn.btn-border.btn-success {
	color: #4CAF50;
}

.btn.btn-border.btn-success:hover,
.btn.btn-border.btn-success:focus {
	color: #FFF;
	border-color: #327334;
	background-color: #3D8B40;
}

.btn.btn-border.btn-warning {
	color: #FFC107;
}

.btn.btn-border.btn-warning:hover,
.btn.btn-border.btn-warning:focus {
	color: #FFF;
	border-color: #AF8300;
	background-color: #D39E00;
}

.btn.btn-border.btn-danger {
	color: #EA1C0D;
}

.btn.btn-border.btn-danger:hover,
.btn.btn-border.btn-danger:focus {
	color: #FFF;
	border-color: #C8180B;
	background-color: #EA1C0D;
}

.btn.btn-border.btn-info {
	color: #2196F3;
}

.btn.btn-border.btn-info:hover,
.btn.btn-border.btn-info:focus {
	color: #FFF;
	border-color: #0A68B4;
	background-color: #0C7CD5;
}

.btn.btn-border.btn-custom:hover,
.btn.btn-border.btn-custom:focus,
.btn.btn-border.btn-custom2:hover,
.btn.btn-border.btn-custom2:focus,
.btn.btn-border.btn-custom3:hover,
.btn.btn-border.btn-custom3:focus {
	color: #FFF;
}

.btn.btn-border.btn-dark {
	color: #2A2A2A;
}

.btn.btn-border.btn-dark:hover,
.btn.btn-border.btn-dark:focus {
	color: #F1F1F1;
	border-color: #1A1A1A;
	background-color: #2A2A2A;
}

.btn.btn-border.btn-gray {
	color: #505050;
	border-color: #EAEAEA;
}

.btn.btn-border.btn-gray:hover,
.btn.btn-border.btn-gray:focus {
	color: #505050;
	border-color: #EAEAEA;
	background-color: #EAEAEA;
}

.btn.btn-border.btn-white {
	color: #FFF;
	background: transparent;
	border-color: white;
}

.btn.btn-border.btn-white:hover,
.btn.btn-border.btn-white:focus,
.btn.btn-border.btn-white.v2:hover,
.btn.btn-border.btn-white.v2:focus {
	color: #FFF;
}

.btn.no-radius {
	border-radius: 0 !important;
}

.btn.radius-lg {
	border-radius: 12px !important;
}

.btn.radius-lger {
	border-radius: 24px !important;
}

.btn-group > .btn + .btn {
	border-left: 1px solid rgba(0, 0, 0, 0.07);
}

/* --------------------------------------
2.3 Forms ------------------------ */
textarea.form-control {
	height: auto !important;
}

.form-control {
	height: 40px;
	padding: 9px 16px;
	box-shadow: none;
	-webkit-box-shadow: none;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	border: 1px solid #EAEAEA;
	color: inherit;
	font-size: 14px;
}

.form-control.border-bottom {
	border-radius: 0 !important;
	border-left: none;
	border-right: none;
	border-top: none;
}

.form-control:focus {
	border-color: #DADADA;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0, 0.22);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.22);
}

.form-control.border-bottom:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.form-control::-moz-placeholder {
	color: #6A6A6A;
}

.form-control:-ms-input-placeholder {
	color: #6A6A6A;
}

.form-control::-webkit-input-placeholder {
	color: #6A6A6A;
}

.form-group,
.form-control,
.input-group,
.normal-selectbox,
.large-selectbox {
	margin-bottom: 25px;
}

.form-group .input-group {
	margin-bottom: 0;
}

.form-group .form-control {
	margin-bottom: 0;
}

.helper-group a {
	color: #E53935;
	font-size: 12px;
	line-height: 1;
}

.helper-group a:hover {
	color: #C62828;
}

label.input-desc {
	font-size: 14px;
	font-weight: 700;
	font-family: 'Open Sans', Verdana;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.input-sm {
	font-size: 12px;
}

.input-sm,
.form-group-sm .form-control,
.form-group-sm .form-control-static {
	height: 34px;
	padding: 7px 12px;
}

select.input-sm,
select.form-group-sm .form-control {
	height: 34px;
	line-height: 34px;
}

.input-lg,
.form-group-lg .form-control,
.form-group-lg .form-control-static {
	height: 46px;
	padding: 10px 18px;
}

.input-lg {
	font-size: 16px;
	line-height: 1.5;
}

select.input-lg,
select.form-group-lg .form-control {
	height: 46px;
	line-height: 46px;
}

.form-control-feedback {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.input-sm + .form-control-feedback {
	width: 34px;
	height: 34px;
	line-height: 34px;
}

.input-group-btn > .btn + .btn {
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	margin-left: 0;
}

.bootstrap-touchspin .input-group-btn:last-child > .btn,
.bootstrap-touchspin .input-group-btn:last-child > .btn-group {
	margin-left: -1px;
}

/* input groups*/
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	padding: 10px 18px;
	font-size: 16px;
	line-height: 1.5;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	line-height: 1.5;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	height: 34px;
	padding: 7px 12px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
	height: 34px;
	line-height: 34px;
}

/* input group addons */
.input-group-addon {
	padding: 8px 16px;
	font-size: 14px;
	color: #6A6A6A;
	background-color: transparent;
	border: 1px solid #EAEAEA;
	font-weight: 400;
}

.input-group-addon.input-sm {
	padding: 7px 12px;
}

.input-group-addon.input-lg {
	padding: 9.5px 18px;
	font-size: 16px;
}

/* Textarea Input Group */
textarea.form-control {
	padding-top: 12px;
}

.textarea-container {
	position: relative;
	width: 100%;
	padding-top: 39px;
}

.textarea-container .input-group-addon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 12px 16px;
	z-index: 90;
	border-radius: 4px 4px 0 0;
	text-align: left;
}

.textarea-container .input-group-addon:first-child {
	border-right: 1px solid #E4E2E2;
}

.textarea-container textarea.form-control {
	border-radius: 0 0 4px 4px !important;
}

/* Checkboxed and Radios */
input[type="radio"],
input[type="checkbox"] {
	margin-top: 6px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	margin-left: -22px;
}

.radio label,
.checkbox label,
.radio-inline,
.checkbox-inline {
	padding-left: 22px;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-left: 15px;
}

/* Custom checkbox and radio */
.radio label.custom-radio-wrapper,
.checkbox label.custom-checkbox-wrapper {
	padding-left: 0;
}

.radio-inline.custom-radio-wrapper,
.checkbox-inline.custom-checkbox-wrapper {
	padding-left: 0;
}

.radio-inline.custom-radio-wrapper + .radio-inline.custom-radio-wrapper,
.checkbox-inline.custom-checkbox-wrapper + .checkbox-inline.custom-checkbox-wrapper {
	margin-left: 30px;
}

.input-group-addon.custom-checkbox-wrapper,
.input-group-addon.custom-radio-wrapper {
	line-height: 0;
}

.custom-checkbox-container,
.custom-radio-container {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #505050;
	position: relative;
	margin-right: 10px;
	border-radius: 2px;
}

.white .custom-checkbox-container,
.white .custom-radio-container {
	border-color: #FFF;
}

.input-group-addon .custom-checkbox-container,
.input-group-addon .custom-radio-container {
	margin-right: 0;
}

.custom-radio-container {
	border-radius: 50px;
}

.custom-checkbox-container input[type="checkbox"],
.custom-radio-container input[type="radio"] {
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.custom-checkbox-container .custom-checkbox-icon {
	position: absolute;
	z-index: 9;
	width: 10px;
	height: 10px;
	left: 50%;
	top: 50%;
	margin-top: -5px;
	margin-left: -5px;
	color: #505050;
	opacity: 0;
	filter: alpha(opacity=0);
	border-radius: 0;
	font: 15px / 1 FontAwesome;
}

.white .custom-checkbox-container .custom-checkbox-icon {
	color: #FFF;
}

.custom-checkbox-container .custom-checkbox-icon:before {
	content: "\f00c";
	position: absolute;
	top: -3px;
	left: 0;
}

.disabled .custom-checkbox-container .custom-checkbox-icon {
	background-image: none;
}

.custom-radio-container .custom-radio-icon {
	position: absolute;
	z-index: 9;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 10px;
	height: 10px;
	left: 50%;
	top: 50%;
	margin-top: -5px;
	margin-left: -5px;
	background-color: #505050;
	border-radius: 50%;
}

.disabled .custom-radio-container .custom-radio-icon {
	background-color: transparent;
}

.custom-checkbox-container input[type="checkbox"]:checked + .custom-checkbox-icon,
.custom-radio-container input[type="radio"]:checked + .custom-radio-icon {
	opacity: 1;
	filter: alpha(opacity=100);
}

.disabled .custom-checkbox-container input[type="checkbox"]:checked + .custom-checkbox-icon {
	background-color: transparent;
}

.custom-checkbox-wrapper *,
.custom-radio-wrapper * {
	vertical-align: middle;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #F1F1F1;
}

.form-control.no-radius,
.input-group.no-radius .form-control,
.input-group.no-radius .input-group-addon,
.input-border-bottom.form-control,
.input-group.input-border-bottom .form-control,
.input-group.input-border-bottom .input-group-addon {
	border-radius: 0 !important;
}

.input-border-bottom.form-control,
.input-group.input-border-bottom .form-control {
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	transition: border 0.45s ease;
	-webkit-transition: border 0.45s ease;
	background-color: transparent;
}

.input-group.input-border-bottom .input-group-addon:first-child {
	border-right: 1px solid #EAEAEA;
	border-top: none !important;
	border-left: none !important;
}

.input-group.input-border-bottom .input-group-addon:last-child {
	border-left: 1px solid #EAEAEA;
	border-top: none !important;
	border-right: none !important;
}

.input-border-bottom.form-control:focus,
.input-group.input-border-bottom .form-control:focus {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.input-border-bottom.form-control {
	transition: padding 0.45s;
	-webkit-transition: padding 0.45s;
}

.input-border-bottom.form-control:focus {
	padding-left: 0;
}

.form-control.dark.input-border-bottom {
	background-color: transparent;
	color: #505050;
}

.form-control.dark.input-border-bottom::-moz-placeholder {
	color: #505050;
}

.form-control.dark.input-border-bottom:-ms-input-placeholder {
	color: #505050;
}

.form-control.dark.input-border-bottom::-webkit-input-placeholder {
	color: #505050;
}

.form-control.dark.input-border-bottom::placeholder {
	color: #505050;
}

/* Dark input */
.form-control.dark {
	border-color: #1A1A1A;
	background-color: #505050;
	color: #C7C7C7;
}

.form-control.dark::-moz-placeholder {
	color: #C7C7C7;
}

.form-control.dark:-ms-input-placeholder {
	color: #C7C7C7;
}

.form-control.dark::-webkit-input-placeholder {
	color: #C7C7C7;
}

.form-control.dark::placeholder {
	color: #C7C7C7;
}

.form-control.dark:focus {
	border-color: #000;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0, 0.52);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.52);
}

/* White input - perfect with background images */
.form-control.white {
	border-color: #FFF;
	background-color: transparent;
	color: #FFF;
}

.form-control.white::-moz-placeholder {
	color: #FFF;
}

.form-control.white:-ms-input-placeholder {
	color: #FFF;
}

.form-control.white::-webkit-input-placeholder {
	color: #FFF;
}

.form-control.dark::placeholder {
	color: #FFF;
}

.form-control.white:focus {
	border-color: #E0E0E0;
	-webkit-box-shadow: 0 0 8px rgba(255,255,255, 0.8);
	box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

form#RepairForm.form {
	background-color: #D9D9D9;
	padding: 30px 20px 1px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #363636;
	margin-bottom: 40px;
	margin-top: 0px;
	margin-left: -15px;
}

form#RepairForm.form h3 {
	color: #363636;
}

form#RepairForm.form input {
	padding: 10px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #313131;
	margin-bottom: 40px;
	margin-top: 0px;
}

form#RepairForm.form textarea {
	padding: 10px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #313131;
	margin-bottom: 40px;
	margin-top: 0px;
}

form#RepairForm.form input[type=file],
input[type=checkbox],
input[type=radio] {
	color: #363636 !important;
	margin-bottom: 0;
}

form#RepairForm.form textarea {
	height: 200px !important;
}

form#RepairForm.form input.btn {
	padding: 10px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	margin-bottom: 40px;
	margin-top: 0px;
}

form#form-2 {
	background-color: #D9D9D9;
	padding: 30px 20px 1px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #363636;
	margin-bottom: 40px;
	margin-top: 0px;
	margin-left: -15px;
}

form#form-2 h3 {
	color: #363636;
}

form#form-2 input {
	padding: 10px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #313131;
	margin-bottom: 40px;
	margin-top: 0px;
}

form#form-2 textarea {
	padding: 10px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #313131;
	margin-bottom: 40px;
	margin-top: 0px;
}

form#form-2 input[type=checkbox] {
	color: #363636 !important;
	padding: 0 !important;
	margin: 0 !important;
	height: 23px;
}

form#form-2 textarea {
	height: 200px !important;
}

form#form-2 input.btn {
	padding: 10px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	margin-bottom: 40px;
	margin-top: 0px;
}

form#form-2 div.form-pagination button.formButton {
	margin-bottom: 50px;
}

form#form-2 div.form-content span.error {
	background-color: #D03030;
	color: #FFFFFF;
	padding: 10px;
}

form#form-1 div.form-content span.error {
	background-color: #D03030;
	color: #FFFFFF;
	padding: 10px;
	line-height: 3.5;
}

/*
 *  Bootstrap TouchSpin - v3.0.1
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */
.bootstrap-touchspin .form-control.vertical-spinner {
	border-radius: 4px 0 0 4px !important;
}

.bootstrap-touchspin .input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 9.5px 12px;
	margin-left: -1px;
	position: relative;
}

.bootstrap-touchspin .btn.btn-default {
	border-color: #EAEAEA;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.btn-default:hover,
.bootstrap-touchspin .input-group-btn-vertical > .btn.btn-default:focus {
	border-color: #DADADA;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0;
	border-top-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	margin-top: -2px;
	border-radius: 0;
	border-bottom-right-radius: 4px;
}

.bootstrap-touchspin-up.btn,
.bootstrap-touchspin-down.btn {
	padding: 9px 12px;
	border-radius: 0 4px 4px 0;
	min-width: 36px;
	text-align: center;
}

.bootstrap-touchspin-down.btn {
	margin-right: -1px !important;
	border-radius: 4px 0 0 4px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -4.5px;
	font-size: 9px;
	font-weight: normal;
}

.form-datetime .input-group-addon,
.form-date .input-group-addon,
.form-time .input-group-addon {
	cursor: pointer;
}

.has-feedback label ~ .form-control-feedback {
	top: 26px;
}

/* -------------------------------------------
2.4 Tabs ( see: elements-tabs.html ) --------- */
.nav-tabs,
.nav-pills {
	margin-bottom: 20px;
}

.nav-tabs {
	border-bottom: 1px solid #EAEAEA;
}

.nav-tabs.nav-tabs-inverse {
	border-bottom: none;
	border-top: 1px solid #EAEAEA;
}

.nav-tabs.nav-tabs-inverse > li {
	margin-bottom: 0;
	margin-top: -1px;
}

.nav-tabs > li > a,
.nav-pills > li > a {
	color: #606060;
	transition: background 0.35s ease, color 0.04s;
	-webkit-transition: background 0.35s ease, color 0.04s;
}

.nav-tabs.no-radius > li > a,
.nav-pills.no-radius > li > a {
	border-radius: 0 !important;
}

.nav-tabs > li > a {
	margin-right: -1px;
}

.nav-tabs.nav-tabs-inverse > li > a {
	border-radius: 0 0 4px 4px;
}

.nav-pills > li > a > i,
.nav-tabs > li > a > i {
	margin-right: 10px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	border-color: transparent;
	background-color: #F3F3F3;
}

.nav-tabs > li > a:hover {
	border-color: #EAEAEA;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #505050;
	background-color: #FFF;
	border: 1px solid #EAEAEA;
	border-top-width: 4px;
	margin-top: -3px;
	border-bottom-color: transparent;
}

.nav-tabs.nav-tabs-inverse > li.active > a,
.nav-tabs.nav-tabs-inverse > li.active > a:hover,
.nav-tabs.nav-tabs-inverse > li.active > a:focus {
	border-top-width: 0;
	margin-top: 0;
	border-bottom-width: 4px;
	margin-bottom: -3px;
	border-top-color: transparent;
	border-bottom-color: #EAEAEA;
}

@media (max-width: 767px) {
	.nav-tabs > li > a > i,
	.nav-pills > li > a > i {
		display: none;
	}
	
	/* Prevent text Overflow for nav-tabs */
	.nav-tabs > li > a,
	.nav-pills > li > a {
		max-width: 80px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}

@media (min-width: 768px) {
	.vertical-tab {
		display: table;
	}
	
	.vertical-tab .nav-tabs,
	.vertical-tab .nav-pils,
	.vertical-tab .tab-content {
		display: table-cell;
	}
	
	.vertical-tab .nav-tabs > li,
	.vertical-tab .nav-pills > li {
		float: none;
		white-space: nowrap;
	}
	
	.vertical-tab.left .tab-content {
		padding-left: 25px;
	}
	
	.vertical-tab.right .tab-content {
		padding-right: 25px;
	}
	
	.vertical-tab .nav-tabs {
		margin-bottom: 0;
		border: none;
	}
	
	.vertical-tab.left .nav-tabs {
		border-right: 1px solid #EAEAEA;
	}
	
	.vertical-tab.right .nav-tabs.nav-tabs-inverse {
		border-left: 1px solid #EAEAEA;
	}
	
	.vertical-tab.left .nav-tabs > li {
		margin: 0;
		margin-right: -1px;
	}
	
	.vertical-tab.right .nav-tabs.nav-tabs-inverse > li {
		margin: 0;
		margin-left: -1px;
	}
	
	.vertical-tab .nav-tabs > li > a,
	.vertical-tab .nav-tabs.nav-tabs-inverse > li > a {
		margin: 0;
	}
	
	.vertical-tab.left .nav-tabs > li > a {
		border-radius: 4px 0 0 4px;
	}
	
	.vertical-tab.right .nav-tabs.nav-tabs-inverse > li > a {
		border-radius: 0 4px 4px 0;
	}
	
	.vertical-tab.left .nav-tabs > li.active > a,
	.vertical-tab.left .nav-tabs > li.active > a:hover,
	.vertical-tab.left .nav-tabs > li.active > a:focus {
		border: 1px solid #EAEAEA;
		border-left-width: 4px;
		margin-left: -3px;
		margin-top: 0;
		border-right-color: transparent;
	}
	
	.vertical-tab.right .nav-tabs.nav-tabs-inverse > li.active > a,
	.vertical-tab.right .nav-tabs.nav-tabs-inverse > li.active > a:hover,
	.vertical-tab.right .nav-tabs.nav-tabs-inverse > li.active > a:focus {
		border: 1px solid #EAEAEA;
		border-right-width: 4px;
		margin-right: -3px;
		margin-bottom: 0;
		margin-top: 0;
		border-left-color: transparent;
	}
	
	/* Nav Pills*/
	.vertical-tab .nav-pills > li {
		margin-bottom: 3px;
	}
	
	.vertical-tab .nav-pills > li + li {
		margin-left: 0;
	}
}

/* Nav pills - pills tab */
.nav-pills > li + li {
	margin-left: 3px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #FFF;
}

.nav-pills.nav-tabs-lava > li + li {
	margin-left: 0;
}

.nav-pills.nav-tabs-lava > li > a:hover,
.nav-pills.nav-tabs-lava > li > a:focus,
.nav-pills.nav-tabs-border > li > a:hover,
.nav-pills.nav-tabs-border > li > a:focus {
	border-color: transparent;
	background-color: transparent;
}

.nav-pills.nav-tabs-lava > li.active > a,
.nav-pills.nav-tabs-lava > li.active > a:hover,
.nav-pills.nav-tabs-lava > li.active > a:focus {
	color: inherit;
	background-color: transparent;
}

.nav-pills.nav-tabs-border > li.active > a,
.nav-pills.nav-tabs-border > li.active > a:hover,
.nav-pills.nav-tabs-border > li.active > a:focus {
	background-color: transparent;
}

.nav-pills.nav-tabs-lava .lavalamp-object {
	background-color: #EAEAEA;
	border-radius: 4px;
}

.nav-pills.nav-tabs-border .lavalamp-object {
	height: 2px !important;
	top: auto !important;
	bottom: 0 !important;
	border-radius: 4px;
}

.nav-pills.nav-tabs-lava.no-radius .lavalamp-object {
	border-radius: 0 !important;
}

/* -------------------------------------------------
2.5 Progress Bars ( see: elements-progressbars.html ) */
.progress {
	margin-bottom: 20px;
	background-color: #EAEAEA;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	overflow: visible;
}

.progress-bar {
	text-align: right;
	padding-right: 15px;
	box-shadow: none;
	-webkit-box-shadow: none;
	position: relative;
}

.progress.progress-sm {
	height: 10px;
}

.progress.progress-sm .progress-bar {
	font-size: 7px;
	line-height: 10px;
	padding-right: 8px;
}

.progress.progress-xs {
	height: 4px;
}

.progress.progress-xs .progress-bar {
	font-size: 0;
	line-height: 5px;
}

.progress.progress-lg {
	height: 30px;
}

.progress.progress-lg .progress-bar {
	font-size: 15px;
	line-height: 30px;
	padding-right: 20px;
}

.progress-bar-dark,
.progress-bar-dark .progress-tooltip {
	background-color: #505050;
}

.progress-bar-gray,
.progress-bar-gray .progress-tooltip {
	color: #505050;
	background-color: #D7D7D7;
}

.progress-text,
.progress-tooltip {
	display: none;
	font-weight: 700;
}

.progress-tooltip {
	position: absolute;
	right: -5px;
	bottom: 100%;
	padding: 2px 8px;
	color: #FFF;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 7px;
	border-radius: 4px;
}

.progress-tooltip:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: 100%;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #505050 transparent transparent transparent;
}

.progress-bar-dark .progress-tooltip:after {
	border-top-color: #505050;
}

.progress-bar-gray .progress-tooltip:after {
	border-top-color: #D7D7D7;
}

.progress-title {
	margin-bottom: 10px;
	font: 700 14px / 1 'Open Sans', Verdana, sans-serif;
}

.circle-progress-container {
	text-align: center;
	margin-bottom: 50px;
}

.circle-progress-container .progress-title {
	margin-bottom: 20px;
}

.circle-progress-container .circle-progress + .progress-title {
	margin-top: 20px;
}

.circle-progress {
	margin-bottom: 15px;
}

/* --------------------------------------------
2.6 Lists ( see: elements-lists.html ) */
/* Predefined List style types */
.list-style {
	padding-left: 20px;
}

.list-style.list-disc {
	list-style-type: disc;
}

.list-style.list-circle {
	list-style-type: circle;
}

.list-style.list-square {
	list-style-type: square;
}

.list-style.list-decimal {
	list-style-type: decimal;
}

.list-style.list-lower-alpha {
	list-style-type: lower-alpha;
}

.list-style.list-upper-alpha {
	list-style-type: upper-alpha;
}

.list-style.list-lower-roman {
	list-style-type: lower-roman;
}

.list-style.list-upper-roman {
	list-style-type: upper-roman;
}

.fa-ul > li {
	margin-bottom: 10px;
}

.fa-ul {
	margin-left: 20px;
}

.fa-li {
	top: 0.2785714em;
}

.list-group {
	margin-bottom: 20px;
}

.list-group-item {
	padding: 10px 15px;
}

a.list-group-item {
	color: #505050;
}

a.list-group-item .list-group-item-heading {
	color: #303030;
	margin-bottom: 10px;
}

a.list-group-item:hover,
a.list-group-item:focus {
	background-color: #F4F4F4;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #FFF;
}

/* --------------------------------------------
2.7 Icons ( see: elements-icons.html ) */
.icon-show-container {
	padding: 10px;
	background-color: #F1F1F1;
	text-align: center;
	margin-bottom: 20px;
	transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.icon-show-container:hover {
	background-color: #E1E1E1;
}

/* --------------------------------------------
2.8 Collapses ( see: elements-collapses.html ) */
.panel {
	margin-bottom: 20px;
	background-color: transparent;
}

.panel-body {
	padding: 15px 20px;
}

.panel-heading {
	padding: 0;
	position: relative;
	transition: background 0.45s ease;
	-webkit-transition: background 0.45s ease;
}

.panel-group.no-radius .panel,
.panel-group.no-radius .panel-heading {
	border-radius: 0 !important;
}

.panel-heading a {
	display: block;
	padding: 15px 20px;
	background-color: #99D2DD;
}

.panel-title {
	font-size: 15px;
}

.panel-icon {
	position: absolute;
	right: 20px;
	top: 50%;
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-size: 18px;
	margin-top: -9px;
	color: #303030 !important;
}

.panel-icon:before {
	content: '\f106';
}

.collapsed .panel-icon:before {
	content: '\f107';
}

/* Default Color */
.panel-default {
	border-color: #EAEAEA;
}

.panel-default > .panel-heading {
	color: #505050;
	background-color: #F9F9F9;
	border-color: #D7D7D7;
}

.panel-default > .panel-heading:hover {
	background-color: #F2F2F2;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EAEAEA;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
	border-top-color: #EAEAEA;
}

/* Custom Color */
.panel-custom > .panel-heading {
	color: #F1F1F1;
}

/* Primary (Blue) add hover state */
.panel-primary > .panel-heading:hover {
	background-color: #286090;
}

/* Inverse (Dark)*/
.panel-inverse {
	border-color: #1A1A1A;
}

.panel-inverse > .panel-heading {
	color: #BEBEBE;
	background-color: #2A2A2A;
	border-color: #1A1A1A;
}

.panel-inverse > .panel-heading:hover {
	background-color: #1A1A1A;
}

.panel-inverse > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #1A1A1A;
}

.panel-inverse .panel-icon {
	color: #EAEAEA !important;
}

.panel-primary .panel-title a,
.panel-custom .panel-title a {
	color: #F5F5F5;
}

.panel-primary .panel-icon,
.panel-custom .panel-icon {
	color: #F1F1F1 !important;
}

.panel-custom .panel-title a:hover,
.panel-primary .panel-title a:hover,
.panel-custom .panel-title a:focus,
.panel-primary .panel-title a:focus {
	color: #FFF;
}

.panel-inverse .panel-title a {
	color: #EAEAEA;
}

.panel-inverse .panel-title a:hover,
.panel-inverse .panel-title a:focus {
	color: #F1F1F1;
}

/* Panel Bordered */
.panel-bordered,
.panel-border-tb {
	border-color: #EAEAEA;
}

.panel-bordered > .panel-heading,
.panel-border-tb > .panel-heading {
	border-color: #EAEAEA;
}

.panel-bordered > .panel-heading + .panel-collapse > .panel-body,
.panel-der-tb > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EAEAEA;
}

.panel-border-tb > .panel-heading {
	border-radius: 0;
}

.panel-border-tb.panel {
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-left: none;
	border-right: none;
}

/* --------------------------------------------
2.9 Grid ( see: elements-grids.html ) */
.row-showcase div[class^="col"],
.row-showcase div[class*=' col'] {
	background-color: #F1F1F1;
	padding-top: 30px;
	padding-bottom: 30px;
	border: 1px solid #FFF;
	text-align: center;
	transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
}

.row-showcase div[class^="col"]:hover,
.row-showcase div[class*=' col']:hover {
	background-color: #EAEAEA;
}

/* --------------------------------------------
2.10 Tooltips (see: elements-more.html) ----- */
.tooltip {
	z-index: 900;
	font: 13px / 1.4 'Open Sans', Verdana, sans-serif;
}

.tooltip.in {
	filter: alpha(opacity=94);
	opacity: 0.94;
}

.tooltip.top {
	padding: 8px 0;
}

.tooltip.right {
	padding: 0 8px;
}

.tooltip.bottom {
	padding: 8px 0;
}

.tooltip.left {
	padding: 0 8px;
}

.tooltip-inner {
	padding: 3px 10px;
	color: #FFF;
	border-radius: 0;
	white-space: nowrap;
}

.tooltip.top .tooltip-arrow {
	margin-left: -5px;
	border-width: 0 10px 10px 0;
}

.tooltip.right .tooltip-arrow {
	margin-top: -7.5px;
	border-width: 0 0 10px 10px;
}

.tooltip.left .tooltip-arrow {
	margin-top: -7.5px;
	border-width: 10px 0 0 10px;
}

.tooltip.bottom .tooltip-arrow {
	margin-left: -5px;
	border-width: 0 0 10px 10px;
}

/* --------------------------------------------
2.11 Popover (see: elements-more.html) ----- */
.popover {
	box-shadow: none;
	-webkit-box-shadow: none;
	z-index: 900;
	border: 1px solid transparent;
	background-color: #F6F6F6;
	border-radius: 0;
	padding: 0;
	font-family: inherit;
	min-width: 270px;
}

.popover-title {
	padding: 10px 14px 9px;
	margin: 0;
	font: 700 14px / 1 'Raleway', Verdana;
	color: #F1F1F1;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.popover-content {
	padding: 9px 14px;
}

.popover.top > .arrow:after {
	border-top-color: #F6F6F6;
}

.popover.right > .arrow:after {
	border-right-color: #F6F6F6;
}

.popover.left > .arrow:after {
	border-left-color: #F6F6F6;
}

/* ----------------------------------------------
2.12 Bootstrap slider (see: elements-more.html) */
.carousel-inner > .item {
	padding: 0;
	margin: 0;
}

.carousel-inner > .item > a {
	display: block;
}

.carousel-control {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	width: 36px;
	height: 40px;
	font-size: 20px;
	line-height: 38px;
	color: #FFF;
	text-align: center;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
	border: 1px solid #FFF;
	transition: background 0.35s ease, border 0.35s ease;
	-webkit-transition: background 0.35s ease, border 0.35s ease;
}

.carousel-control.left {
	left: 20px;
	background-image: none;
}

.carousel-control.right {
	right: 20px;
	left: auto;
	background-image: none;
}

.carousel-control:hover,
.carousel-control:focus {
	filter: alpha(opacity=100);
	opacity: 1;
}

.carousel-caption {
	font-size: 16px;
	text-shadow: none;
}

.carousel-indicators li {
	margin: 0 4px;
}

/* --------------------------------------------
2.13 Maps (see: elements-maps.html) -------- */
.map-show {
	width: 100%;
	height: 300px;
}

@media (min-width: 768px) {
	.map-show {
		height: 500px;
	}
}

.map-show.small {
	height: 400px;
}

/* You can Delete this code if you don't use vector world map see (elements-maps.hmtl) */
/*!
 * jQVMap Version 1.0 
 *
 * http://jqvmap.com
 *
 * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
 * Licensed under the MIT license.
 *
 * Fork Me @ https://github.com/manifestinteractive/jqvmap
 */
.jqvmap-label {
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: 'Open Sans', sans-serif, Verdana;
	font-size: smaller;
	padding: 2px 6px;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
	position: absolute;
	left: 10px;
	border-radius: 3px;
	background: #000000;
	padding: 0;
	color: white;
	width: 16px;
	height: 16px;
	cursor: pointer;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

.jqvmap-zoomin {
	top: 10px;
}

.jqvmap-zoomout {
	top: 30px;
}

.jqvmap-region {
	cursor: pointer;
}

.jqvmap-ajax_response {
	width: 100%;
	height: 500px;
}

/* ----------------------------------------------
2.14 Counters (see: elements-counters.html) --- */
.count-container {
	margin-bottom: 50px;
}

.count-container.smallest {
	margin-bottom: 40px;
}

.count {
	display: inline-block;
	font: 700 36px / 1 'Raleway', Verdana, sans-serif;
	margin-bottom: 30px;
}

.count-container.smaller .count {
	font-size: 32px;
	margin-bottom: 20px;
}

.count-container.smallest .count {
	font-size: 24px;
	margin-bottom: 16px;
}

.count,
.count-container h3 {
	position: relative;
	z-index: 5;
}

.count-container.smallest h3:last-child {
	margin-bottom: 0;
}

.count-container h3 > span {
	font-weight: 500;
}

@media (max-width: 480px) {
	.count-container.col-xs-6,
	.col-xss-12 {
		float: none;
		width: 100%;
	}
	
	.hidden-xss {
		display: none !important;
	}
}

.count-icon-bg {
	font-size: 42px;
	line-height: 1;
	display: block;
	position: absolute;
	left: 30%;
	top: -20px;
	color: #F1F1F1;
	z-index: 1;
}

.count-container.smaller .count-icon-bg {
	font-size: 32px;
	top: 0;
}

@media (min-width: 768px) {
	.count-icon-bg {
		font-size: 48px;
		left: 45%;
		top: -10px;
	}
	
	.count-container.smaller .count-icon-bg {
		font-size: 38px;
	}
}

.count-icon {
	font-size: 36px;
	line-height: 1;
	display: block;
	margin-bottom: 20px;
	color: #4A4A4A;
}

.count-container.smallest .count-icon {
	font-size: 32px;
	margin-bottom: 18px;
}

.count-box {
	position: relative;
	border: 2px solid #EAEAEA;
	padding-top: 25px;
	padding-bottom: 25px;
}

.count-box .count-icon {
	margin-bottom: 15px;
}

.count-box .count {
	margin-bottom: 20px;
}

.count-box h3 {
	margin-bottom: 0;
}

.count-box-icon {
	padding-top: 60px;
	padding-bottom: 30px;
}

.count-box-icon .count-icon {
	display: inline-block;
	position: absolute;
	top: -36px;
	left: 50%;
	width: 90px;
	height: 72px;
	line-height: 72px;
	margin-left: -45px;
	border: 2px solid #EAEAEA;
	background-color: #FFF;
}

.counter-group {
	position: relative;
	padding: 15px 0;
	overflow: hidden;
}

.counter-group:before,
.counter-group:after {
	content: '';
	display: block;
	background-color: #EAEAEA;
	position: absolute;
}

.counter-group:before {
	width: 2px;
	left: 50%;
	margin-left: -1px;
	top: 0;
	bottom: 0;
}

.counter-group:after {
	height: 2px;
	left: 15px;
	right: 15px;
	top: 50%;
	margin-top: -1px;
}

.counter-group > .row:last-child .count-container {
	margin-top: 50px;
	margin-bottom: 0;
}

@media (max-width: 480px) {
	.counter-group:before,
	.counter-group:after {
		display: none;
	}
	
	.counter-group > .row:last-child .count-container {
		margin-top: 0;
		margin-bottom: 50px;
	}
}

/* ----------------------------------------------
2.15 Services (see: elements-services.html) --- */
.service {
	margin-bottom: 40px;
	position: relative;
}

@media (min-width: 768px) {
	.service {
		margin-bottom: 50px;
	}
	
	.service.service-hover-bg {
		margin-bottom: 30px;
	}
}

.service.reverse {
	text-align: right;
}

.service-icon {
	min-width: 60px;
	display: block;
	float: left;
	font-size: 32px;
	line-height: 1;
}

.service.reverse .service-icon {
	float: right;
}

.service-content {
	margin-left: 60px;
}

.service.reverse .service-content {
	margin-left: 0;
	margin-right: 60px;
}

.service-title {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 10px;
}

article.entry .entry-content img {
	max-width: 97%;
	height: auto;
	/*(*+border-radius: 15px;*)
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;*/
}

article.entry .entry-content-post img {
	margin: 20px;
}

article.entry.single div.entry-content ol {
	background-color: #D9D9D9;
	/*+border-radius: 9px;*/
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	padding: 15px 4px;
	list-style-type: decimal;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

article div.entry-content ol li {
	margin-left: 44px;
	padding-left: 7px;
}

article.entry.single div.entry-content ul {
	background-color: #D9D9D9;
	/*+border-radius: 9px;*/
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	padding: 15px 4px;
	margin-right: 20px;
	margin-left: 10px;
	list-style-type: disc;
	margin-bottom: 20px;
	margin-top: 20px;
}

article.entry.single div.entry-content ul.downloadsPageList {
	background-color: #FFFFFF;
	/*+border-radius: 9px;*/
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	padding: 15px 4px;
	margin-right: 20px;
	margin-left: 10px;
	list-style-type: none;
	margin-bottom: 20px;
	margin-top: 20px;
}

div.service-content img.albumImage {
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

ul.latest-posts-list.downloadsPageList li {
	margin: 0 0 20px 0;
	padding-left: 0;
}

ul.latest-posts-list.downloadsPageList li figure a i {
	background-color: rgba(255, 255, 255, 0) !important;
}

article div.entry-content ul li {
	margin-left: 44px;
	padding-left: 7px;
}

article.entry div.entry-content p a {
	background-color: #EFEFEF;
	/*+border-radius: 4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding: 2px;
	transition: 0.1s;
	text-decoration: none;
}

article.entry div.entry-content p a:hover {
	background-color: #D2D2D2;
	transition: 0.1s;
	text-decoration: none;
}

article.entry div.entry-content ul a {
	background-color: #EFEFEF;
	/*+border-radius: 4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding: 2px;
	transition: 0.1s;
	text-decoration: none;
}

article.entry div.entry-content ul a {
	background-color: #EFEFEF;
	/*+border-radius: 4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding: 2px;
	transition: 0.1s;
	text-decoration: none;
}

ul.latest-posts-list.downloadsPageList li div.entry-content h5 a {
	padding: 5px;
	line-height: 1.7;
}

article.entry div.entry-content ul a:hover {
	background-color: #D9D9D9;
	transition: 0.1s;
	text-decoration: none;
}

div.downloadsList {
	background-color: #DBDBDB !important;
	list-style: none;
	margin: 20px;
	padding: 5px 15px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

div.downloadsList h3 {
	margin: 5px;
	padding: 5px 15px;
}

div.downloadsList ul {
	background-color: rgba(255, 255, 255, 0) !important;
	list-style: none;
}

div.downloadsList ul li {
	background-color: #E7E7E7;
	margin: 5px !important;
	padding: 5px 5px 5px 24px !important;
	list-style: none;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

div.downloadsList ul li:hover {
	background-color: #E1E1E1;
}

div.downloadsList ul li a {
	font-weight: bold;
	display: block;
	padding: 0;
}

div.downloadsList ul li a:hover {
	color: #000000;
}

div.downloadsList ul li a:before {
	content: ;
	font-family: 'FontAwesome';
	content: '\f019';
	margin: 0 5px 0 -15px;
	color: #505050;
}

.service.vertical .service-icon {
	float: none;
	margin-bottom: 25px;
}

.service.vertical .service-content {
	margin-left: 0;
}

.service.vertical.reverse .service-content {
	margin-right: 0;
}

.service.vertical .service-title.title-underblock {
	margin-bottom: 18px;
}

.service-box {
	padding: 25px 15px;
	/*border: 2px solid #EAEAEA;*/
	background-color: #FFFFFF;
	/*(*+border-radius: 15px;*)
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;*/
}

.bg-gray .service-box {
	border-color: #D6D6D6;
}

.service-box p {
	margin-bottom: 0;
	color: #878787;
}

.service-box:hover.service-box p {
	color: #FFFFFF;
}

.service-hover {
	overflow: hidden;
}

.service-hover-bg {
	transition: background 0.1s linear, border 0.1s;
	/*-webkit-transition: background 0.1s cubic-bezier(.17,.83,.29,.04), border 0.2s cubic-bezier(.17,.83,.29,.04);*/
}

.service-hover-bg:hover,
.service-hover-bg:hover .first-color,
.service-hover-bg:hover .second-color,
.service-hover-bg:hover .third-color,
.service-hover-bg:hover .service-title,
.service-hover-bg.custom2:hover {
	color: #FFFFFF !important;
}

.service-hover-bg.dark:hover {
	background-color: #2A2A2A;
	border-color: #1A1A1A;
	color: #FFF;
}

.service-hover-bg.dark:hover .title-underblock.custom:after,
.service-hover-bg.dark:hover .title-underblock.gray:after,
.service-hover-bg.dark:hover .title-underblock.dark:after {
	background-color: #1A1A1A;
}

.service-group .service-hover-bg {
	padding: 25px 15px;
}

.service-group .service-hover-bg p {
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.service-group .service {
		margin-bottom: 80px;
	}
	
	.service-group .service:before,
	.service-group .service:after {
		content: '';
		display: block;
		position: absolute;
		background-color: #EAEAEA;
	}
	
	.service-group .service:before {
		height: 2px;
		left: 0;
		right: 0;
		bottom: -40px;
	}
	
	.service-group .service:after {
		width: 2px;
		top: 0;
		bottom: 0;
		right: -16px;
	}
	
	.service-group .row:last-child .service:before {
		display: none;
	}
	
	.service-group .col-sm-4:last-child .service:after {
		display: none;
	}
	
	.service-group .service-hover {
		overflow: visible;
	}
}

div#contactMap {
	/*+border-radius: 18px !important;*/
	-moz-border-radius: 18px !important;
	-webkit-border-radius: 18px !important;
	-khtml-border-radius: 18px !important;
	border-radius: 18px !important;
}

/* --------------------------------------------------
2.16 Pagination (Bootstrap Pagination Overwrite)--- */
.pagination-container {
	padding-top: 30px;
	border-top: 1px solid #EAEAEA;
}

.pagination {
	margin: 0;
	border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
	padding: 6px 11px;
	color: #777;
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	margin-left: 4px;
	border-radius: 0;
	transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	min-width: 34px;
	text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #505050;
	background-color: #F1F1F1;
	border-color: #D7D7D7;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #FFFFFF;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777777;
	background-color: #FFF;
	border-color: #EAEAEA;
	cursor: not-allowed;
}

/* -------------------------------------
2.17 Bootstrap Modal ----------------- */
.modal {
	z-index: 9200;
}

.modal-header {
	padding: 22px 20px;
	position: relative;
	border-bottom: none;
}

.modal-header .close {
	font-family: 'Open Sans', Verdana;
	position: absolute;
	right: -1px;
	top: 0;
	height: 100%;
	font-size: 24px;
	width: 42px;
	background: rgba(0, 0, 0, 0.2);
	color: #FFF;
	text-align: center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	opacity: 0.4;
}

.modal-header .close:hover,
.modal-header .close:focus {
	opacity: 0.9;
}

.modal-header,
.modal-footer {
	background-color: #2A2A2A;
	color: #EAEAEA;
}

.modal-header h2,
.modal-header h3,
.modal-header h4 {
	color: #EAEAEA;
}

.modal.light .modal-header {
	border-bottom: 1px solid #EAEAEA;
}

.modal.light .modal-header,
.modal.light .modal-footer {
	background-color: transparent;
	color: #303030;
}

.modal.light .modal-header h2,
.modal.light .modal-header h3,
.modal.light .modal-header h4 {
	color: #303030;
}

.modal.light .modal-header .close {
	background-color: transparent;
	color: #303030;
}

.modal-body {
	padding: 30px 20px;
}

.modal-body .form-group:last-child,
.modal-body .form-group:last-child .form-control {
	margin-bottom: 5px;
}

.modal-footer {
	padding: 15px 20px;
}

.modal-footer.text-center {
	text-align: center;
}

.modal-footer.text-left {
	text-align: left;
}

.modal-content {
	background-color: #FAFAFA;
	border: 1px solid #2A2A2A;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.modal .input-group:last-child {
	margin-bottom: 0;
}

/* -----------------------------------------
2.18 Dividers (elements-dividers.html) -- */
.divider {
	width: 100%;
	margin: 40px 0;
	position: relative;
}

.divider > span {
	background-color: #FFF;
	display: block;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	font-size: 1.2em;
	width: 48px;
	height: 48px;
	line-height: 46px;
	border: 1px solid #EAEAEA;
	text-align: center;
	border-radius: 50%;
}

.bg-dark .divider > span {
	background-color: #2A2A2A;
}

.bg-lightgray .divider > span {
	background-color: #F2F2F2;
}

.bg-lightergray .divider > span {
	background-color: #FAFAFA;
}

.bg-gray .divider > span {
	background-color: #E5E5E5;
	border-color: #D0D0D0;
}

.divider.line {
	border-bottom: 1px solid #EAEAEA;
}

.divider.line.double {
	border-top: 1px solid #EAEAEA;
	padding: 4px 0;
	border-bottom: 1px solid #EAEAEA;
}

.divider.bg-divider {
	padding: 5px 0;
	background-color: #EAEAEA;
}

.bg-gray .divider.bg-divider {
	background-color: #D3D3D3;
}

.divider.pattern-square {
	padding: 5px 0;
	background-color: #EAEAEA;
	background-image: linear-gradient(white 2px, transparent 2px), linear-gradient(90deg, white 2px, transparent 2px), linear-gradient(rgba(255, 255, 255, 0.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.7) 1px, transparent 1px);
	background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
	background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

/* ----------------------------------------
2.19 Team Members --------------------- */
@media (max-width: 520px) {
	.team-member-container {
		float: none;
		width: 100%;
	}
}

.team-member {
	position: relative;
	margin-bottom: 50px;
}

.team-member.boxed-member {
	background-color: #F4F4F4;
	padding-bottom: 18px;
}

.team-member.boxed-member.white {
	background-color: #FFF;
}

.team-member figure {
	margin-bottom: 25px;
	position: relative;
}

.team-member img {
	display: block;
	width: 100%;
	height: auto;
}

.team-member h3 {
	font-size: 18px;
	margin-bottom: 6px;
	letter-spacing: 0.5px;
}

.team-member .member-desc {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 10px 20px;
}

.team-member .member-desc > span {
	font-style: italic;
	font-weight: 400;
}

.team-member figcaption {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 50px 0 5px;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, 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(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) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, 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) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	/* IE6-9 */
}

.team-member .social-icon {
	font-size: 16px;
	color: #FFF;
}

.team-member .social-icons.dark .social-icon {
	color: #5A5A5A;
}

.team-member .member-meta {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px 20px 30px;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	/* IE6-9 */
}

.team-member .member-meta h3,
.team-member .member-meta .member-desc {
	color: #FFF;
}

.animate-hover-member {
	overflow: hidden;
}

.animate-hover-member.team-member figure,
.team-member-circle figure {
	margin-bottom: 0;
}

.animate-hover-member.team-member .member-meta,
.animate-hover-member.team-member figcaption {
	opacity: 0;
}

.animate-hover-member.team-member .member-meta {
	transform: translateY(-120px);
	-webkit-transform: translateY(-120px);
	-ms-transform: translateY(-120px);
}

.animate-hover-member.team-member figcaption {
	transform: translateY(90px);
	-webkit-transform: translateY(90px);
	-ms-transform: translateY(90px);
}

.animate-hover-member.team-member:hover .member-meta,
.animate-hover-member.team-member:hover figcaption {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	opacity: 1;
}

.team-member.team-animate-social figcaption {
	opacity: 0;
	overflow: hidden;
}

.team-member.team-animate-social .social-icon {
	transition: all 0.4s ease, color 0.05s linear;
	-webkit-transition: all 0.4s ease, color 0.05s linear;
}

.team-member.team-animate-social .social-icon {
	transform: translateY(90px);
	-webkit-transform: translateY(90px);
	-ms-transform: translateY(90px);
}

.team-member.team-animate-social .social-icon:nth-child(2) {
	transition-delay: 0.1s;
}

.team-member.team-animate-social .social-icon:nth-child(3) {
	transition-delay: 0.2s;
}

.team-member.team-animate-social .social-icon:nth-child(4) {
	transition-delay: 0.3s;
}

.team-member.team-animate-social .social-icon:nth-child(5) {
	transition-delay: 0.4s;
}

.team-member.team-animate-social .social-icon:nth-child(6) {
	transition-delay: 0.5s;
}

.team-member.team-animate-social:hover figcaption {
	opacity: 1;
}

.team-member.team-animate-social .social-icon:hover {
	transition-delay: 0s !important;
}

.team-member.team-animate-social:hover .social-icon {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
}

.team-member-circle {
	overflow: hidden;
}

.team-member-circle,
.team-member-circle figure,
.team-member-circle img {
	border-radius: 500px;
}

.team-member-circle.circle-center .member-meta {
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.42);
	background-image: none;
}

.team-member-circle.circle-center .social-icon {
	margin-bottom: 0;
}

.team-member-circle.circle-center .member-meta {
	visibility: hidden;
	opacity: 0;
	border-radius: 500px;
}

.team-member-circle.circle-center:hover .member-meta {
	opacity: 1;
	visibility: visible;
}

.team-member-circle.circle-center.circle-rotateIn {
	overflow: visible;
}

.team-member-circle.circle-center.circle-rotateIn .member-meta {
	transform: translateX(-50%) rotateZ(-360deg);
	-webkit-transform: translateX(-50%) rotateZ(-360deg);
	-ms-transform: translateX(-50%) rotateZ(-360deg);
}

.team-member-circle.circle-center.circle-rotateIn:hover .member-meta {
	transform: translateX(0) rotateZ(0);
	-webkit-transform: translateX(0) rotateZ(0);
	-ms-transform: translateX(0) rotateZ(0);
}

.team-member-box {
	padding: 15px 15px 10px;
	background: #F6F6F6;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.team-member-box:hover {
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0 3px 12px rgba(0,0,0, 0.18);
}

.team-member-box img {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}

.team-member-box.dark {
	background-color: #2A2A2A;
}

.team-member-box.dark h3,
.team-member-box.dark .member-desc,
.team-member-box.dark .social-icon,
.team-member-box.dark .social-icons.dark .social-icon {
	color: #BEBEBE;
}

.team-member-box.custom h3,
.team-member-box.custom .member-desc,
.team-member-box.custom .social-icon,
.team-member-box.custom .social-icons.dark .social-icon,
.team-member-box.custom2 h3,
.team-member-box.custom2 .member-desc,
.team-member-box.custom2 .social-icon,
.team-member-box.custom2 .social-icons.dark .social-icon {
	color: #EAEAEA;
}

.team-member-box:hover img {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
}

/* -----------------------------------------
2.20 Labels ----------------------------- */
.label {
	display: inline-block;
	padding: 0 10px;
	font: 600 10px / 1.6 'Open Sans', Verdana;
	color: #FFF;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	vertical-align: middle;
}

.label-popular {
	background-color: #E02A40;
}

.label-new {
	background-color: #28A1E0;
}

.label-category {
	background-color: #E53935;
}

/* --------------------------------------------------
2.21 Callouts (see:elements-callouts.html) ------- */
.callout {
	position: relative;
	margin-bottom: 60px;
	padding: 30px 25px;
	background-color: #F1F1F1;
	overflow: hidden;
}

.callout p {
	font-size: 15px;
}

.callout-action img {
	max-width: 15%;
	height: auto;
	margin: 20px;
}

.boxed .callout .container,
.boxed-long .callout .container {
	width: 100% !important;
}

.callout.lighter {
	background-color: #F8F8F8;
}

.callout.callout-dark.bordered {
	background-color: #CBCBCB !important;
}

.callout.callout-alert.bordered {
	background-color: #A0C9F2 !important;
	border: 2px solid #000001;
}

.callout.no-margin {
	margin: 0 !important;
}

.callout.large {
	padding: 40px 30px;
}

.callout.larger {
	padding: 50px 30px;
}

.callout.largest {
	padding: 70px 30px;
}

.callout.radius4x {
	border-radius: 4px;
}

.callout.radius8x {
	border-radius: 8px;
}

.callout.radius12x {
	border-radius: 12px;
}

.callout.no-padding-bt {
	padding-bottom: 0 !important;
}

.callout.bordered {
	background-color: transparent !important;
	/*border: 3px solid #F1F1F1;*/
}

.callout.bordered.work-with-us {
	background-color: rgba(0, 0, 0, 0.023) !important;
	border: 3px solid #F1F1F1;
}

.callout.no-bg {
	background-color: transparent !important;
}

.callout.white {
	background-color: #FFF !important;
}

.callout.no-border-top {
	border-top: none !important;
}

.callout.bordered.fullwidth {
	border-left: none;
	border-right: none;
}

.callout.callout-vertical {
	text-align: center;
	padding: 35px 25px;
}

.callout.callout-vertical.larger {
	padding: 50px 30px;
}

.callout.callout-vertical.largest {
	padding: 70px 30px;
}

.callout:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 3px;
}

.callout.no-border:after,
.callout.bordered:after,
.callout.callout-vertical.no-border:after {
	display: none;
}

.callout.callout-vertical:after {
	width: auto;
	bottom: auto;
	left: 0;
	top: 0;
	right: 0;
	height: 3px;
}

.callout-icon {
	position: absolute;
	left: 30px;
	top: 50%;
	z-index: 0;
	line-height: 1;
	font-size: 6em;
	color: #FFF;
	/* vertical center and rotate little */
	transform: rotate(10deg) translateY(-50%);
	-webkit-transform: rotate(10deg) translateY(-50%);
	-ms-transform: rotate(10deg) translateY(-50%);
}

.callout-icon.reverse {
	left: auto;
	right: 30px;
	transform: rotate(-10deg) translateY(-50%);
	-webkit-transform: rotate(-10deg) translateY(-50%);
	-ms-transform: rotate(-10deg) translateY(-50%);
}

.bordered .callout-icon {
	color: #EAEAEA;
}

.callout-wrapper {
	display: table;
	width: 100%;
	position: relative;
	z-index: 1;
}

.callout-left,
.callout-right {
	display: table-cell;
	vertical-align: middle;
}

.callout-title {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 1.4;
}

.callout-vertical .callout-title {
	margin-bottom: 13px;
}

.callout-desc {
	font-size: 16px;
	line-height: 1.5;
}

.callout-vertical .callout-desc {
	max-width: 800px;
	margin: 0 auto 25px;
}

img.partnerLogo {
	position: relative;
	max-width: 24%;
	height: auto;
	margin: 10px;
	/*(*+box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.436);*)
	-moz-box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.436);
	-webkit-box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.436);
	box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.436);*/
	padding: 7px;
	/*background-color: #E1E1E1;*/
}

@media (max-width: 767px) {
	img.partnerLogo {
		position: relative;
		max-width: 67%;
		height: auto;
		margin: 10px;
		/*(*+box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.436);*)
		-moz-box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.436);
		-webkit-box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.436);
		box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.436);*/
		padding: 7px;
		/*background-color: #E1E1E1;*/
	}
}

/* fix for auto inline-block margin */
.callout-action {
	font-size: 0;
}

.callout-action .btn + .btn {
	margin-left: 10px;
}

.callout-action form {
	max-width: 420px;
	margin: 0 auto;
}

/* Color Schemes - Dark */
.callout.dark {
	background-color: #2A2A2A;
	border-color: #2A2A2A;
}

.callout.dark:not(.bordered) {
	color: #9A9A9A;
}

.callout.dark:not(.bordered) .callout-title {
	color: #BEBEBE;
}

.callout.dark .callout-icon {
	color: #4E4E4E;
}

/* Color Schemes - Custom*/
.callout.custom:not(.bordered) {
	color: #E1E1E1;
}

.callout.custom:not(.bordered) .callout-title {
	color: #EAEAEA;
}

@media (min-width: 768px) {
	.callout-left {
		padding-right: 25px;
	}
	
	.callout-left *:last-child,
	.callout-right *:last-child {
		margin-bottom: 0;
	}
	
	.callout-right {
		text-align: right;
	}
	
	.callout-right.text-left {
		text-align: left;
	}
}

@media (max-width: 767px) {
	.callout {
		text-align: center;
	}
	
	.callout-wrapper,
	.callout-left,
	.callout-right {
		display: block;
	}
	
	.callout-desc {
		font-size: 15px;
	}
	
	.callout-left + .callout-right .callout-title {
		margin-top: 20px;
	}
	
	.callout-left + .callout-right .callout-desc {
		margin-bottom: 0;
	}
	
	.callout-action .min-width.btn {
		min-width: 0;
	}
}

/* =============================================
---------------  3.Header / Navbar  -------------
==============================================*/
#header {
	border-top: 2px solid transparent;
	position: relative;
}

#header.no-border {
	border: none;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0;
	border-top: none;
	border-right: none;
	border-left: none;
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 0;
	}
}

.navbar-top {
	background-color: rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid transparent;
}

.navbar-top.no-bg {
	background-color: transparent;
}

.navbar-top.navbar-color {
	border-bottom: none;
}

@media (min-width: 992px) {
	.navbar-top {
		padding: 0 15px;
	}
	
	.boxed .navbar-top,
	.boxed-long .navbar-top {
		padding: 0;
	}
}

.navbar-top {
	font: 600 13px / 38px 'Open Sans', Verdana;
}

.navbar-top.navbar-color .social-icon,
.navbar-top.navbar-color .navbar-top-nav > li > a,
.navbar-top.navbar-color .dropdown-toggle {
	color: #EEE !important;
}

.navbar-top.navbar-color .social-icon:hover,
.navbar-top.navbar-color .navbar-top-nav > li > a:hover,
.navbar-top.navbar-color .dropdown-toggle:hover,
.navbar-top.navbar-color .open > .dropdown-toggle {
	color: #FFF !important;
}

.navbar-top-nav li {
	float: left;
	margin-right: 10px;
}

.navbar-top-nav li i,
.navbar-top .account-dropdown i {
	margin-right: 8px;
}

.navbar-top-nav li:after,
.navbar-top .social-icon:after {
	content: '/';
	padding-left: 10px;
}

.navbar-top.navbar-color .navbar-top-nav li:after,
.navbar-top.navbar-color .social-icon:after {
	color: #BABABA !important;
}

.navbar-top-nav li:last-child:after,
.navbar-top .social-icon:last-child:after {
	content: '';
	padding-left: 0;
}

.navbar-top .social-icon {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 38px;
	padding-right: 0;
	margin-left: 0;
}

.navbar-top .pull-right .social-icon:last-child {
	margin-right: 0;
}

.navbar-top .dropdowns-container.pull-right {
	padding-right: 15px;
	margin-right: 30px;
	border-right: 1px solid transparent;
}

.navbar-top .dropdowns-container.pull-right.last {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

.navbar-top.navbar-color .dropdowns-container.pull-right {
	border-right: none;
	padding-right: 0;
}

@media (max-width: 767px) {
	.navbar-top .dropdowns-container.pull-right {
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	}
	
	.navbar-top .account-dropdown.pull-right {
		margin-left: 15px;
	}
	
	.boxed-container {
		padding: 0;
		min-height: 0;
	}
}

.navbar-top .dropdown-toggle {
	line-height: 38px;
	display: block;
}

.navbar-top .dropdown-toggle {
	padding: 0;
}

@media (max-width: 992px) {
	.navbar-top .pull-right .dropdown + .dropdown {
		margin-right: 15px;
	}
}

@media (min-width: 992px) {
	.navbar-top .dropdown-toggle {
		padding: 0 15px;
	}
	
	.navbar-top .dropdowns-container.pull-right.last .currency-dropdown .dropdown-toggle {
		padding-right: 0;
	}
	
	.navbar-top .account-dropdown.pull-right > .dropdown-toggle {
		padding: 0;
	}
}

.navbar-top .dropdown-menu {
	margin-top: 0;
	border: 1px solid transparent;
	border-radius: 0;
	min-width: 100%;
}

.navbar-top .dropdown-menu > li > a {
	padding: 4px 15px;
	font-size: 13px;
	font-weight: 600;
}

.navbar-collapse {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.navbar-header.fullwidth {
	float: none;
}

.navbar-header .social-icons {
	margin-top: 28px;
	margin-bottom: 28px;
}

.navbar-header .social-icon {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 34px;
	padding-right: 0;
	margin-left: 0;
	margin-right: 12px;
}

.navbar-brand {
	position: relative;
	float: left;
	height: 80px;
	padding: 15px 15px 25px 15px;
	font: 700 32px / 1 'Raleway', Verdana, sans-serif;
	border-right: 0px solid transparent;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
}

.navbar > .container .navbar-brand {
	margin-left: 0;
}

.navbar-brand.pull-right {
	border-right: none;
	border-left: 1px solid transparent;
}

.clear-margin-right {
	margin-right: 0 !important;
}

@media (min-width: 768px) {
	.navbar-brand {
		height: 90px;
		padding: 19px 15px 28px;
		font-size: 36px;
	}
	
	.container .navbar-brand {
		padding-left: 0;
		margin-left: -2px;
		margin-top: 0px;
	}
	
	.container .navbar-brand.pull-right {
		padding-left: 15px;
		margin-left: 0;
	}
	
	.navbar .navbar-inner > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
	
	.navbar-smaller .navbar-brand {
		height: 60px;
		font-size: 32px;
		padding: 14px 15px;
	}
	
	.navbar-brand.clear-padding-left {
		padding-left: 0 !important;
	}
	
	.navbar-brand.clear-padding-right {
		padding-right: 0 !important;
	}
	
	.navbar-brand-center {
		float: none;
		border: none;
		display: block;
		text-align: center;
	}
	
	.navbar-brand-center.bordered {
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
	}
}

@media (min-width: 992px) {
	.navbar-brand {
		height: 100px;
		padding: 23px 21px 21px;
		font-size: 42px;
	}
	
	.navbar-smaller .navbar-brand {
		height: 80px;
		padding: 19px 30px 21px;
		font-size: 40px;
	}
	
	.container .navbar-brand.pull-right {
		padding-left: 30px;
		margin-left: 0;
	}
	
	.boxed-container .navbar-brand {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.boxed .container-fluid .navbar-brand,
	.boxed-long .container-fluid .navbar-brand {
		padding-left: 15px;
	}
	
	.navbar-header .social-icons {
		margin-top: 33px;
		margin-bottom: 33px;
	}
	
	.boxed-container .navbar-header .social-icons {
		padding-left: 15px;
	}
}

.navbar-toggle,
.btn-toggle {
	position: relative;
	float: left;
	padding: 8px 9px;
	margin: 24px 15px 24px 15px;
	line-height: 0;
	background-image: none;
	border: none;
	border-radius: 0;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
}

.btn-toggle.pull-right {
	margin-left: 0;
}

.navbar-toggle.pull-right {
	margin-left: -5px;
}

.navbar-toggle .icon-bar,
.btn-toggle .icon-bar {
	display: block;
	width: 14px;
	height: 2px;
	margin: 7px 0;
	border-radius: 0;
	position: relative;
}

.navbar-toggle .icon-bar,
.btn-toggle .icon-bar,
.navbar-toggle .icon-bar:before,
.btn-toggle .icon-bar:before,
.navbar-toggle .icon-bar:after,
.btn-toggle .icon-bar:after {
	display: inline-block;
	width: 14px;
	height: 2px;
	border-radius: 4px;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
}

.navbar-toggle .icon-bar:before,
.navbar-toggle .icon-bar:after,
.btn-toggle .icon-bar:before,
.btn-toggle .icon-bar:after {
	content: '';
	position: absolute;
	left: 0;
}

.navbar-toggle .icon-bar:before,
.btn-toggle .icon-bar:before {
	top: 4px;
}

.navbar-toggle .icon-bar:after,
.btn-toggle .icon-bar:after {
	top: -4px;
}

.navbar-toggle.opened .icon-bar,
.btn-toggle.opened .icon-bar {
	background: transparent !important;
}

.navbar-toggle.opened .icon-bar:before,
.navbar-toggle.opened .icon-bar:after,
.btn-toggle.opened .icon-bar:before,
.btn-toggle.opened .icon-bar:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
}

.navbar-toggle.opened .icon-bar:before,
.btn-toggle.opened .icon-bar:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.navbar-toggle.opened .icon-bar:after,
.btn-toggle.opened .icon-bar:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

/* Navbar Nav - Menu Style */
.navbar-nav > li > a,
.navbar-nav li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font: 700 13px / 20px 'Open Sans', Verdana, sans-serif;
	text-transform: uppercase;
}

.navbar-nav .megamenu-title {
	font-size: 15px;
	margin: 10px 0 6px;
}

.navbar-nav li li a {
	font-size: 14px;
	white-space: normal;
}

.navbar-nav li li.dead {
	color: #849AB5;
}

.navbar-nav li li.dead a {
	color: #C9C9C9;
}

.navbar-nav li .dropdown-menu a > i {
	margin-right: 10px;
}

.navbar-nav .angle {
	margin: 0 0 0 4px;
}

.open > .dropdown-toggle > .angle:before,
.side-menu .navbar-nav li.open > a > .angle:before,
.side-menu .navbar-nav ul .open > a > .angle:before {
	content: '\f106';
}

.navbar-nav ul .angle {
	float: right;
	margin: 3px 0 0;
}

.navbar-btn {
	height: 32px;
	line-height: 32px;
	padding: 0;
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: 10px;
}

.navbar-btn.navbar-right,
.navbar-btn.pull-right {
	margin-left: 0;
	margin-right: 10px;
}

.navbar-btn.navbar-left {
	margin-left: 0;
	margin-right: 10px;
}

.navbar-btn.navbar-right.last,
.navbar-btn.pull-right.last {
	margin-right: 0;
}

.navbar-left .navbar-btn.last,
.pull-left .navbar-btn.last {
	margin-left: 0;
}

.boxed-container .navbar-btn.navbar-right.last,
.boxed-container .navbar-btn.pull-right.last {
	margin-right: 15px;
}

.navbar-btn.btn-icon {
	width: 32px;
	font-size: 14px;
	background-color: transparent;
	border: none;
	text-align: center;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.btn-transparent {
	background-color: transparent !important;
}

.btn-circle {
	border-radius: 50%;
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu li a,
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .megamenu a {
		padding: 5px 15px 5px 25px;
	}
	
	.navbar-nav .open .dropdown-menu .dropdown-menu {
		padding-left: 10px;
	}
	
	.navbar-nav .dropdown-menu.pull-right {
		float: none !important;
	}
	
	.navbar-nav .dropdown-menu {
		border-radius: 0;
	}
	
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu li a {
		line-height: 20px;
	}
	
	.navbar-nav div[class^="col"],
	.navbar-nav div[class*=' col'] {
		padding: 0 0 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid transparent;
	}
	
	.navbar-nav div[class^="col"]:last-child,
	.navbar-nav div[class*=' col']:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}
	
	.navbar-nav.pull-right {
		float: none !important;
	}
	
	.navbar-header .row {
		margin-left: 0;
		margin-right: 0;
	}
	
	.navbar-header .col-sm-4 {
		padding: 0;
	}
	
	.navbar-nav .angle {
		float: right;
		font-size: 16px;
		margin: 2px 0 0;
	}
	
	/* FADE ANIMATION FOR MOBILE MENU */
	.navbar-nav .open > .dropdown-menu {
		-webkit-animation-duration: 0.4s;
		animation-duration: 0.4s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
	}
	
	.navbar-header .navbar-btn.pull-right.last {
		margin-right: 15px;
	}
}

@media (min-width: 768px) {
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.navbar-collapse.collapse-row {
		border-top: 1px solid transparent;
	}
	
	.navbar-header {
		float: none;
	}
	
	.container > .navbar-header,
	.container-fluid > .navbar-header {
		margin-right: 0;
	}
	
	.navbar-collapse {
		border-top: 1px solid transparent;
	}
	
	.navbar-nav {
		float: none;
	}
	
	.navbar-nav > li {
		float: left;
	}
	
	.navbar-right.last {
		margin-right: 0;
	}
	
	.navbar-nav > li > a {
		padding: 15px;
	}
	
	.navbar-nav-border > li > a {
		border-right: 1px solid transparent;
	}
	
	.collapse-row .navbar-nav > li > a {
		padding: 17.5px 15px;
	}
	
	.navbar-nav > li:first-child > a {
		padding-left: 0;
	}
	
	.navbar-nav-border > li:first-child > a {
		border-left: 1px solid transparent;
		padding-left: 15px;
	}
	
	.navbar-nav .dropdown-menu.megamenu li a,
	.navbar-nav .megamenu-title {
		padding: 6px 0;
		white-space: normal;
	}
	
	.navbar-nav .megamenu-title {
		padding-bottom: 15px;
		margin: 0 0 10px;
		border-bottom: 1px solid transparent;
	}
	
	.boxed-container .megamenu {
		left: 15px;
		right: 15px;
	}
	
	.navbar-nav li > .dropdown-menu {
		border: none;
		border-top: 1px solid transparent;
		margin: 0;
		border-radius: 0;
		min-width: 220px;
		padding: 7px 0;
	}
	
	.navbar-nav li > .dropdown-menu.megamenu {
		float: none;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.navbar-nav .sub-dropdown .dropdown-menu {
		right: auto;
		left: 100%;
		top: 0;
		border-top: none;
	}
	
	.navbar-nav li.reverse > .dropdown-menu {
		left: auto;
		right: 0;
	}
	
	.navbar-nav .sub-dropdown .dropdown-menu.pull-right,
	.navbar-nav .reverse .sub-dropdown .dropdown-menu {
		left: auto;
		right: 100%;
	}
	
	.navbar li li a {
		padding-top: 7px;
		padding-bottom: 7px;
	}
	
	.navbar-nav ul .angle:before,
	.navbar-nav ul .open > .dropdown-toggle > .angle:before {
		content: '\f105';
	}
	
	.row .navbar-collapse.collapse-row {
		padding: 0;
	}
	
	.navbar-btn {
		height: 36px;
		line-height: 36px;
		margin-top: 27px;
		margin-bottom: 27px;
	}
	
	.navbar-btn.btn-icon {
		width: 36px;
		font-size: 14px;
	}
	
	.navbar-smaller .navbar-btn,
	.navbar-smaller .navbar-btn.btn-icon {
		height: 32px;
		width: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	
	.navbar-smaller .navbar-btn {
		margin: 14px 0;
	}
	
	.btn-toggle {
		padding: 10px;
		margin: 27px 0 27px;
	}
}

@media (min-width: 992px) {
	.navbar-header {
		float: left;
		border-bottom: none;
	}
	
	.navbar-nav {
		float: left;
	}
	
	.container > .navbar-header,
	.container-fluid > .navbar-header {
		margin-right: 30px;
	}
	
	.container > .navbar-header.fullwidth,
	.container-fluid > .navbar-header.fullwidth {
		margin-right: 0;
	}
	
	.megamenu-container .container-fluid {
		padding: 0 30px;
	}
	
	.container .megamenu-container .container-fluid,
	.container .megamenu-container .container-fluid,
	.boxed .container-fluid .megamenu-container .container-fluid,
	.boxed-long .container-fluid .megamenu-container .container-fluid {
		padding: 0 15px;
	}
	
	.navbar-collapse {
		border-top: none;
	}
	
	.navbar-collapse.collapse-row {
		padding: 0 30px;
	}
	
	.boxed .navbar-collapse.collapse-row,
	.boxed-long .navbar-collapse.collapse-row {
		padding: 0;
	}
	
	.boxed-container .collapse-row,
	.boxed-container .navbar-header.fullwidth {
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
	}
	
	.boxed-container .navbar-collapse.collapse-row {
		padding: 0 15px;
	}
	
	.navbar-nav > li > a {
		padding: 40px 15px;
	}
	
	.navbar-smaller .navbar-nav > li > a {
		padding: 30px 15px;
	}
	
	.navbar-btn {
		margin-top: 32px;
		margin-bottom: 32px;
	}
	
	.navbar-smaller .navbar-btn {
		margin-top: 24px;
		margin-bottom: 24px;
	}
	
	.btn-toggle {
		padding: 10px 11px;
		margin: 32px 0 32px;
	}
	
	.container-fluid .navbar-btn.navbar-right.last,
	.container-fluid .navbar-btn.pull-right.last {
		margin-right: 15px;
	}
	
	.boxed .navbar-btn.navbar-right.last,
	.boxed .navbar-btn.pull-right.last,
	.boxed-long .navbar-btn.navbar-right.last,
	.boxed-long .navbar-btn.pull-right.last {
		margin-right: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav > li > a {
		padding: 40px 12px;
	}
}

/* Menu */
.megamenu-container {
	position: static !important;
}

.megamenu {
	left: 0;
	right: 0;
}

/* Navbar Search */
#header-search-form {
	padding: 0 15px;
	position: relative;
	border-bottom: 1px solid transparent;
	overflow: hidden;
}

@media (max-width: 767px) {
	/* special-for-mobile class is important if you are using transparent header
	Important for the mobile view */
	#header-search-form.special-for-mobile {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 300;
	}
}

.navbar-form {
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#header-search-form .form-control {
	width: 100%;
	display: block;
	background-color: transparent;
	border: none;
	height: auto;
	padding: 12px 0 12px 40px;
	font: 500 16px / 1.5 'Raleway', Verdana;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-align: right;
	border-radius: 0;
	margin-bottom: 0;
}

#header-search-form .form-control::-moz-placeholder {
	text-transform: capitalize;
}

#header-search-form .form-control:-ms-input-placeholder {
	text-transform: capitalize;
}

#header-search-form .form-control::-webkit-input-placeholder {
	text-transform: capitalize;
}

#header-search-form .form-control::placeholder {
	text-transform: capitalize;
}

#header-search-form .form-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
}

#header-search-form button[type="submit"],
#header-search-form input[type="submit"] {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 14px;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 32px;
	height: 32px;
	line-height: 32px;
	right: 15px;
	margin-top: -16px;
	background-color: transparent;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
}

@media (min-width: 768px) {
	#header-search-form {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 300;
		padding: 0 15px;
	}
	
	#header-search-form .form-control {
		padding: 20px 0 20px 42px;
		font-size: 18px;
	}
	
	#header-search-form button[type="submit"],
	#header-search-form input[type="submit"] {
		right: 30px;
		font-size: 14px;
		line-height: 36px;
		width: 36px;
		height: 36px;
		left: 0;
		margin-top: -18px;
	}
	
	.ie9 #header-search-form button[type="submit"],
	.ie9 #header-search-form input[type="submit"] {
		left: 30px;
	}
}

@media (min-width: 992px) {
	#header-search-form {
		padding: 0 30px;
	}
	
	.boxed #header-search-form,
	.boxed-long #header-search-form {
		padding: 0;
	}
}

@media (max-width: 767px) {
	#header-search-form .container {
		padding: 0;
	}
	
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
	
	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
	
	.cart-dropdown.pull-left > .navbar-btn {
		margin-left: -5px;
	}
}

/*SEARCH STUFF */
div.sisea-paging {
	margin: 10px 0px 20px;
	font-weight: bold;
}

div.sisea-results-list div.sisea-result h3 {
	background-color: #CBCBCB;
	padding: 10px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

p.sisea-results {
	background-color: #EAEAEA;
	padding: 10px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}

/*TAG RESULTS STUFF*/
ul li.tagResults {
	background-color: #E7E7E7;
	margin: 5px;
	padding: 5px 5px 5px 24px;
	list-style: none;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

ul li.tagResults:hover {
	background-color: #E1E1E1;
}

ul li.tagResults a {
	font-weight: bold;
	display: block;
	padding: 0;
}

ul li.tagResults a:hover {
	color: #000000;
}

div.downloadsList {
	background-color: #DBDBDB !important;
	list-style: none;
	margin: 20px;
	padding: 5px 15px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

div.downloadsList h3 {
	margin: 5px;
	padding: 5px 15px;
}

div.downloadsList ul {
	background-color: rgba(255, 255, 255, 0) !important;
	list-style: none;
}

div.downloadsList ul li {
	background-color: #E7E7E7;
	margin: 5px !important;
	padding: 5px 5px 5px 24px !important;
	list-style: none;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

div.downloadsList ul li:hover {
	background-color: #E1E1E1;
}

div.downloadsList ul li a {
	font-weight: bold;
	display: block;
	padding: 0 !important;
	background: none rgba(0, 0, 0, 0) !important;
}

div.downloadsList ul li a:hover {
	color: #000000;
}

div.downloadsList ul li a:before {
	content: ;
	font-family: 'FontAwesome';
	content: '\f019';
	margin: 0 5px 0 -15px;
	color: #505050;
}

.cart-dropdown {
	margin: 0 10px;
}

.cart-dropdown .navbar-btn {
	position: relative;
	display: none;
}

.cart-dropdown .navbar-btn .badge {
	position: absolute;
	top: -4px;
	right: -4px;
	font-size: 10px;
	line-height: 1;
	padding: 4px 6.1px;
	font-weight: 400;
}

.cart-dropdown.navbar-left,
.cart-dropdown.pull-left {
	margin-left: 0;
}

.cart-dropdown.navbar-right,
.cart-dropdown.pull-right {
	margin-left: 0;
	margin-right: 10px;
}

.cart-dropdown-menu {
	width: 320px;
	padding: 20px 15px;
	margin: 0;
	border-radius: 0;
	border: none;
	border-top: 1px solid transparent;
}

.cart-dropdown-desc {
	font-size: 13px;
	font-weight: 600;
	margin: 0;
}

.cart-dropdown-desc i {
	font-size: 18px;
	margin-right: 10px;
}

/* CHECK AFTER PRODUCT STYLING */
.cart-dropdown .product {
	position: relative;
	margin-bottom: 20px;
}

.cart-dropdown .product figure {
	float: left;
	width: 90px;
}

.cart-dropdown .product figure a {
	display: block;
}

.cart-dropdown .product-meta {
	margin-left: 105px;
	padding-right: 10px;
}

.cart-dropdown .product-name {
	text-transform: uppercase;
	font: 700 13px / 1.5 'Open Sans', Verdana;
	margin-bottom: 7px;
}

.cart-dropdown .remove-btn {
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
}

@media (min-width: 768px) {
	.cart-dropdown .remove-btn {
		opacity: 0;
		visibility: hidden;
	}
	
	.cart-dropdown .product:hover .remove-btn,
	.cart-dropdown .product:focus .remove-btn {
		opacity: 1;
		visibility: visible;
	}
}

.cart-dropdown .product-quantity {
	margin-bottom: 4px;
	font-size: 13px;
}

.cart-dropdown .product-price-container {
	font-size: 15px;
	font-weight: 700;
}

.cart-dropdown .product-old-price {
	margin-left: 4px;
	font-size: 14px;
}

.cart-dropdown .cart-action-total {
	line-height: 34px;
	font-weight: 700;
	font-size: 15px;
}

.cart-dropdown .cart-action-total > span {
	text-transform: uppercase;
	margin-right: 4px;
	font-size: 14px;
}

@media (max-width: 480px) {
	.cart-dropdown.dropdown {
		position: static;
	}
	
	.cart-dropdown-menu {
		width: 100%;
	}
}

.cart-dropdown .btn {
	padding: 6.5px 14px;
}

/* Side Menu Style */
.side-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	z-index: 999;
	width: 300px;
	background-color: #FFF;
}

.side-menu.left {
	left: -300px;
}

.side-menu.right {
	right: -300px;
}

.side-menu.header-side-menu .logo {
	margin-top: 10px;
}

.side-menu.header-side-menu .side-menu-btn {
	position: absolute;
	top: 0;
	z-index: 999;
	margin: 0;
}

.side-menu.header-side-menu .side-menu-btn,
.side-menu.header-side-menu.left .side-menu-btn {
	left: 100%;
}

.side-menu.header-side-menu.right .side-menu-btn {
	left: auto;
	right: 100%;
}

.side-menu.left.opened {
	left: 0;
}

.side-menu.right.opened {
	right: 0;
}

.side-menu-wrapper {
	height: 100%;
	padding: 25px 15px 25px 25px;
}

.boss-menu-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 990;
	background-color: rgba(0, 0, 0, 0.42);
	visibility: hidden;
	opacity: 0;
	transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
	cursor: pointer;
}

.side-menu.opened + #main-content + .boss-menu-overlay {
	opacity: 1;
	visibility: visible;
}

.side-menu #header-search-form {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	padding: 0 15px 0 0;
	margin-bottom: 25px;
	margin-top: -6px;
}

.header-side-menu .social-icons {
	margin-top: 30px;
	text-align: center;
	padding-right: 10px;
}

.header-side-menu .social-icons.text-left {
	text-align: left;
}

.header-side-menu .social-icons.text-right {
	text-align: right;
}

.header-side-menu .social-icons.text-left .social-icon:first-child {
	margin-left: 0;
}

.header-side-menu .social-icons.text-right .social-icon:last-child {
	margin-right: 0;
}

@media (min-width: 767px) {
	.side-menu #header-search-form {
		margin-top: -1px;
	}
}

@media (min-width: 992px) {
	.side-menu #header-search-form {
		margin-top: 3px;
	}
	
	.side-menu.header-side-menu.left {
		left: 0;
	}
	
	.side-menu.header-side-menu.right {
		right: 0;
	}
	
	.boxed-long .side-menu.header-side-menu.left {
		left: auto;
	}
	
	.boxed-long .side-menu.header-side-menu.right {
		right: auto;
	}
	
	.side-menu.header-side-menu .side-menu-btn,
	.header-side-menu.opened + #main-content + .boss-menu-overlay {
		display: none;
	}
}

.side-menu #header-search-form .form-control {
	padding: 10px 5px 10px 40px;
	border-bottom: 1px solid transparent;
	font-size: 14px;
}

.side-menu .navbar-nav {
	padding-right: 15px;
	margin: 0;
}

.side-menu .navbar-nav,
.side-menu .navbar-nav li {
	float: none;
}

.side-menu .navbar-nav ul {
	display: none;
}

.side-menu .navbar-nav > li > a {
	padding: 10px 0;
}

.side-menu .navbar-nav > li > a > i {
	margin-right: 7px;
	font-size: 1.2em;
	width: 25px;
}

.side-menu.small-icons .navbar-nav > li > a > i {
	font-size: 1em;
	margin-right: 15px;
}

.side-menu .navbar-nav ul {
	padding: 0 0 0 32px;
}

.side-menu .navbar-nav ul ul {
	padding: 0 15px;
	border-left: 1px solid transparent;
}

.side-menu .navbar-nav li li a {
	padding: 5px 0;
}

.side-menu .navbar-nav ul ul li:first-child > a {
	padding-top: 8px;
}

.side-menu .navbar-nav ul ul li:last-child > a {
	padding-bottom: 8px;
}

.side-menu .navbar-nav .angle {
	float: right;
	margin-top: 2px;
	font-size: 1.1em;
}

/* MOVE TO MAIN CONTENT AREA */
#main-content {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.side-menu.left.push.opened + #main-content {
	transform: translateX(300px);
	-webkit-transform: translateX(300px);
	-ms-transform: translateX(300px);
}

.side-menu.right.push.opened + #main-content {
	transform: translateX(-300px);
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
}

@media (min-width: 992px) {
	.boxed-long .side-menu.header-side-menu + #main-content .container,
	.boxed .side-menu.header-side-menu + #main-content .container {
		width: 100%;
	}
	
	.header-side-menu.left + #main-content {
		padding-left: 300px;
	}
	
	.header-side-menu.right + #main-content {
		padding-right: 300px;
	}
	
	.header-side-menu + #main-content .container,
	.header-side-menu + #main-content .container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.header-side-menu + #main-content .container.container-masonry,
	.header-side-menu + #main-content .container-fluid.container-masonry {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.header-side-menu.opened + #main-content,
	.header-side-menu.left.opened + #main-content,
	.header-side-menu.right.opened + #main-content {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
	}
}

@media (min-width: 992px) and (max-width: 1600px) {
	.side-menu.header-side-menu + #main-content .container {
		width: 100%;
	}
}

/* 
----  DROPDOWN / MENU ANIMATIONS BY CLASS 

Animations - add these clases to the parent element - Navbar Or dropdown
1.fade - add navbar "fade-dropdown" class
2.Left To Right - add navbar "ltr-dropdown" class
3.Right To Left - add navbar "rtl-dropdown" class
4.Top To Bottom - add navbar "ttb-dropdown" class
5.Bottom To Top  - add navbar "btt-dropdown" class

*/
/* Animation properties via "animated-dropdown" class change duration of animations and etc.. */
.animated-dropdown .dropdown > .dropdown-menu {
	animation-fill-mode: both;
	animation-delay: 0s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-delay: 0s;
	-webkit-animation-duration: 0.5s;
}

@-webkit-keyframes fadeDropdown {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes fadeDropdown {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

/* Left to right */
@-webkit-keyframes leftToRight {
	0% {
		opacity: 0;
		transform: translateX(-20px);
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
}

@keyframes leftToRight {
	0% {
		opacity: 0;
		transform: translateX(-20px);
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
}

/* Right to left */
@-webkit-keyframes rightToLeft {
	0% {
		opacity: 0;
		transform: translateX(20px);
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
}

@keyframes rightToLeft {
	0% {
		opacity: 0;
		transform: translateX(20px);
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
}

/*Top to bottom  */
@-webkit-keyframes topToBottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes topToBottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/* Bottom to top */
@-webkit-keyframes bottomToTop {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bottomToTop {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/* fade Animation */
.fade-dropdown .dropdown.open > .dropdown-menu {
	animation-name: fadeDropdown;
	-webkit-animation-name: fadeDropdown;
	animation-duration: 0.85s;
	-webkit-animation-duration: 0.85s;
}

/* Left To Right animation */
.ltr-dropdown .dropdown.open > .dropdown-menu {
	animation-name: leftToRight;
	-webkit-animation-name: leftToRight;
}

/* Right To Left animation */
.rtl-dropdown .dropdown.open > .dropdown-menu {
	animation-name: rightToLeft;
	-webkit-animation-name: rightToLeft;
}

/* Top To Bottom animation */
.ttb-dropdown .dropdown.open > .dropdown-menu {
	animation-name: topToBottom;
	-webkit-animation-name: topToBottom;
}

/* Bottom To Top animation */
.btt-dropdown .dropdown.open > .dropdown-menu {
	animation-name: bottomToTop;
	-webkit-animation-name: bottomToTop;
}

@media (max-width: 767px) {
	/* Dsable Animation for mobile/collapsed menu*/
	.navbar-collapse .dropdown > .dropdown-menu,
	.navbar-collapse .dropdown.open > .dropdown-menu {
		animation: none !important;
		-webkit-animation: none !important;
	}
}

/* Navbar styling - via classes - 5 navbar color predefined classes 
	1.navbar-default
	2.navbar-white
	3.navbar-inverse
	4.navbar-transparent (absolute position with color navbar-white or navbar inverse)
*/
/* 1. Navbar Default */
.navbar-default {
	background-color: #FFFFFF;
	border-color: #D7D7D7;
}

.navbar-default .navbar-top {
	border-bottom-color: #D7D7D7;
}

.navbar-default .navbar-top a {
	color: #8A8A8A;
}

.navbar-default .navbar-top-nav li:after,
.navbar-default .navbar-top .social-icon:after {
	color: #BABABA;
}

.navbar-default .navbar-top .dropdowns-container.pull-right {
	border-right-color: #D7D7D7;
}

.navbar-default .navbar-top .dropdown-menu {
	border-color: #C2C2C2;
	background-color: #D7D7D7;
	box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 4px 9px rgba(0,0,0, 0.2);
}

.navbar-default .navbar-brand {
	color: #7A7A7A;
	border-color: #D7D7D7;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5E5E5E;
	background-color: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #D7D7D7;
}

.navbar-default .navbar-text {
	color: #7A7A7A;
}

.navbar-default .navbar-nav li > a,
.navbar-default .dropdown-menu li a,
.navbar-default .navbar-nav .megamenu-title {
	color: #7A7A7A;
}

.navbar-default .navbar-nav .open > a,
.navbar-default .navbar-nav .open > a:hover,
.navbar-default .navbar-nav .open > a:focus,
.navbar-default .navbar-nav .active > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default li a:hover,
.navbar-default .navbar-nav .megamenu-title:hover,
.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #CCC;
	background-color: transparent;
}

.navbar-default .navbar-toggle,
.navbar-default .btn-toggle {
	background-color: #DDD;
}

.navbar-default .navbar-toggle .icon-bar,
.navbar-default .btn-toggle .icon-bar,
.navbar-default .navbar-toggle .icon-bar:after,
.navbar-default .navbar-toggle .icon-bar:before,
.navbar-default .btn-toggle .icon-bar:after,
.navbar-default .btn-toggle .icon-bar:before {
	background-color: #7A7A7A;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar:before,
.navbar-default .navbar-toggle:hover .icon-bar:after,
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar:before,
.navbar-default .navbar-toggle:focus .icon-bar:after .navbar-default .btn-toggle:hover .icon-bar,
.navbar-default .btn-toggle:hover .icon-bar:before,
.navbar-default .btn-toggle:hover .icon-bar:after,
.navbar-default .btn-toggle:focus .icon-bar,
.navbar-default .btn-toggle:focus .icon-bar:before,
.navbar-default .btn-toggle:focus .icon-bar:after {
	background: #5A5A5A;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle.opened,
.navbar-default .btn-toggle:hover,
.navbar-default .btn-toggle:focus,
.navbar-default .btn-toggle.opened {
	background-color: #CACACA;
}

.navbar-default.sticky-menu.fixed .navbar-nav li > .dropdown-menu,
.navbar-default .sticky-menu.fixed .navbar-nav li > .dropdown-menu {
	border-top-color: #D7D7D7;
}

.navbar-default .navbar-btn.btn-icon {
	color: #222222;
	background-color: #99D2DD;
}

.navbar-default .navbar-btn.btn-icon:hover,
.navbar-default .navbar-btn.btn-icon:focus,
.navbar-default .open > .navbar-btn.btn-icon {
	background-color: #CACACA;
}

.navbar-default.side-menu .navbar-nav ul ul {
	border-left-color: #C7C7C7;
}

.navbar-default.side-menu.header-side-menu.left {
	box-shadow: 2px 0 5px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 2px 0 5px rgba(0,0,0, 0.06);
}

.navbar-default.side-menu.header-side-menu.right {
	box-shadow: -2px 0 5px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: -2px 0 5px rgba(0,0,0, 0.06);
}

/* Navbar Default Search Form*/
#header-search-form.navbar-default {
	background-color: #E0E0E0;
	border-bottom-color: #D7D7D7;
}

.navbar-default .form-control,
.navbar-default button[type="submit"],
.navbar-default input[type="submit"] #header-search-form.navbar-default .form-control,
#header-search-form.navbar-default button[type="submit"],
#header-search-form.navbar-default input[type="submit"] {
	color: #7A7A7A;
}

#header-search-form.navbar-default .form-control::-moz-placeholder {
	color: #7A7A7A;
}

#header-search-form.navbar-default .form-control:-ms-input-placeholder {
	color: #7A7A7A;
}

#header-search-form.navbar-default .form-control::-webkit-input-placeholder {
	color: #7A7A7A;
}

#header-search-form.navbar-default .form-control::placeholder {
	color: #7A7A7A;
}

.navbar-default #header-search-form button[type="submit"]:hover,
.navbar-default #header-search-form input[type="submit"]:hover,
.navbar-default #header-search-form button[type="submit"]:focus,
.navbar-default #header-search-form input[type="submit"]:focus,
#header-search-form.navbar-default button[type="submit"]:hover,
#header-search-form.navbar-default input[type="submit"]:hover,
#header-search-form.navbar-default button[type="submit"]:focus,
#header-search-form.navbar-default input[type="submit"]:focus {
	background-color: #CACACA;
}

.navbar-default.side-menu #header-search-form .form-control {
	border-bottom-color: #D7D7D7;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #7A7A7A;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		background-color: transparent;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		background-color: #E7E7E7;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #D7D7D7;
	}
	
	.navbar-default .navbar-nav .open > .dropdown-toggle,
	.navbar-default .navbar-nav .open > .dropdown-toggle:hover,
	.navbar-default .navbar-nav .open > .dropdown-toggle:focus {
		background-color: #C9C9C9;
	}
	
	.navbar-default .navbar-nav .dropdown-menu .open .dropdown-menu {
		background-color: #C9C9C9;
	}
	
	.navbar-default .navbar-nav .dropdown-menu .open > .dropdown-toggle,
	.navbar-default .navbar-nav .dropdown-menu .open > .dropdown-toggle:hover,
	.navbar-default .navbar-nav .dropdown-menu .open > .dropdown-toggle:focus {
		background-color: #C0C0C0;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #CCC;
		background-color: transparent;
	}
	
	.navbar-default .navbar-nav div[class^="col"],
	.navbar-default .navbar-nav div[class*=' col'] {
		border-bottom-color: #C7C7C7;
	}
	
	.navbar-default .navbar-nav .megamenu-title {
		color: #9A9A9A;
	}
}

@media (min-width: 768px) {
	.navbar-default .navbar-collapse.collapse-row {
		border-top-color: #D7D7D7;
	}
	
	.navbar-default .navbar-nav-border > li > a {
		border-right-color: #D7D7D7 !important;
	}
	
	.navbar-default .navbar-nav-border > li:first-child > a {
		border-left-color: #D7D7D7 !important;
	}
	
	.navbar-default .dropdown-menu {
		background-color: #DDD;
	}
	
	.navbar-default .navbar-nav .megamenu-title {
		border-bottom-color: #CACACA;
	}
	
	.navbar-default .navbar-nav li > .dropdown-menu {
		box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 4px 9px rgba(0,0,0, 0.2);
	}
	
	.navbar-default .navbar-nav .sub-dropdown .dropdown-menu {
		box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 2px 4px 10px rgba(0,0,0, 0.2);
	}
	
	.navbar-default .navbar-nav .sub-dropdown .dropdown-menu.pull-right,
	.navbar-default .navbar-nav .reverse .sub-dropdown .dropdown-menu {
		box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: -2px 4px 10px rgba(0,0,0, 0.2);
	}
}

@media (min-width: 992px) {
	.navbar-default .boxed-container .collapse-row,
	.navbar-default .boxed-container .navbar-header.fullwidth {
		border-left-color: #D7D7D7;
		border-right-color: #D7D7D7;
	}
}

.navbar-default .navbar-link {
	color: #7A7A7A;
}

.navbar-default .btn-link {
	color: #7A7A7A;
}

/* Navbar Shopping Cart - Dropdown Menu */
.navbar-default .cart-dropdown-menu {
	box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 4px 9px rgba(0,0,0, 0.2);
	background-color: #DDD;
}

.navbar-default .cart-dropdown-menu hr {
	border-top-color: #CACACA;
}

.navbar-default .cart-dropdown-desc {
	color: #8A8A8A;
}

.navbar-default .cart-dropdown .product-old-price,
.navbar-default .cart-dropdown .product-name a,
.cart-dropdown .cart-action-total > span {
	color: #7A7A7A;
}

.navbar-default .cart-dropdown .remove-btn {
	color: #7A7A7A;
	background-color: #CACACA;
}

.navbar-default .cart-dropdown .remove-btn:hover,
.navbar-default .cart-dropdown .remove-btn:focus {
	color: #5A5A5A;
	background-color: #B7B7B7;
}

.navbar-default .sticky-menu.fixed .cart-dropdown-menu {
	border-top-color: #D7D7D7;
}

/* 2. Navbar White */
.navbar-white {
	background-color: #FFF;
	border-color: #EAEAEA;
}

.navbar-white .navbar-top {
	border-bottom-color: #EAEAEA;
}

.navbar-white .navbar-top a {
	color: #505050;
}

.navbar-white .navbar-top-nav li:after,
.navbar-white .navbar-top .social-icon:after {
	color: #6E6E6E;
}

.navbar-white .navbar-top .dropdowns-container.pull-right {
	border-right-color: #EAEAEA;
}

.navbar-white .navbar-top .dropdown-menu {
	border-color: #EAEAEA;
	background-color: #FFF;
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 9px rgba(0,0,0, 0.1);
}

.navbar-white .navbar-brand {
	color: #505050;
	border-color: #EAEAEA;
}

.navbar-white.sticky-menu.fixed .navbar-nav li > .dropdown-menu,
.navbar-white .sticky-menu.fixed .navbar-nav li > .dropdown-menu {
	border-top-color: #EAEAEA;
}

.navbar-white .navbar-brand:hover,
.navbar-white .navbar-brand:focus {
	color: #3A3A3A;
	background-color: transparent;
}

.navbar-white .navbar-collapse,
.navbar-white .navbar-form {
	border-color: #EAEAEA;
}

.navbar-white .navbar-text,
.navbar-white .navbar-nav li > a,
.navbar-white .dropdown-menu li a,
.navbar-white .navbar-nav .megamenu-title {
	color: #505050;
}

.navbar-white .navbar-nav .open > a,
.navbar-white .navbar-nav .open > a:hover,
.navbar-white .navbar-nav .open > a:focus,
.navbar-white .navbar-nav .active > a,
.navbar-white .navbar-nav > .active > a,
.navbar-white .navbar-nav > .active > a:hover,
.navbar-white .navbar-nav > .active > a:focus,
.navbar-white li a:hover,
.navbar-white .navbar-nav .megamenu-title:hover,
.navbar-white .dropdown-menu > li > a:hover,
.navbar-white .dropdown-menu > li > a:focus,
.navbar-white .navbar-nav > li > a:hover,
.navbar-white .navbar-nav > li > a:focus {
	background-color: transparent;
}

.navbar-white .navbar-nav > .disabled > a,
.navbar-white .navbar-nav > .disabled > a:hover,
.navbar-white .navbar-nav > .disabled > a:focus {
	color: #BBB;
	background-color: transparent;
}

.navbar-white .navbar-toggle,
.navbar-white .btn-toggle {
	background-color: #F0F0F0;
}

.navbar-white .navbar-toggle .icon-bar,
.navbar-white .btn-toggle .icon-bar,
.navbar-white .navbar-toggle .icon-bar:after,
.navbar-white .navbar-toggle .icon-bar:before,
.navbar-white .btn-toggle .icon-bar:after,
.navbar-white .btn-toggle .icon-bar:before {
	background-color: #505050;
}

.navbar-white .navbar-toggle:hover .icon-bar,
.navbar-white .navbar-toggle:hover .icon-bar:before,
.navbar-white .navbar-toggle:hover .icon-bar:after,
.navbar-white .navbar-toggle:focus .icon-bar,
.navbar-white .navbar-toggle:focus .icon-bar:before,
.navbar-white .navbar-toggle:focus .icon-bar:after .navbar-white .btn-toggle:hover .icon-bar,
.navbar-white .btn-toggle:hover .icon-bar:before,
.navbar-white .btn-toggle:hover .icon-bar:after,
.navbar-white .btn-toggle:focus .icon-bar,
.navbar-white .btn-toggle:focus .icon-bar:before,
.navbar-white .btn-toggle:focus .icon-bar:after {
	background: #505050;
}

.navbar-white .navbar-toggle:hover,
.navbar-white .navbar-toggle:focus,
.navbar-white .navbar-toggle.opened,
.navbar-white .btn-toggle:hover,
.navbar-white .btn-toggle:focus,
.navbar-white .btn-toggle.opened {
	background-color: #DEDEDE;
}

.navbar-white .navbar-btn.btn-icon {
	color: #505050;
	background-color: #F0F0F0;
}

.navbar-white .navbar-btn.btn-icon:hover,
.navbar-white .navbar-btn.btn-icon:focus,
.navbar-white .open > .navbar-btn.btn-icon {
	background-color: #DEDEDE;
}

.navbar-white.side-menu .navbar-nav ul ul {
	border-left-color: #AAA;
}

.navbar-white.side-menu.header-side-menu.left {
	box-shadow: 3px 0 7px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 3px 0 7px rgba(0,0,0, 0.05);
}

.navbar-white.side-menu.header-side-menu.right {
	box-shadow: -3px 0 7px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: -3px 0 7px rgba(0,0,0, 0.05);
}

/* Navbar White Search Form*/
#header-search-form.navbar-white {
	background-color: #FFF;
	border-bottom-color: #EAEAEA;
}

.navbar-white .form-control,
.navbar-white button[type="submit"],
.navbar-white input[type="submit"] #header-search-form.navbar-white .form-control,
#header-search-form.navbar-white button[type="submit"],
#header-search-form.navbar-white input[type="submit"] {
	color: #505050;
}

#header-search-form.navbar-white .form-control::-moz-placeholder {
	color: #505050;
}

#header-search-form.navbar-white .form-control:-ms-input-placeholder {
	color: #505050;
}

#header-search-form.navbar-white .form-control::-webkit-input-placeholder {
	color: #505050;
}

#header-search-form.navbar-white .form-control::placeholder {
	color: #505050;
}

.navbar-white #header-search-form button[type="submit"]:hover,
.navbar-white #header-search-form input[type="submit"]:hover,
.navbar-white #header-search-form button[type="submit"]:focus,
.navbar-white #header-search-form input[type="submit"]:focus,
#header-search-form.navbar-white button[type="submit"]:hover,
#header-search-form.navbar-white input[type="submit"]:hover,
#header-search-form.navbar-white button[type="submit"]:focus,
#header-search-form.navbar-white input[type="submit"]:focus {
	background-color: #EAEAEA;
}

.navbar-white.side-menu #header-search-form .form-control {
	border-bottom-color: #EAEAEA;
}

@media (max-width: 767px) {
	.navbar-white .navbar-nav .open .dropdown-menu > li > a {
		color: #505050;
	}
	
	.navbar-white .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-white .navbar-nav .open .dropdown-menu > li > a:focus {
		background-color: transparent;
	}
	
	.navbar-white .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-white .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-white .navbar-nav .open .dropdown-menu > .active > a:focus {
		background-color: #EAEAEA;
	}
	
	.navbar-white .navbar-nav .open .dropdown-menu {
		background-color: #F8F8F8;
	}
	
	.navbar-white .navbar-nav .open > .dropdown-toggle,
	.navbar-white .navbar-nav .open > .dropdown-toggle:hover,
	.navbar-white .navbar-nav .open > .dropdown-toggle:focus {
		background-color: #F0F0F0;
	}
	
	.navbar-white .navbar-nav .dropdown-menu .open .dropdown-menu {
		background-color: #EEE;
	}
	
	.navbar-white .navbar-nav .dropdown-menu .open > .dropdown-toggle,
	.navbar-white .navbar-nav .dropdown-menu .open > .dropdown-toggle:hover,
	.navbar-white .navbar-nav .dropdown-menu .open > .dropdown-toggle:focus {
		background-color: #E5E5E5;
	}
	
	.navbar-white .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-white .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-white .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #BBB;
		background-color: transparent;
	}
	
	.navbar-white .navbar-nav div[class^="col"],
	.navbar-white .navbar-nav div[class*=' col'] {
		border-bottom-color: #EAEAEA;
	}
	
	.navbar-white .navbar-nav .megamenu-title {
		color: #666;
	}
}

@media (min-width: 768px) {
	.navbar-white .navbar-collapse.collapse-row {
		border-top-color: #EAEAEA;
	}
	
	.navbar-white .navbar-nav-border > li > a {
		border-right-color: #EAEAEA !important;
	}
	
	.navbar-white .navbar-nav-border > li:first-child > a {
		border-left-color: #EAEAEA !important;
	}
	
	.navbar-white .dropdown-menu {
		background-color: #FFF;
	}
	
	.navbar-white .navbar-nav .megamenu-title {
		border-bottom-color: #EAEAEA;
	}
	
	.navbar-white .navbar-nav li > .dropdown-menu {
		box-shadow: 0 5px 9px rgba(0, 0, 0, 0.18);
		-webkit-box-shadow: 0 5px 9px rgba(0,0,0, 0.18);
	}
	
	.navbar-white .navbar-nav .sub-dropdown .dropdown-menu {
		box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.18);
		-webkit-box-shadow: 2px 5px 10px rgba(0,0,0, 0.18);
	}
	
	.navbar-white .navbar-nav .sub-dropdown .dropdown-menu.pull-right,
	.navbar-white .navbar-nav .reverse .sub-dropdown .dropdown-menu {
		box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.18);
		-webkit-box-shadow: -2px 5px 10px rgba(0,0,0, 0.18);
	}
}

@media (min-width: 992px) {
	.navbar-white .boxed-container .collapse-row,
	.navbar-white .boxed-container .navbar-header.fullwidth {
		border-left-color: #EAEAEA;
		border-right-color: #EAEAEA;
	}
}

.navbar-white .navbar-link {
	color: #505050;
}

.navbar-white .btn-link {
	color: #505050;
}

/* Navbar Shopping Cart - Dropdown Menu */
.navbar-white .cart-dropdown-menu {
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0 5px 9px rgba(0,0,0, 0.18);
	background-color: #FFF;
}

.navbar-white .cart-dropdown-menu hr {
	border-top-color: #EAEAEA;
}

.navbar-white .cart-dropdown-desc {
	color: #777;
}

.navbar-white .cart-dropdown .product-old-price,
.navbar-white .cart-dropdown .product-name a,
.cart-dropdown .cart-action-total > span {
	color: #505050;
}

.navbar-white .cart-dropdown .remove-btn {
	color: #505050;
	background-color: #EAEAEA;
}

.navbar-white .cart-dropdown .remove-btn:hover,
.navbar-white .cart-dropdown .remove-btn:focus {
	color: #303030;
	background-color: #DADADA;
}

.navbar-white .sticky-menu.fixed .cart-dropdown-menu {
	border-top-color: #EAEAEA;
}

/* 3. Navbar Inverse */
.navbar-inverse {
	background-color: #2A2A2A;
	border-color: #3E3E3E;
}

.navbar-inverse .navbar-top {
	border-bottom-color: #3E3E3E;
}

.navbar-inverse .navbar-top a {
	color: #9A9A9A;
}

.navbar-inverse .navbar-top a:hover,
.navbar-inverse .navbar-top a:focus,
.navbar-inverse .navbar-top .open > .dropdown-toggle {
	color: #E1E1E1;
}

.navbar-inverse .navbar-top-nav li:after,
.navbar-inverse .navbar-top .social-icon:after {
	color: #9A9A9A;
}

.navbar-inverse .navbar-top .dropdowns-container.pull-right {
	border-right-color: #3E3E3E;
}

.navbar-inverse .navbar-top .dropdown-menu {
	border-color: #3E3E3E;
	background-color: #2E2E2E;
	box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 4px 9px rgba(0,0,0, 0.2);
}

.navbar-inverse .navbar-brand {
	color: #9A9A9A;
	border-color: #3E3E3E;
}

.navbar-inverse.sticky-menu.fixed .navbar-nav li > .dropdown-menu,
.navbar-inverse .sticky-menu.fixed .navbar-nav li > .dropdown-menu {
	border-top-color: #3E3E3E;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #BEBEBE;
	background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #505050;
}

.navbar-inverse .navbar-text {
	color: #9A9A9A;
}

.navbar-inverse .navbar-nav li > a,
.navbar-inverse .dropdown-menu li a,
.navbar-inverse .navbar-nav .megamenu-title {
	color: #9A9A9A;
}

.navbar-inverse .navbar-nav .open > a,
.navbar-inverse .navbar-nav .open > a:hover,
.navbar-inverse .navbar-nav .open > a:focus,
.navbar-inverse .navbar-nav .active > a,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse li a:hover,
.navbar-inverse .navbar-nav .megamenu-title:hover,
.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #BEBEBE;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #CCC;
	background-color: transparent;
}

.navbar-inverse .navbar-toggle,
.navbar-inverse .btn-toggle {
	background-color: #4A4A4A;
}

.navbar-inverse .navbar-toggle .icon-bar,
.navbar-inverse .btn-toggle .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar:after,
.navbar-inverse .navbar-toggle .icon-bar:before,
.navbar-inverse .btn-toggle .icon-bar:after,
.navbar-inverse .btn-toggle .icon-bar:before {
	background-color: #B7B7B7;
}

.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:hover .icon-bar:before,
.navbar-inverse .navbar-toggle:hover .icon-bar:after,
.navbar-inverse .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar:before,
.navbar-inverse .navbar-toggle:focus .icon-bar:after .navbar-inverse .btn-toggle:hover .icon-bar,
.navbar-inverse .btn-toggle:hover .icon-bar:before,
.navbar-inverse .btn-toggle:hover .icon-bar:after,
.navbar-inverse .btn-toggle:focus .icon-bar,
.navbar-inverse .btn-toggle:focus .icon-bar:before,
.navbar-inverse .btn-toggle:focus .icon-bar:after {
	background: #B7B7B7;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle.opened,
.navbar-inverse .btn-toggle:hover,
.navbar-inverse .btn-toggle:focus,
.navbar-inverse .btn-toggle.opened {
	background-color: #3A3A3A;
}

.navbar-inverse .navbar-btn.btn-icon {
	color: #B7B7B7;
	background-color: #4A4A4A;
}

.navbar-inverse .navbar-btn.btn-icon:hover,
.navbar-inverse .navbar-btn.btn-icon:focus,
.navbar-inverse .open > .navbar-btn.btn-icon {
	color: #CACACA;
	background-color: #3A3A3A;
}

.navbar-inverse.side-menu .navbar-nav ul ul {
	border-left-color: #505050;
}

/* Navbar Default Search Form*/
#header-search-form.navbar-inverse {
	background-color: #333;
	border-bottom-color: #3E3E3E;
}

.navbar-inverse .form-control,
.navbar-inverse button[type="submit"],
.navbar-inverse input[type="submit"] #header-search-form.navbar-inverse .form-control,
#header-search-form.navbar-inverse button[type="submit"],
#header-search-form.navbar-inverse input[type="submit"] {
	color: #9A9A9A;
}

#header-search-form.navbar-inverse .form-control::-moz-placeholder {
	color: #9A9A9A;
}

#header-search-form.navbar-inverse .form-control:-ms-input-placeholder {
	color: #9A9A9A;
}

#header-search-form.navbar-inverse .form-control::-webkit-input-placeholder {
	color: #9A9A9A;
}

#header-search-form.navbar-inverse .form-control::placeholder {
	color: #9A9A9A;
}

.navbar-inverse #header-search-form button[type="submit"]:hover,
.navbar-inverse #header-search-form input[type="submit"]:hover,
.navbar-inverse #header-search-form button[type="submit"]:focus,
.navbar-inverse #header-search-form input[type="submit"]:focus,
#header-search-form.navbar-inverse button[type="submit"]:hover,
#header-search-form.navbar-inverse input[type="submit"]:hover,
#header-search-form.navbar-inverse button[type="submit"]:focus,
#header-search-form.navbar-inverse input[type="submit"]:focus {
	background-color: #2A2A2A;
}

.navbar-inverse.side-menu #header-search-form .form-control {
	border-bottom-color: #4E4E4E;
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9A9A9A;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #CACACA;
		background-color: transparent;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #B7B7B7;
		background-color: #3E3E3E;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu {
		background-color: #333;
	}
	
	.navbar-inverse .navbar-nav .open > .dropdown-toggle,
	.navbar-inverse .navbar-nav .open > .dropdown-toggle:hover,
	.navbar-inverse .navbar-nav .open > .dropdown-toggle:focus {
		background-color: #222;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu .open .dropdown-menu {
		background-color: #222;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu .open > .dropdown-toggle,
	.navbar-inverse .navbar-nav .dropdown-menu .open > .dropdown-toggle:hover,
	.navbar-inverse .navbar-nav .dropdown-menu .open > .dropdown-toggle:focus {
		background-color: #1E1E1E;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #CCC;
		background-color: transparent;
	}
	
	.navbar-inverse .navbar-nav div[class^="col"],
	.navbar-inverse .navbar-nav div[class*=' col'] {
		border-bottom-color: #4A4A4A;
	}
	
	.navbar-inverse .navbar-nav .megamenu-title {
		color: #C1C1C1;
	}
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-collapse.collapse-row {
		border-top-color: #4E4E4E;
	}
	
	.navbar-inverse .navbar-nav-border > li > a {
		border-right-color: #4E4E4E !important;
	}
	
	.navbar-inverse .navbar-nav-border > li:first-child > a {
		border-left-color: #4E4E4E !important;
	}
	
	.navbar-inverse .dropdown-menu {
		background-color: #2E2E2E;
	}
	
	.navbar-inverse .navbar-nav .megamenu-title {
		border-bottom-color: #4E4E4E;
	}
	
	.navbar-inverse .navbar-nav li > .dropdown-menu {
		box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 4px 9px rgba(0,0,0, 0.2);
	}
	
	.navbar-inverse .navbar-nav .sub-dropdown .dropdown-menu {
		box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 2px 4px 10px rgba(0,0,0, 0.2);
	}
	
	.navbar-inverse .navbar-nav .sub-dropdown .dropdown-menu.pull-right,
	.navbar-inverse .navbar-nav .reverse .sub-dropdown .dropdown-menu {
		box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: -2px 4px 10px rgba(0,0,0, 0.2);
	}
}

@media (min-width: 992px) {
	.navbar-inverse .boxed-container .collapse-row,
	.navbar-inverse .boxed-container .navbar-header.fullwidth {
		border-left-color: #4E4E4E;
		border-right-color: #4E4E4E;
	}
}

.navbar-inverse .navbar-link {
	color: #B7B7B7;
}

.navbar-inverse .navbar-link:hover {
	color: #E1E1E1;
}

.navbar-inverse .btn-link {
	color: #B7B7B7;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #E1E1E1;
}

/* Navbar Shopping Cart - Dropdown Menu */
.navbar-inverse .cart-dropdown-menu {
	box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 4px 9px rgba(0,0,0, 0.2);
	background-color: #2E2E2E;
}

.navbar-inverse .cart-dropdown-menu hr {
	border-top-color: #4E4E4E;
}

.navbar-inverse .product-quantity,
.navbar-inverse .cart-dropdown-desc {
	color: #9A9A9A;
}

.navbar-inverse .cart-dropdown .product-old-price,
.navbar-inverse .cart-dropdown .product-name a,
.cart-dropdown .cart-action-total > span {
	color: #9A9A9A;
}

.navbar-inverse .cart-dropdown .remove-btn {
	color: #9A9A9A;
	background-color: #4E4E4E;
}

.navbar-inverse .cart-dropdown .remove-btn:hover,
.navbar-inverse .cart-dropdown .remove-btn:focus {
	color: #B7B7B7;
	background-color: #3E3E3E;
}

.navbar-inverse .sticky-menu.fixed .cart-dropdown-menu {
	border-top-color: #3E3E3E;
}

/* 4. Navbar Transparent */
/* You shuld use this page header largest 
or the section with padding top more than header's height */
.navbar-transparent {
	background-color: transparent !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 299;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
}

.navbar-transparent .navbar-top {
	background-color: transparent;
}

@media (max-width: 767px) {
	.navbar-transparent.navbar-inverse .navbar-collapse {
		background-color: #2E2E2E;
	}
	
	.navbar-transparent.navbar-white .navbar-collapse {
		background-color: #FFF;
	}
}

/* White Color */
.navbar-white.navbar-transparent {
	border-color: #E1E1E1;
}

.navbar-white.navbar-transparent .navbar-top {
	border-bottom-color: #E1E1E1;
}

.navbar-white.navbar-transparent .navbar-top a {
	color: #F1F1F1;
}

.navbar-white.navbar-transparent .navbar-top .dropdown-menu a {
	color: #505050;
}

.navbar-white.navbar-transparent .navbar-top a:hover,
.navbar-white.navbar-transparent .navbar-top a:focus,
.navbar-white.navbar-transparent .navbar-top .open > .dropdown-toggle {
	color: #FFF;
}

.navbar-white.navbar-transparent .navbar-top-nav li:after,
.navbar-white.navbar-transparent .navbar-top .social-icon:after {
	color: #FFF;
}

.navbar-white.navbar-transparent .navbar-top .dropdowns-container.pull-right {
	border-right-color: #E1E1E1;
}

.navbar-white.navbar-transparent .navbar-top .dropdown-menu {
	border-color: #E1E1E1;
	background-color: #FFF;
}

.navbar-white.navbar-transparent .navbar-brand {
	color: #F1F1F1;
	border-color: #E1E1E1;
}

.navbar-white.navbar-transparent .navbar-brand:hover,
.navbar-white.navbar-transparent .navbar-brand:focus {
	color: #FAFAFA;
	background-color: transparent;
}

.navbar-white.navbar-transparent .social-icon {
	color: #F1F1F1;
}

/* Transparent inverse */
.navbar-inverse.navbar-transparent {
	border-color: #505050;
}

.navbar-inverse.navbar-transparent .navbar-top {
	border-bottom-color: #505050;
}

.navbar-inverse.navbar-transparent .navbar-top a {
	color: #3E3E3E;
}

.navbar-inverse.navbar-transparent .navbar-top .dropdown-menu a {
	color: #9A9A9A;
}

.navbar-inverse.navbar-transparent .navbar-top-nav li:after,
.navbar-inverse.navbar-transparent .navbar-top .social-icon:after {
	color: #666;
}

.navbar-inverse.navbar-transparent .navbar-top .dropdowns-container.pull-right {
	border-right-color: #505050;
}

.navbar-inverse.navbar-transparent .navbar-top .dropdown-menu {
	border-color: #2E2E2E;
	background-color: #3E3E3E;
}

.navbar-inverse.navbar-transparent .navbar-brand {
	color: #3E3E3E;
	border-color: #505050;
}

.navbar-inverse.navbar-transparent .navbar-brand:hover,
.navbar-inverse.navbar-transparent .navbar-brand:focus {
	color: #2E2E2E;
	background-color: transparent;
}

.navbar-inverse.navbar-transparent .social-icon {
	color: #3E3E3E;
}

@media (min-width: 768px) {
	/* Transparent + white menu link color*/
	.navbar-white.navbar-transparent .navbar-text,
	.navbar-white.navbar-transparent .navbar-nav > li > a {
		color: #F1F1F1;
	}
	
	.navbar-white.navbar-transparent .navbar-nav > li > a:hover,
	.navbar-white.navbar-transparent .navbar-nav > li > a:focus,
	.navbar-white.navbar-transparent .navbar-nav > li.open > a,
	.navbar-white.navbar-transparent .navbar-nav > li.active > a {
		background-color: transparent;
	}
	
	/* Transparent + dark menu link color*/
	.navbar-inverse.navbar-transparent .navbar-text,
	.navbar-inverse.navbar-transparent .navbar-nav > li > a {
		color: #3E3E3E;
	}
	
	.navbar-inverse.navbar-transparent .navbar-nav > li > a:hover,
	.navbar-inverse.navbar-transparent .navbar-nav > li > a:focus,
	.navbar-inverse.navbar-transparent .navbar-nav > li.open > a,
	.navbar-inverse.navbar-transparent .navbar-nav > li.active > a {
		background-color: transparent;
	}
}

/* Sticky Menu ----------*/
@-webkit-keyframes stickyMenu {
	0% {
		opacity: 0;
		top: -100px;
	}
	
	100% {
		opacity: 1;
		top: 0;
	}
}

@keyframes stickyMenu {
	0% {
		opacity: 0;
		top: -100px;
	}
	
	100% {
		opacity: 1;
		top: 0;
	}
}

.boxed #header.sticky-menu.fixed,
.boxed .sticky-menu.fixed,
.boxed-long #header.sticky-menu.fixed,
.boxed-long .sticky-menu.fixed,
.boxed #header-search-form.fixed,
.boxed-long #header-search-form.fixed {
	left: auto;
	right: auto;
}

#header.sticky-menu.fixed,
.sticky-menu.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	-webkit-perspective: 1000;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: stickyMenu;
	animation-name: stickyMenu;
}

.navbar-white .sticky-menu.fixed {
	background-color: #FFF;
}

.navbar-inverse .sticky-menu.fixed {
	background-color: #2A2A2A;
}

.navbar-default .sticky-menu.fixed {
	background-color: #FFFFFF;
}

#header.sticky-menu.fixed .navbar-inverse.navbar-transparent,
.navbar-inverse.navbar-transparent .sticky-menu.fixed,
.navbar-inverse.navbar-transparent .sticky-menu.fixed .boxed-container .collapse-row,
.navbar-inverse.navbar-transparent .sticky-menu.fixed .boxed-container .navbar-header.fullwidth,
.navbar-white .sticky-menu.fixed .navbar-collapse.collapse-row {
	background-color: #FFF !important;
	border-color: #EAEAEA;
}

.sticky-menu.fixed .navbar-inverse.navbar-transparent .navbar-collapse.collapse-row,
.navbar-inverse.navbar-transparent .sticky-menu.fixed .navbar-collapse.collapse-row {
	border-top-color: transparent;
}

.sticky-menu.fixed .navbar-inverse.navbar-transparent .navbar-brand,
.navbar-inverse.navbar-transparent .sticky-menu.fixed .navbar-brand {
	border-color: #EAEAEA;
}

.sticky-menu.fixed .navbar-inverse.navbar-transparent .navbar-nav > li > a,
.navbar-inverse.navbar-transparent .sticky-menu.fixed .navbar-nav > li > a {
	border-right-color: #EAEAEA !important;
}

.sticky-menu.fixed .navbar-inverse.navbar-transparent .navbar-nav-border > li:first-child > a,
.navbar-inverse.navbar-transparent .sticky-menu.fixed .navbar-nav-border > li:first-child > a {
	border-left-color: #EAEAEA !important;
}

.sticky-menu.fixed .navbar-white.navbar-transparent,
.navbar-white.navbar-transparent .sticky-menu.fixed,
.sticky-menu.fixed .navbar-white.navbar-transparent .navbar-collapse.collapse-row,
.navbar-white.navbar-transparent .sticky-menu.fixed .navbar-collapse.collapse-row {
	background-color: #2A2A2A !important;
	border-color: #3E3E3E;
}

.sticky-menu.fixed .navbar-white.navbar-transparent .navbar-nav > li > a,
.navbar-white.navbar-transparent .sticky-menu.fixed .navbar-nav > li > a {
	border-right-color: #5E5E5E !important;
}

.sticky-menu.fixed .navbar-white.navbar-transparent .navbar-nav-border > li:first-child > a,
.navbar-white.navbar-transparent .sticky-menu.fixed .navbar-nav-border > li:first-child > a {
	border-left-color: #5E5E5E !important;
}

.sticky-menu.fixed .navbar-white.navbar-transparent .navbar-brand,
.navbar-white.navbar-transparent .sticky-menu.fixed .navbar-brand {
	border-color: #3E3E3E;
}

.sticky-menu.fixed > .row > .container {
	position: relative;
}

.sticky-menu.fixed,
.navbar-transparent .sticky-menu.fixed {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0, 0.08);
}

@media (min-width: 992px) {
	.sticky-menu.fixed .navbar-nav > li > a {
		padding-top: 17.5px;
		padding-bottom: 17.5px;
	}
}

.sticky-menu.fixed .navbar-brand {
	padding-top: 18px;
	padding-bottom: 10px;
	height: auto;
	font-size: 32px;
}

.sticky-menu.fixed .navbar-brand img {
	width: 123px;
}

.sticky-menu.fixed .navbar-btn,
.sticky-menu.fixed .navbar-toggle,
.sticky-menu.fixed .btn-toggle {
	margin-top: 12.5px;
	margin-bottom: 12.5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}

.sticky-menu.fixed .navbar-toggle {
	padding: 3px;
}

.sticky-menu.fixed .navbar-toggle .icon-bar,
.sticky-menu.fixed .btn-toggle .icon-bar,
.sticky-menu.fixed .navbar-toggle .icon-bar:before,
.sticky-menu.fixed .btn-toggle .icon-bar:before,
.sticky-menu.fixed .navbar-toggle .icon-bar:after,
.sticky-menu.fixed .btn-toggle .icon-bar:after {
	width: 12px;
}

.sticky-menu.fixed .navbar-toggle .icon-bar:before,
.sticky-menu.fixed .btn-toggle .icon-bar:before {
	top: 4px;
}

.sticky-menu.fixed .navbar-toggle .icon-bar:after,
.sticky-menu.fixed .btn-toggle .icon-bar:after {
	top: -4px;
}

#header-search-form.fixed {
	position: fixed;
	top: 0;
	z-index: 1010;
	border-bottom: none;
}

#header-search-form.fixed .form-control {
	font-size: 16px;
	padding-top: 15.5px;
	padding-bottom: 15.5px;
	height: 55px;
}

#header.fixed #header-search-form.fixed .form-control {
	padding-top: 16px;
	padding-top: 16px;
	height: 56px;
}

/* =============================================
------------------- 4.Content -----------------
==============================================*/
/* SEARCH RESULTS*/
div.simplesearch-paging {
	margin: 0 0 30px 0;
	background-color: #D9D9D9;
	padding: 10px;
	font-weight: bold;
}

p.simplesearch-results {
	font-weight: bold;
}

#content {
	width: 100%;
	padding: 0 0 40px;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-overflow {
	overflow: hidden !important;
}

.no-padding-bt {
	padding-bottom: 0 !important;
}

@media (min-width: 992px) {
	/* container-fulid give a larger padding */
	#content .container-fluid.no-padding {
		padding: 0;
	}
}

@media (min-width: 992px) {
	/* container-fulid give a larger padding */
	#content .container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.bg-image {
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.parallax,
.parallax-fixed {
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	/* to prevent empy bg area*/
	background-repeat: repeat-y;
}

.parallax {
	background-attachment: scroll;
}

.parallax-fixed {
	background-attachment: fixed;
}

.parallax-container {
	overflow: hidden;
	position: relative;
}

.parallax-container .parallax {
	position: absolute;
	top: -25%;
	height: 150%;
	left: 0;
	right: 0;
	z-index: 1;
}

.parallax-container .container,
.parallax-container .container-fluid {
	position: relative;
	z-index: 2;
}

.overlay-container .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	background: #FFF;
	opacity: 0.4;
}

.overlay-container .overlay.dark {
	background-color: #2A2A2A;
	opacity: 0.15;
}

.overlay-container .overlay.darker {
	background-color: #2A2A2A;
	opacity: 0.2;
}

.overlay-container .overlay.custom {
	opacity: 0.15;
}

.overlay-container .container,
.overlay-container .container-fluid {
	position: relative;
	z-index: 2;
}

/* vertical center with display table */
.vcenter-container {
	display: table;
	width: 100%;
	height: 100%;
}

.vcenter {
	display: table-cell;
	vertical-align: middle;
}

/* Page Header Styles */
.page-header {
	padding: 30px 0 10px;
	margin: 0 0 40px;
	border-bottom: none;
	background-color: #FFF;
	border-bottom: 0px solid #EAEAEA;
}

.page-header.fullscreen {
	padding: 0;
}

.page-header.parallax {
	border-bottom: none;
}

.page-header.homepage-page-header {
	position: relative;
	padding: 0;
}

.page-header.no-margin {
	margin: 0 !important;
}

.page-header.no-border {
	border: none;
}

.page-header.larger,
.page-header.larger2x {
	padding: 10px;
}

.page-header h1 {
	margin-bottom: 14px;
	line-height: ;
	padding: 9px;
}

.page-header-desc {
	margin-bottom: 10px;
	color: #7A7A7A;
	font-size: 15px;
}

.page-header.largest {
	padding-top: 180px;
	padding-bottom: 20px;
}

.page-header.half-largest {
	padding-top: 130px;
	padding-bottom: 20px;
}

@media (min-width: 768px) {
	.page-header {
		padding: 35px 0 20px;
		margin-bottom: 60px;
	}
	
	.page-header-desc {
		margin-bottom: 20px;
		font-size: 16px;
	}
	
	.page-header.largest {
		padding-top: 240px;
		padding-bottom: 30px;
	}
	
	.page-header.half-largest {
		padding-top: 170px;
		padding-bottom: 30px;
	}
	
	.page-header.larger2x {
		padding: 50px 0;
	}
}

@media (min-width: 992px) {
	.larger-desc .page-header-desc {
		margin-bottom: 0;
	}
	
	.page-header .col-md-6 h1 {
		margin-bottom: 0;
	}
	
	.page-header.larger-desc .col-md-6 h1 {
		margin-bottom: 10px;
	}
	
	.page-header .col-md-6 .breadcrumb {
		margin-bottom: 0;
	}
	
	.page-header .col-md-push-6 {
		text-align: right;
	}
	
	.page-header .col-md-6 .breadcrumb {
		margin: 2px 0;
		text-align: right;
	}
	
	.page-header.larger-desc .col-md-6 .breadcrumb {
		margin: 20.5px 0;
	}
	
	.page-header .col-md-6.col-md-pull-6 .breadcrumb {
		text-align: left;
	}
}

.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
}

.breadcrumb > li {
	font-size: 14px;
	font-weight: 600;
}

.breadcrumb > li + li:before {
	padding: 0 8px;
	color: #AAA;
}

.breadcrumb > li > a {
	color: #898989;
}

.breadcrumb > .active {
	color: #6A6A6A;
}

/* Image bg  + dark page headers */
.page-header.parallax h1,
.page-header.parallax h2,
.page-header.parallax h3 {
	color: #F1F1F1;
}

.page-header.parallax .page-header-desc {
	color: #E1E1E1;
}

.page-header.parallax .breadcrumb > li > a {
	color: #F1F1F1;
}

.page-header.parallax .breadcrumb > li > a:hover,
.page-header.parallax .breadcrumb > li > a:focus {
	color: #FFF;
}

.page-header.parallax .breadcrumb > li + li:before,
.page-header.parallax .breadcrumb > .active {
	color: #E1E1E1;
}

/* Page Header Dark (Same color scheme with footer-inverse class and navbar-inverse class)*/
.page-header.dark {
	background-color: #D9D9D9;
	border-bottom-color: #1E1E1E;
}

.page-header.dark h1,
.page-header.dark h2,
.page-header.dark h3 {
	color: #363030;
}

.page-header.dark .page-header-desc {
	color: #8A8A8A;
}

.page-header.dark .breadcrumb > li + li:before {
	color: #8A8A8A;
}

.page-header.dark .breadcrumb > li > a {
	color: #9A9A9A;
}

.page-header.dark .breadcrumb > li > a:hover,
.page-header.dark .breadcrumb > li > a:focus {
	color: #FAFAFA;
}

.page-header.dark .breadcrumb > .active {
	color: #BABABA;
}

/* Image bg  + dark page headers */
.page-header.parallax.dark h1,
.page-header.parallax.dark h2,
.page-header.parallax.dark h3 {
	color: #3E3E3E;
}

.page-header.parallax.dark .page-header-desc {
	color: #5E5E5E;
}

.page-header.parallax.dark .breadcrumb > li > a {
	color: #3E3E3E;
}

.page-header.parallax.dark .breadcrumb > li > a:hover,
.page-header.parallax.dark .breadcrumb > li > a:focus {
	color: #2E2E2E;
}

.page-header.parallax.dark .breadcrumb > .active {
	color: #5E5E5E;
}

/* Page Header Gray (Same color scheme with footer-default class and navbar-default class)*/
.page-header.gray {
	background-color: #EAEAEA;
	border-bottom-color: #D7D7D7;
}

.page-header.gray h1,
.page-header.gray h2,
.page-header.gray h3 {
	color: #8A8A8A;
}

.page-header.gray .page-header-desc,
.page-header.gray .breadcrumb > .active,
.page-header.gray .breadcrumb > li + li:before {
	color: #6A6A6A;
}

.page-header.gray .breadcrumb > li > a {
	color: #8A8A8A;
}

/* Page Header Gray (Same color scheme with footer-custom class and navbar-custom class)
	- Changes duo to color scheme
*/
.page-header.custom h1,
.page-header.custom h2,
.page-header.custom h3 {
	color: #EAEAEA;
}

.page-header.custom .page-header-desc,
.page-header.custom .breadcrumb > .active,
.page-header.custom .breadcrumb > li + li:before {
	color: #EAEAEA;
}

.page-header.custom .breadcrumb > li > a {
	color: #CACACA;
}

.page-header.custom .breadcrumb > li > a:hover,
.page-header.custom .breadcrumb > li > a:focus {
	color: #FAFAFA;
}

/* 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: rgba(224, 224, 224, 0);
	border-bottom: 1px solid black;
	line-height: 2;
}

.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;
	padding: 0;
}

.bg-blue1 {
	background-color: #99D2DD !important;
	background-position: center center;
	background-size: cover;
}

.bg-blue2 {
	background-color: #303030 !important;
}

.bg-blue3 {
	background-color: #326580 !important;
}

div.colored-box a.btn:hover {
	background-color: #FFFFFF !important;
	color: #1278DD !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#aboutus h5.mission ul {
	margin-left: 22px;
}

.section#aboutus h5.mission ul li {
	padding-bottom: 13px;
	list-style: disc;
	font-weight: 500;
	font-size: 14px;
}

.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;
	filter: grayscale(0%);
	transition: all 0.2s;
	display: block;
	overflow: auto;
}

.vertical-service-image:hover {
	/*background: center / cover border-box padding-box rgba(255, 255, 255, 0.299);*/
	filter: grayscale(100%);
	transition: all 0.2s;
}

.vertical-service-image:hover > .vertical-service-image p {
	/*background: center / cover border-box padding-box rgba(255, 255, 255, 0.299);*/
	filter: brightness(50%);
	transition: all 0.2s;
}

.vertical-service-image p {
	max-width: 346px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-size: 15px;
	text-shadow: -1px -3px 12px rgba(0, 0, 0, 0.359);
}

@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;
}

div#staffMembers article.entry,
div#committeeMembers article.entry {
	position: relative;
	margin-bottom: 50px;
	padding-left: 0px;
	/*max-width: 90%;*/
}

@media (max-width: 991px) {
	div#staffMembers article.entry,
	div#committeeMembers article.entry {
		position: relative;
		margin-bottom: 50px;
		padding-left: 0px;
		max-width: 91%;
	}
}

.entry-no-date {
	position: relative;
	margin-bottom: 50px;
	padding-left: 0px !important;
}

.entry-no-date:after {
	display: none !important;
}

/*.entry:after
{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	display: block;
	width: 1px;
	background-color: rgba(152, 152, 152, 0.080);
	z-index: 10;
}*/
div#staffMembers article.entry:after,
div#committeeMembers article.entry:after {
	position: absolute;
	width: 0px;
	background-color: #CBCBCB;
	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.179);
	opacity: 1;
	transition: all 0.20s ease-in-out;
	-webkit-transition: all 0.20s 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;
	/*+border-radius: 0px;*/
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}

article.entry.single div.entry-media figure img {
	/*(*+border-radius: 15px;*)
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;*/
}

article.entry.entry-box div.entry-media figure a img {
	/*(*+border-radius: 15px 15px 0px 0px !important;*)
	-moz-border-radius: 15px 15px 0px 0px !important;
	-webkit-border-radius: 15px 15px 0px 0px !important;
	-khtml-border-radius: 15px 15px 0px 0px !important;
	border-radius: 15px 15px 0px 0px !important;*/
}

.entry-media.post-head-media img {
	display: block;
	width: 100%;
	height: auto;
	/*(*+border-radius: 15px;*)
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;*/
}

.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;
	margin: 15px;
}

.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: #99D2DD;
	text-transform: uppercase;
	z-index: 15;
	/*(*+border-radius: 5px;*)
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;*/
}

.entry-date > span {
	display: block;
	background-color: #326580;
	color: #F1F1F1;
	font-size: 14px;
	margin-top: 11px;
	padding: 6px 5px;
}

.entry-date > span.dateYear {
	display: block;
	background-color: #000001;
	color: #F1F1F1;
	font-size: 14px;
	margin-top: 0px;
	padding: 6px 5px;
	/*(*+border-radius: 0px 0px 5px 5px;*)
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 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;
	}
}

div.entry-content h4 {
	font-size: 15px;
	color: #606060;
}

div.entry-content table {
	background-color: #DBDBDB;
	/*+border-radius: 4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

div.entry-content td {
	background-color: #DBDBDB;
	padding: 5px;
	border: 0px solid #326580 !important;
}

div.panel-body {
	background-color: #FFFFFF;
	padding: 0;
}

div#accordion.accordion-foi div.panel-body table {
	width: 100%;
}

div#accordion.accordion-foi div.panel-body table tbody tr.header1 td {
	background-color: #326580;
	color: #FFFFFF;
}

div#accordion.accordion-foi div.panel-body table tbody tr.header2 td {
	background-color: #D9D9D9;
	color: #373737;
}

div#accordion.accordion-foi div.panel-body table tbody tr td {
	background-color: #FFFFFF;
	padding: 10px;
	color: #326580;
	border: 3px solid #FFFFFF;
}

div#accordion.accordion-foi div.panel-body table tbody tr td a {
	background-color: #FFFFFF;
	color: #000000;
	padding: 0px;
	text-decoration: underline;
}

div#accordion.accordion-foi div.panel-body table tbody tr td p strong {
	font-size: 16px;
}

/* 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: 0px;
	margin-bottom: 30px;
	border: 0px solid #EAEAEA;
	background-color: #F1F1F1;
	/*(*+border-radius: 15px;*)
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;*/
}

.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) {
	.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;
	/*(*+border-radius: 5px;*)
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;*/
}

.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;
	/*(*+border-radius: 0px 0px 5px 5px;*)
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;*/
}

/* prevent date + format boxed overflow */
.entry-content-wrapper {
	min-height: 130px;
	margin: 15px;
}

.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: 45px;
	}
	
	.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.testimonial-content-fp {
	margin-left: 0px;
	padding-left: 25px;
	border-left: 0px solid #E1E1E1;
	position: relative;
	padding-top: 0px;
	padding-bottom: 10px;
}

.testimonial-fp {
	margin-left: 0px;
	padding-left: 0px;
	border-left: 1px solid #E1E1E1;
	position: relative;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0;
}

div.testimonial-content.testimonial-content-fp p {
	margin: 0 0 20px 0 !important;
	padding: 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 {
	background-color: #B26B6B !important;
	color: #FFFFFF !important;
}

@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: 20px;
	text-transform: none;
	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 {
	padding: 0px;
	margin: 0px;
	background-color: rgba(245, 245, 245, 0) !important;
}

/* 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;
}

div.downloadsContainer {
	margin: 0px 0 0 16px;
}

/* 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) {
	.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: #FFFFFF !important;
	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;
}

div.entry-content.downloadEntry ul {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}

div.entry-content.downloadEntry ul li {
	padding: 0;
	margin: 0 0 0 46px;
	background: none !important;
	font-size: 12px;
}

.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;
}

ul.latest-posts-list.downloadsPageList li div.entry-content {
	margin: 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;
}

div.downloadEntry p {
	margin-left: 24px;
}

.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;
	overflow: hidden;
}

.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: none;
	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);
}

span.footer-affiliate img {
	width: 44%;
	height: auto;
	position: relative;
	margin: 3px;
	padding: 0;
}

#footer-header {
	overflow: auto;
	padding-top: 27px;
	background-color: #CBCBCB;
	border-bottom: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
}

.values {
	margin-bottom: 30px;
	text-align: center;
	padding-top: 10px;
}

.values img {
	max-width: 14%;
	margin: 0px 10px 10px 0;
}

@media (max-width: 768px) {
	.values img {
		max-width: 31%;
	}
}

/* GALLERY STUFF*/
div.galleryContents {
	overflow: auto;
	margin: 0 0 20px 0;
}

div.galleryContents div.gal-item {
	border: 0px solid black;
	margin: 7px;
	/*+box-shadow: 1px 1px 3px;*/
	-moz-box-shadow: 1px 1px 3px;
	-webkit-box-shadow: 1px 1px 3px;
	box-shadow: 1px 1px 3px;
}

div.galleryContents div.gal-item img {
	/*+border-radius: 0px;*/
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}

div.galleryItem {
	/*+box-shadow: 1px 1px 3px;*/
	-moz-box-shadow: 1px 1px 3px;
	-webkit-box-shadow: 1px 1px 3px;
	box-shadow: 1px 1px 3px;
	padding: 20px;
}

/* =============================================
-----------------  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;
	left: 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 */
}

/* OTHER*/
div.cookie-notice div.cn-body div.cn-ok a.cm-link.cn-learn-more {
	text-align: right;
	padding-right: 7px;
}

footer#footer address a {
	cursor: pointer;
}

.cursor-pointer {
	cursor: pointer;
}

input#field_48 {
	opacity: 0.01;
}

div.form-group label[for=field_48] {
	opacity: 0.01;
	display: none;
}

li.level-1 {
}

li.level-2 {
	margin-left: 72px !important;
}

li.level-3 {
	margin-left: 102px !important;
}

li.level-4 {
	margin-left: 132px !important;
}

#google_translate_element {
	display: inline-block;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px;
}

.goog-te-gadget {
	border: 0px !important;
	padding: 0px !important;
	line-height: 20px !important;
}

.goog-te-gadget-simple {
	border: 0px !important;
	padding: 0px !important;
	padding-left: 2px !important;
	padding-right: 2px !important;
}

div.leave {
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	/*border: 1px solid #333333;*/
	background-color: #D4351C;
	/*+border-radius: 0px;*/
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	/*+box-shadow: 0px 2px #1C1C1C;*/
	-moz-box-shadow: 0px 2px #1C1C1C;
	-webkit-box-shadow: 0px 2px #1C1C1C;
	box-shadow: 0px 2px #1C1C1C;
	z-index: 100;
	border: 0px solid black;
}

div.leave a {
	display: block;
	padding: 10px 20px;
	color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 500px) {
	div.leave {
		display: block;
		position: fixed;
		right: 10px;
		bottom: 10px;
		/*border: 1px solid #333333;*/
		background-color: #99D2DD;
		/*+border-radius: 22px;*/
		-moz-border-radius: 22px;
		-webkit-border-radius: 22px;
		-khtml-border-radius: 22px;
		border-radius: 22px;
		/*+box-shadow: 2px 2px #1C1C1C;*/
		-moz-box-shadow: 2px 2px #1C1C1C;
		-webkit-box-shadow: 2px 2px #1C1C1C;
		box-shadow: 2px 2px #1C1C1C;
		z-index: 100;
		border: 1px solid black;
	}
	
	div.leave a {
		display: block;
		padding: 5px 10px;
		color: #1C1C1C;
		font-size: 1.3rem;
	}
}
