/*
	Theme Name: Coloredge
	Theme URI: http://coloredge.com
	Description: Custom Theme for Coloredge
	Version: 1.0
	Author: Santiago Cabrera @santiagocab1, Avaz Bokiev (@samarkandiy)
	Author URI: http://twitter.com/santiagocab1, http://avaz.me
	Tags: WP

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
html, body {
  width: 100%;
  height: 100%;
}

body {
  background: #1d1d1d;
	color:#fff;
	font-family: 'gotham_bookregular', sans-serif;
	font-size: 13px;
}

a {
  color: #fff;
  text-decoration: none;
}

/* Fonts */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 12, 2015 */

@font-face {
    font-family: 'gotham_thinregular';
    src: url('fonts/gotham-thin-webfont.eot');
    src: url('fonts/gotham-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-thin-webfont.woff2') format('woff2'),
         url('fonts/gotham-thin-webfont.woff') format('woff'),
         url('fonts/gotham-thin-webfont.ttf') format('truetype'),
         url('fonts/gotham-thin-webfont.svg#gotham_thinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_bookregular';
    src: url('fonts/gotham-book-webfont.eot');
    src: url('fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-book-webfont.woff2') format('woff2'),
         url('fonts/gotham-book-webfont.woff') format('woff'),
         url('fonts/gotham-book-webfont.ttf') format('truetype'),
         url('fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_boldregular';
    src: url('fonts/gotham-bold-webfont.eot');
    src: url('fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('fonts/gotham-bold-webfont.woff') format('woff'),
         url('fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_lightregular';
    src: url('fonts/gotham-light-webfont.eot');
    src: url('fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-light-webfont.woff2') format('woff2'),
         url('fonts/gotham-light-webfont.woff') format('woff'),
         url('fonts/gotham-light-webfont.ttf') format('truetype'),
         url('fonts/gotham-light-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_mediumregular';
    src: url('fonts/gotham-medium-webfont.eot');
    src: url('fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('fonts/gotham-medium-webfont.woff') format('woff'),
         url('fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('fonts/gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}

@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}



/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		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;
	}
	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;
	}
}

body.overflow-hidden {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'gotham_thinregular', sans-serif;
}

.postid-3033 .single-post-thumbnail, 
.postid-2937 .single-post-thumbnail {
  display: none;
}

/* Home page */
.container-xl {
  width: 1400px;
  max-width: 100%;
}

.container-md {
  width: 1060px;
  max-width: 100%;
}

.container-sm {
  width: 800px;
  max-width: 100%;
}

.container-xs {
  width: 700px;
  max-width: 100%;
  margin: auto;
}

.header {
  background: #000;
  margin: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header-logo {
  padding: 20px 0;
  display: inline-block;
}

.top-menu>li>a {
  padding-top: 7px;
  padding-bottom: 7px;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-toggle {
  margin-top: 25px;
}

.homepage-header {
  background: url('img/header-bg.jpg') no-repeat;
  background-size: 100% auto;
  background-size: cover;
  height: auto;
  position: relative;
  margin-top: -20px;
  overflow: hidden;
}

.homepage-header h1 {
  padding: 20% 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.6;
  -webkit-text-shadow: 0 0 8px #444;
  -moz-text-shadow: 0 0 8px #444;
  -o-text-shadow: 0 0 8px #444;
  text-shadow: 0 0 8px #444;
}

h1.cpgs span#lastElement {
  text-transform: lowercase;
}

.homepage-heading {
  background: #000;
  padding: 80px 0 105px 0;
  margin: 0;
  position: relative;
}

.heading-container {
  text-align: center;
}

img.dark-logo {
  display: block;
  margin: auto; 
  margin-bottom: 25px;
}

.heading-container h1 {
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-top: 0;
}

.heading-container p {
  color: #fff;
  width: 660px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  font-size: 15px;
  font-family: 'gotham_lightregular', sans-serif;
  line-height: 1.9;
}

div.alignright,
img.alignright{
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}
div.alignleft,
img.alignleft{
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

div.aligncenter,
img.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.wp-caption p {
  background: #383535;
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
}


/* Social links */
ul.social-links {
  display: block;
  width: 100%;
  clear: both;
  margin: 20px 0 0 0;
  padding: 0;
  padding-top: 30px;
  position: relative;
}

ul.social-links li {
  list-style: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 15px 0 0;
}

ul.social-links li a {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
}

ul.social-links li.facebook {
  background: url('img/icons/social.png') no-repeat;
  background-position: 0 0;
}

ul.social-links li.facebook:hover {
  background: url('img/icons/social.png') no-repeat;
  background-position: 0 -40px;
}

ul.social-links li.twitter {
  background: url('img/icons/social.png') no-repeat;
  background-position: -40px 0;
}

ul.social-links li.twitter:hover {
  background: url('img/icons/social.png') no-repeat;
  background-position: -40px -40px;
}

ul.social-links li.linkedin {
  background: url('img/icons/social.png') no-repeat;
  background-position: -80px 0;
}

ul.social-links li.linkedin:hover {
  background: url('img/icons/social.png') no-repeat;
  background-position: -80px -40px;
}

ul.social-links li.vimeo {
  background: url('img/icons/social.png') no-repeat;
  background-position: -120px 0;
}

ul.social-links li.vimeo:hover {
  background: url('img/icons/social.png') no-repeat;
  background-position: -120px -40px;
}

ul.social-links li.youtube {
  background: url('img/icons/social.png') no-repeat;
  background-position: -160px 0;
}

ul.social-links li.youtube:hover {
  background: url('img/icons/social.png') no-repeat;
  background-position: -160px -40px;
}

ul.social-links li.instagram {
  background: url('img/icons/social.png') no-repeat;
  background-position: -200px 0;
}

ul.social-links li.instagram:hover {
  background: url('img/icons/social.png') no-repeat;
  background-position: -200px -40px;
}

.section-title {
  text-align: center; 
  text-transform: uppercase;
  font-size: 26px;
  margin-top: 60px;
  margin-bottom: 10px; 
  letter-spacing: 5px;
}

.section-title-two {
  text-align: center; 
  text-transform: uppercase;
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 40px; 
  letter-spacing: 5px;
  border-bottom: solid 1px #F47920;
  display: inline-block;
  padding-bottom: 3px;
}

body.home .our-clients {
  padding-bottom: 30px;
}

body.home div.clients-section-description p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.bottom-line {
  background: #F47920;
  display: block;
  width: 250px;
  height: 1px;
  margin: auto;
  margin-top: 12px;
  position: relative;
}

.half-line {
  height: 1px;
  display: inline-block;
  position: relative;
}

.half-line.in-view {
  -webkit-animation: stretch 0.6s linear 1;
  -moz-animation: stretch 0.5s linear 1;
  -ms-animation: stretch 0.5s linear 1;
  -o-animation: stretch 0.5s linear 1;
  animation: stretch 0.5s linear 1;
}

.left-line {
  background: #1d1d1d;
  text-align: right;
  float: right;
}

.right-line {
  background: #1d1d1d;
  text-align: left;
  float: left;
}

body.home h1.section-title {
  text-transform: uppercase;
  text-align: center;
  border-bottom: solid 1px #F47920;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  margin-top: 70px;
  margin-bottom: 70px;
  font-size: 26px;
  letter-spacing: 5px;
}

body.home h1.section-title-one {
  text-transform: uppercase;
  text-align: center;
  border-bottom: solid 1px #F47920;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  margin-top: 70px;
  margin-bottom: 70px;
  font-size: 26px;
  letter-spacing: 5px;
}

.section-title-container {
  text-align: center;
}


nav .nav>li>a:focus, nav .nav>li>a:hover {
  background: #000;
  color: #F47920; 
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

/*
#containers {
  min-height: 700px;
}
*/

@-webkit-keyframes stretch {
  0% {
    width: 50%;
  }
  
  100% {
    width: 0%;
  }
}

@-moz-keyframes stretch {
  0% {
    width: 50%;
  }
  
  100% {
    width: 0%;
  }
}

@-ms-keyframes stretch {
  0% {
    width: 50%;
  }
  
  100% {
    width: 0%;
  }
}

@-o-keyframes stretch {
  0% {
    width: 50%;
  }
  
  100% {
    width: 0%;
  }
}

@keyframes stretch {
  0% {
    width: 50%;
  }
  
  100% {
    width: 0%;
  }
}

.blog-thumbnail {
  display: none;
}

.blog-thumbnail.visible {
  display: block;
}

.portfolio-thumbnail {
  position: relative;
  margin: 0;
  padding: 0 1px;
  overflow: hidden;
}

.portfolio-thumbnail img {
  width: 100%;
}

.portfolio-thumbnail p {
  background: #000;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  margin-bottom: 0;
  -webkit-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  -ms-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
  transition: 0.4s ease-in;

}

.portfolio-thumbnail:hover p {
  background: rgba(0, 0, 0, 0.8);
  padding: 42% 0;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;

}

/* FDA NEWS Thumbnail */

.fda-news-thumbnail {
  position: relative;
  margin: 0 0 15px 0;
  overflow: hidden;
}

.fda-news-thumbnail img {
  width: 100%;
}

.fda-news-thumbnail p {
  background: #000;
  color: #fff;
  position: absolute;
  bottom: -20px;
  width: 91%;
  width: calc(100% - 30px);
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 0;
  -webkit-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  -ms-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
  transition: 0.4s ease-in;

}

.fda-news-thumbnail:hover p {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  padding: 45% 0;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;

}

.footer {
  background: #000;
  min-height: 200px;
  padding-top: 50px;
  padding-bottom: 0;
}

.top-menu {
  float: right;
}

.top-menu li a {
  color: #666666;
  font-size: 11px;
}

a.back-to-homepage {
  color: #666;
  font-size: 11px;
  text-align: right;
  display: inline-block !important;
  float: right;
}

.gradient-bg {
  background: url('img/gradient_bg.png') top left;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: -3px;
  z-index: 2;
}

.transparent-arrow-dark {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  z-index: 99999;
}

.transparent-arrow-dark .half-arrow {
  width: 50%;
  height: 20px;
  display: inline-block;
  float: left;
}

.transparent-arrow-dark .half-arrow-left {
  border-right: 20px solid transparent;
  border-bottom: 20px solid #000;
}

.transparent-arrow-dark .half-arrow-right {
  border-left: 20px solid transparent;
  border-bottom: 20px solid #000;
}

.transparent-arrow-light {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
}

.transparent-arrow-light .half-arrow {
  width: 50%;
  height: 20px;
  display: inline-block;
  float: left;
}

.transparent-arrow-light .half-arrow-left {
  border-right: 20px solid transparent;
  border-bottom: 20px solid #1d1d1d;
}

.transparent-arrow-light .half-arrow-right {
  border-left: 20px solid transparent;
  border-bottom: 20px solid #1d1d1d;
}

/* Transform Bootstrap menu icon */
.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
	top: 2px;
}

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 300ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	 background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	top: -6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Blog */
.home-blog-list {
  margin-bottom: 60px;
}

.home-blog-container {
  background: #000; 
}

.home-blog-container img {
  width: 100%;
}

.home-blog-container .blog-title {
  padding: 12px 15px 0 15px;
  margin-bottom: 3px;
}

.home-blog-container .blog-date {
  color: #666;
  font-size: 11px;
  padding: 0 15px 0 15px;
  margin-top: 0;
  text-transform: uppercase;
}

.home-blog-container .blog-excerpt {
  padding: 0 15px; 
  font-size: 12px; 
  line-height: 1.8;
}

.home-blog-container .blog-link {
  color: #F47920;
  padding: 0 15px;
  display: inline-block;
  margin-bottom: 15px;
}

.home-blog-container .blog-link:hover {
  color: #fff;
  text-decoration: none;
}

/* Default page */
.page-container {
  margin-top: 100px;
}

main.post-single {
  margin-top: 100px;
}

#bs-example-navbar-collapse-1 {
  width: 708px;
  max-width: 100%;
}

/* Portfolio Page */
#portfolio {
  margin: 0 auto;
  margin-top: 15px;
}

.portfolio-item {
  width: 23%;
  margin-bottom: 10px;
}

.item img {
  width: 100%;
  height: auto;
}

#filters{
  margin: 0;
  padding: 0;
}

#filters li{
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
}

#filters li a{
  padding: 12px 15px;  
}

