/*this is a custom stylesheet*/ 
body {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	color: #333;
	font-size: 14px;
}
a {
	color: #4FC7E7;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
h2>sup {
    font-size: 8px;
    vertical-align: super;
}
h1>sup {
    font-size: 14px;
    vertical-align: super;
}
aside>h3, aside>h4{
	color: #666;
}
aside.subpage {	
	margin-top: 20px;
}
hr {
	border-color: #ccc;
}
.logo {
	position: relative;
	z-index: 100;
}
.searchbox2 {
	border-radius: 6px;
	background-color: #ddd;
	padding: 20px;
	color: #fff;
}
.whiteback {
	background: #fff;
}
.greyback {
	background: #eee;
	background: -webkit-linear-gradient(bottom, #eee , #fff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, #eee , #fff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, #eee , #fff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, #eee , #fff); /* Standard syntax */
}
.nothing {
	background: -webkit-linear-gradient(left bottom, #003366 , #3399cc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top right, #003366 , #3399cc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom left, #003366 , #3399cc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top right, #003366 , #3399cc); /* Standard syntax */
}
.navbar-default {
	background: #333;
}
.navbar {
	margin-bottom: 0px;
	position: relative;
	min-height: 60px;
}
.navbar {
	border: 0px;
	font-size: 18px;
}
.navbar-default ul {
	margin-right: 20px;
}
.navbar-default .navbar-nav>li>a {
	color: #ddd;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #3ab1d0;
	background: #444;
}
.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.nav>li>a {
	position: relative;
	display: block;
	margin-right: 0px;
}
.nav-tabs>li>a {
	border-radius: 10px 10px 0 0;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #3ab1d0;
}
.dropdown:hover .dropdown-menu {
   /* display: block;*/
 }
 .dropdown-menu {
	background-color: #ccc;
	border-radius: 0px;
	min-width: 200px
}
.dropdown-menu>li>a {
	color: #333;
}
.container2 {
	margin-right: auto;
	margin-left: auto;
}
.container2 h2 {
	padding-top: 0;
	margin-top: 0;
}
aside {
	background: #ddd;
}
.margtop10 {
	margin-top: 10px;
}
.margtop20 {
	margin-top: 20px;
}
.margright20 {
	margin-right: 20px;
}
.margright10 {
	margin-right: 10px;
}
.margbtm20 {
	margin-bottom: 20px;
}
.hmvideocontainer {
	position: relative; 
	width: 100%; 
	min-height: 400px; 
	height:400px;
	z-index: 1; 
	overflow:hidden;
}
.hmvideo {
	width:1170px;
	height:400px;	
	background-color: #000;
	background: transparent;
}
.searchbox {
	padding: 0 25px;
	background-color: rgba(4,40,76,0.8);
	color: #fff;
	position: relative; 
	top: -400px; 
	z-index: 100; 
	margin-bottom: -405px;
}
.pageheader {	
	background: -webkit-linear-gradient(left bottom, #003366 , #3399cc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top right, #003366 , #3399cc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom left, #003366 , #3399cc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top right, #003366 , #3399cc); /* Standard syntax */
	color: #fff;
	padding: 20px;
}
.container .jumbotron {
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	border-radius: 0px;
    background-color: #ddd;
	overflow: hidden;
}
.jumbotron2 {
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	border-radius: 0px;
	margin-top: -10px;
    background-repeat: no-repeat;
}
.container .jumbotron h1 {
	/*font-size: 46px;*/
}
.container .banner-anymap {
	background-image: url("../img/banner-anymap01.jpg");
}
.container .banner-anytour {
	background-image: url("../img/banner-anytour01.jpg");
}
.container .banner-walking {
	background-image: url("../img/banner-walking01.jpg");
}
.container .banner-map {
	background-image: url("../img/banner-map.jpg");
}
.container .banner-vr {
	background-image: url("../img/banner-vr01.jpg");
}
.jumbocontent {
	color: #fff;
	position: relative;
}
.jumbocontent2 {
	color: #fff;
	background-color: rgba(4,40,76,0.8);
}
.jumbocontent2 h1, .jumbocontent2 h4 {
	color: #fff;
}
.tourofmonth {
	width: 320px;
	min-height: 150px;
	height: 150px;
	padding: 0px;
	background-image: url('../img/tourofmonth.jpg');
	border: 1px solid #ddd;
	border-radius: 10px;
}
.tourofmonth h2 {
	margin-top: 90px;
	padding: 10px 0;
	width: 100%;
	background-color: rgba(4,40,76,0.8);
	color: #fff;
}
.btn-default {
	color: #fff;
	background-color: #3DB8E4; 
	border: 0;
	border-radius: 6px;
}
.team {
	background-color: #ccc;
}
.img-center {
	margin: 0 auto;
}
/*Forms*/
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 6px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
margin-bottom: 20px;
}
.form-group {
	clear: both;
}
.form-control.shortfield {
width: 62px;
}
.multiselect {
	text-align: left;
}
.multiselect-container{
	margin-top: -20px;
}
#hometabs .panel {
	margin-bottom: 20px;
	border-top: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.homeapps>img {
	margin-right: auto;
	margin-left: auto;
}
.homeapps .btn {
	width: 100%;
}
.blueback {	
	background: -webkit-linear-gradient(left bottom, #003366 , #3399cc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top right, #003366 , #3399cc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom left, #003366 , #3399cc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top right, #003366 , #3399cc); /* Standard syntax */
}
.productcon {
	color: #fff;
}
#product {
	min-height: 350px;
}
#product .img-responsive {
    margin: 0px auto 10px;
    width: 130px;
}
.product {
	color: #333;
	margin: 20px 0px;
	border-right: 1px solid #fff;
}
.product .btn {
	width: 100%;
}
.product:nth-child(3) {
	border-right: 0px;
}
.homegrey {
	background: -webkit-linear-gradient(left bottom, #ebebeb , #f6f6f6); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(top right, #ebebeb , #f6f6f6); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(bottom left, #ebebeb , #f6f6f6); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(to top right, #ebebeb , #f6f6f6); /* Standard syntax */
	border: 1px solid transparent;
  	border-radius: 10px;
  	padding: 10px;
}
.callaction {
	padding: 40px;
}
.hmfeatures {
	margin: 20px 0px;
	border-right: 1px solid #ddd;
}
.hmfeatures:nth-of-type(3n+3) {
	border-right: 0px;
}
	.clientlist {
		list-style: none; 
		padding-left: 0px;
	}
/* This is the page's footer container DIV */

footer {
	width: 100%;
	min-height: 150px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 20px 20px;
	clear: both;
}
.footerback {
	background: -webkit-linear-gradient(left bottom, #333 , #636363); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(top right, #333 , #636363); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(bottom left, #333 , #636363); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(to top right, #333 , #636363); /* Standard syntax */
}
/* This is the page's footer content DIV */

/* Custom, iPhone Retina ---------------------------------------------------------------------------------*/ 
@media only screen and (min-width : 320px) {
	.container-fluid {
		padding: 0px;
	}
	.container {
		padding: 0px;
	}
	.banner {
		width: 100%;
		margin-bottom: 0px;
		display: block;
		margin: 0 auto;
		padding: 0px;
	}
	.adslot_1 { width: 100%; height: 50px; }
	.mobilebanner {
		/*margin-bottom: -10px;*/
		width: 100%;
	}
	h1.tagline {
		font-size: 16px;
		width: auto;
		margin-right: 10px;
		text-align: center;
		clear: both;
	}
	.logo {
		top:30px;
		width: 120px;
	}
	.navbar {
		min-height: 50px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #ddd;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #4FC7E7;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #4FC7E7;
	background-color: transparent;
	}
	.jumbotron2 {
		min-height: 400px;
		height: auto;
		background: #fff;
	}
	.jumbocontent2 {
		padding: 10px;
		width: 100%;
		position: relative;
		top: 40px;
		text-align: center;
	}
	.jumbocontent2>img {
		text-align: center;
    	margin: 0 auto;
	}
	.container .jumbotron {
		min-height: 445px;
		height: 445px;
	}
	.searchbox {
		margin-right: auto;
		margin-left: auto;
		width: auto;
		padding: 5px 20px 10px;
		min-height: 400px;
		color: #fff;
		/*overflow: hidden;*/
	}
	.searchbox h2 {
		font-size: 24px;
	}
	.searchbox h3 {
		font-size: 14px;
	}
	#ct_college_search_form h4 {
		color: #3DB8E4;
	}
	.container2 {
		padding: 0;
	}
	.container2 h2 {
		font-size: 24px;
	}
	.tourofmonth {
		width: 320px;
		margin: 0 auto;
		clear: both;
	}
	#hometabs .panel {
		margin-bottom: 20px;
		padding: 20px 0px;
		border: 0px;
		border-radius: 0 0 4px 4px;
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
		box-shadow: 0 1px 1px rgba(0,0,0,.05);
		width: 100%;
		margin: 0 auto;
	}
	.homeapps {
		width: 300px;
		margin: 20px 10px;
	}
	#hometabs .tabholder {
		width: 320px;
		margin: 0 auto;
	}
	#hometabs h2 {
		font-size: 28px;
	}
	#featured {
		text-align: center;
	}
	#featured article{
		margin-bottom: 20px;
	}
	#featured img {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	}
	.hmimg {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	footer a, footer a:hover, footer a:visited {
		color: #ccc;
	}
	footer>p>a {
		display: block;
	}
	footer a:nth-child(1) {
		border-left: 0px;
	}
	footer .footericons a {
		color: #ccc;
		border-left: 0px;
		padding-left: 5px;
		margin: 0 0 0 0px;
	}
	.clientlist {
		columns: 2; -webkit-columns: 2; -moz-columns: 2; 
		padding-left: 0px;
	}
	.searchbox input#textSearch, .searchbox select#stDrop, .searchbox select#country_ct  {
		width: 100%;
		margin-bottom: 8px;
	}
	.searchbox #ct_college_search_form .btn-default {
		width: 100%;  
		margin-bottom: 20px;
	}
	.searchbox2 input#textSearch, .searchbox2 select#stDrop, .searchbox2 select#country_ct  {
		width: 100%;
		margin-bottom: 10px;
	}
	.searchbox2 #ct_college_search_form .btn-default {
		width: 100%;  
		margin-bottom: 10px;
	}
}

