/*************
* GLOBAL
*/

html {
	overflow-y: scroll;
}

body {
	
}

html, body {
	height: 100%;
}

body, td {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #333;
}

h1,
h2,
h3 {
	font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    color: inherit;
}

h1 { font-size: 40px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }

h1#content-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #E43232;
}

a {  }
a:hover { 
    text-decoration: none;
}

img {
	max-width: 100%;
}
hr {
	display: block;
    height: 10px;
    border: none;
    background: url(/images/divider.png) top center no-repeat;
    height: 20px;
    background-size: 100% auto;
    margin: 20px 0px;
}

input[type=text], input[type=password], input[type=email], select, textarea {
    padding: 8px 8px;
    border-radius: 4px;
    border: solid 1px #ddd;
    width: 100%;
}


h1, .block-title {	
	clear: both;
	font-weight: normal;
	margin: 20px 0px 20px 0px;
	color: #E43232;
}

/*************
* HEADER
*/

#header {
	position: relative;
	padding: 10px 0px;
    background: #e1e1e1;
}

#header .row > div {
	padding: 0px 10px;
}

#header .logo {
	display: inline-block;
	width: 91px;
	height: 119px;
    max-width: 100%;
	background: url(../images/logo_new.png) center no-repeat;
	background-size: 100% auto;
}

#header .lang-select {
	margin-bottom: 10px;
}

#lang-flags img {
	border: solid 1px #aaa;
}

#responsive-header {
	margin: 10px 0px;
	text-align: center;
}

#responsive-header .logo {
	display: inline-block;
	width: 91px;
	height: 119px;
	background: url(../images/logo_new.png) center no-repeat;
	background-size: 100% auto;
}

#cart-widget #text {
    font-weight: bold;
}

#cart-widget #text a {
    color: #d50023;
    text-decoration: underline;
}
#cart-widget #text a:hover {
	text-decoration: none;
}


/*************
* MENU
*/

#menu-desktop {
	margin-top: 40px;
}

#menu-desktop ul.level-1 {
	width: 100%;
	display: table;
}

#menu-desktop ul.level-1 > li {
	display: table-cell;
	float: none;
	text-align: center;
	vertical-align: middle;
}

#menu-desktop ul.level-1 > li > .item > a {
	color: #355C89;
	font-size: 19px;
    font-weight: 500;
    font-family: 'Ubuntu';
	color: #E43232;

}

#menu-desktop ul.level-1 > li {
	/* border-left: solid 1px #ddd; */
}
#menu-desktop ul.level-1 > li:first-child {
	border: none;
}

#menu-desktop ul.level-1 > li:hover > .item > a,
#menu-desktop ul.level-1 > li.active > .item > a {
	color: #b30000;
}

#menu-desktop ul ul li:hover > .item > a,
#menu-desktop ul ul li a:hover {
	color: #FFF;
	background: #E43232;
}


#menu-responsive {
	background: #f9f9f9;
}

#menu-responsive .menu-bar {
	background: #575757;
	color: #fff;
	font-size: 15px;
	border-radius: 0px;
	text-align: right;
}

#menu-responsive .menu-bar a {
	color: #fff;
}

#menu-responsive .menu-bar a .fa {

}

#menu-responsive .menu-bar a.cart-button span {
	color: #98AAB9;
}

#menu-responsive .menu-bar a.lang-button span {
	position: relative;
	right: -4px;
}
#menu-responsive .menu-bar a.lang-button .fa {
	font-size: 12px;
}

#menu-responsive ul.level-1 {
	border-bottom: solid 1px #eee;
	margin-bottom: 5px;
	box-shadow: #ccc 0px 5px 10px;
}



/*************
* SEARCH
*/

.search_form {
	position: relative;
	clear: both;
}	
	
.search-box {
	position: relative;
	margin: 0px 0px 20px 0px;
	text-align: left;
	padding: 0px;
}

.search-box input {
	margin: 0px;
	padding: 0px;
}

