/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Section Video Background Properties */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.section_row {
	position:relative;
	padding: 30px 0;
	border-width: 1px 0 1px 0 !important;
}

.section_inner { 
	margin:0 auto; 
	position:relative;
	z-index:3;
}

.iva-page-section {
	 position: relative;
	 overflow: hidden;
	 height:auto;
}

.iva-section-patterns, .iva-video-color-mask {
	 position: absolute;
	 top:0;
	 left: 0; 
	 width: 100%;
	 height: 100%;
}

.iva-video-color-mask {
	opacity: 0.6;
}

.iva-video-preload {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 z-index: 1;
	 display: block;
	 width: 100%;
	 height: 100%;
	 background-position: center;
	 background-size: cover;
	 background-repeat: no-repeat;
	 -moz-background-size: cover;
	 -webkit-background-size: cover;
	 -o-background-size: cover;
}

.iva-section-video {
	 position: absolute;
	 visibility: hidden;
	 top:0;
	 left:0;
	 z-index: 1;
	 width: 100%;
	 height: 100%;	 
}

.iva-section-video video {
	left: 0;
	min-height: 100%;
	min-width: 100%;
	max-width:100%;
	position: absolute;
	top: 0;
}

.section_video .section_inner { padding: 0;}
.wp-video{ width: 100% !important; }


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Fancy Title */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.widget-title       { margin: 0 0 20px 0; font-size: 16px; vertical-align:middle;}
.widget-title  span {  border-bottom:3px solid #00aeff; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Dividers */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.divider {
	display:block; 
	clear:both; 
	margin: 30px 0;
	border-bottom-width: 1px;
	border-color: #e4e4e4;
	}
	
.divider.thin	{ border-bottom-style: solid; }
.divider.fat	{ border-bottom-style: solid; border-bottom-width: 2px;  }
.divider.dotted	{ border-bottom-style: dotted; }
.divider.dashed	{ border-bottom-style: dashed; }

.divider_space {
	display:block; 
	clear:both; 
	margin: 30px 0;
}	

.demo_space {
    display: block;
    margin: 0;
    width: 100%;
}
.divider img { max-width:100%;}
.customdivider {
	width:auto;
	display:block; 
	clear:both; 
	height:100%;
	padding:40px 0 40px 0;
	text-align:center;
}
.customdivider img { width:auto; max-width:100%; height:auto; }
.divider_top {
	position: relative; 
	background:url('../images/opacs/dark10.png') center center repeat-x;
	height:2px;
	padding:40px 0;
	clear:both;
}
.divider_top a { 
    font-size: 10px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 24px;; 
}
.divider_top a span{ 
	font-size: 11px; 
	line-height: 10px;
	text-transform: uppercase; 
	color:#fff;
	background-color:#000;
	padding:3px 6px;
}
.divider_line { 
	position: relative; 
	display: block;
	clear: both;
	margin:25px 0;
	background:url('../images/opacs/dark10.png') center center repeat-x;
	height:1px;
	text-align:center;
}
	
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Dropcap */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */	

