@font-face {
    font-family: 'Myriad Pro';   
   	src: url('../fonts/MyriadPro.eot'),
		 url('../fonts/MyriadPro.svg'),
		 url('../fonts/MyriadPro.ttf'),
		 url('../fonts/MyriadPro.otf'),
		 url('../fonts/MyriadPro.woff');
}
@font-face {
	font-family: 'HelveticaLT';   
   	src: url('../fonts/Helvetica45Light.eot'),
		 url('../fonts/Helvetica45Light.svg'),
		 url('../fonts/Helvetica45Light.ttf'),
		 url('../fonts/Helvetica45Light.woff');
}
/*----------------------------
	Global Properties
----------------------------*/
::-moz-selection {
 background:#08578C;
 color:#ffffff;
}
body {
	background: url("../images/main-bg.png") no-repeat scroll center center #ffffff;
	border: 0;
	font: 15px/22px 'Myriad Pro',sans-serif,Arial,Helvetica,sans-serif;
	color: #000000;
	padding: 0;
}  
a {
	color: #6666FF;
	text-decoration: none;
	outline: none
}
a:hover {
	color: #6666FF;
	text-decoration: underline;
}
a:focus, a:active {
	color: #6666FF;
	outline:none;
	text-decoration:none;
}
p {
	padding: 0;
	margin:0 0 15px;
}
hr {
	margin:20px 0;
	border-color:#e2e2e2;
}
h1, h2, h3, h4 {
	color: #000000;
	margin: 0 0 12px 0;
	padding: 0;
	font-weight: 300;
	font-family: 'HelveticaLT', Arial, Helvetica, sans-serif;
	font-style: condensed;
}
h1 {
	font-size: 35px;
	line-height: 45px;
}
h2 {
	font-size: 30px;
	line-height: 40px;
}
h3 {
	font-size: 25px;
	line-height: 35px;
}
h4 {
	font-size: 20px;
	line-height: 30px;
}
blockquote {
	background: url("../images/postquote.png") no-repeat scroll 10px 14px #EFF2F5;
	padding:15px 20px 15px 35px;
	margin-bottom:15px;
}
input, select, textarea {
	background: none repeat scroll 0 0 #FFFFFF;
	border:1px solid #cccccc;
    color: #222222;
    font-size: 16px;
    margin: 0;
    padding: 6px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input:focus, select:focus, textarea:focus {
	box-shadow: inset 0px 0px 3px rgba(183,183,183,0.3);
	-moz-box-shadow: inset 0px 0px 3px rgba(183,183,183,0.3);
	-ms-box-shadow: inset 0px 0px 3px rgba(183,183,183,0.3);
	-o-box-shadow: inset 0px 0px 3px rgba(183,183,183,0.3);
	-webkit-box-shadow: inset 0px 0px 3px rgba(183,183,183,0.3);
}
input[placeholder], [placeholder], *[placeholder] {
	color:#9c9c9c;
}

/*-- Select Box --*/
.notIE label {
	display: inline-block;
	position: relative;
}
.notIE select {
	outline: medium none;
	overflow: hidden;
	-webkit-appearance: none;
}
.notIE label:after {
	background: url("../images/dropdown.png") no-repeat scroll center center #FFFFFF;
    content: "";
    display: inline-block;
    height: 42px;
    pointer-events: none;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 26px;
}
@media not all {
.notIE label:after {
	display: none;
}
}

/*--------------------------
		Buttons
--------------------------*/

.btn, .btn-orange{
	background: none repeat scroll 0 0 #08578C;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Arial, serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 10px 12px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-o-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.btn:hover, .btn:focus{
	outline:none;
	color:#ffffff;
	box-shadow: inset 0px 0px 3px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.8);
	-ms-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.8);
	-o-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.8);
}
.btn-orange{
	background-color:#FAA633;
	font-size:14px;
	padding:6px;
	border:1px solid #FAA633;
}
.btn-orange:hover{
	box-shadow: inset 0px 0px 3px rgba(0,0,0,0.3);
}
.text_link {
	color:#000000;
	font-size:20px;
	font-family: 'HelveticaLT', Arial, Helvetica, sans-serif;
}
.error {
	color: #FF0000;
    float: right;
    text-align: right;
    width: 100%;
}
/*----------------------------
 		Main Layout
-----------------------------*/
.margin-t {
	margin-top:0 !important;
}
.margin-r {
	margin-right:0 !important;
}
.margin-b {
	margin-bottom:0 !important;
}
.margin-l {
	margin-left:0 !important;
}
.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger {
	border-width:1px;
	border-style:solid;
	border-color:#949494;
	padding:15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
}
.bg-primary {
	background-color: #428BCA;
	border-color:#428BCA;
    color: #FFFFFF;
}
.bg-success {
	border-color:#3C763D;
	background-color: #DFF0D8;
}
.bg-info {
	background-color:#D9EDF7;
	border-color:#31708Fl;
}
.bg-warning {
	background-color: #FCF8E3;
	border-color:#8A6D3B;
}
.bg-danger {
	background-color: #F2DEDE;
	border-color:#A94442;
}
.icon-calendar, .icon-user {
	background: url("../images/icon-calendar.gif") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    display: inline-block;
    margin-right: 15px;
    padding: 0 10px 0 25px;
}
.icon-user {
	background: url("../images/icon-user.gif") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
}
header, section, footer {
	width:900px;
	margin:0 auto;
	padding:0;
}
section {
	padding:30px 0;
}
.title {
	border-bottom:1px solid #e2e2e2;
	padding-bottom:5px;
	margin-bottom:20px;
}
.preloader {
	background:url(../images/loader.gif) scroll no-repeat center center rgba(0,0,0,0);
}

