/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* Global Styles */

html,
body {
	/*height: 100%;
	font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif;*/
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #383838;
	font-size: 13px;
	line-height: 1.5em;	
}
.body-brdr{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000;	
	}
p {
	font-size: 13px;
	line-height: 1.5em;
	color: #333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
li{
	line-height: 20px;
	font-size: 13px;
	color: #383838;
}
.h2, h2{
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.333em;
	margin-top: 10px;
}

.h3,
h3 {
	font-size: 14px;
	color: #4C8ECA;
	margin-top: 0px;
	margin-bottom: 3px;
	font-weight: bold;
}
.h4,
h4 {
    font-size: 1.1em;
    color: #6F6F6F;
}


.h5,
h5 {
    color: #797979;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.02em;
}
.h6,
h6 {
	color: #444;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.02em;
}

/*.contact ul li{
	color: #333;
	font-size: 18px;
	line-height: 1.5em;
	list-style-image: url(../images/button.jpg);
}
.des-phead {
	height: 115px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.des-phead a {
    color: #999;
    text-decoration: none;
}
.des-phead a:hover {
	color: #d54721;
	text-decoration: none;
}
.form-group {
	clear: both;
}
.errorSummary {
	color: #ff0000;
}
.errorMessage {
	clear: both;
	color: #ff0000;
	display: table;
	
}
.page-header {
    border-bottom: 0px solid #eee;
    padding-bottom: 9px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}
.btn {
	-moz-user-select: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	float: right;
	background-color: #d54721;
	letter-spacing: 0.1em;
	border: 1px solid #d54721;
}
.enq-btn {
    background-color: #d9d9d9;
    padding-top: 5px;
    padding-right: 45px;
    padding-bottom: 5px;
    padding-left: 45px;
    text-align: center;
    font-size: 22px;
    color: #FFF;
    border-radius: 5px;
    margin-top: 25px;
}
.enq-btn:hover {
    background-color: #43e4ff;
    color: #FFF;
    text-decoration: none;
}
#products .prtext {
    font-size: 14px;
    line-height: 1.4em;
    color: #666;
}
.more a {
    font-size: 18px;
    color: #666 !important;
    cursor: pointer;
    padding-bottom: 5px;
    text-decoration: none;
}
.more a:hover {
    color: #43e4ff;
    text-decoration: none;
}
.dot {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #B1B1B1;
}
[role="navigation"] .container.row {
    padding: 0 15px;
}
.navbar {
    margin: 0;
    border-radius: 0;
}
.navbar-nav {
	margin: 25px -15px;
	font-size: 14px;
}
.navbar-nav>li>a {
    padding-left: 3px;
    padding-right: 3px;
    
    letter-spacing: 0.08em;
}
.navbar-nav > li > a:focus, .navbar-nav > li.current > a {
	color: #c93006 !important;
}
.navbar-nav>li>a:hover {
	padding-left: 3px;
	padding-right: 3px;
	color: #c93006 !important;
}*/
/*.navbar-nav li {
    color: #000 !important;
}*/
/*.img-portfolio {
    margin-bottom: 30px;
}
.img-hover:hover {
    opacity: 0.8;
}*/

/* Home Page Carousel */
/*
header.carousel {
    height: 50%;
}
*/
header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
    /*background-color: #0CF;*/
}
header.carousel .fill {
    width: 100%;
    /*height: 100%;*/
    background-position: center;
    background-size: cover;
}
header .carousel-control.left, header .carousel-inner .left, header .carousel-control.right, header .carousel-inner .right {
	border: 0px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.client-items {
	height: 150px;
}
p.hint {
    color: #383838;
    font-size: 16px;
    font-style: italic;
}
/*.main-padding {
    padding-top: 20px;
    float: left;
    
}*/

/*.main-padding .right #products,
.main-padding .right #clients,
.main-padding .right #enquiries,
.main-padding .right #clients > div {
    padding: 0px;
}
.main-padding .right #products > div {
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
}*/
/*.main-padding .right #products, .main-padding .right #products > div, .main-padding .right #clients, .main-padding .right #clients > div {
	padding: 0px;
}*/
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */
.price {
    display: block;
    font-size: 21px;
    line-height: 23px;
}
.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}
.period {
    display: block;
    font-style: italic;
}
.navbar-header{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
.navbar-default {
	background-color: #FFFFFF;
	border-radius: 0px;
	border-color: #FFF;
/*	margin-left:15px;
	margin-right:15px;*/
}
.navbar {       
    position: relative;
	margin-bottom: 20px;
	min-height: 0px;
	
}
.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border-radius: 4px;
	float: left;
	/*margin-bottom: 35px;*/
	margin-right: 15px;
	/*margin-top: 35px;*/
	position: relative;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
}
.navbar-nav {
	margin-bottom: 0px;
	min-height: auto;
	position: relative;	/*border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;*/
}
#w1-collapse,
#w2-collapse,
#w3-collapse,
#bs-example-navbar-collapse-1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	}	
.nav > li {
	padding-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
    color: #333;
}

