@charset "UTF-8"; @import url(//fonts.googleapis.com/css?family=Montserrat:400,600); * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@-webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

:-moz-placeholder,::-moz-placeholder {
    color: #ccc;
    text-overflow: ellipsis
}

::-ms-input-placeholder {
    color: #ccc;
    text-overflow: ellipsis
}

::-webkit-input-placeholder {
    color: #ccc;
    text-overflow: ellipsis
}

html, body, div, h1, h2, h3, h4, h5, h6, ul, li, form, label, input, button, textarea, img, article, aside, footer, header, menu, nav, section, time, mark,dl,dt,dd {
    padding: 0;
    margin: 0;
    border: 0 none;
    font-family: Arial, Helvetica, sans-serif;
}

.form_control {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px
}

article, aside, footer, header, menu, nav, section {
    display: block
}

article h1, article h2, article h3, article h4, article h5 {
    font-size: 14px;
	color:#333333;
}

.index article h2{
	padding-top:0;
}

html {
    font-size: 100%
}

body {
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    position: relative;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    padding-top: 70px
}

a , .view_feedback {
    font-size: 14px;
    color: #003399;
    text-decoration: none;
    cursor: pointer;
    outline: none
}

a:hover, .view_feedback:hover {
    color: #449d44;
}

.clearfix {
    clear: both
}

.clearfix:after {
    content: " ";
    clear: both;
    display: block;
    height: 0
}

h1, h2, h3, h4, h5, h6 {
    padding: 20px 0 10px 0;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #262626;
}

p {
    margin: 0
}

ul, li {
    list-style: none
}

.btn {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none;
}

.btn-default {
	color: #999;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

header {
    height: 70px;
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 100;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
}

header .logo {
    height: 70px;
    line-height: 70px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    display: inline-block;
    position: absolute;
    left: -5px;
    top: 0;
    padding-left: 45px;
    background: url(/images/logo.png?sdfsd) 0 15px no-repeat;
}

header .logo:hover {
    color: #000000;
}

header .navbar-toggler {
    width: 70px;
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 103;
    text-align: center;
    border-right: 1px solid #ccc;
    display: none
}

header .navbar-toggler .navbar-toggler-icon {
    position: absolute;
    width: 20px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -10px;
    display: inline-block;
    background-color: #ccc;
}

header .navbar-toggler .navbar-toggler-icon:after, header .navbar-toggler .navbar-toggler-icon:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    display: inline-block;
    left: 0;
    top: -7px;
    background-color: #ccc;
}

header .navbar-toggler .navbar-toggler-icon:after {
    top: 7px
}

header .sub-title {
    position: absolute;
    left: 125px;
    top: 25px;
    color: #9aa1a9;
}

header nav {
    position: absolute;
    left: 400px;
}

header nav ul li {
    float: left;
    padding: 0;
}

header nav ul li a, nav ul li a:hover {
    color: #000;
}

header nav ul li a {
    line-height: 70px;
    height: 70px;
    margin: 0 25px;
    font-size: 16px;
    display: block
}

header .search {
    position: absolute;
    height: 40px;
    width: 33%;
    bottom: 15px;
    top: 15px;
    right: 0;
    z-index: 103;
}

header .search form {
    width: 100%;
    position: relative;
    height: 100%;
    padding: 0
}

header .search .search_input {
    position: relative;
    height: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px
}

header .search .search_input input[type="text"] {
    padding: 0 72px 0 16px;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 16px;
    background: transparent;
    border: none;
}

header .search button, .search_btn {
    position: absolute;
    height: 100%;
    width: 70px;
    top: 0;
    right: 0;
    font-size: 25px;
    line-height: 40px;
    margin: 0;
    padding: 0;
	font-family: FontAwesome;
    text-align: center;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.search_btn, .focused .search_btn {
    background-color: transparent;
    line-height: 70px;
    display: none;
    z-index: 106;
    cursor: pointer
}

.breadcrumb {
    font-size: 14px;
    margin: 20px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #868e96;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #868e96;
}

.hidden {
    display: none;
}

.wrapper, .wrapper_search{
    position: relative;
    width: 1138px;
    margin: 0 auto;
}

.wrapper_search{
	position:relative;
    width: 800px;
}

.wrapper_search .close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.wrapper_search .close:hover {
  color: #000;
  text-decoration: none;
}

.wrapper_search .close:not(:disabled):not(.disabled):hover, .wrapper_search .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

.container {
    width: 100%;
    margin: 0;
    padding: 10px 0;
}

.box {
    float: left;
    width: 100%;
	margin-bottom:35px;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    border-radius: 2px;
    background: #fff;
}

.box-icons {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.box-icons li {
    padding: 20px;
}

.box-icons li:last-child {
    border-bottom: 0;
}

.caller_type_1, .caller_type_2, .caller_type_3, .caller_type_4, .caller_type_5 {
    padding: 2px 5px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 4px;
}

.caller_type_1 {
    background: #5cb85c;
	border: 1px solid #4cae4c;
}

.caller_type_2{
    background: #d9534f;
	border: 1px solid #d43f3a;
}

.caller_type_3 {
    background: #f0ad4e;
	border: 1px solid #eea236;
}

.caller_type_4 {
    background: #337ab7;
	border: 1px solid #2e6da4;
}

.caller_type_5 {
    background: #5bc0de;
	border: 1px solid #46b8da;
}

.progress {
    position: absolute;
    bottom: 5px;
    left: 80px;
    width: 20px;
    height: 20px;
    display: none;
}

.comments_wrapper {
    float: left;
    width: 100%;
    margin-bottom: 20px;
	padding: 0 !important;
}

.comments_wrapper .tip, section .tip {
    margin-bottom: 20px;
}

.comments_wrapper .no_comments {
	padding: 20px;
}

.comments_wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments_wrapper ul li {
	float:left;
	width:100%;
	padding:20px;
    color: #262626;
}

.comments_wrapper ul li:nth-of-type(even) {
    background: #f9f9f9
}

.comments_wrapper .children {
    margin: 0 !important;
}

.comments_wrapper .children li {
    position: relative;
    height: 1%;
    margin-left: 20px;
	background:none!important;
}

.comments_wrapper .new {
    padding-top: 10px;
    float: left;
    width: 100%;
}

.comments_wrapper .children li li {
    height: 1%;
}

.comment {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.comment .avatar, .respond_wrap .avatar {
    float: left;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.comment .avatar img, .respond_wrap .avatar img {
    width: 50px;
    height: 50px;
}

.comment .meta {
    font-size: 13px;
    color: #9aa1a9;
}

.comment .meta .phone_number {
    font-size: 15px;
}

.comment .meta .user_name {
    color: #262626;
}

.comment .meta .delete_comment, .comment .meta .reply, .comment .meta .abuse {
    position: relative;
    float: right;
    padding-left: 15px;
    font-size: 12px;
}

.comment .meta .abuse {
	margin-right:20px;
	color:#9aa1a9;
}

.comment .meta .abuse:hover {
    color: #003399;
}

.comment .meta .delete_comment:before, .comment .meta .reply:before, .comment .meta .abuse:before {
    position: absolute;
    left: 0px;
    font-family: FontAwesome;
}

.comment .meta .delete_comment:before {
	content: "\f014"
}

.comment .meta .reply:before {
    content: "\f112"
}

.comment .meta .abuse:before {
    content: "\f024"
}

.comment .comment_content {
    position: relative;
    padding-top: 10px;
    min-height: 2.4em;
    overflow: auto;
}

.comment_respond {
    margin: 0 0 0 65px;
    padding: 10px 0;
}

.comment_respond h4.comment_reply_title {
    font-size: 18px;
    padding: 0;
    margin: 0 0 20px 0;
}

.comment_respond h4.comment_reply_title a {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    text-decoration: underline;
}

.comment_respond h4.comment_reply_title a:before {
    position: absolute;
    left: 0px;
    font-family: FontAwesome;
    content: "\f00d"
}

.respond_wrap {
    position: relative;
    float: left;
    width: 100%;
	margin-top:20px;
    padding: 0 20px;
}

.form_submit {
    position: relative;
}

.comment_form, .del_form {
    position: relative;
    width: 100%;
}

.comment_form .btn, .del_form .btn{
    font-size: 18px;
}

.comments_wrapper .comment_form {
    width: auto!important;
    overflow: auto !important;
	margin-bottom:25px;
}

.user_name {
    margin-top: 10px;
}

.listing {
    float: left;
    width: 100%;
    background: #fff;
}

.listing ul li {
    width: 25%;
    float: left;
    padding-right: 16px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}

.listing ul li a {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.wrapper_page {
    position: relative;
    width: 70%;
    float: left;
    padding-right: 50px;
}

.page_aside {
    width: 28%;
    float: right;
    margin: 36px 0 0 0;
}

.page_aside_wrapper, .page_ad_aside_wrapper{
    margin: 10px 0 30px 0 !important;
    padding: 0px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    border-radius: 2px;
}

.page_ad_aside_wrapper {
    margin: 30px 0 3em 0;
}

.page_aside h2, .page_aside h3 {
    margin: 0;
    padding: 0;
}

.page_aside_list, .page_aside_nearby {
    margin: 0;
}

.page_aside_list li { 
    width: 100%;
    margin: 0;
    padding:20px;
}

.page_aside_nearby li { 
    width: 100%;
    margin: 0;
    padding:10px 20px;
}

.page_aside_list li:nth-of-type(even), .toggle:nth-of-type(even), .page_aside_nearby li:nth-of-type(even){
    background: #f9f9f9
}

.page_aside_list li .phone_number {
    font-size: 15px;
}

.page_aside_list li p {
    font-size: 13px;
    color: #9aa1a9;
}

.page_aside_list li .user_name {
    color: #262626;
}

.businesses .page_aside_list li {
	padding:20px;
}

.businesses .page_aside_list li .company_name {
	font-size:15px;
}

.businesses .page_aside_list li .phone_number {
	font-size:14px;
	color: #262626;
}

.businesses .page_aside_list li .address, .businesses .page_aside_list li .phone_number {
    margin-top: 5px;
    display: block;
}

.wrapper_page_item {
    padding: 20px 0 30px 0;
}

.wrapper_page_item h1 {
    color: #333;
    font-size: 21px;
    line-height: 1.25;
    padding: 0;
}

.wrapper_page_item h2 {
    font-size: 14px;
    color: #666;
}

.wrapper_page_item .about {
    margin-top: 10px;
    line-height: 20px;
}

.wrapper_page .view h1 {
    font-size: 21px;
}

.article_wrapper,  .how_to_wrapper{
    margin-top: 35px;
}

.article_wrapper h1 {
    padding: 0 0 10px 0;
}

.article_wrapper article p, .info p, .article_wrapper .feedback p {
    margin-bottom: 10px;
}

.article_wrapper article p:last-child , .info p:last-child, .article_wrapper .feedback p:last-child {
    margin-bottom: 0px;
}

.article_wrapper article, .article_wrapper section, .table_wrapper, .comments_wrapper, .article_wrapper .feedback, .page_search, .current, .businesses {
    float: left;
    width: 100%;
    padding: 20px;
    margin: 0 0 35px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    border-radius: 2px;
    background: #fff;
}

.article_wrapper .feedback a {
    text-decoration: underline;
}

.article_wrapper .feedback a.back {
    font-size: 18px;
}

.article_wrapper .feedback .comment {
   
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert_link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert_dismissable,
.alert_dismissible {
  padding-right: 35px;
}
.alert_dismissable .close,
.alert_dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert_success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert_success hr {
  border-top-color: #c9e2b3;
}

.alert_success .alert_link {
  color: #2b542c;
}

.alert_info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert_info hr {
  border-top-color: #a6e1ec;
}
.alert_info .alert_link {
  color: #245269;
}

.alert_warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert_warning hr {
  border-top-color: #f7e1b5;
}

.alert_warning .alert_link {
  color: #66512c;
}

.alert_danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert_danger hr {
  border-top-color: #e4b9c0;
}

.alert_danger .alert_link {
  color: #843534;
}

.article_wrapper .current p{
	padding:0 0 5px 0;
}

.article_wrapper .current .safe, .article_wrapper .current .unsafe {
	position:relative;
    padding: 2px 5px 2px 25px;
	font-size:18px;
    border-radius: 4px;
}

.article_wrapper .current .safe {
    color: #5cb85c;
}

.article_wrapper .current .safe:before {
    content: "\f058"
}

.article_wrapper .current .unsafe {
    color: #d9534f;
}

.article_wrapper .current .unsafe:before {
    content: "\f05c"
}

.article_wrapper .current .safe:before, .article_wrapper .current .unsafe:before {
    position: absolute;
    left: 5px;
    font-family: FontAwesome;
}

.article_wrapper .current .reported_time{
	font-size:13px;
	color:#9aa1a9;
}

.toggle:last-child {
	border-bottom: 1px solid #dddddd;
}

.toggle .toggle_title {
	position: relative;
	padding: 20px;
	display: block;
	color: #003399;
	border-top: 1px solid #dddddd;
	cursor:pointer;
}

.toggle .toggle_title:hover {
	color: #449d44;
}

.toggle .toggle_inner {
	padding: 20px;
	display: none;
	margin: -20px 0 0 0;
}

.toggle .toggle_title:before {
	position: absolute;
	font-family: FontAwesome;
	content:"\f106";
	margin: 20px;
	top:0;
	right: 0;
}

.toggle .toggle_title.active:before {
	content:"\f107";
}

article .title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

article .title a.area_code {
    font-size: 14px;
}

article .title a.top {
    font-size: 16px;
    color: #262626;
}

article .title a.view_more {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #001ba3;
    line-height: 2.2;
}

.title h1, .title h2, .title h3, .title h4 {
    padding: 0;
    font-size: 16px;
}

article ul.cities li {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
}

article ul.zip_codes, article ul.numbers, article ul.cities {
    margin: -5px 0;
}

article ul.zip_codes li {
    float: left;
    width: 16.666666%;
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

article ul.numbers li {
    float: left;
    width: 20%;
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

article ul.categories li, ul.carriers li {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}

ul.carriers li {
    height: 30px;
    line-height: 30px;
}

.businesses{
	padding:0;
}

ul.companies_list {
    float: left;
    width: 100%;
}

ul.companies_list li {
    float: left;
    width: 100%;
    padding: 20px;
}

ul.companies_list li:nth-of-type(even) {
    background: #f9f9f9
}

ul.companies_list li a.company_name {
    font-size: 16px;
}

ul.companies_list li .phone_number {
    color: #262626;
}

ul.companies_list li .address, ul.companies_list li .phone_number {
    margin-top: 5px;
    display: block;
}

.article_wrapper article ul.list li {
    float: left;
    width: 33.333333%;
    margin: 0;
    padding: 0;
}

.article_wrapper article ul.list li a, article ul.categories li a, ul.carriers li a {
    width: 100%;
    padding-right: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.article_wrapper article h1 {
    font-size: 16px;
    padding: 0;
}

.page_aside ul.directory {
    margin: 0;
    padding: 0;
}

.page_aside ul.directory li {
    margin: 0;
    padding: 10px 15px;
    height: 45px;
    line-height: 30px;
}

.page_aside ul.directory li:nth-of-type(even) {
    background: #f9f9f9
}

.page_aside ul.directory li:before {
    font-family: FontAwesome;
    color: #9aa1a9;
    content: "\f138"
}

.page_aside ul.directory li a {
    padding-left: 5px;
}

.update_now {
    text-decoration: underline;
}

.page_search{
	float:left;
	width:100%;
	margin-bottom:25px;
	color:#3c763d;
	background-color:#dff0d8;
	border-color:#d6e9c6;
}

.page_search .tip {
    font-size: 14px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #666666;
    margin-bottom: 10px;
}

.page_search .tip strong {
    color:#FF0000;
}

.page_search_form {
    width: 100%;
    float: left;
    position: relative;
}

.page_search_input {
    float: left;
    width: 100%;
    padding: 10px;
    height: 45px;
    border-radius: 4px;
    font-size: 18px;
    color: #666666;
}

.page_search_input:focus {
    color: #5cb85c;
}

.page_search_btn {
    position: absolute;
    right: 0px;
    height: 45px;
    padding: 0 15px;
    font-size: 18px;
}

footer {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
    padding: 5px 0 20px 0;
    border-top: 1px solid #dddddd;
}

footer a {
    color: #666666;
}

footer .left {
    float: left;
}

footer .right {
    float: right;
}

footer .right ul li{
	float:left;
    padding: 0 15px;
    border-right: 1px solid #dddddd;
}

footer .right ul li:last-child {
    padding-right: 0;
    border: none;
}

.mask {
    background-color: rgba(224,224,224,0.85);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.modal {
    border-radius: 0;
    left: 0;
    position: fixed;
    padding: 0;
    top: 0;
    z-index: 999;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    box-sizing: border-box;
    cursor: pointer;
}

.modal_dialog {
    width: 300px;
    background: #fff;
    padding: 15px;
    clear: both;
    position: relative;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.47);
    margin: 92px auto 16px auto;
    z-index: 999;
    cursor: default;
}

.modal_dialog_title {
    margin-bottom: 10px;
}

.modal_dialog_title h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.modal_content {
    width: 100%;
}

.mark{
	margin-bottom: -10px;
}

.modal_mark li, .mark li{
    position: relative;
	color: #ffffff;
	display: inline-block;
	background-image: none;
	border: 1px solid transparent;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

.mark li{
    width: auto;
	margin: 5px 10px 10px 0;
	padding: 5px 30px;
}

.modal_mark li{
	margin: 10px 0;
	padding: 5px 30px;
    width: 100%;
}

.mark li.vote_btn{
  cursor: pointer;
}	

.mark li:focus,
.mark li:active:focus,
.mark li.active:focus,
.mark li.focus,
.mark li:active.focus,
.mark li.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.mark li:hover,
.mark li:focus,
.mark li.focus {
  color: #ffffff;
  text-decoration: none;
}

.mark li .votes {
	margin-left:5px;
    padding: 2px 5px;
    font-size: 13px;
    font-weight: normal;
	color:#cccccc;
    background: #ffffff;
    border-radius: 4px;
}
.mark li:nth-child(1) {
    background: #5cb85c;
	border: 1px solid #4cae4c;
}

.mark li.vote_btn:hover:nth-child(1) {
    background: #449d44;
	border: 1px solid #398439;
}

.mark li.vote_btn:hover:nth-child(1) .votes {
    color: #449d44;
}

.mark li:nth-child(2){
    background: #d9534f;
	border: 1px solid #d43f3a;
}

.mark li.vote_btn:hover:nth-child(2){
    background: #c9302c;
	border: 1px solid #ac2925;
}

.mark li.vote_btn:hover:nth-child(2) .votes {
    color: #c9302c;
}

.mark li:nth-child(3) {
    background: #f0ad4e;
	border: 1px solid #eea236;
}

.mark li.vote_btn:hover:nth-child(3) {
    background: #ec971f;
	border: 1px solid #d58512;
}

.mark li.vote_btn:hover:nth-child(3) .votes {
    color: #ec971f;
}

.mark li:nth-child(4) {
    background: #337ab7;
	border: 1px solid #2e6da4;
}

.mark li.vote_btn:hover:nth-child(4) {
    background: #286090;
	border: 1px solid #204d74;
}

.mark li.vote_btn:hover:nth-child(4) .votes {
    color: #286090;
}

.mark li:nth-child(5) {
    background: #5bc0de;
	border: 1px solid #46b8da;
}

.mark li.vote_btn:hover:nth-child(5) {
    background: #31b0d5;
	border: 1px solid #269abc;
}

.mark li.vote_btn:hover:nth-child(5) .votes {
    color: #31b0d5;
}

.mark li.vote_btn:hover:before {
    position: absolute;
    left: 10px;
    color: #ffffff;
    font-family: FontAwesome;
    content:"\f087";
}

.modal_content .tip {
    margin-top: 10px;
    font-size: 12px;
}

.closed_btn {
    width: 2.5em;
    height: 2.5em;
    background: none;
    right: 0;
    top: 0em;
    position: absolute;
    cursor: pointer;
    z-index: 97;
}

.closed_btn:hover {
	color:#FF3300;
}

.closed_btn:after, .closed_btn:before {
    background-color: rgba(0,0,0,0.67);
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    left: 0.562em;
    top: 1.25em;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1.375em;
}

.closed_btn:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0.562em;
}

@media (max-width: 2143px) {
    .wrapper {
        width:1200px;
    }
}

@media (max-width: 1270px) {
    .wrapper, .wrapper_search, .container {
        width:auto;
		margin-left: 30px;
		margin-right: 15px;
    }

    header .sub-title {
        display: none;
    }

    .box-icons li {
        width: auto;
        margin-bottom: 20px;
    }

    .box-icons li:last-child {
        margin: 0;
    }

    header .navbar-toggler {
        display: block;
        top: 0;
    }

    header {
        height: 70px;
    }

    header .logo {
        font-size: 21px;
        margin-left: 70px;
    }

    header .logo .fa-shopping-cart {
        font-size: 28px;
    }

    header nav {
        top: 0.58em;
        left: 120px;
    }

    header nav.show .navbar-nav {
        max-height: 9999px;
        padding-bottom: 16px;
    }

    header nav .navbar-nav {
        background-color: #fff;
        max-height: 0;
        overflow: hidden;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    header nav {
        top: 70px;
        left: 0!important;
        bottom: auto;
        width: 240px;
        max-width: inherit;
        position: fixed;
        max-height: 90%;
        max-height: -moz-calc(100% - 70px);
        max-height: -webkit-calc(100% - 70px);
        max-height: calc(100% - 70px);
        overflow-x: hidden;
        overflow-y: auto;
        box-shadow: 0px 7px 21px rgba(0,0,0,0.42);
        z-index: 104;
    }

    header nav .navbar-nav li {
        float: inherit;
        display: block;
    }

    header nav .navbar-nav li a {
        padding: 0 20px;
        height: 48px;
        line-height: 48px;
        color: #333;
    }

    header nav .navbar-nav li a:hover {
        background-color: none;
        color: #333;
    }

    header .search {
        width: 100%;
        max-width: 70px;
        height: 70px;
        overflow: hidden;
        min-width: inherit;
        top: 0;
        background-color: #ccc;
    }

    header .search .search_input {
        border: 0;
    }

    .search_btn {
        display: inline-block;
    }

    header .search form {
        max-width: 0;
        height: 40px;
    }

    .search.focused {
        max-width: 100%;
        top: 70px;
        box-shadow: 0px 2px 7px rgba(0,0,0,0.26);
        border-left: none;
        padding: 0 16px;
        overflow: inherit;
    }

    .search.focused form {
        max-width: inherit;
        margin: 8px 0;
    }
}

@media (max-width: 990px) {
    .wrapper_page, .page_aside {
        width: 100%;
        padding: 0;
    }

    .wrapper_page_item h2 {
        padding-left: 98px
    }

    .display {
        display: block;
    }

    .page_aside_container {
        display: none;
    }

    .page_aside {
        margin-top: 0px;
    }

    article ul.numbers li {
        width: 25%;
    }
}

@media (max-width: 768px) {
    body {
        padding-top:70px;
    }
	.box-icons li h3 {
		line-height: 20px;
	}	
	
    .modal_dialog {
        max-width: inherit;
        width: 80%;
    }

    .hidden-xs {
        display: none !important;
    }

    article ul.cities li {
        width: 33.333333%;
    }

    article ul.zip_codes li {
        width: 20%;
    }

    article ul.numbers li {
        width: 33.333333%;
    }

    .article_wrapper article ul.list li {
        width: 50%;
    }

    article ul.categories li, ul.carriers li {
        width: 100%;
    }
}

@media (max-width: 544px) {
    article ul.cities li {
        width: 50%;
    }

    article ul.zip_codes li {
        width: 25%;
    }

    article ul.numbers li {
        width: 50%;
    }
}

@media (max-width: 470px) {
    body {
        font-size:0.9em;
    }

    .wrapper_page_item h1 {
        font-size: 1.25em;
    }

    .article_wrapper article ul.list li {
        width: 100%;
    }

    article .title a.view_more {
        font-size: 12px;
        line-height: 2.2;
    }

    .modal_dialog {
        width: auto;
        margin: 16px!important;
        top: 0;
        padding: 40px 32px 28px 32px;
    }
	
	.page_search_btn {
		position:relative;
		width:100%;
		margin-top:10px;
	}	
	
}

@media (max-width: 320px) {
    article ul.cities li {
        width: 100%;
    }

    article ul.zip_codes li {
        width: 50%;
    }

    article ul.numbers li {
        width: 100%;
    }
}

.item section {
	padding:0;
}

.item section dl dt:nth-of-type(even) {
    background: #f9f9f9
}

.item section dl dd:nth-of-type(even) {
    background: #f9f9f9
}

section {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

section dl {
    width: 100%;
    padding: 0;
}

section dl dt {
    float: left;
    clear: left;
    width: 25%;
    padding: 15px 20px;
}

section dl:last-child dd:last-child {
    margin-bottom: 0
}

section dl dd {
    float: left;
    width: 75%;
    padding: 15px 20px;
    font-size: 15px;
    color: #262626;
    background: #fefefe;
}

.add section dl dd, .contact section dl dd {
    padding: 0px;
    background: none;
    border-bottom: 0;
}

.comment_form .submit, .del_form .submit {
	position: relative;
	float: left;
	width: 100%;
	margin-top:25px;
	text-align: center;
}

.add section dd .sub_category ul {
    padding: 10px;
    background: #f9f9f9;
}

.add section dd .sub_category ul li {
    padding: 5px 0;
}

.add section dd .sub_category ul li label {
    cursor: pointer;
}

.add section .error {
    margin: 10px 0 30px 0;
}

.add section ul.error li {
    margin: 5px 0 5px 15px;
    color: #FF9900;
    list-style: outside;
}

th {
    text-align: left;
}

.table {
    border-collapse: collapse !important;
}

.table td, .table th {
    background-color: #fff !important;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table button.more {
	font-size:13px;
	padding:2px 5px;

}

.table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.pager {
    padding-left: 0;
    margin: 0 0 50px 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline;
}

.pager li > a, .pager li > span {
    display: inline-block;
    margin: 0;
    padding: 5px 14px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next > a, .pager .next > span {
    float: right;
}

.pager .previous > a, .pager .previous > span {
    float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #666666;
    background-color: #fff;
    cursor: not-allowed;
}