@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);
body {
	/*background: #fff url(images/main_bg.jpg) top center repeat-x !important;
	 background-color: #F6F6F6;*/
	font-family: 'Arimo', sans-serif;
	padding-top: 0px;
}
.slider-wrapper {
	margin-top: -19px;
}
.top-logo-left-header ul.navbar-nav {
	width: inherit;
}
.thumbnail .caption {
	text-align: center;
}
#top-bar {
	z-index: 9999;
}

p {text-align: justify;}

.top-bar-section {
	padding-top: 10px;
	padding-bottom: 10px;
}
.top-contact {
	float: left;
	text-align: center;
}
.top-social-icon .fa-inverse {
	color: #000;
	background-color: #FCF3A4;
	border-radius: 20px;
	text-align: center;
}

.s-icons a i {
	color: #333;
	border: 1px solid #333;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 18px;
	background:#fff;
}
.s-icons a i:hover {
	color: #fff;
	background: #0a4d7f;
}
.top-contact a i {
	padding-left: 5px;
	padding-right: 5px;
}
/* Top Bar Background Color */
.top-bar-section.top-bar-bg-color a {
	color: #fff;
}
/* Top Bar Light */
.top-bar-section.top-bar-bg-light {
	background-color: #fefefe;
}
.top-bar-section.top-bar-bg-light a {
	color: #333;
}
/* Top Bar Light */
.top-bar-section.top-bar-bg-dark {
	background-color: #222;
}
.top-bar-section.top-bar-bg-dark a {
	color: #fff;
}
/* Top Bar Background Transparent */
.top-bar-section.top-bar-transparent {
	background-color: transparent;
}
.top-bar-section.top-bar-transparent a {
	color: #222;
}
/* Top Bar Background Semi Transparent */
.top-bar-section.top-bar-semi-transparent {
	background-color: rgba(255, 255, 255, 0.8)
}
.top-bar-section.top-bar-semi-transparent a {
	color: #222;
}
/* Set top contact On Right Side */
.top-contact.top-contact-right {
	float: right;
}
/* Top Social Icons */
.top-social-icon {
	float: right;
	margin-top:2%;
}
.top-social-icon a i {
	padding-left: 5px;
	padding-right: 5px;
}
/* Set top contact On Right Side */
.top-social-icon.top-social-icon-left {
	float: left;
}
.main {
	padding: 15px;
	background: #fff;
}
.navbar-default {
	border: none !important;
}
#main {
	margin-bottom: 30px;
}
/*#phone {
 font-size: 25px;

 font-weight: bold;
 text-align: center;
 margin-top: 32px;
 margin-bottom: 20px;
 }*/

hr {
	background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
	border: 0;
	height: 1px;
	margin: 22px 0 22px 0;
}
.logo {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-default {
	background: #706614;
}
.navbar-nav.navbar-right {
	margin-top: 25px;
}
.navbar-default .navbar-nav > li > a {

	font-weight: bold;
	/*border-right: 1px dotted #666;*/
}
.navbar-default .navbar-nav > li > a:hover {
	/*background: #e7e7e7;*/
	color: #fff;
	  text-decoration: underline;
}

.navbar-default .navbar-toggle {
	margin-top: 30px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-brand {
	color: #fff;
	height: inherit;
}

.footer-link {
	text-decoration: none;
	color: #fff;
}
.footer-link:hover {
	color: #fff;
}
.readmore {
	margin-bottom: 10px;
}
#banner {
	margin: 10px auto;
}
#bor {
	border: 1px solid #0a4d7f !important;
}
h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.7;
	text-transform: capitalize;
	font-family: Oswald, sans-serif;
}
h5 {
	font-family: Oswald, sans-serif;
	font-size: 18px;
}
.light-bg {
	background: #f7f7f7;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	border-radius: 50%;
	color: #706614;
	font-size:40px;
}
.footer-top {
	text-align: center;
	border-top: #333 solid 1px;
	border-bottom: #333 solid 1px;
	background-color: #e2f891;
	color: #333;
	padding: 30px 0;
	margin-top: 25px;
}

.get-a-quote {
	padding: 30px 0;
	font-size: 34px;
}
.get-a-quote span {
	font-weight: 300;
	font-family: Oswald, sans-serif;
}
.get-a-quote a {
	color: #333;
	font-weight: 500;
	font-family: Oswald, sans-serif;
	text-decoration: underline;
}
.get-a-quote a.black:hover {
	color: #000;
}
.get-a-quote a.white:hover {
	color: #ffffff;
}
.get-a-quote:hover a {
	padding-left: 10px;
}
footer {
	background: #121b21;
	line-height: 21px;
	padding: 0px 0 13px;
	color: #fff;
}

#page.affix-top {
	position: absolute; /* allows it to "slide" up into view */
	bottom: -82px; /* negative of the offset - height of link element */
	left: 10px; /* padding from the left side of the window */
}
#page.affix {
	position: fixed; /* keeps it on the bottom once in view */
	bottom: 18px; /* height of link element */
}
#page a {
	background-color: #fcf3a4;
	color: #706614 !important;
	border-radius: 20px;
	text-align: center;
}
#page a i {
	width: 18px;
	line-height: 18px;
}
.footer-main {
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	padding-top:50px;
	background:#555696;
}
.footer-main h3 {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3;
	text-transform: uppercase;
	margin: 0 0 12px;
	font-family: Oswald, sans-serif;
	padding-bottom: 10px;
}
#copyright {
	padding-top: 20px;
}
/*media css*/
@media (min-width: 1200px) {
	.container {
		width: 1170px !important;
	}
}
@media (min-width: 320px) {
	#phone {
		margin-top: 0px;
	}
}
@media (min-width: 768px) {
	/*#phone {
	 margin-top: 40px;
	 }*/
	.navbar {
		border-radius: 0px;
	}
}
.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}
#gmap_canvas {
	border: 1px solid #333;
}
.contact-map {
	color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background: none !important;
	text-decoration: underline;
}
li.active {
	color: #333 !important;
}
.page-header {
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	padding: 30px 0;
	background-color: #f2f2f2;
	margin-top: -20px;
}
.page-header h1 {
	text-transform: capitalize;
	font-family: Oswald, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
}
.header-search {
	margin-right: 20px;
}
.widget-title {
	border-bottom: 1px solid #333;
	margin: 0 0 12px;
	position: relative;
}
.breadcrumb > li > a {
	color: #7f7f7f;
	text-decoration: none;
	transition: opacity 0.2s linear 0s;
}
.breadcrumb > li {
	font-size: 11px;
}

.breadcrumb {
	margin-bottom: 0px;
	background: none;
}
#MainMenu .list-group .list-group-item{
	border: 0px;
}
.list-group-item:before {
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 10px;
}
.affix-top,.affix{
	position: static;
	
}

.affix{
	bottom:140px;
}
.affix-bottom {
    position: relative;
}
@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
  	margin-top:30px;
  	width:228px;
  }
  
  #sidebar.affix {
    position: fixed;
    top:70px;
    width:228px;  
    bottom:140px; 
  }
}