/*
Theme Name: Reid-Label

Description: Dedicated Wordpress theme for Company Name

*/

html {
  font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

body {
  padding: 0;
  margin: 0;
  font-family:calibri;
}

a, img {
  border: 0;
  outline: none;
}

/*** MAIN CLASSES
************************/
.fl, .fr {
  display: block;
}

.fl {
  float: left !important;
}

.alignleft {
  float: left;
  margin: 0 20px 0px 0;
}

.fr {
  float: right !important;
}

.alignright {
  float: right;
  margin: 0 0px 0px 20px;
}

h2 {
  font-family: calibri;
  font-weight: 400;
  font-size: 30px;
  color: #121214;
  padding: 0;
  margin: 0 0 11px 0;
}

h3 {
  font-family: calibri;
  font-weight: 400;
  font-size: 24px;
  color: #121214;
  padding: 0;
  margin: 0 0 11px 0;
}

p {
  font-family: calibri;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0px;
  word-spacing: 0px;
  color: #555555;
  padding: 0;
  margin: 0;
}

.content p {
	margin-bottom: 10px;
}

h5 {
  font-family: calibri;
  font-weight: 400;
  font-size: 20px;
  color: #007dc3;
  padding: 0;
  margin: 0 0 0px 0;
}

.plus-icon {
  display: block;
  background: url(images/sprites.png) no-repeat 0 -200px;
  height: 26px;
  font-family: calibri;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 2px 0 0 34px;
}
.plus-icon:hover {
  color: #fff;
  text-decoration: none;
}

.button {
  position: relative;
  display: inline-block;
  *display: inline;
  font-family: calibri;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.59);
  border-radius: 6px;
  padding: 9px 16px;
  -pie-watch-ancestors: 1;
}

.button-blue {
  position: relative;
  background: #00a3fe;
  background: -moz-linear-gradient(top, #00a3fe 0%, #019bf3 27%, #009aed 32%, #018ede 57%, #0085d0 73%, #007ec3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a3fe), color-stop(27%, #019bf3), color-stop(32%, #009aed), color-stop(57%, #018ede), color-stop(73%, #0085d0), color-stop(100%, #007ec3));
  background: -webkit-linear-gradient(top, #00a3fe 0%, #019bf3 27%, #009aed 32%, #018ede 57%, #0085d0 73%, #007ec3 100%);
  background: -o-linear-gradient(top, #00a3fe 0%, #019bf3 27%, #009aed 32%, #018ede 57%, #0085d0 73%, #007ec3 100%);
  background: -ms-linear-gradient(top, #00a3fe 0%, #019bf3 27%, #009aed 32%, #018ede 57%, #0085d0 73%, #007ec3 100%);
  background: linear-gradient(top, #00a3fe 0%, #019bf3 27%, #009aed 32%, #018ede 57%, #0085d0 73%, #007ec3 100%);
  -pie-background: linear-gradient(top, #00a3fe 0%, #019bf3 27%, #009aed 32%, #018ede 57%, #0085d0 73%, #007ec3 100%);
  border: 1px solid #086295;
}

.button-blue:hover {
  position: relative;
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0px 0px 8px 2px #00598a;
}

/*.button-blue.pie_hover {*/
  /*position: relative;*/
  /*border-radius: 6px;*/
  /*color: #fff;*/
  /*text-decoration: none;*/
  /*background: #1e5799;*/
  /*background: -moz-radial-gradient(center, ellipse cover,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);*/
  /*background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8));*/
  /*background: -webkit-radial-gradient(center, ellipse cover,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);*/
  /*background: -o-radial-gradient(center, ellipse cover,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);*/
  /*background: -ms-radial-gradient(center, ellipse cover,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);*/
  /*background: radial-gradient(ellipse at center,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );*/
  /*-pie-background: radial-gradient(ellipse at center,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);*/
/*}*/

.button-green {
  position: relative;
  background: #75c34c;
  background: -moz-linear-gradient(top, #75c34c 0%, #71bb48 27%, #62aa3e 62%, #64a93e 65%, #5ea339 78%, #5a9d34 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #75c34c), color-stop(27%, #71bb48), color-stop(62%, #62aa3e), color-stop(65%, #64a93e), color-stop(78%, #5ea339), color-stop(100%, #5a9d34));
  background: -webkit-linear-gradient(top, #75c34c 0%, #71bb48 27%, #62aa3e 62%, #64a93e 65%, #5ea339 78%, #5a9d34 100%);
  background: -o-linear-gradient(top, #75c34c 0%, #71bb48 27%, #62aa3e 62%, #64a93e 65%, #5ea339 78%, #5a9d34 100%);
  background: -ms-linear-gradient(top, #75c34c 0%, #71bb48 27%, #62aa3e 62%, #64a93e 65%, #5ea339 78%, #5a9d34 100%);
  background: linear-gradient(top, #75c34c 0%, #71bb48 27%, #62aa3e 62%, #64a93e 65%, #5ea339 78%, #5a9d34 100%);
  -pie-background: linear-gradient(top, #75c34c 0%, #71bb48 27%, #62aa3e 62%, #64a93e 65%, #5ea339 78%, #5a9d34 100%);
  border: 1px solid #599c35;
}
.button-green:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0px 0px 8px 2px #39900b;
}

/*** INDEX
*****************/
#page {
  overflow: hidden;
  min-width: 395px;
  position: relative;
}

#header {
  background: #fff;
  width: 100%;
  height: 112px;
}
#header .logo {
  margin-top: 24px;
}
#header .top-menu {
  text-align: right;
  padding-top: 6px;
  padding-right: 3px;
}
#header .top-menu p {
  position: relative;
  top: 2px;
  display: inline;
  font-family: calibri;
  font-size: 14px;
  color: #999999;
  font-weight: 400;
}
#header .top-menu .fb-like {
  position: relative;
  top: 3px;
  left: 4px;
  margin: 0 2px 0 0;
}
#header .main-menu ul {
  float: left;
  list-style: none;
  text-align: center;
  margin: 16px 0 0 103px;
}
#header .main-menu ul li {
  display: inline-block;
  margin: 0 0 0 -1px;
}
#header .main-menu ul li a {
  display: block;
  font-family: calibri;
  font-size: 16px;
  color: #007dc3;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 13px;
}
#header .main-menu ul li a:hover {
  color: #76c34d;
  text-decoration: none;
}
#header .main-menu ul li.current-menu-item a {
  position: relative;
  background: #f0f0ed;
  border-radius: 4px;
  text-decoration: none;
}
#header .main-menu ul > a {
  display: block;
  float: left;
}
#header .main-menu .button {
  margin: 13px 0 0 14px;
}

