/* media queries */

/* Large desktops and laptops */

@media only screen and (min-width : 1224px) {
	#container_tourglance {
		width: 30%;
	}

}

@media(min-width: 1200px){
}

@media only screen and (min-width: 1026px) and (max-width: 1222px) {
	.section_title {
		padding-left: 20px !important;
	}
}

/* Portrait tablets and medium desktops */
@media ( min-width : 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
		padding: 15px 5px;
		font-size: 16px;
	}
	.navbar-collapse {
		padding-left: 0px;
		padding-right: 0px;
	}
	#logo a {
		width: 287px;
	}
	.nav_upgrade {
		border-left: 1px solid #949494;
	}
	#news .news_title {
		height: 5em;
	}
	#headerTop {
		width: 100%;
	}
	#SubscribeResponsiveOneForm_form .fb_connect_button {
		margin: 0 0 12px 0
	}
}

/* Portrait tablets and small desktops */
@media ( min-width : 768px) and (max-width: 991px) {
	li {
	margin-left: 2px;
	}
	
	/* news */
	#news .news_title {
		height: auto;
		margin-top: 10px;
	}
	.news_teaser {
		height: auto
	}
	.news_date {
		font-size: 12px;
	}
	.news_list_item {
		height: auto;
	}
	.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
		padding: 15px 5px;
		font-size: 14px;
	}
	#headerTop {
		width: 100%;
	}
	#back_height>a {
		background-size: auto 270px;
		height: 270px;
		margin-top: 30px;
	}
	#dropdownMenu1 {
		box-shadow: none;
	}
}

/* Landscape phones and portrait tablets */
@media ( max-width : 767px) { /* navigation */
	.col-p-20{
		width: 100%;
	}
	#member_nav_header .nav>li {
		display: inline-block;
	}
	.lnm_navigation .navbar-header.pull-left {
		float: none !important;
	}
	.navbar-right {
		margin-right: 20px;
	}
	.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
		color: #949494;
		font-size: 14px;
		padding: 5px 10px;
	}
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-text:hover
		{
		color: #ffffff;
	}
	.navbar-default .navbar-header .navbar-nav>li>a:hover, .navbar-default .navbar-header .navbar-text:hover
		{
		border-top: 0px solid #ffffff;
		padding-top: 5px;
	}
	.navbar-nav .current {
		border-top: 0px solid #ffffff;
	}
	.navbar-nav .current a {
		padding-top: 5px !important;
		color: #ffffff !important;
	}
	.navbar-nav .current a:hover {
		border-top: 0px !important;
		color: #ffffff !important;
	}

	/* middle */
	.lnm_middle { /*margin-top: 60px; -----RAK-----*/
		padding: 0 20px;
	}
	.lnm_follow {
		position: absolute;
		display: block;
		float: left;
		top: 30px;
		margin-left: 300px;
		background-color: transparent;
	}
	#tour td {
		border-bottom: 0 solid;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#tour tr {
		border: 1px solid #212121;
	}
	.news_list_item {
		height: auto;
	}
	#news .news_title {
		height: auto;
		margin-top: 10px;
	}
	.navbar-default #member_nav>li>a {
		line-height: 40px;
	}
	.login_container.fb_login, .login_container {
		width: 65%;
	}

	.lnm_middle h3 {
		height: auto;
		min-height: 42px;
	}
	.discography_tracks_lyrics {
		margin: 0 auto;
	}
	#headerTop {
		padding: 0 10px;
		width: 100%;
	}
	#back_height>a {
		background-size: auto 175px;
		margin-top: 30px;
		height: 175px;
	}
	.service_top>ul, .join_tag {
	}
	.social_sprite_ul {
		display: none;
	}
	.multimedia_subnav {
		padding-bottom: 20px;
	}
	#SubscribeResponsiveOneForm_form .fb_connect_button {
		margin: 0 0 12px;
	}
	input[type=text],input[type=password],input[type=email],textarea,select
	{
		width: 100%;
		height: 34px;
	}
	.responsive_form_element.form_element_full, .responsive_form_element.form_element_half {
		width: 94%;
	}
}

@media only screen and (min-width: 482px) and (max-width: 1022px) {
	#container_tourglance {
		width: 30%;
		float: left;
		margin-left: 20px;
		margin-top: 30px;
	}
	.section_title {
		padding-left: 0px !important;
	}
}


/* Portrait phones and smaller */
@media ( max-width : 480px) { /*navigation */
	.col-p-20{
		width: 100%;
	}

	/* middle */
	h3 {
		font-size: 20px;
	}
	#tour_leg_display h4 {
		margin-top: 30px;
	}
	#news .news_title {
		height: auto;
	}
	.news_footer * {
		font-size: 13px;
	}
	.multimedia_subnav {
		padding-bottom: 20px;
	}

	/* ------------------RAK Changes--------------- */
	.navbar-default #member_nav>li>a {
		line-height: 40px;
		padding: 5px;
	}
	#logo a {
		background-size: 258px;
		height: 58px;
		width: 238px;
	}
	.lnm_middle {
		margin-top: 0;
	}
	.lnm_follow {
		margin-left: 235px;
	}
	.news_footer {
		padding: 0 0 10px;
	}
	.news_footer .news_date {
		line-height: 22px;
	}
	.news_teaser {
		height: auto;
	}
	.lnm_pagination {
		font-size: 12px;
	}
	.login_container.fb_login {
		width: 90%;
	}
	.login_container {
		width: 94%;
	}
	#loginForm_container .responsive_form_element.form_element_full {
		width: 90%;
	}
	#loginForm_container.responsive_form_element.form_element_half {
		width: 85%;
	}
	#SubscribeResponsiveOneForm_container {
		margin: 0 0 0 -1px;
	}
	.user_notification_container.level_green .user_notification_div {
		padding-top: 5px;
	}
	.copyright {
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	#ft .nav>li {
		display: inline-block;
		float: none;
	}
	.lnm_ft .nav {
		float: none;
		text-align: center;
	}
	.discography_tracks_lyrics {
		margin: 0 auto;
	}
	#headerTop {
		padding: 0 10px;
		width: 100%;
	}
	.service_top li {
		padding: 0 5px;
	}
	#back_height>a {
		background-size: auto 112px;
		margin-top: 30px;
		height: 130px;
	}

	.join_tag {
		display: block;
		float: none;
		margin: -52px 0 30px;
	}

}


@media only screen and (min-width: 320px) and (max-width: 480px) {
	#container_tourglance {
		width: 30%;
		float: left;
		margin-left: 20px;
		margin-top: 300px;
	}
	
	.section_title {
		padding-left: 0px !important;
	}
	.news_list_item {
		padding-left: 24px;
	}
	
	#container_content2 {
		width: 200px;
	}
}

