/* Put your custom css here */
.clientLogo {
	text-align:center;
	border:0px;
	border-radius:0px;
}
.job_btn {
	padding-right: 20px;
}
.bc-label {
	font-size:14px;
	color:#000;
	padding-left:0;
	padding-top:10px;
	padding-right:10px;
}
.boxFocus {
	border: 1.5px solid #888;
}
@media(max-width:767px) {
.navbar-brand {
	padding-top:6px;
	padding-bottom:1px;
	}
.clientLogo img {
	float: none;
	max-height: 25px;
	max-width: 275px;
	}
.pricingBloc h4{
	padding:0;
	margin:0
	}
.bc-label {
	padding-top:0;
}
}
@media(min-width:768px) {
.clientLogo > img {
	float: none;
	max-height: 100px;
	max-width: 275px;
	}
}
@media(min-width:992px) {

}
@media(min-width:1200px) {

}
.header-divider {
  border-top: solid 3px #3588bf;
  width: 100%;
  margin-bottom: 30px;
}
div.carousel-wrapper {
  width: 100%;
  margin-bottom: 40px;
  background-color: #f9fbfc;
  background-image: url(../img/carousel-bg-1.jpg);
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
}
@media (min-width: 1200px) {
  div.carousel-wrapper {
    height: 300px;
  }
  div.carousel-wrapper h1 {
	line-height: 1.0;
	font-size:48px;
	color:#333
  }
  div.carousel-wrapper h2 {
	margin:29px 0 0 0;
	font-weight: bold;
	font-size:26px;
  }
  div.carousel-wrapper h3 {
	margin:4px 0 4px 0;
	font-weight: bold;
	font-size:24px;
	color:#347CC0;
  }
  div.carousel-wrapper p {
	line-height: 1.4;
	color:#000;
  }
  div.carousel-wrapper img {
	max-height: 299px;
  }
}
@media (max-width: 1199px) {
  div.carousel-wrapper {
    height: 247px;
  }
  div.carousel-wrapper h1 {
	line-height: 1.0;
	font-size:40px;
	color:#333
  }
  div.carousel-wrapper h2 {
	margin:20px 0 0 0;
	font-weight: bold;
	font-size:21px;
  }
  div.carousel-wrapper h3 {
	margin:4px 0 4px 0;
	font-weight: bold;
	font-size:19px;
	color:#347CC0;
  }
  div.carousel-wrapper p {
	line-height: 1.4;
	color:#000;
  }
  div.carousel-wrapper img {
	max-height: 246px;
  }
}
.serviceitem {
  padding: 20px;
  border: solid 1px #e2e2e2;
  margin-bottom: 40px;
  height: 365px;
  overflow: hidden;
}

.serviceitem2 h2 {
  font-family: 'Lato';
  font-size: 20px;
  color: #43484b;
  font-weight: bold;
  margin: 0 0 10px;
}
.serviceitem i {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 26pt;
  text-align: center;
  border-radius: 50px;
  border: solid 1px #cccccc;
  line-height: 50px;
  width: 50px;
  height: 50px;
  background-color: white;
  color: #8c9195;
}
@media (max-width: 1199px) {
  .serviceitem2 {
    margin-bottom: 40px;
  }
  .serviceitem2 h2 {
    font-size: 18px;
  }
}
/*.serviceitem i.print { color: @accent-purple; }*/
/*.serviceitem i.design { color: @accent-green; }*/
/*.serviceitem i.order { color: @accent-red; }*/
/*.serviceitem i.login { color: @accent-red; }*/
blockquote {
  padding-left: 20px;
  background-color: #f2f6f8;
  color: #14181c;
  border-left: 5px solid #3588bf;
}
html {
    min-height: 100%;
    position: relative;
}
body {
    margin-bottom: 163px;
}
#header {
	margin-bottom: 20px;
}
#footer {
    background-color: #F5F5F5;
    bottom: 0;
    height: 163px;
    position: absolute;
	width: 100%;
}

@media (min-width: 768px) {
  margin-bottom: 0px;
}

h4 span {
	color:#999;
}
.preview {
	position:absolute;
	border: none;
	background:#333;
	padding:1px;
	display:none;
	color:#fff;
}
.img-thumbnail {
	-webkit-box-shadow: 1px 2px 3px 0 #CCCCCC;
	box-shadow: 1px 2px 3px 0 #CCCCCC;
	border-radius: 2px;
	padding: 4px;
	margin-bottom:3px;
}
.page-header {
	padding: 1px 0 0 0;
	margin:0;
}
h1.page-header {
	margin-bottom: 0;
}

