@charset "utf-8";

/*------------------------------------*\
    GLOBALS
\*------------------------------------*/
.hover {
-webkit-user-select: none;
-webkit-touch-callout: none;        
}
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFFFFF;
	color: #403f3f;
	background: url(../images/responsive/BG.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
	background-size:cover;
	font-weight:300;
}
body.home-page {
	background: url(../images/responsive/BG-home.png) no-repeat top center fixed;
}
#home {
	background-color: rgba(0, 0, 0, 0.5);
}
#mobile-bg {
	display:none;
}
h1, h2, h3, h4, h5, .navbar-collapse > ul > li {
	/* special fonts set here, for nav too */
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
a:link, a:hover, a:active, a:visited {
	color: #50a7b5;
}
:focus {
outline:0 !important;	
}
strong {
	font-weight:400 !important;
}
h1 {
	font-size: 4.500em /*72px*/;
	color:#fff;
	text-shadow:1px 1px 5px #000;
	text-transform:uppercase;
}
h2 {
	font-size: 2.250em /*36px*/;
}
h3, h4, h5 {
	font-size: 1.500em  /*24px*/;
}
h1, h2, h3, h4, h5 {
	font-weight:300;
	margin:0 0 15px 0;
}

p {
	line-height:22px;
	margin:15px 0;
}
strong {
	font-weight:400;
}
.container, .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.row {
	margin: 0;
}
header, #home-intro {
min-height:750px;
position:relative;	
}
header.int-darkBG {
min-height:550px;
position:relative;	
}
#tagline {
	position:absolute;
	bottom: 50px;
	left:15px;
	width: 100%;
	text-align: center;
	display:block;
}
#home #tagline h1 {
	font-size: 2.5em;
	text-transform: none;
	text-shadow: none;
	margin-bottom: 80px;
}
#tagline h2 {
	font-size:2.000em /*32px*/;
	color:#fff;
	text-shadow: none;
	line-height:48px;
	margin-bottom: 25px;
}
#tagline p {
	font-size: 1.75em;
	color:#fff;
	font-weight: bold;
	font-style: italic;
	line-height: 42px;
	margin-bottom: 35px;
}
#tagline p a {
	background: #FFCC33;
	color: #0A0A0A;
	font-style: normal;
	font-size: .66em;
	line-height: .75em;
	display: inline-block;
	padding: 1.5rem 2.5rem;
	border-radius: 20px;
}
#tagline p a:hover {
	text-decoration: none;
	color: #666666;
}
#int #tagline p a {
	background: #FFFFFF;
}
/*
#tagline h2 span{
	font-size:1.188em;
	text-transform:uppercase;
	line-height:42px;
	margin-top:15px;
	display:block;
}
*/
.de-brand {
	text-transform: uppercase;
}
.c51-brand {
	font-weight: bold;
}
.c51-brand > span {
	color: #FFCC33;
}
header h2 {
	color:#fff;
	text-shadow:1px 1px 5px #000;
}

#tagline-teal h2 { 
color:#fff;
font-style:italic; 
margin-top:25px;
margin-bottom:25px;
}

#content-sidebar li {
	margin-bottom: 15px;
}
#content-sidebar a.current {
	padding: 2px 30px 2px 2px;
	background-color: #f7f7f7;
	color: #333;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

@media (min-width: 769px) {
	
.flexit {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;        /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;     /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */	

}
.fill-height-or-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
} 

.fill-height-or-more > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
}
/*------------------------------
 BACKGROUNDS & BUTTONS
--------------------------------*/
.whiteBG {
	background-color:#fff;
}
.white-t-BG {
	background-image:url(../images/responsive/whiteBG.png);
	background-repeat:repeat;
}
.int-white-t-BG {
	background-image:url(../images/responsive/int-whiteBG.png);
	background-repeat:repeat;
}
.tealBG {
	background-image:url(../images/responsive/tealBG.png);
	background-repeat:repeat;
	color:#fff;
	
}
.darkBG {
	background-image:url(../images/responsive/darkBG.png);
	background-repeat:repeat;
	color:#fff;
}
.int-darkBG {
	background-image:url(../images/responsive/int-darkBG.png);
	background-repeat:repeat;
	color:#fff;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #50a7b5;
  display:inline-block;
}

