/*
 * @file
 * Print Styles
 * This probably needs work, but it's a good starting point.
 */
/* Body */

 @media print {

html, 
body {
    width: 1200px !important;
}

*{	-webkit-print-color-adjust: exact; }

body {

	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.4;
	word-spacing: 1.1pt;
	letter-spacing: 0.2pt;
	font-family: 'robotoregular', sans-serif !important;
    font-size: 1.4rem;
    color: #373737;
    line-height: 1.3;
	font-size: 14px;
}
/* Links */
a {
	background: transparent;
	font-weight: 700;
	text-decoration: none;
	color: #0000ee;
}
/*
img {
	max-width: none;
}
a[href^="http://"]:after, a[href^="http://"]:visited:after {
	content: "(" attr(href) ")";
	font-size: 10pt;
}
*/
a[href]:after {
	content: none !important;
}
.header {display: none}
.banner img {width: 100%;}
.search-form {display: none;}
.logo {
    background: #faffef !important;
    padding: 10px 0 25px !important;
}

.main-nav {
    background: #30466f !important;
    font-size: 0;
    display: block;
    width: 100%;
    height: 39px !important;
}

.main-nav ul li a {color: #fff !important; text-decoration: none !important}
#breadcrumb {
    background-color: #f5f5f5 !important; 
    padding: 8px 15px !important;}

.right-top-nav li:last-child {display: none;}

#block-views-clone-of-quick-links-block .col-md-3 {float: left; width: 25%;}

.pull-left {
    float: left!important;
}

.pull-right {
    float: right!important;
}


#block-views-clone-of-quick-links-block .what-we-do-box .sphere {
	display: inline-block;
	width: 130px;
	height: 130px;
	background-color: #30466f !important;
	border-radius: 50%;
	position: relative;
	text-align: center;
	padding: 15px;

	-webkit-print-color-adjust: exact; 
}

#block-views-clone-of-quick-links-block .what-we-do-box .sphere:before {
	position: absolute;
	z-index: -1;
	content: '';
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 137px;
	height: 137px; 
	background: #afd0d5 !important;
	border-radius: 50%;

	-webkit-print-color-adjust: exact; 
}

#block-views-clone-of-quick-links-block .what-we-do-box .sphere img {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	max-width: 100px;
	max-height: 100px;
}

#block-views-clone-of-quick-links-block .what-we-do-box:hover .sphere img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


.select-style select {
   
    background: #fff url(../images/dropdown-arrow.png) right 10px center no-repeat !important;
    
}

.contact-wrapper .btn, .form-submit {
    background: #30466f !important;
    border-radius: 0;
    color: #fff !important;

}
.latest_events .bg {
    background: #ebebeb !important;
   overflow: auto;
}

.viewallPhoto {
 
    border: 2px solid #30466F !important;
    color: #30466F !important;;

}

footer {
    background: #373737 url(../images/footer-bg.jpg) top left repeat-x !important;
    text-align: center;
}

footer p {color: #fff !important;}
footer a , footer span {color: #fff !important; text-decoration: none;}


}



 @page {
    size: A4;
    margin: 0;
}






@media print {

.main-menu {
    display: block !important;
}

.main-menu ul>li {
    display: inline-block !important;
}
.main-menu > ul > li a.home {
    padding: 0 8px 0 !important;
}
.main-menu > ul > li > a {
    padding: 0 10px !important;
}

.sub-nav {
    display: none !important;
}
.showhide{
   display: none !important;
}

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}