.search-box input[type="text"] {
	padding: 7px 10px;
	width: 100%;
	color: #bbb !important;
	border: solid 1px #ddd;
	margin: 0px;
	border-radius: 0px;
}

.search-box .searchsubmit {
    padding: 8px 12px;
    border: none;
    border-radius: 0px;
    color: #fff;
    background: #575757;
    position: absolute;
    right: 0px;
    top: 0px;
}

.search-box .searchsubmit:hover {
	opacity: 0.9;
}

#responsive-search .search-box {
	margin: 10px 0px;
}

#responsive-search .search {
	width: 100%;
	padding: 10px;
}
#responsive-search .searchsubmit {
	padding: 11px 15px;
}

.searchsubmit i.fa.fa-search {
    font-size: 18px;
}


/*************
* MAIN CONTENT
*/
.main {
	position: relative;
	background: #DEDEDE;
	padding: 20px 0px 30px 0px;
}

#content-area {
	position: relative;
}

#content {
	padding-bottom: 20px;
	line-height: 1.8em;
}

#content table {
	width: 100% !important;
}


/*************
* SIDEBAR
*/

#sidebar {
	position: relative;
}

#sidebar .banner {
	text-align: center;
	margin-bottom: 20px;
}

.sidebar .menu-container {
	position: relative;
	margin: 0px 0px 10px 0px;
}

.sidebar .menu-container ul.level-1 > li:first-child {
	border: none !important;
}

.sidebar .menu-container ul li a {
	padding: 12px 10px;
}

.sidebar .menu-container ul li a:hover,
.sidebar .menu-container ul li.active a {
	
}

.sidebar .menu-container.vertical ul ul li a {
	padding: 10px 20px 10px 35px;
}

.sidebar .menu-container .submenu-button {
	height: 36px;
	line-height: 36px;
}

.sidebar .menu-container .submenu-button::before,
.sidebar .menu-container .submenu-button::after {
	margin-top: -7px;
	background: #55690D;
}

.sidebar .news-box a {
    color: #575757;
}

/*************
* PAGE
*/

#page {
    position: relative;
    width: 100%;
    float: left;
    min-height: 100%;
    padding-bottom: 205px;
}

/*************
* FOOTER
*/


#footer {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0px;
    color: #FFF;
    line-height: 180%;
    min-height: 205px;
    margin-top: -205px;
    background: #747474;
}

#footer i.fa {
    font-size: 21px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

#footer a {
    color: #FFF;
}

#footer a:hover {
    text-decoration: none;
}

#footer .block-title {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	text-align: left;
	background: none;
}

#footer ul {
	list-style: none;
	padding: 0px;
}

#footer #newsletter-widget .row > div {
	margin-bottom: 15px;
}

#footer .logo-footer {
    position: relative;
    display: inline-block;
    width: 123px;
    height: 160px;
    background: url(../images/logo_footer_new.png);
    background-size: 100%;
}



/*************
* GENERAL STYLES / default styles
*/

.lang-select#lang-codes {
	font-size: 0px;
}

.lang-select#lang-codes a {
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	padding: 0px 8px;
	border-left: solid 1px #ccc;
}

.lang-select#lang-codes a:first-child {
	padding-left: 0px;
	border: none;
}

.lang-select#lang-codes a:last-child {
	padding-right: 0px;
}

.modal {
	overflow-x: hidden !important;
}
 
#modal-lang {
	text-align: center;
} 
 
#modal-lang a {
	display: inline-block;
	margin: 5px;
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: 10px 20px;
	background: #fff;
	box-shadow: inset #ccc 0px 0px 10px;
	text-align: center;
	text-decoration: none;
}

#modal-lang a img {
	border: solid 1px #ccc;
}

#modal-lang a span {
	display: block;
	margin-top: 2px;
}

.user-area {
	margin: 20px;
}

#login-box {

}

#login-box .links {	
	margin: 0px 0px 20px 0px;
}

#login-box .links a {
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}

