.footer {
    background-color: #f5f5f5;
    bottom: 0;
    height: 60px;
    position: absolute;
    width: 100%;
}

body > .container {
    padding: 60px 15px 0;
}
.error {
    color: red;
}
table#board-list th{
	 text-align: center;
}
#phone2-error,#phone1-error,#phone3-error {
    display: none;
}
div#bottom-menu section{
	text-align: center;
}

div#copyright {
	padding-top:20px;
}

div#industry,
div#content-search
{
	padding-top:15px;
	padding-bottom:15px;
}

div#pagination{
	text-align: center;
}
a.title,.title_pretty{
    font-size:15px;
    font-weight: bold;
}
.board-list-date-raw{
	text-align: center;
}

.padding-bottom-20{
    padding-bottom: 20px;
};

@media screen and (orientation: portrait) and (device-width: 480px) {
	.sm-hide {
		display: none;
	}
}

.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

.b-tabs{
    margin:1em 0;
    padding: 20px;
    list-style-type:none;
    text-align:left;
    border:1px solid #acd4e6;
    background-color:#f5fafd
}

.i-message-blue,.i-alert-blue,.i-phone-blue,.i-share-blue,.i-favorites-blue{
    background-image:url(../images/sprite-icons-utility-b.png);
}
.i-message-blue {
    background-position: -86px -1px;
}
.i-favorites-blue {
    background-position: -68px -1px;
    height: 14px;
    width: 15px;
}
.i-alert-blue {
    background-position: -51px -1px;
    height: 13px;
    width: 15px;
}
.i-share-blue{
    background-position: -19px -1px;
}
.i{
     display:inline-block;
     height: 14px;
     width: 14px;
     vertical-align: middle;
}
.tab {
    display: inline-block;
    font-size: 14px;
    position: relative;
}
.tab  a {
    display: block;
}
.phone,.phone2{
    width:70px;
    float:left;
    margin: 0 10px 0 0;
}
.phone2{
    width:90px;
}
.phone3{
    width:180px;
}
.hidden-block{
    display:none;
}
.bblock{
    display:block;
}
.page-header-h1{
	margin-top: 0px !important;
}
.page-header .btn-success{
padding: 6px 30px;
}
.types{
    padding-top:10px;
}
.my-group .form-control{
    width:25%;
}
.searchtext{
    width:50% !important;
}
.country{
	width:20% !important;
}
.region{
	width:30% !important;
}
.checkbox, .radio {
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}
.jumbotron {
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-bottom: 20px !important;
	padding-top: 20px !important;
	background-color: transparent !important;
	border: 1px solid #eee !important;
}

.type{
	padding-right:15px;
}

.pointer{
cursor:pointer;
}
.remark {
    color: gray;
    font-weight: normal;
}
.btnclose {
    background: url("../images/icon.png") repeat scroll -40px 0;;
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
    border: 0 none;
}

/*foto*/

#upload{
	visibility:hidden;
	opacity:0;
	position:absolute;
}
#droparea{
	border:5px dashed #ccc;
	border-radius:10px;
	vertical-align:baseline;
	margin:0 auto;
	text-align:center;
	text-shadow:1px 1px 0 #fff;
}
#droparea p{
	margin:7px 0;
}

#droparea .dropfiletext{
	font-weight:bold;
	color:#555;
	}
#droparea .uploadbtn{
	border:1px solid #ccc;
	background-color:#f4f4f4;
	padding:2px 5px;
	margin-bottom:5px;
	border-radius:25px;
	cursor:pointer;
	font-weight:bold;
	color:#777;
}
#droparea .uploadbtn:hover{
	border-color:#777;
	color:#555;
}
#droparea.hover{
	border-color:#777;
	background-color:#fff;
}
#err{
	color:#DB0000;
	padding-top:3px;
	font-size:13px;
	line-height:1.5;
}

/* #result style */