/* Extra Small Devices, Phones -------------------------------------------------------------------------*/ 
@media only screen and (min-width : 480px) {	
	.mobilebanner {
		display: block;
	/*	float: right;*/
	}
	h1.tagline {
		width: 300px;
		font-size: 20px;
		text-align: right;
	}
	.logo {
		top:40px;
		margin-left: 0px;
		width: 140px;
	}
	.searchbox {
		width: 320px;
		min-height: 400px;
	}
	.container2 h2 {
		font-size: 26px;
	}
	#hometabs h2 {
		font-size: 30px;
	}
	.container .jumbotron {
		min-height: 445px;
		height: 445px;
	}
	.jumbotron {
    background-image: url("../img/hm-jumbo.jpg");
    background-repeat: no-repeat;
	}
	footer a, footer a:hover, footer a:visited {
		margin: 0 0 0 5px;
		padding-left: 10px;
		border-left: 1px solid #CCCCCC;
		color: #ccc;
	}
	footer>p>a {
		display: inline;
	}
	footer a:nth-child(1) {
		border-left: 0px;
	}
	footer .footericons a {
		color: #ccc;
		border-left: 0px;
		padding-left: 5px;
		margin: 0 0 0 0px;
	}
	.clientlist {
		columns: 2; -webkit-columns: 2; -moz-columns: 2; 
		padding-left: 0px;
	}
}



