@charset "utf-8";
/* CSS Document */
/*     RESET      */
* {
	margin: 0px;
	padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

html {
	background: #FFFFFF;
	min-height: 100%;
}

body {
	float:none;
	display: inline;
	min-width: 1024px;
}

a {
	text-decoration: none;
	color: #4194df;
}

img {
	border: none;
}

ul,li {
	list-style: none;
}

.wrap {
	float: left;
	display: inline;
	width: 100%;
}

.content_middler {
	width: 100%;
	margin: 0 auto;
	padding: 0px 41px;
}

/*     HEADER      */
.header {
	height: 144px;
}

.navbar.container {
	width: 100% !important;
	max-width: 100% !important;
}

.header_top {
	float: left;
	display: inline;
	width: 100%;
	height: 98px;
	background: #ffffff;
}

.header_logo {
	display: inline;
	width: 499px;
	height: 71px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.header_logo a.logo img {
    width: 100%;
}

.header_logo a.logo {
    width: 262px;
}

.header_text {
	float: right;
	display: inline;
	margin: 18px 10px;
}

/*     NAVIGATION      */
.header_menu {
	width: 100%;
    height: 47px;
    background: #aaaaaa;
}

.navbar {
	min-height: 47px !important;
	border: 0px !important;
}

.top_nav {
	float: left;
	display: inline;
	width: auto;
	height: 47px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

.top_nav li {
	float: right;

}

.top_nav li.upload {
	width: auto;

}

.top_nav li.rate {
	width: 128px;
	height: 47px;
	background: url(../img/btn_rate.png) 0px -47px;
}

.top_nav li.browse {
	width: 146px;
	height: 47px;
	background: url(../img/btn_browse.png) 0px -47px;
}

.top_nav li.wp {
	width: 128px;
	height: 47px;
	background: url(../img/btn_what.png) 0px -47px;
}

.top_nav li:hover {
	background-position: 0px 0px;
}

.top_nav li.active {
	background-position: 0px 0px;
}

.top_nav li {
    height: 47px;
    background: url(m1.png) right center;
    margin-right: -14px;
}
.top_nav li:hover {
    background: url(m2.png) right center;
}
.top_nav li:active {
    background: url(m2.png) right center !important;
}

.top_nav li a {
	display: inline-block;
    text-decoration: none;
    color: #fff !important;
    display: block;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    transition: all 0.4s ease;
    padding: 14px 22px 12px 22px;
    text-transform: uppercase;
}

.top_nav li:last-child {
	border-left: 1px solid #000;
	padding-left: 0px;
}

.icon-nav {
	float: right;
}

.icon-nav img {
    width: 25px;
    margin-top: -5px;
    float: left;
    margin-left: 8px;
}

.icon-nav .field--name-field-menu-icon-default img {
	position: absolute;
}

.top_nav li:first-child {
	background: url(m1.png) center;
	border-right: 1px solid #000;
	padding-left: 8px;
}

.top_nav li:first-child:hover {
	background: url(m2.png) center;
}

.top_nav li:first-child a{
	padding-right: 16px;
}

li.upload:nth-child(2) a {
	padding-left: 30px;
}

li.upload:nth-child(3n) a {
	padding-left: 30px;
}

li.upload:nth-child(3n) .icon-nav img {
	width: 30px;
	padding-top: 2px;
}

li.upload:nth-child(1) .icon-nav img {
	width: 30px;
	padding-top: 2px;
}

.top_nav li a:hover .field--name-field-menu-icon-default img {
	opacity: 0;
}

.field--name-field-menu-icon img {
	opacity: 0;
}

.top_nav li a:hover .field--name-field-menu-icon img {
	opacity: 1;
}


.options {
	margin: 0px 12px 0px 0px;
    float: right;
}

.options li {
	float: left;
	display: inline;
	margin: 0px 1px;
}

.options li.teacher {
    border: 1px solid #000;
    padding: 6px;
    margin-top: 6px;
    text-decoration: none;
}

.options li.technique {
	text-decoration: none;
	right: -13px;
    border: 1px solid #000;
    position: relative;
    padding: 6px;
    margin-top: 6px;
}
.options li.teacher:hover {
    background-color: #13a0d9;
}
.options li.technique:hover {
    background-color: #13a0d9;
}

.icon-nav {
	float: right;
}

.options li a {
    display: inline-block;
    height: 20px;
    font-size: 14px;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
}

.options li:hover {
	background-position: 0px 0px;
}

.options li.active {
	background-position: 0px 0px;
}
/*     SUBMENU      */
.sub_menu {
	position: absolute;
    right: -1px;
    top: 33px;
    width: 994px;
	height: auto;
	margin: 0px auto;
	background: #13a0d9;
	padding: 30px 10px 10px;
	float: none;
	border: #333 solid 1px;
	z-index: 1000;
	clear: both;
	display:none;
}

.options li.technique:hover .sub_menu{
	display:inline;
	}

.sub_menu .box {
	float: left;
	display: inline;
	margin:15px 0 15px 10px;
}

.sub_menu .left {
	float: left;
	display: inline;
	height: 160px;
}

.sub_menu .left img {
	width: 84px;
	height:auto;
	max-height:160px;
	margin-right:10px;
}

.sub_menu .right {
	float: right;
	display: inline;
	width: 353px;
}

.sub_menu .right h4 {
	font-size: 18px;
	color: #fff;
	margin:0px;
	padding:0px 0px 0px 10px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

.sub_menu .right p {
	font-size: 15px;
	line-height: 18px;
	padding: 0px 0px 0px 10px !important;
	color: #fff;
	text-align: left;
	margin:0px;
	padding:0px;
}

.sub_menu .right a{
	font-size:14px;
	text-decoration:underline;
	}
.border_hider {
	position: absolute;
	top: 30px;
	right: 0px;
	z-index: 1001;
	float: right;
	display: block;
	width: 199px;
	margin:0 0 0 1px;
	height: 4px;
	background: #13a0d9;
	display: none;
}

.options li:hover .border_hider {
	display: inline;
}

.wrap_main {
	float: left;
	display: inline;
	width: 100%;
	height: auto;
}

/*     HOME CONTENT      */
.content {
	float: left;
	display: inline;
	width: 100%;
	height: auto;
}

.content_top {
	float: left;
	display: inline;
	width: 960px;
	height: 550px;
	margin-top: 20px;
}

.content_top .left_section {
	float: left;
	display: inline;
	width: 675px;
	height: 550px;
	margin-right: 21px;
}

.left_section .title {
	float: left;
	display: inline;
	width: 100%;
	height: 50px;
}

.left_section .title h1 {
	margin: 0px;
	padding: 0px;
	line-height: 50px;
	font-size: 27px;
	font-weight: bold;
}

.left_section .video {
	float: left;
	display: inline;
	width: 100%;
	height: 450px;
}

.carousel_wrapper {
	float: left;
	display: inline;
	width: 675px;
	height: 450px;
	overflow: hidden;
	position: relative;
}

.carousel_wrapper img.loading {
	position: absolute;
	top: 225px;
	left: 337px;
	margin: -70px 0px 0px -46px;
}

.carousel_container {
	float: left;
	display: inline;
	width: auto;
	height: 450px;
}

.carousel_container img {
	float: left;
	display: inline;
	width: 675px;
	height: 450px;
}

.left_section .video_nav {
	float: left;
	display: inline;
	width: 100%;
	height: 70px;
}

.video_nav p {
	float: left;
	display: block;
	width: auto;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.video_nav p a {
	text-decoration: underline;
}

.video_nav .button {
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	margin: 15px 0px 5px 5px;
	cursor: pointer;
}


.video_nav .button.prev{
	background:url("/img/left_arrow.png") 0px 0px;
	}

.video_nav .button.next{
	background:url("/img/right_arrow.png") 0px -20px;
	}

.content_top .right_section {
	float: right;
	display: inline;
	width: 260px;
	height: 550px;
}

.right_section p {
	float: left;
	display: block;
	margin-top: 50px;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
}

.content_bottom {
	float: left;
	display: inline;
	width: 100%;
	height: auto;
	border-top: #FFF solid 1px;
	padding: 35px 0px 42px 0px;
}

.content_bottom .box {
	float: left;
    display: inline;
    width: 24.5%;
    min-height: 215px;
    margin: 0px 3px 0px 3px !important;
    padding: 22px 18px;
	//background: url(../img/box_bg.png)
}

.content_bottom .first {
	margin-left: 0px;
}

.content_bottom .last {
	margin-right: 0px;
}

.box_row {
	float: left;
	display: inline;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 3px;
}

.box_row img {
	//width: 60px;
	//height: 50px;
}

.box_row h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #ffffff !important;
}

.box_row p {
	line-height: 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff !important;
}

/*     RATE CONTENT      */

#voteResults{padding:0 0 9px;}
#voteResults .content{
	height:64px;
	width:549px;
	float: left;
	overflow:hidden;
	padding:5px 7px;
	background:url(/img/bg-block.png);
}

#voteResults .content .wrapper strong{
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	background:#000;
	overflow:hidden;
}

#voteResults .content .wrapper div{
	float: left;
	width:64px;
	height:64px;
	margin:0 57px 0 0;
	position: relative;
}

#voteResults .content .wrapper {
width: 111%;
}