/*----------------------------
	Header
-----------------------------*/
#logo {
	background: url("../images/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	float: left;
	height: 130px;
	margin: 20px 0;
	text-indent: -9999px;
	width: 580px;
}
#mob_logo {
	display:none
}

/*-- Main Menu --*/
.meun_bg {
	background: none repeat scroll 0 0 #08578C;
    display: inline-block;
    width: 100%;
}
nav.main_menu {
	background: none repeat scroll 0 0 #08578C;
    font-family: "HelveticaLT",Arial,Helvetica,sans-serif;
    margin: 0 auto;
    width: 960px;
}
nav.main_menu > ul {
	float:right;
	margin: 0 auto;
    padding: 0;
    position: relative;
}
nav.main_menu > ul:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
nav.main_menu > ul li {
	float: left;
    font-size: 18px;
    list-style: none outside none;
    padding: 15px 0;
    position: relative;
}
nav.main_menu > ul li:first-child {
	padding-left:10px;
}
nav.main_menu > ul li a, 
nav.main_menu ul li a:link {
	color: #FFFFFF;
    padding: 15px 20px;
    text-decoration: none;
}
nav.main_menu > ul li a:hover,
nav.main_menu > ul li:hover a {
	background:#FA681E;
}
nav.main_menu > ul li a.selected, 
nav.main_menu > ul li a:active {
	background:#F69F3C;
}
nav.main_menu > ul li > ul, 
nav.main_menu ul > li span.sub_menu_arrow {
	display: none;
}
nav.main_menu > ul li:hover span.sub_menu_arrow {
	background: url("../images/sub_menu.png") no-repeat scroll 40px 0 rgba(0, 0, 0, 0);
	display: inline;
	height: 6px;
	left: 0px;
	position: absolute;
	top: 51px;
	width: 100%;
}
nav.main_menu > ul li:hover > ul {
	position: absolute;
	display: block;
	z-index: 1000;
	left: 0;
	top: 56px;
	padding: 0px;
	list-style: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #08578C;
	border:1px solid #053d62;
}
nav.main_menu > ul li > ul:befor {
	 content:"";
	 position:absolute;
	 display:block;
	 z-index:1500;
	 left:0;
	 top:-10px;
	 height:10px;
	 width:100%;
}
nav.main_menu > ul li > ul li {
	background: url("../images/sub_menu_sep.jpg") repeat-x scroll 0% 100% rgba(0, 0, 0, 0);
	float: none;
    margin: 0;
    padding: 0px 14px;
}
nav.main_menu > ul li > ul li:last-child {
	background-image:none !important;
}
nav.main_menu > ul li > ul li a, nav.main_menu > ul li > ul li a:link {
	background-color:transparent;
    color: #FFFFFF;
	font-size:16px;
    display: block;
    padding: 10px 0 12px;
	text-align:left;
    white-space: nowrap;
	min-width:150px;
}
nav.main_menu > ul li > ul li a {
	color: #ffffff;
}
nav.main_menu > ul li > ul li a:hover {
	color: #FA681E;
}
nav.main_menu > ul li > ul li a:hover.sub_menu_arrow {
	background: url("../images/sub_menu_item_hover.png") no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
}
nav.main_menu > ul li > ul li a.sub_menu_arrow {
	background: url("../images/sub_menu_item1.png") no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
}
nav.main_menu > ul li > ul li > ul {
	display: none;
}
nav.main_menu > ul li > ul li:hover > ul {
	color:#ffffff;
	position: absolute;
	display: block;
	left: 100%;
	top: -1px;
	padding: 5px;
	margin-left:0px;
	list-style: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #08578C;
	border:1px solid #053d62;
}
/*-- /-Menu --*/

