/*** PRIMARY STYLES ***/
/*** v 1.2 ***/
/*** Styles for various screen sizes are in styles2.css ***/
/*** Styles for ads are in styles.php ***/

/* - - - - - - - */
/* * * FONTS * * */
/* - - - - - - - */
@font-face {
	font-family: 'open_sans_condensedbold';
	src: url('fonts/OpenSans-CondBold-webfont.woff') format('woff'),
		url('fonts/OpenSans-CondBold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('fonts/OpenSans-CondLight-webfont.woff') format('woff'),
        url('fonts/OpenSans-CondLight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansCnLtIt';
    src: url('fonts/OpenSans-CondLightItalic-webfont.woff') format('woff'),
        url('fonts/OpenSans-CondLightItalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* - - - - - - - - - - */
/* * *  DOCUMENT * * * */
/* - - - - - - - - - - */
body {
	/* width: 90%; */
	margin: 0 auto;
	background-color: #f0e5d3;/* f0eeee */
	color: #3c3324;/* #330033 */
	text-align: center;
	font-family: Sans-Serif;
	/* font-size: 18px; */
}
h1, h2, h3 {text-align: center;}
p {text-align: center;}
table {margin: auto;}
* {box-sizing: border-box;}
hr {
	color: #3c3324;/* #330033 */
	background-color: #330033;
	height: 3px;
	border-color: transparent;
	margin: 0;
	clear: both;
}
hr.short {
	width: 10%;
	color: #3c3324;/* #330033 */
	background-color: #330033;
	height: 1px;
	border-color: transparent;
	margin: 2% auto;
	clear: both;
}
.responsive {
	max-width: 100%;
	height: auto;
}

.pagetitle {
	color: black;/* #330033 */
	/* font-family: open_sans_condensedbold; */
}
.customcolumnMain {
	float: left;
	width: 60%;
	padding: 0 30px 30px 30px;
	margin: 0;
	/* border: 1px red solid; */
}
/* 
===== move to styles.php =====
.customcolumnAdvt {
	float: left;
	width: 20%;
	padding: 25px;
}
*/
.row::after {
	content: "";
	clear: both;
	display: table;
}

/* - - - - - - - - - - */
/* * * * * ADS * * * * */
/* - - - - - - - - - - */
#adleft {
	float: left;
	width: 150px;
	padding-top: 15px;
	background-color: #F2CCFF;
}
#adright {
	float: right;
	width: 150px;
	padding-top: 15px;
	background-color: #F2CCFF;
}

/* - - - - - - - - - - */
/* * * * HEADER  * * * */
/* - - - - - - - - - - */
#masthead td, #masthead th {
	/* border-collapse: collapse; */
	vertical-align: middle;
	/* padding: 0 !important; */
}
#masthead th {
	width: 50%;
	font-size: 2.5em;
	font-weight: bold;
}
#masthead th:first-child {
	text-align: right;
	padding-right: 2%;
}
#masthead th:last-child {
	text-align: left;
	padding-left: 2%;
}
#appbanner {
	display: block;
	position: relative;
	/* max-width: 60%; */
	height: auto;
	margin: 1% auto;
	/* margin: 1.0em auto; */
	background-color: #e9d9bc;/* #F1E9D2 E7B6F7 */
	border: 1px solid #303;
	overflow: none;
	padding: 1%;
}
#appbanner #desc {
	display: block;
	width: 100% !important;
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
	margin-bottom: 1%;
	clear: both;
}
#appbanner #free {
	font-size: 1.5em;
	font-weight: bold;
}
#appbanner #badgebox {
	display: block;
	width: 100% !important;
	height: auto;
	clear: both;
}
#appbanner a img {
	max-height: 50px !important;
	margin: 0 4% !important;
}

