@charset "UTF-8";
body {
	font: 140% 'Advent Pro', sans-serif;
	background: url('images/uc_bkgrnd.jpg') no-repeat;
	background-position:top center;
	background-attachment:fixed;
    background-size: 100%;
	margin: 0;
	padding: 0;
	color: #000;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
hr {
	width: 80%;
	margin: 65px auto;
}
h1 {
	font-family: 'Advent Pro', sans-serif;
	margin: 0;
	padding: 0 15px 0px 15px;
	color:#004a65;
}
h2 {
	font-family: 'Advent Pro', sans-serif;
	margin: 10px 0 -10px 0;
	padding: 0 15px 0px 15px;
	/*color:#006286;*/
	color:#004a65;
}
h3 {
	font-family: 'Advent Pro', sans-serif;
	margin: 10px 0 -10px 0;
	padding: 0 15px 0px 15px;
	/*color:#006286;*/
	color:#004a65;
}
h4, h5, h6{
	font-family: 'Advent Pro', sans-serif;
	margin: 0;
	padding: 0 15px 0px 15px;
}
a img { 
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 80%;
	max-width: 1150px;
	margin: 0 auto;
	box-shadow: 0px 0px 7px #2a7286;
}

/*-------The Header--------*/
.header {
	background-color: rgba(255, 255, 255, 1);
	margin: 0 auto;
	padding: 0 0 0 0px;
	box-shadow: 0px 0px 7px #2a7286;
	height: 150px;
	width: 80%;
	max-width: 1150px;
	z-index: 999;
}
.header img {
	margin: 0 0 10px 30px;
}
.header p {
	margin: -10px 0 0 47px;
	color:#006286;
	font-family: 'Abel', sans-serif;
	font-weight:bold;
	font-size: .75em;
}
.navigation {
	float: right;
	width: 30%;
	text-align:right;
	margin: 5px 30px 0 0;
	color:#006286;
	font-weight:bold;
	font-size: 1em;
}
.logo {
	float: left;
}

/*-------The Content--------*/
.content {
	background-color: rgba(255, 255, 255, 0.7);
	padding:160px 15px 10px 15px;
	/*box-shadow: 0px 0px 7px #2a7286;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}
.section {
  margin: 0px 0 20px 0;
  background: transparent;
}
.section p {
	font-family: 'Abel', sans-serif;
	margin: 0;
	padding: 10px 15px 0px 15px;
	color:#006286;
    line-height: 2rem;
}
.section a {
	color:#0186aa;
	font-weight: normal;
	text-decoration: none;
}
.section a:hover {
	color:#0186aa;
	font-weight: normal;
	text-decoration: underline;
}
.section #fullwidth {
	margin: 0 auto;
	color:#0186aa;
	width: 90%;
}
.section #thirdwidth {
	margin: 0;
	color:#0186aa;
	width: 33%;
	float: left;
}
.section #twothirdwidth {
	margin: 0px 0 0 0;
	color:#0186aa;
	width: 66%;
	float: right;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}


/*------Homepage Slider----*/

.slides1_wrap {
	position: relative;
	padding: 0;
	width: 880px;

}
.slides1_wrap a:active {
	top: 102px;
}

#slides1 {
	overflow: hidden;
	margin:0;
	padding:0;
}

#slides1 li {
	list-style: none;
	width: 880px;
}
#uc_SliderWrapper {
	float: left;
	padding:0;
	width: 885px;
	/*padding: 50px 250px 0 0;*/
	/*margin:0 0 0 0; padding:0;*/
}




/*------client pages----*/
.clientsamples {
  margin: 0px 0 20px 0;
  background: transparent;
}
.clientsamples p {
	font-family: 'Abel', sans-serif;
	margin: 0;
	padding: 10px 15px 0px 15px;
	color:#006286;
}
.clientsamples a {
	color:#0186aa;
	font-weight: normal;
	text-decoration: none;
}
.clientsamples a:hover {
	color:#0186aa;
	font-weight: normal;
	text-decoration: underline;
}
#clientproject {
	font-family: 'Abel', sans-serif;
	font-size: 110%;
	margin: -15px 0 0 0;
	color:#333;
	font-weight:bold;
}
#clientproject_sub {
	font-family: 'Abel', sans-serif;
	font-size: 90%;
	margin: -15px 0 0 0;
	color:#333;
	font-weight:normal;
}
#clientlocation {
	font-family: 'Abel', sans-serif;
	font-size: 75%;
	margin: -10px 0 20px 0;
	color:#666;
}


/*------slider styles----*/
#galleria_websites {
	width: 100%;
	height: 485px;
	background: transparent;
	margin:20px auto 30px auto;
}
#galleria_printed {
	width: 100%;
	height: 485px;
	background: transparent;
	margin:20px auto 30px auto;
}
#galleria_logos {
	width: 100%;
	height: 485px;
	background: transparent;
	margin:20px auto 30px auto;
}





/*-------The Footer--------*/
.footer {
	background-color: rgba(255, 255, 255, 0.7);
	text-align:center;
	/*box-shadow: 0px 0px 7px #2a7286;*/
	height: 25px;
}
.footer p {
	padding: 0;
	margin: 0;
	color:#006286;
	font-family: 'Abel', sans-serif;
	font-weight:normal;
	font-size: .75em;
}





/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/********************************************
   RESPONSIVE
********************************************/ 
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}

/* Smaller Desktops and laptops ----------- */
@media only screen  and (max-width : 1050px) {
	
}

/*** Mobile Large 500px ***/
@media screen and (max-width: 840px) {

.nomobile {
	display: none;
}
.mobileonly {
	display: block;
}
.navigation {
	float: none;
    width: 100%;
	text-align:center;
	margin: 10px 0px 0 0;
	color:#006286;
	font-weight:bold;
	font-size: 1em;
}
.logo {
	float: none;
}
}