/* Small Devices, Tablets ---------------------------------------------------------------------------*/
@media only screen and (min-width : 768px) {
	.banner {
		width: 100%;
		float: right;
		margin-bottom: 0px;
		margin-right: 0px;
	}
	.adslot_1 { width: 100%;  }
	.mobilebanner {
		width: 100%;
		/*margin-left: 20px;*/
		/*display: none;*/
	}
	 h1.tagline {
	 	position: relative;
	 	top: 60px;
	 	right: 20px;
		width: auto;
		font-size: 22px;
		text-align: right;
		margin-top: -30px;
	}	
	.logo {
		width: 150px;
		top: 30px;
	}
	.navbar {
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #333;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #4FC7E7;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
		color: #4FC7E7;
		background-color: transparent;
	}
	.container .jumbotron {
		min-height: 400px;
		height: 400px;
	}
	.jumbotron h1, .jumbotron2 h1 {
		font-size: 30px;
	}
	.jumbotron h3 {
		color: #3DB8E4;
	}
	.jumbotron2 h3, .jumbotron2 h1, .jumbotron2 h4 {
		color: #333;
	}
	.jumbotron h4 {
		line-height: 1.5em;
	}
	.jumbocontent  {
		color: #fff;
		z-index: 50;
		width: 50%;
		left: 40px;
		top: -280px;
	}
	.jumbocontent2  {
		border-radius: 0px 10px 10px 0px;
		width: 70%;
		color: #333;
		text-align: left;
		padding: 20px;
	}
	.jumbocontent2>img  {
		float: left;
		margin-right: 20px;
	}
	.jumbotron p {
		margin-bottom: 15px;
		font-size: 16px;
		font-weight: 200;
	}
	.searchbox {
		width: 320px;
		float: right;
		margin-right: 0px;
	}
	.tourofmonth {
		float: right;
		clear: none;
	}
	#hmtabs.nav>li>a {
		padding: 30px 13px;
	}
	#hmtabs.nav>li {
		font-size: 16px;
	}
	.homeapps:nth-child(3) {
		border-right: 0;
		padding: 0 5px 0 0px;
	}
	.homeapps:nth-child(1) {
		border-right: 0;
		padding: 0 10px 0 5px;
		border-right: 1px solid #ddd;
	}
	.homeapps {
		width: 229px;
		margin: 5px;
		padding: 0 10px 0 0px;
		border-right: 1px solid #ddd;
	}
	#hometabs .tabholder {
		width: 100%;
		margin: 0 auto;
	}
	.hmimg {
		display: inline;
		margin-left: auto;
		margin-right: auto;
	}
	#featured {
		text-align: left;
	}
	.clientlist {
		columns: 2; -webkit-columns: 2; -moz-columns: 2; 
		padding-left: 0px;
	}
	.searchbox input#textSearch, .searchbox select#stDrop, .searchbox select#country_ct  {
		width: 200px;
		float: left;
		margin-bottom: 10px;
	}
	.searchbox #ct_college_search_form .btn-default {
		width: 70px;
		float: right;  
		margin-bottom: 20px;
	}
}
/* Medium Devices, Desktops ---------------------------------------------------------------------------------*/
@media only screen and (min-width : 992px) {
	.container {
	  padding-right: 15px;
	  padding-left: 15px;
	}
	h2 {
		font-size: 30px;
	}
	h3.h3home {
		font-size: 24px;
		text-align: center;
	}
	.banner {
		margin-bottom: 0px;
		/*width: 728px;*/
		margin-right: 0px;
	}
	.logo {
		width: 180px;
		top:30px;
	}
	.adslot_1 { width: 728px; height: 90px; }
	.mobilebanner {
		min-width: 728px;
		min-height: 90px;
		height: 90px;
		/*display: none;*/
	}
	.jumbocontent  {
		color: #fff;
		z-index: 50;
		width: 53%;
		left: 40px;
		top: -300px;
	}
	 h1.tagline {
		width: auto;
		font-size: 22px;
		text-align: right;
		top: 60px;
	}	
	.searchbox {
		width: 320px;
		top: -400px;
		float: right;
		margin-right: 40px;
	}
	.tourofmonth {
		right: 40px;
		float: right;
	}
	#hmtabs.nav>li>a {
	padding: 30px 30px;
	}
	#hmtabs.nav>li {
		font-size: 18px;
	}
	#hometabs .panel {
		/*padding: 20px 44px;*/
		border: 1px solid #ddd;
		border-top: 0px;
	}
	#hometabs .tabholder {		
		width: 1022px;
		margin: 0 auto;
	}
	.homeapps:nth-child(1) {
		padding: 0 20px 0 0px;
		border-right: 1px solid #ddd;
	}
	.homeapps:nth-child(3) {
		border-right: 0;
		padding: 0 20px 0 0px;
	}
	.homeapps {
		width: 300px;
		margin: 10px;
		padding: 0 20px 0 0px;
		border-right: 1px solid #ddd;
	}
	.hmimg {
	}
	.clientlist {
		columns: 3; -webkit-columns: 3; -moz-columns: 3; 
		padding-left: 0px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.homeapps:nth-child(1) {
		margin: 10px;
		padding: 0 20px 0 0px;
		border-right: 1px solid #ddd;
	}
	.homeapps:nth-child(3) {
		border-right: 0;
		padding: 0 5px 0 0px;
	}
	.homeapps {
		width: 320px;
		margin: 10px;
		padding: 0 20px 0 0px;
		border-right: 1px solid #ddd;
	}
	.jumbocontent  {
		color: #fff;
		z-index: 50;
		width: 53%;
		left: 40px;
		top: -220px;
	}
	.searchbox2 input#textSearch, .searchbox2 select#stDrop, .searchbox2 select#country_ct  {
		width: 230px;
		float: left;
		margin-bottom: 20px;
	}
	.searchbox2 #ct_college_search_form .btn-default {
		width: 70px;  
		float: right;
		margin-bottom: 20px;
	}
}