.nav > li > a {
	display: block;
	position: relative;
	font-size: 13px;
	background-color: #FFF;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	}
.nav > li > a:hover {
	display: block;
	color: #FFF !important;
	background-color: #09F !important;
	}
.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}


/* Filter */

#filter {
	margin: 15px 0;
	padding-left: 0;
	padding-right: 0;
	text-align: right;
	/*text-align: left;*/
}

#filter > span {
	margin: 5px 10px 5px 0;
}

#filter ul, #filter li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#filter li {
	/*margin: 5px 5px 5px 0;	*/
	color:#F00;
	line-height:13px;
	
}

#filter li:nth-child(2n+2), #filter .bold {
	font-weight: bold;
}

#filter li, #filter > span {
	vertical-align: middle;	
}

#filter a {
	display: block;
	line-height: normal;
	color: #383838;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	/*background-color: #e5e5e5;*/
	/*padding: 5px 10px;*/
	/*font-size:13px;*/
}

#filter a:hover, #filter li.active a {
	/*color: #fff;*/
}

/* ---------------------------------------------------------------------- */
/* Footer
/* ---------------------------------------------------------------------- */
#footer {
	color: #FFFFFF;
	background-color: #376288;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#footer p {
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	line-height: 22px;
	margin: 0;	
}
.footer-left p{
	padding-bottom: 10px;
	}

.footer-right p{	
	line-height: 22px !important;
	padding-bottom: 0px !important;	
	}
#footer p a {
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.03em;
}
#footer p a:hover {
	color: #78B4FA;
	text-decoration: none;
}
#footer h2,
#footer h3 {
    color: #e5e5e5;
}
#footer h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #4c4c4c;
    margin-bottom: 25px;
}
#footer-top {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}
#footer-top p a:hover {
	color: #FFF;
}
#footer-top [class*="col-"] {
    padding: 0;
}
#footer-top .splitter {
    padding: 0 0.19rem;
}
#footer-bottom {
	border-top: 1px solid #e5e5e5;
	margin-top: 8px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footer-bottom p {
	letter-spacing: 0.06em;
	margin-bottom: 0px !important;
	font-size: 11px !important;
}
#footer-nav ul {
    text-align: left;
}
#footer-nav ul li {
    display: inline;
}

/* Social Links */
.social-links {
    float: right;
}
.social-links ul {
    list-style: outside none none;
    overflow: hidden;
    margin-right: -6px;
}
.social-links li {
    list-style: outside none none;
    /*float: left;*/
    margin: 0 2px 2px 0;
}
.social-links a {
    display: block;
    width: 24px;
    height: 17px;
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -10000em;
}
.social-links li.twitter a {
    background-image: url(../images/social-media/twitter.png);
}
.social-links li.facebook a {
    background-image: url(../images/social-media/facebook.png);
}
.social-links li.linkedin a {
    background-image: url(../images/social-media/linkedin.png);
}
.social-links li.google a {
    background-image: url(../images/social-media/google-circular.png);
}
.social-links li.youtube a {
    background-image: url(../images/social-media/youtube-circular.png);
}
.social-links li.skype a {
    background-image: url(../images/social-media/skype-circular.png);
}
.social-links li.rss a {
    background-image: url(../images/social-media/rss-circular.png);
}
/* Responsive Styles */
/*@media(max-width:1280px) {
	.main-padding {
		padding-top: 10px;
		float: left;
		padding-right: 75px;
		padding-left: 75px;
		
	}
	.main-padding .left {
		text-align: justify;
		border-right: 1px solid #dadada;

		padding-right: 25px;
		padding-left: 25px;
		margin-bottom: 25px
	}
}*/
@media (min-width: 992px) and (max-width: 1199px) {
/*    .main-padding .right #products [class*="col-"],
    .main-padding .right #clients [class*="col-"] {
        padding: 0 5px;
    }
    .enq-btn,
    .enq-btn:hover {
        margin: 0;
        padding: 5px 30px;
    }*/
	
}



