/*@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v13/RFda8w1V0eDZheqfcyQ4EKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(https://fonts.gstatic.com/s/merriweather/v13/ZvcMqxEwPfh2qDWBPxn6nhAPw1J91axKNXP_-QX9CC8.woff) format('woff');
}*/
/*
 * Navigation Styles
 */

.box-count ul li {
    color: #dc4141;
    list-style-type: square;
    margin-left: 20px;
}


.edu-topnavigation {
	background: #0288d1;
	height: 42px;
	border-bottom: 1px solid #cccccc;
	position: relative;
	font-family: "Open Sans",sans-serif;
	padding-left: 5px;
}
.edu-topnavigation ul li {
    float: left;
    list-style-type: none;
}
.edu-topnavigation ul li a.mainmenu {
    color: #fff;
    display: block;    
    font-size: 14px;
    font-weight: 600;
    line-height: 38px;
    margin: 5px 0 0 0;
    padding: 0 16px;
    text-decoration: none;
    height:36px;
    line-height: 36px;
    background: #0288d1;
	border-top: 1px solid #0288d1;
	border-right: 1px solid #0288d1;
	border-left: 1px solid #0288d1;
    border-radius: 5px 5px 0 0;
}
.edu-topnavigation ul li:hover a.mainmenu {
	background: #1e6b94;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	height:37px;
}
.edu-topnavigation ul li a.menu {
	background: url("/images/menu-icon.png") no-repeat 0 0;
    height: 25px;
    margin: 10px 5px 8px;
    text-indent: -9999px;
    width: 25px;
    display: block;
}
.edu-topnavigation ul li .subnavigation {
    background: #1e6b94;
    display: none;
    height: 330px;
    left: 0px;
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 43px;
    z-index: 10000;
    box-shadow: 2px 3px 3px #cccccc;
}
.edu-topnavigation ul li.hover .subnavigation {display: block;}
.edu-topnavigation ul li .subnavigation .subnav-links {
	float: left;
	width: 150px;
	border-right: 1px solid #fff;
	height: 330px;
	background: #0c3a65;
}
.edu-topnavigation ul li .subnavigation .subnav-links ul li {
	display: block;
	list-style-type: none;
	float: none;
}
.edu-topnavigation ul li .subnavigation .subnav-links ul li a {
	background: #0c3a65;
	border-left: 4px solid #0c3a65;
	display: block;
	font-size: 14px;
    font-weight: 600;
    padding: 8px 0 8px 10px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    position: relative;
    word-wrap: break-word;
}
.edu-topnavigation ul li .subnavigation .subnav-links ul li:hover a, .edu-topnavigation ul li .subnavigation .subnav-links ul li.hover a, .edu-topnavigation ul li .subnavigation .subnav-links ul li a.active {
	border-left: 4px solid #ff5a0a;
	background: #1e6b94;
	left: 1px;
}
.edu-topnavigation ul li .subnavigation .subnav-articles{
	margin-left: 150px;
	padding: 10px 20px;
}
.edu-topnavigation ul li .subnavigation .subnav-linklists {
	position: absolute;
	padding: 8px 20px;
	left: 150px;
	top: 0;
	display: none;
	height: 314px;
	width: 810px;
}
.edu-topnavigation ul li .subnavigation .subnav-links ul li.hover .subnav-linklists {display: block;}
.edu-topnavigation ul li .subnavigation .subnav-articles ul li {
	float: left;
    list-style-type: none;
    margin: 0 10px;
    width: 180px;
}
.edu-topnavigation ul li .subnavigation .subnav-articles ul li a {text-decoration: none;}
.edu-topnavigation ul li .subnavigation .subnav-articles ul li span {display: block;}
.menu-article-title {
	font-size: 14px;
	color: #fff;
	padding: 10px 0 0 0;
}
.edu-topnavigation ul li .subnavigation .subnav-linklists ul li {
	list-style-type: none;
	display: block;
	float: none;
	padding: 0;
}
.edu-topnavigation ul li .subnavigation .subnav-linklists ul li a {
	font-size: 14px;
	color: #fff;	
	background: #1e6b94;
	border: 0 none;
	padding: 4px 0 4px 10px;
	display: inline-block;
}

.edu-topnavigation ul li:hover .subnavigation .subnav-linklists ul li a {
   border: 0 none;
   left: 0;
}

.more-submenu-content ul li.firstlevel {
    border-right: 1px solid #ccc;
    display: inline-block;
    width: 200px;
    float: left;
    height: 280px;
}
.more-submenu-content ul li ul {
    padding: 0 10px;
}
.more-submenu-content ul li ul li {
	float: none;
	list-style-type: none;
}
.more-submenu-content ul li ul li.header {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
}
.more-submenu-content ul li ul li a {
    color: #fff;
    font-size: 14px;
    padding: 3px 5px;
    display: inline-block;
}



/*** reset */
*
{
	margin:0;
	padding:0;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }



