* {	font-family: Arial, sans-serif; }

html, body { height: 100%; font-size: 15px; }

.green { color: #3B3; }
.blue { color: #09E; }

h1, h2 { margin-bottom: 20px; }

h2 { font-size: 24px; }
.mobi-container {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.left-container {
	display: table-cell;
	float: none;
	width: 38%;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 0;
}
.right-container {
	display: table-cell;
	float: none;
	width: 62%;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 30px;
	vertical-align: top;
}
.black-bg {
	color: white;
	background-color: #4e2706;
}
.white-bg {	background-color: white; }
.tm-left-inner-container { margin-right: 30px; }
.tm-right-inner-container {
	margin-left: 30px;
	max-width: 710px;
}
.mobi-logo { 
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%
}
.logo-left-container {
	display: table-cell;
	width: 38%;
}
.logo-right-container {
	display: table-cell;
	width: 62%;
}
.mobi-logo h1 {
	margin-top: 0;
	margin-bottom: 0;
	max-width: 250px;
}
.mobi-logo .col-lg-6, .mobi-logo .col-md-6, .mobi-logo .col-sm-6 {
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
}
.logo-left {
	float: right;
	padding: 20px 30px 20px 50px;
	text-align: right;
}
.logo-right {
	border-top: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
	border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-left: none;
    float: left;
    padding: 20px 40px 20px 30px;
    font-family: 'Amaranth', sans-serif;
    font-weight: normal;
    color: #4a4a4a;
    font-size: 36px;
    margin-top: 20px;
    line-height: 1.1;
}

.mobi-nav {
	clear: both;
	font-size: 16px;
	font-weight: 300;
	float: right;
	min-width: 250px;
}
.mobi-nav>li>a {
	border: 2px solid #8C8C8C;
    border-radius: 8px;
    color: white;
    padding: 11px 15px;
    margin-bottom: 10px;
    transition: background-color 0.3s;
    font-weight: bold;
	font-family: 'Amaranth', sans-serif;
}
.mobi-nav>li>a:hover, .mobi-nav>li>a:focus, .mobi-nav>li>a.active {
	background-color: #fff;
	color: #000;
	font-weight: 700;
}
.mobi-nav>li>a>.fas { margin-right: 5px; }
.mobi-header {
	clear: both;
    font-size: 25px;
    margin-top: 0;
    padding-bottom: 10px;
    border: 0;
    border-bottom: 1px solid #eee;
    font-family: 'Amaranth', sans-serif;
    font-weight: normal;
}
.intro, .intro p{
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 17px;
    color: #585858;
    line-height: 24px;
    margin-bottom: 20px;
}
.toggle {
	width: 100%;
	padding-bottom: 10px;
	clear:both;
}
.toggle-wrapper {
	padding-bottom:5px;
}
ul.tabs li a, h2.trigger {
	width: 100%;
	clear:both;
	font-size: 18px;
	margin:0px;
	text-align: left;
	background: #FFF;
	padding: 0 20px 0 20px;
	height: 30px;
	line-height: 26px;
	color: #4a4a4a;
	border: 1px solid #dbdbdb;
	font-family: 'Amaranth', sans-serif;
	-webkit-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
.tab_container h3{
	font-size: 18px;
}
.togglebox {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px 0;
	border: 1px solid #dedede;
}
img.left {
    float: left;
    margin: 6px 11px 0px 0;
}
.togglebox div {
	padding: 20px 20px 0 20px;
}
/*-----------------------------------------------------------------------------------*/
/*	TABS
/*-----------------------------------------------------------------------------------*/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
	color: #4d4d4d;
}
ul.tabs li {
	float: left;
	position: relative;
	list-style: none;
	margin-right: 10px;
	background: none;
	padding: 0;
}
ul.tabs li a {
	float: left;
	margin: 0;
}
.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 99%;
	border: 1px solid #dedede;
	margin-top: 10px;
}
.tab_content {
	padding: 20px 20px 0px 20px;
}
.tabbed-content {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
article { margin-top: 20px; }
article p {
	margin-bottom: 15px;
}
footer {
	margin-top: 40px;
	overflow: hidden;
	border: 0;
    border-top: 5px solid #eee;
    padding-top: 20px;
}
footer h4.mobi-header{
	font-size: 18px;
}
footer p { margin-bottom: 10px; }
footer .col-lg-6, footer .col-md-6 {
	padding-left: 0;
	padding-right: 0;
}
.mobi-social { text-align: right; }
.mobi-social i {
    padding-top: 5px;
    text-align: center;
    width: 47px;
    height: 40px;
    transition: background-color 0.3s;
    border-radius: 8px;
    color: white;
}
.mobi-social a { color: #757575; }
.mobi-social a:hover i {
	background-color: #ffffff;
    color: #000000;
	
}
.row .mobi-item {	margin-top: 0; }
.mobi-item p { margin-top: 20px; }
.mobi-item ul { margin-bottom: 20px; }
.mobi-item ul li { list-style: none; }
.fa.mobi-service-icon { font-size: 100px; }

.mobi-testimonial { overflow: hidden; }
.mobi-testimonial .fa {
	color: #C8B55E;
	padding: 5px;
}
.mobi-border-left {
	border-left: 3px solid #C8B55E;
	padding-left: 10px;
}
.mobi-border-right {
	border-right: 3px solid #C8B55E;
	padding-right: 10px;
	text-align: right;
}
.mobi-testimonial footer { color: #777; }
.mobi-testimonial footer:before {	content: '\2014 \00A0'; }
.form-control:focus {
	border-color: #DEB215;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(234, 231, 60, 0.6);
}
iframe { border: none; }
#map-canvas {
    height: 350px;
    margin-bottom: 30px;
}
.margin-bottom-60 {	margin-bottom: 60px; }

/* Media Queries
----------------------------------------*/
@media screen and (max-width: 991px) {
	.mobi-social {
		margin-top: 15px;
		text-align: left;
	}
}
@media screen and (max-width: 767px) {
	.mobi-logo, .mobi-container { display: block; }
	.logo-left-container, .logo-right-container, .left-container, .right-container {
		display: block;
		width: 100%;
	}
	.left-container, .right-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.logo-left, .logo-right, .mobi-nav { float: none; }
	.logo-left {
		border-right: 1px solid gray; 
		text-align: center;
		margin-bottom: 0px;
		padding: 10px;
	}
	.logo-right {
		text-align: center;
		margin-bottom: 0px;
		padding: 10px;
		margin-top: 0px;
		border: none;
	}
	.tm-left-inner-container { margin-right: 0; }
	.tm-right-inner-container {	margin-left: 0;	}
	.mobi-nav { max-width: 100%; }
	.mobi-nav>li>a {
		margin-bottom: 5px;
		text-align: center;
	}
	h1 {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.mobi-logo h1 {
		border: none;
		max-width: none;
		font-size: 30px;
	}
	.left-container, .right-container {	padding-top: 40px; }
	.mobi-logo .col-lg-6, .mobi-logo .col-md-6, .mobi-logo .col-sm-6 { padding-top: 0; }
}
.img-responsive.mobile {
  display: none;
}
.img-responsive {
	display: block;
	padding-bottom: 15px;
	margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-device-width: 768px) {

  .img-responsive.mobile {
    display: block;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 10px;
  }
  h2.trigger {
    text-align: center;
  }
  img.left {
	display: none;
  }
  .mobi-header {
    font-size: 18px;
}
}
div.treeview {
    min-width: 100px;
    min-height: 100px;
    
    max-height: 256px;
    overflow:auto;
	
	padding: 4px;
	
	margin-bottom: 20px;
	
	color: #369;
	
	border: solid 1px;
	border-radius: 4px;
}
div.treeview ul:first-child:before {
    display: none;
}
.treeview, .treeview ul {
    margin:0;
    padding:0;
    list-style:none;
    
	color: #369;
}
.treeview ul {
    margin-left:1em;
    position:relative
}
.treeview ul ul {
    margin-left:.5em
}
.treeview ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    left:0;
    border-left:1px solid;
    
    /* creates a more theme-ready standard for the bootstrap themes */
    bottom:15px;
}
.treeview li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    font-weight:700;
    position:relative
}
.treeview ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree-indicator {
    margin-right:5px;
    
    cursor:pointer;
}
.treeview li a {
    text-decoration: none;
    color:inherit;
    
    cursor:pointer;
}
.treeview li button, .treeview li button:active, .treeview li button:focus {
    text-decoration: none;
    color:inherit;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}
.bolge{
	margin-bottom: 5px;
    border-radius: 10px;
    margin-right: 5px;
}
.btn-mobi{
	color: #4e2706;
    background-color: transparent;
    background-image: none;
    border-color: #4e2706;
	
}
.btn-mobi:hover {
    color: #fff;
    background-color: #4e2706;
    border-color: #4e2706;
}
#callnowbutton {
    display: none;
}
@media screen and (max-width: 768px){
#callnowbutton {
    display: block;
    width: 100px;
    right: 0;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    height: 70px;
    position: fixed;
    bottom: -20px;
    border-top: 2px solid #fff82d;
    text-decoration: none;
    box-shadow: 0 0 5px #888;
    z-index: 9999;
    background-size: 58px 58px;
	
}