@charset "utf-8";

/*
	[ Main Stylesheet ]
	<?xml version="1.0" encoding="UTF-8"?>

	Theme Name:
	Version: 1.0.0
	Author: Themebasket 
	Description:Multi-Purpose Theme by Themebasket
*/

/* 
	-----------------------------------------------------------
		[Table of contents]
	-----------------------------------------------------------

		1. General Reset/Typography
		2. Common Theme Heading
		3. Common Form Settings
		4. Common Background color
		5. Button CSS
		6. Padding Declaration
		7. Footer Content
		8. Aout Content
		9. Tab Content
		10. About Second Content
		11. Client Logo
		12. Accordion
		13. Tab Second
		14. zena Table
		15. Testimonial
		16. Team
		17. Contact Section
		18. Products Page/ Product Single/ Review
		19. gallery All Page
		20. Blogs All Page
		21. Services 
		22. Background Images
		23. Navbar/Navigation
		24. Blog Sidebar Widgets
		25. Comments Form
		26. Video Embed

*/
/*==============================================
  2. General resets
  ==============================================*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
embed,
object {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-variant: normal;
  text-transform: none;
  speak: none;
}
/* --- HTML5 display-role reset for older browsers --------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
/* --- typography --------------------- */
/*headings*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
}
h1 {
  font-size: 36px;

}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
/* Theme Heading */
.b-head h1{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:#333333;
	line-height:36px;
	margin-bottom:20px;
	text-transform:uppercase;
}
.b-head h1.ezi{
	text-transform:capitalize;
}
.b-head.white h1, .b-head.white h3{
	color:#fff;
}
.b-head h1 span{
	text-transform:uppercase;
}
.b-head h2{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#333333;
	line-height:40px;
	margin-bottom:20px;
	text-transform:Capitalize;
}
.b-head h3{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	line-height:40px;
}
.b-head h4{
	font-family: 'Pacifico', cursive;
	line-height:40px;
	font-size:20px;
}
.b-head h5{
	font-family: 'Arimo';
	font-weight:normal;
	margin-bottom:25px;
}
.b-head p{
	font-family: 'Arimo', sans-serif;
	font-weight:400;
	font-style:italic;
	font-size:17px;
	color:#555555;
	line-height:30px;
}
.b-head .tb-heading-border-one, .b-head .tb-heading-border-two{
	margin:0 auto 4px;
}
.tb-heading-border-one{
	width:50px;
	height:2px;
}
.tb-heading-border-two{
	width:23px;
	height:2px;
}
.theme-heading .white{
	color:#fff;
}
.theme-heading .weight-400{
	font-weight:400;
}
.font-50{
	font-size:50px;
}
.font-20{
	font-size:20px;
}
.white-text{
	color:#fff!important;
}
.tb-contact-heading h6{
	font-family: 'Arimo';
	padding-bottom:10px;
}
.tb-contact-heading h3{
	font-family: 'Arimo';
	font-size:22px;
	text-transform:uppercase;
}
.tb-contact-heading p{
  font-size: 13px;
  color: #666666;
  padding-top:25px;
}
.breadcrumb{
	background-color:transparent;
	padding-top:10px;
	margin-bottom:0px;
}
.page-heading-one h1{
	font-size:35px;
	font-family:'Open Sans', sans-serif;
	font-weight:700;
}
.page-heading-one .breadcrumb li, .page-heading-one .breadcrumb li a{
	font-size:13px;
	font-family:'Arimo';
	font-weight:normal;
	text-transform:uppercase;
}
.page-heading-two h3{
	font-family:'Pacifico', cursive;
	color:#fff;
	font-weight:400;
	line-height:50px;
}
.page-heading-two h1{
	font-family:'Open Sans', sans-serif;
	font-weight:700;
}
.page-heading-two h1 span{
	text-transform:uppercase;
	color:#fff;
}
/* paragraphs */
p{
  font-size: 14px;
  line-height: 24px;
  font-family: 'Arimo', sans-serif;
  color: #d5d2d2;
  font-weight: 400;
}
/*strong*/
strong{
	font-weight: 700;
}
/* Blockquote */
blockquote {
  background:transparent;
  position: relative;
  border: none;
  margin: 0 auto;
  color: #999999;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.025em;
}
blockquote p {
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	letter-spacing: 0.020em;
	font-weight: 300;
}
/* buttons */
input[type="submit"]
{
	font-family: 'Arimo';
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding:17px 50px;
	border-radius:45px;
	height:51px;
	letter-spacing:1px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
input[type="button"]
{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing:4px;
	color: #fff;
	width:200px;
	height:50px;
	text-transform: uppercase;
	background:#6ac6ff;
	border:1px solid #6ac6ff;
	padding:14px 50px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}
input.form-control{
	font-family: 'Arimo';
	font-size: 10px;
	font-weight: normal;
	height:51px;
	width:330px;
	border-radius:45px;
	background:#ffffff;
	border:1px solid #ffffff;
	color:#333333;
	box-shadow: none;
	padding:14px 20px 14px 45px;
	text-transform:uppercase;
}
select.form-control{
	font-family: 'Arimo';
	font-size: 10px;
	font-weight: normal;
	height:51px;
	width:100%;
	border-radius:45px;
	background:#fbfbfb;
	border:1px solid #fbfbfb;
	color:#ababab;
	box-shadow: none;
	padding:14px 20px 14px 45px;
	text-transform:uppercase;
}
textarea.form-control{
	font-family: 'Arimo';
	font-size: 10px;
	font-weight: normal;
	height:auto;
	width:330px;
	border-radius:45px;
	background:#ffffff;
	border:1px solid #ffffff;
	color:#333333;
	box-shadow: none;
	padding:14px 20px 14px 45px;
	text-transform:uppercase;
}
.form-inline input.form-control{
	width:330px;
	margin:0 auto;
}
input.form-control:hover, input.form-control:focus, input.form-control:active,
textarea.form-control:hover, textarea.form-control:focus, textarea.form-control:active{
	box-shadow:none;
	border:1px solid #e8e8e8;
}
@media screen and (max-width:1200px){
	.contact-form-one input.form-control, .contact-form-one textarea.form-control, .contact-form-two input.form-control, .contact-form-two textarea.form-control{
		width:100%;
	}
}
@media screen and (max-width:992px){
	.contact-form-one .theme-submit-btn, .contact-form-two .theme-submit-btn{
		font-size:10px;
		padding:17px 20px;
	}
}
@media screen and (max-width:767px){
	.contact-form-one{
		margin-bottom:30px;
	}
	.table-responsive{
		border: 0px;
	}
	.cart-coupon ul li {
    	margin-right: 5px;
    	margin-bottom: 10px;
	}
	.tb-about2-admin {
    	float: left;
    	width: 100%;
	}
}
@media screen and (min-width:767px) and (max-width:992px){
	.form-inline input.form-control, input.form-control{
		width:250px;
	}
}
@media screen and (max-width:480px){
	.form-inline input.form-control, input.form-control, textarea.form-control{
		width:100%;
	}
	
}
/* placeholder */
*::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
  font-family: 'Arimo';
  font-size: 10px;
}
*:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 1;
}
*::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
}
*:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}