.btn { 
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px; 
  border-radius: 0px;  
  font-size: 1.125em /*18px*/;
  font-weight:300;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active, .btn.active {
    background-image: none;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;
    outline: 0 none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}
.btn-dark, a.btn-dark {
    background-color: transparent;
    border-color: #333;
    color: #333 !important;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark {
    background-color: #50a7b5;
    border-color: #333;
    color: #333;
}
.btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark {
    background-image: none;
}
.btn-light, a.btn-light {
    background-color: transparent;
    border-color: #fff;
    color: #fff !important;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .open .dropdown-toggle.btn-light {
    background-color: #50a7b5;
    border-color: #fff;
    color: #fff;
}
.btn-light:active, .btn-light.active, .open .dropdown-toggle.btn-light {
    background-image: none;
}
.btn-bright, a.btn-bright {
    background-color: #50a7b5;
    border-color: #fff;
    color: #fff !important;
}
.btn-bright:hover, .btn-bright:focus, .btn-bright:active, .btn-bright.active, .open .dropdown-toggle.btn-bright {
	background-color: #6c7cb2;
    border-color: #fff;
    color: #fff;
}
.btn-bright:active, .btn-bright.active, .open .dropdown-toggle.btn-bright {
    background-image: none;
}
.btn-spacer {
margin-top:60px;	
}
/*------------------------------
 HOME
--------------------------------*/
.navbar-brand {
	padding:5px 0;
	position:relative;
	overflow:visible;
	top:79px;
}
.navbar-brand img {
	max-width: 450px;
}
.navbar-brand.shrink {
	position:static;
}
.navbar-brand.shrink img{
  max-height:40px;
  
}

.blockit {
padding-top:90px;
padding-bottom:90px;	
}
.circle-green::before {
	content:'DIGITAL';
	
}
.circle-red::before {
	content:'CREATIVE';
	
}
.circle-blue::before {
	content:'BRANDING';
	
}
.circle-purple::before {
	content:'SUPPORT';
	
}
.circle-purple::after {
	background-image:url(../images/responsive/retina/icon-support.png);
	background-size: 80px 80px;
	
}
.circle-green::after {
	background-image:url(../images/responsive/retina/icon-digital.png);
	background-size: 80px 80px;
}
.circle-red::after {
	background-image:url(../images/responsive/retina/icon-creative.png);
	background-size: 80px 80px;
}
.circle-blue::after {
	background-image:url(../images/responsive/retina/icon-branding.png);
	background-size: 80px 80px;
}
header.int-darkBG #int-tagline-intro img {
	max-height:165px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    /* Retina-specific stuff here */

.circle-purple::after {
	background-image:url(../images/responsive/retina/icon-support_2x.png);
	background-size: 80px 80px;
	
}
.circle-green::after {
	background-image:url(../images/responsive/retina/icon-digital_2x.png);
	background-size: 80px 80px;
}
.circle-red::after {
	background-image:url(../images/responsive/retina/icon-creative_2x.png);
	background-size: 80px 80px;
}
.circle-blue::after {
	background-image:url(../images/responsive/retina/icon-branding_2x.png);
	background-size: 80px 80px;
}

}
.circle::before {
	position:absolute;
	top:110px;
	margin:auto;
	left:50%;
	 -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size:1.563em /*25px*/;
  color:#fff;
}
.circle::after {
	background-repeat:no-repeat;
	width:80px;
	height:80px;
	position:absolute;
	top:25px;
	margin:auto;
	content:'';
	left:50%;
	 -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.circle {
	border-radius: 50%;
  	width: 178px;
  	padding-bottom: 178px;
	position:relative;
	margin:0 auto;
	display:block;

	/* width and height can be anything, as long as they're equal */
}
a.circle span {
	display:none;
}
.circle-green {
	background-color:#749f58;
}
.circle-red {
	background-color:#853636;
}
.circle-blue {
	background-color:#5ca2b3;
}
.circle-purple {
	background-color:#6c7cb2;
}

.slick-success-stories > div {
	color:#666; 
	font-size:1.500em /*24px*/;
}
.slick-success-stories > div p {
	line-height:36px;
}
#quote-block .darkBG {
	padding-top:30px;
	padding-bottom:30px;
}
#quote-block h2 span {
	font-size:0.556em /*20px*/;
}
#quote-block h2 {
	line-height:30px;
}
#quote-block img {
	max-width:101px;
}
#socialize-block {
padding-top:60px;
padding-bottom:60px;	
}
#socialize-block a {
	display:inline-block;
	margin-left:30px;
	margin-right:30px;
}
#socialize-block a img {
	max-width:49px;
}
.h-spacer {
	margin-bottom:40px;
}
.success-stars {
	 color:#5ca2b3;
}
.spaced-out h2, .spaced-out p  {
	line-height:72px;
}
#responsive-devices {
	display:inline-block;
	margin:40px auto;
	max-width:840px;
	width:100%;
}
.capabilities-list {
text-align:center;
margin:40px 0 0 0;
padding:0;	
}
.capabilities-list li{
	list-style:none;
	font-size:1.125em /*18px*/;
	color:#666666;
	text-transform:uppercase;
	margin-bottom:15px;
	line-height:20px;
}
.logo-dots {
max-width:131px;	
}
/*------------------------------
 FEATURED WORK HOVER EFFECT 
--------------------------------*/
.w-thumb {
	padding-left:0;
	padding-right:0;
}
.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
/*opacity:0;*/
opacity:1;
filter:alpha(opacity=100);
background-color:rgba(0,0,0,0.4);
/*-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;*/
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
width:101%;
height:auto;
overflow:hidden;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:1.500em /*24px*/;
display:block;
/*background:rgba(0,0,0,0.6);*/
-webkit-transform:translatey(-50%);
-ms-transform:translatey(-50%);
transform:translatey(-50%);
/*-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;*/
top:50%;
}
.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}


