/*css*/
@import url('reset.css');
@import url('skeleton.css');


html, body {
	background: #ffffff;
	font: 13px/20px Arial, sans-serif;
	color: #363636;
	min-width:300px;
}
* { -webkit-text-size-adjust: none;}

.bg-1 { background: url(../images/bg-1.gif) 0 0 repeat; position: relative; z-index: 1;}
.bg-2 {background-image: url(../images/colby-college-background.jpg); background-repeat:no-repeat; background-attachment:fixed; background-position:center;}

a { color: inherit; text-decoration: none;}
a:hover { text-decoration: none;}
a[href^="tel:"] {color: inherit;text-decoration:none;}
.a-hov { transition: all 0.4s ease;}
.a-hov:hover { color: #feba35;}

h2, h3, h4, h5, h6 {font-family: 'Tinos', serif; color: #3d3c3c; font-weight: bold;}
h2 { font-size: 30px; line-height: 30px; padding: 56px 0 20px;}
h3 { font-size: 26px; line-height: 28px; padding-top: 22px; padding-bottom: 12px;}
h4 { font-size: 16px; line-height: 24px; color: #7da41a; text-transform: uppercase; padding-top: 0px;}
h5 { font-size: 13px; line-height: 20px; font-family: Arial, sans-serif; padding-top: 23px; padding-bottom: 20px;}
h6 { font-size: 12px; line-height: 14px; text-transform: uppercase;}

h6.subtitle {text-align:center; margin-top:25px; margin-bottom:-25px; color:#969696; letter-spacing:2px;}

h5.v1 { margin-top: -6px; padding-top: 0;}
h2 + h5 { padding-top: 0; margin-top: -4px;}
h2 + h4 { margin-top: -6px; padding-bottom: 3px;}
h4 + ul.list-3 { padding-top: 10px;}
ul.list-3 + h4 { padding-top: 20px;}
h4.v1 { padding-top: 21px;}

.error {
	color:#f80000;
}

.title-1 { 
	font-size: 38px; 
	line-height: 55px; 
	font-family: 'Tinos', serif; 
	color: #3d3c3c; 
	font-weight: bold; 
	padding-bottom: 23px; 
	background: url(../images/bord-1.png) bottom center no-repeat; 
	text-align: center;
	margin-top: 46px;
}
.title-2 { font-size: 30px; line-height: 30px; font-family: 'Tinos', serif; color: #7da41a; padding-top: 39px; padding-bottom: 15px; font-weight: bold;}

.text-1 { font: 14px/24px Arial, sans-serif; color: #969696;}
.text-2 { font-family: 'Tinos', serif; color: #969696; font-size: 20px; line-height: 26px; font-style: italic; }
.text-3 { font-family: 'Tinos', serif; color: #3d3c3c; font-size: 20px; line-height: 26px; font-weight: bold; padding-top: 19px; padding-bottom: 8px;}
.text-4 { color: #3d3c3c; padding-top: 7px; display: block;}
.text-5 { font-family: 'Tinos', serif; color: #363636; font-size: 18px; line-height: 24px; padding-top: 19px; padding-bottom: 8px;}

.color-1 { color: #005490; font-weight: bold;}

/*buttons*/
.btn {
	display: inline-block;
	background: #feba35;
	text-decoration: none;
	position: relative;
	line-height: 20px;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 12px 24px 11px;
	font-family: 'Tinos', serif;
	margin-top: 22px;
	transition: all 0.4s ease;
}
.btn:hover { background: #646464;}
.btn-1 {
	display: inline-block;
	line-height: 14px;
	font-size: 12px;
	color: #3d3c3c;
	text-transform: uppercase;
	font-family: 'Tinos', serif;
	margin-top: 14px;
	transition: all 0.4s ease;
	font-weight: bold;
}
.btn-1:hover { color: #7da41a;}

.bord-1 {position: relative;}
.bord-1:after {
	position: absolute;
	content: "";
	width: 1px;
	right: 27px;
	top: 45px;
	bottom: 0;
	background: #e8e5e2;
}

.list-1 { padding-top: 54px;}
.list-1 li { display: inline-block; float: left; margin-right: 12px;}
.list-1 li a { color: #a2a2a2; display: inline-block; margin-right: 12px;}
.list-1 .current,
.list-1 li a:hover { color: #3d3c3c; text-decoration: underline;}

.list-2 { padding-top: 53px;}
.list-2 li { padding-bottom: 14px; padding-left: 11px; background: url(../images/icon-4.gif) 0 10px no-repeat;}
.list-2 li a { color: #3d3c3c;}
.list-2 li a:hover { text-decoration: underline;}

.list-3 {}
.list-3 li {line-height: 12px; padding-left: 21px; background: url(../images/icon-5.png) 0 0 no-repeat;}
.list-3 li + li { margin-top: 15px;}
.list-3 li a {font-family: 'Tinos', serif; color: #3d3c3c; text-transform: uppercase; font-size: 12px; line-height: 15px; font-weight: bold;}
.list-3 li a:hover { color: #969696;}
/*auxiliary*/

.img-ind {float: left; margin-right: 18px; margin-top: -1px;}
.img-ind img { width: 100%;}
.wrapper {width: 100%; position: relative;}
.extra-wrap {overflow:hidden;}
.grid_inside { margin: 0 -10px;}
.aligncenter {text-align: center !important;}
.alignleft { text-align: left !important; }
.it {font-style:italic; display: inline-block;}
.fleft {float: left;}
.fright {float: right;}
.h-underline:hover { text-decoration: underline;}
.underline {text-decoration: underline;}
.upp {text-transform: uppercase;}
.transition {transition: all 0.4s ease;}

.clearfix { *zoom: 1;}
.clearfix:before,.clearfix:after {display: table; content: "";line-height: 0;}
.clearfix:after { clear: both;}


.img-bord { 
	background: #f9f9f9; 
	border: 1px solid #e9e7e5; 
	padding: 6px; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.img-bord img { width: 100%;}
p { padding-bottom: 12px;}
.p1 { margin-bottom: -5px;}
.p2 { padding-top: 31px;}
.pad-top { padding-top: 28px;}


/************Header************/
h1 { float: left; font-size: 50px; line-height: 50px; color: #3d3c3c; font-family: 'Bevan', cursive; margin-top: 16px; letter-spacing: -1px;}
h1 span { display: block; font-size: 12px; line-height: 18px; text-transform: uppercase; color: #969696;font-family: 'Tinos', serif; letter-spacing: 2px;}
h1 a { display: block;}
h1 img{padding-bottom:5px;}
.colby{
	color:#000000;

}

.list-services { margin-top: 54px;}
.list-services li { 
	float: left; 
	display: inline-block; 
	padding-left: 24px;
	font-family: 'Tinos', serif; 
	font-weight: bold; 
	font-size: 13px; 
	line-height: 18px; 
	color: #969696; 
	text-transform: uppercase; 
	letter-spacing: 1px;
}
.list-services .sp1 { background: url(../images/twitter.png) 7px 2px no-repeat;}
.list-services .sp2 { background: url(../images/facebook.png) 7px 2px no-repeat;}
.list-services .sp3 { background: url(../images/linkedin.png) 7px 2px no-repeat;}
.list-services li a { color: #969696; line-height: 20px; display: inline-block; padding-right: 4px; padding-left:2px;}
.list-services .sp3 a { padding-right: 0;}
.list-services li a:hover { color: #3d3c3c;}


#telephone
{
	text-align:center;
	font-size:16px;
	color:#794b27;
	font-weight:bold;
	padding-top:10px;
}

/*Small Slider used on interior pages*/
.slider-small {max-width: 100%; margin: 0 auto; margin-top: 10px;}
.slider-small .camera_prev, .slider-small .camera_next {
	background: #3d3c3c;
	height: 50px;
	width: 50px;
	top: 50%;
	bottom: auto;
	margin-top: -34px;
	moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
}
.slider-small .camera_prev:hover,
.slider-small .camera_next:hover {background: #feba35;}

.slider-small .camera_prev {left: 50%; margin-left: -504px;}
.slider-small .camera_next {right: 50%; margin-right: -504px;}

.slider-small .camera_prev > span, .slider-small .camera_next > span {
	display: block;	height: 100%; width: 100%; text-indent: -5000px;
}
.slider-small .camera_prev > span {
	background: url(../images/arrow-1.png) center center no-repeat;
}
.slider-small .camera_next > span {
	background: url(../images/arrow-2.png) center center no-repeat;
}





/*slider*/
.slider {max-width: 100%; margin: 0 auto; margin-top: -51px;}
.camera_wrap {height: 481px;}

/*arrows*/
.camera_prev, .camera_next, .camera_commands {	opacity: 1 !important;}
.slider .camera_prev,
.slider .camera_next {
	background: #3d3c3c;
	height: 80px;
	width: 80px;
	top: 50%;
	bottom: auto;
	margin-top: -34px;
	moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
}
.slider .camera_prev:hover,
.slider .camera_next:hover {background: #feba35;}

.slider .camera_prev {left: 50%; margin-left: -504px;}
.slider .camera_next {right: 50%; margin-right: -504px;}

.slider .camera_prev > span, .slider .camera_next > span {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -5000px;
}
.slider .camera_prev > span {
	background: url(../images/arrow-1.png) center center no-repeat;
}
.slider .camera_next > span {
	background: url(../images/arrow-2.png) center center no-repeat;
}

/************Content***********/

/*.content { padding-bottom: 58px; border-bottom: 1px solid #e0dcd8;}*/
.content { padding-bottom: 58px; }


.box-1 { 
	position: relative;
	margin-top: -37px;
	background: #ffffff;
	border-top: 8px solid #9ec340;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 30px;
}
.box-1 .text-1 { 
	padding: 0 40px;
}
.box-1:after {
	position: absolute;
	content: "";
	height: 41px;
	background: url(../images/bg-3.png) center bottom no-repeat;
	left: 0;
	right: 0;
	bottom: -9px;
	z-index: -1;
}

.block-1 { 
	padding-bottom: 46px;
	background: url(../images/bg-4.png) center bottom no-repeat;
	margin-bottom: -6px;
}

.box-2 + .box-2 {margin-top: 18px; border-top: 1px solid #dcd9d6; padding-top: 19px;}
.box-2 h4 { padding-top: 4px; padding-bottom: 0px;}


.box-3 h4 { padding-top: 0; margin-top: -6px; padding-bottom: 3px;}
.box-3 + .box-3 { margin-top: 15px;}

.row-1 { margin-top: 1px;}
.row-1 .box-3 { margin-top: 23px;}

.box-4 {margin-top: 17px;}
.box-4 h4 { padding-bottom: 4px;}
.box-4 h6 { padding-bottom: 11px;}
.box-4 strong { color: #3d3c3c;}

.box-5 { margin-bottom: 17px;}
.box-5 h6 { padding-top: 16px;}


.textpage h5 { padding-bottom: 0; padding-top: 20px;}
.textpage h2 + h5 {padding-top: 0; margin-top: -6px;}

/************Footer************/

footer { padding-bottom: 20px; }
footer .row {border-top: 1px solid #e0dcd8;}

.foot-logo { display: block; color: #9a9a9a; font-size: 12px; line-height: 12px;}
.foot-logo .logo-foot {
	display: block;
	margin-top: 51px;
	margin-bottom: 3px;
}
.foot-logo .logo-foot a {
	font-size: 18px;
	line-height: 18px;
	color: #3d3c3c;
	font-family: 'Bevan', cursive;
	letter-spacing: 0px;
	text-transform: uppercase;
}


/*toTop*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	cursor:pointer;
	overflow:hidden;
	width: 63px;
	height: 63px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background: url(../images/ui.totop.png) 0 0 no-repeat;
	margin-right: -600px !important;
	right: 50%;
	bottom: 20px;
	transition:all .2s ease;
}

	#toTop:hover {
		background: url(../images/ui.totop-hov.png) 0 0 no-repeat;
	}

	#toTop:active, #toTop:focus {outline:none;}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1035px) {
	.slider .camera_prev { left: 10px; margin-left: 0;}
	.slider .camera_next { right: 10px; margin-right: 0;}
	.slider-small .camera_prev { left: 10px; margin-left: 0;}
	.slider-small .camera_next { right: 10px; margin-right: 0;}
	.box-3 h4 { margin-top: 0;}
	h5.v1 { margin-top: 0;}

}

@media only screen and (max-width: 995px) {
	.camera_wrap {height: 331px;}
	.box-1 h3 { font-size: 20px;}
	.slider { margin-top: -10px;}
	.slider-small { margin-top: -10px;}
	.list-1 li { margin-right: 7px;}
	.list-1 li a { margin-right: 7px;}
	h1 span {width:300px;}
}
@media only screen and (max-width: 767px) {
	.camera_wrap {height: 262px;}
	.slider { margin-top: 10px;}
	.slider-small { margin-top: 10px;}
	.list-services { margin-top: 20px;}
	.slider .camera_prev,
	.slider .camera_next { width: 50px; height: 50px; margin-top: -25px;}
	.slider-small .camera_prev,
	.slider-small .camera_next { width: 50px; height: 50px; margin-top: -25px;}
	.box-1 { margin-top: 10px;}
	.w1 { width: 31%!important; margin-left: 1%; margin-right: 1%;}
	.bord-1:after { display: none;}
	.w2 { width: 50%;}
	.header-top { text-align: center;}
	h1, .header-top .fright { display: inline-block; float: none;}
	.pad-top { padding-top: 0;}
		h6.subtitle {display:none;visibility:hidden;}
}
@media only screen and (max-width: 479px) {
	h1 img { width: 250px; }
	h1 span {width: 250px;}
	.camera_wrap {height: 200px;}
	.list-services li a { padding-right: 2px; padding-left:2px;}
	.list-services li { padding-left: 17px;}
	.w2 { width: auto; float: none; margin-right: 0;}
	.list-1 { display: none;}
	.row-1 .img-ind { margin-bottom: 20px;}
	h5.v1 { padding-top: 10px;}
	.list-services .sp1 { background: url(../images/twitter.png) 1px 2px no-repeat;}
	.list-services .sp2 { background: url(../images/facebook.png) 1px 2px no-repeat;}
	.list-services .sp3 { background: url(../images/linkedin.png) 1px 2px no-repeat;}
	iframe {width:250px;}
}
@media only screen and (max-width: 320px) {

}