@media(min-width:991px) {
    
 /*   .main-padding .left {
        text-align: justify;
        
        padding-right: 25px;
        padding-left: 25px;
        margin-bottom: 25px;
		min-height: 550px;
    }
	marquee{
	background-color: #9a6d12;
	font-size: 26px;
	line-height: 40px;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	left: 0px;
	right: 0px;
	margin-right: -15px;
	margin-left: -15px;
}
.main-padding {
        padding-top: 20px;
        float: left;
        padding-right: 180px;
        padding-left: 180px;
		
    }*/

}
@media(max-width:991px) {
   /* .customer-img, .img-related {
        margin-bottom: 30px;
    }*/
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-top: 1px solid #e7e7e7;
	}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
		/*padding-left:0px;*/
    }
    .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
    }
    .navbar-nav>li {
        float: none;  }
    
}



@media(max-width:767px) {
    ul.social-network {
        list-style: none;
        display: inline;
        margin-left: 0 !important;
        padding: 0;
        float: left !important;
    }
    .img-portfolio {
        margin-bottom: 15px;
    }
    header.carousel .carousel {
        height: 70%;
    }
    .navbar-nav>li>a {
        /*padding-left: 15px;*/
    }
 
	.navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
}
	
}
@media(max-width:479px) {
  
    .navbar-brand > img {
        display: block;
        width: 75%;
    }
    .navbar-brand {
        float: left;
        padding-top: 15px;
        padding-right: 0px;
        padding-bottom: 15px;
        padding-left: 0px;
    }
}
@media(max-width:320px) {

/*    .navbar-brand > img {
        display: block;
        
    }
    .navbar-brand {
        float: left;
        height: 20px;
        width: 80%;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    } */ 
 
}
label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
    font-size: 16px
}
th label {
    font-weight: bold;
    margin: 0;
    font-size: 1em;
}
.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6 {
	margin: 0;
}
.modal-body table {
	margin: 0;
	width: auto;
}
.contact-left {
	padding-left: 0;
}
select.form-control {
	margin-left: 0;
}
select {
	padding: 4px;
	position: relative;
	top: -5px;
	margin: 5px;
}
/*.btn.btn-primary {
	background-color: #337ab7;
	border-color: #2e6da4;
	float: none;
}*/
.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
.btn.btn-default {
	background-color: #fff;
	border-color: #ccc;
	float: none;
}
.btn.btn-success {
	background-color: #449d44;
    border-color: #398439;
}
input,
button,
select,
textarea {
    border: 1px solid #ccc;
    color: #838383;
    font-size: 15px;
    line-height: inherit;
}
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
    float: right;
    padding-top: 15px;
}
ul.social-network li {
    display: inline;
    margin: 0px;
}

/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}
.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}
.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}
.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}
.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}
a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}
.social-circle li a {
    display: inline-block;
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
    background-color: #CCCCCC;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    border: 2px solid #000;
}
.social-circle li i {
    margin: 0;
    line-height: 28px;
    text-align: center;
}
.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #333;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.space-top {
    margin-top: 22px;
}
.space-btm {
    margin-bottom: 22px;
}

.carousel-inner > .item blockquote {
		background-color: #9a6d12;	
	}
.carousel-inner > .item blockquote p {
	font-family: "PT Sans Narrow",Arial,Helvetica,sans-serif !important;
	color: #FFF;
	font-size: 19px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.03em;
	}
