/*
	Project:		-- Yoggo
	Version:	    --
	Create Date:	-- 
	Last change:	--
	Primary use:	--
*/
/*
	--- Table Of Content ---
	
	## Header Section
	## Slider Section
	## Services Section
	## About Section
	## Reason Section
	## Our Deals Section
	## Classes Section
	## Footer Section
	
	### Pages 
		- ## About Page
		- ## Classes Page
		- ## Team Page
		- ## Shop Page
		- ## Blog Page
		- ## Blog Post 
		- ## Contact
*/

body {
    font-size: 13px;
	font-family: Comic Sans MS;
	overflow-X: hidden;
	
}

[class*="-section"] {
    overflow: hidden;
}

img {
    max-width: 100%;
}

a {
    outline: 0 !important;
}

/* ## Global Class ## */
.ow-section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}

.ow-left-padding {
	padding-left: 0;
}

.ow-right-padding {
	padding-right: 0;
}

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

.ow-bottom-padding {
	padding-bottom: 100px;
}

.section-text-1 p,
.deal-box ul li,
.page-breadcrumb ol  .active,
.prepare-content > p,
.team-box .sub-title,
.skill-content p,
.woocommerce-result-count,
.blog-inner .entry-footer,
.blog-inner .entry-content p,
.contact-title-desc p,
.contact .contact-title-desc > a,
.contact .form-control,
.about-content p,
.quote-section .item h2,
.testimonial-slider .item  h3,
.classes-box p,
.classes-text p,
.classes-content p {
	font-family: Comic Sans MS;
}

.logo-block a,
.logo-block h4 {
	display: inline-block
}

.logo-block a,
.section-text-1 p,
.reason-box > a,
.rating-box p,
.page-breadcrumb ol  .active,
.statistics-type .fact-box p,
.fact-count,
.about-content p,
.about-content h2,
.classes-box p {
	color: #fff;
}

.logo-block a,
.logo-block h4,
.menu-block .navbar-default .navbar-nav > li > a,
.service-box > h3,
.reason-box > a,
.rating-box p,
.prepare-content > a.btn,
.skill-progress .block-title,
.statistics-type-2 .fact-box p,
.blog-inner .entry-title,
.about-content h2,
.shop-cart .products h3,
.contact .contact-form .btn,
.classes-box .block-title {
	text-transform: uppercase;
}

.menu-block .navbar-default .navbar-nav > li > a,
.deal-box ul li,
.our-team-section .section-header,
.blog-inner .entry-title a,
.classes-box .block-title {
	color: #000;
}

.block-title,
.logo-block a,
.logo-block h4,
.menu-block .navbar-default .navbar-nav > li > a,
.service-box > h3,
.reason-box > a,
.rating-box p,
.deal-box ul li,
.page-breadcrumb ol  .active,
.about-content h2,
.quote-section .item  p,
.quote-section .item  h2,
.classes-box .block-title {
	font-weight: bold;
}

/* Banner Section */
.banner-section {
	position: relative;
	overflow: visible;
}

/* Page Breadcrumb */
.page-breadcrumb {
	position: absolute;
	left:0;
	right:0;
	bottom: -30px;
	height: 60px;
	line-height: 60px;
}

.page-breadcrumb ol {
	background-color: #000;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0 30px
}

.page-breadcrumb ol  .active {
	font-size: 16px;
}

/* ## Header Section ## */
.navbar-fixed-top.header {
	position: fixed;
	z-index: 101;
	background-color: #EFEFEF;
}

.navbar-fixed-top.header .logo-block a {
	padding-top: 21px;
}

.navbar-fixed-top.header .menu-block .navbar-default .navbar-nav > li > a {
	line-height: 69px;
}

.header {
	position: absolute;
	top: 0;
	z-index: 9;
	left: 0;
	right: 0;
}
.logo-block {
	max-width: 100px;
}

.logo-block a,
.logo-block h4 {
	background-color: #0000ff;
	padding-top: 83px;
	padding-bottom: 20px;
	width: 100%;
	font-size:20px;
	text-align: center;
	text-decoration: none;
}

.menu-block .navbar-default {
	background-color: transparent;
	border: none;
	margin-bottom: 0;
}

