/*-----------------------------------------------------------------------------------
	Theme Name: WP-Education
	Theme URI: http://www.vuzzu.net
	Author: Vuzzu
	Author URI: http://www.vuzzu.net
	Description: Powerful widgetized wordpress education theme
	Version: 1.1
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: college, university, course, education;

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/* -----------------------------------------------------------------------------------

	1. General (body, positioning shorctucs, link, rounded, button/link styles)
	2. Font Face
	3. Header
	4. Container
	5. Sidebar
	6. Content
	7. Footer

	---PAGES---
	8. Homepage
	9. Single (Post page)
	10. Tiny scripts
-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/* 1. General
/*-----------------------------------------------------------------------------------*/

* { 
	/*font-family: 'RobotoRegular';
	font-size: 12px;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
}

body {
	background: #eaeaea;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 { font-size: 18px; font-weight:bold; color:#ff9600; } h2 { font-size: 16px; } h3 { font-size: 14px; } h4 { font-size: 12px; } h5 { font-size: 11px; } h6 { font-size: 10px; }

.hidden { 
	display: none; 
}


.display {
	display: block;
}

.alignleft { 
	float: left; 
}

.alignright { 
	float: right; 
}

.aligncenter {
	display: block;
    margin: 0 auto;
}

.grid_aligncenter {
	display: block;
    margin: 0 10px;
}

.aligncenter_text {
    text-align: center;
}

.no_margin {
	margin: 0 !important;
}

.no_border {
	border: 0 !important;
}

.warn_border {
	border-color: #a80202 !important;
}

.full_width {
	width: 100% !important;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
	font-size: 14px;
	text-decoration: none;
}

.rounded_1 {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.rounded_2 {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.top_rounded_2 {
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
}

.bottom_rounded_2 {
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;
}


/* General BUTTONS */

.main,.second,.third, .form-submit #submit {
	background-image: url(includes/images/button_bg2.png);
	background-repeat: repeat-x;
	background-position: top left;
	float: left;
	display: block;
	cursor: pointer;

	height: 22px;
	line-height: 23px;
	font-size: 11px !important;

	text-align: center;
	text-transform: uppercase;
	color: #fff;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
	border-style: solid;
	border-width: 1px;
}

.second { 
	background-color: #ad752c; 
	
	border: 1px solid #a36f2a; 
}

.second:hover {
	background-color: #ba8137;
}

.third { 
	background-color: #bdbdbd; 

	color: #656565; 

	border: 1px solid #b4b4b4; 
}

.third:hover {
	background-color: #c7c6c6;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.gallery-caption {
	font-size: 12px;
}



/*-----------------------------------------------------------------------------------*/
/* 2. Font Face
/*-----------------------------------------------------------------------------------*/

/* Roboto Font Face */

@font-face {
    font-family: 'RobotoRegular';
    src: url('includes/font/roboto/Roboto-Regular-webfont.eot');
    src: url('includes/font/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/font/roboto/Roboto-Regular-webfont.woff') format('woff'),
         url('includes/font/roboto/Roboto-Regular-webfont.ttf') format('truetype'),
         url('includes/font/roboto/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBold';
    src: url('includes/font/roboto/Roboto-Bold-webfont.eot');
    src: url('includes/font/roboto/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/font/roboto/Roboto-Bold-webfont.woff') format('woff'),
         url('includes/font/roboto/Roboto-Bold-webfont.ttf') format('truetype'),
         url('includes/font/roboto/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*-----------------------------------------------------------------------------------*/
/* 3. Header
/*-----------------------------------------------------------------------------------*/

.header {
	width: 100%;
	padding-bottom: 26px;
	z-index: 999; position: relative;
/*	padding-bottom: 47px; */
}

/*.header hr {
	position: absolute;
	
	width: 100%;
	height: 1px;	
	top: 70px;
}*/

.head_content {
	position: relative;
	
	z-index: 1;
	
	color: #fff;
}

.head_content a {
	font-size: 11px;
	color: #ffffff;

	text-transform: none;
}

.head_content a:hover {
	color: #d89b4b;
}


/* Header SOCIAL */

.head_content .head_social {
	padding-top: 0px; /* Shivaram from 10 px to 0px*/
	font-size: 11px;
	margin-bottom: 0px; /* shivaram modified bottom 26px and padding top from 20px to 10px */
	float:right;
}

.head_content .head_social span {
	padding: 5px 4px 0 0; /* top right bottom left */

	text-transform: uppercase;
}

.head_content .head_social span.langs {
	padding-top: 5px;
	padding-right: 0;
}

.head_content .head_social span.langs a {
	margin-left: 10px;

	text-transform: uppercase;
}

.head_content .head_social .box,
.head_content .head_social .box:hover { 
	/*background-image: url(includes/images/social_icon_bg.png);*/
	background-position: top left;
	background-repeat: repeat-x;
}

.head_content .head_social .box:hover { 
	/*background-color: #d89b4b; comment  by shivaram */
	/*background-color: #d89b4b;*/
}

.head_content .head_social .box {
	/*-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.15);*/

	margin-right: 5px;
}

.head_content .head_social .box a {
	display: block;

	width: 36px;
	height: 36px;
}

.head_content .head_social .box a.fb {
	background: url(includes/images/fb-icon.png) no-repeat; /*Modified by shivaram*/
/*	background: url(includes/images/ics.png) no-repeat 5px -91px; *//* Background-Positioning X, Y */
}

.head_content .head_social .box a.tw {
	background: url(includes/images/twitter-icon.png) no-repeat; /*Shivaram Added*/
	/*background: url(includes/images/ics.png) no-repeat 5px -113px;*/ /* Background-Positioning X, Y */
}

.head_content .head_social .box a.rss {
	background: url(includes/images/icon-instagram.png) no-repeat; /*Modified by shivaram*/
/*	background: url(includes/images/ics.png) no-repeat 5px -91px; *//* Background-Positioning X, Y */
}

.head_content .head_social .box a.gplus {
	background: url(includes/images/ics.png) no-repeat 4px -309px; /* Background-Positioning X, Y */
}

.head_content .head_social .box a.lin {
	background: url(includes/images/ics.png) no-repeat 4px -177px; /* Background-Positioning X, Y */
}

.head_content .head_social .box a.skype {
	background: url(includes/images/ics.png) no-repeat 4px -287px; /* Background-Positioning X, Y */
}

.head_content .head_social .box a.yt {
	background: url(includes/images/youtube-icon.png) no-repeat; /*Shivaram Addedd*/
	/*background: url(includes/images/ics.png) no-repeat 4px -350px; *//* Background-Positioning X, Y */
}

.head_content .head_social .box a.vimeo {
	background: url(includes/images/ics.png) no-repeat 4px -330px; /* Background-Positioning X, Y */
}

.head_content .head_social .box a.igram {
	background: url(includes/images/icon-instagram.png) no-repeat; /* Background-Positioning X, Y */
}

.head_content .head_social .box a.pin {
	background: url(includes/images/ics.png) no-repeat 4px -222px; /* Background-Positioning X, Y */
}

.head_content .head_social .box a.dribbble {
	background: url(includes/images/ics.png) no-repeat 4px -155px; /* Background-Positioning X, Y */
}

.head_content .head_social .box a.xing {
	background: url(includes/images/ics.png) no-repeat 4px -243px; /* Background-Positioning X, Y */
}

.head_content .head_social .box a.tumblr {
	background: url(includes/images/ics.png) no-repeat 4px -265px; /* Background-Positioning X, Y */
}

.head_content .head_social span.border {
	display: block;

	width: 1px;
	height: 21px;
	padding: 0;
	margin: 2px 8px; /* top-bottom right-left */
}


/* Header LOGO */

.head_content .head_logo {
	display: block;
    	float: left;
/*shivaram*/
	background-image:url(../../../wp-admin/images/SCCANGO-Logo.png); 
	background-repeat:no-repeat;

	margin: 0 auto;
    	padding: 28px 0; /* Shivaram modified from 30px to 10px*/
	width: 130px;
}

.head_content .head_logo.alignleft {
	float: left;
}

.head_content .head_logo a {
	display: block;

	margin-bottom: 6px;
	margin-right: 20px;
}

.head_content .head_logo a.aligncenter_text {
	text-align: center !important;
	margin-right: 0 !important;
}

.head_content .head_logo a.aligncenter_text img {
	float: auto !important;
}


.head_content .head_logo h1 {
	font-size: 24px;
	
	margin-top: 13px;

	text-transform: uppercase;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.26);
	color: #fff;
}

.head_content .head_logo h4 {
	font-size: 12px;
	
	margin-left: 7px;

	text-transform: lowercase;
}

.head_content .head_logo_ad {
	float: right;

	margin:0;
	margin-top: 37px;

	text-align: right;
}


/* Header TOP NAVIGATION */
.head_content .top_nav {
	font-size: 11px;
	display: none !important;
	padding-top: 26px;
	margin-bottom: 28px;
}

.head_content .top_nav ul li {
	float: left;
}

.head_content .top_nav ul li a {
	padding: 0 12px; /* top-bottom left-right */
}


.head_content .top_nav ul li:after {
	content: '•';
}

.head_content .top_nav ul li:last-child:after {
	content: '';
}

.head_content .topmenu_mobile {
	background: rgba(0,0,0,0.26) url(includes/images/topmenu_arrow.png) right 2px no-repeat;
	-moz-box-shadow:    inset 2px 2px 2px -1px rgba(0,0,0,0.40);
    -webkit-box-shadow: inset 2px 2px 2px -1px rgba(0,0,0,0.40);
    box-shadow:         inset 2px 2px 2px -1px rgba(0,0,0,0.40);

	font-size: 12px;
	line-height: 30px;
	padding-left: 12px;
	padding-right: 25px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 65px;
	display:none;
}

.head_content .topmenu_mobile select {
	width: 100%;
    position: absolute;
    z-index: 0;
    opacity : 0;
    border:0;
    top: 0;
    right: 0;
    color: #fff !important;
    height:30px;
    line-height: 30px;
}

.head_content .topmenu_mobile select option {
	font-size: 12px;
	padding: 8px 25px 8px 12px; /* top right bottom left */
	border: 0;
}


/* Header MAIN NAVIGATION */
.head_content .main_nav {
	background-image: url(includes/images/nav_bg.png);
	background-color: #fc853f;
	background-repeat: repeat-x;
	
	position: absolute;
	bottom: -47px;

	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
	border:  1px solid #e17637;
	border-bottom: 0 !important;
	z-index:99999;
}

.sf-menu ul {
	background-color: #fc853f !important;
	border:  1px solid #e17637 !important;
	
}

.sf-menu ul li a {
	background-color: #fc853f !important;
}


.head_content .main_nav > ul > li {
	float:left;
	border-right: 1px solid;
	/*border-color: #c98c3d; shivaram changed it to below*/
	border-color: #4a494e;
	
}

.head_content .main_nav > ul > li.current-menu-item, 
.head_content .main_nav > ul > li:hover {
	background-color: #fc853f;
	border-color: #e17637 !important;
	border-left: 1px solid;
	margin-left: -1px;
}

.head_content .main_nav > ul > li > a {
	display: block;
	font-size: 12px;
	height: 33px; /* Shivaram modified from 31px to 33px */
	padding:  11px; /* Shivaram modified from 15px to 12px */
	padding-bottom: 0;
	text-transform: uppercase;
	/*color: #775525; shivaram changed to below */
	color: #FFFFFF;
	
}

.head_content .main_nav > ul > li > a:hover {
/*	color: #775525;*/
color: #ffffff;
	background-color: #0392e5;
}

.head_content .main_nav > ul > li > ul li a:hover {
	color: #775525;
	/*background-image: url(includes/images/nav_bg.png);*/
}

.head_content .main_nav > ul >li > ul > li.current-menu-item, 
.head_content .main_nav > ul >li > ul > li:hover {
	background-color: #0392e5;
	border-color: #e17637 !important;
	/*border-left: 1px solid;*/
	border-left: 0px;
	margin-left: 0px;
}

.head_content .main_nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
	display: block;
	font-size: 12px;
	/* modified below line height from 31px to auto by laxman on 10-04-2014*/
	height: auto;
	/*height: 33px;*/ /* Shivaram modified from 31px to 33px */
	/*padding:  12px;*/ /* Shivaram modified from 15px to 12px */
	padding-bottom: 0;
	/*text-transform: uppercase;*/
	/*color: #775525; shivaram changed to below */
	color: #FFFFFF;
	width: auto;
}

.head_content .main_nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
    	color: #775525;
	/*background-image: url(includes/images/nav_bg.png);*/
}

.head_content .main_nav > ul > li > ul > li.current-menu-item > a,
.head_content .main_nav > ul > li > ul > li:hover > a {
	/*background-image: url(includes/images/nav_bg.png);*/
	background-position: bottom center;
	background-repeat: repeat-x;
	/*background-color:#0486d2;*/ /* Line added by shivaram to hover effect*/
	color: #775525;
}





.head_content .main_nav > ul > li.current-menu-item,
.head_content .main_nav > ul > li:hover {
	border-radius: 0;
}

.head_content .main_nav input.search {
	background: #fff url(includes/images/ics.png) no-repeat 165px 8px; /* Background-Positioning X, Y */
	float: right;

	width: 170px;
	height: 30px;

	font-size: 11px;
	line-height: 30px;
	padding: 0 10px; /* top-bottom right-left */
	margin: 8px 15px 8px 5px; /* top right bottom left */

	color: #a8a8a8;

	border: 0;
}