.carousel-inner > .item blockquote small {
	color: #FFF;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.03em;
	}
	
/*marquee{
	background-color: #9a6d12;
	font-size: 26px;
	line-height: 40px;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	left: 0px;
	right: 0px;
	margin-right: -15px;
	margin-left: -15px;
}*/
/*
.carousel{
	border-bottom: 2px solid #000000;
}
*/
	
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;	
}
.split-line	{
	color: #d54721 !important;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
	}
.table {	
	margin-top: 0.2em;
	margin-right: 1em;
	margin-left: 1.2em;
	max-width: 100%;
	width: 97%;
}
a {
	color: #4A8BCB;
	text-decoration: none;
}
a:focus, a:hover{
	color: #666666;
	text-decoration: none;
	}
.float-rgt	{
	float: right;
}
.float-left {
    float: left;
}
.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 20px;
}
.dl-horizontal dd {
    margin-left: 30px;
}

.txt-grey{
	color: #999;
}
dt {
    font-weight: normal;
}

.txt-red{
	color: #d54721;
}
	
/*.course-offered ul li{
	border: 1px solid #CECECE;
	color: #333;
	font-size: 18px;
	line-height: 1.5em;
	list-style-image: url(../images/button.jpg);
	margin: 5px;
	padding: 5px;
	border-radius: 5px;
	background-color: #F0F0F0;
	width: 80%;
}*/

.uflinks ul li{
	color: #333;
	font-size: 18px;
	line-height: 1.5em;
	list-style-image: url(../images/arrow-button.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	width: 100%;
}
hr{
	width: 100%;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #CCC -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-style: solid none none;
	border-width: 1px 0 0;
	margin-bottom: 15px;
	margin-top: 15px;
	display: block;
}



/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) { 
/*.course-offered ul li{
	width: 98%;
	border: 1px solid #CECECE;
	color: #333;
	font-size: 16px;
	line-height: 1.5em;
	list-style-image: url(../images/button.jpg);
	margin: 5px;
	padding: 5px;
	border-radius: 5px;	
	background-color: #F0F0F0;
}
.main-padding {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	
}
p {
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 18px;
    margin-left: 0;
}
.h3, h3 {
    color: #d54721;
    font-size: 1.1em;
}*/
/*.h2, h2 {
    font-size: 25px;
}*/
/*ul li {
    color: #333;
    font-size: 16px;
    line-height: 1.5em;
    list-style-image: url("../images/button.jpg");
}*/
.h4, h4 {
    color: #6f6f6f;
    font-size: 18px;
}
.h5, h5 {
    color: #797979;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.02em;
}
.uflinks ul li {
    border-style: none;
    color: #333;
    font-size: 16px;
    line-height: 1.5em;
    list-style-image: url("../images/arrow-button.jpg");
    margin: 0 0 5px;
    padding: 0;
    
}
.contact ul li{
	color: #333;
	font-size: 16px;
	line-height: 1.5em;
	list-style-image: url(../images/button.jpg);
}
/*.navbar-nav {
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 25px;
}*/

 }
@media (min-width:769px) and (max-width:1024px)  { 
/*.course-offered ul li{
	width: 98%;
	border: 1px solid #CECECE;
	color: #333;
	font-size: 18px;
	line-height: 1.5em;
	list-style-image: url(../images/button.jpg);
	margin: 5px;
	padding: 5px;
	border-radius: 5px;
	background-color: #F0F0F0;
}
.main-padding {
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	
}*/



 } 
 

/* Medium devices (desktops, 992px and up) */
/*@media (min-width: 992px) {
	.course-offered ul li{
	width: 80%;
	border: 1px solid #CECECE;
	color: #333;
	font-size: 18px;
	line-height: 1.5em;
	list-style-image: url(../images/button.jpg);
	margin: 5px;
	padding: 5px;
	border-radius: 5px;
	background-color: #F00;
	/*background-color: #F0F0F0;
}
	
	 }*/

