/* ---------------------- *
 *   Custom Responsive    *
 *   Style Sheet          *
 * ---------------------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  /** featured-side.php **/
	.image-side {
	}
  /** social-api.php **/
	.twitter-entry {
		max-height: 110px;
		width: 20%;
		margin-right: 3%;
		padding-bottom: 7%;
	}
}
@media screen and (max-width: 1199px) {
  /** featured-main.php **/
	#featured-articles-main article #embed-play-icon {
		top: 38px;
		left: 32%;
	}
	#featured-articles-main article .vimeo-play-icon {
		top: 10px !important;
		left: 30% !important;
	}
  /** social-api.php **/
	.youtube-entry {
		width: 225px;
		height: 85px;
		margin-top: 5px;
		padding-right: 10px;
	}
	.youtube-entry img {
		width: 115px;
		margin-right: 5px;
		border: 1px solid #000;
	}
	.youtube-entry .content {
		width: 100px;
	}
	/* footer */
	#footer-right .footer-element img {
		float: left;
	    padding: 25px 5px 0 5px;
	    max-width: 50px;
	}
	#footer-right .footer-element p {
	    float: left;
	    font-family: 'Franklin Demi X Compressed',Helvetica,sans-serif;
	    font-size: 18px;
	    line-height: 18px;
	    padding: 25px 3px 0 3px;
		color: #cccccc;
		letter-spacing: 1px;
	    max-width: 50px;
	}
	#footer-right .footer-element span {
		margin: 0 10px 0 10px;
		border-left: 1px solid #737373;
		height: 100px;
	}
	#footer-content #logo a {
    	font-size: 19px;
	}
}
@media screen and (max-width: 979px) {
  /** header.php **/
	body {
		padding-top: 0;
	}
	#header-wrapper {
		min-height: 115px;
	}
	#header-content {
		padding: 0 2%;
	}
