charset "utf-8";
/* CSS Document s*/

#fos_user_registration_form_schoolboard_0
{
	margin-left:5px;
	margin-right:5px;
}
#fos_user_registration_form_schoolboard_1
{
	margin-left:5px;
	margin-right:5px;
}
#fos_user_registration_form_schoolboard_2
{
	margin-left:5px;
	margin-right:5px;
}
#fos_user_registration_form_schoolboard_3
{
	margin-left:5px;
	margin-right:5px;
}
#fos_user_registration_form_schoolboard_4
{
	margin-left:5px;
	margin-right:5px;
}
.multiple-val-input{
        height: auto;
        min-height: 34px;
        cursor: text;
        border: 1px solid #ddd;
        margin-left:15px;
        padding:5px;
    }
    .multiple-val-input ul{
        float: left;
        padding: 0;
        margin: 0;
         padding:5px;
    }
    .multiple-val-input ul li{
        list-style: none;
        float: left;
        padding:5px;
        margin-bottom: 3px;
        margin-right: 5px;
        position: relative;
        line-height: 13px;
        cursor: default;
        border: 1px solid #aaaaaa;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        background-clip: padding-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #e4e4e4;
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
        background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
        background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
        background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    }
    .multiple-val-input ul li a{
        display: inline;
        color: #333;
        text-decoration: none;
    }
    .multiple-val-input ul li a, .multiple-val-input ul li div{
        display: inline;
        margin-left: 3px;
    }
    .multiple-val-input input[type="text"]{
        float: left;
        border: none;
        outline: none;
        height: 20px;
        min-width: 5px;
        width: 5px;
    }
    .multiple-val-input span.input_hidden{
        font-size: 14px;
        position: absolute;
        clip: rect(0,0,0,0);
    }

.zoom {
  
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.most-p {
	font-size: 16px !important;
	margin: 0 0 10px;
	text-align: justify;
	color: #4a4a4a;
}
.t-black {
	color: #000000 !important;
}
.t-maroon {
	color: #660000 !important;
}
.padding-t-15 {
	padding-top: 15px;
}
.padding-t-20 {
	padding-top: 20px;
}
.padding-t-25 {
	padding-top: 25px;
}
.search-here {
	margin-left: -193px;
}
.pro-semibold {
	font-family: 'proxima_novasemibold', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
}
.pro-light {
	font-family: 'proxima_novalight', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
}
#home {
	background: url(../images/bg_parallax.jpg) no-repeat center center fixed;
	display: table;
	/* height: 100%;*/
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.navbar-brand {
	padding: 0px 15px;
	height: auto;
}
.signin-area{
    z-index: 1;
    padding: 104px 0px;
    position: relative;
    background: #222 url(../images/signin-bg.png) center center/cover no-repeat;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
     margin-top:20px;
    margin-bottom:20px;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header
{
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size:16px;
    font-weight:bold;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
   
}
.center {
  margin: auto;
  width: 50%;
 
  padding: 10px;
}
.nav > li > a {
	font-family: 'proxima_nova_rgregular', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	color: #6a4b00;
	padding-left: 5px;
	padding-right: 10px !important;
}
.navbar-inverse .navbar-nav>li>a {
	color: #6a4b00;
	text-transform: uppercase;
	font-size: 16px;
}
.nav>.dropdown>.navbar-brand {
	padding: 0px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #6a4b00;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 40px;
}
.navbar-inverse {
	background-image: url("../images/swirl_pattern.png");
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);*/
	box-shadow: 0 0 5px rgb(252, 203, 10);
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #6a4b00;
	background-color: #fcdb00;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	color: #6a4b00;
	background-color: #fcdb00;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: rgba(228, 161, 0, 0.8);
}
.h2, h2 {
	font-size: 25px;
}
blockquote {
	border-left: 5px solid #fcb200;
	margin: 0 0 20px;
	padding: 0 20px;
	color: #4a4a4a;
}
.join-us-bar {
	background-color: #727272;
	color: #fff;
	font-size: 23px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-transform: uppercase;
}
.join-us-label {
	max-width: 710px;/*padding: 20px;*/
}


/*dgdf*/
.pages-bar {
	color: #fff;
	font-size: 18px; 
	text-transform: none;
	margin-top:10px  !important;
	margin-bottom:0px  !important;

   /*
	margin-top:-160px;
	margin-bottom:125px;*/
}
/*section .img-responsive*/
/*{*/
/*    width:100%;max-height:300px;*/
/*    min-height:300px;*/
/*}*/
/*.fill > .img-responsive*/
/*{*/
/*    width:100%;max-height:300px;*/
/*    min-height:300px;*/
/*}*/
.pages-label {
	max-width: 710px;
	line-height: 3;
	background: rgba(68, 68, 70, 0);
	color: #000 !important;
}
a {
	text-decoration: none;
	color: #000000;
}
.btn-warning {
	background-color: #fcb200;
	border-color: #eea236;
	color: #000;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 16px;
}
a:focus, a:hover {
 color:
}
/*classes by old css for socialism*/
#email a {
	/*background: url("../images/social/email.png") no-repeat scroll center center rgba(0, 0, 0, 0);*/
	float: left;
	height: 30px;
	margin-right: 15px;
	transition: all 0.5s ease 0s;
	width: 30px;
}
#email a:hover {
	/*background: url("../images/social/email_hover.png") no-repeat scroll center center rgba(0, 0, 0, 0);*/
	transition: all 0.5s ease 0s;
}
#facebook a {
	background: url("../images/social/facebook.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	float: left;
	height: 30px;
	margin-right: 15px;
	transition: all 0.5s ease 0s;
	width: 30px;
}
#facebook a:hover {
	background: url("../images/social/facebook_hover.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	transition: all 0.5s ease 0s;
}
#twitter a {
	background: url("../images/social/twitter.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	float: left;
	height: 30px;
	margin-right: 15px;
	transition: all 0.5s ease 0s;
	width: 30px;
}
#twitter a:hover {
	background: url("../images/social/twitter_hover.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	transition: all 0.5s ease 0s;
}
#youtube a {
	background: url("../images/social/youtube.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	float: left;
	height: 30px;
	margin-right: 15px;
	transition: all 0.5s ease 0s;
	width: 30px;
}
#youtube a:hover {
	background: url("../images/social/youtube_hover.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	transition: all 0.5s ease 0s;
}
#tumblr a {
	background: url("../images/social/tumblr.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	float: left;
	height: 30px;
	margin-right: 15px;
	transition: all 0.5s ease 0s;
	width: 30px;
}
#tumblr a:hover {
	background: url("../images/social/tumblr_hover.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	transition: all 0.5s ease 0s;
}
#instagram a {
	background: url("../images/social/instagram.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	float: left;
	height: 30px;
	margin-right: 15px;
	transition: all 0.5s ease 0s;
	width: 30px;
}
#instagram a:hover {
	background: url("../images/social/instagram_hover.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	transition: all 0.5s ease 0s;
}
#googleplus a {
	background: url("../images/social/googleplus.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	float: left;
	height: 30px;
	margin-right: 15px;
	transition: all 0.5s ease 0s;
	width: 30px;
}
#googleplus a:hover {
	background: url("../images/social/googleplus_hover.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	transition: all 0.5s ease 0s;
}
/*classes by old css for socialism is over here*/

