@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,300italic,300);
@import url(../css/font-awesome.min.css);
@import url(../css/themify-icons.css);
@import url(../css/menu.css);
/* =============================================================================
   BROWSER RESET STYLES
   ============================================================================= */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	line-height: 100%;
	color: #333;
	font-weight: 300;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	o-box-sizing: border-box;
	box-sizing: border-box;
}
label {
	padding: 0;
	margin: 0;
}
ul, li, ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
.clear, .clearfix {
	clear: both;
}
a, img {
	border: 0;
	outline: none;
	text-decoration: none;
}
input::-moz-focus-inner {
 border: 0;
}
input, select, textarea, button {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
body {
	background: #eee;
}
::-webkit-input-placeholder {
 color:#717171;
}
/* =============================================================================
   TYPOGRAPHY STYLES
   ============================================================================= */
h1, h2, h3, h4, h5 {
	font-family: 'Lato', sans-serif;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #333333;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
}
h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
p, li {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #333;
	padding-bottom: 4px;
	font-family: 'Lato', sans-serif;
}
li {
	padding: 0;
}
a {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	transition: all 0.3s ease;
}
.wrapper {
	width: 100%;
}
/* =============================================================================
   HEADER STYLES
   ============================================================================= */   
.pageWidth {
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
}
header {
	padding: 10px 0 2px;
	background: #eee url(../images/colors_top.jpg) no-repeat center top;
	box-shadow: 0 0 3px 5px rgba(0,0,0,0.1);
	position: relative;
	z-index: 99;
}
header .pageWidth {
	position: relative;
}
.headLeft {
	float: left;
	width: 30%;
}
.headRight {
	float: right;
	width: 70%;
	padding: 15px 0 5px;
}
.info_col {
	float: right;
	width: 100%;
}
ul.list_none {
	list-style: none;
}
.info_col ul li {
	float: right;
	padding: 0 10px;
	color: #c6c8cb;
}
.info_col ul li i {
	color: #31458e;
	float: left;
	font-size: 15px;
	line-height: 24px;
	padding-right: 10px;
}
.info_col ul li span, .info_col ul li span a {
	color: #555555;
	font-size: 15px;
	font-weight: 500;
}
.info_col ul li span a:hover{
	text-decoration:underline;
	color:#31458e;	
}
.navigation {
	float: right;
	margin-top: 20px;
}

.boxes {
    display: flex;
    justify-content: space-between;
    margin-top: -314px;
    padding: 40px 0;
}
.blue {
	background: rgba(43,58,139,0.8);
	border: 5px solid #2b3a8b;
}
.yellow {
	background: rgba(185,179,3,0.8);
	border: 5px solid #c4be05;
}
.red {
	background: rgba(217,53,25,0.8);
	border: 5px solid #d93519;
}
.box {
	width: 32%;
	text-align: center;
}
.box a {
	display: block;
	overflow: hidden;
	padding: 20px 15px;
}
.blue a:hover {
	background: rgba(43,58,139,1.0);
}
.yellow a:hover {
	background: rgba(196,190,5,1.0);
}
.red a:hover {
	background: rgba(217,53,25,1.0);
}
.box img {
	margin-bottom: 15px;
}
.box h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #fff;
}
.box p {
	margin-bottom: 0px;
	color: #fff;
}
.box span {
	float: right;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	margin-top: 5px;
	padding-right: 10px;
	transition: all 0.3s ease;
}
.box a:hover span {
	padding-right: 0px;
}
/* =============================================================================
   CONTAINER STYLES
   ============================================================================= */