/*	.full-brand {
		display: none;
	}
	.part-brand {
		display: inline-block;
	}
*/	#logo .secondary-brand {
    	margin-left: 0;
	}
	#main-fallback li {
		position: relative;
		list-style: none;
		text-align: left;
	}
	#main-fallback li a {
		display: block;
	}
	.navbar-inverse .nav li:first-of-type a {
		padding: 10px;
	}
	.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover{
		background-color: #fff;
	}
	.navbar-inverse li ul a {
		display: block;
	}
	.dropdown-menu a {
		white-space: normal;
	}
  /** slideshow-full.php + slideshow-part.php **/
	.caroufredsel_wrapper {
		border: none;
	}
	#slideshow-container-part, #slideshow-container-full {
		right: 0;
	}
	#static-image {
		display: none;
	}
  /** featured-main.php **/
	#featured-articles-main {
		width: 100%;
		height: auto;
	}
	#featured-articles-main article {
		height: auto;
		width: 100%;
		margin: 15px 0 0;
	}	
	#featured-articles-main article img {
		width: 50%;
		height: auto;
		padding: 8px 0 0 25%;
	}
	#featured-articles-main article #embed-play-icon {
		font-size: 8em;
		top: 86px;
		left: 43%;
	}
	#featured-articles-main article .vimeo-play-icon {
		left: 42% !important;
		top: 30px !important;
	}
	#featured-articles-main section {
		height: auto;
	}
	#featured-articles-main section h3 {
		text-align: center;
	}
	#featured-articles-main .read-more {
    	bottom: 0;
    	left: 0;
    	margin: 0px;
    	position: relative;
    }
  /** featured-side.php **/
	#featured-articles-side {
		width: 100%;
		height: auto;
		margin: 20px 0;
	}
	#featured-articles-side article {
		background: url("../img/debut-grey.png") repeat scroll 0 0 #AAAAAA;
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		padding: 0;
	}
	#featured-articles-side h3 a {
		color: #fff;
		font-size: 20px;
		line-height: normal;
		text-transform: uppercase;
		text-align: center;
		width: 100%;
		padding: 0;
	}
	#featured-articles-side section {
		background: none;
		height: auto;
		width: 97%;
		padding: 0px;
		overflow: hidden;
		text-align: center;
	}
	#featured-articles-side section h3 {
		text-align: center;
	}
	#featured-articles-side h4 {
		font-family: 'Franklin Book Italic',Helvetica,sans-serif;
		font-size: 17px;
		line-height: 24px;
		font-style: italic;
		font-weight: normal;
		margin-bottom: 10px;
	}
	#featured-articles-side p {
		font-size: 14px;
		line-height: 25px;
		margin: 85px 0 0 0;
		text-align: left;
	}
	#featured-articles-side .read-more {
		color: #fff;
		bottom: 0;
		left: 0;
		display: block;
		font-size: 13px;
		font-weight: bold;
		margin: 10px;
		position: relative;
		text-transform: uppercase;
	}
	.image-side {
		margin-top: 8px;
	}
  /** admissions-home.php **/
	.home-page .feed h2,
	.home-page .feed h2 a {
		line-height: 27px;
		text-align: center;
	}
	.feed h3 {
		font-size: 12px;
	}
	.home-page #banner {
		height: auto;
	}
	.home-page .feed {
		padding: 0 0 10px 0;
	}
	.home-page .feed p {
		line-height: 24px;
		text-align: center;
	}
  /** social-api.php **/
	.twitter-entry {
		height: 110px;
		padding-bottom: 7%;
		margin-right: 2%;
		width: 48%;
	}
	.youtube-entry {
    	margin: 5px 0 10px 0;
    	max-height: 150px;
    	padding-left: 0;
   		width: 48%;
	}
	.youtube-entry .content {
    	width: 110px;
	}
  /** footer.php **/
	#footer-content {
		padding: 3%;
	}
  /** comments.php **/
	#commentform input[type="text"],
	#commentform textarea {
    	width: 85%;
	}
	/* footer */
	#footer-right {
		width: 100%  !important;
		float: left;
	}
	#footer-left {
		width: 100% !important;
	}
}
@media (max-width: 767px) {
  /** header.php **/
	#logo {
		margin-left: 10px;
	}
  /** admissions-home.php **/
	.banner-content h2 {
    	padding-left: 10px;
	}
	.home-page #feed-content {
		padding: 0 10px;
	}
  /** single.php + archive.php + blog.php **/
	#main-content,
	.page-right #main-content {
		width: 96%;
		padding: 10px;
	}
	.single .feed h2,
	.blog .feed h2,
	.archive .feed h2 {
		padding-left: 10px;
	}
	.single #main-content {
		width: 100%;
	}
	#footer-right .footer-element span {
		display: none;
	}
}
@media (max-width: 625px) {
  /** admissions-home.php **/
	.home-page #feed-content {
		height: 185px;
		overflow:hidden;
	}
	.home-page .feed {
		max-height: none;
	}
  /** social-api.php **/
	.facebook-entry {
		width: 48%;
	}
	.twitter-entry {
		width: 48%;
	}
	.youtube-entry {
		width: 22%;
	}
	.embed-img {
		top: -20px;
	}
	.vimeo-img {
		top: 0;
	}
	#main-content img,
	#shortcode iframe {
		max-width: 99%;
	}
}
@media (max-width: 600px) {
	#footer-right .footer-element {
    	max-width: 50%;
	}
	#footer-right {
		height: auto;
		padding-bottom: 30px;
	}
}
@media (max-width: 480px) {
  /** header.php **/
	body {
		padding-top: 10px;
	}
	#header-wrapper {
		min-height: auto;
	}
	#header-content {
		margin: 20px 0 10px;
	}
	#logo {
		margin: 0 auto 10px;
		display: table;
	}
	.primary-brand {
		margin: 0;
	}
	#search-bar,
	#search-icon,
	#social-icons {
		display: none !important;
	}
  /** slideshow-part.php **/
	#part-slideshow img.vimeo-img {
		height: 100%;
		width: auto !important;
	}
  /** admissions-home.php **/
	.home-page #feed-content {
		height: 270px;
		overflow:hidden;
	}
	.home-page .feed {
		max-height: none;
	}
	/*.home-page .feed {
    	max-height: 250px;
    	overflow: hidden;
    	position: relative;
	}*/
	.home-page .feed h2, .home-page .feed h2 a {
		line-height: 27px;
		text-align: center;
	}
	.home-page #banner {
		height: auto;
	}
	.home-page .feed {
		margin: 0;
		padding: 10px;
		text-align: center;
	}
	#banner-wrapper {
		background-image: none !important;
	}
	#media {
		border-bottom: 50px solid #FFF;
	}
	.media-caption {
		padding: 10px 0;
	}
	.media-caption h3 {
		width: 95%;
		margin: 0 15px;
	}
	.feed h2 {
		padding-left: 10px;
	}
  /** social-api.php **/
	.facebook-entry {
		display: none;
		width: 100%;
	}
	.youtube-entry {
		width: 100%;
	}
	.facebook-entry:nth-of-type(1),
	.facebook-entry:nth-of-type(2) {
		display: block;
	}
  /** gallery.php **/
	.embed-img {
		top: 0;
	}
  /** slideshow-part.php **/
	#pagination {
		position: static;
		width: 100%;
		text-align: center;
		background-color: rgba(0,0,0,0.5);
	}
	#pagination a {
		margin: 6px 5px;
	}
  /** social-api.php **/
	.twitter-entry {
		max-height: 110px;
		width: 100%;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
  /** featured-main.php **/
	#featured-articles-main article #embed-play-icon {
		top: 38px;
		left: 40%;
	}
	#featured-articles-main article .vimeo-play-icon {
		left: 40% !important;
		top: 18px !important;
	}
	#featured-articles-main .read-more {
    	bottom: 0;
    	left: 0;
    	margin: 0px;
    	position: relative;
	}
  /** featured-side.php **/
	#featured-articles-side h3 a {
		padding: 0;
	}
  /** page.php + archive.php + home.php **/
	.page #main-content,
	.archive #main-content,
	.blog #main-content {
    	padding: 0 2%;
    	width: 96%;
	}
	#main-content img,
	#main-content iframe {
		max-width: 97%;
	}
  /** sidebar.php **/
	#sidebar {
		width: 96%;
		padding: 0 2%;
	}
  /** footer.php **/
  	footer {
  		text-align: center;
  	}
	#footer-content #logo {
		margin: 0 0 0 0;
	}
	#footer-content #logo span {
		display: block;
	}
	#footer-content p {
    	font-size: 14px;
    	line-height: 16px;
   		text-align: left;
	}
	#footer-content a {
		font-size: 14px;
		text-align: center;
	}
	.social-mobile {
		display: inline-block;
		margin: 5px 0;
	}
	.social-mobile {
		font-family: Helvetica,Arial,sans-serif;
		font-size: 12px;
		color: #ccc;
		float: left;
	}
	.social-mobile p {
		font-size: 18px;
		line-height: 18px;
		text-align: center;
	}
	.social-mobile p span {
		font-size: 14px;
		color: #fff;
		margin: 0 5px;
	}
	.social-mobile a {
		font-size: 12px;
		color: #ccc;
		text-align: center;
	}
	.social-mobile a:hover {
	    color: #ED712B;
	}
	#footer-content #logo {
		font-size: 17px;
		letter-spacing: 2px;
	}
	#footer-content .pull-right a {
		font-size: 12px;
	}
}
	#footer-right {
		height: auto;
		padding-bottom: 30px;
	}
	#footer-right .footer-element {
    	max-width: 50%;
	}
}