@media all and (min-width: 768px) and (max-width: 1024px) {

.head_content .mainmenu_mobile {
	display:block !important;
	overflow:hidden;
	background-image:url("includes/images/nav_bg.png");
	background-repeat:repeat-x;
/*	background-color: #d89b4b;*/
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
}

.head_content .mainmenu_mobile,
.head_content .mainmenu_mobile:hover {
	color: #fff !important;
}

.head_content .mainmenu_mobile span:first-child {
	font-size: 13px;
	margin-left: 20px;
}

.head_content .mainmenu_mobile span.alignright {
	display:block !important;
/*	background: url(includes/images/icon_menu.png) no-repeat center center;	*/

	width:40px;
/*	height:40px;*/
	margin-right: 10px;
}


}

.mobile_search {
	background: #e6e3e3;
	height: 39px;
	line-height: 39px;
/*	padding: 0 15px; */
	text-align: center;
	border-bottom: 1px solid #d8d8d8;
}

.mobile_search input {
	background: #fff url(includes/images/ics.png) no-repeat 98% 7px; /* Background-Positioning X, Y */
	
	width: 94%;
	height: 25px;
	line-height: 25px;
	
	color: #a8a8a8;
	padding-left: 10px;
	padding-right: 30px;
	margin-right: -5px;
	border: 0;
}

.mtphr-dnt-tick
{
	font-size: 11px;
}
/*-----------------------------------------------------------------------------------*/
/* 4. Container
/*-----------------------------------------------------------------------------------*/



.container {
/*	margin-top: 25px;*/
/*	margin-top:40px;*/ /*shivaram Added*/
	margin-top: 30px;
}

.container a.grey_nav {
	display: block;

	background-image: url(includes/images/button_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #c6c6c6;
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1);

	font-size: 11px;
	padding: 0 10px; /* top-bottom left-right */
	line-height: 20px;

	text-transform: uppercase;
	color: #fff;

	border: 1px solid #b4b4b4;
}

.container a.grey_nav:hover {
	background-color: #dddddd;
	border-color: #cecece;
	color: #a8a8a8;
}

/* Slider */

.container .slider {
	position: relative;

	height: 327px;
	margin-bottom: 15px;
	z-index: 0;
}

.container .slider img{
	max-width:100%; height:auto;
}

.container .slider.wide {
	position: relative;

	margin-bottom: 19px;
	z-index: 0;
}

.container .slider .caption {
	background: #000;
	position: absolute;
	overflow: hidden;

	width: 404px;
	height: auto;
	top: 112px;
	right: 10px;
	padding-left: 19px;
	opacity: 0.95;
	z-index: 2;
}

.container .slider.wide .caption {
	right: 30px;
}

.container .slider .caption .caption-content {
	width: 350px;
	font-size: 11px;
	margin-top: 18px;

	color: #6f6d6e;
}

.container .slider .caption .caption-content h1 a {
	font-family: 'RobotoBold';
	font-size: 18px !important;
	color: #d89b4b;
}

.container .slider .caption .arrows {
	background: #fff;
	opacity: 0.95;

	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;
}

.container .slider .caption .arrows a#prev {
	height: 54px;

	border-bottom: 1px solid #d8d8d8;
}
.container .slider .caption .arrows a {
	display: block;

	width: 33px;
	height: 55px;
}

.container .slider .caption .arrows a#prev {
	background: url(includes/images/slider_arrows.png) no-repeat left center; /* Background-Positioning X, Y */
}

.container .slider .caption .arrows a#next {
	background: url(includes/images/slider_arrows.png) no-repeat -33px center; /* Background-Positioning X, Y */
}

.container .slider .caption .arrows a#prev:hover {
	background: url(includes/images/slider_arrows.png) no-repeat -66px center; /* Background-Positioning X, Y */
}

.container .slider .caption .arrows a#next:hover {
	background: url(includes/images/slider_arrows.png) no-repeat right center; /* Background-Positioning X, Y */
}


/*Social Media Widget*/
div.widget_csmt_widget{
	background-color: transparent !important;
	border: 0 !important;
	padding: 0px !important;
	margin-top: 0px !important;
}
/*End social media widget*/
.widget{
	border: 1px solid #d4d4d4;
}
/* Widget */
.container .widget, .container .post {
	overflow: hidden;
	background-color: #fff;
	
	margin-bottom: 20px;
	
	color: #363535;
}

.container .widget h1 {
/*	color: #565656; Shivaram Modified */
color: #FFFFFF;
font-weight: 600;
text-shadow: 2px 2px 2px #474747;
background-image:url(includes/images/color-image-bg-1.png); 
background-repeat:repeat-x;
padding:8px 10px;
text-align:left;
}


/* Widget APPLY */

.container .widget.apply  {
	margin-bottom: 20px;
}

.container .widget.apply h1 {
	float: left;

 	font-size: 18px;
 	margin-right: 20px;

	color: #fff;
}

.container .widget.apply .description {
	background: rgba(0,0,0,0.25);

	font-size: 12px;
	line-height: 50px;
	padding: 0 25px 0 10px; /* top right bottom left */
	margin: 10px;

	color: #d89b4b;
}

.container .widget.apply .button_apply {
	background: rgba(0,0,0,0.45);
	display: block;

	font-size: 21px !important;
	line-height: 50px;
	margin: 10px 10px 10px 0; /* top right bottom left */
	padding: 0 50px;

	text-transform: uppercase;
	text-align: center;
	color: #fff !important;
}

.container .widget.apply.wide .description {
	width: 71%;
	padding: 0 10px; /* top-bottom right-left */
}


/* Widget TIP */

.container .widget.tip {
	background: #e2e2e2;
	padding: 0;
}

.container .widget.tip .description {
	font-size: 12px;
	padding: 14px;

	color: #565656;

	border-bottom: 1px solid #d0cecf;
}

.container .widget.tip .description h1 {
	background: #fff;

	font-size: 18px;
	line-height: 37px;
	padding: 0 10px; /* top-bottom right-left */	
	margin: 0 -2px 20px -2px; /* top right bottom left */
}

.container .widget.tip a {
	background: #e2e2e2;

	padding: 5px;
	margin: -14px 0 0 10px; /* top right bottom left */

	text-transform: uppercase;	
}

/* Widget CALENDAR */

.container .widget.widget_calendar {
	padding: 0;
}

.container .widget.widget_calendar caption {
	font-size: 18px;
	padding: 20px 0;

	text-align: center;
	color: #585555;
}

.container .widget.widget_calendar table {
	width: 100%;
}

.container .widget.widget_calendar table th {
	font-size:14px;
	line-height: 30px;
	
	text-transform: lowercase;
	text-align: center;
	border-top: 1px solid #efefef;
	border-right: 1px solid #efefef;
}

.container .widget.widget_calendar table th:last-child {
	border-right: 0;
}

.container .widget.widget_calendar table td {
	line-height: 25px;
	
	text-align: center;
	border-top: 1px solid #efefef;
	border-right: 1px solid #efefef;
	
	color: #7f7f7f;
}

.container .widget.widget_calendar table td#today {
	background: #f5f5f5;	
}

.container .widget.widget_calendar table td:last-child {
	border-right: 0;
}

.container .widget.widget_calendar table tfoot td {
	line-height: 30px;
}

/* Widget TAG */

.container .widget.widget_tag_cloud h1 {
	margin-bottom: 10px;
}

.container .widget.widget_tag_cloud .tagcloud a {
	display: block;
	background: #f4f4f4;
	float:left;
	
	font-size: 12px !important;
	line-height: 25px;
	padding: 0 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	
	color: #454242 !important;


	border: 1px solid #e1e1e1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.container .widget.widget_tag_cloud .tagcloud a:hover {
	color: #fff !important;
	border: 0;
	margin: 1px 11px 16px 1px; /* top right bottom left */
}

.container .widget.widget_calendar caption {
	font-size: 18px;
	padding: 20px 0;

	text-align: center;
	color: #585555;
}

.container .widget.widget_calendar table {
	width: 100%;
}

.container .widget.widget_calendar table th {
	font-size:14px;
	line-height: 30px;
	
	text-transform: lowercase;
	text-align: center;
	border-top: 1px solid #efefef;
	border-right: 1px solid #efefef;
}

.container .widget.widget_calendar table th:last-child {
	border-right: 0;
}

.container .widget.widget_calendar table td {
	line-height: 25px;
	
	text-align: center;
	border-top: 1px solid #efefef;
	border-right: 1px solid #efefef;
	
	color: #7f7f7f;
}

.container .widget.widget_calendar table td#today {
	background: #f5f5f5;	
}

.container .widget.widget_calendar table td:last-child {
	border-right: 0;
}

.container .widget.widget_calendar table tfoot td {
	line-height: 30px;
}


/* Widget POPULAR */

.container .widget.popular .tab-links {
	margin-left: -17px;
    margin-right: -17px;
    margin-top: -20px;
}

.container .widget.popular .tab-links a {
	display:block; float: left;

	font-size: 14px;
	line-height: 48px;
	padding: 0 30px;
	
	color: #565656;
	
	border-bottom: 1px solid #f2f2f2;
}

.container .widget.popular .tab-links a:first-child {
	border-right: 1px solid #f2f2f2;
}

.container .widget.popular .tab-links a:last-child {
	border-left: 1px solid #f2f2f2;
}

.container .widget.popular .tab-links a.active {
	border: 0;
}

.container .widget.popular > div ul li {
	padding: 10px 0;
	border-bottom: 1px solid #f2f2f2;
}

.container .widget.popular > div ul li a {
	color: #585555;
}

.container .widget.popular > div ul li a:first-child {
	float:left;
}

.container .widget.popular > div ul li a img {
	margin-right: 10px;
}

.container .widget.popular > div ul li:last-child {
	border: 0;
}


/* User */

.container .user_info {
	font-size: 12px;
	margin-bottom: 20px;
}

.container .user_info .profile {
	background: #fff;

	height: auto;
	padding: 6px;
	margin: 10px;
}

.container .user_info .profile img {
	float: left;

	margin-right: 13px;
}

.container .user_info .profile .info {
	width: 150px;
	line-height: 16px;
}

.container .user_info .profile .info h1 {
	font-size: 14px !important;

	font-family: 'RobotoBold';
	text-transform: uppercase;
}

.container .user_info .profile .info span {
	color: #373737;
}

.container .user_info .profile .info a {
	font-family: 'RobotoBold';
	color: #939393;
}

.container .user_info .profile a.view {
	display: block;
	
	width: 60px;
	font-size: 11px !important;
	line-height: 19px;

	text-align: center;
	color: #fff;
}

.container .user_info .profile a.view:last-child {
	margin-top: 10px;
}

.container .user_info .profile a.view:hover {
	background: #d3994d;

	color: #373737;
}

/* Schedule */

.container .user_info .schedule {
	background: #fff;

	width: 63%;
	padding: 10px;
	margin: 10px;
}

.container .user_info .schedule a.view {
	background: #d89e52;
	display: block;

	font-size: 14px;
	padding: 9px;
	padding-right: 18px;
	margin-right: 9px;

	font-family: 'RobotoBold';
	text-transform: uppercase;
	color: #fff;	
}

.container .user_info .schedule a.view img {
	margin-right: 13px;
}

.container .user_info .schedule .date {
	width: 74%;
}

.container .user_info .schedule .date .day {
	overflow: hidden;
	width: 100%;
	height: 19px;
	line-height: 19px;
	margin-bottom: 6px;

	color: #373737;
}

.container .user_info .schedule .date .day ol {
	height: 19px;
	overflow: hidden;
}

.container .user_info .schedule .date .day strong {
	color: #690a1a;
}

.container .user_info .schedule .date .day a {
	background: #c6c6c6;
	display: block;
	cursor: default;
	
	width: 85px;
	line-height: 19px;	
	margin-right: 11px;

	text-align: center;
	color: #373737;	
}


/*-----------------------------------------------------------------------------------*/
/* 5. Sidebar
/*-----------------------------------------------------------------------------------*/

/* Widget */

.sidebar .widget {
	padding:0px 0px;
	/*padding: 20px 17px;  Shivaram Modified*/
	border:1px #d4d4d4 solid;
}