#login-box .inputs #email,
#login-box .inputs #password {
	padding: 6px;
	border-radius: 5px;
	border: solid 1px #ddd;
	width: 100%;
}
*
#login-box .auto-login {
	text-align: left;
	margin: 10px 0px 0px 10px;
}
 
#login-box .auto-login label {
	font-weight: normal;
} 

#logged-in.user-area .links a,
#login-box .btn {
    color: #FFF;
    border-radius: 4px;
    height: 40px;
    width: 270px !important;
    font-size: 20px;
    padding-top: 4px;
    font-weight: 400;
    background: #00a0e0;
    padding: 5px 20px;
    margin-top: 0px;
    float: left;
    text-align: center;
}

#ajax-loader.fullscreen  {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 32px;
	min-height: 32px;
	z-index: 1000000000000000;
	text-align: center;
	max-width: 300px;
	background: url(../../../images/ajax-loader.gif) center no-repeat;
}

#ajax-loader.regional  {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 32px;
	min-height: 32px;
	z-index: 1000000000000000;
	text-align: center;
	max-width: 300px;
	background: url(../../../images/ajax-loader.gif) center no-repeat;
}
	
#ajax-loader-message {
	display: block;
	position: relative;
	top: 50px;
	min-width: 300px;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	padding: 5px 10px;
}	
	
#ajax-loader-overlay {
	position: absolute;
	display: table;
	top: 0px;
	left: 0px;
	min-height: 100%;
	min-width: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 100000000000000000;
}

#ajax-loader-overlay.nobg { background: none !important; }

.pagination {
	padding:2px;
	margin: 10px 0px;
	position: relative;
}

.pagination ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.pagination li {
	display: inline-block;
}

.pagination a {
	color: #666666 !important;
	background-color: #eee !important;
	border-radius: 0px !important;
	border: none !important;
}
.pagination a:hover,
.pagination a.active {
	background-color: #DE2C2C !important;
	color: #fff !important;
}

ul.pagination li a {
    font-size: 18px;
}

.pagination a,
.pagination .page_numbers a {
	display: inline-block;
	padding: 3px 6px;
	min-width: 25px;
	margin: 0px 5px;
	text-align: center;
	border-radius: 3px;
	font-size: 12px;
	line-height: 14px;
}



.clear,
.clearfix {	
	display: block;
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}  


.clear-left {
	display: block;
	float: left;
	clear: left;
}
.clear-right {
	display: block;
	float: left;
	clear: right;
}



/* 
CUSTOMIZE JQUERY UI 
*/

.ui-dialog {
	position:absolute;
	overflow:hidden
}

.ui-dialog a {
	text-decoration: underline;
}

.ui-widget-content {
	background: #fff;
	border: none;
	border-radius: 2px;
	padding: 0px;
}

.ui-dialog .ui-widget-content {
	padding: 30px;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 10px 15px;
}

.ui-dialog .ui-dialog-titlebar-close {
	display: inline-block;
	right: 20px;
	font-size: 18px;
	height: 18px;
	width: 18px;
	line-height: 18px;
	color: inherit;
	text-decoration: none;
	padding: 0px;
}

.ui-dialog .ui-dialog-titlebar-close.ui-state-hover {
	background: none!important;
	border: none !important;
	font-weight: normal;
	opacity: 0.8;
}

.ui-dialog .ui-dialog-titlebar-close::before {
	font-family: FontAwesome;
	content: "\f00d";
}

.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}

.ui-dialog .ui-widget-header {
	background: #9e9c9c;
	color: #fff;
	border-radius: 0;
	border: none;
	font-weight: normal;
	font-size: 20px;
}