#ribbon {
  background: #000;
  width: 100%;
  height: 70px;
  text-align: center;
}
#ribbon .flex-viewport {
  overflow: visible !important;
}
#ribbon .slides {
  width: 1200px !important;
  height: 70px;
  text-align: center;
  margin: 0 auto;
}
#ribbon .slides li {
  position: relative;
  width: 203px !important;
  height: 45px;
  padding: 25px 0 0 0;
  z-index: 9999;
  border-left: 1px solid #404040;
}
#ribbon .slides li:hover, #ribbon .flex-active-slide {
  background: #007dc3;
}

#ribbon .slides li:hover:before,
#ribbon .slides li:hover .before,
#ribbon .flex-active-slide:before,
#ribbon .flex-active-slide .before {
  content: '';
  position: absolute;
  top: -11px;
  left: 75px;
  background: url('images/sprites.png') no-repeat 0 -516px;;
  width: 22px;
  height: 11px;
  z-index: 9999;
}

#ribbon .slides li.last {
  border-right: 1px solid #404040;
}
#ribbon .slides li a {
  font-family: calibri;
  font-size: 18px;
  color: #fff;
  cursor: default;
}
#ribbon .slides li a:hover {
  text-decoration: none;
}

.text-wrapper {
  max-width: 1234px;
  height: 100%;
  zoom: 1;
  margin: 0 auto;
}

.text-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.text-box {
  margin: 98px 0px 0 0;
  z-index: 9999;
}
.text-box p {
  font-family: calibri;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
  color: #fff;
  word-spacing: -1px;
}
.text-box p a {
  line-height: 20px;
  margin-left: 2px;
}
.text-box .button {
  top: 35px;
}

.our-work {
  position: absolute;
  top: 269px;
  right: 150px;
  font-family: calibri;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #fff;
}

.our-work p {
  font-family: calibri;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #fff;
  margin: 0;
}
.our-work .plus-icon {
  position: relative;
  left: -35px;
  top: 5px;
  letter-spacing: 1px;
}
.our-work span {
  display: block;
  padding: 0 0 0 34px;
}

#printing {
  padding: 31px 0 40px 0;
}
#printing h2 {
  margin-left: -2px;
}
#printing .services {
  list-style: none;
  zoom: 1;
  margin-top: 44px;
}
#printing .services:after {
  content: '';
  display: block;
  clear: both;
}
#printing .services .box {
  margin-bottom: 48px;
}
#printing .services .box img {
  float: left;
  margin-right: 21px;
}
#printing .services .box h5 {
  margin-left: 0px;
  margin-top: -2px;
  margin-bottom: 4px;
}
#printing .services .box.no-margin {
  margin: 0;
}

#capabilities {
  background: url(images/bg.capabilities.jpg);
  width: 100%;
  height: 358px;
  margin-bottom: 74px;
}
#capabilities img {
  display: block;
  float: left;
  position: relative;
  top: -50px;
  left: 16px;
}
#capabilities .text {
  float: left;
  width: 699px;
  margin: 30px 0 0 37px;
}
#capabilities .text h2 {
  font-family: calibri;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 15px;
}
#capabilities .text p {
  color: #fff;
  line-height: 24px;
  padding: 0 63px 0 0;
}
#capabilities .text ul {
  list-style: none;
  margin: 28px 0 0 0;
}
#capabilities .text ul li {
  display: inline-block;
  margin-left: 16px;
}
#capabilities .text ul li:first-child {
  margin: 0;
}

