/*BASE (MOBILE) SIZE*/

/* typography */
body{
	background-color: #E8D1FF;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 700;
	font-family: "Nunito", Arial, Helvetica, sans-serif;
	color: #099;
	line-height: 1.5em;
	margin: .45em 0;
	padding: 0;
	letter-spacing: -0.03em;
} 

/* links */
a,
a:visited,
a:active,
a:hover{color:#0099ff;}
a:hover{ text-decoration:none;}
a{border:0;}
a {outline: 0;}


/* Box sizing. Box model fix. Read about it here: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp */
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: medium;
}
  
/* structure */   
.wrapper{
	width: 92%; 
	margin: 0 auto;
}
header{
	padding-top: 15px;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}
#banner{
	width:100%;
	text-align: center;
	margin-top: 10px;
}
#topContact {
	width: 100%;
	font-weight: bold;
	color: #000099;
	text-align: left;
	font-size: 1.5em;
	line-height: normal;
}
#topContact span {
	color:#C9F;
	font-size: 100%;
}
#topContact a .fa.fa-envelope, #topContact a:visited .fa.fa-envelope {
	font-size: 1.2em;
	color: #C9F;
	margin-top: -4px;
	margin-right: -22px;
	padding-right: 0px;
}
#topContact a:hover .fa.fa-envelope, #topContact a:active .fa.fa-envelope, #topContact a:focus .fa.fa-envelope {
	color: #D90000;
}
.fa.fa-envelope {display: none;}
#hero,
#page-header{
	font-size: 1.1em;
}
#page-header h1{
	margin:0;
}
.flexslider{
	display:none;
}
#whiteWrap {
	background-color: #FFFFFF;
}
#content,
aside,
.vertical-padding{
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
#content {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
p{
	margin: 0 0 1.5em;
}
.mainHeading{
	font-size: 2.2em;
	line-height: normal;
	text-align: left;
	margin-top:0px !important;
}

#menu {
	margin-top: 20px;
}

.imgRt {
	float:right;
	display:none
}

#baccLogo img {
	display: none;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}


/* MOBILE SERVICE  */
#mobileService {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: #009999;
	border-radius: 6px;
}
#mobileService h1 {
	color: #FFFFFF;
	text-align:center;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	line-height:normal;
}
#mobileService p {
	color: #ffffff;
	text-align:center;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom: 5px;
}

/* RESPONSIVE IMAGES  */
img{ max-width:100%; height:auto;}


/*SPACE GRID ELEMENTS VERTICALLY, SINCE THEY ARE ONE UNDER ANOTHER SO FAR*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-bottom:0px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

/*FOOTER*/
footer{
	background: #333;
	color: #ccc;
	/*font-size: 80%;*/
	padding: 20px 0;
}
#colophon, #colophon a {
	font-size: 1em;
}
footer ul{
	margin:0 0 0 8%;
	padding:0;
}


/*Some more colored elements*/
a.buttonlink{ 
	background:#5ec79e; 
	border-radius:7px; 
	color:#fff;
	display:block;
	float:left; 
	margin:10px 15px 10px 0; 
	padding:10px;
	text-decoration:none;
}
a.buttonlink:hover{
	background:#887dc2;
}
.greenelement{
	background:#5ec79e;
	color:#fff;
}
.violetelement{
	background:#887dc2;
	color:#fff;
}
.lilac{
	color:#C9F;
}
.bold {
	font-weight: bold;
}
.lilacBold {
	font-weight: bold;
	color: #C9F;
}
.turquoiseBold {
	font-weight: bold;
	color: #099;
}
.italic {
	font-style: italic;
}
.noBottomMargin{margin-bottom:0px !important;}

.testimonial {
	/*margin-right: 30px;
	margin-left: 30px;*/
	padding-top: 15px;
	padding-bottom: 7px;
	padding-left:10px;
	padding-right:10px;
	background-color: #F8F0FF;
	margin-top: 3px;
	margin-bottom: 10px;
}
.smallTxt {
	font-size: .8em;
}


/* Contain floats*/ 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}


/*CSS3 multiple columns.*/
/* Get em size for colums: 184/16 */   
.columns
{   
    -moz-column-width: 11.5em; /* Firefox */
    -webkit-column-width: 11.5em; /* webkit, Safari, Chrome */
    column-width: 11.5em;
	margin-bottom: 20px;
}
/*remove standard list and bullet formatting from ul*/
.columns ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/* correct webkit/chrome uneven margin on the first column*/
.columns ul li:first-child
{
    margin-top:0px;
}



/****************************************
*****************************************
MEDIAQUERIES
*****************************************
****************************************/



