/*** ======= // TABLE OF CONTENT // ============================ 1. General Styling 2. Boxed Layout 3. Header 4. Header 2 5. Arrows 6. Slider 7. Slider 8. Post Style 1 9. Post Style 2 10. Post Style 3 11. Post Style 4 12. Post Style 5 13. Post Style 6 14. Post Style 7 15. Post Style 8 16. Post Style 9 17. Post Style 10 18. Post Style 11 19. Post Style 12 20. Post Style 13 21. Post Style 14 22. Post Style 15 23. Post Style 16 24. Post Style 17 25. Post Author Box 26. Date 3 27. Ticker 28. Isotop 29. Latest Reviews 30. Author Carousal 31. Latest Video Sec 32. Readable Post 33. Heading 34. Heading 2 35. Heading 3 36. Heading 4 37. Heading 5 38. Heading 6 39. Heading 7 40. Heading 8 41. Heading 9 42. Heading 10 43. Heading 11 44. Post Tabs 45. Carousal Post 46. JPAGES 47. Widgets 48. Post Category 49. Category Count 50. Footer 51. Rating 52. About Widget 53. bottom line 54. About Author 55. Sidebar 56. Post Styles Hover 57. Gallery Box 58. Gallery 2 59. Blog Single 60. Your Post Action 61. Comment Sec 62. Comment form 63. Pagination 64. Conatct 65. Comment form 66. Contact Information 67. Expertise 68. Award History 69. Scroll Css 70. Responsive Header 71. New Sec Style 72. Changes 73. New Sec Style 74. Drop Down Style 75. Light Drop Down 76. New Mega Menu Style 77. Stickey Header ===================================================== ***/


/* Google Fonts */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800");

/* Open Sans */

@import url("https://fonts.googleapis.com/css?family=Raleway:400,200,100,300,500,600,700,800,900");

/* Raleway */

@import url("https://fonts.googleapis.com/css?family=Lato:400,300,700,900");

/* Lato */

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");

/* Montserrat */

body {
	background: none repeat scroll 0 0 #ffffff;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	float: left;
	width: 100%;
}

p {
	font-family: Open Sans;
	font-size: 14px;
	color: #000000;
	float: left;
	width: 100%;
	line-height: 26px;
	letter-spacing: 0.5px;
	margin: 0;
}

.low-space {
	margin: -4px -2px 0;
}

.low-space >
div {
	margin-top: 4px;
	padding: 0 2px;
}


/* General Setting */

.row.merge {
	margin: 0;
}

.white {
	color: #ffffff !important;
}

.btn {
	padding: 14px 14px;
	border: 0 none;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 0px;
}

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

.btn-primary {
	background: #D70204;
	color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open >
.dropdown-toggle.btn-primary {
	background: #ED2828;
}

.btn-primary:active,
.btn-primary.active {
	background: #D70204;
	box-shadow: none;
}

.form-check {
	font-family: Open Sans;
	font-size: 20px;
	color: #000000;
	float: left;
	width: 100%;
	line-height: 20px;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 0px solid #e5e5e5;
}

.row.merge >
div {
	padding: 0;
}

.block {
	float: left;
	padding: 60px 0;
	position: relative;
	width: 100%;
}

.top-margin {
	float: left;
	margin-top: -28px;
	width: 100%;
}

.margin20 {
	margin-top: -20px;
}

.block.gray {
	background: none repeat scroll 0 0 #F8F8F8;
}

.block.no-padding {
	padding: 0;
}

.block.remove-top {
	padding-top: 0;
}

.block.remove-bottom {
	padding-bottom: 0;
}

.layer:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	background: #1c1c1c;
	opacity: 0.95;
}