#trusted-by {
  width: 100%;
  height: 100%;
  margin-bottom: 32px;
}
#trusted-by h2 {
  margin: 0 0 24px 32px;
}
#trusted-by ul {
  float: left;
  width: 1200px;
  list-style: none;
  zoom: 1;
  margin: 0px 0 0 0px;
}
#trusted-by ul:after {
  content: '';
  display: block;
  clear: both;
}
#trusted-by ul li {
  margin-bottom: 27px;
}

#footer {
  background: #121214 repeat;
  width: 100%;
  min-height: 349px;
  height: 100%;
}
#footer .span3 > a img {
  margin-top: 32px;
  margin-bottom: -11px;
}
#footer ul {
  list-style: none;
  margin: 29px 0 0 0;
}
#footer ul li, #footer ul li a {
  font-family: calibri;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0px;
  word-spacing: -2px;
  color: #999999;
  padding: 0;
  margin: 0 0 1px 0;
}
#footer ul li a.button {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 10px 14px 13px 0;
}
#footer ul li #___plusone_0 {
  position: relative;
  top: 3px;
  margin: 0px 0 14px 23px !important;
}
#footer ul li.heading a {
  font-family: calibri;
  font-weight: 600;
  color: #fff;
}
#footer ul li span {
  font-family: calibri;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
}
#footer .copyrights {
  position: relative;
  top: -23px;
  color: #999999;
  word-spacing: -1px;
}
#footer .copyrights a {
  color: #999999;
}

/*** SUBPAGE
******************/
#headline {
  background: url(images/bg.headline.jpg) repeat-x;
  width: 100%;
  height: 89px;
  margin: 2px 0 26px 0;
}
#headline h1 {
  font-family: calibri;
  font-size: 40px;
  font-weight: 400;
  word-spacing: 1px;
  color: #fff;
  margin: 23px 0 0 28px;
}

#featured-image {
  position: relative;
  background: url(images/bg.featured-img.jpg) repeat top center;
  width: 100%;
  height: 391px;
}
#featured-image .image-wrapper {
  height: 391px;
  text-align: center;
}
#featured-image .image-wrapper img {
  height: 391px;
  max-width: 100%;
  margin: 0 auto;
}

.subpage #headline {
  margin-bottom: 0;
}

.blog.subpage #headline,
.page-tpl-team #headline {
  margin-bottom: 26px;
}

#content {
  background: url(images/bg.color-bar.jpg) repeat-x bottom;
}

#content .sidebar {
  position: relative;
  top: -40px;
}

#content .sidebar.no-image {
	top: 0;
	margin-top: 30px;
}

#content .content {
  margin-top: 29px;
}
#content .content h2 {
  margin: 0;
}
#content .content p {
  line-height: 30px;
  margin-bottom: 15px;
}
#content .content h3 {
  margin-bottom: -3px;
}
#content .content img.fr {
  margin-left: 35px;
}

#content .button {
  margin-bottom: 15px;
}

table {
  border: 1px solid #d2d2d2;
  margin-bottom: 34px;
  clear: both;
}

td {
  min-height: 33px;
  line-height: 31px;
  border-bottom: 1px solid #d2d2d2;
  text-indent: 0px;
  padding-left: 20px;
  color: #2f2618;
  font-size: 1.1em;
  background: #f3f3f3;
}

.even td {
  background: #fff;
}

table {
  margin-bottom: 28px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

table tbody tr:first-child td {
  background: #000000;
  color: #fff;
  font-weight: 700;
}

.gallery {
  margin: 54px 0 0 1px;
  position: relative;
  max-width: 868px;
}

.gallery .photos {
  width: 100%;
  height: auto;
}

.gallery .photos .flex-direction-nav {
  display: none;
  position: static;
  background: #fff;
  padding: 5px 0px;
  height: 26px;
  bottom: -26px;
  top: auto;
  margin-top: 0;
}

.gallery .photos .flex-direction-nav .flex-next {
  right: 10px;
  top: 3px;
}

.gallery .photos .flex-direction-nav .flex-prev {
  left: 10px;
  top: 3px;
}

.gallery ul,
.gallery ul li {
  list-style: none;
  background: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.gallery ul li {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.gallery ul li.flex-active-slide {
  opacity: 1;
  filter: alpha(opacity=100);
}

.gallery .carousel {
  background: rgba(0, 0, 0, 0.70);
  -pie-background: rgba(0, 0, 0, 0.70);
  padding: 14px 44px;
  top: -83px;
  position: relative;
  max-width: 868px;
}

.gallery .carousel ul li {
  margin-right: 18px;
}

.gallery .flex-direction-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: 5px;
  z-index: 50;
}

.gallery .flex-direction-nav li {
  opacity: 1;
}

.gallery .flex-direction-nav li a {
  display: block;
  width: 14px;
  height: 20px;
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
}

.gallery .flex-direction-nav .flex-prev {
  left: -34px;
}
.gallery .flex-direction-nav .flex-prev {
  background: url(images/sprites.png) no-repeat 0 -71px;
}

.gallery .flex-direction-nav .flex-next {
  right: 34px;
}
.gallery .flex-direction-nav .flex-next {
  background: url(images/sprites.png) no-repeat 0 0;
}

/*** MEET OUR TEAM
********************/
#meet-our-team {
  background: url(images/bg.color-bar.jpg) repeat-x bottom;
  padding: 0 0 17px 0;
}
#meet-our-team .tags {
  margin: 0 0 28px 0;
}
#meet-our-team .tags ul {
  background: #f5f5f5;
  list-style: none;
  text-align: center;
  margin: 0 0 0 0;
}
#meet-our-team .tags ul li {
  display: inline-block;
  padding: 11px 0;
  margin-left: 17px;
}
#meet-our-team .tags ul li:first-child {
  margin: 0;
}
#meet-our-team .tags ul li a {
  font-family: calibri;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