#voteResults .content .wrapper span {
font-weight: bold;
text-align: center;
display: block;
font-size: 18px;
line-height: 64px;
position: relative;
z-index: 10;
color: white;
}

#rateMore :hover {

}

#rateMore {
    float: right;
    background: #4696dc;
    position: relative;
    top: 78px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 14px 18px;
    font-weight: bold;
    color: #fff !important;
    right: 26px;
}

.rate_content_left {
	float: left;
	display: inline;
	width: 680px;
	height: auto;
	padding: 15px;
	//background: url(../img/box_bg.png);
	margin-top: 20px;
}

.rate_content_left .banner{
	float: left;
	display: inline;
	width: 100%;
	height: auto;
	text-align: center;
	background:#181818;
}

.rate_content_left .visual img {
	/*max-width:100%;
	margin-top:0px;
	margin-bottom:0px;*/
}

.rate_content_left .visual .question {
	width: 100%;
	text-align: center;
	background:none;
    height: 450px;
    margin:0px;
}

.rate_content_left .visual .question img{
	height:450px;
	width:600px;
	border:none;
	margin:0px;

}

.rate_content_left .banner p {
	float: left;
	display: inline;
	width: 680px;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
}

.rate_content_left .ratting_area {
	float: left;
	display: inline;
	width: 100%;
	height: 120px;
	margin-top: 10px;
	padding-bottom: 15px;
	border-bottom: #FFF solid 1px;
	margin-bottom: 5px;
}

.ratting_area .left {
	float: left;
	display: inline;
	width: 740px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ratting_area .left_top {
	float: left;
	display: inline;
	width: 100%;
	height: 50px;
}

.ratting_area .left_bottom {
	float: left;
	display: inline;
	width: 530px;
	height: 30px;
}

.left_bottom span {
	font-size: 12px;
	line-height: 30px;
}

.ratting_area .right {
	float: left;
	display: inline;
	width: 100px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 14px;
	background: #000;
}

.title1 {
	line-height: 120%;
}

#voteResults {
	background: url("/img/bg-block.png") repeat scroll 0 0 transparent;
	float: left;
	display: inline;
	height: 68px;
	overflow: hidden;
	padding: 3px 7px;
	width: auto;
}

#voteResults .wrapper div {
	float: left;
	display: inline;
	width: 88px;
	height: 64px;
	position: relative;
	margin: 0px 28px;
	text-align: center;
}

#percentVote-beneficial{
	margin-left:2px !important;
	}

#percentVote-harmful{
	margin-right:0px !important;
	}

#voteResults .wrapper span {
    background: #737070;
    width: 40px;
    content: "";
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 12px;
    height: 40px;
    border-radius: 50%;
    line-height: 42px;
}
#percentVote-harmful .mark {
    background-color: transparent;
}

#voteResults .wrapper strong {
	display: block;
	width: 82px;
	height: auto;
	text-align: center;
	line-height: 64px;
	position: absolute;
	z-index: 2;
	background: #000;
	bottom: 0px;
}

#voteResults .mark strong {
	background: #F97306;
}


.propaganda_list {
	padding-left: 10px;
	margin-top: 70px;
	font-family: Arial;
	font-size: 16px;
	color: #eaeaea !important;
}

.propaganda_list li {
	font-family: Arial;
	font-size: 16px;
	color: #eaeaea !important;
}

.hr_row {
	float: left;
	display: inline;
	width: 100%;
	height: auto;
	margin: 5px 0px;
}

.hr_row p{
	font-size:15px;
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	}

.hr_row_left_sec {
	float: left;
	display: inline;
	width: 220px;
	height: auto;
	font-weight: bold;
}

.hr_row_left_sec p {
	font-size: 14px
}

.hr_row_right_sec {
	float: right;
	display: inline;
	width: 450px;
	height: auto;
}

.hr_row_right_sec p {
	font-family: Arial
	font-size: 14px;
}

.hr_row_right_sec h1 {
	font-family: Arial
	font-size: 19px;
}

.hr_row form {
	float: right;
	display: inline;
	width: 450px;
	height: auto;
	padding: 10px 0px;
	border-bottom: #000 solid 2px;
}

.hr_row form p {
	float: left;
	display: inline;
	width: 100%;
	height: auto;
	margin: 5px 0px;
	font-size: 14px;
}

.hr_row form span {
	float: left;
	display: inline;
	width: 100%;
	line-height: 20px;
	font-size: 12px;
	margin: 2px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.hr_row form input {
	float: left;
	display: inline;
	width: 100%;
	line-height: 20px;
	font-size: 12px;
	margin: 2px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}

.hr_row form textarea {
	float: left;
	display: inline;
	width: 100%;
	height: 150px;
	line-height: 20px;
	font-size: 12px;
	margin: 2px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}

.hr_row .button {
	float: right;
	display: inline;
	width: 70px !important;
	text-align: center;
	height: 20px;
	line-height: 20px;
	background: #000;
	font-size: 14px;
	border: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 160px;
	cursor: pointer;
}


.hr_row .comment_con {
	float: right;
	display: inline;
	width: 450px;
	height: auto;
}

.comment_con .comment {
	float: left;
	display: inline;
	width: 100%;
	height: auto;
}

.comment h1.title,.comment span {
	font-size: 14px;

}

.comment p {
	font-size: 12px;
	color: #C0C0C0;
	margin: 5px 0px;
	}

.comment p span {
	float: left;
	display: inline;
	//background: url(../img/box_bg.png);
	padding: 2px;
	margin: 3px;
	font-size: 12px;
	line-height: 24px;
	width: 40px;
}

.like_unlike {
	float: left;
	display: block;
	width: auto;
	padding: 2px;
	//background: url(../img/box_bg.png);
	margin: 3px;
}

.like_unlike img {
	float: left;
	display: inline;
	margin-right: 3px;
}

.like_unlike span {
	float: right;
	display: inline;
	line-height: 24px;
	padding: 0px 2px;
}

.rate_content_right {
	float: right;
	display: inline;
	width: 230px;
	height: 200px;
	margin-top: 20px;
}

.rate_content_right p {
	float: left;
	display: inline;
	font-size: 16px;
	width: 100%;
}

.rate_content_right a {
	float: left;
	display: block;
	margin: 2px;
}

.ques_pop_box {
	float: left;
	display: none;
	width: 600px;
	height: auto;
	margin: 10px 30px;
	background: #000;
	padding: 5px;
}

.ques_pop_box p {
	display: block;
	width: 590px;
	height: auto;
	text-align: center;
}

.filter_box {
	float: left;
	display: inline;
	width: 220px;
	height: 40px;
	/*background: url(../img/select_bg.png);
	background: #181818;*/
	background: #797874;
	border: none;
	position: relative;
}

.filter_box input {
	display: none;
}

.filter_box ul {
	float: left;
	display: inline;
	width: 200px;
	height: auto;
	margin: 0px;
	margin-top: -4px;
	position: absolute;
	top: 39px;
	left: 0px;
	display: none;
	border-top: #FFF solid 1px;
}

.filter_box li {
	float: left;
	display: block;
	width: 170px;
	height: 18px;
	padding: 14px 15px 14px 10px;
	line-height: 18px;
	/*background: url(../img/select_bg.png);
	background: #181818;*/
	background: #797874;
	border-bottom: #FFF solid 0px;
}

.filter_box a {
	float: left;
	display: block;
	width: 170px;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
}

.filter_box a.first {
	float: left;
	display: block;
	width: 170px;
	/*height: 18px;*/
	line-height: 18px;
	background: url(../img/downarrow.png) right no-repeat;
		background-position: 230px;
	/*padding: 7px 20px 0px 10px;*/
	height:20px;
	padding:10px 5px 10px 10px;
	font-size: 18px;
}
.filter_box a.first:hover {
	background-color: #f97306 !important;
}

.filter_box li:hover {

	background-color: #f97306 !important;
}

/*    Gallery     */
.gallery_container {
	float: left;
	display: inline;
	width: 100%;
	height: auto;
	/*background: url(../img/box_bg.png);*/
	margin-top: 20px;
}

.filter_area {
	float: left;
	display: inline;
	width: 100%;
	height: 60px;
	margin-top: 10px;
}

.filter_area span,.filter_area select {
	float: left;
	display: inline;
}

.filter_area span {
	width: auto;
	height: 60px;
	font-size: 16px;
	padding: 0px 5px;
	position: relative;
}

.gallery_display {
	float: left;
	display: inline;
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.img_box {
	float: left;
	display: inline;
	width: 218px;
	height: auto;
	margin: 18px 10px 17px 11px;
}

.img_box .thumb {
	float: left;
	display: inline;
	width: 218px;
	height: 146px;
	//background: #40260E;
	overflow: hidden;
	text-align: center;
}

.img_box p {
	float: left;
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	font-family: Arial, Helvetica,sans-serif;
}

.img_box p span {
	font-size: 16px;
	font-family: Arial, Helvetica,sans-serif;
}


.img_box p.p_rate{

	}

.img_box p.p_rate span{
	}

.img_box p.last_row a{
	float:right;
	display:block;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	padding-right:25px;
	background:url(../img/discuss.png) right 5px no-repeat;
	}

	.img_box p.last_row2 a{
	/*float:right;*/
	display:block;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	/*padding-right:15px;*/

	}

/*    Annotation     */
.content_left {
	float: left;
	display: inline;
	width: 680px;
	height: auto;
	padding: 15px;
	//background: url(../img/box_bg.png);
	margin-top: 20px;
}

.content_left h1.title {
	float: left;
	display: block;
	width: 100%;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 20px;
}

.hr_section  {
	float: left;
	display: inline;
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}

.hr_section_left {
	float: left;
	display: inline;
	width: 170px;
	height: auto;
}

.hr_section_right {
	float: right;
	display: inline;
	width: 440px;
	height: auto;
}

.hr_section h1 {
	float: left;
	display: inline;
	width: 100%;
	height: auto;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.hr_section p {
	float: left;
	display: inline;
	height: auto;
	font-family: Arial;
	font-size: 16px;
	color: #000000 !important;
	margin: 0px;
	padding: 0px;
}

.hr_section p img {
	float: left;
	display: inline;
	margin: 5px 20px 10px 0px;
}

.content_right {
	float: right;
	display: inline;
	width: 200px;
	height: 200px;
	margin-top: 20px;
}

.content_right h4 {
	float: left;
	display: block;
	width: 90%;
	height: 25px;
	font-size: 16px;
	line-height: 25px;
	border-bottom: #FFF solid 1px;
	margin-bottom: 10px;
}

.content_right a {
	float: left;
	display: block;
	width: 90%;
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 5px;
}

/*    Teachers Annotation     */
.mail_submission input {
	float: left;
	display: inline;
	width: 350px;
	height: 30px;
	padding: 0px 3px;
	line-height: 30px;
	color: #000;
}

.mail_submission button {
	float: left;
	display: inline;
	width: auto;
	height: auto;
	padding: 5px 8px;
	background: #000;
	border: none;
	color: #FFF;
	margin-left: 8px;
	cursor: pointer;
}

.mail_submission p {
	width: 650px;
}

#forgotID{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #eaeaea;
	text-decoration: underline;
	float: left;
	display: block;
}
/*     Upload      */
.annotation_upload input,.annotation_upload textarea {
	padding: 3px;
	color: #000;
	font-size: 14px;
	margin-top: 5px;
}

.annotation_upload .input {
	width: 400px;
}

.annotation_upload P {
	display: inline;
	width: 650PX;
}

.annotation_upload P span {
	float: right;
	font-size: 14px;

}

.annotation_upload P i {
	font-size: 14px;
}

#btnFile {
	display: block;
	width: 100px;
	height: auto;
	padding: 7px 3px;
	background: #000;
	text-align: center;
	color: #FFF;
	border-radius: 3px;
	cursor: pointer;

}
.file{
font-family:Arial;
font-size:17px;
}
#btnFile:hover, #btnFile_p:hover, input[type=file]:hover, input[type=submit]:hover {
	cursor: pointer;
	cursor: hand;
}
/*     FOOTER      */
#submitBtn {
	cursor: pointer;
}