.sidebar .widget input.field {
	width: 83%;
	padding-left: 10px;
	margin-left: 20px;

	border:0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.sidebar .widget .icon {
	background: #f4f4f4;

	width: 60px;
	height: 60px;
	line-height: 60px;

	text-align: center;
}


/* Widget SUBSCRIBE */

.sidebar .widget.subscribe {
	background-color: #d89b4b;
	overflow: hidden;
	padding: 0 !important;
	padding-bottom: 10px !important;
}

.sidebar .widget.subscribe h1 {
	height: 44px;
	font-size: 18px;
	line-height: 44px;
	padding-left: 10px;
	
	color: #815213;
 	
	border-bottom: 1px solid #e9a750;
}

.sidebar .widget.subscribe .description {
	font-size: 12px;
	padding: 13px 21px 13px 20px; /* top right bottom left */

	color: #363535;
}

.sidebar .widget.subscribe .description span {
	display: block;

	font-size: 12px;
	padding-bottom: 4px;

	text-transform: uppercase;
}

.sidebar .widget.subscribe input.field {
	background: #fff url(includes/images/ics.png) no-repeat 249px -16px; /* Background-Positioning X, Y */

	height: 27px;
	font-size: 11px;
	margin-bottom: 12px;
	
	color: #a8a8a8;
}

.sidebar .widget.subscribe input.second {
	padding: 0 17px; /* top-bottom left-right */
	margin: 0 0 10px 20px; /* top right bottom left */
}

.sidebar .widget.subscribe input.main {
	margin: 0 0 10px 5px; /* top right bottom left */
}

.sidebar .widget.subscribe h1 {
	overflow: hidden;

	height: 44px;
	font-size: 18px;
	line-height: 44px;
	padding-left: 10px;

	color: #815213;
 	
	border-bottom: 1px solid #e9a750;
}

.sidebar .widget.subscribe .description {
	font-size: 12px;
	padding: 13px 21px 13px 20px; /* top right bottom left */

	color: #363535;
}

.sidebar .widget.subscribe .description span {
	display: block;

	font-size: 12px;	
	padding-bottom: 4px;

	text-transform: uppercase;
}

.sidebar .widget.subscribe input.field {
	background: #fff url(includes/images/ics.png) no-repeat 235px -16px; /* Background-Positioning X, Y */

	height: 27px;
	font-size: 11px;
	margin-bottom: 13px;

	color: #a8a8a8;
}


/* Widget PATH */

.sidebar .widget.path {
	padding: 21px 10px 18px; /* top right-left bottom */

	text-align: center;
}

.sidebar .widget.path span {
 	padding: 0 9px; /* top-bottom left-right */
}

.sidebar .widget.path a {
	text-transform: uppercase;
 	color: #fff;
}

.sidebar .widget.path .current { 
	color: #d89b4b; 
}


/* Widget SIDE_NAV, CATEGORIES */

.sidebar .widget.side_nav, 
.sidebar .widget.widget_categories,
.sidebar .widget.hardcoded_contact {
	background: #fff;
	
	padding: 0;
	padding-bottom: 2px;
}

.sidebar .widget.side_nav h1,
.sidebar .widget.widget_categories h1,
.sidebar .widget.hardcoded_contact h1 {
	font-size: 18px;
	padding: 16px 0 16px 17px; /* top right bottom left */

	color: #565656;

	border-bottom: 1px solid #f2f2f2;
}

.sidebar .widget.side_nav ul,
.sidebar .widget.widget_categories ul {
	margin-left: 15px;
}

.sidebar .widget.side_nav ul li ul,
.sidebar .widget.widget_categories ul li ul {
	margin-left: 9px;
}

.sidebar .widget.side_nav ul li,
.sidebar .widget.widget_categories ul li {
	float: left;

	width: 270px;
	line-height: 36px;

	border-bottom: 1px solid #f2f2f2;
}

.sidebar .widget.side_nav ul li:last-child,
.sidebar .widget.widget_categories ul li:last-child {
	border: 0;
}

.sidebar .widget.side_nav ul li ul li:first-child,
.sidebar .widget.widget_categories ul li ul li:first-child {
	border-top: 1px solid #f2f2f2;
}

.sidebar .widget.side_nav ul li a,
.sidebar .widget.widget_categories ul li a {
	color: #454242;
}

.sidebar .widget.side_nav ul li ul li a,
.sidebar .widget.widget_categories ul li ul li a {
 	color: #848484;
}



/* Widget Why us */

.sidebar .widget.apply {
	padding: 14px 10px 11px 10px; /* top right bottom left */
}

.sidebar .widget.apply h1 {
	float: none;
	height: 33px;

 	font-size: 18px;
	margin-left: 10px;

	color: #fff;	
}

.sidebar .widget.apply .description {
	background: rgba(0,0,0,0.25);

	line-height: 18px;
	padding: 13px 17px 1px 10px; /* top right bottom left */
	margin: 0;

	color: #fff;	
}

.sidebar .widget.apply ul {
	margin-top: 9px;
}

.sidebar .widget.apply ul li {
	font-size: 11px;
	line-height: 21px;

	color: #d89b4b;

	border-top-width: 1px;
	border-top-style: dotted;
}

.sidebar .widget.apply ul li:last-child {
	margin-bottom: 10px;

	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.sidebar .widget.apply ul li:before {
	content: '• ';
}

.sidebar .widget.apply .button_apply {
	background: rgba(0,0,0,0.45);
	display: block;

	font-size: 21px;
	line-height: 70px;
	margin: 0;

	text-transform: uppercase;
	text-align: center;		
	color: #fff;
}

/* Widget LOGIN */

.sidebar .widget.login {
	overflow: visible;
	background: #fff;

	padding: 0 !important;
	margin-top: 66px;
}

.sidebar .widget.login.home2 {
	margin-top: 56px;
}

.sidebar .widget.login .description {
	font-size: 12px;
	padding: 13px 21px 3px 20px; /* top right bottom left */

	color: #363535;
}

.sidebar .widget.login span {
	font-size: 11px;
	margin-left: 20px;

	font-family: 'RobotoBold';
}

.sidebar .widget.login input.field {
	height: 27px;
	font-size: 11px;
	margin-bottom: 12px;

	color: #a8a8a8;
}

.sidebar .widget.login .main {
	margin: 0 13px 16px 20px; /* top right bottom left */
}

.sidebar .widget.login .main,
.sidebar .widget.login .second {
	padding: 0 6px;

	font-size: 11px !important;
	color: #fff;
}

.sidebar .widget.login input.user {
	background: #f4f4f4 url(includes/images/ics.png) no-repeat 95% -40px; /* Background-Positioning X, Y */

	margin-bottom: 3px;
}

.sidebar .widget.login input.pass {
	background: #f4f4f4 url(includes/images/ics.png) no-repeat 95% -65px; /* Background-Positioning X, Y */
}

.sidebar .widget.login a.tab_link {
	display: block;
	float: left;

	height: 56px;
	line-height: 56px;
	padding: 0 35px; /* top-bottom left-right */
	margin-top: -46px;

	color: #565656;	
}

.sidebar .widget.login a.tab_link.active {
	background: #fff;

	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	
	-moz-box-shadow: 11px 0px 10px -7px rgba(220,220,220,1);
	-webkit-box-shadow: 11px 0px 10px -7px rgba(220,220,220,1);
	box-shadow: 11px 0px 10px -7px rgba(220,220,220,1);

	font-size: 18px !important;
}

.sidebar .widget.login div.user {
	margin: 21px 0 16px 16px; /* top right bottom left */
}

.sidebar .widget.login div.user img {
	margin-right: 13px;
}

.sidebar .widget.login div.user h1 {
	font-size: 14px;
	line-height: 14px;
	padding-top: 10px;

	font-family: 'RobotoBold';
}

.sidebar .widget.login div.user h2 {
	color: #d89b4b;
}

.sidebar .widget.login .nav {
	margin: 0 15px 12px 15px; /* top right bottom left */
}

.sidebar .widget.login .nav li {
	height: 35px;
	line-height: 35px;

	border-top: 1px solid #f2f2f2;
}

.sidebar .widget.login .nav li:last-child {
	border-bottom: 1px solid #f2f2f2;
}

.sidebar .widget.login .nav li a {
	margin-left: 30px;

	color: #454242;
}

.sidebar .widget.login .nav li.logout a {
	margin-left: 5px;

	text-transform: uppercase;
	color: #d89b4b;
}

.sidebar .widget.login .nav li.user {
	background: url(includes/images/icon_user.png) no-repeat 0px 0px; /* Background-Positioning X, Y */
}

.sidebar .widget.login .nav li.settings {
	background: url(includes/images/icon_user.png) no-repeat 0px -35px; /* Background-Positioning X, Y */
}

.sidebar .widget.login .nav li.schedule {
	background: url(includes/images/icon_user.png) no-repeat 0px -70px; /* Background-Positioning X, Y */
}

.sidebar .widget.login .nav li.newarticle {
	background: url(includes/images/icon_user.png) no-repeat 0px -105px; /* Background-Positioning X, Y */
}


/* Widget INFOLINK */

.sidebar .widget.infolink {
	background: #fff;

	padding: 10px;
}

.sidebar .widget.infolink .icon {
	margin-right: 16px;
}

.sidebar .widget.infolink h1 {
	font-size: 18px;

	color: #565656;
}

.sidebar .widget.infolink .description {
	color: #565656;
}


/* Widget SUBSCRIBED_POSTS */

.sidebar .widget.subscribed_posts {
	background: #fff;

	padding: 0;
}

.sidebar .widget.subscribed_posts h1 {
	font-size: 18px;
	line-height: 55px;
	padding: 0 20px; /* top-bottom left-right */

	color: #565656;

	border-bottom: 1px solid #f2f2f2;
}

.sidebar .widget.subscribed_posts ul {
	padding: 0 18px 13px 18px; /* top right bottom left */
}

.sidebar .widget.subscribed_posts ul li {
	line-height: 35px;

	border-bottom: 1px solid #f2f2f2;
}

.sidebar .widget.subscribed_posts ul li:last-child {
	border: 0;
}

.sidebar .widget.subscribed_posts ul li a {
	color: #454242;
}

.sidebar .widget.subscribed_posts ul li a.delete {
	background: url(includes/images/subscribe_delete.png) no-repeat left center; /* Background-Positioning X, Y */
	display: block;
	float: right;

	width: 43px;
	height: 35px;
}

.sidebar .widget.subscribed_posts ul li a.delete:hover {
	background: url(includes/images/subscribe_delete.png) no-repeat right center; /* Background-Positioning X, Y */
}


/* Widget FILEBOX */

.sidebar .widget.filebox {
	background: #fff;

	padding: 15px 20px 20px 18px; /* top right bottom left */
}

.sidebar .widget.filebox h1 {
	height: 35px;
	font-size: 18px;

	color: #565656;

	border-bottom: 1px solid #f2f2f2;
}

.sidebar .widget.filebox li {
	line-height: 35px;

	border-bottom: 1px solid #f2f2f2;
}

.sidebar .widget.filebox li.folder {
	font-size: 14px;

	font-family: 'RobotoBold';
	text-transform: uppercase;
}

.sidebar .widget.filebox li.file a {
	font-size: 12px;

	color: #454242;
}

.sidebar .widget.filebox li.file {
	background: url(includes/images/icon_files.png) no-repeat;

	padding-left: 30px;
}

.sidebar .widget.filebox li.file.office {
	background-position: top left; /* Background-Positioning X, Y */
}

.sidebar .widget.filebox li.file.media {
	background-position: center left; /* Background-Positioning X, Y */
}

.sidebar .widget.filebox li.file.text {
	background-position: bottom left; /* Background-Positioning X, Y */
}


.sidebar .widget.filebox ul li a.delete {
	background: url(includes/images/subscribe_delete.png) no-repeat left center; /* Background-Positioning X, Y */
	display: block;
	float: right;

	width: 43px;
	height: 35px;
}

.sidebar .widget.filebox ul li a.delete:hover {
	background: url(includes/images/subscribe_delete.png) no-repeat right center; /* Background-Positioning X, Y */
}


/* Widget HARDCODED CONTACT */
.sidebar .widget.hardcoded_contact .information {
	border-bottom: 1px solid #f4f4f4;
	
	padding: 30px;
	padding-bottom: 0;
}

.sidebar .widget.hardcoded_contact .information:last-of-type {
	border: 0;
}

.sidebar .widget.hardcoded_contact .information span {
	background-image: url(includes/images/ct-icons.png);
	background-repeat: no-repeat;
	display: block;

	width: 27px;
	height: 27px;
	
	margin-right: 20px;
	margin-bottom: 30px;
}

.sidebar .widget.hardcoded_contact .information span.address {
	background-position: 0 -27px;
}

.sidebar .widget.hardcoded_contact .information span.email {
	background-position: 0 -54px;
}

.sidebar .widget.hardcoded_contact .information span.staff {
	background-position: 0 -81px;
}

.sidebar .widget.hardcoded_contact .information label {
	font-family: 'RobotoBold';
}

.sidebar .widget.hardcoded_contact .information p {
	color: #7b7b7b;
}


aside {
    width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/* 6. Content
/*-----------------------------------------------------------------------------------*/

.content {
/*	Below line modified by laxman on 09-04-2014*/
/*	width: 640px;*/
	width: 69%;
	font-size: 12px;
/*	margin-left:20px;*/ /*Added by shivaram*/
	color: #565656;
	line-height: 1.5em;
}

.content.full { 
	width: 100% !important; 
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6{
	line-height: 1.5em;
}

.content h1 {
	color: #565656;
}
.content h1 a{
	font-size: inherit;
}
.content > .gridholder {
	margin: 0;
}

.content > .gridholder.grid_8 {
	width: 640px;
}

.content > .gridholder.grid_12 {
	width: 960px; /* shivaram modified form 960 to auto */
}

.content h1.title, .container aside .sidebar h1.title {
	font-size: 16px; /* changed from 18 to 16*/
	line-height: 40px; /* changed from 60 to 40*/
	padding: 0 18px; /* top-bottom left-right */
	color: #FFFFFF;
	/*color: #161616; shivaram */
	background-image:url(includes/images/inner-content-bg.png);
	text-shadow: 2px 2px 2px #474747;
	background-repeat:repeat-x;
	background-color:#ff5f5f; /*Lince added by shivaram*/
	border-bottom: 1px solid #f2f2f2;
}

.content h2.title {
	font-size: 18px;
	line-height: 44px;
	padding: 0 18px; /* top-bottom left-right */

	border-bottom: 1px solid #f2f2f2;
}

/* Content HOME BOTTOM WIDGET FEED */
.content .home-bottom > h1 {
	font-size: 18px;
	line-height: 44px;
	padding: 0 18px; /* top-bottom left-right */
	border-bottom: 1px solid #f2f2f2;
	color:#ffffff;/* inc this line all bottom lines added by shivaram*/
	background-color:#ff5f5f;
	background-image: url("includes/images/color-image-bg-2.png");
    background-repeat: repeat-x;
	
	font-weight:normal;
}

.content .home-bottom > div:not(.dcsnt) {
	padding: 16px;
/*	border:1px #d4d4d4 solid; added by shivaram*/
	line-height:22px;
}

.content .home-bottom > div > p
{
	padding-top:5px;
}



.content .home-bottom {
	margin: 0 0 10px;
}

/* Content FEED */

.content .feed {
	background: #fff;

	padding-bottom: 19px;
}

.content .feed h2 {
	margin-bottom: 6px;

	color: #565656;
}

.content .feed .post,
.content .feed .event {
	padding: 14px 0px; /* top-bottom left-right */
	margin: 0 16px 0 20px; /* top right bottom left */

	border-bottom: 1px dotted #c5c5c5;
}
/* post */
.content .feed .post img {
	float: left;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.content .feed .post .info span {
	display: block;

	font-size: 11px;
	margin-top: 8px;

	font-family: 'RobotoBold';
	color: #808080;
}

.content .feed .post .info span.date {
	margin-left: 12px;
}

.content .feed .post .info span.comments {
	background: url(includes/images/icon_comment.png) no-repeat right center; /* Background-Positioning X, Y */
	
	font-size: 11px;	
	padding-right: 16px;

	font-family: 'RobotoBold';
}

.content .feed .post a.title {
	display: block;

	width: 65%;
	margin: 5px 0 0 13px; /* top right bottom left */

	font-family: 'RobotoBold';
}

/* event */
.content .feed .event:last-of-type {
	border-bottom: 0;
}
.content .feed .event .date {
	background: #e2e2e2;

	width: 71px;
	height: 71px;
	margin-right: 19px;
	
	font-family: 'RobotoBold';
	text-align: center;
	color: #808080;	
}

.content .feed .event .date span {
	display: block;

	font-size: 36px;
	line-height: 32px;
	padding-top: 15px;

	font-family: 'RobotoBold';
}


.content .feed .event .info {
	width: 65%;
}

.content .feed .event .info a.title {
	width: 100%;
	font-size: 15px;
	margin-top: 14px;

	font-family: 'RobotoBold';
	color: #666666 !important;
}

.content .feed .event .info span.place {
	width: 100%;
	font-size: 12px;

	font-family: 'RobotoBold';
	color: #666666;
}

.content .feed .event .info span.place span {
	text-transform: uppercase;
	font-family: 'RobotoBold';
}


/* Content Post */
.content .post, .sticky {
	background: #fff;
	border:#d4d4d4 1px solid;
}
.post_block {
	background: #fff;
	height:220px;
	padding-right:1.25em;
}

.content .post .post-head {
	background: url(includes/images/post_head_pattern.png) repeat;
	overflow:hidden;
	position: relative;

	min-height: 80px;
}

.content .post .post-head .bypostauthor {
	background: #fff;
	position: absolute;

	width: 50%;
	bottom: 10px;
	right: 10px;
	opacity: 0.9;
}

.content .post .post-head .bypostauthor .info {
	width: 100%
}

.content .post .post-head .bypostauthor .info img {
	margin: 6px;
	margin-right: 11px;
}

.content .post .post-head .info h1 {
	font-size: 14px !important;
	line-height: 13px;
	margin-top: 18px;

	font-family: 'RobotoBold';
	text-transform: uppercase;
}

.content .post .post-head h2 {
	font-size: 12px !important;

	color: #373737;
}

.content .post .post-head .social {
	width: 60px;
	height: 62px;
	font-size: 11px;

	border-left: 1px solid #c8c7c7;
}

.content .post .post-head .social a:nth-of-type(3) {
	border: 0;
}

.content .post .post-head .social a {
	display: block;

	line-height: 20px;
	padding-left: 7px;

	color: #373737;

	border-bottom: 1px solid #c8c7c7;
}

.content .post .post-content {
	overflow: hidden;
	padding: 20px;
	color: #4f4f4f;
	border: #d4d4d4 1px solid; /* Shivaram Added*/
/*	color: #565656; shivaram */
}

.content .post .post-content p {
	margin-bottom: 10px !important;

}

.content .post .post-content p:last-of-type {
	padding-bottom: 0;
}

.content .post .post-content .blockquote {
	background: url(includes/images/blockqstart.png) no-repeat top left; /* Background-Positioning X, Y */

	padding-left: 31px;
	margin-left: 27px;
}

.content .post .post-content .blockquote .blockquote-content {
	background: url(includes/images/blockqend.png) no-repeat bottom right; /* Background-Positioning X, Y */

	padding-right: 35px;
	margin-right: 21px;
}

.content .post .post-content .blockquote .author {
	margin-right: 55px;

	color: #ad752c;
	
	text-transform: uppercase;
	font-family: 'RobotoBold';
}

.content .post .post-footer {
	background: #e2e2e2;

	padding-left: 18px;

	color: #5c5c5c;
}

.content .post .post-footer > span,
.content .post .post-footer > strong {
	padding-top: 11px;
}

.content .post .post-footer strong {
	margin: 0 5px;
}

.content .post .post-footer .main {
	padding: 0 7px; /* top-bottom left-right */
	margin: 8px 10px; /* top-bottom left-right */
	line-height: 23px;
}

.content .post .post-footer .shares {
	padding-top: 7px;
}

.content .post .post-footer .shares .twitter-share-button {
	width: 95px !important;
}

.content .post .post-footer .shares #___plusone_0 { width:85px !important; }
.content .post .post-footer .shares .V1 { margin: 0 !important; }
.content .post .post-footer .shares span.IN-widget span:nth-child(2) { margin-bottom: -3px !important; }

.content .post .contact-page .half {
	width: 46%;
	margin-right: 20px;
}

.content .post .contact-page .half input {
	width: 93% !important;
}


/* Content NEW COMMENT */

.content .new_comment {
	background: #fff;

	padding-bottom: 14px;
	margin-top: 20px;
}

.content .new_comment h3#reply-title {
	border-bottom: 1px solid #F2F2F2;
    color: #161616;
    font-size: 18px;
    line-height: 60px;
    padding: 0 18px
}

.content .new_comment form {
	position: relative;
	padding: 19px;
}

.content .new_comment form .comment-notes {
	margin-bottom: 10px;

	color: #565656;	
}

.content .new_comment form .inputs {
	width: 180px;
	margin-right: 20px;
}

.content .new_comment form .comment-form-author label,
.content .new_comment form .comment-form-email label,
.content .new_comment form .comment-form-url label {
	margin-bottom: 3px;

	font-family: 'RobotoBold';
}

.content .new_comment form .comment-form-author input,
.content .new_comment form .comment-form-email input,
.content .new_comment form .comment-form-url input {
	background: #f4f4f4;

	width: 155px;
	padding: 8px 10px;
	margin-bottom: 5px;

	color: #686868;	

	border: 1px solid #e2e2e2;
}

.content .new_comment form .comment-form-comment {
	float:left;

	width: 65%;
}

.content .new_comment form .comment-form-comment label {
	margin-bottom: 3px;

	font-family: 'RobotoBold';
}

.content .new_comment form .comment-form-comment textarea {
	background: #f4f4f4;

	width: 95%;
	height: 115px;
	padding: 10px;
	margin-bottom: 8px;

	color: #686868;

	border: 1px solid #e2e2e2;	
}

.content .new_comment form .form-submit input {
	background-image: url(includes/images/button_bg3.png) !important;
	
	height: 29px !important;
	line-height: 29px !important;
	padding: 0 19px !important;
	margin-right: 10px !important;
	
	font-family: 'RobotoBold';
}

.content .new_comment form .form-allowed-tags {
	margin-bottom: 15px;
}


/* Content COMMENTS */

.content .comments {
	background: #fff;

	margin-top: 20px;	
}

.content .comments .comment {
	width: 100%;
}

.content .comments .comment span.title {
	color: #aa752f;
}

.content .comments .comment span.title strong {
	text-transform: uppercase;
}

.content .comments .comment.even {
	background: #f9f9f9;
}

.content .comments .block-pagination {
	background: #e2e2e2;

	height: 20px;
	padding: 7px;
}

.content .comments .block-pagination span {
	line-height: 21px;
}

.content .comments .block-pagination a {
	margin: 0;
}

.content .comments .comment.odd {
	background: #fff;
}

.content .comments .comment img {
	margin: 20px 25px; /* top-bottom left-right */
}

.content .comments .comment .comment-content {
	width: 76%;
	padding: 17px 20px 22px 0; /* top right bottom left */
}

.content .comments .comment .links,
.content .comments .comment .links a {
	font-size: 11px;

	font-family: 'RobotoBold';
	text-align: right;
	color: #565656;
}

.content .comments .comment .links a {
	text-transform: uppercase;
}

.content .comments .comment .description {
	width: 100%;
	margin-top: 5px;

	color: #565656;
}

/* REPLY Comment style */

.content .comments .comment.reply .comment-content {
	width: 60%;
}

.content .comments .comment.reply img {
	margin-left: 120px;
}


/* Content Posts */
.content .posts {
	background: #fff;
}

.content .posts .items {
	padding: 20px;
}

/* Content Gallery albums */

.content .gallery_folder {
	background: #fff;

	margin-bottom: 20px;
}

.content .gallery_folder .info {
	height: 37px;
	line-height: 37px;
	padding: 0 18px;

	border-bottom: 1px solid #f2f2f2;
}

.content .gallery_folder .info span.folder {
	background: url(includes/images/folder_icon.png) left 11px no-repeat;

	padding-left: 25px;
	
	font-family: 'RobotoBold';
}

.content .gallery_folder .info span.folder a {
	font-size: 12px;
	
	font-family: 'RobotoBold';
	color: #808080;
}

.content .gallery_folder .info span.counter {
	font-size: 12px;
	
	font-family: 'RobotoBold';
}

.content .gallery_folder a.album_name {
	display: block;

	padding: 10px 20px;
	font-size: 16px !important;

	color: #161616;
}

.content .back_albums,
.content .filter_books {
	background: #fff;

	margin-bottom: 20px;
}

.content .back_albums a {
	margin: 0 13px;
	line-height: 40px;

	text-transform: uppercase;
	color: #565656;
}

.content .filter_books a {
	margin-right: 13px;
	line-height: 40px;

	text-transform: uppercase;
	color: #565656;
}

.content .back_albums h1.single-template,
.content .filter_books h1.single-template {
	display: inline;
	padding-left: 18px;
	line-height: 40px;

	color: #161616;
}

.content .back_albums span.counter {
	margin: 11px 13px;
	
	text-transform: uppercase;
}

.content .album_image {
	margin-bottom: 20px;
}

/* POST BLOCKS */

.post_block {
	background: #ffffff;
	margin-bottom: 10px;
}

.post_block .block .info {
	height: 24px;
	font-size: 11px;
	padding: 2px 20px 2px 20px; /* top right bottom left */

	font-family: 'RobotoBold';
	color: #808080;	

	border-bottom: 1px solid #f2f2f2;
}

.info{
	font-weight:bold;
	color:#fa3535 !important;
}

.post_block .block .block-content {
	padding: 10px 20px; /* top-bottom left-right */
}

.post_block .block .block-content h1 {
	font-size: 16px;
	line-height: 19px;

	color: #635cc2;
}

.post_block .block .block-content .description {
	margin-top: 12px;

	color: #565656;
}

/* Pagination */

.content .block-pagination {
	background: #eaeaea;

	width: 98%;
	min-height: 20px;
	margin: 0;
	padding: 7px;
}

.content .block-pagination a {
	display: block;
	background-color: #eaeaea;
	padding: 5px 8px;
	margin-right: 4px;
	font-size: 16px;
	
	color: #757575;

	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1);
	-webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.1);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	border-style: solid;
	border-width: 1px;
	border-color: #d0cece;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.content .block-pagination a:hover,
.content .block-pagination a.active {
	color: #fff;
	background: #1D7AF3;
	border: 1px solid #164480;
}

.content .block-pagination .by_number a {
	padding: 0 7px;
}

.content .block-pagination .by_arrows a:first-child {
	float: left;
}

.content .block-pagination .by_arrows a:last-child {
	float: right;
}

/* Content TABLE */

.table h1.title {
	background: #c6c6c6;

	font-size: 24px;
	line-height: 69px;
	padding-left: 26px;

	text-transform: uppercase;
	color: #fff;	
}

.table h1.title a {
	margin-top: 23px;
	margin-right: 23px;
}

.table thead td {
	line-height: 60px;
	
	font-family: 'RobotoBold';
	text-transform: uppercase;
	color: #a1a1a1;
}

.table thead td.nr { width: 60px; }
.table thead td.lecture { width: 280px; }
.table thead td.prof { width: 220px; }
.table thead td.time { width: 145px; }
.table thead td.hall { width: 130px; }

.table td {
	background: #fff;

	font-size: 12px;
	line-height: 35px;
	padding-left: 20px;
	
	color: #a1a1a1;

	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}


/* Calendar */

.table .nav {
	background: #fff;

	font-size: 18px;
	padding: 30px;
	
	font-family: 'RobotoRegular';
	text-align: center;
	color: #afafaf;
	
	border-bottom: 1px solid #f2f2f2;
}

.table .nav strong {
	font-size: 18px;
}

.table thead td.monday,
.table thead td.tuesday,
.table thead td.wednesday,
.table thead td.thursday,
.table thead td.friday,
.table thead td.saturday {
	width: 155px;
	font-size: 16px;
	padding: 0;

	text-transform: uppercase;
	text-align: center;
}

.table tbody td.crow {
	background: #fff url(includes/images/crow_bg.png) repeat top left; /* Background-Positioning X, Y */

	padding-left: 12px;	
}

.table .crow .lecture {
	background: #f4f4f4;

	width: 100%;
	margin: 12px 0 21px 0; /* top right bottom left */
	
	border: 1px solid #dadcdc;
}

.table .crow .lecture p.time {
	font-size: 11px;
	line-height: 22px;

	font-family: 'RobotoBold';
	text-align: center;

	border-bottom: 1px solid #dadcdc;
}

.table .crow .lecture p.lect {
	overflow: hidden;
	line-height: 15px;
	padding: 20px 15px 20px 10px; /* top right bottom left */

	border-bottom: 1px solid #dadcdc;
}

.table .crow .lecture p.hall {
	line-height: 27px;
	padding: 0 15px 0 10px; /* top right bottom left */

	font-family: 'RobotoBold';
	color: #525252;
}
.table .crow .lecture p.group {
	background: #d89e52;

	line-height: 23px;
	padding: 0 15px 0 10px; /* top right bottom left */
	margin: -1px;

	font-family: 'RobotoBold';
	color: #fff;
}

.table .crow .lecture p.edit {
	height: 17px;
	padding: 5px;
	
	color: #690a1a;

	border-top: 1px solid #dadcdc;
}

.table .crow .lecture p.edit a {
	font-size: 11px !important;
	height: 17px;
	line-height: 19px;
	padding: 0 10px;
	margin: 3px;
}

/* Content WALL */

.content .wall {
	background: #fff;
}

.content .wall h1 {
	margin-bottom: 10px;

	color: #565656;
}

.content .wall .post {
	height: 75px;
	padding: 20px;
	padding-top: 10px;
}

.content .wall .post .intro {
	background: #f4f4f4;

	width: 195px;
	height: 75px;
	font-size: 10px;
	line-height: 13px;
	margin-right: 14px;
	
	font-family: 'RobotoBold';
	color: #808080;
}

.content .wall .post .intro img {
	margin-right: 8px;
}

.content .wall .post .intro p {
	margin: 7px 0 5px 0; /* top right bottom left */

	color: #690a1a;
}

.content .wall .post a.title {
	line-height: 12px;

	font-family: 'RobotoBold';
	color: #161616;
}

.content .wall .post a.title span {
	margin-top: 5px;
}

.content .wall.grid_8 .post .excerpt {
	width: 63%;
}

.content .wall.grid_12 .post .excerpt {
	width: 76%;
}

.content .wall .post .excerpt {
	margin-top: 5px;

	color: #565656;
}


/* Content APPLY */

.content .apply {
	background: #fff;
}

.content .apply form .form-content {
	line-height: 17px;
	padding: 19px;
	padding-top: 16px;

	color: #565656;
}

.content .apply form .form-content p {
	margin-bottom: 27px;
}

.content .apply form .form-content .field {
	margin-bottom: 18px;
}

.content .apply form .form-content .field p {
	margin-bottom: 4px;

	font-family: 'RobotoBold';
}

.content .apply form .form-content .field input,
.content .apply form .form-content .field select {
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
	color: #686868;

	border: 1px solid #e2e2e2;
}

.content .apply form .form-content .field input[type="text"],
.content .apply form .form-content .field input[type="email"] {
	width: 260px;
}

.content .apply form .form-content .field input.wide,
.content .apply form .form-content .field textarea.wide,
.content .apply form .form-content .field select.wide {
	width: 560px;
}

.content .apply form .form-content .field select {
	-webkit-appearance: none;
	-moz-appearance: hidden;
	appearance:none;
    outline:none;
	background: #fff url(includes/images/select_bg.png) no-repeat center right;

	padding-right: 0;
}

.content .apply form .form-content .field select.month {
	width: 120px;
	margin-right: 8px;
}

.content .apply form .form-content .field select.day {
	width: 50px;
	margin-right: 8px;
}

.content .apply form .form-content .field select.year {
	width: 80px;
}

.content .apply form .form-content .field textarea.comment {
	height: 60px;
	padding: 10px;

	color: #686868;

	border: 1px solid #e2e2e2;
}

.content .apply form .form-footer {
	padding: 20px;

	border-top: 1px solid #f2f2f2;
}

.content .apply form .form-footer .main {
	height: 29px;
	padding: 0 20px;
	margin-right: 8px;

	font-family: 'RobotoBold';
}

.content .apply form .form-footer .second {
	height: 29px;
	padding: 0 15px;

	font-family: 'RobotoBold';
}

/* Content About */

.container .about-top {
	margin-bottom: 20px;
}

.container .about-top img {
	max-width:100%; height:auto;
}

.content .staff {
	background: #fff;
	
	margin-top: 20px;
}

.content .staff .pose img {
	margin: 0 20px;
}

.content .staff .sub-pose img {
	margin-right: 20px;
}

.content .staff .description,
.content .staff .description2 {
	padding: 20px;
}

.content .staff .description2 {
	padding-top: 0;
}

.content .staff .about {
	padding: 20px;
	margin-bottom: 20px;
	
	border-bottom: 1px solid #f2f2f2;
}

.content .staff .about a {
	font-size: 16px;
	color: #161616;
}

.content .staff .about span {
	font-family: 'RobotoBold';
	color: #d89b4b;
	text-transform: uppercase;
}

.content .staff .about .icons {
	width: 50px;
	padding-top: 10px;
}

.content .staff .about .icons a {
	background-color: #c1c1c1;
	background-image: url(includes/images/ics.png);
	background-repeat: no-repeat;

	display:block;
	
	width: 20px;
	height: 20px;
	margin-right: 5px;
	
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.content .staff .about .icons a:last-child {
	margin: 0;
}

.content .staff .about .icons a.fb {
	background-position: 3px -94px;/* Background-Positioning X, Y */
}

.content .staff .about .icons a.tw {
	background-position: 3px -116px;/* Background-Positioning X, Y */
}


/*-----------------------------------------------------------------------------------*/
/* 7. Footer
/*-----------------------------------------------------------------------------------*/

.footer {
	font-size: 12px;
	margin-top: 20px;

	border-top: 5px solid;
	border-color: #ef7e3c;
	vertical-align:bottom;
}

.footer_columns {
	padding-bottom: 15px;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.footer_columns .widget {
	padding-top: 19px;
}

.footer_columns .widget h1 {
	font-size: 18px;
	margin-bottom: 20px;

	color: #fff;
}

/* Footer Widget GALLERY */

.footer_columns .gallery {
	padding-bottom: 15px;
}

.footer_columns .gallery a {
	display: block;
	float: left;

	width: 65px;
	height: 65px;
}

.footer_columns .gallery a img {
	margin: 5px;
}

.footer_columns .gallery a:hover {
	background-color: #d89b4b;
}

.footer_columns .grid_12 .gallery a {
	margin: 0 13px 14px 0; /* top right bottom left */
}

.footer_columns .grid_6 .gallery a,
.footer_columns .grid_4 .gallery a {
	margin: 0 10px 10px 0; /* top right bottom left */
}

.footer_columns .grid_6 .gallery a,
	margin: 0 2px 10px 0; /* top right bottom left */

.footer_columns .grid_3 .gallery a {
	margin: 0 8px 8px 0; /* top right bottom left */
}

/* Footer Widget TWITTER */

.footer_columns .twitter li {
	padding-bottom: 9px;
	margin-top: 10px;
}

.footer_columns .twitter li:first-child {
	margin-top: 0;
}

.footer_columns .twitter li:last-child {
	border-bottom: 0;
}

.footer_columns .twitter li span,
.footer_columns .twitter li span a {
	color: #d89b4b;
}

.footer_columns .twitter li a {
	color: #fff;
}

/* Footer Widget CONTACT */ 

.footer_columns .contact {
	font-family: 'RobotoRegular';
	color: #fff;
}

.footer_columns .contact span {
	display: block;

	font-size: 16px;
	line-height: 16px;

	color: #d8b446;
}

.footer_columns .contact ul {
	margin-top: 14px;
}

.footer_columns .contact li {
	height: 29px;
	line-height: 29px;
	padding-left: 30px;
}

.footer_columns .contact li.long {
	height: auto;
	line-height: 20px;
}

.footer_columns .contact li.phone {
	background: url(includes/images/ctt.png) no-repeat left top; /* Background-Positioning X, Y */
}

.footer_columns .contact li.email {
	background: url(includes/images/ctt.png) no-repeat left center; /* Background-Positioning X, Y */
}

.footer_columns .contact li.long span.address {
	margin-bottom: 15px;
}

.footer_columns .contact li span.address {
	background: url(includes/images/ctt.png) no-repeat left bottom; /* Background-Positioning X, Y */
	width: 25px; 
	height: 30px;
	margin-right: 5px;
}

.footer_columns .contact li:last-child {
	border-bottom: 0 !important;
}


.footer_nav {
	padding: 39px 0 24px 0; /* top right bottom left */

	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.footer_nav div > ul li {
	float: left;

	width: 134px;
	margin-bottom: 6px;
}

.footer_nav div > ul > li > a,
.footer_nav div > ul > li > a:hover {
	display: block;

	margin-bottom: 6px;

	text-transform: uppercase;
	color: #fff;
}

.footer_nav ul > li > ul > li > a:hover {
	color: #d89b4b !important;
}

.footer_nav ul > li > ul > li > a:before {
	content: '• ';
}

.footer_nav ul > li > ul > li:last-child {
	margin-bottom: 0;
}

.footer_copyright {
	padding-top: 26px;
	padding-bottom: 31px;
}

.footer_copyright,
.footer_copyright a {
	color: #d89b4b;
}


/*-----------------------------------------------------------------------------------*/
/* 8. Homepage
/*-----------------------------------------------------------------------------------*/

/* CONTENT */

/* Featured */

.content .featured {
	background: #e2e2e2;

	height: auto;
	margin-bottom: 19px;
	padding-bottom: 16px;
}

.content .featured h2 {
	padding-right: 0;
	
	color: #565656;

	border-bottom: 1px solid #d0cecf;
}

.content .featured h2 .arrows { 
	width: 65px;
}

.content .featured h2 .arrows a {
	display: block;

	width: 24px;
	height: 24px;
	line-height: 24px;
	margin: 11px 6px 0 0; /* top right bottom left */
	
	text-align: center;
}

.content .featured h2 .arrows a#prev {
	background: #bab9b9 url(includes/images/featured_arrows.png) no-repeat left center; /* Background-Positioning X, Y */
}

.content .featured h2 .arrows a#next {
	background: #bab9b9 url(includes/images/featured_arrows.png) no-repeat -24px center; /* Background-Positioning X, Y */
}

.content .featured h2 .arrows a#prev:hover {
	background: #fff url(includes/images/featured_arrows.png) no-repeat -48px center; /* Background-Positioning X, Y */
}

.content .featured h2 .arrows a#next:hover {
	background: #fff url(includes/images/featured_arrows.png) no-repeat right center; /* Background-Positioning X, Y */
}

.content .featured .featured_post {
	padding: 20px;
}

.content .featured .featured_post .main, 
.content .featured .featured_post .third {
	padding: 0 15px; /* top-bottom left-right */
	margin-right: 7px;
}

.content .featured .featured_thumb {
	background: #fff;

	width: 140px;
	height: auto;
	margin-right: 20px;
}

.content .featured .featured_thumb img {
	max-width:100%; height:auto;
	margin: 6px;
}

.content .featured .featured_post .description {
	overflow: hidden;

	margin-bottom: 11px;

	color: #565656;
}

.content .featured .featured_post span {
	display: block;

	padding-bottom: 4px;

	font-family: 'RobotoBold';
}



.modal {
	background: rgba(0,0,0,0.78) !important;
	border: 0 !important;
	padding: 10px;

	min-height: 26px !important;
}

.modal form {
	background: #fff;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.modal form h1 {
	font-size: 18px;
	line-height: 55px;
	padding: 0 18px; /* top-bottom left-right */

	color: #565656;

	border-bottom: 1px solid #f2f2f2;
}

.modal form .details {
	padding: 18px;
	padding-top: 13px;
}

.modal form .details p {
	font-size: 12px;
	margin-bottom: 10px;

	font-family: 'RobotoBold';
}

.modal form .details input[type="text"] {
	background-color: #f4f4f4;

	width: 91%;
	height: 29px;
	
	font-size: 12px !important;
	line-height: 29px;
	padding: 0 10px;
	margin-bottom: 13px;

	font-family: 'RobotoRegular';
	color: #686868;

	border: 1px solid #e2e2e2;
}

.modal form .details .main,
.modal form .details .second,
.modal form .details .third {
	background-image: url(includes/images/dialog_button_bg.png);

	width: 114px;
	height: 29px;

	font-family: 'RobotoBold';
}

.modal form .details .third {
	width: 60px;
}

.modal form .details .main {
	margin-right: 15px;
}

.modal form .details p.half {
	width: 114px;
}

.modal form .details input.half {
	width: 38%;
}


.modal form .details .sbHolder {
	margin-bottom: 13px;
}


.modal form span.message {
	font-size: 13px;
	padding: 20px;

	text-align: center;
}

.modal form .details #sfile {
	font-size: 12px;
}


/* Messages shortcode style */

.shortcode.message {
	padding: 12px 15px;
	
	border-width: 1px;
	border-style: solid;
	
	margin-bottom: 15px;
}

.shortcode.message span {
	font-family: 'RobotoBold';
	font-size: 12px;
	text-transform: uppercase;
	padding-right:10px;
}

.shortcode.message span:after {
	content: '   •';
}

.shortcode.message p {
	font-size: 12px;
}

.shortcode.message.type_1 {
	background-color: #bae5c2;
	border-color: #a4d2ac;
	color: #47825d;
}

.shortcode.message.type_1 a,
.shortcode.message.type_1 a:hover {
	font-family: 'RobotoBold';
	font-size: 13px;
	color: #47825d !important;
}

.shortcode.message.type_2 {
	background-color: #e4a5a5;
	border-color: #d89696;
	color: #aa6b6b;
}

.shortcode.message.type_2 a,
.shortcode.message.type_2 a:hover {
	font-family: 'RobotoBold';
	font-size: 13px;
	color: #aa6b6b !important;
}

.shortcode.message.type_3 {
	background-color: #efe1ae;
	border-color: #e0d19a;
	color: #beac69;
}

.shortcode.message.type_3 a,
.shortcode.message.type_3 a:hover {
	font-family: 'RobotoBold';
	font-size: 13px;
	color: #beac69 !important;
}

.shortcode.message.type_4 {
	background-color: #c3e8f2;
	border-color: #a2d3e0;
	color: #70a5b3;
}

.shortcode.message.type_4 a,
.shortcode.message.type_4 a:hover {
	font-family: 'RobotoBold';
	font-size: 13px;
	color: #70a5b3 !important;
}


.shortcode.list {
	margin-right: 50px;
	margin-bottom: 15px;
}

.shortcode.list,
.shortcode.list a {
	color: #717171;
}

.shortcode.list li {
	background-image: url(includes/images/list-types.gif);
	background-repeat: no-repeat;
	overflow: hidden;

	font-size: 12px;
	height: 27px;
	line-height: 27px;
	padding-left: 26px;
}

.shortcode.list.plus li {
	background-position: left 0;
}

.shortcode.list.dots li {
	background-position: left -26px;
}

.shortcode.list.arrow li {
	background-position: left -52px;
}


.shortcode.heading h1,
.shortcode.heading h2,
.shortcode.heading h3,
.shortcode.heading h4,
.shortcode.heading h5 {
	font-family: 'RobotoBold';
}

.shortcode.heading h1 {
	font-size: 30px;
}

.shortcode.heading h2 {
	font-size: 24px;
}

.shortcode.heading h3 {
	font-size: 18px;
}

.shortcode.heading h4 {
	font-size: 14px;
}

.shortcode.heading h5 {
	font-size: 12px;
}

.content .vzforms_ajax label {
	display: block;
	float: left;

	font-size: 12px;
	margin-bottom: 5px;

	font-family: 'RobotoBold';
}

.content .vzforms_ajax input[type='email'],
.content .vzforms_ajax input[type='text'],
.content .vzforms_ajax textarea {
	background-color: #f4f4f4;

	width: 97.8%;
	height: 29px;
	line-height: 29px;
	padding: 0 9px;
	margin-bottom: 16px;
	
	font-family: 'RobotoRegular';
	color: #686868;
	
	border: 1px solid #e2e2e2;
}

.content .vzforms_ajax textarea {
	min-height: 75px;
	padding-right: 0;
}

.content .vzforms_ajax input[type='checkbox'] {
	float:left;
	margin-left: 10px;
}

.content .vzforms_ajax input[type='submit'],
.content .vzforms_ajax input[type='reset'] {
	background-image: url("includes/images/button_bg3.png");
	background-repeat: repeat-x;
	
	height: 33px;
	line-height: 33px;
	margin: 30px 10px 10px 0; /* top right bottom left */
	padding: 0 19px;
	
}

/* 3d books */

/* Font styling */
.bk-cover span,
.bk-left p,
.bk-list li .bk-back p {
	font-size: 13px; 
	font-weight: 400;
	color: #fff;
}

.bk-cover span {
	font-size: 16px;
}

.bk-content {
	font-weight: 400;
	color: #272324;
}

.bk-content a {
	font-weight: 400;
}

.bk-list { list-style: none; position: relative; }
.bk-list li { position: relative; width: 150px; height: 200px; float: left; z-index: 1 !important; margin: 19px; -webkit-perspective: 1800px; -moz-perspective: 1800px; perspective: 1800px; }
.bk-list li:last-child { margin-right: 0 }
.bk-list li .bk-book { position: absolute; width: 100%; height: 200px; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: -webkit-transform .5s; -moz-transition: -moz-transform .5s; transition: transform .5s; }
.bk-list li .bk-book.bk-bookdefault:hover { -webkit-transform: rotate3d(0,1,0,35deg); -moz-transform: rotate3d(0,1,0,35deg); transform: rotate3d(0,1,0,35deg); }
.bk-list li .bk-book > div, .bk-list li .bk-front > div { display: block; position: absolute; }
.bk-list li .bk-front { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform-origin: 0% 50%; -moz-transform-origin: 0% 50%; transform-origin: 0% 50%; -webkit-transition: -webkit-transform .5s; -moz-transition: -moz-transform .5s; transition: transform .5s; -webkit-transform: translate3d(0,0,20px); -moz-transform: translate3d(0,0,20px); transform: translate3d(0,0,20px); z-index: 10; cursor: pointer; }
.bk-list li .bk-front > div { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; }
.bk-list li .bk-page { -webkit-transform: translate3d(0,0,19px); -moz-transform: translate3d(0,0,19px); transform: translate3d(0,0,19px); display: none; width: 140px; height: 190px; top: 5px; left: 5px; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; z-index: 9; }
.bk-list li .bk-front, .bk-list li .bk-back, .bk-list li .bk-front > div { width: 150px; height: 200px; cursor: pointer; }
.bk-list li .bk-back p { padding: 5px; padding-right: 15px; }
.bk-list li .bk-left { width: 40px; left: -20px; border-bottom-right-radius: 3px !important; border-bottom-left-radius: 3px !important; }
.bk-list li .bk-left a.turn { display: block; float: left; width: 40px; height: 40px; background: url(includes/images/turn.png) no-repeat center center; }
.bk-list li .bk-back { -webkit-transform: rotate3d(0,1,0,-180deg) translate3d(0,0,20px); -moz-transform: rotate3d(0,1,0,-180deg) translate3d(0,0,20px); transform: rotate3d(0,1,0,-180deg) translate3d(0,0,20px); border-radius: 3px !important; }
.bk-list li .bk-cover-back { -webkit-transform: rotate3d(0,1,0,-180deg); -moz-transform: rotate3d(0,1,0,-180deg); transform: rotate3d(0,1,0,-180deg); border-radius: 0 !important; border-top-left-radius: 3px !important; border-bottom-left-radius: 3px !important; }
.bk-list li .bk-left { height: 200px; -webkit-transform: rotate3d(0,1,0,-90deg); -moz-transform: rotate3d(0,1,0,-90deg); transform: rotate3d(0,1,0,-90deg); }
/* Transform classes */
.bk-list li .bk-viewinside .bk-front { -webkit-transform: translate3d(0,0,20px) rotate3d(0,1,0,-160deg); -moz-transform: translate3d(0,0,20px) rotate3d(0,1,0,-160deg); transform: translate3d(0,0,20px) rotate3d(0,1,0,-160deg); }
.bk-list li .bk-book.bk-viewinside { -webkit-transform: translate3d(0,0,150px) rotate3d(0,1,0,0deg); -moz-transform: translate3d(0,0,150px) rotate3d(0,1,0,0deg); transform: translate3d(0,0,150px) rotate3d(0,1,0,0deg); }
.bk-list li .bk-book.bk-viewback { -webkit-transform: translate3d(0,0,0px) rotate3d(0,1,0,180deg); -moz-transform: translate3d(0,0,0px) rotate3d(0,1,0,180deg); transform: translate3d(0,0,0px) rotate3d(0,1,0,180deg); }
.bk-list li .bk-viewback .bk-back { z-index: 10 }
/* Main colors and content */
.bk-list li .bk-page { background-color: #fff; background-image: url(includes/images/fpage-pattern.png); }
.bk-list li .bk-front, .bk-list li .bk-front > div { border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; }
.bk-list li .bk-front:after { content: ''; position: absolute; top: 1px; bottom: 1px; left: -1px; width: 1px; }
.bk-list li .bk-cover:after, .bk-list li .bk-back:after { content: ''; position: absolute; top: 0; left: 10px; bottom: 0; width: 3px; background: rgba(0,0,0,0.06); }
.bk-list li .bk-back:after { left: auto; right: 10px; }
.bk-left p { width: 200px; height: 40px; font-size: 14px; line-height: 40px; text-align: center; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: rotate(90deg) translateY(-40px); -moz-transform: rotate(90deg) translateY(-40px); transform: rotate(90deg) translateY(-40px); }
.bk-content { position: absolute; top: 5px; left: 5px; bottom: 5px; right: 5px; overflow: hidden; opacity: 0; pointer-events: none; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; cursor: default; }
.bk-content-current { opacity: 1; pointer-events: auto; }
.bk-content p { padding: 0 0 10px; -webkit-font-smoothing: antialiased; color: #000; font-size: 13px; line-height: 20px; text-align: justify; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.bk-page nav { display: block; text-align: center; margin-top: 20px; position: relative; z-index: 100; cursor: pointer; }
.bk-page nav span { display: inline-block; width: 20px; height: 20px; color: #aaa; background: #f0f0f0; border-radius: 50%; }
/* style & artwork */
/* Book */
.bk-front, .bk-back, .bk-left, .bk-cover-back { background-color: #fe8434; background-image: url(includes/images/book-pattern.png); }
.bk-cover { background-repeat: no-repeat; background-position: 10px 40px; }
.bk-cover span { position: absolute; bottom: 0; right: 0; left: 0; padding: 10px 20px; background: rgba(255,255,255,0.2); color: #fff; }
/* Fallbacks */
.no-csstransforms3d .bk-list li .bk-book > div, .no-csstransforms3d .bk-list li .bk-book .bk-cover-back { display: none }
.no-csstransforms3d .bk-list li .bk-book > div.bk-front { display: block }
.no-csstransforms3d .bk-info button, .no-js .bk-info button { display: none }

.mixitup .mix { display: none; opacity: 0; }
.filters li { float:left; line-height: 40px; }
.filters li:first-child { margin-right: 15px; }

.widget_recent_entries ul, .widget_related_links_box ul {
    padding: 10px;
}

.widget_recent_entries ul li, .widget_related_links_box ul li {
	line-height: 24px;
	margin-left: 5px;
}

/*.sf_menu .sub-menu .sub-menu .sub-menu {
	margin-left: 30px !important;
}

.sf_menu > ul > ul > ul {
	margin-left: 50px !important;
}*/

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 191px !important;
}

/*
.sf-menu ul {
	background: -webkit-linear-gradient(red, blue) !important; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(red, blue); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(red, blue); /* For Firefox 3.6 to 15 */
	background: linear-gradient(red, blue); /* Standard syntax (must be last) */
}*/

.blue-text{
color:#31a8ea;
font-weight:bold;
}

.pink-text{
color:#f94f96;
font-weight:bold;
}

.blue-text p{
	
}

.pink-text p{

}

.metaslider {
	float: right !important;
	max-width: 740px !important;
	top: 107px !important;
	clear:both;
}

.eo-future-date{

}

.event{
	background-color:#dcdcdc !important;
}

#main_menu {
	margin: 0;
		background-image: url(includes/images/nav_bg.png);
}

.portfolio-slideshow {
	width: auto;
}

.head_content {
	width: 100%;
	max-width: 1040px;
}

.sidebar {
	margin-left: 0px;
}


.tab-inner > iframe {
	width: 100% !important;
}
.youtube-player {
    width: 100% !important;
    height: 250px;
}



/*shivaram changes*/

.slideshow-content {
	width: 100%;
	margin: 0px 0px 0px 0px; 
}

.slideshow-wrapper {
	display: block;
	margin: 0px 0px 0px 0px; 
	z-index:9999;
}


.portfolio-slideshow {
	margin: 10px 0 0;
	z-index: -99999!important;
	clear: both;
	margin:0 auto;
}


@media all and (min-width: 320px) and (max-width: 640px) {

  .wpcufpn_outside {
    width: 88.9% !important;
  }
}



@media all and (min-width: 320px) and (max-width: 640px) {

  .social-networking{
	float: right; width: 44%; padding-top:60px !important;
}

}

@media all and (min-width: 320px) and (max-width: 640px) {

  .head_content .topmenu_mobile{
	padding-right:20px !important;
}

}
@media all and (min-width: 768px) and (max-width: 1024px) {

  .social-networking{
	float: right; width: 17% !important; padding-top:65px !important;
}

}


/* shivaram ends */

@media all and (min-width: 768px) and (max-width: 1024px) {

.widget_wpcufpn_widget {
    margin: 0 10px 0 0 !important;
    width: 100% !important;
}
}

@media all and (min-width: 320px) and (max-width: 1024px) {
	/*
	#click-menu	{
		text-align: center;
		margin-top:15px;
       	 	cursor: pointer; 
	      	width: 50px;
		top:2px; !important;
	}
	*/

	#click-menu {
		border-radius:0px !important;
		background-image:url("includes/images/nav_bg.png");
	background-repeat:repeat-x;
	    /*background-color: #585858;*/
	    cursor: pointer;
	/*    float: right;	*/
	    margin: -2px -16px !important;
	    padding: 0 !important;
	    position: fixed;
	    text-align: right;
	    top: 2px;
	    width: 100%;
	}

	#click-menu .threeLines {
	    float: right;
	    height: 33px !important;
	    margin: 6px 8px 0 0 !important;
	    width: 33px !important;
	}

/*	.header {
	    margin-top: 39px;
	}*/

	#responsive-menu 
	{
		margin-top:38px;
		top:0 !important;
		position: fixed !important;
	}

	.header .head_content .container_12 nav {
		display: none !important;
	}

	.searchBoxMobile, .VS-placeholder, .VS-search-inner {
		display: block  !important;
	}
	
	.topmenu_mobile {
		display: block !important;
	}
}


@media all and (min-width: 768px) and (max-width: 1024px) {
	#click-menu						
        { 
        	text-align: center;
		margin-top:276px;
                cursor: pointer; 
                width: 50px;
		top:2px;
        }
			  
	#responsive-menu 
        {
        	margin-top:316px;
		top:0px !important;
		width:40%;
	}
			
	.wpcufpn_outside{
		width:92.9% !important;
	}
	
}

@media all and (min-width: 768px) and (max-width: 1024px) {

	.widget_wpcufpn_widget {
	    margin: 0 10px 0 0 !important;
	    width: 100% !important;
	}
}

/*
@media all and (min-width: 970px) and (max-width: 1285px) {

  .content {
    width: 67.78% !important;
  }
}*/


@media all and (min-width: 320px) and (max-width: 1024px) {

  .responsiveHeader{
    width: 97% !important;
	margin-right:10px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {

  .responsiveHeader{
    width: 97% !important;
	margin-right:18px !important;
  }
}


@media all and (min-width: 320px) and (max-width: 800px) {

 .site-content{
    margin-bottom: 20px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-top: 20px !important;
    width: 90% !important;
  }
}

.site-content {
    margin-top: 30px !important;
}

@media all and (min-width: 320px) and (max-width: 800px) {

 .content, .content .grid_8{
  
    margin-right: 12px !important;
  
  }
}

#wp-calendar th {
	text-transform:uppercase;
	}
	
#wp-calendar th, #wp-calendar caption {
	font-weight:bold;
	}
	
	
#wp-calendar caption{
	padding:10px 0px !important;
}