.dropcap1 { 
    background-color: #222222;
    background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-position: left top;
    background-repeat: repeat;
    font-size: 30px;
    line-height: 48px;
    margin: 5px 15px 0 0;
    width: 48px;
    color: #ffffff;
	/* Safari 4+, Chrome & Mozilla 3.5+ */
	background-image: -moz-linear-gradient(center top,rgba(255, 255, 255, .1) 0%,rgba(0, 0, 0, .1) 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	box-shadow:  0 1px 1px 0 rgba(0, 0, 0, 0.2);
	border-radius:3px;
}

.dropcap2 { 
	background-color: #222222;
	border-radius: 75px 75px 75px 75px;
    color: #FFFFFF;
    font-size: 29px;
    line-height: 50px;
    margin: 0 15px 0 0;
    width: 50px;
}
.dropcap1, 
.dropcap2 {
	float: left; 
	text-align: center; 
	overflow:hidden;
}

.dropcap3 { 
    color: #000000;
    float: left;
    font-size: 60px;
	line-height: 25px;
    margin: 0 10px 0 0;
    padding: 11px 0;
    position: relative;
    text-transform: uppercase;
    top: 5px;
}

.dropcap1.black, .dropcap2.black 	{ background-color:#000000; }
.dropcap1.blue, .dropcap2.blue 		{ background-color:#00ADEE; }
.dropcap1.cyan, .dropcap2.cyan 		{ background-color:#52F3FF; }
.dropcap1.green, .dropcap2.green 	{ background-color:#4CC417; }
.dropcap1.navy, .dropcap2.navy 		{ background-color:#151B8D; }
.dropcap1.orange, .dropcap2.orange 	{ background-color:#F87217; }
.dropcap1.pink, .dropcap2.pink 		{ background-color:#F660AB; }
.dropcap1.red, .dropcap2.red 		{ background-color:#E41B17; }
.dropcap1.yellow, .dropcap2.yellow 	{ background-color:#FFE87C; }
.dropcap1.magenta, .dropcap2.magenta 	{ background-color:#E238EC; }

.dropcap4{
  color: #ffffff;
  text-align: right;
  font-size: 10px;
  font-weight: normal;
  height: 36px;
  width: 36px;
  margin: 0 20px 15px 0;
  line-height: 36px;
  background-color: #7ea1bf;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.dropcap4 span{text-align: left;}
.dropcap4 i { vertical-align: middle;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Lists */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.pricing li		{ 
	background:#ffffff; 
	border:1px solid #eeeeee; 
	border-bottom:1px solid #ddd; 
	margin-bottom:1px;
	border-radius:3px;
}

ul.doubles {
	clear:both;  
	padding-left:20px;  
	margin-left:0px !important; 
	overflow:hidden;
}

.doubles li {
	float:left; 
	width:42%;
}

ul.sitemap { margin-left:0px !important; }

ul[class^='list-'],
ol[class^='list-'] {
	position: relative;
	margin-left:0;
}

ul.list-disc li, 
ul.list-circle li,
ul.list-square li, 
ul.list-arrow1 li, 
ul.list-arrow2 li, 
ul.list-arrow3 li,
ul.list-arrow4 li, 
ul.list-arrow5 li,  
ul.list-bullet1 li,
ul.list-bullet2 li, 
ul.list-bullet3 li, 
ul.list-bullet4 li, 
ul.list-bullet5 li, 
ul.list-star1 li, 
ul.list-star2 li, 
ul.list-star3 li, 
ul.list-plus li, 
ul.list-minus li, 
ul.list-pointer li,
ul.list-style1 li,
ul.list-check li,
ul.sitemap li,
ul.list-tree li 	{ 
	background-image: url("../images/bullets/lists.png");
	background-repeat:no-repeat;
	background-position: 0 0;
	padding-left:25px;
	list-style-type:none;
	line-height:1.6;
}

ul.list-disc li       { background-position: -480px 0px; }
ul.list-circle li     { background-position: -460px -20px; }
ul.list-square li     { background-position: -440px -40px; }
ul.list-arrow1 li     { background-position: -420px -60px; } 
ul.list-arrow2 li     { background-position: -400px -80px; } 
ul.list-arrow3 li     { background-position: -380px -100px; }
ul.list-arrow4 li     { background-position: -360px -120px; }
ul.list-arrow5 li     { background-position: -340px -140px; }
ul.sitemap li           { background-position: -340px -140px; }
ul.list-bullet1 li    { background-position: -320px -160px; }
ul.list-bullet2 li    { background-position: -300px -180px; }
ul.list-bullet3 li    { background-position: -280px -200px; }
ul.list-bullet4 li    { background-position: -260px -220px; }
ul.list-bullet5 li    { background-position: -240px -240px; }
ul.list-star1 li      { background-position: -220px -260px; }
ul.list-star2 li      { background-position: -200px -280px; }
ul.list-star3 li      { background-position: -180px -300px; }
ul.list-plus li       { background-position: -160px -320px; }
ul.list-minus li      { background-position: -140px -340px; }
ul.list-pointer li    { background-position: -120px -360px; }
ul.list-style1 li 	  { background-position: -100px -380px; }
ul.list-check li 	  { background-position: -80px  -400px; }

ul.red li            { background-image:url("../images/bullets/list_red.png"); }
ul.green li         { background-image:url("../images/bullets/list_green.png"); }
ul.blue li           { background-image:url("../images/bullets/list_blue.png"); }
ul.yellow li        { background-image:url("../images/bullets/list_yellow.png"); }
ul.magenta li      { background-image:url("../images/bullets/list_magenta.png"); }
ul.cyan li           { background-image:url("../images/bullets/list_cyan.png"); }
ul.orange li        { background-image:url("../images/bullets/list_orange.png"); }
ul.black li          { background-image:url("../images/bullets/list_black.png"); }
ul.pink li           { background-image:url("../images/bullets/list_pink.png"); }
ul.navy li           { background-image:url("../images/bullets/list_navy.png"); }
ul.gray li           { background-image:url("../images/bullets/list_gray.png"); }

ul.bullet-check li   { background: transparent url("../images/bullets/check.gif") no-repeat 0 5px; list-style:none; padding-left:25px;   }
ul.bullet-check      { padding:0;}

ul.list-tree li      { background-position: -340px -137px; }
ul.list-tree ul      { border-left:1px solid #aaa; margin-left:20px; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Blockquotes & PullQuotes */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

span.inset-left { 
	display: block;
	float: left;
	width: 35%;
	padding: 15px;
	border-left:1px solid #dddddd;
	font:italic normal 14px/25px Georgia, Arial, Sans-serif;
	letter-spacing:0;
}
span.inset-right {
	display: block;
	float: right;
	width: 35%;
	padding: 15px;
	border-right:1px solid #dddddd;
	font:italic normal 14px/25px Georgia, Arial, Sans-serif;
	letter-spacing:0; 
}
	
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Blockquotes */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */	

blockquote {
    margin: 0 0 40px 0 !important;
	padding:20px;
	background-color: #f6f6f6;
    border-left: 5px solid #dddddd;
}

blockquote p {
	margin-bottom: 0; 
	font-size:120%;
    line-height: normal;
	color: #999999;
}

blockquote cite:before {
	content: "\2014 \00A0";
}

blockquote cite {
	display:block;
	margin-top:20px; 
	font-size: small; 
	font-style:normal;
}
		
blockquote.alignleft  { 
	width: 30%;
	border-left:5px solid #dddddd;
}

blockquote.aligncenter { 
	text-align: center;
    clear: both;
    display: block;
    margin: 0 0 20px;
}

blockquote.alignright { 
	width: 30%;
	border-right: 5px solid #dddddd;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Pricing Table */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.pricetable {
	display:block;
	position: relative;
	padding:0;
	margin:0 auto;
	color:#444444;
}	
.pricing-inner {
	position: relative;
	display: block;
	margin: 20px 0;
}
.pricetable .column{
	float: left;
	position: relative;
	z-index: 3;
	margin-right: 1%;
	width:24.2%;

}
.pricetable.col3 .column{ width:32.6%; }
.pricetable .column:last-child { margin-right:0; }
.pricetable .column-block {
    border: 1px solid #dddddd;
    border-width: 1px 0px 1px 1px;
}

.pricetable .column-block:last-child{
    border: 1px solid #dddddd;
    border-width: 1px 1px 1px 1px;
}

.pricetable .price-head { 
	position: relative;
	text-align:center;
	padding: 25px 0;
	text-align:center;
	background: #f1f2f3;

}
.price-head .title { 
	font-size: 14px;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom: 10px;
}
.pricetable .price-font {
	font-size: 36px;
	line-height: 100%;
	vertical-align: middle;
	margin-bottom: 0;
}

.pricetable .price-font span{ font-size: 14px; line-height:14px;}

.pricetable sup{
	letter-spacing: 0;
	font-size: small;
}
.pricetable .price-content  { 
	text-align: left;
	line-height: 24px;	
	padding: 20px 40px; 
	background-color: #f6f6f6; 

}
.pricetable .price-content ul { 
	margin: 0 0 20px 0; 
	padding: 0;
	}
.pricetable .price-content ul li { 
	list-style: none; 
	padding: 5px;
	line-height: 150%;
	background: url(../images/opacs/dark10.png) bottom left repeat-x transparent; 
	}
.pricetable .featured { 
	position: relative;
	margin-top: -10px;
	padding-bottom: 0;
	z-index: 4;
	box-sizing: border-box;
	box-shadow: 		 0 0 3px rgba(0, 0, 0, 0.15);
	}
	
.pricetable .featured .price-head { 
	padding-top:25px;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Toggles */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.fancytoggle {
	position:relative;
	margin-bottom:10px;
	}

.fancytoggle .toggle-title  {
	padding:10px; 
	border:1px solid #dddddd;
	background-repeat:no-repeat;
	background-position: 10px center;
	border-radius: 3px;
	cursor:pointer;
}

.fancytoggle .active  { background:url('../images/opacs/dark05.png') 0 0 repeat transparent; }
.fancytoggle .active .arrow  { background: transparent url(../images/t_minus.png) no-repeat center center; }
.fancytoggle .toggle_content { position:relative; border:1px solid #dddddd; top:-1px; }
.fancytoggle .toggleinside 	 { padding:15px}

.fancytoggle .arrow{
    background: #999999 url(../images/t_plus.png) no-repeat center center;
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Mini Gallery & Galleria */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.galleria {
	clear: both;
	position: relative;
	margin-bottom: 20px;
}

ul.sys_mini_gallery {
    display: inline-block;
    margin: 0 0 25px;
    padding: 0;
}
	
ul.sys_mini_gallery {
	position:relative;
    clear:both;
	width:100%;
	opacity: 1;
}	
ul.sys_mini_gallery li {
    display: inline-block;
    padding: 5px;
	margin: 0 10px 15px 0;
	background: #ffffff;
    border: 1px solid #cccccc;
	border-radius:3px;
}
ul.sys_mini_gallery li:hover {
	background: #28b8d8;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	transition: 		all .3s ease-out;	
	-moz-transition: 	all .3s ease-out;
	-webkit-transition: all .3s ease-out;	
}

ul.sys_mini_gallery li a {
	display: block;
}

.sys_mini_gallery img { display: block;}

/* Image Shortcode =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.imageframe {
	position: relative;
	display: inline-block;
	margin-bottom:10px;
	padding:5px;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
	box-sizing: border-box;
 box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Form Validation */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.input_small   { width:25% !important; }
.input_medium  { width:50% !important; }
.input_large   { width:95% !important; }

#validate_form label.error { border:none;   }  
#validate_form .error       { color: #e77963; border: 1px solid #e77963; }
    
div#note,
div#result {
	position:relative;
}

.close_note {
	position: absolute; 
	top: 18px; 
	right: 10px; 
	font-size:9px; 
}

div#note p,
div#result p {
	margin-bottom:0;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Contact Form */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.sysform input.txtfield, 
.sysform textarea { 
	color: #747474;
	outline: 0;
	padding: 9px;
	border: solid 1px #E5E5E5;
	font: normal 12px/100% arial, verdana, tahoma, sans-serif;
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: 			rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: 		rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: 	rgba(0,0,0, 0.1) 0px 0px 8px;
	transition: 			all 300ms ease-in;	
}
.sysform textarea { 
	height: 200%;
	min-height: 100px;
	line-height: 150%;
}

.sysform input:hover, .sysform textarea:hover,
.sysform input:focus, .sysform textarea:focus { 
	border-color: #C9C9C9; 
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}	
.sysform p {
	margin-bottom:10px;
}

.sysform label.captcha { 
	clear:both;
	display:block;
	margin-top: 10px; 
	width:20%
}

.sysform .submit input {
	width: auto;
	padding: 5px 15px;
	background: transparent;
	border: 0;
	color: #000;
	border-radius: 2px;
}

.sysform input.txtfield, 
.sysform textarea,
#respond input[type="text"],
#respond textarea {
	border-color:#dddddd; /* Old Browsers*/
	background-color:#ffffff; /* Old Browsers*/
}

.sysform input:hover, .sysform textarea:hover,
.sysform input:focus, .sysform textarea:focus,
#respond input[type="text"]:hover, #respond input[type="text"]:focus,
#respond textarea:hover, #respond textarea:focus
{ 
	border-color: #aaa; /* Old Browsers*/
}

.sysform span.atpcaptcha { background:#444444; color:#ffffff; padding:2px 5px; border-radius:3px;}
.sysform button {border: 0}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Contact Info */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#footer .contactinfo-wrap,
#footer .contactinfo-wrap .details,
#footer .contactinfo-wrap p { border: 0;}
.contactinfo-wg 	 { margin-bottom:40px; }
.contactinfo-wrap { 
	position:relative; 
	border-style:solid; 
	border-color:#dddddd;
	background: url("../images/world-map.png") 0 30px no-repeat;
	
}
.contactinfo-wrap p { 
	margin-bottom: 0px; 
	padding-bottom: 3px;	
}
.contactinfo-wrap .details { 
	display: block; 
	overflow: hidden; 
}
.contactinfo-wrap .phone .details { font-size:15px; font-weight:bold; }
.contactinfo-wrap [class^="icon-"],
.contactinfo-wrap [class*=" icon-"] { 
	display:block;
	float:left;
	width: 30px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Calender */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#wp-calendar { width:95%; }	
#wp-calendar caption { font-size:12px; text-transform:uppercase; letter-spacing:5px; }
#wp-calendar td,
#wp-calendar th { color:#000; }
#wp-calendar td a	 { color:#000; }
#wp-calendar td a:hover  { color:#ee5b3e; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Recent Post / Popular posts - Widgets */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.widget_postslist { 
	padding: 0; 
}
	
.widget_postslist ul {
	margin: 0; 
	padding: 0;
}

.widget_postslist ul li {
	clear:both;
	overflow:hidden; 
	padding:10px 0 !important; 
	list-style:none; 
	line-height:normal;
	background:url('../images/opacs/dark10.png') bottom left repeat-x;
}
	
#footer .widget_postslist ul li {
	background:url('../images/opacs/white10.png') bottom left repeat-x;
}

.widget_postslist li:first-child { padding-top:10px; }
.widget_postslist li:last-child { border-bottom:0; }
	
.widget_postslist p {
	margin-bottom:0; 
	padding-left:0px; 
}

.widget_postslist li .thumb {
	float:left; 
	width:55px;
	margin:0 10px 0 0; 
	padding:0 10px 0px 0;
}

.widget_postslist li .w-postmeta {
	padding:0; 
	font-size: 11px;
	letter-spacing: 1px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Highlight */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.highlight { 
	padding:2px 4px;
	color:#ffffff;
	background-color:#5E5E5E; 
	border-radius:			3px;
	}
		
.highlight2	{ font-style: italic; border-bottom:1px dashed; padding: 1px }
.highlight.yellow { background-color:#ffda48; color:#000000; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Fancy Boxes */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.fancybox .boxcontent {
    padding: 25px;
}
.fancybox {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    height: 100%;
    border: 1px solid #dddddd;
	box-sizing: border-box;
 box-shadow: 		0 0 3px rgba(0, 0, 0, 0.15);
}
.fancybox::before,
.fancybox::after {
 	box-sizing: border-box;
 	position: absolute;
 	content: '';
 	border: 1px solid #dddddd;
 	height: 2px;
}

.fancybox::before {
	width: 99%;
	left: .5%;
	bottom: -4px;
}

.fancybox::after {
	width: 98%;
 	left: 1%;
	bottom: -7px;
}

.fancybox .fancytitle {
	margin-bottom: 0px;
    padding: 20px;
    text-align: center;
    color: #333333;
    background-color:#f5f5f5;
	border-bottom:1px solid #dddddd;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Frame BOX */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.frame_box  {
    margin: 0 0 20px;
    padding: 25px;
	border:1px solid #dddddd;
	border-radius: 			4px;
}
.frame_box.style-1 {
	box-shadow: 		0 8px 6px -6px rgba(0, 0, 0, 0.2);
}
.frame_box.style-2 {
 box-shadow: 		inset 0 0 0 5px rgba(0, 0, 0, 0.1);
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Teaser BOX */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.teaserbox {	
	position:relative;
	overflow: visible; 
	margin: 0;
	padding:20px;
	zoom:1; /* zoom and *display = ie7 hack for display:inline-block */
	background-color: rgba(0,0,0,0.06);
	border-bottom: 3px solid rgba(0,0,0,0.15);
	border-radius: 5px;
	transition: 		all 300ms ease-in;

}

.teaserbox .teaser_content {
	display: flex;
    flex-wrap: wrap; 
	align-items:center;
 justify-content: space-around;
	margin:0;
}
.teaserbox .callout_text { float:left; }
.teaserbox .callout_btn { float:right; }

.teaserbox h1,
.teaserbox h2,
.teaserbox h3,
.teaserbox h4,
.teaserbox h5,
.teaserbox h6,
.teaserbox p,
.teaserbox .button { margin-bottom:0; }




/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Buttons */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.btn	{	
	position:relative;
	zoom:1; /* zoom and *display = ie7 hack for display:inline-block */
	overflow: visible; 
	line-height:1em;
	margin: 0 3px 8px 0;
	outline: none;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	transition: 		all 300ms ease-in;
}
.btn.border { 
	 border-width: 1px;
	 border-style: solid;
}
.btn,
.btn span { display: inline-block; vertical-align: baseline; }

.btn span	{
	position: relative;
	text-align:center;
	text-decoration:none;
	white-space: nowrap;
}

.btn.full, 
.btn.full span { display: block; }
btn::-moz-focus-inner { border: none; /* overrides extra padding on sides FF3.5 */ }
btn.btn  { margin:0; padding:0px; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari, Google Chrome margin fix */
	btn.btn span {
		margin-top: -1px;
		margin-left:-2px;
		margin-right:-2px;
	}
}
.btn.small span,
.border.small span   { font-size: 12px; line-height: 14px; padding: 0.5em 1.3em; text-transform:uppercase;  }

.btn.medium span,
.border.medium span { font-size: 14px; line-height: 18px; padding: 0.5em 1.3em; text-transform:uppercase; }

.btn.large span,
.border.large span { font-size: 16px; line-height: 24px; padding: 0.5em 1.3em; text-transform:uppercase; }

.btn.dark { border:2px solid; background:none !important; border-radius:none; }
.btn.light { border:2px solid #ffffff; background:none !important; border-radius:none; }

.btn.dark span { color:#666666; }
.btn.light span { color:#ffffff; }

/* ---- Button - Flat Color Scheme ---- */
.btn.gray	{ color: #ffffff; background-color: #4e5361; } .btn.gray:hover		{ background-color: #5b606e; }
.btn.brown	{ color: #ffffff; background-color: #aa4630; } .btn.brown:hover		{ background-color: #bd5640; }
.btn.cyan	{ color: #ffffff; background-color: #1abc9c; } .btn.cyan:hover		{ background-color: #34dbba; }
.btn.orange	{ color: #ffffff; background-color: #FF8C00; } .btn.orange:hover	{ background-color: #FFA500; }
.btn.red	{ color: #ffffff; background-color: #e74c3c; } .btn.red:hover 		{ background-color: #fa6a5b; }
.btn.magenta{ color: #ffffff; background-color: #ff6b6b; } .btn.magenta:hover	{ background-color: #ff8f8f; }
.btn.yellow	{ color: #ffffff; background-color: #f7b929; } .btn.yellow:hover	{ background-color: #ffca50; }
.btn.blue   { color: #ffffff; background-color: #00BFFF; } .btn.blue:hover		{ background-color: #87CEFA; }
.btn.pink   { color: #ffffff; background-color: #FF00FF; } .btn.pink:hover		{ background-color: #FF33FF; }
.btn.green  { color: #ffffff; background-color: #69be05; } .btn.green:hover		{ background-color: #8cc14d; }
.btn.black  { color: #ffffff; background-color: #333333; } .btn.black:hover		{ background-color: #444444; }
.btn.white  { color: #ffffff; background-color: #FFFFFF; }
.btn.white span { color: #666666; }
a.btn, 
a.btn:hover,
btn.btn:hover { background-color:#EDEDED; }


/* ---- Button - Border Color Scheme ---- 

.btn.border.gray 	{ background:none; color: #4e5361; border: 1px solid #4e5361; } .btn.border.gray :hover		{ color: #ffffff;  background-color: #4e5361; }
.btn.border.brown 	{ background:none; color: #8B4513; border: 1px solid #8B4513; } .btn.border.brown  :hover	{ color: #ffffff;  background-color: #8B4513; }
.btn.border.cyan 	{ background:none; color: #00e7e7; border: 1px solid #00e7e7; } .btn.border.cyan :hover    	{ color: #ffffff;  background-color: #00e7e7; }
.btn.border.orange 	{ background:none; color: #FF8C00; border: 1px solid #FF8C00; } .btn.border.orange :hover	{ color: #ffffff;  background-color: #FF8C00; }
.btn.border.red  	{ background:none; color: #e40000; border: 1px solid #e40000; } .btn.border.red  	 :hover	{ color: #ffffff;  background-color: #e40000; }
.btn.border.magenta	{ background:none; color: #ff6b6b; border: 1px solid #ff6b6b; } .btn.border.magenta :hover	{ color: #ffffff;  background-color: #ff6b6b; }
.btn.border.yellow 	{ background:none; color: #FFD700; border: 1px solid #FFD700; }	.btn.border.yellow :hover	{ color: #ffffff;  background-color: #FFD700; }
.btn.border.blue  	{ background:none; color: #00BFFF; border: 1px solid #00BFFF; }	.btn.border.blue :hover		{ color: #ffffff;  background-color: #00BFFF; }
.btn.border.pink 	{ background:none; color: #bdc3c7; border: 1px solid #bdc3c7; } .btn.border.pink :hover		{ color: #ffffff;  background-color: #bdc3c7; }
.btn.border.green 	{ background:none; color: #7f8c8d; border: 1px solid #7f8c8d; } .btn.border.green :hover		{ color: #ffffff;  background-color: #7f8c8d; }
.btn.border.black	{ background:none; color: #333333; border: 1px solid #333333; } .btn.border.black :hover		{ color: #ffffff;  background-color: #333333; }
.btn.border.white	{ background:none; color: #333333; border: 1px solid #FFFFFF; }	.btn.border.white :hover		{ color: #333333;  background-color: #FFFFFF; }
.btn.border{
	-webkit-transition: all 300ms ease-in;
	-moz-transition: 	all 300ms ease-in;
	-o-transition:		all 300ms ease-in;
	transition: 		all 300ms ease-in;
}
*/
.btn.border {
	background-color: rgba (0, 0, 0, 0) !important;
	border: 2px solid rgba(255, 255, 255, 0.75);
	border-radius			: 2px !important;
	box-shadow			: none !important;
	transition			: all 0.2s linear 0s !important;
}


.btn.border:hover 	{ border: 2px solid #FFFFFF; }

.light .btn.border 		{ border: 2px solid rgba(255, 255, 255, 0.75); color: #FFFFFF; }
.light .btn.border		{ border: 2px solid #FFFFFF; }
.btn.dark.border 		{ border: 2px solid rgba(0, 0, 0, 0.75); color: #000000; }
.btn.dark.border:hover 	{ border: 2px solid #000000; }
.btn:hover { opacity: 1;}

.btn.dark { border:2px solid; background:none !important; border-radius:none; }
.btn.light { border:2px solid #ffffff; background:none !important; border-radius:none; }
.btn.dark span { color:#666666; }
.btn.light span { color:#ffffff; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Icons */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

a[class ^="i-"] { margin-right:8px; padding:3px 0; padding-left:25px;}
li[class ^="i-"],
span[class ^="i-"] {
	margin-right:8px; 
	line-height:20px; 
	display:-moz-inline-stack; 
	display:inline-block; 
	zoom:1;  /* Internet Explorer Hack */
	padding-left:25px; 
	vertical-align:baseline;
}

.i-male        { background:url(../images/icons/icons_black.png) no-repeat -780px 0; }
.i-female      { background:url(../images/icons/icons_black.png) no-repeat -760px -20px; }
.i-addbook     { background:url(../images/icons/icons_black.png) no-repeat -740px -40px; }
.i-movie       { background:url(../images/icons/icons_black.png) no-repeat -720px -60px; }
.i-zip         { background:url(../images/icons/icons_black.png) no-repeat -700px -80px; }
.i-calc        { background:url(../images/icons/icons_black.png) no-repeat -680px -100px; }
.i-arrow       { background:url(../images/icons/icons_black.png) no-repeat -660px -120px; }
.i-medal       { background:url(../images/icons/icons_black.png) no-repeat -640px -140px; }
.i-star        { background:url(../images/icons/icons_black.png) no-repeat -620px -160px; }
.i-error       { background:url(../images/icons/icons_black.png) no-repeat -600px -180px; }
.i-new         { background:url(../images/icons/icons_black.png) no-repeat -580px -200px; }
.i-feed        { background:url(../images/icons/icons_black.png) no-repeat -560px -220px; }
.i-print       { background:url(../images/icons/icons_black.png) no-repeat -540px -240px; }
.i-exclamation { background:url(../images/icons/icons_black.png) no-repeat -520px -260px; }
.i-yen         { background:url(../images/icons/icons_black.png) no-repeat -500px -280px; }
.i-euro        { background:url(../images/icons/icons_black.png) no-repeat -480px -300px; }
.i-email       { background:url(../images/icons/icons_black.png) no-repeat -460px -320px; }
.i-pdf         { background:url(../images/icons/icons_black.png) no-repeat -440px -340px; }
.i-home        { background:url(../images/icons/icons_black.png) no-repeat -420px -360px; }
.i-word        { background:url(../images/icons/icons_black.png) no-repeat -400px -380px; }
.i-dollar      { background:url(../images/icons/icons_black.png) no-repeat -380px -400px; }
.i-pound       { background:url(../images/icons/icons_black.png) no-repeat -360px -420px; }
.i-phone       { background:url(../images/icons/icons_black.png) no-repeat -340px -440px; }
.i-support     { background:url(../images/icons/icons_black.png) no-repeat -320px -460px; }
.i-vcard       { background:url(../images/icons/icons_black.png) no-repeat -300px -480px; }
.i-disk        { background:url(../images/icons/icons_black.png) no-repeat -280px -500px; }
.i-monitor     { background:url(../images/icons/icons_black.png) no-repeat -260px -520px; }
.i-download    { background:url(../images/icons/icons_black.png) no-repeat -240px -540px; }
.i-location    { background:url(../images/icons/icons_black.png) no-repeat -220px -560px; }
.i-pin         { background:url(../images/icons/icons_black.png) no-repeat -200px -580px; }
.i-find        { background:url(../images/icons/icons_black.png) no-repeat -180px -600px; }
.i-check       { background:url(../images/icons/icons_black.png) no-repeat -160px -620px; }
.i-help        { background:url(../images/icons/icons_black.png) no-repeat -140px -640px; }


.i-male.blue, .i-female.blue, .i-zip.blue, .i-movie.blue, .i-addbook.blue, .i-arrow.blue, .i-calc.blue, .i-dollar.blue, .i-pound.blue, .i-euro.blue, .i-yen.blue, .i-error.blue, .i-exclamation.blue, .i-feed.blue, .i-help.blue, .i-home.blue, .i-email.blue, .i-medal.blue, .i-new.blue, .i-word.blue, .i-pdf.blue, .i-phone.blue, .i-print.blue, .i-star.blue, .i-support.blue, .i-vcard.blue, .i-disk.blue, .i-monitor.blue, .i-download.blue, .i-pin.blue, .i-location.blue, .i-find.blue, .i-check.blue
	{ background-image:url(../images/icons/icons_blue.png); }

.i-male.cyan, .i-female.cyan, .i-zip.cyan, .i-movie.cyan, .i-addbook.cyan, .i-arrow.cyan, .i-calc.cyan, .i-dollar.cyan, .i-pound.cyan, .i-euro.cyan, .i-yen.cyan, .i-error.cyan,
.i-exclamation.cyan,.i-feed.cyan,.i-help.cyan,.i-home.cyan,.i-email.cyan,.i-medal.cyan,.i-new.cyan,.i-word.cyan,.i-pdf.cyan,.i-phone.cyan,.i-print.cyan,.i-star.cyan,.i-support.cyan,.i-vcard.cyan,
.i-disk.cyan,.i-monitor.cyan,.i-download.cyan,.i-pin.cyan,.i-location.cyan,.i-find.cyan, .i-check.cyan
	{ background-image:url(../images/icons/icons_cyan.png); }

.i-male.green, .i-female.green, .i-zip.green, .i-movie.green, .i-addbook.green, .i-arrow.green, .i-calc.green, .i-dollar.green, .i-pound.green, .i-euro.green, .i-yen.green, .i-error.green,
.i-exclamation.green,.i-feed.green,.i-help.green,.i-home.green,.i-email.green,.i-medal.green,.i-new.green,.i-word.green,.i-pdf.green,.i-phone.green,.i-print.green,.i-star.green,.i-support.green,.i-vcard.green,
.i-disk.green,.i-monitor.green,.i-download.green,.i-pin.green,.i-location.green,.i-find.green, .i-check.green
	{ background-image:url(../images/icons/icons_green.png); }

.i-male.magenta, .i-female.magenta, .i-zip.magenta, .i-movie.magenta, .i-addbook.magenta, .i-arrow.magenta, .i-calc.magenta, .i-dollar.magenta, .i-pound.magenta, .i-euro.magenta, .i-yen.magenta, .i-error.magenta,
.i-exclamation.magenta,.i-feed.magenta,.i-help.magenta,.i-home.magenta,.i-email.magenta,.i-medal.magenta,.i-new.magenta,.i-word.magenta,.i-pdf.magenta,.i-phone.magenta,.i-print.magenta,.i-star.magenta,.i-support.magenta,.i-vcard.magenta,
.i-disk.magenta,.i-monitor.magenta,.i-download.magenta,.i-pin.magenta,.i-location.magenta,.i-find.magenta, .i-check.magenta
	{ background-image:url(../images/icons/icons_magenta.png); }

.i-male.gray, .i-female.gray, .i-zip.gray, .i-movie.gray, .i-addbook.gray, .i-arrow.gray, .i-calc.gray, .i-dollar.gray, .i-pound.gray, .i-euro.gray, .i-yen.gray, .i-error.gray,
.i-exclamation.gray,.i-feed.gray,.i-help.gray,.i-home.gray,.i-email.gray,.i-medal.gray,.i-new.gray,.i-word.gray,.i-pdf.gray,.i-phone.gray,.i-print.gray,.i-star.gray,.i-support.gray,.i-vcard.gray,
.i-disk.gray,.i-monitor.gray,.i-download.gray,.i-pin.gray,.i-location.gray,.i-find.gray, .i-check.gray
	{ background-image:url(../images/icons/icons_gray.png); }

.i-male.orange, .i-female.orange, .i-zip.orange, .i-movie.orange, .i-addbook.orange, .i-arrow.orange, .i-calc.orange, .i-dollar.orange, .i-pound.orange, .i-euro.orange, .i-yen.orange, .i-error.orange,
.i-exclamation.orange,.i-feed.orange,.i-help.orange,.i-home.orange,.i-email.orange,.i-medal.orange,.i-new.orange,.i-word.orange,.i-pdf.orange,.i-phone.orange,.i-print.orange,.i-star.orange,.i-support.orange,.i-vcard.orange,
.i-disk.orange,.i-monitor.orange,.i-download.orange,.i-pin.orange,.i-location.orange,.i-find.orange, .i-check.orange
	{ background-image:url(../images/icons/icons_orange.png); }

.i-male.pink, .i-female.pink, .i-zip.pink, .i-movie.pink, .i-addbook.pink, .i-arrow.pink, .i-calc.pink, .i-dollar.pink, .i-pound.pink, .i-euro.pink, .i-yen.pink, .i-error.pink,
.i-exclamation.pink,.i-feed.pink,.i-help.pink,.i-home.pink,.i-email.pink,.i-medal.pink,.i-new.pink,.i-word.pink,.i-pdf.pink,.i-phone.pink,.i-print.pink,.i-star.pink,.i-support.pink,.i-vcard.pink,
.i-disk.pink,.i-monitor.pink,.i-download.pink,.i-pin.pink,.i-location.pink,.i-find.pink, .i-check.pink
	{ background-image:url(../images/icons/icons_pink.png); }

.i-male.red, .i-female.red, .i-zip.red, .i-movie.red, .i-addbook.red, .i-arrow.red, .i-calc.red, .i-dollar.red, .i-pound.red, .i-euro.red, .i-yen.red, .i-error.red,
.i-exclamation.red,.i-feed.red,.i-help.red,.i-home.red,.i-email.red,.i-medal.red,.i-new.red,.i-word.red,.i-pdf.red,.i-phone.red,.i-print.red,.i-star.red,.i-support.red,.i-vcard.red,
.i-disk.red,.i-monitor.red,.i-download.red,.i-pin.red,.i-location.red,.i-find.red, .i-check.red
	{ background-image:url(../images/icons/icons_red.png); }

.i-male.yellow, .i-female.yellow, .i-zip.yellow, .i-movie.yellow, .i-addbook.yellow, .i-arrow.yellow, .i-calc.yellow, .i-dollar.yellow, .i-pound.yellow, .i-euro.yellow, .i-yen.yellow, .i-error.yellow,
.i-exclamation.yellow,.i-feed.yellow,.i-help.yellow,.i-home.yellow,.i-email.yellow,.i-medal.yellow,.i-new.yellow,.i-word.yellow,.i-pdf.yellow,.i-phone.yellow,.i-print.yellow,.i-star.yellow,.i-support.yellow,.i-vcard.yellow,
.i-disk.yellow,.i-monitor.yellow,.i-download.yellow,.i-pin.yellow,.i-location.yellow,.i-find.yellow, .i-check.yellow
	{ background-image:url(../images/icons/icons_yellow.png); }
	
.i-male.blue, .i-female.blue, .i-zip.blue, .i-movie.blue, .i-addbook.blue, .i-arrow.blue, .i-calc.blue, .i-dollar.blue, .i-pound.blue, .i-euro.blue, .i-yen.blue, .i-error.blue, .i-exclamation.blue, .i-feed.blue, .i-help.blue, .i-home.blue, .i-email.blue, .i-medal.blue, .i-new.blue, .i-word.blue, .i-pdf.blue, .i-phone.blue, .i-print.blue, .i-star.blue, .i-support.blue, .i-vcard.blue, .i-disk.blue, .i-monitor.blue, .i-download.blue, .i-pin.blue, .i-location.blue, .i-find.blue, .i-check.blue
	{ background-image:url(../images/icons/icons_black.png); }	

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Fancy Table */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

table.fancy_table     { border: 1px solid #eee; }
table.fancy_table th  {
	background-color:#d1d2d3;
	padding:14px; 
	color:#fff; 
}

table.fancy_table td  {
	padding:12px; 
	background:#fff; 
border: 1px solid #eee; 
	}

table.fancy_table tbody tr:hover td	{
	background-color:#F3F3F3;
}

table.fancy_table tfoot {
	background-color: #F3F3F3;
}

table.fancy_table {
	width:99%; 
	margin:0 auto; 
	margin-bottom:10px;
	border-collapse: collapse; 
	border-spacing: 0; 
}

.fancy_table.alignleft    { float:left; margin:3px 15px 20px 3px;}
.fancy_table.alignright   { float:right; margin:3px 3px 20px 15px;	}
.fancy_table.aligncenter  { 
	display:table; 
	clear:both; 
	margin:0 auto; 
	padding:2px; 
	margin-bottom: 20px;
	text-align:center;
}

.fancy_table p{
	margin-bottom:0px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Message Boxes */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.error,
.info,
.alert,
.success{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #444;
	display: block; 
	padding: 25px; 
	margin: 0 0 10px 0;
	border-style: solid;
	border-width: 1px;
	position: relative;
	border-radius: 4px;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}
.error p,
.info p,
.alert p,
.success p{ margin-bottom:0; }

.error [class^="icon-"],
.info [class^="icon-"],
.alert [class^="icon-"],
.success [class^="icon-"] { vertical-align:middle;}
.error  { 
	color: #ef5454; 
	border:1px solid #ffcccc;
	background-color: #fff0f0;
	background-image: linear-gradient(bottom, #fff0f0 0%, #ffe0e0 100%);
	background-image: -ms-linear-gradient(bottom, #fff0f0 0%, #ffe0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe0e0', endColorstr='#fff0f0', GradientType=0 );
}
.info   { 
	color: #9e5dff; 
	border:1px solid #e0ccff;
	background-color: #f6f0ff;
	background-image: linear-gradient(bottom, #f6f0ff 0%, #ece0ff 100%);
	background-image: -ms-linear-gradient(bottom, #f6f0ff 0%, #ece0ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece0ff', endColorstr='#f6f0ff', GradientType=0 );
} 
.alert  { 
	color: #d3b96d;
	border:1px solid #fff2cc;
	background-color: #fff2cc;
	background-image: linear-gradient(bottom, #fff2cc 0%, #fff7e0 100%);
	background-image: -ms-linear-gradient(bottom, #fff2cc 0%, #fff7e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7e0', endColorstr='#fff2cc', GradientType=0 );
}
.success{ 
	color: #3fbf00;
	border:1px solid #cfefbf;
	background-color: #e2f5d9;
	background-image: linear-gradient(bottom, #e2f5d9 0%, #d9f2cc 100%);
	background-image: -ms-linear-gradient(bottom, #e2f5d9 0%, #d9f2cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9f2cc', endColorstr='#fff2cc', GradientType=0 );
}

.error span.close,
.info span.close,
.alert span.close,
.success span.close {
	background-color:#ffffff;
	color: #999999;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 10px;
	right: 10px;
	height: 20px;
	width: 20px;
	font-size:10px;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.error span.close:hover,
.info span.close:hover,
.alert span.close:hover,
.success span.close:hover{
   	background-color:#999999;
	color: #ffffff;
}	

/* Notes Box -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.post .notes { background-color: #eaf3fb; border-color:#d4e5f3; margin-bottom:20px;}
.notes {
	border: 1px solid #E2E1D5; 
	background: #FFFFE0;
	margin-bottom: 30px;
	border-radius:			3px;
	box-shadow:  			1px 1px 2px 0 rgba(0, 0, 0, 0.03);
}

.notes_content {
	padding:20px; 
	border:1px solid #fff;
	border-radius:			3px;
}
.notes_content p {
	margin-bottom: 10px; 
}

.notes.alignleft {
	float: left; 
	margin-right: 15px; 
	margin-bottom: 15px;
}

.notes.alignright {
	float: right; 
	margin-left: 15px; 
	margin-bottom: 15px;
}

h4.notes_title {
	margin-bottom: 15px;
}

.notes .post-info { margin-top:20px; margin-bottom:0}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* HORIZONTAL TABS */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.systabspane  {
    clear: both;
    margin: 10px 0 30px;
    padding: 0;
    position: relative;
}

.systabspane .panes              { clear:both; }
.systabspane.centertabs ul.tabs  {     
	background-color: #f8f8f8;
    display: table;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.systabspane.righttabs ul.tabs   { margin:0 0 0 auto; float:right; }
.tabs {
    display: table;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
	}

.tabs li {
	float: left;
	line-height: 40px;
	list-style-type: none;
	margin: 4px 0 0;
	padding: 0 30px;
	cursor: pointer;
}

.tabs a span { 
	display:block;
}

.tabs a { 
	color: #000000;
	display: block;
	position: relative;
	text-decoration: none;		
}

.tab_content {
	background-color: #f8f8f8;
	display: none;
	overflow: hidden;
	padding: 15px;
}

.tabs li.current { 
	background-color: #f8f8f8; 
	border-top: 4px solid #cccccc;
	color: #000000;
	margin: 0;
	position: relative;
	border-radius: 			2px 2px 0 0;
}

.tabs li.current a {
	cursor: pointer;
	color:#000;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Vertical Tabs CSS */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.vertabs .panes  { clear:none;}
.vertabs .tabs {
	clear: none;
	float: left; 
	width: 160px;
	height: auto;
	margin: 0 !important;
	padding: 0;
	border-bottom: none;
}
.vertabs .tabs li {
	clear: left;
	display: block;
	float: none;
	margin: 0; 
	padding: 0; 
	border: 1px solid #dddddd;
	border-width: 1px 0 0 1px;
	line-height: normal;
	list-style-type:none; 
}
.vertabs .tabs li:last-child {
	border-width:1px 0px 1px 1px;
}

.vertabs .tabs a { 
	display: block; 
	clear: left;
	float: none;
	position: relative; 
	height: auto; 
	padding: 10px 15px; 
	text-decoration: none; 
}
.vertabs .tab_content {
	padding: 20px;
}
.vertabs .tabs li.current { 
	position: relative;
	margin: 0 -1px 0 0;
}

.vertabs .tabs li.current a { 
	color: #444;		
	cursor: pointer;
}

.vertabs .tab_content { border:1px solid #dddddd; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Accordion */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.ac_wrap {
    width: 100%;
   margin-bottom: 40px;
}

.ac_wrap .ac_title {
	cursor: pointer;
	line-height: 21px;
	margin-bottom: 2px;
	padding: 12px 0 12px 18px;
	background-color: #f8f8f8;
}
.ac_title .arrow{
    background: #999999 url(../images/t_plus.png) no-repeat center center;
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 10px;
}

.ac_title.active .arrow{
    background-color: #28b8d8;
    background-image: url(../images/t_minus.png);
}

.ac_title.active {
	background-color: #f7f7f7;
}
.ac_wrap .ac_content {
    margin: 0;
    padding: 15px 10px 15px 20px;
}	

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Twitter Widget */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.twitter_widget ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
.twitter_widget ul li {
	background: none !important;
	padding: 0 !important;
	margin-bottom: 15px;
}
.twitter_widget ul li span {
	display: block;
	font-size: 10px;
}
.twitter_widget ul li a:hover {
	border-bottom: 1px dotted #ffffff;
}
/* Shortcode */
ul.tweet { 
	margin:0 0 20px 0; 
	padding:0; 
	list-style:none;
	}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Fancy Headings */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.fancyheading {
	padding: 0;
	position: relative;
	margin: 0 0 30px 0;
	text-transform: none;
	line-height: 130%;
	overflow: hidden;
	-ms-word-break: break-all;
	word-break: break-all;

	/* Non standard for webkit */
	word-break: break-word;

	-webkit-hyphens: manual;
	-ms-hyphens:     manual;
	hyphens:         manual;
}

.fancyheading small { display: block; font-size: 17px; font-weight: normal; margin-top: 10px;  line-height:normal;}

.fancyheading .fancy-title { margin-bottom: 0; }
.fancyheading .xlarge { font-size: 52px !important; font-weight: bold; line-height: 120%; letter-spacing: -1px; }
.fancyheading .large { font-size: 36px !important; font-weight: bold; line-height: 120%; letter-spacing: -1px; }

.fancyheading span{
	display:inline-block;
	position:relative;
	padding: 0;
}

.fancy_ampersand {
    font-family: 'Lato','Vidaloka',serif !important;
    font-size: 24px;
}

.fancyheading span.gray     { background-color: #666666; }
.fancyheading span.orange   { background-color: #ff5c00; }
.fancyheading span.red      { background-color: #e62727; }
.fancyheading span.magenta  { background-color: #A9014B; }
.fancyheading span.yellow   { background-color: #ffb515; }
.fancyheading span.blue     { background-color: #00ADEE; }
.fancyheading span.pink     { background-color: #e22092; }
.fancyheading span.green    { background-color: #91bd09; }
.fancyheading span.black    { background-color: #333333; }
.fancyheading span.white    { background-color: #FFFFFF; }
.fancyheading span.white span { color: #666666; }

.textright { text-align: right }
.textleft { text-align: left; }
.textcenter { text-align: center; }

.fancyheading.textleft span { padding-left:0; }
.fancyheading.textright span { padding-right:0; }

.fancyheading h1,
.fancyheading h2,
.fancyheading h3,
.fancyheading h4,
.fancyheading h5,
.fancyheading h6  { margin-bottom: 0; }

.fancyheading span:before,
.fancyheading span:after {
	content: "";
	position: absolute;
	height: 2px;
	bottom:40%;
	width: 50%;
	background: #dddddd url('../images/opacs/dark10.svg') center center repeat-x;
}

.fancyheading span:before {
  right: 100%;
  margin-right: 10px;
}
.fancyheading span:after {
  left: 100%;
  margin-left: 10px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Flickr Widget */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.flickr_badge_image {
	float: left;	
	width:50px;
	height:50px;
	display:block;
	margin: 0 8px 8px 0;
	padding: 3px;
	border:1px solid #dddddd;
	transition: 		all .3s ease-out;
}

.flickr_badge_image img {
	width: 50px;
	height: 50px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Wordpress Tags */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.tagcloud {
    display: inline-block;
	margin:10px 0;
}
.tagcloud a {
	background:#f1f2f3;
	color:#777;
	display: block;
	float: left;
	margin:1px;
	padding:1px 5px;
	font-size: 11px;
}

.taglist { margin:0; padding:0; border: none;}

.emptybg {
	background: none repeat scroll 0 0 #f5f5f5;
    border-radius: 5px 5px 5px 5px;
    display: block;
    height: 40px;
	color: #000;
    padding-top: 20px;
    position: relative;
    text-align: center;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Testimonials */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.testimonial-box {
	position: relative;
	padding: 20px 0;
	margin: 0 auto;
	text-align:left;
	display: flex;
	flex-direction: column;
}

.testimonial-info {
	display: flex;
}
.testimonials-list .testimonial-box {
	border-bottom:1px dashed #dddddd;
	}

.testimonial-box .testimonial-content {
	overflow:hidden;
	margin-bottom:0;
}
.client-image {
	border-radius:100%;
	flex-basis: 70px;
}
.client-image img { border-radius:50%;}

.testimonial-box .testimonial-info .client-meta { margin-left: 20px; }
.client-name { display: block; }

/* Testimonial widget */
.testimonial_list { position:relative; }
.testimonial_list {
	min-width: 100px;
	position: relative;
	clear:both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.testimonial_list li {
	top: 0;
	left: 0;
	display: none;
	background: none;
	padding: 0;
	list-style: none;
}

.testimonial_list li:first-child {
	display:block;
}
.testimonial_list .client-meta { margin-left: 65px}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* PlabBox */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.planbox_slider { color:#444444;}
.plan_box {
	width: auto; 
	min-height:350px; 
	height: 100%; 
	overflow: hidden; 
	position: relative; 
	padding:0;
	}

.plan_box .plan_info {
	width:100%; 
	position:absolute; 
	min-height:350px; 
	height:100%;  
	top:0; 
	left:0; 
	text-align:center; 
	cursor:pointer; 
	z-index:1;
	background-color:#ffffff;
 box-shadow:         0 1px 3px rgba(0, 0, 0, 0.15);
}

.plan_box .plan_details {
	position:absolute; 
	width:100%; 
	margin:0 auto; 
	min-height:350px; 
	height:100%; 
	text-align:center; 
	z-index:0; 
	top:0;
	background-color:#ffffff;
 box-shadow:         0 0 3px rgba(0, 0, 0, 0.15);
}

.plan_box .content { margin:0 10px; }
.plan_box ul { margin:15px 0 15px 0;}

.plan_box ul li {
	padding:5px 6px 5px 25px; 
	border-bottom:1px solid #ddd; 
	text-align:left; 
	margin-left:10px;
}

.plan_box h2 { 
	margin-top:20px;
	padding:0;
	letter-spacing:-1px;
	color:#444444;
}

.plan_box .price { font-family:Helvetica, Arial, Sans-serif; margin:0 auto; padding:0; font-size:36px; font-weight:bold; line-height:1; letter-spacing:-2px; }
.plan_box .price span { font-size:12px; display:block; letter-spacing:normal; font-weight:normal; text-transform:uppercase; }

.plan_box h4 { margin:10px 0; color:#444444; } 

.google-font {
	line-height: 165%;
}
.businesshours p {
	display: block;
	padding:5px 0;
	overflow: hidden;
	margin-bottom: 0;
}
		
.businesshours span.days {
	font-weight: bold;
	width: 40%;
	display: block;
	float: left;
	text-align: left;
}			
		
.businesshours span.hours {
	width:60%;
	display:block;
	float: right;
	text-align: right;
}
			
#footer .businesshours p  { margin-bottom: 0;}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Fancy Icons */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.facnyicon_circle {
  color: #000000;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  margin: 0 auto;
  border-radius: 			50%;
}
.facnyicon_square {
  color: #000000;
  text-align: center;
  background-position: center center;
  border-style: solid;
  border-width: 1px;
  margin: 0 auto;
}
.facnyicon_circle i,
.facnyicon_square i { vertical-align: middle;}

.small i,
.facnyicon_circle.small i,
.facnyicon_square.small i { font-size: 13px !important;}

.medium i,
.facnyicon_circle.medium i,
.facnyicon_square.medium  i { font-size: 18px !important;}

.large i,
.facnyicon_circle.large i,
.facnyicon_square.large i { font-size: 28px !important;}

.xlarge i,
.facnyicon_circle.xlarge i,
.facnyicon_square.xlarge i { font-size: 40px !important;}

.facnyicon_square.left,
.facnyicon_circle.left{
	float: left;
		margin: 0 20px 20px 0;
	text-align: none;
}
.facnyicon_square.right,
.facnyicon_circle.right {
	float: right;
	margin: 0 0 20px 20px;
	text-align: center;
}
.facnyicon_square.center,
.facnyicon_circle.center  {
	float: none;
	text-align: center;
	margin-bottom: 20px;
}

/* ---- Icon Sizes: Small, Medium, Large, X-Large, ---- */

.facnyicon_square.small ,
.facnyicon_circle.small {
  height: 25px;
  width: 25px;
  line-height: 20px;
}
.facnyicon_square.medium ,
.facnyicon_circle.medium {
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.facnyicon_square.large,
.facnyicon_circle.large {
  height: 60px;
  width: 60px;
  line-height: 60px;
}
.facnyicon_square.xlarge,
.facnyicon_circle.xlarge {
  height: 80px;
  width: 80px;
  line-height: 80px;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Icon Styles */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.icnStles { position: relative; margin-bottom: 20px; }
.icnStles-heading { margin: 30px 0 20px 0; font-size: 16px; font-weight: 700;}
