/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 300 14px/18px 'Lato', sans-serif;
	
	/*text-rendering: optimizeLegibility !important;*/
	/*-webkit-font-smoothing: antialiased !important;*/
	/*-moz-osx-font-smoothing: grayscale !important;*/
	}

.nopadding {
   padding: 0 !important;
}

.nomargin {
   margin: 0 !important;
}

.navbar-brand { height: auto !important; }
/*.navbar-default { background-color: #fff !important; border: 0px none !important; }*/

.navbar {
    background-color: rgba(255,255,255,0.85); border-bottom: 0px none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #0095da;
	color: #fff;
}

.navbar-nav > li > .dropdown-menu { background-color: #0095da; border: 0 none; color: #fff; }
.dropdown-menu > li > a { color: #fff; }

@media (max-width: 768px) {
	.navbar-pullmobile { float:left !important; width: 100%; }
	/*.nav, .navbar-nav { width: 100%; }*/
	.navbar-nav > li > .dropdown-menu { background-color: #0095da !important; border: 0 none; color: #fff; }
	.dropdown-menu > li > a { color: #fff; }
}

.navbar-nav { font-size: 18px; }
@media (min-width: 1200px) {
	.navbar-nav { margin: 15px 0 0 0 !important; }
}

.navbar-toggle { margin-top: 15px !important; }


.nav > li > a { color: #666; }
@media (max-width: 991px) {
	.navbar-nav {
		font-size: 15px;
	}
	.navbar-nav > li > a {
    	padding-top: 30px;
	}
}

.icon-bar {
    background: #666;
}


.icon-bar {
	width: 22px;
	transition: all 0.2s;
}
.icon-bar .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.icon-bar .middle-bar {
	opacity: 0;
}
.icon-bar .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

@media (max-width: 1200px) {
	.hidden-xs {
		display: none !important;
	}
	.visible-xs {
		display: block !important;
	}
	.visible-sm {
		display: block !important;
	}
	.navbar-nav > li > a {
    	padding-top: 35px;
	}
}

.container { padding-left: 0px; }


.no-margin-top {
    margin-top: 0px!important
}

.col-xs-12, .col-sm-12 { padding-right:0px !important; }

.logo-container { margin: 15px 0 15px 0; }
.logo { max-width: 100%; }
.carousel {
    position: inherit !important;
	height: 480px;
	background: #d2e388; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#d2e388, #0095da); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d2e388, #0095da); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d2e388, #0095da); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d2e388, #0095da); /* Standard syntax */
}

.hero-background {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    /*height: 100%;*/
	background-position: center;
}

.slide-text {
    left: 0;
    top: 250px;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    /* text-align: left; */
    /*padding: 10px 85px;*/
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 8px #333;
}


.btn-brand-blue {
    background-color: transparent;
    color: #fff !important;
	border-color: #007DB9;
	background-color:#0095da;
    transition: all .5s;
}

.btn-brand-blue:hover {
	color: #fff !important;
	border-color:#0095da;
	background-color: #007DB9;
}

.btn-outline-brand {
    background-color: transparent;
    color: #d2e388 !important;
	border-color:#d2e388;
    transition: all .5s;
}

.btn-outline-brand:hover {
	color: #333 !important;
	background-color: #d2e388;
}

h1 { color:#0095da; }
h2 { color:#B2CF30; }

a, a:active, a:visited { color:#B2CF30; }



.fadeIn {
  opacity: 0;
  animation: fadeIn 1.8s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#leftPanel{
    background-color:#0095da;
    color:#fff;
    text-align: center;
	min-height:360px;
}

#rightPanel{
    min-height:360px;
}
.img-circle { border: 2px solid #fff; margin-bottom: 25px; }
.img-circle-blue { border: 2px solid #0095da !important; margin-bottom: 10px !important; color:#B2CF30; }
@media (max-width: 495px) {
	.img-circle-blue { max-width: 85px !important; }
}

.margin-top { margin-top:35px; }
h4.blog-list-sidebar { font-weight:lighter; }
a.blog-list-sidebar, a.blog-list-sidebar:active, a.blog-list-sidebar:visited { font-size:16px; color:#B2CF30; }
span.blog-date-sidebar { font-size:11px; color:#333; }

/* Blogs */
.post { clear:both; padding-top: 15px; }
.post-date, .post-month, .post-day, .post-datesml, .post-cat, .post-cat a, .post-cat a:visited, .post-cat a:hover, .post-comments, .post-comments a, .post-comments a:visited, .post-comments a:hover, .post-contributor, .post-contributor a, .post-contributor a:visited, .post-contributor a:hover {
	font-size: 12px; color: #BBB; text-decoration: none;
}
.entry { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }


/* PAGINATION STYLES */
.pagination>li>a.pagination-dots, .pagination>li>a.pagination-dots:visited, .pagination>li>a.pagination-dots:active, .pagination>li>a.pagination-dots:hover { border: 0 none; border-left: 1px solid #ddd; background:#fff;}
.pagination span.current { background-color: #428bca; color: #fff; }
	
.footer {
	background:#B2CF30; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#B2CF30, #0095da); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#B2CF30, #0095da); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#B2CF30, #0095da); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#B2CF30, #0095da); /* Standard syntax */
	color: #333;
	font-size: 12px;
	padding: 25px 0 10px 10px;
	margin: 15px 0 0 0 !important;
}
.footer-keywords a { font-size: 10px; color: #333; }
.footer-keywords a:hover { font-size: 10px; color: #333; text-decoration: none; }
.footer-contacts { line-height: 25px; }
.footer a, .footer a:hover, .footer a:active, .footer a:visited { color: #333; text-decoration: none; }

.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#333; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#333; }