/*------------------------------
 INT
--------------------------------*/
#int-tagline-intro {
	min-height:550px; 
	position:relative; 
	text-align:center; 
	padding-top:100px; 
	padding-left:40px; 
	padding-right:40px;
}
#page-block {
	padding-top:40px;
	padding-bottom:40px;
}
#int-content {
	min-height:600px;
}
#content {
padding:30px 40px;	
}
#int-top {
padding:20px 40px;	
}
#sidebar .pagetitle {
	color: #fff;
	padding: 25px 0 0 0;
	margin: 0;
    font-size: 1.0em;
    font-weight: bold;
}
#sidebar .pagetitle a { 
	line-height: 14px;
	color: #6C207E;
	text-decoration: none;
}
#sidebar li{
	list-style-type: none;
	margin: 0 0 7px 0;
	padding: 0;
}
#sidebar ul{
	margin: 7px 0 0 0;
	padding: 0;
}
#sidebar ul.secondlevel{
	margin-bottom:40px;	
}
#sidebar li.menu_active {
	font-weight:bold;	
}
#sidebar li.menu_inactive {
	font-weight:normal;
}
#sidebar .secondlevel li {
	padding: 0 0 0 23px;
}
#sidebar .secondlevel li > ul > li {
	padding: 0 0 0 15px;
}
/*------------------------------
 PORFOLIO
--------------------------------*/
.switcheroo {
	margin-left:-15px;
	margin-right:-15px;
}
.int-boxcont-sidebar {
	margin-left:-15px;
	margin-right:-15px;
}
.detail-slick {
	max-width:600px;
	margin:auto;
}
.detail-slick div {
	text-align:center;
}
.detail-slick div img {
	max-width:100% !important;
	width:auto !important;
	margin:auto;
	-webkit-box-shadow: 0 8px 6px -6px #6e6b62;
	-moz-box-shadow: 0 8px 6px -6px #6e6b62;
	box-shadow: 0 8px 6px -6px #6e6b62;
	margin-bottom:30px;		
	display:block;		
}