/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (min-width: 480px) {
header{
	padding: 0;
	margin-top: 20px !important;
}
#banner{
	float: left;
	text-align: left;
	/*margin-top: 10px;*/
	margin-bottom: 0px;/*this depends on the height of the logo*/
	clear: none;
}
.menu-toggle{/*make menu float right, instead of sitting under the logo*/
	margin-top:10px; /*this depends on the height of the logo*/
	float:right;
}
.rwd-break, .rwd-break2 { display: none; }
.rwd-break3 {display:block;}
#topContact {
	font-size: 1.2em;
	float: left;
}
.fa.fa-envelope {display: inline-block;}

} 


/*TABLET & SMALLER LAPTOPS*/
@media only screen and (min-width: 768px) {

	#menu {
		padding-bottom: 30px;
	}
	
header{
	padding: 0;
	margin-top: 20px !important;
}
/*#topContact {
	width: 50%;
	float: right;
	font-size: 1.2em;
	margin-top: 1px;
	padding-right: 19px;
	text-align: right;
}
.rwd-break, .rwd-break2 { display: none; }
.rwd-break3 {display:block;}*/
.sliderGrid {
	width: 100%;
	float: left;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 1px;
	margin-top: 10px;
}
.flexslider{
	display: block;
	/*demo 1 slider theme*/	
	margin: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow-x: hidden;	
	overflow-y: hidden;
}
.flex-control-nav {bottom: 5px;}
#baccLogo img {
	display: block;
}
#content {
	float: left;
	width: 65%;
}

.imgRt {display:block}

aside {
	float: left;
	width: 30%;
	background-image: url(../images/KiSymbol.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.mainHeading {
	font-size: 1.8em;
}
footer{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
	
}

@media only screen and (min-width: 834px) {
	
	#banner{
	width:50%;
	text-align: center;
	margin-top: 10px;
}
/*	#topContact {
	float: right;
	font-size: 1.2em;
	margin-top: 50px;
	padding-left: 15px;
    padding-right: 19px;
}
.rwd-break, .rwd-break2 { display: none; }
.rwd-break3 {display:none;}*/
	#topContact {
	width: 50%;
	float: right;
	font-size: 1.2em;
	margin-top: 50px;
	padding-right: 22px;
	text-align: right;
}
.rwd-break, .rwd-break2 { display: none; }
.rwd-break3 {display:block;}
	
}

/*
USEFUL STANDARD DESKTOP
*/
@media only screen and (min-width: 920px) {

.wrapper{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
header{
	padding: 0!;
	margin-top: 20px !important;
}
#banner{ 
	float:left; 
	text-align:left;
	margin-bottom:0px;
}
/*#topContact {
	float: right;
	font-size: 1.2em;
	margin-top: 50px;
	padding-left: 15px;
    padding-right: 19px;
}
.rwd-break, .rwd-break2 { display: none; }
.rwd-break3 {display:none;}*/
#hero{
	padding:0;
}
.sliderGrid {
	width: 100%;
	float: left;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#content {  
	float:left;
	width:65%;
}
#content.wide-content{
	float:none;
	width:100%;
}

.flexslider{
	display:block;
/*demo 1 slider theme*/	
margin: 0; 
}
.flex-control-nav {bottom: 5px;}
.mainHeading {
	font-size: 2.2em;
}

aside { 
	float:left;
	width:30%;
}


/*GRID*/
/*
 & Columns : 12 

 */
 .row{
	 margin-left: -15px;
     margin-right: -15px;
}
 
.grid_1 { width: 8.33333333%; }
.grid_2 { width: 16.66666667%; }
.grid_3 { width: 25%; }
.grid_4 { width: 33.33333333%; }
.grid_5 { width: 41.66666667%; }
.grid_6 { width: 50%; }
.grid_7 { width: 58.33333333%; }
.grid_8 { width: 66.66666667%; }
.grid_9 { width: 75%; }
.grid_10 { width: 83.33333333%; }
.grid_11 { width: 91.66666667%; }
.grid_12 { width: 100%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	float: left;
	display: block;
}

.rightfloat{float:right;}
/* @notation inspired by tinyGrid, .row and percentage by Twitter Bootstrap
 */
 
#hero .grid_8 { 
	margin:40px 0 -13px;
}

}

/*
DESKTOP Large
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1024px) {
/*#topContact {
	float: right;
	font-size: 1.2em;
	margin-top: 50px;
	padding-left: 15px;
    padding-right: 22px;
}*/
#hero h1{ font-size:1.4em;}
.mainHeading {
	font-size: 2.5em;
}
} 

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
#hero h1{ font-size:2em;}
} 

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 

  
}

/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