/** end reset **/
.leftpanel {
    float: left;
    width: 660px;
    margin-left: 10px;
    font-family: 'Open Sans', Arial, "Helvetica Neue",Helvetica,sans-serif;
}
.leftpanel-edu-heading {
    font-size: 26px;
    font-weight: 600;
    color: #31465c;
    padding-bottom: 10px;
    margin: 0;
}

.leftpanel-edu-clg-list
{
	margin:0;
	padding:0;
	list-style-type:none;
}
.leftpanel-edu-clg-list li 
{
	position:relative;
	background:#f7f9f9;
	border-radius:10px;
    box-shadow: 0 0 7px -1px #000;    
    margin: 25px 10px;
}
.leftpanel-edu-clg-list h2
{
	font-size:15px;
	height:52px;
	display:table-cell;
	vertical-align:middle
}
.leftpanel-edu-clg-list .edu-clg-name
{
	background:#eeeeee;
	padding:0 10px;
	border-radius:10px 10px 0 0;
	display: block;
}
.edu-clg-addr
{
	font-size:12px;
	color:#000;padding:0 10px 5px;background:#eeeeee;
}
.edu-clg-details 
{
	font-size:14px;
}
.edu-clg-facility
{
	margin:0 10px;
	padding:5px 0 10px;
	border-bottom: solid thin #cccccc;
}
.edu-clg-facility span
{
	font-weight:600;
}
.edu-clg-abt
{
	padding:5px 10px 10px;
}
.edu-clg-more
{
	    border-radius: 10px;
}
.edu-clg-more a
{
	float: right;
    padding: 5px 10px;
    font-size:12px;
    color:#0066cc;
    text-decoration: none;
}
.edu-clg-more a:hover
{
	text-decoration: underline;
}


.leftpanel-edu-clg-list li:hover .edu-clg-overlay
{
	display: block;
}
.edu-clg-pag
{
	float:right;
	margin: 10px 0;
}
.edu-clg-pag a
{
	color:#333333;
	font-size:16px;
	text-decoration: none;
	padding:0 10px;
}
.edu-clg-pag span.edu-clg-pag-selected
{
	color:#9e0001;
	font-weight:bold;
	padding:0 10px;
	font-size: 16px;
}
.edu-clg-pag a.edu-clg-pag-prev
{
	background: url(/images/prev-next.png) 0px 4px no-repeat;
    height: 17px;
    padding: 0 0 0 20px;
}
.edu-clg-pag a.edu-clg-pag-next
{
	background: url(/images/prev-next.png) right -19px no-repeat;
    height: 17px;
    padding: 0 20px 0 0;
}
/** start border color **/
.border-orange
{
	border-bottom:solid thin #ff5a0a;
}
.border-blue
{
	border-bottom:solid thin #0288d1;
}
.border-green
{
	border-bottom:solid thin #00af43;
}
.border-yellow
{
	border-bottom:solid thin #f6b436;
}
/** end border color **/
	
/** start box shadow color **/
.box-orange
{
	box-shadow:0px 5px 2px 0px #FF5A0A
}
.box-blue
{
	box-shadow:0px 5px 2px 0px #0288d1;
}
.box-green
{
	box-shadow:0px 5px 2px 0px #00af43
}
.box-yellow
{
	box-shadow:0px 5px 2px 0px #f6b436;
}
/** end box shadow color **/
	


.oi-add-block{padding:10px 0;background:#f5f5f5;text-align:center;min-height: 270px;display: block!important;margin-bottom:7px}

.oi-add-block:empty{border-bottom:0 none;border-top:0 none;padding:0;background:#fff;margin:0;height:0;}


.loading-ad {
    line-height: 255px;
    text-align: center;
}


.loading-dot {
    background-color: #90949c;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 2px;
    display: inline-block;
    opacity: 0.1;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -moz-animation: move 1s infinite linear;
    -webkit-animation: move 1s infinite linear;
    -o-animation: move 1s infinite linear;
    -ms-animation: move 1s infinite linear;
    animation: move 1s infinite linear;
}
.loading-dot:last-of-type {margin-right: 0;}
.loading-dot:nth-child(1) {
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    -ms-animation-delay: .2s;
    animation-delay: .2s;
}
.loading-dot:nth-child(2) {
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    -ms-animation-delay: .4s;
    animation-delay: .4s;
}
.loading-dot:nth-child(3) {
    -moz-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    animation-delay: .6s;
}

@-moz-keyframes move {
    0% {
        -moz-transform: scale(1.2);
        opacity: 0.1;
    }

    100% {
        -moz-transform: scale(0.7);
        opacity: 1;
    };
}
@-webkit-keyframes move {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 0.1;
    }

    100% {
        -webkit-transform: scale(0.7);
        opacity: 1;
    };
}
@-ms-keyframes move {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 0.1;
    }

    100% {
        -webkit-transform: scale(0.7);
        opacity: 1;
    };
}

@-o-keyframes move {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 0.1;
    }

    100% {
        -webkit-transform: scale(0.7);
        opacity: 1;
    };
}