.footer {



	border-top: #000 solid 1px;
	padding: 5px 0px 100px 0px;
	margin-top:20px;
}

.footer p {
	float: left;
	display: block;
	width: auto;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #C0C0C0;
}

.footer ul {
	float: right;
	display: inline;
	width: auto;
	height: 20px;
}

.footer ul li {
	float: left;
	display: inline;
	width: auto;
	height: 20px;
}

.footer li a {
	display: block;
	line-height: 20px;
	padding: 0px 5px;
	color: #C0C0C0;
	font-size: 12px;
}

.footer li span {
	display: block;
	line-height: 20px;
	color: #C0C0C0;
	font-size: 12px;
}

/* bubble stuff */
div#bubbleContainer {
	cursor: pointer;
	position: relative;
	left: 15px;
    top: 10px
}

div#bubbleOverlay {
	position: absolute;
    top: 0px;
	background: url('/img/bubbles_black.png') no-repeat left center;
	z-index: 1;
}

div#bubbleRolloverBg {
	position: absolute;
    top: 0px;
	z-index: 2;
	left: 0px;
	width: 0px;
	background: url('/img/bubbles_dim.png') no-repeat left center;
}

div#bubbleClickBg {
	position: absolute;
    top: 0px;
	z-index: 3;
	left: 0px;
	width: 0px;
	background: url('/media/img/bubbles_bright.png') no-repeat left center;
}

.bubble-pan {
    width: 697px;
    height: 50px;
}

.bubble {
	width: 697px;
	height: 50px;
}

/* END bubble stuff */

/*Error Handler*/
p.error {
	color: #09F !important;
}

.darkButton {
	background: #000000 !important;
	font-family: Arial;
	padding: 3px 14px;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	cursor: pointer;
}


/* Navigation changes */

img.hidden{
	display:none !important;
	}

#comments_con span{
	margin:5px 3px 2px 0px;
	}

body{
   background-color: #FFFFFF !important;
    min-width: 100%;
}
.navbar-default {
    background-color: #ababaa;
    border-color: #ababaa;
}
.navbar {
     border-radius: 0px;
}
.header-logo{
background-color: #fff;
}
ul.options li:nth-child(2):after {
	content: url(arrow.png);
	margin-left: 5px;
}
ul.options li:nth-child(2):hover:after {
    content: url('arrow.png');
    margin-left: 5px;
}
#voteResults .wrapper span {
    background: none;
    width: 100%;
    content: "";
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 12px;
    height: 40px;
    border-radius: 50%;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    z-index: 3;
}
.rc-inter {
    width: 25%;
    float: right;
    border: 1px solid #d3d6db;
    padding: 0px 20px 20px 20px;
    margin-top: 6px;
    text-align: center;
}
.rc-cmnt {
    padding: 26px 0px;
    width: 70%;
    margin-top: 6px;
    margin-bottom: 60px;
	border: 1px solid #d3d6db;
}
.join-discussion a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    padding: 0px 0px 0px;
    display: inline-block;
}
.join-discussion img {
    display: block;
    margin: 10px 0px 10px 0px;
}
.rc-cmnt .commentlist {
    padding: 0px 26px;
    display: inline-block;
    width: 100%;
}
.rc-cmnt .comment span {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}
.rc-cmnt p.fnr {
    padding: 40px 26px 15px;
    text-align: center;
}
.comment-text .avatar {
	float:left;
	width: 15%;
	padding-top: 5px;
}
.comment-dets {
    float: left;
    width: 84%;
}
.comment-dps {
	padding: 0px;
    width: 70%;
    margin-top: 0px;
    border: 1px solid #d3d6db;
    margin-bottom: 60px;
}
.rc-cmnt .date {
	font-size: 12px;
	float: right;
	padding-top: 4px;
	color: #90949c;
}
.rc-cmnt .field.field--name-field-comment-desc.field--type-string-long.field--label-hidden.field--item {
	font-size: 14px;
}
.vote-widget.vote-widget--like-and-dislike {
    padding: 15px 0px;
}
.benf {
	float: left; font-size: 14px; font-weight: bold; color: #010101;
}
.harm {
	float: right; margin-right: 18px; font-size: 14px; font-weight: bold; color: #010101;
}
.comment-dps h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #010101;
    padding: 26px 26px 22px;
    margin: 0px;
    border-bottom: 1px solid #d3d6db;
}
.avatar img {
    width: 73px;
    height: 73px;
}
article.media.is-promoted section {
	padding: 0px;
}
article.media.is-promoted section h2 {
	/* font-size: 24px; */
	text-transform: uppercase;
	font-weight: bold;
	color: #010101;
	padding: 0px 26px 26px;
	margin: 0px;
	border-bottom: 1px solid #d3d6db;
}
.comment-text {
    width: 100%;
    display: block;
    padding: 25px 0px 20px;
    float: left;
    border-bottom: 1px dashed #ddd;
}
article.media.is-promoted section h2:nth-child(2n) {
	margin-top: 30px;
	padding-top: 26px;
	border-top: 1px solid #d3d6db;
	    font-size: 14px;
    font-weight: bold;
}
article.media.is-promoted section article {
	padding: 0px;
}
article.media.is-promoted section article p {
    font-weight: bold;
}
article.media.is-promoted section form#comment-form {
    padding: 26px;
    margin-top: 0px;
}
.gallery_display .browse-img{
	margin-top: 30px;
}
.views-field-field-image img,
.views-field-field-video img{
	margin-top: 30px;
}
.classroom_link{
   display: inline-flex;
   float: right;
   width: auto;
   color: #000;
}
.media .field--name-field-image, .media .field--name-field-tweet-or-fb {
    padding: 26px;
	border: 1px solid #181818;
	background: #333;
	border-bottom: 1px solid #333333;
 }