footer form .name {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #545454;
	color: #8a8a8a;
	float: left;
	font-size: 12px;
	padding: 10px;
	width: 100%;
}
footer form .email {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #545454;
	color: #8a8a8a;
	float: left;
	font-size: 12px;
	margin-top: 15px;
	padding: 10px;
	width: 100%;
}
footer form textarea {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #545454;
	color: #8a8a8a;
	font-family: proxima_nova_rgregular, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12.5px;
	height: 100px;
	margin-top: 15px;
	padding: 10px;
	width: 100%;
}
footer form .submit {
	background: none repeat scroll 0 0 #989898;
	border: medium none;
	color: #ffffff;
	cursor: pointer;
	float: right;
	font-size: 12.5px;
	font-weight: bold;
	margin-left: 17px;
	margin-right: 25px;
	margin-top: 17px;
	padding: 9px;
	transition: all 0.1s ease-out 0.1s;
	width: 234px;
}
hr {
	border-color: #000;
	color: #000000;
	width: 100%;
}
.joinusul {
	list-style-position: outside;
	margin-left: -25px;
}
.tabdisplayer {
	width: 100%;
	border-left: 1px solid rgb(255, 255, 255);
	height: 63px;
}
.grade, .noaccess, .citigrade{
	height: 72px;
	background-color: #727272;
	color: #fff;
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
	line-height: 72px;
	cursor: pointer;
}
.grade-active {
	background-color: #fcca00;
	color: #000;
	background-image: url("../images/swirl_pattern.png");
}
.lowspace {
	padding-right: 1px;
	padding-left: 1px;
}
.contentheader {
	background-color: #d2d2d2;
	color: #666565;
	float: left;
	font-size: 25px;
	font-weight: bold;
	line-height: 50px;
	text-indent: 20px;
	text-transform: uppercase;
	width: 100%;
}
.close_it {
	float: left;
	height: 50px;
	width: 50px;
	background-image: url(../images/popup-close.jpg);
	background-size: cover;
}
.close_it:hover {
	float: left;
	height: 50px;
	width: 50px;
	background-image: url(../images/popup-close-hover.jpg);
	background-size: cover;
}
.dl_it {
	float: left;
	height: 50px;
	width: 50px;
	background-image: url(../images/popup-download.jpg);
	background-size: cover;
}
.dl_it:hover {
	float: left;
	height: 50px;
	width: 50px;
	background-image: url(../images/popup-download-hover.jpg);
	background-size: cover;
}
.sug-pro {
	font-size: 20px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 20px !important;
}
.table-headings {
	background-color: rgb(114, 114, 114) !important;
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-size: 20px;
}
.ppt-liquid-200 {
	display: table;
	height: 200px;
	width: 100%;
}
.ppt-liquid-300 {
	display: table;
	height: auto;
	width: 100%;
}
.ppt-liquid-400 {
	display: table;
	height: 400px;
	width: 100%;
}
.ppt-liquid-500 {
	display: table;
	height: 500px;
	width: 100%;
}
.ppt-texts {
	display: table-cell;
	/*text-align: center;*/
	vertical-align: middle;
	width: 100%;
	color: #5b2d00;
	font-size: 22px;
	padding-bottom: 25px;
	padding-top: 25px;
}
.ppt-bg {
	float: left;
	background-image: url(../images/ppt_bk_bg.jpg);
	background-repeat: no-repeat;
	background-color: #e1870c;
	background-size: 100% auto;
	height: auto;
	width: 100%;
}
.t-center {
	text-align: center;
}
.t-left {
	text-align: left;
}
.panel-default > .panel-heading {
	background-color: #bb8704;
	color: #fff;
	padding: 18px;
}
.arrow_left {
	background-image: url(../images/ppt_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 50px;
	width: 46px;
}
.arrow_left:hover {
	background-image: url(../images/ppt_left_hover.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 50px;
	width: 46px;
}
.arrow_right {
	background-image: url(../images/ppt_right.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 50px;
	width: 51px;
}
.arrow_right:hover {
	background-image: url(../images/ppt_right_hover.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 50px;
	width: 51px;
}
.ppt-nxt-prvs {
	background-color: #c1c1c1;
	float: left;
	height: 69.5px;
	padding: 9px;
	width: 117px;
}
.no-of-slides {
	border-right: 1px solid #c1c1c1;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	padding-right: 10px;
}
.caption-bar {
	border: 1px solid #c1c1c1;
	float: left;
	height: 72px;
	width: 100%;
}
.caption-texts {
	color: #575757;
	text-align: justify;
	font-size: 16px;
}
.audio-player {
	width: 700px;
}
.video-player {
	width: 100%;
	margin: 0 auto;
	float: none;
}
.form-horizontal .control-label {
	background: none repeat scroll 0 0 #8e8e8e;
	border-radius: 4px;
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: right;
}
.ch-images {
	max-width: 100% !important;
	margin: 0 auto !important;
}
.content-center {
	float: none;
	margin: 0 auto;
}
.search-icon {
	padding: 41px 12px;
}
.font-44 {
	font-size: 34px;
	text-align: center;
	font-weight: bold;
	clear: both;
}
.captcha_reload {
	background: url(../images/reload.png) no-repeat top left;
	width: 56px;
	height: 56px;
	display: block;
	float: left;
}
.captcha_reload:after {
	content: '';
}
.tag-line {
	border-top: 1px solid black;
	color: #000 !important;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	padding-top: 15px;
	clear: both;
}
.txt-middle {
	margin-top: 75px;
	margin-bottom: 75px;
	text-align: center;
}
.error-name {
	color: red !important;
}
footer hr {
	float: left;
}
.streetplay-head
{
	background-color:gray;
}

.streetplay-hr
{
	 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 3px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
	border-color: gray;
    color: gray;
    width: 100%
	
}
#email
{
	background-image: url(../images/social/email.png);
	background-repeat:no-repeat;
	height:30px;
	width:30px;
	float:left;
	margin:5px;
}
#facebook
{
	background-image: url(../images/social/facebook.png);
	background-repeat:no-repeat;
	height:30px;
	width:30px;
	float:left;
	margin:5px;
}
#twitter
{
	background-image: url(../images/social/twitter.png);
	background-repeat:no-repeat;
	height:30px;
	width:30px;
	float:left;
	margin:5px ;
}