/* for auto-suggestion drop down on searches */
#name-hint {
	
position:absolute;
display:none;
min-width:235px;
font-family:Arial;
font-size:12px;
background-color:#ffffff;
z-index:1000;
top:0;
left:0;	
}

div.shadow {
	-moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
}
div.shadow:after { content: ''; }

/*BEGIN CSS FOR SEARCH HINTS */
.selected {

background-color:#C8C8C8;
}

.selected-hint {

background-color:#E1E1E1;
}

#name-hint {

font-size: 14px;
}
/*END CSS FOR SEARCH HINTS */

/* Advanced search page - for auto-suggestion drop down on searches */
#city-hint {
	
position:absolute;
display:none;
min-width:184px;
/*min-height:170px;*/
overflow:auto;
font-family:Arial;
font-size:16px;
background-color:#ffffff;
z-index:1000;
border-style:solid;
border-color:#cccccc;
border-top-width:0px;
border-right-width:1px;
border-left-width:1px;
border-bottom-width:1px;
top:0;
left:0;	
}

.city {

/*opacity:0.5;
filter:Alpha(opacity=50);*/
}
.city {

/*font-size:14px;*/
/*width:180px;*/
/*border:1px solid;
padding:2px;*/
}
/*Advanced search page - END CSS FOR SEARCH HINTS */