.EO_Event_List_Widget > h1 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #7D7D7D !important;
    text-shadow: none !important;
    text-align: center;
}

.EO_Event_List_Widget {
    margin-top: -20px;
}



.hentry{
background-color:#FFFFFF !important; 
padding-bottom:15px;
padding-top:15px;
padding-right:15px;
padding-left:15px;
border-bottom:1px #d4d4d4 solid;
}

/*.wpcufpn_container .text {
    height: 35px !important;
}*/

li.tab-content
{
    width: 100% !important;
}

.wpcufpn_container li {
    height: auto !important;
}

.news {
    float: left;
    height: auto !important;
    width: 100% !important;
}

.cat-item.cat-item-5 {
    font-weight: bold;
}

.children {
    font-weight: normal;
    line-height: 30px;
    padding-left: 20px;
}


.container_12, .container_16{
	margin-left:auto;
	margin-right:auto;
	max-width:1042px !important;
}

.cat-item.cat-item-5 > a {
    display: none;
}

.gridholder.grid_8 > #news_archives {
    width: 30% !important;
}



.jaw_widget {
	padding:10px;
	line-height:28px;
	border:1px #d4d4d4 solid !important;
}
	
.news, .recent_posts{
	border:1px #d4d4d4 solid !important;
}

.post{
	margin-bottom:10px !important;
}