#filters li a.active{
  background: #ff6503;
  color: #fff;
}

 
/**** Isotope CSS3 transitions ****/
 
.isotope {
  -webkit-transition-property: height;
     -moz-transition-property: height;
      -ms-transition-property: height;
       -o-transition-property: height;
          transition-property: height;
}
 
.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
 

div.portfolio-page {
  margin-top: 30px;
}

body.portfolio div.portfolio-page {
  margin-top: 65px;
}

div.ce-experience {
  margin-top: 105px;
}

.portfolio-navigation {
  background: #000;
  width: 100%;
  padding: 30px 0 !important;
  position: relative;
}

.portfolio-navigation a {
  padding: 4px 0;
  margin: 0 15px;  
  display: inline-block;
}

.portfolio-navigation a.is-checked {
  border-bottom: solid 1px #F47920;
} 

.portfolio-navigation a:focus, .portfolio-navigation a:hover, .portfolio-navigation a:active {
  color: #fff;
  text-decoration: none;
}

.down-arrow {
  position: relative;
}

.portfolio-description {
  width: 640px;
  max-width: 100%;
  margin: auto;
  font-size: 14px;
  line-height: 2;
  font-family: 'gotham_lightregular', sans-serif;
  text-align: center;
}

.portfolio-nav-container {
  text-align: center;
}

.isotope {
  position: relative;
}

.isotope .item { 
  width: 20%; 
  position: relative;
  clear: both;
  line-height: 0;
}

.work-thumbnail {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0 2px 2px 0;
  overflow: hidden;
  display: inline-block;
}

.work-thumbnail p {
  background: #000;
  color: #FFF;
  position: absolute;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  margin-bottom: -100%;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  bottom: 0;
}

.work-thumbnail:hover p {
  background: rgba(0, 0, 0, 0.8);
  padding: 42% 15px;
  margin-bottom: 0;
  line-height: 1.4;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.work-thumbnail img {
  max-width: 100%;
}

/* Footer navigation */
ul.footer-nav {
  margin: 0;
  padding: 0;
}

ul.footer-nav li.menu-item-has-children {
  list-style: none;
  font-size: 13px;
  display: inline-block;
  float: left;
  width: 25%;
  margin: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
}

ul.footer-nav ul.sub-menu {
  margin: 0;
  padding: 0;
}

ul.footer-nav li.menu-item-has-children ul.sub-menu li {
  color: #999999;
  font-size: 12px;
  line-height: 1.6;
  list-style: none;
  text-transform: none;
  margin: 0;
  padding: 0;
}

ul.footer-nav li.menu-item-has-children ul.sub-menu li a {
  color: #999999;
  text-decoration: none;
  padding: 3px 0;
  display: inline-block;
}

ul.footer-nav li a:hover, ul.footer-nav li a:focus  {
  color: #F47920;
  text-decoration: none;
}

ul.footer-nav li ul.sub-menu li a:hover, ul.footer-nav li ul.sub-menu li a:focus  {
  color: #F47920;
  text-decoration: none;
}

h4.subscribe-title {
  margin-top: 0;
}

div.footer-extra-nav {
  background: #282828;
  padding: 10px 0;
  margin-top: 30px;
}

div.footer-extra-nav ul li a {
  padding: 10px 0;
  margin-right: 20px;
  text-transform: uppercase;
}

div.footer-extra-nav ul li a:hover, div.footer-extra-nav ul li a:focus  {
  background: #282828;
  color: #F47920;
} 

header li.current_page_item a {
  border-bottom: solid 1px #F47920; 
}

p.copyright {
  color: #999;
  font-size: 12px;
}

/* Subscription form */
div.subscription-form-container {
  position: relative;
}

div.es_textbox, div.button {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  color: #999;
}

div.es_lablebox {
  display: none;
}

div.es_textbox {
  width: 80%;
  margin-top: 23px;
}

div.es_textbox input {
  background: #171717;
  width: 100%;
  height: 50px;
  padding-left: 15px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
} 

div.es_button {
  width: 20%;
  position: absolute;
  top: 23px;
  right: 11px;
}

div.es_button input {
  width: 100%;
}

div.es_button .es_textbox_button {
  background: url('img/submit-btn.png') center center no-repeat #ea862e;
  border: none;
  width: 50px;
  height: 49px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  text-indent: -999999px;
}

p.portfolio-description span {
  min-height: 115px;
  display: none;
}

p.portfolio-description span.is-checked {
  display: block;
}

/* Technology Page */
.header-description p {
  width: 700px;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 15px;
  font-family: 'gotham_lightregular';
  line-height: 1.6;
}

.header-description {
  margin-bottom: 50px;
}

.page-block {
  background: #1d1d1d;
  padding: 50px 0;
}

.page-block-two {
  padding: 50px 0;
}


.page-block.light-bg {
  background: #282828;  
}

.block-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 30px;
  letter-spacing: 1px;
}

.vinylcut-content h3, .retail-apps-content h2, .tab-description-bg h2 {
  letter-spacing: 1px;
}

.page-block p {
  font-size: 13px;
  font-family: 'gotham_lightregular';
  line-height: 1.5;
}

.page-block p strong {
  font-family: 'gotham_boldregular';

}

.single-fdanews main {
  margin-top: 100px;
  margin-bottom: 60px;
}

.single-fdanews article {
  font-family: 'gotham_lightregular',sans-serif;
  line-height: 1.8;
  font-size: 13px;
}

.single-fdanews h1 {
  font-size: 22px;
  margin-top: 30px;
  display: block;
  color: #F47920;
}

.single-fdanews .post-details {
  color: #666;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.single-fdanews article a {
  color: #F47920;
}

