html {height: 100%;}

body {
	margin: 0px;
	padding-top: 0px;
	background-color: #fff;
	font-family: 'Roboto', Arial, sans-serif!important;
	color: #000;
	font-size: 16px;
	line-height:150%!important;
	font-weight:300;
	height: 100%;
	position: relative;
	transition: .2s all ease-in-out;
	left: 0;
	overflow-x: hidden;
}
body.menu-active{
	
	
}
form {
	padding:0px;  margin:0px;
}
	
hr {
	color: #fafafa; background: none; border:none; border-bottom: solid 1px #e6e6e6; height:1px; width:100%; margin:30px 0;
}

#small_column hr {margin:10px 0px!important;}

address,blockquote,body,dd,del,dl,dt,div,fieldset,form,h1,h2,h3,h4,h5,h6,hr,html,iframe,input,ins,legend,li,map,object,ol,p,pre,table,td,textarea,th,ul {
	padding: 0px;
	margin: 0px;

}

ul, ol {
	margin-left:24px;
	margin-top: 12px;
	margin:20px 0px 32px 24px;
}


fieldset,img{border:0}
strong {font-weight:900;}

blockquote {
	display: block;
	background-color: #fff;
	width: auto;
	margin: 0;
	padding: 45px 30px 25px 30px;
	
}

/**********************************/
/* headers                        */
/**********************************/

h1, h2, h3, h4, h5 {
	margin-bottom: 12px;
	color: #202020;
	font-weight:900;	
	line-height:120%;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 16px;
}

.page-header h2{margin-bottom:0px;}

h3 {
	font-size: 22px;
	margin-top: 16px;
	margin-bottom: 10px;
	color: #0B0B0B;
}

#small_column .moduletable h3 {
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    /* background-color: #f3f3f3; */
    font-size: 20px;
    line-height: 100%;
    border-bottom: solid 1px #eeeeee;

}

h4 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 6px;
}

h5 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 6px;
}

h6 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 6px;
}

p {
	line-height: 150%;
	margin-bottom: 28px;
}

label {
}

img {max-width:100%!important; height:auto!important;}

/* Links
----------------------------------------------- */
a, a:link, a:visited {color:#be1e2d; }

a:hover, a:focus, a:active {color: #000; text-decoration: none;}

#main_content a, #main_content a:link, #main_content a:visited {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
}

#main_content a:hover, #main_content a:focus, #main_content a:active {
	
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
}



/**********************************/
/* Layout ID's                    */
/**********************************/

#banner_left {
	float: left;
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	
}

#banner_right {
	float: right;
	width: auto;
	height: auto;
	padding: 0px;
}

#content {
	padding: 0;
}

#content .moduletable {
    margin-bottom: 50px;
    padding: 10px 20px 20px 20px;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0px 4px 12px #eaeaea;
}

#feature_container {
	background-color: #eee;
}

#feature {
	padding: 20px 0 20px 0;
	margin-top:20px;
}

#feature h1 {
	font-size: 44px;
}

#footer {
	color: #fafafa;
	font-size: 13px;
	padding: 60px 0 50px 0;
}

#footer a:link, #footer a:visited {
	color:#ccc;
}

#footer a:hover {
	color:#fff;
}

#footer h3 {
	color:#fff;
	margin-top:0;
	font-size:36px;
}

#footer_left {
	float: left;
	width: 46%;
}

#footer_right {
	float: right;
	width: 46%;
}

#full_wrapper {
	width: auto;
	background-repeat: repeat-x;
	background-position: top;
}


#large_column {
	width:70%;
	float: left;
	padding:0 15px 0 0;
}

#large_column li {line-height: 150%}

#large_column .item {margin-bottom:30px;}


#main_content {
	padding: 60px 0 65px 0;
	font-family: 'Roboto', Arial, sans-serif!important;
	line-height:150%!important;
	
}

#main_content li {margin-bottom:12px;}

#main_content .item {padding-bottom: 30px;}

#main_content #large_column #cj-wrapper, #small_column .moduletable, #content .item-page, #large_column .item, #large_column #easyprofile, #large_column .search, #large_column #osm-upgrade-options-page {
	padding: 20px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0px 4px 12px #eaeaea;
	word-break: break-word;
}


#mobile_menu.is-active{
	/*! right:0; */
}

a#mobile_menu_close_button:link, a#mobile_menu_close_button:visited{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	background-image: url(../images/icon-close.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	padding: 8px 16px 8px 30px;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	float:right;
	margin-bottom:15px;
}