.jaw_months {
	Padding-left:15px;
}

.jaw_posts{
	Padding-left:30px;
}

.footer-button1, .footer-button2, .footer-button3, .footer-button4, .footer-button5, .footer-button6,{width:198px;  text-shadow: 1px 1px 1px #505050, 2px 2px 3px black; float:right; padding:6px 0px 5px 5px; font-size:14px; color:#FFFFFF; }

.footer-button1{
	background-color:#13c4a5; background-image:url(wp-content/themes/wp-education/includes/images/footer-image-bg-1.png); background-repeat:repeat-x;}
	
.footer-button2{
	background-color:#13c4a5; background-image:url(wp-content/themes/wp-education/includes/images/footer-image-bg-2.png); background-repeat:repeat-x;}
	
.footer-button3{
	background-color:#13c4a5; background-image:url(wp-content/themes/wp-education/includes/images/footer-image-bg-3.png); background-repeat:repeat-x;}
	
.footer-button4{
	background-color:#13c4a5; background-image:url(wp-content/themes/wp-education/includes/images/footer-image-bg-4.png); background-repeat:repeat-x;}
	
.footer-button5{
	background-color:#13c4a5; background-image:url(wp-content/themes/wp-education/includes/images/footer-image-bg-5.png); background-repeat:repeat-x;}
	
.footer-button6{
	background-color:#13c4a5; background-image:url(wp-content/themes/wp-education/includes/images/footer-image-bg-6.png); background-repeat:repeat-x;}

div#search {
    float: right;
    width: 188px;
    margin: 6px 9px;
}

.content .post .post-content p{
	margin-bottom:10px !important;
}

#wpsl-result-list li p{
	margin-bottom:0px !important;
}

.recent-posts {
    line-height: 25px;
    padding: 10px;
}

.recent_posts {
    margin-bottom: 10px;
}


/* shivaram styles for inner pages*/
.buletext-heading{
	color:#63a3fb;
	font-size:14px;
	font-weight:bold;
}

.buletext-heading2{
	color:#63a3fb;
	font-size:16px;
	font-weight:bold;
}

.black-text{
	color:#000000;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
}

.orangetext{
	color:#e17637;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
}

.red-text{
	color:#e22b21;
	font-size:13px;
	line-height:22px;
	font-weight:bold;
}


.redtext-bigfont{
	color:#e22b21;
	font-size:16px;
	line-height:26px;
	font-weight:bold;
}

.orangetext-bigfont{
	color:#e17637;
	font-size:16px;
	line-height:26px;
	font-weight:bold;
}

.line-height{
	line-height:24px;}

.emptyline{
	height:20px;
}

.emptyline2{
	height:5px;
}

.responsive-tabs__list__item.responsive-tabs__list__item--active {
    background-color: #ed7215 !important;
    color: #FFFFFF !important;
}

.responsive-tabs__list__item{
	background-color:#cbccc2 !important;
}

.inner_ul{
	list-style:disc !important;
	line-height:24px;
	text-indent:20px;
	
}

.su-divider{
	margin-bottom:2.5em !important;
	height:1px !important;
}

.su-divider a{
	font-size:1em !important;
	color:#e17637 !important;
}

.su-tabs-nav{
	background-color:#63a3fb !important;
	padding-top: 2px;
	color:#000000;
}

.su-tabs {
	background-color:#63a3fb !important;
	
	
}


.entry-header h1{
	font-size:16px !important;
	font-weight:bold !important;
}

/* shivaram styles for innerpages ends*/

/*
.EO_Event_List_Widget, .eo_widget_calendar {
    display: block !important;
}*/

/* Lakshman added below style to display event calender on 09-05-2014 */
/*#eo_calendar_widget-5 {
    display: block !important;
}*/


.head_content .social-networking .top_nav {
	display: none !important;
}

.head_content .top_nav .grid_6 {
	display: none !important;
}


@media all and (min-width: 320px) and (max-width: 768px) {


  
  .aligncenter.size-full.wp-image-907 {
    display: none;
  }
  
  .aligncenter.size-full.wp-image-921{
	  display:none;
  }
  .aligncenter.size-full.wp-image-928{
	  display:none;
  }
  
  .aligncenter.size-full.wp-image-1341{
	  width:100%;
	  height:100%;
  }
  
  .aligncenter.size-full.wp-image-1350{
	  width:100%;
	  height:100%;
  }
  
   .aligncenter.size-full.wp-image-1352{
	  width:100%;
	  height:100%;
  }
  
     .aligncenter.size-full.wp-image-1372{
	  width:100%;
	  height:100%;
  }
  
      .aligncenter.size-full.wp-image-1375{
	  width:100%;
	  height:100%;
  }
  
     .aligncenter.size-full.wp-image-1378{
	  width:100%;
	  height:100%;
  }
  
     .aligncenter.size-full.wp-image-1381{
	  width:100%;
	  height:100%;
  }
  
     .aligncenter.size-full.wp-image-1383{
	  width:100%;
	  height:100%;
  }
  
  p > iframe{
	  width:100% !important;
	  height:100% !important;
  }
  
  .mobile-block{
	  display:none;
  }
  
  .sidebar .widget{
	width:98.3%;  
  }

}

@media all and (min-width: 320px) and (max-width: 1024px) {
	.widget_recent_entries {
    		float: left;
    		width: 98.5%;
  	}

	.header .head_content .container_12 nav, .main_nav {
		display: block !important;
	}
	
	.sf-menu {
		display: none !important;
	}
	
	.main_nav {
		background: none !important;
		border: 0 !important;
		border-style: none !important;
	}
	
	#search {
		width: 100% !important;
	}
	
	.container {
		margin-top: 10px;
	}
}

.post-content #search_box_container, .VS-search .VS-placeholder {
	display: none !important;
}

.VS-search .search_facet .search_facet_input_container {
	margin-top: 2px !important;
}

#wpus_response .post {
	padding: 5px !important;
}

#wpus_response .post h2 a {
	font-weight: bold !important;
}

@media all and (min-width: 980px) and (max-width: 1275px) {
	.widget_recent_entries {
    		float: left;
    		width: 98.5%;
  	}

	.content {
		width: 68%;
	}
}

.rslides_container {
	margin: 6px auto 10px !important;
}

.rslides {
    margin: 30px auto 0;
}

.rslides_nav {
	margin: 0 11.5% !important;
}
/*Slideshow caption*/
.rslides_container .caption {
  position: absolute;
  display: block;
  bottom: 0px;
  font-size: 15px;
  font-weight: 600;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  background: #000;
  background: rgba(0,0,0, .8);
  color: #fff;
}
@media all and (min-width: 570px) and (max-width: 700px)
{
	.rslides_container .caption{
		font-size: 12px;
		padding: 10px;
	}
}
@media all and (max-width: 569px)
{
	.rslides_container .caption{
		display: none;
	}
	
}
@media all and (min-width: 320px) and (max-width: 1275px) {
	.rslides_nav {
		margin: 0 !important;
	}
}

/* Below style to display event venue in right side properly added by lakshman on 11-05-2014 */
#primary {
    float: right;
    margin-top: 0 !important;
    width: 66.9%;
}

