
/*Common CSS Start Here*/

body {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 200;
}
.fl {
	float: left;
}
.fr{
	float: right;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 10px 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
}
h1 {
	margin: 0;
	padding: 10px 0 10px;
	line-height: 30px;
	clear: both;
}
h2 {
	margin: 0;
	padding: 10px 0 10px;
	line-height: 30px;
}
h3 {
	padding: 10px 0 10px 0;
}
h4 {
	padding: 10px 0 10px 0;
}
h5 {
	padding: 10px 0 10px 0;
}
h6 {
	padding: 10px 0 10px 0;
}
.pad-right290 {
	padding-right: 290px !important;
}
body.home .main-article-div {
	padding: 0px 0 0 0;
}
.main-article-div {
	width: 100%;
	float: left;
	padding: 70px 0;
}
.container-box {
	padding: 70px 0;
}
/*header css Start*/
.social-icon li a, .kreative-topbar a {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.kreative-topbar { /*background:#ea4f45; font-size:14px; color:#fff;*/
	width: 100%;
	float: left;
	padding: 5px 0 5px;
	height: 35px;
}
.kreative-topbar a {
	color: #fff;
}
.kreative-topbar a:focus, .kreative-topbar a:hover {
	text-decoration: none;
	color: #fff;
}
.kreative-topbar .phone-box {
	max-width: 114px;
	height: 26px;
	overflow: hidden;
	float: right;
	line-height: 22px;
}
.kreative-topbar .mail-box {
	max-width: 224px;
	height: 26px;
	overflow: hidden;
	float: right;
	line-height: 22px;
}
.kreative-topbar strong, .kreative-topbar strong {
	float: left;
	line-height: 22px;
}
.mail-icon {
	margin-left: 20px;
	margin-right: 9px;
}
.phone-icon {
	margin-left: 0px;
	margin-right: 0px;
}
.social {
	margin-top: 4px;
	float: right;
}
ul.social-icon {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-icon li {
	float: left;
	margin-left: 10px;
}
.social-icon li a {
	float: left;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.social-icon li a:hover {
	color: #fff;
	text-decoration: none;
}
.top-right-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-right-list li {
	float: left;
}
.top-left {
	float: left;
	max-width: 400px;
	height: 26px;
	overflow: hidden;
}
.top-right {
	float: right;
}
h3.widget-title-none {
	display: none;
}
/*header css Start*/
.logo, .nav li, .navbar-default.zolotheme, .navbar-default.zolotheme.tiny, .navbar-default.zolotheme.tiny .logo, .navbar-default.zolotheme.tiny .nav li ul, .navbar .btn, .navbar, header.zolotheme.tiny .navbar .btn, header.zolotheme.tiny .navbar .btn-group {
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
/* HEADER
-------------------------------------------------------------- */
.navbar-default.zolotheme {
	opacity: 1;
	position: fixed;
	right: 0;
	left: 0;
	top: 35px;
	width: 100%;
	float: left;
	padding: 0px 0;
	z-index: 1030;
	border: none;
	background: #1c1c1c;
}
.navbar-default.zolotheme.tiny {
	opacity: 1;
	padding: 0px 0;
	top: 0;
	background: #1c1c1c;
	border-top: 2px solid #EA4F45;
}
.navbar-default.zolotheme.tiny .logo {
	float: left;
	margin: 0;
}
.navbar-default.zolotheme.tiny .nav {
	padding-top: 0px;
}
.logo {
	max-width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.logo-box .retina_logo {
	display: none;
}
#logo { /*background:#ea4f45;*/
	padding: 0 0px; margin:12px 0;
	position: relative;
	z-index: 999;
}
#logo img {
	line-height: 100px;
	text-align: center;
}
/*navigetion css Start*/
.menu-main-menu-container {
	float: right;
	width: 100%;
}
.nav ul {
	padding: 0px;
	margin: 0;
	list-style: none;
}
.nav li {
	text-align: center;
	margin: 0px 15px;
	float: left;
	position: relative;
	background-position: top left;
	font-weight: 700;
}
/*.nav li:last-child{ margin-right:0;}*/
.nav li a {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	outline: none;
	text-decoration: none;
	padding: 0 0 4px;
}
.nav li.current-menu-ancestor li.current-menu-ancestor a:after, .nav li.current-menu-ancestor a:after, .nav li.current-menu-parent a:after, .nav li.current_page_item a:after, .nav li a:hover:after, .nav li.active a:after {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
}
.nav li span.fontawesome-text {
	display: block;
}
/*Sub menu css Start*/
.nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 9;
	text-align: left;
	opacity: 1;
}
.nav li:hover ul {
	display: block;
}
.nav li ul li {
	text-align: left;
	width: 100%;
	padding: 0 0;
	float: left;
	margin: 0;
}
.nav li ul li a {
	padding: 6px 10px;
	display: block;
	float: none;
	border-bottom: 1px solid;
}
.nav li ul li ul {
	top: 0;
	left: 100%;
	display: none !important;
}
.nav li ul li:hover ul {
	display: block !important;
}
/*header css End*/

/*Banner css Start*/
.banner {
	position: relative;
	width: 100%;
	float: left;
	padding-top: 0;
	clear: both;
}
.banner .container {
	position: relative;
}
.banner img {
	width: 100%;
	max-width: 100%;
}
.owl-demo2 .banner img {
	width: 100%;
}
.banner .button-box {
	position: relative;
	margin: 0;
}
.button.view-work {
	text-transform: capitalize;
	opacity: 0.9;
	border: 1px solid #EA4F45;
	background: #EA4F45;
	color: #fff;
	font-weight: normal;
	padding: 20px 50px;
	font-size: 16px;
	display: inline-block;
	margin-top: 30px;
}
.button.view-work:hover {
	color: #fff;
	background: #fff !important;
	opacity: 0.9;
	border: 1px solid #EA4F45;
	text-decoration: none;
	font-weight: normal;
}
.banner-caption {
	position: absolute;
	bottom: 100px;
	color: #fff;
	width: 100%;
	-moz-animation: 2s ease 0s normal none 1 slideIn;
	-ms-animation: 2s ease 0s normal none 1 slideIn;
	-webkit-animation: 2s ease 0s normal none 1 slideIn;
	-o-animation: 2s ease 0s normal none 1 slideIn;
	animation: 2s ease 0s normal none 1 slideIn;
}
.banner-caption-box {
	width: 50%;
	float: left;
}
.banner-caption-box.right {
	float: right;
}
.banner-caption-box.center {
	float: none;
	text-align: center;
	margin: 0 auto;
}
.banner-caption h1 {
	font-size: 50px;
	line-height: normal;
	color: #fff;
	text-shadow: 1px 1px 1px #000000;
	text-transform: capitalize;
}
.banner-caption h6 {
	font-size: 24px;
	line-height: 38px;
	color: #fff;
	text-shadow: 1px 1px 1px #000000;
}
/*Banner css End*/

/*services section css start*/
.services-area {
}
a.learn-more {
	font-size: 16px;
	margin-left: 0px;
}
a.learn-more:hover {
	color: #EA4F45;
	text-decoration: none;
}
a.learn-more .fa {
	margin-left: 12px;
	color: #000;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
a.learn-more:hover .fa {
	margin-left: 2px;
	color: #EA4F45;
	text-decoration: none
}
/*services section css end*/
/*client section css Start*/
.client-area {
	background: #eef1f5;
	width: 100%;
	float: left;
}
.client-area a.learn-more {
	margin-left: 8px;
}
.client-area .owl-carousel .owl-item {
	padding-right: 230px;
}
/*client section css end*/
/*Link images section css start*/
.portfolio-area {
	width: 100%;
	float: left;
}
.portfolio-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.portfolio-list li {
	float: left;
	width: 33.33%;
	position: relative;
	overflow: hidden;
}
.portfolio-list li .link-overlay {
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	float: left;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	cursor: pointer;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.portfolio-list li:hover .link-overlay {
	top: 0;
	left: 0;
}
.overlay-icons {
	height: 36px;
	width: 36px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -18px;
}
.overlay-icons i {
	background: #ea4f45;
	color: #fff;
	font-size: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.overlay-icons i:hover {
	background: #111;
}
.portfolio-list li:last-child .link-overlay {
	top: 0;
	right: 100%;
	left: auto;
}
.portfolio-list li:last-child:hover .link-overlay {
	top: 0;
	right: 0;
	left: auto;
}
.portfolio-list li img {
	max-width: 100%;
}
.portfolio-list li:nth-child(2) .link-overlay {
	top: 100%;
	right: 0;
	left: 0;
}
.portfolio-list li:nth-child(2):hover .link-overlay {
	top: 0;
	right: 0;
	left: 0;
}
.button.portfolio-button {
	color: #EA4F45;
	border-color: #EA4F45;
	opacity: 1;
}
.button.portfolio-button:hover {
	text-decoration: none;
	color: #EA4F45;
}
#portfolio-slider img {
	width: 100%;
}
#portfolio-slider .owl-pagination {
	display: none;
}
#portfolio-slider.owl-theme .owl-controls {
	margin: 0;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	width: 100%;
}
#portfolio-slider.owl-buttons {
	width: 100%;
	float: left;
	position: relative;
}
#portfolio-slider.owl-theme .owl-controls .owl-buttons div {
	left: 10px;
	right: auto;
	position: absolute;
}
#portfolio-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
	left: auto;
	right: 10px;
}
.single-portfolio .share-box {
	margin-top: 30px;
}
.project-details-list {
	margin: 0 0 24px 0px;
	padding: 0;
}
.project-details-list li {
	list-style: none;
	padding: 8px 0;
}
.post-navigation a, .go-website {
	border: 1px solid;
	border-radius: 3px;
	display: inline-block;
	opacity: 1;
	padding: 6px 18px;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 1s ease 0s;
}
.post-navigation a:hover, a.go-website:hover {
	color: #fff !important;
}
/*Link images section css end*/
 