#nav_bar_left {
    float: left;
    width: 113px;
    height: 194px;
    padding: 0px;
    /* background-color: #be1e2d; */
    position: absolute;
    top: 0px;
    /* border: solid 6px #be1e2d; */
    border-top-width: 0;
	
}

#nav_bar_right, #nav_bar_right .moduletable {
	float: right;
	width: auto;
	height: auto;
	padding: 0px;
	overflow:hidden
}

#small_column {
	width: 25%;
    float: left;
    clear: right;
    padding-left: 15px;
}

#small_column .moduletable {
	margin-bottom:20px;
}

#table_bottom {
	background-color: #ccc;

}

#table_copyright {
    padding: 25px;
    background: #e8e8e8;
    color: #696969;
    font-size: 14px;
    text-align: center;
}

#table_copyright p{padding:0; margin:0;}
#table_copyright a:link, #table_copyright a:visited {color:#be1e2d; text-decoration:none;}
#table_copyright a:hover {color:#821822; text-decoration:underline;}

#table_middle {
	width: auto;
	background-color: #f1f1f1;
}

#table_top {

}


#top_nav {
	height: 55px;
    clear: both;
    position: relative;
    z-index: 999;
    background-color: #d22730;
    overflow: visible;
    padding-top: 22px;
    padding-right: 85px;
    padding-bottom: 6px;
    padding-left: 25px;
    background-image: url(../images/nav-bar-bg.gif);
    background-repeat: repeat-x;
}

#top_wrapper {
	width: auto;
	padding: 0px;
	margin: 0px;
	height: 60px;
}



/**********************************/
/*         Classes                */
/**********************************/

.article-icons {margin:0; padding:0;}
.article-icons li {display:inline-block; list-style:none; padding:0 10px 0 0;}
.article-icons li a{
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -999em;
	background-image: url(../images/icon-email.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.email-icon a {}


.bq-left {
	float: left;
	margin-left: 0;
	margin-top:0 3% 0 0;
	width:40%;
}

.bq-right {
	float: right;
	margin-right: 0;
	margin:0 0 0 3%;
	width:40%;
}

.button {
	padding: 10px 14px;
	background-color: #333333;
	color: #fff;
	font-size: 14px;
	border: none;
	margin: 20px 0;
}


.clearboth {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
}

.columns_wrapper {
	padding: 31px 0 0 0;
}

.feature_row {
	padding: 40px 0px!important;
	
}

.eighteen_points {font-size:18px;}

.fourteen_points{
	font-size:14px;
}

.half_block {
	width: 46%;
	margin-right: 3%;
	float: left;
	padding: 10px 0;
}

.image_right {
	float: right;
	margin:0px 0 30px 50px;

}

.image_left {
	float: left;
	margin:0px 50px 30px 0px;
}

.last_block {
	float:right!important;
	margin-right:0px!important;
}

.readmore a:link, .readmore a:visited {
	font-size:14px; text-decoration:none;
}

.readmore a .icon-chevron-right {display:none;}

.primary_color{
	color: #009999;
}

.quarter_block {
	width:18%;
	padding:2%;
	float:left;
	margin-right:3.5%;
}


.secondary_color {
	color: #F06000;
}

.sixteen_points{
	font-size:16px;
}

.third_block {
	width:30%;
	margin-right:5%;
	float:left;
	padding:0;
}

.two_third_block {
	width:64%;
	float:left;
}

.twelve_points{
	font-size:12px;
}

.wrapper_frame {
	width:1300px;
	margin:0 auto;
}





/********************************** N A V I G A T I O N    &    M E N U S  *************************************************/



/**********************************/
/* Top   Navigation               */
/**********************************/

.menu-icons {    
	background-position: 16px center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    padding-left: 42px!important;
    margin-right: 1px;
}

.home {background-image: url("../images/icons-20/icons8-cathedral-26.png"); }
.community {background-image: url("../images/icons-20/icons8-castle-50.png"); }
.profile {background-image: url("../images/icons-20/icons8-crusader-30.png"); }
.logout {background-image: url("../images/icons-20/icons8-sail-30.png"); }
.new-post {background-image: url("../images/icons-20/icons8-knight-helmet-32.png"); }
.searchicon {background-image: url("../images/icons-20/icons8-search-26.png"); }
.tour {background-image: url("../images/icons-20/icons8-old-shop-32.png"); }

ul.menu a, ul.menu a:link, ul.menu a:visited, ul.menu span, ul.menu li.active, ul.menu li.active span, ul.menu a:hover, ul.menu span:hover {
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	cursor:pointer;
}

#top_nav ul.menu {
	margin: 0px;
	padding:0 0 0 20px;
	display:block;
	list-style-type: none;
	zoom: 1;
}

#top_nav ul.menu li {
	margin: 0px;
	padding: 0px 5px 0 0;
	/*to make drop down appear directly under menu item, change display to "block"*/
	display: inline-block;
	zoom: 1;
    *display: inline;
}

