#df-layer {
    z-index: 10000 !important;
}
button[disabled] {
    color: #999;
}

/*
 * add some style to w2 buttons
 *
 */
.w2ui-toolbar table.w2ui-button .w2ui-tb-caption {
    padding-top: 2px !important;
}


ul.w2ui-extra-tooltip {
    list-style: none;
    padding: 6px;
}

ul.w2ui-extra-tooltip > li {
    margin-bottom: 6px;
    margin-left: 6px;
}

ul.w2ui-extra-tooltip > li > h4 {
    margin-bottom: 10px;
}

ul.w2ui-extra-tooltip > li > h5 {
    margin-bottom: 4px;
    font-weight: bold;
}

.button-admin {
    background-color: rgb(233, 233, 233);
    color: rgb(51, 51, 51);
    border: 2px dashed rgb(204, 204, 204);
    height: 100%;
    width: 100%;
    padding: 0px 10px;
}

.strong {
    font-weight: bold;
}

.top-offset-lg {
    margin-top: 30px;
}

.top-offset-md {
    margin-top: 20px;
}

.top-offset-sm {
    margin-top: 10px;
}

.top-offset-n-lg {
    margin-top: -30px;
}

.top-offset-n-md {
    margin-top: -20px;
}

.top-offset-n-sm {
    margin-top: -10px;
}

.bottom-offset-n-lg {
    margin-bottom: -30px;
}

.bottom-offset-n-md {
    margin-bottom: -20px;
}

.bottom-offset-n-sm {
    margin-bottom: -10px;
}

.bottom-offset-lg {
    margin-bottom: 30px;
}

.bottom-offset-md {
    margin-bottom: 20px;
}

