@charset "utf-8";
/* TOC 
 * NORMALIZE
 * FONT FACE (IF USED)
 * HELPERS
 * FONT FACE
 * HTML
 * GENERAL
 * BODY
 * HEADER
 * NAVIGATION
 * BANNER / SLIDER
 * SERVICES
 * LOGO PAGE
 * GRAPHIC DESIGN
 * SPOTLIGHT PAGE
 * ABOUT PAGE
 * SERVICES PAGE
 * CONTACT PAGE
 * FOOTER
 * FORMS
 * MEDIA QUERIES
 * PLUGINS
 * MEDIA QUERIES
 * PRINT STYLES
---------------------------------------------------------------------------*/

/* NORMALIZE 
---------------------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}
body {
	margin: 0;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	outline: 0;
}
h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}
h3 {
	font-size: 1.17em;
	margin: 1em 0;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}
h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}
h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background: #ff0;
	color: #000;
}
p,
pre {
	margin: 1em 0;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before,
q:after {
	content: '';
	content: none;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl,
menu,
ol,
ul {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
menu,
ol,
ul {
	padding: 0 0 0 40px;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,
input {
	line-height: normal;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* HELPERS
--------------------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
header:after,
header:before,
.wrapper:before,
.wrapper:after,
.form-row:before,
.form-row:after,
.image-list li:before,
.image-list li:after {
	content: " ";
	display: table;
}
.clearfix:after,
.wrapper:after,
.form-row:after,
.image-list li:after,
header:after {
	clear: both;
}
.clearfix,
.wrapper,
.form-row,
.image-list li,
header {
	*zoom: 1;
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
nav ul, 
nav ol {
	margin: 0;
	padding: 0;
}
audio,
canvas,
img,
video {
	vertical-align: middle;
}
label {
	cursor: pointer;
}
textarea {
	resize: vertical;
}
.align-right {
	text-align:right;
}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
/* HTML
--------------------------------------------------------------------------*/
html {
	line-height:1;
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* FONT FACE
--------------------------------------------------------------------------*/
@font-face {
  font-family: 'RalewayRegular';
  src: url('webfonts/raleway-regular.eot');
  src: url('webfonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
       url('webfonts/raleway-regular.woff2') format('woff2'),
       url('webfonts/raleway-regular.woff') format('woff'),
       url('webfonts/raleway-regular.ttf') format('truetype'),
       url('webfonts/raleway-regular.svg#RalewayRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewayMedium';
  src: url('webfonts/raleway-medium.eot');
  src: url('webfonts/raleway-medium.eot?#iefix') format('embedded-opentype'),
       url('webfonts/raleway-medium.woff2') format('woff2'),
       url('webfonts/raleway-medium.woff') format('woff'),
       url('webfonts/raleway-medium.ttf') format('truetype'),
       url('webfonts/raleway-medium.svg#RalewayMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewayLight';
  src: url('webfonts/raleway-light.eot');
  src: url('webfonts/raleway-light.eot?#iefix') format('embedded-opentype'),
       url('webfonts/raleway-light.woff2') format('woff2'),
       url('webfonts/raleway-light.woff') format('woff'),
       url('webfonts/raleway-light.ttf') format('truetype'),
       url('webfonts/raleway-light.svg#RalewayLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewayExtraLight';
  src: url('webfonts/raleway-extralight.eot');
  src: url('webfonts/raleway-extralight.eot?#iefix') format('embedded-opentype'),
       url('webfonts/raleway-extralight.woff2') format('woff2'),
       url('webfonts/raleway-extralight.woff') format('woff'),
       url('webfonts/raleway-extralight.ttf') format('truetype'),
       url('webfonts/raleway-extralight.svg#RalewayExtraLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewaySemiBold';
  src: url('webfonts/raleway-semibold.eot');
  src: url('webfonts/raleway-semibold.eot?#iefix') format('embedded-opentype'),
       url('webfonts/raleway-semibold.woff2') format('woff2'),
       url('webfonts/raleway-semibold.woff') format('woff'),
       url('webfonts/raleway-semibold.ttf') format('truetype'),
       url('webfonts/raleway-semibold.svg#RalewaySemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewayBold';
  src: url('webfonts/raleway-bold.eot');
  src: url('webfonts/raleway-bold.eot?#iefix') format('embedded-opentype'),
       url('webfonts/raleway-bold.woff2') format('woff2'),
       url('webfonts/raleway-bold.woff') format('woff'),
       url('webfonts/raleway-bold.ttf') format('truetype'),
       url('webfonts/raleway-bold.svg#ralewaybold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('webfonts/open-sans-regular.eot');
    src: url('webfonts/open-sans-regular.eot?#iefix') format('embedded-opentype'),
         url('webfonts/open-sans-regular.woff') format('woff'),
         url('webfonts/open-sans-regular.ttf') format('truetype'),
         url('webfonts/open-sans-regular.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('webfonts/open-sans-light.eot');
    src: url('webfonts/open-sans-light.eot?#iefix') format('embedded-opentype'),
         url('webfonts/open-sans-light.woff') format('woff'),
         url('webfonts/open-sans-light.ttf') format('truetype'),
         url('webfonts/open-sans-light.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'OpenSansItalic';
  src: url('webfonts/opensans-italic.eot');
  src: url('opensans-italic.eot?#iefix') format('embedded-opentype'),
       url('opensans-italic.woff2') format('woff2'),
       url('opensans-italic.woff') format('woff'),
       url('opensans-italic.ttf') format('truetype'),
       url('opensans-italic.svg#OpenSansItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'openSansBold';
  src: url('webfonts/opensans-bold.eot');
  src: url('webfonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
       url('webfonts/opensans-bold.woff2') format('woff2'),
       url('webfonts/opensans-bold.woff') format('woff'),
       url('webfonts/opensans-bold.ttf') format('truetype'),
       url('webfonts/opensans-bold.svg#openSansBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* GENERAL
--------------------------------------------------------------------------*/
em {
  font-family: 'OpenSansItalic';
}
strong {
 font-family: 'openSansBold';
}
a {
  color: #eb1924;
}
.scroll-top {
  color: #808080;
  font-size: 14px;
  font-family: 'OpenSansRegular';
  text-decoration: none;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.scroll-top i,
.scroll-top span {
  float: left;
  display: block;
}
.scroll-top span {
  margin-top: 15px;
  margin-right: 10px;
}
.scroll-top i {
  width: 42px;
  height: 42px;
  background: url('images/sprite.png') no-repeat -172px 0;
}
.brand-bg-color {
  background-color: #f11014;
  color: #fff;
}
.brand-color {
  color: #f11014;
}
.v-align{
  display:table;
  width:100%;
  height:100%;
}
.v-align > span,
.v-align > div{
  display:table-cell;
  vertical-align:middle;
}
.v-align.bottom > span,
.v-align > div{
  vertical-align:bottom;
}
.go-to-top {
  display: block;
  height: 66px;
  width: 66px;
  position: absolute;
  bottom: 0;
  right: -89px;
}
.go-to-top:focus {
  outline: 0;
}
.dark-grey-bg {
  background-color: #1a1a1a;
  color: #fff
}
/* BODY
--------------------------------------------------------------------------*/
body {
  font-size: 16px;
  font-family: 'RalewayRegular';
}
.wrapper {
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.more-btn {
  color: #fff;
  margin: 3px 0;
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #5b5b5b;
  text-decoration: none;
  font-family: 'RalewaySemiBold';
}
/* HEADER
--------------------------------------------------------------------------*/
header {
  padding: 50px 50px 40px 100px;
}
.logo {
  width: 311px;
  margin-left: 12px;
  margin-bottom: 18px;
}
.logo a,
.logo img {
  width: 100%;
  display: block;
}
/* NAVIGATION
--------------------------------------------------------------------------*/
nav .menu {
  display: none;
}
nav li a {
  color: #000;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 19px 12px 14px;
}

/* BANNER / SLIDER
--------------------------------------------------------------------------*/
.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider .wrapper {
  left: 100px;
  opacity: 0;
}
.slider ul{
  margin: 0;
  padding: 0;
}
.slider li {
  padding: 0 0 92px 0;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  box-sizing: border-box;
}
.slider li h1,
.slider li p{
  padding: 0 15%;
}
.slider h1 strong {
  font-weight: normal;
  font-family: 'RalewayBold';
}
.slider li h1 {
  line-height: 1.35;
  font-family: 'RalewayRegular';
}
.slider .down-arrow {
  height: 22px;
  display: block;
  margin-bottom: 20px;
  text-indent: -99999px;
  background: transparent url('images/down-arrow.png') no-repeat center center;
}
.slider .scroll-button {
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  margin-left: -127px;
  line-height: 68px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  text-transform:uppercase;
}
.slider .scroll-button:focus {
  outline: none;
}
.slider .scroll-button span {
  display:block;
  padding: 0 15px;
}
.banner {
  color: #fff;
  width: 100%;
  text-align: center;
  min-height: 185px;
  padding-top: 65px;
  padding-bottom: 52px;
  margin-bottom: 25px;
  background: url('images/banner-bg.jpg') repeat;
}
.baner-logo {
  max-width: 932px;
  margin: 0 auto 48px;
}
.baner-logo img {
  width: 100%;
  display: block;
}
.banner h1 {
  color: #e7232c;
  margin-top: 0;
  font-size: 38px;
  letter-spacing: -0.8px;
  margin-bottom: 30px;
  font-weight: normal;
  font-family: 'RalewaySemiBold';
}
.banner hr {
  width: 155px;
  height: 3px;
  border: 0 none;
  margin: 30px auto 20px;
  background-color: #ed1c24;
}
.banner p {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.1px;
}
.banner p span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}
.banner h2 {
  margin: 0;
  color: #353535;
  font-size: 60px;
  letter-spacing: -5px;
  font-family: "Arial Black", sans-serif;
}

/* SERVICES
--------------------------------------------------------------------------*/
.services {
  margin: 0;
  padding: 0;
  font-size: 21px;
}
.services a{
  text-decoration: none;
}
.services > li {
  list-style: none;
  padding: 60px 0 60px 5%;
  float: left;
  margin-right: 7px;
  margin-top: 7px;
  width: 32.5%;
  background-color: #ececec;
  box-sizing: border-box;
}
.services >li.our-clients {
  padding-left: 0;
}
.services >li.our-clients .bx-wrapper{
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
}
.services > li:nth-child(3n){
  margin-right: 0;
}
.services > li.dark-grey-bg {
  background-color: #1a1a1a;
  color: #fff
}
.services h2 {
  color: #f11014;
  margin-bottom: 28px;
  font-size: 36px;
  font-family: 'RalewayRegular';
}
.services h2:hover a{
  color: #000;
}
.services h3 {
  text-align: center;
  font-size: 32px;
  color: #919094;
}
.services .dark-grey-bg h2:hover a{
  color: #fff;
}
.services li ul {
  padding-left: 4px;
  margin-bottom: 0;
}
.services li li{
  position: relative;
  line-height: 40px;
  list-style: none;
  padding-left: 17px;
  background: url('images/service-dark-bullet.png') no-repeat 0 16px;
}
.services li.dark-grey-bg li{
  background: url('images/service-light-bullet.png') no-repeat 0 16px;
}
.services .our-clients ul {
  margin: 0;
  text-align: center;
}
.services > li.our-clients {
  text-align: center;
}
.services > li.our-clients li {
  padding: 0;
  background: none;
}
.services > li.our-clients img {
  padding-left:5px;
  padding-right:5px;
  box-sizing: border-box;
  display: inline-block;

}

/* HOME PORTFOLIO SECTION
------------------------------------------------------------------------*/
.portfolio-list {
  margin: 0;
  padding: 0;
}
.portfolio-list li{
  list-style: none;
  float: left;
  margin-right: 7px;
  margin-top: 7px;
}
.portfolio-list li a {
  display: block;
  color: #fff;
}
.portfolio-list li:nth-child(2n) {
  margin-right: 0;
}
.portfolio-list li.half{
  width: 32.6%;
}
.portfolio-list li.full{
  width: 65.5%;
}
.portfolio-list img{
  width: 100%;
}
.portfolio-list.full li {
  width: 32.5%;
}
.portfolio-list.full li:nth-child(2n) {
  margin-right: 7px;
}
.portfolio-list.full li:nth-child(3n) {
  margin-right: 0;
}

/* LIST HOVER
--------------------------------------------------------------------------*/
.list-hover li{
  position: relative;
}
.list-hover li .list-content {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  font-size: 16px;
  opacity: 0;
  color: #fff;
  background-color: rgba(34,34,34,0.9);
  transition: all .45s ease;
}
.list-hover li .list-content a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 10px 0 30px;
  color: #fff;
  box-sizing: border-box;
}
.list-hover li:hover .list-content {
  opacity: 1;
}
.list-hover li .list-content h3{
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'RalewayBold';
  margin-top: 0;
  margin-bottom: 10px;
  color: #bbb;
}
.list-hover li .list-content a {
  text-decoration: none;
}
.list-hover li .list-content p{
  line-height: 1.5;
  margin-top: 0;
  font-size: 22px;
  color: #fff;
}

/* CAPABILITIES LIST
--------------------------------------------------------------------------*/
.capabilities-list {
  margin: 7px 0 0 0;
  padding: 0;
}
.capabilities-list li{
  list-style: none;
  float: left;
  min-height: 300px;
  width: 32.5%;
  margin-right: 7px;
  text-align: center;
  background-color: #1a1a1a;
}
.capabilities-list li a{
  text-decoration: none;
}
.capabilities-list li:nth-child(3n){
  margin-right: 0;
}
.capabilities-list li img {
  width: 100%;
}
.capabilities-list li {
  font-size: 36px;
  color: #f11013;
}
.capabilities-list li a:hover{
  color: #fff;
}
/* DIVIDER BLOCK
--------------------------------------------------------------------------*/
.divider-block {
  margin-top: 7px;
  height: 495px;
  text-align: center;
  font-size: 36px;
  color: #b0b0b0;
  box-sizing: border-box;
}

/* HEADING WITH BORDER
--------------------------------------------------------------------------*/
.heading {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 53px;
  letter-spacing: 11px;
  font-family: 'RalewaySemibold';
  text-align: center;
  color: #0a0a0a;
  text-transform: uppercase;
}
.heading span.border {
  width: 117px;
  height: 3px;
  display: block;
  margin: 33px auto 0;
  background-color: #000;
}
.dark-grey-bg .heading {
  color: #fff;
  margin-bottom: 50px;
}
.dark-grey-bg .heading span.border {
  background-color: #fff;
}

/* section
--------------------------------------------------------------------------*/
.section {
  padding: 90px 0 60px 0;
}
.section.center-list {
  padding: 38px 0;
}
.section p{
  font-size: 20px;
  font-family: 'RalewayRegular';
  line-height: 1.8;
  color: #1f1f2b;
}

/* IMAGE BOX LIST
--------------------------------------------------------------------------*/
.image-box-list {
  padding: 0 10%;
}
.image-box-list li{
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 20px;
  box-sizing: border-box;
}
.image-box-list li img{
  width: 100%;
}
.custom-typeface .image-box-list li{
  padding: 10px;
}

/* CENTER PARAGRAPH
--------------------------------------------------------------------------*/
.center-paragraph {
  padding: 0 20%;
}

/* CENTER LIST
--------------------------------------------------------------------------*/
.center-list ul{
  margin: 0 auto;
  padding: 0;
  width: 80%;
  max-width: 554px;
  font-size: 21px;
  line-height: 1.8;
}
  
/* LIST
--------------------------------------------------------------------------*/
.list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list li {
	width: 99%;
	color: #797979;
	font-size: 16px;
	padding-top: 0;
	margin-bottom: 12px;
	padding-left: 12px;
	background: url("images/bullet.png") no-repeat 0 3px;
}
/* LOGO PAGE
--------------------------------------------------------------------------*/
.tagline {
  margin-bottom: 4%;
  background-color: #201e1f;
}
.tagline p {
  color: #fff;
  font-size: 20px;
}
.tagline h1 {
  color: #fff;
  font-size: 20px;
}
.logos {
  padding: 0;
  margin: 0;
  list-style: none;
}
.logos li {
  width: 18.5%;
  margin: 0 1% 18px 0;
  display: inline-block;
}
.logos li img {
  width: 100%;
  display: block;
}
/* GRAPHIC DESIGN
--------------------------------------------------------------------------*/
.graphic-design {
  margin: 0;
  padding: 0;
  list-style: none;
}
.graphic-design li {
  width: 23%;
  margin: 0 1% 31px 0;
  display: inline-block;
  vertical-align: top;
}
.graphic-design li .thumbnail {
	position: relative;
}
.graphic-design li img {
	width: 100%;
}
.graphic-design .service-type {
 padding-top: 11px;
 margin-bottom: 9px;
 background: url('images/li-botder-bg.jpg') repeat-x 0 0;
}
.graphic-design .caption {
  width: 100%;
  height: 100%;
  padding-top: 15%;
  text-align: center;
  display: none;
  background: url('images/caption-bg.png') repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
	box-sizing: border-box;
}
.graphic-design .title {
  width: 100%;
  color: #fff;
  padding: 22px 0;
  font-size: 12px;
  margin-bottom: 10%;
  background-color: #858585;
}
.graphic-design .title p {
  margin: 0;
}
.graphic-design .title span {
  color: #000;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.graphic-design .view {
  color: #fff;
  padding: 13px 12px;
  text-align: center;
  font-size:14px;
  font-family: 'RalewaySemiBold';
  text-decoration: none;
  display: inline-block;
  background-color: #000;
}
/* SPOTLIGHT PAGE
--------------------------------------------------------------------------*/
.spotlight-page {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid #f2f2f2;
}
.return {
 text-align: center;
}
.return a { 
  color: #cdcdcd;
  font-size: 10px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'OpenSansRegular';
}
.return a span { 
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto 10px;
  background: url('images/sprite.png') no-repeat -133px 0; 
}
.spotlight-page h1 {
  color: #000;
  font-size: 55px;
  text-align: center;
  font-weight: normal;
  font-family: 'RalewayExtraLight';
}
.spotlight-page h1 span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  font-family: 'RalewayBold';
}
.portfolio {
  width: 750px;
  margin: 0 auto 20%;
}
.image-list {
  width: 100%;
  margin: 0 0 30px;
  padding: 4% 0 1%;
}
.image-list li {
  width: 100%;
  margin: 0 0 2%;
  list-style: none;
}
.image-list li div {
  padding: 4%;
  background-color: #f5f5f5;
}
.image-list .col {
  float: left;
  width: 41%;
}
.image-list .col.one {
  margin-right: 2%;
}
.image-list li img {
  width: 100%;
  display: block;
}
.image-list .desc {
  width: 540px;
  margin: 0 auto;
}
.portfolio h2 {
  color: #595959;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: 'RalewayMedium';
  font-weight: normal;
}
.portfolio p {
  color: #595959;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 20px;
}
.portfolio .list {
  background: none;
}
.portfolio .list li {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}
/* ABOUT PAGE
--------------------------------------------------------------------------*/
.wrapper.inner-page {
  width: 55%;
  padding: 0 4% 100px;
  max-width: 960px;
}
.sub-heading {
	margin-top: 2%;
	margin-bottom: 3%;
	background-color: #ed1b24;
	padding-top: 3%;
	padding-right: 0;
	padding-bottom: 3%;
	padding-left: 0;
}
.sub-heading .wrapper.inner-page {
  padding-bottom: 0;
}
.sub-heading .about {
  width: 550px;
}
.sub-heading h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 48px;
  font-family: 'RalewayBold';ralewaylight
}
.sub-heading p {
  margin: 0;
  color: #1f1f1f;
  font-size: 48px;
  font-family: 'RalewayLight';
}
.navigation {
  width: 290px;
  margin-top: 0;
  margin-bottom: 2%;
  padding: 6px;
  border-top: 1px dotted #666666;
  border-bottom: 1px dotted #666666;
}
.navigation li {
  margin-right: 32px;
  display: inline-block;
}
.navigation li.last {
  margin-right: 0;
}
.navigation li a {
  color: #000;
  display: block;
  font-size: 12px;
  padding: 8px 0;
  text-decoration: none;
  border-bottom: 6px solid transparent;
}
.navigation li a.active,
.navigation li a:hover {
  border-bottom: 6px solid #ed1b24;
}
.about-momentum {
  width: 80%;
}
.about-momentum h3 {
  font-size: 14px;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: 'OpenSansRegular';
}
.about-momentum p {
  color: #1f1e1f;
  font-size: 20px;
  line-height: 1.3;
}
.about-momentum p.example {
 font-size: 14px;
 font-family: 'openSansRegular';
}

.about-momentum p span {
  font-family: 'RalewayMedium';
}
.about-momentum .list {
  width: 87%;
}
.about-momentum .list li {
  line-height: 1.5;
  margin-bottom: 15px;
  font-family: 'OpenSansRegular';
  background-position: 0 5px;
}
/* SERVICES PAGE
--------------------------------------------------------------------------*/
.capabilities {
  width: 320px;
}
.left-side {
  float: left;
  width: 62%;
}
aside {
  float: right;
  width: 31%;
}
aside h2,
aside h3,
.left-side h2 {
  color: #1f1e1f;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: 'RalewayBold';
  font-weight: normal;
}
.left-side  p {
  margin: 0 0 30px;
  color: #1f1e1f;
  font-size: 20px;
  font-family: 'RalewayLight';
}
aside h2 {
  margin-bottom: 20px;
}
aside h3 {
  font-size: 16px;
  padding-left: 5px;
  margin-bottom: 10px;
}
aside .list {
  margin-bottom: 30px;
}
aside .list li {
  color: #211e1f;
  margin-bottom: 5px;
  font-family: 'OpenSansRegular';
}
/* CONTACT PAGE
--------------------------------------------------------------------------*/
.sub-heading .contact {
  width: 420px;
}
.contact-form .left-side {
  width: 45%;
}
.contact-form h1 {
  font-size: 20px;
  margin-bottom: 25px;
  font-family: 'RalewayMedium';
  font-weight: normal;
}
.contact-form h2 {
  font-size: 18px;
  margin-bottom: 15px;
  font-family: 'RalewaySemiBold';
  font-weight: normal;
}
.contact-form p {
  color: #000;
  font-size: 16px;
  line-height: 1.4;
}
p.contact-info {
  font-family: 'RalewayMedium';
}
p.contact-info span {
  display: block;
}
p.contact-info a {
  color: #000;
  display: inline-block;
  text-decoration: none;
}
.contact-form .form-wrapper {
  float: right;
  width: 45%;
}
address {
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
}
/* FOOTER
--------------------------------------------------------------------------*/
footer {
  margin-top: 20px;
  background-color: #000000;
}
footer .wrapper {
  padding: 5% 0;
}
footer .footer-logo {
  width: 44px;
  float: left;
  margin-top: 130px;
  margin-right: 48px;
}
footer ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer li a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 8px 0;
  margin-bottom: 5px;
  font-family: 'RalewayBold';
  text-decoration: none;
  text-transform: uppercase;
}
footer li:hover a {
  color: #999999;
}
.share {
  color: #fff;
  width: 268px;
  float: right;
  margin-top: 100px;
  font-size: 12px;
  line-height: 1.3;
  text-align: right;
}
.social-icons {
  margin-bottom: 15px;
}
.social-icons a {
  float: right;
  width:40px;
  height: 40px;
  display: block;
  text-decoration: none;
  text-indent: -99999px;
  background: url('images/sprite.png') no-repeat 0 0;
}
.social-icons a.facebook {
  background-position: -45px 0;
}
.social-icons a.google-plus {
  background-position: -88px 0;
}
/* FORMS
--------------------------------------------------------------------------*/
label {
  color: #737373;
  font-size: 12px;
  font-family: 'RalewayBold';
}
label.infield {
  position: absolute;
  top:12px; 
	left:8px;
	z-index: 100;
}
.form-row {
  margin-bottom: 20px;
  position: relative;
}
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"] {
  width: 94%;
  padding-left: 8px;
  padding-right: 8px;
  min-height: 32px;
  color: #737373;
  font-size: 12px;
  line-height: 32px;
  border: 1px solid #a9aebe;
  font-family: 'RalewayBold';
}
textarea {
  min-height: 175px;
  padding-bottom: 12px;
}
.captcha-field p,
.captcha-field .captcha,
.captcha-field #captcha-total {
  float: left;
}
.captcha-field p {
  margin-top: 10px;
  margin-bottom: 0;
}
.captcha-field .captcha {
  margin: 5px 8px 10px;
}
.captcha-field #captcha-total {
  width: 34.5%;
}
.submit {
  color: #fff;
  float: right;
  width: 90px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  border: 0 none;
  text-transform: uppercase;
  font-family: 'RalewayBold';
  background-color: #ed1b24;
}

/* PLUGINS
--------------------------------------------------------------------------*/
/* BxSlider v4.1.2 Responsive Content Slider*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {
	left: 0;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('images/bx_loader.gif') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url('images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url('images/controls.png') no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('images/controls.png') -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('images/controls.png') -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* MEDIA QUERIES
--------------------------------------------------------------------------*/
@media only screen and (max-width: 1441px) {
  .slider .scroll-button {
    font-size: 20px;
    margin-left: -125px;
    line-height: 50px;
  }
  .center-paragraph {
    padding: 0 10%;
  }
  .capabilities-list li{
    width: 32.5%;
 }
}
@media only screen and (max-width: 1024px) {
  main .wrapper {
    width: 90%;
  }
  .go-to-top {
    position: static;
    margin: 20px auto 0;
  }
  .list-hover li .list-content {
    font-size: 16px;
  }
  .list-hover li .list-content h3 {
    font-size: 20px;
  }
  .capabilities-list li {
    font-size: 32px;
  }
  .heading {
    font-size: 40px;
  }
  .center-paragraph {
    padding: 0 5%;
  }
  .center-paragraph p {
    font-size: 18px;
  }
  .services h2 {
    font-size: 30px;
  }
  .services {
    font-size: 18px;
  }
  .heading {
    font-size: 32px;
  }
  .section p {
    font-size: 18px;
  }
  .center-list ul {
    font-size: 18px;
  }
}
@media only screen and (max-width: 960px) {
  .slider li h1,
  .slider li p {
    /*padding-left: 0;
    padding-right: 0;*/
  }
  .banner {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .banner h1 {
     font-size: 28px;
   }
  .logos li {
    width: 31.7%;
  }
  .graphic-design li {
    width: 31.2%;
  }
  .portfolio {
    width: 100%;
  }
  .wrapper.inner-page {
    width: 80%;
    padding: 0 0 50px;
  }
  .about-momentum .list {
      width: 79%;
  }
  .services > li {
    width: 49.33333%;
  }
  .services > li:nth-child(3n) {
    margin-right: 7px;
  }
  .services > li:nth-child(2n) {
    margin-right: 0;
  }
  .divider-block {
    height: 395px;
    font-size: 28px;
    line-height: 1.65;
    padding-left: 80px;
    padding-right: 80px;
  }
  .portfolio-list li.half{
    width: 32.6%;
  }
  .portfolio-list li.full{
    width: 66%;
  }
  .slider li h1 {
    font-size: 150%;
  }
  .slider li p {
    font-size: 85%;
  }  
}
@media only screen and (min-width: 641px) {
 /* NAVIGATION
--------------------------------------------------------------------------*/
  nav > ul {
    z-index:500;
    display: block !important;
  }
  nav li {
  float: left;
  position: relative;
  margin-left: 15px;
  }
  nav li:first-child {
    margin-left: 0;
  }
  nav li a .arrow-down {
	width: 0; 
	height: 0; 
  display: inline-block;
	border-left: 6px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #666666;
  }
  nav li:hover > a {
   color: #fff;
   font-family: 'RalewaySemiBold';
   background-color: #ed1b23;
  }
  nav li.active > a {
   font-family: 'RalewaySemiBold';
  }
  nav li:hover > a .arrow-down,
  nav li.active > a .arrow-down {
    width: 0; 
    height: 0; 
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
  }
  nav li ul {
    width: 171px;
    display: none;
    background-color: #ed1b23;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 100;
  }
  nav li:hover ul {
    display: block !important;
  }
  nav li li {
    float: none;
    margin-left: 0;
  }
  nav li li a {
    color: #fff;
    font-family: 'RalewaySemiBold';
  }
  nav li li:hover a {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 640px) {
  header {
    padding: 25px 15px;
  }
 .wrapper,
 .wrapper.inner-page {
   width: 90%;
 }
  .slider li h1,
  .slider li p {
    padding-left: 5%;
    padding-right: 5%;
  }
 .logo {
   float: left;
   width: 150px;
   margin-bottom:0;
 }
 /* NAVIGATION
--------------------------------------------------------------------------*/
 header nav a {
  width: 94%;
  color: #fff;
  display: block;
  font-size: 12px;
  font-family: 'RalewayBold';
  padding-left: 6px;
  padding-right: 0;
  text-transform:none;
  text-align: left;
 }
 header nav {
  float: right;
  width: 114px;
  position: relative;
 }
 nav .menu {
  color: #fff;
  height: 28px;
  width: 101px;
  display: block;
  line-height: 28px;
  text-decoration: none;
  background-color: #000;
  padding-left: 13px;
 }
 .slider li h1 {
  font-size: 26px;
}
.slider li p {
  font-size: 20px;
}  
.menu i {
   width: 14px;
   height: 12px;
   margin-right: 18px;
   display: inline-block;
 }
 .menu .icon-menu {
   background: url('images/sprite.png') no-repeat 0 -50px;
 }
 .menu .icon-close {
   background: url('images/sprite.png') no-repeat -18px -50px;
 }
 header nav > ul {
  width: 100%;
  display: none;
  padding: 8px 0;
  background-color: #ed1b23;
  z-index: 500;
  position: absolute;
  top: 28px;
  left: 0;
 }
 nav li {
  float: none;
  margin-left: 0;
 }
 nav li a {
  padding-top: 10px;
  padding-bottom: 10px;    
 }
 nav ul>li:first-child a {
  display: none;
 }
 nav ul>li:first-child li a {
  display: block;
 }
 nav li ul {
  width: 100%;
  display: block;
  position: static;
 }
 .banner p {
   line-height: 1.2;
 }
 .banner h2 {
   font-size: 35px;
   letter-spacing: -1px;
 }
 .services li {
   width: 100%;
   margin-right: 0;
 }
/* LOGOS PAGE
--------------------------------------------------------------------------*/
 .logos li {
   width: 48%;
 }
/* GRAPHIC DESIGN PAGE
--------------------------------------------------------------------------*/
 .graphic-design li {
   width: 100%;
 }
/* SPOTLIGHT PAGE
--------------------------------------------------------------------------*/
 .spotlight-page h1 {
   font-size: 45px;
 }
 .portfolio .desc {
   width: 100%;
 }
/* ABOUT PAGE
--------------------------------------------------------------------------*/
 .sub-heading .about {
   width: 100%;
 }
 .sub-heading h1,
 .sub-heading p {
   font-size: 28px;
 }
 .navigation {
   width: 250px;
 }
 .navigation li {
   margin-right: 20px;
 }

 aside,
 .left-side,
 .capabilities,
 .about-momentum,
 .about-momentum .list,
 .contact-form .left-side,
 .contact-form .form-wrapper {
   float:none;
   width: 100%;
 }
 .captcha-field p, 
 .captcha-field .captcha, 
 .captcha-field #captcha-total {
   float: none;
   display: block;
   margin-left: 0;
   margin-right: 0;
 }
/* CONTACT PAGE
--------------------------------------------------------------------------*/
 .sub-heading .contact {
   width: 90%;
 }
 .captcha-field #captcha-total {
   width: 94%;
 }
 .submit {
   margin-right: 11px;
 }
/* FOOTER
--------------------------------------------------------------------------*/
 footer ul,
 footer .share,
 footer .footer-logo {
  float: none;
  width: 100%;
  text-align: center;
 }
 footer .footer-logo {
  margin: 0 auto 20px;
 }
 footer ul li {
  display: inline-block;
  margin-left: 10px;
 }
  footer .share {
    margin-top: 10px;
  }
  .social-icons a {
    float: none;
    text-align: center;
    display: inline-block;
  }

  /* SERVICES */
  .services > li {
    width: 100%;
    margin-right: 0px !important;
  }
  .portfolio-list li {
    width: 100%;
    margin-right: 0px !important;
  }
  .portfolio-list li.full,
  .portfolio-list li.half {
    width: 100%;
  }
  .portfolio-list.full li {
    width: 100%;
  }
  .capabilities-list li {
    margin-bottom: 7px;
    width: 100%;
  }
  .capabilities-list li.v-align{
    height: 300px !important;
  }
  .divider-block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .heading {
    font-size: 24px;
  }
  .section p,
  .center-list ul,
  .slider li p {
    font-size: 16px;
  }
  .image-box-list li {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  header {
    padding: 25px 10px;
  }
}
/* PRINT STYLES
---------------------------------------------------------------------------*/
@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group; /* h5bp.com/t */
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