#meet-our-team .tags ul li a:hover {
  color: #76c34d;
  text-decoration: none;
}
#meet-our-team .members {
  margin: 0 0 0 0;
}
#meet-our-team .members .box {
  position: relative;
  margin-bottom: 29px;
  cursor: pointer;
}
#meet-our-team .members .box .details {
  display: none;
  background: rgba(0, 0, 0, 0.70);
  -pie-background: rgba(0, 0, 0, 0.70);
  height: 61px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: 0;
  cursor: pointer;
}
#meet-our-team .members .box .details h3 {
  font-family: calibri;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  margin: 13px 0 0 16px;
}
#meet-our-team .members .box .details p {
  font-family: calibri;
  font-size: 14px;
  font-weight: 400;
  word-spacing: -1px;
  color: #fff;
  margin: -3px 0 0 16px;
}
#meet-our-team .members-mobile .box {
  zoom: 1;
  margin-bottom: 29px;
}
#meet-our-team .members-mobile .box:after {
  content: '';
  display: block;
  clear: both;
}
#meet-our-team .members-mobile .box img {
  float: left;
  margin-right: 20px;
}
#meet-our-team .members-mobile .box h3 {
  font-family: calibri;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #007dc3;
  margin: 13px 0 0 16px;
}
#meet-our-team .members-mobile .box p {
  font-family: calibri;
  font-size: 14px;
  font-weight: 400;
  word-spacing: -1px;
  color: #666666;
  margin: -3px 0 0 16px;
}

.overlay {
	background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
	display: none;
}

.popup.span10 {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #000000;
    left: 50%;
    margin-bottom: 40px !important;
    margin-left: -487px;
    margin-right: auto !important;
    margin-top: 80px !important;
    min-height: 200px;
    position: absolute;
    top: 0;
    z-index: 9999;
	display: none; 
	font-family: calibri;
	font-size: 14px;
	line-height: 30px;
	color: #555;
}

.lte8 .popup.span10 {
	width: 960px;
}

.popup .post-title {
	font-size: 30px;
	line-height: 32px;
	margin: 20px 0 2px;
}

.popup .job-title {
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 30px;
}

.popup .close-popup {
	width: 29px;
	height: 29px;
	display: block;
	position: absolute;
	right: -14px;
	top: -14px;
	overflow: hidden;
	text-indent: -10000px;
	background: url('images/close-ico.png') no-repeat;
}

.popup .span6.content {
	float: left;
	padding-bottom: 20px;
}

.popup .span4.image {
	width: 330px;
	float: right;
	margin: 20px;
}

.popup .span4.image img {
	width: 100%;
}

@media (max-width: 980px) {
   #trusted-by ul {
      max-width:929px;
   }
}
@media (max-width: 1184px) {
	.popup.span10  {
		margin-left: -390px;
	}
	.popup .span6.content {
		width: 400px !important;
	}
	
	.popup .span4.image {
		width: 300px;
	}
}

@media (max-width: 979px) {
	.popup.span10  {
		margin-left: -300px;
	}
	.popup .span6.content {
		width: 300px !important;
	}
	
	.popup .span4.image {
		width: 240px;
	}
}

@media (max-width: 767px) {
	.popup.span10  {
		width: 500px;
		margin-left: -250px;
	}
	.popup .span6.content {
		width: 260px !important;
		margin-left: 20px;
	}
	
	.popup .span4.image {
		width: 170px;
	}
}

@media (max-width: 480px) {
	.popup.span10  {
		width: 260px;
		margin-top: 40px !important;
		margin-left: -134px;
	}
	.popup .span6.content {
		width: 222px !important;
		margin-left: 15px;
		margin-right: 15px;
		float: none;
	}
	
	.popup .span4.image {
		width: 222px !important;
		margin: 15px;
		float: none;
	}
	
	.popup .post-title {
		font-size: 18px;
		line-height: 20px;
	}
	
	.popup .job-title {
		font-size: 14px;
		line-height: 16px;
	}
}

/*** SERVICES
********************/
#services {
  background: url(images/bg.color-bar.jpg) repeat-x bottom;
  padding: 0 0 13px 0;
  margin: 37px 0 0 0;
}
#services .span12 > p {
  padding: 0;
  margin-bottom: 44px;
}
#services .box {
  margin-bottom: 46px;
}
#services .box .img-wrapper {
  float: left;
  width: 122px;
  height: 91px;
}
#services .box .text {
  float: left;
  width: 229px;
  margin-left: 19px;
}
#services .box .text h5 {
  margin-bottom: 3px;
  font-weight: bold;
}

/*** CONTACT-US
*******************/
#contact {
  background: url(images/bg.color-bar.jpg) repeat-x bottom;
  padding: 0 0 21px 0;
  margin: 31px 0 0 0;
}