.bottom-offset-sm {
    margin-bottom: 10px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.new-feature-sticker {
    position: relative;
    left: 2px;
    top: -10px;
    color: red;
    font-size: 11px;
    width: 30px;
    display: inline-block;
}


/* bootstrap dropdown menu fix */
.navbar-nav > li > .dropdown-menu {
    z-index: 9999;
}

/* custom style for proper formating of input field in the users app and beyond */
.form-container {
    text-align: center;
    margin-top: 20px;
}

.form-container form {
    width: auto;
    display: inline-block;
}

.form-container form ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.form-container .error {
    color: red;
}

.form-container form .fieldWrapper li label {
    width: 150px;
    text-align: left;
}


/*
 * make inputs narrower on small devices
 *
 */
@media (max-width: 480px) {
    .form-container form .fieldWrapper li input {
        width: 150px;
    }
}


header {
    box-shadow: #666 0px 2px 3px;
    height: 50px;
    margin: 12px auto 0px;
    max-width: 1136px;
    width: auto !important;
}

.navbar-left > li > a:hover {
	-webkit-filter: drop-shadow(12px 12px 25px #0a1253);
	filter: drop-shadow(1px 1px 0px #0a1253);
}

.header-section > .navbar-default {
    background-color: #2F6FB8;
    border-radius: 0px;
	border:none;
    height: 50px;
    margin-bottom: 0px;
}

.login-nav-link{
	border-left:1px solid white;
}

.login-nav-link:hover {
    background-color: #ee8803;
}

.logout-nav-link:hover {
    background-color:#FF4141;
}

.register-nav-link:hover {
    background-color: #ee8803;
}

.header-section .navbar-default .navbar-right >li >a {
    color: white;
    font-weight: bold;
    height: 50px;
}

.header-section .navbar-default .navbar-right >li >a.logged-in > span {
    text-decoration: underline;
    padding: 4px;
}

.header-section .navbar-default .navbar-right >li >a.logged-in:hover > span {
    text-decoration: none;
}

.header-section .navbar-default .navbar-right >li:first-child > a {
    border-right: 1px solid white;
    color: white;
}

.header-section .navbar-default .navbar-right >li >a:hover {
    color: white;
}

.logo-container {
    box-sizing: border-box;
    left: 50%;
    margin-left: -40px;
    padding-top: 10px;
    position: absolute;
}

#logo {
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-radius: 50%;
    height: 85px;
    margin: -50px 0px 0px;
    padding-left: 12px;
    padding-right: 10px;
    padding-top: 12px;
    position: relative;
    width: 85px;
}

#logo img {
	-webkit-filter: drop-shadow(12px 12px 25px #898989);
	filter: drop-shadow(1px 1px 0px #898989);
}

#logo img:hover {
	-webkit-filter: drop-shadow(12px 12px 25px black);
	filter: drop-shadow(1px 1px 0px black);
}

#banner-bar {
    border-top: 0.4em solid #FFF;
    box-shadow: #666 0px 2px 3px;
    box-sizing: border-box;
    line-height: 40px;
    margin: 0px auto;
    max-width: 1136px;
    width: auto;
    background-size: cover;
    min-height: 140px;
	padding:0;
}

.title-container {
    box-sizing: border-box;
    padding: 15px 50px 10px;
}

.banner-title {
    color: white;
    font-size: 50px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    text-shadow: 4px 4px 4px #000;
	cursor:default;
	margin-top:0.8em;
}

.banner-title-projects {
    color: #FFF;
    font-size: 35px;
    font-weight: bold;
    padding: 0px;
    text-align: left;
    text-shadow: 4px 4px 4px #000;
}

.banner-subtitle-projects {
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    padding: 0px;
    text-align: left;
    text-shadow: 4px 4px 4px #000;
}

.nav-section {
    box-shadow: #666 0px 2px 3px;
    margin: 0px auto;
    max-width: 1136px;
    min-width: 60px;
    width: 100%;
}

.nav-section .navbar {
    margin-bottom: 0px;
    padding-top: 0px;
}

.nav-section > .navbar-default {
    background-color: #2F6FB8;
    border-radius: 0px;
    border-top: 0px solid;
	border-left:0;
	border-right:0;
}

.nav-section .navbar-default .navbar-nav > li > a {
    border-right: 1px solid white;
    color: white;
    font-weight: bold;
    padding-left: 22px;
    padding-right: 22px;
	text-transform: uppercase;

}

.nav-section .navbar-default .navbar-nav >li >a:hover {
    background-color: #ee8803;
    color: white;
}

.nav-section .navbar-default > .navbar-collapse {
    color: #FFF;
    overflow-x: hidden;
    padding-left: 0px;
    padding-right: 0px;
    width: auto;
}

.nav-section .navbar-default .navbar-nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: white;
    border-top-color: white;
}

.nav-section .navbar-default .navbar-nav li > a.highlight {
    color: #FF4141;
    text-shadow: 1px 1px 1px #353434;
}
.nav-section .navbar-default .navbar-nav li > a.highlight:hover {
    background-color: #FF4141;
	color:white;
}

.nav-section .navbar-default .navbar-nav ul.dropdown-menu {
	margin-left:-1px;
	padding:0;
}

.nav-section .navbar-default .navbar-nav ul.dropdown-menu > li:first-child {
	border-top:none;
}

.nav-section .navbar-default .navbar-nav ul.dropdown-menu > li {
	border-top:1px solid #e9e9e9;
	border-left:0.8em solid #ee8803;
}

.nav-section .navbar-default .navbar-nav ul.dropdown-menu > li > a {
	padding:0.6em;
    color: #2F6FB8;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.nav-section .navbar-default .navbar-nav ul.dropdown-menu >li >a:hover {
    background-color: #2F6FB8;
    color: white;
}

.nav-section .navbar-default >.navbar-collapse.in {
    overflow-x: hidden;
    overflow-y: hidden;
}

.nav-section .navbar-default .navbar-collapse.in .dropdown-menu >li >a {
    background-color: white;
    border-right: none;
    color: #2F6FB8;
    overflow-x: hidden;
}

.nav-section .navbar-default .navbar-toggle:hover {
    color: white;
}

.nav-section .navbar-default .navbar-toggle:focus {
    color: white;
}