section {
	width: 100%;
}
.row {
	width: 100%;
}
.about_col {
	width: 100%;
	background: #fff;
	padding: 20px 0;
}
.about_left_col {
	float: left;
	width: 50%;
}
.about_left_col ul {
	margin: 10px 0 0 5px;
	float: left;
	width: 100%;
}
.about_left_col ul li {
	width: 100%;
	float: left;
	padding: 0 0 15px;
}
.about_left_col ul li i {
	color: #262e79;
	float: left;
	line-height: 21px;
	padding-right: 7px;
}
.about_left_col ul li span {
	color: #333;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	width: 90%;
}
.about_right_col {
	float: right;
	padding-top: 50px;
	width: 48%;
}
.about_right_col img {
	border: 1px solid #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	float: left;
	margin-left: 18px;
}
.btn {
	float: left;
	margin-top: 10px;
}
.btn a {
	background: #314a93 none repeat scroll 0 0;
	border: 1px solid #262d78;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 9px 15px;
	text-transform: uppercase;
	display: block;
	  border-radius: 4px;
}
.btn a:hover {
	background: #262d78;
}
.children_img {
	text-align: center;
}
ul.features {
	float: left;
	margin: 0 2%;
	width: 46%;
}
ul.features li {
	background: #fff;
	border: 1px solid #ddd;
	width: 100%;
	float: left;
	margin-bottom: 5px;
	padding: 10px 15px;
}
ul.features li img {
	float: left;
}
ul.features li span {
	color: #333;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 38px;
	padding-left: 10px;
	text-transform: capitalize;
}
.m_20 {
	margin: 20px 0;
}
h2.play {
	text-align: center;
	margin-bottom: 20px;
	color: #262d78;
}
.lifelong {
	background: #1d9dca none repeat scroll 0 0;
	border-radius: 5px;
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
	width: 100%;
}
.lifelong h3 {
	color: #fff;
	font-weight: 600;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 7px;
}
.lifelong p {
	font-size: 18px;
	padding-bottom: 0px;
	color: #fff;
	font-weight: 600;
}

.lifelong span {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    width: 100%;
}
.lifelong span i {
    color: #fff;
    font-size: 18px;
    padding-right: 9px;
}
.center {
	text-align: center;
	margin-bottom: 25px;
}
.gallery {
	width: 80%;
	float: left;
}
.gallery ul {
	justify-content: space-between;
	width: 100%;
}
.gallery ul li {
	border: 2px solid #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	float: left;
	margin: 0 1% 2% 0;
	width: 24%;
}
.gallery ul li a {
	display: block;
	overflow: hidden;
}
.gallery ul li img {
	transition: all 0.8s ease;
}
.gallery ul li:hover a img {
	transform: scale(1.2, 1.2);
}
.widget {
	float: right;
}
/* =============================================================================
   FOOTER STYLES
   ============================================================================= */
footer {
	width: 100%;
	background: #222 url(../images/colors_top.jpg) no-repeat center top;
	padding: 25px 0;
}
.footer_links {
	float: left;
	width: 50%;
}
.footer_links ul {
}
.footer_links ul li {
	float: left;
}
.footer_links ul li a {
	border-right: 1px solid #4c4b4b;
	color: #a3a1a1;
	font-size: 13px;
	font-weight: 400;
	padding: 0 20px;
	text-transform: capitalize;
}
.footer_links ul li:first-child a {
	padding-left: 0px;
}
.footer_links ul li:last-child a {
	border-right: none;
}
.footer_links ul li a:hover {
	color: #fff;
}
.copyrights {
	float: right;
	color: #a3a1a1;
	font-size: 13px;
	font-weight: 400;
	line-height: 28px;
}
.school_files {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	border-bottom: 1px solid #2f2f2f;
	padding-bottom: 25px;
}
.school_files ul {
	display: flex;
	justify-content: space-between;
}
.school_files ul li {
	width: 25%;
}
.school_files ul li a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 19px;
	padding: 10px 20px 12px;
}
.school_files ul li a i {
	float: right;
	color: #fff;
	font-size: 22px;
}
.school_files ul li .color1 {
	background: #279fc9;
	border: 1px solid #ccc;
	transition: all 0.3s ease;
}
.school_files ul li .color2 {
	background: #d5432a;
	border: 1px solid #ccc;
	transition: all 0.3s ease;
}
.school_files ul li .color3 {
	background: #0ab12a;
	border: 1px solid #ccc;
	transition: all 0.3s ease;
}
.school_files ul li .color4 {
	background: #d09a07;
	border: 1px solid #ccc;
	transition: all 0.3s ease;
}
.school_files ul li .fbcolor {
	background: #3b5998;
	border: 1px solid #ccc;
	transition: all 0.3s ease;
}
.school_files ul li:hover .color1 {
	background: #1280a7;
}
.school_files ul li:hover .color2 {
	background: #bd361e;
}
.school_files ul li:hover .color3 {
	background: #099223;
}
.school_files ul li:hover .color4 {
	background: #b78604;
}
/* =============================================================================
   INNERPAGES STYLES
   ============================================================================= */