.single-fdanews .post-navigation a {
  text-decoration: none;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.single-fdanews .post-navigation a:hover {
  color: #F47920;
}

/* CE Experience page */
.coloredge-experience h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.coloredge-experience p {
  font-size: 15px;
  font-family: 'gotham_lightregular';
  line-height: 1.6;
}

.our-philosophy {
  background: #131313;
  padding: 50px 0;
  text-align: center;
}

.our-philosophy h2 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

.our-philosophy p {
  width: 880px;
  max-width: 100%;
  font-size: 20px;
  font-family: 'gotham_bookregular';
  line-height: 1.8;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #5A5A5A;
  letter-spacing: 0px;
}


.our-location {
  background: #1d1d1d;
  padding-top: 30px;
}

.our-location img {
  max-width: 90%;
}

.our-location .container{
  padding: 0 15px; 
}

.our-location h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.our-location p {
  font-size: 13px;
  font-family: 'gotham_lightregular';
  line-height: 1.8;
}

.our-history {
  background-size: 100% auto;
  background-size: cover;
  padding: 60px 0;  
}

.our-history h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 26px;
  text-align: center;
}

.our-history p {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-family: 'gotham_lightregular';
  line-height: 1.8;
  text-align: center;
}

.our-people {
  background: #282828;
  padding: 30px 0;  
}

.our-people-content {
  width: 500px;
  max-width: 100%;
}

.our-people h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.our-people p {
  font-size: 13px;
  font-family: 'gotham_lightregular';
  line-height: 1.8;
}

.our-clients {
  background: #1d1d1d;
  padding: 60px 0;
}

.our-clients p { font-family: 'gotham_lightregular'; }

.our-people-content h2, .our-clients h2 {
  font-size: 18px;
  text-transform: uppercase;
}

div.clients-section-description {
  text-align: center;
  width: 620px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

.project-management {
  background: #282828;
  padding: 60px 0;    
}

.project-management .container {
  text-align: center;
}

.project-management .container h2 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 26px;
}

.project-management .container p {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-family: 'gotham_lightregular';
  line-height: 1.8;
  text-align: center;
}

.project-management .container div#footer-headline h3{
  color: #F47920;
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 55px;
}

div.header-container {
  text-align: center;
}

div.portfolio-page h1.section-title {
  text-transform: uppercase;
  text-align: center;
  border-bottom: solid 1px #F47920;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  
}

div.ce-experience h1.section-title {
  text-transform: uppercase;
  text-align: center;
  border-bottom: solid 1px #F47920;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  
}

.footer-headline {
  background: #1d1d1d;
  padding: 50px 0; 
  text-align: center;
}

.footer-headline p {
  width: 700px;
  max-width: 100%;
  font-size: 13px;
  font-family: 'gotham_lightregular';
  line-height: 1.8;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


div.technology-page h1.section-title {
  text-transform: uppercase;
  text-align: center;
  border-bottom: solid 1px #F47920;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

body.page {
  margin-top: 105px;
}


/* Studio Services */
div.studio-services {
  margin-top: 105px;
  text-align: center;
}

div.studio-services h1 {
  text-transform: uppercase;
  text-align: center;
  border-bottom: solid 1px #F47920;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  font-size: 26px;
  margin-top: 30px;
  letter-spacing: 5px;
}

div.studio-services .header-description {
  width: 700px;
  max-width: 100%;
  margin: auto;
  padding-bottom: 50px;
}

div.studio-services .header-description p {
  font-size: 15px;
  font-family: 'gotham_lightregular';
  line-height: 1.6;  
}

.studio-thumbnail {
  margin: 0;
  padding: 0 1px 1px 0;
}

.studio-thumbnail img {
  width: 100%;
}

.extra-info-block {
  margin-top: 40px;
  text-transform: uppercase;
  text-align: center;
}

.extra-info-block img {
  margin-left: auto;
  margin-right: auto;
}

.extra-info-block h4 {
  font-family: 'gotham_mediumregular';
  font-size: 15px;
  margin-bottom: 0;
}

.studio-thumbnail {
  position: relative;
  margin: 0;
  padding: 0 1px;
  overflow: hidden;
}

.studio-thumbnail img {
  width: 100%;
}

.studio-thumbnail p {
  background: #000;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  margin-bottom: 0;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  
}

.studio-thumbnail:hover p {
  background: rgba(0, 0, 0, 0.8);
  padding: 43% 0;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.studio-services-container {
  margin-bottom: 60px;
}


.our-clients-container {
  text-align: center;
}

.client-logo-img {
  padding: 15px 0;
  display: inline-block;
  text-align: center;
  max-width: 90%;
}

body.about .client-logo-img {
  padding: 25px 0;
  display: inline-block;
  text-align: center;
  max-width: 90%;
}

.container-std {
  width: 900px;
  max-width: 100%;
  margin: auto;
}

/* Studio services child with tab template */
.tabs-navigation {
  margin: 0;
  padding: 0;
}

.tabs-nav li {
  list-style: none;
  display: inline-block;
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  width: 49%;
  text-align: center;
}

.tabs-nav li a {
  background: none;
  color: #fff;
  padding: 12px 25px;
  border: 1px solid #F47920;
  width: 212px;
  display: inline-block;
}

.tabs-nav li.active a, .tabs-nav li a:hover {
  background: #F47920;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #000;
}

.tabs-nav li.active a:hover, .tabs-nav li.active a:focus, .tabs-nav li.active a:active {
  background: #F47920;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #000;
  padding: 12px 25px;
}

.tab-description {
  background: #111;
  padding: 30px 0;
  margin-top: 31px;
}

.tab-description p {
  width: 700px;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-family: 'gotham_lightregular';
    line-height: 1.8;
}

.tab-description h3 {
  width: 700px;
  max-width: 100%;
  text-align: center;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  font-family: 'gotham_lightregular';
  text-transform: uppercase;
  letter-spacing: 5px;
}

/* Single Portfolio */
.single-portfolio main {
  margin-top: 85px;
}

#portfolio-carousel .item img{
  display: block;
  width: 100%;
  height: auto;
}

#bar{
  width: 0%;
  max-width: 100%;
  height: 1px;
  background: #F47920;
}

#progressBar{
  width: 100%;
  background: #333;
}

h1.work-category {
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: solid 1px #F47920;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 5px;
}

h1.work-category.CPGs {
  text-transform: none;
}

.work-category-details {
  margin-top: 20px;
  text-align: center;
}

.work-category-details p {
  width: 700px;
  max-width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

h2.client-name {
  font-size: 26px;
  font-family: 'gotham_boldregular';
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  margin-top: 20px;
  margin-bottom: 3px;
}

h3.work-name-location {
  font-size: 16px;
  font-family: 'gotham_lightregular';
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-top: 0;
}

h3.work-name-location span {
  border-left: solid 1px #FFF;
  padding-left: 6px;
}

.work-description p {
  font-size: 13px;
  line-height: 1.6;
  font-family: 'gotham_lightregular';
  width: 635px;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

/* Portfolio Carousel */
.overflow-hide{
  overflow: hidden;
}

.page .owl-controls{
  height: 40px;
}

.carousel .owl-pagination {
  position: absolute;
  right: 0;
  bottom: -10px;
}

body.page-id-214 .carousel .owl-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
}

#portfolio-carousel .owl-pagination {
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: 9;
}

.owl-buttons {
  position: absolute;
}

.owl-pagination .owl-page {
  display: inline-block;
}

.owl-pagination .owl-page span {
  background: #616161;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 5px;
}

.owl-pagination .owl-page.active span {
  background: #fff;
}

.owl-carousel {
  position: relative;
}

.owl-buttons {
  width: 100%;
  top: 40%;
  display: none;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.owl-carousel:hover .owl-buttons {
  display: block;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.owl-buttons .owl-prev {
  display: inline-block;
  float: left;
  padding-left: 12px;
  background: url('img/icons/arrow-left.png') no-repeat;
  height: 106px;
  width: 53px;
  text-indent: -10001px;
}

.owl-buttons .owl-next {
  display: inline-block;
  float: right;
  padding-right: 12px;
  margin-right: -2px;
  background: url('img/icons/arrow-right.png') no-repeat;
  height: 106px;
  width: 53px;
  text-indent: -10001px;
  
}

/* Prev and next links */
.post-navigation-container {
  width: 230px;
  margin: auto;
  text-align: center;
}

.post-navigation-container a.prev {
  background: url('img/icons/prev-next.png') center right no-repeat;
  background-position: 101px 0;
  color: #F47920;
  display: inline-block;
  padding-right: 16px;
  width: 110px;
  height: 10px;
  float: left;
}

.post-navigation-container a.next {
  background: url('img/icons/prev-next.png') center left no-repeat;
  background-position: -10px 0;
  color: #F47920;
  display: inline-block;
  padding-left: 16px; 
  height: 10px; 
  float: right;
}

.post-navigation-container a.prev, 
.post-navigation-container a.next {
  color: #F47920;
  font-size: 11px;
  font-family: 'gotham_lightregular';
  text-transform: uppercase;
  display: block;
  line-height: 10px;
}


.post-navigation-container a.prev:hover, .post-navigation-container a.prev:focus, 
.post-navigation-container a.next:hover, .post-navigation-container a.next:focus { 
  color: #F47920;
  text-decoration: underline;
}

span#lastElement {
  letter-spacing: 0;
}

/* Imaging and Display page */
div.imaging-display .section-title {
  text-transform: uppercase;
  text-align: center;
  border-bottom: solid 1px #F47920;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  font-size: 26px;
  margin-top: 30px;
  margin-bottom: 10px;
  letter-spacing: 5px;
  
}

div.imaging-display .header-description {
  text-align: center;
}

.imaging-display-container {
  margin-bottom: 60px;
}

.header-container {
  position: relative;
}

/* Vinyl Cut */

body.vinyl-cut .owl-pagination, body.page-id-402 .owl-pagination, body.parent-pageid-76 .owl-pagination  {
  position: relative;
  text-align: center;
}

body.vinyl-cut .owl-carousel {
  margin-bottom: 80px;
}

.vinylcut-header {
  margin-bottom: 80px; 
}

span.vinylcut-content {
  display: block;
  padding-top: 35px;
  padding-right: 40px;
}

.vinylcut-content h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 30px;
  clear: both;
  display: block;
}

