﻿@media (min-width:992px) and (max-width:1199px){
	
	body{ 
		/*background:pink; */
	}
	
	/***************************************
	** HEAD
	***************************************/
	
	#head { height:auto; background-position:top right;	}
	#head #head-top { height:auto; margin-bottom:0px; padding-bottom:10px; }
	#head #head-top #head-strapline {	display:none; padding-top:35px;	}
	#head #head-top #head-mobile { text-align:right; }
	#head #head-top #head-mobile #burger { padding:10px; background:#6f2283; color:#ffffff; display:inline-block; margin-top:45px; }
	#head #head-top #head-mobile #burger:hover { opacity:0.9; }
	#head #head-top #head-mobile #burger div { width:25px; height:3px; background-color:#ffffff; margin:4px 0; transition: 0.4s; }
	#head #head-top #head-mobile #burger.change .bar1 { -webkit-transform:rotate(-45deg) translate(-5px, 6px); transform: rotate(-45deg) translate(-5px, 6px); }
	#head #head-top #head-mobile #burger.change .bar2 { opacity:0; }
	#head #head-top #head-mobile #burger.change .bar3 { -webkit-transform:rotate(45deg) translate(-4px, -5px);  transform:rotate(45deg) translate(-4px, -5px); }
	
	#head #head-btm { height:auto; /* display:none; */ }
	#head #head-btm #sfcMenu { height:auto; display:none; }
	#head #head-btm .w3_megamenu { background:#eeeeee; }
	#head #head-btm .w3_megamenu ul li { display:block; line-height:35px; }
	#head #head-btm .w3_megamenu ul li a { display:block; }
	#head #head-btm .w3_megamenu ul li.open h3 { padding:7px 0px; cursor:pointer; }
	#head #head-btm .w3_megamenu ul li.open ul li ul { display:none; background:#7f3592; padding:5px; }
	#head #head-btm .w3_megamenu ul li.open ul li ul a { background:transparent; padding:2px 0px; }
	#head #head-btm .w3_megamenu .w3_megamenu-fw { }
	#head #head-btm .w3_megamenu .w3_megamenu-fw .dropdown-toggle { background:url("../img/DownArrow.png") no-repeat center right 10px #eeeeee; }
	#head #head-btm .w3_megamenu .w3_megamenu-fw .dropdown-toggle:hover { }
	#head #head-btm .w3_megamenu .w3_megamenu-fw.open .dropdown-toggle { background:url("../img/UpArrow.png") no-repeat center right 10px #ad2463; color:#ffffff; }
	#head #head-btm .w3_megamenu .w3_megamenu-fw .dropdown-menu { position:static; left:auto; right:auto; top:auto; float:none; min-width:auto; padding:0px 10px !important; }
	#head #head-btm #head-btm-search { background:#00a0ae; padding:10px; text-align:center;	margin-bottom:5px; }
	#head #head-btm #head-btm-search .textfield { border:0px; }
	#head #head-btm #head-btm-search span {	color:#ffffff; }
	#head #head-btm #head-btm-search .submit { position:static;	width:auto;	padding:4px; color:#ffffff; background:#6f2283;	cursor:pointer;	}
	#head #head-btm #head-btm-search .submit:before{ content:"Search"; }
	#head #head-btm #head-btm-search span { }
	
	/***************************************
	** EXPAND SIDE NAV
	***************************************/
	
	#sfcExpandMenu { display:none; }
	
	/***************************************
	** TITLE IMAGE
	***************************************/
	
	#titleImage img { width:100%; height:auto; }
		
	/***************************************
	** SLIDE
	***************************************/
	
	#slide #slide-left { width:435px; height:355px; }
		#slide #slide-left img { }
	#slide #slide-right { width:500px;	height:355px; }
		#slide #slide-right .slick-links div {	height:115px; }
		#slide #slide-right .slick-links div h2 { font-size:19px; }
		
	/***************************************
	** TILES
	***************************************/
	
	#tiles .box .heading { font-size:20px; }
	#tiles .box p { margin-bottom:10px;	}
	#tiles .box.blog .image { height:auto;	}
	#tiles .box.blog .image img { width:100%; height:auto; }
	#tiles .box.publications .heading { margin-bottom:15px;	}
	#tiles .box.deadlines .heading { margin-bottom:15px; }
	#tiles .box.register { padding-bottom:35px; margin-bottom:0px; }
	#tiles .box.register .heading {	background-position:right 20px top 45px; margin-bottom:10px; }

	/***************************************
	** REGISTER LEFT
	***************************************/
	
	#register-left .heading { background-image:none; }
	
	/***************************************
	** NEWCONTAINER IMAGE
	***************************************/
	
	.newsContainer .newsContainerLeft { float:left; width:30%; text-align:center; padding-top:10px; }
	.newsContainer .newsContainerRight { float:left; width:70%; text-align:left; }
	.newsContainer .newsContainerRight p { }
	
	/***************************************
	** BREADCRUMB
	***************************************/
	
	#breadcrumb { margin-bottom:5px; }
	
	
	/***************************************
	** SAVE PAGE
	***************************************/
	
	#savePage { margin-bottom:20px; }
	
	/***************************************
	** SUMMARY
	***************************************/
	
	#content-right .text-format .summary { }
	#content-right .text-format .summary strong { display:block; }
	#content-right .text-format .summary span { padding:0px; }
	#content-right .text-format .summary td { display:block; width:100%; }
	#content-right .text-format .summary td p { margin-bottom:0px; }
	
	/***************************************
	** BLOG LISTING
	***************************************/
	
	#blog .item .blog-item-r { width:515px; }
	
}