.case-lower { text-transform: lowercase; }
.case-upper { text-transform: uppercase; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

.screen-xs .align-xs-left
{ text-align: left !important; }

.screen-xs .align-xs-center
{ text-align: center !important; }

.screen-xs .align-xs-right 
{ text-align: right !important; }

@media (min-width: 768px) {
	.screen-sm .align-sm-left
	{ text-align: left !important; }
	
	.screen-sm .align-sm-center
	{ text-align: center !important; }
	
	.screen-sm .align-sm-right
	{ text-align: right !important; }
}
@media (min-width: 992px) {
	.screen-md .align-md-left
	{ text-align: left !important; }
	
	.screen-md .align-md-center
	{ text-align: center !important; }
	
	.screen-md .align-md-right
	{ text-align: right !important; }
}
@media (min-width: 1200px) {
	.screen-lg .align-lg-left
	{ text-align: left !important; }
	
	.screen-lg .align-lg-center
	{ text-align: center !important; }
	
	.screen-lg .align-lg-right
	{ text-align: right !important; }
}



.nopadding { padding: 0px; }
.no-H-padding { padding-left: 0px; padding-right: 0px; }
.no-V-padding { padding-top: 0px; padding-bottom: 0px; }
.no-T-padding { padding-top: 0px; }
.no-R-padding { padding-right: 0px; }
.no-B-padding { padding-bottom: 0px; }
.no-L-padding { padding-left: 0px; }


.trans01 { -moz-transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.trans02 { -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.trans03 { -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.trans04 { -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.trans05 { -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.trans06 { -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
.trans07 { -moz-transition: all 0.7s ease-in-out; -webkit-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; }
.trans08 { -moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }
.trans09 { -moz-transition: all 0.9s ease-in-out; -webkit-transition: all 0.9s ease-in-out; -o-transition: all 0.9s ease-in-out; transition: all 0.9s ease-in-out; }
.trans10 { -moz-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }


.btn {
	border-radius: 2px;
	text-decoration: none !important;
}


.btn-default { 
  color: #666666; 
  background-color: #F5F5F5; 
  border-color: #EDEDED; 
} 
 
.btn-default:hover, 
.btn-default:focus, 
.btn-default:active, 
.btn-default.active, 
.open .dropdown-toggle.btn-default { 
  color: #666666; 
  background-color: #EDEDED; 
  border-color: #EDEDED; 
} 
 
.btn-default:active, 
.btn-default.active, 
.open .dropdown-toggle.btn-default { 
  background-image: none; 
} 
 
.btn-default.disabled, 
.btn-default[disabled], 
fieldset[disabled] .btn-default, 
.btn-default.disabled:hover, 
.btn-default[disabled]:hover, 
fieldset[disabled] .btn-default:hover, 
.btn-default.disabled:focus, 
.btn-default[disabled]:focus, 
fieldset[disabled] .btn-default:focus, 
.btn-default.disabled:active, 
.btn-default[disabled]:active, 
fieldset[disabled] .btn-default:active, 
.btn-default.disabled.active, 
.btn-default[disabled].active, 
fieldset[disabled] .btn-default.active { 
  background-color: #F5F5F5; 
  border-color: #EDEDED; 
} 
 
.btn-default .badge { 
  color: #F5F5F5; 
  background-color: #3B3B3B; 
}



.btn-success { 
  color: #ffffff; 
  background-color: #AFC0C9; 
  border-color: #A7B8C2; 
} 
 
.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success { 
  color: #ffffff; 
  background-color: #A2B4BD; 
  border-color: #A7B8C2; 
} 
 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success { 
  background-image: none; 
} 
 
.btn-success.disabled, 
.btn-success[disabled], 
fieldset[disabled] .btn-success, 
.btn-success.disabled:hover, 
.btn-success[disabled]:hover, 
fieldset[disabled] .btn-success:hover, 
.btn-success.disabled:focus, 
.btn-success[disabled]:focus, 
fieldset[disabled] .btn-success:focus, 
.btn-success.disabled:active, 
.btn-success[disabled]:active, 
fieldset[disabled] .btn-success:active, 
.btn-success.disabled.active, 
.btn-success[disabled].active, 
fieldset[disabled] .btn-success.active { 
  background-color: #AFC0C9; 
  border-color: #A7B8C2; 
} 
 
.btn-success .badge { 
  color: #AFC0C9; 
  background-color: #ffffff; 
}

.block-content {
    /*
    position: relative;
    width: 100%;
    float: left;
    */
    text-align: center;
}

.firstpage-blocks h3 {
    text-align: center;
    margin: 5px 0px 5px 0px;
    font-size: 21px;
}

.block-content-wrapper {
    position: relative;
    width: 100%;
    float: left;
    padding: 10px;
    color: #575757;
    display: inline-block;
    background: #E1E1E1;
    transition: background 0.4s;
}

.block-content-wrapper:hover {
    cursor: pointer;
    color: #E1E1E1;
    background: #575757;
    /*background: #b67d7d;*/
}

.firstpage-blocks {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    z-index: 3;
}

.firstpage-blocks a {
    color: #575757;
    font-size: 15px;
    transition: color 0.4s;
}

.firstpage-blocks a:hover {
    color: #FFF;
    text-decoration: none;
}

.firstpage-block {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

h2.secondary-title {
    text-align: center;
    color: #E43232;
    font-weight: 400;
    margin-bottom: 30px;
    border-bottom: 2px solid #E43232;
    padding-bottom: 10px;
}

.main.firstpage-content {
    background: #e1e1e1;
    /* background: #1C732A; */
    color: #444;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0px;
}

.main.firstpage-content h2,
.main.firstpage-content h3,
.main.firstpage-content p,
.main.firstpage-content span,
.main.firstpage-content a {
    /* color: #FFF; */
}

/** contact template **/

.contact .icon-with-text {
    height: 40px;
}

.contact-data .contacts-wrapper {
    display: block;
}

.contact-data {
    position: absolute;
    top: 310px;
    right: 50px;
    min-height: 140px;
    float: right;
    min-width: 240px;
    background: rgba(255,255,255,0.6);
    padding: 20px;
    color: #363636 !important;
}

.contact {
    position: relative;
}

#page-CONTACT .main {
    padding-top: 0px;
    margin-top: 0px;
}

#page-CONTACT h3 {
    font-size: 23px;
}

.contact-data i.fa {
    font-size: 23px;
    color: #DE2C2C;
    position: relative;
    top: 3px;
}

.firstpage-block-link img {
    max-width: 100%;
}

.firstpage-block-link img:hover {
}

a.firstpage-block-link {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 75px;
    overflow: hidden;
}

.datetime-wrapper {
    display: block;
    overflow: hidden;
    position: absolute;
    line-height: 160%;
    color: #FFF;
    max-width: calc(100% - 30px);
    background: #E43232;
}

.event-datetime {
    font-family: 'Ubuntu';
    padding: 5px 10px;
    font-style: italic;
    text-align: center;
    position: relative;
    top: 0px;
    left: 0px;
    width: 270px;
    max-width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.main.donations {
    background: #FFF;
    margin-top: 0px !important;
    color: #707070;
    padding: 40px 0px;
}

.firstpage.donations,
.firstpage.foreword {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

a.content-link {
    float: left;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding: 6px 12px;
    color: #575757;
    background: #E1E1E1;
    transition: background 0.4s;
}

a.content-link:hover {
    color: #FFF;
    background: #E43232;
}

.default-wrapper {
    position: relative;
    width: 100%;
    float: left;
}

.video-js {
    width: 100%;
}

a.filelink {
    position: relative;
    width: 100%;
    float: left;
    font-family: 'Oswald';
    font-size: 17px;
    color: #777;
    transition: color 0.4s;
}

a.filelink.active,
a.filelink:hover {
    color: #000;
}

#map {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 850px;
    float: left;
}

#location {
    position: relative;
    width: 100%;
    float: left;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.files-list {
    position: relative;
    width: 100%;
    float: left;
}

#myAudio {
    width: 100%;
}

.title-wrapper {
    position: absolute;
    bottom: 0px;
    left: 15px;
    color: #FFF;
    width: calc(100% - 30px);
    min-height: 75px;
    font-size: 15px;
    padding: 5px 15px;
    text-align: center;
    /* background: #E43232; */
    background: #777;
}

.title-wrapper h3,
.title-wrapper .title {
    position: relative;
    width: 100%;
    float: left;
}

.facebook-login-wrapper {
    position: absolute;
    width: 50%;
    top: 0px;
    left: calc(50% - 135px);
    text-align: left;
}

.default-login {
    position: relative;
    width: 100%;
    float: left;
    min-height: 80px;
}

.player-buttons {
    position: relative;
    width: 100%;
    float: left;
}

.player-button {
    font-size: 42px;
    color: #777;
}

.player-button.fa-angle-double-left {
    float: left;
}

.player-button.play-pause {
    text-align: center;
    display: block;
}

.player-button.fa-angle-double-right {
    float: right;
}

.player-button:hover,
.player-button:active,
.player-button:focus {
    text-decoration: none;
    color: #777;
    cursor: pointer;
}

.video-js .vjs-picture-in-picture-control {
    display: none;
}

.files-list a.filelink {
    transition: color 0.4s;
}

.files-list a.filelink.active,
.files-list a.filelink:hover {
    color: #E43232;
}

.main.services {
    /* background: #15286C; */
    background: #168CCC;
    padding: 40px 0px;
}

.main.services h2,
.main.services h3,
.main.services p,
.main.services span,
.main.services a {
    color: #FFF;
}

.verse,
.chorus {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.chorus {
	font-style: italic;
}

body#page-SONGS .container {
	padding-top: 120px;
}

.card-body:hover {
	cursor: pointer;
}

.btn.btn-primary {
	margin-bottom: 30px;
}

.form-control {
	max-width: 320px;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
}

.scroll-to-top {
	position: fixed;
	right: -40px;
	top: 50%;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 17px;
	cursor: pointer;
}

.search-wrapper {
	position: fixed;
	top: 0px;
	z-index: 2;
	width: 100%;
	min-height: 120px;
	padding-top: 20px;
	background: #FFF;
}

a.card-link {
    font-size: 17px;
    color: brown;
    font-weight: 600;
}

.form-control {
    font-size: 15px !important;
}

body#page-SONGS #header {
    display: none !important;
}

.card-body {
    font-size: 15px;
    position: relative;
    width: 100%;
    float: left;
}

body#page-SONGS .btn.btn-primary {
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.alert.alert-info {
    display: table;
}

.hint.alert.alert-success {
    font-size: 14px;
    position: fixed;
    bottom: 0px;
    width: 640px;
    left: calc(50% - 320px);
    z-index: 2;
    padding: 10px;
    text-align: center;
}

body.screen-xxs .hint.alert.alert-success {
    width: 100%;
    left: 0px;
    font-size: 15px;
    bottom: -10px;
    padding: 10px;
}

body.screen-xxs .alert.alert-info p {
    font-size: 13px !important;
}

body.screen-xxs .alert.alert-info {
    display: table;
    font-size: 14px;
    max-width: 320px;
    padding: 7px;
}

div#message .alert {
    margin-bottom: 0px;
}

.facebook-data {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 20px;
    text-align: center;
}

.page-content h3 {
    font-weight: 400;
    font-size: 23px;
}

.sermon-links {
    position: relative;
    width: 100%;
    float: left;
}

.download-sermon {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #777;
    font-size: 18px;
    transition: color 0.4s;
}

.download-sermon:hover {
    color: #E43232;
}

#gallery-images .image-box {
    padding: 0px;
}

div#form_registration {
    background: #EFEFEF;
    padding: 10px 10px 0px 10px;
}

div#form_registration input[type="radio"],
div#form_registration input[type="checkbox"] {
    position: relative;
    width: 18px;
    height: 18px;
    top: -3px;
    margin-right: 5px;
}

div#gallery-images {
    margin-bottom: 40px;
}