/* - - - - - - - - - - */
/* * * * FOOTER  * * * */
/* - - - - - - - - - - */
#copyright {
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0.4em;
}
#connect, #address {
	width: 100% !important;
	font-size: 0.9em;
	padding: 0.2em;
	clear: both;
}
#connect #contact {
	float: left;
	width: auto;
}
#connect #contact a img {height: 2.3em;}
#connect #contact a {
	display: inline-block;
	float: left;
	margin: 1em 2em auto 0;
	text-decoration: none;
}
#connect #contact a:last-child {
	margin: 1em 0 auto 0;
}
#connect #social {
	float: right;
	width: auto;
}
#connect #social a img {height: 2.5em;}
#connect #social a {
	display: inline-block;
	float: right;
	margin: 1em 0 auto 2em;
}
#connect #social a:last-child {
	margin: 1em 0 auto 0;
}

/* - - - - - - - - - - */
/* * * * BUTTONS * * * */
/* - - - - - - - - - - */
.btn {
	color: #333;
	background-color: #dabf90 !important;/* #f7dff7 */
	border: 1px solid #3c3324;/* 333 */
	border-radius: 4px;
	padding: 6px 12px;
	/* margin-top: 15px; */
	margin: 15px 6px 0 6px;
	font-weight: 600;
	line-height: 2;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-size: 1.4em;
	text-decoration: none;
}

.selectorCustom{
	display: block;
	width: 100%;
	height: 34px;
	margin-top:3%;
	padding: 6px 12px;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.selectorCustom2 {
	display: block;
	width: 50%;
	height: 38px;
	margin-top: 3% auto;
	padding: 6px 12px;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


/*** width ***/
::-webkit-scrollbar {
	width: 5px;
}

/*** Track ***/
::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

/*** Handle ***/
::-webkit-scrollbar-thumb {
	background: #888; 
}

/*** Handle on hover ***/
::-webkit-scrollbar-thumb:hover {
	background: #555; 
}


.active {
	background-color: #5e0080;
	color: white;
}

.paginationButtons{
	color: #3c3324;/* fff */
	background-color: #dabf90 !important;/* d24dff */
	border:1px solid #dabf90;/* ccc */
	padding:8px 16px;
	margin: 6px;
	text-decoration:none;
	font-size: 1.1em;
	font-weight: bold !important;
}

.BSQquestion {
	display: block;
	max-width: 60%;
	color: #3c3324;/* #330033 */
	font-size: 1.4em;
	font-weight: bold !important;
	line-height: 1.2em;
	margin: 4% auto 0 auto;
	padding: 2%;
}

.TQquestion {
	color: #3c3324;/* #330033 */
	font-size: 1.2em;
	font-weight: normal !important;
	margin: 0;
}
.TQanswer {
	display: block;
	padding: 10px;
	border: 1px solid black;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #fdfdfd;
	color: #3c3324;/* #330033 */
	font-size: 1.0em;
	font-weight: normal !important;
	margin: 0;
}


.dropbtn {
	background-color: #d24dff !important;
	color: white;
	padding: 16px;
	border-radius:7px;
	border: #ccc 1px solid;
	font-size: 16px;
	border: none;
	cursor: pointer;
	margin-top:20px; 
}


#headerdropBtn {
	background-color: #F2CCFF !important;
	color: black;
	padding: 5px 5px;
	font-size: 14px;
	font-weight: bold;
	font-family: initial !important;
}


.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	background-color: #F2CCFF;
	height: 400px;
	overflow-y: scroll;
}

#headerMenu{
	height: 70px !important;
	overflow-y: hidden ;
	min-width: 200px;
	padding:0 !important;
	box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.5);
}

#lineCustom a:hover{
	height: 35px !important;
	display: block !important;
}
#headerContentDropdown a{
	background-color: #F2CCFF !important;
	padding: 0 !important;
}
#headerContentDropdown a:hover {
	height:0 !important;
	background-color: #F2CCFF !important;
	padding: 0 !important;
}

.acustom {
	color: black;
	padding: 9px !important;
	text-decoration: none;
	display: block;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}