.nav-section .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #EE8803;
    color: #FFF;
}

.nav-section .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
}

#content-simple {
    overflow: auto;
    box-shadow: #666 0px 2px 3px;
    margin: 0px auto;
    max-width: 1136px;
    min-height: 800px;
    moz-box-shadow: #666 0px 2px 3px;
    position: relative;
    webkit-box-shadow: #666 0px 2px 3px;
}

.right_sidebar {
    float: right;
    height: auto;
    overflow: auto;
    width: 240px;
}

.right_sidebar iframe {
    width: 225px !important;
}

#ddc-table {
    background-color: #DDDDDD;
    border: 1px solid #8682B3;
    font-size: 12px;
    font-size: 75%;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
    width: 225px;
}

#ddc-table thead {
    font-weight: bold;
}

.left_sidebar {
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    margin-top: -1.5px;
    overflow: auto;
    padding: 9px 9px 9px 15px;
    position: absolute;
    width: 245px;
}

.project_navigator h4 {
    margin-bottom: 0px;
    margin-top: 20px;
}

ul#project-list {
    list-style: none;
    margin-left: 24px;
    padding-left: 4px;
}

ul#project-list li {
    font-size: 13px;
    font-weight: 700;
    line-height: 120%;
}

ul#project-list li a.active {
    margin-left: -12px;
}

.not_implemented {
}

.text-section h3 {
    border-bottom-style: solid;
    border-color: #999999;
}

div.small {
    font-size: 10pt;
    margin: 0 20px;
}

.small h3 {
    color: #42a0e5;
    font-weight: bold;
}

.content {
    background-color: white;
}

.single_grid {
    background-color: white;
    box-shadow: 0px 2px 3px #666;
    color: #000;
    float: left;
    margin: 0px auto;
    max-width: 1136px;
    min-height: 850px;
    overflow: hidden;
    width: 100%;
}

.project-title {
    border-bottom: 3px solid orange;
}

.page-main-header {
    color: #2F6FB8;
    font-weight: bold;
    margin-top: 0px;
    padding-left: 20px;
    padding-top: 20px;
}

.single_grid #left-content .col-md-9 {
    border-right: 3px solid orange;
    min-height: 850px;
}

.single_grid p {
    font-size: 16px;
    margin: 0px auto;
}

#left-content .col-md-9 {
    border-right: 3px solid orange;
}


.project_body_left {
    padding-top: 20px;
}

.project_portal_right {
    margin-bottom: 30px;
    margin-top: 30px;
}

.subtitle-portal {
    color: #EE8803;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: left;
}

.title-portal {
    color: #EE8803;
    font-weight: bold;
    margin-top: 0px;
}

.portal-button {
    text-align: center;
    margin-bottom: 40px;
}

.portal-button .btn-default {
    background-color: #e9e9e9;
    border-bottom: 6px solid #2F6FB8;
    height: 100%;
    width: 80%;
}

.portal-button .btn-default:hover {
    background-color: #e9e9e9;
    border-bottom: 6px solid #2F6FB8;
}


.portal-button > article.data > .btn-default, .portal-button > article.back_to_ddc > .btn-default {
    padding: 0px;
}

.portal-button > article.data_portal > .btn-default {
    padding: 0px 6px;
}

.portal-button > article.data .btn-warning {
    font-size: 15px;
}

.portal-button > article.data div {
    font-size: 12px;
}

.portal-button > article.data div.data-availability-date {
    color: rgb(47, 111, 184);
    font-weight: bold;
}

ul.simple_list {
    margin-bottom: 20px;
    margin-left: 30px;
    margin-top: 10px;
}

ul.simple_list li {
    font-size: 12px;
}

div.metadata p {
    font-size: 11pt;
}

div.metadata .simple_list {
    color: #000000;
    margin-bottom: 25px;
    margin-left: 35px;
}

p.justify {
    margin-bottom: 24px;
    text-align: justify;
}

p.justify2 {
    margin-bottom: 10px;
    text-align: justify;
}