.message{
	margin-bottom:35px;
	margin-top:30px;
	text-align:center;
	text-shadow:1px 1px 0 #fff;
	color:#777;
}
#result{
	margin-top:10px;
}
#result .imageholder{
    display: inline-block;
	background:#fff;
	padding:2px;
	margin:5px;
	text-align:center;
	box-shadow:0 0 4px #999;
	border:1px solid #999;
	position:relative;

	transform:scale(1) rotate(0deg);
	-ms-transform:scale(1) rotate(0deg);
	-moz-transform:scale(1) rotate(0deg);
	-webkit-transform:scale(1) rotate(0deg);
	-o-transform:scale(1) rotate(0deg);

	transition: transform 1s 0.5s ease-out;
	-moz-transition: -moz-transform 1s 0.5s ease-in-out;
	-webkit-transition: -webkit-transform 1s 0.5s ease-out;
	-o-transition: -o-transform 1s 0.5s ease-out;
}
#result .imageholder figcaption{
	font-style:italic;
	width:180px;
	word-wrap:break-word;
	font-weight:bold;
}
#result .imageholder figcaption span{
	font-size:11px;
	color:#777;
}
#result .imageholder img{
	max-height: 51px;
    max-width: 51px;
}
#slideshow-main {
	width:600px;
	float:left;
	margin-right:3px;
}

#slideshow-main ul {
	margin:0;
	padding:0;
	width:600px;
}

#slideshow-main li {
	width:600px;
	height:450px;
	display:none;
	position:relative;
}

#slideshow-main img {
    max-width: 600px;
    max-height:450px;
}

#slideshow-main li.active {
	display:block !important;
}

#slideshow-carousel {
	float:left;
	width:206px;
	position:relative
}

#slideshow-carousel ul {
	margin:0;
	padding:0;
	list-style:none;
}

#slideshow-carousel li {
	background:#fff;
	/*height:97px; */
	position:relative
}

#slideshow-carousel li .arrow {
	left:3px;
	top:40%;
	position:absolute;
	width:20px;
	height:40px;
	background:url(../images/arrow_white.png) no-repeat 0 0;
	display:block;
}

#slideshow-carousel li a {
	background:#000;
	display:block;
	width:206px;
	/*height:95px;*/
}


#slideshow-carousel .active {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#slideshow-carousel .faded {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.jcarousel-skin-tango .jcarousel-container {
    background: #F0F6F9;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    height: 450px;
    padding: 0;
    width: 206px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}


.jcarousel-skin-tango .jcarousel-clip-vertical {
    height: 450px;
    width: 206px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 206px;
    /*height: 150px;*/
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 1px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 90px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 90px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

ul.jcarousel li img {
    max-width: 205px;
}

@media (min-width: 180px) {
  .col-lg-9 {
    width: 75%;
	float: left;
  }
  .col-lg-3 {
    width: 25%;
	float: left;
  }
  .col-lg-5{
	width: 50%;
	float: left;
  }
}

#jr_overlay {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 2147483646;
	position: absolute;
}

#jr_wrap {
	position: absolute;
	width: 100%;
	z-index: 2147483647;
	padding: 0;
	margin: 0;
}

#jr_inner {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #FFF;
	border: 1px solid #CCC;
	color: #4F4F4F;
	margin: 0 auto;
	height: auto;
	padding: 20px;
	position: relative;
	box-sizing: content-box;
}

#jr_header {
	display: block;
	color: #333;
	padding: 5px;
	padding-bottom: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

#jr_inner p {
	padding: 5px;
	margin: 0;
}

#jr_inner ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#jr_inner ul li {
	cursor: pointer;
	float: left;
	width: 120px;
	height: 122px;
	margin: 0 10px 10px 10px;
	padding: 0;
	text-align: center;
}

#jr_inner li a {
	color: #333;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#jr_inner li a:hover {
	text-decoration: underline;
}

#jr_inner .jr_icon {
	width: 100px;
	height: 100px;
	margin: 1px auto;
	padding: 0;
	background: transparent no-repeat scroll left top;
	cursor: pointer;
}

#jr_close {
	clear: both;
	padding: 0;
	margin: 0;
}
#jr_close a {
	color: #000;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#jr_close p {
	padding: 10px 0 0 0;
	margin: 0;
}

.one-offer img {
    width: 151px;
}


.f-row {
    margin: 15px 0;
}
.price-row{
    background: #f2f8e2 none repeat scroll 0 0;
}