.dropdown-content a:hover {background-color: #5e0080; color: white;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #d24dff;}

.thumbnail{
	display: block;
	text-align: center;
	padding: 4px;
	margin: auto;
	width: 100%;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
/* 
#thumbnailshare{
	width: 60% !important;
}
 */

.modal {
	display: block;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

/*** Modal Content ***/
.modalcontent {
	z-index: 1;
	margin: auto;
	padding: 4%;
	width: 80%;
}

/*** The Close Button ***/
.close {
	color: #000;
	font-size: 43px;
	font-weight: bold;
	position: absolute;
	top: 6%;
	right: 6%;
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}



/*** SOCIAL MEDIA SHARE BUTTON STYLES ***/
.social-media-share {
	display: block;
	position: relative;
	margin: 3% auto 8% auto;
	overflow: auto;
	clear: both;
}
.social-media-share ul {
	display: block;
	margin: 0 auto !important;
	padding: 0 !important;
}
.social-media-share li {
	list-style: none !important;
	display: inline-block;
	/* width: 33.3%; */
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: top;
	
}

/*** CAROUSEL STYLES ***/
.carousel-caption {
	background-color: #5e0080;
	color: white;
	font-size: 1.0em;
	margin: 0;
	padding: 0.4em;
	text-align: center;
}
.owl-nav {
	z-index: 10;
}
.owl-nav div {
	position: absolute !important;
	top: 44% !important;
	/* height: 100%; */
	/* width: 20px; */
	background: rgba(250, 250, 250, 0.3) !important;
}
.owl-prev, .owl-next {
	color: #333 !important;
	font-size: 2.0em !important;
	font-weight: bold !important;
}
.owl-prev:hover, .owl-next:hover {
	color: #ddd !important;
}
.owl-prev {
	left: 5px;
	margin-top: -10px;
}
.owl-next {
	right: 5px;
	margin-top: -10px;
}

/* - - - - - - - - - - */
/* * *  RESOURCES  * * */
/* - - - - - - - - - - */
.Rmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	margin: 0 auto;
	max-width: 300px;
	width: 100%;
}
.Rmenu li {
	text-align: center;
}
.Rmenu li a{
	text-decoration: none;
	color: #000000;
	background-color: #E7B6F7;
	border: 1px solid #303;

	display: block;
	width: 100%;
	/* width: calc(100% - 40px); */
	padding: 0.5em;
	left: 0px;
}
.Rmenu li a:hover{
	background-color: #d7a6e7;
}
.ResMenu {
	display: block;
	margin: 20px auto;
	width: 80%;
	clear: both;
}
.ResMenuImg {
	display: block;
	/* float: left; */
	/* width: 75px; */
	/* height: 60px; */
	height: auto;
	margin: 0 auto;
}
.ResMenuTxt {
	float: left;
	/* width: 60%; */
	text-align: left;
	padding: 10px;
	color: #000000;
	text-wrap-mode: wrap;
}
.ResLink {
	text-decoration: none;
	color: #0000d0;
}
.ResDesc {
	width: 80%;
	font-size: 1.2em;
	margin: 0 auto 3% auto;
}
.ResContent {
	width: 80%;
	font-size: 1.2em;
	margin: 0 auto 3% auto;
	font-weight: normal;
	text-align: left;
}
/* - - - - - - - - - - */
/* * * * * HOME  * * * */
/* - - - - - - - - - - */
.homebox {
	/* width: 60% !important; -- in stylrs2*/
	overflow: none;
	padding: 0px !important;
	height: 50px;
	margin: 0 auto;
}
.homebox li {
	float: left;
	list-style: none !important;
	display: flex;
	/* in styles2
	width: 31%;
	height: 150px;
	margin: 1% 1.167%;
	*/
	align-items: center !important;
	position: relative;
	text-align: center;
	background-color: #dabf90;/* F1E9D2 F5EAE7 */
	border: 1px solid #531c12;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.homebox li a {
	display: table-cell;
	padding: 10px;
	vertical-align: middle !important;
	align-items: center !important;
	/* margin: auto 10px; */
	background-color: transparent;
	color: #3c3324;
	text-decoration: none;
	width: 100%;
	height: inherit;
	font-size: 24px;
	font-weight: bold;
	transition: 0.3s;
	position: relative;
}
.homebox li a:hover{
	display: table-cell;
	width: 100%;
	background-color: #877557;
	height: inherit;
	color: white;
	align-items: center !important;
	border: 1px solid #531c12;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	position: relative;
}
.homebox li a span {
	display: block;
	margin-top: 12px;
	width: inherit;
	font-size: 16px;
	font-weight: normal;
}