span.vinylcut-content p {
  line-height: 1.8;
  margin-top: 20px;
}

.vinylcut-content ul {
  margin-top: 15px;
  margin-left: 0;
  padding-left: 15px;
  
}

.vinylcut-content ul li {
  width: 50%;
  display: list-item;
  float: left;
}

.vinyl-cut-content {
  background: #282828;
  padding-top: 40px;
}

/* Studio Services Tab Two */
.tab-description-bg {
  background-size: 100% auto !important;
  background-size: cover !important;
  min-height: 367px;
  text-align: center;
}

.tab-description-bg h2 {
  font-size: 19px;
  text-transform: uppercase;
  padding-top: 70px;
  padding-bottom: 20px;
}

.page-block-sans-bottom {
  padding-bottom: 0;
}

.page-block-sans-bottom h2.block-title {
  padding-top: 40px;
}

.page-template-template-studio-childwtabs-two .tabs-navigation {
  background: none;
  margin-bottom: 40px;
}

.page-template-template-studio-childwtabs-two .tabs-nav li a {
  background: none;
  color: #fff;
  padding: 12px 25px;
  border: 1px solid #F47920;
  
}

.page-template-template-studio-childwtabs-two .tabs-nav li.active a{
  background: #F47920;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #000;
  padding: 12px 25px;
}

.page-template-template-studio-childwtabs-two .tabs-nav li a:hover {
  background: #F47920;
  color: #FFF;
  border: 1px solid #F47920;
}

.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

body.imaging-and-display .studio-thumbnail:hover p {
  background: rgba(0, 0, 0, 0.8);
  padding: 48% 0;
}

.video_wrapper {
  background: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video_wrapper video {
  width: 100%;
}

.technology-block ul {
  margin-top: 15px;
  margin-left: 5px;;
  padding-left: 15px;
  display: inline-block;
}

.technology-block ul li {
  width: 50%;
  display: list-item;
  float: left;
}

.technology-block h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 30px;
  clear: both;
  display: block;
}

.page-block ul {
  margin-top: 15px;
  margin-left: 5px;;
  padding-left: 15px;
  display: inline-block;
}

.page-block-top ul { 
  margin-top: 0;
}

.page-block ul li {
  width: 50%;
  display: list-item;
  float: left;
  font-size: 13px;
}

body.wide-format .page-block-top h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 30px;
  clear: both;
  display: block;
}

body.wide-format .page-block-top p { 
  font-size: 13px;
  width: 430px;
  max-width: 100%;  
}
body.wide-format .page-block-top ul#cats-boxes{
  list-style: none;
  width: 430px;
  max-width: 100%;
  padding: 0;
  margin: 0;  
}
body.wide-format .page-block-top ul#cats-boxes li{
  width:50%;
}
body.wide-format .page-block-top ul#cats-boxes li a{
  display: block;
  width: 90%;
  text-align: center;
}

body.wide-format .page-block-bottom {
  text-align: center;
}