span.warning {
    color: #dd0000;
}

img.align {
    display: inline;
    margin: 7px;
}

.align-right {
    float: right;
}

.align-left {
    float: left;
}

.footer {
    background-color: lightgray;
    padding-bottom: 150px;
    padding-top: 10px;
}

#mainFooter {
    background-color: rgb(233, 233, 233);
    border-left: 2px solid lightgray;
    border-right: 2px solid lightgray;
    box-shadow: #666 0px 2px 3px;
    margin: 0px auto;
    max-width: 1136px;
    width: 100%;
}

#mainFooter .col-md-2 {
    height: 150px;
    width: 16%;
    margin-bottom: 5px;
}

#mainFotter .ddc_logo {
    padding: 20px;
}

#mainFooter .ddc_logo #footerLogo {
    padding: 20px;
	-webkit-filter: drop-shadow(12px 12px 25px #898989);
	filter: drop-shadow(1px 1px 0px #898989);
}

#mainFooter .ddc_logo #footerLogo:hover {
	-webkit-filter: drop-shadow(12px 12px 25px black);
	filter: drop-shadow(1px 1px 0px black);
}

.footerWidget.sponsor {
    display: flex;
}

.mainSponsor {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
}

.otherSponsors {
    display: flex;
    flex-flow: row wrap;
    min-width: 280px;
    padding-left: 20px;
}

.container .row .col-md-3 {
    width: 20%;
}

.sponsors .col-md-3 {
    width: 35%;
}

.sponsor {
    text-align: center;
}

.img_sponsor {
    display: flex;
    align-items: center;
    padding: 8px;
}

#footerRights .container .row .col-md-12 {
    color: gray;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

#footerRights .container .row .col-md-12 p span.rights-bar {
    color:#EE8803;
	font-weight:700;
}

.list-unstyled {
    margin-left: -1px;
}

.col-md-2.follow {
    display: none;
}


.footerWidget.follow ul.worksList li {
    display: inline-block;
    margin: 10px;
}


.footerWidget {
    border-right: 1px solid #2F6FB8;
    margin: 20px 0px 20px -20%;
    text-align: center;
    min-height: 120px;
}

.footerWidget li a {
    font-size: 12px;
}

.footerWidget h3 {
    color: #2F6FB8;
    font-weight: bold;
}

.footerWidget_data h3 {
    color: #2F6FB8;
    font-weight: bold;
}

.footerWidget.sponsor {
    margin-bottom: 0px;
    margin-left: 10px;
    border-right: none;
}

.footerWidget.sponsor h3 {
    color: #2F6FB8;
    font-weight: bold;
    padding-left: 10px;
}

.data-footer .col-md-2 {
    border-right: 0px solid;
    width: 10%;
}

.sponsor .col-md-4 {
    margin-left: -4%;
    width: 38%;
}

#footerLogo {
    padding-top: 30px;
}

#captcha-form {
	display:inline-flex;
	width:100%;
}

#captcha-form img {
	width:30%;
	height:50px;
}

.contact_profile {
	margin-left:auto;
	margin-right:auto;
}

form#contact-us-form tr td{
	padding-bottom:0.6em;
}

form#contact-us-form tr td textarea{
	vertical-align:top;
}

form#contact-us-form tr td:first-child{
	padding-right:0.6em;
}

.sponsors .col-md-12 {
    font-size: 12px;
}

.fund {
    padding-bottom: 10px;
}

.fund >.col-md-12 {
    color: #2F6FB8;
    font-size: 12px;
    margin-left: 10px;
}

.custom-leaflet-marker {
    border: 1px solid black;
    border-radius: 50%;
    height: 19px;
    width: 19px;
}

.ddc-content {
    margin: 0px auto;
    max-width: 1136px;
    overflow-x: hidden;
    padding-top: 3px;
    width: 100%;
}

.ddc-title {
    margin-right: auto;
    padding-left: 15px;
    padding-right: 10px;
}

.main-header {
    color: rgb(47,111,184);
    font-weight: bold;
}