table.registrations {
    margin-bottom: 40px;
}

table.registrations tr td {
    padding: 4px 6px;
}

table.registrations tr.heading td {
    background: #000;
    color: #CCC;
}

table.registrations tr.line1 {
    background: #f3fff3;
}

table.registrations tr.line2 {
    background: #e4f6ff;
}

table.game {
    width: 1400px;
    max-width: 1400px;
    background: rgb(2, 0, 36);
    background: linear-gradient(135deg, rgba(2, 0, 36, 1) 0%, rgba(223, 0, 222, 1) 0%, rgba(0, 169, 203, 1) 100%);
    margin-left: -115px;
}

table.game thead td {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #000;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}

table.game td {
    border: 2px solid #FFF;
}

table.game td.question {
    width: 16.66%;
    height: 140px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 27px;
    padding: 10px;
    background: purple;
    cursor: pointer;
}

.question-box {
    position: fixed;
    top: calc(50% - 100px);
    left: calc(50% - 360px);
    padding: 30px;
    font-size: 36px;
    color: #777;
    font-weight: 600;
    width: 720px;
    height: 200px;
    text-align: center;
    background: #FFF;
    border: solid 4px #FFF;
}

table.game tr td.active {
    background: #444;
}

.field-wrapper {
    min-height: 40px;
}

.form-wrapper {
    max-width: 720px;
}

.form-wrapper input[type="checkbox"], .form-wrapper input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    margin-right: 10px;
    float: left;
}