#top_nav ul.menu a:link, #top_nav ul.menu a:visited, #top_nav ul.menu span {
    display: block;
    float: left;
    text-decoration: none;
    padding: 11px 18px;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    position: relative;
    border-bottom: solid 1px #d22730;
    border-radius: 12px;
	
}

#top_nav ul.menu li.active a, #top_nav ul.menu li.active span {

}

#top_nav ul.menu a:hover, #top_nav ul.menu span:hover, #top_nav ul.menu li.current a {
    color: #ffffff;
    background-color: rgb(191 30 38);
    box-shadow: 0px 2px 6px #d22730;
    border-bottom: solid 1px #dc3640;
}


#top_nav ul.nav-child {
	/**/display: none;
    top: 79px;
    margin: 0;
    position: absolute;
    padding: 20px 10px 20px 10px;
    text-transform: none;
    z-index: 9999;
    background-color: #d22730;
}

#top_nav li.active ul.nav-child {
	display:block;
}

#top_nav ul.nav-child li{
	display:block;
	padding:0;
	clear:left;
	border-right:none;
	background:none;
}

#top_nav ul.nav-child a:link, #top_nav ul.nav-child a:visited{
    font-size: 14px!important;
    font-weight: normal;
    color: #FFFFFF!important;
    padding: 8px 15px;
    display: block;
    width: 155px;
}

#top_nav ul.nav-child a:hover{
	color:#d2d2d2!important;
	box-shadow: 0px 0px 0px #be1e2d;
	background-color:#be1e2d;
}


/**********************************/
/* Header Navigation              */
/**********************************/
#banner_left ul.menu  {
	margin: 0px;
	padding:0px;
	display:block;
	list-style-type: none;
	text-transform:uppercase;
}

#banner_left ul.menu li {
	margin:0px;
	padding:0px;
	/*to make drop down appear directly under menu item, change display to "block"*/
	display:block;
}

#banner_left ul.menu a,
#banner_left ul.menu a:link,
#banner_left ul.menu a:visited,
#banner_left ul.menu span {
	display: block;
	text-decoration:none;
	color:#969696;
	padding:0px 10px;
	font-size:37px;
	font-weight:900;
	line-height:100%;
	background-repeat:no-repeat;
	background-position:-255px center;
}


#banner_left ul.menu a:hover,
#banner_left ul.menu span:hover {
	color:#000;
	background-position:left center;
}

#banner_left ul.menu li.active a,
#banner_left ul.menu li.active span {
	color:#000;	
}

#banner_left ul.menu li:nth-child(1) a {background-image: url(../images/menu-roll1.png);}
#banner_left ul.menu li:nth-child(2) a {background-image: url(../images/menu-roll2.png);}
#banner_left ul.menu li:nth-child(3) a {background-image: url(../images/menu-roll3.png);}
#banner_left ul.menu li:nth-child(4) a {background-image: url(../images/menu-roll4.png);}
#banner_left ul.menu li:nth-child(5) a {background-image: url(../images/menu-roll5.png);}
#banner_left ul.menu li:nth-child(6) a {background-image: url(../images/menu-roll6.png);}




#banner_left ul.nav-child {
	/**/display:none;
	padding:0; 
	margin:0;
}

#banner_left li.active ul.nav-child {
	display:block;
	/*background-color:#62957c;*/
}

#banner_left ul.nav-child li{
	display:inline;
}

#banner_left ul.nav-child a:link, #banner_left ul.nav-child a:visited{
	
	padding:10px 10px;
}

#banner_left ul.nav-child a:hover{
	color:#ddd!important;
}


/**********************************/
/* Small Column Navigation        */
/**********************************/
#small_column ul.menu,
#small_column ul.latestnews,
#small_column ul.category-module  {
	margin: 0px;
	padding:0px;
	display:block;
	list-style-type: none;
}

