/* use Ezra SIL - Regular in .woff format */
@font-face {
  font-family: EzraSILW;
  src: url(fonts/ezra/SILEOT.woff);
}
/* use Ezra SIL SR - Regular in .woff format */
@font-face {
  font-family: EzraSILSRW;
  src: url(fonts/ezra/SILEOTSR.woff);
}

/* YOUTUBE WRAPPER */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* MODIFY VERTICAL MENU */
ul.categories-module ul {
    list-style: none;
	padding-left: 0px !important;
	text-indent: 0px !important;
	margin-left: -16x !important;
}
ul.articleBody ul {
    list-style: square;
	margin-left: 18px ;
	text-indent: 0px ;
}
ul.custom ul {
    list-style: square;
	margin-left: 0px ;
	text-indent: 0px ;
}
ul.moduletable ul {
    list-style: square;
	margin-left: 16px ;
	text-indent: 0px ;
}

/* HIDE JOOMLA EDITING ICONS */
#main .icons {
   display:none;
 }

/* FIX RS FORM FIELDS 
input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="url"], 
textarea {width: auto !important;}
*/

/* FORCE BLOG LISTS TO START NEW ROWS */
.blog [class*="leading"] {
    clear: both;
}

/* FORCE MOBILE MENU TO LEFT */
body #menumain label.mobileckhambuger_togglerlabel {
    text-align: left !important;
}

/* FORCE MOBILE MENU TO LEFT */
body #mobilemenu2 label.mobileckhambuger_togglerlabel {
    text-align: left !important;
}

/* FORCE MOBILE MENU TO LEFT */
body #socialmedia label.mobileckhambuger_togglerlabel {
    text-align: left !important;
}

/* CUSTOM IMAGE CSS */
abrimage1	{ 
border: 4px solid #FFFFFF; 
padding-left: 4px; padding-right: 4px; padding-top: 4px; padding-bottom: 4px;
border-radius: 8px;
}

item-image img	{ 
border: 4px solid #FFFFFF; 
padding-left: 4px; padding-right: 4px; padding-top: 4px; padding-bottom: 4px;
border-radius: 8px;
}

/* CUSTOM MENU ITEMS 
#menumain ul.menu li.item-307 > a, #menumain ul.menu li.item-307 > span.separator {background: #345796; }
#menumain ul.menu li.item-308 > a, #menumain ul.menu li.item-308 > span.separator {background: #9fd5e0; }
#menumain ul.menu li.item-309 > a, #menumain ul.menu li.item-309 > span.separator {background: #ed2f30; }
#menumain ul.menu li.item-397 > a, #menumain ul.menu li.item-397 > span.separator {background: #439ed3; }
*/

/* ADD NAV BULLETS */
.nav {
margin-left: 0;
margin-bottom: 18px;
list-style: square;
list-style-type: square;
list-style-image: none;
list-style-position: outside;
margin-left: 16pt;
}

.videock {
display: inline-block;
}