.form-wrapper input[type="text"] {
    margin-bottom: 10px;
}

.form-title-wrapper {
    position: relative;
    width: 100%;
    float: left;
}

.col-md-12 {
    position: relative;
    width: 100%;
    float: left;
}

table.registrations tr td:nth-child(2) {
    width: 145px;
}

.game-popup {
    position: absolute;
    top: calc(50% - 240px);
    left: calc(50% - 480px);
    width: 100%;
    height: 480px;
    max-width: 960px;
    background: #FFF;
    opacity: 0; 
    z-index: -1;
    transition: opacity 0.5s;
}

.game-popup.active {
    z-index: 2;
    opacity: 1;
}

.game-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: calc(100% - 80px);
    display: inline-block;
    font-size: 32px;
    left: 40px;
}

.close-popup,
.show-answer {
    position: absolute;
    top: 0px;
    font-size: 27px;
    cursor: pointer;
}

.close-popup {
    right: 10px;
    color: #777;
}

.show-answer {
    left: 7px;
    color: green;
}

tr td.question.answered {
    background: #777 !important;
}
































/** similarity game **/
.question-wrapper {
    position: relative;
    float: left;
    margin-bottom: 16px;
    background: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

.question-wrapper .options {
    position: relative;
    width: calc(50% - 16px);
    float: left;
    padding: 8px 24px;
    margin: 8px;
    background: #EDEDED;
}

.question-wrapper input[type="radio"] {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

p.question {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
}

.options.option-a {
    text-align: right;
}

.questions-answered {
    position: fixed;
    top: 20px;
    left: calc(50% - 160px);
    width: 320px;
    text-align: center;
    padding: 10px 10px 5px 10px;
    color: #FFF;
    font-size: 20px;
    background: #d0ab00;
    box-shadow: 0px 0px 10px #d0ab00;
    transition: background 0.4s;
}

.questions-answered.completed {
    background: #4c9301;
    box-shadow: 0px 0px 10px #4c9301;
}

input[name="participant[name]"],
input[name="participant[email]"] {
    position: relative;
    width: 240px;
    margin: 10px auto;
    float: none;
    display: block;
}

button.similarity-button {
    width: 240px;
    float: none;
    margin: 10px auto;
    display: block;
    padding: 8px;
    border: none;
    background: #4c9301;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
}

button.similarity-button:disabled {
    
    background: #777;
}

p.intro {
    text-align: center;
    padding: 10px;
    background: #fff4b2;
    width: 100%;
    float: none;
    margin: 16px auto;
}

p.comparable-pair {
    margin-top: 40px;
    color: #FFF;
    background: #4c9301;
}

p.common-question,
p.comparable-pair {
    padding: 10px;
    display: inline-block;
    position: relative;
    font-size: 15px;
    text-align: center;
    width: 100%;
}

p.common-question {
    background: #FFF;
}

.similarity-block {
    float: left;
}

a.participant-name {
    color: #FFF;
    font-size: 17px;
    padding: 8px 24px;
    background: #4c9301;
    width: 240px;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

a.close-similarity-data {
    position: fixed;
    bottom: 0%;
    right: 20px;
    font-weight: 600;
    color: #FFF;
    padding: 8px 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    float: left;
    background: red;
    cursor: pointer;
    transition: background 0.4s;
    z-index: 4;
}

a.close-similarity-data {
    background: darkred;
}

a.filtered-user {
    color: #FFF;
    background: #82b000;
    padding: 7px 14px;
    display: inline-block;
    border-radius: 18px;
    font-size: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.filtered-participants-list {
    position: fixed;
    bottom: 10px;
    width: 1140px;
    text-align: center;
    left: calc(50% - 570px);
}

tr td.question.answered {
    background: transparent !important;
}

table.game tbody {
    background-image: url(/template/images/clocks_1.png);
    background-size: 100%;
    background-position-y: -50px;
}

body#page-malumang h1#content-title {
    color: purple;
    border-bottom: 2px solid purple;
    text-align: center;
}

table.game tbody tr:nth-child(1) td:nth-child(1),
table.game tbody tr:nth-child(2) td:nth-child(2),
table.game tbody tr:nth-child(3) td:nth-child(3),
table.game tbody tr:nth-child(4) td:nth-child(4),
table.game tbody tr:nth-child(5) td:nth-child(5),
table.game tbody tr:nth-child(6) td:nth-child(6) {
    background: #007219;
}

table.game tbody tr:nth-child(1) td:nth-child(2),
table.game tbody tr:nth-child(2) td:nth-child(3),
table.game tbody tr:nth-child(3) td:nth-child(4),
table.game tbody tr:nth-child(4) td:nth-child(5),
table.game tbody tr:nth-child(5) td:nth-child(6),
table.game tbody tr:nth-child(6) td:nth-child(1) {
    background: #D90809;
}

table.game tbody tr:nth-child(1) td:nth-child(3),
table.game tbody tr:nth-child(2) td:nth-child(4),
table.game tbody tr:nth-child(3) td:nth-child(5),
table.game tbody tr:nth-child(4) td:nth-child(6),
table.game tbody tr:nth-child(5) td:nth-child(1),
table.game tbody tr:nth-child(6) td:nth-child(2) {
    background: #8D5630;
}

table.game tbody tr:nth-child(1) td:nth-child(4),
table.game tbody tr:nth-child(2) td:nth-child(5),
table.game tbody tr:nth-child(3) td:nth-child(6),
table.game tbody tr:nth-child(4) td:nth-child(1),
table.game tbody tr:nth-child(5) td:nth-child(2),
table.game tbody tr:nth-child(6) td:nth-child(3) {
    background: #8100d1;
}

table.game tbody tr:nth-child(1) td:nth-child(5),
table.game tbody tr:nth-child(2) td:nth-child(6),
table.game tbody tr:nth-child(3) td:nth-child(1),
table.game tbody tr:nth-child(4) td:nth-child(2),
table.game tbody tr:nth-child(5) td:nth-child(3),
table.game tbody tr:nth-child(6) td:nth-child(4) {
    background: #0000b0;
}

table.game tbody tr:nth-child(1) td:nth-child(6),
table.game tbody tr:nth-child(2) td:nth-child(1),
table.game tbody tr:nth-child(3) td:nth-child(2),
table.game tbody tr:nth-child(4) td:nth-child(3),
table.game tbody tr:nth-child(5) td:nth-child(4),
table.game tbody tr:nth-child(6) td:nth-child(5) {
    background: #f77500;
}

.answer-row {
    margin-bottom: 5px;
}

.data-wrapper {
    margin-bottom: 30px;
}

.participant-name {
    font-size: 21px;
    display: inline;
    margin-bottom: 20px;
}

.participant-answers {
    margin-top: 10px;
}

.answer-row,
.data-wrapper,
.participant-answers {
    position: relative;
    width: 100%;
    float: left;
}