

/* - Photo Slider */
.photo-slider {
	position: relative;
}
.photo-slider .carousel-control {
    background-image: none;	
	top: 50%;
	width: auto;
	bottom: auto;
	z-index: 11;
	opacity: 1;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.photo-slider .carousel-control.left {
	left: 15px;
}
.photo-slider .carousel-control.right {
	right: 15px;
}
.photo-slider .carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.photo-slider .carousel-fade .carousel-inner .active {
	opacity: 1;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
.photo-slider .carousel-fade .carousel-inner .active.left,
.photo-slider .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.photo-slider .carousel-fade .carousel-inner .next.left,
.photo-slider .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.photo-slider .carousel-fade .carousel-control {
	z-index: 2;
}
.photo-slider .carousel-caption {
	bottom: auto;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%); 
}
.photo-slider .carousel-caption img {
	margin-bottom: 30px; 
}
.photo-slider .carousel-caption p {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 55px;
	text-transform: uppercase;
	text-shadow: none;
	margin-bottom: 3px;
}
.photo-slider .carousel-caption a {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-shadow: none;
	background-color: #f88c91;
	padding: 16px 45px;
	display: inline-block;
	letter-spacing: 0.84px;
	margin-top: 16px;
	text-decoration: none;
	animation-delay: 1s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.photo-slider .carousel-caption a:hover {
	color: #f88c91;
	background-color: #fff;
}
.photo-slider .carousel-control i {
	display: inline-block;
	border: 1px solid #fff;
	font-size: 25px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
}
.photo-slider .carousel-control i:hover {
	border: 1px solid #ffbb63;
	color: #ffbb63;
}

/* - Photo Slider 1 */
.photo-slider-1 .slider-content {
	background-color: rgba(255, 187, 99, 0.851);
	padding: 85px 120px;
}
.photo-slider-1 .carousel-control i {
	display: inline-block;
	background-color: #fff;
	border-radius: 100%;
	border: none;
	color: #a9a9a9;
	font-size: 22px;
	height: 44px;
	width: 44px;
	line-height: 44px;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.photo-slider-1 .carousel-control i:hover {
	background-color: #f88c91;
	border: none;
	color: #fff;
}
.photo-slider-1 .carousel-caption .slider-content h3 {
	color: #fff;
	font-size: 50px;
	font-family: 'Great Vibes', cursive;
	font-weight: 700;
	margin-bottom: 40px;
	text-shadow: none;
}
.photo-slider-1 .carousel-caption .slider-content p {
	color: #fff;
	font-family: 'Arimo', sans-serif;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.6px;
	line-height: 26px;
	margin-bottom: 30px;
	text-transform: lowercase;
}
.photo-slider-1 .carousel-caption .slider-content a {
	padding: 13px 45px;
}
.photo-slider-1 .carousel-caption .slider-content a.get-started {
	background-color: #222;
	border: 1px solid #222;
	margin-right: 8px;
}
.photo-slider-1 .carousel-caption .slider-content a.get-started:hover {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.photo-slider-1 .carousel-caption .slider-content a.order-online {
	background-color: transparent;
	border: 1px solid #fff;
}
.photo-slider-1 .carousel-caption .slider-content a.order-online:hover {
	background-color: #222;
	color: #fff;
	border: 1px solid #222;
}
/* - Welcome Section */

.welcome-section .section-padding {
	padding-top: 35px;
	padding-bottom: 35px;
}
.welcome-section .wc-content-box {
	padding-top: 50px;
}
.welcome-section .welcome-header {
	margin-bottom: 50px;
}
.welcome-section .welcome-header span {
	color: #f88c91;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	font-weight: 700;
	padding-right: 15px;
}
.welcome-section .welcome-header h5 {
	color: #222;
	display: inline-block;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.8px;
	margin-bottom: 0;
	margin-top: -10px;
	text-transform: uppercase;
}
.welcome-section .welcome-content a.read-more {
	background-color: #f88c91;
	border: 1px solid #f88c91;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	padding: 12px 45px;
	letter-spacing: 0.84px;
	margin-top: 25px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.welcome-section .welcome-content a.read-more:hover {
	background-color: transparent;
	border: 1px solid #f88c91;
	color: #f88c91;
}

/* - Welcome Section 1 */
.welcome-section-1 .mission-content {
	position: relative;
	padding-left: 100px;
	margin-bottom: 50px;
}
.welcome-section-1 .mission-content img {
	position: absolute;
	top: 0;
	left: 0;
}
.welcome-section-1 .mission-content h3 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.welcome-section-1 .mission-content h3::after {
	background-color: #f88c91;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 1px;
}
.welcome-section-1 .mission-content p {
	color: #777;
	font-family: 'Arimo', sans-serif;
	font-size: 15px;
	letter-spacing: 0.6px;
	line-height: 26px;
}

/* - Festival Section */

.festival-section {
	background: url("../images/festival-bg.jpg") no-repeat center center; 
    background-size: cover;
    color: #fff;
	position: relative;
	text-align: center;
	z-index: 1;
}
.festival-section::before {
	background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	z-index: -1;
}
.festival-section::after {
	content: "";
	width: 100%;
	background-color: #ffbb63;
    padding: 70px 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.festival-section .festival-content {
	display: inline-block;
	margin: 0 23% 100px 23%;
	background-color: #fff;
	text-align: left;
	position: relative;
	padding: 60px 65px;
	z-index: 1;
}
.festival-section .festival-content::after {
	border: 2px solid #ffbb63;
    bottom: 5px;
    content: "";
    display: inline-block;
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
	z-index: -1;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.festival-section .festival-content h5 {
	color: #222;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
.festival-section .festival-content p {
	color: #777;
	font-family: 'Arimo', sans-serif;
	font-size: 15px;
	letter-spacing: 0.6px;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 25px;
}
.festival-section .festival-content a.read-more {
	background-color: #f88c91;
	border: 1px solid #f88c91;
	color: #fff;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 12px;
	padding: 12px 45px;
	letter-spacing: 0.84px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.festival-section .festival-content a.read-more:hover {
	background-color: transparent;
	border: 1px solid #f88c91;
	color: #f88c91;
}
.festival-section .festival-details-tab {
	text-align: center;
}
.festival-section .festival-details-tab .nav-tabs {
	border-bottom: none;
	margin-bottom: -100px;
	display: inline-block;
}
.festival-section .festival-details-tab .nav > li  {
	margin-right: 15px;
}
.festival-section .festival-details-tab .nav > li > a {
	border-radius: 0;
	border: none;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.56px;
	text-transform: uppercase;
}

.festival-section .festival-details-tab .nav > li > a i {
	display: block;
	height: 89px;
	width: 89px;
	line-height: 80px;
	border: 4px solid #fff;
	background-color: #3b3b3b;
	border-radius: 100%;
	margin-bottom: 25px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.festival-section .festival-details-tab .nav > li > a:focus,
.festival-section .festival-details-tab .nav > li > a:hover {
	background-color: transparent;
}
.festival-section .festival-details-tab .nav > li > a i:hover {
	background-color: #f88c91;
}
.festival-section .festival-details-tab .nav-tabs > li.active > a,
.festival-section .festival-details-tab .nav-tabs > li.active > a:focus,
.festival-section .festival-details-tab .nav-tabs > li.active > a:hover {
	background-color: transparent;
	border: none;
}

/* - Menu Section */

.menu-section {
	padding: 0 10%;
}
.menu-section .menu-box {
	background-color: #fafafa;
	border-left: 4px solid #fafafa;
	position: relative;
	padding-left: 330px;
	padding-bottom: 45px;
	padding-top: 60px;
	padding-right: 50px;
	margin-bottom: 30px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;	
}
.menu-section .menu-box:nth-child(2n-1) {
	clear: both;
}
.menu-section .menu-box:hover {
	border-left: 4px solid #d33737;
}
.menu-section .menu-box img {
	position: absolute;
	left: 0px;
	top: 0;
}
.menu-section .menu-box h3 {
	color: #222;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	word-wrap: break-word;
}
.menu-section .menu-box span {
	color: #d1a5a7;
	float: right;
	font-size: 16px;
	letter-spacing: 0.64px;
}
.menu-section .menu-box p {
	color: #777;
	font-size: 15px;
	letter-spacing: 0.6px;
	line-height: 26px;
	margin-bottom: 25px;
}

.menu-section .menu-box a {
	border: 2px solid #f88c91;
	color: #222;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 45px;
	letter-spacing: 0.84px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.menu-section .menu-box a:hover {
	background-color: #f88c91;
	color: #fff;
}

/* - Team Section */

.team-section {
	background: url("../images/team-bg.jpg") no-repeat center center; 
    background-size: cover;
    color: #fff;
	position: relative;
}
.team-section::before {
	background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.team-section .carousel-control {
    background-image: none;	
	top: 35%;
	width: auto;
	bottom: auto;
	z-index: 11;
	opacity: 1;
}
.team-section .carousel-control.left {
	left: 0;
}
.team-section .carousel-control.right {
	right: 0;
}
.team-section .carousel-control i {
	display: inline-block;
	border: 1px solid #6c6c6c;
	color: #6c6c6c;
	font-size: 20px;
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
}
.team-section .carousel-control i:hover {
	border: 1px solid #fff;
	color: #fff;
}
.team-section .section-header {
	margin-bottom: 30px;
}
.team-section .section-header.left-header h5 {
	color: #fff;
}
.team-section .section-header.left-header p  {
	color: #e9e9e9;
}
.team-section .team-contact-info h5 {
	color: #e9e9e9;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1.05px;
	margin-top: 0;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.team-section .team-contact-info ul {
	padding-left: 0;
	margin-bottom: 20px;
}
.team-section .team-contact-info li {
	display: inline-block;
	margin-right: 10px;
}
.team-section .team-contact-info li a {
	color: #e9e9e9;
	font-size: 12px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;

}
.team-section .team-contact-info li a:hover {
	color: #59d4f0;
}
.team-section .team-contact-info p {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	letter-spacing: 0.56px;
	line-height: 26px;
}
.team-section .team-contact-info a {
	color: #e9e9e9;
	text-decoration: none;
}
.team-section .team-contact-info p i {
	color: #59d4f0;
	margin-right: 10px;
}

/* - Order Section */

.order-section .section-padding {
	padding-bottom: 61px;
	padding-top: 61px;
}
.order-section .section-header p{
	padding: 0;
}
.order-section {
	position: relative;
	text-align: center;
}
.order-section .form-control {
	border-radius: 3px;
	border-color: #c7c7c7;
	font-family: 'Arimo', sans-serif;
	font-size: 12px;
	margin-bottom: 30px;
	box-shadow: none; 
	padding-bottom: 15px;
	padding-left: 25px;
	padding-top: 15px;
	height: auto;
	letter-spacing: 0.48px;
	text-transform: uppercase;
}
.order-section .form-control:focus {
	box-shadow: none;
}
.order-section .form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
   color: #b2b2b2; 
}

.order-section .form-control:-moz-placeholder,
:-moz-placeholder { /* Firefox 18- */
   color: #b2b2b2; 
}

.order-section .form-control::-moz-placeholder,
::-moz-placeholder {  /* Firefox 19- */
   color: #b2b2b2;  
}

.order-section .form-control:-ms-input-placeholder {  
   color: #b2b2b2; 
}
.order-section .form-group select {
	width: 100%;
	height: 48px;
    width: 100%;
	color: #b2b2b2;
	padding: 0 20px;
	border: 1px solid #c7c7c7;
}
.order-section a.order-now {
	background-color: #f88c91;
	border: 1px solid #f88c91;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	padding: 12px 45px;
	letter-spacing: 0.84px;
	margin-top: 10px;
	margin-bottom: 50px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.order-section a.order-now:hover {
	background-color: transparent;
	border: 1px solid #f88c91;
	color: #f88c91;
}
.order-section .online-form p {
	color: #f88c91;
	display: inline-block;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	letter-spacing: 0.98px;
	width: 100%;
}
.order-section a {
	color: #59d4f0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	letter-spacing: 1.12px;
	text-decoration: none;
}
.order-section .right-image {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: auto;
}

/* - Order Section 1 */

.order-section-1 {
	background: url("../images/order-online-bg.jpg") no-repeat center center; 
    background-size: cover;
	position: relative;
	z-index: 1;
}
.order-section-1::before {
	background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	z-index: -1;
}
.order-section-1 .section-header h5 {
	color: #fff;
}
.order-section.order-section-1 .section-header p{
	padding: 0 15px;
	color: #fff;
}
.order-section-1 .form-control {
	background-color: transparent;
	border-color: #fff;
}
.order-section-1 .form-group select  {
	background-color: transparent;
}
.order-section-1 .col-md-12.col-sm-12.col-xs-12.order-links {
	margin-bottom: 65px;
	display: inline-block;
}
.order-section-1 a.order-now {
	margin-bottom: 0;
}
.order-section-1 a.free-delivery {
	border: 1px solid #f88c91;
	color: #fff;
	padding: 10px 45px;
	margin-left: 15px;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.order-section-1 a.free-delivery:hover {
	background-color: #f88c91;
}
.order-section-1 .working-hours{
	margin-top: 70px;
}
.order-section-1 p {
	display: inline-block;
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.98px;
}
.order-section-1 p::after {
	content: "|";
	padding: 0 10px;
}
.order-section-1 p:last-child::after {
	content: "";
}
.order-section-1 p span {
	color: #f88c91;
}

/* - Counter Section */

.counter-section {
	background: url("../images/counter-bg.jpg") no-repeat center center; 
    background-size: cover;
    color: #fff;
	position: relative;
	text-align: center;
}
.counter-section.container-fluid {
	padding: 100px 0;
}
.counter-section::before {
	background-color: rgba(0, 0, 0, 0.851);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.counter-box {
	display: inline-block;
}
.counter-section .counter-box h3 {
	margin-top: 0;
	position: relative;
	display: inline-block;
	padding-top: 20px;
}
.counter-section .counter-box h3::after {
	background-color: #f88c91;
	content: "";
	display: inline-block;
	height: 2px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 46px;
}
.counter-section .counter-box span {
	color: #fff;
	font-size: 60px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	letter-spacing: 2.4px;
	vertical-align: middle;
}
.counter-section .counter-box i {
	color: #59d4f0;
	font-size: 40px;
	padding-left: 15px;
}
.counter-section .counter-box p {
	color: #f88c91;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	margin-bottom: 0;
}

/* - Latest Blog */

.latest-blog {
	text-align: center;
}

.latest-blog .post-content {
	background-color: #f6f6f6;
	margin-top: 10px;
	padding-bottom: 25px;
	text-align: left;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.latest-blog .post-content:hover {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 255);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.latest-blog .latest-blog-content {
	display: inline-block;
	position: relative;
	background-color: transparent;
	padding-bottom: 13px;
    padding-left: 100px;
	padding-top: 15px;
    text-align: left;
}
.latest-blog .post-date {
	height: 80px;
	width: 80px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #59d4f0;
}
.latest-blog .post-date span {
	color: #222;
	display: block;
	text-align: center;
	margin-top: 5px;
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	font-weight: 600;
}
.latest-blog .post-date span:last-child {
	margin-top: -10px;
	font-size: 18px;
	text-transform: uppercase;
}
.latest-blog .entry-title {
	margin-top: 5px;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 0.68px;
}
.latest-blog .entry-title a {
	color: #222;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.latest-blog .entry-title a:hover {
	color: #f88c91;
}
.latest-blog .entry-meta a {
	font-family: 'Arimo', sans-serif;
	font-size: 12px;
	color: #777;
	letter-spacing: 0.48px;
	text-decoration: none;
	display: inline-block;
}
.latest-blog .entry-meta a::after {
	content: "/";
	padding: 0 5px;
}
.latest-blog .entry-meta a:last-child::after {
	content: "";
}
.latest-blog .entry-meta i {
	color: #f88c91;
	padding-right: 5px;
}
.latest-blog .recent-content {
	padding: 0 20px;
}
.latest-blog .entry-content p {
	font-family: 'Arimo', sans-serif;
	font-size: 15px;
	color: #777;
	letter-spacing: 0.6px;
	line-height: 26px;
	margin-top: 20px;
}
.latest-blog a.read-more {
	color: #f88c91;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	letter-spacing: 0.84px;
	text-transform: uppercase;
	text-decoration: none;
}
.latest-blog a.read-more:hover {
	color: #59d4f0;
}
.latest-blog a.read-more::after {
	content: "\f061";
	font-family:'FontAwesome';
	padding-left: 10px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.latest-blog a.read-more:hover::after {
	padding-left: 15px;
	color: #59d4f0;
}
.latest-blog a.all-post {
	background-color: #f88c91;
	border: 1px solid #f88c91;
	color: #fff;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.84px;
	padding: 12px 40px;
	margin-top: 40px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.latest-blog a.all-post:hover {
	background-color: transparent;
	border: 1px solid #f88c91;
	color: #f88c91;
}

/* - Blog Section */

.latest-blog.blog-section {
	text-align: left;
}
.blog-section .type-post.col-md-12 {
	margin-bottom: 50px;
}
.blog-section .recent-content {
	padding: 0 40px;
}

/* - Pagination */
.ow-pagination {
	display: inline-block;
	width: 100%;
	text-align: right;
	margin-top: 30px;
}
.ow-pagination {
	margin-top: 50px;
}
.ow-pagination .pagination {
	margin: 0;
}
.ow-pagination .pagination li {
	float: left;
	margin-right: 10px;
}
.ow-pagination .pagination a {
	font-size: 14px;
	height: 47px;
	width: 35px;
	line-height: 34px;
	font-family: 'Arimo', sans-serif;
	color: #bbb;
	border: 1px solid #d7d7d7;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.ow-pagination .pagination li:last-of-type a {
	padding: 9px 12px;
}
.ow-pagination .pagination a:focus,
.ow-pagination .pagination a:hover {
	color: #fff;
	background-color: #f88c91;
	border-color: #f88c91;
}
.ow-pagination .pagination > li:first-child > a,
.ow-pagination .pagination > li:last-child > a {
	border-radius: 0px;
}

/* - Widget Area */

.blog-section .widget-area .widget {
	display: inline-block;
	margin-bottom: 25px;
	width: 100%;
	text-align: left;
}
.blog-section .widget:last-child {
	margin-bottom: 0;
}
.blog-section .widget-title {
	color: #222;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.72px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

/* - Search Widget */
.blog-section .widget-search {
	background-color: transparent;
}
.blog-section .widget-search .input-group {
	border: 1px solid #f1f1f1;
}
.blog-section .widget-search .input-group .form-control,
.blog-section .widget-search .btn-search {
	height: 42px;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	border: none;
	color: #8e97ac;
}
.blog-section .widget-search .input-group .form-control {
	text-transform: capitalize;
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	padding: 10px 22px;
	color: #8e97ac;
	background-color: transparent;
}
.blog-section .widget-search .input-group .input-group-btn i {
	font-size: 18px;
	padding-right: 10px;
}
.blog-section .widget-search .form-control::-webkit-input-placeholder {
	color: #8e97ac;
}
.blog-section .widget-search .form-control:-moz-placeholder {
 /* Firefox 18- */
	color: #8e97ac;
}
.blog-section.widget-search .form-control::-moz-placeholder {
  /* Firefox 19- */
	color: #8e97ac;
}
.blog-section .widget-search .form-control:-ms-input-placeholder {
	color: #8e97ac;
}
.blog-section .widget-search .btn-search,
.blog-section .widget-search .btn-search:focus {
	background-color: transparent;
	outline: none;
} 

/* -- Widget Categories */
.blog-section .widget.widget-categories {
	margin-bottom: 0;
}
.blog-section .widget-categories ul {
	padding-left: 0;
	margin-bottom: 15px;
}
.blog-section .widget-categories ul li {
	border-bottom: 1px solid #ebedf2;
	list-style: none;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
.blog-section .widget-categories ul li:last-of-type {
	border-bottom: none;
}
.blog-section .widget-categories ul li a {
	font-size: 14px;
	color: #777;
	font-family: 'Arimo', sans-serif;
	text-decoration: none;
	letter-spacing: 0.56px;
	padding-left: 20px;
	text-transform: capitalize;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.blog-section .widget-categories li a:hover {
	color: #f88c91;
	padding-left: 25px;
}
.blog-section .widget-categories li a:hover span {
	color: #f88c91;
}

/* - Tab Post */
.blog-section .tab-post {
	margin-top: 20px;
	margin-bottom: 25px;
}
.blog-section .tab-post .nav.nav-tabs {
	/*border: none;*/
}
.blog-section .tab-post .nav-tabs li {
	margin-right: -1px;
	border-top: 1px solid #f1f1f1;
}
.blog-section .tab-post .nav-tabs li:last-child {
	margin-right: 0;
}
.blog-section .tab-post .nav-tabs > li > a {
	border-radius: 0;	
	border: 1px solid #f1f1f1;
	border-top: none;
	border-bottom: none;
	color: #777;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 32px; 
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	padding: 8px 33px;	
	background-color: #fafafa;
	margin-right: 0;
}
.blog-section .tab-post .nav-tabs > li.active > a,
.blog-section .tab-post .nav-tabs > li.active > a:focus,
.blog-section .tab-post .nav-tabs > li.active > a:hover {
	border-radius: 0;
	border-top: 2px solid #f88c91;
	border-bottom: none;
	background-color: transparent;
	color: #222;
}
.blog-section .tab-post .tab-content {
	border: 1px solid #f1f1f1;
	border-top: none;
	padding: 22px;
	background-color: transparent;
	border-radius: 0;
}
.blog-section .tab-post .post-info {
	border-bottom: 1px solid #ebedf2;
	padding: 15px 0;
}
.blog-section .tab-post .post-info p {
	color: #777;
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	letter-spacing: 0.28px;
	line-height: 17px;
	margin-bottom: 0;
}.blog-section .tab-post .post-info p:last-of-type {
	margin-top: 10px;
}
.blog-section .tab-post .post-info p span {
	color: #f88c91;
	font-size: 12px;
}
.blog-section .tab-post .post-info:last-of-type {
	border-bottom: none;
}


/* - Widget Flicker */
.widget-flicker ul {
	padding-left: 0;
}
.widget-flicker ul li {
	display: inline-block;
	margin-right: 1px;
	margin-bottom: 5px;
	position: relative;
}
.widget-flicker li a::before {
	background-color: rgba(248, 140, 145, 0.851);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
	-webkit-transition: all ease 1.5s;
	-moz-transition: all ease 1.5s;
	-o-transition: all ease 1.5s;
	-ms-transition: all ease 1.5s;
}
.widget-flicker a::after {
    background-image: url("../images/focus.png");
	background-repeat: no-repeat;
    content: "";
    height: 19px;
	width: 19px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%); 
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget-flicker li a:hover::before,
.widget-flicker a:hover::after {
	opacity: 1;
}

/* - Calender */
.widget-archives .calendar {
	width: 100%;
	border: 1px solid #f1f1f1;
}
.widget-archives .calendar caption {
	background-color: #f6f6f6;
	color: #f88c91;
	text-align: center;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	letter-spacing: 0.64px;
	text-transform: uppercase;
}
.widget-archives .calendar caption i {
	background-color: #f88c91;
	color: #fff;
	height: 18px;
	width: 18px;
	line-height: 18px;
	border-radius: 100%;
}
.widget-archives .fa-angle-left {
	margin-right: 50px;
}
.widget-archives .fa-angle-right {
	margin-left: 50px;
}
.widget-archives .calendar caption span {
	color: #777;
	display: block;
	font-family: 'Arimo', sans-serif;	
	font-size: 11px;
	letter-spacing: 0.44px;
	text-transform: capitalize;
}
.widget-archives .calendar th,
.widget-archives .calendar td {
	text-align: right;
}
.widget-archives .calendar th {
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.widget-archives .calendar td  {
	color: #222;
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
	font-family: 'Arimo', sans-serif;
}
.widget-archives .calendar td a {
	background-color: #f88c91;
	padding: 4px;
	color: #fff;
	text-decoration: none;
}

/* - Widget Reviews */

.widget-reviews .item {
	background-color: #f6f6f6;
	padding: 40px 25px;
	text-align: center;
}
.widget-reviews .item i {
	color: #c2c2c2;
	font-size: 16px;
	margin-bottom: 10px;
}
.widget-reviews .item p {
	color: #858473;
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	letter-spacing: 0.56px;
	line-height: 21px;
	margin-bottom: 15px;
}
.widget-reviews .item h3 {
	color: #222;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.52px;
	margin-bottom: 30px;
}
.widget-reviews .carousel-control {
    background-image: none;	
	top: auto;
	width: auto;
	bottom: 25px;
	z-index: 11;
	opacity: 1;
	display: inline-block;
	height: 22px;
	width: 22px;
	line-height: 20px;
	text-align: center;
	border-radius: 100%;
	border: 1px solid #dbdbdb;
	color: #dbdbdb;
	text-shadow: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.widget-reviews .left.carousel-control {
	right: 30px;
}
.widget-reviews .right.carousel-control {
	left: 30px;
}
.widget-reviews .carousel-control:hover {
	color: #f88c91;
}
.widget-reviews .carousel-control:hover {
	border-color: #f88c91;
}

/* - Widget Text */

.widget-text p {
	color: #8e97ac;
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	line-height: 20px;
}
.widget-text a {
	color: #f88c91;
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.44px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget-text a:hover {
	color: #59d4f0;
}


/* - Blog Post */

.blog-post .entry-content blockquote {
	background-color: #fff;
    border-left: medium none;
    color: #777;
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 0.6px;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 45px;
    padding: 30px 36px 30px 85px;
    position: relative;
	
    z-index: 1;
}
.blog-post .entry-content blockquote i {
	color: #ededed;
	font-size: 30px;
	position: absolute;
	top: 60px;
	left: 30px;
}
.blog-post .entry-content blockquote span {
	color: #222;
	display: block;
	margin-top: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.91px;
}
.blog-post .tags {
	margin-top: 25px;
}
.blog-post .tags h5 {
	color: #222;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 0.56px;
}
.blog-post .tags a {
	color: #f88c91;
	text-decoration: none;
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	letter-spacing: 0.56px;
}
.blog-section .tags a::after {
	content: ",";
}
.blog-section .tags a:last-of-type::after {
	content: "";
}

/* - About Author */

.about-author {
    border: 1px solid #eeeeee;
    display: inline-block;
    margin-bottom: 20px;
    padding: 30px;
    position: relative;
    text-align: left;
}
.author-img img {   
    position: absolute;
	top: 35px;
}
.author-img img:hover {
	opacity: 0.8;
}
.author-content {
	padding-left: 100px;
}
.author-content p {
    color: #777777;
    display: inline-block;
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 26px;
    margin-bottom: 0;
	margin-top: 10px;
    padding-bottom: 17px;
}
.author-content > a {
    color: #222;
    display: inline-block;
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.56px;
    margin-bottom: 3px;
    text-decoration: none;
    text-transform: uppercase;
}
.author-content span::before {
	content: "|";
	color: #bfbfbf;
	padding: 0 10px;
}
.author-content span {
    color: #f88c91;
    display: inline-block;
	font-family: 'Arimo', sans-serif;
    font-size: 14px;
    margin-right: 10px;
    text-transform: capitalize;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.author-socials a:hover {
	color: #000;
}

/* - Comment Section */
.section-heading {
	text-align: left;
}
.section-heading h3 {
	font-size: 18px;
	color: #222;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 0.72px;
	font-family: 'Poppins', sans-serif;
}

.comment-section {
	display: inline-block;	
	text-align: center;
	margin-top: 80px;	
}
.comment-section .section-heading span {
	margin-left: 10px;
}
.comment-section .media-body {
	text-align: left;
}
.comment-section .media-left {
	float: left;
	clear: both; 
}
.comment-section .media-heading {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #222;
	margin-right: 5px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.56px;
	display: inline-block;
	width: 100%;
}
.comment-section .media-heading span {
	color: #f88c91;
	font-size: 14px;
	display: inline;
	text-transform: capitalize;
	font-weight: 400;
	letter-spacing: 0.56px;
	font-family: 'Arimo', sans-serif;
}
.comment-section .media-heading span::before {
	color: #bfbfbf;
	content: "|";
	padding: 0 10px;
}
.comment-section .media-heading a {
	background-color: #f88c91;
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	text-decoration: none;
	letter-spacing: 0.28px;
	margin-left: 5px;
	font-weight: 500;
	font-family: 'Arimo', sans-serif;
	font-weight: 600;
	padding: 8px 18px;
	float: right;
}
.comment-section .media-heading a i {
	margin-right: 5px;
}
.comment-section .media-heading a:hover {
	color: #777;
}
.comment-section .media-list {
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 15px;
}
.comment-section .media-content {	
	margin-left: 24px;
	position: relative;
	display: inline-block;	
	padding-bottom: 27px;
}

.comment-section .media-content p {
    color: #777777;
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 26px;
    margin-top: 5px;
}
.comment-section .media.media-even {
	margin-left: 50px;
}
.comment-section a.load-more {
	color: #222;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.98px;
	text-decoration: underline;
}
.comment-section a.load-more i {
	padding-left: 5px;
}

.blog-post .comment-form {
	text-align: left;
}
.comment-form form {
	margin-top: 50px;
}
.comment-form {
	margin-top: 40px;
}
.comment-form .widget-heading.col-md-12{
	margin-bottom: 40px;
}
.comment-form .form-control {
	padding: 13px 25px;
	height: auto;
	outline: none;
	box-shadow: none;
	border-radius: 2px;
	border: 1px solid #eeeeee;
	background-color: transparent;
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	font-size: 12px;
	font-family: 'Arimo', sans-serif;
	letter-spacing: 0.48px;
	text-transform: uppercase;
	color: #d1d1d1;
	font-weight: 300;
}
.comment-form  input[type="submit"] { 
	color: #fff;
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
	background-color: #f88c91;
	padding: 10px 50px;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	text-decoration: none;
	margin: 10px 15px 0;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1.12px;
	border: 2px solid transparent;
}
.comment-form  input[type="submit"]:hover {
	border-color: #f88c91;
	color: #f88c91;
	background-color: #fff;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.comment-form .form-control::-webkit-input-placeholder {
   color: #b2b2b2;
}
.comment-form .form-control:-moz-placeholder { /* Firefox 18- */
   color: #b2b2b2; 
}
.comment-form .form-control::-moz-placeholder {  /* Firefox 19- */
   color: #b2b2b2;
}
.comment-form .form-control:-ms-input-placeholder {  
   color: #b2b2b2; 
}

/* - Menu Section 1 */

.menu-section-1 {
	padding: 0 16.5%;
	text-align: center;
}
.menu-section-1 .menu-box-1 {
	border: 1px solid #ebebeb;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	padding: 30px 66px 27px 200px;
	margin-bottom: 30px;
	text-align: left;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;	
}
.menu-section-1 .menu-box-1:hover {
	border-color: #ffbb63;
}
.menu-section-1 .menu-box-1:nth-child(2n-1) {
	clear: left;
}
.menu-section-1 .menu-box-1 img {
	position: absolute;
	left: 0px;
	top: 0;
}
.menu-section-1 .menu-box-1 h3 {
	color: #222;
	display: inline-block;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	word-wrap: break-word;
}
.menu-section-1 .menu-box-1 span {
	border-radius: 3px;
	background-color: #ffbb63;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.84px;
	padding: 4px 20px;
	margin-left: 10px;
	text-transform: uppercase;
}
.menu-section-1 .menu-box-1 p {
	color: #777;
	font-size: 15px;
	letter-spacing: 0.6px;
	line-height: 26px;
	margin-bottom: 25px;
}
.menu-section-1 .menu-box-1 h5 {
	color: #f88c91;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.64px;
}
.menu-section-1 .menu-details-tab {
	text-align: center;
}
.menu-section-1 .menu-details-tab .nav-tabs {
	border-bottom: none;
	background-color: #222;
	display: inline-block;
	margin-bottom: 80px;
}
.menu-section-1 .menu-details-tab .nav > li  {
	margin-right: 15px;
	position: relative;
}
.menu-section-1 .menu-details-tab .nav > li > a {
	border-radius: 0;
	border: none;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
	position: relative;
	padding: 20px 54px;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.menu-section-1 .menu-details-tab .nav > li > a:hover {
	color: #f88c91;
}
.menu-section-1 .menu-details-tab .nav > li.active > a::after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 10px;
	height: 10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #222;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.menu-section-1 .menu-details-tab .nav > li::after {
	background-image: url("../images/menutab-ic.png");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	left: -15px;
	top: 15px;
	height: 30px;
	width: 30px;
	position: absolute;
}
.menu-section-1 .menu-details-tab .nav > li:first-of-type::after {
	display: none;
}
.menu-section-1 .menu-details-tab .nav > li > a:focus,
.menu-section-1 .menu-details-tab .nav > li > a:hover {
	background-color: transparent;
}
.menu-section-1 .menu-details-tab .nav-tabs > li.active > a,
.menu-section-1 .menu-details-tab .nav-tabs > li.active > a:focus,
.menu-section-1 .menu-details-tab .nav-tabs > li.active > a:hover {
	background-color: transparent;
	border: none;
}

.menu-section-1 a.view-full {
	background-color: #f88c91;
	border: 1px solid #f88c91;
	color: #fff;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	padding: 11px 45px;
	margin-top: 30px;
	letter-spacing: 0.84px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.menu-section-1 a.view-full:hover {
	background-color: transparent;
	color: #f88c91;
	border: 1px solid #f88c91;
}

/* - Call Out */

.call-out {
	position: relative;
}
.call-out .callout-bg-color {
	background-color: #ffbb63;
	padding: 38px 0;
	display: inline-block;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.call-out .callout-content {
	float: right;
}
.call-out .callout-content p {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
.call-out .img-box {
	text-align: center;
    left: 0;
    position: absolute;
	bottom: -80px;
}

/* - Gallery Section */
.gallery-section {
	text-align: center;
}
.portfolio-list {
	margin-bottom: 0;
	height: auto !important;
	display: inline-block;
	width: 100%;
}
.portfolio-list li {
	list-style: none;
	width: 16.6666%;
	left: 0 !important;
	position: relative !important;
	top: 0 !important;
	
}
.portfolio-list li.wide {
	width: 33.3332%;
}
.portfolio-list li img {
	width: 100%;
}
.gallery-section .content-image-block {
	position: relative;
	display: inline-block;
	width: 100%;
}
.gallery-section .content-image-block a {
	display: inline-block;
	width: 100%;
}
.content-image-block::before {
	content: "";
	background-color: rgba(255, 187, 99, 0.902);
	position: absolute;
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
	display: inline-block;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
}
.content-block-hover {
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	cursor: pointer;
	top: 50%;
	text-align: center;
	transform: translate(0%, -50%) scale(0) rotate(-180deg);
	-webkit-transform: translate(0%, -50%) scale(0) rotate(-180deg);
	-moz-transform: translate(0%, -50%) scale(0) rotate(-180deg);
	-ms-transform: translate(0%, -50%) scale(0) rotate(-180deg); 
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.content-block-hover h3 {
	color: #fff;
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 18px;
	margin-bottom: 0;
	letter-spacing: 0.72px;
	text-transform: uppercase;
}
.content-block-hover h3::after {
	background-color: #fff;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 30px;
	height: 1px;
}
.content-block-hover p {
	color: #fff;
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	letter-spacing: 0.56px;
	line-height: 24px;
	margin-bottom: 0;
	margin-top: 15px;
	padding: 0 30px;
}
.content-image-block,
.content-image-block::before,
.content-block-hover {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
}
.content-image-block:hover::before {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}
.content-image-block:hover .content-block-hover {
	opacity: 1;
	transform: translate(0%, -50%) scale(1) rotate(0deg);
	-webkit-transform: translate(0%, -50%) scale(1) rotate(0deg);
	-moz-transform: translate(0%, -50%) scale(1) rotate(0deg);
	-ms-transform: translate(0%, -50%) scale(1) rotate(0deg); 
}
.gallery-section a.view-more {
	background-color: #f88c91;
	border: 1px solid #f88c91;
	color: #fff;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 14px 45px;
	letter-spacing: 0.84px;
	margin-top: 50px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.gallery-section a.view-more:hover {
	border: 1px solid #f88c91;
	background-color: transparent;
	color: #f88c91;
}

/* - Gallery Column 3 */
.gallery-column-3 .ow-pagination {
	text-align: center;
}
.gallery-column-3 .portfolio-list li {
	width: 33.33333333%;
}
.gallery-column-3  .col-md-4 {
	margin-bottom: 30px;
}

/* - Gallery Column 4 */
.gallery-column-4 .portfolio-list li {
	width: 25%;
}
.gallery-column-4 .col-md-3 {
	margin-bottom: 30px;
}

/* - Client */

.client {
	padding: 30px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.client .owl-carousel .owl-item img {
    width: auto;
	display: inline-block;
}
.client .clients-carousel .item  a {
	text-align: center;
	line-height: 180px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;	
	opacity: 0.5;
	min-height: 180px;
	max-height: 180px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.client .clients-carousel .item  a:hover {
	opacity: 1;
}

/* - Testimonial Section */

.testimonial-section {
	text-align: center;
}
.testimonial-section .carousel-indicators {
	bottom: -55px;
	margin-bottom: 0;
}
.testimonial-section .carousel-indicators li {
	border-radius: 100%;
	border: none;
	width: 9px;
	height: 9px;
	margin-right: 3px;
	background-color: #d0d0d0;
}
.testimonial-section .carousel-indicators li.active {
	background-color: #ffbb63;
}
.testimonial-section .testimonial-content img {
	border-radius: 100%;
	display: inline-block;
}
.testimonial-section .testimonial-content p {
	font-family: 'Arimo', sans-serif;
	font-style: italic;
	font-size: 16px;
	color: #777;	
	line-height: 26px;
	letter-spacing: 0.64px;
	margin-bottom: 30px;
	padding: 0 12%;
}
.testimonial-section .testimonial-content p span {
	color: #f88c91;
	font-size: 12px;
}
.testimonial-section .testimonial-content img {
	margin-bottom: 10px;
}
.testimonial-section .testimonial-content h3 {
	color: #222;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	letter-spacing: 0.64px;
	text-transform: uppercase;
}
.testimonial-section .testimonial-content h3 span {
	color: #777;
	font-size: 15px;
	font-style: italic;
	letter-spacing: 0.6px;
	text-transform: capitalize;
}
.testimonial-section .testimonial-content h3 span::before {
	content: "/";
	padding: 0 5px;
}

/* - Video Section */

.video-section {
	background-image: url("../images/video-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	max-height: 740px;
    min-height: 740px;
    text-align: center;
}
.video-section::before {
	background-color: rgba(0, 0, 0,0.8);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.video-section .video-section-content {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.video-section .video-section-content a {
	width: 96px;
	height: 96px;
	background-color: #dfdfdf;
	border-radius: 100%;
	display: inline-block;
	line-height: 94px;
	font-size: 24px;
	color: #000;
}
.video-section a i {
	margin-left: 5px;
}

.video-section .video-section-content h3 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	letter-spacing: 1.2px;
	margin-bottom: 38px;
	font-weight: 600;
	text-transform: uppercase;
}
.video-section .video-section-content p {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.8px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.video-link-list{
	padding: 0 22% 0 30%;
	display: inline-block;
}
.video-links ul {
	padding-left: 0;
	text-align: left;
}
.video-links li {
	display: inline-block;
	text-decoration: none;
	margin-bottom: 10px;
	font-family: 'Arimo', sans-serif;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.56px;
	width: 100%;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.video-links li::before {
	content: "\f1cd";
	font-family: 'FontAwesome';
	color: #fff;
	padding-right: 10px;
}

/* - Contact Us 1 */

.contact-us-1 .form-control {
	padding: 13px 25px;
	height: auto;
	outline: none;
	box-shadow: none;
	border-radius: 2px;
	border: 1px solid #c7c7c7;
	background-color: transparent;
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	font-size: 12px;
	font-family: 'Arimo', sans-serif;
	letter-spacing: 0.48px;
	text-transform: uppercase;
	color: #d1d1d1;
	font-weight: 300;
}
.contact-us-1  input[type="submit"] { 
	color: #fff;
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
	background-color: #f88c91;
	padding: 10px 50px;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	text-decoration: none;
	margin: 10px 15px 0;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1.12px;
	border: 2px solid transparent;
}
.contact-us-1  input[type="submit"]:hover {
	border-color: #f88c91;
	color: #f88c91;
	background-color: #fff;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.contact-us-1 .form-control::-webkit-input-placeholder {
   color: #b2b2b2;
}
.contact-us-1 .form-control:-moz-placeholder { /* Firefox 18- */
   color: #b2b2b2; 
}
.contact-us-1 .form-control::-moz-placeholder {  /* Firefox 19- */
   color: #b2b2b2;
}
.contact-us-1 .form-control:-ms-input-placeholder {  
   color: #b2b2b2; 
}

.contact-us-1 .contact-info h3 {
	color: #222;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.contact-us-1 .contact-info p {
	color: #777;
	font-family: 'Arimo', sans-serif;
	font-size: 15px;
	letter-spacing: 0.6px;
	margin-bottom: 8px;
}
.contact-us-1 .contact-info p a {
	color: #777;
}

.contact-us-1 .contact-detail {
	padding-top: 12%;
}

/* - Map */
.map-canvas {
    height: 430px;
    width: 100%;	
	display: inline-block;
	margin-top: 30px;
}
.map-canvas-1 {
    height: 400px;
    width: 100%;	
	display: inline-block;
}

/* -- Contact Us 2 */
.contact-us-2 {
	text-align: center;
}
.contact-us-2 form {
	padding: 0 15px;
}
.contact-us-2 .form-group label {
	color: #222;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.48px;
}

.form-group.col-md-6,
.form-group.col-md-12 {
	text-align: left;
}

/* - Alert Msg */

.alert-msg {
	color: #ccc;
	margin: 10px 18px;
	position: relative;
	text-align: left;
	z-index: 1;
}
.alert-msg-success {
	color: #50B948;
}
.alert-msg-failure {
	color: #FF0000;
}

/*-----------------------------------------------------------

	* Responsive
	
------------------------------------------------------------*/

/* - min-width: 1200px */
@media (min-width: 1200px) {
	/* - Photo Slider */
	.photo-slider .carousel-control.left {
		left: 100px;
	}
	.photo-slider .carousel-control.right {
		right: 100px;
	}
	/* - Team Section */
	.team-section .carousel-control.left {
		left: 100%;
	}
	.team-section .carousel-control.right {
		right: 100%;
	}
	/* - Contact Us 2 */
	.contact-us-2 form {
		padding: 0 12%;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	/* - Order Section 1 */
	.order-section.order-section-1 .section-header p {
		padding: 0 18%;
	}
}

/* - min-width: 768 */
@media (min-width: 768px) {
	
}

/* - max-width: 1800 */
@media (max-width: 1800px) {
	/* - Menu Section */
	.menu-section {
		padding: 0 20px;
	}
	/* - Menu Section 1 */
	.menu-section-1 {
		padding: 0 50px;
	}
}

/* - max-width: 1366 */
@media (max-width: 1366px) {
	/* - Photo Slider 1 */
	.photo-slider-1 .carousel-caption .slider-content h3 {
		font-size: 40px;
	}
}

/* - max-width: 1365 */
@media (max-width: 1365px) {
	/* - Menu Section 1 */
	.menu-section-1 .menu-details-tab .nav > li > a {
		padding: 20px 42px;
	}
}


/* - max-width: 1279 */
@media (max-width: 1279px) {
	/* - Menu Section */
	.menu-section .menu-box {
		padding-right: 20px;
	}
	.menu-section .menu-box h3 {
		font-size: 13px;
	}
	.menu-section .menu-box span {
		font-size: 12px;
	}
	/* - Menu Section 1 */
	.menu-section-1 .menu-box-1 {
		padding-right: 20px;
	}
	.menu-section-1 .menu-box-1 h3 {
		font-size: 13px;
	}
	.menu-section-1 .menu-box-1 h5 {
		font-size: 12px;
	}
	/* - Video Section */
	.video-link-list {
		padding: 0 22% 0 28%;
	}
}

/* - max-width: 1200px */
@media (max-width: 1200px) {
	/* - Photo Slider */
	.photo-slider .carousel-caption {
		top: 55%;
	}
	.photo-slider .carousel-caption p {
		font-size: 30px;
		line-height: 30px;
	}
	/* - Photo Slider 1 */ 
	.photo-slider-1 .carousel-caption .slider-content h3 {
		font-size: 24px;
		margin-bottom: 12px;
		margin-top: 5px;
	}
	.photo-slider-1 .carousel-caption .slider-content p {
		font-size: 13px;
	}
	.photo-slider-1 .slider-content {
		padding: 50px 100px;
	}
	/* - Order Section */
	.order-section .right-image {
		display: none;
	}
	.order-section .col-md-7 {
		width: 100%;
	}
	/* - Latest Blog */
	.latest-blog .latest-blog-content {
		padding-left: 85px;
	}
	.latest-blog .entry-title {
		font-size: 15px;
	}
	.latest-blog .post-date {
		height: 65px;
		width: 65px;
	}
	.latest-blog .post-date span {
		font-size: 28px;
	}
	.latest-blog .entry-content p {
		margin-top: 10px;
	}
	/* - Tab Post */
	.blog-section .tab-post .nav-tabs > li > a {
		padding: 8px 15px;
	}
	/* - Menu Section 1 */
	.menu-section-1 .menu-details-tab .nav > li > a {
		padding: 20px 15px;
	}
}

/* - min-width: 1201 to max-width: 1365 */
@media only screen and (min-width: 1201px) and (max-width: 1365px) {
	/* - Order Section */
	.order-section .right-image {
		right: -70px;
	}
}

/* - min-width: 1200 to max-width: 1366 */
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
	/* - Menu Section */
	.menu-section {
		padding: 0 35px;
	}
	.menu-section .menu-box img {
		max-width: 300px; 
	}
	.menu-section .menu-box {
		padding: 60px 36px 30px 285px;
	}
	/* - Menu Section 1 */
	.menu-section-1 {
		padding: 0 35px;
	}
	.menu-section-1 .menu-box-1 {
		padding: 29px 36px 28px 200px;
	}
	/* - Gallery Section */
	.content-block-hover h3 {
		padding-bottom: 10px;
		margin-top: 10px;
	}
	.content-block-hover p {
		margin-top: 10px;
		line-height: 18px;
	}
}


/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Welcome Section 1 */
	.welcome-section-1 .mission-content {
		margin-bottom: 30px;
	}
	/* - Festival Section */
	.festival-section .festival-content {
		margin: 0 18% 100px;
	}
	/* - Menu Section */
	.menu-section .menu-box {
		padding: 22px 22px 40px 150px;
	}
	.menu-section .menu-box img {
		max-width: 150px; 
	}
	/* - Menu Section 1 */
	.menu-section-1 .menu-box-1 {
		padding: 11px 22px 5px 180px;
	}
	.menu-section-1 .menu-box-1 img {
		max-width: 128px; 
	}
	.menu-section-1 .menu-box-1 p {
		margin-bottom: 0;
		line-height: 22px;
	}
	/* - Call Out */
	.call-out .img-box {
		bottom: -70px;
	}
	/* - Gallery Section */
	.portfolio-list li {
		width: 25%;
	}
	.portfolio-list li.wide {
		width: 50%;
	}
	/* - Video Section */
	.video-link-list {
		padding: 0 15% 0 22%;
	}
	/* - Contact Us 1 */
	.contact-us-1 .contact-info h3 {
		font-size: 18px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Photo Slider 1 */ 
	.photo-slider-1 .slider-content {
		padding: 20px 32px;
	}
	.photo-slider-1 .carousel-caption .slider-content a {
		padding: 13px 26px;
	}
	/* - Welcome Section */
	.welcome-section .welcome-header {
		margin-bottom: 25px;
	}
	.welcome-section .welcome-header span {
		font-size: 45px;
	}
	.welcome-section .welcome-header h5 {
		font-size: 25px;
	}
	/* - Welcome Section 1 */
	.welcome-section-1 .mission-content {
		margin-bottom: 20px;
	}
	.welcome-section-1 .mission-content h3 {
		margin-bottom: 10px;
		padding-bottom: 15px;
	}
	.welcome-section-1 .col-sm-7.col-xs-6.wc-img-box {
		padding-top: 100px;
	}
	/* - Festival Section */
	.festival-section .festival-content {
		margin: 0 10% 100px;
	}
	/* -- Menu Section */
	.menu-section .col-sm-6.col-xs-6 {
		width: 100%;
	}
	/* - Team Section */
	.team-section .carousel-control.left {
		left: -8px;
	}
	.team-section .carousel-control.right {
		right: -8px;
	}
	/* - Counter Section */
	.counter-box {
		margin-bottom: 30px;
	}
	/* - Latest Blog */
	.latest-blog .col-sm-6.col-xs-6 {
		margin-bottom: 30px;
	}
	/* - Blog Post */
	.comment-section .media-content {
		margin-left: 10px;
	}
	.comment-section .media.media-even {
		margin-left: 20px;
	}
	.comment-section .media-heading a {
		padding: 8px;
	}
	.comment-section .media-heading {
		font-size: 11px;
	}
	.comment-section .media-heading span::before {
		padding: 0 5px;
	}
	/* - Menu Section 1 */
	.menu-section-1 .col-sm-6.col-xs-6 {
		width: 100%;
	}
	.menu-section-1 .menu-box-1 {
		padding: 44px 22px 42px 200px;
	}
	.menu-section-1 .menu-details-tab .nav > li > a {
		font-size: 11px;
		padding: 20px 7px;
	}
	.menu-section-1 .menu-details-tab .nav > li > a:first-of-type {
		padding-left: 10px;
	}
	/* - Call Out */
	.call-out .callout-content p {
		font-size: 14px;
	}
	.call-out .img-box {
		max-width: 250px;
		bottom: -55px;
	}
	/* - Gallery Section */
	.portfolio-list li {
		width: 33.33333337%;
	}
	.portfolio-list li.wide {
		width: 66.66666674%;
	}
	.gallery-column-4 .portfolio-list li {
		width: 50%;
	}
	/* - Video Section */
	.video-link-list {
		padding: 0 8% 0 16%;
	}
	/* - Contact Us 1 */
	.contact-us-1 .contact-info h3 {
		font-size: 13px;
	}
}

/* - min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}

/* - max-width: 767 */
@media (max-width: 767px) {	
	/* - Photo Slider */
	.photo-slider .carousel-caption {
		top: 50%;
	}
	.photo-slider .carousel-caption p {
		font-size: 24px;
	}
	/* - Photo Slider 1 */ 
	.photo-slider-1 .slider-content {
		padding: 10px 15px;
	}
	.photo-slider-1 .carousel-caption .slider-content p {
		margin-bottom: 10px;
	}
	/* - Welcome Section */
	.welcome-section .wc-content-box {
		padding-top: 0;
	}
	/* - Welcome Section 1 */
	.welcome-section-1 .col-sm-7.col-xs-6.wc-img-box {
		width: 100%;
		padding-top: 0;
	}
	.welcome-section-1 .col-sm-5.col-xs-6 {
		width: 100%;
	}
	.welcome-section-1 .mission-content {
		margin-bottom: 50px;
	}
	/* - Festival Section */
	.festival-section .festival-details-tab .nav > li > a i {
		height: 70px;
		width: 70px;
		line-height: 60px;
	}
	.festival-section .festival-details-tab .nav > li {
		margin-right: 3px;
	}
	.festival-section .festival-details-tab .nav > li > a {
		font-size: 12px;
	}
	/* - Menu Section */
	.menu-section .menu-box img {
		max-width: 200px; 
	}
	.menu-section .menu-box {
		padding: 30px 30px 30px 200px;
	}
	/* - Team Section */
	.team-section .carousel-control {
		top: 25%;
	}
	.team-section .carousel-control.left {
		left: 15px;
	}
	.team-section .carousel-control.right {
		right: 15px;
	}
	.team-section .team-contact-info ul {
		margin-bottom: 5px;
	}
	.team-section .team-contact-info p {
		line-height: 20px;
	}
	.content-area.col-md-9.col-sm-7.col-xs-12 {
		margin-bottom: 30px;
	}
	/* - Widget Categories */
	.blog-section .widget-categories ul li a {
		padding-left: 0;
	}
	/* - Blog Post */
	.blog-post .comment-form {
		margin-bottom: 30px;
	}
	/* - Menu Section 1 */
	.menu-section-1 .menu-box-1 img {
		max-width: 200px; 
	}
	.menu-section-1 .menu-box-1 {
		padding: 30px 30px 30px 200px;
	}
	.menu-section-1 .menu-details-tab .nav > li {
		margin-right: 0;
		width: 50%;
	}
	.menu-section-1 .menu-details-tab .nav > li::after {
		display: none;
	}
	.menu-section-1 .menu-details-tab .nav > li.active > a::after {
		display: none;
	}
	/* - Call Out */
	.call-out .img-box {
		max-width: 100%;
		position: relative;
		margin-bottom: 50px;
	}
	.call-out .callout-content {
		float: none;
		padding-top: 30px;
		text-align: center;
	}
	/* - Gallery Section */
	.content-block-hover h3 {
		padding-bottom: 10px;
		margin-top: 10px;
		font-size: 14px;
	}
	.content-block-hover p {
		margin-top: 10px;
		line-height: 18px;
	}
	/* - Contact Us 1 */
	.contact-us-1 .col-xs-6 {
		width: 100%;
	}
	.contact-us-1 .col-xs-6.contact-content {
		width: 50%;
	}
}

/* -  max-width: 639 */
@media (max-width: 639px) {
	/* - Photo Slider */
	.photo-slider .carousel-caption img {
		margin-bottom: 15px; 
	}
	.photo-slider .carousel-caption p {
		font-size: 20px;
	}
	.photo-slider .carousel-caption a {
		padding: 10px 20px;
		margin-top: 5px;
	}
	/* - Photo Slider 1 */ 
	.photo-slider-1 .carousel-caption .slider-content h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.photo-slider-1 .carousel-caption .slider-content p {
		line-height: 18px;
	}
	.photo-slider .carousel-caption a {
		margin-top: 0;
	}
	.photo-slider-1 .carousel-caption .slider-content a {
		padding: 13px 20px;
	}
	/* - Welcome Section */
	.welcome-section .col-xs-6 {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	/* - Menu Section */
	.menu-section {
		padding: 0;
	}
	/* - Team Section */
	.team-section .col-xs-6 {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.team-contact-info {
		text-align: left;
	}
	/* - Order Section 1 */
	.order-section-1 .col-xs-4 {
		width: 100%;
	}
	/* - Latest Blog */
	.latest-blog .col-xs-6 {
		text-align: center;
		width: 100%;
	}
	.latest-blog .post-content {
		margin: 10px auto 0;
		max-width: 370px;
		text-align: left;
	}
	.blog-section .post-content {
		max-width: 870px;
	}
	/* - Menu Section 1 */
	.menu-section-1 {
		padding: 0;
	}
	.menu-section-1 .menu-details-tab .nav-tabs {
		margin-left: 15px;
		margin-right: 15px;
	}
	/* - Gallery Section */
	.content-image-block::before {
		top: 10px;
		right: 10px;
		left: 10px;
		bottom: 10px;
	}
	.content-block-hover h3  {
		font-size: 12px;
		padding-bottom: 8px;
		font-size: 12px;
		line-height: 16px;
	}
	.content-block-hover p {
		padding: 0 20px;
		margin-top: 5px;
	}
	.gallery-column-3 .col-md-4.col-sm-4.col-xs-6,
	.gallery-column-4 .col-md-3.col-sm-3.col-xs-6 {
		width: 50%;
	}
	/* - Video Section */
	.video-link-list {
		padding: 0 3% 0 6%;
	}
}
/* -  max-width: 479 */
@media (max-width: 479px) {
	/* - Photo Slider */
	.photo-slider .carousel-caption img {
		display: none;
	}
	.photo-slider .carousel-control i {
		height: 35px;
		width: 35px;
		line-height: 35px;
	}
	/* - Photo Slider 1 */ 
	.photo-slider-1 .carousel-caption .slider-content h3 {
		font-size: 20px;
	}
	.photo-slider-1 .carousel-caption .slider-content p {
		display: none;
	}
	.photo-slider-1 .carousel-caption .slider-content a {
		padding: 9px 20px;
	}
	.photo-slider-1 .carousel-caption .slider-content a.get-started {
		margin-right: 0;
		margin-bottom: 5px;
	}
	/* - Festival Section */
	.festival-section .festival-details-tab .nav > li > a {
		padding: 6px;
		font-size: 11px;
	}
	.festival-section .festival-content {
		padding: 40px;
	}
	/* - Menu Section */
	.menu-section .menu-box {
		padding: 20px 20px 20px 115px;
	}
	.menu-section .menu-box img {
		max-width: 100px; 
	}
	.menu-section .menu-box span {
		float: none;
		display: block;
		margin-top: 10px;
	}
	.menu-section .menu-box a {
		padding: 10px 30px;
	}
	/* - Order Section */
	.order-section .online-form .col-xs-6 {
		width: 100%;
	}
	.order-section-1 a.order-now {
		padding: 10px 20px;
	}
	.order-section-1 a.free-delivery {
		padding: 8px 20px;
	}
	/* - Gallery Section */
	.gallery-section .col-xs-6,
	.portfolio-list li.wide {
		width: 100%;
	}
	.gallery-column-3 .col-md-4.col-sm-4.col-xs-6,
	.gallery-column-4 .col-md-3.col-sm-3.col-xs-6 {
		width: 100%;
	}
	/* - Blog Post */
	.author-content span::before {
		display: none;
	}
	.comment-section .media-heading span::before {
		display: none;
	}
	.comment-section .media-heading a {
		float: left;
	}
	.comment-section .media-heading span, .comment-section .media-heading a {
		display: block;
		margin-top: 10px;
	}
	.blog-post .entry-content blockquote {
		padding: 13px 15px 20px 50px;
	}
	.blog-post .entry-content blockquote i {
		left: 5px;
	}
	.blog-post .entry-content blockquote span {
		font-size: 12px;
	}
	/* - Menu Section 1 */
	.menu-section-1 .menu-box-1 {
		padding: 14px 20px 16px 155px;
	}
	.menu-section-1 .menu-box-1 img {
		max-width: 130px; 
	}
	.menu-section-1 .menu-box-1 h5 {
		float: none;
		display: block;
		margin-top: 10px;
	}
	.menu-section-1 .menu-box-1 a {
		padding: 10px 30px;
	}
	.menu-section-1 .menu-box-1 h3 {
		display: block;
	}
	.menu-section-1 .menu-box-1 span {
		margin-left: 0;
	}
	.menu-section-1 .menu-box-1 p {
		margin-top: 5px;
	}
	/* - Contact Us 1 */
	.contact-us-1 .col-xs-6.contact-content {
		width: 100%;
	}
}

/* - max-width: 360 */
@media (max-width: 360px) {
	/* - Photo Slider 1 */
	.photo-slider-1 .slider-content {
		background-color: transparent;
	}
	/* - Photo Slider */
	.photo-slider .carousel-caption {
		top: 48%;
	}
	/* - Festival Section */
	.festival-section .festival-content h5 {
		font-size: 15px;
	}
	.festival-section .festival-content {
		margin: 0 0 40px;
	}
	/* - Menu Section */
	.menu-section .menu-box p {
		line-height: 20px;
	}
	/* - Team Section */
	.team-section .carousel-control {
		top: 38%;
	}
	/* - Menu Section 1 */
	.menu-section-1 .menu-box-1 p {
		line-height: 20px;
	}
	/* - Order Section */
	.order-section-1 a.order-now {
		padding: 5px;
		font-size: 10px;
	}
	.order-section-1 a.free-delivery {
		padding: 6px;
		font-size: 10px;
	}
	.content-block-hover h3 {
		padding-bottom: 10px;
		margin-top: 10px;
	}
	.content-block-hover p {
		margin-top: 10px;
		line-height: 18px;
	}
	/* - Video Section */
	.video-link-list .col-xs-6.video-links {
		width: 100%;
	}
}