.rc-content {
    margin: 0px;
    background: #333;
    border: 1px solid #181818;
    padding: 0px;
    width: 100%;
    display: inline-block;
    padding-top: 10px;
    border-top: 0;
    margin-bottom: 30px;
}
 .rc-content .field--label,.rc-tech .field--label,.rc-sub .field--label  {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	color: #010101;
	padding: 23px 21px 29px;
	margin: 0px;
	width: 37%;
	color: #fff !important;
}
.rc-content .field--item,.rc-tech .field--item,.rc-sub .field--item {
 	padding: 25px 46px 25px 367px;
 	color: #fff !important;
 	text-align:justify;
}
.rc-tech, .rc-sub {
	clear: both;
}
 .ratting_area {
 	margin: 0px 0px 35px;
	border-right: 1px solid #181818;
 	padding: 0px;
 	width: 100%;
 	background: #333;
 	display: inline-block;
	border-left: 1px solid #181818;
	border-bottom: 1px solid #181818;
 }
 .rc-sub {
 	width: 100%;
 	display: inline-block;

 }
 .comment-media-comments-form.comment-form {
 	padding: 26px;
 }
 .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: top;
    padding-top: 6px;
 }
 .form-inline .form-checkboxes .control-label {
    margin-bottom: 0;
    vertical-align: top;
    padding-top: 0px;
}
.form-inline .form-checkboxes .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 5px;
}
#block-gtranslate {
	padding: 0px 0px 30px;
}
#block-gtranslate h2 {
	display: inline-block;
}
.gtranslate {
    display: inline-block;
    margin: 0px 20px 5px;
}
.gtranslate select {
    color: #000;
    border: 1px solid #000;
    border-radius: 0px;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 10px;
    display: inline-block;
}
 #resultPanel {
    padding: 16px 26px;
 }
 #resultPanel h2 {
    margin: 80px 0px 0px 170px;
    position: absolute;
    text-align: center;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
}
#resultPanel .mark span {
    color: #000 !important;
     position: absolute;
    z-index: 3;

}
#resultPanel span {
    color: #fff !important;
    margin-top: 9px;
}
#resultPanel span.benf {
    color: #fff !important;
    margin-top: 9px;
    margin-left: -17px;
}
#resultPanel span.harm {
	margin-right: 2px;
}
#votePanel h2 {
 	text-align: center;
	color: #fff !important;
	    font-size: 14px;
    font-weight: bold;
}
.field.field--name-field-display-name.field--type-string.field--label-hidden.field--item {
    display: none;
}
.media .field--name-field-image img,
.media .field--name-field-tweet-or-fb iframe
{
	/*width: 100%;*/
	margin: 0 auto;
}
@media (min-width: 1200px){
.container {
    width: 1024px !important;
}
}
@media screen and (min-width:768px) and (max-width:1024px) {
nav#block-useraccountmenu {
    top: 60px !important;
}	
#navbar .container {
	padding: 0px;
}
.top_nav li:first-child:hover {
    background: url(m2.png) right center !important;
}
.top_nav li {
    margin-right: 0px;
}
.rc-inter {
    border: 1px solid #d3d6db;
    padding: 0px 20px 20px 20px;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 30px;
}
.options li.technique {
	margin: 0px;
	width: 65%;
	right: 0px!important;
}
.border_hider {
	width: 100%;
}
.form-item-field-technique-employed-target-id-1 .control-label {
    width: 100%;
}
.form-item-field-technique-employed-target-id-1 .select-wrapper {
    width: 100% !important;
}
.form-item.js-form-item.form-type-checkbox.js-form-type-checkbox.form-item-field-media-type-value-1.js-form-item-field-media-type-value-1.checkbox {
    top: 55px !important;
}
.form-item.js-form-item.form-type-select.js-form-type-select.form-item-field-technique-employed-target-id-1.js-form-item-field-technique-employed-target-id-1.form-group {
	padding: 15px 0px !important;
    margin: 0px auto !important;
}
.form-item-field-technique-employed-target-id-1 .form-inline .select-wrapper {
    width: 100%;
}
.options li.teacher {
	margin: 0px;
	width: 35%;
}
#resultPanel {
	padding: 20px;
}
#voteResults {
	width: 100%;
	text-align: center;
}
#voteResults .wrapper div {
    float: none;
    display: inline-block;
	margin: 0px 1px 0px 1px;
	padding: 0%;
	width: 17%;
}
#voteResults .wrapper strong {
	right: 0;
	position: absolute;
	left: 0;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}
#resultPanel h2 {
    margin: 0px 0px 40px;
    position: relative;
}
.form-inline .form-checkboxes .control-label {
    margin-bottom: 0;
    vertical-align: top;
    padding-top: 0px !important;
}
.rc-content .field--item, .rc-tech .field--item, .rc-sub .field--item {
    padding: 5px 20px 20px 20px;
	color: #fff !important;
	text-align: left;
	width: 100%;
	float: left;
}
#voteTitle {
    padding: 8px 0px 42px 5px !important;
}
.benf {
	float: left; font-size: 14px; font-weight: bold; color: #010101;
}
.harm {
	float: right; margin-right: 18px; font-size: 14px; font-weight: bold; color: #010101;
}
#views-exposed-form-media-browse-page-1 details .form-checkboxes {
	width: auto !important;
}
form#views-exposed-form-media-browse-page-1 .checkbox label {
	padding-left: 0px !important;
}
.comment-text .avatar {
    float: left;
    padding-top: 5px;
    display: block;
    margin-bottom: 20px;
}
.form-item.js-form-item.form-type-select.js-form-type-select.form-item-field-technique-employed-target-id-1.js-form-item-field-technique-employed-target-id-1.form-group select {
	width: 100% !important;
}
.comment-dps {
    padding: 0px;
    margin-top: 0px;
    border: 1px solid #d3d6db;
    margin-bottom: 60px;
}
.page-node-type-page .field--name-body img {
    margin: 0px 15px 0px 0px !important;
}
.footer {
    border-top: #000 solid 1px;
    padding: 40px 0px 100px 0px;
    margin-top: 20px;
}
.join-discussion img {
    display: block;
    margin: 10px auto 10px auto;
	width: 100%;
	height: auto;    
}
.comment-dets {
	float: left;
	padding-left: 20px;
}
div#bubbleContainer {
	left: 0px;
}
.bubble-pan {
    width: 100%;
	height: 50px;
	margin: 0px auto;
}
#rateMore {
    top: 0px;
    display: inline-block;
    width: 100% !important;
    text-align: center;
    right: 0;
}
#votePanel {
    width: 690px;
    margin: 0px auto;
}
.bubble {
    width: 100%;
    height: 50px;
}
div#bubbleOverlay {
    position: absolute;
    top: 0px;
    background: url('/img/bubbles_black_3.png') no-repeat left center;
    z-index: 1;
}
div#bubbleRolloverBg {
    position: absolute;
    top: 0px;
    z-index: 2;
    left: 0px;
    width: 0px;
    background: url('/img/bubbles_dim_3.png') no-repeat left center;
}
.avatar img {
    width: 73px;
    height: 73px;
    margin: 0px auto;
    display: block;
}
.upload .icon-nav {
	position: relative;
	float: none;
	margin: 0px auto;
	display: inline-block;
	top: 5px;
}
.bef-exposed-form .form--inline > .form-item {
    float: none;
}
.top_nav li a, li.upload:nth-child(2) a, li.upload:nth-child(3n) a {
	padding: 2px 12px 4px 5px;
}
.left_section1 {
    width: 100% !important;
}
.rc-cmnt {
    padding: 26px 0px;
    margin-top: 6px;
    margin-bottom: 30px;
    border: 1px solid #d3d6db;
}
#block-gtranslate {
	text-align: center;
	padding: 0px 0px 30px;
}
.join-discussion a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    padding: 0px 0px 0px;
    display: block;
}
.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-keys.js-form-item-keys.form-group {
    float: left;
}
.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-keys.js-form-item-keys.form-group {
    float: left;
    width: 50%;
}
#views-exposed-form-media-browse-page-1 details .form-checkboxes {
	height: 300px;
	overflow-y: auto;	
}
.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-keys.js-form-item-keys.form-group input.form-text.form-control {
    width: 100% !important;
}
.view-media-browse .views-col {
    width: 95% !important;
    margin: 0px auto auto !important;
    display: block !important;
    float: none !important;
}
.gtranslate select {
	color: #000;
	border: 1px solid #000;
	border-radius: 0px;
	font-size: 16px;
	cursor: pointer;
	padding: 5px 10px;
	margin: 10px;	
}
.rc-content .field--label, .rc-tech .field--label, .rc-sub .field--label {
	width: 100%;
	display: block;
	padding: 20px 0px 5px 20px;
}
.icon-nav img {
	margin-top: 0px;
}
.container {
	width: 100% !important;
}
nav#block-useraccountmenu {
    bottom: 10px;
    top: auto !important;
}
#block-propagandatechniques {
    text-align: center;
}
.right_section1 {
	width: 100% !important;
}
.video1 iframe {
    width: 100%;
}
.benf {
	
}
.harm {
	margin-right: 5px !important;
}
.footer p {
    width: 100% !important;
    text-align: center;
}
.footer ul {
    width: 100% !important;
	margin: 0px 0px 10px 0px;
	text-align: center;
}   
.footer ul li {
	display: inline-block !important;
    float: none !important;
}	
.ratting_area .left {
    width: 100%;
    padding: 15px;
}
article.media.is-promoted > img {
    width: 100%;
}
.content_bottom .box {
	margin: 0px !important;
	min-height: 260px;
}
#navbar .options {
	display: inline-block;	
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}
.region.region-subnavigation {
    display: inline;
    width: 100%;
}
.sub_menu {
	width: 100%;
	height: 300px;
	overflow-y: auto;	
}
.sub_menu .left {
    width: 20%;
}
.sub_menu .right {
    width: 80%;
}
.sub_menu .right h4 {
	padding: 0px 0px 0px 20px;
	text-align: left;
}
.sub_menu .right p {
	padding: 0px 0px 0px 20px !important;
}
}
@media screen and (min-width:640px) and (max-width:768px) {
nav#block-useraccountmenu {
    top: 60px !important;
}	
#navbar .container {
	padding: 0px;
}
.top_nav {
	width: 100%;
}
.top_nav li:first-child:hover {
    background: url(m2.png) right center !important;
}
.top_nav li {
    margin-right: 0px;
    width: 25% !important;
}
.rc-inter {
    width: 100%;
    float: none;
    border: 1px solid #d3d6db;
    padding: 0px 20px 20px 20px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 30px;
}
.options li.technique {
	margin: 0px;
	width: 65%;
	right: 0px!important;
}
.border_hider {
	width: 100%;
}
.form-item-field-technique-employed-target-id-1 .control-label {
    width: 100%;
}
.form-item-field-technique-employed-target-id-1 .select-wrapper {
    width: 100% !important;
}
.form-item.js-form-item.form-type-checkbox.js-form-type-checkbox.form-item-field-media-type-value-1.js-form-item-field-media-type-value-1.checkbox {
    top: 55px !important;
}
.form-item.js-form-item.form-type-select.js-form-type-select.form-item-field-technique-employed-target-id-1.js-form-item-field-technique-employed-target-id-1.form-group {
	padding: 15px 0px !important;
    margin: 0px auto !important;
}
.form-item-field-technique-employed-target-id-1 .form-inline .select-wrapper {
    width: 100%;
}
.options li.teacher {
	margin: 0px;
	width: 35%;
}
article.media.is-promoted > img {
    width: 100%;
}
#resultPanel {
	padding: 20px;
}
#voteResults {
	width: 100%;
	text-align: center;
}
#voteResults .wrapper div {
    float: none;
    display: inline-block;
	margin: 0px 1px 0px 1px;
	padding: 0%;
	width: 17%;
}
#voteResults .wrapper strong {
	right: 0;
	position: absolute;
	left: 0;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}