.titleSection {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background: #3f6fb1;
}
.titleSection .mask {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.maskPercentage2 {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.container {
	min-height: 300px;
	padding: 20px 0;
}
.titlePos {
	display: table;
	height: 100%;
	width: 100%;
}
.titlePos .titleAlign {
	display: table-cell;
	height: 150px;
	vertical-align: middle;
}
.titleSection h2 {
	color: #ffffff;
	float: left;
	font-weight: 600;
	margin: 0;
	position: relative;
	width: 50%;
	z-index: 1;
	text-transform: uppercase;
}
.innerContent p a {
	color: #27a4c8;
	font-weight: 500;
}
.bredCrumb {
	float: right;
	position: relative;
	width: 50%;
	z-index: 1;
}
.bredCrumb ul {
	float: right;
	padding: 0;
	width: auto;
}
.bredCrumb ul li:first-child {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding-left: 0;
}
.bredCrumb li {
	background: rgba(0, 0, 0, 0) url("../images/bredcrumb-arrow.png") no-repeat scroll 0 11px;
	float: left;
	list-style: outside none none;
	padding: 0 12px 0 15px;
}
.bredCrumb li a {
	color: #ffffff;
	font-weight: 400;
}
.bredCrumb li a:hover {
	text-decoration: underline;
}
.bredCrumb li .page-selection, .bredCrumb li .page-selection:hover {
	color: #aeadad;
	text-decoration: none;
}
.inner {
	margin: 0 auto;
	width: 80%;
}
.inner ul {
}
.inner ul li {
	float: left;
	width: 100%;
	padding: 1px 0;
	font-size: 14px;
	color: #333;
}
.inner ul li i {
	float: left;
	padding-right: 8px;
	color: #2f4791;
	line-height: 26px;
}
#content {
	width: 80%;
	margin: 0 auto 25px;
}
#content h3 {
	font-size: 20px;
	margin-bottom: 15px;
}
.PullRight ul, .PullLeft ul {
	border-top: 1px solid #ddd;
	clear: both;
	padding: 25px 0 0;
}
.PullFirst ul, .PullFirst {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.PullRight ul li {
	color: #444;
	float: left;
	font-size: 14px;
	line-height: 19px;
	float: left;
	padding: 0 0 0 6%;
	width: 20%;
	list-style: none;
}
.PullRight ul li p {
	line-height: 28px;
}
.PullRight ul li:first-child {
	padding: 0;
	width: 78%;
}
.PullLeft ul li {
	color: #444;
	float: left;
	font-size: 13px;
	line-height: 19px;
	padding: 0;
	width: 78%;
	list-style: none;
}
.PullLeft ul li:first-child {
	padding: 0 6% 0 0;
	width: 20%;
}
.PullRight, .PullLeft {
	clear: both;
	margin: 25px 0;
}
ul.staffing {
	margin-left: 22px;
}
ul.staffing li {
	list-style: inherit;
	float: none;
	width: 100%;
	padding-left: 0;
	padding-bottom: 5px;
}
ul.staffing li:first-child {
	padding-left: 0;
}
.toggle_block h4 {
	border: 0 none;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 2px 0 2px 0;
	color: #0862AE;
	font-weight: normal;
}
a.read_more h4 {
	border: 0 none;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 2px 0 2px 0;
	color: #0862AE;
	font-weight: normal;
}
.PullRight strong {
	font-weight: 600;
}
.toggle_block h4:before {
	content: "\f055";
	padding-right: 5px;
	font-family: 'FontAwesome';
}
.toggle_block h4.tgg_close {
	color: #0862AE;
}
.toggle_block h4.tgg_close:before {
	content: "\f056";
	padding-right: 5px;
	font-family: 'FontAwesome';
}
.toggle_content span {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}
.toggle_content ul li strong {
}
.gallery_inner {
	width: 100%;
}
.gallery_inner ul {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 15px;
	flex-wrap:wrap;
}
.gallery_inner li {
    margin: 5px;
    width: 24%;
}
.gallery_inner li:last-child {
	margin-right: 0px;
}
.gallery_inner li a {
	border: 2px solid #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	display: block;
}
.gallery_inner li a img {
	display: block;
}
/* =================  CONTACT US STYLES  ================= */
.gmap{
	margin-top:20px;
}

.leftPanel {
	float: left;
	width: 68%;
	padding: 2%;
	padding-right: 4%;
}
.rightPanel {
	background: #324d96;
	float: left;
	width: 30%;
	padding: 2%;
	min-height: 280px;
	border: 1px solid #bbb;
	margin-top: 25px;
}

.contactForm ul li {
    float: left;
    list-style: outside none none;
    margin-bottom: 18px;
    padding: 0 10px;
    width: 50%;
}
.contactForm ul li:first-child {
	margin-left: 0;
}
.contactForm li label {
	float: left;
	font-size: 14px;
	margin-right: 0;
	width: 100%;
	color: #333;
	font-weight: normal;
	padding-bottom: 5px;
}
.contactForm li label span {
	color: #ff0000;
	font-size: 12px;
	padding-left: 2px;
}
.contactForm input, .contactForm textarea, .contactForm select {
	background: #FFF;
	border: 1px solid #bbb;
	float: left;
	height: 20px;
	color: #333;
	font-size: 14px;
	outline: medium none;
	padding: 6px 2%;
	resize: vertical;
	width: 95%;
}
.contactForm textarea {
	min-height: 80px;
}
.contactForm select {
	height: auto;
	width: 100%;
}
.contactForm input:focus, .contactForm textarea:focus, .select:focus {

	
	-webkit-box-shadow: 0 0 4px 0 #324d96;
	-moz-box-shadow: 0 0 4px 0 #324d96;
	-o-box-shadow: 0 0 4px 0 #324d96;
	box-shadow: 0 0 4px 0 #324d96;
	border: 1px solid #324d96;
	outline: 0 none;
}
.contactForm li.full {
	width: 100%
}

.contactForm li.full input, .contactForm li.full textarea {
    padding: 6px 1%;
    width: 100%;
}
.contactForm li div {
	float: left;
	width: 49%;
}
.contactForm li.checkbox input {
	width: auto;
}
.contactForm li.checkbox strong {
	padding-left: 8px;
	font-size: 14px;
}
.contactForm label.error {
	color: #ff0000;
	font-size: 13px;
	font-weight: normal;
	padding-top: 5px;
}
input.error, textarea.error, select.error {
	background: #fdf2f2 !important;
	border: 1px solid #fccece !important;
	color: #444444 !important;
	box-shadow: none !important
}
.successmessage {
	display: none;
	float: left;
	line-height: 35px;
	color: #45BA2C;
	font-size: 15px;
}
.failmessage {
	color: #E76A4C !important;
}
.gmap iframe {
	border: 0;
	width: 100%;
	height: 320px;
}
.contactForm input, .contactForm textarea, .contactForm select {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #bbbbbb;
	color: #333333;
	float: left;
	font-size: 14px;
	height: 35px;
	outline: medium none;
	padding: 6px 2%;
	resize: vertical;
	 width: 100%;
}
.contactForm textarea {
	min-height: 120px;
	resize:none;
}
.btnBlue {
	background: #324d96 none repeat scroll 0 0;
	border-color: #193276;
	color: #ffffff;
	min-width: 100px;
}
.btn {
	border: 1px solid #ffffff;
	color: #555555;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding: 7px 11px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s linear 0s;
	color: #fff;
	margin-right: 10px;
	border-radius:4px;
}
.btnBlue:hover {
	color: #324d96;
	border: 1px solid #324d96;
	background: #eee;
}
.rightPanel .contactList i {
	background: #fff none repeat scroll 0 0;
	color: #324d96;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	line-height: 20px;
	text-align: center;
	font-size: 13px;
}
.rightPanel .contactList li {
	color: #fff;
}
.rightPanel .contactList li strong, .rightPanel .contactList li a {
	color: #fff;
	font-weight: 600;
}
.rightPanel a:hover {
	color: #fff;
	text-decoration: underline;
}
.contactList li:first-child {
	margin-right: 10px;
	width: 25px;
}
.contactList li {
	color: #fff;
	float: left;
	font-size: 13px;
	line-height: 20px;
	list-style: outside none none;
	width: 80%;
}
.contactList h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 18px;
	color: #fff;
	text-transform: uppercase;
}
.contactList ul {
	padding: 0 0 15px 0;
	overflow: hidden;
}
/*Enrolment form styles*/

