.container {
    position: relative;
}

.top-menu {
    border-bottom: 1px solid #fc7a30;
}

.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 23px 0 22px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.breadcrumb > li {
	display: inline;
}

.breadcrumb > li > a {
    color: #999;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 23px;
    text-decoration: underline;
}

.breadcrumb > li > a * {
    display: inline;
}

.breadcrumb > li > a:hover {
    color: #000;
}

.breadcrumb > li > .divider {
    padding: 0 1px;
}

h1 {
    font-size: 28px;
    line-height: 34px;
    font-weight: normal;
}

h2 {
    font-size: 18px;
    margin-bottom: 0;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

.btn_outer {
    margin: 20px 0;
}

.btn_outer .btn.btn-success,
.btn_outer .btn.btn-danger {
    border: none;
    box-shadow: none;
    text-shadow: none;
    width: 232px;
    font-size: 14px;
    margin-right: 5px;
    padding: 10px;
}

.btn_outer .btn.btn-success {
    background: #39b549;
}

.btn_outer .btn.btn-danger {
    background: #ec1c23;
    margin: 0 30px 0 0;
}

.icon-repeat {
    background: url(../images/icon-repeat-color.png) no-repeat left center !important;
}

.icon-thumbs-up {
    background: url(../images/icon-thumb-up-color.png) no-repeat left center !important;
    margin: -2px 8px 0 0;
}

.icon-thumbs-up.white {
    background: url(../images/icon-thumb-up-white.png) no-repeat left center !important;
    margin: 0;
    margin-right: 8px;
}

.icon-thumbs-down {
    background: url(../images/icon-thumb-down-color.png) no-repeat left center !important;
    margin: 3px 8px 0 0;
}

.icon-thumbs-down.white {
    background: url(../images/icon-thumb-down-white.png) no-repeat left center !important;
    margin-right: 8px;
}

[class^="icon-"], [class*=" icon-"] {
    width: 18px;
    height: 15px;
}


/* Navbar Top (in all pages)
-----------------------------------------------------------------------------*/
body {
    padding-top: 32px;
    position: relative;
}

.nav-fixedinner {
}

.navbar-inverse .navbar-inner {
    min-height: 29px;
    background: #505050;
    box-shadow: none;
    border: none;
}

.navbar-inverse .nav li a {
    margin: 0 20px 0 0;
    padding: 0;
    position: relative;
}

.navbar-inverse .nav li:last-child a {
    margin-right: 0;
}

.navbar-inverse .nav li a span {
    font-size: 12px;
    line-height: 29px;
    font-family: "Verdana";
    color: #FFF;
}

.navbar-inverse .nav li a:hover span {
    color: #bbb;
}

.navbar-inverse .nav li a span.ar__hr {
    position: absolute;
    width: 100%;
}

.navbar-inverse .nav li span hr {
    margin: 0;
    padding: 0;
    display: block;
    height: 2px;
    width: 100%;
    background: none;
    border: none;
}

.navbar-inverse .nav li a {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}

.navbar-inverse .nav li.active span {
    font-weight: bold;
}

.navbar-inverse .nav li.active span hr {
    background: #d93c59;
}


/* Navbar Main, Navbar in footer
-----------------------------------------------------------------------------*/
.nav {
	margin-bottom: 5px;
}

.navouter {
    overflow: hidden;
}

.navbar .nav > li {
	margin: 0;
}

.navouter .nav.nav-pills,
.footer .nav-pills {
	display: table;
	width: 100%;
}

.navouter .nav.nav-pills > li,
.footer .nav-pills > li {
	display: table-cell;
	float: none;
}

.navouter .nav.nav-pills > li > a {
    padding-left: 0;
    padding-right: 25px;
    margin: 0;
    font-size: 15px;
    color: #999;
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.navouter .nav.nav-pills > li:last-child > a {
    padding-right: 0
}

.navouter .nav.nav-pills > li.active > a,
.navouter .navbar .nav > li.active > a,
.footer .navbar .nav > li.active > a,
.modal-box-show-link a {
    color: #fc7a30;
}

.navouter .navbar .nav > li > a,
.footer .navbar .nav > li > a,
.navouter .navbar .nav > li > span,
.footer .navbar .nav > li > span {
    float:none;
    font-family: Arial, Helvetica, sans-serif;
    padding:10px 15px 10px 0;
    color:#999;
    text-shadow: none;
    display: inline-block;
    background: none!important;
    box-shadow: none!important;
	text-align: center;
}

.navouter .navbar .nav > li > span,
.footer .navbar .nav > li > span {
    padding: 10px 0 10px 15px;
}


/* .footer
-----------------------------------------------------------------------------*/
.footer {
    background: #ebebeb;
    color: #999;
    padding: 24px 10px;
    font-size: 12px;
    margin-top: 20px;
}

.footer p {
    color: #999;
    font-size: 14px;
}

.footer .nav-pills {
    margin: 0 0 24px;
}

.footer .nav-pills > li > a {
    color: #999;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    padding-left: 16px;
    padding-right: 10px;
    margin: 0;
}

.footer .nav-pills > li > a:hover {
    background: none;
    color: #666;
}

.footer .nav-pills > li:first-child > a {
    padding-left: 0;
}

.footer .nav-pills > li:last-child > a {
    padding-right: 0;
}

.muted{color:#808080;}
a.muted:hover,a.muted:focus{color:#999;}
.text-warning{color:#eb2a2f;}
a.text-warning:hover,a.text-warning:focus{color:#a47e3c;}
.text-success{color:#009c76;}
a.text-success:hover,a.text-success:focus{color:#356635;}

.form-search .input-append {
    border: none;
    margin-bottom: 40px;
    width: 100%;
}

.form-search .input-append .search-query {
    width: 65%;
    border-radius: 4px 0 0 4px;
    border: 2px solid #b3b3b3;
    border-right: none;
    padding: 10px 10px;
    font-size: 20px;
    box-shadow: none !important;
    line-height: 30px;
}

.form-search .input-append .btn {
    background: url(../images/icon-search.png) no-repeat center center #FFF;
    border-radius: 0 4px 4px 0;
    border: 2px solid #b3b3b3;
    border-left: none;
    height: 44px;
    width: 50px;
    text-indent: -9000px;
    outline: none;
}

.form-search.search_gray {
    width: 100%;
    display: block;
    margin-bottom: 0;
}

.form-search.search_white {
    width: 100%;
    display: block;
    margin: 20px 0 0;
}

.form-search.search_gray .input-append,
.form-search.search_white .input-append {
    margin-bottom: 26px;
}

.form-search.search_white .input-append .search-query {
    width: 93%;
    font-size: 14px;
    border: 1px solid #d6d6d6;
    border-right: none;
    border-radius: 4px 0 0 4px;
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
}
.form-search.search_white .input-append .btn {
    border-radius: 0 4px 4px 0;
    border: 1px solid #d6d6d6;
    height: 42px;
    margin-left: -1px;
}

.form-search.search_gray .input-append .search-query {
    width: 93%;
    font-size: 14px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 10px;
    float: left;
}
.form-search.search_gray .input-append .btn {
    background: url(../images/icon-search-dark.png) no-repeat center center #ebebeb;
    border-radius: 4px;
    border: none;
    height: 42px;
    float: right;
    width: 5%;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.table th, .table td {
    border-top: none;
    border-bottom: 1px solid #d9d9d9;
}

.table th {
    background: #ebebeb;
    color: #808080;
    border: none;
    font-weight: normal;
}

.table th a {
    color: #808080;
    font-weight: normal;
    text-decoration: none;
}

.table th a.active {
    color: #fc7a30;
    font-weight: bold;
}

.table td a {
    font-size: 18px;
}

.table .price {
    font-size: 16px;
    letter-spacing: 0.6px;
    font-weight: bold;
}


.bordered {
    border: 1px solid #d9d9d9;
}

.table.bordered th {
    font-size: 12px;
}

.table.bordered th,
.table.bordered td {
    padding: 8px 10px;
}

.table.bordered td.muted {
    font-size: 16px;
}

.table.table-bordered {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.table.table-noborder td {
  border: none !important;
  padding: 5px 0 0px !important;
  font-size: 14px;
}

.table.table-noborder td .price {
  font-size: 36px;
  margin-top: 10px;
  font-weight: normal;
}

.navbar .nav.pull-right li {
    color: #a6a6a6;
}

ul.sort-block > li > a {
    padding: 0 15px 0 0 !important;
    color: #a6a6a6 !important;
}

ul.sort-block > li > a:hover {
    background: none !important
}

ul.sort-block > li.active > a {
    background: none !important;
    color: #FC7A30 !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.table th, .table td {
    padding: 8px 6px;
}

.btn.btn-large {
    background: #ebebeb;
    text-shadow: none;
    box-shadow: none;
    border: none;
    margin: 0 5px;
    font-size: 16px;
}

.btn.btn-large.btn-success {
    background: #009f70;
    padding-left: 10px;
}

.btn.btn-large.btn-success i {
    margin-right: 1px;
}

.btn.btn-large.btn-warning {
    background: #e4b33b;
}


/* Popover
-----------------------------------------------------------------------------*/
.popover {
	min-width: 250px;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

	.popover-content {
		padding: 10px;
		background: #FAF6EB;
		font-size: 13px;
	}

	.popover .arrow {
		display: none;
	}

	.popover.right .arrow:after {
		border-right-color: #FAF6EB;
	}


@media (max-width: 1000px) {
    .footer {
        height: 170px !important;
    }

    .page {
        margin: 0 auto -170px !important;
    }

    .wrapper {
        paddign-bottom: 220px !important;
    }
}

@media (min-width: 1000px) {
    .span1 {
        width: 25px;
    }
    .span2 {
        width: 110px;
    }
    .span3 {
        width: 195px;
    }
    .span4 {
        width: 280px;
    }
    .span5 {
        width: 365px;
    }
    .span6 {
        width: 450px;
    }
    .span7 {
        width: 535px;
    }
    .span8 {
        width: 640px;
    }
    .span9 {
        width: 725px;
    }
    .span10 {
        width: 810px;
    }
    .span11 {
        width: 895px;
    }
    .span12,
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 980px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    body {
        padding-top: 0;
    }
	.overlay {
		top: 0 !important;
	}
}

@media (max-width: 480px) {
    body {
        padding-top: 0;
    }
}

@media (max-width: 1000px) {
    .navbar-inverse .nav li a span {
        font-size: 11px;
    }

    .navouter .nav.nav-pills > li > a {
        font-size: 14px;
    }

    .footer .nav-pills > li > a {
        font-size: 11px;
    }
}

@media (min-width: 480px) and  (max-width: 800px) {
    .one_service {
        width: 70% !important;
        float: none !important;
        margin: 0 auto;
    }

    .form-search-pos {
        top: 60% !important;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 0;
    }

    .form-search .input-append .search-query {
        min-height: 44px;
    }

    .form-search.search_white .input-append .search-query {
        min-height: 42px;
    }

    .main_image {
        width: 100%;
    }

    div.important_box ol li {
        width: auto;
        float: none;
        background: none;
        padding: 20px 20px 30px 0px;
    }
}