#resultPanel h2 {
    margin: 0px 0px 40px;
    position: relative;
}
.form-inline .form-checkboxes .control-label {
    margin-bottom: 0;
    vertical-align: top;
    padding-top: 0px !important;
}
.rc-content .field--item, .rc-tech .field--item, .rc-sub .field--item {
    padding: 5px 20px 20px 20px;
	color: #fff !important;
	text-align: left;
	width: 100%;
	float: left;
}
#voteTitle {
    padding: 8px 0px 42px 5px !important;
}
.benf {
	float: left; font-size: 14px; font-weight: bold; color: #010101;
}
.harm {
	float: right; margin-right: 18px; font-size: 14px; font-weight: bold; color: #010101;
}
#views-exposed-form-media-browse-page-1 details .form-checkboxes {
	width: auto !important;
}
form#views-exposed-form-media-browse-page-1 .checkbox label {
	padding-left: 0px !important;
}
.comment-text .avatar {
    float: left;
    width: 100%;
    padding-top: 5px;
    display: block;
    margin-bottom: 20px;
}
.form-item.js-form-item.form-type-select.js-form-type-select.form-item-field-technique-employed-target-id-1.js-form-item-field-technique-employed-target-id-1.form-group select {
	width: 100% !important;
}
.comment-dps {
    padding: 0px;
    width: 100%;
    margin-top: 0px;
    border: 1px solid #d3d6db;
    margin-bottom: 60px;
}
.page-node-type-page .field--name-body img {
    margin: 0px 15px 0px 0px !important;
}
.footer {
    border-top: #000 solid 1px;
    padding: 40px 0px 100px 0px;
    margin-top: 20px;
}
.join-discussion img {
    display: block;
    margin: 10px auto 10px auto;
}
.comment-dets {
    float: left;
    width: 100%;
    text-align: center;
}
.comment-dps h2, article.media.is-promoted section h2 {
    text-align: center;	
}
div#bubbleContainer {
	left: 0px;
}
.bubble-pan {
    width: 100%;
	height: 50px;
	margin: 0px auto;
}
#rateMore {
    top: 0px;
    display: inline-block;
    width: 100% !important;
    text-align: center;
    right: 0;
}
#votePanel {
    width: 402px;
    margin: 0px auto;
}
.bubble {
    width: 100%;
    height: 50px;
}
div#bubbleOverlay {
    position: absolute;
    top: 0px;
    background: url('/img/bubbles_black_2.png') no-repeat left center;
    z-index: 1;
}
div#bubbleRolloverBg {
    position: absolute;
    top: 0px;
    z-index: 2;
    left: 0px;
    width: 0px;
    background: url('/img/bubbles_dim_2.png') no-repeat left center;
}
.avatar img {
    width: 73px;
    height: 73px;
    margin: 0px auto;
    display: block;
}
.upload .icon-nav {
	position: relative;
	float: none;
	margin: 0px auto;
	display: inline-block;
	top: 5px;
}
.bef-exposed-form .form--inline > .form-item {
    float: none;
}
.top_nav li a, li.upload:nth-child(2) a, li.upload:nth-child(3n) a {
	padding: 2px 12px 4px 5px;
}
.left_section1 {
    width: 100% !important;
}
.rc-cmnt {
    padding: 26px 0px;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 30px;
    border: 1px solid #d3d6db;
}
#block-gtranslate {
	text-align: center;
	padding: 0px 0px 30px;
}
.join-discussion a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    padding: 0px 0px 0px;
    display: block;
}
.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-keys.js-form-item-keys.form-group {
    float: left;
}
.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-keys.js-form-item-keys.form-group {
    float: left;
    width: 50%;
}
#views-exposed-form-media-browse-page-1 details .form-checkboxes {
	height: 300px;
	overflow-y: auto;	
}
.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-keys.js-form-item-keys.form-group input.form-text.form-control {
    width: 100% !important;
}
.view-media-browse .views-col {
    width: 95% !important;
    margin: 0px auto auto !important;
    display: block !important;
    float: none !important;
}
.gtranslate select {
	color: #000;
	border: 1px solid #000;
	border-radius: 0px;
	font-size: 16px;
	cursor: pointer;
	padding: 5px 10px;
	margin: 10px;	
}
.rc-content .field--label, .rc-tech .field--label, .rc-sub .field--label {
	width: 100%;
	display: block;
	padding: 20px 0px 5px 20px;
}
.icon-nav img {
	margin-top: 0px;
}
.container {
	width: 100% !important;
}
nav#block-useraccountmenu {
    bottom: 10px;
    top: auto !important;
}
#block-propagandatechniques {
    text-align: center;
}
.right_section1 {
	width: 100% !important;
}
.video1 iframe {
    width: 100%;
}
.benf {
	
}
.harm {
	margin-right: 5px !important;
}
.footer p {
    width: 100% !important;
    text-align: center;
}
.footer ul {
    width: 100% !important;
	margin: 0px 0px 10px 0px;
	text-align: center;
}   
.footer ul li {
	display: inline-block !important;
    float: none !important;
}	
.ratting_area .left {
    width: 100%;
    padding: 15px;
}
.content_bottom .box {
	margin: 0px !important;
	min-height: 260px;
}
#navbar .options {
	display: inline-block;	
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}
.region.region-subnavigation {
    display: inline;
    width: 100%;
}
.sub_menu {
	width: 100%;
	height: 300px;
	overflow-y: auto;	
}
.sub_menu .left {
    width: 20%;
}
.sub_menu .right {
    width: 80%;
}
.sub_menu .right h4 {
	padding: 0px 0px 0px 20px;
	text-align: left;
}
.sub_menu .right p {
	padding: 0px 0px 0px 20px !important;
}
}
@media screen and (min-width:480px) and (max-width:640px) {
nav#block-useraccountmenu {
    top: 60px !important;
}	
#navbar .container {
	padding: 0px;
}
.top_nav {
	width: 100%;
}
.top_nav li:first-child:hover {
    background: url(m2.png) right center !important;
}
.top_nav li {
    margin-right: 0px;
    width: 25% !important;
}
.rc-inter {
    width: 100%;
    float: none;
    border: 1px solid #d3d6db;
    padding: 0px 20px 20px 20px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 30px;
}
.options li.technique {
	margin: 0px;
	width: 65%;
	right: 0px!important;
}
.border_hider {
	width: 100%;
}
.form-item-field-technique-employed-target-id-1 .control-label {
    width: 100%;
}
.form-item-field-technique-employed-target-id-1 .select-wrapper {
    width: 100% !important;
}
.form-item.js-form-item.form-type-checkbox.js-form-type-checkbox.form-item-field-media-type-value-1.js-form-item-field-media-type-value-1.checkbox {
    top: 55px !important;
}
.form-item.js-form-item.form-type-select.js-form-type-select.form-item-field-technique-employed-target-id-1.js-form-item-field-technique-employed-target-id-1.form-group {
	padding: 15px 0px !important;
    margin: 0px auto !important;
}
.form-item-field-technique-employed-target-id-1 .form-inline .select-wrapper {
    width: 100%;
}
.options li.teacher {
	margin: 0px;
	width: 35%;
}
#resultPanel {
	padding: 20px;
}
#voteResults {
	width: 100%;
	text-align: center;
}
#voteResults .wrapper div {
    float: none;
    display: inline-block;
	margin: 0px 1px 0px 1px;
	padding: 0%;
	width: 17%;
}
#voteResults .wrapper strong {
	right: 0;
	position: absolute;
	left: 0;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}
