

.smallportfolioshortcode {
    height: 100%;
}

.collegs_baner a img{
	height: 120px;
}

.social a i{
	font-size: 2em;
}

.footerwidgetarea {
    background-color: #ccc;
}

.blogpost-newsevents {
    background-color: #e5e5e5;
    color: #555555;
}

ul.footerblog_post li {
    border-bottom: 1px solid #ccc;
}

.footerwidget {
    background-color: #FFF;
	border-bottom: 1px solid #45A9B7;
    border-radius: 5px;
    height: 536px;
    }

.flickrwrap {
    background-color: #FFFFFF;
}

.bottom_info {
	padding-top: 20px;
}
ul.flickrhere li img {
    border-radius: 5px;
}

.carousel-inner .item{
    background: #333;    
    text-align: center;
    max-height: 550px !important;
    -webkit-transition: 0.5s ease-in-out left !important;
    -moz-transition: 0.5s ease-in-out left !important;
    -o-transition: 0.5s ease-in-out left !important;
    transition: 0.5s ease-in-out left !important;
}
.carousel-inner .item img{
    max-height: 550px !important;
    width: 100%;
}

.carousel{
    max-height: 550px !important;
    margin-top: 85px;
    margin-bottom: 0px;
    background-size: 100%;
	transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-animation: toRightFromLeft 0.9s forwards;
	-moz-animation: toRightFromLeft 0.9s forwards;
	animation: toRightFromLeft 0.9s forwards;
}
.carousel-control{
	cursor: pointer;
	color: white !important;
	background: none;
	transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
	opacity: 0;
}


.carousel-inner{
	 background-size: cover;
	background-repeat: no-repeat;
}

.btn-navbar {
	border: 1px solid gray;
	color: white;
}
.btn-navbar:hover {
	color: white;
	background-color: gray;
}

.nav-pills > li > a {
	    color: #CCC;
}

.nav-pills > li > a:hover {
	    color: white;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus {
    background-color: transparent;
}

.btn-navbar i {
    margin-left: 0;
}

.footerwidget {
    height: 100%;
}


.footerwidgetarea{
    -webkit-animation: toRightFromLeft 0.9s forwards;
	-moz-animation: toRightFromLeft 0.9s forwards;
	animation: toRightFromLeft 0.9s forwards;
}

.page-section {
    padding-top: 30px;
}


.footerblog_post > li > .blogpost-title {
	font-size: 16px;
}


.blogdetailinnerwrap > h3 {
    line-height: 25px;
}

.theblogpostbody {
    margin-top: 20px;
}


.padtop20
{
    padding-top: 30px !important;
}

.margintop20
{
    margin-top: 20px !important;
}

.marginbottom40
{
    margin-bottom: 40px !important;
}

.pagination ul {
    border: #45A9B7 solid 2px;
}

.pagination ul > li.active > span{
    background-color: #45A9B7;
    color: white;
    cursor: default;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus
{
    color: white;
    background-color: #45A9B7;
}

.pagination ul > li > a > span > i{
    height: 20px;
}


.clearwh
{
   min-height : calc(100vh - 518px);
}









@media (max-width: 768px){
h3.teamname {
    font-size: 18px;
}
}

@media (max-width: 980px) and (min-width: 768px){
h3.teamname {
    font-size: 14px;
}
}

@media (max-width: 1200px) and (min-width: 768px){

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 90%;
}
}

@media (max-width: 1200px){

.logo, .topmenusection {
	float: left;
    min-height: 1px;
    width: 100% !important;
}

.nav-pills > li:first-child {
    border-top: 3px solid #444444;
}

.nav-pills > li {
    border-top: 1px solid #2C2C2C;
    z-index: 2000;
}


.nav-pills > li > a {
    margin: 10px 0px 0px 0px;
}

.span9
{       width: 100%;
	float: left;
    min-height: 1px;
}

.btn-navbar {
    display: block;
}
#main_menu, #main_menu_sticky {
    width: 100%;
}
.nav-collapse, .nav-collapse.collapse
{
	    float: none;
    margin: 0 0 10px;
 overflow: hidden ;
 height: 0px ;
}


.nav-pills > li:first-child {
    border-top: 3px solid #444444
}

.nav-collapse .nav > li {
    float: none;
    }

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

}

@media (max-width: 700px){


}