.rslides_tabs {
	margin-top: -20px !important;
}

.rslides {
	z-index: -9999 !important;
}

.rslides_tabs a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important;
}

.container_12 .grid_6, .container_16 .grid_8{
	width:170px !important;
}

@media screen and (max-width: 320px) {
	.container_12 .grid_6, .container_16 .grid_8{
		width:164px !important;
	}
}

.su-even p{
	text-align:center;
}

.content .home-bottom .textwidget
{
	/*height:195px;*/
}
@media all and (max-width: 1040px)
{
	.content .home-bottom .textwidget
	{
		height:auto;
	}
}
#form15 .input_deactive{
	border-color:#999 1px solid;
}

.button_submit{
	background-color:#090;
}

/* modifying with for "College Access in the News" */
.container_12 > .content > .widget_wpcufpn_widget {
    margin-right: 10px !important;
    width: 48% !important;
}

.container_12 .grid_4 
{
	width: 30%;
}
/*Social Media Widget*/
.home-bottom.widget.grid_4.rounded_2.widget_csmt_widget{
	width: 49% !important;
	padding: 0 !important;
}
.dcsnt-content, .dcsnt{
	width: 100% !important;
}
.dcsnt-slider .tab-inner{
	width: 96% !important;
}
.dcsnt .controls{
	width: 96% !important;
	padding: 0 !important;
	left: 2% !important;
}
.dcsmt-btn{
	color: white !important;
}
.static .tab-content{
	padding: 2%;
}
.dcsnt-slider .tab-content{
	width: 100% !important;
}
/*Front page news widget*/
.home-bottom.widget.grid_4.rounded_2.widget_wpcufpn_widget
{
	/*width: 49% !important;*/
	width: 100% !important;
	margin-right:10px !important;
}
/*Added for 100% width of area*/
.home-bottom.widget.grid_4.rounded_2.widget_wpcufpn_widget table{
	width: 100% !important;
}
.home-bottom.widget.grid_4.rounded_2.widget_wpcufpn_widget td.left
{
	width: 64px !important;
}
@media all and (max-width: 1250px)
{
	.home-bottom.widget.grid_4.rounded_2.widget_wpcufpn_widget
	{
		width: 100% !important;
	}
	.home-bottom.widget.grid_4.rounded_2.widget_csmt_widget{
		width: 100% !important;
	}
	.container_12 > .content > .widget_wpcufpn_widget {
		margin-right: 0px !important;
		width: 100% !important;
	}
}