#resultPanel h2 {
    margin: 0px 0px 40px;
    position: relative;
}
.form-inline .form-checkboxes .control-label {
    margin-bottom: 0;
    vertical-align: top;
    padding-top: 0px !important;
}
.rc-content .field--item, .rc-tech .field--item, .rc-sub .field--item {
    padding: 5px 20px 20px 20px;
	color: #fff !important;
	text-align: left;
	width: 100%;
	float: left;
}
#voteTitle {
    padding: 8px 0px 42px 5px !important;
}
.benf {
	float: left; font-size: 14px; font-weight: bold; color: #010101;
}
.harm {
	float: right; margin-right: 18px; font-size: 14px; font-weight: bold; color: #010101;
}
#views-exposed-form-media-browse-page-1 details .form-checkboxes {
	width: auto !important;
}
form#views-exposed-form-media-browse-page-1 .checkbox label {
	padding-left: 0px !important;
}
.comment-text .avatar {
    float: left;
    width: 100%;
    padding-top: 5px;
    display: block;
    margin-bottom: 20px;
}
.form-item.js-form-item.form-type-select.js-form-type-select.form-item-field-technique-employed-target-id-1.js-form-item-field-technique-employed-target-id-1.form-group select {
	width: 100% !important;
}
.comment-dps {
    padding: 0px;
    width: 100%;
    margin-top: 0px;
    border: 1px solid #d3d6db;
    margin-bottom: 60px;
}
.page-node-type-page .field--name-body img {
    margin: 0px 15px 0px 0px !important;
}
.footer {
    border-top: #000 solid 1px;
    padding: 40px 0px 100px 0px;
    margin-top: 20px;
}
.join-discussion img {
    display: block;
    margin: 10px auto 10px auto;
}
.comment-dets {
    float: left;
    width: 100%;
    text-align: center;
}
.comment-dps h2, article.media.is-promoted section h2 {
    text-align: center;	
}
div#bubbleContainer {
	left: 0px;
}
.bubble-pan {
    width: 100%;
	height: 50px;
	margin: 0px auto;
}
#rateMore {
    top: 0px;
    display: inline-block;
    width: 100% !important;
    text-align: center;
    right: 0;
}
#votePanel {
    width: 402px;
    margin: 0px auto;
}
.bubble {
    width: 100%;
    height: 50px;
}
div#bubbleOverlay {
    position: absolute;
    top: 0px;
    background: url('/img/bubbles_black_2.png') no-repeat left center;
    z-index: 1;
}
div#bubbleRolloverBg {
    position: absolute;
    top: 0px;
    z-index: 2;
    left: 0px;
    width: 0px;
    background: url('/img/bubbles_dim_2.png') no-repeat left center;
}
.avatar img {
    width: 73px;
    height: 73px;
    margin: 0px auto;
    display: block;
}
.upload .icon-nav {
	position: relative;
	float: none;
	margin: 0px auto;
	display: inline-block;
	top: 2px;
}
.bef-exposed-form .form--inline > .form-item {
    float: none;
}
.top_nav li a, li.upload:nth-child(2) a, li.upload:nth-child(3n) a {
	padding: 0px 12px 4px 5px;
}
.left_section1 {
    width: 100% !important;
}
.rc-cmnt {
    padding: 26px 0px;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 30px;
    border: 1px solid #d3d6db;
}
#block-gtranslate {
	text-align: center;
	padding: 0px 0px 30px;
}
.join-discussion a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    padding: 0px 0px 0px;
    display: block;
}
.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-keys.js-form-item-keys.form-group {
    float: left;
}
.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-keys.js-form-item-keys.form-group {
    float: left;
    width: 50%;
}
#views-exposed-form-media-browse-page-1 details .form-checkboxes {
	height: 300px;
	overflow-y: auto;	
}
.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-keys.js-form-item-keys.form-group input.form-text.form-control {
    width: 100% !important;
}
.view-media-browse .views-col {
    width: 95% !important;
    margin: 0px auto auto !important;
    display: block !important;
    float: none !important;
}
.gtranslate select {
	color: #000;
	border: 1px solid #000;
	border-radius: 0px;
	font-size: 16px;
	cursor: pointer;
	padding: 5px 10px;
	margin: 10px;	
}
.rc-content .field--label, .rc-tech .field--label, .rc-sub .field--label {
	width: 100%;
	display: block;
	padding: 20px 0px 5px 20px;
}
.icon-nav img {
	margin-top: 0px;
}
.container {
	width: 100% !important;
}
nav#block-useraccountmenu {
    bottom: 10px;
    top: auto !important;
}
#block-propagandatechniques {
    text-align: center;
}
.right_section1 {
	width: 100% !important;
}
.video1 iframe {
    width: 100%;
}
article.media.is-promoted > img {
    width: 100%;
}
.benf {
	
}
.harm {
	margin-right: 5px !important;
}
.footer p {
    width: 100% !important;
    text-align: center;
}
.footer ul {
    width: 100% !important;
	margin: 0px 0px 10px 0px;
	text-align: center;
}   
.footer ul li {
	display: inline-block !important;
    float: none !important;
}	
.ratting_area .left {
    width: 100%;
    padding: 15px;
}
.content_bottom .box {
	width: 50%;
	margin: 0px !important;
	min-height: 260px;
}
#navbar .options {
	display: inline-block;	
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}
.region.region-subnavigation {
    display: inline;
    width: 100%;
}
.sub_menu {
	min-width: 290px;
	height: 300px;
	overflow-y: auto;
	max-width: 150%;	
}
.sub_menu .left {
    width: 30%;
}
.sub_menu .right {
    width: 70%;
}
.sub_menu .right h4 {
	padding: 0px 0px 0px 20px;
	text-align: left;
}
.sub_menu .right p {
	padding: 0px 0px 0px 20px !important;
}
}
@media screen and (min-width:320px) and (max-width:480px) {
.logo-media a img{
	width: 60%;
}
nav#block-useraccountmenu {
    top: 60px !important;
}	
#navbar .container {
	padding: 0px;
}
.top_nav {
	width: 100%;
}
.top_nav li:first-child:hover {
    background: url(m2.png) right center !important;
}
.top_nav li {
    margin-right: 0px;
    width: 25% !important;
}
article.media.is-promoted > img {
    width: 100%;
}
.rc-inter {
    width: 100%;
    float: none;
    border: 1px solid #d3d6db;
    padding: 0px 20px 20px 20px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 30px;
}
.options li.technique {
	margin: 0px;
	width: 65%;
	right: 0px!important;
}
.border_hider {
	width: 100%;
}
.form-item-field-technique-employed-target-id-1 .control-label {
    width: 100%;
}
.form-item-field-technique-employed-target-id-1 .select-wrapper {
    width: 100% !important;
}
.form-item.js-form-item.form-type-checkbox.js-form-type-checkbox.form-item-field-media-type-value-1.js-form-item-field-media-type-value-1.checkbox {
    top: 55px !important;
}
.form-item.js-form-item.form-type-select.js-form-type-select.form-item-field-technique-employed-target-id-1.js-form-item-field-technique-employed-target-id-1.form-group {
	padding: 15px 0px !important;
    margin: 0px auto !important;
}
.form-item-field-technique-employed-target-id-1 .form-inline .select-wrapper {
    width: 100%;
}
.options li.teacher {
	margin: 0px;
	width: 35%;
}
#resultPanel {
	padding: 20px;
}
#voteResults {
	width: 100%;
	text-align: center;
}
#voteResults .wrapper div {
    float: none;
    display: inline-block;
	margin: 0px 1px 0px 1px;
	padding: 0%;
	width: 17%;
}
#voteResults .wrapper strong {
	right: 0;
	position: absolute;
	left: 0;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}