.ddc-grid-container {
    border-bottom: 1px solid #ee8803;
    border-left: 0px solid lightgray;
    border-right: 0px solid lightgray;
    color: black;
    float: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 1136px;
    width: 100%;
}

.ddc-body-container {
    margin: 10px 2%;
}

.ddc_body {
    color: black;
    font-size: 17px;
    line-height: 170%;
    margin-top: 10px;
    text-align: justify;
}

.ddc_body h3 {
    font-weight: bold;
    color: rgb(66, 160, 229);
    margin-top: 30px;
}

#left-content .ddc_body {
    margin: 10px 2%;
}

#left-content .ddc_body p {
    text-align: justify;
    margin-bottom: 8px;
}

#left-content .ddc_body ul {
    margin: 10px 0px 20px 30px;
}

#left-content .ddc_body ul li {
    margin-top: 6px;
}


.main-content {
    margin: 0px auto;
    max-width: 1136px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 2px;
    width: 100%;
}

.get_data_box {
    margin: 16px 0px;
}

.get_data {
    background: none repeat scroll 0% #e9e9e9;
    padding-bottom: 40px;
    padding-top: 2px;
    text-align: center;
}

.project_child_title {
    border-bottom: 5px solid rgb(47,111,184);
    box-shadow: 0 4px 6px -6px #222;
    color: rgb(47,111,184);
    font-weight: bold;
    margin-bottom: 7%;
    margin-top: 1%;
    moz-box-shadow: 0 4px 6px -6px #222;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    webkit-box-shadow: 0 4px 6px -6px #222;
}

.get_data_button .btn:first-child {
    background-color: white;
    box-shadow: 5px 5px 5px grey;
    color: #ef8903;
    font-size: 20px;
    font-weight: bold;
    width: 85%;
}

.get_data_button .btn:first-child.disabled {
    color: rgb(70, 70, 70);
}

.project_child {
    background: none repeat scroll 0% lightgray;
    box-sizing: border-box;
    color: grey;
    float: left;
    margin-bottom: 5%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 5%;
    text-align: center;
}

.project_child_body {
     height:156px;

}

.data_updates {
	overflow:auto;
}

.main-grid-container {
    margin-bottom: 2%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2%;
}

.box {
    background: #e9e9e9;
    box-shadow: 0 0.1 0.9px #888;
    margin-bottom: 5%;
    moz-box-shadow: 0 0.1 0.9px #888;
    padding: 2px 18px 20px;
    webkit-box-shadow: 0 0.1 0.9px #888;
}

.box_title {
    background: none repeat scroll 0% center #e9e9e9;
    box-shadow: 0 0.1 0.9px #888;
    moz-box-shadow: 0 0.1 0.9px #888;
    padding-bottom: 1px;
    padding-top: 20px;
    webkit-box-shadow: 0 0.1 0.9px #888;
}

.box div.bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin-left: -10px;
    text-align: center;
}

.feature-box-inner {
    background: none repeat scroll 0% white;
    box-shadow: 0 0 5px #888;
    box-sizing: border-box;
    display: block;
    height: 450px;
    moz-box-shadow: 0 0 5px #888;
    padding: 10px;
    position: relative;
    webkit-box-shadow: 0 0 5px#888;
}

.updates_table {
	height:400px;
	overflow-y:hidden;
}

.spot_bottom > a {
    color: #EE8803;
}

.coming_next_title {
    background-color: rgb(47,111,184);
    margin-left: 8%;
    margin-right: 8%;
    min-height: 150px;
    padding-top: 2px;
}

.coming_next_title >h3 {
    color: white;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}

.coming_next_p > h3 {
    color: #ee8803;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.coming_next_p {
    text-align:justify;
}

div.coming_bottom {
	background-color:white;
}

.coming_bottom > a {
    color: #EE8803;
}

.feature_title{
	color:#2F6FB8;
	font-weight:bold;
	text-align:center;
}

.updates_table >table {
    font-size: 14px;
}