.wpcufpn_container .text {
	height: 33px !important;
}

.line_limit {
	line-height: 16px !important;
    	max-height: 4.2em !important;
}

.wpcufpn_container .title .line_limit {
    height: auto !important;
}

.wpcufpn_container {
	width: 100% !important;
}

.post-content .su-table .su-even iframe html body #mapDiv .gm-style .gmnoprint, .post-content .su-table .su-even iframe html body #mapDiv .gm-style > div > div > .login-control {
    display: none !important;
}

.has-post-thumbnail img {
    float: left;
    margin-right: 10px;
    width: 20%;
}

.post-head, .post-footer {
	display: none;
}

@media screen and (max-width: 320px) {
	aside, .content {
	    clear: both !important;
	/*    display: block !important;*/
	    float: none !important;
	/*    width: 100%;*/
	}
}
.thumbnail_container{
	width: 50px;
	height: 100%;
	display: inline-block;
	float: left;
	margin-left: 5px;
}
.thumbnail_container img{
	max-width: 50px;
	max-height: 50px;
}
.related_link_container{
	margin-left: 60px;
	margin-top: 5px;
}
.recent_post_item a{
	margin: 0;
	padding: 0;
}
.recent_post_item{
	clear: both;
	margin-top: 10px;
	
}
.spacer{
	clear: both;
}