.menu-block .navbar-default .navbar-nav > li {
	margin: 0 25px;
}

.menu-block .navbar-default .navbar-nav > li:last-child {
	margin-right: 0;
}

.menu-block .navbar-collapse {
	padding: 0;
}

.menu-block .navbar-default .navbar-nav > li > a {
	padding: 0;
	line-height: 132px;
	font-size: 14px;
}

.menu-block .navbar-default .navbar-nav > li:hover  > a,
.menu-block .navbar-default .navbar-nav > li:focus > a,
.menu-block .navbar-default .navbar-nav > .active > a, 
.menu-block .navbar-default .navbar-nav > .active:focus > a, 
.menu-block .navbar-default .navbar-nav > .active:hover > a,
.menu-block .navbar-default .navbar-nav > li .dropdown-menu li:focus a, 
.menu-block .navbar-default .navbar-nav > li .dropdown-menu li:hover a  {
	color: #F62459;
}

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

.menu-block .navbar-default .navbar-nav > li .dropdown-menu  li a {
	padding: 15px;
	color: #fff;
}

/* ## Slider Section ## */
.carousel-control.left,
.carousel-control.right,
.carousel-control  {
	width: 35px;
	height: 35px;
	background-image: none;
	font-size: 40px;
	background-color: transparent;
}

.carousel-control {
	top: 48%;
}

/* ## Services Section ## */
.services-section {
	padding: 100px 0;
}

.service-box {
	border: 10px solid #efefef;
	width: 100%;
	height: 270px;
	position: relative;
	border-radius: 100%;
	position: relative;
}

.service-box i {
	width: 80px;
	height: 80px;
	border: 10px solid #efefef;
	display: inline-block;
	background-color: #fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	line-height: 57px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.service-box i > img {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
}

.service-box > h3 {
	padding: 65px 70px;
	font-size: 20px;
	line-height: 30px;
}

.service-box:hover {
	background-color: #f62459;
	color: #fff;
}

/* ## About Section ## */
.about-section {
	padding: 126px 0 160px 0;
	background-color: #000;
}

.section-header {
	color: #fff;	
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 40px;
	padding: 0 30px;
}

.about-section .section-header {
	margin: 30px 0;
}

.section-text-1 p {
	line-height: 30px;
}

/* ## Reason Section ## */
.reason-section {
	background-color: #ffffff;
	overflow: visible;
	padding-bottom: 100px;
}

.reason-box {
	position: relative;
	padding: 0;
	margin-top: 0px;
	min-height: 493px;
}

.reason-image-block {
	position: relative;
}