body.wide-format .page-block-bottom p {
  width: 580px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

body.wide-format .page-block-bottom h2 {
  text-transform: uppercase;
  font-size: 18px;  
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-block-bottom ul {
  text-align: center;
}

.page-block-bottom ul li {
  width: 125px;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  border: solid 1px #F47920;
  position: relative;
}

.page-block-bottom ul li a {
  color: #fff;
  width: 100%;
  padding: 11px;
  display: inline-block;
  margin-bottom: 15px;
  height: 20px;
  line-height: 1;
}

.page-block-bottom ul li:nth-child(1) a{
  padding: 5px 11px;
}

.page-block-bottom ul li:hover {
  background: #F47920;
}

.page-block-bottom ul li a:hover, .page-block-bottom ul li a:focus {
  text-decoration: none;
}

body.digital-signage .page-block.first-block {
  padding-bottom: 0;
}

.retail-apps-content a {
  color: #fff;
  padding: 10px;
  border: solid 1px #F47920;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 15px;
}

.retail-apps-content a:hover, .retail-apps-content a:focus {
  background: #F47920;
  text-decoration: none;
}

/* Portfolio Page */
div.section-titles h1 {
  text-transform: uppercase;
  text-align: center;
  border-bottom: solid 1px #F47920;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  letter-spacing: 5px;
  display: none;  
}

div.section-titles h1.is-active {
  display: inline-block;  
}

.hide-me-please {
  display: none !important;
}

/* About Page */
body.about {
  margin-top: 85px;
}

/*
body.about article {
  width: 715px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  padding-bottom: 120px;
  text-align: center;
}

body.about article p {
  margin: 30px 0;
  line-height: 1.8;
}
*/

body.about h1.section-title {
  text-transform: uppercase;
  text-align: center;
  border-bottom: solid 1px #F47920;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  margin-top: 40px;
  margin-bottom: 30px;
}

body.about .page-content {
  text-align: center;
}

.section-title-container {
  text-align: center;
}

body.ftpupload h1.section-title {
  text-transform: uppercase;
  text-align: center;
  border-bottom: solid 1px #F47920;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  margin-top: 70px;
  margin-bottom: 45px;
}

body.ftpupload h3 {
  text-transform: uppercase;
  font-size: 19px;
  margin: 5px 0 10px 0;
}

.ftp-first-column a {
  color: #FFF;
  width: 120px;
  padding: 10px;
  border: solid 1px #F47920;
  display: inline-block;
  margin: 15px 15px 30px 15px;
  text-align: center;
  text-transform: uppercase;
}

.ftp-first-column a:hover, .ftp-first-column a:focus {
  background: #F47920;
  text-decoration: none;
}

.ftp-second-column a {
  color: #F47920;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 15px 0 0 15px;
  border: none;
  padding: 0;
  width: auto;
  text-transform: none;
}

.ftp-second-column a:hover {
  background: none;
  color: #fff;
  padding: 0;
  border: none;
}

.ftp-second-column a:focus, .ftp-second-column a:active { 
  background: none;
  color: #F47920;
}

.container-mobile {
  width: 320px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 80px;
}

body.page-template-template-ftp h1.section-title {
  margin-left: auto;
  margin-right: auto;
}

body.page-template-template-ftp article {
  text-align: center;
}

.top-menu li.current_page_item a {
  border-bottom: none;
}
/* NEWS PAGE */
  .news h1 { margin-bottom:4px; }
  .news a { text-decoration:none; }
  .news a h1 { font-size:22px; margin-top:30px; display:block; color:#F47920; }
  .news a h1:hover { color:#fff; }
  .news .post-details { color:#666; font-size:12px; margin-top:0; text-transform:uppercase; }
  .news .post-details .Category a { color:#666; }
  .news .Category a:hover { color:#F47920; text-decoration:none; }
  .news #sidebar h2{ font-family:Gotham, Helvetica, sans-serif; font-size:26px; display:block; }
  .news #sidebar h3 { margin-top:40px; font-family:Gotham, Helvetica, sans-serif; font-size:18px; display:block; }
  .news #sidebar ul.social-links { margin: 0 0 20px 0; padding:0; }
  .news #sidebar ul#side-cats { list-style:none; padding-left:0; }
  .news #sidebar ul#side-cats li { line-height:19px; font-weight:100; }
  .news #sidebar ul#side-cats li a:hover { color:#F47920; text-decoration:none; }
  .news #sidebar ul.social-links li { margin-right:5px; }
  .news #sidebar ul.social-links li.facebook { background-position: 0 -80px; }
  .news #sidebar ul.social-links li.facebook:hover { background-position: 0 -121px; }
  .news #sidebar ul.social-links li.twitter { background-position: -40px -80px; }
  .news #sidebar ul.social-links li.twitter:hover { background-position: -40px -121px; }
  .news #sidebar ul.social-links li.linkedin { background-position: -80px -80px; }
  .news #sidebar ul.social-links li.linkedin:hover { background-position: -80px -121px; }
  .news #sidebar ul.social-links li.vimeo { background-position: -120px -80px; }
  .news #sidebar ul.social-links li.vimeo:hover { background-position: -120px -121px; }
  .news #sidebar ul.social-links li.youtube { background-position: -160px -80px; }
  .news #sidebar ul.social-links li.youtube:hover { background-position: -160px -121px; }
  .news #sidebar ul.social-links li.instagram { background-position: -200px -80px; }
  .news #sidebar ul.social-links li.instagram:hover { background-position: -200px -121px; }
  .news hr { display:block; clear:both; border-color:#666666; margin-top:50px; margin-bottom:35px; }
  .news .pagination a{ color:#999999; }
  .news .pagination a:hover{ color:#F47920; }
  .news .pagination .page-numbers.current{ color:#F47920; }
  .news .pagination.pag-words a+a{ border-left:1px solid #999999; padding-left:15px; margin-left:13px; }
  .pagination.col-sm-6.pag-nums.text-right { float: right; }

.news #sidebar ul.social-links li {
  margin-right: 0px;
  transform: scale(0.9);
}
/* SINGLE NEWS POST */
  body.single-post{ margin-top:105px; }

  .single-post h1 { margin-bottom:4px; }
  .single-post h1 { font-size:22px; margin-top:30px; display:block; color:#F47920; }
  .single-post a.back {
    color: #939393;
    font-size: 11px;
    font-family: 'gotham_lightregular';
    text-transform: uppercase;
    display: block;
    line-height: 12px;
    margin-bottom: 30px;
    margin-top: 25px;
    background: url('img/icons/back-arrow.png') center left no-repeat;
    padding-left: 17px;
    background-size: contain;
  }
  
  .single-fdanews a.back {
    color: #fff;
    font-size: 15px;
    font-family: 'gotham_lightregular';
    text-transform: uppercase;
    display: block;
    line-height: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    background: url('img/icons/back-arrow.png') center left no-repeat;
    padding-left: 17px;
    background-size: contain;
  }
  
  .single-post hr { display:block; clear:both; border-color:#666666; margin-top:40px; margin-bottom:15px; }
  .single-post hr:last-child { margin-top:15px; margin-bottom:15px; } 
  .single-post .post-details { color:#666; font-size:12px; margin-top:0; text-transform:uppercase; }
  .single-post .post-details .Category a { color:#666; }
  .single-post .Category a:hover { color:#F47920; text-decoration:none; }
  .single-post .owl-pagination { bottom:15px; right:20px; }
  .single-post .single-post-content{ margin-top:30px; }

  .single-post #sidebar h2{ font-family:Gotham, Helvetica, sans-serif; font-size:26px; display:block; }
  .single-post #sidebar h3 { margin-top:0px; font-family:Gotham, Helvetica, sans-serif; font-size:18px; display:block; }
  .single-post article { font-family: 'gotham_lightregular', sans-serif; line-height:1.8; font-size:13px; }
  .single-post article a { color:#F47920; }
  .single-post article ul li { margin-bottom:10px; }

  .single-post #sidebar ul#side-cats { list-style:none; padding-left:0; }
  .single-post #sidebar ul#side-cats li { line-height:19px; font-weight:100; }
  .single-post #sidebar ul#side-cats li a:hover { color:#F47920; text-decoration:none; }

  .single-post #sidebar ul.social-links { margin: 0 0 20px 0; padding:0; }
  .single-post #sidebar ul.social-links li { margin-right:5px; }
  .single-post #sidebar ul.social-links li.facebook { background-position: 0 -80px; }
  .single-post #sidebar ul.social-links li.facebook:hover { background-position: 0 -121px; }
  .single-post #sidebar ul.social-links li.twitter { background-position: -40px -80px; }
  .single-post #sidebar ul.social-links li.twitter:hover { background-position: -40px -121px; }
  .single-post #sidebar ul.social-links li.linkedin { background-position: -80px -80px; }
  .single-post #sidebar ul.social-links li.linkedin:hover { background-position: -80px -121px; }
  .single-post #sidebar ul.social-links li.vimeo { background-position: -120px -80px; }
  .single-post #sidebar ul.social-links li.vimeo:hover { background-position: -120px -121px; }
  .single-post #sidebar ul.social-links li.youtube { background-position: -160px -80px; }
  .single-post #sidebar ul.social-links li.youtube:hover { background-position: -160px -121px; }

  .single-post .ssba { margin-top:14px; }
  .single-post .ssba > div { text-align:right !important; }

  .single-post .post-navigation { text-align:right; }
  .single-post .post-navigation a{ text-decoration:none; color:#999999; text-transform:uppercase; margin-bottom:30px; }
  .single-post .post-navigation a span.glyphicon{ color:#999999; }
  .single-post .post-navigation a:hover,
  .single-post .post-navigation a:hover span.glyphicon,
  .single-post .post-navigation a:hover span.glyphicon:hover,
  .single-post .post-navigation a span.glyphicon:hover{ color:#F47920; }
  .single-post .post-navigation a:first-child{ float:left; }  


/* Contact Page */
.contact-single h2 {
  font-family: 'gotham_boldregular', sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
}

.contact-single img {
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 25px;
  max-width: 70%;
}

.contact-single-content {
  width: 178px;
/*   max-width: 100%; */
  margin: auto;
}

.address-container {
  width: 178px;
/*   max-width: 100%; */
  margin: auto;
  line-height: 1.7;
  text-align: center;
}

.address-container a {
  display: block;
}

.address-container a:hover, 
.address-container a:focus {
  color: #F47920;
  text-decoration: underline;  
}

a.email-address {
  color: #F47920;
  margin-bottom: 20px;
}

a.email-address:hover {
  color: #F47920;
  text-decoration: underline;
}

.contact-page .section-title {
  margin-bottom: 60px;
  border-bottom: solid 1px #F47920;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
}

.form-control {
  background: #171717;
  color: #999;
  height: 48px;
  margin-bottom: 15px;
  border: solid 1px #171717;
}

.form-control:focus {
  border: solid 1px #F47920;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(247, 143, 30, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(247, 143, 30, 0.6);
  
}

select.form-control {
  -webkit-appearance: none;
  background: url('img/select-bg.png') right center no-repeat #171717;
}

.contact-page h1.section-title-one {
  text-transform: uppercase;
  text-align: center;
  border-bottom: solid 1px #F47920;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  margin-top: 57px;
  margin-bottom: 50px;
  font-size: 26px;
  letter-spacing: 5px;
}

.contact-form-title {
  text-align: center;
}

.contact-form-container {
  text-align: center;
}

.locations-list {
  margin-bottom: 11px;
}

.wpcf7-form {
  margin-bottom: 100px;
}

.wpcf7-submit {
  background: #F47920; 
  width: 140px;
  height: 48px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px; 
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

div.wpcf7-validation-errors {
  border: 2px solid #f58d2d;
}

a, a:focus, a:active {
   outline: 0;
}

/* Mailchimp subscribe */
#mc4wp-form-1 {
  margin-top: 25px;
}

.mc4wp-success {
  color: #FFF !important;
  background-color: #000 !important;
  border: 0 !important;
}

.mailchimp-form .mc4wp-form input {
  background: #171717;
  width: 100%;
  height: 50px !important;
  padding-left: 15px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
} 

.mailchimp-form .mc4wp-form input:focus { 
  border: solid 1px #F47920;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(247, 143, 30, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(247, 143, 30, 0.6); 
}

.mailchimp-form .mc4wp-form input[type=submit] {
  background: url('img/submit-btn.png') center center no-repeat #F47920;
  border: none;
  width: 50px;
  height: 49px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  text-indent: -999999px;
  position: absolute;
  right: 0;
  top: 0;
}

.project-management p {
  font-size: 13px;
  font-family: 'gotham_lightregular';
  line-height: 1.8;
}



/*
.extra-info-block h4 {
  font-size: 18px;
}

.extra-info-block p {
  font-size: 16px;
  margin-top: 5px;
}
*/

/* Sub menu */
.secondary-navigation li {
  position: relative;
}

.secondary-navigation li ul.sub-menu {
  background: #000;
  position: absolute;
  left: 0;
  display: none;
  width: 356px;
}

.secondary-navigation li.menu-item-90 ul.sub-menu {
  left: auto;
  right: -96px;
}

.secondary-navigation li.menu-item-89 ul.sub-menu {
  left: auto;
  right: -38px;
}

.secondary-navigation li ul.sub-menu {
  margin: 0;
  padding: 5px 0 0 0;
}

.secondary-navigation li ul.sub-menu li:nth-child(1), .secondary-navigation li ul.sub-menu li:nth-child(2) {
  border-top: solid 1px #222;
}

.secondary-navigation li ul.sub-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 49%;
  border-bottom: solid 1px #222;
}

.secondary-navigation li ul.sub-menu li a {
  padding: 7px 15px;
  height: 40px;
  line-height: 25px;
  display: inline-block;
  font-size: 11px;
}

.secondary-navigation li ul.sub-menu li a:hover, .secondary-navigation li ul.sub-menu li a:focus {
  color: #F47920;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.secondary-navigation li ul.sub-menu li.current_page_item a {
  border-bottom: none;
}

.secondary-navigation li:hover ul.sub-menu {
  display: block;
}

header li.current_page_item ul.sub-menu li a {
  border-bottom: none;
}

.single-post-thumbnail img {
  width: 100%;
}

body.single-news {
  margin-top: 110px;
}

/* Creative Retouching page */
body.creative-retouching div.portfolio-page h1.section-title {
  margin-top: 50px;
  margin-bottom: 40px;
}

body.creative-retouching  .tab-description-bg {
  padding-top: 80px;
}

body.creative-retouching  .tab-description-bg h3 {
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 1.6;
}

body.home .portfolio-thumbnail p {
  text-transform: none;
}

.rev_slider_wrapper {
  font-family: 'gotham_lightregular', sans-serif;
  z-index: 1;
}

.tp-splitted {
  font-family: 'gotham_lightregular', sans-serif;
}

.tp-leftarrow, .tp-rightarrow {
  display: none !important;
}

body.page-template-template-ftp {
  margin-top: 83px;
}

a.scroll-down-btn {
  background: url('img/scroll-down.png');
  width: 54px;
  height: 54px;
  bottom: 14%;
  display: inline-block;
  position: absolute;
  z-index: 3;
  left: 50%;
  right: 50%;
  margin-left: -27px;
}

body.mobile-device h1, 
body.mobile-device h2, 
body.mobile-device h3, 
body.mobile-device h4, 
body.mobile-device h5, 
body.mobile-device h6 {
  font-family: 'gotham_lightregular', sans-serif;
}

span.vinylcut-content p strong {
  font-family: 'gotham_mediumregular', sans-serif !important;
}

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
  
.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

a.phone-link {
  background: url('img/phoneicon.png') left center no-repeat;
  display: inline-block;
  margin-top: 15px;
  padding: 10px;
  padding-left: 30px;
  line-height: 24px;
  vertical-align: middle;
}

a.phone-link:hover, a.phone-link:focus {
  color: #F47920;
  text-decoration: none;
}

.phone-link2 {
  text-align: center;
}

.phone-link2 a {
  color: #F47920;
}

.phone-link2 a:hover, .phone-link2 a:focus {
  color: #F47920;
  text-decoration: underline;
}

h1.cpgs.is-checked.is-active {
  text-transform: none;
}

#menu-item-2919 a {
	position: relative;
	border: solid 1px #fff;
	padding: 5px 12px 5px 12px !important;
	margin-top: 5px;
}

#menu-item-2919 a:hover {
  border: solid 1px #F47920;
}

/* Watch Video Link */

/*
#menu-item-2919 a {
	position: relative;
	border: solid 1px #fff;
	padding: 5px 12px 5px 30px !important;
	margin-top: 5px;
}


#menu-item-2919 a:before {
  position: absolute;
  background: url('http://coloredge.com/wp-content/themes/coloredge/img/icons/play2.png') no-repeat #000;
  background-position: center center;
  content: '';
  width: 18px;
  height: 18px;
  top: 6px;
  left: 7px;
}	
*/

#menu-item-2919 a:hover:before {
	background: url('http://coloredge.com/wp-content/themes/coloredge/img/icons/play-hover2.png') no-repeat #000;
	background-position: center center;
	-webkit-transition: background-image 0.3s ease-out;
  -moz-transition: background-image 0.3s ease-out;
  -o-transition: background-image 0.3s ease-out;
  transition: background-image 0.3s ease-out;
	
}

.about .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom: 40px;} .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Gravity Forms */
body.page-id-3133 .gform_wrapper .top_label .gfield_label {
  display: none;
}

body.page-id-3133 .gform_wrapper .top_label input.medium,
body.page-id-3133 .gform_wrapper .top_label select.medium {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

body.page-id-3133 .gform_wrapper textarea.medium {
  background: #171717;
  color: #999;
  width: 100%;
  height: 200px;
  margin-bottom: 0;
  border: solid 1px #171717;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

body.page-id-3133 .gform_wrapper textarea.medium:focus {
  border: solid 1px #F47920;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(247, 143, 30, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(247, 143, 30, 0.6);
  
}

body.page-id-3133 .gform_wrapper .top_label input.medium {
  background: #171717;
  color: #999;
  height: 48px;
  margin-bottom: 15px;
  border: solid 1px #171717;
}

body.page-id-3133 .gform_wrapper .top_label input.medium:focus {
  border: solid 1px #F47920;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(247, 143, 30, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(247, 143, 30, 0.6);
  
}

body.page-id-3133 .gform_wrapper .top_label select.medium {
  -webkit-appearance: none;
  background: url('img/select-bg.png') right center no-repeat #171717;
  color: #999;
  height: 48px;
  margin-bottom: 15px;
  border: solid 1px #171717;
}

body.page-id-3133 .gform_wrapper .top_label select.medium:focus {
  border: solid 1px #F47920;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(247, 143, 30, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(247, 143, 30, 0.6);
}

body.page-id-3133 .gform_wrapper .gform_footer input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  background: #F47920;
  width: 140px;
  height: 48px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}



.contact-container .col-sm-6 {
  padding-bottom: 40px;
}

.contact-container .left-col h2 {
  font-size: 14px;
  line-height: 1.4;
}

.contact-container .left-col p {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
}

.contact-container #gform_confirmation_message_2 {
  font-size: 14px;
  line-height: 1.4;
  font-family: 'gotham_thinregular',sans-serif;
}

.contact-container #field_2_8 {
  padding-bottom: 20px;
}

.contact-container h1.section-title-one {
  margin-bottom: 40px;
}

.contact-container .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* FDA Contact Form */
body.page-id-3296 .gform_wrapper {
  width: 100%;
  max-width: 865px;
  margin: auto;
}

body.page-id-3296 .gform_wrapper .top_label .gfield_label {
  display: none;
}

body.page-id-3296 .gform_wrapper .top_label input.medium,
body.page-id-3296 .gform_wrapper .top_label select.medium {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

body.page-id-3296 .gform_wrapper textarea.medium {
  background: #171717;
  color: #999;
  width: 100%;
  height: 200px;
  margin-bottom: 0;
  border: solid 1px #171717;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

body.page-id-3296 .gform_wrapper textarea.medium:focus {
  border: solid 1px #F47920;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(247, 143, 30, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(247, 143, 30, 0.6);
  
}

body.page-id-3296 .gform_wrapper .top_label input.medium {
  background: #171717;
  color: #999;
  height: 48px;
  margin-bottom: 15px;
  border: solid 1px #171717;
}

body.page-id-3296 .gform_wrapper .top_label input.medium:focus {
  border: solid 1px #F47920;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(247, 143, 30, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(247, 143, 30, 0.6);
  
}

body.page-id-3296 .gform_wrapper .top_label select.medium {
  -webkit-appearance: none;
  background: url('img/select-bg.png') right center no-repeat #171717;
  color: #999;
  height: 48px;
  margin-bottom: 15px;
  border: solid 1px #171717;
}

body.page-id-3296 .gform_wrapper .top_label select.medium:focus {
  border: solid 1px #F47920;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(247, 143, 30, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(247, 143, 30, 0.6);
}

body.page-id-3296 .gform_wrapper .gform_footer input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  background: #F47920;
  width: 140px;
  height: 48px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: 18px;
  display: block;
}

body.page-id-3296 .gform_wrapper #field_3_8 .row {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 30px;
}

.project-view-link[href=''] {
  display:none;
}

.project-view-link:hover {
  text-decoration: none;
  color: #fff;
}

.page-id-76 .studio-thumbnail:nth-child(8) {
  display: none;
}

.gform_wrapper ul.row li.gfield {
  clear: none;
}

.container-fda {
  width: 970px;
}

.fda-landing-page {
  margin-top: -19px;
}

.fda-header-container {
  background: url('img/fda-landing-header.jpg') no-repeat center center #f58220;
  background-size: cover;
  padding: 100px 20px;
  text-align: center;
}

.fda-header-container h2 {
  font-family: 'gotham_bookregular',sans-serif;
  font-size: 46px;
  font-weight: bold;
  text-transform: uppercase;
}

.fda-header-container h1 {
  font-size: 26px;
  font-weight: normal;
  text-transform: uppercase;
}

.fda-list-img {
  display: block;
  margin: auto;
  padding: 12px 55px;
}

.page-description-container {
  background: #fff;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 1.8;
  padding: 60px 15px;
  text-align: center;
}

.old-new-label-container {
  background: #e7e8e8;
  padding: 50px 20px;
}

.old-new-label-container img {
  display: block;
  margin: auto;
  max-width: 100%;
  pointer-events: none;
}

.changes-list-container {
  background: #282828;
  padding: 10px 15px 40px 15px;
}

.changes-list-container img {
  max-width: 100%;
}

.coloredge-solution-container {
  background: #1d1d1d;
}

.news-list-container {
  background: #1d1d1d;
  padding-bottom: 60px;
}

/*
.single-fdanews .top-menu, 
.page-id-3296 .top-menu {
  margin-top: 25px;
}
*/

.single-fdanews .top-menu li a,
.page-id-3296 .top-menu li a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.contact-form-container .gform_title,
.fda-section-title {
  text-transform: uppercase;
  text-align: center;
  border-bottom: solid 1px #F47920;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 26px;
  letter-spacing: 5px !important;
}

.coloredge-solution-container .fda-section-title {
  margin-top: 40px;
}

.changes-list-container h4 {
  color: #F47920;
  font-family: 'gotham_bookregular',sans-serif;
  font-size: 19px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

.changes-list-container ul {
  margin: 0 0 0 15px;
  padding: 0;
}

.changes-list-container ul li {
  font-family: 'gotham_lightregular',sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.changes-list-container ul li strong {
  font-family: 'gotham_bookregular',sans-serif;
}

.coloredge-solution-container {
  padding-top: 10px;
  padding-bottom: 30px;
}

.coloredge-solution-container p {
  font-family: 'gotham_lightregular',sans-serif;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
}

.contact-form-container .gfield_html_formatted,
#gform_confirmation_message_3 {
  font-family: 'gotham_lightregular',sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.solutions-icon {
  display: block;
  margin: auto;
  margin-top: 30px;
}

.fda-posts-container a img {
  max-width: 100%;
}

li#field_3_8 {
  text-align: center;
}

#fda-news a span.pdf-download,
#fda-news a[href$=".pdf"] span {
  display: none;
}

#fda-news a[href$=".pdf"] span.pdf-download { 
  display: inline;
}

.single-fdanews article.fdanews ul {
  list-style: none;
  padding-left: 10px;
}

.single-fdanews article.fdanews ul li:before {
  content: "• ";
  color: #F47920;
  font-size: 17px;
  padding-right: 5px;
}

.single-fdanews article.fdanews ul ul li {
  padding-left: 23px;
}

.single-fdanews article.fdanews ul ul li:before {
  content: "◦ ";
  font-size: 10px;
  position: absolute;
  margin-top: 3px;
  margin-left: -16px;
}

.packaging div.studio-services .header-description,
.packaging .header-description p {
  width: 800px;
}

.parent-pageid-78 span.vinylcut-content {
  padding-top: 10px;
  padding-bottom: 30px;
}

.parent-pageid-78 span.vinylcut-content p {
  font-size: 15px;
  margin-top: 0;
}

.carousel2 .owl-buttons {
  top: 33%;
}

.carousel2 .owl-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
}

body.prototypes .prototypes__link {
  display: block !important;
  position: absolute;
  bottom: 0;
  left: 15px;
}

@media (min-width: 1400px) {
	.desktop__video video {
		margin-top: -100px;
		margin-bottom: auto;
	}
}

@media (min-width: 768px) {
  .prototypes__link a {
    padding-left: 165px;    
  }
}

@media (max-width: 991px) {
	.menu-item-68 a {
    margin-top: -7px;	
	}
	
	li#menu-item-2919 {
	  margin-top: 7px;
	  border: none;
	}
  
  li#menu-item-2919 a {
	  padding: 10px !important;
	  margin: 0;
	  border: 0;
	  border-bottom: solid 1px #222;
  }
  
  li#menu-item-2919 a {
	  margin-top: -7px !important;
  }
  
  #menu-item-2919 a:before {
	  display: none !important;
  }
  
  .fda-header-container {
    padding: 70px 20px;
  }
  
  .fda-header-container h2 {
    font-size: 30px;
  }
  
  .fda-header-container h1 {
    font-size: 14px;
    line-height: 1.4;
  }
  
  .page-description-container {
    font-size: 14px;
    padding: 40px 15px 32px 15px;
  }
  
  .solutions-icon {
    width: 128px;
  }
}


@media (min-width: 768px) {
  .technology-block {
    padding-right: 66px;
  }
  
  .technology-block img {
    width: 100%;
  }
  
  .technology-block p {
    line-height: 1.9;
  }
  
  .column-offset {
    margin-left: 12.25% !important;
  }
  
  .navbar-nav.secondary-navigation {
    float: right;
  }
  
  .navbar-collapse.collapse {
    display: block !important;
  }
  
  .footer-nav li.menu-item-121 {
    padding-left: 20px;
  }  
   
}

@media (min-width: 991px) {
  .secondary-navigation>li {
    padding: 0 15px;
  }
  
  .secondary-navigation>li>a {
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }
  
  .container-std .col-sm-6 {
    width: 45%;
    margin-left: 0;
    margin-right: 5%;
  }
  
  .container-std .col-sm-6.right {
    margin-left: 5%;
    margin-right: 0;
  }
  
  .contact-page .section-title-container {
    width: 90%;
  }
  
  
}

@media only screen and (min-width: 1920px) {
  .isotope .item { width: 20%; }
}


@media only screen and (max-width: 1440px) {
  .isotope .item { width: 25%; }
}

@media only screen and (max-width: 1024px) {
  .isotope .item { width: 33.333%; }
}

@media only screen and (max-height: 768px) {
  .homepage-header {
    max-height: 90%;  
  }
}

@media only screen and (max-height: 400px) {
  nav {
    max-height: 280px;
    overflow: scroll;  
  }
}


@media only screen and (min-width: 768px) {
  .our-location .col-sm-5 {
    padding-top: 65px;
  }
}




@media only screen and (max-width: 991px) {
  body.single-post #sidebar, body.news #sidebar {
    display: none;
  }

  #bs-example-navbar-collapse-1 {
    clear: both;
  }
  
  .secondary-navigation li ul.sub-menu {
    display: none !important;
  }
  
  .navbar-header {
      float: none;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin: 7.5px -15px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .navbar-text {
      float: none;
      margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in { 
      display: block!important;
  }
  .collapsing {
      overflow: hidden!important;
  }
  
  .container {
    width: 100%;
    max-width: 100%;
  }
    
  .nav.pull-right {
    float: none !important;
  } 
  
  .top-menu {
    float: none
  }
  
  nav .nav>li>a {
    color: #fff;
    display: block;
    border-bottom: solid 1px #222;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
  }
  
  nav .nav>li>a:focus, nav .nav>li>a:hover {
    background: #1d1d1d;
    color: #F47920;
  }
  
  nav br {
    display: none !important;
  }
  
  div.footer-extra-nav ul {
    margin-left: 0;
  }

  div.footer-extra-nav ul li {
    display: inline-block;
  }  
  
  h4.subscribe-title, div.subscription-form-container {
    width: 100%;
    clear: both;
    display: block;
  }
  
  .visible-xs {
    display: block !important;
  }
  
  .hidden-xs {
    display: none !important;
  }
  
  .single-fdanews .top-menu, .page-id-3296 .top-menu {
    margin-top: 0;  
  }
  
  .fda-nav li a {
    width: 100%;
    margin-left: 10px;
  }
}

@media only screen and (max-width:800px) {
  .portfolio-navigation a {
    margin: 0 8px;
  }
  
  a.scroll-down-btn {
    display: none !important;
  }
}

@media only screen and (max-width:768px) {
  body.single-post #sidebar,
  body.news #sidebar {
    display: none;  
  }
  
  .homepage-header h1 {
    font-size: 28px;
  }
  
  .homepage-heading {
    background: #000;
    padding: 40px 0 65px 0;
  }
  
  .section-title {
    margin-top: 40px;
    margin-bottom: 40px;
    letter-spacing: 6px;
  }
  
  .footer-nav-col-one {
    display: inline-block;
  }
  
  .our-location .container {
    background: #1d1d1d;
  }
  
  .owl-buttons .owl-prev, .owl-buttons .owl-next {
    background: none !important;
  }

  .technology-block img {
    margin-top: 25px;
  }
  
  .overflow-hide {
    overflow: visible;
  }

  span.vinylcut-content {
    padding-top: 0;
  }
  
  .col-sm-8.overflow-hide {
    padding-top: 65px !important;
  }
  
  .home-blog-container {
    margin-bottom: 15px;
  }
  
  .single-fdanews .ssba {
    margin-top: 0 !important;
    margin-bottom: 15px;
  }
  
  .changes-list-container img {
    max-width: 128px;
    padding: 20px 0; 
  }
}

@media only screen and (max-width:640px) {
  .isotope .item { width: 50%; }
  
  ul.footer-nav li.menu-item-has-children {
    width: 50%;
    min-height: 203px;
  }
  
  .fda-section-title {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 16px;
    letter-spacing: 3px !important;
  }
  
  .contact-form-container .gform_title {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 15px;
    letter-spacing: 1px !important;
  } 
  
  .contact-form-container .container {
    padding: 0;
  }
}

@media only screen and (max-width:480px) {
  .homepage-header h1 {
    font-family: 'gotham_lightregular', sans-serif;
    font-size: 22px;
  }

  .footer-extra-nav ul li {
    font-size: 12px;
  }
  
  .heading-container h1 {
    font-size: 14px;
  }
  
  
  .heading-container p, .home-blog-container .blog-excerpt, .header-description p, div.studio-services .header-description p, .page-block p {
    font-size: 12px;
  }
  
  body.home h1.section-title-one, body.home h1.section-title, .section-title-two {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
  }
  
  div.section-titles h1 {
    font-size: 18px;
    letter-spacing: 3px;
  }
  
  div.imaging-display .section-title, 
  div.studio-services h1,
  div.technology-page h1.section-title,
  body.home h1.section-title-one, 
  body.home h1.section-title, 
  .section-title-two, 
  body.about h1.section-title,
  body.page-template-template-ftp h1.section-title,
  .contact-page h1.section-title-one {
    letter-spacing: 3px;
  }
  
  div.technology-page h1.section-title {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .contact-page h1.section-title-one {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 30px;

  }
  
  p.portfolio-description span {
    font-size: 12px;
  }
  
  div.imaging-display .section-title, div.studio-services h1 {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 18px;
  }
  
  .section-title-container h1.section-title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  
  body.about h1.section-title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  body.page-template-template-ftp h1.section-title {
    font-size: 18px;
  }
  
  .our-philosophy h2, 
  .our-history h2, 
  .our-location h2, 
  .our-people h2, 
  .our-clients h2, 
  .project-management .container h2 {
    font-size: 16px;
  }
  
  .our-philosophy p, 
  .our-history p, 
  .our-location p, 
  .our-people p, 
  .our-clients p, 
  .clients-section-description p, 
  .project-management .container p {
    font-size: 12px;
  }
  
  .extra-info-block h4, .footer-headline h3 {
    font-size: 13px;
    line-height: 1.2;
  }
   
  .portfolio-thumbnail p {
    font-size: 12px;
    padding: 8px;
  }
  
  h4.subscribe-title {
    font-size: 16px;
  }
  
  .studio-thumbnail p {
    font-size: 11px; 
    padding: 8px 2px;
  }
  
  body.home .our-clients {
    padding-bottom: 0;
    padding-top: 30px;
  }
  
  p.copyright {
    color: #999;
    font-size: 10px;
  }
  
  .down-arrow {
    display: none;
  }
  
  body.portfolio div.portfolio-page {
    margin-top: 28px;
  }
  
  .address-container {
    font-size: 13px;
  }
  
  .portfolio-navigation a {
    font-size: 12px;
  }
  
  div.tp-caption {
    display: none;
  }
  
  .tp-caption.gotham-impact, .gotham-impact {
    text-shadow: none !important;
  }
  
  div.tp-caption.orange-line, 
  div.tp-caption.gotham-impact.customin.customout.tp-resizeme {
    display: block;
  }
  
  .ftp-first-column a {
    width: 110px;
  }
  
  .ftp-second-column a {
    width: 100% !important;
    margin: 0px;
    padding: 0;
  }
  
  .ftp-second-column a:nth-child(1) {
    margin-top: 15px;
  }
  
  body.ftpupload h3 {
    font-size: 16px;
  }
  
  .ftp-upload-container {
    padding-bottom: 80px !important;
  }
  
  .news a h1 {
    font-size: 14px;
    margin-top: 20px;
  }
  
  .retail-apps-content a {
    font-size: 11px;
  }
  
  body.parent-pageid-76 .header-description {
    margin-bottom: 0;
  }
  
  body.wide-format .page-block-top h2, .technology-block h2, .vinylcut-content h2 {
    font-size: 16px;
    margin-top: 15px;
  }
  
  body.wide-format .page-block-top p, span.vinylcut-content p {
    font-size: 12px;
  }
  
  .page-block {
    padding-top: 30px;
  }
  
  div.header-container {
    text-align: center;
    padding-bottom: 20px;
  }
  
  h1.work-category, h2.client-name {
    font-size: 18px;
  }
  
  h3.work-name-location {
    font-size: 14px;
  }
  
  .work-description p {
    font-size: 12px; 
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .tabs-nav li {
    width: 100%;
  }
  
  div.portfolio-page h1.section-title {
    font-size: 18px;
  }
  
  .tab-description h3 {
    font-size: 16px;
  }
  
  .tab-description-bg h2 {
    font-size: 16px;
    padding-top: 10px;
  }
  
  .tab-description p {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-block-sans-bottom h2.block-title {
    padding-top: 0;
  }
  
  .tab-description-bg {
    min-height: 270px;
  }
  
  body.creative-retouching div.portfolio-page h1.section-title {
    margin-top: 10px;
    margin-bottom: 0;
  }
  
  body.creative-retouching .tab-description-bg {
    padding-top: 40px;
  }
  
  .header-description {
    margin-bottom: 20px;
  }
  
  span.vinylcut-content {
    padding-top: 0 !important;
  }
  
  .vinylcut-content h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
	#portfolio-carousel .owl-pagination {
	    position: absolute;
	    right: 0;
	    bottom: -17px;
	    z-index: 9;
	}

	.owl-pagination .owl-page span {
	    background: #616161;
	    width: 6px;
	    height: 6px;
	    display: inline-block;
	    margin-right: 7px;
	    border-radius: 5px;
	}
	
	.fda-header-container {
    padding: 32px 5px;
  }
	
	.fda-header-container h2 {
    font-size: 18px;
  }
  
  .fda-header-container h1 {
    font-size: 14px;
    line-height: 1.4;
  }
  
  .coloredge-solution-container p,
  .contact-form-container .gfield_html_formatted {
    font-size: 14px;
  }
  
  .changes-list-container h4 {
    font-family: 'gotham_bookregular',sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 11px;
  }
  
  .changes-list-container ul li {
    font-size: 14px;
  }
}


@media only screen and (max-width:375px) {
  .homepage-header h1 {
    font-size: 18px;
  }
  
  .contact-single h2 {
    font-size: 13px;
    margin-bottom: 15px;
  }
  
  ul.footer-nav li.menu-item-has-children {
    width: 100%;
    margin-bottom: 5px;
  }
  
  li.menu-item-131, li.menu-item-132 { 
    margin-top: 25px !important; 
  }
}

/*
div#Hardware {
  padding-bottom: 0;
}
*/

body.digital-signage .page-block.first-block {
  padding-bottom: 50px;
}

/* NEWS PAGE */
  .blog h1 { margin-bottom:4px; }
  .blog a { text-decoration:none; }
  .blog a h1 { font-size:22px; margin-top:30px; display:block; color:#F47920; }
  .blog a h1:hover { color:#fff; }
  .blog .post-details { color:#666; font-size:12px; margin-top:0; text-transform:uppercase; }
  .blog .post-details .Category a { color:#666; }
  .blog .Category a:hover { color:#F47920; text-decoration:none; }
  .blog #sidebar h2{ font-family:Gotham, Helvetica, sans-serif; font-size:26px; display:block; }
  .blog #sidebar h3 { margin-top:40px; font-family:Gotham, Helvetica, sans-serif; font-size:18px; display:block; }
  .blog #sidebar ul.social-links { margin: 0 0 20px 0; padding:0; }
  .blog #sidebar ul#side-cats { list-style:none; padding-left:0; }
  .blog #sidebar ul#side-cats li { line-height:19px; font-weight:100; }
  .blog #sidebar ul#side-cats li a:hover { color:#F47920; text-decoration:none; }
  .blog #sidebar ul.social-links li { margin-right:5px; }
  .blog #sidebar ul.social-links li.facebook { background-position: 0 -80px; }
  .blog #sidebar ul.social-links li.facebook:hover { background-position: 0 -121px; }
  .blog #sidebar ul.social-links li.twitter { background-position: -40px -80px; }
  .blog #sidebar ul.social-links li.twitter:hover { background-position: -40px -121px; }
  .blog #sidebar ul.social-links li.linkedin { background-position: -80px -80px; }
  .blog #sidebar ul.social-links li.linkedin:hover { background-position: -80px -121px; }
  .blog #sidebar ul.social-links li.vimeo { background-position: -120px -80px; }
  .blog #sidebar ul.social-links li.vimeo:hover { background-position: -120px -121px; }
  .blog #sidebar ul.social-links li.youtube { background-position: -160px -80px; }
  .blog #sidebar ul.social-links li.youtube:hover { background-position: -160px -121px; }
  .blog #sidebar ul.social-links li.instagram { background-position: -200px -80px; }
  .blog #sidebar ul.social-links li.instagram:hover { background-position: -200px -121px; }
  .blog hr { display:block; clear:both; border-color:#666666; margin-top:50px; margin-bottom:35px; }
  .blog .pagination a{ color:#999999; }
  .blog .pagination a:hover{ color:#F47920; }
  .blog .pagination .page-numbers.current{ color:#F47920; }
  .blog .pagination.pag-words a+a{ border-left:1px solid #999999; padding-left:15px; margin-left:13px; }
  .pagination.col-sm-6.pag-nums.text-right { float: right; }

.blog #sidebar ul.social-links li {
  margin-right: 0px;
  transform: scale(0.9);
}

@media only screen and (max-width: 991px) {
  body.blog #sidebar {
    display: none;
  }	
  
  .blog a h1 {
    font-size: 14px;
    margin-top: 20px;
  }
}

#cookie-law-info-again {
	position: relative !important;
}
  