#small_column ul.menu li,
#small_column ul.latestnews li,
#small_column ul.category-module li {
	margin:0px;
	padding:0px;
	/*to make drop down appear directly under menu item, change display to "block"*/
	display:block;
}

#small_column ul.menu a:link,
#small_column ul.menu a:visited,
#small_column ul.menu span,
#small_column ul.latestnews a:link,
#small_column ul.latestnews a:visited,
#small_column ul.category-module a:link,
#small_column ul.category-module a:visited,
#small_column ul.category-module span {
	display: block;
	text-decoration:none;
	padding:10px 10px;
	font-size:14px;
	border-bottom:dotted 1px #ccc;
}

#small_column ul.menu li.active a,
#small_column ul.menu li.active span,
#small_column ul.latestnews li.active a,
#small_column ul.latestnews li.active span,
#small_column ul.category-module li.active a,
#small_column ul.category-module li.active span  {

	color:#444;
}
#small_column ul.menu a:hover,
#small_column ul.menu span:hover,
#small_column ul.latestnews a:hover,
#small_column ul.latestnews span:hover,
#small_column ul.category-module a:hover,
#small_column ul.category-module span:hover{
	color:#000;
}


#small_column ul.nav-child {
	/**/display:none;
	padding:0; 
	margin:0;
}

#small_column li.active ul.nav-child {
	display:block;
	/*background-color:#62957c;*/
}

#small_column ul.nav-child li{
	display:inline;
}

#small_column ul.nav-child a:link, #small_column ul.nav-child a:visited{
	
	color:#fff!important;
	background-color:#333;
	padding:10px 10px;
}

#small_column ul.nav-child a:hover{
	color:#ddd!important;
}

/**********************************/
/* Mobile Navigation              */
/**********************************/
.mobile_menu_button{
    margin: 10px auto;
    padding: 6px 10px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: none;
    background: url(../images/hamburger.svg) no-repeat center/38px 16px;
    float: right;
    text-align: left;
    text-indent: -999em;
    width: 40px;
}
.mobile_menu_button svg {
	vertical-align: sub;
}

.mobile_menu_button.close-button{
	margin: 0;
    /* left: calc( 50% - 126px / 2 ); */
    font-size: 16px;
    padding: 15px;
    width: 100%;
    background: url(../images/close-x.svg) 66px -2px no-repeat #be1e2d;
    line-height: 12px;
    color: #fff;
    text-indent: unset;
    text-align: center;
}

#mobile_menu_wrapper{
    background: rgba(228, 228, 228, 0.7);
    min-height: 100vh;
    max-height: 100vh;
    width: 60%;
    min-width: 250px;
    float: right;
    overflow-y: scroll;
   box-shadow: inset 36px 0 65px 0 #e6e6e6;/* */
}

#mobile_menu {
	display: none;
	top: 0;
    right: 0px;
    position: fixed;
    z-index: 9999;
    min-height: 100vh;
    background: rgb(255, 255, 255, .7);
    /* bottom: 0; */
    width: 100%;
}


#mobile_menu ul.menu {
	display: block;
    list-style-type: none;
    width: 100%;
    min-width: 250px;
    margin: 42px auto 60px auto;
}

#mobile_menu ul.menu li {
	margin:0px;
	padding:0px;
	/*to make drop down appear directly under menu item, change display to "block"*/
	display:block;
}

#mobile_menu ul.menu a:link, #mobile_menu ul.menu a:visited, #mobile_menu ul.menu span {
	display: block;
    text-decoration: none;
    margin: 0 auto;
    white-space: nowrap;
    padding: 15px;
    color: #191919;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    position: relative;
    border-bottom: solid 1px #dedede;
}

#mobile_menu .menu-icons {    
	background-position:19px center;
	padding-left:55px!important;
	margin-right:0px;
}


#mobile_menu ul.menu a:hover, #mobile_menu ul.menu span:hover, #mobile_menu ul .active a:link{
    background-color: rgb(255,255,255,.7);
    color: #be1e2d;
}


#mobile_menu ul.nav-child {
    display: none;
    padding: 15px 0 15px 0;
    margin: 0;
    background: rgb(255,255,255,.5);
}

#mobile_menu ul.nav-child li::after{
	display:none;
}

#mobile_menu li.active ul.nav-child {
	display:block;
	/*background-color:#62957c;*/
}