/* --- tables --------------------- */
table{
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}
/* --- background --------------------- */
.tb-dark-back{
	background-color:#000000;
}
.tb-dark-back-2{
	background-color:#111111;
}
.tb-dark-back-3{
	background-color:#191919;
}
.tb-dark-back-4{
	background-color:#2a2a2a;
}
.tb-seo-back{
	background-color:#171f2a;
}
.tb-grey-back{
	background-color:#fafafa;
}
.tb-grey-back-2{
	background-color:#e9e9e9;
}
.tb-grey-back-3{
	background-color:#f9f9f9;
}
.tb-grey-back-4{
	background-color:#f3f3f3;
}
.tb-grey-back-5{
	background-color:#fbfbfb;
}
.tb-grey-back-6{
	background-color:#fdfdfd;
}
.tb-elements-back-1{
	background-color:#e1e1e1;
}
.tb-darkblue-back{
	background-color:#14111d;
}
.tb-darkblue-back-2{
	background-color:#0e1220;
}
.tb-green-back{
	background-color:#2ea15f;
}
.tb-yellow-back{
	background-color:#ffae00;
}
.color-555{
	color:#555555;
}
.tb-navtop-back-2{
	background-color:#222222;
}
.tb-navtop-back-4{
	background-color:#1b2337;
}
.tb-navtop-back-5{
	background-color:#151515;
}
/* --- links --------------------- */
a,
a:link,
a:visited,
a.active,
a:focus {
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a,
a:visited{outline: 0px;}
a:hover {color: inherit;}

/* link */
a.generalLink {
  display: inline-block;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration:none;
  text-transform:uppercase;
}
a.generalLink:after{
	content:'\f0da';
	font: normal normal normal 15px/1 FontAwesome;
	padding-left:10px;
}
a.btn-default{
	display: inline-block;
	text-align: center;
	font-family: 'Arimo';
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	padding:15px 50px;
	border-radius:2px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a.btn-default:hover, a.btn-default:focus, a.btn-default:active{
	background:#fff;
}
.tb-product-view-button a.btn-default{
	background-color:#2c2c2c;
	border:1px solid #2c2c2c;
	color:#fff;
	font-family: 'Arimo';
	font-size: 12px;
}
.tb-box-six-button a.btn-default {
    background-color: #2c2c2c;
    border: 1px solid #2c2c2c;
    color: #fff;
    font-family: 'Arimo';
    font-size: 12px;
}
a.btn-primary{
	background:#fafafa;
	border:1px solid #fafafa;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active{
	color:#fff;
}
a.btn-success{
	display: inline-block;
	text-align: center;
	font-family: 'Arimo';
	font-size: 13px;
	font-weight: normal;
	color: #555555;
	background-color:#fff;
	border:1px solid #fff;
	text-transform: uppercase;
	padding:15px 50px;
	border-radius:40px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a.btn-success:hover, a.btn-success:focus, a.btn-success:active{
	color:#fff;
}
a.btn-info{
	display: inline-block;
	text-align: center;
	font-family: 'Arimo';
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	background-color:#3abcde;
	border:1px solid #3abcde;
	text-transform: uppercase;
	padding:28px 100px;
	border-radius:0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a.btn-danger{
	display: inline-block;
	text-align: center;
	font-family: 'Arimo';
	font-size: 10px;
	font-weight: normal;
	color: #322f2f;
	background-color:#fff;
	border:1px solid #fff;
	text-transform: uppercase;
	padding:15px 45px;
	border-radius:40px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a.btn-danger:hover, a.btn-danger:focus, a.btn-danger:active, .tb-product-five-style ul li a.compare-button:hover, .tb-product-five-style ul li a.compare-button:focus, .tb-product-five-style ul li a.compare-button:active{
	color:#fff;
}
.tb-gallery-banner-ul.tb-hover-black a.btn-success:hover, .tb-gallery-banner-ul.tb-hover-black a.btn-success:focus, .tb-gallery-banner-ul.tb-hover-black a.btn-success:active{
	background:#1f1f1f;
	border:1px solid #1f1f1f;
}
.f45{
	font-size:45px;
}
.notoserif{
	font-family:'Noto Serif', serif!important;
	font-weight:700!important;
}
/* hr */
hr,
.container hr {
  margin: 0px;
  height: 1px;
  background: rgba(178,178,178,0.5);
  border: 0px;
}
/* --- clearing --------------------- */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.normalize{
	text-transform:none!important;
}
/*-- No padding end--*/
/* col */
[class*="col"] {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* --- selection --------------------- */
::-moz-selection {
  background-color: #00b9f7;
  color: #565656;
}
::-webkit-selection {
  background-color: #00b9f7;
  color: #565656;
}
::-o-selection {
  background-color: #00b9f7;
  color: #565656;
}
::-khtml-selection {
  background-color: #00b9f7;
  color: #565656;
}
::-ms-selection {
  background-color: #00b9f7;
  color: #565656;
}
::selection {
  background-color: #00b9f7;
  color: #565656;
}	
.v-align-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}
/* --- Padding --------------------- */
.pt-10{
	padding-top:10px;
}
.pt-15{
	padding-top:15px;
}
.pt-20{
	padding-top:20px;
}
.pt-25{
	padding-top:25px;
}
.pt-30{
	padding-top:30px;
}
.pt-35{
	padding-top:35px;
}
.pt-40{
	padding-top:40px;
}
.pt-50{
	padding-top:50px;
}
.pt-60{
	padding-top:60px;
}
.pt-70{
	padding-top:70px;
}
.pt-80{
	padding-top:80px;
}
.pt-90{
	padding-top:90px;
}
.pt-100{
	padding-top:100px;
}
.pt-220{
	padding-top:220px;
}
.pl-80{
	padding-left:80px;
}
.pl-zero{
	padding-left:0px;
}
.pr-zero{
	padding-right:0px;
}
.p-zero{
	padding-left:0px;
	padding-right:0px;
}
.pl-45{
	padding-left:45px;
}
.pl-50{
	padding-left:50px;
}
.pr-40{
	padding-right:40px;
}
.pb-10{
	padding-bottom:10px;
}
.pb-15{
	padding-bottom:15px;
}
.pb-30{
	padding-bottom:30px;
}
.pb-40{
	padding-bottom:40px;
}
.pb-50{
	padding-bottom:50px;
}
.pb-60{
	padding-bottom:60px;
}
.pb-80{
	padding-bottom:80px;
}
.pb-100{
	padding-bottom:100px;
}
.pb-150{
	padding-bottom:150px;
}
.ptb-60{
	padding-top:60px;
	padding-bottom:60px;
}
.ptb-70{
	padding-top:70px;
	padding-bottom:70px;
}
.ptb-90{
	padding-top:90px;
	padding-bottom:90px;
}
.p--100{
	padding-top:100px;
	padding-bottom:100px;
}
.mg-auto{
	margin:0 auto;
}
.m-b--0{
	margin-bottom:0px!important;
}
.mt-20{
	margin-top:20px;
}

.mt-40{
	margin-top:40px;
}
.mt-100{
	margin-top:100px;
}
.mt-minus-50{
	margin-top:-50px;
}
/*--------------------------------------------------------------
 header
--------------------------------------------------------------*/
.bravo-blokk footer{
	margin-bottom:100px;
}
/*--------------------------------------------------------------
 Footer
--------------------------------------------------------------*/
footer, .footer-bt-upper, .footer-bt-lower{
	position:relative;
}
.footer-widget ul li{
	list-style:none;
}
.footer-title{
	font-family:'Open Sans', sans-serif;
	font-size:20px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	padding-bottom:30px;
}
.footer-title span{
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	font-weight:500;
	text-transform:normal;
	display:block;
	padding-top:10px;
}
.footer-address .footer-icon-background{
	width:35px;
	height:35px;
	text-align:center;
	border-radius:3px;
}
.footer-address li{
	padding-top:15px;
}
.footer-address i{
	color:#fff;
	padding-top:8px;
}
.footer-address p{
	color:#bbbbbb;
	padding-top:4px;
}
.footer-recent-post li{
	padding-bottom:20px;
}
.footer-recent-post li:last-child{
	padding-bottom:0px;
}
.footer-recent-post .m-on-l{
	padding-right:20px;
}
.footer-recent-post .m-body{
	padding-bottom:0px;
}
.footer-recent-post .m-body a{
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	font-weight:500;
	color:#fff;
	text-transform:uppercase;
	line-height:21px;
	padding-top:4px;
}
.footer-recent-post .m-body p{
	font-family: 'Arimo';
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	line-height:21px;
	padding-top:5px;
}
.footer-bt-upper{
	padding-top:7.5em;
	padding-bottom:7.5em;
}
/*Instagram Feed*/
#instagram-feed{
}
#instagram-feed ul li{
    display: inline-block;
    width: 33.33%;
    padding: 0;
	float:left;
}
#instagram-feed img{
    max-width: 100%;
    width: 100%;
	float:left;
}
.footer-bt-lower{
	padding-top:45px;
	padding-bottom:45px;
	background:#1b1b1b;
	text-align:center;
}
.footer-bt-lower-content p{
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	font-weight:400;
	color:#fff;
}
.footer-bt-lower-content p span, .footer-bt-lower-content p a{
	font-weight:500;
}
.footer-social{
	position:absolute;
	top:-55px;
	width:100%;
}
.footer-social-content ul{
	width:100%;
}
.footer-social-content ul li{
	width:16.66%;
	float:left;
	text-align:center;
	padding: 35px 30px;
}
.footer-social-content ul li a{
	float: left;
    width: 100%;
}
.footer-social-content ul li a span{
	font-family: 'Arimo';
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	padding-right:10px;
	line-height: 50px;
    float: left;
}
.footer-social-content ul li.footer-facebook{
	background-color:#3a579b;
}
.footer-social-content ul li.footer-twitter{
	background-color:#50abf2;
}
.footer-social-content ul li.footer-pinterest{
	background-color:#ff4001;
}
.footer-social-content ul li.footer-instagram{
	background-color:#007ab9;
}
.footer-social-content ul li.footer-dribbble{
	background-color:#ec4988;
}
.footer-social-content ul li.footer-devianart{
	background-color:#8cb42d;
}
.footer-social-content ul li a i{
	font-size:50px;
}
.footer-facebook a i{
	color:#586ea7;
}
.footer-twitter a i{
	color:#79bdf4;
}
.footer-pinterest a i{
	color:#fe6e51;
}
.footer-instagram a i{
	color:#5196c5;
}
.footer-dribbble a i{
	color:#ee75a1;
}
.footer-devianart a i{
	color:#a4c366;
}
.footer-useful-links li{
	padding-bottom:25px;
}
.footer-useful-links li:last-child{
	padding-bottom:0px;
}
.footer-useful-links li a{
	font-family: 'Arimo';
	font-size:13px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
}
.footer-useful-links li a:before{
	content:'\f0da';
	font: normal normal normal 15px/1 FontAwesome;
	padding-right:15px;
}
.footer-four-content{
	margin:0 auto;
	float:left;
	width:100%;
}
.footer-four-content p{
	color:#fff;
}
.footer-four-content .icon-left{
	float:left;
	width:35px;
	height:35px;
	background-color:#fff;
	border-radius:3px;
	text-align:center;
	padding-top:7px;
	margin-right:15px;
}
.icon-right-content{
	padding-top:5px;
}
.tb-content-back-green{
	float:left;
	width:100%;
	position:relative;
	padding:77px 50px 30px 100px;
}
.footer-seven-p{
	color:#555555;
	font-style:italic;
}
.text-dark{
	color:#333333;
}
.footer-recent-post .m-body a.text-dark{
	color:#333333;
}
.footer-bt-four-flickr{
	text-align:center;
	margin:0 auto;
	position:absolute;
	top:-40px;
	left: 0;
    right: 0;
}

@media screen and (max-width:1200px){
	.footer-social-content ul li a span {
		font-size: 10px;
		padding-right: 5px;
		line-height:38px;
	}
	.footer-social-content ul li a i {
		font-size: 35px;
	}
}
@media screen and (max-width:992px){
	.footer-widget{
		padding-top:30px;
	}
}
@media screen and (max-width:767px){
	.footer-bt-upper{
		padding-top:3.7em;
		padding-bottom:5em;
	}

	.footer-bt-four-flickr{
		position: relative;
	}
}
@media screen and (max-width:640px){
	.footer-social-content ul li a span {
		display:none;
	}
	.footer-social-content ul li{
		padding:20px 0px;
	}
	.footer-social{
		top:-40px;
	}
}
/** End Footer **/

/*--------------------------------------------------------------
About Us
--------------------------------------------------------------*/
/** About Us One **/
.tb-about{
	padding-left:30px;
	position:relative;
	padding-top:30px;
}
.tb-about-content .m{
	position:relative;
	left:-50px;
}
.tb-about-content .m-on-l{
	padding-right:19px;
}
.tb-about-content{
	border:15px solid #efefef;
	padding-top:30px;
	padding-bottom:30px;
}
.tb-about-left{
	width:80px;
	height:80px;
	background:#fff;
	border-radius:50%;
	text-align:center;
	padding-top:15px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-about-left.grey-back{
	background:#f5f5f5;
}
.tb-about-left i{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-about-left i:before{
	font-size:33px;
}
.tb-about-content h4{
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	font-weight:700;
	color:#444444;
	text-transform:uppercase;
	margin-bottom:10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-about-content a{
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	font-weight:700;
	color:#444444;
	text-transform:uppercase;
	margin-bottom:10px;
	display:block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-about-content p{
	font-family:'Arimo', sans-serif;
	font-size:13px;
	font-weight:400;
	color:#555555;
	line-height:24px;
}
/* Hover */
.tb-about:hover .tb-about-left{
	background:#142340;	
}
.tb-about:hover .tb-about-left i{
	color:#fff;
}
/** Fun Content **/
.bt-cont-nuf i:before{
	font-size:30px;
	font-weight:600;
}
.bt-cont-nuf h4{
	font-family:'Arimo';
	font-size:38px;
	font-weight:normal;
	color:#333333;
	margin-bottom:12px;
}
.bt-cont-nuf .m-on-l{
	padding-right:25px;
}
.bt-cont-nuf p{
	font-family:'Arimo';
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:20px;
	text-transform:uppercase;
}
@media screen and (max-width:480px){
	.col-xs-6{
		width:100%;
	}
}
/** Tab **/
.tb-tab-heading{
	float:left;
	width:100%;
}
.tb-tab-heading-left{
	float:left;
	padding-right:18px;
}
.tb-tab-heading-left i:before{
	font-size:40px;
	color:#fff;
	font-weight:600;
}
.tb-growth-tab li{
	width:33.33%;
	float:left;
}
.tb-growth-tab .nav-tabs>li.active>a, .tb-growth-tab .nav-tabs>li.active>a:focus, .tb-growth-tab .nav-tabs>li.active>a:hover, .tb-growth-tab .nav-tabs>li>a:hover{
	border:none;
}
.tb-growth-tab .nav-tabs>li>a{
	background-color:#142340;
	float:left;
	width:100%;
	padding-top:35px;
	padding-bottom:35px;
	border:none;
	border-radius:0px;
	position:relative;
}
.tb-growth-tab .nav-tabs>li>a:before{
	content:'';
	position:absolute;
	top:-10px;
	left:50%;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	opacity:0;
}
.tb-growth-tab .nav-tabs>li.active>a:before{
	opacity:1;
}
.tb-tab-heading-right h4{
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	font-weight:700;
	color:#fff;
	line-height:24px;
	text-transform:uppercase;
	padding-top:5px;
}
.tb-tab-heading-right p{
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	font-weight:400;
	line-height:24px;
	text-transform:uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-growth-tab .nav-tabs>li.active>a .tb-tab-heading-right p, 
.tb-growth-tab .nav-tabs>li.active>a:focus .tb-tab-heading-right p, 
.tb-growth-tab .nav-tabs>li.active>a:hover .tb-tab-heading-right p, 
.tb-growth-tab .nav-tabs>li>a:hover .tb-tab-heading-right p{
	color:#fff;
}
.tb-tab-content-detail h2{
	font-family:'Open Sans', sans-serif;
	font-size:34px;
	font-weight:700;
	color:#333333;
	line-height:34px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.tb-tab-content-detail h3{
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	line-height:34px;
	margin-bottom:10px;
}
.tb-tab-content-detail h5{
	font-family:'Arimo';
	font-weight:normal;
	line-height:34px;
}
.tb-tab-content-detail p{
	font-family:'Arimo', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#555555;
	line-height:26px;
	padding-top:20px;
}
.tb-growth-detail{
	background-color:#f9f9f9;
	padding-top:100px;
	padding-bottom:90px;
}
.tb-growth-back:after{
	background-image:url(../img/growth-back.jpg);
	content:'';
	width:100%;
	height:400px;
	position:absolute;
	top:74px;
	left:0;
	z-index:-1;
}
.relative{
	position:relative;
}
@media screen and (max-width:1200px){
	.tb-growth-detail{
		padding-left:50px;
		padding-right:50px;
	}
}
@media screen and (max-width:680px){
	.tb-tab-heading {
		text-align: center;
	}
	.tb-tab-heading-left{
		float:none;
	}
}
@media screen and (max-width:580px){
	.tb-tab-heading-left i:before{
		font-size:20px;
	}
	.tb-tab-heading-right h4{
		font-size:12px;
	}
	.tb-tab-heading-right p{
		font-size:10px;
	}
}
@media screen and (max-width:440px){
	.tb-growth-tab .nav-tabs>li>a{
		padding:10px 5px;
	}
}
/** About Us Two **/
.tb-slideshow-back{
	position:relative;
	width:430px;
	float:left;
	padding:80px 0px 80px 80px;
	background-image:url(../img/slideshow-back.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.tb-slideshow-back:after{
	content:'';
	position:absolute;
	width:5px;
	height:100%;
	background:#fff;
	right:0px;
	top:0;
	bottom:0;
}
.tb-slideshow-border-content{
	position:absolute;
	left: -8%;
    bottom: 46%;
	z-index:6;
}
.tb-slideshow-border-content h3{
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:#fff;
    position: relative;
    float: left;
	text-transform:uppercase;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	padding:0px 0px 0px 10px;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	letter-spacing:2px;
}
.tb-slideshow-border-content h3 span{
	text-transform:uppercase;
}
.tb-slideshow-content{
	width: 550px;
}
.tb-slideshow-content.owl-carousel .owl-item img{
	width:auto;
}
.tb-slideshow-content .item{
	position:relative;
	width: 100%;
	clear:both;
}
.tb-slideshow-content{
	z-index: 5;
    position: relative;
}
.tb-slideshow-content .owl-prev, .tb-slideshow-content .owl-next {
    position: absolute;
    bottom: -15%;
    font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	background:transparent!important;
	border-radius:0px;
}
.tb-slideshow-content .owl-prev{
	left:25%;
} 
.tb-slideshow-content .owl-next{
	right:55%;
}
.tb-about-2-content{
	padding-left:60px;
}
.tb-about-2-content h3{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	line-height:45px;
}
.tb-about-2-content h1{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:#333333;
	text-transform:uppercase;
}
.tb-about-2-content h5{
	font-family: 'Arimo';
	font-weight:normal;
	line-height:45px;
}
.tb-about-2-content p{
	color:#555555;
	line-height:26px;
	font-size:14px;
	padding-top:10px;
}
.tb-about-2-content ul li{
	color:#777777;
	font-size:15px;
	font-family: 'Arimo', sans-serif;
	font-weight:400;
	font-style:italic;
	padding-top:10px;
	list-style:none;
}
.tb-about-2-content ul li:before{
	content:'\f0da';
	font: normal normal normal 15px/1 FontAwesome;
	padding-right:15px;
}
ul.icon-list-content li{
	color:#777777;
	font-size:15px;
	font-family: 'Arimo', sans-serif;
	font-weight:400;
	font-style:italic;
	padding-top:10px;
	list-style:none;
}
ul.icon-list-content li:before{
	content:'\f0da';
	font: normal normal normal 15px/1 FontAwesome;
	padding-right:15px;
}
.tb-about-2-content h4{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:#333333;
	font-size:20px;
	margin-bottom:10px;
}
@media screen and (max-width:1200px){
	.tb-slideshow-content {
		width: 375px;
	}
	.tb-slideshow-back{
		width:400px;
	}
	.tb-slideshow-content .owl-next {
		right: 45%;
	}
}
@media screen and (max-width:992px){
	.m, .m-body{
		overflow: visible;
		margin-bottom: 20px;
	}
	.bt-cont-nuf .m-on-l{
		padding-right: 15px;
	}
	.tb-about-2-content{
		padding-left:0px;
	}
	.f45{
		font-size:36px;
	}
}
@media screen and (max-width:540px){
	.tb-slideshow-content {
		width: 300px;
	}
	.tb-slideshow-back{
		width:300px;
		padding: 40px 0px 40px 40px;
	}
	.tb-slideshow-border-content{
		left:-21%;
	}
	.tb-slideshow-content .owl-next {
		right: 45%;
	}
}
/* About two section two */
.uppercase{
	text-transform:uppercase;
}
.tb-about2-content2 h6{
	font-family: 'Arimo';
	font-weight:normal;
	margin-bottom:15px;
}
.tb-about2-content2 h3{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	text-transform:capitalize;
	color:#333333;
	font-size:26px;
}
.tb-about2-content2 p{
	color:#555555;
	padding-top:30px;
}
.tb-about2-admin{
	
}
.tb-about2-admin figure{
	position:relative;
}
.tb-about2-admin img{
	position:relative;
	display:block;
	max-width:100%;
}
.tb-about2-admin figcaption{
	position:absolute;
	max-width:100%;
	height:154px;
	right:0;
	bottom:50px;
	left:0;
	background-color:#1d1d1d;
	border:10px solid #323232;
	text-align:center;
	margin:0px 20px 0px 20px;
}
.tb-about2-admin-content{
	padding-top:30px;
}
.tb-about2-admin-content p{
	font-family: 'Arimo';
	font-weight:normal;
	font-size:10px;
	margin-bottom:10px;
}
.tb-about2-admin-content h3{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:22px;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:25px;
}
/** About Us 3 **/
.about-content-3 h4{
	font-size:20px;
	font-family: 'Pacifico', cursive;
	padding-bottom:15px;
}
.about-content-3 h2{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:34px;
	margin-bottom:35px;
}
.about-content-3 p{
	font-size:15px;
	color:#555555;
}
.about-content-3 h3{
	font-family: 'Arimo';
	font-weight:normal;
	font-size:13px;
	color:#333333;
	text-transform:uppercase;
	padding-top:65px;
	margin-bottom:80px;
}
.about-content-3 h3 span{
	font-family: 'Arimo';
	font-size:18px;
}
.about-content-3 .btn-default{
	margin-bottom:120px;
}
.bt-cont-nuf p.custom-12{
	font-size:12px;
}
@media screen and (max-width:767px){
	.about4-img img, .about5-img img{
		margin:0 auto;
		padding-top:30px;
	}
}
@media screen and (max-width:580px){
	.about-4 .col-xs-4, .about-5 .col-xs-4{
		width:50%;
	}
}
@media screen and (max-width:440px){
	.about-4 .col-xs-4, .about-5 .col-xs-4{
		width:100%;
	}
}
/* About Six */
.tb-about6-content h3{
	font-family:'Arimo';
	font-weight:normal;
	line-height:32px;
}
.tb-about6-content h5{
	font-family:'Arimo';
	font-weight:normal;
	line-height:28px;
	padding-top:10px;
}
.tb-about6-content p{
	color:#555555;
	line-height:26px;
	font-weight:500;
	padding-top:20px;
	padding-bottom:10px;
}
.tb-about6-contains li:before{
	content: '\f0da';
	font: normal normal normal 15px/1 FontAwesome;
	padding-right:15px;
	color:#444444;
}
ul.tb-about6-contains li{
	font-size:12px;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	color:#444444;
	list-style:none;
	padding-top:30px;
	text-transform:uppercase;
}
ul.tb-about6-contains li span{
	font-size:12px;
	font-family:'Arimo', sans-serif;
	font-weight:400;
	color:#5d5d5d;
	float: right;
    text-align: left;
    width: 200px;
}
/* About Seven */
.tb-about7-content h4{
	font-size:20px;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	color:#444444;
	text-transform:uppercase;
}
.tb-about7-content h4 span{
	font-size:10px;
	font-family:'Arimo';
	font-weight:normal;
	text-transform:uppercase;
}
.tb-about7-content p{
	font-size:12px;
	font-family:'Arimo', sans-serif;
	font-weight:400;
	color:#555555;
	line-height:22px;
	padding-top:25px;
}
.tb-about7-content h3{
	font-size:12px;
	font-family:'Arimo';
	font-weight:normal;
	text-transform:uppercase;
	color:#333333;
	padding-top:40px;
}
.tb-about7-content h3 span{
	font-size:16px;
	font-family:'Arimo';
	font-weight:normal;
}
.tb-about7-content ul{
	padding-top:40px;
	padding-bottom:40px;
}
.tb-about7-content ul li{
	font-size:12px;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	color:#444444;
	text-transform:uppercase;
	display:inline-block;
}
.tb-about7-content ul li:first-child{
	padding-right:40px;
}
.tb-about7-content ul li a{
	font-size:14px;
	color:#555555;
}
@media screen and (max-width:992px){
	.tb-about7-content.pl-45{
		padding-left:0px;
	}
	.tb-about7-content.pl-80{
		padding-left:0px;
	}
	.tb-about7-content ul{
		padding-top:20px;
		padding-bottom:20px;
	}
	.tb-about7-content p{
		padding-top:15px;
	}
	.tb-about7-content h3{
		padding-top:20px;
	}
}
@media screen and (max-width:767px){
	.about-7 .v-align-content{
		display:block;
	}
	.tb-about7-content{
		padding-top:30px;
	}
	.tb-about7-img img{
		margin:0 auto;
	}
}
/* About Eight */
.tb-about8-content h6{
	font-size:11px;
	font-family:'Arimo';
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:10px;
}
.tb-about8-content h3{
	font-size:24px;
	font-family:'Arimo';
	font-weight:normal;
	color:#333333;
	text-transform:uppercase;
}
.tb-about8-content ul{
	margin-bottom:45px;
}
.tb-about8-content ul li{
	font-size:12px;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	color:#444444;
	list-style:none;
	padding-top:25px;
}
.tb-about8-content ul li:before{
	content: '\f0da';
	font: normal normal normal 12px/1 FontAwesome;
	padding-right:10px;
	color:#444444;
}
.tb-about8-content ul li span{
	font-size:12px;
	font-family:'Arimo', sans-serif;
	font-weight:400;
	color:#5d5d5d;
	float: right;
    text-align: left;
    width: 130px;
}

@media screen and (max-width:1200px){
	.tb-about8-content ul{
		margin-bottom:25px;
	}
	.tb-about8-content ul li{
		padding-top:20px;
	}
}
@media screen and (min-width:767px) and (max-width:992px){
	.tb-about8-content ul li span{
		width:auto;
	}
	.tb-about8-content h3{
		font-size:16px;
	}
	.tb-about8-content a.btn-default{
		font-size:7px;
	}
}
@media screen and (max-width:767px){
	.tb-about8-content{
		margin-top:30px;
	}
}
/** ABout 9 **/
.tb-about9-heading h6{
	font-size:13px;
	font-family:'Arimo';
	font-weight:normal;
	margin-bottom:15px;
}
.tb-about9-heading h4{
	font-size:20px;
	font-family:'Arimo';
	font-weight:normal;
	color:#444444;
	text-transform:capitalize;
	margin-bottom:15px;
}
.tb-about9-border{
	width:50px;
	height:3px;
}
.tb-about9-heading p{
	font-size:13px;
	font-family:'Arimo';
	font-weight:normal;
	color:#9e9e9e;
	padding-top:35px;
	padding-bottom:45px;
}
.tb-about9-share{
	border-top:1px solid #f7f7f7;
	border-bottom:1px solid #f7f7f7;
	margin-bottom:65px;
}
.tb-about9-heading ul{
	border-top:1px solid #f7f7f7;
	border-bottom:1px solid #f7f7f7;
	margin-top:1px;
	margin-bottom:1px;
	padding-top:20px;
	padding-bottom:20px;
}
.tb-about9-heading ul li{
	color:#666666;
	display:inline-block;
	font-size:12px;
	font-family:'Arimo';
	font-weight:normal;
}
.tb-about9-heading ul li:first-child{
	padding-right:30px;
	text-transform:uppercase;
}
.tb-about9-heading ul li a{
	color:#666666;
}
.tb-about9-content p{
	color:#555555;
	line-height:26px;
	padding-bottom:30px;
}
@media screen and (max-width:1200px){
	.tb-about9-heading{
		margin-bottom:30px;
	}
}
/** About Ten **/
.tb-about10-heading h3{
	font-family:'Arimo';
	font-weight:normal;
	color:#444444;
	text-transform:capitalize;
	line-height:32px;
	margin-bottom:20px;
}
.tb-about10-heading h5{
	font-size:16px;
	font-family:'Pacifico', cursive;
	margin-bottom:20px;
}
.tb-about10-heading p{
	color:#555555;
	line-height:26px;
}
.tb-about10-heading h3.uppercase{
	text-transform:uppercase;
}
.pl-60{
	padding-left:60px;
}
.tb-about10-heading ul li{
	font-size:14px;
	font-family:'Arimo', sans-serif;
	list-style:none;
	color:#555555;
	padding-bottom:20px;
}
.tb-about10-heading ul li:before{
	content: '\f0da';
	font: normal normal normal 12px/1 FontAwesome;
	padding-right:10px;
	color:#444444;
}
.tb-about10-list{
	margin-bottom:45px;
}
.tb-about10-list li{
	font-size:12px;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	color:#444444;
	list-style:none;
}
.tb-about10-list li:before{
	content: '\f0da';
	font: normal normal normal 12px/1 FontAwesome;
	padding-right:10px;
	color:#444444;
}
.tb-about10-list li span{
	font-size:12px;
	font-family:'Arimo', sans-serif;
	font-weight:400;
	color:#5d5d5d;
	float: right;
    text-align: left;
    width: 130px;
}
@media screen and (max-width:767px){
	.tb-about10-heading .pl-60{
		padding-left:0px;
	}
}


/*--------------------------------------------------------------
CLIENT LOGO 
--------------------------------------------------------------*/
.tb-client-logo-slide.owl-carousel .owl-item img {
    width: auto;
	margin:0 auto;
}
.tb-client-logo-slide .owl-prev, .tb-client-logo-slide .owl-next {
    position: absolute;
    top: 32%;
    margin-top: -10px;
}
.tb-client-logo-slide .owl-prev{
	left:-50px;
} 
.tb-client-logo-slide .owl-next{
	right:-50px;
}
.tb-client-logo-slide.owl-theme .owl-nav [class*=owl-], .tb-client-logo-slide.owl-theme .owl-nav [class*=owl-]:hover{
    color: #8e8e8e;
    font-size: 15px;
	font-weight:700;
    margin: 0;
    padding: 0;
	width:24px;
	height:24px;
	border-radius:24px;
	border:2px solid #8e8e8e;
    background: transparent;
    display: inline-block;
    cursor: pointer;
	line-height:19px;
}
@media screen and (max-width:1080px){
	.tb-client-logo-slide .owl-prev, .tb-client-logo-slide-2 .owl-prev{
		left:0px!important;
	} 
	.tb-client-logo-slide .owl-next, .tb-client-logo-slide-2 .owl-next{
		right:0px!important;
	}
}
.tb-client-logo-slide-2.owl-carousel .owl-item img {
    width: auto;
	margin:0 auto;
}
.tb-client-logo-slide-2 .owl-prev, .tb-client-logo-slide-2 .owl-next {
    position: absolute;
    top: 32%;
    margin-top: -10px;
}
.tb-client-logo-slide-2 .owl-prev{
	left:-50px;
} 
.tb-client-logo-slide-2 .owl-next{
	right:-50px;
}
.tb-client-logo-slide-2.owl-theme .owl-nav [class*=owl-]{
    color: #8e8e8e;
    font-size: 15px;
	font-weight:700;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
}
/*--------------------------------------------------------------
ACCORDION
--------------------------------------------------------------*/
/* Accordion Left */
.tb-accordion-left-circle{
	position:relative;
}
.tb-accordion-left-circle>img{
	position:relative;
	margin:0 auto;
}
.tb-accordion-inner-content{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.tb-accordion-left-circle-one img{
	margin:-25px auto 20px;
}
.tb-accordion-left-circle p{
	font-size:12px;
	font-weight:500;
	font-family:'Open Sans', sans-serif;
	color:#555555;
}
.tb-accordion-left-circle-two img{
	float:right;
	margin-right:20px;
	padding-left:20px;
}
.tb-accordion-left-circle-two p{
	padding-top:25px;
}
.tb-accordion-left-circle-three img{
	float:left;
	margin-left:20px;
	padding-right:20px;
}
.tb-accordion-left-circle-three p{
	padding-top:20px;
}

@media screen and (max-width:992px){
	.tb-accordion-left-circle{
		margin-bottom:30px;
	}
}
@media screen and (max-width:420px){
	.tb-accordion-left-circle>img{
		display:none;
	}
	.tb-accordion-inner-content{
		position:static;
		margin:0 auto;
	}
	.tb-accordion-left-circle-one, .tb-accordion-left-circle-two, .tb-accordion-left-circle-three{
		float:left;
		width:100%;
		margin-bottom:20px;
	}
	.tb-accordion-left-circle-one img{
		margin:0 auto 20px;
	}
	.tb-accordion-left-circle-two img, .tb-accordion-left-circle-three img{
		margin:0px auto;
	}
	.tb-accordion-left-circle-two img, .tb-accordion-left-circle-three img{
		float:none;
		margin:0 auto;
		padding:0;
	}
	.tb-accordion-left-circle-two.text-right, .tb-accordion-left-circle-three.text-left{
		text-align:center;
	}
}
/* Accordion */
.tb-accordion .panel{
	border:none;
	box-shadow:none;
}
.tb-accordion .panel-body{
	border:none!important;
}
.tb-accordion .panel-title{
	font-size:13px;
	font-family:'Open Sans', sans-serif;
	font-weight:500;
	color:#444444;
	padding: 22px 0px;
}
.tb-accordion .panel-default>.panel-heading{
	border: none;
	background:#ffffff;
	padding:0px;
	border-radius:5px;
	-webkit-transition:.5s ease-in-out;
       -moz-transition:.5s ease-in-out;
            transition:.5s ease-in-out;
}
.panel-active .panel-title{
	color:#fff;
	-webkit-transition:.5s ease-in-out;
       -moz-transition:.5s ease-in-out;
            transition:.5s ease-in-out;
}
#accordion1 .panel-active {
	-webkit-transition: background .5s ease-in-out;
       -moz-transition: background .5s ease-in-out;
			transition: background .5s ease-in-out;
		background: #27ae61;
}
.tb-accordion .panel-title .fa-plus{
    color: #fff;
	background-color:transparent;
	-webkit-transition: background .5s ease-in-out, color .5s ease;
       -moz-transition: background .5s ease-in-out, color .5s ease;
            transition: background .5s ease-in-out, color .5s ease;
}
.panel-active .panel-title span{
	padding: 19px 20px;
	border-top-left-radius:5px;
		border-bottom-left-radius:5px;
}
.tb-accordion .panel-title .fa-minus{
	-webkit-transition: background .5s ease-in-out, color .5s ease;
       -moz-transition: background .5s ease-in-out, color .5s ease;
            transition: background .5s ease-in-out, color .5s ease;
	color: #fff;
}
.panel-title span{
	padding: 19px 20px;
	margin-right:30px;
	text-align:center;
	color:#fff;
	-webkit-transition:.5s ease-in-out;
       -moz-transition:.5s ease-in-out;
            transition:.5s ease-in-out;
		border-top-left-radius:5px;
		border-bottom-left-radius:5px;
}
.tb-accordion .panel-body{
	padding:30px 70px;
}
.tb-accordion .panel-body p{
	font-size:14px;
	font-family:'Arimo', sans-serif;
	font-weight:400;
	color:#555555;
	line-height:22px;
}
.tb-accordion .panel-body p span{
	display:block;
}
/*--------------------------------------------------------------
TAB
--------------------------------------------------------------*/
.tb-tab-back{
	background-color:#fcf9f9;
}
.tb-tab{
	padding:50px;
}
.tb-tab .nav-tabs{
	background-color:#fff;
	padding:20px 55px;
	border-radius:40px;
	border:none;
}
.tb-tab .nav-tabs li a{
	border:none;
	background-color:transparent;
	color:#444444;
	font-family:'Arimo';
	font-size:13px;
	text-transform:uppercase;
	padding:10px 29px;
}
.tb-tab .nav-tabs>li.active>a, .tb-tab .nav-tabs>li.active>a:focus, .tb-tab .nav-tabs>li.active>a:hover{
	border:none;
	background-color:transparent;
}
.tab-content .tb-about-2-content{
	padding-left:25px;
}
@media screen and (max-width:992px){
	.tb-tab .nav-tabs li a {
		padding: 10px 15px;
	}
}
/** Elements Table **/
.tb-search-list .table>thead>tr>th, .tb-search-list .table>tbody>tr>td{
	
}
.tb-search-list th {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border: none!important;
    background-color: #181818;
    text-transform: uppercase;
	padding:40px 50px!important;
}
.tb-search-list td{
	padding:30px 50px!important;
}
.tb-search-list td p{
	color: #555555;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
}
.tb-search-list td, .tb-search-list table{
	border:none!important;
}
.tb-search-list tr.search-list {
    background-color: #f9f9f9;
	border:none!important;
}
.tb-search-list tr.search-list:nth-child(even){
	background-color: #f5f4f4;
}
/*--------------------------------------------------------------
zena TABLES
--------------------------------------------------------------*/
.tb-bordered-heading h1{
	font-family:'Open Sans', sans-serif;
	font-size:40px;
	font-weight:700;
	margin-bottom:10px;
}
.tb-bordered-heading h5{
	font-family:'Arimo';
	font-weight:normal;
	padding:0px 20px;
	background:#e9e9e9;
	width:213px;
	margin:0 auto;
	position:relative;
	z-index:2;
	margin-top:-5px;
}
.tb-bordered-heading.white-heading-back h5{
	background:#fff;
}
.tb-bordered-heading h5:before{
	content:'';
	width:50px;
	height:1px;
	position:absolute;
	left:-50px;
	top:8px;
}
.tb-bordered-heading h5:after{
	content:'';
	width:50px;
	height:1px;
	position:absolute;
	right:-50px;
	top:8px;
}
.tb-first-border{
	position:relative;
	width:350px;
	margin:0 auto;
}
.tb-second-border{
	content:'';
	position:absolute;
	left:0;
	top:5px;
	width:100%;
	z-index:1;
}
@media screen and (max-width:380px){
	.tb-first-border{
		width:100%;
	}
	.tb-bordered-heading h5:before{
		width:30px;
		left:-30px;
	}
	.tb-bordered-heading h5:after{
		width:30px;
		right:-30px;
	}
	.tb-zena-table-one .pl-zero, .tb-zena-table-two .pl-zero{
		padding-left:15px;
	}
}
/* zena Table One */
.tb-zena-table-1{
	position:relative;
}
.tb-bordered-heading p{
	font-family:'Arimo', sans-serif;
	font-size:17px;
	font-weight:400;
	font-style:italic;
	color:#555555;
	margin-top:45px;
}
.tb-zena-heading-upper{
	padding-top:40px;
	padding-bottom:23px;
	position:relative;
}
.tb-zena-heading-upper h5{
	font-size:16px;
	font-family:'Open Sans', sans-serif;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
}
.tb-zena-right-icon{
	position:absolute;
	top:40px;
	right:24px;
	width:80px;
	height:80px;
	background-color:#fff;
	border-radius:50%;
	text-align:center;
	padding-top:10px;
	z-index:2;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-right-icon i:before{
	font-size:40px;
	color:#3597db;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-heading-lower{
	padding-top:40px;
	padding-bottom:35px;
	position:relative;
}
.tb-zena-heading-lower h2{
	font-size:38px;
	font-family:'Open Sans', sans-serif;
	font-weight:700;
	color:#3597db;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-heading-lower h2 span{
	font-size:12px;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
}
.tb-zena-heading-lower p{
	font-size:12px;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	color:#8e8e8e;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-middle ul{}
.tb-zena-middle ul li{
	font-family:'Arimo', sans-serif;
	font-size:12px;
	font-weight:400;
	color:#666666;
	text-transform:capitalize; 
	list-style:none;
	padding-top:20px;
	padding-bottom:20px;
	width:100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-middle ul li span{
	font-family:'Arimo';
	font-size:12px;
	font-weight:normal;
	color:#666666;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-heading-upper, .tb-zena-heading-lower, .tb-zena-middle ul li, .tb-zena-bottom{
	padding-left:50px;
	padding-right:25px;
}
.tb-zena-table-upper{
	background-color:#3597db;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-heading-lower{
	position:relative;
	background-image:url(../img/tb-zena-common.png);
	background-size:cover;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.tb-zena-middle ul li:before{
	content:'\f00c';
	font: normal normal normal 12px/1 FontAwesome;
	padding-right:5px;
	color:#50db35;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-middle ul li:nth-child(odd){
	background-color:#f3f3f3;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-middle ul li:nth-child(even){
	background-color:#fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-bottom{
	padding-top:35px;
	padding-bottom:45px;
	background-color:#fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-bottom a.btn-default{
	font-size:12px;
	font-family:'Arimo';
}
/** zena Table One Hover **/
.tb-zena-table-1:hover .tb-zena-heading-lower{
	background-image:url(../img/tb-zena-blue.png);
}
.tb-zena-table-1:hover .tb-zena-table-upper {
    background-color: #142340;
}
.tb-zena-table-1:hover .tb-zena-right-icon{
	background-color: #142340;
}
.tb-zena-table-1:hover .tb-zena-right-icon i:before{
	color:#fff;
}
.tb-zena-table-1:hover .tb-zena-heading-lower h2, .tb-zena-table-1:hover .tb-zena-heading-lower p{
	color:#fff;
}
.tb-zena-table-1:hover .tb-zena-middle ul li, .tb-zena-table-1:hover .tb-zena-middle ul li span{
	color:#fff;
}
.tb-zena-table-1:hover .tb-zena-middle ul li:nth-child(odd){
	background-color:#2b8acd;
}
.tb-zena-table-1:hover .tb-zena-middle ul li:nth-child(even){
	background-color:#3597db;
}
.tb-zena-table-1:hover .tb-zena-bottom{
	background-color:#3597db;
}
.tb-zena-table-1:hover .tb-zena-bottom a.btn-default{
	color:#555555;
	background-color:#fff;
	border:1px solid #fff;
}
@media screen and (max-width:992px){
	.tb-zena-table-1{
		margin-bottom:15px;
	}
}
@media screen and (max-width:640px){
	.tb-zena-table-one .col-xs-6{
		width:100%;
	}
	.tb-zena-table-one .pl-zero{
		padding-left:15px;
	}
}
/* End zena Table One */

/* zena Table Two */
.tb-zena-table-2{
	position:relative;
}
.tb-zena-table-2 .tb-bordered-heading p{
	font-family:'Arimo', sans-serif;
	font-size:17px;
	font-weight:400;
	font-style:italic;
	color:#555555;
	margin-top:45px;
}
.tb-zena-table-2 .tb-zena-heading-upper{
	padding-top:40px;
	padding-bottom:23px;
	position:relative;
}
.tb-zena-table-2 .tb-zena-heading-upper h5{
	font-size:16px;
	font-family:'Open Sans', sans-serif;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
}
.tb-zena-table-2 .tb-zena-right-icon{
	position:absolute;
	top:40px;
	right:24px;
	width:80px;
	height:80px;
	background-color:#fff;
	border-radius:50%;
	text-align:center;
	padding-top:10px;
	z-index:2;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-table-2 .tb-zena-right-icon i:before{
	font-size:40px;
	color:#27ae61;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-table-2 .tb-zena-heading-lower{
	padding-top:40px;
	padding-bottom:35px;
}
.tb-zena-table-2 .tb-zena-heading-lower h2{
	font-size:38px;
	font-family:'Open Sans', sans-serif;
	font-weight:700;
	color:#27ae61;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-table-2 .tb-zena-heading-lower h2 span{
	font-size:12px;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
}
.tb-zena-table-2 .tb-zena-heading-lower p{
	font-size:12px;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	color:#8e8e8e;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-middle ul{}
.tb-zena-table-2 .tb-zena-middle ul li{
	font-family:'Arimo', sans-serif;
	font-size:12px;
	font-weight:400;
	color:#666666;
	text-transform:capitalize; 
	list-style:none;
	padding-top:20px;
	padding-bottom:20px;
	width:100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-table-2 .tb-zena-middle ul li span{
	font-family:'Arimo';
	font-size:12px;
	font-weight:normal;
	color:#666666;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-table-2 .tb-zena-heading-upper, .tb-zena-heading-lower, .tb-zena-table-2 .tb-zena-middle ul li, .tb-zena-table-2 .tb-zena-bottom{
	padding-left:50px;
	padding-right:25px;
}
.tb-zena-table-2 .tb-zena-table-upper{
	background-color:#27ae61;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-table-2 .tb-zena-heading-lower{
	background-image:url(../img/tb-zena-common.png);
	background-size:cover;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-table-2 .tb-zena-middle ul li:before{
	content:'\f00c';
	font: normal normal normal 12px/1 FontAwesome;
	padding-right:5px;
	color:#50db35;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-table-2 .tb-zena-middle ul li:nth-child(odd){
	background-color:#f3f3f3;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-table-2 .tb-zena-middle ul li:nth-child(even){
	background-color:#fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-table-2 .tb-zena-bottom{
	padding-top:35px;
	padding-bottom:45px;
	background-color:#fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-zena-table-2 .tb-zena-bottom a.btn-default{
	font-size:12px;
	font-family:'Arimo';
	background-color:#27ae61;
	border:1px solid #27ae61;
}
/** zena Table Two Hover **/
.tb-zena-table-2:hover .tb-zena-table-upper {
    background-color: #219d56;
}
.tb-zena-table-2:hover .tb-zena-right-icon{
	background-color: #219d56;
}
.tb-zena-table-2:hover .tb-zena-right-icon i:before{
	color:#fff;
}
.tb-zena-table-2:hover .tb-zena-heading-lower{
    background-image:url(../img/tb-zena-green.png);
}
.tb-zena-table-2:hover .tb-zena-heading-lower h2, .tb-zena-table-2:hover .tb-zena-heading-lower p{
	color:#fff;
}
.tb-zena-table-2:hover .tb-zena-middle ul li, .tb-zena-table-2:hover .tb-zena-middle ul li span{
	color:#fff;
}
.tb-zena-table-2:hover .tb-zena-middle ul li:nth-child(odd){
	background-color:#219d56;
}
.tb-zena-table-2:hover .tb-zena-middle ul li:nth-child(even){
	background-color:#27ae61;
}
.tb-zena-table-2:hover .tb-zena-bottom{
	background-color:#27ae61;
}
.tb-zena-table-2:hover .tb-zena-bottom a.btn-default{
	color:#555555;
	background-color:#fff;
	border:1px solid #fff;
}
@media screen and (max-width:992px){
	.tb-zena-table-2{
		margin-bottom:15px;
	}
}
@media screen and (max-width:640px){
	.tb-zena-table-two .col-xs-6{
		width:100%;
	}
	.tb-zena-table-two .pl-zero{
		padding-left:15px;
	}
}
/* End zena Table Two */

/** Shop Choose Us **/
.tbshop-choose{
	float:right;
}
.tbshop-choose-right{
	float:right;
	margin-left:25px;
}
.tbshop-choose-left{
	padding-top:5px;
}
.tbshop-choose-left a{
	display:block;
	font-size:16px;
	font-family:'Noto Serif', serif;
	font-weight:700;
	color:#444444;
	text-transform:uppercase;
}
.tbshop-choose-left a span{
	text-transform:uppercase;
}
.tbshop-choose-left p{
	color:#555555;
	padding-top:10px;
}
.tbshop-choose-right-content{
	text-align:center;
	width:90px;
	height:90px;
	border-radius:50%;
	background-color:#0d0d0d;
	padding-top:25px;
}
.tbshop-choose-right-content img{
	margin:0 auto;
}
/*--------------------------------------------------------------
TESTIMONIAL SLIDES
--------------------------------------------------------------*/
.tb-testimonial-slide-heading{}
.tb-testimonial-slide-heading h1{
	font-family:'Open Sans', sans-serif;
	font-size:40px;
	font-weight:700;
	color:#333333;
	text-transform:uppercase;
}
.tb-testimonial-slide-heading h2{
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	text-transform:uppercase;
}
.tb-testimonial-slide-heading p{
	font-family:'Arimo';
	font-weight:normal;
	padding-top:24px;
}
.tb-testimonial-slide-heading p.evis{
	font-family:'Pacifico', cursive;
	font-size:18px;
	text-transform:capitalize;
}

.tb-testimonial-slide p{
	color:#555555;
	line-height:26px;
}
.tb-testimonial-author-sign{
	padding-left:18px;
}
.tb-testimonial-author-sign h4{
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	text-transform:capitalize;
}
.tb-testimonial-author-sign h6{
	font-family:'Arimo';
	font-weight:normal;
	text-transform:uppercase;
	line-height:20px;
	padding-top:5px;
}
.tb-testimonial-author-sign img{
	padding-top:20px;
}
.tb-testimonial-slide.owl-carousel .owl-item img{
	width:auto;
	margin:0 auto;
	border-radius: 100px;
}
.tb-testimonial-slide.owl-theme .owl-nav [class*=owl-] {
    color: #2f2f2f;
    font-size: 18px;
    margin: 5px;
    padding: 17px 12px;
	height:62px;
    background: #fafafa;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-testimonial-slide.owl-theme .owl-nav [class*=owl-]:hover,  
.tb-testimonial-slide.owl-theme .owl-nav [class*=owl-]:focus, 
.tb-testimonial-slide.owl-theme .owl-nav [class*=owl-]:active{
	color:#fff;
}
.tb-testimonial-slide .owl-prev, .tb-testimonial-slide .owl-next {
    position: absolute;
    top: 20%;
}
.tb-testimonial-slide .owl-prev{
	left:0px;
} 
.tb-testimonial-slide .owl-next{
	left: 26.5%;
}
.tb-testimonial-slide{
	position:relative;
}
@media screen and (max-width:1200px){
	.tb-testimonial-slide{
		padding-top:40px;
	}
}
@media screen and (max-width:992px){
	.tb-testimonial-slide p br{
		display:none;
	}
	.tb-testimonial-slide .owl-prev, .tb-testimonial-slide .owl-next {
		top: 18%;
	}
}
@media screen and (max-width:767px){
	.tb-testimonial-slide .owl-prev{
		left:30%;
	} 
	.tb-testimonial-slide .owl-next{
		left: auto;
		right:30%;
	}
	.tb-testimonial-slide{
		text-align:center;
	}
	.tb-testimonial-slide p{
		padding-top:15px;
		padding-bottom:15px;
	}
}
@media screen and (max-width:580px){
	.tb-testimonial-slide .owl-prev{
		left:20%;
	} 
	.tb-testimonial-slide .owl-next{
		right:20%;
	}
}
@media screen and (max-width:440px){
	.tb-testimonial-slide .owl-prev{
		left:10%;
	} 
	.tb-testimonial-slide .owl-next{
		right:10%;
	}
	.tb-testimonial-slide .owl-prev, .tb-testimonial-slide .owl-next {
		top: 15%;
	}
}
.tb-dark-back-2 .tb-testimonial-slide-heading h1, .tb-dark-back-2 .tb-testimonial-slide p, .tb-dark-back-2 .tb-testimonial-slide h4{
	color:#fff;
}
.tb-testimonial-back-3 .tb-testimonial-slide-heading h1, 
.tb-testimonial-back-3 .tb-testimonial-slide p, 
.tb-testimonial-back-3 .tb-testimonial-slide h4{
	color:#fff;
}
/*--------------------------------------------------------------
TEAM
--------------------------------------------------------------*/
/* Team One */
.tb-team-one-img{
	border:30px solid #fff;
}
.tb-team-one-img figure{
	position:relative;
}
.tb-team-one-img figure img{
	position:relative;
}
.tb-team-one-img figcaption{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(54,51,63,0.5);
	height:86px;
	text-align:center;
}
.tb-team-one-img figcaption{
	margin-top:50%;
}
.tb-team-one-img{
	display:inline-block;
}
.tb-team-one-img-content{
	padding-top:25px;
}
.tb-team-one-img figcaption a{
	font-family:'Open Sans', sans-serif;
	font-weight:700;
	font-size:24px;
	text-transform:uppercase;
	color:#fff;
}
.tb-team-one-img figcaption a span{
	text-transform:uppercase;
}
.tb-team-one-middle{
	padding-top:40px;
}
.tb-team-one-middle .tb-tab-content-detail{
	padding-top:35px;
	padding-bottom:35px;
}
.tb-team-one-middle .tb-tab-content-detail h2{
	margin-bottom:0px;
}
.tb-team-one-middle .tb-tab-content-detail h3{
	text-transform:uppercase;
	margin-bottom:0px;
}
.tb-team-one-middle .tb-tab-content-detail p{
	padding-top:15px;
}
.tb-team-one-middle i:before{
	font-size:40px;
}
.tb-team-one-middle a.btn-default{
	font-family:'Arimo';
	font-size:12px;
}
@media screen and (max-width:1200px){
	.tb-team-one-middle{
		padding-top:5px;
	}
}
/* Team Two */
.evis{
	font-family:'Pacifico', cursive!important;
}
.tb-team-two-content img, .tb-team-four-content img{
	padding-bottom:40px;
	margin:0 auto;
}
.tb-team-two-content a, .tb-team-four-content a{
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	font-size:18px;
	text-transform:uppercase;
	color:#444444;
}
.tb-team-two-content h6, .tb-team-four-content h6{
	font-family:'Arimo';
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	padding-top:10px;
}
.tb-team-two-content ul, .tb-team-four-content ul{
	padding-top:25px;
}
.tb-team-four-content ul li{
	display:inline-block;
	text-align:center;
}
.tb-team-two-content ul li{
	display:inline-block;
	text-align:center;
	position: relative;
	overflow:hidden;
}
.tb-team-four-content ul li{
	color:#555555;
	background-color:#f2f2f2;
	padding:10px 15px;
}
.tb-team-two-content ul li{
	color:#555555;
	background-color:#f2f2f2;
	width:43px;
	height:43px;
	-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.tb-team-two-content ul li span.tb-social-hover{
	position: absolute;
    left: 0;
	right:0;
	bottom:0;
	top:0;
	opacity:0;
	transform:sacle(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
	font-family:'Arimo';
	font-size:12px;
	text-transform:uppercase;
	line-height:43px;
}
.tb-team-two-content ul li span.tb-social-icon{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	text-align:center;
	opacity:1;
	transform:sacle(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
	font-size:15px;
	line-height:43px;
}
.tb-team-two-content ul li:hover span.tb-social-hover{
	position:static;
	opacity:1;
	transform:sacle(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	color:#fff;
}
.tb-team-two-content ul li:hover{
	width:123px;
	color:#fff;
}
.tb-team-two-content ul li:hover span.tb-social-icon{
	opacity:0;
	transform:sacle(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
}

@media screen and (max-width:992px){
	.tb-team-two-content img, .tb-team-four-content img{
		margin:0 auto;
	}
	.tb-team-two-content, .tb-team-four-content{
		margin-bottom:50px;
	}
}
.tb-ceo-message img{
	margin:0 auto;
	padding-top:60px;
	padding-bottom:40px;
}
.tb-ceo-message p{
	font-size:17px;
	color:#555555;
	line-height:30px;
	font-style:italic;
}
.tb-ceo-message h3{
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	font-size:22px;
	color:#444444;
	text-transform:uppercase;
}
.tb-ceo-message h3 span{
	font-family:'Arimo';
	font-weight:normal;
	font-size:13px;
}

/*--------------------------------------------------------------
CONTACT US
--------------------------------------------------------------*/
/** Contact One **/
.Consultancy-map #map-3{
	height:453px;
	width:100%;
}
#map-1{
	width:100%;
	height:574px;
	position:relative;
}
.map-one{
	position:relative;
	width:100%;
}
.map-one a{
	position:absolute;
	bottom:0;
	left:38%;
}
@media screen and (max-width:480px){
	.map-one a{
		left:20%;
	}
}
@media screen and (max-width:767px){
	.map-one a.btn-info{
		font-size:12px;
		padding:20px 30px;
	}
	.map-one a{
		left:35%;
	}
}
@media screen and (max-width:992px){
	.map-one a{
		left:30%;
	}
}
/** Contact Two **/
.tb-contact-us-two{
	padding:30px;
	position:relative;
}
.tb-contact-two-content .tb-address-icon{
	margin:-50px auto 20px;
}
.tb-contact-us-two ul{
	width:100%;
	position:relative;
	background-color:#fff;
}
.tb-contact-us-two ul li{
	width:33%;
	display:inline-block;
	padding-bottom:50px;
}
.tb-contact-us-two ul li:nth-child(even){
	background-color:#fafafa;
}
@media screen and (max-width:1200px){
	.tb-contact-us-two ul li{
		width:32%;
	}
}
@media screen and (max-width:680px){
	.tb-contact-us-two ul li{
		width:100%;
		padding-top:50px;
	}
	.tb-contact-two-content .tb-address-icon{
		margin:0px auto 0px;
	}
}
/** Contact Three **/
.tb-address-icon{
	width:80px;
	height:80px;
	border-radius:50%;
	text-align:center;
	padding-top:22px;
	margin-top:5px;
}
.tb-address-icon i{
	font-size:30px;
	color:#fff;
}
.tb-contact-address .m-on-l{
	padding-right:19px;
}
address strong{
	font-family:'Arimo';
	font-size:16px;
	color:#000000;
	line-height:40px;
}
address, address a{
	font-family:'Arimo', sans-serif;
	font-size:13px;
	font-weight:400;
	color:#373838;
	line-height:20px;
}
/** Contact Four **/
.contact-form-one .form-group, .contact-form-two .form-group, .contact-form-three .form-group{
	margin-bottom:10px;
}
.contact-form-one input[type="submit"], .contact-form-two input[type="submit"], .contact-form-three input[type="submit"]{
	font-size:11px;
}
#map-2{
	width:100%;
	height:620px;
	position:relative;
}
.contact-form-two input.form-control, .contact-form-two textarea.form-control{
	background-color:#f9f9f9!important;
	border:1px solid #f9f9f9!important;
}
.contact-form-three input.form-control, .contact-form-three textarea.form-control{
	background-color:#fbfbfb;
	border:1px solid #fbfbfb;
}
.contact-form-three input.form-control, .contact-form-three textarea.form-control{
	width:100%;
}
.contact-form-four input.form-control, .contact-form-four textarea.form-control{
	background-color:#fff;
	border:1px solid #fff;
	width:100%;
}
/** Reservation Form **/
.tb-contact-reservation h3{
	font-size:22px;
	font-family:'Pacifico', cursive;
	color:#fff;
}
.tb-contact-reservation h4{
	font-size:22px;
	font-family:'Open Sans', sans-serif;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom:5px;
}
.tb-contact-reservation p{
	font-size:12px;
	font-family:'Arimo';
	color:#fff;
	text-transform:uppercase;
}
.tb-contact-reservation{
	padding:73px 63px 79px 63px;
	text-align:center;
	margin-left:15px;
}
.reservation-form input.form-control{
	width:100%;
	border-radius:0px;
	position:relative;
	color:#555;
}
.reservation-form .form-group{
	position:relative;
}
.reservation-form .form-group i{
	color: #555;
	font-size:14px;
	position:absolute;
	right:30px;
	top:18px;
	z-index:1;
}
.reservation-form input.theme-submit-btn{
	background-color:#0a0a0a;
	border:1px solid #0a0a0a;
}
.reservation-form input.theme-submit-btn:hover {
	background-color:#ffffff;
	border:1px solid #0a0a0a;
}

/*--------------------------------------------------------------
PRODUCTS
--------------------------------------------------------------*/
/** Product One **/
.gallery.product-gallery img{
	width:auto;
}
.product-gallery .tb-gallery-filter{
	width:100%;
}
.tb-product-style-one .m-on-l{
	padding-right:23px;
}
.tb-product-style-one-img img{
	border:10px solid #f1f1f1;
	border-radius:50%;
}
.tb-product-style-one-content{
	border-bottom:1px dashed #e1e1e1;
	padding-top:5px;
	padding-bottom:25px;
}
.tb-product-style-one-content a{
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	font-weight:600;
	color:#444444;
}
.tb-product-style-one-content p{
	font-family:'Arimo', sans-serif;
	font-size:12px;
	font-weight:400;
	padding-top:5px;
	padding-bottom:25px;
}
.tb-product-style-one-content span{
	font-family:'Arimo';
	font-size:16px;
	font-weight:normal;
	color:#999999;
}
/** Product Two & Three **/
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 13px;
}
.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}
.rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #777;
}
.rating span.star:last-child:before, .rating span.star:nth-child(4):before {
    content: "\f005";
}
.rating span.star:hover {
    cursor: pointer;
}
.rating span.star:hover:before, .rating span.star:hover~span.star:before {
    content: "\f005";
}
.tb-item-content{
	padding-top:30px;
	padding-bottom:30px;
}
.tb-zena-style-1{
	font-size:16px;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	display:block;
	padding-bottom:15px;
}
.tb-zena-style-1 del{
	font-size:12px;
	color:#b8b7b7;
}
.tb-product-title-1{
	font-size:16px;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	color:#444444;
	text-transform:uppercase;
}
@media screen and (max-width:480px){
	.tb-product-common-style.text-left{
		text-align:center;
	}
	.tb-product-common-style img{
		margin:0 auto;
	}
}

/** Product Four  **/
.tb-product-style-4{
	position:relative;
	display:inline-block;
}
.tb-product-style-4 figure{
	position:relative;
}
.tb-product-style-4 figure img{
	position:relative;
}
.tb-product-style-4 figcaption{
	background-color:rgba(249,249,249,0.9);
	text-align:center;
	margin:20px;
	padding:40px 0px 45px 0px;
	position:absolute;
	left:0;
	right:0;
	bottom:-100px;
}
.tb-product-style-4{}
.tb-product4-content{}
.tb-product4-content p{
	font-family:'Pacifico', cursive;
	font-size:14px;
	padding-bottom:10px;
}
.tb-product4-content h4{
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	font-size:17px;
	color:#444444;
	text-transform:uppercase;
	padding-bottom:23px;
}
.tb-product4-content span{
	display:block;
	font-family:'Arimo';
	font-size:16px;
	padding-bottom:23px;
}
.tb-product4-content span del{
	font-size:12px;
	color:#999999;
}
.tb-product4-content a{
	
}
@media screen and (max-width:992px){
	.tb-product-style-4{
		margin-bottom:25px;
	}
	.tb-product-style-4 figcaption{
		bottom:0px;
	}
}
@media screen and (max-width:767px){
	.tb-product-style-4{
		margin:0px auto 25px;
	}
}
@media screen and (max-width:480px){
	.tb-product4-content h4{
		padding-bottom:10px;
	}
	.tb-product4-content span{
		padding-bottom:10px;
	}
}
/** Product FIve  **/
.tb-product-tab .nav-tabs>li.active>a, .tb-product-tab .nav-tabs>li.active>a:focus, .tb-product-tab .nav-tabs>li.active>a:hover{
	border-bottom:1px solid #ddd;
	border-top:none;
	border-right:none;
	border-left:none;
	cursor:pointer;
	color:#444444;
}
.tb-product-tab .nav-tabs>li{
	float:none;
	display:inline-block;
	cursor:pointer;
}
.tb-product-tab .nav-tabs>li>a{
	background-color:transparent;
	padding-bottom:18px;
	border:none;
	border-radius:0px;
	font-size:14px;
	font-family:'Noto Serif', serif;
	font-weight:700;
	color:#c7c7c7;
}
.tb-product-title-2{
	font-family:'Noto Serif', serif!important;
	font-weight:700;
	color:#444444;
	text-transform:uppercase;
	display:block;
	padding-top:10px;
}
.tb-zena-style-2{
	font-size:14px;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	margin-top:12px;
	display:block;
}
.tb-product-five-style ul li{
	display:inline-block;
}
.tb-product-five-style ul li a.compare-button{
	display: inline-block;
	text-align: center;
	font-weight: normal;
	color: #322f2f;
	width:43px;
	height:43px;
	padding-top:10px;
	background-color:#fff;
	border-radius:50%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-product-five-style{
	display:inline-block;
}
.tb-product-five-style figure{
	position:relative;
}
.tb-product-five-style figure img{
	position:relative;
}
.tb-product-five-style figcaption{
	position:absolute;
	left:0;
	right:0;
	bottom:30px;
	text-align:center;
}
.tb-product-five-style ul li{}

/** Slide **/
.tb-special-deal-content{
	background:#fff;
	padding-right:56px;
}
.tb-special-deal-content .tb-product-five-style{
	float:left;
	padding-right:75px;
}
@media screen and (max-width:992px){
	.tb-special-deal-content{
		padding-right:25px;
	}
	.tb-special-deal-content .tb-product-five-style{
		padding-right:25px;
	}
	.tb-special-deal-content .tb-product-detail-content p{
		font-size:12px;
	}
	
}
@media screen and (min-width:680px) and (max-width:730px){
	.tb-special-deal-content .tb-product-detail-content p{
		font-size:11px;
	}
}
@media screen and (max-width:680px){
	.tb-special-deal-content.v-align-content{
		display:inline-block;
	}
	.tb-special-deal-content{
		padding-right:0px;
	}
	.tb-special-deal-content .tb-product-five-style{
		float:none;
		padding-right:0px;
	}
	.tb-special-deal-content .tb-product-five-style figure img{
		margin:0 auto;
	}
	.tb-special-deal-content .tb-product-detail-content{
		padding:30px;
	}
	.tb-special-deal-slide .item{
		text-align:center;
	}
	.tb-special-deal-slide .item .tb-special-deal-content{
		text-align:left;
	}
}
@media screen and (max-width:640px){
	.tb-special-deal-content .tb-product-detail-content{
		padding-top:0px;
	}
}
@media screen and (max-width:480px){
	.tb-special-deal-content .tb-product-detail-content h3{
		font-size:18px;
	}
}
.tb-special-deal-slide .owl-prev, .tb-special-deal-slide .owl-next {
    position: absolute;
    top: 45%;
    margin-top: -10px;
}
.tb-special-deal-slide .owl-prev{
	left:-70px;
} 
.tb-special-deal-slide .owl-next{
	right:-70px;
}
.tb-special-deal-slide.owl-theme .owl-nav [class*=owl-]{
    color: #322f2f;
    font-size: 15px;
	font-weight:700;
    margin: 0;
    padding:5px 20px;
    background: #fff;
	border-radius:2px;
	border:1px solid #fff;
    display: inline-block;
    cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -khtml-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tb-special-deal-slide.owl-theme .owl-nav [class*=owl-]:hover{
	color: #fff;
}
@media screen and (max-width:860px){
	.tb-special-deal-slide .owl-prev{
		left:0px;
	} 
	.tb-special-deal-slide .owl-next{
		right:0px;
	}
}

/** Product Single **/
.tb-product-detail-content h6{
	font-family:'Arimo';
	font-weight:normal;
	text-transform:capitalize;
	padding-bottom:15px;
}
.tb-product-detail-content h3{
	font-size:22px;
	font-family:'Open Sans', sans-serif;
	font-weight:700;
	color:#444444;
	padding-bottom:30px;
}
.tb-product-detail-content ul li{
	display:inline-block;
	list-style:none;
}
.tb-product-review ul li{
	padding-right:80px;
	display:inline-block;
}
.tb-product-review ul li span.zena{
	font-size:16px;
	font-family:'Open Sans', sans-serif;
	font-weight:700;
}
.tb-product-review ul li span.zena del{
	font-size:11px;
	font-weight:500;
	color:#afafaf;
	padding-left:3px;
}
.tb-product-detail-content p{
	color:#555555;
	padding-top:23px;
}
.tb-product-detail-buttons ul li a.btn-danger{
	background-color: #f9f9f9;
}
.tb-product-detail-buttons ul li a.btn-danger:hover, 
.tb-product-detail-buttons ul li a.btn-danger:focus, 
.tb-product-detail-buttons ul li a.btn-danger:active,
.tb-product-detail-buttons ul li a.compare-button:hover, 
.tb-product-detail-buttons ul li a.compare-button:focus, 
.tb-product-detail-buttons ul li a.compare-button:active{
	color:#fff;
}
.tb-product-detail-buttons ul li a.compare-button {
    display: inline-block;
    text-align: center;
    font-weight: normal;
    color: #322f2f;
    width: 43px;
    height: 43px;
    padding-top: 10px;
    background-color: #f9f9f9;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -khtml-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tb-product-tags ul{
	
}
.tb-product-tags ul li:first-child{
	font-size:14px;
	font-family:'Open Sans', sans-serif;
	font-weight:700;
	color:#333333;
	padding-right:20px;
}
.tb-product-tags ul li a{
	font-size:12px;
	font-weight:400;
	font-family:'Arimo', sans-serif;
	color:#a6a5a5;
	display:inline-block;
	padding:10px 22px;
	background-color:#f9f9f9;
	border-radius:30px;
	text-transform:capitalize;
}
.tb-product-share ul li:first-child{
	font-size:14px;
	font-family:'Open Sans', sans-serif;
	font-weight:700;
	color:#333333;
	padding-right:20px;
}
.tb-product-share ul li a{
	color:#555555;
}
#carousel-custom-dots{
	margin-top:10px;
}
#carousel-custom-dots li{
	display:inline-block;
	padding-right:10px;
	cursor:pointer;
}
@media screen and (max-width:992px){
	.tb-product-detail-buttons ul li a.btn-danger{
		padding:15px 40px;
	}
}
@media screen and (max-width:730px){
	.tb-product-tags ul li a {
		font-size: 10px;
		padding: 10px 18px;
	}
}
@media screen and (max-width:640px){
	.tb-single-product .col-xs-6, .tb-product-eight .col-xs-6{
		width:100%;
	}
	.tb-product-detail-content{
		margin-top:30px;
	}
	.tb-product-tags ul li:first-child, .tb-product-share ul li:first-child{
		padding-right:10px;
	}
}
@media screen and (max-width:480px){
	.tb-product-review ul li {
		padding-right: 20px;
	}
	br{
		display:none;
	}
}

.info-m{
    display: none;
}

/* Product Eight */
.tb-product-eight .tb-product-review ul li{
	padding-right:30px;
}
@media screen and (min-width:992px){
	.tb-product-eight .tb-product-detail-content{
		padding-left:20px;
		padding-right:10px;
	}
	.tb-product-eight .tb-product-five-style{
		margin-right:30px;
	}
	.tb-product-eight .tb-product-review ul li{
		padding-right:60px;
	}

}
@media screen and (max-width:680px){
	.tb-product-eight .v-align-content{
		display:block;
	}
	.tb-product-eight .col-xs-6{
		width:100%;
	}
	.tb-product-eight .tb-product-five-style{
		margin-bottom:20px;
	}
	.tb-product-eight{
		text-align:center;
	}

    .info-b{
        display: none;
    }

    .info-m{
        display: block;
        margin: 0 auto;
    }

    .tb-contact-reservation {
        padding: 30px 20px;
        text-align: center;
        margin-left: 0;
    }

}
/*  --------------------------------------------------------
1. Clients Say Area
-------------------------------------------------------- */
.cart-list{
	text-align:center;
}
.cart-list table{
	border:none!important;
	margin-bottom:0px;
}
.cart-list th {
    color: #fff;
	font-family:'Noto Serif', serif;
	font-weight:700;
	font-size:13px;
	border:none!important;
	padding:30px 0px 30px 50px!important;
	background-color:#181818;
	text-transform:uppercase;
}
.cart-list th:first-child{
	border-top-left-radius:40px;
}
.cart-list th:last-child{
	border-top-right-radius:40px;
}
.cart-list tr.cart_item {
    border-bottom: 1px solid #dddddd;
	background-color:#fdfcfc;
}
.cart-list td {
	border:none!important;
    vertical-align: middle!important;
	padding:30px 0px 30px 50px!important;
}
.cart-amount h6 {
    color: #3498db;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
	font-size:16px;
}
.cart-name h5{
	color: #000000;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.remove{
	font-family: 'Arimo';
	font-weight:normal;
	font-size:12px;
	color:#c7c7c7;
	text-transform:uppercase;
	cursor: pointer;
}
.cart_coupon_btn{
	background-color:#f8f8f8;
	float:left;
	width:100%;
	padding:30px 0px 30px 50px;
	border-bottom-left-radius:40px;
	border-bottom-right-radius:40px;
}
.cart-coupon ul li .form-control {
    max-width: 250px;
    padding: 13px 0px 15px 20px;
    font-size: 11px;
    font-family: 'Arimo';
    font-weight: 400;
    color: #999999;
    border-radius: 30px;
    height: 48px;
    text-align: left;
	border: 1px solid #fff;
}
.cart-coupon ul li {
    display: inline-block;
    margin-right: 20px;
}
.coupon-button{
	display: inline-block;
    text-align: center;
    font-family: 'Arimo';
    font-size: 11px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    background: #0f0f0f;
    border: 1px solid #0f0f0f;
    padding: 14px 50px;
    border-radius: 50px;
    height: 50px;
}
.coupon-button:hover{
	color: #fff;
}
.cart-coupon .col-md-6{
	padding-left:0px;
}
.tb-billing-heading{
	background-color:#181818;
	padding:30px 0px 30px 50px;
	border-top-left-radius:40px;
	border-top-right-radius:40px;
}
.billing-info h5{
	font-size: 15px;
    font-weight: 700;
    font-family: 'Noto Serif', Serif;
    color: #fff;
}
.billing-info ul{
	background-color:#fdfcfc;
}
.billing-info ul li {
    font-size: 13px;
    font-weight: normal;
    color: #323232;
    font-family:'Arimo';
    line-height: 26px;
    padding: 20px 60px 20px 50px;
	list-style:none;
	text-transform:uppercase;
}
.billing-info ul li span {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    float: right;
    color: #e63d03;
}
.tb-billing-info-button a.btn-default{
	background-color:#0f0f0f;
	border:1px solid #0f0f0f;
}
.tb-billing-info-button{
	text-align:center;
	margin:0 auto;
	background-color:#f8f8f8;
	border-bottom-left-radius:40px;
	border-bottom-right-radius:40px;
}
.billing-info .btn-default{
	margin-top:30px;
	margin-bottom:30px;
}
.billing-info .btn-default i{
	padding-left:10px;
	font-size:14px;
}
.quantity{
	width: 62px;
    height: 38px;
    display: inline-block;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #303030;
   font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 10px;
}
/*--------------------------------------------------------------
gallery
--------------------------------------------------------------*/
.gallery img{
	width:100%;
}
.gallery {
    position: relative;
    width: 100%;
    float: left;
    padding: 0;
}

.tb-gallery-filter-wrap {
	text-align:center;
	margin:0 auto;
}
.tb-gallery-filter {
    padding: 0;
    margin-bottom: 20px;
	background-color:#fff;
	padding:0px 60px;
	display:inline-block;
}
.tb-gallery-filter li {
    display: inline-block;
    cursor: pointer;
    font-family: 'Arimo';
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 3;
    text-transform: uppercase;
    color: #35383c;
    margin: 0px;
	padding:29px 25px;
    border-radius: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tb-gallery-filter li.active {
    cursor: default;
    opacity: 1;
}
/* gallery Item */
.tb-gallery > div {
    padding: 0;
    opacity: 1;
    transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;   
}
.tb-gallery > div.reveal {
    opacity: 1;
}
.tb-gallery .reveal .tb-gallery-content {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.tb-gallery-content{
	position:relative;
}
.tb-gallery-content figure{
	position:relative;
	overflow:hidden;
}
.tb-gallery-content figure img{
	position:relative;
	max-width:100%;
	overflow:hidden;
}
.tb-gallery-two .tb-gallery-content figcaption{
	background-color: rgba(4,0,15,0.9);
}
.tb-gallery-content figcaption{
	top:0;
	right:0;
	bottom:0;
	left:0;
	position:absolute;
	background-color: rgba(53,151,219,0.9);
	text-align:center;
	transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
	opacity: 0;
}
.tb-gallery-content{
	
}
.tb-gallery-content figcaption .tb-item-caption {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 2;
    top: 50%;
    -webkit-transition: opacity 0.5s ease, transform 0.3s ease;
    -moz-transition: opacity 0.5s ease, transform 0.3s ease;
    transition: opacity 0.5s ease, transform 0.3s ease;
    opacity: 0;
}
.tb-item-caption a{
	display:block;
}
.tb-item-caption a.tb-item-caption-title{
	font-size:14px;
	font-weight:700;
	font-family:'Open Sans', sans-serif;
	color:#fff;
	text-transform:uppercase;
}
.tb-item-caption a.tb-item-caption-link{
	font-size:12px;
	font-weight:normal;
	font-family:'Arimo';
	text-transform:uppercase;
	margin-bottom:10px;
}
.tb-gallery-content figure:hover figcaption .tb-item-caption {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    transition-delay: .25s;
    opacity: 1; 
}
.tb-item-caption {
    -webkit-transform: perspective(600px);
    -moz-transform: perspective(600px);
    transform: perspective(600px);
}
.tb-gallery-content figure:hover figcaption{
	opacity: 1;
}

.tb-consultancy-gallery-back .tb-bordered-heading h5, .tb-zena-back .tb-bordered-heading h5{
	background:#fafafa;
}
.construction-projects .tb-gallery-content figcaption{
	background-color:rgba(0,0,0,0.7)
}
.construction-projects .tb-item-caption a{
	font-size:18px;
	font-weight:600;
	color:#fff;
	font-family:'Open Sans', sans-serif;
}
.construction-projects .tb-item-caption p{
	font-size:11px;
	font-weight:normal;
	font-family:'Arimo';
}

/** gallery Three **/
.tb-gallery-three-filter .tb-gallery-filter{
	background-color:#fafafa;
	border-radius:50px;
}
.tb-gallery-three .tb-gallery-content figcaption{
	background-color:transparent;
	opacity:1;
}
.tb-item-like{
	position:absolute;
	right:15px;
	bottom:17px;
	border-radius:25px;
	width:60px;
	height:30px;
	text-align:center;
	padding-top:4px;
}
.tb-item-like-link{
	font-size:12px;
	font-weight:400;
	color:#fff;
	font-family:'Open Sans', sans-serif;
}
.tb-gallery-outer{
	padding-top:30px;
}
.tb-gallery-outer a{
	font-size:16px;
	font-weight:600;
	color:#444444;
	font-family:'Open Sans', sans-serif;
	line-height:22px;
	text-transform:uppercase;
}
.tb-gallery-outer ul{
	padding-top:15px;
}
.tb-gallery-outer ul li{
	list-style:none;
	display:inline-block;
}
.tb-gallery-outer ul>li+li:before{
	content: '/\00a0';
    font: normal normal normal 15px/1 FontAwesome;
    padding:0px 0px 0px 2px;
}
.tb-gallery-outer ul li a{
	font-size:11px;
	font-weight:normal;
	font-family:'Arimo';
	text-transform:uppercase;
}
/* gallery Six */
.tb-gallery-six{
	margin-bottom:30px;
}
/* gallery Single */
.bordered-list li{
	border-bottom:1px solid #eaeaea;
	padding-bottom:20px;
}
.bordered-list li:last-child{
	border:none;
}
.tb-gallery-six{
	position:relative;
}
.tb-gallery-six figure{
	position:relative;
	display:inline-block;
}
.tb-gallery-six figure img{
	position:relative;
}
.tb-gallery-six figcaption{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:transparent;
	border:10px solid transparent;
	opacity:1;
	margin:43px;
	vertical-align:middle;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tb-gallery-left-content{
	float:left;
	text-align:left;
}
.tb-gallery-right-content{
	float:right;
	text-align:right;
}
.tb-gallery-six-content p{
	font-family:'Pacifico', cursive;
	margin-bottom:10px;
}
.tb-gallery-six-content a{
	font-family:'Noto Serif', serif;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	color:#333333;
}
.tb-gallery-six-content{
	top: 50%;
	transform: translateY(-50%);
	position: relative;
	width: 50%;
	-webkit-transition: width 1s; /* Safari */
    transition: width 1s;
}

.tb-gallery-six-content.center-content{
	width: 100%;
}
.tb-gallery-six figure:hover figcaption{
	border:10px solid #dddddd;
	text-align: center;
	background:#fff;
}
.tb-gallery-six figure:hover .tb-gallery-six-content {
	width: 100%;
    text-align: center;
    -webkit-transition: width 1s; /* Safari */
    transition: width 1s;
}

.lh-26{
	line-height:26px;
}
@media screen and (max-width: 992px) {
	.tb-gallery-filter li{
		padding: 25px 20px;
	}
	.tb-gallery-filter li:hover .filter-count, .tb-gallery-filter li.active>.filter-count{
		bottom:75px!important;
	}
}
@media screen and (max-width: 767px) {
  .gallery {
        padding: 0 9px;
    }
	.tb-gallery-filter{
		padding:0px 30px;
	}
	.tb-gallery-filter li{
		padding: 15px 15px;
		font-size:12px;
	}
	.tb-gallery-filter li:hover .filter-count, .tb-gallery-filter li.active>.filter-count{
		bottom:55px!important;
	}
}
@media screen and (max-width: 640px) {
	.tb-gallery-filter{
		padding:0px 10px;
	}
	.tb-gallery-filter li{
		padding: 15px 10px;
		font-size:11px;
	}
	.tb-gallery-filter li:hover .filter-count, .tb-gallery-filter li.active>.filter-count {
		bottom: 45px!important;
	}
}

.gallery-wide [data-gap="0"] { padding: 0 }
[data-gap="0"] .tb-gallery .tb-gallery-content { margin-bottom: 0 }
[data-gap="0"] .tb-gallery > div { padding: 0 }
[data-gap="0"] .tb-gallery-filter { margin-bottom: 0 }
.gallery-wide [data-gap="10"] { padding: 0 5px }
[data-gap="10"] .tb-gallery .tb-gallery-content { margin-bottom: 0 }
[data-gap="10"] .tb-gallery > div { padding: 0 5px; margin-bottom: 9px }
[data-gap="10"] .tb-gallery-filter { margin-bottom: 10px }
.gallery-wide [data-gap="15"] { padding: 0 7px }
[data-gap="15"] .tb-gallery .tb-gallery-content { margin-bottom: 0 }
[data-gap="15"] .tb-gallery > div { padding: 0 7px; margin-bottom: 14px }
[data-gap="15"] .tb-gallery-filter { margin-bottom: 14px }
.gallery-wide [data-gap="20"] { padding: 0 10px }
[data-gap="20"] .tb-gallery .tb-gallery-content { margin-bottom: 0 }
[data-gap="20"] .tb-gallery > div { padding: 0 10px; margin-bottom: 19px }
[data-gap="20"] .tb-gallery-filter { margin-bottom: 19px }
.gallery-wide [data-gap="25"] { padding: 0 12px }
[data-gap="25"] .tb-gallery .tb-gallery-content { margin-bottom: 0 }
[data-gap="25"] .tb-gallery > div { padding: 0 12px; margin-bottom: 24px }
[data-gap="25"] .tb-gallery-filter { margin-bottom: 25x }
.gallery-wide [data-gap="30"] { padding: 0 15px }
[data-gap="30"] .tb-gallery .tb-gallery-content { margin-bottom: 0 }
[data-gap="30"] .tb-gallery > div { padding: 0 15px; margin-bottom: 29px }
[data-gap="30"] .tb-gallery-filter { margin-bottom: 29px }
.gallery-wide [data-gap="35"] { padding: 0 17px }
[data-gap="35"] .tb-gallery .tb-gallery-content { margin-bottom: 0 }
[data-gap="35"] .tb-gallery > div { padding: 0 17px; margin-bottom: 34px }
[data-gap="35"] .tb-gallery-filter { margin-bottom: 34px }



/** gallery Banner **/
.tb-gallery-banner h2{
	font-family:'Open Sans', sans-serif;
	font-weight:700;
	color:#646464;
	line-height:30px;
	margin-bottom:5px;
}
.tb-gallery-banner p{
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	font-size:18px;
	color:#646464;
	line-height:30px;
}
.tb-yellow-back .tb-gallery-banner h2, .tb-yellow-back  .tb-gallery-banner p{
	color:#333333;
}
/** gallery Counter **/
.tb-gallery-filter li{
	position:relative;
}
.filter-count{
    background: #fff;
    font-size:12px;
	font-family:'Open Sans' sans-serif;
	font-weight:600;
	line-height:21px;
    text-align: center;
    width: 30px;
    height: 30px;
	margin:0 auto;
	border:5px solid #f9f9f9;
	border-radius:50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.tb-gallery-filter li:hover .filter-count, .tb-gallery-filter li.active>.filter-count{
    bottom: 82px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}
.consultancy-projects .tb-gallery-filter, .restaurant-gallery .tb-gallery-filter{
	background-color:#fafafa;
}

.product-gallery.restaurant-gallery .tb-gallery-filter{
	width:auto;
}
/*--------------------------------------------------------------
BLOGS
--------------------------------------------------------------*/
/** Blog One **/
.tb-box-content{
	text-align:center;
}
.tb-box-content a.blog-date{
	font-family:'Arimo';
	font-weight:normal;
	font-size:12px;
	text-transform:uppercase;
	display:block;
}
.tb-box-content a.blog-title{
	font-size:15px;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	color:#444444;
	line-height:22px;
	text-transform:uppercase;
	display:block;
}
.tb-box-content ul li{
	list-style:none;
	display:inline-block;
	padding:20px;
}
.tb-box-content ul li a{
	font-family:'Arimo';
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	color:#888888;
}
.tb-box-content ul li a i{
	padding-right:5px;
}
.tb-box-content p{
	color:#555555;
	line-height:26px;
}
.tb-box-img, .tb-vertical-border{
	position:relative;
}
.vertical-border{
	margin:0 auto;
}
.tb-box-img img{
	position:relative;
}
.tb-vertical-outer-border{
	width:3px;
	height:50px;
	position:absolute;
	background-color:#fff;
	left: 0;
    right: 0;
    bottom: -25px;
    margin: 0 auto;
}
.tb-vertical-inner-border{
	width:3px;
	height:25px;
	background-color:#000000;
	position:absolute;
	left:0;
	bottom:0;
}
/* Hover */
.tb-box:hover .tb-box-content a.blog-date{
	color:#888888;
}
@media screen and (max-width:767px){
	.tb-box-img{
		display:inline-block;
	}
	.tb-box{
		text-align:center;
		margin-bottom:30px;
	}
}

/** Blog Four **/
.tb-box-date-four{
	width:70px;
	height:73px;
	text-align:center;
	padding-top:15px;
	margin:0 auto;
}
.tb-box-date-four a{
	display:inline-block;
	font-family:'Arimo';
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	line-height:20px;
}
.tb-box-date-four a span{
	display:block;
	font-family:'Arimo';
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
}
.tb-box-four-content .m-on-l{
	padding-right:25px;
}
.tb-box-four-content a.blog-title{
	font-size:15px;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	color:#444444;
	line-height:22px;
	text-transform:uppercase;
	display:block;
	padding-top:3px;
	padding-bottom:7px;
}
.tb-box-four-content:hover a.blog-title{
	color:#27ae61;
}
.tb-box-four-content ul li{
	list-style:none;
	display:inline-block;
	padding-right:10px;
}
.tb-box-four-content ul li a{
	font-family:'Arimo';
	font-weight:normal;
	font-size:11px;
	text-transform:capitalize;
	color:#888888;
}
.tb-box-four-content ul li a i{
	padding-right:5px;
}
@media screen and (min-width:992px) and (max-width:1200px){
	.tb-box-four-content a.blog-title br{
		display:none;
	}
	.tb-box-four-content a.blog-title{
		font-size:14px;
	}
	.tb-box-four-content ul li a{
		font-size:10px;
	}
}
@media screen and (max-width:992px){
	.tb-box-four{
		margin-bottom:30px;
	}
}
@media screen and (max-width:480px){
	.tb-box-four-content a.blog-title br{
		display:none;
	}
	.tb-box-four-content a.blog-title{
		font-size:14px;
	}
	.tb-box-four-content ul li a{
		font-size:10px;
	}
}
/** Blog Six **/
.tb-box-six-style>ul{
	width:100%;
}
.tb-box-six-style>ul>li{
	width:100%;
	background-color:#fafafa;
	list-style:none;
	padding:55px 80px 60px 80px;
	margin-bottom:2px;
	float:left;
}
.tb-box-date-six{
	width:70px;
	height:73px;
	text-align:center;
	padding-top:15px;
	margin:0 auto;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -khtml-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tb-box-date-six a{
	display:inline-block;
	font-family:'Arimo';
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	line-height:20px;
}
.tb-box-date-six a span{
	display:block;
	font-family:'Arimo';
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
}
.tb-box-six-content{
	float:left;
}
.tb-box-six-content .m-on-l{
	padding-right:25px;
}
.tb-box-six-content .m-body{
	padding-top:2px;
	width:auto;
}
.tb-box-six-content p, .tb-box-six-content p a{
	font-family:'Arimo';
	font-weight:normal;
	text-transform:uppercase;
	font-size:11px;
}
.tb-box-six-content p{
	color:#888888;
}
ul.tb-box-six-inner-list li{
	display:inline-block;
}
.tb-box-six-content a.blog-title{
	font-size:18px;
	font-weight:600;
	font-family:'Open Sans', sans-serif;
	color:#444444;
	margin-top:3px;
	margin-bottom:3px;
}
.tb-box-six-content ul li{
	display:inline-block;
	padding-right:10px;
}
.tb-box-six-content ul li a{
	font-family:'Arimo';
	font-weight:normal;
	text-transform:uppercase;
	font-size:11px;
	color:#888888;
}
.tb-box-six-button{
	padding-top:12px;
}
.tb-box-six-style>ul>li:hover .tb-box-date-six{
	background-color: #1f1f1f;
}
.tb-box-six-style>ul>li:hover .tb-box-six-content a.blog-title{
	color:#d5a976;
}
.tb-box-six-style>ul>li:hover a.btn-default{
	background-color: #d5a976;
    border: 1px solid #d5a976;
}

/** Blog Seven & Eight **/
.tb-box-date-two{
	width:70px;
	height:73px;
	text-align:center;
	padding-top:15px;
	position:absolute;
	left:0;
	bottom:-35px;
	right:0;
	margin:0 auto;
}
.tb-box-date-two a{
	display:inline-block;
	font-family:'Arimo';
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	line-height:20px;
}
.tb-box-date-two a span{
	display:block;
	font-family:'Arimo';
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
}
.tb-box-date-outer{
	text-align:center;
	position:relative;
}

/* Blog SLider */
.tb-box-one{
	
}
.tb-box-slide img{
	width:auto!important;
}
.tb-box-one>.m>.m-on-l{
	padding-right:70px;
}
.tb-box-right-content-upper .m{
	margin-bottom:10px;
}
.tb-box-right-content-upper .m-on-l{
	padding-right:24px;
	padding-top:5px;
}
.tb-box-right-content-upper .m-on-l i{
	font-size:30px;
}
.tb-box-right-content-upper .m-body a{
	font-size:30px;
	font-family:'Arimo';
	color:#333333;
	text-decoration:none;
}
.tb-box-right-content-upper .m-body a span{
	display:block;
	font-size:12px;
	font-family:'Arimo';
	text-transform:uppercase;
}
.tb-box-right-content-upper a.tb-box-slide-title{
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	font-size:18px;
	color:#444444;
	line-height:28px;
	margin-bottom:10px;
	display:block;
}
.tb-box-right-content-upper ul li{
	display:inline-block;
	padding-right:40px;
}
.tb-box-right-content-upper ul li a{
	font-family:'Arimo';
	font-size:12px;
	text-transform:uppercase;
}
.tb-box-right-content-upper p{
	line-height:26px;
	color:#555555;
	margin-top:30px;
}
.tb-box-right-content-lower{
	position:relative;
	padding-top:60px;
}
.tb-box-one>.m>.m-body{
	overflow:visible;
}
.tb-box-right-content-lower a.btn-default{
	position:absolute;
	left:-150px;
	top:60px;
}
.tb-box-right-content-lower ul li{
	font-size:12px;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	color:#444444;
	text-transform:uppercase;
	display:inline-block;
}
.tb-box-right-content-lower ul{
	float:right;
	padding-top:10px;
}
.tb-box-right-content-lower ul li:first-child{
	padding-right:40px;
}
.tb-box-right-content-lower ul li a{
	font-size:14px;
	color:#555555;
}
.tb-box-slide .owl-prev, .tb-box-slide .owl-next {
    position: absolute;
    top: 45%;
    margin-top: -10px;
}
.tb-box-slide .owl-prev{
	left:-70px;
} 
.tb-box-slide .owl-next{
	right:-70px;
}
.tb-box-slide.owl-theme .owl-nav [class*=owl-]{
    color: #322f2f;
    font-size: 15px;
	font-weight:700;
    margin: 0;
    padding:5px 20px;
    background: transparent;
	border-radius:2px;
	border:1px solid #322f2f;
    display: inline-block;
    cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -khtml-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tb-seo-service-slide.owl-theme .owl-nav [class*=owl-]:hover{
	color: #fff;
}
@media screen and (max-width:992px){
	.tb-box-slide .owl-prev{
		left:0px;
	} 
	.tb-box-slide .owl-next{
		right:0px;
	}
	.tb-box-slide .owl-prev, .tb-box-slide .owl-next {
		top:25%;
		
	}
}
/** Blog One Mirror **/
.tb-box-one.tb-box-one-mirror>.m>.m-on-l{
	padding-right:0px;
	padding-left:70px;
	
}
.tb-box-one-mirror .tb-box-right-content-lower ul{
	float:left;
}
.tb-box-one-mirror .tb-box-right-content-lower a.btn-default{
	position:absolute;
	right:-150px;
	left:auto;
	top:60px;
}
.pl-50{
	padding-left:70px;
}
.pr-50{
	padding-right:70px;
}
@media screen and (max-width:992px){
	.tb-box-one-right.pl-50{
		padding-left:0px;
	}
	.tb-box-one-right.pr-50{
		padding-right:20px;
	}
	.tb-box-right-content-lower a.btn-default{
		left:0;
		top:0;
		margin-top:10px;
	}
	.tb-box-right-content-lower ul{
		float:left;
	}
	.tb-box-one.tb-box-one-mirror .tb-box-right-content-lower a.btn-default{
		right:auto;
		top:0;
		left:0;
		margin-top:10px;
	}
}
/** Blog Single One **/
.tb-box-single-one img{
	margin:0 auto;
}
.tbblog-single-img-bottom{
	position:relative;
	margin-top:-70px;
}
.tbblog-img-bottom-left{
	float:left;
}
.tbblog-img-bottom-left{
	padding-top:50px;
	padding-right:50px;
	background-color:#fff;
}
.tbblog-img-bottom-left .m-on-l i {
    font-size: 30px;
}
.tbblog-img-bottom-left .m-body{
	width:auto;
}
.tbblog-img-bottom-left .m-body a {
    font-size: 30px;
    font-family: 'Arimo';
    color: #333333;
    text-decoration: none;
}
.tbblog-img-bottom-left .m-body a span {
    display: block;
    font-size: 12px;
    font-family: 'Arimo';
    text-transform: uppercase;
}
.tbblog-img-bottom-right{}
.tbblog-img-bottom-right ul{
	background-color:#fafafa;
	display:inline-block;
	padding-left:16px;
	padding-right:60px;
	border-top-right-radius:40px;
	border-bottom-right-radius:40px;
	margin-top:39px;
}
.tbblog-img-bottom-right ul li{
	list-style:none;
	display:inline-block;
	padding:24px;
}
.tbblog-img-bottom-right ul li a{
	font-size: 11px;
    font-family: 'Arimo';
    color: #7b7b7b;
	text-transform: uppercase;
}
.tbblog-img-bottom-right ul li a:hover{
	color:#3598db;
}
.tbblog-img-bottom-right ul li a i{
	padding-right:5px;
}
.tbblog-single-content-detail h6{
	font-size: 13px;
    font-family: 'Arimo';
	line-height:28px;
}
.tbblog-single-content-detail h3{
	font-family: 'Arimo';
	line-height:24px;
	color:#444444;
	padding-top:5px;
}
.tbblog-single-content-detail p{
	color:#555555;
}
.tbblog-single-content-detail ul li{
	list-style:none;
	display:inline-block;
	padding-right:35px;
}
.tbblog-single-content-detail ul li a{
	font-size:11px;
	font-family:'Arimo';
	color:#7b7b7b;
	text-transform:uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tbblog-single-content-detail ul li a i{
	padding-right:5px;
}
.tb-quote-back-1 h4, .tb-quote-back-2 h4, .tb-quote-back-3 h4, .tb-quote-back-4 h4, .tb-quote-back-5 h4, .tb-quote-back-6 h4, .tb-quote-back-7 h4{
	color:#fff;
	font-family: 'Arimo';
	line-height:30px;
}
.tbblog-single-share{
	border-top:1px solid #f7f7f7;
	border-bottom:1px solid #f7f7f7;
}
.tbblog-single-share ul{
	border-top:1px solid #f7f7f7;
	border-bottom:1px solid #f7f7f7;
	margin-top:1px;
	margin-bottom:1px;
	padding-top:20px;
	padding-bottom:20px;
}
.tbblog-single-share ul li{
	color:#666666;
	display:inline-block;
	font-size:12px;
	font-family:'Arimo';
	font-weight:normal;
}
.tbblog-single-share ul li:first-child{
	padding-right:30px;
	text-transform:uppercase;
}
.tbblog-single-share ul li a{
	color:#666666;
}
.blog-reply-form .form-control{
	width:100%;
	background-color:#fbfbfb;
	border:1px solid #fbfbfb;
}
/*--------------------------------------------------------------
SERVICES
--------------------------------------------------------------*/
/** Restaurant Service **/
.tb-restaurant-services{
	float:left;
	width:100%;
}
.tb-restaurant-services ul{
	float:left;
	width:100%;
	text-align:center;
}
.tb-restaurant-services ul li{
	list-style:none;
	display:inline-block;
	position:relative;
	float:left;
	padding:30px 0px 0px 0px;
	margin-right:15px;
}
.tb-restaurant-services ul li:last-child{
	margin-right:0px;
}
.tb-restaurant-custom{
	padding-top:100px;
}
.tb-restaurant-services ul li:nth-child(2){
	padding:0px;
}
.tb-restaurant-service-content{
	position:relative;
	display:inline-block;
}
.tb-restaurant-service-content figure{
	position:relative;
	-webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.tb-restaurant-service-content figure img{
	position:relative;
}
.tb-restaurant-service-content figcaption{
	text-align:center;
	background-color:rgba(4,0,15,0.9);
	margin:10px;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
}
.tb-restaurant-rotate{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.tb-restaurant-rotate-content{
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}
.tb-restaurant-service-content figcaption a{
	font-size:18px;
	font-family:'Open Sans', sans-serif;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
}
.tb-restaurant-service-content figcaption h6{
	font-family:'Pacifico', cursive;
	margin-top:10px;
}
/**/
.tb-services-five-content{
	position:relative;
	margin-bottom:30px;
}
.tb-services-five-content figure{
	position:relative;
}
.tb-services-five-content figure img{
	position:relative;
}
.tb-services-five-content figcaption{
	text-align:center;
	background-color:rgba(4,0,15,0.9);
	margin:10px;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	padding-top:28%;
}
.tb-services-five-content figcaption a{
	font-size:18px;
	font-family:'Open Sans', sans-serif;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
}
.tb-services-five-content figcaption h6{
	font-family:'Pacifico', cursive;
	margin-top:10px;
}
@media screen and (max-width:580px){
	.tb-service-five-section .col-xs-6{
		width:100%;
	}
	.tb-services-five-content{
		display:inline-block;
		text-align:center;
	}
	.tb-service-five{
		text-align:center;
	}
}
/** Service Three **/

.tb-service-three-content:hover .tb-service-three-icon i:before{
	color:#333333;
}
.tb-service-three-icon{
	width:90px;
	height:90px;
	background-color:#fafafa;
	border-radius:50%;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.tb-service-three-icon i:before{
	font-size:35px;
	color:#333333;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.tb-service-three-content h5, .tb-service-three-content a{
	font-size:16px;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	color:#444444;
	padding-top:24px;
	padding-bottom:15px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	display:block;
}
.tb-service-three-content p{
	color:#555555;
}
.tb-service-three-back:before{
	content:'';
	position:absolute;
	left:20px;
	right:20px;
	top:10px;
	bottom:0;
	height:225px;
	background-color:#fafafa;
}
.tb-service-three-section{
	position:relative;
	margin-top:-70px;
}
.tb-service-three-content img{
	margin:0 auto;
}
@media screen and (max-width:992px){
	.tb-service-three-section{
		margin-top:0px;
	}
	.tb-service-three-back:before{
		display:none;
	}
	.tb-service-three-content{
		margin-bottom:30px;
	}
}
@media screen and (max-width:767px){
	.tb-service-three-content{
		margin-bottom:30px;
	}
}
/** Seo Service Slide **/
.tb-seo-service-slide-content{
	text-align:center;
}
.tb-seo-service-slide-content img{
	margin-bottom:20px;
}
.tb-seo-service-slide-content a{
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	font-family:'Open Sans', sans-serif;
	color:#444444;
	display:block;
}
.tb-seo-service-slide-content p{
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	font-family:'Arimo';
}
.tb-seo-service-slide.owl-carousel .owl-item img{
	width:auto;
	margin:0 auto 20px;
}
.tb-seo-service-slide .owl-prev, .tb-seo-service-slide .owl-next {
    position: absolute;
    top: 32%;
    margin-top: -10px;
}
.tb-seo-service-slide .owl-prev{
	left:-50px;
} 
.tb-seo-service-slide .owl-next{
	right:-50px;
}
.tb-seo-service-slide.owl-theme .owl-nav [class*=owl-]{
    color: #322f2f;
    font-size: 15px;
	font-weight:700;
    margin: 0;
    padding:5px 20px;
    background: transparent;
	border-radius:2px;
	border:1px solid #322f2f;
    display: inline-block;
    cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -khtml-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tb-seo-service-slide.owl-theme .owl-nav [class*=owl-]:hover{
	color: #fff;
}
@media screen and (max-width:860px){
	.tb-seo-service-slide .owl-prev{
		left:0px;
	} 
	.tb-seo-service-slide .owl-next{
		right:0px;
	}
}
.seo-about-img{
	position:relative;
}
.seo-about-img img{
	z-index:2;
	position:relative;
	padding-top:40px;
	float:right;
}
.seo-about-img:before{
	content:"";
	width:600px;
	height:400px;
	background-color:#fafafa;
	position:absolute;
	left:-23.4%;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
}
@media screen and (max-width:1200px){
	.seo-about-img:before{
		display:none;
	}
	.seo-about-img img{
		float:none;
		margin:0 auto;
	}
}
@media screen and (max-width:1200px){
	.seo-about-img img{
		float:left;
	}
}
/*--------------------------------------------------------------
BACKGROUND IMAGES
--------------------------------------------------------------*/
.tb-about-back, .about3-back, .tb-contact-back-1, .tb-services-back, .tb-consultancy-breadcrumps, .tb-resturant-breadcrumps, .tb-quote-back-1, .tb-seo-breadcrumps, 
.tb-construction-breadcrumps, .tb-architecture-back, .tb-spa-breadcrumps, .tb-shop-breadcrumps, .tb-business-breadcrumps, .tb-special-deal-back, .video-section-back-one,
.tb-business-team-back, .tb-elements-back, .footer-bt-back-1, .tb-contact-us-two, .tb-consultancy-gallery-back, .tb-zena-back, .tb-elements-back-2, .tb-testimonial-back,
.footer-bt-back-2, .tb-testimonial-back-2, .tb-elements-back-3, .tb-restaurant-gallery-back, .tb-quote-back-2, .tb-elements-back-3, .tb-elements-back-5, .tb-elements-back-6,
.tb-quote-back-3, .footer-bt-back-3, .tb-quote-back-4, .tb-testimonial-back-3, .tb-quote-back-5, .tb-elements-back-7, .tb-quote-back-6, .tb-spa-appointment-back, .tb-elements-back-8,
.tb-elements-back-9, .tb-quote-back-7, .tb-resturant-reservation-back{
	background-position:center;
	vertical-align:middle;
	background-size:cover;
}
.tb-about-back{
	background-image:url(../img/about-back-1.jpg);
	background-repeat: no-repeat;
}
.tb-architecture-back{
	background-image:url(../img/architecture-back-1.jpg);
	background-repeat: no-repeat;
}
.about3-back{
	background-image:url(../img/about3-back.jpg);
	background-repeat: no-repeat;
}
.tb-contact-back-1{
	background-image:url(../img/contact-back-1.jpg);
	background-repeat: no-repeat;
}
.tb-services-back{
	background-image:url(../img/services-back-1.jpg);
	background-repeat: no-repeat;
}
.tb-business-breadcrumps{
	background-image:url(../img/business-breadcrump-back.jpg);
	background-repeat: no-repeat;
}
.tb-consultancy-breadcrumps{
	background-image:url(../img/consultancy-breadcrump-back.jpg);
	background-repeat: no-repeat;
}
.tb-resturant-breadcrumps{
	background-image:url(../img/resturant-breadcrump-back.jpg);
	background-repeat: no-repeat;
}
.tb-resturant-reservation-back{
	background-image:url(../img/resturant-reservation-back.jpg);
	background-repeat: no-repeat;
}
.tb-spa-appointment-back{
	background-image:url(../img/spa-appointment-back.jpg);
	background-repeat: no-repeat;
}
.tb-quote-back-1{
	background-image:url(../img/quote-back-1.jpg);
	background-repeat: no-repeat;
}
.tb-quote-back-2{
	background-image:url(../img/quote-back-2.jpg);
	background-repeat: no-repeat;
}
.tb-quote-back-3{
	background-image:url(../img/quote-back-3.jpg);
	background-repeat: no-repeat;
}
.tb-quote-back-4{
	background-image:url(../img/quote-back-4.jpg);
	background-repeat: no-repeat;
}
.tb-quote-back-5{
	background-image:url(../img/quote-back-5.jpg);
	background-repeat: no-repeat;
}
.tb-quote-back-6{
	background-image:url(../img/quote-back-6.jpg);
	background-repeat: no-repeat;
}
.tb-quote-back-7{
	background-image:url(../img/quote-back-7.jpg);
	background-repeat: no-repeat;
}
.tb-seo-breadcrumps{
	background-image:url(../img/seo-breadcrump-back.jpg);
	background-repeat: no-repeat;
}
.tb-construction-breadcrumps{
	background-image:url(../img/construction-breadcrump-back.jpg);
	background-repeat: no-repeat;
}
.tb-architecture-breadcrumps{
	background-image:url(../img/architecture-breadcrump-back.jpg);
	background-repeat: no-repeat;
}
.tb-spa-breadcrumps{
	background-image:url(../img/spa-breadcrump-back.jpg);
	background-repeat: no-repeat;
}
.tb-shop-breadcrumps{
	background-image:url(../img/shop-breadcrump-back.jpg);
	background-repeat: no-repeat;
}
.tb-special-deal-back{
	background-image:url(../img/special-deal-back.jpg);
	background-repeat: no-repeat;
}
.video-section-back-one{
	background-image:url(../img/video-back-1.jpg);
	background-repeat: no-repeat;
	padding-top:120px;
	padding-bottom:170px;
}
.video-section-back-two{
	background-image:url(../img/video-back-2.jpg);
	background-repeat: no-repeat;
	padding-top:200px;
	padding-bottom:80px;
}
.video-section-back-three{
	background-image:url(../img/video-back-3.jpg);
	background-repeat: no-repeat;
	padding-top:200px;
	padding-bottom:80px;
}
.tb-restaurant-service-back{
	background-image:url(../img/restaurant-services-back.jpg);
	background-repeat: no-repeat;
}
.tb-business-team-back{
	background-image:url(../img/business-team-back.jpg);
	background-repeat: no-repeat;
}
.tb-elements-back{
	background-image:url(../img/elements-back.jpg);
	background-repeat: no-repeat;
}
.footer-bt-back-1{
	background-image:url(../img/footer-back-1.jpg);
	background-repeat: no-repeat;
}
.footer-bt-back-2{
	background-image:url(../img/footer-back-2.jpg);
	background-repeat: no-repeat;
}
.footer-bt-back-3{
	background-image:url(../img/footer-back-3.jpg);
	background-repeat: no-repeat;
}
.tb-contact-us-two{
	background-image:url(../img/contact-two-back.jpg);
	background-repeat: no-repeat;
}
.tb-consultancy-gallery-back{
	background-image:url(../img/consultancy-gallery-back.jpg);
	background-repeat: no-repeat;
}
.tb-zena-back{
	background-image:url(../img/zena-back.jpg);
	background-repeat: no-repeat;
}
.tb-elements-back-2{
	background-image:url(../img/elements-back-2.jpg);
	background-repeat: no-repeat;
}
.tb-testimonial-back{
	background-image:url(../img/testimonial-back.jpg);
	background-repeat: no-repeat;
}
.tb-testimonial-back-2{
	background-image:url(../img/testimonial-back-2.jpg);
	background-repeat: no-repeat;
}
.tb-testimonial-back-002{
	background-image:url(../img/testimonial-back-002.jpg);
	background-repeat: repeat;
}

.tb-testimonial-back-3{
	background-image:url(../img/testimonial-back-3.jpg);
	background-repeat: no-repeat;
}
.tb-elements-back-3{
	background-image:url(../img/elements-back-3.jpg);
	background-repeat: no-repeat;
}
.tb-restaurant-gallery-back{
	background-image:url(../img/restaurant-portfolio-back.jpg);
	background-repeat: no-repeat;
}
.tb-elements-back-4{
	background-image:url(../img/elements-back-4.jpg);
	background-repeat: no-repeat;
}
.tb-elements-back-5{
	background-image:url(../img/elements-back-5.jpg);
	background-repeat: no-repeat;
}
.tb-elements-back-6{
	background-image:url(../img/elements-back-6.jpg);
	background-repeat: no-repeat;
}
.tb-elements-back-7{
	background-image:url(../img/elements-back-7.jpg);
	background-repeat: no-repeat;
}
.tb-elements-back-8{
	background-image:url(../img/elements-back-8.jpg);
	background-repeat: no-repeat;
}
.tb-elements-back-9{
	background-image:url(../img/elements-back-9.jpg);
	background-repeat: no-repeat;
}


.tb-business-about-upper{
	position:relative;
	margin-left:50px;
	margin-right:50px;
	margin-top:-70px;
}
@media screen and (max-width:1080px){
	.tb-business-about-upper{
		position:relative;
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
	}
}

/*  --------------------------------------------------------
NAVBAR
-------------------------------------------------------- */
.shadow{
	-moz-box-shadow: 2px 2px 5px rgba(240,240,240,1);
	-webkit-box-shadow: 2px 2px 5px rgba(240,240,240,1);
	box-shadow: 2px 2px 5px rgba(240,240,240,1);
}
.navbar{
	border:none!important;
	border-radius:0px;
}
.navbar-index-top {
	margin-bottom:0px;
	top:0;
	width:100%;
	z-index:999;
	background:#fff;
}
.navbar-index-top .main-nav,
.navbar-index-top .main-menu{
	float:left;
}
.navbar-index-top .main-menu{
	border-left:none!important;
	border-right:none!important;
}
.navbar-index-top .navbar-brand img {
    
	padding-top:33px;
	padding-bottom:31px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	-webkit-transition: background .3s ease-in-out,padding .3s ease-in-out;
       -moz-transition: background .3s ease-in-out,padding .3s ease-in-out;
            transition: background .3s ease-in-out,padding .3s ease-in-out;
}
.sticky .navbar-index-top .navbar-brand{
	padding-top:0px;
}
.sticky .navbar-index-top .navbar-brand img {
	padding-top:24px!important;
	
	padding-bottom:19px;
}
.navbar-index-top .navbar-brand{
	padding:0px;
}
/*  --------------------------------------------------------
NAV TOP BARS
-------------------------------------------------------- */
.nav-top-bar ul li{
	display:inline-block;
}
.nav-top-bar ul li a{
	font-size:12px;
	font-family:'Arimo', sans-serif;
	font-weight:700;
	color:#dcdcdc;
}
.topbar-icon-content i{
	padding-right:10px;
	font-size:14px;
}
.topbar-icon-content ul li:first-child, .topbar-login-list ul li:first-child{
	padding-left:0px;
	border-left:none;
}
.topbar-icon-content ul li:last-child, .topbar-login-list ul li:last-child{
	padding-right:0px;
}
.topbar-icon-content ul li{
	padding-right:40px;
	padding-left:40px;
	border-left:1px solid #858585;
}
.topbar-login-list ul li{
	padding-right:25px;
	padding-left:25px;
	border-left:1px solid #858585;
}
.ptb-20{
	padding-top:20px;
	padding-bottom:20px;
}
/* Logo Section */
.tbnav-middle-wrapper{
	padding-top: 40px;
    padding-bottom: 40px;
    float: left;
    width: 100%;
}
.logo-wrap{
    float: left;
}
.logo-wrap .logo{
	float:left;
}
.logo-wrap-media-content ul li{
	display:inline-block;
	float:left;
}
.logo-wrap-media-content ul li .m-body{
	width:auto;
}
.logo-wrap-media-content ul li .m-on-l{
	padding-right:15px;
}
.logo-wrap-media-content ul li .m-on-l i:before{
	font-size:35px;
	color:#333333;
}
.logo-wrap-media-content ul li .m-body p{
	color:#444444;
	font-size:15px;
	font-family:'Arimo';
}
.logo-wrap-media-content ul li .m-body p span{
	display:block;
	color:#a09f9f;
	font-size:12px;
	font-family:'Arimo';
}

@media screen and (max-width:767px){
	.logo-wrap{
		width:100%;
	}
	.logo-wrap .logo{
		width:100%;
		text-align:center;
	}
}
/** Navbar Minicart **/
.nav-right-section{
	margin-right:10px;
}
.navbar-mini-cart-wrapper {
    position: relative;
}
.navbar-mini-cart li{
	list-style:none;
}
.navbar-mini-cart-wrapper > li > a {
    color: #a9b0be;
    position: relative;
}
.navbar-mini-cart-wrapper .navbar-mini-cart {
    background: #fff;
    width: 255px;
    padding: 20px;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 45px;
    z-index: 1000;
}
.navbar-mini-cart-wrapper .navbar-mini-cart .item {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    float: left;
}
.navbar-mini-cart-wrapper .navbar-mini-cart .product-img {
    width: 50px;
    float: left;
}
.navbar-mini-cart-wrapper .navbar-mini-cart .product-details {
    width: 140px;
    float: right;
    margin-left: 10px;
}
.navbar-mini-cart-wrapper .navbar-mini-cart .product-details h6 {
    font-size: 13px;
	line-height: 24px;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	color:#000;
}
.navbar-mini-cart-wrapper .navbar-mini-cart .product-details p {
    font-size: 13px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0;
	float:left;
}
.navbar-mini-cart-wrapper .navbar-mini-cart .product-details a{
	float:right;
	line-height: 0;
}
.navbar-mini-cart-wrapper .navbar-mini-cart .product-details i {
    color: #000;
}
.navbar-mini-cart-wrapper .navbar-mini-cart .zena-total {
    font-size: 14px;
	color:#929292;
	font-weight:700;
}
.navbar-mini-cart-wrapper .navbar-mini-cart .zena-total > span, .navbar-mini-cart-wrapper .navbar-mini-cart .zena-total > div {
    display: inline-block;
}
.navbar-mini-cart-wrapper .navbar-mini-cart .zena-total > div {
    float: right;
}
.navbar-mini-cart-wrapper .navbar-mini-cart .checkout-btn {
    margin-top: 15px;
}
.navbar-mini-cart-wrapper .navbar-mini-cart .checkout-btn .theme-btn {
    width: 100%;
    font-size: 12px;
}
.navbar-mini-cart-wrapper > li > a span.item-count {
	width: 14px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
	font-family:'Arimo', sans-serif;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.nav-right-section > ul > li{
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	color:#929292;
	font-size:18px;
}
.nav-right-section > ul > li{
	margin-left:45px;
}
.navbar-mini-cart-btn{
	position:relative;
	padding-left:15px;
}
.navbar-mini-cart-btn:before{
	background-color:#858585;
	width:1px;
	height:10px;
	content:'';
	position:absolute;
	left:0;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.nav-right-section > ul > li > i{
	padding-right:5px;
}
.nav-right-section > ul > li > i, .navbar-mini-cart-btn i{
	font-size:20px;
}
.minicart-zena-total .checkout-btn .btn-default{
	width: 48%;
    padding: 13px 15px;
    display: inline-block;
    border-radius: 0px;
    float: left;
}
.minicart-zena-total .checkout-btn a:first-child{
	margin-right:5px;
}
.navbar-brand{
	height:auto;
}
.navbar-default .navbar-brand{
	padding-top:0px;
}
@media screen and (max-width:1200px){
	.nav-right-section > ul > li{
		margin-left:20px;
	}
}

@media screen and (max-width:420px){
	.navbar-default .navbar-brand img{
		width:175px;
	}
	.navbar-default .navbar-brand{
		padding-top:5px;
	}
	.tbnav-resturant .navbar-default .navbar-brand, .tbnav-6 .navbar-default .navbar-brand{
		padding-top:0px;
	}
}
@media screen and (max-width:366px){
	.nav-right-section{
		display:none;
	}
	.menu-trigger {
		margin-right: 0px;
	}
	.navbar-mini-cart-btn:before{
		display:none;
	}
}
.Open Sans{
	font-family:'Open Sans', sans-serif!important;
	font-weight:700!important;
}
.semibold{
	font-weight:600!important;
}

.bravo-blokk header{
	margin-bottom:50px;
}
.navbar{
	min-height:auto;
	margin-bottom:0px;
}
.menu-trigger{
	z-index:9999;
}
.navbar-mini-cart-wrapper{
	float: right;
	list-style:none;
}

.main-nav>ul.navbar-mini-cart-wrapper>li>a{
	padding: 5px 5px 5px 20px;
	background: transparent;
}

.tb-navtop-one{
	border-bottom:1px solid #454545;
}

.navbar-sticky{
	position:absolute;
	width:100%;
	z-index:9;
	padding-top:0px;
	background-color:transparent;
	-webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -ms-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
}

.navbar-sticky .navbar-default{
	background: transparent;
	border:none;
}
.navbar-sticky.tbnav-construction, 
.navbar-sticky.tbnav-consultancy, 
.navbar-sticky.tbnav-seo,
.navbar-sticky.tbnav-shop,
.navbar-sticky.tbnav-spa{
	position:relative;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
	padding: 0px;
	margin: 0px;
}

.bravo-blokk .navbar-default.tbnav-business{
	position:static;
}


.tbnav-resturant .navbar-default .menu-trigger::after{
	background:#fff;
	box-shadow: 0 8px 0 #fff, 0 16px 0 #fff;
}
.tbnav-resturant .navbar-default .nav-right-section > ul > li > i, 
.tbnav-resturant .navbar-default .navbar-mini-cart-btn i{
	color:#fff;
}



@media screen and (max-width:992px){
	.tbnav-seo .navbar-default #main-menu-wrap{
		padding-top:25px;
	}
	.tbnav-seo .navbar-mini-cart-wrapper{
		line-height:40px;
	}

	.logo-wrap-media-content.pull-right{
		width: 100%;
		margin-top: 20px;
	}
	
	
	
	.tbnav-seo .navbar-default{
		padding-top:0px;
	}
}

.navbar-brand {
    text-align:right;
    float: left;
    padding: 0px;
    line-height: normal;
}

.logo-wrap-media-content .nav-right-section ul{
	padding-top:0px;
}
.logo-wrap-media-content .nav-right-section {
    line-height: 40px;
}

.logo-wrap-media-content .nav-right-section ul.navbar-mini-cart{
	padding-top:20px;
}

.tbnav-6 .navbar-default .nav-right-section > ul > li > i, .tbnav-6 .navbar-default .navbar-mini-cart-btn i{
	color:#fff;
}
.tbnav-6 .navbar-default .menu-trigger::after{
	background:#fff;
	box-shadow: 0 8px 0 #fff, 0 16px 0 #fff;
}
.tbnav-6 .navbar-mini-cart-wrapper{
	line-height:36px;
}

.tbnav-shop .navbar-mini-cart-wrapper li{
	display:inline-block;
	position:relative;
}



.tbnav-spa .navbar-default .main-nav{
	background-color:#3abcde;
	width:100%;
}

.navbar-btn{
	width:168px;
    height: 60px;
    line-height: 40px;
	padding: 10px;
	background-color:#259fbf;
	color:#fff;
	border:1px solid #259fbf;
	border-radius:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:13px;
	font-family:'Arimo';
	text-transform:uppercase;
}
.navbar-btn:hover, .navbar-btn:focus, .navbar-btn:active{
	background-color:#259fbf;
	color:#fff;
	border:1px solid #259fbf;
}


.tbnav-archi .navbar-mini-cart-wrapper{
	top:16px;
}


@media screen and (max-width:992px){
	.tbnav-shop .navbar-default .menu-trigger{
		margin-right: 0px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.tbnav-shop .navbar-default .navbar-mini-cart-wrapper{
		right:auto;
		left:0;
	}
	.tbnav-shop .navbar-default .pull-right{
		float:left!important;
	}
	.tbnav-shop .navbar-default .navbar-mini-cart-wrapper .navbar-mini-cart{
		right:auto;
		left:0;
	}
	
	.tbnav-archi .navbar-mini-cart-wrapper{
		top: 10px;
    	right: 10px;
	}
}

@media screen and (max-width:767px){
	.topbar-icon-content.text-left, 
	.topbar-icon-content.text-right, 
	.topbar-login-list.text-right,
	.topbar-icon-content.text-left,
	.topbar-login-list.text-left{
		text-align:center;
	}

	.topbar-login-list ul li {
    	padding-right: 5px;
    	padding-left: 5px;
	}


	.logo-wrap-media-content ul li {
    	width: 100%;
    	text-align: center;
	}

	.logo-wrap-media-content ul li .m-body, 
	.logo-wrap-media-content ul li .m-on-l, 
	.logo-wrap-media-content ul li .m-right {
    	display: inline-block;
    	vertical-align: top;
	}
	.logo-wrap-media-content ul li.pl-50{
		padding-left: 0px;
	}

	.logo-wrap-media-content ul li.pr-50{
		padding-right:0px;
	}
	.navbar-mini-cart-wrapper {
		float: right;
		right: 30px;
	}

	.spa-top .navbar-mini-cart-wrapper {
		float: none;
		right: 0px;
	}
	.container>.navbar-header {
    	margin-right: 0;
    	margin-left: 0;
	}
}
@media screen and (max-width:400px){
	.topbar-icon-content ul li{
		padding-right: 0px;
		padding-left: 0px;
		display:block;
		border-left: none;
	}
}
.tbspa-choose-right{
	padding-left:35px;
}
.tbspa-choose{
	padding-left:55px;
}
.tbspa-choose-left a{
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	color:#444;
	font-weight:600;
	text-transform:uppercase;
}
.tbspa-choose-left p{
	color:#555555;
}
@media screen and (max-width:992px){
	.tbspa-choose-right.pull-right{
		width:100%;
	}
	.tbspa-choose-right img{
		float:right;
		margin-bottom:10px;
	}
}
@media screen and (max-width:992px){
	.tbspa-choose-right.pull-right{
		width:100%;
		float:none;
	}
	.tbspa-choose-right img{
		float:none;
		margin:0 auto 10px;
	}
	.tbspa-choose-left.text-right{
		text-align:center;
	}
	.tbspa-choose {
		padding-left: 0px;
	}
	.tbspa-choose.pt-60{
		padding-top:30px;
	}
}
/*******************************************/
/* --- BLog Sidebar --------------------- */
/*****************************************/
.sticky-post{
	color:#3598db;
}
p{
    word-wrap: break-word;
}
.widget ol,
.widget ul,
.widget ul li{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-variant: normal;
  text-transform: none;
  speak: none;
  list-style:none;
}
.widget{
	float:left;
	width:100%;
	clear:both;
}
.widget h2, .comments-area h2{
	font-family: 'Arimo';
	font-weight:normal;
	font-size: 24px;
	text-transform:uppercase;
	padding-bottom:30px;
	color:#333333;
	line-height:26px;
}
.widget h2 span, .comments-area h2 span{
	display:block;
	font-family: 'Arimo';
	font-weight:normal;
	font-size: 11px;
	text-transform:uppercase;
}
.widget.widget_search{
	position:relative;
	padding-bottom:0px;
	padding-top:0px;
}
.widget.widget_search input.form-control{
	width:100%;
	text-transform:capitalize;
	border-radius:30px;
}
.widget_search .search-box{
	border:1px solid #fcfcfc;
	background:#fcfcfc;
	border-radius:0px;
	height:55px;
	padding:0px 20px;
	-webkit-box-shadow: none;
    box-shadow: none;
	-webkit-transition: none;
    -o-transition: none;
    transition: none;
	font-family: 'Open Sans', sans-serif;
}
.widget_search .submit-search {
	position: absolute;
	bottom: 18px;
	right: 20px;
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	cursor: pointer;
}
.widget_search .submit-search i{
	color:#999999;
	font-size:12px;
}
.widget_search .search-box:hover, .widget_search .search-box:focus, .widget_search .search-box:active{
	outline:none;
}
.widget ul li ul.children{
	margin: 0 0 1.75em 1.25em;
}
.widget ul li ul.sub-menu{
	margin: 0 0 1.75em 1.25em;
}
.widget ul li a {
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #5d5d5d;
    line-height: 35px;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    float: left;
    width: 100%;
}
.widget.widget_recent_comments ul li a{
	float:none;
}
.widget ul li a span.cat-count{
	float:right;
}
.recent-entries-content ul li{
	margin-bottom:20px;
}
.recent-entries-content ul li:last-child{
	margin-bottom:0px;
}
.recent-entries-content .m-on-l{
	padding-right:20px;
}
.recent-entries-content .m-body{
	padding-top:5px;
}
.recent-entries-content ul li a{
	line-height:20px;
	font-weight: 500;
	margin-bottom:3px;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	text-transform:uppercase;
}
.recent-entries-content ul li p{
	font-size:11px;
	padding:0px;
	font-weight:normal;
	font-family:'Arimo';
	text-transform:uppercase;
}
.widget .tagcloud a {
    width: auto;
    float: left;
    padding: 12px 20px;
    border: 1px solid #fafafa;
    margin: 0px 2px 2px 0px;
    line-height: normal;
	font-family: 'Arimo', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #a6a5a5;
	background-color:#fafafa;
	border-radius:30px;
}
.widget .tagcloud a:hover{
	color: #fff;
}
.widget_social ul li{
	display:inline-block;
	padding-right:17px;
}
.widget_social ul li a{
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.widget select{
	width:100%;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #303030;
    line-height: 35px;
	padding:10px;
	border: 1px solid #eeeeee;
    background: #fcfcfc;
}

.widget_calendar caption{
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
	color: #303030;
}
.widget_calendar td, .widget_calendar th{
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
	color: #303030;
}
.widget_calendar tbody a {
    background-color:#3598db;
    color: #fff;
    display: block;
    font-weight: 700;
}
.widget_calendar table, .widget_calendar th, .widget_calendar td {
    border: 1px solid #eeeeee;
}
.recentcomments span{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
	color: #303030;
}

.widget.widget_rss ul li a{
	line-height:20px;
}
.widget_rss .rss-date, .widget_rss cite{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
	color: #999999;
}
.rssSummary{
	font-size: 12px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    color: #999999;
    font-weight: 400;
}
.widget .m img{
	width:auto;
	max-width:none;
}
.widget img{
	max-width:100%;
	height:auto;
	vertical-align:middle;
}
.textwidget p strong{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#999;
}
.wp-caption-text{
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
}
.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}
article ul{
	padding:auto;
}
.entry-content li > ul, .entry-summary li > ul, .comment-content li > ul, .entry-content blockquote > ul, .entry-summary blockquote > ul, .comment-content blockquote > ul {
    margin-left: 1.25em;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    width: 100%;
}
table, th, td {
    border: 1px solid #d1d1d1;
}
.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
		text-align:center;
	}
.comments-area ol{ list-style:none;}
.comments-area ol li{ list-style:none;}
ol.comment-list{
	padding-left:0px;
}
.comments-content.comments-border-radius{
	border-top-right-radius:80px;
	border-bottom-right-radius:80px;
}
.comments-content{
	background-color:#fafafa;
}
.comments-content .m-on-l{
	padding-right:50px;
}
.comments-content .m-body{
	padding-right:60px;
	padding-top:50px;
}
.comments-content .m-on-l .tb-comment-media-content{
	position:relative;
}
.comments-content .m-on-l .tbblog-reply-button{
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	z-index:1;
	text-align:center;
}
.tbblog-reply-button a.btn-default{
	height:35px;
	border-radius:0px;
	padding: 8px 40px;
}
.comments-content .m-body{
	
}
.comments-content .m-heading{
	font-size: 15px;
	font-family:'Arimo';
	text-transform:uppercase;
}
.comments-content .m-heading a{
    font-size: 15px;
	color:#323232;
	font-family:'Arimo';
	text-transform:uppercase;
}

.comments-content .m-heading span {
    font-family:'Arimo';
    font-size: 12px;
    text-transform:uppercase;
	padding-left:45px;
}
.comments-content p{
	color:#666666;
}
.widget_meta ul li a{
	border-bottom:1px solid #eaeaea;
}
.widget_meta ul li:last-child a{
	border-bottom:none;
}
.widget_meta ul li a:before {
    content: '\f0da';
    font: normal normal normal 12px/1 FontAwesome;
    padding-right: 15px;
}
.comments-area ol.children{
	padding-left:170px;
	margin-top:30px;
}
@media screen and (max-width:540px){
	.comments-area ol.children{
		padding-left:10px;
	}
}
@media screen and (max-width:1200px){
	.widget ul li ul.children{
		margin: 0 0 1.75em 1em;
	}
	.widget ul li ul.sub-menu{
		margin: 0 0 1.75em 1em;
	}
}
@media screen and (max-width:992px){
	.sidebar-lower .tb-box-single-one{
		margin-bottom:30px;
	}
	.sidebar-upper .tb-box-single-one{
		margin-top:30px;
		float:left;
		clear:both;
	}
}
@media screen and (max-width:767px){
	.sidebar .pr-zero{
		padding-right:15px;
	}
}
@media screen and (max-width:480px){
	.col-xs-6{
		width:100%;
	}
}
/*******************************************/
/* --- End BLog Sidebar --------------------- */
/*****************************************/

/*////////////////////////////////////////
// Video Embeds
///////////////////////////////////////*/
.video-container { 
    position: relative; 
    height: auto; 
	overflow: hidden; 
    max-width: 100%; 
    background-color: #191a1c;
} 
.video-container iframe, 
.video-container object, 
.video-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    border: none;
    visibility: hidden;
}
.video-container:before {
    content: '\f04b';
    font-family: 'FontAwesome';
    font-size: 34px;
    margin-top: 7px;
    margin-left: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    visibility: visible;
    transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transition: transform .2s, opacity .2s;
    -moz-transition: transform .2s, opacity .2s;
    -webkit-transition: transform .2s, opacity .2s;
}
.video-container:hover:before {
    color: #fff;
    transform: translate3d(-50%, -50%, 0) scale(0.8);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0.8);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.8);
}
.video-container:after {
    content: '';
    position: absolute;
    margin-top: 6px;
    height: 90px;
    width: 90px;
    border: none;
    border-radius: 100px;
    background-color: rgba(255,255,255,0.2);
    cursor: pointer;
    top: 50%;
    left: 50%;
    visibility: visible;
    transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transition: background-color .2s, transform .2s, opacity 1.2s;
    -moz-transition: background-color .2s, transform .2s, opacity .2s;
    -webkit-transition: background-color .2s, transform .2s, opacity 1.2s;
}
.video-container:hover:after {
    transform: translate3d(-50%, -50%, 0) scale(0.9);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0.9);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);  
}
.video-container.reveal:after,
.video-container.reveal:before {
    opacity: 0;
    visibility: hidden;
    transition: visibility .4s, opacity .4s;
    -moz-transition: visibility .4s, opacity .4s;
    -webkit-transition: visibility .4s, opacity .4s;
}

.video-section-back-one.video-container:before{
	top:auto;
	bottom:80px;
}
.video-section-back-one.video-container:after{
	top:auto;
	bottom:40px;
}
.video-section-back-two.video-container:before{
	top:25%;
}
.video-section-back-two.video-container:after{
	top:25%;
}
.video-section-back-three.video-container:before{
	top:25%;
}
.video-section-back-three.video-container:after{
	top:25%;
}

@media screen and (max-width:680px){
	.b-head h1{
		font-size:36px;
	}
	.b-head h3{
		font-size:20px;
	}
}

/*********************/
.tb-custom-pagination .pagination li.disable a {
	cursor:not-allowed;
}
.tb-custom-pagination .pagination>li>a{
    position: relative;
    float: left;
    padding: 20px 25px;
    line-height: 1.42857143;
    color: #303030;
    text-decoration: none;
    background-color: #fafafa;
    border: 1px solid #fafafa;
	font-size:13px;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	margin:4px;
	border-radius:3px;
}
.tb-custom-pagination .pagination>li>a.pager-transparent{
	background-color: transparent;
    border: none;
}
.tb-custom-pagination .pagination>li>a.pager-transparent:hover, 
.tb-custom-pagination .pagination>li>a.pager-transparent:focus, 
.tb-custom-pagination .pagination>li>a.pager-transparent:active{
	background-color: transparent;
    border: none;
	color: #303030;
}
.tb-custom-pagination .pagination>li>a.pager-nav{
	background-color: #383838;
    border: 1px solid #383838;
	color: #ffffff;
}
.tb-custom-pagination .pagination>li>a:hover, 
.tb-custom-pagination .pagination>li>a:focus, 
.tb-custom-pagination .pagination>li>a.active{
	color: #ffffff;
}
.b-head ul{
	list-style:none;
}
/** **/
@media screen and (max-width:1200px){
	.tb-team-two-content ul li:hover{
		width:110px;
	}
	.tb-team-two-content ul li span.tb-social-hover{
		font-size:10px;
	}
	.tb-restaurant-service-content figure img{
		width:165px;
	}
	.tb-restaurant-service-content figcaption a{
		font-size:15px;
	}
	.tb-restaurant-service-back{
		background-size:cover;
	}
}
/** **/
@media screen and (max-width:992px){
	.tb-team-two-content.pt-50{
		padding-top:0px;
	}
	.tb-box-single-one{
		margin-bottom:30px;
	}
	.comments-area ol.children{
		padding-left:20px;
	}
	.tb-team-one-middle{
		margin-top:20px;
		margin-bottom:20px;
	}
	.tb-gallery-banner, .tb-gallery-banner-ul{
		text-align:center;
	}
	.tb-gallery-banner-ul{
		margin-top:10px;
	}
	.tb-box.pt-70, .tb-product-style-4.pt-100{
		padding-top:0px;
	}
	.tb-box{
		margin-bottom:30px;
	}
	.tb-restaurant-services ul li{
		float:none;
	}
	.tb-box-six-button{
		float:left;
		width:100%;
	}
	.tb-box-six-button.text-right{
		text-align:left;
	}
	.mt-minus-50{
		margin-top:50px;
	}
	.tb-about2-content2.pr-40{
		padding-right:0px;
	}
}
/** **/
@media screen and (max-width:767px){
	.v-align-content{
		display:block;
	}
	.comments-content .m-on-l{
		padding-right:25px;
	}
	.comments-content .m-heading span{
		display:block;
		padding-left:0px;
		padding-top:10px;
	}
	.comments-content .m-body{
		padding-top:20px;
		padding-right:20px;
	}
	.tb-about2-admin img{
		margin:20px auto 0px;
	}
	.tb-contact-heading{
		margin-top:20px;
	}
	.tb-box.pt-60, .tb-team-two-content.pt-60, .tb-box-four.pt-50, 
	.spa-blog .tb-box.pt-50, .tb-team-four-content.pt-50, 
	.shop-blog .tb-box.pt-30{
		padding-top:0px;
	}
}
/** **/
@media screen and (max-width:640px){
	br{
		display:none;
	}
	.tb-item-caption a br{
		display:block;
	}
	.tb-gallery-banner-ul a{
		margin-bottom:10px;
	}
	.tb-box-six-content .m-on-l{
		display:block;
	}
	.tb-box-six-style>ul>li{
		padding:30px;
	}
	.tb-box-six-content{
		text-align:center;
	}
	.tb-box-six-button.text-right{
		text-align:center;
	}
}
/** **/
@media screen and (max-width:580px){
	.tb-custom-pagination .pagination>li>a{
		padding:10px 15px;
	}
	.tb-comment-media-content img, .comments-content img{
		width: 115px;
	}
	.tbblog-reply-button a.btn-default{
		padding: 8px 15px;
	}
	.comments-content .m-body{
		padding-right:10px;
	}
	.comments-border-radius{
		border-top-right-radius: 0px!important;
		border-bottom-right-radius: 0px!important;
	}
}
/** **/
@media screen and (max-width:480px){
	.tb-tab-heading-left{
		float:none;
	}
	.tb-tab-heading{
		text-align:center;
	}
	.pb-150{
		padding-bottom:100px;
	}
	.tb-about6-img .custom-30{
		margin-bottom:30px;
	}
	.panel-title span{
		margin-right:15px;
	}
	.tb-accordion .panel-title{
		font-size:10px;
	}
	.tb-accordion .panel-body {
		padding: 30px 30px;
	}
	.tb-service-three-content.pt-50, .tb-product-common-style.pt-20{
		padding-top:0px;
	}
	.tb-port-archi-btn a{
		margin-top:15px;
	}
}
/** **/
@media screen and (max-width:450px){
	.b-head ul li .btn-success{
		margin-bottom:10px;
	}
}
/** **/
@media screen and (max-width:440px){
	.tb-custom-pagination .pagination>li>a{
		padding:10px 10px;
		font-size: 10px;
		margin: 3px;
	}
}

/*-- All Header In Header Page--*/
.all-nav-shown .navbar-sticky{
	position: relative;
}

.all-nav-shown .tbnav-business{
	background: url(../img/slider/slider-1.jpg);
}
.all-nav-shown .tbnav-archi{
	background: url(../img/slider/slider-6.jpg);
}

.all-nav-shown .tbnav-resturant{
	background: url(../img/slider/slider-3.jpg);
}

.all-nav-shown .tbnav-resturant .header-container {
    padding: 50px 0px 50px 0px;
}

/*  правки */
del.cross {
  display: inline-block;
  /* запрещает перенос текста на следующую строку */

  text-decoration: none;
  position: relative;
}
.del-cross {
  display: block;
  position: relative;
  overflow: hidden;
  /* запрещает обтекать другие блоки */

}
del.cross:before,
.del-cross:before {
  content: '';
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  
  background-size: 100% 100%;
  /* растягивает фон на всю ширину и высоту блока */

}

a.btn-default.mobile-btn{
	display: none;
	border-radius: 30px;
	max-width: 320px;
	margin-right: auto;
	margin-left: auto;
	font-size: 22px;
}

@media screen and (max-width: 767px) {
	a.btn-default.mobile-btn{display: block;}
}