@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Dosis:400,600);

/* CSS Document */

html, body { margin: 0; padding: 0; color: #0083AB; min-height: 100%; }
body { font-family: 'Dosis'; font-size: 1.8em; }
h2 { font-family: 'Dosis'; font-weight: 600 ;}
a:hover { text-decoration: none; }

.pink { color: #EA5295;}
.green { color: #93C12D; }
.orange { color: #F7A717; }
.gray { color: #7C6B65; }

.extra-more { font-weight: 600; }

.double-size { font-size:150%; }
.triple-size { font-size:200%; }

.nidou-box2 ul {
    list-style: none;
    padding:0;
    margin:0;
}

.nidou-box2 li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

.nidou-box2 li:before {
    content: "• ";
    color: #EA5295; /* or whatever color you prefer */
}

.blue-grad {
	background: #95d2f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #95d2f1 1%, #379ac7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#95d2f1), color-stop(100%,#379ac7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #95d2f1 1%,#379ac7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #95d2f1 1%,#379ac7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #95d2f1 1%,#379ac7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #95d2f1 1%,#379ac7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95d2f1', endColorstr='#379ac7',GradientType=0 ); /* IE6-9 */
}

.bluebg {
	background-image:url(/uploads/nd2015/images/headerbg.png);
	background-repeat:repeat-x;
}

.nidou-nav {
	border: none;
	background: #EA5295;
}

.dropdown-menu {
	border: none;
	background: /*#EA5295*/ rgba(234,82,149,.7);
}

.nidou-nav a { color: #fff !important; }
.nidou-nav .active a, .nidou-nav .open>a, .nidou-nav .dropdown-menu a:hover { background: #d81354 !important; }

@media screen and (max-width:1200px) {
	.bluebg {
		background-position: 0 -22px;
	}
}

@media screen and (max-width:992px) {
	.bluebg {
		background-position: 0 -72px;
	}
}

@media screen and (min-width:768px) {
	.nidou-nav { margin-top: -60px; }	
	.nidou-nav>.container>.navbar-collapse { width: 90%; }
	
	.nidou-box1 {
		background:url(/uploads/nd2015/images/boxbg1.jpg) no-repeat;
		padding-top: 150px;
	}
	
	.nidou-box2 {
		background:url(/uploads/nd2015/images/boxbg2.jpg) no-repeat;
		padding-top: 150px;
	}
	
	.nidou-box3 {
		padding-top: 20px;
	}
	.nidou-box3 h2 {
		height: 110px;
		margin: 20px 0 0 0;
		padding:0;
	}
	
	.nidou-box1, .nidou-box2, .nidou-box3 { margin: 0 0 2em 0; }
	.nidou-box1 h2, .nidou-box2 h2 { display:none; }

}

header img {
	border: 0;
	margin: 0;
	padding:0;
}

.nidou-carousel img { max-height: 160px; } 
.nidou-carousel, .nidou-map { 
	margin-top: -20px;  
	border-bottom: solid 10px #EA5295;
}

.contact-block { padding-top: 20px; line-height: 140%; }

.nidou-bottom { margin-top: 20px; }
.nidou-bottom h3 { font-family: 'Dosis'; font-size: 1em; font-weight:600; text-align:center; margin:0 0 20px 0;padding:0; letter-spacing: -1px; }

footer {
	color: #fff;
	font-size: 0.7em;
	background: #0083AB;
	padding: 20px 0;
}

footer a { color:#00b4eb; }
footer a:hover { color: #fff; }
footer .social-links { font-size: 2em; }

.label { color: #0083AB; }
.cms_form td { padding: .5em 0 0 0;}
input[type=email], email, textarea { width: 100%!important; }
/* Stylesheet: nd2015 Modified On 2015-05-20 11:02:36 */