.updates_table >table >thead:first-child >tr:first-child >th {
    border-bottom: 2px solid #ee8803;
}

.column_color {
    color: #ee8803;
}

#myCarousel {
    height: 400px;
}

#myCarousel >.carousel >.item {
    width: 300px;
}

.carousel-inner > .item > img,
 .carousel-inner > .item > a > img {
    margin: auto;
    width: 200px;
}

#mycarousel .carousel-indicators {
    left: 50%;
    top: 155px;
}

#mycarousel .carousel-indicators >li {
    border-color: #2F6FB8;
    margin-right: 5px;
}

#mycarousel .carousel-indicators .active {
    background-color: #2F6FB8;
}

img.carousel-height {
    height: 300px;
    width: 300px;
}

.carousel-control.left, .carousel-control.right {
    background-color: none;
    color: white;
    top: 70px;
}

.carousel-inner {
    max-height: 700px;
    min-height: 400px;
}

.caption >.carousel-caption {
    background-color: white;
    bottom: auto;
    left: 0%;
    right: 0%;
    max-height: 800px;
    position: absolute;
    top: 150px;
    width: 100%;
}

.caption >.carousel-caption >h3 {
    width: 100%;
    color: #ee8803;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
}

.caption >.carousel-caption >p {
    color: black;
    height: 100%;
    left: 0%;
    line-height: 18.5px;
    right: 0%;
    text-align: justify;
    text-shadow: none;
    width: 100%;
}

.carousel-indicators {
    top: 130px;
}


.contact_profile{
 display:float;
}

.profile_content{
 padding-left:10px;

}

#contact{
  height:100px;

}

.contact-form #id_email{
 width:100%;

}

#id_captcha_1{
  width:100%;
}

/*
 * ddc-data data list
 *
 */
#grid-row {
	margin-left:auto;
	margin-right:auto;
	transition: opacity 1s ease-in-out;
	margin-bottom:20px;
}
#emailForm {
	margin-left:auto;
	margin-right:auto;
}
.limit-row { max-width:100%; }
.red{ color:red; }
.green { color:green; }
#content-simple { min-height:0; }
.vishidden { opacity:0; }

/*
 * - main content made single column by bootstrap
 * - main content columns decrease in height, to accomodate single column layout
 * - footer reduced to three columns
 *    - hide all columns in footer
 *    - selectively show certain columns
 *    - turn off right border
 */
@media (max-width: 992px) {
    #mainFooter .col-md-2 {
        display: none;
    }

    article.feature-box-inner {
        height: 400px;
    }

    #mainFooter .col-md-2.ddc_logo, #mainFooter .col-md-2.follow {
        display: block;
        float: left;
        width: 22%;
    }

    #mainFooter .col-md-4 {
        width: auto;
    }

    .footerWidget {
        border-right: hidden;
        width: auto;
        margin-top: 36px;
        display: block;
    }

    .single_grid #left-content .col-md-9 {
        border-right: hidden;
        border-bottom: 3px solid orange;
    }

    .single_grid #right-content .col-md-2 {
        text-align: center;
    }

     #contact{
      height:400px;
     }

    .contact_profile {
        text-align:center;
	}

	.text #contact .col-md-4{
		 text-align:center;
		 width:200px;
		 margin-bottom:30px;
	 }

	 .text #contact .col-md-4 p ,h4{
		 text-align:center;
	 }

}


/*
 * SMALL DEVICES / TABLETS
 *
 *      - hide social icons in nav-bar
 *      - float login link to the right
 *      - setup color scheme for dropdown menu
 *      - make main content's size proportional to screen size
 */