.detail-single img {
	margin:auto;
	-webkit-box-shadow: 0 8px 6px -6px #6e6b62;
	-moz-box-shadow: 0 8px 6px -6px #6e6b62;
	box-shadow: 0 8px 6px -6px #6e6b62;
	margin-bottom:30px;		
	display:block;
}

.detail-slick .slick-prev:before,
.detail-slick .slick-next:before
{
    color: #666;
}
.item-title {
	text-align:center;
	margin-bottom:30px;
}
.client-listing ul {
	padding-left:15px;
}
.client-listing ul li {
	list-style:none;
}
#sidebar h3 {
margin-top:30px;	
}

/*------------------------------
 NAVIGATION
--------------------------------*/
.mean-container .mean-nav ul li a.mean-expand {
    height: 24px !important;
}
.navbar-collapse{
	max-height:none !important;

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

.masthead {
	margin-left:-15px;	
	margin-right:-15px;
}
.navbar {
  	min-height: 40px;
   
}
/*---navbar centering/justify start--*/

ul.navbar-nav {
    padding: 0 !important;
	margin:0 !important;
   /* display:table !important;
    width:100% !important;
	max-width:100% !important;*/
    font-size:0 !important;
	float:right;
	 
}
	

.navbar-default .navbar-nav > li {
   /* display:table-cell !important;
	float:none;*/
	
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;


}
/*---navbar centering/justify end--*/
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-collapse > ul > li {
	/*width: 20%; /* fallback for non-calc() browsers */
	/*width: calc(100% / 5);*/
	font-weight:400;
	font-size:20px;
	text-align:center;
}
.home-nav > ul > li {
	/*width: 16.6666666%;  fallback for non-calc() browsers */
	/*width: calc(100% / 6);*/
}
.navbar-collapse > ul {
	/*width:100%;	*/
}
.navbar-nav > li > a {
	/* removes default padding
	padding: 0;
	*/
}
.nav > li > a {
	/* adjust navbar item height and padding here
	height: 50px;
	padding: 6px 10px 0 10px;
	*/
}
.navbar {
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px; 
	border: 0;
	margin-bottom: 0;
}
.navbar-default {
	border-color: transparent;
	background-color:transparent;
	background-image:url(../images/responsive/navBG.png);
	background-repeat:repeat;

}
.navbar-default-teal {
	border-color: transparent;
	/*background-color:transparent;
	background-image:url(../images/responsive/navBG.png);
	background-repeat:repeat;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+31,03495a+56&0.95+0,0.9+56,0.95+100 */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjMxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iIzAzNDk1YSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAzNDk1YSIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

background: -moz-linear-gradient(left,  rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.92) 31%, rgba(3,73,90,0.9) 56%, rgba(3,73,90,0.95) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(left,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.92) 31%,rgba(3,73,90,0.9) 56%,rgba(3,73,90,0.95) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to right,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.92) 31%,rgba(3,73,90,0.9) 56%,rgba(3,73,90,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ffffff', endColorstr='#f203495a',GradientType=1 ); /* IE6-8 */




}
.navbar-default .navbar-brand {
	color: #5e5e5e;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #333;
}
.navbar-default .navbar-nav > li > a {
	/*color: #333;*/
	color:#04718c;
	
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	/*color: #50a7b5;*/
	color:#04718c;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #50a7b5;
	/*color:#04718c;*/
	background-color: transparent;
	
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav {
	background-color:transparent;
}

.navbar-default .navbar-nav > li {
	border-left: 0px solid #666;	
	margin-top:0px;
	margin-bottom:0px;
}
.navbar-default .navbar-nav > li:first-child {
	border-left: 0;	
}
.dropdown-menu {
	/* dropdown bg
	background-color: #6C207E;
	*/
}
.dropdown-menu li {
	text-align: left;
}
.dropdown-menu li a {
	text-align: left;
	color: #082d81;
}
.dropdown-menu:before,
.dropdown-menu:after {
	display:none;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	color: #666;
	/* dropdown menu styles
	color: #f05d21;
	background-color: transparent;
	*/
}
.dropdown-toggle {
	cursor: pointer;
}

/*------------------------------
 MULTI-LEVEL NAV SUPPPORT
--------------------------------*/
.dropdown {
  	position: relative;
}
.dropdown-toggle:focus {
  	outline: 0;
}
.dropdown-menu {
  	position: absolute;
  	top: 99%;
  	left: 0;
  	z-index: 1000;
  	display: none;
 	float: left;
  	min-width: 160px;
 	padding: 5px 0;
  	margin: 2px 0 0;
  	font-size: 14px;
  	text-align: left;
  	list-style: none;
  	background-color: #fff;
  	-webkit-background-clip: padding-box;
    background-clip: padding-box;
  	/*--custom--*/
  	border: 0px solid #ccc;
  	border: 0px solid rgba(0, 0, 0, .15);
 
   	-webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
	/*--custom--*/
  	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  	right: 0;
  	left: auto;
}
.dropdown-menu .divider {
  	height: 1px;
  	margin: 9px 0;
  	overflow: hidden;
  	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  	display: block;
  	padding: 3px 20px;
  	clear: both;
  	font-weight: normal;
  	line-height: 1.42857143;
  	color: #082d81;
  	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  	color: #666;
  	text-decoration: none;
  	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  	color: #666;
  	text-decoration: none;
  	background-color:#f5f5f5;
  	/*background-color: #428bca;*/
  	outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  	color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
 	 text-decoration: none;
  	cursor: not-allowed;
  	background-color: transparent;
  	background-image: none;
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  	display: block;
}
.open > a {
  	outline: 0;
}
.dropdown-menu-right {
  	right: 0;
  	left: auto;
}
.dropdown-menu-left {
  	right: auto;
  	left: 0;
}
.dropdown-header {
  	display: block;
  	padding: 3px 20px;
  	font-size: 12px;
  	line-height: 1.42857143;
  	color: #777;
  	white-space: nowrap;
}
.dropdown-backdrop {
  	position: fixed;
  	top: 0;
 	right: 0;
 	bottom: 0;
  	left: 0;
  	z-index: 990;
}
.pull-right > .dropdown-menu {
  	right: 0;
  	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  	content: "";
  	border-top: 0;
  	border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  	top: auto;
  	bottom: 100%;
  	margin-bottom: 1px;
}

/*--CUSTOM MENU STYLES--*/

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
}
/*------------------------------
 CONTACT FORM 
--------------------------------*/
#page-form {
	display:inline-block;
}
/*------------------------------
 FORM STYLES (Bootstrap))
--------------------------------*/