/* File Buttons */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
/* //file buttons */

.bargradrad{
	background: radial-gradient(circle, rgba(71,138,203,0.2) 40%, rgba(31,90,149,0.9) 80%, rgba(1,23,78,0.9)) ;
}
.bargradlin{
	background: linear-gradient(#98bee4 4%, #488ccd 45%, #488ccd 75%, #396da6 95%);
}
.bargradlinred{
	background: linear-gradient(#990033 4%, #CC3333 45%, #CC3333 75%, #FF6666 95%);
}
.bargradhil{
	background: linear-gradient(rgba(255,255,255,.2) 2%, rgba(255,255,255,.5) 7%, rgba(250,250,250,0) 13%);
	border-top:1px solid #555;
	border-bottom:1px solid #000;
}
.vert-center {
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;

	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;

	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
}

.center {
	text-align: center;
}

.catalogFilter.current {
	-moz-box-shadow: inset 0px 0px 4px #bbb;
	-webkit-box-shadow: inset 0 0 4px #bbb;
	box-shadow: inset 0px 0px 4px #bbb;
}

.pricingBloc.current {
	-moz-box-shadow: inset 0px 0px 4px #bbb;
	-webkit-box-shadow: inset 0 0 4px #bbb;
	box-shadow: inset 0px 0px 4px #bbb;
}

.col-xs-12 > h4{
	margin-bottom:5px;
	padding-top:2px;
}
.col-sm-6 > h4{
	padding-top:12px;
}
.pricingBloc .col-xs-12{
	margin-bottom:1px;
	margin-top:2px;
}
.pricingBloc{
	margin-top:0px;
}


/* custom tables */
.table-shorter thead > tr > th,
.table-shorter tbody > tr > th,
.table-shorter tfoot > tr > th,
.table-shorter thead > tr > td,
.table-shorter tbody > tr > td,
.table-shorter tfoot > tr > td {
	padding: 2px 5px 1px 5px;
	color:#000;
	font-size:12px;
}
.mt5{
	margin-top:5px;
}
.mb5{
	margin-bottom:5px;
}
.table > thead > tr > td.t-border,
.table > tbody > tr > td.t-border,
.table > tfoot > tr > td.t-border,
.table > thead > tr > th.t-border,
.table > tbody > tr > th.t-border,
.table > tfoot > tr > th.t-border,
.table > thead > tr.t-border > td,
.table > tbody > tr.t-border > td,
.table > tfoot > tr.t-border > td,
.table > thead > tr.t-border > th,
.table > tbody > tr.t-border > th,
.table > tfoot > tr.t-border > th {
	border-top:2px solid #bbb;
}
.currency{
  text-align: right;
}
.internal {
	color:#000;
	font-size:12px;
}
.icon-button{
	float: left !important;
	text-align: center;
	font-size:26px;
	padding:7px 12px 3px;
}
.icon-button > p {
	color:#000;
	font-size:12px;
	margin:0;
}
.icon-button:hover {
	background-color:#eee;
}
/* datepicker */
.datepicker {
	z-index: 1151 !important;
}

.well-sm {
	padding:5px;
	border:2px solid #fff;
	border-radius: 8px;
}
.job-slide {
	padding:3px 10px 5px 10px;
	line-height: 1.15;
	font-weight: normal;
	margin:5px 0;
	background:#fff;
	border-radius: 4px;
	border:0px;
	-webkit-box-shadow: 1px 1px 0px #ccc;
          box-shadow: 1px 1px 0px #ccc;
}

.pagetop {
	width:100%;background-color:#f9fbfc;padding:6px 0 4px 0;border-bottom:solid 1px #e2e2e2;height:31px
}
ul.contact-info {
	margin:0;padding:0;line-height:20px;list-style-type:none;color:#8c9195;font-size:10pt
}
.contact-info li {
	display:inline-block;float:right;margin-left:15px
}

/* jquery.dataTables.css */
table.dataTable thead th, table.dataTable thead td {
	border-bottom: 2px solid #ddd;
	padding: 10px 18px;
}

/* /jquery.dataTables.css */

/* bootstrap colors */
	.primary {
		color: #337ab7;
	}
	.success {
		color: #5cb85c;
	}
	.info {
		color: #5bc0de;
	}
	.warning {
		color: #f0ad4e;
	}
	.danger {
		color: #d9534f;
	}
	.link {
		color: #transparent;
	}
/* /bootstrap colors */