#mobile_menu ul.nav-child li{
	display:inline;
}

#mobile_menu ul.nav-child a:link, #mobile_menu ul.nav-child a:visited {
    padding: 6px 0 6px 55px;
    color: #292828;
    font-size: 14px;
    border: none;
    font-weight: normal;
}

#mobile_menu ul.nav-child a:hover{
	text-decoration: none;
}

/**********************************/
/* social media buttons          */
/*********************************

.fa {
    padding: 8px;
    font-size: 34px;
    text-align: center;
	background:none;
}*/



/**********************************/
/* Joomla Styles                  */
/**********************************/



.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0 0 .5em;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
	cursor: pointer;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}

/**********************************/
/* Extension Overrides            */
/**********************************/

/******************latest news module*******************/

#small_column ul.latestnews {
	max-height: 400px;
    overflow: auto;
    padding: 0 10px 0 0;
}


/****************joomla forms***********************/

#jform_title {width:90%}


/********************Komento********************/
.fd-mod-list {font-size:13px;}
.o-snackbar, #fd .p-md {padding:0!important;}
#kt, #kt .g-list-inline>li {font-size:16px;}

#kt .kt-comments__item {
	word-wrap: break-word
}

#small_column .mod-kt {
	max-height: 400px;
    overflow: auto;
    padding: 0 10px 0 0;
}

.mod-kt-text {font-size: 12px;
    color: #555;}

#small_column #kt .mod-kt-item {
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#kt .mod-kt-item+.mod-kt-item {
    margin-top: 0px;
}

#small_column #kt .mod-kt-item {
    /* margin-top: 16px; */
    border-bottom: solid 1px #eee;
    margin-bottom: 9px;
    padding-bottom: 10px;
}

#large_column #kt{
	font-size: 15px;
    background: #f9f9f9;
    padding: 20px;
	border: solid 1px #eaeaea;
    margin: 30px -21px -21px -21px;
    border-radius: 7px;
}

#kt .g-list-inline>li {margin-bottom:0;}

#kt .kt-comment {
    background: #fff;
	border: 1px solid #ecebeb;
    box-shadow: 0 0 10px #efefef;
}

#kt .kt-comment__hd {border-bottom: 1px solid #f3eded;}

#kt .kt-comment__ft {border-top: 1px solid #f3eded;}

#kt .kt-listing-tools .kt-listing-readmore i, #kt .kt-listing-tools .kt-listing-views i, #kt .kt-listing-tools .kt-listing-comment i { color: #555;}

#kt .kt-comments-listing__item {
    padding: 0;
    color: #4e4e4e;
}

#kt .btn-kt-primary {
	font-size: 14px!important;
    color: #fff !important;
    background-color: #016dcc !important;
    border-color: #026dcc !important;
    border-radius: 34px;
    padding: 10px 21px;
}

#kt .btn-kt-primary:hover {
    color: #fff !important;
    background-color: #004a8c !important;
    border-color: #004a8c !important;
}

#kt .o-flag { font-size: 14px;}

#kt .mod-kt-meta, #kt .mod-kt-permalink {font-size: 12px;}

/********************Easy Profile********************/

img.avatar.author_avatar {
    border-radius: 20px;
    width: 26px;
    border: solid 2px #ddd;
}

.jsn-p-avatar img, .jsn-l-avatar img {
    border-radius: 8px;
    box-sizing: border-box;
	
    border: solid 3px #ddd;
}

.jsn-p-fields dl dd {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #ddd;
	border-right:none;
}

#jsn-form.flat > ul.z-tabs-nav > li.z-active > a {background: #d2272f;}

#jsn-form.flat > ul.z-tabs-nav > li.z-active > a:hover {color: #ffffff!important; background: #d2272f;}


/********************JUNews*******************

.jn {
    padding: 0 0 16px 0;
    border-bottom: solid 2px #eee;
}*/

.jn-info {
    font-size: 12px;
    background: #f5f4f4;
    padding: 0 5px 0 5px;
    margin: 0 0 10px 0;
}

.jn-head h4 {font-size:16px}

.jn-intro, .jn-more {font-size:14px}

/********************cj Forum********************/

#cj-wrapper .forum-info .text-muted {color:#999; font-style:italic;}

#cj-wrapper .forum-info .visible-xs {font-weight: bold;}

#cj-wrapper .replies .avatar {min-width: 10%;}