#contact .content > p:first-child {
  line-height: 26px;
}
#contact form {
  margin: 34px 0 20px -1px;
}
#contact form p {
  clear: both;
  zoom: 1;
  margin-bottom: 15px;
}
#contact form p:after {
  content: '';
  display: block;
  clear: both;
}
#contact form label {
  position: relative;
  left: 4px;
  top: 4px;
  float: left;
  width: 170px;
  font-family: calibri;
  font-weight: 700;
  font-size: 14px;
  color: #555555;
}
#contact form input[type=text] {
  float: left;
  width: 388px;
  height: 14px;
  font-family: calibri;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 0 6px 10px;
  margin: 0;
}
#contact form select {
  float: left;
  width: 398px;
  height: 25px;
  padding: 0;
  margin: 0;
}
#contact form textarea {
  position: relative;
  float: left;
  width: 388px;
  height: 149px;
  font-family: calibri;
  font-weight: 400;
  font-size: 14px;
  resize: none;
  overflow-x: auto;
  padding: 5px 0 6px 10px;
  margin: 0;
}
#contact form input[type=submit] {
  float: right;
  font-weight: 400;
  margin: 1px 305px 0 0;
}

/*** BLOG
*******************/
#blog {
  background: url(images/bg.color-bar.jpg) repeat-x bottom;
  padding: 0 0 41px 0;
}
#blog .content > ul {
  list-style: none;
  margin: 0;
}
#blog .content > ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 30px 0;
  margin-bottom: 33px;
}
#blog .content > ul > li.no-margin {
  margin-bottom: 0;
}
#blog h2 {
  color: #007dc3;
}
#blog p {
  line-height: 29px;
  padding: 0 24px 0 0;
  margin: 0 0 13px 0;
}
#blog .meta {
  list-style: none;
  zoom: 1;
  clear: both;
  margin: -4px 0 14px -2px;
}
#blog .meta:after {
  content: '';
  display: block;
  clear: both;
}
#blog .meta li {
  position: relative;
  float: left;
  font-family: calibri;
  font-weight: 400;
  font-size: 12px;
  line-height: 27px;
  line-height: 16px;
  color: #999999;
  margin-right: 13px;
}
#blog .meta li:before, #blog .meta li .before {
  content: '';
  position: absolute;
  top: 2px;
  left: -7px;
  width: 2px;
  height: 12px;
  border-left: 2px solid #999999;
}
#blog .meta li:first-child:before, #blog .meta li .before {
  border: 0;
}
#blog .meta li span {
  margin-right: 3px;
}
#blog .paginate {
  margin-top: 13px;
}
#blog .paginate a {
  font-family: calibri;
  font-size: 14px;
  font-weight: 600;
  color: #007dc3;
}
#blog .paginate .older {
  float: left;
}
#blog .paginate .newer {
  float: right;
}

/*** SIDEBAR
**************/
.sidebar > ul {
  margin: 0 0 0 0;
}
.sidebar > ul > li {
  width: 270px;
  margin-bottom: 25px;
}
.sidebar ul {
  list-style: none;
}
.sidebar .widget {
  background: #f5f5f5;
}
.sidebar .widget ul {
  margin: 0 25px 0 13px;
  padding-bottom: 10px;
}
.sidebar .widget ul li {
  position: relative;
  font-family: calibri;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 23px;
  padding: 8px 0 8px 20px;
  margin-bottom: 1px;
  border-bottom: 1px solid #e4e4e4;
}
.sidebar .widget ul li:before, .sidebar .widget ul li .before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0px;
  width: 9px;
  height: 10px;
}
.sidebar .widget ul li:before, .sidebar .widget ul li .before {
  background: url(images/sprites.png) no-repeat 0 -394px;
}
.sidebar .widget ul li.current-menu-item:before, .sidebar .widget ul li.current-menu-item .before {
  background: url(images/sprites.png) no-repeat 0 -334px;
}
.sidebar .widget ul li.current-menu-item a {
  color: #76c34d;
}
.sidebar .widget ul li a {
  font-family: calibri;
  font-size: 14px;
  font-weight: 600;
  color: #007dc3;
  text-transform: uppercase;
}
.sidebar .widget ul li a:hover {
  color: #76c34d;
  text-decoration: none;
}
.sidebar .widget ul li.no-border {
  border: 0;
}
.sidebar .widget ul li > ul {
  padding: 0;
  margin: 7px 0 0 19px;
}
.sidebar .widget ul li > ul > li {
  border: 0;
  padding: 0;
  margin-bottom: 7px;
}
.sidebar .widget ul li > ul > li.no-margin {
  margin: 0;
}
.sidebar .widget ul li > ul > li:before, .sidebar .widget ul li > ul > li .before {
  top: 7px;
  left: -18px;
  width: 7px;
  height: 8px;
}
.sidebar .widget ul li > ul > li:before, .sidebar .widget ul li > ul > li .before {
  background: url(images/sprites.png) no-repeat 0 -276px;
}
.sidebar .widget ul li > ul > li a {
  font-size: 12px;
  line-height: 14px;
  color: #009ef7;
}
.sidebar .widget-title {
  background: #000000;
  font-family: calibri;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 0 18px;
}
.sidebar em {
  font-family: calibri;
  font-size: 14px;
  font-weight: 700;
  color: #555555;
  font-style: normal;
}
.sidebar .widget_request-quote {
  background: url(images/bg.request-a-quote.jpg) no-repeat;
  width: 270px;
  height: 143px;
  margin-bottom: 26px;
}
.sidebar .widget_request-quote .widget-title {
  background: none;
  margin-top: 5px;
  text-decoration: underline;
}
.sidebar .widget_request-quote ul {
  list-style: none;
  margin: 0 0 0 18px;
}
.sidebar .widget_request-quote ul li {
  background: url(images/sprites.png) no-repeat 0px -450px;
  font-family: calibri;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: 0;
  padding: 0 0 0 18px;
  margin-bottom: 3px;
}

