/* CSS Document */
body,.blog-title a,.blog-title a:hover,.dropdown-menu a{color:#717171;}

/*
h1,h2,h3,h4,h5,.navbar .nav, .shout-box, .price-table dt, .price-table .price,.table thead{
	font-family: 'Pontano Sans', sans-serif;
}
*/
body{
	font-size:13px;
	color:#333;
}
h3{
	font-size:18px;
	
}
h1,h2,h3,h4,h5
{
	font-weight:100;	
	color:#000;
	
}

.dropdown-menu a span.style
{
	width:16px; 
	height:16px; 
	display:block;
	margin-right:5px;
	float:left;
}
.btn,.btn-large,.alert,.table-bordered,.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child,.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child, .table-bordered tfoot:last-child tr:last-child td:first-child,.progress,.nav-tabs > li > a,.accordion-group,.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.container{
	1width:1000px !important;
	width:90% !important;
	
}
.container-mod{
	width:80% !important;
	
}


.navbar-inner > .container {
	max-width:1000px;
	padding-left:0px;
	padding-right:0px;
}

.navbar .nav > li > a:after {
    content: attr(data-description);
    display: block;
	font-size:12px;
	margin-top:-2px;
}
#content
{
	width:100%;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #333333;
  text-decoration: none;
  background-color: #efefef;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #efefef;
  background-image: none;
  background-repeat: no-repeat;
  outline: 0;
  filter: none;
}

.dropdown-menu 
{
	-webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.header-text { margin-top:4px;font-size:12px;}

h1 small {
	font-size:12px;
}
.social-icons{ 
	padding-top:10px;
}

.dropdown-menu {
  z-index:10000;
}

#breadcrumbs{ margin-top:20px;}

.slider-bootstrap{
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
		
}

.slider-bootstrap .container{
	padding-left:0!important;
	padding-right:0!important;
	max-width:1000px!important;
}

.slider-bootstrap .carousel {
  margin:0;
}

#slider-nivo {
  margin-top:0;
}

.theme-default .nivoSlider {
	margin-bottom:0px;
}

.theme-default .nivoSlider {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#piecemaker{
	margin-bottom:0;
}

.main-body .container{
	padding-top:15px;
	padding-bottom:15px;
	background-color:#FFFFFF!important;
}

.thumbnail{
	border:none;
	-webkit-box-shadow: none;
	box-shadow:none;
	border-radius:0;
	-webkit-transition:none;
	box-shadow:none;
	text-align:left !important;
}

a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}


ul.list-icon
{
list-style-image: url('../img/icons/tick.png');
}

ul.list-icon li{
	line-height:25px;	
}


.bottom{
	padding:20px 20px;
	
}

.bottom a, .bottom,.footer{
	text-decoration:none;
	font-size:12px;
	
}

.bottom ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.bottom li
{
	display: block;
	padding: 0px 5px;
	text-decoration: none;
	width: 100%;
}


.bottom .list-blog-roll li 
{
	l1ine-height:30px!important;
}

.bottom{
 	p1osition:fixed;
	width:100%;
	bo1ttom:0px;
}
.footer{
	height:30px;
	background:#333;
	padding:5px 5px;
 	color:#EEE;
	
}

.beforefooter{ 
	margin-top:30px;
    height:0px;
    background-color: rgb(103, 164, 225);
    /*background-color: #ed2c23;*/
    color: rgb(221, 221, 221);
}

hr {
  border-top-color:#ECECEC;
  border-top-style:solid;
  border-width:1px 0;
  margin:20px 0;
}

/*Tags*/

.tags a {
	padding: 5px 10px;
	border: 1px solid #ddd;
	display: inline-block;
	color: #717171;
	background: #fff;
	margin: 0 3px 6px 0;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	border-radius: 2px;
}

.tags a:last-child {margin-right:0;}


/*Other*/

.thumbnails .btn-group{
	
	margin-bottom:20px;
	
}

a .colored_banner{
	text-decoration:none;
}
.colored_banner {
	margin:8px 0 18px;
	text-align:center;
	overflow:hidden;
	padding:20px;
	position:relative;
	z-index:0;
	box-shadow: 0 1px 1px #999999;
	-moz-box-shadow: 0 1px 1px #999999;
	-webkit-box-shadow: 0 1px 1px #999999;
}

.colored_button:hover, .colored_banner h3, .colored_banner {
  color:#FFFFFF;
}

.colored_banner.thumb-content h3{
	color: #333333;
}

.colored_banner.thumb-content {
	box-shadow: 0 1px 1px #d0d0d0;
	-moz-box-shadow: 0 1px 1px #d0d0d0;
	-webkit-box-shadow: 0 1px 1px #d0d0d0;
}