.fixed-img {
	background-attachment: fixed !important;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.remove-top {
	padding-top: 0;
}

.remove-bottom {
	padding-top: 0;
}

.block .container {
	padding: 0;
	position: relative;
	z-index: 9;
}

a {
	text-decoration: none;
	color: #D70204;
}


/* Boxed Layout */

.theme-layout.boxed {
	background: none repeat scroll 0 0 #fafafa;
	-webkit-box-shadow: 0 0 10px #000000;
	-moz-box-shadow: 0 0 10px #000000;
	-ms-box-shadow: 0 0 10px #000000;
	-o-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 1230px;
	z-index: 0;
}

.theme-layout {
	display: inline-block;
	width: 100%;
	background: none repeat scroll 0 0 #ffffff;
}

.container {
	position: relative;
	z-index: 99;
}


/* Header */

header {
	float: left;
	position: relative;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	width: 100%;
	z-index: 99999;
}

header .container {
	padding: 0;
}

.top-bar {
	background: #2a2f32 none repeat scroll 0 0;
	float: left;
	width: 100%;
}

.quick-link {
	float: left;
	list-style: outside none none;
	margin: 28px 0;
	padding: 0;
	width: auto;
}

.quick-link >
li >
a {
	color: #d9dbdc;
	float: left;
	font-family: lato;
	font-size: 11px;
	letter-spacing: 0.3px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.quick-link >
li {
	float: left;
	list-style: outside none none;
	margin-right: 40px;
}

.quick-link >
li:last-child {
	margin: 0;
}

.social-btn {
	float: right;
	list-style: outside none none;
	padding: 0;
	margin: 20px 0;
}

.social-btn >
li {
	float: left;
	margin-left: 5px;
}

.social-btn >
li >
a:hover i {
	color: #fff !important;
}

.social-btn >
li >
a i {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.social-btn >
li >
a {
	background: #ffffff none repeat scroll 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #004173 !important;
	float: left;
	font-size: 19px;
	height: 29px;
	line-height: 31px;
	text-align: center;
	width: 29px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.post-header-bar {
	float: left;
	padding: 40px 0;
	width: 100%;
	position: relative;
}

.logo-bar {
	float: left;
	width: 100%;
}

.logo {
	float: left;
	margin: 65px 0;
}

.logo >
a {
	float: left;
}

.buddy-header.dark .logo-content {
	background: #252525 none repeat scroll 0 0;
}

.ad {
	float: right;
}

header .ad {
	margin: 47px 0;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

.menu-sec {
	background: #2a2f32 none repeat scroll 0 0;
	float: left;
	position: relative;
	width: 100%;
	z-index: 2;
}

.menu {
	float: left;
}

.menu >
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.menu >
ul >
li {
	float: left;
}

.menu >
ul >
li >
a {
	border-right: 1px solid #42484c;
	color: #efefef;
	float: left;
	font-family: Montserrat;
	font-size: 13px;
	line-height: 12px;
	padding: 26px 30px;
	position: relative;
	overflow: hidden;
}

.menu >
ul >
li:hover >
a::after {
	left: 0;
	-webkit-transition: all 0.4s ease 0.3s;
	-moz-transition: all 0.4s ease 0.3s;
	-ms-transition: all 0.4s ease 0.3s;
	-o-transition: all 0.4s ease 0.3s;
	transition: all 0.4s ease 0.3s;
	width: 100%;
}

.menu >
ul >
li >
a::after {
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.4s ease 0.3s;
	-moz-transition: all 0.4s ease 0.3s;
	-ms-transition: all 0.4s ease 0.3s;
	-o-transition: all 0.4s ease 0.3s;
	transition: all 0.4s ease 0.3s;
	width: 0;
	z-index: -1;
}

.menu >
ul >
li:hover >
a::before {
	top: 0;
}

.menu >
ul >
li >
a::before {
	content: "";
	height: 100%;
	left: 50%;
	margin-left: -1px;
	position: absolute;
	top: -100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 2px;
	z-index: -1;
}

.menu >
ul >
li:first-child >
a {
	font-size: 20px;
	padding: 22px 30px;
}

.menu >
ul >
li:last-child >
a {
	border: medium none;
}

.search-post {
	float: right;
	position: relative;
}

.search-post >
i {
	background: #383e41 none repeat scroll 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	float: right;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin: 14px 0;
	text-align: center;
	width: 35px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.search-post >
label input {
	background: #eeeeee none repeat scroll 0 0;
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	float: left;
	font-family: Lato;
	font-size: 11px;
	height: 50px;
	letter-spacing: 0.3px;
	text-align: center;
	width: 100%;
}

.search-post >
label::before {
	border-bottom: 5px solid #eeeeee;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	content: "";
	position: absolute;
	right: 13px;
	top: -5px;
}

.search-post >
label {
	display: none;
	height: 70px;
	margin: 0;
	max-width: none;
	position: absolute;
	right: 0;
	top: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 250px;
}


/* Header 2 */

.top-bar2 {
	background: #121212 none repeat scroll 0 0;
	float: left;
	width: 100%;
}

header .container {
	padding: 0;
}

.bar-btn {
	float: left;
	list-style: outside none none;
	margin: 20px 0;
	padding: 0;
}

.bar-btn >
li {
	float: left;
	margin-right: 10px;
}

.bar-btn >
li a {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	color: #f9f9f9;
	float: left;
	font-size: 11px;
	letter-spacing: 0.3px;
	padding: 11px 25px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.social-btns {
	float: right;
	list-style: outside none none;
	margin: 23px 0;
	padding: 0;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

.social-btns >
li {
	float: left;
	margin-left: 2px;
}

.social-btns >
li >
a {
	float: left;
}

.social-btns >
li >
a i {
	background: #000000;
	color: #ffffff!important;
	border-radius: 50%;
	float: left;
	font-size: 25px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}

.logo >
a img {
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	max-width: 500px;
}

.logo-bar {
	float: left;
	width: 100%;
}

.logo {
	float: left;
	margin: 40px 0;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

.logo >
a {
	float: left;
}

.ad {
	float: right;
	margin: 48px 0;
}

nav.menu {
	background: #121212 none repeat scroll 0 0;
	float: left;
	width: 100%;
}

nav.menu .container >
ul {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}

nav.menu .container >
ul >
li {
	float: left;
	position: relative;
}

nav.menu .container >
ul >
li:first-child:before {
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1000px;
}

nav.menu .container >
ul >
li >
a {
	border-right: 1px solid #232323;
	color: #ffffff;
	float: left;
	font-family: Lato;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	overflow: hidden;
	padding: 25px 34px;
	position: relative;
	text-transform: uppercase;
	z-index: 0;
}

nav.menu .container >
ul >
li >
a span {
	float: left;
	font-size: 19px;
	margin-right: 15px;
}

nav.menu .container >
ul >
li:hover a >
i {
	margin: 0;
	top: 0;
}

nav.menu .container >
ul >
li a >
i {
	height: 100%;
	left: 0;
	margin-top: 2px;
	position: absolute;
	top: -100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: -1;
}


/* Arrows */

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}


/* Dots */

.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}


/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.center-mode {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.center-mode li img {
	float: left;
	width: 100%;
}

.center-mode li {
	position: relative;
}

.center-mode li:before {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.68);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
}

.center-mode .slick-slide.slick-active.slick-center:before {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

.center-mode .slick-slide.slick-active.slick-center .slide-content-area >
a {
	margin-top: 20px;
}

.slide-content-area {
	position: absolute;
	right: 60px;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 410px;
	opacity: 0;
}

.center-mode .slick-slide.slick-active.slick-center .slide-content-area {
	opacity: 1;
	top: 130px;
}

.slide-content >
span {
	float: left;
	width: 100%;
	font-family: lato;
	font-size: 15px;
	letter-spacing: 0.30px;
	margin-top: -5px;
}

.slide-content-area >
a {
	float: left;
	background: #161616;
	font-family: Lato;
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.30px;
	padding: 11px 20px;
	margin-top: 162px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.slide-content {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.33);
	float: left;
	padding: 30px 40px;
	width: 100%;
}

.slide-content >
h3 {
	float: left;
	width: 100%;
	font-family: lato;
	font-size: 33px;
	font-weight: 900;
	color: #000000;
	margin: 0;
	margin-bottom: 15px;
}


/* Post Style 1 */

.post-style1 {
	float: left;
	margin-top: 20px;
	min-height: 68px;
	padding-left: 128px;
	position: relative;
	width: 100%;
}

.post-thumb1 {
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 108px;
	overflow: hidden;
}

.post-thumb1 img {
	float: left;
	width: 100%;
}

.date {
	float: left;
	width: 100%;
}

.date >
ul {
	display: inline-block;
	list-style: outside none none;
	margin: 0 0 0 -4px;
	padding: 0;
}

.date >
ul >
li {
	list-style: outside none none;
	float: left;
}

.date >
ul >
li {
	margin-right: 3px;
	padding-right: 10px;
	position: relative;
	line-height: 12px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.date >
ul >
li::before {
	color: #828282;
	content: "-";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.date >
ul >
li:last-child::before {
	display: none;
}

.date >
ul >
li span {
	color: #828282;
	float: left;
	font-family: Montserrat;
	font-size: 11px;
	letter-spacing: 0.3px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.post-style3 .date li a,
.post-style3 .date li,
.post-style3 .date li span {
	color: #ffffff;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.date >
ul >
li:last-child {
	border: medium none;
	margin: 0;
	padding: 0;
}

.date >
ul >
li >
a,
.date >
ul >
li {
	color: #828282;
	float: left;
	font-family: Lato;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	letter-spacing: .7px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.date >
ul >
li a {
	float: right;
	padding-left: 4px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.post-style1 h3 a {
	color: #333638;
	float: left;
	font-family: raleway;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .3px;
	line-height: 22px;
	margin-top: 6px;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.post-style1 .date {
	margin-top: 17px;
}

.post-header-bar .post-style1 h3 a {
	color: #ffffff;
}

.post-style1 h3 {
	float: left;
	margin: 0;
	width: 100%;
}

.metas >
li:last-child {
	border: medium none;
	margin: 0;
	padding: 0;
}

.metas {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.layer .post-style1 .metas >
li {
	border-color: #424040;
}

.metas >
li {
	border-right: 1px solid #cdcdcd;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
}

.metas >
li >
span {
	color: #828282;
	float: left;
	font-family: Montserrat;
	font-size: 11px;
	letter-spacing: 0.3px;
}


/* Post Style 2 */

.post-slick-sec {
	background: #FAFAFA none repeat scroll 0 0;
	float: left;
	position: relative;
	width: 100%;
}

.slider-post {
	float: left;
	padding-right: 149px;
	width: 100%;
}

.slider-button {
	background: #d3d3d1 none repeat scroll 0 0;
	margin: 0;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 0;
	width: 149px;
	z-index: 99999;
}

.slider-button >
ul {
	margin: 0;
	padding: 0;
}

.slider-post >
ul {
	margin: 0;
	padding: 0;
}

.post-style2 {
	float: left;
	width: 100%;
}

.post-thumb2 {
	float: left;
	width: 44%;
}

.post-thumb2 img {
	float: left;
	width: 100%;
}

.post-detail2 {
	float: left;
	padding: 0px 20px;
	width: 56%;
}

.cat {
	float: left;
	width: 100%;
}

.cat >
a {
	background: #1f1f1f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-family: Lato;
	font-size: 12px;
	letter-spacing: 0.3px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 7px 15px;
	text-transform: uppercase;
}

.post-detail2 >
h3 {
	color: #ffffff;
	float: left;
	font-family: raleway;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.3px;
	line-height: 30px;
	margin: 12px 0;
	width: 100%;
	margin-bottom: 13px;
}

.post-detail2 >
h3 >
a {
	color: #000000;
}

.post-detail2 p {
	color: #000000;
	margin: 15px 0 0;
}

.slider-button li >
a {
	float: left;
	position: relative;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
}

.slider-button li >
a img {
	float: left;
	width: 100%;
}

.slider-button li >
a::after {
	color: #ffffff;
	content: "";
	font-family: fontawesome;
	font-size: 20px;
	left: 60%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.slider-button li.slick-active.slick-center >
a::after {
	left: 50%;
	opacity: 1;
}

.slider-button li.slick-active.slick-center >
a::before {
	background: #cdcdcd;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	opacity: 0.8;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

.slider-button li >
a::before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
}


/* Post Style 3 */

.post-style3 {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.post-style3 >
img {
	float: left;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.post-style3:hover >
img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.post-detail3 {
	left: 0;
	padding: 0 40px 0 50px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	z-index: 9;
}

.post-style3 >
span {
	border: 2px solid #dadada;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #dadada;
	font-size: 20px;
	height: 49px;
	line-height: 45px;
	position: absolute;
	right: 25px;
	text-align: center;
	top: 25px;
	width: 49px;
	z-index: 1;
}

.post-style3 >
span i {
	margin-left: 4px;
}

.post-style3::before {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.post-detail3 >
h3 a {
	color: #ffffff;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.post-style3:hover .post-detail3 >
h3 {
	margin-bottom: 20px;
	margin-top: 35px;
}

.post-detail3 >
h3 {
	float: left;
	font-family: Raleway;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.3px;
	line-height: 25px;
	margin-bottom: 30px;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.post-style3 .date li a,
.post-style3 .date li,
.post-style3 .date li::before {
	color: #f8f8f8;
}


/* Post Style 4 */

.post-style4 {
	float: left;
	margin-top: 28px;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}

.post-thumb4 {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.post-thumb4 >
img {
	float: left;
	width: 100%;
}

.post-metas4 {
	float: left;
	width: 100%;
}

.cat2 {
	color: #323131;
	float: left;
	font-family: Open Sans;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 6px 0;
	text-transform: uppercase;
}

.cat2 a {
	color: #323131;
	display: inline-flex;
	margin: 4px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.total-views {
	color: #828282;
	float: right;
	font-family: lato;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 23px 0 5px;
	text-transform: uppercase;
}

.total-comments {
	float: right;
	margin: 23px 0 5px 7.5px;
	padding-left: 7.5px;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.total-comments::before {
	content: "-";
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.total-comments >
a {
	color: #828282;
	float: left;
	font-family: lato;
	font-weight: 600;
	letter-spacing: 0.3px;
}

.total-comments >
a i {
	font-size: 10px;
	margin-left: 3px;
}

.post-style4 .date {
	margin: 23px 0 7px;
	width: auto;
}

.post-style4 h3 {
	color: #333638;
	float: left;
	font-family: Raleway;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1.3px;
	margin: 0 0 7px;
	width: 100%;
}

.read-more {
	float: left;
	font-family: Montserrat;
	font-size: 11px;
	letter-spacing: 0.3px;
	margin-top: 40px;
}

.post-style4 h3 a {
	color: #333638;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}


/* Post Style 5 */

.post-style5 {
	float: left;
	margin-top: 18px;
	width: 100%;
}

.post-thumb5 {
	float: left;
	margin-bottom: 12px;
	position: relative;
	width: 100%;
}

.post-thumb5 >
img {
	float: left;
	width: 100%;
}

.post-style5 >
h3 a {
	color: #ffffff;
}

.post-thumb5 .progress {
	background: #242424 none repeat scroll 0 0;
	float: left;
	height: 17px;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

.post-thumb5::before {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: 1;
}

.post-style5:hover .post-thumb5::before {
	opacity: 0.3;
}

.post-style5 >
h3 {
	color: #ffffff;
	float: left;
	font-family: raleway;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.3px;
	margin: 10px 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.first-pro {
	width: 25%;
}

.second-pro {
	width: 50%;
}

.third-pro {
	width: 75%;
}

.fourth-pro {
	width: 100%;
}


/* Post Style 6 */

.post-style6 {
	float: left;
	margin-top: 30px;
	width: 100%;
}

.post-detail6 {
	float: left;
	width: 100%;
}

.post-detail6 >
h3 {
	float: left;
	font-family: Open Sans;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: 1.3px;
	line-height: 26px;
	margin: 14px 0 10px;
	text-transform: uppercase;
	width: 100%;
}

.post-detail6 >
h3 a {
	color: #fff;
}

.post-detail6 >
p {
	color: #dfdfdf;
	margin-top: 20px;
}


/* Post Style 7 */

.post-style7 {
	float: left;
	margin-top: 30px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.post-thumb7 {
	float: left;
	min-height: 130px;
	width: 100%;
}

.post-style7:hover:before {
	opacity: 0.9;
}

.post-style7::before {
	background: #101010 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.post-thumb7 img {
	float: left;
	width: 100%;
}

.post-detail7 .date ul {
	float: left;
	margin: 0;
	width: 100%;
}

.post-style7:hover .post-detail7 >
h3 {
	margin-top: 25px;
}

.post-style7:hover .post-detail7 .date ul li a {
	color: #fff;
}

.post-detail7 >
h3 {
	float: left;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1.3px;
	margin: 15px 0 0;
	text-transform: uppercase;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.post-detail7 >
h3 a {
	color: #ffffff;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.post-detail7 .date ul li {
	display: inline-flex;
	float: none;
}

.post-detail7 {
	left: 0;
	padding: 0 20px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 9;
}


/* Post Style8 */

.post-style8 {
	float: left;
	position: relative;
	width: 100%;
}

.post-thumb8 {
	float: left;
	width: 100%;
}

.post-thumb8 img {
	float: left;
	width: 100%;
}

.post-detail8 {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

.post-detail8 >
i {
	background: #3e3e3e none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	font-size: 13px;
	height: 34px;
	padding: 10px 16px;
}

.post-detail8 >
a {
	color: #ffffff;
	float: left;
	font-family: Montserrat;
	font-size: 11px;
	letter-spacing: 1.3px;
	padding: 10px 30px;
	text-transform: uppercase;
}

.post-detail8 >
h3 {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	color: #333638;
	float: left;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 16px 30px;
	text-transform: uppercase;
	width: 100%;
}

.post-detail8 >
h3 a {
	color: #363636;
}


/* Post Style 9 */

.post-style9 {
	float: left;
	padding-left: 35px;
	position: relative;
	width: 100%;
}

.post-style9 >
i {
	color: #0f0f0f;
	font-family: Open Sans;
	font-size: 21px;
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 0;
}

.post-style9 >
a {
	color: #333638;
	float: left;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}


/* Post Style 10 */

.post-style10 {
	float: left;
	margin-top: 30px;
	width: 100%;
}

.post-thumb10 {
	float: left;
	margin-bottom: 23px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.post-thumb10 img {
	float: left;
	width: 100%;
}

.post-style10 >
h3 {
	color: #121212;
	float: left;
	font-family: raleway;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .7px;
	line-height: 24px;
	margin-top: 6px;
	width: 100%;
}

.post-style10 >
h3 a {
	color: #333638;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.post-style10 .categories-btns a,
.post-style10 .categories-btns >
a:nth-child(2n+2) {
	background: #f8f8f8 none repeat scroll 0 0;
	color: #333333;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.post-style10 .categories-btns a:hover,
.post-style10 .categories-btns >
a:nth-child(2n+2):hover {
	color: #fff;
}


/* Post Style 11 */

.fancy-carousal {
	float: left;
	list-style: outside none none;
	margin: 0 0 -1px;
	padding: 0;
	width: 100%;
}

.fancy-carousal li {
	float: left;
	width: 100%;
}

.fancy-carousal .owl-nav {
	float: left;
	margin: 0;
	opacity: 1;
	padding: 0;
	position: static;
	width: 100%;
	z-index: 9;
}

.fancy-carousal .owl-nav >
div {
	border: medium none;
}

.fancy-carousal .owl-nav >
.owl-next {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: 210px;
	position: absolute;
	right: 0;
	top: 0;
	width: 210px;
	z-index: 99;
}

.fancy-carousal .owl-nav >
.owl-next::before {
	border-bottom: 210px solid rgba(0, 0, 0, 0);
	border-right: 210px solid #fdfdfd;
	border-top: 0 solid rgba(0, 0, 0, 0);
	content: "";
	position: absolute;
	right: 0;
	top: 0;
}

.fancy-carousal .owl-nav >
.owl-next:hover::before {
	border-right-color: #eaeaea;
}

.fancy-carousal .owl-nav >
.owl-next::after {
	border-bottom: 3px dotted;
	color: #555555;
	content: "NEXT";
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 900;
	left: 120px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 45px;
	width: auto;
	z-index: 9999;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.fancy-carousal .owl-nav >
.owl-prev {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	bottom: 0;
	height: 210px;
	left: 0;
	position: absolute;
	width: 210px;
	z-index: 99;
}

.fancy-carousal .owl-nav >
.owl-prev::before {
	border-left: 210px solid #fdfdfd;
	border-top: 210px solid rgba(0, 0, 0, 0);
	content: "";
	position: absolute;
	right: 0;
	top: 0;
}

.fancy-carousal .owl-nav >
.owl-prev:hover::before {
	border-left-color: #eaeaea;
}

.fancy-carousal .owl-nav >
.owl-prev::after {
	border-bottom: 3px dotted;
	color: #555555;
	content: "PREV";
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 900;
	left: 41px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 122px;
	width: auto;
	z-index: 9999;
}

.fancy-carousal .owl-stage-outer {
	z-index: 9;
}

.post-style11 {
	float: left;
	width: 100%;
}

.post-style11.style2 {
	min-height: auto;
}

.post-detail11 >
p {
	color: #dfdfdf;
}

.post-style11 {
	background-size: 100% auto;
	float: left;
	min-height: 520px;
	width: 100%;
}

.post-detail11 {
	background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;
	left: 50%;
	min-width: 880px;
	padding: 110px 100px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.post-detail11 >
.date >
ul {
	margin-top: 25px;
	text-align: center;
}

.post-detail11 >
.date >
ul a {
	color: #cacaca;
}

.post-detail11 >
.date >
ul >
li {
	display: inline-flex;
	float: left;
	width: auto;
	color: #cacaca;
}

.post-detail11 .cat {
	text-align: center;
}

.post-detail11 .cat >
a {
	display: inline-flex;
	float: none;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.post-detail11 >
h3 {
	float: left;
	font-family: raleway;
	font-size: 33px;
	font-weight: 800;
	letter-spacing: 1.3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	margin-top: 10px;
}

.post-detail11 >
h3 a {
	color: #ffffff;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}


/* Post Style 12 */

.post-header-bar2 {
	float: left;
	padding: 30px 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

.post-style12 {
	background-size: cover;
	float: left;
	margin-top: 30px;
	min-height: 160px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
}

.post-style12:hover::before {
	left: 0;
}

.post-style12::before {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 100%;
	opacity: 0.86;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: -1;
}

.post-style12:hover::after {
	right: 100%;
}

.post-style12::after {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 100%;
	opacity: .97;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: -1;
}

.post-detail12 {
	float: left;
	padding: 20px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
}

.post-detail12 >
i {
	border-bottom: 1px solid;
	color: #2b2b2b;
	float: left;
	font-family: Open Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	padding-bottom: 6px;
	width: auto;
}

.post-detail12 .date {
	margin-top: 12px;
}

.post-detail12 >
h3 {
	color: #161616;
	float: left;
	font-family: raleway;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 1.3px;
	line-height: 27px;
	margin: 12px 0 0;
	width: 100%;
}

.post-detail12 >
h3 a {
	color: #161616;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}


/* Post Style 13 */

.post-style13 {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.post-detail13 {
	float: left;
	position: relative;
	width: 100%;
}

.post-detail13::before {
	background: rgba(0, 0, 0, 0.14) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
}

.post-detail13:hover::before {
	opacity: 1;
}

.post-detail13 >
img {
	float: left;
	width: 100%;
}

.date2 {
	right: 5px;
	position: absolute;
	bottom: 5px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.date2 >
ul {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.date2 >
ul >
li {
	float: left;
	width: 100%;
}

.post-style13:hover .date2 {
	right: 0;
	bottom: 0;
}

.date2 a {
	background: #D70204 none repeat scroll 0 0;
	color: #ffffff;
	float: right;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 900;
	padding: 5px;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.date2 a i {
	color: #828282;
	float: left;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	width: 100%;
}

.date2 span {
	background: #292929 none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	font-family: Montserrat;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.3px;
	padding: 14px 16px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.post-style13:hover .date2 span {
	background: #828282;
}

.post-style13 .date {
	margin: 14px 0 5px;
}

.post-style13 >
h3 {
	color: #333638;
	float: left;
	font-family: raleway;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1.3px;
	margin: 25px 0 14px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.post-style13 >
h3 a {
	color: #333638;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.cat-views {
	float: left;
	list-style: outside none none;
	margin: 27px 0 0;
	padding: 0;
	width: 100%;
}

.cat-views >
li a {
	color: #161616;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.cat-views >
li i {
	font-size: 11px;
	margin-right: 2px;
}

.cat-views >
li {
	background: #f5f5f5 none repeat scroll 0 0;
	color: #161616;
	float: left;
	font-family: Open Sans;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 1.3px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.cat-views >
li:last-child {
	float: right;
}


/* Post Style 14 */

.post-style14 {
	float: left;
	padding-left: 30px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.post-style14 >
span {
	color: #f7f7f7;
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 0;
	line-height: 14px;
}

.post-style14 >
h3 a {
	color: #f7f7f7;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.post-style14 >
h3 {
	float: left;
	width: 100%;
	margin: 0;
	font-family: raleway;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	line-height: 29px;
	margin: 12px 0;
	margin-bottom: 9px;
}

.post-style14 .date a,
.post-style14 .date li,
.post-style14 .metas >
li >
span {
	color: #d4d4d4;
}

.post-style14:before {
	position: absolute;
	left: 4px;
	width: 2px;
	background: #7f7b7c;
	height: 100%;
	content: "";
	top: 30px;
}


/* post Style 15 */

.post-style15 {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.post-thumb15 {
	float: left;
	width: 100%;
}

.post-thumb15 img {
	float: left;
	width: 100%;
}

.post-detail15 {
	float: left;
	width: 100%;
	padding-left: 35px;
	position: relative;
	margin-top: 30px;
}

.post-detail15 >
i {
	left: 0;
	position: absolute;
	top: 0;
	font-size: 22px;
	color: #848789;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.post-detail15 >
h3 a {
	color: #333638;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.post-detail15 >
h3 {
	color: #333638;
	float: left;
	font-family: raleway;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 1.3px;
	line-height: 26px;
	margin: 0 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}


/* Post Style 15 */

.post-style16 {
	float: left;
	position: relative;
	width: 100%;
}

.post-style16 >
img {
	float: left;
	width: 100%;
}

.post-detail16 {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	padding: 60px 40px;
	position: absolute;
	right: 200px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 550px;
}

.wide-carousal-post .owl-nav >
div::before {
	color: #ffffff;
	font-size: 17px;
	line-height: 55px;
}

.wide-carousal-post .owl-nav >
div {
	background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	height: 55px;
	width: 55px;
}

.post-detail16 >
h3 {
	color: #232323;
	float: left;
	font-family: Raleway;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 0.3px;
	margin: 18px 0 15px;
	width: 100%;
}

.post-detail16 >
h3 a {
	color: #232323;
}

.post-detail16 >
a {
	float: left;
	font-family: Montserrat;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.3px;
	margin-top: 29px;
}

.post-detail16 >
p {
	color: #4f4f4f;
}

.wide-carousal-post {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.wide-carousal-post li {
	float: left;
	width: 100%;
}


/* Post Style 17 */

.post-carousal {
	float: left;
	width: 100%;
	padding: 0 100px;
}

.post-style17 {
	float: left;
	width: 100%;
	background: rgba(255, 255, 255, 0.98);
}

.post-thumb17 {
	float: left;
	width: 40%;
}

.post-thumb17 >
img {
	float: left;
	width: 100%;
}

.post-desc17 >
h2 a {
	color: #181818;
	float: left;
	font-family: Montserrat;
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	width: 100%;
}

.post-desc17 >
a {
	float: left;
	margin-top: 35px;
	font-family: Lato;
	font-size: 14px;
	color: #fff;
	padding: 13px 20px;
	letter-spacing: 0.30px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.post-desc17 >
a:hover {
	background: #5d5c5c none repeat scroll 0 0;
}

.post-desc17 >
h2 {
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 13px;
}

.post-desc17 >
p {
	margin-top: 17px;
}

.post-desc17 {
	float: left;
	width: 60%;
	padding: 80px 60px;
}

.post-desc17 >
h5 {
	float: left;
	width: 100%;
	margin: 0;
	font-family: Lato;
	font-size: 22px;
	color: #181818;
	letter-spacing: 0.30px;
	margin: 0;
	margin-bottom: 5px;
}

.post-carousal .owl-nav {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0px;
	top: 50%;
	margin-top: -32px;
}

.post-carousal .owl-nav >
div::before {
	content: "";
	font-family: fontawesome;
	height: 100%;
	left: 0;
	line-height: 61px;
	position: absolute;
	top: 0;
	width: 100%;
	color: #555555;
	font-size: 25px;
}

.post-carousal .owl-nav >
div.owl-next:before {
	content: "\f105";
}

.post-carousal .owl-nav >
div:hover::before {
	color: #ffffff;
}

.post-style17 .data-like {
	margin-bottom: 3px;
	margin-top: 7px;
}

.post-carousal .owl-nav >
div {
	border: 2px solid #333333;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0);
	float: left;
	height: 64px;
	line-height: 64px;
	position: relative;
	text-align: center;
	width: 64px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.post-carousal .owl-nav >
div.owl-next {
	float: right;
}

.data-like {
	float: left;
	margin-top: 20px;
	width: 100%;
}

.data-like >
span {
	color: #7d7d7d;
	float: left;
	font-family: Lato;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1.3px;
	margin-right: 20px;
}

.post-desc17 .likes >
i {
	margin-right: 5px;
}

.post-desc17 .likes {
	float: left;
	font-family: Lato;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.3px;
}


/* Post Author Box */

.post-author-box {
	background: #fbfafa none repeat scroll 0 0;
	border: 3px solid #b0b0b0;
	float: left;
	padding: 10px;
	width: 100%;
	margin-top: 30px;
}

.post-thumb-box {
	float: left;
	position: relative;
	width: 100%;
}

.post-thumb-box >
img {
	float: left;
	width: 100%;
}

.post-thumb-box >
a {
	bottom: -17px;
	color: #ffffff;
	font-family: Montserrat;
	font-size: 10px;
	font-weight: bold;
	left: 50%;
	letter-spacing: 1px;
	padding: 11px 24px;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.post-author-info {
	float: left;
	margin-bottom: 62px;
	margin-top: 62px;
	padding-left: 133px;
	position: relative;
	width: 100%;
}

.post-author-info >
span {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 113px;
}

.post-author-info >
h3 {
	float: left;
	font-family: raleway;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 1px;
	margin: 0 0 7px;
	width: 100%;
}

.post-author-info >
h3 a {
	color: #232323;
}

.post-author-info >
span img {
	float: left;
	width: 100%;
}


/* Date 3 */

.date3 {
	bottom: 20px;
	left: 20px;
	position: absolute;
}

.date3 >
ul {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.date3 >
ul >
li {
	float: left;
}

.date3 >
ul li >
a {
	background: #ffffff none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #292929;
	float: left;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 900;
	height: 75px;
	padding: 20px 0;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 75px;
	position: relative;
}

.date3 li >
a >
span >
i {
	color: #828282;
	float: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	width: 100%;
}

.date3 >
ul li >
a >
span {
	float: left;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
}

.post-style13:hover .date3 >
ul li >
a >
span {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.post-style13:hover .date3 >
ul li >
a >
i {
	color: #ffffff;
	font-size: 22px;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s ease 0.2s;
	-moz-transition: all 0.4s ease 0.2s;
	-ms-transition: all 0.4s ease 0.2s;
	-o-transition: all 0.4s ease 0.2s;
	transition: all 0.4s ease 0.2s;
}

.date3 >
ul li >
a >
i {
	left: 0;
	line-height: 75px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
	font-size: 40px;
}

.date3 li >
span {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	float: left;
	font-family: Montserrat;
	font-size: 10px;
	font-weight: 600;
	height: 51px;
	letter-spacing: 0.3px;
	line-height: 51px;
	margin-left: -16px;
	padding: 0;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 51px;
	position: relative;
}

.post-style13:hover .date3 >
ul >
li >
span {
	background: #ffffff none repeat scroll 0 0;
	margin-left: 50px;
	opacity: 0;
}


/* Ticker */

.ticker-sec {
	float: left;
	width: 100%;
	background-image: url("../images/resource/ticker-bg.jpg");
	background-size: cover;
	position: relative;
	z-index: 0;
	padding: 41px 0;
}

.ticker {
	float: left;
	width: 100%;
}

.ticker-sec:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 1;
	z-index: -1;
	opacity: 0.81;
}

.ticker >
ul {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 0;
}

.ticker >
ul >
li {
	float: left;
	width: 100%;
	padding: 0 30px;
	padding-bottom: 25px;
	padding-top: 25px;
}

.centred {
	float: left;
	text-align: center;
	width: 100%;
}

#masonry {
	float: left;
	width: 100%;
}

.masonary-posts .post-style3 .date a {
	color: #dedede;
}

.isotope-item {
	z-index: 2;
}

.item {
	width: 25%;
}

.item.w2 {
	width: 50%;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: transform, opacity;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
}


/* Latest Reviews */

.review-widget {
	background: #fbfbfb none repeat scroll 0 0;
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 30px 20px;
	width: 100%;
}

.review-widget >
li {
	float: left;
	width: 100%;
}

.latest-reviews {
	float: left;
	padding-left: 30px;
	position: relative;
	width: 100%;
}

.latest-reviews >
a {
	color: #333638;
	float: left;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.3px;
	margin: 0 0 10px;
	width: 100%;
}

.latest-reviews .progress {
	background: #ffffff none repeat scroll 0 0;
	float: left;
	height: 20px;
	overflow: visible;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

.review-widget >
li:last-child .progress {
	margin: 0;
}

.latest-reviews .progress span {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: bold;
	left: -30px;
	position: absolute;
	top: 0;
}


/* Author Carousal */

.author-carousal {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.blog-authors {
	float: left;
	position: relative;
	width: 100%;
}

.blog-authors .post-detail11 >
span {
	font-family: lato;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.author-carousal li {
	float: left;
	width: 100%;
}

.blog-authors::before {
	background: #10151a none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.15;
	position: absolute;
	top: 0;
	width: 100%;
}

.blog-authors-info >
span {
	float: left;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1.3px;
	margin-bottom: 17px;
	text-transform: uppercase;
}

.blog-authors-info >
p {
	color: #ffffff;
	font-size: 15px;
}

.blog-authors-info >
h3 {
	color: #ffffff;
	float: left;
	font-family: raleway;
	font-size: 45px;
	font-weight: 700;
	margin: 0 0 14px;
	text-transform: uppercase;
	width: 100%;
}

.blog-authors-info {
	position: absolute;
	right: 200px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 580px;
	z-index: 3;
}


/* Latest Video Sec */

.latest-videos-sec {
	float: left;
	width: 100%;
}

.latest-videos-sec .nav {
	float: left;
	margin-top: -30px;
	width: 100%;
}

.latest-videos-sec .nav >
li {
	float: left;
	margin: 17px 0 0;
	width: 100%;
}

.latest-videos-sec .nav >
li a {
	border: medium none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.latest-videos-sec .nav >
li a span {
	color: #faf9f9;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	margin-top: -8px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: 2;
}

.latest-videos-sec .nav >
li a::before {
	background: rgba(0, 0, 0, 0.57) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: 1;
}

.latest-videos-sec .nav >
li:hover a span,
.latest-videos-sec .nav >
li.active a span {
	opacity: 1;
	top: 50%;
}

.latest-videos-sec .nav >
li:hover a::before,
.latest-videos-sec .nav >
li.active a::before {
	opacity: 1;
}

.latest-videos-sec .nav >
li a img {
	float: left;
	width: 100%;
}

.parallax .heading h2 {
	color: #ffffff;
}

.parallax .heading >
span {
	color: #979797;
}

.our-video-box {
	float: left;
	position: relative;
	width: 100%;
}

.our-video-box >
img {
	float: left;
	width: 100%;
}

.our-video-box::before {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
}

.video-box-title {
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.video-box-title >
.cat {
	float: left;
	margin-top: 40px;
	padding: 0 30px;
	text-align: center;
	width: 100%;
}

.video-box-title >
.cat >
a {
	background: #2d2d2d none repeat scroll 0 0 !important;
	display: inline-flex;
	float: none;
	margin: 0 4px;
}

.latest-videos-sec .heading >
span >
i {
	color: #ffffff;
}

.video-box-title >
h3 {
	color: #050505;
	float: left;
	font-family: Montserrat;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.3px;
	line-height: 33px;
	width: 100%;
	margin-bottom: 0px;
}

.video-box-title >
a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	display: table;
	float: none;
	font-size: 18px;
	height: 73px;
	line-height: 73px;
	margin: 0 auto;
	text-align: center;
	width: 73px;
}


/* Readable Post */

.readable-post {
	background: #fbfbfb none repeat scroll 0 0;
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 30px 20px;
	width: 100%;
}

.readable-post >
li:first-child {
	padding-top: 0;
}

.readable-post >
li {
	border-bottom: 3px solid #eef2f2;
	float: left;
	padding-bottom: 21px;
	padding-top: 21px;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.readable-post >
li:last-child {
	border: medium none;
	padding-bottom: 0;
}


/* Heading */

.heading {
	border-left: 2px solid #333333;
	float: left;
	padding-left: 20px;
	width: 100%;
	margin-bottom: 40px;
}

.heading >
span {
	color: #828282;
	float: left;
	font-family: lato;
	font-size: 10px;
	letter-spacing: 1.3px;
	width: auto;
}

.heading >
i {
	color: #555555;
	float: left;
	font-size: 15px;
	margin-right: 15px;
}

.heading >
span >
i {
	color: #333333;
	font-style: normal;
}

.heading h2 {
	color: #161616;
	float: left;
	font-family: Montserrat;
	font-size: 27px;
	font-weight: bold;
	line-height: 23px;
	margin: 11px 0 0;
	text-transform: uppercase;
	width: 100%;
}


/* Heading */

.heading2 {
	color: #ffffff;
	display: table;
	float: none;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 3px;
	margin: 0 auto;
	padding: 13px 30px;
}

footer .heading2 {
	margin-bottom: 46px;
	margin-top: -85px;
}


/* heading 3 */

footer .heading3 {
	color: #ffffff;
}

.heading3 {
	color: #444444;
	float: left;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 3px;
	margin: 0 0 25px;
	padding-left: 25px;
	width: 100%;
	position: relative;
}

.heading3::before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
}


/* Heading 4 */

.heading4 {
	color: #000000;
	float: left;
	font-family: montserrat;
	font-size: 19px;
	font-weight: 900;
	letter-spacing: 0.8px;
	margin: 0 0 30px;
	padding-bottom: 15px;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}

.heading4::after {
	bottom: 2px;
	content: "--";
	font-family: Open Sans;
	font-size: 26px;
	left: 0;
	letter-spacing: 0.3px;
	line-height: 6px;
	position: absolute;
}

.heading4::before {
	bottom: 0;
	content: "";
	height: 4px;
	left: 17px;
	position: absolute;
	width: 46px;
}


/* Heading5 */

.heading5 {
	display: table;
	float: none;
	margin: 0 auto;
	padding: 0 100px;
	position: relative;
	margin-bottom: 30px;
}

.heading5::before {
	background: #d7d7d7 none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 21px;
	width: 100%;
	z-index: -1;
}

.heading5 >
span {
	color: #828282;
	display: table;
	font-family: lato;
	font-size: 11px;
	letter-spacing: 1.3px;
	margin: 7px auto 0;
	text-transform: uppercase;
}

.heading5 >
span >
i {
	color: #333333;
	font-style: normal;
}

.heading5 h2 {
	background: #ffffff none repeat scroll 0 0;
	color: #161616;
	display: table;
	float: none;
	font-family: Montserrat;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 0.3px;
	margin: 0 auto;
	padding: 0 50px;
}


/* Heading6 */

.heading6 {
	float: left;
	margin-bottom: 60px;
	text-align: center;
	width: 100%;
}

.heading6 >
span {
	float: left;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 28px;
	margin-bottom: 20px;
	margin-top: -10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.heading6 >
h2 {
	color: #161616;
	float: left;
	font-family: Montserrat;
	font-size: 37px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin: 0;
	width: 100%;
}


/* Heading7 */

.heading7 {
	float: left;
	text-align: center;
	width: 100%;
	margin-bottom: 60px;
}

.heading7 >
h2::before {
	background: #161616 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
}

.heading7 >
h2 {
	float: left;
	font-family: Montserrat;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
	padding-bottom: 25px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.heading7 >
span {
	color: #828282;
	display: table;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1.3px;
	margin: 17px auto 0;
	text-transform: uppercase;
}

.heading7 >
span >
i {
	color: #333333;
	font-style: normal;
}


/* Heading8 */

.heading8 {
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
	margin-bottom: 60px;
}

.heading8 >
h2 {
	float: left;
	font-family: Montserrat;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin: 0;
	padding-bottom: 25px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.heading8::before {
	background: #dfe3e3 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 140px;
}

.heading8 >
h2::before {
	background: #ffffff none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	bottom: -15px;
	content: "";
	height: 30px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	width: 30px;
}

.heading8 >
h2::after {
	background: #ffffff none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	bottom: -6px;
	content: "";
	height: 12px;
	left: 50%;
	margin-left: -6px;
	position: absolute;
	width: 12px;
	border: 1px solid #dfe3e3;
}


/* Heading9 */

.heading9 {
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
	margin-bottom: 60px;
}

.heading9 >
h2 {
	display: inline-block;
	font-family: Montserrat;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin: 0;
	padding-bottom: 25px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.heading9:before {
	background: #e8ecec none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
}

.heading9 >
h2::before {
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 14px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
}

.heading9 >
h2::after {
	content: "";
	height: 8px;
	right: 0;
	position: absolute;
	top: 14px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
}


/* Heading10 */

.heading10 {
	float: left;
	margin-bottom: 60px;
	text-align: center;
	width: 100%;
	position: relative;
}

.heading10 >
span {
	float: left;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 28px;
	margin-bottom: 20px;
	margin-top: -10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	color: #828282;
}

.heading10 >
h2 {
	color: #161616;
	float: left;
	font-family: Montserrat;
	font-size: 37px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin: 0;
	padding-bottom: 25px;
	width: 100%;
}

.heading10 >
span >
i {
	color: #333333;
	font-style: normal;
}

.heading10::before {
	background: #dfe3e3 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 140px;
}

.heading10 >
h2::after {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #dfe3e3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	bottom: -5px;
	content: "";
	height: 10px;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	width: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.heading10 >
h2::before {
	background: #ffffff none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	bottom: -15px;
	content: "";
	height: 30px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	width: 30px;
}


/* Heading11 */

.heading11 {
	float: left;
	margin-bottom: 60px;
	text-align: center;
	width: 100%;
	position: relative;
}

.heading11 >
span {
	float: left;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 28px;
	margin-bottom: 20px;
	margin-top: -10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	color: #828282;
}

.heading11 >
h2 {
	color: #161616;
	float: left;
	font-family: Montserrat;
	font-size: 37px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin: 0;
	width: 100%;
}

.heading11 >
span >
i {
	color: #333333;
	font-style: normal;
}

.heading11::before {
	background: #dfdfdf none repeat scroll 0 0;
	content: "";
	height: 150%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(-30deg);
	-moz-transform: translateY(-50%) translateX(-50%) rotate(-30deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(-30deg);
	-o-transform: translateY(-50%) translateX(-50%) rotate(-30deg);
	transform: translateY(-50%) translateX(-50%) rotate(-30deg);
	width: 1px;
	z-index: -1;
}


/* Post Tabs */

.post-tabs {
	float: left;
	width: 100%;
}

.post-tabs >
.nav {
	border: medium none;
	float: left;
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}

.post-tabs >
.nav >
li {
	float: left;
	margin-right: 10px;
}

.post-tabs >
.nav >
li >
a {
	background: #f6f6f6 none repeat scroll 0 0;
	color: #555555;
	float: left;
	font-family: Montserrat;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 13px 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	position: relative;
	z-index: 0;
}

.post-tabs >
.nav >
li.active >
a:before {
	opacity: 1;
	top: 0;
}

.post-tabs >
.nav >
li >
a::before {
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 10px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: -1;
}

.post-tabs >
.nav >
li >
a >
i {
	font-size: 14px;
	margin-right: 8px;
}

.post-tabs >
.nav >
li.active >
a {
	color: #fff;
}


/* Carousal Post */

.carousal {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.post-widget-carousal {
	float: left;
	width: 100%;
}

.owl-nav {
	height: 0;
	left: 0;
	margin-top: -14px;
	opacity: 0;
	padding: 0 10px;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
}

.owl-carousel:hover .owl-nav {
	opacity: 1;
}

.owl-nav >
div.owl-next::before {
	content: "";
}

.owl-nav >
div {
	border: 1px solid #cacaca;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: rgba(0, 0, 0, 0);
	float: left;
	height: 36px;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 36px;
}

.owl-nav >
div:hover {
	border-color: transparent;
}

.owl-nav >
div.owl-next {
	float: right;
}

.owl-nav >
div::before {
	color: #cacaca;
	content: "";
	font-family: fontawesome;
	font-size: 16px;
	height: 100%;
	left: 0;
	line-height: 34px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
}

.owl-dots {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.owl-dots .owl-dot {
	background: #c1c5c5 none repeat scroll 0 0;
	float: left;
	height: 4px;
	margin-right: 4px;
	width: 10px;
}

.big-post-carousel .owl-dots .owl-dot {
	background: #b7b7b7 none repeat scroll 0 0;
	border-radius: 50%;
	height: 8px;
	margin-right: 5px;
	width: 8px;
}

.post-widget-carousal .owl-dots {
	left: 0;
	margin: 0;
	position: absolute;
	top: -20px;
}

.featured-thumbs-carousel .owl-nav .owl-prev {
	margin-left: -75px;
}

.featured-thumbs-carousel .owl-nav .owl-next {
	margin-right: -75px;
}

.team-carousal .owl-nav .owl-prev {
	margin-left: -75px;
}

.team-carousal .owl-nav .owl-next {
	margin-right: -75px;
}


/* JPAGES */

.loader-data {
	list-style: outside none none;
	padding: 0;
}

.holder {
	float: left;
	margin: 60px 0 0;
	width: 100%;
}

.holder a {
	color: #292929;
	cursor: pointer;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 600;
	margin: 0 5px;
	overflow: hidden;
	padding: 9px 17px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.holder a.jp-current::before,
.holder a:hover:before {
	opacity: 1;
	top: 0;
}

.holder a::before {
	border-left: 2px solid #d70204;
	border-right: 2px solid #d70204;
	border-top: 2px solid #d70204;
	content: "";
	height: 50%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: 9;
}

.holder a::after {
	border: 2px solid #efefef;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.holder .jp-previous,
.holder .jp-next {
	font-size: 13px;
	padding: 10px 30px;
}

.holder a.jp-previous {
	margin-right: 15px;
}

.holder a.jp-next {
	margin-left: 15px;
}

.holder a.jp-current,
a.jp-current:hover {
	font-weight: bold;
}

.holder a.jp-current,
a.jp-current:hover,
.holder a.jp-disabled,
a.jp-disabled:hover {
	cursor: default;
	background: none;
}


/* Widgets */

.widget {
	float: left;
	margin-top: 30px;
	width: 100%;
}


/* Post Category */

.post-cat-widget {
	background: #fbfbfb none repeat scroll 0 0;
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 40px 30px;
	width: 100%;
}

.post-cat-widget >
li {
	float: left;
	padding-bottom: 30px;
	width: 100%;
}

.post-category {
	float: left;
	width: 100%;
}

.post-category >
h3 {
	float: left;
	font-family: raleway;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 1.3px;
	line-height: 25px;
	margin: 0;
	width: 100%;
}

.post-category >
h3 a {
	color: #333333;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.categories-btns {
	float: left;
	margin-top: 15px;
	width: 100%;
}

.categories-btns >
a {
	background: #fee3b3 none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	font-family: lato;
	font-size: 9px;
	letter-spacing: 0.3px;
	margin-bottom: 2px;
	margin-right: 2px;
	padding: 6px 14px;
}

.post-cat-widget >
li:last-child {
	padding: 0;
}


/* Category Count */

.category-count-widget {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.category-count-widget >
li::before {
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.category-count-widget >
li:hover::before {
	height: 100%;
}

.category-count-widget >
li {
	background: #f9f9f9 none repeat scroll 0 0;
	float: left;
	padding: 10px 65px 10px 30px;
	position: relative;
	width: 100%;
}

.category-count-widget >
li a {
	float: left;
	font-family: raleway;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1.3px;
	line-height: 25px;
	margin: 0;
	width: auto;
	color: #333333;
}

.category-count-widget >
li:nth-child(2n+2) {
	background: #f7f6f6 none repeat scroll 0 0;
}

.category-count-widget >
li i {
	border: 1px solid;
	font-family: Open Sans;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	margin: 0;
	padding: 3px 8px;
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* Footer */

footer {
	background: #004173 none repeat scroll 0 0;
	float: left;
	position: relative;
	width: 100%;
}

.uper-footer {
	float: left;
	width: 100%;
}

.uper-footer .widget {
	padding: 60px 40px;
	position: relative;
	z-index: 0;
}

.uper-footer .widget::after {
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.uper-footer .widget::before {
	border: 1px solid #353535;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}


/* Rating */

.rating-post {
	float: left;
	width: 100%;
}

.rating-post >
span {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-family: lato;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.3px;
	padding: 7px 14px;
}

.rating-post >
span i {
	margin-right: 5px;
}


/* About Widget */

.about-widget {
	float: left;
	width: 100%;
}

.about-widget >
span {
	color: #ffffff;
	float: left;
	font-family: Montserrat;
	font-size: 16px;
	letter-spacing: 3px;
	width: 100%;
}

.about-widget >
h3 {
	color: #ffffff;
	float: left;
	font-family: Open Sans;
	font-size: 37px;
	font-weight: 900;
	letter-spacing: 10px;
	margin: 10px 0 18px;
	width: 100%;
}

.about-widget >
p {
	color: #ffffff;
	font-family: Open Sans;
	font-size: 13px;
	font-style: ;
	margin-bottom: 0px;
}

.about-widget >
h6 {
	color: #ffffff;
	float: left;
	font-family: Open Sans;
	font-size: 13px;
	letter-spacing: 0.3px;
	margin: 20px 0 0;
	width: 100%;
}

.about-widget >
.social-btn {
	float: left;
	margin-top: 35px;
	margin-bottom: 0;
}

.about-widget >
.social-btn >
li {
	margin: 0 5px 0 0;
}

.social-btn.style2 a::before {
	background: #ffffff none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	width: 2px;
}

.social-btn.style2 a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	font-size: 14px;
	height: auto;
	line-height: unset;
	margin-right: 17px;
	padding: 0 20px 0 0;
	position: relative;
	width: auto;
}

.social-btn.style2 a i {
	color: #ffffff !important;
}

.social-btn.style2 >
li:last-child >
a {
	margin: 0;
	padding: 0;
}

footer .post-style1 h3 a {
	color: #ffffff;
}

.social-btn.style2 >
li:last-child >
a::before {
	display: none;
}


/* bottom line */

.bottom-line {
	float: left;
	width: 100%;
}

.bottom-line .container {
	padding: 0;
}

.bottom-line span {
	color: #ffffff;
	float: left;
	font-family: Open Sans;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.3px;
	padding: 30px 0;
	text-transform: uppercase;
}

.footer-menu {
	float: right;
	list-style: outside none none;
	margin: 34px 0;
	padding: 0;
}

.footer-menu >
li:first-child {
	border: medium none;
	margin: 0;
	padding: 0;
}

.footer-menu >
li {
	border-left: 1px solid #666666;
	float: left;
	line-height: 10px;
	margin-left: 15px;
	padding-left: 15px;
}

.footer-menu >
li >
a {
	color: #c6c6c6;
	float: left;
	font-family: Open Sans;
	font-size: 10px;
	letter-spacing: 1.3px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}


/* About Author */

.posts-author {
	float: left;
	width: 100%;
}

.posts-author >
img {
	float: left;
	width: 100%;
}

.posts-author h5 {
	color: #ffffff;
	float: left;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 1.3px;
	margin: 20px 0 5px;
	text-transform: uppercase;
	width: 100%;
}

.posts-author i {
	float: left;
	font-family: Open Sans;
	font-size: 10px;
	font-style: italic;
	letter-spacing: 0.3px;
	width: 100%;
}


/* Sidebar */

aside .widget {
	border: 1px solid #e8ecec;
	margin: 0 0 10px;
	padding: 20px;
}

.tabs-widget {
	float: left;
	width: 100%;
}

.tabs-widget >
.nav >
li a {
	background: #979797 none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	font-family: Open Sans;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.3px;
	padding: 10px 20px;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
}

.tabs-widget >
.nav >
li a::before {
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 10px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: -1;
}

.tabs-widget >
.nav >
li.active a::before {
	opacity: 1;
	top: 0;
}

.tabs-widget >
.nav {
	border: medium none;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.tabs-widget >
.nav >
li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

.tabs-widget >
.nav >
li:last-child {
	margin: 0;
}


/* Post Styles Hover */

.post-style4:hover .post-thumb4:before,
.post-style1:hover .post-thumb1:before,
.post-style10:hover .post-thumb10::before {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	height: 100%;
	left: 0;
	opacity: 0.25;
	top: 0;
	width: 100%;
}

.post-thumb4::before,
.post-thumb1:before,
.post-thumb10::before {
	background: #000000 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 20px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	width: 20px;
	z-index: 9;
}

.img-link {
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 9;
}


/* Gallery Box */

.gallery-box {
	float: left;
	width: 100%;
	position: relative;
}

.gallery-box >
img {
	float: left;
	width: 100%;
}

.gallery-info >
ul {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 16px;
}

.gallery-info {
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 30px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
}

.gallery-info >
h3 {
	color: #ffffff;
	float: left;
	font-family: raleway;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.3px;
	line-height: 25px;
	margin: 0;
	width: 100%;
	margin-top: 30px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	opacity: 0;
}

.gallery-info >
h3 a {
	color: #ffffff;
}

.gallery-info li:last-child a {
	width: 34px;
	height: 34px;
	float: left;
	text-align: center;
	line-height: 34px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-left: -11px;
	color: #ffffff;
}

.gallery-info li:first-child a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
}

.gallery-box:hover::before {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0.66;
	top: 0;
	width: 100%;
}

.gallery-box:hover .gallery-info h3 {
	opacity: 1;
	margin: 0;
	-webkit-transition: all 0.4s ease 0.2s;
	-moz-transition: all 0.4s ease 0.2s;
	-ms-transition: all 0.4s ease 0.2s;
	-o-transition: all 0.4s ease 0.2s;
	transition: all 0.4s ease 0.2s;
}

.gallery-box:hover .gallery-info >
ul >
li {
	opacity: 1;
	margin: 0;
	-webkit-transition: all 0.4s ease 0.2s;
	-moz-transition: all 0.4s ease 0.2s;
	-ms-transition: all 0.4s ease 0.2s;
	-o-transition: all 0.4s ease 0.2s;
	transition: all 0.4s ease 0.2s;
}

.gallery-box::before {
	background: #1d1d1d none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 200px;
	left: 50%;
	margin-left: -100px;
	margin-top: -100px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 200px;
}

.gallery-info >
ul >
li {
	display: inline-flex;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	opacity: 0;
}

.gallery-info >
ul >
li:first-child {
	display: none;
	margin-right: 70px;
	z-index: 7;
	position: relative;
}


/* Gallery 2 */

.gallery2 {
	float: left;
	margin-top: 30px;
	width: 100%;
}

.gallery2-thumb {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.gallery2-thumb >
img {
	float: left;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.gallery2:hover .gallery2-thumb >
img {
	-webki-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.gallery2-thumb::before {
	border-left: 80px solid rgba(0, 0, 0, 0);
	border-right: 0 solid rgba(0, 0, 0, 0);
	border-top: 80px solid #ffffff;
	content: "";
	position: absolute;
	right: -80px;
	top: -80px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 9;
}

.gallery2:hover .gallery2-thumb::before {
	right: 0;
	top: 0;
}

.gallery2-thumb::after {
	border-bottom: 80px solid #ffffff;
	border-left: 0 solid rgba(0, 0, 0, 0);
	border-right: 80px solid rgba(0, 0, 0, 0);
	bottom: -80px;
	content: "";
	left: -80px;
	position: absolute;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 9;
}

.gallery2:hover .gallery2-thumb::after {
	left: 0;
	bottom: 0;
}

.gallery2 >
h3 {
	float: left;
	font-family: raleway;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .7px;
	margin: 21px 0 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: uppercase;
	width: 100%;
}

.gallery2 >
h3 a {
	color: #232323;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.gallery2 >
span {
	color: #a4a4a4;
	float: left;
	font-family: Montserrat;
	font-size: 10px;
	text-transform: uppercase;
	width: 100%;
}

.gallery2 >
span a {
	color: #a4a4a4;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}


/* Blog Single */

.blog-single {
	float: left;
	width: 100%;
}

.single-post-thumb {
	float: left;
	position: relative;
	width: 100%;
	z-index: 99;
}

.single-post-thumb >
img {
	float: left;
	width: 100%;
}

.single-post-thumb .rating-post span {
	font-size: 28px;
	font-weight: 900;
	padding: 30px;
}

.share-post {
	bottom: 0;
	margin: 0;
	padding: 30px 40px;
	position: absolute;
	right: 0;
}

.share-post >
li span {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	float: left;
	font-family: Lato;
	font-size: 12px;
	margin-right: 15px;
	padding: 8px 21px;
	position: relative;
}

.single-post-thumb .rating-post {
	left: 30px;
	position: absolute;
	top: 30px;
}

.share-post >
li span::before {
	content: "";
	height: 6px;
	margin-top: -3px;
	position: absolute;
	right: -3px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
}

.share-post >
li {
	float: left;
	list-style: outside none none;
}

.share-post a {
	background: #fafafa none repeat scroll 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #333333;
	float: left;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.share-post >
li {
	margin-left: 8px;
	margin-right: 0;
}

.post-single-info img {
	float: left;
	margin-bottom: 13px;
	width: 100%;
}


/*.post-single-info i { color: #494949; float: left; font-family: Lato; font-size: 11px; font-style: normal; font-weight: 600; letter-spacing: 0.3px; width: 100%; }*/

.post-single-info {
	background: #f9f9f9 none repeat scroll 0 0;
	float: left;
	padding: 40px;
	position: relative;
	width: 100%;
}

.post-single-info {
	padding-left: 165px;
}

.post-single-info >
span {
	left: 40px;
	overflow: hidden;
	position: absolute;
	width: 95px;
}

.post-single-info h1 {
	color: #201f1d;
	float: left;
	font-family: raleway;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1.3px;
	line-height: 33px;
	margin: 0;
	width: 100%;
}

.post-single-info ul {
	float: left;
	list-style: outside none none;
	margin: 20px 0 0;
	padding: 0;
	width: 100%;
}

.post-single-info li span {
	color: #333333;
	float: left;
	margin-right: 5px;
}

.post-single-info li a {
	color: #777777;
}

.post-rate >
span i {
	margin-right: 7px;
}

.post-rate >
span {
	border: 2px solid #333333;
	float: left;
	font-family: Lato;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1.3px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 7px 20px;
}

.post-single-info li {
	background: #ffffff none repeat scroll 0 0;
	float: left;
	margin-right: 15px;
	padding: 8px 20px;
	color: #757575;
	font-family: Montserrat;
	font-size: 10px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.post-rate {
	background: #f4f4f4 none repeat scroll 0 0;
	float: left;
	padding: 40px;
	width: 100%;
}

.rating-detailed {
	float: right;
}

.rating-title {
	background: #333333 none repeat scroll 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	float: right;
	font-family: Lato;
	font-size: 12px;
	margin: 0;
	padding: 8px 15px;
	position: relative;
}

.rating-title:before {
	content: "";
	height: 6px;
	margin-top: -3px;
	position: absolute;
	left: -3px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #333333 none repeat scroll 0 0;
	width: 6px;
}

.rating-stars {
	float: left;
	margin: 7px 15px 8px 0;
}

.rating-stars >
b {
	float: left;
	font-size: 18px;
	margin-left: 3px;
}

.blog-single-details >
h3 {
	float: left;
	font-family: raleway;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 1.3px;
	margin: 30px 0;
	width: 100%;
}

.rating-stars >
b.star-off {
	color: #b3b3b3;
}

.blog-single-details p {
	display: block;
	float: none;
	margin-top: 30px;
	width: auto;
}

.blog-single-details {
	float: left;
	width: 100%;
}

.blog-single-details >
img {
	float: left;
	margin-right: 35px;
	margin-top: 25px;
	max-width: 100%;
}

.blog-single-details img {
	max-width: 100%;
}

.post-tags >
span {
	color: #565656;
	float: left;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 1.3px;
	margin: 5px 15px 5px 0;
}

.post-tags {
	float: left;
	margin-top: 50px;
	width: 100%;
}

.post-tags >
span i {
	margin-right: 6px;
}

.post-tags >
a {
	border: 1px solid #565656;
	color: #565656;
	float: left;
	font-family: Open Sans;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.8px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 5px;
	text-transform: uppercase;
	transition: all 0.4s ease 0.4s;
	-webkit-transition: all 0.4s ease 0.4s;
	-moz-transition: all 0.4s ease 0.4s;
	-ms-transition: all 0.4s ease 0.4s;
	-o-transition: all 0.4s ease 0.4s;
	transition: all 0.4s ease 0.4s;
}

.post-tags >
a:hover {
	color: #ffffff;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-ms-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
}


/* Your Post Action */

.your-post-action {
	float: left;
	margin-top: 50px;
	width: 100%;
}

.who-post-sec {
	float: left;
	margin-top: 70px;
	padding-left: 15px;
	padding-top: 15px;
	width: 100%;
}

.your-post-action >
ul {
	border-left: 2px solid;
	border-right: 2px solid;
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.your-post >
span >
i {
	margin: 0 7px;
}

.your-post-action >
ul >
li {
	background: #f0eeee none repeat scroll 0 0;
	float: left;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 50%;
}

.your-post-action >
ul li:hover {
	background: #dbd9d9;
}

.your-post-action >
ul::before {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 50%;
	margin-left: -1px;
	position: absolute;
	top: 0;
	width: 2px;
	z-index: 1;
}

.your-post >
span {
	color: #7c7c7c;
	float: left;
	font-family: Open Sans;
	font-size: 12px;
	letter-spacing: 1.3px;
	width: 100%;
}

.your-post >
h3 a {
	color: #232323;
	-webkit-transition: all .40s ease 0s;
	-moz-transition: all .40s ease 0s;
	-ms-transition: all .40s ease 0s;
	-o-transition: all .40s ease 0s;
	transition: all .40s ease 0s;
}

.your-post {
	float: left;
	padding: 50px 30px 45px;
	width: 100%;
}

.your-post >
h3 {
	font-size: 15px;
	line-height: 25px;
	margin: 11px 0 0;
}

.who-post-author {
	background: #333232 none repeat scroll 0 0;
	border: 10px solid #303030;
	float: left;
	padding: 35px 35px 35px 205px;
	position: relative;
	width: 100%;
}

.who-post-author >
span {
	border: 7px solid #ffffff;
	left: -32px;
	position: absolute;
	top: -32px;
}

.post-author-infos .social-btn >
li:first-child {
	margin: 0;
}

.post-author-infos .social-btn {
	float: left;
	margin: 25px 0 0;
}

.post-author-infos >
p {
	color: #dfdfdf;
	float: left;
	margin: 5px 0 0;
	width: 100%;
}

.post-author-infos >
span {
	color: #676767;
	float: left;
	font-family: Lato;
	font-size: 13px;
	letter-spacing: 1.3px;
	margin-bottom: 10px;
	width: 100%;
}

.post-author-infos {
	float: left;
	width: 100%;
}

.post-author-infos >
h3 a {
	color: #ffffff;
}

.post-author-infos >
h3 {
	color: #ffffff;
	float: left;
	font-family: Lato;
	font-size: 22px;
	margin: 0 0 9px;
	width: 100%;
}

.rel-post-sec {
	float: left;
	margin-top: 70px;
	width: 100%;
}


/* Comment Sec */

.comment-sec {
	float: left;
	margin-top: 70px;
	width: 100%;
}

.comment-sec >
span i {
	font-size: 20px;
	margin-right: 13px;
}

.comment-sec >
span {
	background: #333232 none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	font-family: Open Sans;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: 1.3px;
	padding: 22px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.comment-thread {
	float: left;
	margin-bottom: 0;
	margin-top: 50px;
	padding: 0;
	width: 100%;
}

.comment {
	float: left;
	padding-left: 230px;
	position: relative;
	width: 100%;
}

.comment-thread >
li {
	float: left;
	width: 100%;
}

.comment-sec ul {
	list-style: outside none none;
}

.comment >
h3 a {
	color: #333333;
}

.comment >
span {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 200px;
}

.comment >
p {
	color: #2f2f2f;
	float: left;
	font-family: Lato;
	font-size: 14px;
	margin: 12px 0 0;
	width: 100%;
}

.comment >
h3 {
	float: left;
	font-family: Lato;
	font-size: 17px;
	margin: 24px 0 0;
	text-transform: none;
}

.comment >
span img {
	float: left;
	width: 100%;
}

.comment-opt {
	float: left;
	margin-top: 30px;
	width: 100%;
}

.comment-opt >
a {
	font-family: Lato;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.comment-opt time {
	float: left;
	font-family: Lato;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1.3px;
	margin-right: 6px;
	text-transform: uppercase;
}

.comment {
	float: left;
	min-height: 163px;
	padding-left: 230px;
	position: relative;
	width: 100%;
}

.comment-thread ul li .comment >
.comment-opt {
	margin: 20px 0 0;
}

.comment-thread ul li .comment >
h3 {
	margin-top: 8px;
}

.comment-thread ul li .comment {
	padding-left: 190px;
}

.comment-thread ul {
	float: left;
	padding-left: 100px;
	width: 100%;
}

.comment-thread ul li {
	float: left;
	margin-top: 30px;
	width: 100%;
}

.comment-thread ul li .comment span {
	width: 160px;
}

.comment-thread ul li .comment {
	min-height: 131px;
	padding-left: 190px;
}

.comment-thread ul {
	margin-bottom: 30px;
}


/* Comment form */

.comment-form {
	float: left;
	margin-top: 50px;
	width: 100%;
}

.comment-form >
h3 {
	float: left;
	font-family: Open Sans;
	font-size: 17px;
	font-weight: 900;
	margin: 0 0 30px;
	width: 100%;
}

.comment-form >
h3 i {
	margin-right: 10px;
}

.comment-form >
form {
	float: left;
	width: 100%;
}

.comment-form >
form >
label {
	border: 3px solid #f0eeee;
	float: left;
	font-weight: normal;
	margin: 0 0 10px;
	padding-left: 70px;
	position: relative;
	width: 100%;
}

.comment-form >
form >
label i {
	color: #444444;
	font-size: 16px;
	font-style: normal;
	left: 0;
	letter-spacing: 1.3px;
	margin: 0;
	padding: 0 30px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 17px;
	width: 70px;
}

.comment-form textarea {
	min-height: 220px;
}

.comment-form input[type="submit"] {
	border: medium none;
	color: #ffffff;
	float: left;
	font-family: Open Sans;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1.3px;
	padding: 21px 30px;
	text-transform: uppercase;
}

.comment-form label input,
.comment-form textarea {
	border: medium none;
	color: #555555;
	float: left;
	font-family: Lato;
	font-size: 11px;
	letter-spacing: 1.3px;
	padding: 19px 0;
	text-transform: uppercase;
	width: 100%;
}


/* Pagination */

.pagination {
	float: left;
	margin: 70px 0 0;
	width: 100%;
}

.pagination >
li:first-child {
	margin-right: 0px;
	float: left;
}

.pagination >
li >
span.extend::before,
.pagination >
li >
span.extend::after {
	display: none;
}

.pagination >
.active >
a,
.pagination >
.active >
span,
.pagination >
.active >
a:hover,
.pagination >
.active >
span:hover,
.pagination >
.active >
a:focus,
.pagination >
.active >
span:focus {
	z-index: 2;
	color: #EA291C;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.pagination >
li a,
.pagination >
li >
span {
	color: #292929;
	cursor: pointer;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 600;
	margin: 0 5px;
	overflow: hidden;
	padding: 9px 17px;
	position: relative;
	border: none;
	text-transform: uppercase;
	background: none !important;
	-webkit-border-radius: 0 0!important;
	-moz-border-radius: 0 0!important;
	-ms-border-radius: 0 0!important;
	-o-border-radius: 0 0!important;
	border-radius: 0 0!important;
}

.pagination >
li a:hover::before,
.pagination >
li >
span:hover::before {
	opacity: 1;
	top: 0;
}

.pagination >
li >
span.extend {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	cursor: auto;
}

.pagination >
li a::after,
.pagination >
li >
span:after {
	border: 2px solid #efefef;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.pagination >
li a::before {
	opacity: 1;
	top: 0;
}

.pagination >
li a::before,
.pagination >
li >
span:before {
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
	border-top: 2px solid #333333;
	content: "";
	height: 50%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: 9;
}


/* Conatct */

.contact-map {
	float: left;
	width: 100%;
}

.contact-map >
iframe {
	float: left;
	width: 100%;
	border: none;
	height: 340px;
}


/* Comment form */

.contact-form {
	float: left;
	width: 100%;
}

.contact-form >
h3 {
	float: left;
	font-family: Open Sans;
	font-size: 17px;
	font-weight: 900;
	margin: 0 0 30px;
	width: 100%;
}

.contact-form >
h3 i {
	margin-right: 10px;
}

.contact-form >
form {
	float: left;
	width: 100%;
}

.contact-form >
form >
label {
	background: #ffffff none repeat scroll 0 0;
	border: 3px solid #f3f3f3;
	float: left;
	font-weight: normal;
	margin: 0 0 10px;
	padding-left: 70px;
	position: relative;
	width: 100%;
}

.contact-form >
form >
label i {
	color: #444444;
	font-size: 16px;
	font-style: normal;
	left: 0;
	letter-spacing: 1.3px;
	margin: 0;
	padding: 0 30px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 17px;
	width: 70px;
}

.contact-form textarea {
	min-height: 220px;
}

.contact-form input[type="submit"] {
	border: medium none;
	color: #ffffff;
	float: left;
	font-family: Open Sans;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1.3px;
	margin-top: 22px;
	padding: 21px 30px;
	text-transform: uppercase;
}

.contact-form label input,
.contact-form textarea {
	border: medium none;
	color: #555555;
	float: left;
	font-family: Lato;
	font-size: 11px;
	letter-spacing: 1.3px;
	padding: 19px 0;
	text-transform: uppercase;
	width: 100%;
}


/* Contact Information */

.contact-information >
h3 {
	float: left;
	font-family: raleway;
	font-size: 17px;
	font-weight: 900;
	margin: 0 0 30px;
	width: 100%;
}

.contact-information {
	float: left;
	width: 100%;
}

.contact-information >
h3 i {
	margin-right: 10px;
}

.contact-information >
p {
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 30px;
	margin-top: -9px;
}

.contact-infos {
	background: #ffffff none repeat scroll 0 0;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03);
	-ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03);
	-o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03);
	float: left;
	padding: 30px;
	width: 100%;
}

.contact-infos >
span {
	float: left;
	width: 100%;
}

.contact-infos >
span img {
	float: left;
	width: 100%;
}

.contact-infos >
ul {
	float: left;
	list-style: outside none none;
	margin: 33px 0 0;
	padding: 0;
	width: 100%;
}

.contact-infos >
ul >
li:last-child {
	margin: 0;
}

.contact-infos >
ul >
li {
	float: left;
	margin-bottom: 11px;
	padding-left: 130px;
	position: relative;
	width: 100%;
}

.contact-infos >
ul >
li >
span i {
	margin-right: 10px;
}

.contact-infos >
ul >
li p {
	font-size: 13px;
	margin-top: -4px;
}

.contact-infos >
ul >
li >
span {
	color: #333333;
	font-family: Lato;
	font-size: 15px;
	font-weight: 900;
	left: 0;
	letter-spacing: 0.3px;
	position: absolute;
	top: 0;
}

.about-sec {
	float: left;
	width: 100%;
}

.about-thumb {
	float: left;
	width: 100%;
}

.about-thumb >
img {
	float: left;
	width: 100%;
}

.about-sec >
h2 {
	color: #232323;
	float: left;
	font-family: raleway;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.3px;
	margin: 40px 0 0;
	width: 100%;
}

.about-sec >
p {
	margin-top: 24px;
}


/* Team */

.team-carousal {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.team >
span {
	border: 4px solid #e8ecec;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: table;
	float: none;
	height: 188px;
	margin: 0 auto;
	overflow: hidden;
	width: 188px;
}

.team-sec {
	background: #ffffff none repeat scroll 0 0;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03);
	-ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03);
	-o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03);
	float: left;
	margin-bottom: 8px;
	padding: 45px;
	position: relative;
	width: 100%;
}

.team-carousal li {
	float: left;
	width: 100%;
}

.team h3 {
	color: #363636;
	float: left;
	font-family: raleway;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.3px;
	margin: 23px 0 10px;
	text-align: center;
	width: 100%;
}

.team >
p {
	float: left;
	margin-top: 11px;
	text-align: center;
	width: 100%;
}

.team >
i {
	float: left;
	font-family: Lato;
	font-size: 11px;
	letter-spacing: 0.3px;
	text-align: center;
	width: 100%;
}

.team {
	float: left;
	width: 100%;
}

.team .social-btn {
	left: 23px;
	position: absolute;
	top: 25px;
	width: 29px;
}

.team .social-btn >
li a {
	background: #efefef none repeat scroll 0 0;
	margin-top: 3px;
}

.team .social-btn >
li {
	width: 29px;
}

.blog-single.style2 .fixed-img {
	float: left;
	min-height: 575px;
	position: static;
	width: 100%;
}

.blog-single.style2 .post-single-info {
	bottom: 0;
	left: 50%;
	margin-left: -385px;
	position: absolute;
	width: 770px;
}


/* Expertise */

.experties {
	float: left;
	width: 100%;
}

.experties >
h2 {
	background: #f9f9f9 none repeat scroll 0 0;
	color: #5d5d5d;
	float: left;
	font-family: Lato;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0 0 0 75px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	cursor: pointer;
}

.experties .content p {
	display: inline;
	float: none;
	width: auto;
}

.experties .content >
img {
	float: left;
	margin-right: 25px;
}

.experties >
h2 i {
	background: #efefef none repeat scroll 0 0;
	left: 0;
	line-height: 50px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.experties >
h2.active i {
	color: #fff;
}

.experties .content {
	float: left;
	padding: 20px 0 30px;
	width: 100%;
}


/* Award History */

.award-story {
	float: left;
	width: 100%;
}

.award-story >
img {
	float: left;
	width: 100%;
}

.award-story >
h3 {
	color: #333638;
	float: left;
	font-family: raleway;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1.3px;
	margin-top: 25px;
	width: 100%;
}

.award-story >
h3 a {
	color: #333638;
}

.award-story >
a {
	float: left;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.3px;
	margin-top: 20px;
}

.side-top-bar {
	background: #1c1c1c none repeat scroll 0 0;
	float: left;
	height: 155px;
	position: relative;
	width: 100%;
	z-index: 9999;
}

.menu-opener {
	color: #ffffff;
	cursor: pointer;
	float: left;
	font-family: Montserrat;
	font-size: 18px;
	margin: 67px 0;
	padding-left: 45px;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.side-top-bar .social-btns {
	margin: 46px 0;
}

.menu-action::before {
	background: #ffffff none repeat scroll 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.date-share .social-btns {
	float: right;
	margin: 20px 0;
}

.side-top-bar .logo {
	margin: 21px 0;
}

.date-share .current-time {
	float: right;
	margin-top: 40px;
	padding: 0;
	width: auto;
}

.logo.centred >
a {
	display: inline-block;
	float: none;
}

.menu-action::after {
	background: #ffffff none repeat scroll 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.menu-action {
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
}

.menu-action >
i {
	height: 3px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
}

.menu-opener.active .menu-action::after {
	bottom: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-opener.active .menu-action::before {
	top: 7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-action >
i:before {
	background: #ffffff none repeat scroll 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

header.side-header {
	z-index: 999999999;
}

.menu-opener.active .menu-action >
i::before {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}

.side-menus {
	height: 100%;
	left: -325px;
	margin-bottom: 200px !important;
	position: fixed;
	top: 155px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 325px;
	z-index: 9;
}

.side-menus.active {
	left: 0;
}

.side-header.sticky .side-menus {
	top: 0;
}

.side-menus.active::before {
	height: 100%;
	left: 0;
}

.side-menus::before {
	background: #161616 none repeat scroll 0 0;
	content: "";
	height: 0;
	left: -325px;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: -1;
}


/* Scroll Css */

.track3:hover,
.track3.dragging {
	background: #d9d9d9;
	/* Browsers without rgba support */
	background: rgba(0, 0, 0, 0.15);
}

.handle3 {
	width: 7px;
	right: 0;
	background: #999;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: width 250ms;
	transition: width 250ms;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
	width: 10px;
}

.slide-menu-sec {
	height: 100% !important;
	left: -325px;
	opacity: 0;
	padding-bottom: 120px !important;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 325px !important;
}

.side-menus.active .slide-menu-sec {
	left: 0;
	opacity: 1;
	-webkit-transition: all 0.4s ease 0.3s;
	-moz-transition: all 0.4s ease 0.3s;
	-ms-transition: all 0.4s ease 0.3s;
	-o-transition: all 0.4s ease 0.3s;
	transition: all 0.4s ease 0.3s;
}

.slide-menu-sec >
nav {
	float: left;
	padding: 0 0 50px;
	width: 100%;
}

.slide-menu-sec >
nav >
ul {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.slide-menu-sec >
nav >
ul >
li {
	float: left;
	padding-left: 50px;
	padding-right: 25px;
	width: 100%;
	position: relative;
}

.slide-menu-sec >
nav >
ul >
li >
a {
	border-bottom: 1px solid #393939;
	color: #ffffff;
	float: left;
	font-family: Montserrat;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.8px;
	padding: 20px 0;
	position: relative;
	width: 100%;
}

.slide-menu-sec >
nav >
ul >
li.menu-item-has-children >
a::before {
	color: #c3c3c3;
	content: "";
	font-family: fontawesome;
	margin-top: -6px;
	position: absolute;
	right: 0;
	top: 50%;
}

.slide-menu-sec >
h3 {
	background: #ffffff none repeat scroll 0 0;
	color: #333333;
	float: left;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.3px;
	margin: 0 0 25px;
	padding: 20px 0 20px 50px;
	position: relative;
	width: 100%;
}

.slide-menu-sec >
h3 i {
	color: #121212;
	font-size: 14px;
	margin-right: 11px;
}

.side-menus .social-btn >
li {
	display: inline-block;
	float: none;
}

.side-menus .social-btn {
	margin: 0 0 210px;
	text-align: center;
	width: 100%;
}

.side-menus nav >
ul >
li >
.mega-menu {
	left: 325px !important;
	position: fixed;
}

nav >
ul >
li >
.mega-menu,
.menu >
ul >
li >
.mega-menu {
	left: 0;
	position: absolute;
	top: 100%;
}

.mega-menu {
	background: #fcfcfc none repeat scroll 0 0;
	border-top: 2px solid;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	left: -99999px;
	opacity: 0;
	padding: 20px;
	position: fixed;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: transform .4s ease 0s, opacity .4s ease 0s;
	-moz-transition: transform .4s ease 0s, opacity .4s ease 0s;
	-ms-transition: transform .4s ease 0s, opacity .4s ease 0s;
	-o-transition: transform .4s ease 0s, opacity .4s ease 0s;
	transition: transform .4s ease 0s, opacity .4s ease 0s;
	z-index: 9899;
}

.menu-list {
	float: left;
	width: 100%;
}

.menu-list >
ul {
	background: none;
	float: left;
	list-style: outside none none;
	margin: 0;
	opacity: 1;
	padding: 0;
	position: static;
	width: 100%;
}

.mega-menu .menu-list >
ul {
	border-top: 0 none;
}

.menu >
ul >
li:hover .mega-menu,
nav >
ul >
li:hover .mega-menu,
.slide-menu-sec >
nav >
ul >
li:hover .mega-menu {
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.menu >
ul >
li >
.mega-menu .menu-list >
ul,
nav >
ul >
li >
.mega-menu .menu-list >
ul {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	opacity: 1;
	position: static;
}

.menu li:hover .mega-menu,
nav li:hover .mega-menu {
	opacity: 1;
}

nav.menu .container >
ul >
li .mega-menu {
	position: absolute;
	top: 100%;
}

nav.menu .container >
ul >
li:hover .mega-menu {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

nav.menu .container >
ul >
li .mega-menu .menu-list ul {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	opacity: 1;
	position: static;
}

.menu-list >
ul >
li {
	float: left;
	width: 100%;
}

.menu-list >
ul >
li a {
	color: #646464;
	float: left;
	font-family: Lato;
	font-size: 12px;
	letter-spacing: 0.3px;
	overflow: hidden;
	padding: 7px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.menu-list >
ul >
li a i {
	margin-right: 15px;
}

.uper-footer .widget:hover::after {
	height: 100%;
}


/* Responsive Header */

.responsive-header {
	float: left;
	display: none;
	margin-bottom: 30px;
	width: 100%;
	position: relative;
	left: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.responsive-header.move {
	left: 80px;
}

.top-bar {
	background: #131313 none repeat scroll 0 0;
	float: left;
	width: 100%;
	padding: 0 20px;
}

.responsive-header .responsive-btn {
	float: left;
	margin: 15px 0;
}

.responsive-btn >
a {
	border: 2px solid #454545;
	color: #b7b7b7;
	float: left;
	font-size: 20px;
	padding: 4px 10px;
	width: 100%;
}


/*========================== Logo ==========================*/

.responsive-header .logo {
	float: left;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}

.responsive-header .logo >
a {
	display: inline-block;
	float: none;
}


/*========================== Add ==========================*/

.add {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}


/*========================== Resposnive Menu ==========================*/

.close-btn {
	border-bottom: 2px solid #555555;
	cursor: pointer;
	float: left;
	padding-bottom: 20px;
	width: 100%;
}

.close-btn >
span {
	color: #ffffff;
	float: left;
	font-family: lato;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	width: 100%;
}

.close-btn >
span >
i {
	margin-right: 10px;
}

.responsive-menu {
	background: #2c2c2c;
	border: 3px solid #6d6d6d;
	padding: 20px;
	height: 100%;
	position: fixed;
	left: -330px;
	top: 0;
	width: 200px;
	z-index: 100000000;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.responsive-menu.slidein {
	left: 0;
}

.responsive-menu ul {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 30px 0 0;
	width: 100%;
}

.responsive-menu ul li {
	float: left;
	position: relative;
	width: 100%;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.responsive-menu ul li a {
	color: #ffffff;
	float: left;
	font-size: 13px;
	line-height: 20px;
	padding: 10px 0;
	width: 100%;
	position: relative;
	font-weight: 600;
	text-decoration: none;
	font-family: lato;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.responsive-menu ul ul {
	display: none;
	padding: 0 0 0 15px;
}

.responsive-menu ul li.menu-item-has-children >
a:after {
	content: "\f067";
	font-family: fontawesome;
	color: #ffffff;
	right: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.responsive-menu ul li.menu-item-has-children.active >
a:after {
	content: "\f068";
}


/* Top Control */

#topcontrol {
	z-index: 2147483647;
}

.blog-authors img {
	float: left;
	width: 100%;
}

.blog-single.style3 .single-post-thumb .post-single-info {
	background: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	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-8 */
	bottom: 0;
	left: 0;
	padding: 0 0 50px;
	position: absolute;
	z-index: 999;
}

.blog-single.style3 .single-post-thumb .post-single-info ul {
	margin: 0 0 20px;
}

.blog-single.style3 .single-post-thumb .post-single-info ul li {
	color: #ffffff;
}

.blog-single.style3 .single-post-thumb .post-single-info ul li a {
	color: #ffffff;
}

.blog-single.style3 .single-post-thumb .post-single-info ul li span {
	color: #fafafa;
}

.blog-single.style3 .single-post-thumb .post-single-info h1 {
	color: #ffffff;
	font-size: 38px;
	line-height: 54px;
	margin-top: 6px;
}

.blog-single.style4 .single-post-thumb {
	width: 45%;
}

.blog-single.style4 {
	position: relative;
}

.blog-single.style4 .blog-single-details {
	height: 100%;
	padding-left: 40px;
	padding-right: 100px !important;
	padding-top: 60px;
	position: absolute;
	right: 0;
	width: 55% !important;
}

.blog-single.style4 .post-single-info {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 0;
}

.blog-single.style4 .post-single-info ul li a {
	color: #ffffff;
}

.blog-single.style4 .post-single-info ul li span {
	color: #ffffff;
}

.blog-single.style4 .post-single-info h1 {
	font-size: 30px;
	line-height: 46px;
	margin-bottom: 23px;
	margin-top: 19px;
}

.blog-single.style4 .post-single-info .post-rate {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin: 4px 0 40px;
	padding: 0;
}

.blog-single.style4 .comment-sec {
	margin-bottom: 70px;
}

.blog-single.style5 .post-single-info {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 0 0 90px;
	z-index: 89;
}

.blog-single.style5 .post-single-info ul {
	margin: 0 0 30px;
}

.blog-single.style5 .post-single-info ul li a {
	color: #ffffff;
}

.blog-single.style5 .post-single-info ul li span {
	color: #ffffff;
}

.blog-single.style5 .post-single-info h1 {
	font-size: 30px;
}

.blog-single.style5 .post-single-info .post-rate {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin: 40px 0 0;
	padding: 0;
	width: auto;
}

.blog-single.style6 .post-single-info {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	min-height: 190px;
	padding-top: 0;
}

.blog-single.style6 .post-single-info ul {
	margin: 5px 0 20px;
}

.blog-single.style6 .post-single-info ul li a {
	color: #ffffff;
}

.blog-single.style6 .post-single-info ul li span {
	color: #ffffff;
}

.blog-single.style6 .post-single-info >
span {
	left: 0;
	top: 0;
	width: 135px;
}

.post-single-info >
span >
i {
	color: #777777;
	float: left;
	font-family: Lato;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1.3px;
}

.blog-single.style7 .post-single-info {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin-bottom: 50px;
	padding: 0;
}

.blog-single.style7 .post-single-info ul li a {
	color: #fff;
}

.blog-single.style7 .post-single-info ul li span {
	color: #fff;
}

.blog-single.style7 .post-single-info >
ul {
	margin: 0 0 30px;
}

.single-post-thumb img {
	float: left;
	width: 100%;
}

.blog-single.style3 .single-post-thumb >
.container .post-single-info {
	padding: 0 80px 50px;
}


/**** KUKU Styling ***/

.fancy-featured {
	float: left;
	padding-top: 35px;
	position: relative;
	width: 100%;
}

.fancy-featured-img {
	float: left;
	width: 100%;
}

.wide-overlay-text .date {
	margin-bottom: 20px;
}

.fancy-featured-img >
img {
	width: 100%;
}

.feature-posts-list {
	background: rgba(18, 18, 18, 0.95) none repeat scroll 0 0;
	left: 0;
	padding-bottom: 20px;
	position: absolute;
	top: 0;
	width: 40%;
	z-index: 999;
}

.wide-overlay-text .date a {
	color: #dfdfdf;
}

.featured-post-title {
	float: left;
	margin-left: 40%;
	margin-top: 22px;
	padding-left: 30px;
	width: 60%;
}

.feature-posts-list h4 {
	background: #000000 none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	font-family: montserrat;
	font-size: 17px;
	font-weight: 700;
	margin: 0 0 40px;
	padding: 20px 25px;
	width: 100%;
}

.feature-posts-list h4 i {
	margin-right: 10px;
}

.feature-posts-list .featured-post {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	float: left;
	margin-bottom: 30px;
	padding: 0 30px;
	position: relative;
	width: 100%;
}

.featured-post:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 0;
	width: 2px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.featured-post-title .date {
	margin-bottom: 16px;
}

.featured-post:hover:before,
.feature-posts-list .nav li.active .featured-post:before {
	height: 100%;
	top: 0;
}

.featured-post >
span {
	color: #828282;
	float: left;
	font-family: montserrat;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 100%;
}

.featured-post >
h3 {
	color: #ffffff;
	float: left;
	font-family: raleway;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 25px;
	margin: 5px 0 0;
	text-transform: uppercase;
	width: 100%;
}

.featured-post >
h3 a {
	color: #ffffff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.featured-post-title h2 {
	color: #333638;
	float: left;
	font-family: raleway;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin: 0;
	letter-spacing: 1px;
	width: 100%;
}

.featured-post-title h2 a {
	color: inherit;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.featured-carousel {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 60px;
}

.featured-carousel >
img {
	width: 100%;
}

.featured-posts-carousel {
	float: left;
	width: 100%;
}

.featured-post-name {
	background: rgba(18, 18, 18, 0.9) none repeat scroll 0 0;
	bottom: 0;
	float: left;
	left: 5%;
	padding: 30px 60px;
	position: absolute;
	width: 90%;
}

.date {
	float: left;
	width: 100%;
}

.featured-post-name >
h2 {
	color: #ffffff;
	float: left;
	font-family: open sans;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 1px;
	margin: 10px 0 0;
	width: 100%;
}

.featured-post-name >
h2 a {
	color: #ffffff;
}

.featured-post-carousel .owl-nav {
	bottom: 80px;
	left: 5%;
	margin: 0;
	opacity: 1;
	padding: 0;
	top: auto;
	width: 90%;
}

.featured-post-carousel .owl-nav >
div {
	background: #434343 none repeat scroll 0 0;
	height: 32px;
	width: 32px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.fancy-post-box {
	float: left;
	width: 100%;
}

.featured-post-carousel .owl-nav >
div:before {
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
}

.featured-post-carousel .owl-nav >
div.owl-next {
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
}

.wide-featured-area {
	float: left;
	position: relative;
	width: 100%;
}

.wide-featured-carousel {
	float: left;
	width: 100%;
}

.wide-featured-post {
	float: left;
	position: relative;
	width: 100%;
}

.wide-img {
	float: left;
	width: 100%;
}

.wide-img >
img {
	width: 100%;
}

.wide-overlay-text {
	bottom: 255px;
	left: 0;
	position: absolute;
	width: 100%;
}

.wide-overlay-text h4 {
	color: #ffffff;
	float: left;
	font-family: open sans;
	font-size: 30px;
	font-weight: 900;
	margin: 0 0 20px;
	width: 100%;
}

.wide-overlay-text h4 a {
	color: #ffffff;
}

.wide-overlay-text h4 i {
	display: inline-block;
	margin-right: 20px;
	padding-right: 20px;
	position: relative;
	vertical-align: middle;
}

.wide-overlay-text h4 i:after {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 25px;
	margin-top: -12.5px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 2px;
}

.wide-overlay-text .cat {
	margin-bottom: 18px;
}

.wide-overlay-text p {
	color: #e3e3e3;
	font-size: 14px;
}

.wide-featured-thumbs {
	bottom: 0;
	left: 0;
	margin: 30px 0;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.wide-featured-thumbs {
	bottom: 0;
	left: 0;
	margin: 30px 0 80px;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.featured-thumb {
	float: left;
	width: 100%;
}

.featured-thumb img {
	width: 100%;
}

.featured-thumbs-carousel {
	float: left;
	width: 100%;
}

.footer2 .bottom-line {
	background: #232323 none repeat scroll 0 0;
}

.about-theme-sec {
	background-size: cover;
	float: left;
	position: relative;
	width: 100%;
	z-index: 0;
}

.about-theme-sec::before {
	background: #1b1b1b none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.97;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.about-strip {
	float: left;
	text-align: center;
	width: 100%;
}

.about-strip h3 {
	border: 2px solid #D01318;
	color: #ffffff;
	display: inline-block;
	font-family: Montserrat;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1.3px;
	margin-bottom: 30px;
	margin-top: 0;
	padding: 19px 35px;
	text-transform: uppercase;
}

.about-strip p {
	color: #dfdfdf;
	display: inline-block;
	float: none;
	padding: 0 240px;
	width: 100%;
}

.about-strip .social-btn {
	float: left;
	margin: 40px 0 0;
	text-align: center;
	width: 100%;
}

.about-strip .social-btn >
li {
	display: inline-block;
	float: none;
}

.subscribe {
	background: #ffffff none repeat scroll 0 0;
	display: inline-block;
	height: 58px;
	margin-top: 38px;
	padding: 9px 64px 9px 9px;
	position: relative;
	width: 364px;
}

.subscribe >
input {
	border: medium none;
	float: left;
	font-family: Montserrat;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1.8px;
	padding: 13px 0 14px 21px;
	width: 100%;
}

.subscribe >
button {
	border: medium none;
	color: #ffffff;
	font-size: 15px;
	height: 44px;
	line-height: 44px;
	padding: 0;
	position: absolute;
	right: 7px;
	text-align: center;
	top: 7px;
	width: 50px;
}

.uper-footer .widget.no-border {
	border: medium none;
	padding: 0;
}

.uper-footer .widget.no-border::before {
	display: none;
}

.uper-footer .widget.no-border::after {
	display: none;
}

.uper-footer .about-strip p {
	padding: 0;
}

.uper-footer .widget .post-tags {
	margin: 0;
}

footer.footer3 .bottom-line {
	background: #060606 none repeat scroll 0 0;
}

.footer3.light .about-theme-sec::before {
	background: #f7f7f7 none repeat scroll 0 0;
}

.footer3.light .about-strip >
h3 {
	border-color: #333333;
	color: #333333;
}

.footer3.light .about-strip >
p {
	color: #757575;
}

.social-wide {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.social-wide >
li {
	float: left;
}

.social-wide li:first-child:nth-last-child(1),
.social-wide li:first-child:nth-last-child(1)~li {
	width: 100%;
}

.social-wide li:first-child:nth-last-child(2),
.social-wide li:first-child:nth-last-child(2)~li {
	width: 50%;
}

.social-wide li:first-child:nth-last-child(3),
.social-wide li:first-child:nth-last-child(3)~li {
	width: 33.334%;
}

.social-wide li:first-child:nth-last-child(4),
.social-wide li:first-child:nth-last-child(4)~li {
	width: 25%;
}

.social-wide li:first-child:nth-last-child(5),
.social-wide li:first-child:nth-last-child(5)~li {
	width: 20%;
}

.social-wide li:first-child:nth-last-child(6),
.social-wide li:first-child:nth-last-child(6)~li {
	width: 16.667%;
}

.social-wide >
li >
a {
	color: #fff;
	float: left;
	font-family: Montserrat;
	font-size: 11px;
	height: 105px;
	letter-spacing: 1.3px;
	padding: 31px 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
}

.social-wide >
li.facebook >
a {
	background-color: #3a5a98;
}

.social-wide >
li.google >
a {
	background-color: #d6492f;
}

.social-wide >
li.twitter >
a {
	background-color: #54abee;
}

.social-wide >
li.youtube >
a {
	background-color: #e02927;
}

.social-wide >
li.tumblr >
a {
	background-color: #324f6d;
}

.social-wide >
li.soundcloud >
a {
	background-color: #ff4400;
}

.social-wide >
li >
a i {
	float: left;
	font-size: 23px;
	margin-bottom: 8px;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.social-wide:hover a {
	color: transparent;
}

.social-wide:hover a i {
	color: white;
	margin-top: 9px;
}

.social-wide a:hover {
	color: white;
}

.social-wide a:hover i {
	margin-top: 0;
}

.footer4 .about-strip {
	float: left;
	text-align: left;
}

.footer4 .about-strip p {
	padding: 0;
}

.footer4 .about-strip .subscribe {
	float: left;
	margin-top: 60px;
	width: 100%;
}

.logo-boxed {
	background: #e8ecec none repeat scroll 0 0;
	float: left;
	width: 100%;
}

.logo-boxed .logo-bar {
	background: #ffffff none repeat scroll 0 0;
	padding: 0 70px;
}

.logo-menu {
	background: #252525 none repeat scroll 0 0;
	float: left;
	width: 100%;
}

.logo-menu nav {
	float: right;
	margin: 0;
	padding: 0;
}

.logo-menu nav >
ul {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.logo-menu nav >
ul >
li {
	float: left;
	padding: 67px 0;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

.logo-menu nav >
ul >
li >
a {
	color: #ffffff;
	float: left;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px;
}

.logo-menu .logo {
	margin: 20px 0;
}

.logo-menu .search-post {
	margin: 45px 0 45px 40px;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

.minimal.simple-header .logo-menu {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.minimal.simple-header .logo-menu .container {
	background: #252525 none repeat scroll 0 0;
	min-height: 110px;
	padding: 0 20px;
}

.minimal.simple-header .logo-menu .logo {
	margin: 17px 0;
}

.minimal.simple-header .logo-menu .logo img {
	width: 170px;
}

.minimal.simple-header .logo-menu nav >
ul >
li {
	padding: 46px 0;
}

.minimal.simple-header .logo-menu form {
	margin: 24px 0 24px 45px;
}

.minimal .logo-menu.white .container {
	background: #f4f4f4 none repeat scroll 0 0;
}

.minimal .logo-menu.white nav >
ul >
li >
a {
	color: #242424;
}

.simple-header.wide .logo-menu {
	background: #f4f4f4 none repeat scroll 0 0;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

nav.menu-line >
ul >
li >
a {
	border-right: 1px solid #d8dcdc;
}

.logo-menu nav >
ul >
li:last-child >
a {
	border: medium none;
}

.logo-menu nav >
ul >
li >
a i {
	font-size: 14px;
	margin-right: 13px;
}

.buddy-header {
	float: left;
	width: 100%;
}

.logo-content {
	float: left;
	width: 100%;
}

.current-time {
	color: #b6b6b6;
	float: left;
	font-size: 15px;
	padding: 79px 0;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	width: 100%;
}

.current-time >
i {
	float: left;
	line-height: 18px;
}

.current-time span {
	float: left;
	font-family: Montserrat;
	letter-spacing: 0.3px;
	margin-left: 15px;
	text-transform: uppercase;
}

.logo-content .logo >
a {
	display: inline-block;
	float: none;
}

.logo-content .logo {
	margin: 20px 0;
}

.logo-content .social-btns i {
	background: #f6f6f6 none repeat scroll 0 0;
}

.logo-content .social-btns {
	margin: 50px 0;
}

.buddy-menu nav {
	float: left;
	text-align: center;
	width: 100%;
}

.buddy-menu nav >
ul {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0 0px;
	width: 100%;
}

.buddy-menu nav >
ul >
li >
a {
	color: #000000;
	float: left;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.3px;
	padding: 20px 9px;
}

.buddy-menu nav >
ul >
li >
a i {
	margin-right: 5px;
}

.buddy-menu .search-post {
	margin: -62px 0 0;
}

.buddy-menu nav >
ul >
li {
	display: inline-block;
	float: none;
}

.buddy-menu {
	border-bottom: 1px solid #e8ecec;
	border-top: 1px solid #e8ecec;
	float: left;
	width: 100%;
}

.date-share {
	float: right;
}

.side-header.white .side-top-bar {
	background: #f4f4f4 none repeat scroll 0 0;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

.side-header.white .menu-opener {
	color: #454545;
}

.side-header.white .menu-action::before {
	background: #454545 none repeat scroll 0 0;
}

.side-header.white .menu-action::after {
	background: #454545 none repeat scroll 0 0;
}

.side-header.white .menu-action >
i::before {
	background: #454545 none repeat scroll 0 0;
}

.side-header.white .current-time {
	color: #555555;
}

.side-header.white .social-btns >
li >
a i {
	background: #ffffff none repeat scroll 0 0;
}

.side-header.white .side-menus::before {
	background: #fafafa none repeat scroll 0 0;
	box-shadow: 0 9px 5px rgba(0, 0, 0, 0.1);
}

.side-header.white .slide-menu-sec >
nav >
ul >
li >
a {
	border-color: #e3e7e7;
	color: #454545;
}

.side-header.white .side-menus .social-btn a {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e8ecec;
}

.side-header.white .side-menus .social-btn a:hover {
	background: #888c8c none repeat scroll 0 0;
	border-color: #888c8c;
}

.buddy-header.dark .logo-content .social-btns i {
	background: #3c3b3b none repeat scroll 0 0;
}

.buddy-header.dark .buddy-menu nav >
ul >
li >
a {
	color: #ffffff;
}

.buddy-header.dark .buddy-menu {
	background: #171717 none repeat scroll 0 0;
	border-color: #171717;
}

.mega-menu.not-fixed {
	left: 0;
	position: absolute;
	top: 100%;
}

li:hover >
.mega-menu.not-fixed {
	-webkit-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

li {
	position: relative;
}

.mega-menu.not-fixed.right {
	left: auto;
	right: 0;
}

.mega-menu.not-fixed.center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}


/*======== New Sec Style ========*/

.fashion-art-carousel {
	float: left;
	margin-top: 30px;
	width: 100%;
}

.fashion-art {
	float: left;
	width: 100%;
}

.fashion-art .post-detail15 {
	margin-top: 40px;
	padding: 0;
}

.fashion-art .post-detail15 >
a {
	color: #ffffff;
	float: left;
	font-family: open sans;
	font-size: 13px;
	font-weight: bold;
	margin-top: 25px;
	padding: 13px 25px;
	text-transform: uppercase;
}

.fashion-carousel-controls {
	bottom: 20%;
	left: 40px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
}

.fashion-carousel-controls >
li {
	border: 3px solid #ffffff;
	border-radius: 50%;
	float: left;
	height: 65px;
	margin-right: 10px;
	overflow: hidden;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	width: 65px;
}

.fashion-carousel-controls >
li.active {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

.fashion-carousel-controls li a {
	border-radius: 50%;
	width: 100%;
}

.fashion-carousel-controls img {
	width: 100%;
}

.fashion-art-carousel .owl-dots {
	opacity: 0;
	position: absolute;
}


/*========= Changes ==========*/

.block >
.container >
.heading {
	margin-bottom: 40px;
}

.wide-carousal-post .owl-nav >
div {
	border: 0 none;
}

.tabs-widget .date {
	margin-top: 20px;
}

.post-single-info1 .rating-detailed {
	float: left;
	margin-top: 25px;
}

.post-single-info1 .post-rate {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: right;
	margin-top: 25px;
	padding: 0;
	width: auto;
}

.post-single-info1 .post-rate >
span {
	float: right;
}

.who-post-author span img {
	float: left;
	margin: 0;
	width: 100%;
}

#related-post .post-thumb4 >
img {
	margin: 0;
}


/* New Sec Style */

.new-sec {
	float: left;
	width: 100%;
}

.new-sec >
div {
	padding: 0 2.5px 5px;
}

.new-sec .post-style3::before {
	background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(130, 130, 130, 0) 49%, rgba(0, 0, 0, 1) 100%);
	/* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49%, rgba(130, 130, 130, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
	/* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(130, 130, 130, 0) 49%, rgba(0, 0, 0, 1) 100%);
	/* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(130, 130, 130, 0) 49%, rgba(0, 0, 0, 1) 100%);
	/* opera 11.10+ */
	background: -ms-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(130, 130, 130, 0) 49%, rgba(0, 0, 0, 1) 100%);
	/* ie10+ */
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(130, 130, 130, 0) 49%, rgba(0, 0, 0, 1) 100%);
	/* w3c */
}

.new-sec .post-detail3 {
	bottom: 0;
	padding: 0 40px 30px;
	top: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.new-sec .cat >
a {
	margin-bottom: 0;
}

.new-sec .post-detail3 >
h3 {
	font-size: 24px;
}

.small-font >
h3 {
	font-size: 18px !important;
	line-height: 24px;
}

.new-sec .date >
ul {
	margin: 0;
}

.blue {
	background: #00aed5;
}

.pink {
	background: #ff3c7a;
}

.yellow {
	background: #f2ca2a;
}

.sea-green {
	background: #1bbc9b;
}

.marganda {
	background: #fe4040;
}

.purple {
	background: #b300b1
}


/*========== Drop Down Style ===========*/


/*==== Dark Drop Down ====*/

.menu.dark >
div >
ul >
li ul,
.menu.dark >
ul >
li ul,
nav.dark >
ul >
li ul {
	background: #313131;
}

.menu.dark >
div >
ul >
li ul li,
.menu.dark >
ul >
li ul li,
nav.dark >
ul >
li ul li {
	border-color: #3c3a3a;
}

.menu.dark >
div >
ul >
li ul li a,
.menu.dark >
ul >
li ul li a,
nav.dark >
ul >
li ul li a {
	color: #e5e5e5;
}

.menu.dark >
div >
ul >
li ul li a:hover,
.menu.dark >
ul >
li ul li a:hover,
nav.dark >
ul >
li ul li a:hover {
	background: #474747;
}

.menu.dark >
div >
ul >
li ul li.menu-item-has-children::before,
.menu.dark >
ul >
li ul li.menu-item-has-children::before,
nav.dark >
ul >
li ul li.menu-item-has-children::before {
	color: #e5e5e5;
}


/*==== Light Drop Down ====*/

.menu >
div >
ul >
li ul,
.menu >
ul >
li ul,
nav >
ul >
li ul {
	background: #ffffff none repeat scroll 0 0;
	border-top: 2px solid;
	left: -999999px;
	list-style: outside none none;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 130%;
	-webkit-transition: opacity 0.4s ease 0s, top 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s, top 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s, top 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s, top 0.4s ease 0s;
	transition: opacity 0.4s ease 0s, top 0.4s ease 0s;
	width: 200px;
}

.menu >
div >
ul >
li ul li,
.menu >
ul >
li ul li,
nav >
ul >
li ul li {
	border-bottom: 1px solid #dcdcdc;
	float: left;
	width: 100%;
}

.menu >
div >
ul >
li ul li:last-child,
.menu >
ul >
li ul li:last-child,
nav >
ul >
li ul li:last-child {
	border-bottom: none;
}

.menu >
div >
ul >
li ul li a,
.menu >
ul >
li ul li a,
nav >
ul >
li ul li a {
	color: #252525;
	display: block;
	float: left;
	font-family: montserrat;
	font-size: 13px;
	font-weight: bold;
	padding: 18px 27px;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	width: 100%;
}

.menu >
div >
ul >
li ul li a:hover,
.menu >
ul >
li ul li a:hover,
nav >
ul >
li ul li a:hover {
	background: #eeeeee;
}

.menu >
div >
ul >
li ul li a >
span,
.menu >
ul >
li ul li a >
span,
nav >
ul >
li ul li a >
span {
	font-size: 10px;
	margin-right: 10px;
}

.menu >
div >
ul >
li >
ul li >
ul,
.menu >
ul >
li >
ul li >
ul,
nav >
ul >
li >
ul li >
ul {
	top: 0;
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
	transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
}

.menu >
div >
ul >
li:hover >
ul,
.menu >
ul >
li:hover >
ul,
nav >
ul >
li:hover >
ul {
	left: 0;
	opacity: 1;
	top: 100%;
}

.menu >
div >
ul >
li >
ul li:hover >
ul,
.menu >
ul >
li >
ul li:hover >
ul,
nav >
ul >
li >
ul li:hover >
ul {
	left: 201px;
	opacity: 1;
	top: 0;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.menu >
div >
ul >
li ul li.menu-item-has-children::before,
.menu >
ul >
li ul li.menu-item-has-children::before,
nav >
ul >
li ul li.menu-item-has-children::before {
	color: #252525;
	content: "";
	font-family: fontawesome;
	font-size: 13px;
	margin-top: -6.5px;
	opacity: 0;
	position: absolute;
	right: 70px;
	top: 50%;
	-webkit-transition: opacity 0.4s ease 0s, right 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s, right 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s, right 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s, right 0.4s ease 0s;
	transition: opacity 0.4s ease 0s, right 0.4s ease 0s;
}

.menu >
div >
ul >
li ul li.menu-item-has-children:hover::before,
.menu >
ul >
li ul li.menu-item-has-children:hover::before,
nav >
ul >
li ul li.menu-item-has-children:hover::before {
	opacity: 1;
	right: 17px;
}


/*======== New Mega Menu Style =========*/


/*======= Dark Mega Menu Style ========*/

nav.dark ul >
li .mega-menu2 .menu-data,
.menu.dark ul >
li .mega-menu2 .menu-data,
nav.dark ul >
li .mega-menu3 .menu-data .nav,
.menu.dark ul >
li .mega-menu3 .menu-data .nav,
nav.dark ul >
li .mega-menu3 .menu-data .tab-content,
.menu.dark ul >
li .mega-menu3 .menu-data .tab-content,
.menu.dark >
div >
ul >
li .mega-menu5 >
.menu-list1,
.menu.dark >
ul >
li .mega-menu5 >
.menu-list1,
nav.dark >
ul >
li .mega-menu5 >
.menu-list1 {
	background: #313131;
}

nav.dark ul >
li .menu-data .nav,
.menu.dark ul >
li .menu-data .nav {
	border-color: #474747;
}

nav.dark ul >
li .menu-data .nav li a,
.menu.dark ul >
li .menu-data .nav li a {
	border-color: #474747;
}

.menu.dark .mega-menu3 .menu-data .post-style10 >
h3 a {
	color: #e5e5e5;
}

nav.dark .mega-menu2 .menu-data .nav::before,
.menu.dark .mega-menu2 .menu-data .nav::before {
	background: #474747;
}

nav.menu .container >
ul >
li.menu-item-has-children:hover .mega-menu5 {
	left: 0;
	opacity: 1;
	top: 100%;
}

nav.menu .container >
ul >
li.menu-item-has-children:hover >
.mega-menu5 ul {
	border-top: 0 none;
	left: 0;
	opacity: 1;
	position: relative;
}

.menu >
ul >
li.menu-item-has-children:hover .mega-menu5 ul {
	border-top: 0 none;
	left: 0;
	opacity: 1;
	position: relative;
}

header nav >
ul >
li .center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

header nav >
ul >
li .right {
	left: auto;
	right: -99999px;
}

header nav >
ul >
li.menu-item-has-children:hover .right {
	left: auto;
	right: 0;
}


/*======= Light Mega Menu Style ========*/

.mega-menu2,
nav.menu .container >
ul >
li .mega-menu2,
.mega-menu5 {
	left: -99999px;
	opacity: 0;
	position: absolute;
	top: 130%;
	-webkit-transition: opacity 0.4s ease 0s, top 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s, top 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s, top 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s, top 0.4s ease 0s;
	transition: opacity 0.4s ease 0s, top 0.4s ease 0s;
}

.menu >
div >
ul >
li:hover >
.mega-menu,
.menu >
ul >
li:hover >
.mega-menu2,
nav >
ul >
li:hover >
.mega-menu2,
.menu >
div >
ul >
li:hover >
.mega-menu,
.menu >
ul >
li:hover >
.mega-menu5,
nav >
ul >
li:hover >
.mega-menu5 {
	left: 0;
	opacity: 1;
	top: 100%;
}

.mega-menu5 {
	width: 600px;
}

.menu .menu-list1,
nav .menu-list1 {
	background: #ffffff none repeat scroll 0 0;
	border-top: 2px solid;
	float: left;
	padding: 15px;
	width: 100%;
}

.menu-links2 {
	float: left;
	width: 100%;
}

.menu-links2 ul {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none;
	float: left;
	opacity: 1;
	position: static;
	text-align: left;
	width: 100%;
}

.menu .menu-links2 >
ul li,
nav .menu-links2 >
ul li {
	border-bottom: medium none;
	border-right: 1px solid #e5e5e5;
	margin-top: 10px;
}

.menu.dark .menu-links2 >
ul li,
nav.dark .menu-links2 >
ul li {
	border-color: #474747;
}

.menu-list1 .row >
div:last-child ul li {
	border-right: medium none;
}

.menu .menu-links2 >
ul li >
a,
nav .menu-links2 >
ul li >
a {
	color: #313131;
}

.menu.dark .menu-links2 >
ul li >
a,
nav.dark .menu-links2 >
ul li a {
	color: #e5e5e5;
}

.menu .menu-links2 >
ul li >
a:hover,
nav .menu-links2 >
ul li >
a:hover {
	background: #e5e5e5 none repeat scroll 0 0;
}

.menu.dark .menu-links2 >
ul li >
a:hover,
nav.dark .menu-links2 >
ul li a:hover {
	background: 474747;
}

.menu-list1 .row >
div {
	padding: 0;
}

nav ul >
li .menu-data,
.menu ul >
li .menu-data {
	background: #ffffff none repeat scroll 0 0;
	border-top: 2px solid #4d9fd7;
	float: left;
	width: 100%;
}

.mega-menu2 .menu-data .nav {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #474747;
	border-top: 0 none;
	float: left;
	left: 0;
	margin: 0;
	opacity: 1;
	padding: 6px 0 50px;
	position: relative;
	width: 100%;
}

.menu-data .nav li {
	border: medium none;
	margin: 0;
	padding-left: 30px;
	padding-right: 25px;
	text-align: left;
}

.menu-data .nav li a {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color -moz-use-text-color #252525;
	border-image: none;
	border-radius: 0;
	border-style: none none solid;
	border-width: medium medium 1px;
	margin: 0;
	padding: 10px 0;
	position: relative;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all 0.4s ease 0s;
}

.menu-data .nav li a::before {
	background: #4d9fd7 none repeat scroll 0 0;
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 20px;
}

.menu-data .nav li:last-child a {
	border-bottom: medium none;
}

.menu-data .nav li:last-child a::before {
	opacity: 0;
}

.menu-data .nav li a:hover,
.menu-data .nav li.active a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.menu-data .nav li a:hover::before,
.menu-data .nav li.active a::before {
	width: 100%;
}

.menu-data .tab-content {
	float: left;
	padding: 10px 30px 8px 0;
	width: 100%;
}

.menu-data .tabs-style {
	border: 0 none;
	float: left;
	left: 0;
	opacity: 1;
	padding: 20px 0;
	position: relative;
	width: 100%;
}

.menu-data .tabs-style li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color #474747 -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-style: none solid none none;
	border-width: medium 1px medium medium;
	margin-bottom: 10px;
}

.menu-data .tab-content .row div:last-child .tabs-style li {
	border-right: 0 none;
}

.menu-data .tabs-style li a {
	padding: 6px 0;
}

.menu-data .tabs-style li a:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.mega-menu3 .menu-data .nav {
	background: #ffffff;
	border: medium none;
	padding-bottom: 133px;
	padding-top: 30px;
	position: relative;
	width: 25%;
}

.mega-menu3 .menu-data .nav li a:hover {
	background: none;
}

nav.dark .mega-menu4 .menu-data,
menu.dark .mega-menu4 .menu-data,
.mega-menu4 .menu-data {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

.mega-menu3 .menu-data .nav::before {
	background: #252525 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 72%;
	position: absolute;
	right: 0;
	top: 40px;
	width: 1px;
}

.mega-menu4 .menu-data .tab-content {
	background: #ffffff;
	padding: 10px 30px 30px;
	width: 75%;
}

.mega-menu3 .menu-data .post-style10 >
h3 a {
	color: #313131;
}

.mega-menu3 .menu-data .date ul {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	left: 0;
	opacity: 1;
	padding: 0;
	position: relative;
}

.mega-menu3 .menu-data .date >
ul >
li a {
	font-size: 10px;
	font-weight: 400;
	padding: 0;
}

.mega-menu3 .menu-data .date >
ul >
li a:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.mega-menu {
	width: 700px;
}

.menu8 {
	width: 200px;
}

nav li .mega-menu.right,
.menu li .mega-menu.right,
nav li .mega-menu2.right,
.menu li .mega-menu2.right {
	left: auto;
	right: -99999px;
}

nav li:hover .mega-menu.right,
.menu li:hover .mega-menu.right,
nav li:hover .mega-menu2.right,
.menu li:hover .mega-menu2.right {
	left: auto;
	right: 0;
}

.menu .mega-menu.center,
nav .mega-menu.center,
.menu .mega-menu2.center,
nav .mega-menu2.center {
	left: -99999px;
	-webkit-transform: translateX(-50%) !important;
	-moz-transform: translateX(-50%) !important;
	-ms-transform: translateX(-50%) !important;
	-o-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

.menu >
ul >
li:hover .mega-menu.center,
nav >
ul >
li:hover .mega-menu.center,
.menu >
ul >
li:hover .mega-menu2.center,
nav >
ul >
li:hover .mega-menu2.center {
	left: 50%;
}

nav.menu .container >
ul >
li:hover .mega-menu2 {
	left: 0;
	opacity: 1;
	top: 100%;
}

.menu-data1 {
	padding: 20px 55px;
}

.mega-menu-post-carousel .owl-nav div {
	background: #555555 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	height: 30px;
	width: 30px;
}

.mega-menu-post-carousel .owl-nav div::before {
	color: #e5e5e5;
	font-size: 11px;
	line-height: 30px;
}

.mega-menu-post-carousel .owl-nav .owl-prev {
	margin-left: -55px;
}

.mega-menu-post-carousel .owl-nav .owl-next {
	margin-right: -55px;
}


/*======= Stickey Header =======*/

.sticky-header {
	position: fixed;
	top: 0;
}

.light {
	background: #ffffff none repeat scroll 0 0;
}

.sticky-header .logo {
	margin: 15px 0;
}

.sticky-header .logo >
a img {
	max-width: 150px;
}

.sticky-header .ad {
	margin: 20px 0;
}

.sticky-header.mag-header .top-bar2 {
	opacity: 0;
	position: absolute;
}

.sticky-header .current-time {
	padding: 39px 0;
}

.sticky-header .social-btns {
	margin: 33px 0;
}

.sticky-header .logo-menu nav >
ul >
li {
	padding: 24px 0;
}

.sticky-header .logo-menu .search-post {
	margin: 3px 0;
}

.sticky-header .logo-menu .logo {
	margin: 0;
}

.sticky-header .top-bar {
	opacity: 0;
	position: absolute;
}

.sticky-header .post-header-bar {
	opacity: 0;
	position: absolute;
}

.sticky-header.minimal.simple-header .logo-menu.dark1 {
	background: #252525 none repeat scroll 0 0;
}

.sticky-header.minimal.simple-header .logo-menu.white {
	background: #f4f4f4 none repeat scroll 0 0;
}

.sticky-header.minimal.simple-header .logo-menu nav >
ul >
li {
	padding: 20px 0;
}

.sticky-header.minimal.simple-header .logo-menu .logo {
	margin: 0;
}

.sticky-header.minimal.simple-header .logo-menu form {
	margin: 0 0 0 45px;
}

.sticky-header.minimal.simple-header .logo-menu .container {
	height: 67px;
}

.sticky-header .side-top-bar .menu-opener {
	margin: 43px 0;
}

.sticky-header .side-top-bar {
	height: auto;
}

.contact-map >
div {
	float: left;
	min-height: 500px;
	width: 100%;
}

.error-sec {
	float: left;
	text-align: center;
	width: 100%;
}

.error-sec h3 {
	color: #2c2c2c;
	float: left;
	font-family: Lato;
	font-weight: 900;
	letter-spacing: 2px;
	margin: 0 0 15px;
	width: 100%;
}

.error-sec h2 {
	color: #212121;
	float: left;
	font-family: Montserrat;
	font-size: 90px;
	font-weight: 900;
	margin: -10px 0 0;
	width: 100%;
}

.error-sec a {
	color: #ffffff;
	display: inline-block;
	font-family: montserrat;
	font-size: 16px;
	margin-top: 30px;
	padding: 13px 30px;
}

.search-no-found {
	float: left;
	width: 100%;
}

.search-no-found h3 {
	color: #1f1f1f;
	float: left;
	font-family: Open Sans;
	font-size: 27px;
	font-weight: 600;
	letter-spacing: 0.5px;
	width: 100%;
}

.search-no-found h3 i {
	font-style: normal;
}

.search-no-found >
span {
	color: #474747;
	float: left;
	font-family: open sans;
	font-size: 13px;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
	width: 100%;
}

.search-no-found >
form {
	background: #fafafa none repeat scroll 0 0;
	float: left;
	height: 68px;
	width: 100%;
}

.search-no-found >
form input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #555555;
	float: left;
	font-family: Open Sans;
	font-size: 14px;
	height: 68px;
	letter-spacing: 0.5px;
	padding: 0 30px;
	width: 80%;
}

.search-no-found >
form >
button {
	background: #555555 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	float: right;
	font-size: 20px;
	height: 68px;
	width: 19%;
}

.block.inner-head {
	background: #fafafa none repeat scroll 0 0;
	padding: 20px 0;
}

.breadcrums {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0 0 0 20px;
	position: relative;
	width: 100%;
	font-size: 16px;
}

.breadcrums >
li {
	float: left;
	margin-right: 14px;
	padding-right: 14px;
	position: relative;
}

.breadcrums >
li::before {
	content: ">";
	font-family: Montserrat;
	font-size: 16px;
	position: absolute;
	right: -5px;
	top: 3px;
	color: #888888;
}

.breadcrums a {
	color: #555555;
	font-family: open sans;
	text-transform: uppercase;
}

.breadcrums::before {
	content: "\f015";
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: 4px;
}

.inner-head h1 {
	color: #323131;
	float: left;
	font-family: Lato;
	font-size: 25px;
	font-weight: 800;
	margin: 16px 0 0;
	width: 100%;
}

.breadcrums >
li:last-child::before {
	display: none;
}

.error-sec >
span {
	color: #666666;
	float: left;
	font-family: Open Sans;
	font-size: 13px;
	letter-spacing: 0.5px;
	margin-bottom: 31px;
	margin-left: 0;
	margin-top: 10px;
	width: 100%;
}

.header-post-carousel .post-style1 {
	margin-top: 30px;
}

.min-extra {
	margin-top: 45px;
}

.header-post-carousel .owl-nav {
	left: -70px;
	width: 112%;
}

#tab11,
#tab22,
#tab33,
#tab44 {
	float: left;
	margin-top: 10px;
	width: 100%;
}

.big-post-2 .owl-dots {
	margin-top: 10px;
}

.big-post-carousel .owl-dots {
	margin-top: 20px;
}

.big-post-carousel .post-style13 >
h3,
.less-margin .post-style13 >
h3 {
	margin-top: 5px;
}

.header-post-carousel2 .post-style12 {
	text-align: center;
}

.post-style11.style2 .post-detail11 {
	float: left;
	position: static;
	padding: 110px 320px;
	-webkit-transform: translate(0px);
	-moz-transform: translate(0px);
	-ms-transform: translate(0px);
	-o-transform: translate(0px);
	transform: translate(0px);
}

.big-post-3,
.big-post-2 {
	margin-top: -8px;
}


/* * Custom Bootstrap Margin Padding * Author - Md Ismail Hossain * Git - https://github.com/ismailcseku/Custom-Bootstrap-Margin-Padding * Web - http://ismail-hossain.me/ * Email - ismailcseku@gmail.com */


/** * Table of Contents: * * 1 -> Basic margin padding * 1.1 -> Margin padding zero * 1.2 -> Margin top * 1.3 -> Margin right * 1.4 -> Margin bottom * 1.5 -> Margin left * 1.6 -> Padding top * 1.7 -> Padding right * 1.8 -> Padding bottom * 1.9 -> Padding left * 2 -> lg: min-width:992px * 3 -> md: max-width:991px * 4 -> sm: max-width 767px * 5 -> xs: max-width 479px * =============================================== */


/* min even, max odd*/


/* * 1.1 -> Basic margin padding * ----------------------------------------------- */

.m-0 {
	margin: 0px !important;
}

.m-10 {
	margin: 10px !important;
}

.m-15 {
	margin: 15px !important;
}

.m-20 {
	margin: 20px !important;
}

.m-30 {
	margin: 30px !important;
}

.m-40 {
	margin: 40px !important;
}

.m-50 {
	margin: 50px !important;
}

.m-60 {
	margin: 60px !important;
}

.m-70 {
	margin: 70px !important;
}

.m-80 {
	margin: 80px !important;
}

.m-90 {
	margin: 90px !important;
}

.m-100 {
	margin: 100px !important;
}

.m-110 {
	margin: 110px !important;
}

.m-120 {
	margin: 120px !important;
}

.m-130 {
	margin: 130px !important;
}

.m-140 {
	margin: 140px !important;
}

.m-150 {
	margin: 150px !important;
}

.m-160 {
	margin: 160px !important;
}

.m-170 {
	margin: 170px !important;
}

.m-180 {
	margin: 180px !important;
}

.m-190 {
	margin: 190px !important;
}

.m-200 {
	margin: 200px !important;
}

.p-0 {
	padding: 0 !important;
}

.p-10 {
	padding: 10px !important;
}

.p-15 {
	padding: 15px !important;
}

.p-20 {
	padding: 20px !important;
}

.p-30 {
	padding: 30px !important;
}

.p-40 {
	padding: 40px !important;
}

.p-50 {
	padding: 50px !important;
}

.p-60 {
	padding: 60px !important;
}

.p-70 {
	padding: 70px !important;
}

.p-80 {
	padding: 80px !important;
}

.p-90 {
	padding: 90px !important;
}

.p-100 {
	padding: 100px !important;
}

.p-110 {
	padding: 110px !important;
}

.p-120 {
	padding: 120px !important;
}

.p-130 {
	padding: 130px !important;
}

.p-140 {
	padding: 140px !important;
}

.p-150 {
	padding: 150px !important;
}

.p-160 {
	padding: 160px !important;
}

.p-170 {
	padding: 170px !important;
}

.p-180 {
	padding: 180px !important;
}

.p-190 {
	padding: 190px !important;
}

.p-200 {
	padding: 200px !important;
}


/* * 1.2 -> Margin top * ----------------------------------------------- */

.mt-0 {
	margin-top: 0 !important;
}

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

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

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

.mt-60 {
	margin-top: 60px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mt-110 {
	margin-top: 110px !important;
}

.mt-120 {
	margin-top: 120px !important;
}

.mt-130 {
	margin-top: 130px !important;
}

.mt-140 {
	margin-top: 140px !important;
}

.mt-150 {
	margin-top: 150px !important;
}

.mt-160 {
	margin-top: 160px !important;
}

.mt-170 {
	margin-top: 170px !important;
}

.mt-180 {
	margin-top: 180px !important;
}

.mt-190 {
	margin-top: 190px !important;
}

.mt-200 {
	margin-top: 200px !important;
}


/* * 1.3 -> Margin right * ----------------------------------------------- */

.mr-0 {
	margin-right: 0!important
}

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

.mr-15 {
	margin-right: 15px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

.mr-60 {
	margin-right: 60px !important;
}

.mr-70 {
	margin-right: 70px !important;
}

.mr-80 {
	margin-right: 80px !important;
}

.mr-90 {
	margin-right: 90px !important;
}

.mr-100 {
	margin-right: 100px !important;
}

.mr-110 {
	margin-right: 110px !important;
}

.mr-120 {
	margin-right: 120px !important;
}

.mr-130 {
	margin-right: 130px !important;
}

.mr-140 {
	margin-right: 140px !important;
}

.mr-150 {
	margin-right: 150px !important;
}

.mr-160 {
	margin-right: 160px !important;
}

.mr-170 {
	margin-right: 170px !important;
}

.mr-180 {
	margin-right: 180px !important;
}

.mr-190 {
	margin-right: 190px !important;
}

.mr-200 {
	margin-right: 200px !important;
}


/* * 1.4 -> Margin bottom * ----------------------------------------------- */

.mb-0 {
	margin-bottom: 0!important
}

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

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

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

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mb-110 {
	margin-bottom: 110px !important;
}

.mb-120 {
	margin-bottom: 120px !important;
}

.mb-130 {
	margin-bottom: 130px !important;
}

.mb-140 {
	margin-bottom: 140px !important;
}

.mb-150 {
	margin-bottom: 150px !important;
}

.mb-160 {
	margin-bottom: 160px !important;
}

.mb-170 {
	margin-bottom: 170px !important;
}

.mb-180 {
	margin-bottom: 180px !important;
}

.mb-190 {
	margin-bottom: 190px !important;
}

.mb-200 {
	margin-bottom: 200px !important;
}


/* * 1.5 -> Margin left * ----------------------------------------------- */

.ml-0 {
	margin-left: 0!important
}

.ml-10 {
	margin-left: 10px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.ml-60 {
	margin-left: 60px !important;
}

.ml-70 {
	margin-left: 70px !important;
}

.ml-80 {
	margin-left: 80px !important;
}

.ml-90 {
	margin-left: 90px !important;
}

.ml-100 {
	margin-left: 100px !important;
}

.ml-110 {
	margin-left: 110px !important;
}

.ml-120 {
	margin-left: 120px !important;
}

.ml-130 {
	margin-left: 130px !important;
}

.ml-140 {
	margin-left: 140px !important;
}

.ml-150 {
	margin-left: 150px !important;
}

.ml-160 {
	margin-left: 160px !important;
}

.ml-170 {
	margin-left: 170px !important;
}

.ml-180 {
	margin-left: 180px !important;
}

.ml-190 {
	margin-left: 190px !important;
}

.ml-200 {
	margin-left: 200px !important;
}


/* * 1.6 -> Padding top * ----------------------------------------------- */

.pt-0 {
	padding-top: 0!important
}

.pt-5 {
	padding-top: 5px !important
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pt-90 {
	padding-top: 90px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pt-110 {
	padding-top: 110px !important;
}

.pt-120 {
	padding-top: 120px !important;
}

.pt-130 {
	padding-top: 130px !important;
}

.pt-140 {
	padding-top: 140px !important;
}

.pt-150 {
	padding-top: 150px !important;
}

.pt-160 {
	padding-top: 160px !important;
}

.pt-170 {
	padding-top: 170px !important;
}

.pt-180 {
	padding-top: 180px !important;
}

.pt-190 {
	padding-top: 190px !important;
}

.pt-200 {
	padding-top: 200px !important;
}

.pt-270 {
	padding-top: 270px !important;
}


/* * 1.7 -> Padding right * ----------------------------------------------- */

.pr-0 {
	padding-right: 0!important
}

.pr-10 {
	padding-right: 10px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pr-40 {
	padding-right: 40px !important;
}

.pr-50 {
	padding-right: 50px !important;
}

.pr-60 {
	padding-right: 60px !important;
}

.pr-70 {
	padding-right: 70px !important;
}

.pr-80 {
	padding-right: 80px !important;
}

.pr-90 {
	padding-right: 90px !important;
}

.pr-100 {
	padding-right: 100px !important;
}

.pr-110 {
	padding-right: 110px !important;
}

.pr-120 {
	padding-right: 120px !important;
}

.pr-130 {
	padding-right: 130px !important;
}

.pr-140 {
	padding-right: 140px !important;
}

.pr-150 {
	padding-right: 150px !important;
}

.pr-160 {
	padding-right: 160px !important;
}

.pr-170 {
	padding-right: 170px !important;
}

.pr-180 {
	padding-right: 180px !important;
}

.pr-190 {
	padding-right: 190px !important;
}

.pr-200 {
	padding-right: 200px !important;
}


/* * 1.8 -> Padding bottom * ----------------------------------------------- */

.pb-0 {
	padding-bottom: 0!important
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pb-90 {
	padding-bottom: 90px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.pb-110 {
	padding-bottom: 110px !important;
}

.pb-120 {
	padding-bottom: 120px !important;
}

.pb-130 {
	padding-bottom: 130px !important;
}

.pb-140 {
	padding-bottom: 140px !important;
}

.pb-150 {
	padding-bottom: 150px !important;
}

.pb-160 {
	padding-bottom: 160px !important;
}

.pb-170 {
	padding-bottom: 170px !important;
}

.pb-180 {
	padding-bottom: 180px !important;
}

.pb-190 {
	padding-bottom: 190px !important;
}

.pb-200 {
	padding-bottom: 200px !important;
}


/* * 1.9 -> Padding left * ----------------------------------------------- */

.pl-0 {
	padding-left: 0!important
}

.pl-10 {
	padding-left: 10px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.pl-40 {
	padding-left: 40px !important;
}

.pl-50 {
	padding-left: 50px !important;
}

.pl-60 {
	padding-left: 60px !important;
}

.pl-70 {
	padding-left: 70px !important;
}

.pl-80 {
	padding-left: 80px !important;
}

.pl-90 {
	padding-left: 90px !important;
}

.pl-100 {
	padding-left: 100px !important;
}

.pl-110 {
	padding-left: 110px !important;
}

.pl-120 {
	padding-left: 120px !important;
}

.pl-130 {
	padding-left: 130px !important;
}

.pl-140 {
	padding-left: 140px !important;
}

.pl-150 {
	padding-left: 150px !important;
}

.pl-160 {
	padding-left: 160px !important;
}

.pl-170 {
	padding-left: 170px !important;
}

.pl-180 {
	padding-left: 180px !important;
}

.pl-190 {
	padding-left: 190px !important;
}

.pl-200 {
	padding-left: 200px !important;
}


/* * 2 -> lg: min-width:992px * ----------------------------------------------- */

@media (min-width:992px) {
	/* * 5.1 -> Basic margin padding * ----------------------------------------------- */
	.m-lg-0 {
		margin: 0px !important;
	}
	.m-lg-10 {
		margin: 10px !important;
	}
	.m-lg-15 {
		margin: 15px !important;
	}
	.m-lg-20 {
		margin: 20px !important;
	}
	.m-lg-30 {
		margin: 30px !important;
	}
	.m-lg-40 {
		margin: 40px !important;
	}
	.m-lg-50 {
		margin: 50px !important;
	}
	.m-lg-60 {
		margin: 60px !important;
	}
	.m-lg-70 {
		margin: 70px !important;
	}
	.m-lg-80 {
		margin: 80px !important;
	}
	.m-lg-90 {
		margin: 90px !important;
	}
	.m-lg-100 {
		margin: 100px !important;
	}
	.m-lg-110 {
		margin: 110px !important;
	}
	.m-lg-120 {
		margin: 120px !important;
	}
	.m-lg-130 {
		margin: 130px !important;
	}
	.m-lg-140 {
		margin: 140px !important;
	}
	.m-lg-150 {
		margin: 150px !important;
	}
	.m-lg-160 {
		margin: 160px !important;
	}
	.m-lg-170 {
		margin: 170px !important;
	}
	.m-lg-180 {
		margin: 180px !important;
	}
	.m-lg-190 {
		margin: 190px !important;
	}
	.m-lg-200 {
		margin: 200px !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.p-lg-10 {
		padding: 10px !important;
	}
	.p-lg-15 {
		padding: 15px !important;
	}
	.p-lg-20 {
		padding: 20px !important;
	}
	.p-lg-30 {
		padding: 30px !important;
	}
	.p-lg-40 {
		padding: 40px !important;
	}
	.p-lg-50 {
		padding: 50px !important;
	}
	.p-lg-60 {
		padding: 60px !important;
	}
	.p-lg-70 {
		padding: 70px !important;
	}
	.p-lg-80 {
		padding: 80px !important;
	}
	.p-lg-90 {
		padding: 90px !important;
	}
	.p-lg-100 {
		padding: 100px !important;
	}
	.p-lg-110 {
		padding: 110px !important;
	}
	.p-lg-120 {
		padding: 120px !important;
	}
	.p-lg-130 {
		padding: 130px !important;
	}
	.p-lg-140 {
		padding: 140px !important;
	}
	.p-lg-150 {
		padding: 150px !important;
	}
	.p-lg-160 {
		padding: 160px !important;
	}
	.p-lg-170 {
		padding: 170px !important;
	}
	.p-lg-180 {
		padding: 180px !important;
	}
	.p-lg-190 {
		padding: 190px !important;
	}
	.p-lg-200 {
		padding: 200px !important;
	}
	/* * 5.2 -> Margin top * ----------------------------------------------- */
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	.mt-lg-10 {
		margin-top: 10px !important;
	}
	.mt-lg-15 {
		margin-top: 15px !important;
	}
	.mt-lg-20 {
		margin-top: 20px !important;
	}
	.mt-lg-30 {
		margin-top: 30px !important;
	}
	.mt-lg-40 {
		margin-top: 40px !important;
	}
	.mt-lg-50 {
		margin-top: 50px !important;
	}
	.mt-lg-60 {
		margin-top: 60px !important;
	}
	.mt-lg-70 {
		margin-top: 70px !important;
	}
	.mt-lg-80 {
		margin-top: 80px !important;
	}
	.mt-lg-90 {
		margin-top: 90px !important;
	}
	.mt-lg-100 {
		margin-top: 100px !important;
	}
	.mt-lg-110 {
		margin-top: 110px !important;
	}
	.mt-lg-120 {
		margin-top: 120px !important;
	}
	.mt-lg-130 {
		margin-top: 130px !important;
	}
	.mt-lg-140 {
		margin-top: 140px !important;
	}
	.mt-lg-150 {
		margin-top: 150px !important;
	}
	.mt-lg-160 {
		margin-top: 160px !important;
	}
	.mt-lg-170 {
		margin-top: 170px !important;
	}
	.mt-lg-180 {
		margin-top: 180px !important;
	}
	.mt-lg-190 {
		margin-top: 190px !important;
	}
	.mt-lg-200 {
		margin-top: 200px !important;
	}
	/* * 5.3 -> Margin right * ----------------------------------------------- */
	.mr-lg-0 {
		margin-right: 0!important
	}
	.mr-lg-10 {
		margin-right: 10px !important;
	}
	.mr-lg-15 {
		margin-right: 15px !important;
	}
	.mr-lg-20 {
		margin-right: 20px !important;
	}
	.mr-lg-30 {
		margin-right: 30px !important;
	}
	.mr-lg-40 {
		margin-right: 40px !important;
	}
	.mr-lg-50 {
		margin-right: 50px !important;
	}
	.mr-lg-60 {
		margin-right: 60px !important;
	}
	.mr-lg-70 {
		margin-right: 70px !important;
	}
	.mr-lg-80 {
		margin-right: 80px !important;
	}
	.mr-lg-90 {
		margin-right: 90px !important;
	}
	.mr-lg-100 {
		margin-right: 100px !important;
	}
	.mr-lg-110 {
		margin-right: 110px !important;
	}
	.mr-lg-120 {
		margin-right: 120px !important;
	}
	.mr-lg-130 {
		margin-right: 130px !important;
	}
	.mr-lg-140 {
		margin-right: 140px !important;
	}
	.mr-lg-150 {
		margin-right: 150px !important;
	}
	.mr-lg-160 {
		margin-right: 160px !important;
	}
	.mr-lg-170 {
		margin-right: 170px !important;
	}
	.mr-lg-180 {
		margin-right: 180px !important;
	}
	.mr-lg-190 {
		margin-right: 190px !important;
	}
	.mr-lg-200 {
		margin-right: 200px !important;
	}
	/* * 5.4 -> Margin bottom * ----------------------------------------------- */
	.mb-lg-0 {
		margin-bottom: 0!important
	}
	.mb-lg-10 {
		margin-bottom: 10px !important;
	}
	.mb-lg-15 {
		margin-bottom: 15px !important;
	}
	.mb-lg-20 {
		margin-bottom: 20px !important;
	}
	.mb-lg-30 {
		margin-bottom: 30px !important;
	}
	.mb-lg-40 {
		margin-bottom: 40px !important;
	}
	.mb-lg-50 {
		margin-bottom: 50px !important;
	}
	.mb-lg-60 {
		margin-bottom: 60px !important;
	}
	.mb-lg-70 {
		margin-bottom: 70px !important;
	}
	.mb-lg-80 {
		margin-bottom: 80px !important;
	}
	.mb-lg-90 {
		margin-bottom: 90px !important;
	}
	.mb-lg-100 {
		margin-bottom: 100px !important;
	}
	.mb-lg-110 {
		margin-bottom: 110px !important;
	}
	.mb-lg-120 {
		margin-bottom: 120px !important;
	}
	.mb-lg-130 {
		margin-bottom: 130px !important;
	}
	.mb-lg-140 {
		margin-bottom: 140px !important;
	}
	.mb-lg-150 {
		margin-bottom: 150px !important;
	}
	.mb-lg-160 {
		margin-bottom: 160px !important;
	}
	.mb-lg-170 {
		margin-bottom: 170px !important;
	}
	.mb-lg-180 {
		margin-bottom: 180px !important;
	}
	.mb-lg-190 {
		margin-bottom: 190px !important;
	}
	.mb-lg-200 {
		margin-bottom: 200px !important;
	}
	/* * 5.5 -> Margin left * ----------------------------------------------- */
	.ml-lg-0 {
		margin-left: 0!important
	}
	.ml-lg-10 {
		margin-left: 10px !important;
	}
	.ml-lg-15 {
		margin-left: 15px !important;
	}
	.ml-lg-20 {
		margin-left: 20px !important;
	}
	.ml-lg-30 {
		margin-left: 30px !important;
	}
	.ml-lg-40 {
		margin-left: 40px !important;
	}
	.ml-lg-50 {
		margin-left: 50px !important;
	}
	.ml-lg-60 {
		margin-left: 60px !important;
	}
	.ml-lg-70 {
		margin-left: 70px !important;
	}
	.ml-lg-80 {
		margin-left: 80px !important;
	}
	.ml-lg-90 {
		margin-left: 90px !important;
	}
	.ml-lg-100 {
		margin-left: 100px !important;
	}
	.ml-lg-110 {
		margin-left: 110px !important;
	}
	.ml-lg-120 {
		margin-left: 120px !important;
	}
	.ml-lg-130 {
		margin-left: 130px !important;
	}
	.ml-lg-140 {
		margin-left: 140px !important;
	}
	.ml-lg-150 {
		margin-left: 150px !important;
	}
	.ml-lg-160 {
		margin-left: 160px !important;
	}
	.ml-lg-170 {
		margin-left: 170px !important;
	}
	.ml-lg-180 {
		margin-left: 180px !important;
	}
	.ml-lg-190 {
		margin-left: 190px !important;
	}
	.ml-lg-200 {
		margin-left: 200px !important;
	}
	/* * 5.6 -> Padding top * ----------------------------------------------- */
	.pt-lg-0 {
		padding-top: 0!important
	}
	.pt-lg-10 {
		padding-top: 10px !important;
	}
	.pt-lg-15 {
		padding-top: 15px !important;
	}
	.pt-lg-20 {
		padding-top: 20px !important;
	}
	.pt-lg-30 {
		padding-top: 30px !important;
	}
	.pt-lg-40 {
		padding-top: 40px !important;
	}
	.pt-lg-50 {
		padding-top: 50px !important;
	}
	.pt-lg-60 {
		padding-top: 60px !important;
	}
	.pt-lg-70 {
		padding-top: 70px !important;
	}
	.pt-lg-80 {
		padding-top: 80px !important;
	}
	.pt-lg-90 {
		padding-top: 90px !important;
	}
	.pt-lg-100 {
		padding-top: 100px !important;
	}
	.pt-lg-110 {
		padding-top: 110px !important;
	}
	.pt-lg-120 {
		padding-top: 120px !important;
	}
	.pt-lg-130 {
		padding-top: 130px !important;
	}
	.pt-lg-140 {
		padding-top: 140px !important;
	}
	.pt-lg-150 {
		padding-top: 150px !important;
	}
	.pt-lg-160 {
		padding-top: 160px !important;
	}
	.pt-lg-170 {
		padding-top: 170px !important;
	}
	.pt-lg-180 {
		padding-top: 180px !important;
	}
	.pt-lg-190 {
		padding-top: 190px !important;
	}
	.pt-lg-200 {
		padding-top: 200px !important;
	}
	/* * 5.7 -> Padding right * ----------------------------------------------- */
	.pr-lg-0 {
		padding-right: 0!important
	}
	.pr-lg-10 {
		padding-right: 10px !important;
	}
	.pr-lg-15 {
		padding-right: 15px !important;
	}
	.pr-lg-20 {
		padding-right: 20px !important;
	}
	.pr-lg-30 {
		padding-right: 30px !important;
	}
	.pr-lg-40 {
		padding-right: 40px !important;
	}
	.pr-lg-50 {
		padding-right: 50px !important;
	}
	.pr-lg-60 {
		padding-right: 60px !important;
	}
	.pr-lg-70 {
		padding-right: 70px !important;
	}
	.pr-lg-80 {
		padding-right: 80px !important;
	}
	.pr-lg-90 {
		padding-right: 90px !important;
	}
	.pr-lg-100 {
		padding-right: 100px !important;
	}
	.pr-lg-110 {
		padding-right: 110px !important;
	}
	.pr-lg-120 {
		padding-right: 120px !important;
	}
	.pr-lg-130 {
		padding-right: 130px !important;
	}
	.pr-lg-140 {
		padding-right: 140px !important;
	}
	.pr-lg-150 {
		padding-right: 150px !important;
	}
	.pr-lg-160 {
		padding-right: 160px !important;
	}
	.pr-lg-170 {
		padding-right: 170px !important;
	}
	.pr-lg-180 {
		padding-right: 180px !important;
	}
	.pr-lg-190 {
		padding-right: 190px !important;
	}
	.pr-lg-200 {
		padding-right: 200px !important;
	}
	/* * 5.8 -> Padding bottom * ----------------------------------------------- */
	.pb-lg-0 {
		padding-bottom: 0!important
	}
	.pb-lg-10 {
		padding-bottom: 10px !important;
	}
	.pb-lg-15 {
		padding-bottom: 15px !important;
	}
	.pb-lg-20 {
		padding-bottom: 20px !important;
	}
	.pb-lg-30 {
		padding-bottom: 30px !important;
	}
	.pb-lg-40 {
		padding-bottom: 40px !important;
	}
	.pb-lg-50 {
		padding-bottom: 50px !important;
	}
	.pb-lg-60 {
		padding-bottom: 60px !important;
	}
	.pb-lg-70 {
		padding-bottom: 70px !important;
	}
	.pb-lg-80 {
		padding-bottom: 80px !important;
	}
	.pb-lg-90 {
		padding-bottom: 90px !important;
	}
	.pb-lg-100 {
		padding-bottom: 100px !important;
	}
	.pb-lg-110 {
		padding-bottom: 110px !important;
	}
	.pb-lg-120 {
		padding-bottom: 120px !important;
	}
	.pb-lg-130 {
		padding-bottom: 130px !important;
	}
	.pb-lg-140 {
		padding-bottom: 140px !important;
	}
	.pb-lg-150 {
		padding-bottom: 150px !important;
	}
	.pb-lg-160 {
		padding-bottom: 160px !important;
	}
	.pb-lg-170 {
		padding-bottom: 170px !important;
	}
	.pb-lg-180 {
		padding-bottom: 180px !important;
	}
	.pb-lg-190 {
		padding-bottom: 190px !important;
	}
	.pb-lg-200 {
		padding-bottom: 200px !important;
	}
	/* * 5.9 -> Padding left * ----------------------------------------------- */
	.pl-lg-0 {
		padding-left: 0!important
	}
	.pl-lg-10 {
		padding-left: 10px !important;
	}
	.pl-lg-15 {
		padding-left: 15px !important;
	}
	.pl-lg-20 {
		padding-left: 20px !important;
	}
	.pl-lg-30 {
		padding-left: 30px !important;
	}
	.pl-lg-40 {
		padding-left: 40px !important;
	}
	.pl-lg-50 {
		padding-left: 50px !important;
	}
	.pl-lg-60 {
		padding-left: 60px !important;
	}
	.pl-lg-70 {
		padding-left: 70px !important;
	}
	.pl-lg-80 {
		padding-left: 80px !important;
	}
	.pl-lg-90 {
		padding-left: 90px !important;
	}
	.pl-lg-100 {
		padding-left: 100px !important;
	}
	.pl-lg-110 {
		padding-left: 110px !important;
	}
	.pl-lg-120 {
		padding-left: 120px !important;
	}
	.pl-lg-130 {
		padding-left: 130px !important;
	}
	.pl-lg-140 {
		padding-left: 140px !important;
	}
	.pl-lg-150 {
		padding-left: 150px !important;
	}
	.pl-lg-160 {
		padding-left: 160px !important;
	}
	.pl-lg-170 {
		padding-left: 170px !important;
	}
	.pl-lg-180 {
		padding-left: 180px !important;
	}
	.pl-lg-190 {
		padding-left: 190px !important;
	}
	.pl-lg-200 {
		padding-left: 200px !important;
	}
}


/* * 3 -> md: max-width:991px * ----------------------------------------------- */

@media (max-width:991px) {
	/* * 4.1 -> Basic margin padding * ----------------------------------------------- */
	.m-md-0 {
		margin: 0px !important;
	}
	.m-md-10 {
		margin: 10px !important;
	}
	.m-md-15 {
		margin: 15px !important;
	}
	.m-md-20 {
		margin: 20px !important;
	}
	.m-md-30 {
		margin: 30px !important;
	}
	.m-md-40 {
		margin: 40px !important;
	}
	.m-md-50 {
		margin: 50px !important;
	}
	.m-md-60 {
		margin: 60px !important;
	}
	.m-md-70 {
		margin: 70px !important;
	}
	.m-md-80 {
		margin: 80px !important;
	}
	.m-md-90 {
		margin: 90px !important;
	}
	.m-md-100 {
		margin: 100px !important;
	}
	.m-md-110 {
		margin: 110px !important;
	}
	.m-md-120 {
		margin: 120px !important;
	}
	.m-md-130 {
		margin: 130px !important;
	}
	.m-md-140 {
		margin: 140px !important;
	}
	.m-md-150 {
		margin: 150px !important;
	}
	.m-md-160 {
		margin: 160px !important;
	}
	.m-md-170 {
		margin: 170px !important;
	}
	.m-md-180 {
		margin: 180px !important;
	}
	.m-md-190 {
		margin: 190px !important;
	}
	.m-md-200 {
		margin: 200px !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.p-md-10 {
		padding: 10px !important;
	}
	.p-md-15 {
		padding: 15px !important;
	}
	.p-md-20 {
		padding: 20px !important;
	}
	.p-md-30 {
		padding: 30px !important;
	}
	.p-md-40 {
		padding: 40px !important;
	}
	.p-md-50 {
		padding: 50px !important;
	}
	.p-md-60 {
		padding: 60px !important;
	}
	.p-md-70 {
		padding: 70px !important;
	}
	.p-md-80 {
		padding: 80px !important;
	}
	.p-md-90 {
		padding: 90px !important;
	}
	.p-md-100 {
		padding: 100px !important;
	}
	.p-md-110 {
		padding: 110px !important;
	}
	.p-md-120 {
		padding: 120px !important;
	}
	.p-md-130 {
		padding: 130px !important;
	}
	.p-md-140 {
		padding: 140px !important;
	}
	.p-md-150 {
		padding: 150px !important;
	}
	.p-md-160 {
		padding: 160px !important;
	}
	.p-md-170 {
		padding: 170px !important;
	}
	.p-md-180 {
		padding: 180px !important;
	}
	.p-md-190 {
		padding: 190px !important;
	}
	.p-md-200 {
		padding: 200px !important;
	}
	/* * 4.2 -> Margin top * ----------------------------------------------- */
	.mt-md-0 {
		margin-top: 0 !important;
	}
	.mt-md-10 {
		margin-top: 10px !important;
	}
	.mt-md-15 {
		margin-top: 15px !important;
	}
	.mt-md-20 {
		margin-top: 20px !important;
	}
	.mt-md-30 {
		margin-top: 30px !important;
	}
	.mt-md-40 {
		margin-top: 40px !important;
	}
	.mt-md-50 {
		margin-top: 50px !important;
	}
	.mt-md-60 {
		margin-top: 60px !important;
	}
	.mt-md-70 {
		margin-top: 70px !important;
	}
	.mt-md-80 {
		margin-top: 80px !important;
	}
	.mt-md-90 {
		margin-top: 90px !important;
	}
	.mt-md-100 {
		margin-top: 100px !important;
	}
	.mt-md-110 {
		margin-top: 110px !important;
	}
	.mt-md-120 {
		margin-top: 120px !important;
	}
	.mt-md-130 {
		margin-top: 130px !important;
	}
	.mt-md-140 {
		margin-top: 140px !important;
	}
	.mt-md-150 {
		margin-top: 150px !important;
	}
	.mt-160 {
		margin-top: 160px !important;
	}
	.mt-170 {
		margin-top: 170px !important;
	}
	.mt-180 {
		margin-top: 180px !important;
	}
	.mt-190 {
		margin-top: 190px !important;
	}
	.mt-200 {
		margin-top: 200px !important;
	}
	/* * 4.3 -> Margin right * ----------------------------------------------- */
	.mr-md-0 {
		margin-right: 0!important
	}
	.mr-md-10 {
		margin-right: 10px !important;
	}
	.mr-md-15 {
		margin-right: 15px !important;
	}
	.mr-md-20 {
		margin-right: 20px !important;
	}
	.mr-md-30 {
		margin-right: 30px !important;
	}
	.mr-md-40 {
		margin-right: 40px !important;
	}
	.mr-md-50 {
		margin-right: 50px !important;
	}
	.mr-md-60 {
		margin-right: 60px !important;
	}
	.mr-md-70 {
		margin-right: 70px !important;
	}
	.mr-md-80 {
		margin-right: 80px !important;
	}
	.mr-md-90 {
		margin-right: 90px !important;
	}
	.mr-md-100 {
		margin-right: 100px !important;
	}
	.mr-md-110 {
		margin-right: 110px !important;
	}
	.mr-md-120 {
		margin-right: 120px !important;
	}
	.mr-md-130 {
		margin-right: 130px !important;
	}
	.mr-md-140 {
		margin-right: 140px !important;
	}
	.mr-md-150 {
		margin-right: 150px !important;
	}
	.mr-md-160 {
		margin-right: 160px !important;
	}
	.mr-md-170 {
		margin-right: 170px !important;
	}
	.mr-md-180 {
		margin-right: 180px !important;
	}
	.mr-md-190 {
		margin-right: 190px !important;
	}
	.mr-md-200 {
		margin-right: 200px !important;
	}
	/* * 4.4 -> Margin bottom * ----------------------------------------------- */
	.mb-md-0 {
		margin-bottom: 0!important
	}
	.mb-md-10 {
		margin-bottom: 10px !important;
	}
	.mb-md-15 {
		margin-bottom: 15px !important;
	}
	.mb-md-20 {
		margin-bottom: 20px !important;
	}
	.mb-md-30 {
		margin-bottom: 30px !important;
	}
	.mb-md-40 {
		margin-bottom: 40px !important;
	}
	.mb-md-50 {
		margin-bottom: 50px !important;
	}
	.mb-md-60 {
		margin-bottom: 60px !important;
	}
	.mb-md-70 {
		margin-bottom: 70px !important;
	}
	.mb-md-80 {
		margin-bottom: 80px !important;
	}
	.mb-md-90 {
		margin-bottom: 90px !important;
	}
	.mb-md-100 {
		margin-bottom: 100px !important;
	}
	.mb-md-110 {
		margin-bottom: 110px !important;
	}
	.mb-md-120 {
		margin-bottom: 120px !important;
	}
	.mb-md-130 {
		margin-bottom: 130px !important;
	}
	.mb-md-140 {
		margin-bottom: 140px !important;
	}
	.mb-md-150 {
		margin-bottom: 150px !important;
	}
	.mb-md-160 {
		margin-bottom: 160px !important;
	}
	.mb-md-170 {
		margin-bottom: 170px !important;
	}
	.mb-md-180 {
		margin-bottom: 180px !important;
	}
	.mb-md-190 {
		margin-bottom: 190px !important;
	}
	.mb-md-200 {
		margin-bottom: 200px !important;
	}
	/* * 4.5 -> Margin left * ----------------------------------------------- */
	.ml-md-0 {
		margin-left: 0!important
	}
	.ml-md-10 {
		margin-left: 10px !important;
	}
	.ml-md-15 {
		margin-left: 15px !important;
	}
	.ml-md-20 {
		margin-left: 20px !important;
	}
	.ml-md-30 {
		margin-left: 30px !important;
	}
	.ml-md-40 {
		margin-left: 40px !important;
	}
	.ml-md-50 {
		margin-left: 50px !important;
	}
	.ml-md-60 {
		margin-left: 60px !important;
	}
	.ml-md-70 {
		margin-left: 70px !important;
	}
	.ml-md-80 {
		margin-left: 80px !important;
	}
	.ml-md-90 {
		margin-left: 90px !important;
	}
	.ml-md-100 {
		margin-left: 100px !important;
	}
	.ml-md-110 {
		margin-left: 110px !important;
	}
	.ml-md-120 {
		margin-left: 120px !important;
	}
	.ml-md-130 {
		margin-left: 130px !important;
	}
	.ml-md-140 {
		margin-left: 140px !important;
	}
	.ml-md-150 {
		margin-left: 150px !important;
	}
	.ml-md-160 {
		margin-left: 160px !important;
	}
	.ml-md-170 {
		margin-left: 170px !important;
	}
	.ml-md-180 {
		margin-left: 180px !important;
	}
	.ml-md-190 {
		margin-left: 190px !important;
	}
	.ml-md-200 {
		margin-left: 200px !important;
	}
	/* * 4.6 -> Padding top * ----------------------------------------------- */
	.pt-md-0 {
		padding-top: 0!important
	}
	.pt-md-10 {
		padding-top: 10px !important;
	}
	.pt-md-15 {
		padding-top: 15px !important;
	}
	.pt-md-20 {
		padding-top: 20px !important;
	}
	.pt-md-30 {
		padding-top: 30px !important;
	}
	.pt-md-40 {
		padding-top: 40px !important;
	}
	.pt-md-50 {
		padding-top: 50px !important;
	}
	.pt-md-60 {
		padding-top: 60px !important;
	}
	.pt-md-70 {
		padding-top: 70px !important;
	}
	.pt-md-80 {
		padding-top: 80px !important;
	}
	.pt-md-90 {
		padding-top: 90px !important;
	}
	.pt-md-100 {
		padding-top: 100px !important;
	}
	.pt-md-110 {
		padding-top: 110px !important;
	}
	.pt-md-120 {
		padding-top: 120px !important;
	}
	.pt-md-130 {
		padding-top: 130px !important;
	}
	.pt-md-140 {
		padding-top: 140px !important;
	}
	.pt-md-150 {
		padding-top: 150px !important;
	}
	.pt-md-160 {
		padding-top: 160px !important;
	}
	.pt-md-170 {
		padding-top: 170px !important;
	}
	.pt-md-180 {
		padding-top: 180px !important;
	}
	.pt-md-190 {
		padding-top: 190px !important;
	}
	.pt-md-200 {
		padding-top: 200px !important;
	}
	/* * 4.7 -> Padding right * ----------------------------------------------- */
	.pr-md-0 {
		padding-right: 0!important
	}
	.pr-md-10 {
		padding-right: 10px !important;
	}
	.pr-md-15 {
		padding-right: 15px !important;
	}
	.pr-md-20 {
		padding-right: 20px !important;
	}
	.pr-md-30 {
		padding-right: 30px !important;
	}
	.pr-md-40 {
		padding-right: 40px !important;
	}
	.pr-md-50 {
		padding-right: 50px !important;
	}
	.pr-md-60 {
		padding-right: 60px !important;
	}
	.pr-md-70 {
		padding-right: 70px !important;
	}
	.pr-md-80 {
		padding-right: 80px !important;
	}
	.pr-md-90 {
		padding-right: 90px !important;
	}
	.pr-md-100 {
		padding-right: 100px !important;
	}
	.pr-md-110 {
		padding-right: 110px !important;
	}
	.pr-md-120 {
		padding-right: 120px !important;
	}
	.pr-md-130 {
		padding-right: 130px !important;
	}
	.pr-md-140 {
		padding-right: 140px !important;
	}
	.pr-md-150 {
		padding-right: 150px !important;
	}
	.pr-md-160 {
		padding-right: 160px !important;
	}
	.pr-md-170 {
		padding-right: 170px !important;
	}
	.pr-md-180 {
		padding-right: 180px !important;
	}
	.pr-md-190 {
		padding-right: 190px !important;
	}
	.pr-md-200 {
		padding-right: 200px !important;
	}
	/* * 4.8 -> Padding bottom * ----------------------------------------------- */
	.pb-md-0 {
		padding-bottom: 0!important
	}
	.pb-md-10 {
		padding-bottom: 10px !important;
	}
	.pb-md-15 {
		padding-bottom: 15px !important;
	}
	.pb-md-20 {
		padding-bottom: 20px !important;
	}
	.pb-md-30 {
		padding-bottom: 30px !important;
	}
	.pb-md-40 {
		padding-bottom: 40px !important;
	}
	.pb-md-50 {
		padding-bottom: 50px !important;
	}
	.pb-md-60 {
		padding-bottom: 60px !important;
	}
	.pb-md-70 {
		padding-bottom: 70px !important;
	}
	.pb-md-80 {
		padding-bottom: 80px !important;
	}
	.pb-md-90 {
		padding-bottom: 90px !important;
	}
	.pb-md-100 {
		padding-bottom: 100px !important;
	}
	.pb-md-110 {
		padding-bottom: 110px !important;
	}
	.pb-md-120 {
		padding-bottom: 120px !important;
	}
	.pb-md-130 {
		padding-bottom: 130px !important;
	}
	.pb-md-140 {
		padding-bottom: 140px !important;
	}
	.pb-md-150 {
		padding-bottom: 150px !important;
	}
	.pb-md-160 {
		padding-bottom: 160px !important;
	}
	.pb-md-170 {
		padding-bottom: 170px !important;
	}
	.pb-md-180 {
		padding-bottom: 180px !important;
	}
	.pb-md-190 {
		padding-bottom: 190px !important;
	}
	.pb-md-200 {
		padding-bottom: 200px !important;
	}
	/* * 4.9 -> Padding left * ----------------------------------------------- */
	.pl-md-0 {
		padding-left: 0!important
	}
	.pl-md-10 {
		padding-left: 10px !important;
	}
	.pl-md-15 {
		padding-left: 15px !important;
	}
	.pl-md-20 {
		padding-left: 20px !important;
	}
	.pl-md-30 {
		padding-left: 30px !important;
	}
	.pl-md-40 {
		padding-left: 40px !important;
	}
	.pl-md-50 {
		padding-left: 50px !important;
	}
	.pl-md-60 {
		padding-left: 60px !important;
	}
	.pl-md-70 {
		padding-left: 70px !important;
	}
	.pl-md-80 {
		padding-left: 80px !important;
	}
	.pl-md-90 {
		padding-left: 90px !important;
	}
	.pl-md-100 {
		padding-left: 100px !important;
	}
	.pl-md-110 {
		padding-left: 110px !important;
	}
	.pl-md-120 {
		padding-left: 120px !important;
	}
	.pl-md-130 {
		padding-left: 130px !important;
	}
	.pl-md-140 {
		padding-left: 140px !important;
	}
	.pl-md-150 {
		padding-left: 150px !important;
	}
	.pl-md-160 {
		padding-left: 160px !important;
	}
	.pl-md-170 {
		padding-left: 170px !important;
	}
	.pl-md-180 {
		padding-left: 180px !important;
	}
	.pl-md-190 {
		padding-left: 190px !important;
	}
	.pl-md-200 {
		padding-left: 200px !important;
	}
}


/* * 4 -> sm: max-width 767px * ----------------------------------------------- */

@media (max-width:767px) {
	/* * 3.1 -> Basic margin padding * ----------------------------------------------- */
	.m-sm-0 {
		margin: 0px !important;
	}
	.m-sm-10 {
		margin: 10px !important;
	}
	.m-sm-15 {
		margin: 15px !important;
	}
	.m-sm-20 {
		margin: 20px !important;
	}
	.m-sm-30 {
		margin: 30px !important;
	}
	.m-sm-40 {
		margin: 40px !important;
	}
	.m-sm-50 {
		margin: 50px !important;
	}
	.m-sm-60 {
		margin: 60px !important;
	}
	.m-sm-70 {
		margin: 70px !important;
	}
	.m-sm-80 {
		margin: 80px !important;
	}
	.m-sm-90 {
		margin: 90px !important;
	}
	.m-sm-100 {
		margin: 100px !important;
	}
	.m-sm-110 {
		margin: 110px !important;
	}
	.m-sm-120 {
		margin: 120px !important;
	}
	.m-sm-130 {
		margin: 130px !important;
	}
	.m-sm-140 {
		margin: 140px !important;
	}
	.m-sm-150 {
		margin: 150px !important;
	}
	.m-sm-160 {
		margin: 160px !important;
	}
	.m-sm-170 {
		margin: 170px !important;
	}
	.m-sm-180 {
		margin: 180px !important;
	}
	.m-sm-190 {
		margin: 190px !important;
	}
	.m-sm-200 {
		margin: 200px !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.p-sm-10 {
		padding: 10px !important;
	}
	.p-sm-15 {
		padding: 15px !important;
	}
	.p-sm-20 {
		padding: 20px !important;
	}
	.p-sm-30 {
		padding: 30px !important;
	}
	.p-sm-40 {
		padding: 40px !important;
	}
	.p-sm-50 {
		padding: 50px !important;
	}
	.p-sm-60 {
		padding: 60px !important;
	}
	.p-sm-70 {
		padding: 70px !important;
	}
	.p-sm-80 {
		padding: 80px !important;
	}
	.p-sm-90 {
		padding: 90px !important;
	}
	.p-sm-100 {
		padding: 100px !important;
	}
	.p-sm-110 {
		padding: 110px !important;
	}
	.p-sm-120 {
		padding: 120px !important;
	}
	.p-sm-130 {
		padding: 130px !important;
	}
	.p-sm-140 {
		padding: 140px !important;
	}
	.p-sm-150 {
		padding: 150px !important;
	}
	.p-sm-160 {
		padding: 160px !important;
	}
	.p-sm-170 {
		padding: 170px !important;
	}
	.p-sm-180 {
		padding: 180px !important;
	}
	.p-sm-190 {
		padding: 190px !important;
	}
	.p-sm-200 {
		padding: 200px !important;
	}
	/* * 3.2 -> Margin top * ----------------------------------------------- */
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.mt-sm-10 {
		margin-top: 10px !important;
	}
	.mt-sm-15 {
		margin-top: 15px !important;
	}
	.mt-sm-20 {
		margin-top: 20px !important;
	}
	.mt-sm-30 {
		margin-top: 30px !important;
	}
	.mt-sm-40 {
		margin-top: 40px !important;
	}
	.mt-sm-50 {
		margin-top: 50px !important;
	}
	.mt-sm-60 {
		margin-top: 60px !important;
	}
	.mt-sm-70 {
		margin-top: 70px !important;
	}
	.mt-sm-80 {
		margin-top: 80px !important;
	}
	.mt-sm-90 {
		margin-top: 90px !important;
	}
	.mt-sm-100 {
		margin-top: 100px !important;
	}
	.mt-sm-110 {
		margin-top: 110px !important;
	}
	.mt-sm-120 {
		margin-top: 120px !important;
	}
	.mt-sm-130 {
		margin-top: 130px !important;
	}
	.mt-sm-140 {
		margin-top: 140px !important;
	}
	.mt-sm-150 {
		margin-top: 150px !important;
	}
	.mt-sm-160 {
		margin-top: 160px !important;
	}
	.mt-sm-170 {
		margin-top: 170px !important;
	}
	.mt-sm-180 {
		margin-top: 180px !important;
	}
	.mt-sm-190 {
		margin-top: 190px !important;
	}
	.mt-sm-200 {
		margin-top: 200px !important;
	}
	/* * 3.3 -> Margin right * ----------------------------------------------- */
	.mr-sm-0 {
		margin-right: 0!important
	}
	.mr-sm-10 {
		margin-right: 10px !important;
	}
	.mr-sm-15 {
		margin-right: 15px !important;
	}
	.mr-sm-20 {
		margin-right: 20px !important;
	}
	.mr-sm-30 {
		margin-right: 30px !important;
	}
	.mr-sm-40 {
		margin-right: 40px !important;
	}
	.mr-sm-50 {
		margin-right: 50px !important;
	}
	.mr-sm-60 {
		margin-right: 60px !important;
	}
	.mr-sm-70 {
		margin-right: 70px !important;
	}
	.mr-sm-80 {
		margin-right: 80px !important;
	}
	.mr-sm-90 {
		margin-right: 90px !important;
	}
	.mr-sm-100 {
		margin-right: 100px !important;
	}
	.mr-sm-110 {
		margin-right: 110px !important;
	}
	.mr-sm-120 {
		margin-right: 120px !important;
	}
	.mr-sm-130 {
		margin-right: 130px !important;
	}
	.mr-sm-140 {
		margin-right: 140px !important;
	}
	.mr-sm-150 {
		margin-right: 150px !important;
	}
	.mr-sm-160 {
		margin-right: 160px !important;
	}
	.mr-sm-170 {
		margin-right: 170px !important;
	}
	.mr-sm-180 {
		margin-right: 180px !important;
	}
	.mr-sm-190 {
		margin-right: 190px !important;
	}
	.mr-sm-200 {
		margin-right: 200px !important;
	}
	/* * 3.4 -> Margin bottom * ----------------------------------------------- */
	.mb-sm-0 {
		margin-bottom: 0!important
	}
	.mb-sm-10 {
		margin-bottom: 10px !important;
	}
	.mb-sm-15 {
		margin-bottom: 15px !important;
	}
	.mb-sm-20 {
		margin-bottom: 20px !important;
	}
	.mb-sm-30 {
		margin-bottom: 30px !important;
	}
	.mb-sm-40 {
		margin-bottom: 40px !important;
	}
	.mb-sm-50 {
		margin-bottom: 50px !important;
	}
	.mb-sm-60 {
		margin-bottom: 60px !important;
	}
	.mb-sm-70 {
		margin-bottom: 70px !important;
	}
	.mb-sm-80 {
		margin-bottom: 80px !important;
	}
	.mb-sm-90 {
		margin-bottom: 90px !important;
	}
	.mb-sm-100 {
		margin-bottom: 100px !important;
	}
	.mb-sm-110 {
		margin-bottom: 110px !important;
	}
	.mb-sm-120 {
		margin-bottom: 120px !important;
	}
	.mb-sm-130 {
		margin-bottom: 130px !important;
	}
	.mb-sm-140 {
		margin-bottom: 140px !important;
	}
	.mb-sm-150 {
		margin-bottom: 150px !important;
	}
	.mb-sm-160 {
		margin-bottom: 160px !important;
	}
	.mb-sm-170 {
		margin-bottom: 170px !important;
	}
	.mb-sm-180 {
		margin-bottom: 180px !important;
	}
	.mb-sm-190 {
		margin-bottom: 190px !important;
	}
	.mb-sm-200 {
		margin-bottom: 200px !important;
	}
	/* * 3.5 -> Margin left * ----------------------------------------------- */
	.ml-sm-0 {
		margin-left: 0!important
	}
	.ml-sm-10 {
		margin-left: 10px !important;
	}
	.ml-sm-15 {
		margin-left: 15px !important;
	}
	.ml-sm-20 {
		margin-left: 20px !important;
	}
	.ml-sm-30 {
		margin-left: 30px !important;
	}
	.ml-sm-40 {
		margin-left: 40px !important;
	}
	.ml-sm-50 {
		margin-left: 50px !important;
	}
	.ml-sm-60 {
		margin-left: 60px !important;
	}
	.ml-sm-70 {
		margin-left: 70px !important;
	}
	.ml-sm-80 {
		margin-left: 80px !important;
	}
	.ml-sm-90 {
		margin-left: 90px !important;
	}
	.ml-sm-100 {
		margin-left: 100px !important;
	}
	.ml-sm-110 {
		margin-left: 110px !important;
	}
	.ml-sm-120 {
		margin-left: 120px !important;
	}
	.ml-sm-130 {
		margin-left: 130px !important;
	}
	.ml-sm-140 {
		margin-left: 140px !important;
	}
	.ml-sm-150 {
		margin-left: 150px !important;
	}
	.ml-sm-160 {
		margin-left: 160px !important;
	}
	.ml-sm-170 {
		margin-left: 170px !important;
	}
	.ml-sm-180 {
		margin-left: 180px !important;
	}
	.ml-sm-190 {
		margin-left: 190px !important;
	}
	.ml-sm-200 {
		margin-left: 200px !important;
	}
	/* * 3.6 -> Padding top * ----------------------------------------------- */
	.pt-sm-0 {
		padding-top: 0!important
	}
	.pt-sm-10 {
		padding-top: 10px !important;
	}
	.pt-sm-15 {
		padding-top: 15px !important;
	}
	.pt-sm-20 {
		padding-top: 20px !important;
	}
	.pt-sm-30 {
		padding-top: 30px !important;
	}
	.pt-sm-40 {
		padding-top: 40px !important;
	}
	.pt-sm-50 {
		padding-top: 50px !important;
	}
	.pt-sm-60 {
		padding-top: 60px !important;
	}
	.pt-sm-70 {
		padding-top: 70px !important;
	}
	.pt-sm-80 {
		padding-top: 80px !important;
	}
	.pt-sm-90 {
		padding-top: 90px !important;
	}
	.pt-sm-100 {
		padding-top: 100px !important;
	}
	.pt-sm-110 {
		padding-top: 110px !important;
	}
	.pt-sm-120 {
		padding-top: 120px !important;
	}
	.pt-sm-130 {
		padding-top: 130px !important;
	}
	.pt-sm-140 {
		padding-top: 140px !important;
	}
	.pt-sm-150 {
		padding-top: 150px !important;
	}
	.pt-sm-160 {
		padding-top: 160px !important;
	}
	.pt-sm-170 {
		padding-top: 170px !important;
	}
	.pt-sm-180 {
		padding-top: 180px !important;
	}
	.pt-sm-190 {
		padding-top: 190px !important;
	}
	.pt-sm-200 {
		padding-top: 200px !important;
	}
	/* * 3.7 -> Padding right * ----------------------------------------------- */
	.pr-sm-0 {
		padding-right: 0!important
	}
	.pr-sm-10 {
		padding-right: 10px !important;
	}
	.pr-sm-15 {
		padding-right: 15px !important;
	}
	.pr-sm-20 {
		padding-right: 20px !important;
	}
	.pr-sm-30 {
		padding-right: 30px !important;
	}
	.pr-sm-40 {
		padding-right: 40px !important;
	}
	.pr-sm-50 {
		padding-right: 50px !important;
	}
	.pr-sm-60 {
		padding-right: 60px !important;
	}
	.pr-sm-70 {
		padding-right: 70px !important;
	}
	.pr-sm-80 {
		padding-right: 80px !important;
	}
	.pr-sm-90 {
		padding-right: 90px !important;
	}
	.pr-sm-100 {
		padding-right: 100px !important;
	}
	.pr-sm-110 {
		padding-right: 110px !important;
	}
	.pr-sm-120 {
		padding-right: 120px !important;
	}
	.pr-sm-130 {
		padding-right: 130px !important;
	}
	.pr-sm-140 {
		padding-right: 140px !important;
	}
	.pr-sm-150 {
		padding-right: 150px !important;
	}
	.pr-sm-160 {
		padding-right: 160px !important;
	}
	.pr-sm-170 {
		padding-right: 170px !important;
	}
	.pr-sm-180 {
		padding-right: 180px !important;
	}
	.pr-sm-190 {
		padding-right: 190px !important;
	}
	.pr-sm-200 {
		padding-right: 200px !important;
	}
	/* * 3.8 -> Padding bottom * ----------------------------------------------- */
	.pb-sm-0 {
		padding-bottom: 0!important
	}
	.pb-sm-10 {
		padding-bottom: 10px !important;
	}
	.pb-sm-15 {
		padding-bottom: 15px !important;
	}
	.pb-sm-20 {
		padding-bottom: 20px !important;
	}
	.pb-sm-30 {
		padding-bottom: 30px !important;
	}
	.pb-sm-40 {
		padding-bottom: 40px !important;
	}
	.pb-sm-50 {
		padding-bottom: 50px !important;
	}
	.pb-sm-60 {
		padding-bottom: 60px !important;
	}
	.pb-sm-70 {
		padding-bottom: 70px !important;
	}
	.pb-sm-80 {
		padding-bottom: 80px !important;
	}
	.pb-sm-90 {
		padding-bottom: 90px !important;
	}
	.pb-sm-100 {
		padding-bottom: 100px !important;
	}
	.pb-sm-110 {
		padding-bottom: 110px !important;
	}
	.pb-sm-120 {
		padding-bottom: 120px !important;
	}
	.pb-sm-130 {
		padding-bottom: 130px !important;
	}
	.pb-sm-140 {
		padding-bottom: 140px !important;
	}
	.pb-sm-150 {
		padding-bottom: 150px !important;
	}
	.pb-sm-160 {
		padding-bottom: 160px !important;
	}
	.pb-sm-170 {
		padding-bottom: 170px !important;
	}
	.pb-sm-180 {
		padding-bottom: 180px !important;
	}
	.pb-sm-190 {
		padding-bottom: 190px !important;
	}
	.pb-sm-200 {
		padding-bottom: 200px !important;
	}
	/* * 3.9 -> Padding left * ----------------------------------------------- */
	.pl-sm-0 {
		padding-left: 0!important
	}
	.pl-sm-10 {
		padding-left: 10px !important;
	}
	.pl-sm-15 {
		padding-left: 15px !important;
	}
	.pl-sm-20 {
		padding-left: 20px !important;
	}
	.pl-sm-30 {
		padding-left: 30px !important;
	}
	.pl-sm-40 {
		padding-left: 40px !important;
	}
	.pl-sm-50 {
		padding-left: 50px !important;
	}
	.pl-sm-60 {
		padding-left: 60px !important;
	}
	.pl-sm-70 {
		padding-left: 70px !important;
	}
	.pl-sm-80 {
		padding-left: 80px !important;
	}
	.pl-sm-90 {
		padding-left: 90px !important;
	}
	.pl-sm-100 {
		padding-left: 100px !important;
	}
	.pl-sm-110 {
		padding-left: 110px !important;
	}
	.pl-sm-120 {
		padding-left: 120px !important;
	}
	.pl-sm-130 {
		padding-left: 130px !important;
	}
	.pl-sm-140 {
		padding-left: 140px !important;
	}
	.pl-sm-150 {
		padding-left: 150px !important;
	}
	.pl-sm-160 {
		padding-left: 160px !important;
	}
	.pl-sm-170 {
		padding-left: 170px !important;
	}
	.pl-sm-180 {
		padding-left: 180px !important;
	}
	.pl-sm-190 {
		padding-left: 190px !important;
	}
	.pl-sm-200 {
		padding-left: 200px !important;
	}
}


/* * 5 -> xs: max-width 479px * ----------------------------------------------- */

@media (max-width:479px) {
	/* * 2.1 -> Basic margin padding * ----------------------------------------------- */
	.m-xs-0 {
		margin: 0px !important;
	}
	.m-xs-10 {
		margin: 10px !important;
	}
	.m-xs-15 {
		margin: 15px !important;
	}
	.m-xs-20 {
		margin: 20px !important;
	}
	.m-xs-30 {
		margin: 30px !important;
	}
	.m-xs-40 {
		margin: 40px !important;
	}
	.m-xs-50 {
		margin: 50px !important;
	}
	.m-xs-60 {
		margin: 60px !important;
	}
	.m-xs-70 {
		margin: 70px !important;
	}
	.m-xs-80 {
		margin: 80px !important;
	}
	.m-xs-90 {
		margin: 90px !important;
	}
	.m-xs-100 {
		margin: 100px !important;
	}
	.m-xs-110 {
		margin: 110px !important;
	}
	.m-xs-120 {
		margin: 120px !important;
	}
	.m-xs-130 {
		margin: 130px !important;
	}
	.m-xs-140 {
		margin: 140px !important;
	}
	.m-xs-150 {
		margin: 150px !important;
	}
	.m-xs-160 {
		margin: 160px !important;
	}
	.m-xs-170 {
		margin: 170px !important;
	}
	.m-xs-180 {
		margin: 180px !important;
	}
	.m-xs-190 {
		margin: 190px !important;
	}
	.m-xs-200 {
		margin: 200px !important;
	}
	.p-xs-0 {
		padding: 0 !important;
	}
	.p-xs-10 {
		padding: 10px !important;
	}
	.p-xs-15 {
		padding: 15px !important;
	}
	.p-xs-20 {
		padding: 20px !important;
	}
	.p-xs-30 {
		padding: 30px !important;
	}
	.p-xs-40 {
		padding: 40px !important;
	}
	.p-xs-50 {
		padding: 50px !important;
	}
	.p-xs-60 {
		padding: 60px !important;
	}
	.p-xs-70 {
		padding: 70px !important;
	}
	.p-xs-80 {
		padding: 80px !important;
	}
	.p-xs-90 {
		padding: 90px !important;
	}
	.p-xs-100 {
		padding: 100px !important;
	}
	.p-xs-110 {
		padding: 110px !important;
	}
	.p-xs-120 {
		padding: 120px !important;
	}
	.p-xs-130 {
		padding: 130px !important;
	}
	.p-xs-140 {
		padding: 140px !important;
	}
	.p-xs-150 {
		padding: 150px !important;
	}
	.p-xs-160 {
		padding: 160px !important;
	}
	.p-xs-170 {
		padding: 170px !important;
	}
	.p-xs-180 {
		padding: 180px !important;
	}
	.p-xs-190 {
		padding: 190px !important;
	}
	.p-xs-200 {
		padding: 200px !important;
	}
	/* * 2.2 -> Margin top * ----------------------------------------------- */
	.mt-xs-0 {
		margin-top: 0 !important;
	}
	.mt-xs-10 {
		margin-top: 10px !important;
	}
	.mt-xs-15 {
		margin-top: 15px !important;
	}
	.mt-xs-20 {
		margin-top: 20px !important;
	}
	.mt-xs-30 {
		margin-top: 30px !important;
	}
	.mt-xs-40 {
		margin-top: 40px !important;
	}
	.mt-xs-50 {
		margin-top: 50px !important;
	}
	.mt-xs-60 {
		margin-top: 60px !important;
	}
	.mt-xs-70 {
		margin-top: 70px !important;
	}
	.mt-xs-80 {
		margin-top: 80px !important;
	}
	.mt-xs-90 {
		margin-top: 90px !important;
	}
	.mt-xs-100 {
		margin-top: 100px !important;
	}
	.mt-xs-110 {
		margin-top: 110px !important;
	}
	.mt-xs-120 {
		margin-top: 120px !important;
	}
	.mt-xs-130 {
		margin-top: 130px !important;
	}
	.mt-xs-140 {
		margin-top: 140px !important;
	}
	.mt-xs-150 {
		margin-top: 150px !important;
	}
	.mt-xs-160 {
		margin-top: 160px !important;
	}
	.mt-xs-170 {
		margin-top: 170px !important;
	}
	.mt-xs-180 {
		margin-top: 180px !important;
	}
	.mt-xs-190 {
		margin-top: 190px !important;
	}
	.mt-xs-200 {
		margin-top: 200px !important;
	}
	/* * 2.3 -> Margin right * ----------------------------------------------- */
	.mr-xs-0 {
		margin-right: 0!important
	}
	.mr-xs-10 {
		margin-right: 10px !important;
	}
	.mr-xs-15 {
		margin-right: 15px !important;
	}
	.mr-xs-20 {
		margin-right: 20px !important;
	}
	.mr-xs-30 {
		margin-right: 30px !important;
	}
	.mr-xs-40 {
		margin-right: 40px !important;
	}
	.mr-xs-50 {
		margin-right: 50px !important;
	}
	.mr-xs-60 {
		margin-right: 60px !important;
	}
	.mr-xs-70 {
		margin-right: 70px !important;
	}
	.mr-xs-80 {
		margin-right: 80px !important;
	}
	.mr-xs-90 {
		margin-right: 90px !important;
	}
	.mr-xs-100 {
		margin-right: 100px !important;
	}
	.mr-xs-110 {
		margin-right: 110px !important;
	}
	.mr-xs-120 {
		margin-right: 120px !important;
	}
	.mr-xs-130 {
		margin-right: 130px !important;
	}
	.mr-xs-140 {
		margin-right: 140px !important;
	}
	.mr-xs-150 {
		margin-right: 150px !important;
	}
	.mr-xs-160 {
		margin-right: 160px !important;
	}
	.mr-xs-170 {
		margin-right: 170px !important;
	}
	.mr-xs-180 {
		margin-right: 180px !important;
	}
	.mr-xs-190 {
		margin-right: 190px !important;
	}
	.mr-xs-200 {
		margin-right: 200px !important;
	}
	/* * 2.4 -> Margin bottom * ----------------------------------------------- */
	.mb-xs-0 {
		margin-bottom: 0!important
	}
	.mb-xs-10 {
		margin-bottom: 10px !important;
	}
	.mb-xs-15 {
		margin-bottom: 15px !important;
	}
	.mb-xs-20 {
		margin-bottom: 20px !important;
	}
	.mb-xs-30 {
		margin-bottom: 30px !important;
	}
	.mb-xs-40 {
		margin-bottom: 40px !important;
	}
	.mb-xs-50 {
		margin-bottom: 50px !important;
	}
	.mb-xs-60 {
		margin-bottom: 60px !important;
	}
	.mb-xs-70 {
		margin-bottom: 70px !important;
	}
	.mb-xs-80 {
		margin-bottom: 80px !important;
	}
	.mb-xs-90 {
		margin-bottom: 90px !important;
	}
	.mb-xs-100 {
		margin-bottom: 100px !important;
	}
	.mb-xs-110 {
		margin-bottom: 110px !important;
	}
	.mb-xs-120 {
		margin-bottom: 120px !important;
	}
	.mb-xs-130 {
		margin-bottom: 130px !important;
	}
	.mb-xs-140 {
		margin-bottom: 140px !important;
	}
	.mb-xs-150 {
		margin-bottom: 150px !important;
	}
	.mb-xs-160 {
		margin-bottom: 160px !important;
	}
	.mb-xs-170 {
		margin-bottom: 170px !important;
	}
	.mb-xs-180 {
		margin-bottom: 180px !important;
	}
	.mb-xs-190 {
		margin-bottom: 190px !important;
	}
	.mb-xs-200 {
		margin-bottom: 200px !important;
	}
	/* * 2.5 -> Margin left * ----------------------------------------------- */
	.ml-xs-0 {
		margin-left: 0!important
	}
	.ml-xs-10 {
		margin-left: 10px !important;
	}
	.ml-xs-15 {
		margin-left: 15px !important;
	}
	.ml-xs-20 {
		margin-left: 20px !important;
	}
	.ml-xs-30 {
		margin-left: 30px !important;
	}
	.ml-xs-40 {
		margin-left: 40px !important;
	}
	.ml-xs-50 {
		margin-left: 50px !important;
	}
	.ml-xs-60 {
		margin-left: 60px !important;
	}
	.ml-xs-70 {
		margin-left: 70px !important;
	}
	.ml-xs-80 {
		margin-left: 80px !important;
	}
	.ml-xs-90 {
		margin-left: 90px !important;
	}
	.ml-xs-100 {
		margin-left: 100px !important;
	}
	.ml-xs-110 {
		margin-left: 110px !important;
	}
	.ml-xs-120 {
		margin-left: 120px !important;
	}
	.ml-xs-130 {
		margin-left: 130px !important;
	}
	.ml-xs-140 {
		margin-left: 140px !important;
	}
	.ml-xs-150 {
		margin-left: 150px !important;
	}
	.ml-xs-160 {
		margin-left: 160px !important;
	}
	.ml-xs-170 {
		margin-left: 170px !important;
	}
	.ml-xs-180 {
		margin-left: 180px !important;
	}
	.ml-xs-190 {
		margin-left: 190px !important;
	}
	.ml-xs-200 {
		margin-left: 200px !important;
	}
	/* * 2.6 -> Padding top * ----------------------------------------------- */
	.pt-xs-0 {
		padding-top: 0!important
	}
	.pt-xs-10 {
		padding-top: 10px !important;
	}
	.pt-xs-15 {
		padding-top: 15px !important;
	}
	.pt-xs-20 {
		padding-top: 20px !important;
	}
	.pt-xs-30 {
		padding-top: 30px !important;
	}
	.pt-xs-40 {
		padding-top: 40px !important;
	}
	.pt-xs-50 {
		padding-top: 50px !important;
	}
	.pt-xs-60 {
		padding-top: 60px !important;
	}
	.pt-xs-70 {
		padding-top: 70px !important;
	}
	.pt-xs-80 {
		padding-top: 80px !important;
	}
	.pt-xs-90 {
		padding-top: 90px !important;
	}
	.pt-xs-100 {
		padding-top: 100px !important;
	}
	.pt-xs-110 {
		padding-top: 110px !important;
	}
	.pt-xs-120 {
		padding-top: 120px !important;
	}
	.pt-xs-130 {
		padding-top: 130px !important;
	}
	.pt-xs-140 {
		padding-top: 140px !important;
	}
	.pt-xs-150 {
		padding-top: 150px !important;
	}
	.pt-xs-160 {
		padding-top: 160px !important;
	}
	.pt-xs-170 {
		padding-top: 170px !important;
	}
	.pt-xs-180 {
		padding-top: 180px !important;
	}
	.pt-xs-190 {
		padding-top: 190px !important;
	}
	.pt-xs-200 {
		padding-top: 200px !important;
	}
	/* * 2.7 -> Padding right * ----------------------------------------------- */
	.pr-xs-0 {
		padding-right: 0!important
	}
	.pr-xs-10 {
		padding-right: 10px !important;
	}
	.pr-xs-15 {
		padding-right: 15px !important;
	}
	.pr-xs-20 {
		padding-right: 20px !important;
	}
	.pr-xs-30 {
		padding-right: 30px !important;
	}
	.pr-xs-40 {
		padding-right: 40px !important;
	}
	.pr-xs-50 {
		padding-right: 50px !important;
	}
	.pr-xs-60 {
		padding-right: 60px !important;
	}
	.pr-xs-70 {
		padding-right: 70px !important;
	}
	.pr-xs-80 {
		padding-right: 80px !important;
	}
	.pr-xs-90 {
		padding-right: 90px !important;
	}
	.pr-xs-100 {
		padding-right: 100px !important;
	}
	.pr-xs-110 {
		padding-right: 110px !important;
	}
	.pr-xs-120 {
		padding-right: 120px !important;
	}
	.pr-xs-130 {
		padding-right: 130px !important;
	}
	.pr-xs-140 {
		padding-right: 140px !important;
	}
	.pr-xs-150 {
		padding-right: 150px !important;
	}
	.pr-xs-160 {
		padding-right: 160px !important;
	}
	.pr-xs-170 {
		padding-right: 170px !important;
	}
	.pr-xs-180 {
		padding-right: 180px !important;
	}
	.pr-xs-190 {
		padding-right: 190px !important;
	}
	.pr-xs-200 {
		padding-right: 200px !important;
	}
	/* * 2.8 -> Padding bottom * ----------------------------------------------- */
	.pb-xs-0 {
		padding-bottom: 0!important
	}
	.pb-xs-10 {
		padding-bottom: 10px !important;
	}
	.pb-xs-15 {
		padding-bottom: 15px !important;
	}
	.pb-xs-20 {
		padding-bottom: 20px !important;
	}
	.pb-xs-30 {
		padding-bottom: 30px !important;
	}
	.pb-xs-40 {
		padding-bottom: 40px !important;
	}
	.pb-xs-50 {
		padding-bottom: 50px !important;
	}
	.pb-xs-60 {
		padding-bottom: 60px !important;
	}
	.pb-xs-70 {
		padding-bottom: 70px !important;
	}
	.pb-xs-80 {
		padding-bottom: 80px !important;
	}
	.pb-xs-90 {
		padding-bottom: 90px !important;
	}
	.pb-xs-100 {
		padding-bottom: 100px !important;
	}
	.pb-xs-110 {
		padding-bottom: 110px !important;
	}
	.pb-xs-120 {
		padding-bottom: 120px !important;
	}
	.pb-xs-130 {
		padding-bottom: 130px !important;
	}
	.pb-xs-140 {
		padding-bottom: 140px !important;
	}
	.pb-xs-150 {
		padding-bottom: 150px !important;
	}
	.pb-xs-160 {
		padding-bottom: 160px !important;
	}
	.pb-xs-170 {
		padding-bottom: 170px !important;
	}
	.pb-xs-180 {
		padding-bottom: 180px !important;
	}
	.pb-xs-190 {
		padding-bottom: 190px !important;
	}
	.pb-xs-200 {
		padding-bottom: 200px !important;
	}
	/* * 2.9 -> Padding left * ----------------------------------------------- */
	.pl-xs-0 {
		padding-left: 0!important
	}
	.pl-xs-10 {
		padding-left: 10px !important;
	}
	.pl-xs-15 {
		padding-left: 15px !important;
	}
	.pl-xs-20 {
		padding-left: 20px !important;
	}
	.pl-xs-30 {
		padding-left: 30px !important;
	}
	.pl-xs-40 {
		padding-left: 40px !important;
	}
	.pl-xs-50 {
		padding-left: 50px !important;
	}
	.pl-xs-60 {
		padding-left: 60px !important;
	}
	.pl-xs-70 {
		padding-left: 70px !important;
	}
	.pl-xs-80 {
		padding-left: 80px !important;
	}
	.pl-xs-90 {
		padding-left: 90px !important;
	}
	.pl-xs-100 {
		padding-left: 100px !important;
	}
	.pl-xs-110 {
		padding-left: 110px !important;
	}
	.pl-xs-120 {
		padding-left: 120px !important;
	}
	.pl-xs-130 {
		padding-left: 130px !important;
	}
	.pl-xs-140 {
		padding-left: 140px !important;
	}
	.pl-xs-150 {
		padding-left: 150px !important;
	}
	.pl-xs-160 {
		padding-left: 160px !important;
	}
	.pl-xs-170 {
		padding-left: 170px !important;
	}
	.pl-xs-180 {
		padding-left: 180px !important;
	}
	.pl-xs-190 {
		padding-left: 190px !important;
	}
	.pl-xs-200 {
		padding-left: 200px !important;
	}
}