.sidebar .widget_request-quote ul li:before {
  background: none;
}

.sidebar .widget_request-quote ul li a {
  font-family: calibri;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.sidebar .widget_request-quote ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.sidebar .widget_contact ul {
  margin: 0 25px 0 11px;
  padding-bottom: 10px;
}
.sidebar .widget_contact ul li {
  font-family: calibri;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 19px;
  padding: 10px 0 9px 4px;
  border-bottom: 1px solid #e4e4e4;
}
.sidebar .widget_contact ul li:before, .sidebar .widget_contact ul li .before {
  background: none;
}
.sidebar .widget_tag_cloud {
  padding-bottom: 10px;
}
.sidebar .widget_tag_cloud .tagcloud {
  padding: 0 12px;
}
.sidebar .widget_tag_cloud .tagcloud a {
  font-family: calibri;
  font-size: 14px !important;
  line-height: 42px;
  font-weight: 600;
  color: #007dc3;
}

/*** CROSS BROWSERS FIXES
**************************/
/* Firefox */
.firefox #trusted-by h2 {
  margin: 34px 0 -9px 32px;
  position: relative;
  top: -34px;
}

.firefox #header .main-menu .button {
  margin: 13px 0 0 22px;
}

.firefox #header .logo {
  margin-top: 26px;
}

/* IE */
.lte9 #trusted-by h2 {
  margin: 34px 0 -9px 32px;
  position: relative;
  top: -34px;
}

.lte8 #header .main-menu {
  width: 900px;
}

.lte8 #header .top-menu {
  width: 844px;
}

.lte8 #header .main-menu ul {
  margin-left: 48px;
}

.lte8 #header .main-menu .button {
  margin-top: 13px;
  margin-left: 21px;
}

.lte8 .gallery .carousel .flex-direction-nav .flex-prev {
  left: -34px;
  top: 4px;
}

.lte8 #printing .container {
  width: 1170px;
}

.lte8 #content .sidebar {
  width: 328px;
}

.lte8 #services .box {
  width: 375px;
}
.lte8 .container,
.lte8 .span12 {
  width: 1170px;
}

.lte8 #contact form input[type="submit"] {
  margin-right: 210px;
}

.lte8 .gallery .carousel .flex-direction-nav .flex-next {
  right: 34px;
  top: -11px;
}

.lte7 #header .main-menu ul li {
  float: left;
  display: inline;
}

.lte8 #printing .services .box img {
  margin-right: 14px;
}

.lte8 #capabilities .container {
  width: 1170px;
}

.lte8 #capabilities .text {
  width: 685px;
}

.lte7 .sidebar .widget.widget_request-quote ul li > .before {
  display: none;
}

.lte7 #featured-image {
  height: 348px;
}

/*.lte7 #content .sidebar {*/
  /*left: -60px;*/
/*}*/

.lte8 #blog .content,
.lte8 #contact .content {
  width: 780px;
}

.lte8 #footer .copyrights {
  width: 650px;
}

.lte8 #trusted-by ul {
  width: 872px;
}

.lte8 #trusted-by .span3 {
  width: 270px;
}

.lte8 .span3 {
  width: 270px;
}


.lte8 .span2 {
  width: 170px;
}

.lte7 #capabilities .text ul li {
  display: inline;
  float: left;
}

.lte7 .fb-like {
  display: none;
}

.lte7 #meet-our-team .tags ul li {
  display: inline;
}

.ie7 #meet-our-team .members .row {
  margin-bottom: 29px;
}

.lte8 #meet-our-team .tags {
  width: 1145px;
}

.lte8 #meet-our-team .members .box {
  width: 271px;
}

.ie7 .services .row {
  margin-bottom: 46px;
}

.ie7 table {
  float: left;
}

.lte8 #ribbon .slides {
  margin-left: 118px !important;
}