/*client logo section css Start*/
.client-logo-area {
	width: 100%;
	float: left;
}
.client-logo {
	padding: 60px 0 10px 0;
}
.client-logo .owl-buttons {
	display: none !important;
}
/*client logo section css end*/
 
 
.news-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.news-list li {
	float: left;
	width: 100%;
	position: relative;
	padding: 22px 0 10px 90px;
	font-size: 16px;
}
.news-list li .date-box {
	line-height: 24px;
	padding: 7px 2px;
	font-size: 16px;
	color: #fff;
	background: #ea4f45;
	width: 76px;
	height: auto;
	float: left;
	text-align: center;
	position: absolute;
	top: 18px;
	left: 0;
}
.news-list li .date-box .day {
	font-size: 30px;
	display: block;
}
.news-list li .date-box a {
	color: #fff;
}
/*button css start*/
.button-box {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	right: 10px;
	padding: 15px 10px 0;
}
.button {
	border: 1px solid #fff;
	transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	color: #FFFFFF;
	font-size: 20px;
	letter-spacing: 2px!important;
	padding: 13px 18px;
	text-transform: uppercase;
	opacity: 0.75;
	line-height: 20px;
	background-color: none;
	display: inline-block;
	position: relative;
}
.button i {
	font-size: 18px;
	line-height: 18px;
	width: 18px;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -9px;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
.button i.icon-button-arrow {
	font-size: 20px;
}
.button span {
	left: 0px;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	position: relative;
}
.button.has-icon {
	padding-left: 42px;
	padding-right: 42px;
}
.button.has-icon:hover span {
	left: -18px;
}
.button.has-icon:hover i {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	right: 24px;
}
.button:hover, .full-width-section .light .button:hover {
	opacity: 1;
	color: #fff;
	text-decoration: none;
}
/*button css END*/

/*callout-area css End*/

.bottom {
	width: 100%;
	float: left; padding:40px 0;
}
.bottom h3 {
	padding: 0 0 10px 0;
}
.newsletter input {
	border: none;
	width: 100%;
	float: left;
	padding: 10px 110px 10px 10px;
	height: 44px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.newsletter input[type="submit"] {
	background: #ea4f45;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	width: 110px;
	padding: 10px 0;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-ms-border-radius: 0px 5px 5px 0px;
	-o-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
.newsletter {
	position: relative;
	margin: 15px 0;
	display: inline-block;
	width: 100%;
}
.newsletter p {
	padding: 0;
	margin: 0;
}
.map {
	clear: both;
	margin-top: 5px;
}
.map iframe {
	width: 100% !important;
	height: auto !important;
}
/*Article section css end*/
 
 
 /*Footer section css Start*/
.footer {
	background: #000000;
	color: #888888;
	font-size: 14px;
	padding: 30px 0;
	width: 100%;
	float: left;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer li {
	float: left;
	color: #888;
	padding: 0 15px;
}
.footer li a {
	float: left;
}
.footer li a:hover {
	color: #EA4F45;
	text-decoration: none;
}
.copyright {
	padding: 0px;
}
.footer-menu {
	float: right;
}
.site-footer a.wc-forward{margin-bottom:5px;}
/*Footer css End*/

/*Parallax Title Area CSS Start*/
.title-parallax-section {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.parallax-inner-content {
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding: 80px 0 70px;
	width: 100%;
	text-align: center;
}
.parallax-inner-content h1 {
	font-size: 60px;
	text-transform: uppercase;
	margin: 0;
	line-height: normal;
}
.parallax-inner-content p {
	font-size: 24px;
	color: #fff;
	line-height: 26px;
}
#crumbs {
	text-shadow: 1px 1px 1px #000;
}
#crumbs a {
}
.title-parallax-section .parallax-inner-content {
	position: relative;
	z-index: 99;
}
.overlay-dot {
	background: url(../images/pattern.png) repeat top left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*Parallax Title Area CSS End*/

.home-content .page-contain-area {
	padding: 0px !important;
}
.page-sidebar h1, .page-sidebar h2, .page-sidebar h3, .page-sidebar h4, .page-sidebar h5, .page-sidebar h6 {
	font-weight: normal;
}
.page-sidebar h2, .page-sidebar h3 {
	padding: 0px 0 15px;
	text-transform: uppercase;
}
.widget-box {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.widget-box:last-child {
	margin-bottom: 0;
}
.page-sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.page-sidebar li {
	border-bottom: 1px dashed #ccc;
	padding: 12px 0;
}
.page-sidebar li a:hover {
	text-decoration: none;
}
/*post page css start*/

.post .entry-meta {
	border-bottom: 3px solid #ff6065;
	padding-bottom: 5px;
	float: left;
	width: 80%;
	width: -webkit-calc(100% - 140px);
	width: calc(100% - 140px);
}
body.single .post .entry-meta {
	width: 100%;
	width: -webkit-calc(100% - 0px);
	width: calc(100% - 0px);
}
.with-bor {
	position: relative;
	margin-bottom: 20px !important;
}
.with-bor:after, .with-bor:before {
	-moz-box-sizing: border-box;
	background: #ebebeb;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}
.with-bor:after {
	height: 3px;
	width: 100px;
	background: #ff6065;
}
.blog-text-area p:first-child {
	padding-top: 0px;
}
.blog-area {
	width: 100%;
	float: left;
	padding-bottom: 30px;
}
.blog-img {
	width: 100%;
	float: left;
	border-bottom: 2px solid #ff6065;
	margin-bottom: 30px;
}
body.single .blog-img {
}
.blog-img img {
	width: 100%;
}
.blog-text-area {
	padding: 0px 0px 30px;
	float: left;
	width: 100%; min-height:180px;
}
.content-box {
	padding: 0px 30px 30px;
	float: left;
	width: 100%;
}
.top-pad-none {
	padding-top: 0px !important;
}
.bot-pad-none {
	padding-bottom: 0px !important;
}
.blog-text-area h2, h2 {
	padding: 5px 0 15px;
	position: relative;
}
.post-content {
	float: left;
	padding: 0 0 0 110px;
	position: relative;
	width: 100%;
}
.post-meta {
	left: 0;
	position: absolute;
	color: #fff;
	top: 0;
	width: 90px;
	background: #ff6065;
	padding: 12px 5px;
}
.post-meta .post-date {
	display: block;
	padding-bottom: 0px;
}
.post-meta .post-date a, .post-meta .post-date .post-month {
	display: block;
	font-size: 17px;
	line-height: 10px;
	margin-bottom: 4px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.post-meta .post-date a:hover {
	color: #fff;
}
.post-meta .post-date .post-day {
	display: block;
	font-size: 30px;
	line-height: 29px;
	padding: 0 12px;
	text-align: center;
	text-transform: uppercase;
}
.post-meta .post-like {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 16px;
	padding: 0px 0 0;
	text-align: center;
}
.post-meta .post-like a {
	color: #fff;
}
.post-content-text {
	width: 100%;
	float: left;
	border-bottom: 2px solid #ff6065;
}
.post-meta-row {
	width: 100%;
	float: left;
	padding: 20px 0 0 0;
}
.post-meta-row ul {
	margin: 6px 0 4px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.post-meta-row li {
	border-right: 1px solid #999999;
	float: left;
	font-size: 14px;
	line-height: 10px;
	margin-right: 7px;
	padding-right: 7px;
}
.post-meta-row li:last-child {
	border: none;
}
.post-meta-row li a {
	color: #606060;
	text-decoration: none;
}
.post-meta-row li a:hover {
	color: #ff6065
}
.post-meta-row li a .fa {
	margin-right: 4px;
}
span.post_read_more_button a {
	font-size: 14px;
	position: absolute;
	bottom: 0px;
	right: 0;
	background: #ff6065;
	padding: 4px 15px;
	float: right;
	color: #fff !important;
}
.entry-meta a.read-more:hover {
	color: #fff;
	text-decoration: none;
}
.share-box {
	width: 100%;
	float: left;
	background: #f8f6f6;
	padding: 20px;
}
.share-box h4 {
	float: left;
	margin: 0;
	padding: 6px 0;
}
.share-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.share-box li {
	float: left;
	margin-left: 7px;
}
.share-box li a {
	font-size: 20px;
	width: 34px;
	height: 34px;
	float: left;
	line-height: 36px;
	text-align: center;
	background: #eee;
}
/* Entry & post slider
================================================== */
.slidingimage {
	position: relative;
}
.slidingimage .flex-direction-nav li a {
	z-index: 9;
	position: absolute;
	display: block;
	text-align: center;
	color: #fff;
	height: 23px;
	line-height: 23px;
	width: 23px;
	top: 50%;
	margin-top: -11px;
}
.slidingimage .post-gallery-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25px 30px;
	background: #000;
	background: rgba(0,0,0,0.85);
	color: #b7b7b7;
	font-size: 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.slidingimage .post-gallery-caption a {
	color: #fff;
	text-decoration: underline;
}
.slidingimage {
	position: relative;
	width: 100%;
	float: left;
	height: auto !important;
}
.slidingimage li {
	position: inherit !important;
	padding: 0;
	opacity: 1;
}
.slidingimage .flex-direction-nav a {
	opacity: 1;
	font-size: 0 !important;
}
.slidingimage .flex-direction-nav a:before {
	display: none;
}
.slidingimage .flex-direction-nav .flex-prev {
	left: 10px;
	background: url(../images/arrow-left.png) top left no-repeat;
	height: 23px;
	width: 23px;
	float: left;
	font-size: 0px!important;
}
.slidingimage .flex-direction-nav .flex-next {
	right: 10px;
	background: url(../images/arrow-right.png) top left no-repeat;
	height: 23px;
	width: 23px;
	float: left;
	font-size: 0px !important;
}
.slidingimage .slides img {
	width: 100%;
	display: block;
	height: auto;
	margin: 0;
}
.video-embed {
	clear: both;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 60.25%;
	padding-top: 25px;
	position: relative;
}
.video-embed embed, .video-embed iframe, .video-embed object, .video-embed video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.pp_social iframe {
	position: inherit !important;
}
.page-numbers {
	width: 100%;
	float: left;
	clear: left;
	text-align: center;
	padding: 50px 0 50px 0;
	margin: 0
}
.page-numbers li {
	display: inline-block;
	margin-right: 2px;
	list-style: none;
}
.page-numbers li a {
	padding: 7px 15px;
	float: left;
	background: #eee;
	color: #000;
	text-decoration: none;
}
.page-numbers li a:hover {
	color: #fff;
	text-decoration: none;
}
.page-numbers li span {
	padding: 7px 15px;
	float: left;
	color: #fff;
	text-decoration: none;
}
#comments {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 10px
}
/*Post page css End*/

.home-content {
	width: 100%;
	float: left;
	padding: 0 15px;
}
.inner-content {
	width: 100%;
	float: left;
	padding: 0 15px;
}
.owl-wrapper-outer .item {
	margin: 0 10px;
}
.owl-wrapper-outer .item img {
	width: auto;
	max-width: 100%;
}
span.wpcf7-form-control-wrap {
	width: 100%;
}
 @media (max-width:1024px) {
.banner-caption {
	bottom: 50px;
}
}
@media (max-width:979px) {
.navbar-nav {
	width: 100%;
	float: left;
}
.nav li a {
	display: block;
}
.doctors-thumb-caption h4 {
	font-size: 18px;
}
.banner-caption {
	bottom: 30px;
}
.banner-caption-box {
	width: 60%;
}
.menu-main-menu-container {
	margin-top: 12px;
	padding: 0 10px;
}
.nav li ul li ul, .nav li ul {
	width: 100% !important;
	display: block !important;
	left: 0;
	top: 0;
	position: relative !important;
}
.nav li.current-menu-ancestor li.current-menu-parent li a:hover:after, .nav li.current-menu-ancestor li.current-menu-parent li.current-menu-item a:after, .nav li.current-menu-ancestor li.current-menu-parent a:after, .nav li.current-menu-ancestor li.current-menu-item a:after, .nav li.current-menu-ancestor a:after, .nav li a:hover:after, .nav li.current_page_item a:after, .nav li.current_page_item li a:hover:after, .nav li.active a:after, .nav li.current-menu-ancestor li.current-menu-parent li a:hover, .nav li.current-menu-ancestor li.current-menu-parent li.current-menu-item a, .nav li.current-menu-ancestor li.current-menu-parent a, .nav li.current-menu-ancestor li.current-menu-item a, .nav li ul li:hover {
	background: none !important;
}
.nav li ul li a {
	padding: 6px 10px;
}
.nav li ul li ul li a {
	padding: 6px 20px;
}
.navbar-header {
	float: none !important;
}
.nav li {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
.nav li ul li a {
	border: none;
}
.top-right-list li {
	float: none;
	display: inline-block;
}
.top-left {
	width: 100%;
	float: left;
	text-align: center;
}
.top-right {
	width: 100%;
	float: left;
	text-align: center;
}
.top-left .fl {
	float: none;
	display: inline-block;
	padding-bottom: 5px;
}
.top-right .fr.mail-icon, .top-right .fr.phone-icon {
	float: left;
	display: inline-block;
	line-height: 10px;
}
.social {
	float: left;
	display: inline-block;
	margin-bottom: 0;
}
header.zolothemes {
	top: 42px;
}
.top-left {
	display: none;
}
.footer {
	text-align: center;
}
.copyright {
	width: 100%;
	padding-bottom: 15px;
}
.footer-menu {
	width: 100%;
}
.footer li {
	float: none;
	display: inline-block;
}
.navbar-toggle {
	margin-right: 0 !important;
}
}
@media (max-width:767px) {
.navbar-toggle {
	margin-right: 15px !important;
}
.post-meta-row li {
	display: none;
}
.post-meta-row li:first-child {
	display: block;
	border: none;
}
.post-content {
	padding-left: 80px;
}
.post-meta {
	width: 70px;
}
.post-meta .post-date .post-month {
	font-size: 12px;
}
.post-meta .post-date .post-day {
	font-size: 22px;
	line-height: 16px;
}
.navbar-default.zolotheme {
	top: 0px;
	position: relative;
}
.banner {
	padding: 0;
}
#logo {
	margin-left: 15px;
}
.nav {
	float: none;
}
.nav li {
	padding: 0 10px 0 10px;
}
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	margin-bottom: 20px;
	clear: both;
	display: inline-block;
	width: 100% !important;
}
.footer {
	text-align: center;
}
.copyright {
	width: 100%;
	padding-bottom: 15px;
}
.footer-menu {
	width: 100%;
}
.footer li {
	float: none;
	display: inline-block;
}
.callout-text {
	padding: 0;
}
.button-box {
	position: inherit;
	margin: 0;
}
.pad-right290 {
	padding-right: 15px !important;
	position: relative;
}
}
@media (max-width:650px) {
.navbar-default.zolotheme {
	top: 0px;
}
.kreative-topbar {
	display: none;
}
.portfolio-list li {
	width: 80%;
	margin: 0 10%;
}
.portfolio-list li img {
	width: 100%;
}
.parallax-inner-content h1 {
	font-size: 36px;
}
.parallax-inner-content p {
	font-size: 20px;
}
.banner-caption {
	display: none;
}
.navbar-default.zolotheme {
	top: 0px;
	position: relative;
}
.banner {
	padding: 0;
}
body.single .post .entry-meta {
	padding-bottom: 5px !important;
}
.post .entry-meta {
	padding-right: 0 !important;
	padding-bottom: 38px !important;
	width: 100%;
	width: -webkit-calc(100% - 0px);
	width: calc(100% - 0px);
}
#logo {
	width: 170px;
	padding: 0;
}
.navbar-toggle {
	margin-top: 12px !important;
}
#main-cart {
	margin: -37px 56px 0 14px !important;
}
}
 @media (max-width:570px) {
.post-meta {
	width: 90px;
	margin-bottom: 15px;
}
.post-content {
	padding-left: 0;
}
.post-meta {
	position: inherit;
}
}
 @media (max-width:480px) {
.parallax-inner-content h1 {
	font-size: 30px;
}
.parallax-inner-content p {
	font-size: 18px;
}
.portfolio-list li {
	width: 100%;
	margin: 0;
}
#main-cart{ display:none;}
}
.sticky-nav {
	width: 100%;
	float: left;
	z-index: 999;
}
/*Common CSS End Here*/

 @media screen and (min-width: 860px) {
.banner-caption-box {
	position: relative;
	-webkit-animation: testIn;
	-moz-animation: testIn;
	-o-animation: testIn;
	animation: testIn;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}
}
 @-webkit-keyframes testIn {
0% {
left: 9%;
opacity: 0;
}
 100% {
left: 0;
opacity: 1;
}
}
 @-moz-keyframes testIn {
0% {
left: 9%;
opacity: 0;
}
 100% {
left: 0;
opacity: 1;
}
}
 @-o-keyframes testIn {
0% {
left: 9%;
opacity: 0;
}
 100% {
left: 0;
opacity: 1;
}
}
 @keyframes testIn {
0% {
left: 9%;
opacity: 0;
}
 100% {
left: 0;
opacity: 1;
}
}


body .page-sidebar h1,
body .page-sidebar h2,
body .page-sidebar h3{ font-size:20px !important;}