#cj-wrapper .author-name, #cj-wrapper .category-title, #cj-wrapper .topic-date {font-size:14px}

#cj-wrapper .profile-info .rank {
    display: none;
}

#cj-wrapper .navbar-header .brand {display: none;}

#cj-wrapper .panel {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.00);
    box-shadow: 0 1px 1px rgba(0,0,0,0.00);
	    border-color: #e6e6e6;
}

#cj-wrapper .panel-default>.panel-heading {

    border-color: #e6e6e6;
}

#cj-wrapper h1, #cj-wrapper .h1 {
    font-size: 24px;
}

/*#cj-wrapper .navbar-default .navbar-inner .nav.pull-right {display: none;}*/

/*.panel.panel-default.card.card-default {display: none}*/

#cj-wrapper .panel-title>a:link, #cj-wrapper .panel-title>small, #cj-wrapper .panel-title>.small, #cj-wrapper .panel-title>small>a:link, #cj-wrapper .panel-title>.small>a:link, #cj-wrapper .panel-title>a:visited, #cj-wrapper .panel-title>small>a:visited, cj-wrapper .panel-title>.small>a:visited {text-transform: none; font-weight: bold; font-size: 20px;}

#cj-wrapper .panel-title>a:hover, #cj-wrapper .panel-title>small>a:hover, cj-wrapper .panel-title>.small>a:hover {text-decoration: none; color:#000;}

#cj-wrapper .panel-default {border-color: #e8e8e8;}

#cj-wrapper .list-group-item {border: 1px solid #e8e8e8;}

.navbar-inner { border: 1px solid #e8e8e8;}

#cj-wrapper .text-muted {
    font-size: 16px;
	color:#000
}

#cj-wrapper .dropdown-menu.columns-2 {
    min-width: 200px;
}

#cj-wrapper .dropdown-menu .row-fluid .span6 {
    width: auto;
}

div.center.text-center span.label.label-info[title~='Topics'], div.center.text-center span.label.label-warning[title~='Replies'] {display:none;}

#cj-wrapper .thumbnail, #cj-wrapper .thumbnail>img, #cj-wrapper .thumbnail a>img {border-radius:200px; padding:0px; border:none;}

h3.panel-title{font-size:18px!important;}

h3.panel-title i.fa{margin:0 5px 0 0}

/*****************************************/

.chzn-container {
    font-size: 14px;
}

.chzn-container-single .chzn-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0px 10px;
}