.form-control {
	/*width: 75%;*/
	 -webkit-border-radius: 0px; 
	 -moz-border-radius: 0px; 
  	 border-radius: 0px; 
}
.form-group span.required {
	color: red;
}
.recaptcha {
	margin-top:15px;
}
.form-group input.error, 
.form-group select.error, 
.form-group textarea.error { 
	border: .1em solid red; 
}
.form-group label.error {
	font-weight: normal;
	color: red;
	margin: 1.0em 0 0 0;
}
label {
    font-weight: 300;
}
/*------------------------------
 FOOTER
--------------------------------*/

footer {
	
}
footer ul li{
list-style:none;	
}
ul#f-links {
padding-left:0;	
}
ul#f-links a, a.whiteout{
	color:#fff;
}
#f-logo {
	max-width:272px;
}
#members-block {
	padding-top:8px;
	padding-bottom:9px;
}
#members-block h3 {
	margin-bottom:0;
	line-height:68px;
}
#members-block img {
    max-height:68px;	
}
/*------------------------------
 MEDIA QUERIES
--------------------------------*/

@media (min-width: 1200px) {
	.container {
		/* this should be set to width of container if default not used*/
		width: 1170px;
		
	}
}
@media screen and (max-width: 1024px) {
#home, #int {
	overflow:hidden; 
	min-height:100px; 
	float:left; 
	width:100%;
	}