/* Large devices (large desktops, 1200px and up) */
 
 @media (min-width:1025px) and (max-width:1200px)  { 
	.course-offered ul li{
	width: 80%;
	border: 1px solid #CECECE;
	color: #333;
	font-size: 18px;
	line-height: 1.5em;
	list-style-image: url(../images/button.jpg);
	margin: 5px;
	padding: 5px;
	border-radius: 5px;
	background-color: #F0F0F0;
	}
.main-padding {
	float: left;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 20px;
	
}
 } 
 @media (min-width:1201px)  { 
	.course-offered ul li{
	width: 80%;
	border: 1px solid #CECECE;
	color: #333;
	font-size: 18px;
	line-height: 1.5em;
	list-style-image: url(../images/button.jpg);
	margin: 5px;
	padding: 5px;
	border-radius: 5px;
	background-color: #F0F0F0;
	}
.main-padding {
	float: left;
	padding-left: 180px;
	padding-right: 180px;
	padding-top: 20px;
	
}
 } 
@media (max-width:320px){
	.container {
	margin: 0px;
	width: 320px;
	/*padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;*/
}
}	

#search-form{
	margin-top: 10px;
}
#outer {
	border-top: 5px solid #383838;
	overflow: hidden;
	padding-top: 10px;
}
.header-top {
	margin-bottom: 20px !important;
}

.banner-btm {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	padding-right: 10px;
	text-align: right;
	background-color: #000;
	margin-bottom: 20px;
	padding-top: 2px;
}	
.banner-btm a{
	color: #FFF;
}
.banner-btm a:hover{
	color: #78B4FA;
	text-decoration: none;
}

.editor-list{
	/*padding-right: 12px;
	padding-left: 12px;*/
	padding-bottom: 5px;
}