/*** MEDIA QUERIES
************************/
@media screen and (min-width: 1200px) {
  #footer .second-menu ul {
    padding-left: 16px;
  }
  #footer .third-menu ul {
    padding-left: 37px;
  }
  #footer .fourth-menu ul {
    padding-left: 26px;
  }
  #footer .fifth-menu ul {
    padding-left: 71px;
  }
}
@media only screen and (max-width: 1200px) {
  #header .main-menu {
    width: 762px;
  }

  #header .main-menu ul {
    margin: 16px 0 0 39px;
  }

  #header .main-menu ul li a {
    font-size: 14px;
  }

  #header .main-menu .button {
    font-size: 14px;
    margin: 13px 0 0 8px;
  }

  #capabilities {
    background: url(images/bg.capabilities.jpg);
    width: 100%;
    height: 331px;
    margin-bottom: 74px;
  }

  #capabilities img {
    display: block;
    float: left;
    position: relative;
    top: -19px;
    left: -10px;
    width: 40%;
  }

  #capabilities .text {
    float: left;
    width: 572px;
    margin: 9px 0 0 4px;
  }

  #capabilities .text p {
    padding: 0 15px 0 0;
  }

  #capabilities .text ul li {
    margin-left: 4px;
  }

  .plus-icon {
    font-size: 12px;
  }

  #trusted-by ul {
    float: left;
    width: 999px;
  }

  #printing .services .box img {
    float: left;
    margin-right: 12px;
  }

  #printing .services .box h5 {
    width: 450px;
    float: left;
    font-size: 16px;
  }

  #printing .services .box p {
    float: left;
    /*width: 450px;*/
    font-size: 13px;
  }

  #services .box .text {
    width: 155px;
  }
  #services .box .text h5 {
    font-size: 16px;
  }
  #services .box .text p {
    font-size: 12px;
  }

  .sidebar > ul > li,
  .sidebar .widget_request-quote {
    width: 220px;
  }

  #ribbon .slides {
    width: 1022px !important;
    height: 70px;
    text-align: center;
  }

  #ribbon .slides li {
    width: 203px !important;
  }

  .text-box {
    top: 141px;
    left: 68px;
  }

  .text-box p {
    font-size: 29px;
  }

  .our-work {
    position: absolute;
    top: 340px;
    right: 0px;
  }

  #contact form input[type="submit"] {
    margin: 6px 127px 0 0;
  }

  .sidebar .widget-title {
    font-size: 14px;
  }

  .sidebar .widget ul li a {
    font-size: 12px;
  }

  .sidebar .widget ul li > ul > li a {
    font-size: 11px;
  }

  #content .sidebar > ul > li, .sidebar .request-quote {
    width: 220px;
  }

  #content .content img {
    max-width: 50%;
  }

  #content .content .gallery img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 959px) {

  .gallery {
    margin: 54px auto;
    position: relative;
    max-width: 699px;
  }

  #header .main-menu ul li a {
    font-size: 12px;
  }

  #header .main-menu .button {
    display: none;
  }

  #printing .services .box {
    width: 600px;
  }

  #footer ul li a.button {
    font-size: 12px;
    padding: 6px 12px;
  }

  .button {
    font-size: 12px;
  }

  #footer ul li span {
    font-size: 23px;
  }

  #headline h1 {
    font-family: calibri;
    font-size: 31px;
  }

  #meet-our-team .members .box .details {
    height: 46px;
    text-align: center;
  }

  #meet-our-team .members .box .details h3 {
    font-size: 16px;
    line-height: 14px;
    margin: 8px 0 8px 0;
  }

  #meet-our-team .members .box .details p {
    font-size: 12px;
    line-height: 7px;
    margin: 0;
  }

  #services .box {
    width: 480px;
    float: none;
    z-index: 1;
    clear: both;
    margin: 0 auto 46px auto;
  }
  #services .box:after {
    content: '';
    display: block;
    clear: both;
  }
  #services .box .text {
    width: 240px;
  }

  #ribbon .slides li {
    width: 107px !important;
  }
  #ribbon .slides li a {
    font-size: 13px;
  }

  #services,
  #meet-our-team,
  #contact,
  #content {
    padding-left: 15px;
    padding-right: 15px;
  }

  #contact form label {
    width: 150px;
  }

  #contact form input[type="text"] {
    width: 367px;
  }

  #contact form select {
    float: left;
    width: 377px;
  }

  #contact form textarea {
    width: 367px;
  }

  #contact form input[type="submit"] {
    margin: 6px 41px 0 0;
  }

  .button {
    font-size: 14px;
    padding: 6px 12px;
  }

  #content .content {
    width: 100%;
  }

  #content .sidebar {
    top: 0px;
    width: 100%;
    margin: 15px 0 0 0;
  }

  #content .sidebar > ul {
    width: 290px;
    margin: 0 auto;
  }

  #content .sidebar > ul > li {
    display: none;
  }

  #content .sidebar > ul > li.widget_nav_menu {
    position: relative;
    display: block;
    width: 290px;
  }

  #content .sidebar > ul > li.widget_nav_menu ul {
    display: none;
  }

  .sidebar .widget-title {
    position: relative;
  }

  .sidebar .widget-title:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 13px;
    background: url('images/sprites.png') no-repeat 0 -142px;
    width: 9px;
    height: 8px;
  }

  #footer ul li #___plusone_0 {
    position: relative;
    top: 3px;
    margin: 0px 0 14px 1px !important;
  }

  .text-box p {
    font-size: 26px;
    line-height: 40px;
  }

  .text-box .button {
    top: 0px;
  }
}
@media screen and (max-width: 767px) {

  #blog .meta li:before {

    top: 2px;
  }
  .gallery .photos .flex-direction-nav {
    position: relative;
    display: block;
    background: none;
    padding: 5px 0px;
    height: 26px;
    bottom: 36px;
  }

  .gallery .flex-direction-nav li {
    background: rgba(0, 0, 0, 0.70);
    width: 42px;
    height: 36px;
  }

  .gallery .flex-direction-nav li:first-child {
    position: absolute;
    bottom: 0px;
    left: 0px;
  }


  .gallery .flex-direction-nav li:first-child + li {
    position: absolute;
    bottom: 0px;
    right: 0px;
  }

  .gallery .photos .flex-direction-nav .flex-next {
    right: 10px;
    top: 26px;
  }

  .gallery .photos .flex-direction-nav .flex-prev {
    left: 10px;
    top: 26px;
  }

  #footer .container .row {
    text-align: center;
  }

  #footer .container .row > .div {
    display: inline-block;
  }

  #footer .copyrights {
    top: 0;
    margin: 10px 0 15px 0;
  }

  #printing .services .box {
    width: auto;
  }

  #header {
    height: 58px;
  }

  #header .logo {
    float: left;
    width: 146px;
    margin-top: 16px;
    margin-left: 15px;
  }

  #header .top-menu {
    position: relative;
    float: right;
    width: 200px;
  }
  #header .top-menu .menu-mobile {
    position: absolute;
    top: 24px;
    right: 2px;
    font-size: 16px;
    padding: 5px 28px 5px 10px !important;
    margin: 4px 12px 0 0;
  }
  #header .top-menu .menu-mobile:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    background: url('images/sprites.png') no-repeat 0 -142px;
    width: 9px;
    height: 8px;
  }

  #header .top-menu ul {
    display: none;
    position: absolute;
    bottom: -158px;
    left: -129px;
    width: 290px;
    list-style: none;
    z-index: 9999;
  }
  #header .top-menu ul li {
    background: #63AA3D;
    float: left;
    width: 135px;
    height: 25px;
    text-align: center;
    border: 2px solid #468822;
    padding: 6px 0 0 6px;
  }
  #header .top-menu ul li a {
    font-family: calibri;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
  }

  #header .top-menu p {
    display: block;
    font-size: 11px;
    margin: -4px 15px 0 0;
  }

  .buttons-mobile {
    background: url(images/bg.buttons-mobile.jpg) repeat-x;
    width: 100%;
    height: 67px;
    text-align: center;
    margin-top: 10px;
  }
  .buttons-mobile .button {
    margin-top: 18px;
    margin-left: 2px;
    margin-right: 5px;
  }

  .button {
    font-size: 14px;
    padding: 6px 12px;
  }

  body {
    padding: 0;
  }

  #printing {
    padding: 31px 20px 40px 20px;
  }

  #contact form label {
    width: 131px;
    font-size: 12px;
  }

  #contact form input[type="text"] {
    width: 367px;
    font-size: 12px;
  }

  #contact form select {
    width: 377px;
    font-size: 12px;
  }

  #contact form textarea {
    width: 367px;
    font-size: 12px;
  }

  #contact form input[type="submit"] {
    margin: 6px 60px 0 0;
  }

  #content .content {
    width: auto;
  }

  td {
    line-height: 26px;
    font-size: 0.9em;
  }

  #footer ul li a.button {
    margin-left: 0;
    margin-right: 0;
  }

  #footer .fb-like {
    margin-left: 37px;
  }
}
@media only screen and (max-width: 479px) {
  #page {
    min-width: 293px;
  }

  #header .top-menu {
    float: right;
    width: 142px;
  }

  td {
    line-height: 26px;
    font-size: 0.8em;
  }

  #services .box .text {
    width: 150px;
    margin: 0 0 0 17px;
  }

}
@media only screen and (max-width: 480px) {
  #headline {
    background: url(images/bg.headline-mobile.jpg) repeat-x;
    width: 100%;
    height: 44px;
    margin: 0 0 10px 0;
  }
  #headline h1 {
    font-size: 18px !important;
    margin: 4px 15px;
  }

  #blog {
    padding-left: 15px;
    padding-right: 15px;
  }

  #header .top-menu ul {
    left: -128px;
  }

  #contact form input[type="text"] {
    width: 299px;
  }

  #contact form select {
    width: 309px;
  }

  #contact form textarea {
    width: 299px;
  }

  #contact form input[type="submit"] {
    margin: 6px 7px 0 0;
  }
}
@media only screen and (width: 800px) {
  #ribbon .slides {
    margin: 0 0 0 22px;
  }
}
@media only screen and (max-width: 320px) {
  #header .top-menu ul {
    left: -187px;
  }

  #contact form label {
    width: 128px;
  }

  #contact form input[type="text"] {
    width: 147px;
  }

  #contact form select {
    width: 157px;
  }

  #contact form textarea {
    width: 147px;
  }

  #contact form input[type="submit"] {
    margin: 6px 2px 0 0;
  }
}

.text-right { 
    margin-top:-150px;
}

.text-right p { 
font-family: calibri;
font-size: 38px;
font-weight: 400;
line-height: 44px;
color: #fff;
word-spacing: -1px;
} 