#resultPanel h2 {
    margin: 0px 0px 40px;
    position: relative;
}
.form-inline .form-checkboxes .control-label {
    margin-bottom: 0;
    vertical-align: top;
    padding-top: 0px !important;
}
.rc-content .field--item, .rc-tech .field--item, .rc-sub .field--item {
    padding: 5px 20px 20px 20px;
	color: #fff !important;
	text-align: left;
	width: 100%;
	float: left;
}
#voteTitle {
    padding: 8px 0px 42px 5px !important;
}
.benf {
	float: left; font-size: 14px; font-weight: bold; color: #010101;
}
.harm {
	float: right; margin-right: 18px; font-size: 14px; font-weight: bold; color: #010101;
}
#views-exposed-form-media-browse-page-1 details .form-checkboxes {
	width: auto !important;
}
form#views-exposed-form-media-browse-page-1 .checkbox label {
	padding-left: 0px !important;
}
.comment-text .avatar {
    float: left;
    width: 100%;
    padding-top: 5px;
    display: block;
    margin-bottom: 20px;
}
.form-item.js-form-item.form-type-select.js-form-type-select.form-item-field-technique-employed-target-id-1.js-form-item-field-technique-employed-target-id-1.form-group select {
	width: 100% !important;
}
.comment-dps {
    padding: 0px;
    width: 100%;
    margin-top: 0px;
    border: 1px solid #d3d6db;
    margin-bottom: 60px;
}
.page-node-type-page .field--name-body img {
    margin: 0px 15px 0px 0px !important;
}
.footer {
    border-top: #000 solid 1px;
    padding: 40px 0px 100px 0px;
    margin-top: 20px;
}
.join-discussion img {
    display: block;
    margin: 10px auto 10px auto;
}
.comment-dets {
    float: left;
    width: 100%;
    text-align: center;
}
.comment-dps h2, article.media.is-promoted section h2 {
    text-align: center;	
}
div#bubbleContainer {
	left: 0px;
}
.bubble-pan {
    width: 100%;
	height: 50px;
	margin: 0px auto;
}
#rateMore {
    top: 0px;
    display: inline-block;
    width: 100% !important;
    text-align: center;
    right: 0;
}
#votePanel {
    width: 242px;
    margin: 0px auto;
}
.bubble {
    width: 100%;
    height: 50px;
}
div#bubbleOverlay {
    position: absolute;
    top: 0px;
    background: url('/img/bubbles_black_1.png') no-repeat left center;
    z-index: 1;
}
div#bubbleRolloverBg {
    position: absolute;
    top: 0px;
    z-index: 2;
    left: 0px;
    width: 0px;
    background: url('/img/bubbles_dim_1.png') no-repeat left center;
}
.avatar img {
    width: 73px;
    height: 73px;
    margin: 0px auto;
    display: block;
}
.upload .icon-nav {
	position: relative;
	float: none;
	margin: 0px auto;
	display: inline-block;
	top: 2px;
}
.bef-exposed-form .form--inline > .form-item {
    float: none;
}
.top_nav li a, li.upload:nth-child(2) a, li.upload:nth-child(3n) a {
	padding: 0px 12px 2px 5px;
}
.left_section1 {
    width: 100% !important;
}
.rc-cmnt {
    padding: 26px 0px;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 30px;
    border: 1px solid #d3d6db;
}
#block-gtranslate {
	text-align: center;
	padding: 0px 0px 30px;
}
.join-discussion a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    padding: 0px 0px 0px;
    display: block;
}
.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-keys.js-form-item-keys.form-group {
    float: left;
}
.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-keys.js-form-item-keys.form-group {
    float: left;
    width: 50%;
}
#views-exposed-form-media-browse-page-1 details .form-checkboxes {
	height: 300px;
	overflow-y: auto;	
}
.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-keys.js-form-item-keys.form-group input.form-text.form-control {
    width: 100% !important;
}
.view-media-browse .views-col {
    width: 95% !important;
    margin: 0px auto auto !important;
    display: block !important;
    float: none !important;
}
.gtranslate select {
	color: #000;
	border: 1px solid #000;
	border-radius: 0px;
	font-size: 16px;
	cursor: pointer;
	padding: 5px 10px;
	margin: 10px;	
}
.rc-content .field--label, .rc-tech .field--label, .rc-sub .field--label {
	width: 100%;
	display: block;
	padding: 20px 0px 5px 20px;
}
.container {
	width: 100% !important;
}
nav#block-useraccountmenu {
    bottom: 10px;
    top: auto !important;
}
#block-propagandatechniques {
    text-align: center;
}
.right_section1 {
	width: 100% !important;
}
.video1 iframe {
    width: 100%;
}
.benf {
	
}
.harm {
	margin-right: 5px !important;
}
.footer p {
    width: 100% !important;
    text-align: center;
}
.footer ul {
    width: 100% !important;
	margin: 0px 0px 10px 0px;
	text-align: center;
}   
.footer ul li {
	display: inline-block !important;
    float: none !important;
}	
.ratting_area .left {
    width: 100%;
    padding: 15px;
}
.content_bottom .box {
	width: 50%;
	margin: 0px !important;
	min-height: 260px;
}
#navbar .options {
	display: inline-block;	
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}
.region.region-subnavigation {
    display: inline;
    width: 100%;
}
.sub_menu {
	min-width: 290px;
	height: 300px;
	overflow-y: auto;
	max-width: 150%;	
}
.sub_menu .left {
    width: 30%;
}
.sub_menu .right {
    width: 70%;
}
.sub_menu .right h4 {
	padding: 0px 0px 0px 20px;
	text-align: left;
}
.sub_menu .right p {
	padding: 0px 0px 0px 20px !important;
}
}
section#block-classroomlink {
    position: absolute;
    top: 80px;
    right: 180px;
}
.logo-media {
    position: relative;
    margin-top: 25px;
    }