.chzn-container-multi .chzn-choices {
    padding: 4px 5px;
    height: 37px;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #fff), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(#fff 1%, #ffffff 15%); 
    background-image: -moz-linear-gradient(#fff 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#fff 1%, #ffffff 15%);
    background-image: linear-gradient(#fff 1%, #ffffff 15%);
	border-radius: 6px;
}

.chzn-container-single .chzn-single {
    padding: 8px 0 0 8px;
    height: 40px;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #fff), color-stop(52%, #fff), color-stop(100%, #fff)); 
    background: -webkit-linear-gradient(#ffffff 20%, #ffffff 50%, #ffffff 52%, #ffffff 100%); 
    background: -moz-linear-gradient(#ffffff 20%, #ffffff 50%, #ffffff 52%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff 20%, #ffffff 50%, #ffffff 52%, #ffffff 100%);
    background: linear-gradient(#ffffff 20%, #ffffff 50%, #ffffff 52%, #ffffff 100%); 
    box-shadow: 0 0 0 white inset, 0 0 0 rgba(0, 0, 0, 0);
	border-radius: 9px;
}

.chzn-container-active.chzn-with-drop .chzn-single {
    border: 1px solid #d6d6d6;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(#ffffff 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(#ffffff 20%, #ffffff 80%);
    background-image: -o-linear-gradient(#ffffff 20%, #ffffff 80%);
    background-image: linear-gradient(#ffffff 20%, #ffffff 80%);
    box-shadow: 0 0 0 #fff inset; 
}

.chzn-container .chzn-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #d6d6d6;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0); 
}

.chzn-container-active.chzn-with-drop .chzn-single div b {
    background-position: -18px 6px;
}

.chzn-container .chzn-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #3875d7));
    background-image: -webkit-linear-gradient(#3875d7 20%, #3875d7 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #3875d7 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #3875d7 90%);
    background-image: linear-gradient(#3875d7 20%, #3875d7 90%);
}

.chzn-container .chzn-results li {
    padding: 8px 6px;
	border-radius: 5px;
}

#footer table.acymailing_form {
	margin:0;
	width:100%;
}

#footer textarea, #footer input[type="text"], #footer input[type="password"], #footer input[type="datetime"], #footer input[type="datetime-local"], #footer input[type="date"], #footer input[type="month"], #footer input[type="time"], #footer input[type="week"], #footer input[type="number"], #footer input[type="email"], #footer input[type="url"], #footer input[type="search"], #footer input[type="tel"], #footer input[type="color"], #footer .uneditable-input {
	width:100%;
	background-color:#2b2b2b;	
	border:none;
	color:#cdcdcd;
}

#footer .acysubbuttons {
	text-align:left;	
}

/****************Joom Donation Extensions***********/
#amount_container label input[type="radio"], #amount_container label input[type="checkbox"], .form-horizontal input[type="radio"], .form-horizontal input[type="checkbox"] {
	width:auto; margin-right:5px;
}

form.form-horizontal .control-label {font-weight:300;}
form.form-horizontal input[type="submit"] {width:auto;}
.formError .formErrorContent, .formErrorArrow div {box-shadow:0 0 0 #fff!important; -webkit-box-shadow:0 0 0 #fff!important; border:none; font-size:13px!important;}

/***************Easy Discuss*******************/

#ed .btn-xs {padding-right:13px!important;}
.ed-statistic.pull-right {margin:0;}
#ed .m-notification__icon-link {color:#fff}
.ed-navbar li {margin:0}
.ed-vote {height:50px;}

/*****************Media Queries****************/

@media screen and (min-width: 1000px) { 
   #mobile_menu_button {display:none!important;}
   #mobile_menu {display:none!important;}
}

@media screen and (max-width: 1300px) {
	.wrapper_frame {width: auto; }
	
	#footer, #table_middle .wrapper_frame, #table_copyright {padding-right: 18px; padding-left: 18px; width:auto;}

	#top_nav ul.menu {
		padding:0;
	}
	

}

@media screen and (max-width:1000px) {
	
	
	#small_column {float:none; width:auto; padding:16px 0px; border-left:solid 0px #ccc;}
   #large_column {width:auto!important; float:none; padding:2% 0 8% 0;}
	
	.mobile_menu_button {display: inline-block!important;}
	
	#top_nav ul.menu {
		display:none;
	}
	
	#full_wrapper.menu-active {filter: blur(12px);}
}

@media screen and (max-width: 915px) { 
	.third_block {
	   width:auto;
	   margin-right:0;
	   float:none;
	   text-align:center;
	   margin-bottom:30px;
   }
	
   
   .third_block.last_block {
	   width:auto;
	   float:none!important;
	   text-align:center;
	   margin-bottom:30px;
   }
   
    
	
}

@media screen and (max-width: 825px) { 

	#banner_left {
		width: 360px;
	}
   
}


@media screen and (max-width: 770px) { 

  
   #small_column {float:none; width:auto; padding:16px 0px; border-left:solid 0px #ccc;}
   #large_column {width:auto!important; float:none; padding:2% 0 8% 0;}


	.bq-right, .bq-left {
		float: none;
		margin: 0;
		width:auto;
	}
   
}

@media screen and (max-width: 700px) { 
	.no_mobile {display:none!important;}
}

@media screen and (max-width: 650px) { /* 630px */

   #banner_left {
		float:none;
		width:auto;
		height:110px!important;
		padding-top:10px!important;
		
	}
	
	#banner_right {
		float: none;
		padding:0 25px!important;
		height: 56px;
		text-align: left;
	}
   
   .half_block {
		width:auto;
		margin-right:0;
		float:none;
		padding:0;
		margin-bottom:30px;
   }
   
   .last_block {float:none!important;}
   
   
   #footer_right {text-align:left;}
   
   .image_right {float:none; margin-left:0; margin-bottom:20px; display:block;}
   .image_left {float:none; margin-right:0; margin-bottom:20px; display:block;}

}

@media screen and (max-width: 500px) { 
	/* bootstrap stacking fixes */
	.row-fluid [class*="span"]{
		float: none !important;
		margin-left:0 !important;
		width:auto !important;;
	}


	.two_third_block {
		width:auto;
		float:none;
	}
	
	#footer_left, #footer_right {
		float: none;
		width: auto;
	}
	
	
}

@media screen and (max-width: 380px) { 

	#banner_left {padding-left:0px;}

}