body {
	margin: 0px;
	padding: 0px;
	background-color: #fbfcfe;
}

img{max-width:100%; height:auto;}

/* Slider */
.default-flexslider .flex-caption h3 {font-family: 'Nunito', sans-serif;color:#00adee!important; font-size:32px!important;line-height:38px!important; margin-bottom:20px;}
 .default-flexslider .flex-caption p {color:#838e91!important;font-size:22px!important;line-height:32px;}
 .default-flexslider .slides img {margin:0px!important;}
 .default-flexslider .flex-caption {width:400px;margin-top:-340px; margin-right:60px;}
 .default-flexslider .flex-caption p {margin-bottom:20px;}
 .default-flexslider .flex-caption a.btn{	font-weight:normal;
 font-size:16px;
	color: #ffffff!important;
	background-color: #00adee;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	-khtml-border-radius: 8px; /* for old Konqueror browsers */
	text-decoration: none;
	padding: 10px 15px;
	margin-bottom: 20px;}

 .default-flexslider .flex-caption a.btn:hover{background-color:#E01E3C}
 
 @media only screen and (min-width: 768px) and (max-width: 959px) {
	 .default-flexslider .flex-caption h3{font-size:22px!important;line-height:26px!important;}
	 .default-flexslider .flex-caption p{font-size:16px!important;line-height:20px!important;}
	  .default-flexslider .slides img {max-width:48%!important;}
	  .default-flexslider .flex-caption {margin-right:0px!important; width:50%!important;margin-top:-200px!important;}
 }
 
 @media only screen and (min-width: 960px) and (max-width: 1199px) {
 .default-flexslider .flex-caption h3{font-size:22px!important;line-height:26px!important;}
	 .default-flexslider .flex-caption p{font-size:16px!important;line-height:20px!important;}
	  .default-flexslider .slides img {max-width:48%!important;}
	  .default-flexslider .flex-caption {margin-right:0px!important; width:50%!important;margin-top:-200px!important;}
}

/*  Header Styles */

#top-border{
	background-color: #E01e3c;
	height:8px;
}

#header{
	z-index: 1;
	background-image: url(http://mit.ie/packages/theme_mit/themes/mit/images/header-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #edf5f9;
	background-size:cover;
}

.logo{
	margin-top:20px;
	margin-left:20px;}

.header-contact{
	margin-top:70px;
	margin-right:20px;
	text-align:right;}

#slideshow{
	background-color: #edf5f9;
}

/*  Main Styles */

.breadcrumb, .breadcrumb a{font-family: 'Open Sans', sans-serif!important; color:#838e91!important; font-size:13px!important;line-height:16px!important; margin-bottom:30px;}

#main-body{
	padding-bottom: 60px;
	z-index: 1;
	position: relative;
	background-image: url(http://mit.ie/packages/theme_mit/themes/mit/images/div-one-bg.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#FFF;
	margin-top:-3px;
}


@media only screen and (max-width: 767px)  {
#main-body{
	background-image: none!important;
}
}
#main-body p{color:#838e91!important;}


.rounded-main-home{
		background-image: url(http://mit.ie/packages/theme_mit/themes/mit/images/main-bg-home.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	z-index: 3;
}

.rounded-main-full,  .rounded-main-news{
	background-image: url(http://mit.ie/packages/theme_mit/themes/mit/images/main-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 3;
	position: relative;margin-top: -22px;
	padding-top: 0px;
	padding-bottom:20px;
}


#shaded-body{
	z-index: 1;
	position: relative;
	background-image: url(http://mit.ie/packages/theme_mit/themes/mit/images/shaded-bg.png)!important;
	background-position:top center!important;
	background-repeat: no-repeat!important;
	margin-top:-3px;
	padding-bottom:0px;
}

@media only screen and (max-width: 767px)  {
 #shaded-body{
	background-image: none!important;
}
}


.service-wrapper{
	background-color: #B6D2E3;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px; /* future proofing */
	-khtml-border-radius: 15px; /* for old Konqueror browsers */
	margin-right: 20px;
	margin-left: 20px;
	margin-top: -160px;
	margin-bottom: 30px;
	border: 1px solid #98BAD1;
}


.service-area{
	width: 235px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #E3EEF4;
	float: left;
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	min-height: 320px;
}

.clients-wrapper, .contact-wrapper{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.welcome-wrapper{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#main-body .welcome-wrapper h1{font-size:30px!important;}
#main-body .welcome-wrapper h2{ font-size:20px!important; color:#838e91!important;}

.welcome-wrapper p{margin-bottom:20px;}
@media only screen and (max-width: 767px)  {
.welcome-wrapper{
	margin-bottom:30px;
}
}

 .welcome-wrapper a{
	font-weight:normal;
	color: #ffffff!important;
	background-color: #00adee;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	-khtml-border-radius: 8px; /* for old Konqueror browsers */
	text-decoration: none;
	padding: 10px 15px;
	margin-bottom: 20px;
}

.sidebar{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.clients, .contact, .welcome{
padding: 0 0 0 175px;
	position: relative; 
}
 .welcome img, .clients img, .contact img {
		left: 0;
		position: absolute;
		top: 0;
}

.no-border{
	border: none;
}




/***************  HOME CLIENTS and CONTACT **************/
#clients-contact{
	background-color: #78A3C4;
	background-image: url(http://mit.ie/packages/theme_mit/themes/mit/images/div-two-bg.png);
	background-repeat: repeat-x;
	padding-top: 30px;
	padding-bottom: 30px;
}
#clients-contact{padding-top:60px; padding-bottom: 60px; }
#clients-contact h2,  #clients-contact h3 {font-family: 'Nunito', sans-serif!important;color:#ffffff!important;font-size: 24px;}
#clients-contact h3{margin-bottom:20px;}
 #clients-contact a{background-color:transparent!important; border:1px solid #ffffff!important;}
#clients-contact p{margin-bottom:20px;}

/***************  HOME  PRODUCTS SECTION **************/
.products.section-header h2 {color:#262261!important;}

 .enrol{text-align:center;}
.enrol h2{margin-bottom:20px;font-family: 'Nunito', sans-serif!important;color:#00adee!important;}
.enrol img{margin-bottom:20px;}
 .inner{padding:30px;}

 .enrol a,  #clients-contact a{
	font-weight:normal;
	color: #ffffff!important;
	background-color: #00adee;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	-khtml-border-radius: 8px; /* for old Konqueror browsers */
	text-decoration: none;
	padding: 10px 15px;
	margin-bottom: 20px;
}

/***************  GLOBAL **************/
 .section-header{text-align:center;}
 .section-header h2{font-family: 'Nunito', sans-serif!important; margin-bottom:20px!important;}
 .section-header p{font-size:18px!important; line-height:28px!important;}
 .divider{height:30px; border-bottom:1px solid #C1D3DD; margin-bottom:30px; }


.news-wrapper{
	background-image: url(http://mit.ie/packages/theme_mit/themes/mit/images/bullet-left-red.png);
	background-repeat: no-repeat;
	background-position: 15px 5px;
}

.news-sidebar{
	background-color: #B6D2E3;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}



 .sidebar{background: #C1D3DD!important; padding:30px;margin-right:30px; border-radius: 10px; margin-bottom:20px;}

.sidebar h2{
	font-family: 'Nunito', sans-serif;
	font-size: 26px;
	line-height: 32px;
	font-weight:normal;
	color: #ffffff!important;
	background-color: #E01e3c;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	-khtml-border-radius: 8px; /* for old Konqueror browsers */
	text-decoration: none;
	padding: 10px;
	margin-bottom: 20px;
}


/* Tab TopsTab */


.tab-tops{
	height:44px;
	z-index:6;
	position:relative;
	margin-top:-44px;
	padding-left:20px;

}







/*  Footer Styles  and Partner Styles */

#partners{
	background-color: #B6D2E3;
	padding-top: 40px;
	padding-bottom: 40px;
}

#partners{text-align:center;}

#partners .one-fifth{ width:20%; margin:0;}

#footer{
	background-color: #262261;
	padding-top: 40px;
	padding-bottom: 20px;
}

.footer-wrapper{
	background-image: url(http://mit.ie/packages/theme_mit/themes/mit/images/bullet-left.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}

section#map-canvas {
    height: 400px;
    margin: 0;
    padding: 0
}

/*  Copyright and Login Area*/

#sub-footer{
	background-color: #201C4F;
	padding-top: 15px;
	padding-bottom: 15px;	
}


/*  Main Navigation  */
.main-nav select {
	display:none; 
}
/*  Clearing */

.clear{
	clear: both;
}

/*  Extra Padding & Margins*/

.inner-30{
	padding: 30px;
}

.inner-20{
	padding: 20px;
}

.inner-10{
	padding: 10px;
}

.inner-5{
	padding: 5px;
}


/*  Rules*/

.hr-red{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E01E3C;
	margin-bottom: 10px;
	height: 10px;
}