body {
	background-image:none;	
	}
#mobile-bg {
	display:block;
	position: fixed;
overflow: hidden;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
}
#mobile-bg img {
	width: auto;
height: auto;
min-height: 100%;
min-width: 100%;
}
}
@media screen and (max-width: 992px) {
	.container {
		width: auto;
	}
	.navbar {
		display: none;
	}
    .collapse.in{
          display:block !important;
    } 
	/*#slideshow .cycle-slideshow {
		margin:auto;	
	}*/
}

@media screen and (max-width: 768px) {
	input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none; /* mobile firefox too! */
	}
	
	img {
		max-width: 100%;
		height:auto;
	}
	
	/*.form-group {
		padding:0;
		margin-bottom:0;
		clear:none !important;
		float:left;
		display:inline-block;
		width:81%;
	}*/
	
	.navbar-nav {
		padding:0;	
		margin:0;
	}
	.navbar-nav > li >a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.nav > li > a {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.form-control {
		width: 100%;
	}
	
	/*-------------------------------
	HOME
	-------------------------------*/
	header, #home-intro {
		min-height:350px;
		position:relative;	
	}
	.spaced-out h2, .spaced-out p {
    	line-height: 48px;
	}
	
	#tagline {
		position: relative;
		bottom: auto;
		left: auto;
        margin-top: 30px;
    }
    #home #tagline h1 {
        margin-bottom: 30px;
    }
    #tagline h2 img {
		display: block;
		margin: auto;
    }
    #tagline h2 > span {
        display: block;
    }
    #tagline p a {
        line-height: 1.25em;
    }
/*-------------------------------
    INT
-------------------------------*/
header.int-darkBG {
min-height:200px;
position:relative;	
}
#int-tagline-intro {
	min-height:200px; 
	position:relative; 
	text-align:center; 
	padding-top:50px; 
	padding-left:25px; 
	padding-right:25px;
	padding-bottom:25px;
}
#content {
    padding: 30px 15px;
}
}

@media screen and (max-width: 667px) {
h1 {
	font-size: 2.250em /*36px*/;
	color:#fff;
	text-shadow:1px 1px 5px #000;
	text-transform:uppercase;
}
h2 {
	font-size: 1.375em /*22px*/;
}
.spaced-out h2, .spaced-out p {
    	line-height: 32px;
	}
	#tagline h2 {
	font-size: 1.375em /*22px*/;
	line-height:28px;
}
#tagline h2 span{
	line-height:32px;
}


#socialize-block a {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
/*-------------------------------
	INT
-------------------------------*/
header.int-darkBG #int-tagline-intro img {
	max-height:100px;
}
#int-tagline-intro {
	min-height:200px; 
	position:relative; 
	text-align:center; 
	padding-top:50px; 
	padding-left:15px; 
	padding-right:15px;
	padding-bottom:25px;
}
}

@media screen and (max-width: 480px) {
	
}
/*@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
	
/*.circle-green::after {
	background-image:url(../images/retina/icon-digital_2x.png);
	background-size: 80px 80px;
}
.circle-red::after {
	background-image:url(../images/retina/icon-creative_2x.png);
	background-size: 80px 80px;
}
.circle-blue::after {
	background-image:url(../images/retina/icon-branding_2x.png);
	background-size: 80px 80px;
}


}
*//*  Bootstrap Clearfix for columns */

/*  Tablet  */
@media (min-width:767px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Medium Desktop  */
@media (min-width:992px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Large Desktop  */
@media (min-width:1200px){

  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1){
    clear: left;
  }
}
