@font-face {
font-family: vonique;  
src: url(http://www.silvermist.co.uk/grafilms/wp-content/themes/websiteni-stripped/fonts/vonique_43_d.ttf);  
font-weight: normal;
}

@font-face {
font-family: stix;  
src: url(http://www.silvermist.co.uk/grafilms/wp-content/themes/websiteni-stripped/fonts/STIXGeneral-Regular.ttf); 
}

@font-face {
font-family: helveticaneue light;  
src: url(http://www.silvermist.co.uk/grafilms/wp-content/themes/websiteni-stripped/fonts/HelveticaNeue_Light.ttf); 
}

@font-face {
font-family: helveticaneue thin;  
src: url(http://www.silvermist.co.uk/grafilms/wp-content/themes/websiteni-stripped/fonts/HelveticaNeue_Thin.ttf); 
}

@font-face {
font-family: helveticaneue;  
src: url(http://www.silvermist.co.uk/grafilms/wp-content/themes/websiteni-stripped/fonts/HelveticaNeue.ttf); 
}

@font-face {
font-family: helveticaneue medium;  
src: url(http://www.silvermist.co.uk/grafilms/wp-content/themes/websiteni-stripped/fonts/HelveticaNeue_Medium.ttf); 
}

.staticcaption span
{
font-family: 'vonique', 'Open Sans', sans-serif;
font-weight: normal;
font-size: 40px !important;  
}

.menu-main-navigation-container a
{
font-family: 'helveticaneue thin', 'Open Sans', sans-serif;
}

body.page-id-71 .grid-8.push-2.txtcenter h1, h2.sectiontitle
{
font-family: 'stix', 'Open Sans', sans-serif;
}

.grid-10.push-1.txtcenter.introtxt p
{
color:#629B9A;
}

.ourlocation h3
{
color:#C3AA87;
}

.grid-8.push-2.txtcenter h1.sectiontitle
{
font-family: 'helveticaneue thin', 'Open Sans', sans-serif;
}

h4.ui-accordion-header
{
font-family: 'helveticaneue light', 'Open Sans', sans-serif;
}





body * {
     font-family: 'helveticaneue thin', 'Open Sans', sans-serif; 
     font-weight: 300;
}
html {
	-webkit-font-smoothing:antialiased !important;
}
/* Hides bxslider images until JS has fully loaded */
#siteslides{
	visibility: hidden;
	max-width: 2000px;
	margin: 0 auto;
}
.txtcenter{
	text-align: center;
}
img{
	max-width: 100%;
}
.site-title{
	margin: 0;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}


/* CONTACT PAGE */
#contact-map {
	width: 100%;
	height: 100%;
	min-height: 628px;
}
.page-template-page-contact #contact-map {
	height: 350px;
}

a:hover{
	text-decoration: none;
}
.deskonly{display: none;}


p{
	line-height: 1.75;
}
b, strong{
	font-weight: 700;
}/**************/
/* Accordion */
/************/

/*.ui-accordion .ui-accordion-content,
.ui-accordion .ui-accordion-content p {
    font-size: 13px;
}*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
     border: 0px;
    color: #757777;
    border-bottom: 1px solid #ddd;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #f5f5f5;
}
.ui-accordion .ui-accordion-header {
    padding: 1em .5em 1em .7em;
    margin: 0px;
}
.ui-accordion .ui-accordion-header:hover {
	background: #e4e0e0;
	cursor: pointer;
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url("../images/ui-icons_454545.png");
}
.ui-state-active {
    background: #f5f5f5;
}
.ui-accordion-content{
	padding: 20px 30px;
}
/* REMOVE BLUE OUTLINE ON FOCUS */

/************************************************************************************
Company Colours - CHANGE THESE STYLES TO CHANGE MAIN COLORS THROUGHOT WEBSITE
*************************************************************************************/

/* Color for all default text links */
a{
	color: #629B9A;
}
a:hover{
	color: #629B9A;
}
/* Main company colour for headings */
h1,h2,h3,h4,h5,h6{
	color: #629B9A;
}
/* Main company colour background*/
.companyback{
	background: #629B9A;
	color: #fff;
}
/* SECOND company colour background*/
.altcompanyback{
	background: #C3AA87;
	color: #fff;
	display: block;
	position: relative;
}
/* Use this to change color of text links & headings on divs with company colour as background */
.companyback a,
.companyback h1, 
.companyback h2, 
.companyback h3, 
.companyback h4, 
.companyback h5, 
.companyback h6{
	color: #fff;
}
/* For general use of company color */
.compcolor{
	color: #732181;
}

/* MAIN MENU CURRENT PAGE */
.nav-menu .current_page_ancestor > a, 
.nav-menu .current-menu-item > a, 
.nav-menu .current-menu-ancestor > a,
.sub-menu li.current_page_item > a,
.mainmenu li.current-menu-item a{
	color: #629B9A;
}
/* MAIN MENU HOVER */
.nav-menu li:hover > a, 
.nav-menu li a:hover, 
.nav-menu li:focus > a, 
.nav-menu li a:focus,
.mainmenu li.current-menu-item a{
    color: #629B9A;
}
.btn{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    width: 210px;
    background: transparent;
    border: 4px solid #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    height: 52px;
    line-height: 44px;
    margin: 30px auto;
    clear: both;
}
.portfoliobtn {
	border: 4px solid #b777b0;
	color: #b777b0;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    width: 210px;
    background: transparent;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    height: 52px;
    line-height: 44px;
    margin: 0px 0px 20px 0;
    float: left;
}
.btn:hover{
	color: #331333;
	background: #fff;
	text-decoration: none;
}
.featuredlist li:hover .featservice{
	background: #732181;
	color: #fff;
}
.featuredlist li:hover .featservice h3{
	color: #fff;
}
.portfolioinfo h2 {
	margin: 20px 0;
}
/************************************************************************************
GENERAL STYLES
*************************************************************************************/
.whiteback{
	background: #fff;
	padding: 50px 0;
}
.packageinfo li {
	list-style-type: circle;
}
.greyback{
	background: #f2f2f2;
	padding: 95px 0;
}
.sectiontitle{
	margin-top: 0;
	font-size: 50px;
	font-size: 38px;
	line-height: 1;
}
.sectiontitle strong{
	font-weight: 600;
}
.introtxt p:first-child{
	font-size: 18px;
	font-size: 1.125em;
	line-height: 1.5;
}
.introtxt img {
	border: 3px solid #C3AA87;
}
.featuredservices{
	padding: 50px 0;
}
.greyfade{
	padding: 50px 0;
	background: #fafafa; 
	background: -moz-linear-gradient(top,  #fafafa 0%, #ffffff 56%); 
	background: -webkit-linear-gradient(top,  #fafafa 0%,#ffffff 56%); 
	background: linear-gradient(to bottom,  #fafafa 0%,#ffffff 56%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff',GradientType=0 ); 
}
.featuredlist{
	list-style: none;
	padding: 0px;
	margin: 0 auto;
}
.featuredlist li{
	text-align: center;
	margin-bottom: 40px;
}
.feattxt{
	background:#fff;
	padding: 40px;
}
.smalltxt{
	font-size: 14px;
	font-size: 0.875em;
}
.featuredlist .featservice{
	background: #fff;
	color: #000;
}
.companyback .featuredlist .featservice{
	background: transparent;
	color: #fff;
}
.frm_rootline_title{
	display: none;
}
/************************************************************************************
BX Slider
*************************************************************************************/
.bx-wrapper img {
	/**
	 * We DO NOT want the main slide image to resize as the screen width is reduced so set max-width to 0px. 
	 * Alternatively you can set a fixed width to get the image to ift better on smaller screen
	*/
	/*max-width: 1024px;*/
}
.bx-viewport{
	/**
	 * Set your desired Fixed Height	  
	*/
	height: 100%!important;
}
.bxslider li img{
	width: 100%;
}
.slidecaption,
.staticcaption{
	position: relative;
	max-width: 100%;
	padding: 50px 5%;
	text-align: center;
}
.slidecaption span,
.staticcaption span{
	font-size: 50px;
	font-size: 32px;
	color: #000;
	line-height: 1;
	margin: 0 0 10px 0;
	display: block;
}

.staticcaption span{
	color: #fff;
}
/*.captionback{
	display: none;
}*/
.playbanner{
	position: relative;
}
.playbanner img.backimg{
	position: relative;
	z-index: 1;
}
.playbtn{
	position: absolute;
	bottom: 10%;
	right: 10%;
	z-index: 99;
	width: 70px;
	height: 70px;
	display: block;
}

/************************************************************************************
Header
*************************************************************************************/
.topbar{
	padding: 16px 0;
	font-size: 14px;
	line-height: 1;
}
.topbar a{
	font-weight: 400;
}
.topbar span{
	font-weight: 400;
	margin-left: 18px;
}

header{
	padding: 40px 0;
	margin: 0 auto;
	width: 94%;
	background: #fff;
	transition: all .4s ease-in-out;
}

header.shrink{
	width: 100%;
	padding: 10px 0;
	position: fixed;
	top: 0;
	z-index: 99999;
	transition: all .4s ease-in-out;
}

header a i{
	font-size: 24px;
}
header a i.hideme{
	display: none;
}
header a.whitetxt{
	color: #fff;
}
header .push-1 {
    left: 0%;
}
header .grid-4{
	width: 70%;
	float: left;
}
header .grid-7{
	width: 30%;
	float: left;
}
.home-link{
	display: block;
}
.home-link img{
	max-width: 100%;
}
a#menu-button{
	cursor: pointer;
	float: right;
	font-size: 22px;
    margin: 30px 5px;
	position: relative;
	z-index: 999;
	line-height: 10px;
}
a#menu-button span{
	display: none;
}

.mainmenu{
	margin: 90px auto;
}
.mainmenu ul{
	padding-left: 0px;
	margin: 0px;
	text-align: center;
}
.mainmenu a,
.mainmenu ul.sub-menu li a{
	font-size: 36px;
	font-size: 18px;
	line-height: 2.5;
	color: #fff;
	text-transform: capitalize;
}

.menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    max-height: 0;
    z-index: 100;
    -webkit-transition: opacity 0.2s, max-height 0.5s, padding 0.5s;
    transition: opacity 0.2s, max-height 0.5s, padding 0.5s;
    overflow: hidden;
}
.menu-wrap.open {
    z-index: 100;
    max-height: 100rem;
    padding-bottom: 100vh;
}

/* Main Menu DESKTOP */
.main-navigation, .navbar {
	clear: none;
    margin: 0;
    width: auto;
    max-width: 100%;
    background: transparent;
    min-height: 1px;
    /*display: inline-block;*/
    float: right;
}

.nav-menu li a {
    color: #757777;
    display: block;
    font-size: 22px; /* 18px */
    font-weight: 400;
    line-height: 30px;
    padding: 30px 17px;
    text-decoration: none;
    letter-spacing: -1px;
}
.nav-menu li a span{
    font-weight: 400;
}
.nav-menu li:last-child a {
    padding-right: 0;
}
.nav-menu .current_page_ancestor > a, 
.nav-menu .current-menu-item > a, 
.nav-menu .current-menu-ancestor > a,
.sub-menu li.current_page_item > a{
    font-style: normal;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    font-style: normal;
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: transparent;
    border-bottom: 0;
}
.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active{
	display: none;
}
.contactdets{
	margin-top: 20px;
}
.contactdets a{
	display: block;
	text-align: center;
	font-size: 15px;
}
.contactdets a i{
	margin-right: 10px;
}
.packageinfo h2 {
	margin-top: 0;
}
/************************************************************************************
HOMEPAGE
*************************************************************************************/
.sixtywide,
.fortywide{
	width: 100%;
	position: relative;
	clear: both;
	/*min-height: 400px;*/
}
.featintro{
	font-size: 18px;
	font-size: 1.125em;
	/*margin: 0px auto 100px;*/
}
.featservice{
	font-size: 14px;
	font-size: 0.875em;
	padding: 40px;
}
.featservice h3{
	margin: 0px auto 30px;
	line-height: 1;
}
.leftbox,
.rightbox{
	width: 540px;
	max-width: 100%;
	padding: 0 4% 0;
}
.leftbox-footer a img{
	width: 100px;
    display: block;
    margin: 0;
    padding: 10px;
    margin: 0 auto;
}
.leftbox-footer{
	text-align: center;
}
.prefooter h3{
	font-size: 40px;
	font-size: 2.500em;
	margin: 0px auto 50px;
	line-height: 1;
}
.prefooter img{
	width: 300px;
	margin: 0px 0 50px;
}
p.deliverby{
	font-size: 20px;
	font-size: 1.250em;
	margin-top: 50px;
}
.prefooter ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.prefooter li{
	background: url('../images/prefooter-list.png') 0 0px no-repeat;
	margin-bottom: 30px;
	padding-left: 50px;
	min-height: 32px;
	color: #414141;
	line-height: 1.75;
}
.prefootpadding{
	padding: 50px 0;
}
.ourlocation{
	padding: 0 3.5%;
	font-size: 16px; /*14px*/
}
.strongtxt,
.strongtxt a{
	font-weight: 700;
}
blockquote {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    margin: 60px 0px 24px;
}
.prefoottext{
	font-size: 14px;
	line-height: 1;
}
.fortyfivewide .leftbox{
	width: 440px;
	max-width: 100%;
	padding: 0 4% 0;
}
.packageinfo h2 {
	margin-bottom: 10px;
}
/************************************************************************************
FOOTER
*************************************************************************************/
.site-footer{
	padding: 50px 0;
	text-align: center;
}
.site-footer p{
	font-size: 14px;
	font-size: 0.875em;
	margin-bottom: 0;
	line-height: 1.5;
}
.accreditationlogos ul {
	list-style-type: none;
	padding: 0;
}
.accreditationlogos {
	display: block;
	width: 100%;
	text-align: center;
}
.fulllink h4:hover {
	font-weight: 400;
}
.accreditationlogos li {
	display: inline-block;
	position: relative;
	padding: 25px 35px;
}
.accreditationlogos li:first-child {
	padding-left: 0;
}
.accreditationlogos li:last-child {
	padding-right: 0;
}
.accreditationlogos img {
	height: 45px;
}

.leftbox-footer h3 {
color: #FFFFFF;
}

/************************************************************************************
CONTACT US PAGE
*************************************************************************************/
.part-contact-addr h3:before {
    background: url(../images/icon-map-marker-greenv2.png);
}
.part-contact-phone h3:before {
    background: url(../images/icon-phone-greenv2.png);
}
.part-contact-email h3:before {
    background: url(../images/icon-email-greenv2.png);
}
.contactdetails{
	width: 260px;
	max-width: 100%;
	/*padding-left: 60px;*/
}
.contactdetails h3{
	position: relative;
	padding-left: 65px;
}
.contactdetails h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    width: 51px;
    height: 46px;
}
.part-contact-content{
	padding-left: 65px;
}
.section-form-container {
    margin: 45px auto;
}
.frm_button_submit {
	color: #fff!important;
}
/************************************************************************************
404 Page
*************************************************************************************/

.site-content-404 {
	text-align: center;
}

.wrapper-404 {
	padding-top: 55px;
	padding-bottom: 55px;
}

.wrapper-404 * {
	color: #331333; /* <-- change to desired colour */
}

.wrapper-404 a {
	text-decoration: underline;
}

.icon-404-icon {
	background: #331333; /* <-- change to desired colour */
	width: 179px;
	height: 149px;	
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
}

.header-404 {
	
}

.header-404 span {
	position: relative;
	display: inline-block;	
	font-size: 4rem;
}

.header-404 span:before {
	content: "";
	border-bottom: 5px solid #b777b0; /* <-- change to desired colour */
	position: absolute;
	width: 40px;
	top:50%;
	left:-55px;
}

.header-404 span:after {
	content: "";
	border-bottom: 5px solid #b777b0; /* <-- change to desired colour */
	position: absolute;
	width: 40px;
	top:50%;
	right:-55px;
}

.header-404 .title-404 {
	margin: 0;
	font-weight: normal;	
	color: white;
	background: #b777b0; /* <-- change to desired colour */
	width: 50%;
	max-width: 350px;
	margin: 15px auto;
	position: relative;	
}

.header-404 .title-404:before {
	content: '';
    border: 62px solid #b777b0;
    border-left-color: transparent;
    border-left-width: 30px;
    position: absolute;
    top: 0;
    left: -60px;
}

.header-404 .title-404:after {
	content: '';
    border: 62px solid #b777b0;
    border-right-color: transparent;
    border-right-width: 30px;
    position: absolute;
    top: 0;
    right: -60px;
}

.header-404 .title-404 h1 {
	color: white;
	font-size: 6rem;
	font-weight: normal;
	z-index: 1001;
	position: relative;
	margin: 0;
}

.header-404 h2 {
	font-size: 4rem;
	text-transform: uppercase;
	font-weight: normal;
	margin: 15px 0 48px 0;
}

.content-404 {
	width: 90%;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}

.content-404 p:first-child {
	margin-bottom: 25px;
}

/************************************************************************************
Larger than 200
*************************************************************************************/
@media screen and (min-width: 200px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

}
/************************************************************************************
Larger than 480
*************************************************************************************/
@media screen and (min-width: 480px) {

	a#menu-button {
	    line-height: 48px;
	}
}
/************************************************************************************
Larger than 660
*************************************************************************************/
@media screen and (min-width: 660px) {

	.fiftywide{
		width: 50%;
		float: left;
	}
	.fortyfivewide{
		width: 50%;
		float: left;
	}
	.eighteenwide{
		width: 50%;
		float: left;
	}
	.thirtysevenfivewide{
		width: 100%;
		float: left;
	}
	.twocols{width:49%; margin-right: 2%;float: left;margin-bottom: 20px;}
	.twocols:nth-child(2n+2){margin-right: 0%;}
	.twocols:last-child{margin-right: 0%;}
	.threecols{width:32%; margin-right: 2%;float: left;margin-bottom: 20px;}
	.threecols:nth-child(3n+3){margin-right: 0%;}
	.threecols:last-child{margin-right: 0%;}
	.threecolstwo{width: 65%;margin-right: 0%;float: left;margin-bottom: 20px;}
	.fourcols{width:23.5%; margin-right: 2%;float: left;}
	.fourcols:nth-child(4n+4){margin-right: 0%;}
	.fourcols:last-child{margin-right: 0%;}

	/* 404 */
	.wrapper-404 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.header-404 span:before {
		width: 65px;
		left: -85px;
	}

	.header-404 span:after {
		width: 65px;
		right: -85px;
	}

	.home-link img{
		max-width: 250px; /*230*/
		transition: all .4s ease-in-out;
		padding-top:15px;
	}
	header.shrink .home-link img{
		width: 160px;
		transition: all .4s ease-in-out;
	}
	.featuredlist li.grid-4:nth-child(3n+4){
		clear: left;
	}
	.contactdetails{
		width: 1080px;
	}
	.part-contact-content, .contactdetails h3 {
	    padding-left: 0;
	}
	.contactdetails h3:before {
	    left: -66px;
	    top: 58px;
	}
	
	.leftbox,
	.rightbox{
		width: 540px;
		max-width: 94%;
		padding: 0 8.333% 0 0;
		float: right;
	}
	.rightbox{
		float: left;
		padding: 0 0 0 8.333%;
	}
	.fortyfivewide .leftbox{
		max-width: 94%;
		padding: 0 8.333% 0 0;
		float: right;
	}
	.site-footer{
		text-align: left;
	}
	.accreditationlogos li {
		padding: 25px 5px;
		width: 165px;
	}
	.accreditationlogos li img {
		width: 100px;
	}
	.gallerygrid {
		margin-bottom: 60px;
	}
	.marginbot {
		margin-bottom: 200px;
	}
	.portfoliogrid {
		margin-top: 40px;
	}
	.portfoliogrid:first-child {
		margin-top: 0;
	}
	.packageinfo {
		margin-bottom: 60px;
	}
}

/************************************************************************************
Larger than 850
*************************************************************************************/
@media screen and (min-width: 850px) {
	.deskonly{
		display: block;
	}
	.mobonly{
		display: none;
	}
	header{
		padding: 40px 0;
		width: 100%;
	}
	.home-link{
		max-width: 100%;
	}
	a#menu-button{
		font-size: 24px;
		letter-spacing: -1px;
	}
	a#menu-button span{
		display: inline-block;
		margin-right: 15px;
	}
	header .push-1 {
	    left: 8.33333%;
	    right: auto;
	}
	header .grid-4{
		width:33.333%;
	}
	header .grid-7{
		width:58.333%;
	}
	.sixtywide,
	.fortywide{
		clear: none;
		min-height: auto;
	}
	.home-link img{
		width: 250px; /*210*/
	}
	.slidecaption{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 640px;
		/*width: 400px;*/
	}
	.txtright{
		text-align: right;
	}
	.slidecaption.txtright{
		text-align: right;
		height: 160px!important;
	}
	.slidecaption span,
	.staticcaption span{
		font-size: 3.125em;
	}
	.whiteback{
		padding: 95px 0;
	}
	.featuredservices{
		padding: 95px 0;
	}
	.prefootpadding{
		padding: 95px 0;
	}
	.greyfade{
		padding: 95px 0;
	}
	.sectiontitle{
		font-size: 2.9em;
	}
}
/************************************************************************************
Larger than 1024
*************************************************************************************/
@media screen and (min-width: 1024px) {

	/* REMOVING FIXED HEIGHT ON BX SLIDER */
	.bx-wrapper img {
		max-width: 100%;
	}
	.bxslider li, .bx-wrapper, .bx-viewport{
		height: 640px;
	}
	.ourlocation{
		padding: 0 70px;
	}
	.fortyfivewide{
		width: 35%;
		float: left;
	}
	.eighteenwide{
		width: 28%;
		float: left;
	}
	.thirtysevenfivewide{
		width: 37%;
		float: left;
	}
	.accreditationlogos li {
		padding: 25px 35px;
		width: 200px;
	}
}
/************************************************************************************
Larger than 1200
*************************************************************************************/
@media screen and (min-width: 1200px) {

	.sixtywide{
		width: 60%;
		float: left;
	}
	.fortywide{
		width: 40%;
		float: left;
	}	
	.staticcaption{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 485px;
		text-align: left;
	    padding: 0 0px 50px 50px;
	}
	.staticcaption .btn{
	    margin: 30px 0;
	}
	.slidecaption,
	.staticcaption{
		padding-bottom:50px;
		padding-top:50px;
	}
	.frm_rootline_title{
		display: block;
	}
}

/************************************************************************************
Larger than 1900
*************************************************************************************/
@media screen and (min-width: 1900px) {
	.sixtywide,
	.fortywide{
		min-height: 550px;
	}
}