.thumb-content {
  color: #333333;
  background-color: #ededed;
  *background-color: #d0d0d0;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ededed), to(#d0d0d0));
  background-image: -webkit-linear-gradient(top, #ededed, #d0d0d0);
  background-image: -o-linear-gradient(top, #ededed, #d0d0d0);
  background-image: linear-gradient(to bottom, #ededed, #d0d0d0);
  background-image: -moz-linear-gradient(top, #ededed, #d0d0d0);
  background-repeat: repeat-x;
  border-color: #d0d0d0 #d0d0d0 #ededed;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffededed', endColorstr='#ffd0d0d0', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.thumb-content-dark {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #333333;
  *background-color: #6a6a6a;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#6a6a6a));
  background-image: -webkit-linear-gradient(top, #333333, #6a6a6a);
  background-image: -o-linear-gradient(top, #333333, #6a6a6a);
  background-image: linear-gradient(to bottom, #333333, #6a6a6a);
  background-image: -moz-linear-gradient(top, #333333, #6a6a6a);
  background-repeat: repeat-x;
  border-color: #6a6a6a #6a6a6a #333333;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff6a6a6a', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.showcase-small{
	margin-bottom:20px;
}

.center
{
	text-align:center;
}

.text-icon
{
	height:64px;
	width:40px;
}

.round_background{
	background-attachment:scroll;
	background-color:transparent;
	/*background-image:url(../img/round-background.png);*/
	background-position:0 0;
	background-repeat:no-repeat no-repeat;
	color:#FFFFFF;
	display:inline-block;
	height:100px;
	width:100px;
	text-align:center;
	margin-bottom:10px;
	
}

.round_background img{
  margin-top:36px;
}

.round_background.pull-left,.pull-left.round_background{
	margin-right:20px;
}

.round_background.pull-right,.pull-right.round_background{
	margin-left:20px;
}

.r-grey {
	background-image:url(../img/backgrounds/circle_back_grey.png);
}

.r-green {
  background-image:url(../img/backgrounds/circle_back_green.png);
}

.r-yellow {
  background-image:url(../img/backgrounds/circle_back_yellow.png);
}

.r-red {
  background-image:url(../img/backgrounds/circle_back_red.png);
}

.r-orange {
  background-image:url(../img/backgrounds/circle_back_orange.png);
}

.r-blue {
  background-image:url(../img/backgrounds/circle_back_blue.png);
}

.r-grey-light {
  background-image:url(../img/backgrounds/circle_back_grey_light.png);

}

.square-back{
	background: #e6e6e6;	
}

.square-background .square {
	width: 100px;
	min-height: 50px;
	margin-right: 22px;
	text-align:center!important;
	padding:20px 0;
}

.square-background {
	border-right: 5px solid #e6e6e6;
	margin-bottom:25px;
}

/*portfolio
this is a hack for bootstrap*/
.row-fluid ul.thumbnails li.span12 + li { margin-left : 0px; }
.row-fluid ul.thumbnails li.span6:nth-child(2n + 3) { margin-left : 0px; }
.row-fluid ul.thumbnails li.span4:nth-child(3n + 4) { margin-left : 0px; }
.row-fluid ul.thumbnails li.span3:nth-child(4n + 5) { margin-left : 0px; }
.row-fluid ul.thumbnails li.span2:nth-child(6n + 7) { margin-left : 0px; }

/*headers*/
h3.header {
	padding: 5px 0 0 0;
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 25px;
}

span.header-line {
	display: block;
	width: 100px;
	height: 3px;
	margin: 7px 0 0 0;
}


dd {
  margin:0;
}

.clear:before, .clear:after {
  content:"";
  display:table
}

.clear:after {
  clear:both
}

.clear {
  zoom:1
}

.customers img,.portfolio img.img-polaroid:hover
{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.portfolio img.img-polaroid
{
	filter: none;
    -webkit-filter: grayscale(0%);
}

form .row{
	margin-left:0px;
}
h3.iconbox_content_title 
{
   display:inline;
   font-weight:bold;
   color:#111;
}

div.iconbox_icon
{
   font-size:24px;
   display:inline;
}
p
{
	color:#333;
	font-size:13px;
}

.navbar-inner
{
	border:0px !important;
}

.nav
{
	font-size:12px !important;
	font-weight:bold;
}

.accordion-heading
{
	background:#fefefe !important;
	color:#333 !important;
}

.accordion-toggle
{
	color: #6399cd !important;
	font-weight:bold;
	
}