.select-wrapper:after {
	right: 0px;
}
.user-logged-in.toolbar-tray-open .logo-media {
    padding-top: 80px;
    /*top: 32px;*/
}
.user-logged-in .logo-media {
    padding-top: 70px;
    top: -15px;
}
.user-logged-in.toolbar-vertical.toolbar-tray-open .logo-media {
    padding-top: 40px;
}
.user-logged-in section#block-languagedropdownswitcher {
    position: absolute;
    width: 170px;
    right: 0px;
    top: 80px;
}
.toolbar-fixed nav#block-useraccountmenu {
    top: 150px;
}
nav#block-useraccountmenu {
     position: absolute;
    right: 0;
    top: 80px;
}
.user-logged-in nav#block-useraccountmenu {
     position: absolute;
    right: 0;
    top: 150px;
}
#block-useraccountmenu .nav > li > a {
    right: 0;
    display: block;
    padding: 5px 15px;
    font-weight: bold;
	font-size: 14px;
    margin: 0px 0px 0px 5px;
    color: #555;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
}
:lang(ro) .options li.teacher:hover, :lang(ro) .options li.technique:hover, :lang(ro) .sub_menu, :lang(ro) .border_hider {
    background-color: #ae37a2;
}
:lang(ro) #block-useraccountmenu .nav > li > a:hover {
    background: #ae37a2;
    color: #fff;
    border: 1px solid #8a187f;
}
:lang(ro) .top_nav li:first-child:hover {
    background: url(m3.png) left center;
}
:lang(ro) .top_nav li:hover {
    background: url(m3.png) right center;
}
:lang(ro) .top_nav li:active {
    background: url(m3.png) right center !important;
}
form#views-exposed-form-media-browse-page-1 {
    padding: 15px 0px 35px;
}
.form-item.js-form-item.form-type-select.js-form-type-select.form-item-field-technique-employed-target-id-1.js-form-item-field-technique-employed-target-id-1.form-group {
	padding-right: 15px;
    padding-left: 15px;
}
.form-item.js-form-item.form-type-checkbox.js-form-type-checkbox.form-item-field-media-type-value-1.js-form-item-field-media-type-value-1.checkbox {
	width: auto;
    position: absolute;
    right: 15px;
    top: 60px;
}
.user-logged-in .form-item.js-form-item.form-type-checkbox.js-form-type-checkbox.form-item-field-media-type-value-1.js-form-item-field-media-type-value-1.checkbox {
	width: auto;
    position: absolute;
    right: 0px;
    top: 60px;
}
.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-keys.js-form-item-keys.form-group {
	float: right;
}
select#edit-field-technique-employed-target-id-1, select#edit-sort-bef-combine {
    padding: 0px 30px 0px 10px;
    margin: 0px 0px 0px 10px;
}
#block-useraccountmenu .nav > li > a:hover {
	background: #13a0d9;
	color: #fff;
	border: 1px solid #0c88ba;
}
.views-col.col-1, .views-col.col-2, .views-col.col-3 {
    margin: 0px;
    display: block;
}
.views-col.col-1 .views-field, .views-col.col-2 .views-field, .views-col.col-3 .views-field,
.views-col.col-4 .views-field {
    overflow: hidden;
    text-align: center;
    background: #fff;
    transition: all 0.1s linear;
    padding: 10px 10px 10px;
    height: auto;
    width: auto;
    margin: 6px;
    min-height: 142px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 1px #333333;
    text-transform: uppercase;
	background: #fbfbfb;
    border: 1px solid #ddd;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.11);
}
.views-col a.classroom.use-ajax {
    text-align: center;
    display: block;
    text-transform: capitalize;
    border: 1px solid #bfbfbf;
    margin: 0px 15px 40px;
    color: #000;
    background: #f1f1f1;
    padding: 5px 0px 3px;
    font-size: 12px;
    font-weight: 600;
}
.views-col.col-1 .views-field:hover, .views-col.col-2 .views-field:hover, .views-col.col-3 .views-field:hover,
.views-col.col-4 .views-field:hover {
	-webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.2);
}
.views-col.col-1 .views-field a, .views-col.col-2 .views-field a, .views-col.col-3 .views-field a,
.views-col.col-4 .views-field {
	display: block;
    height: 120px;
    overflow: hidden;
}
.views-field img.img-responsive {
	text-align: center;
    display: inline-block;
    height: 100%;
    width: auto;
}
#views-exposed-form-media-browse-page-1 details .form-checkboxes {
	position: absolute;
    background: #fff;
    padding: 20px;
    z-index: 869;
    border: 2px solid #ddd;
    width: 97%;
}
.media-prop-content {
	position: relative;
    text-align: center;
    background: #fff;
    transition: all 0.1s linear;
    padding: 0px;
    margin: 15px;
    height: 165px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 1px #333333;
    text-transform: uppercase;
	background: #f1f1f1;
    border-radius: 8px;
    border: 1px solid #bfbfbf;
    overflow: hidden;
}
.media-image {
	display: block;
	width: 100%;
	height: auto;
}
.media-prop-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.9);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}
.media-prop-image {
    overflow: hidden;
    position: relative;
}
.media-prop-image a {
    display: inline-block;
    text-align: center;
}
.media-prop-content .media-prop-image img {
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
    /*min-width: 220px;*/
    position: relative;
    margin-left: -2px;
    margin-top: 0px;
}
.media-prop-content .media-prop-image iframe, .media-prop-content .media-prop-image twitterwidget {
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
    min-width: 220px;
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
}
.media-prop-content:hover .media-prop-overlay {
	height: 100%;
}
.media-prop-content:hover .media-prop-image img, .media-prop-content:hover .media-prop-image iframe {
	opacity: 1;
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}
.media-prop-content:hover .media-prop-image twitterwidget {
	opacity: 1;
	transform: scale(1.10,1.10) !important;
	-webkit-transform:scale(1.10,1.10) !important;
	-moz-transform:scale(1.10,1.10) !important;
	-ms-transform:scale(1.10,1.10) !important;
	-o-transform:scale(1.10,1.10) !important;
}
.media-prop-text {
	color: white !important;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
}
#edit-field-media-type-value-1 {
    margin-right: 5px;
    display: inline;
    float: left;
    font-weight: bold;

}
.twitter-tweet.twitter-tweet-rendered {
	margin-top: 0px !important;
}
.toolbar .toolbar-bar .toolbar-item {
    color: #ffffff !important;
}
details.form-item summary, #views-exposed-form-media-browse-page-1 .form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-keys.js-form-item-keys.form-group input {
    border: 1px solid #101010;
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    border-radius: 0px;
}
.form-item.js-form-item.form-type-select.js-form-type-select.form-item-field-technique-employed-target-id-1.js-form-item-field-technique-employed-target-id-1.form-group select {
	width: 188px;
}
.form-item.js-form-item.form-type-select.js-form-type-select.form-item-sort-bef-combine.js-form-item-sort-bef-combine.form-group select {
	padding: 0px 40px 0px 10px;
    margin: 0px 0px 0px 10px;
}
.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-keys.js-form-item-keys.form-group input.form-text.form-control {
	width: 305px;
}
.bef-exposed-form .form--inline .form-item.js-form-item.form-type-checkbox.checkbox {
    width: 278px;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}
#views-exposed-form-media-browse-page-1 fieldset legend {
	display: none;
}
#block-useraccountmenu .navbar-right {
	margin-right: 0px !important;

}

#block-logo .field--name-field-logo img {
	width: 350px;
    width: 280px;
}
section#block-logo {
    display: block;
    height: 155px;
}
.classroom_link {
    float: right;
    width: auto;
    color: #000;
    border: 1px solid #000;
    padding: 5px 15px;
}
section#block-languagedropdownswitcher {
    position: absolute;
    width: 150px;
    right: 0px;
    top: 0px;
}
.form-item-lang-dropdown-select {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
}
.classroom_link {
    width: auto;
    color: #000;
    border: 1px solid #000;
    font-size: 16px;
}
.select-wrapper select {
    color: #000;
    border: 1px solid #000;
    border-radius: 0px;
    font-size: 16px;
    cursor: pointer;
    width: 100% !important;
    float: right;
}
.content_bottom .field--item:first-child .box {
    margin-left: 0px !important;
}
.content_bottom .field--item:last-child .box {
    margin-right: 0px !important;
}
.navbar.container {
    width: 100% !important;
    max-width: 100% !important;
    background: #3a3a3c;
}
.field--name-field-tweet-or-fb iframe {
	display: block;
  margin: 0 auto;
  width: 100%;
}
.field--name-field-tweet-or-fb twitterwidget {
  margin: 0 auto;
}
.rc-title {
    text-transform: uppercase;
    border: 1px solid #181818;
    padding: 12px 10px 8px 20px;
    border-bottom: none;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #181818;
    background: #333;
}
.rc-title h1{
	font-weight: 600;
	font-size: 26px;
	margin-top: 0px;
}
.rc-title span {
    color: #fff !important;
}
#voteTitle {
	padding: 8px 24px 42px 26px;
}
#votePanel span {
    color: #f97306 !important;
}
.comment-meta .date {
    display: none;
}
.block-gtranslate h2 {
    font-size: 15px !important;
    padding: 0px 0px 4px !important;
    border-bottom:none !important;
 }
 .field--name-field-unique-url.field--widget-entity-reference-autocomplete .input-group{
 	width: 54%;
 	float: right;
 }
 .field--name-field-unique-url.field--widget-entity-reference-autocomplete label{
 	margin-top: 6px;
 }
 .field--name-body{
 	color: #000000;
 }
 .main-container ul li {
    list-style-type: disc;
}

h2.block-title {font-size: 14px;font-weight: bold;}
.lang-fr .options li a{
    height: 15px;
    font-size: 11px;
}
.lang-fr .top_nav li a{
    font-size:13px;
}
.lang-hr .top_nav li:first-child a{
    padding-right: 2px;
}
.lang-ro .options li a{
   font-size: 13px;
}
.lang-fi .top_nav li a{
   font-size: 15px;
}
.lang-ro details.form-item summary,.lang-ro #views-exposed-form-media-browse-page-1 .form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-keys.js-form-item-keys.form-group input{
    padding:5px 10px 5px 10px;
}
.lang-ro select#edit-field-technique-employed-target-id-1,.lang-ro select#edit-sort-bef-combine{
    padding:0px 0px 0px 10px;
}
#resultPanel span.benf {
	margin-left: 0px;
}
/* infinate scroll module override (.visually-hidden styles added to infinate scroll pager) */

.js-pager__items {
  position: relative !important;
  clip: inherit;
  overflow: inherit;
  height: inherit;
  width: inherit;
}
.js-pager__items li > a {
	border:none;
}
.js-pager__items img {
  width: 100px;
}
.pager li > a:hover, .pager li > a:focus{
	background-color: #fff !important;
}
.view .media-prop-image iframe {
	width: 100%;
	height: 100%;
}
.path-node .field--name-field-image img {
    padding: 12px;
}
.page-node-type-page .field--name-body img{
  margin: 0 11px;
}
.container {
	width: 1024px;
}
.navbar > .container {
    background: #3a3a3c;
}
form#node-media-form label{
        text-transform: capitalize;
}
.block-views-blockclassroom--block-1 .views-row.row-1 {
    padding-top: 50px;
}
.field--name-field-technique-employed label {
    text-transform: none !important;
}
.eu-cookie-compliance-message{
	margin:20px 0px;
}
.eu-cookie-compliance-message a{
	color: #fff;
    text-decoration: underline;
}
a.gtflag{
	display: none;
}