/*-- Top Link --*/
.top_link {
	margin:7px 0;
	text-align:right;
	color:#000000;
}
.top_link a {
	text-decoration:none;
	font-size:13px;
	color:#000000;
}
.top_link a:hover {
	color:#FA681E;
}
/*-- Header Login Form --*/
.header_login_form {
	margin: 0 auto;
    position: relative
}
.header_login_form form {
	width:100%;
}
.header_login_form input {
	font-size: 14px;
    margin-bottom: 7px;
    padding: 5px;
    width: 100%;
}
.header_login_form .remember_password {
	margin-bottom:7px;
}
.header_login_form .remember_password input[type='checkbox'] {
	width:auto;
	margin:0;
}
.header_login_form .remember_password label {
	font-weight:normal;
	margin:0
}
.header_login_form .error {
	font-size:13px;
}
.header_login_form .btn {
	float: right;
    padding: 5px 7px !important;
    width: auto;
	margin-top:-30px;
}
/*-- /-Header Login Form --*/


/*----------------------------
	Content
-----------------------------*/
.popup {
	background:#ffffff;
	padding:30px;
	margin:0 auto;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);
	-ms-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);
	-o-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);
}
/*-- Sign Up Popup --*/
.signup_popup {
	width:365px;
	margin:100px auto;
}
.signup_popup input {
	width:100%;
}
.signup_popup .gender, .signup_popup .role{
	width:305px;
}
.signup_popup .birthday {
	display: inline-block;
    width: 100%;
}
.signup_popup .birthday .notIE, .signup_popup .birthday select {
	float:left;
}
.signup_popup .birthday select {
	width:88px;
	margin-right:20px;
}
.signup_popup .birthday select:last-child {
	margin-right:0;
}
.signup_popup .usage_policy {
	display:inline-block;
	margin-bottom:20px;
	width:100%;
	position:relative;
}
.signup_popup .usage_policy input[type='checkbox'] {
	float: left;
    height: 16px;
    margin-top: 2px;
    width: 16px;
}
.signup_popup .usage_policy label {
	font-weight: normal;
    padding-left: 5px;
    position: absolute;
    width: 100% !important;
}
.signup_popup .main_remember_password{
	margin-top:10px;
	float:left;
}
.signup_popup .main_remember_password input[type='checkbox'] {
	float: left;
    height: 16px;
    margin-top: 2px;
    width: 16px;
}
.signup_popup .main_remember_password label {
	font-weight: normal;
    padding-left: 5px;
}
.signup_popup .got_password {
	float: right;
    margin-top: 10px;
    text-align: right;
}
/*-- Blog --*/
.blog {
	position:relative;
}
.blog article {
	margin-bottom:40px;
}
.blog article p {
	padding:0 15px;
}
.blog h1 {
	margin:0 0 -10px 15px;
}
.blog figure.img_center {
	margin:15px;
	text-align:center;
}
.blog figure.img_center img {
	margin: 0 auto;
    text-align: center;
}
.blog figure.img-left {
	margin:0 15px;
	text-align:left;
	float:left;
}
.blog figure.img-left img {
	margin: 0 auto;
    text-align: center;
}
.blog figure.img-right {
	margin:0 15px;
	text-align:right;
	float:right;
}
.blog figure.img-right img {
	margin: 0 auto;
    text-align: center;
}
.post_meta {
	color:#666666;
	font-size:14px;
	border:1px solid #e1e1e1;
	border-width:1px 0;
	padding:15px;
	margin:15px 0;
	position:relative;
}
/*-- Contact Form --*/
.contact_form .form-control {
	padding:15px;
	height:auto;
	font-size:15px;
}
.contact_form .form-control:focus {
	border-color:#08578C;
	box-shadow:0 0 3px rgba(183, 183, 183, 0.3) inset;
	-moz-box-shadow:0 0 3px rgba(183, 183, 183, 0.3) inset;
	-ms-box-shadow:0 0 3px rgba(183, 183, 183, 0.3) inset;
	-o-box-shadow:0 0 3px rgba(183, 183, 183, 0.3) inset;
	-webkit-box-shadow:0 0 3px rgba(183, 183, 183, 0.3) inset;
}
.contact_form textarea.form-control {
	height:200px;
}
.contact_form .btn {
	padding:5px 10px;
	font-size:18px;
}
.map_box {
	border: 1px solid #CCCCCC;
    line-height: 0;
    margin-bottom: 15px;
    overflow: hidden;
	 border-radius: 3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
}
/*-- FAQs --*/
.faqs {
	position:relative;
	padding:0 15px;
}
.faqs h4 {
	margin:0 0 5px 0;
	/*text-decoration:underline;*/
}
/*-- College Search List --*/
.college_search {
	
}
.college_search .search_box {
	float: right;
    margin-bottom: 20px;
    margin-top: -65px;
}
.college_search .search_box .btn {
	font-size: 14px;
    padding: 6px;
	margin-left:5px;
}
.college_search .search_box input, .college_search .search_box select {
	width:140px;
	margin-left:5px;
}
.college_search .college_list {
	display:inline-block;
	width:100%;
}
.college_search .college_list > div a {
	color:#000000;
	text-decoration:none;
}
.college_search .college_list > div a:hover .img-thumbnail, .college_search .college_list > div a:hover h3 {
	border-color:#FA681E;
	color:#FA681E;
}
.college_search .college_list > div {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E2E2E2;
    display: inline-block;
    margin-bottom: 20px;
    padding: 20px 5px;
    width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.college_search .college_list > div:nth-child(odd) {
	background:rgba(0,0,0,0);
	border:none;
	padding:0 5px;
}
.college_search .college_list h3 {
	margin-bottom:7px;
	line-height:normal;
}
.college_search .college_list address {
	margin-bottom:5px;
}
/*-- /-College Search List --*/

/*-- College Info --*/
.college_detail .college_info {
	
}
.college_detail .college_info h3 {
	margin-bottom:7px;
	line-height:normal;
}
.college_detail .college_info address {
	margin-bottom:5px;
}
.college_detail .btn_two {
	float: right;
    margin-bottom: 20px;
    margin-top: -65px;
}
.college_detail .btn_two button {
	background:#ffffff;
	font-size:16px;
	border:1px solid #08578C;
	padding:5px 13px;
	color:#08578C;
	margin-right:5px;
	text-shadow:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
}
.college_detail .btn_two button:hover, .college_detail .btn_two button:active, .college_detail .btn_two button:focus {
	box-shadow:none;
	color:#FA681E;
	border:1px solid #FA681E;
}
.college_detail .btn_two button:last-child {
	margin:0;
}
/*.college_detail .btn_two button:nth-child(2n+2) {
	margin-right:10px;
	border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	-ms-border-radius:0 3px 3px 0;
	-o-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
}*/
.college_detail .more_info {
	
}
.college_detail .more_info .box {
	border:1px solid #cccccc;
	border-radius:5px;
	padding:10px;
	margin-bottom:20px;
}

/*-- /-College Info --*/

/*-- Load More Data --*/
#more {
	
}
.load_more {
	background: none repeat scroll 0 0 #08578C;
    color: #FFFFFF !important;
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.load_more:hover, .load_more:active {
	background: none repeat scroll 0 0 #F69F3C;
	color:#ffffff;
	text-decoration:none;
	outline:none;
}
/*-- /-Load More Data --*/

/*-- Tips --*/
.tips {
	position:relative;
}
.tips .tip {
	background: none repeat scroll 2.5% 50% #FFFFFF;
    border: 1px solid #CCCCCC;
	color:#000000;
    display: inline-block;
    height: auto;
    margin-bottom: 30px;
    padding: 15px;
    width: 100%;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;

}
.tips .tip:hover, .tips .tip:active {
	border: 1px solid #FA681E;
	text-decoration:none;
}
.tips .tip:hover a {
	text-decoration:none;
	color:#000000;
}
.tips .tip a {
	color:#333333;
}
.tips .tip figure {
    float: left;
    margin-right: 15px;
	width:100px;
	height:100px;
	overflow:hidden;
}
.tips .tip figure img {
	width:100px;
}
.tips .tip p {
	margin:0;
}
.tips .tip_detail {
}
.tips .tip_detail h3 {
	text-decoration:underline;
	margin-bottom:15px;
}
.tips .tip_detail h4 {
	float: left;
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
}
.tip_img {
    float: left;
    height: 45px;
    line-height: 0;
    margin-right: 10px;
    overflow: hidden;
    width: 45px;
}
.tip_img img {
	width:45px;
	height:auto;
	border:none;
}
/*-- /-Tips --*/

/*-- Packages --*/
.packages {
	position:relative;
}
.packages .package {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #000000;
    cursor: pointer;
    display: block;
    margin: 0 auto 20px;
    padding: 20px;
    text-align: center;
    width: 100%;
	border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
}
.packages .package:hover {
	border-color:#FA681E;
	text-decoration:none;
}
.packages .package h2 {
	color:#08578C;
	margin-bottom:0px;
}
.packages .package:hover h2 {
	color:#FA681E;
}
.packages .package .list {
	text-align:left;
	padding:0;
	margin:20px 0;
}
.packages .package .list li {
	border:1px solid #cccccc;
	border-width:1px 0 0 0;
	list-style:none;
	padding:7px 7px 7px 30px;
	font-size:13px;
}
.packages .package .list li.check {
	background:url(../images/check.png) no-repeat scroll left 11px rgba(0,0,0,0);
}
.packages .package .list li.cross {
	background:url(../images/cross.png) no-repeat scroll left 11px rgba(0,0,0,0);
}
.packages .package .list li:last-child {
	border-bottom:1px solid #cccccc;
}
.packages .package .btn {
	padding:5px 10px;
	background:url(../images/btn_buynowCC_LG.gif) no-repeat scroll 0 0 transparent;
	display:block; 
	height: 47px;
    width: 171px;
}
.packages .package:hover .btn {
	/*background:#FA681E;*/
}
.packages .package .btn:hover {
	box-shadow:none;
}
/*-- /-Packages --*/

/*-- Popup --*/
.popup_bg {
    height: 100%;
    width: 100%;
	display:none;
}
.popup_overlay {
	margin:30% auto;
}
/*-- /-Popup --*/
/*-- 404 Error --*/
.error_404 {
	text-align:center;
}
.error_404 img {
	display:inline-block;
}
.error_404 h1 {
	margin:30px 0;
	font-size:40px;
}
/*-- /-404 Error --*/
/*-- User College List Table --*/
.user_college_list {
	
}
.search_string_post{
	color:#000000;
}
.search_string_post:hover{
	color:#000000;
	cursor:pointer;
	text-decoration:underline;
}
/*-- /-User College List Table --*/
/*----------------------------
	Footer
-----------------------------*/
.footer {
	background: url(../images/footer_border.jpg) repeat-x scroll 0 0 #EFF2F5;
	padding: 50px 0;
	margin: 30px 0 0 0;
	color: #5E7C9C;
}
.copy_right {
	color:#5E7C9C;
	text-align:center;
	font-size:13px;
	padding:10px;
}
.copy_right a {
	color:#5E7C9C;
	text-decoration:none;
}
.copy_right a:hover {
	color:#FA681E;
}
.social_icon a {
	margin:0 7px;
}
/*----------------------------
	Media
-----------------------------*/
.img-full {
	width:100%;
}
@media (min-width: 992px) {
	#slid_nav_page {
		display:none;
	}
}
@media (max-width: 992px) {
	.main_menu {
    	display:none;
	}
	header, section, footer {
		width:auto;
		margin:0 auto;
		padding:0;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#logo {
		background: url("../images/logo.png") no-repeat scroll 0 0 / 450px auto rgba(0, 0, 0, 0);
    	height: 110px;
    	width: 450px;
	}
	.top_link {
		color: #FFFFFF;
		margin-top: -32px;
		position: absolute;
		right: 20px;
		top: 0;
	}
	.top_link a {
		color:#ffffff;
	}
	.header_login_form {
		margin-top:10px;
	}
	.college_search .search_box {
		margin-top:0;
		width:100%;
	}
}
@media (min-width: 360px) and (max-width: 767px) {
	body {
		word-wrap: break-word;
	}
	.header_login_form {
		width:320px;
	}
	#logo {
		display:none;
	}
	#mob_logo {
		background: url("../images/mob_logo.png") no-repeat scroll center center rgba(0, 0, 0, 0);
		display: block;
		height: 130px;
		margin: 20px auto;
		text-indent: -9999px;
		width: 280px;
	}
	.top_link {
		color: #FFFFFF;
		margin-top: -200px;
		position: absolute;
		right: 10px;
		top: 0;
	}
	.top_link a {
		color:#ffffff;
	}
	.signup_popup {
		margin: 50px auto;
		width: 320px;
	}
	.signup_popup .gender,.signup_popup .role {
		width:260px;
	}
	.signup_popup .birthday select {
		width: 73px;
	}
	.signup_popup .got_password {
		margin-top:10px;
		margin-bottom:10px;
	}
	
	/*-- Search Box --*/
	.college_search .search_box {
		margin-top:0;
		width:100%;
	}
	.college_search .search_box input, .college_search .search_box select {
    	margin-left: 0px;
    	width: 100%;
	}
	.college_search .search_box .btn {
		width:100%;
		margin-left:0;
	}
	.college_search .college_list {
		/*text-align:center;*/
		text-align:left;
	}	
	/*-- College Contact Info --*/
	.college_detail .btn_two {
		margin:0 auto 15px;
		width:300px;
		text-align:center;
		float:none;
	}
	.college_detail .btn_two button {
		width:47%;
		text-align:center;
	}
	.college_detail .college_info {
		text-align: center;
	}
	/*-- Packages --*/
	.packages .package {
		width: 280px;
	}
}
@media (min-width: 300px) and (max-width: 359px) {
	body {
		word-wrap: break-word;
	}
	#logo {
		display:none;
	}
	#mob_logo {
		background: url("../images/mob_logo.png") no-repeat scroll center center rgba(0, 0, 0, 0);
		display: block;
		height: 130px;
		margin: 20px auto;
		text-indent: -9999px;
		width: 300px;
	}
	.top_link {
		color: #FFFFFF;
		margin-top: -200px;
		position: absolute;
		right: 10px;
		top: 0;
	}
	.top_link a {
		color:#ffffff;
	}
	.header_login_form {
		width:100%;
	}
	.popup {
		padding:20px;
	}
	.signup_popup {
		margin: 50px auto;
		width: 280px;
	}
	.signup_popup .gender, .signup_popup .role{
		width:240px;
	}
	.signup_popup .birthday select {
		width: 66px;
	}
	.signup_popup .usage_policy {
		font-size:14px;
	}
	.signup_popup .main_remember_password {
		font-size:14px;
	}
	.signup_popup .got_password {
		margin-top:10px;
		margin-bottom:10px;
	}
	/*-- Search Box --*/
	.college_search .search_box {
		margin-top:0;
		width:100%;
	}
	.college_search .search_box input, .college_search .search_box select {
    	margin-left: 0px;
    	width: 100%;
	}
	.college_search .search_box .btn {
		width:100%;
		margin-left:0;
	}
	.college_search .college_list {
		text-align:left;
	}
	.college_search .college_list h3 {
		font-size:18px;
	}
	/*-- College Contact Info --*/
	.college_detail .college_info {
		text-align: center;
	}
	.college_detail .btn_two {
		margin:0 auto 15px;
		width:260px;
		text-align:center;
		float:none;
	}
	.college_detail .btn_two button {
		width:47%;
		text-align:center;
	}
}
.mymsgbox {
	background: none repeat scroll 0 0 #1474B7;
	border: 1px solid #1474B7;
	font-size: 16px;
	font-weight: bold;
	padding: 6px;
	position: relative;
	z-index: 1000;
	text-align: center;
	color: #FFFFFF;
}
.cmymsgbox {
	display:none;
}
.cbtn{
	background: none repeat scroll 0 0 #08578C !important;
	width:100% !important;
}
.text-success {
    color: #50B84F;
}
/*-- Social Icons --*/
.social_icon {
 margin:0 auto;
 text-align:center;
}
.social_icon a, .social_icon a:hover {
 margin:5px;
 text-decoration:none;
 opacity:0.7;
}
.social_icon img {
 overflow:hidden;
 border-radius:2px;
 -moz-border-radius:2px;
 -ms-border-radius:2px;
 -o-border-radius:2px;
 -webkit-border-radius:2px;
}
.social_icon a:hover {
 opacity:1;
}
.back_btn {
  background: url("../images/back_btn_bg.png") no-repeat scroll 0 0 rgba(26, 135, 192, 1);
  color: #ffffff;
  display: block;
  font-size: 12px;
  height: 18px;
  left: 40px;
  line-height: 19px;
  padding: 0 7px;
  position: absolute;
  text-align: right;
  text-transform: uppercase;
  top: 11px;
  width: 43px;
 }
 .back_btn:hover {
  background-color:rgba(250, 166, 52, 1);
  color:#ffffff;
  text-decoration:none;
 }

 #saved_list {
    background: #ffffff;
    font-size: 16px;
    border: 1px solid #08578C;
    padding: 5px 13px;
    color: #08578C;
    margin-right: 5px;
    text-shadow: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
 }