.home-bottom .wpcufpn_outside {
	width: 90.4% !important;
}

.footer-links{
	width:235px; float:left;  margin-left:10px;  margin-top:10px
}

.footer-bgimage1{
	width:198px;  text-shadow: 1px 1px 1px #505050, 2px 2px 3px black; float:right; padding:6px 0px 5px 5px; font-size:14px; color:#FFFFFF;  background-color:#13c4a5; background-image:url(includes/images/footer-image-bg-1.png); background-repeat:repeat-x;}

.footer-bgimage2{
width:198px;  text-shadow: 1px 1px 1px #505050, 2px 2px 3px black; float:right; padding:6px 0px 5px 5px; font-size:14px; color:#FFFFFF;  background-color:#bac3cc;  background-image:url(../../../wp-content/themes/wp-education/includes/images/footer-image-bg-2.png); background-repeat:repeat-x;}

.footer-bgimage3{
width:198px;  text-shadow: 1px 1px 1px #505050, 2px 2px 3px black; float:right; padding:6px 0px 5px 5px; font-size:14px; color:#FFFFFF;  background-color:#5191d1; background-image:url(../../../wp-content/themes/wp-education/includes/images/footer-image-bg-3.png); background-repeat:repeat-x;}


.footer-bgimage4{
	width:198px; text-shadow: 1px 1px 1px #505050, 2px 2px 3px black; float:right; padding:6px 0px 5px 5px; font-size:14px; color:#FFFFFF;  background-color:#ff5f5f; background-image:url(../../../wp-content/themes/wp-education/includes/images/footer-image-bg-4.png); background-repeat:repeat-x;
}

.footer-bgimage5{
width:198px;  text-shadow: 1px 1px 1px #505050, 2px 2px 3px black; float:right; padding:6px 0px 5px 5px; font-size:14px; color:#FFFFFF;  background-color:#f4c414; background-image:url(../../../wp-content/themes/wp-education/includes/images/footer-image-bg-5.png); background-repeat:repeat-x;
}

.footer-bgimage6{
width:198px;  text-shadow: 1px 1px 1px #505050, 2px 2px 3px black; float:right; padding:6px 0px 5px 5px; font-size:14px; color:#FFFFFF;  background-color:#3fcf7f; background-image:url(../../../wp-content/themes/wp-education/includes/images/footer-image-bg-6.png); background-repeat:repeat-x;
}

/*Form Styling*/
.visual-form-builder .vfb-legend{
	color: #006EFD;
}
input.vfb-text, input[type="text"].vfb-text, input[type="tel"].vfb-text, input[type="email"].vfb-text, input[type="url"].vfb-text, textarea.vfb-textarea
{
	line-height: 25px;
	padding: 5px;
	background: #e8e8e8;
	border: 1px solid #f2f2f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px #bcbcbc inset;
	-moz-box-shadow: 0px 2px 3px #bcbcbc inset;
	box-shadow: 0px 2px 3px #bcbcbc inset;
}
select.vfb-select
{
	line-height: 25px;
	padding: 5px;
	background: #e8e8e8;
	border: 1px solid #f2f2f2;
	height:35px;
	-webkit-box-shadow: 0px 2px 3px #bcbcbc inset;
	-moz-box-shadow: 0px 2px 3px #bcbcbc inset;
	box-shadow: 0px 2px 3px #bcbcbc inset;
}
input.vfb-text, input[type="text"].vfb-text, input[type="tel"].vfb-text, input[type="email"].vfb-text, input[type="url"].vfb-text
{
	height: 25px;
}
@media (max-width: 444px) {
    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 200px !important;
        float:left !important;
    }
    .recaptchatable #recaptcha_image img {
        max-width:100%;
    }
    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
        background: none !important;
    }
}
/*College Application Month Widget Styling*/
.cam-widget-left{
	float: left;
}
.cam-widget-right{
	float: right;
}
.gauge-container{
	display: inline-block;
}
@media all and (min-width: 591px) and (max-width: 970px) {
	.cam-widget-left{
		float: none;
		text-align: center;
		display: block;
	}
	.cam-widget-right{
		float: left;
		text-align: center;
		display: block;
	}
}
@media all and (max-width: 590px) {
	.cam-widget-left{
		float: none;
		text-align: center;
		display: block;
	}
	.cam-widget-right{
		display: none;
	}
}
/*Scholar Page*/
#wpsl-stores, 
#wpsl-direction-details {
    height:auto;
    overflow-y:auto;
}
#wpsl-stores, #wpsl-direction-details, #wpsl-gmap {height:auto !important;}
/* Lakshman modified on 29-05-2014 */
/* Start Here */
.event_title {
	width: 72%;
	margin: auto;
	float:right;
	color:#454648;
	font-weight:600;
	padding:5px;
	min-height:50px;
	line-height: 0px;
}

.event_time {
	width: 74%;
	margin: auto;
	float:right;
	color:#454648;
	font-style:italic; 
}
/*Footer*/
#footer_quick_links{
	float: left;
	margin-left: 20px;
	width: 75%;
}
@media screen and (min-width: 641px) and (max-width: 759px) {

	.event_title {
		width: 66%;
		margin: auto;
		float:right;
		color:#454648;
		font-weight:600;
		padding:5px;
		min-height:70px;
	}

	.event_time {
		width: 70%;
		margin: auto;
		float:right;
		color:#454648;
		font-style:italic; 
	}

	.social-networking{
		float: right;
		width: 44%;
		padding-top:50px !important;
	}

	.home-bottom.widget.grid_4.rounded_2.widget_wpcufpn_widget
	{
		width: 100%;
		margin-right:10px !important;
	}
|

	.wpcufpn_outside {
		width: 93px;
	}


	.head_content > #responsiveHeader {
		margin-right: 80px !important;
		float: right;
		width: 65%;
		padding-top:5px;
		padding-bottom:10px;
	}

	.wpcufpn_outside {
		width: 93% !important;
	}
}
/*Related links and category link styling*/
.related-links-list li{
	background: url('includes/images/star.png') no-repeat;
	background-position: 0px 5px;
	padding-left: 25px;
}
.cat-item{
	background: url('includes/images/star.png') no-repeat;
	background-position: 0px 5px;
	padding-left: 25px;
}
#news_archives .children{
	margin-top: 10px;
	margin-bottom: 10px;
}
.related-links-list li a, .cat-item a,.recent_post_item a, .jaw_widget a{
	font-weight: 600;
}
/*Scroll Up Arrow*/
#scrollUpContainer{
	position: fixed;
	bottom: 30px;
	right: 20px;
	width: 40px;
	height: 40px;
	display: none;
	z-index: 31;
}
#scrollUp{
	display: block;
	width: 40px;
	height: 40px;
	background: #1D7AF3 url('includes/images/up-arrow.png') no-repeat center center;
	background-size: 25px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	cursor: pointer;
	z-index: 13;
}
#scrollUp:hover{
	background-color: #0c4ea4;
}
/*Custom Recent Posts Widget*/
.content .widget_sccango_recent_posts_widget
{
	width: 49% !important;
}
.sidebar .widget_sccango_recent_posts_widget
{
	width: 100% !important;
}
.widget_sccango_recent_posts_widget h1
{
	background: #3fcf7f url(includes/images/color-image-bg-3.png) !important; 
}
@media all and (max-width: 1024px) {

	.widget_sccango_recent_posts_widget {
		margin: 10px 10px 0 0 !important;
		width: 100% !important;
	}
}
.third-column{
	width: 30%;
	margin-left: 3%;
	float: left;
}
@media all and (min-width: 545px) and (max-width: 800px) {
	.third-column{
		width: 48%;
		margin-left: 2%;
	}
}
@media all and (max-width: 544px){
	.third-column{
		width: 100%;
		margin-left: 0;
	}
}
.eo-venue-map {
	z-index: 100 !important;
}
/*College Goal Text widget (2nd text widget)*/
.content .home-bottom.widget_text:nth-child(2) > h1{
	background: #5191d1 url(includes/images/color-image-bg-4.png) !important; 
}
/*jQuery Datepicker*/
table.ui-datepicker-calendar {border-collapse: separate;}
.ui-datepicker-calendar td {border: 1px solid transparent;}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
	background: #1D7AF3 none; /* a color that fits the widget theme */
	color: white; /* a color that is readeable with the color above */
}
#ui-datepicker-div{
	font-size: 16px;
}
.ui-datepicker .ui-state-default,.ui-datepicker  .ui-widget-content .ui-state-default,.ui-datepicker  .ui-widget-header .ui-state-default{
	padding: 8px;
}
.greenButton{
	color: white;
	background-color: #679b08;
	border-bottom:5px solid #578307;
	padding: 14px 26px 11px;
	font-size: 18px;
	text-align: center;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.greenButton:hover{
	background-color: #62910D;
}
.orangeButton{
	color: white;
	background-color: #fc853f;
	border-bottom:5px solid #DB763A;
	padding: 14px 26px 11px;
	font-size: 18px;
	text-align: center;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.orangeButton:hover{
	background-color: #E77D3F;
}

.blueButton{
	color: white;
	background-color: #1D7AF3;
	border-bottom:5px solid #0c4ea4;
	padding: 14px 26px 11px;
	font-size: 18px;
	text-align: center;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.blueButton:hover{
	background-color: #0c4ea4;
}
.toWhiteButton{
	border: 3px solid white;
	padding: 10px 20px 7px;
	color: white;
	font-size: 18px;
	text-align: center;
	background: transparent;
	-webkit-transition: transform .1s;
	transition: transform .1s;
	font-weight: 900;
	display: inline-block;
	text-transform: uppercase;
}
.toWhiteButton:hover{
	background: white;
	color: #3b3b3b;
}

.strip{
	border-radius: 3px;
	margin: 0 0 20px 0;
	padding: 15px 30px 15px 15px;
	border-left: 5px solid #eee;
}
.strip-red{
	background-color: #dd4b39;
	border-color: #c23321;
}
.strip-blue{
	background-color: #25B7D3;
	border-color: #0097bc;
}
/*Fix line height on captcha boxes*/
.recaptchatable *{
	line-height: normal !important;
}
/*Event Category Pages*/
.event-category-listing table{
	width: 100%;
}
.event-category-listing .event_thumb_container
{
	width: 25%;
	display: inline-block;
	vertical-align:top;
}
.event-category-listing .event_thumb_container img{
	width: auto; 
	height: auto; 
	margin-right:20px;
	max-width: 100%;
}
.event-category-listing .event-information{
	width: 71%;
	padding-left:2%;
	display: inline-block;
	vertical-align:top;
}
/*Ditty News Ticker*/
.mtphr-dnt-tick-container {
	position: relative;
	width:118%;
}
.mtphr-dnt-tick-contents {
	position: relative;
	overflow: hidden;
	width:100%;
}
.mtphr-dnt-tick {
	margin: 0;
	overflow: hidden; max-height: 90px;
}
.mtphr-dnt .mtphr-dnt-nav {
	position: absolute;
	top: 80px;
	margin-top: -19px;
	width:100%;
}
@media all and (min-width: 320px) and (max-width: 360px) {

  .mtphr-dnt .mtphr-dnt-nav {
	position: absolute;
	top: 80px;
	padding-right:28px;
	width:90%;
}
}
.mtphr-dnt-nav i {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 15px;
	line-height: 38px;
	color: #DDD;
	color: rgba(221, 221, 221, .8);
	float:right;
}
.mtphr-dnt-nav-next {
	right: -28px;

	background-position: -38px 0;
}
/*Events Table*/
.single-event .content table, .event-information table{
	width: 100%;
	table-layout:fixed;
}
.single-event .content table td, .event-information table td{
	width: 100%;
	word-wrap:break-word;
}
/* End Here*/
/*Google Calendar Events*/
#gce_widget-2{
	margin-bottom: 0;
}
/*Events List Widget Title*/
#gce_widget-3 h1{
	color: #7d7d7d;
	text-shadow: none;
	background: white;
}
/*Calendar cell*/
.gce-widget-grid .gce-calendar td{
	line-height: 25px;
	color: #7f7f7f;
}
.gce-widget-grid .gce-calendar td.gce-day-past{
	color: #b3b3b3;
}
.gce-month-title{
	font-size: 18px;
}
.gce-list-title{
	margin-left: 10px;
}
.gce-calendar th{
	font-weight: bold;
}
.gce-change-month{
	margin-left: 5px;
	margin-right: 5px;
}
.gce-has-events{
	background: #dcdcdc;
	color: #006FFF !important;
	font-weight: bold;
}
.gce-today{
	font-weight: bold;
}
.gce-navbar{
	padding: 10px 0;
}
/*End of Google Calendar Styling*/
/*Video Thumbnail Styling*/
.wpvl_auto_thumb_box_wrapper{
	display: inline-block;
	margin-bottom: 10px;
	margin-right:10px;
}
@media all and (min-width: 0px) and (max-width: 768px){
	.wpvl_auto_thumb_box_wrapper{
		display: block;
		text-align: center;
	}
}