.copyright p{
 float:left;
padding:10px;
}

.list-brand {
    display: block;
    float: left;
    padding: 0 10px;
}
.full-dialog {
    width: 900px;
}

.pb-15{
    padding-bottom:15px;
}
#right-baner-block{
position: absolute;
}

textarea.mess {
    height: 35px;
}

.s-btn-d{
    display: table;
    padding: 10px;
}

.mp-top{
    background: transparent url("../images/frontpage-bg.jpg") no-repeat scroll 0 0;
    color: white;
    font-family: arial;
    font-size: 16px;
    height: 258px;
    margin: -20px 0 0;
    padding: 15px 5px;
    text-align: center;
}

.mp-top h1{
font-size: 30px;
}
.sub-header{
font-size: 21px;
padding:12px;
font-style:italic
}

.mp-top .col-md-8 #industry_id, .mp-top .col-md-8 #section, .mp-top .col-md-8 #search-ext {
    padding-right: 0;
    width: 140px !important;
}
.mp-top .col-md-8 #search-ext {
    padding-right: 0;
    width: 180px !important;
}
.mp-top .col-md-8 #type {
    padding-right: 0;
    width: 110px !important;
}

.mp-top search-button{
 width: 110px !important;
 color:
}

.mp-top .search-button button {
    background: #094f83 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 !important;
    font-weight: bold;
    margin: 0;
    width: 87px;
}
.mp-top .col-md-8 {
    padding: 0;
}
.urls u li a {
text-decoration:none
}
.mp-middle,.mp-btm{
    padding:0;
    text-align: center;
    color:#484848;
    font-family: arial;
    font-size: 16px;
}
.urls a.top-cat{
    display:inline-block;
    font-weight:bold;
    padding:10px 0;
}

.urls a.top-cat{
    padding:10px 0;
}
.mp-btm{
background: #ebeaf0 none repeat scroll 0 0;
}

.mp-btm a.row-margin-bot {
    display: block;
    font-weight: bold;
}
.mp-btm a.row-margin-bot {
    display: block;
    font-weight: bold;
    padding: 10px 0 0;
}
.mp-btm a:link, .mp-btm a:visited{
    color: #484848;
    font-size: 12px;
}

.mp-top .row-margin-bot {
    margin-bottom: 20px;
}

.subheader-2 {
    font-size: 12px;
}
.subheader-2 a:link, .subheader-2 a:visited{

    text-decoration: underline;
    color: #fff;
}
@media (max-width: 767px) {
    .navbar-message-icon {
        padding-top: 15px !important;
    }
}
/*start partner offers*/
.other-website {
    font-family: Arial, sans-serif;
    font-size: 12px;
    width: 100%;
}
.other-website td {
    text-align: left;
    padding: 4px;
}
.other-website .right {
    text-align: right;
}
.tbl-header a {
    color: rgb(0, 51, 87);
}
.tbl-content td {
    padding: 0 4px;
}

.zt .redtxt, .zt a , .zt a:link, .zt a:visited{
    color: #FF6A00;
    text-decoration: none;
}
.zt .tbl-header {
    background-color: #FFDECE;
}
.zt .tbl-content {
    background-color: #FFEAEA;
}

.sahar .redtxt, .sahar a {
    color: #5e668b;
    text-decoration: none;
}
.sahar .tbl-header {
    background-color: #ecf0f5;
}
.sahar .tbl-content {
    background-color: #f7f9fb;
}

.rulom .redtxt, .rulom a {
    color: #353c4d;
    text-decoration: none;
}
.rulom .tbl-header {
    background-color: #e1e4e6;
}
.rulom .tbl-content {
    background-color: #f2f2f2;
}

@media (max-width: 688px) {
    .other-website {
        width: 100%;
    }
    .other-website td {
        display: block;
        text-align: center;
    }
    .other-website td:first-child {
        padding-top:5px;
    }
    .other-website td:last-child {
        padding-bottom:5px;
    }
}

#send-phone-to-author .not-logged {
    padding: 0 15px;
}
.not-logged .g-recaptcha, .not-logged #footer-note {
    margin-left: 0;
}
.navbar-inverse .navbar-toggle {
    border: none;
}