.editor-list p {
	font-size: 14px;
	line-height: 1.5em;
	color: #383838;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}	
.img-alignc{
	margin-right: auto;
	margin-left: auto;
}

.cur-issue-hlts {
	padding-left:10px;
	padding-right:10px;
	}
	
.cur-issue-hlts ol{
	margin-left: -21px;
	background-color: #FFF;
}
.cur-issue-hlts ol li{
	padding-bottom: 8px;
	padding-left:10px;
	line-height: 20px;
	font-size: 13px;
	color: #383838;
}	
.current-issue{}
.current-issue OL{
	padding-left: 0px;
}
.current-issue li{
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
.current-issue .btmbrdr{
	border-bottom: 1px solid #ccc;
}.current-issue a{
	font-weight: bold;
	color: #4C8ECA;
	font-size:14px;
}
.current-issue a:hover{
	font-weight: bold;
	color: #376288;
	text-decoration: underline;
	font-size:14px;
}
.current-issue p{
	/*clear: left;
	float: right;*/
	width: 100%;
	/*text-align: right;*/
	text-align: left;
	/*padding-top: 10px;*/
	padding-bottom: 5px;
	margin-bottom: 0px;
}
.current-issue p a{
	font-weight: normal;
	color: #FFF !important;
	
}
.current-issue p a:hover{
	font-weight: normal;	
	text-decoration: none;
}
.current-issue hr{
	width: 100%;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #CCC -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-style: solid none none;
	border-width: 1px 0 0;
	margin-bottom: 10px;
	margin-top: 5px;
	display: block;
}
.past-issue{}
.past-issue ul{
	padding-left: 0px;
}
.past-issue li{
	padding-bottom: 4px;	
	list-style-type: none;
}
.past-issue li a{
	color: #376288;
	text-decoration: none;
}
.past-issue li a:hover{
	color: #000;
	text-decoration: underline;
}
.back-list{
	background-color: #F7F7F7;
	height: 27px;
	width: 100%;
	padding-top: 3px;
	padding-right: 3px;
	margin-bottom: 15px;
}
.back-list a {
	color: #4C8ECA;
	text-decoration: none;
	
	}
.back-list a:hover {
	color: #000;
	text-decoration: none;
	}
.abstract{}
.abstract OL{
	padding-left: 0px;
	padding-top: 15px;
}
.abstract li{
	list-style-type: none;
	height: auto;
}
.abstract a{
	font-weight: bold;
	color: #4C8ECA;
	font-size:14px;
}
.abstract a:hover{
	font-weight: bold;
	color: #376288;
	text-decoration: underline;
	font-size:14px;
}
.abstract p a{
	font-weight: normal;
	color: #FFF !important;	
}
.abstract p a:hover{
	font-weight: normal;
	text-decoration: none;
}
.abstract .h2, h2 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.333em;
    margin-top: 0px;
}


.quick-search h5 {
	color: #595959;	
	font-weight: bold;
	line-height: 1em;
}
.quick-search label {
	display: inline-block;
	/*float: left;*/
	font-size: 13px;
	list-style-type: none;
	/*padding: 3px;*/
	margin-bottom: 5px;
	margin-left: 0px !important;
	margin-right: 10px;
	max-width: 100%;
	color: #666;
}
.quick-search ul {
	clear: both;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.quick-search li {
    display: inline-block;
    /*float: left;*/
    font-size: 12px;
    list-style-type: none;
    padding: 3px;
}
.quick-search form {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
.quick-search .h4, h4 {
	color: #4c8eca;
	font-size: 17px;
	font-weight: bold;
}
.quick-search a{
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.quick-search a:hover{
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.form-horizontal .control-label {
	margin-bottom: 0;
	padding-top: 7px;
	text-align: left;
	font-size: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}
.search-results OL{
	padding-left: 2rem;
	padding-top: 15px;
}
.search-results li{
	
	height: auto;
	list-style-position: outside;
}
.search-results a{
	font-weight: bold;
	color: #4C8ECA;
	font-size:14px;
}
.search-results a:hover{
	font-weight: bold;
	color: #376288;
	text-decoration: underline;
	font-size:14px;
}
.search-results p {
	text-align: right;
	padding-top: 5px;
}
.search-results p a{
	font-weight: normal;
	color: #FFF !important;
	text-decoration: none;
}
.search-results p a:hover{
	font-weight: normal;
	text-decoration: none;
}
.table > thead > tr > th {
    border-bottom: 1px solid #ddd;
    vertical-align: bottom;
	background-color: #f0f0f0;
}
.table > tfoot > tr > td {
	border-bottom: 1px solid #ddd;
	vertical-align: bottom;
	background-color: #f0f0f0;
	font-style: italic;
}
.advertising .h4, h4 {
	color: #4c8eca;
	font-size: 14px;
	font-weight: bold;
}
article {
  -webkit-columns: 5 200px;
  -moz-columns: 5 200px;
  columns: 5 200px;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
article ul{
	margin: 0px;
	padding: 0px;
}
article li{
	list-style-type: none;
	padding-bottom: 10px;
}
article .h3, h3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #000;
}
article .h5, h5 {
	color: #4C8ECA;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
article .name{
	font-weight: bold;
}

.carousel-control {
	width: 5%;
}

/* ---------------------------------------------------------------------- */
/* Buttons
/* ---------------------------------------------------------------------- */
.button, .content-form input.button, #comment-form input.button {
	width: auto;
	display: inline-block;
	cursor: pointer;
	line-height: normal;
	border: none;
	color: #fff !important;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.button.large {
	font-size: 1.5em; /* 18px */
	padding: 10px 20px;
}

/* begin colors */

.button.red {
	background-color: #FF0000;
}

.button.black {
	background-color: #383838;	
}

.button.green {
	background-color: #7eb01a;
}

.button.blue {
	background-color: #4396bf;
}

.button.orange {
	background-color: #eb7f00;	
}

.button.purple {
	background-color: #b28eb4;	
}

.button.teal {
	background-color: #1693A5;	
}

.button.yellow {
	background-color: #edb301;	
}

.button.pink {
	background-color: #ce5c76;	
}

.button.lightorange {
	background-color: #f2672b;	
}

.button.pegorange {
	background-color: #ee5d24;	
}

.button.mediumpink {
	background-color: #dd3135;	
}

.button.darkblue {
	background-color: #0000ff;	
}

/* end colors */

.link-row {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.link-row > .col {
    max-width: 100%;
}

.sticky-footer {
    bottom: 0;
    width: 100%;
	position: absolute;
}