/* CSS Document */
/*Font declarations*/
@font-face {
    font-family: 'Bitter';
    src: url('../_fonts/Bitter-Regular-webfont.eot');
    src: url('../_fonts/Bitter-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/Bitter-Regular-webfont.woff') format('woff'),
         url('../_fonts/Bitter-Regular-webfont.ttf') format('truetype'),
         url('../_fonts/Bitter-Regular-webfont.svg#BitterRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bitter';
    src: url('../_fonts/Bitter-Italic-webfont.eot');
    src: url('../_fonts/Bitter-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/Bitter-Italic-webfont.woff') format('woff'),
         url('../_fonts/Bitter-Italic-webfont.ttf') format('truetype'),
         url('../_fonts/Bitter-Italic-webfont.svg#BitterItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Bitter';
    src: url('../_fonts/Bitter-Bold-webfont.eot');
    src: url('../_fonts/Bitter-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/Bitter-Bold-webfont.woff') format('woff'),
         url('../_fonts/Bitter-Bold-webfont.ttf') format('truetype'),
         url('../_fonts/Bitter-Bold-webfont.svg#BitterBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSans';
    src: url('../_fonts/DroidSans-webfont.eot');
    src: url('../_fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/DroidSans-webfont.woff') format('woff'),
         url('../_fonts/DroidSans-webfont.ttf') format('truetype'),
         url('../_fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSans';
    src: url('../_fonts/DroidSans-Bold-webfont.eot');
    src: url('../_fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('../_fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('../_fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
/*Global styles -----------------------------------------------------------------------------------------------------------*/

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font: inherit;
	font-family: inherit;
}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
html {
	background-color: rgb(102,102,102);
}
body {
	font: 100% DroidSans, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-weight:normal;
	font-style:normal;
}
article {
	clear: both;
	margin-bottom: 3px;
}
a {
	color: white;
	text-decoration: none;
}
a.more {
	float: left;
}
a.more2 {
	float: right;
	font-weight: bold;
}
.takeLook2 {
	margin-top: 48px;
	z-index: 2;
}
.takeLook:hover {
	background: none;
}
a:hover {
	background: url(file:../_images/diag_pattern.png);
}
a.active {
  	background-color: #FFFF00;
	color: #000 !important;
}
p {
	font-size: 14px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* Global classes */

/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
.cr {
	clear: right;
}
.cl {
	clear: left;
}
.cb {
	clear: both;
}
/*layout styles*/ 
body {
	width: 960px;
	position: relative;
	margin: 0 auto;
}
article#mainContent {
	float: left;
	background: white;
	width: 600px;
	margin-top: 3px;
	padding-top: 16px;
	padding-right: 23px;
	padding-bottom: 16px;
	padding-left: 16px;
}
article#spotlight {
	margin-bottom: 0;
}
aside {
	float: right;
	width: 318px;
	margin-bottom: 3px;
	margin-left: 3px;
	z-index: 2;
}
footer {
	clear: both;
}

/*Header styles*/
.pageHeader h1{
	width: 300px;
	height: 94px;
	text-indent: -9000em;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	margin: 0;
	background-repeat: no-repeat;
	visibility: visible;
}
.pageHeader h1 a {
	display: block;
	width: 160px;
	height: 150px;
	margin: 0;
}

/*Nav styles*/
.pageHeader nav {
	height: 45px;
	width: 960px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(51,51,51,.8);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgb(102,102,102);
}
.pageHeader ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.pageHeader li {
	float: left;
	width: 110px;
	height: 45px;
	background-color: rgba(35, 31, 32, .5);
	line-height: 45px;
	text-align: center;
	text-height: 45px;
}
.pageHeader a {
	text-decoration: none;
	color: #FFF;
	display: block;
}
.pageHeader a:hover {
	color: #000;
	background-color: #FFFF00;
}
.pageHeader .takeLook {
	float: right;
	margin-right: 210px;
	margin-top: 4px;
}
.pageHeader .takeLook:hover {
	background: none;
	color: #9C0;
}
.pageHeader .takeLook2 {
	float: left;
	position: absolute;
}
.pageHeader .takeLook2:hover {
	background: none;
}
.subNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.subNav li {
	display: none;
}
ul li:hover ul li {
	display: inline;
}
.form-search {
	float: right;
	margin-right: 32px;
	margin-top: 6px;
}
.search1 {
	width: auto;
	height: 2em;
	border-radius: .2em;
	background-color: rgba(255,255,255,1);
	color: rgb(51,51,51);
	border-top-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	margin-bottom: 5px;
	margin-left: 5px;
}
.button-search {
	height: 2.5em;
	margin-left: -1px;
	border-radius: 0.2em;
	border-top-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
}

/*page-specific header styles*/
.homeHeader {
	height: 388px;
	background-image: url(../_images/main_back.jpg);
	background-repeat: no-repeat;
	top: 3px;
}
.programHeader {
	height: 320px;
	background-image: url(../_images/contact_us_back.jpg);
	background-repeat: no-repeat;
}
.programHeader1 {
	height: 320px;
	background-image: url(../_images/about_us.jpg);
	background-repeat: no-repeat;
}
.programHeader2 {
	height: 320px;
	background-image: url(../_images/client.jpg);
	background-repeat: no-repeat;
}
.programHeader3 {
	height: 320px;
	background-image: url(../_images/contact_us_back.jpg);
	background-repeat: no-repeat;
}
.programHeader4 {
	height: 320px;
	background-image: url(../_images/portfolio.jpg);
	background-repeat: no-repeat;
}
.programHeader5 {
	height: 320px;
	background-image: url(../_images/blog2.jpg);
	background-repeat: no-repeat;
}
.aboutHeader {
	height: 192px;
	background: url(file:_images/accent2.jpg) no-repeat;
}
.graphicHeader {
	height: 192px;
	background: url(file:_images/accent3.jpg);
}
.requestHeader {
	height: 192px;
	background: url(file:_images/accent1.jpg) no-repeat;
}
.errorHeader {
	height: 192px;
	background: url(file:_images/accent4.jpg) no-repeat;
}
p.branding {
	text-align: left;
	width: 650px;
	color: white;
	float: left;
	font-family: Bitter, Georgia, Times, "Times New Roman", serif;
	font-size: 1.27em;
	line-height: 1.6;
	background-color: rgba(51,51,51,0.6);
	padding-top: 1.2em;
	padding-right: 1em;
	padding-bottom: 1.2em;
	padding-left: 1em;
	margin-top: 250px;
}
p.branding a {
	color: rgb(249, 228, 130);
	line-height: normal;
	text-transform: capitalize;
}

/*info section styles*/
section.info {
	width: 318px;
	height: auto;
	float: left;
	background: white;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
section.info2 {
	width: 318px;
	float: left;
	background: white;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
section.info h2 {
	color: #FFF;
	line-height: 45px;
	padding-left: 0.6em;
	font-family: Bitter, Georgia, Times, "Times New Roman", serif;
	font-size: 1.6em;
	font-weight: 100;
	background-image: url(../_images/diag_pattern.png);
}
section.info img {
	display: block;
	margin: 0 auto 2em;
}
section.info p, section.info ul {
	list-style: none;
	margin-top: 0;
	margin-right: 1.2em;
	margin-bottom: 1em;
	margin-left: 1.2em;
}
section.info li {
	margin-bottom: .8em;
	font-size: .9em;
}
section.info li a {
	display: block;
}
section.info .date {
	font-weight: bold;
	color: white;
	display: block;
}
section.info ul {
	margin-top: 16px;
}

/*client only*/
.client1 {
	background-color: #CCC;
	width: 950.7px;
	height: 410px;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-radius: 0px;
}

/*collapsible  containers*/
section.condense {
	max-height: 308px;
	overflow: hidden;
	position: relative;
	-webkit-transition: max-height 0.75s ease 0s;
	-moz-transition: max-height 0.75s ease 0s;
	-ms-transition: max-height 0.75s ease 0s;
	-o-transition: max-height 0.75s ease 0s;
	transition: max-height 0.75s ease 0s;
	background-color: rgb(168, 88, 163);
}
section.condense:hover {
	max-height: 999px;
}
section.condense:after {
	content: " ";
	background: url(../_images/hover.png) no-repeat top right;
	width: 30px;
	height: 45px;
	position: absolute;
	right: 0px;
	top: 0px;
}
section.condense:hover:after {
	background-position: right bottom;
}
/*porfolio only*/
section.condense2 {
	max-height: 308px;
	overflow: hidden;
	position: relative;
	-webkit-transition: max-height 0.75s ease 0s;
	-moz-transition: max-height 0.75s ease 0s;
	-ms-transition: max-height 0.75s ease 0s;
	-o-transition: max-height 0.75s ease 0s;
	transition: max-height 0.75s ease 0s;
	background-color: rgb(168, 88, 163);
}
section.condense2:hover {
	max-height: 999px;
}
section.condense2:after {
	content: " ";
	background: url(../_images/hover.png) no-repeat top right;
	width: 30px;
	height: 45px;
	position: absolute;
	right: 0px;
	top: 0px;
}
section.condense2:hover:after {
	background-position: right bottom;
}
.portfolio {
	color: #000;
}

/*specific container styles*/
section.spotlight {
	background-color: #0399CB;
	float: left;
}
section.show {
	background-color: rgb(255, 198, 39);
	margin-bottom: 1px;
}
section.events {
	margin-right: 0;
	background-color: rgb(244,104,107);
}
section.alumni, section.academic {
	margin-right: 0;
	background-color: rgb(153,153,51);
}
section.connect {
	margin-right: 0;
	background-color: rgb(244,104,107);
}
.connect ul {
	list-style: none;
	margin: 0;
}
section.connect li {
	float: left;
	margin-right: 32px;
	margin-top: 5px;
	margin-bottom: 25px;
	margin-left: 0;
}
.connect li a{
	display: block;
	width: 45px;
	height: 45px;
	text-indent: -999em;
}
.connect li:last-child  {
	margin-right: 0;
}
a.twitter {
	background-image: url(../_images/LogoSosMed_twitter.png);
	background-repeat: no-repeat;
}
a.instagram {
	background-image: url(../_images/LogoSosMed_instagram.png);
	background-repeat: no-repeat;
}
a.facebook {
	background-image: url(../_images/LogoSosMed_facebook.png);
	background-repeat: no-repeat;
}
a.youtube {
	background-image: url(../_images/LogoSosMed_youtube.png);
	background-repeat: no-repeat;
}
section.find {
	margin-right: 0px;
	background-color: #0399CB;
}
section.find a:hover {
	color: rgb(251, 174, 44);
}
/*main article styles*/
article h1 {
	font-family: Bitter, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2.5em;
	color: rgb(168, 88, 163);
	margin-bottom: .5em;
}
article h2 {
	font-family: Bitter, Georgia, Times, "Times New Roman", serif;
	font-size: 1.5em;
	color: rgb(65, 64, 66);
	margin-bottom: .5em;
	clear: both;
}
article h3 {
	font-family: Bitter, Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	color: rgb(251, 174, 44);
	font-weight: bold;
	margin-bottom: 0;
}
article a {
	color: rgb(2, 99, 174);
}
article a:hover {
	color: rgb(251, 174, 44);
}
article .more {
	color: rgb(2, 99, 174);
	text-align: right;
	font-weight: bold;
}
article a.more:hover {
	color: rgb(251, 174, 44);
	background: none;
	font-family: inherit;
}
#mapCanvas {
	border: 2px solid rgb(65,61,62);
	margin-bottom: 2em;
}
.address {
	float: right;
}
ul.links {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.links li {
	margin-bottom: 1em;
}

/*blog*/
.blog {
	float: left;
	margin-top: 3px;
}
.blog1 {
	width: 599px;
	height: auto;
	padding: 20px;
	margin-bottom: 3px;
	background-color: rgb(255,204,51);
}
.blog1 h2 {
	float: left;
	color: rgb(0,0,0);
	line-height: 35px;
	padding-bottom: 7px;
	font-family: Bitter, Georgia, Times, "Times New Roman", serif;
	font-size: 1.5em;
	font-weight: 100;
}
.blog1 h4 {
	float: right;
	color: rgb(255,255,255);
	line-height: 20px;
	padding-top: 7px;
	font-family: Bitter, Georgia, Times, "Times New Roman", serif;
	font-size: 1em;
	font-weight: 100;
}
.blog1 img {
	padding-bottom: 5px;
}

/*contact_us page*/
.divCon1 {
	width: 500px;
	height: auto;
	float: left;
}
.address {
	background-color: #FFF;
	width: 603px;
	height: auto;
	float: left;
	margin-top: 3px;
	padding-top: 8px;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 18px;
	margin-bottom: 3px;
}
.address1 {
	background-color: #CCC;
	width: 200px;
	height: 190px;
	float: left;
	border-top-width: 1.8px;
	border-left-width: 1.8px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	border-right-width: 1.8px;
	border-bottom-width: 1.8px;
	margin-top: 10px;
	transition: margin-top 1s ease-in-out;
	background-image: url(../_images/opis1.jpg);
	background-repeat: no-repeat;
	cursor: crosshair;
	filter: Xray;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	-webkit-transition: margin-top 1s ease-in-out;
	-moz-transition: margin-top 1s ease-in-out;
	-ms-transition: margin-top 1s ease-in-out;
	-o-transition: margin-top 1s ease-in-out;
}
.address2 {
	background-color: #FFF;
	width: 352px;
	height: 150px;
	float: left;
	padding-left: 10px;
	margin-top: 10px;
	transition: margin-top 1s ease-in-out;
	margin-bottom: 10px;
	padding-right: 10px;
	-webkit-transition: margin-top 1s ease-in-out;
	-moz-transition: margin-top 1s ease-in-out;
	-ms-transition: margin-top 1s ease-in-out;
	-o-transition: margin-top 1s ease-in-out;
	margin-left: 12px;
}
.add1 {
	width: auto;
	height: 30px;
	background-color: #666;
	color: #FFF;
	padding-bottom: 3px;
	padding-left: 20px;
	border-radius: 3px;
}
.add2 {
	width: auto;
	height: 25px;
	border-bottom-width: 1.2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top: 5px;
	padding-left: 1px;
}
.addcomp {
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	height: 50px;
	width: auto;
	color: #FFF;
	font-family: inherit;
	padding-bottom: 10px;
}
.add3 {
	text-align: left;
	height: 30px;
	color: #666;
}
section .address2 ul {
	background-color: #FFF;
	padding-left: 2px;
	padding-top: 2px;
}
section .addList1 {
	padding-left: 50px;
	padding-top: 20px;
	list-style: none;
}
.address h2 {
	color: #333;
	line-height: 45px;
	font-family: Bitter, Georgia, Times, "Times New Roman", serif;
	font-size: 1.6em;
	font-weight: 100;
}
.map {
	background-color: #FFF;
	width: 603px;
	height: auto;
	float: left;
	margin-bottom: 3px;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 21px;
	padding-left: 18px;
	margin-right: 3px;
}
.map1 {
	background-color: #CCC;
	width: 600px;
	height: 400px;
	margin-top: 10px;
	border-top-width: 1.8px;
	border-left-width: 1.8px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	border-right-width: 1.8px;
	border-bottom-width: 1.8px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}
.map h2 {
	color: #333;
	line-height: 45px;
	font-family: Bitter, Georgia, Times, "Times New Roman", serif;
	font-size: 1.6em;
	font-weight: 100;
}
section.sendUs {
	width: 607px;
}
form {
	margin-top: 10px;
	transition: all 2s ease-in-out;
	-webkit-transition: margin-top 2s ease-in-out 0s;
	-moz-transition: margin-top 2s ease-in-out 0s;
	-ms-transition: margin-top 2s ease-in-out 0s;
	-o-transition: margin-top 2s ease-in-out 0s;
}
.form-control {
	width: 450px;
	border: none;
	outline: none;
	border-radius: 3px;
	/*	border-bottom: 1px solid gray;*/
	color: #999;
	font-size: 14px;
	margin-bottom: 16px;
	background-color: #D6E2D7;
}
.form-control2 {
	width: 150px;
}
input {
	height: 35px;
}
form .submit {
	background: rgb(244,104,107);
	border-color: transparent;
	border-radius: 3px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	margin-bottom: 5px;
}
form .submit:hover {
	color: #FFF;
	background-color: #F00;
	cursor: pointer;
}
.divCon2 {
	width: 960px;
	height: auto;
	float: left;
}
.divCon3 {
	width: 960px;
	height: auto;
	float: left;
	padding-bottom: 3px;
}
section.sendUs {
	width: 500px;
}
.banner1 {
	background-color: #0F0;
	width: 140px;
	height: 120px;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
/*table styles*/
article table {
	width: 49%;
	margin-bottom: .5em;
	border-collapse: collapse;
	border: 2px solid white;
	background-color: rgb(204,204,204);
}
/*article th {
	color: #FFF;
	padding: .6em 2em .3em;
	text-align: left;
	border-bottom: 2px solid white;
	background-color: rgb(255,51,51);
}*/
article caption {
	opacity: 0;
	margin:0;
	height: 0;
}
article th {
	padding: .2em .6em;
	border: 2px solid #FFF;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}
article tr:nth-child(even) {
	background-color: rgb(230,230,230);
}
article td {
	padding: .2em .6em;
	border: 2px solid #FFF;
	vertical-align: middle;
}
article td:first-child {
	text-align: center;
}
/*spotlight gallery styles */
img.student {
	display: block;
	float: right;
}
div.student {
	background: white;
	width: 670px;
	height: 125px;
	padding: 65px 32px 0 0;
	text-align: right;
	margin-bottom: 3px;
}
div.student h1 {
	margin-bottom: .2em;
}
div.student p {
	color: rgb(191, 191, 191);
	text-transform: uppercase;
	font-size: 1.5em;
}
div.artwork {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	background: rgb(120, 120, 120);
	padding: 12px 12px 0 12px;
}
div.nrm {
	margin-right: 0;
}
div.artwork img {
	display: block;
	margin: 0;
	padding: 0;
}
div.artwork p {
	line-height: 32px;
	background: url(file:_images/diag_pattern.png);
	color: white;
	font-size: .8em;
	text-align: right;
	padding: 0;
	margin:0;
}
p.statement {
	background: rgb(251, 174, 44);
	color: white;
	width: 475px;
	height: 175px;
	margin: 0;
	float: left;
	padding: 16px;
	font-size: .9em;
	line-height: 1.7;
}
p.quote {
	font-family: Bitter, Georgia, "Times New Roman", Times, serif;
	font-size: 1.58em;
	line-height: 1.6;
	padding: 16px;
	background: white;
	float: left;
	width: 285px;
	height: 368px;
	text-align: center;
	margin-bottom: 0;
	color: rgb(120, 120, 120);
}
/*form styles*/
legend {
	font-family: Bitter, Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: rgb(251, 174, 44);
}
.study li {
	margin-bottom: 2em;
}
li.group {
	margin-bottom: 0;
	font-weight: bold;
	font-size: .8em;
}
label.text {
	display: block;
}
select {
	width: 328px;
}
select[multiple]{
	height: 162px;
}
/*footer styles	*/
footer#pageFooter {
	background: rgb(255,198,39);
	color: rgb(0,102,204);
	margin-top: 27px;
	padding-top: 32px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	font-family: inherit;
	position: relative;
}
footer h3 {
	font-family: Bitter, Georgia, Times, "Times New Roman", serif;
	text-transform: uppercase;
	font-size: 1em;
	text-align: center;
	margin-bottom: 1em;
}
footer p {
	font-size: .7em;
	text-align: center;
	clear: both;
}
footer p a{
	color: rgb(65, 64, 66);
	text-decoration: underline;
}
footer ul a{
	color: rgb(65, 64, 66);
}
footer a:hover {
	color: white;
}
footer .col {
	float: left;
	width: 286px;
	border-right: 2px solid rgba(191, 191, 191, .8);
	margin-bottom: 1em;
	padding-left: 32px;
}
footer .col:last-child {
	border: none;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .6em;
}
footer li {
	margin-bottom: 1em;
}
footer .col1 {
	float: left;
	width: 130px;
}
footer .col2 {
	float: right;
	width: 130px;
}