.reason-box > a {
	background-color: #f62459;
	margin: 0;
	text-align: center;
	font-size: 13px;
	padding: 25px 0;
	position: absolute;
	top: -65px;
	width: 100%;
	bottom: auto;
	transition: opacity 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.reason-box:hover > a {
	bottom: 0;
	top: auto;
	transition: opacity 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.reason-box .reason-hover-box {
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	height: 100%;
	padding: 20px;
	opacity: 0;
}

.reason-box-hover-border {
	width: 100%;
	height: 100%;
	border: 5px solid #fff;
}

.reason-box:hover .reason-hover-box { 
	opacity: 1;
	transition: opacity 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

/* ## Our Deals Section ## */
.our-deals-section {
	background-color: #efefef;
	padding-bottom: 105px;
}

.our-deals-section .section-header {
	color: #000;
	margin: 0 0 88px 0;
	font-size: 30px;
	letter-spacing: 5px;
}

.deal-box {
	background-color: #fff;
	min-height: 580px;
	position: relative;
}

.rating-box {
	background-color: #f62459;
	padding: 70px 70px;
	color: #fff;
	position: relative;
}

.rating-box:after {
	width: 0;
	height: 0;
	border-top: 30px solid #f62459;
	border-right: 30px solid transparent;
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
}

.rating-box p {
	font-size: 16px;
	margin-bottom: 0;
	letter-spacing: 1px;
}

.deal-box ul {
	padding: 0 70px;
	list-style: none;
}

.deal-box ul li{
	margin-top: 25px;
	font-size: 16px;
}

.deal-box:hover {
	-moz-box-shadow: inset 0 -5px 0 #f62459;
	-webkit-box-shadow: inset 0 -5px 0 #f62459;
	box-shadow: inset 0 -5px 0 #f62459;
	transition: opacity 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.deal-box:after {
	width: 0;
	height: 0;
	border-top: 30px solid  transparent;
	border-right: 30px solid #f62459;
	content: "";
	position: absolute;
	opacity: 0;
	bottom: 5px;
	right: 0;
	transition: opacity 0.5s;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.deal-box:hover:after { 
	opacity: 1;
}

.deal-box > a {
	border: 5px solid #373737;
	padding: 10px 30px;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 70px;
	margin-top: 20px;
	color: #373737;
	text-decoration: none;
	position: relative;
}

.deal-box:hover > a {
	border-color: #f62459;
}

.deal-box > a:before {
	border-right: 20px solid transparent;
    border-top: 20px solid #f62459;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}

/* ## Classes Section */
.classes-section {
	position: relative;
}

.classes-highlights {
	background-color: #EFEFEF;
	position: relative;
}

.classes-highlight-img-box {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}

.classes-highlight-img-box img {
	position: absolute;
	bottom: 0;
	right: 138px;
}

.classes-main .col-md-3 {
	float: none;
	min-height: 0;
}

.classes-main {
	width: 100%;
	float: left;
	clear: both;
}

.classes-main .col-md-3 .box {
	overflow: hidden;
	border-radius: 0;
}

.classes-text {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	padding: 0 20px;
}

.classes-text h3 {
	text-transform: uppercase;
	font-size: 13px;
	color: #F62459;
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: bold;
}

.classes-text p {
	margin-bottom: 0;
}

.classes-text p,
.classes-text span,
.classes-text .btn {
	color: #fff;
}

.classes-text span {
	position: absolute;
	right: 20px;
	top: 10px;
}




.classes-text .btn,
.classes-main .box:hover .classes-text span {
	display: none;
}

.classes-main .box:hover .classes-text .btn {
	display: block;
	width: 186px;
	height: 56px;
	border: 5px solid #fff;
	border-radius: 0;
	line-height: 36px;
	text-transform: uppercase;
	margin: 20px auto 0;
	position: relative;
}

.classes-main .box:hover .classes-text .btn:before {
	border-right: 20px solid transparent;
    border-top: 20px solid #f62459;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.classes-content {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding: 30% 5%;
}

.classes-content img {
	width: auto;
	margin-bottom: 30px;
}

.classes-content i {
	font-size: 25px;
	margin-bottom: 15px;
	color: #F62459;
}

.classes-content h4 {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 25px;
}

.classes-content h4,
.classes-content p {
	font-size: 12px;
}

.classes-main .modal-body .classes-content {
	position: relative;
	margin-top: 25px;
}

/* ## Footer Section ## */
.footer-section {
	background-color: #262626;
	overflow: visible;
}

.footer-section .container {
	position: relative; 
}

.footer-bottom {
	background-color: #F62459;
	padding: 30px 0;
	margin-top: 22px;
}

.footer-bottom p {
	margin-bottom: 0;
	color: #fff;
	line-height: 30px;
}

/* ## About Page ############################## */ 
.about2 {
	background-color: #f62459;
}

.about-content h2 {
	font-size: 40px;
	margin: 0;
	padding-top: 45px;
	text-align: center;
}

.about-content h2 span {
	display: block;
}

.about-content p {
	line-height: 30px;
}

/* ## What We Do Section ## */
.what-we-section {
	position: relative;
	padding: 115px 0;
}

.what-we-section-half {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.what-we-section-half img {
	height: 100%;
}

.what-we-section > img {
	position: absolute;	
	top: 0;
}

.what-section-inner h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	padding: 100px 90px;
	text-transform: uppercase;
	border: 10px solid #bbbbbc;
	margin: 0 70px 0 0;
	line-height: 40px;
}

.what-section-inner  h2 span {
	display: block;
}

.highlight-inner {
	text-align: center;
	margin-bottom: 60px;
}

.highlight-inner a {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	color: #000;
	padding: 15px;
	text-decoration: none;
	display: inline-block;
}

.highlight-inner a span {
	display: block;
	margin: 10px 0 0 0;
}

.highlight-inner a:hover {
	background-color: #efefef;
}

/* ## Testimonial Section ## */
.testimonial-section {
	background-color: #efefef;
	padding-bottom: 50px;
}

.testimonial-section .section-title {
	margin-bottom: 60px;
}

.section-title {
	text-align: center;
	margin: 50px 0 95px 0;
}

.section-title h2 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 45px 0 0 0;
}

.mis-content-block h2 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 50px 0 30px;
}

.mis-content-block  p {
	padding: 0 17.09%;
	color: #808080;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 0;
}

.mis-content-block  p span {
	display: block;
}

.mis-content-block  h3 {
	color: #f62459;
	margin: 30px 0 10px 0;
	font-size: 13px;
}

.mis-prev {
	padding-top: 130px !important;
}

.mis-next {
	padding-top: 130px !important;
}

/* mis */
.mis-nav-buttons a.mis-prev::before, 
.mis-nav-buttons a.mis-next::after {
	font-size: 60px;
}

.testimonial-slider .mis-stage {
	background-color: transparent;
	padding-top: 35px;
}

.testimonial-slider .mis-slider {
	margin-top: 0;
}

.testimonial-slider .mis-slide {
	height: auto;
	padding: 20px;
}

.mis-slider li img {
	width: 150px;
	max-width: 150px;
	display: block;
	margin: 0 auto;
}

.testimonial-slider .mis-nav-list {
	display: none;
}

/*	## Quote Section ## */
.quote-section {
	margin: 100px 0;
}

.quote-section .item  p { 
	font-size: 30px;
	text-align: center;
	margin-bottom: 32px;
	padding: 0 22.82%;
	text-transform: uppercase;
}

.quote-section .item h2 {
	font-size: 16px;
	color: #a7a7a7;
	text-align: center;
	margin: 0;
}   

/* ## Classes Page ############################## */
.classes-box,
.classes-box .block-title {
	float: left;
	width: 100%;
	clear: both;
}

.classes-box {
	padding: 25px 30px;
}

.classes-box-1 {
	background-color: #ffffff;
}

.classes-box-2 {
	background-color: #ffffff;
}

.classes-box-2 .block-title {
	color: #f62459;
}

.classes-box-3 {
	background-color: #808080;
}

.classes-box-4 {
	background-color: #d3d3d3;
}

.classes-box .block-title {
	font-size: 16px;
	letter-spacing: 2px;
	margin: 13.15px 0;
}

.classes-box p {
	font-weight: 300;
	line-height: 25px;
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
}


/* ## Team Page ################################# */
/* ## Prepare Section ## */
.prepare-content > p,
.prepare-content > a.btn {
	color: #808080;
}

.prepare-section {
	background-color: #efefef;
	padding: 100px 0;
}

.prepare-image-block  {
	padding-right: 35px;
}

.prepare-content > h3 {
	margin: 30px 0;
	font-size: 16px;
	letter-spacing: 1px;
}

.prepare-content > p {
	font-weight: 300;
	line-height: 26px;
}

.prepare-content > a.btn {
	width: 198px;
	border: 5px solid #808080;
	height: 55px;
	line-height: 33px;
	border-radius: 0;
	letter-spacing: 1px;
	margin-top: 38px;
	position: relative;
}

.prepare-content > a.btn:hover {
    border: 5px solid #F62459;
}

.prepare-content > a.btn:before {
	width: 0;
	height: 0;
	content: "";
	border-top: 20px solid red;
	border-right: 20px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
}

/* ## Our Team Section ## */
.our-team-section {
	padding: 100px 0;
}

.our-team-section .section-header {
	margin-bottom: 70px;
	margin-top: 0;
	letter-spacing: 4px;
}

.team-box {
	min-height: 425px;
	margin-bottom: 30px;
}

.team-box,
.team-social {
	text-align: center;
}

.team-social {
	padding: 0;
	margin: 28px 0;
	display: none;
}

.team-social > li {
    text-align: center;
	margin: 0 5px;
	display: inline-block;
}

.team-social > li a {
	background-color: #000;
	color: #eee;
	font-size: 16px;
	display: inline-block;
    height: 30px;
    line-height: 30px;
	width: 30px;
}

.team-social > li:hover a {
	color: #f62459;
}

.team-box .block-title {
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 34px;
	margin-bottom: 0;
	font-size: 16px;
	letter-spacing: 2px;
}

.team-box .sub-title {
	margin: 20px;
	font-weight: 300;
	font-size: 13px;
}

.team-box:hover .team-social {
	display: inline-block;
}

.team-box:hover h3,
.team-box:hover h4 {
	display: none;
}

.skill-content {
	padding-top: 100px;
	display: inline-block;
	width: 100%;
}

.skill-progress-box {
	position: relative;
	margin-top: 6px;
}

.skill-progress .block-title {
    display: inline-block;
    margin: 17px 0;
	font-size: 13px;
}

.skill-progress .progress {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    background-color: #d3d3d3;
    border-radius: 0;
    height: 7px;
}

.skill-progress-box span:after {
    content: "%";
}

.skill-progress .skill-progress-box > span {
    color: #000;
    font-size: 13px;
	position: absolute;
	left: 0;
	text-align: right;
	width: 0;
	top: 33px;
	font-weight: bold;
}

.skill-progress .skill-progress-box:first-child {
	margin-top: 0;
}

.skill-progress .skill-progress-box > span,
.progress-bar {
    transition: all 1s ease-in-out 0s;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
}

.skill-content p {
	color: #808080;
	font-weight: 300;
	line-height: 25px;
}

/* ## statistics Section ## */
.statistics-section {
	background-color: #000;
	padding: 170px 0;
}

.statistics-type .fact-box {
    text-align: center;
}

.statistics-type .fact-box .fact-count {
    font-size: 40px;
    font-weight: bold;
}

.statistics-type .fact-box p {
    font-size: 30px;
}

/* ## Shop Page ############################## */
.shop-cart {
	padding: 80px 0;
}

.product-shopping {
    display: inline-block;
    padding-top: 70px;
    padding-left: 0;
    list-style: none;
}

.product {
    margin-bottom: 35px;
    position: relative;
}

.product a img {
    width: 100%;
}

.products li.last,
.shop-sidebar .products li.last {
    margin-right: 0;
}

.shop-cart.shop-sidebar .col-md-9 {
    padding-left: 0;
}

.woocommerce-result-count {
	font-weight: 300;
	color: #808080;
	letter-spacing: 2px;
}

.shop-cart {
    display: inline-block;
    width: 100%;
}

.shop-cart .products h3 {
    font-size: 16px;
    text-align: center;
    color: #4c4c4c;
}

.shop-cart .price {
    display: block;
    text-align: center;
    color: #808080;
}

.shop-cart .price del {
	color: #808080;
}

.shop-discount.price > span {
    color: #ea2e49;
}

.shop-cart .price del:after {
	content: "-";
	margin: 0 5px;
	color: #808080 !important;
	border: none;
}

.shop-cart .price ins {
    text-decoration: none;
}

.shop-cart .onsale,
.shop-cart .soldout,
.shop-cart .new {
    position: absolute;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background-color: #da525a;
    width: 70px;
    text-align: center;
    left: 30px;
    top: 0px;
	padding-top: 60px;
	padding-bottom: 13px;
	letter-spacing: 1px;
}

.shop-cart .soldout {
    background-color: #4c4c4c;
}

.shop-cart .new {
    background-color: #000;
}

.shop-cart .add_to_cart_button {
    position: absolute;
    top: 31%;
    text-align: center;
    width: 198px;
    height: 61px;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    line-height: 54px;
    color: #fff;
    text-transform: uppercase;
    display: none;
    text-decoration: none;
	border: 5px solid #fff;
	font-weight: bold;
	background-color: rgba(246,36,89,0.75);
}

.shop-cart .add_to_cart_button:before {
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.shop-cart .product:hover .add_to_cart_button {
    display: block;
}

.shop-cart .product:hover a {
    text-decoration: none;
}

/* ## Blog Page ############################## */
.box {
	font-size: 13px;
}

.blog-inner {
	margin-bottom: 38px;
}

.blog-inner .entry-header {
	margin-top: 25px;
}

.blog-inner .entry-title {
	color: #000;
	font-size: 16px;
	letter-spacing: 2px;
}

.blog-inner .entry-content p {
	font-weight: 300;
	color: #808080;
	line-height: 25px;
}

.blog-inner .entry-header .by-line,
.blog-inner .entry-header .by-line .author a,
.blog-inner .entry-meta a {
    color: #ea2e49;
}

.blog-inner .comment-view {
	position: absolute;
	bottom: 10px;
	width: 100%; 
	text-align: center;
	padding: 0;
}

.blog-inner .post-thumbnail {
	color: #fff;
}

.blog-inner .comments-link:before {
	content: "/";
	display: inline-block;
}

.blog-inner .entry-cover {
	position: relative;
}

.blog-inner .entry-cover .entry-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(218,82,90,0.75);
}

.blog-inner .entry-footer {
    background-color: #ffb61e;
    padding: 10px 20px;
	font-weight: 300;
}

.portfolio .box {
	padding: 0 15px;
}

.portfolio .col-md-4 {
	float: none;
}

.reply-icon {
	position: absolute;
	background-color: rgba(0,0,0,0.75);
	width: 71px;
	height: 67px;
	line-height: 67px;
	text-align: center;
	top: 35%;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
}

.reply-icon img {
	width: auto;
	display: inline-block;
}

.blog-inner .entry-cover:hover .reply-icon {
	display: block;
}

.blog-inner .entry-cover:hover a {
	color: #fff;
}

.blog-inner .entry-header .entry-title{
	margin-bottom: 10px;
}

.blog-inner .entry-content {
	margin-top: 0;
}

/* ## Blog Post ####################### */
.blog-entry {
    position: relative;
}

.blog-entry.blog-entry-single .entry-header h2 {
    font-size: 22px;
	text-transform: uppercase;
}

.blog-entry .entry-meta a,
.blog-entry-single .entry-content p,
.blog-entry .entry-content ul li, 
.blog-entry .entry-content ol li,
.blog-entry .entry-footer .entry-author p,
.comments-area .comment p {
	color: #808080;
}

.blog-entry .entry-meta a,
.blog-entry-single .entry-content p,
.blog-entry .entry-content ul li, 
.blog-entry .entry-content ol li,
.blog-entry .entry-footer .entry-author p,
.comments-area .comment p,
.comments-area .comments-line,
.comments-area .comments-textarea {
	font-family: 'Raleway', sans-serif;
}

/* Entry Meta */
.blog-entry .entry-meta a {
	text-decoration: none;
}

.blog-entry .entry-meta a:after {
	content: "/";
	margin: 0 5px;
}

.blog-entry .entry-meta a:last-of-type:after {
	content: "";
}

.blog-entry .entry-meta a:hover {
	color: #333;
}

/* Entry Content */
.blog-entry-single .entry-content p {
	line-height: 25px;
}

.blog-entry .entry-content ul, 
.blog-entry .entry-content ol {
    padding-left: 30px;
}

.blog-entry .entry-content ul li, 
.blog-entry .entry-content ol li {
    margin-bottom: 5px;
    line-height: 25px;
	font-weight: bold;
}

.blog-entry .entry-content iframe, .blog-entry .entry-content img {
    margin-bottom: 20px;
}

/* Share Post Social */
.all-socials {
    margin: 40px 0 80px;
    padding: 0;
}

.all-socials li {
    display: inline-block;
    font-weight: 600;
    vertical-align: middle;
    margin-right: 10px;
	margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 3px;
    color: #4c4c4c;
    text-transform: uppercase;
}

.all-socials li a {
    display: inline-block;
    width: 34px;
    padding-top: 0;
    height: 34px;
	line-height: 34px;
    text-align: center;
    font-size: 18px;
    color: #efefef;
	background-color: #4E4E4E;
}

.all-socials li a:hover {
    background-color: #F62459;
}

/* Entry Footer */
.blog-entry .entry-footer {
    padding-top: 30px;
}

.blog-entry .entry-footer .entry-author {
    padding-left: 130px;
    position: relative;
}

.blog-entry .entry-footer .entry-author h6 {
    margin-bottom: 5px;
}

.blog-entry .entry-footer .entry-author p {
	line-height: 22px;
}

.blog-entry .entry-footer .entry-author img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 200px;
    width: 100px;
    height: 100px;
    border: 4px solid #efefef;
}

.blog-entry .entry-footer h6 {
    text-transform: uppercase;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 600;
    margin-bottom: 40px;
}

.blog-entry-v2 .hover-info h2 a {
    color: #4c4c4c;
}

.blog-entry-v2 .post-link {
    font-style: italic;
	color: #FF7E5B;
}

.blog-entry-v2 .post-link:hover {
    color: #464646 !important;
}

.blog-entry-single .entry-footer {
	background-color: transparent;
}

/* Post */
.comments-area {
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
}

.comments-area h3 {
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #4c4c4c;
}

.comments-area .comments-line {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    outline: none;
    margin-bottom: 20px;
}

.comments-area .comments-textarea {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    outline: none;
    margin-bottom: 20px;
    resize: none;
    height: 192px;
}

.comments-area p.form-submit {
    text-align: right;
}

.comments-area p.form-submit .button-1 {
    background-color: #F62459;
    color: #efefef;
	border: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 25px;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 14px;
}

.comments-area p.form-submit .button-1:hover {
    background-color: #333333;
}

.comments-area .comment {
    margin-bottom: 20px;
    padding-left: 100px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.comments-area .comment .comment-image {
    float: left;
    margin-left: -100px;
}

.comments-area .comment .comment-image img {
    border-radius: 150px;
    width: 80px;
    height: 80px;
    border: 3px solid #e8e8e8;
}

.comments-area .commentlist li {
    list-style: none;
}

.comments-area .commentlist ul {
    margin-left: 70px;
}

.comments-area .comment .comment-info {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.comments-area .comment .comment-info span {
    float: right;
    font-size: 13px;
    color: #a3a2a2;
}

.comments-area .comment p {
    line-height: 1.7em;
    font-weight: 400;
}

.comments-area .commentlist {
    margin-bottom: 60px;
}

.comment-reply-link {
	color: #F62459;
}

/* ## Contact ############################## */
.contact .mapping {
	width: 100%;
	height: 441px;
	border: none;
}

.contact .contact-address {
	background-color: #da525a;
	width: 100%;
	display: inline-block;
	margin-top: -4px;
	padding: 92px 0;
	color: #fff;
}

.contact .contact-box {
    text-align: center;
	display: inline-block;
	width: 100%;
}

.contact .contact-title-desc {
    width: 100%;
    padding: 0 10px;
}

.contact-title-desc p {
	display: inline-block;
	width: 100%;
	line-height: 25px;
	margin-bottom: 0;
}

.contact .contact-title-desc span,
.contact .contact-title-desc > a {
	display: block;
}

.contact .contact-title-desc > a {
	margin-bottom: 10px;
}

.contact .contact-title-desc > p > a,
.contact .contact-title-desc > a {
	color: #fff;
}

.contact .contact-form {
	margin-top: 80px;
}

.contact .contact-form > [class*="col-"]:first-of-type .form-control,
.contact .form-control {
    height: 48px;
	border-radius: 0;
	margin-bottom: 30px;
	background-color: #7e7d7d;
	color: #fff;
	border: none;
	font-size: 13px;
}

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

.contact .contact-form .col-md-4:nth-child(1) {
    padding-left: 0;
}

.contact .contact-form .col-md-4:nth-child(3) {
    padding-right: 0;
}

.contact textarea.form-control {
    height: 192px;
}

.contact .contact-form .btn {
	border-radius: 0;
    width: 198px;
    border: 5px solid #373737;
	background-color: transparent;
    height: 61px;
    color: #000;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 auto;
	display: block;
	padding: 0;
	position: relative;
	outline: none;
}

.contact .contact-form .btn:hover {
    border: 5px solid #F62459;
}

.contact .contact-form .btn:before {
    border-right: 20px solid transparent;
    border-top: 20px solid #F62459;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0%;
}

.alert-msg {
	color: #50B948;
	display: inline-block;
	width: 100%;
	margin: 0 10px;
}

.alert-msg-success {
	color: #50B948;
}

.alert-msg-failure {
	color: #FF0000;
}