.enrolment {
	width: 100%;
	background: #fff;
	border: 1px solid #bbb;
	padding: 20px;
}
.enrolment .office_use {
	width: 100%;
	border: 1px solid #bbb;
}
.enrolment .office_use h3 {
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #324d96;
	padding-top: 10px;
}
.enrolment .office_use p {
	text-transform: uppercase;
	padding-left: 10px;
	padding-bottom: 25px;
}
.enrolment .office_use hr {
	border-left: 0 none;
	color: rgba(0, 0, 0, 0.2);
	padding: 16px 0;
}
.enrolment address {
	margin: 15px auto;
	text-align: center;
	width: 100%;
}
.enrolment address p {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	padding-bottom: 0;
}
.enrolment address p em {
	font-size: 13px;
	color: #000;
	font-weight: 500;
}
.enrolment h2 {
	text-align: center;
	text-transform: uppercase;
	margin: 15px 0;
}
.enrolment ul {
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
}
.enrolment ul li {
	float: left;
	width: 50%;
	padding: 0 10px;
}
.enrolment ul li.w_2 {
	width: 20%;
}
.enrolment ul li.w_3 {
	width: 30%;
}
.enrolment ul li.w_3_4 {
	width: 33.3%;
}
.enrolment ul li.w_4 {
	width: 40%;
}
.enrolment ul li.w_5 {
	width: 50%;
}
.enrolment ul li.w_6 {
	width: 60%;
}
.enrolment ul li.w_7 {
	width: 70%;
}
.enrolment ul li.w_8 {
	width: 80%;
}
.enrolment ul li.w_9 {
	width: 90%;
}
.enrolment ul li.w_10 {
	width: 100%;
}
.enrolment ul li label {
	color: #000;
	padding-bottom: 2px;
	font-weight: 600;
	text-transform: uppercase;
}
.enrolment ul li label.small {
	text-transform: capitalize;
}
.enrolment ul li input, .enrolment ul li textarea, .enrolment ul li select {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #bbbbbb;
	color: #000;
	float: left;
	font-size: 14px;
	height: 30px;
	outline: medium none;
	padding: 6px 2%;
	resize: vertical;
	width: 100%;
	font-weight: 500;
}
.enrolment span {
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	margin: 25px 0;
}
.enrolment span strong {
	font-weight: 600;
	text-transform: uppercase;
}
.radio {
	overflow: hidden;
	padding-left: 25px;
	padding-top: 24px;
}
.radio label {
	float: left;
	line-height: 26px;
	padding-bottom: 0;
	padding-right: 8px;
	width: auto;
}
.checkbox {
	padding: 0px;
}
.checkbox label {
	margin-left: 10px;
	margin-right: 2px;
	 text-transform: capitalize !important;
}
.enrolment ul li .radio input {
	width: auto;
}
.buttons {
	float: right;
	margin: 10px 0;
}
.buttons button {
	background: #279fc9 none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 20px;
}
.tooltip {
	position: relative;
	display: block;
}
.tooltip .tooltiptext {
	background-color: #31458e;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 13px;
	padding: 6px 0;
	position: absolute;
	text-align: center;
	visibility: visible;
	width: 93px;
	z-index: 1;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}
ul.pdf_doc {
	width: 100%;
	float: left;
}
ul.pdf_doc li {
	float: left;
	width: 50%;
	margin-bottom: 12px;
	padding: 0 10px;
}
ul.pdf_doc li a {
	background: #46b3da;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	padding: 10px 15px;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	transition: all 0.3s linear;
	border: 1px solid #fff;
}
ul.pdf_doc li a i {
	color: #fff;
	float: left;
	padding-right: 10px;
}
ul.pdf_doc li a i.dwn {
	float: right;
	font-size: 20px;
}
ul.pdf_doc li a:hover {
	box-shadow: 0 0 3px rgba(0,0,0,0.6);
}