@media (max-width: 768px) {

	.nav-section .navbar-default .navbar-toggle {
		color: white;
		border:none;
		display:block;
		float:none;
		margin-left:auto;
		margin-right:auto;
	}

	.navbar-toggle .icon-bar {
		background-color:white !important;
	}
	.navbar-toggle:hover .icon-bar {
		background-color:#888 !important;
	}
	.navbar-toggle:focus .icon-bar {
		background-color:#888 !important;
	}

    .header-section .navbar-default .navbar-left {
        display: none;
    }

    .header-section .navbar-default .navbar-right >li:first-child > a {
        float: right;
    }

    .nav-section .navbar-default .navbar-collapse.in .dropdown-menu > li > a {
        color: #ee8803;
        width: auto;
    }

    .nav-section .navbar-default .navbar-collapse.in .dropdown-menu > li > a:hover {
        background-color: #2F6FB8;
        color: orange;
        width: auto;
    }

	.nav-section .navbar-default #navbar-mezzanine-collapse .navbar-nav > li > a {
		border-bottom:1px solid #DDD;
    }

	.nav-section .navbar-default #navbar-mezzanine-collapse .navbar-nav > li:last-child > a {
		border-bottom:none;
    }

	.nav-section .navbar-default #navbar-mezzanine-collapse .navbar-nav ul.dropdown-menu > li > a {
        background-color: #DDDDDD;
		border-left:0.8em solid #ee8803;
    }
	.nav-section .navbar-default #navbar-mezzanine-collapse .navbar-nav ul.dropdown-menu > li:last-child > a {
		border-bottom:1px solid #DDD;
    }

	.nav-section .navbar-default #navbar-mezzanine-collapse .navbar-nav ul.dropdown-menu > li > a:hover {
        background-color: #2f6fb8;
    }

    .nav-section .navbar-default .navbar-collapse.in .dropdown-menu {
        background-color: #FFF;
        border-bottom: 1px solid white;
        width: auto;
    }

    #content-simple .col-md-8, #content-simple .col-md-4 {
		/* this might break something */
		width: auto !important;
    }

   .contact_profile{
	   text-align:center;
    }
}


/*
 * SMALLER DEVICES
 *
 *      - hide DDC logo in footer
 *      - indent follow box in footer
 *      - make floated elements in collapsable columns not floated
 */
@media (max-width: 640px) {
    #mainFooter .col-md-2.ddc_logo {
        display: none;
    }

    #mainFooter .col-md-2.follow {
        width: 30%;
    }

    #mainFooter .follow {
        margin-left: 20px;
    }

    div.collapse-column {
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    div.collapse-column .align-right, div.collapse-column .align-left {
        float: none;
    }

    #left-content .ddc_body ul {
        margin-left: 0px;
    }
}


/*
 * EXTRA SMALL DEVICES / PHONES
 *
 *      - add some fancy borders to the nav-bar dropdown
 *      - make footer one column
 *      - make sponsors appear on top of each other
 */
@media (max-width: 480px) {
    .nav-section .navbar-default .navbar-nav > li > a {
        border-bottom: 2px solid white;
        border-right: hidden;
    }

    .nav-section .navbar-default .navbar-nav > li:last-child > a {
        border-bottom: hidden;
    }

    #mainFooter .col-md-2.ddc_logo, #mainFooter .col-md-2.follow {
        display: block;
        float: none;
        width: auto;
        height: auto;
    }

    #mainFooter .col-md-4 {
        margin-left: 0px;
    }

    #mainFooter .follow {
        margin-left: 0px;
    }

    .footerWidget, .footerWidget.follow, .footerWidget.sponsor {
        margin: 0px;
    }

    .footerWidget.follow ul.worksList li {
        display: block;
        margin: 20px;
    }

    h1.banner-title {
        font-size: 38px;
    }

    #contact_table table, thead, tbody, th, td, tr {
     display: block;
    }

    #id_message{
        width:100%;
    }

    article.feature-box-inner {
        height: 480px;
    }

    .footerWidget.sponsor {
        display: block;
    }

    .mainSponsor {
        width: 100%;
    }

    .otherSponsors {
        justify-content: center;
        max-width: 340px;
        margin: 0 auto;
        padding-left: 0px;
    }
}

/*
 * SMALLEST DEVICES
 *
 *      - increase the size of content columns
 *
 */
@media (max-width: 320px) {
}
